@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/fonts/icons.ttf?wi2ypw") format("truetype"), url("../fonts/icons/fonts/icons.woff?wi2ypw") format("woff"), url("../fonts/icons/fonts/icons.svg?wi2ypw#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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-arrow_upward:before {
  content: ""; }

.icon-arrow_downward:before {
  content: ""; }

.icon-arrow_back:before {
  content: ""; }

.icon-arrow_forward:before {
  content: ""; }

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

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

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

.icon-check:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-marker .path1:before {
  content: "";
  color: #221f20; }

.icon-marker .path2:before {
  content: "";
  margin-left: -0.8310546875em;
  color: #fefefe; }

.icon-arrow-up:before {
  content: ""; }

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

.icon-arrow-left:before {
  content: ""; }

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

.icon-share:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-play:before {
  content: ""; }

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

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

.icon-envelope:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-help:before {
  content: ""; }

.icon-info:before {
  content: ""; }

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

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

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

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

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

.icon-linkedin:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-pdf-file:before {
  content: ""; }

.icon-pdf:before {
  content: ""; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48.8125em&large=82.5625em&xlarge=90.0625em&xxlarge=118.8125em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.55;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.row {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    @media print, screen and (min-width: 48.8125em) {
      .row .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem; } }
    @media print, screen and (min-width: 82.5625em) {
      .row .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem; } }
    @media screen and (min-width: 90.0625em) {
      .row .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 48.8125em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 82.5625em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 3rem; }
  .column-block > :last-child {
    margin-bottom: 0; }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 1920px;
  margin: 0 auto; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 48.8125em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 48.8125em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 82.5625em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 90.0625em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 48.8125em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 82.5625em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48.8125em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 82.5625em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 48.8125em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 82.5625em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 48.8125em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 82.5625em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 90.0625em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48.8125em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 82.5625em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 90.0625em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48.8125em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 48.8125em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48.8125em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 82.5625em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 48.8125em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 82.5625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 82.5625em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 82.5625em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 82.5625em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 82.5625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 48.8125em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 82.5625em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 90.0625em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 82.5625em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 90.0625em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 82.5625em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 90.0625em) {
    .grid-y > .xlarge-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48.8125em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 82.5625em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 48.8125em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 82.5625em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 48.8125em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 82.5625em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 90.0625em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 48.8125em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 82.5625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 90.0625em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48.8125em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48.8125em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 82.5625em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48.8125em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 82.5625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 48.8125em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 82.5625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 90.0625em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }

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

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

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

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

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

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

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

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

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 48.8125em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 82.5625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

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

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

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

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 48.8125em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 82.5625em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48.8125em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

@media print, screen and (min-width: 82.5625em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 1920px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #101010;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #101010; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #101010; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 48.8125em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 82.5625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 2px rgba(16, 16, 16, 0.1);
          box-shadow: inset 0 1px 2px rgba(16, 16, 16, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.55;
  color: #101010;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #101010; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #101010; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #101010;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.55;
  color: #101010;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #666666; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 48.75em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48.8125em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48.8125em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 48.75em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48.8125em) and (max-width: 82.5em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 48.75em), screen and (min-width: 82.5625em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 82.5625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 82.5em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 82.5625em) and (max-width: 90em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 82.5em), screen and (min-width: 90.0625em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 90.0625em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 90em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 90.0625em) and (max-width: 118.75em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 90em), screen and (min-width: 118.8125em) {
  .show-for-xlarge-only {
    display: none !important; } }

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

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.text-light-grey {
  color: #afaeb0; }

.bg-light-grey {
  background-color: #afaeb0; }

.text-dark-grey {
  color: #a9a9a9; }

.bg-dark-grey {
  background-color: #a9a9a9; }

.text-darker-grey {
  color: #7c7c7c; }

.bg-darker-grey {
  background-color: #7c7c7c; }

.text-white {
  color: #FFFFFF; }

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

.text-black {
  color: #101010; }

.bg-black {
  background-color: #101010; }

.text-cod-grey {
  color: #1E1E1E; }

.bg-cod-grey {
  background-color: #1E1E1E; }

.text-tundora {
  color: #444444; }

.bg-tundora {
  background-color: #444444; }

.text-tundora-light {
  color: #4A4A4A; }

.bg-tundora-light {
  background-color: #4A4A4A; }

.text-dove-grey {
  color: #666666; }

.bg-dove-grey {
  background-color: #666666; }

.text-grey {
  color: #888888; }

.bg-grey {
  background-color: #888888; }

.text-spun-pearl {
  color: #AFAEB0; }

.bg-spun-pearl {
  background-color: #AFAEB0; }

.text-ebb {
  color: #f0eeed; }

.bg-ebb {
  background-color: #f0eeed; }

.text-boulder {
  color: #757575; }

.bg-boulder {
  background-color: #757575; }

.text-bone {
  color: #EDE9E2; }

.bg-bone {
  background-color: #EDE9E2; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #101010; }

p {
  margin-bottom: 24px;
  font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  p {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      p {
        font-size: calc(0.175vw + 13.44px); } }
    @media screen and (min-width: 1920px) {
      p {
        font-size: 16.8px; } }
  p {
    line-height: 24px; }
    @media screen and (min-width: 320px) {
      p {
        line-height: calc(0.25vw + 23.2px); } }
    @media screen and (min-width: 1920px) {
      p {
        line-height: 28px; } }
  p b, p strong {
    font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal; }

.extra-small-text {
  margin-bottom: 6px;
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px; }
  .extra-small-text {
    font-size: 9.722px; }
    @media screen and (min-width: 320px) {
      .extra-small-text {
        font-size: calc(0.1825vw + 9.138px); } }
    @media screen and (min-width: 1920px) {
      .extra-small-text {
        font-size: 12.642px; } }
  .extra-small-text {
    line-height: 16px; }
    @media screen and (min-width: 320px) {
      .extra-small-text {
        line-height: calc(0.25vw + 15.2px); } }
    @media screen and (min-width: 1920px) {
      .extra-small-text {
        line-height: 20px; } }

.small-text-regular, .default-page__pre-header, .image-block__text, .avoinMuseo-page__pre-header, .avoinMuseo-card-small__cta p, .avoinMuseo-card-small__cta a, .breadcrumbs, .modal-swiper-container .swiper-slide .image-block__text {
  margin-bottom: 8px;
  font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .small-text-regular, .default-page__pre-header, .image-block__text, .avoinMuseo-page__pre-header, .avoinMuseo-card-small__cta p, .avoinMuseo-card-small__cta a, .breadcrumbs, .modal-swiper-container .swiper-slide .image-block__text {
    font-size: 11.667px; }
    @media screen and (min-width: 320px) {
      .small-text-regular, .default-page__pre-header, .image-block__text, .avoinMuseo-page__pre-header, .avoinMuseo-card-small__cta p, .avoinMuseo-card-small__cta a, .breadcrumbs, .modal-swiper-container .swiper-slide .image-block__text {
        font-size: calc(0.14581vw + 11.2004px); } }
    @media screen and (min-width: 1920px) {
      .small-text-regular, .default-page__pre-header, .image-block__text, .avoinMuseo-page__pre-header, .avoinMuseo-card-small__cta p, .avoinMuseo-card-small__cta a, .breadcrumbs, .modal-swiper-container .swiper-slide .image-block__text {
        font-size: 14px; } }
  .small-text-regular, .default-page__pre-header, .image-block__text, .avoinMuseo-page__pre-header, .avoinMuseo-card-small__cta p, .avoinMuseo-card-small__cta a, .breadcrumbs, .modal-swiper-container .swiper-slide .image-block__text {
    line-height: 16px; }
    @media screen and (min-width: 320px) {
      .small-text-regular, .default-page__pre-header, .image-block__text, .avoinMuseo-page__pre-header, .avoinMuseo-card-small__cta p, .avoinMuseo-card-small__cta a, .breadcrumbs, .modal-swiper-container .swiper-slide .image-block__text {
        line-height: calc(0.25vw + 15.2px); } }
    @media screen and (min-width: 1920px) {
      .small-text-regular, .default-page__pre-header, .image-block__text, .avoinMuseo-page__pre-header, .avoinMuseo-card-small__cta p, .avoinMuseo-card-small__cta a, .breadcrumbs, .modal-swiper-container .swiper-slide .image-block__text {
        line-height: 20px; } }

.small-text, .videoContainer__content__description p, #footerNavigation li a,
#museovirastoNavigation li a,
.footer-navigation li a, .site-navigation [type="search"], .main-navigation .location-block__section-heading {
  margin-bottom: 8px;
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02rem; }
  .small-text, .videoContainer__content__description p, #footerNavigation li a,
  #museovirastoNavigation li a,
  .footer-navigation li a, .site-navigation [type="search"], .main-navigation .location-block__section-heading {
    font-size: 11.667px; }
    @media screen and (min-width: 320px) {
      .small-text, .videoContainer__content__description p, #footerNavigation li a,
      #museovirastoNavigation li a,
      .footer-navigation li a, .site-navigation [type="search"], .main-navigation .location-block__section-heading {
        font-size: calc(0.14581vw + 11.2004px); } }
    @media screen and (min-width: 1920px) {
      .small-text, .videoContainer__content__description p, #footerNavigation li a,
      #museovirastoNavigation li a,
      .footer-navigation li a, .site-navigation [type="search"], .main-navigation .location-block__section-heading {
        font-size: 14px; } }
  .small-text, .videoContainer__content__description p, #footerNavigation li a,
  #museovirastoNavigation li a,
  .footer-navigation li a, .site-navigation [type="search"], .main-navigation .location-block__section-heading {
    line-height: 16px; }
    @media screen and (min-width: 320px) {
      .small-text, .videoContainer__content__description p, #footerNavigation li a,
      #museovirastoNavigation li a,
      .footer-navigation li a, .site-navigation [type="search"], .main-navigation .location-block__section-heading {
        line-height: calc(0.25vw + 15.2px); } }
    @media screen and (min-width: 1920px) {
      .small-text, .videoContainer__content__description p, #footerNavigation li a,
      #museovirastoNavigation li a,
      .footer-navigation li a, .site-navigation [type="search"], .main-navigation .location-block__section-heading {
        line-height: 20px; } }

.small-text-bold, .main-navigation__selectors .simplebar-content ul li, .main-navigation .location-block__heading, .new-nav-mobile.meta .language-selector .dropdown {
  margin-bottom: 8px;
  font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .small-text-bold, .main-navigation__selectors .simplebar-content ul li, .main-navigation .location-block__heading, .new-nav-mobile.meta .language-selector .dropdown {
    font-size: 11.667px; }
    @media screen and (min-width: 320px) {
      .small-text-bold, .main-navigation__selectors .simplebar-content ul li, .main-navigation .location-block__heading, .new-nav-mobile.meta .language-selector .dropdown {
        font-size: calc(0.14581vw + 11.2004px); } }
    @media screen and (min-width: 1920px) {
      .small-text-bold, .main-navigation__selectors .simplebar-content ul li, .main-navigation .location-block__heading, .new-nav-mobile.meta .language-selector .dropdown {
        font-size: 14px; } }
  .small-text-bold, .main-navigation__selectors .simplebar-content ul li, .main-navigation .location-block__heading, .new-nav-mobile.meta .language-selector .dropdown {
    line-height: 16px; }
    @media screen and (min-width: 320px) {
      .small-text-bold, .main-navigation__selectors .simplebar-content ul li, .main-navigation .location-block__heading, .new-nav-mobile.meta .language-selector .dropdown {
        line-height: calc(0.25vw + 15.2px); } }
    @media screen and (min-width: 1920px) {
      .small-text-bold, .main-navigation__selectors .simplebar-content ul li, .main-navigation .location-block__heading, .new-nav-mobile.meta .language-selector .dropdown {
        line-height: 20px; } }

.default-text, .site-navigation__footer ul li a, .search-page__header form input, .nav-card__title {
  margin-bottom: 24px;
  font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .default-text, .site-navigation__footer ul li a, .search-page__header form input, .nav-card__title {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .default-text, .site-navigation__footer ul li a, .search-page__header form input, .nav-card__title {
        font-size: calc(0.175vw + 13.44px); } }
    @media screen and (min-width: 1920px) {
      .default-text, .site-navigation__footer ul li a, .search-page__header form input, .nav-card__title {
        font-size: 16.8px; } }
  .default-text, .site-navigation__footer ul li a, .search-page__header form input, .nav-card__title {
    line-height: 20px; }
    @media screen and (min-width: 320px) {
      .default-text, .site-navigation__footer ul li a, .search-page__header form input, .nav-card__title {
        line-height: calc(0.5vw + 18.4px); } }
    @media screen and (min-width: 1920px) {
      .default-text, .site-navigation__footer ul li a, .search-page__header form input, .nav-card__title {
        line-height: 28px; } }

.default-text-bold, .new-nav-mobile .nav-menu, .new-nav-mobile *[data-mobile-nav-selector] {
  margin-bottom: 24px;
  font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .default-text-bold, .new-nav-mobile .nav-menu, .new-nav-mobile *[data-mobile-nav-selector] {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .default-text-bold, .new-nav-mobile .nav-menu, .new-nav-mobile *[data-mobile-nav-selector] {
        font-size: calc(0.175vw + 13.44px); } }
    @media screen and (min-width: 1920px) {
      .default-text-bold, .new-nav-mobile .nav-menu, .new-nav-mobile *[data-mobile-nav-selector] {
        font-size: 16.8px; } }
  .default-text-bold, .new-nav-mobile .nav-menu, .new-nav-mobile *[data-mobile-nav-selector] {
    line-height: 20px; }
    @media screen and (min-width: 320px) {
      .default-text-bold, .new-nav-mobile .nav-menu, .new-nav-mobile *[data-mobile-nav-selector] {
        line-height: calc(0.5vw + 18.4px); } }
    @media screen and (min-width: 1920px) {
      .default-text-bold, .new-nav-mobile .nav-menu, .new-nav-mobile *[data-mobile-nav-selector] {
        line-height: 28px; } }

.default-text-medium, form .fields .field .heading, form .fields .field .heading label, .site-navigation__description p,
.site-navigation__description span, .site-navigation__opening-times, .site-navigation__contact-info p {
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .default-text-medium, form .fields .field .heading, form .fields .field .heading label, .site-navigation__description p,
  .site-navigation__description span, .site-navigation__opening-times, .site-navigation__contact-info p {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .default-text-medium, form .fields .field .heading, form .fields .field .heading label, .site-navigation__description p,
      .site-navigation__description span, .site-navigation__opening-times, .site-navigation__contact-info p {
        font-size: calc(0.175vw + 13.44px); } }
    @media screen and (min-width: 1920px) {
      .default-text-medium, form .fields .field .heading, form .fields .field .heading label, .site-navigation__description p,
      .site-navigation__description span, .site-navigation__opening-times, .site-navigation__contact-info p {
        font-size: 16.8px; } }
  .default-text-medium, form .fields .field .heading, form .fields .field .heading label, .site-navigation__description p,
  .site-navigation__description span, .site-navigation__opening-times, .site-navigation__contact-info p {
    line-height: 20px; }
    @media screen and (min-width: 320px) {
      .default-text-medium, form .fields .field .heading, form .fields .field .heading label, .site-navigation__description p,
      .site-navigation__description span, .site-navigation__opening-times, .site-navigation__contact-info p {
        line-height: calc(0.5vw + 18.4px); } }
    @media screen and (min-width: 1920px) {
      .default-text-medium, form .fields .field .heading, form .fields .field .heading label, .site-navigation__description p,
      .site-navigation__description span, .site-navigation__opening-times, .site-navigation__contact-info p {
        line-height: 28px; } }

.medium-text {
  font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .medium-text {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .medium-text {
        font-size: calc(0.385vw + 12.768px); } }
    @media screen and (min-width: 1920px) {
      .medium-text {
        font-size: 20.16px; } }
  .medium-text {
    line-height: 24px; }
    @media screen and (min-width: 320px) {
      .medium-text {
        line-height: calc(0.25vw + 23.2px); } }
    @media screen and (min-width: 1920px) {
      .medium-text {
        line-height: 28px; } }

.medium-text-medium {
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .medium-text-medium {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .medium-text-medium {
        font-size: calc(0.385vw + 12.768px); } }
    @media screen and (min-width: 1920px) {
      .medium-text-medium {
        font-size: 20.16px; } }
  .medium-text-medium {
    line-height: 24px; }
    @media screen and (min-width: 320px) {
      .medium-text-medium {
        line-height: calc(0.25vw + 23.2px); } }
    @media screen and (min-width: 1920px) {
      .medium-text-medium {
        line-height: 28px; } }

.heading-large {
  font-family: "Benton Mod Disp Cond Reg", "Times New Roman", "Times", serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 24px; }
  .heading-large {
    font-size: 41.804px; }
    @media screen and (min-width: 320px) {
      .heading-large {
        font-size: calc(5.18881vw + 25.1998px); } }
    @media screen and (min-width: 1920px) {
      .heading-large {
        font-size: 124.825px; } }
  .heading-large {
    line-height: 48px; }
    @media screen and (min-width: 320px) {
      .heading-large {
        line-height: calc(4.75vw + 32.8px); } }
    @media screen and (min-width: 1920px) {
      .heading-large {
        line-height: 124px; } }

.heading-1 {
  font-family: "Benton Mod Disp Cond Reg", "Times New Roman", "Times", serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 24px; }
  .heading-1 {
    font-size: 28px; }
    @media screen and (min-width: 320px) {
      .heading-1 {
        font-size: calc(2.76481vw + 19.1526px); } }
    @media screen and (min-width: 1920px) {
      .heading-1 {
        font-size: 72.237px; } }
  .heading-1 {
    line-height: 28px; }
    @media screen and (min-width: 320px) {
      .heading-1 {
        line-height: calc(2.75vw + 19.2px); } }
    @media screen and (min-width: 1920px) {
      .heading-1 {
        line-height: 72px; } }

.heading-2 {
  font-family: "Benton Mod Disp Cond Reg", "Times New Roman", "Times", serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 12px; }
  .heading-2 {
    font-size: 34.836px; }
    @media screen and (min-width: 320px) {
      .heading-2 {
        font-size: calc(1.58506vw + 29.7638px); } }
    @media screen and (min-width: 1920px) {
      .heading-2 {
        font-size: 60.197px; } }
  .heading-2 {
    line-height: 40px; }
    @media screen and (min-width: 320px) {
      .heading-2 {
        line-height: calc(1vw + 36.8px); } }
    @media screen and (min-width: 1920px) {
      .heading-2 {
        line-height: 56px; } }

.heading-3 {
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 24px; }
  .heading-3 {
    font-size: 29.03px; }
    @media screen and (min-width: 320px) {
      .heading-3 {
        font-size: calc(0.79838vw + 26.4752px); } }
    @media screen and (min-width: 1920px) {
      .heading-3 {
        font-size: 41.804px; } }
  .heading-3 {
    line-height: 36px; }
    @media screen and (min-width: 320px) {
      .heading-3 {
        line-height: calc(0.75vw + 33.6px); } }
    @media screen and (min-width: 1920px) {
      .heading-3 {
        line-height: 48px; } }
  .heading-3--serif {
    font-family: "Benton Mod Disp Cond Reg", "Times New Roman", "Times", serif;
    font-style: normal;
    font-weight: normal; }

.heading-4, .videoContainer__content__description h2, form .fields .tab h3 {
  margin-bottom: 12px;
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .heading-4, .videoContainer__content__description h2, form .fields .tab h3 {
    font-size: 24.192px; }
    @media screen and (min-width: 320px) {
      .heading-4, .videoContainer__content__description h2, form .fields .tab h3 {
        font-size: calc(0.66525vw + 22.0632px); } }
    @media screen and (min-width: 1920px) {
      .heading-4, .videoContainer__content__description h2, form .fields .tab h3 {
        font-size: 34.836px; } }
  .heading-4, .videoContainer__content__description h2, form .fields .tab h3 {
    line-height: 28px; }
    @media screen and (min-width: 320px) {
      .heading-4, .videoContainer__content__description h2, form .fields .tab h3 {
        line-height: calc(0.75vw + 25.6px); } }
    @media screen and (min-width: 1920px) {
      .heading-4, .videoContainer__content__description h2, form .fields .tab h3 {
        line-height: 40px; } }

.heading-5, form ul.errors, form.errors ul.form-errors:before, form.errors ul.form-success:before, .search-page__article__title {
  margin-bottom: 12px;
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .heading-5, form ul.errors, form.errors ul.form-errors:before, form.errors ul.form-success:before, .search-page__article__title {
    font-size: 16.8px; }
    @media screen and (min-width: 320px) {
      .heading-5, form ul.errors, form.errors ul.form-errors:before, form.errors ul.form-success:before, .search-page__article__title {
        font-size: calc(0.462vw + 15.3216px); } }
    @media screen and (min-width: 1920px) {
      .heading-5, form ul.errors, form.errors ul.form-errors:before, form.errors ul.form-success:before, .search-page__article__title {
        font-size: 24.192px; } }
  .heading-5, form ul.errors, form.errors ul.form-errors:before, form.errors ul.form-success:before, .search-page__article__title {
    line-height: 24px; }
    @media screen and (min-width: 320px) {
      .heading-5, form ul.errors, form.errors ul.form-errors:before, form.errors ul.form-success:before, .search-page__article__title {
        line-height: calc(0.5vw + 22.4px); } }
    @media screen and (min-width: 1920px) {
      .heading-5, form ul.errors, form.errors ul.form-errors:before, form.errors ul.form-success:before, .search-page__article__title {
        line-height: 32px; } }

.heading-6, .new-nav-mobile .nav-heading {
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 8px; }
  .heading-6, .new-nav-mobile .nav-heading {
    font-size: 16.8px; }
    @media screen and (min-width: 320px) {
      .heading-6, .new-nav-mobile .nav-heading {
        font-size: calc(0.21vw + 16.128px); } }
    @media screen and (min-width: 1920px) {
      .heading-6, .new-nav-mobile .nav-heading {
        font-size: 20.16px; } }
  .heading-6, .new-nav-mobile .nav-heading {
    line-height: 24px; }
    @media screen and (min-width: 320px) {
      .heading-6, .new-nav-mobile .nav-heading {
        line-height: calc(0.25vw + 23.2px); } }
    @media screen and (min-width: 1920px) {
      .heading-6, .new-nav-mobile .nav-heading {
        line-height: 28px; } }

@media only screen and (min-width: 781px) {
  .heading-1 {
    margin-bottom: 36px; }
  .heading-2 {
    margin-bottom: 24px; } }

.wysiwyg {
  color: #101010; }
  .wysiwyg p {
    color: inherit; }
    .wysiwyg p strong {
      font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
    .wysiwyg p:last-of-type {
      margin-bottom: 0; }
  .wysiwyg .heading-4, .wysiwyg .videoContainer__content__description h2, .videoContainer__content__description .wysiwyg h2, .wysiwyg form .fields .tab h3, form .fields .tab .wysiwyg h3 {
    font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .wysiwyg a {
    color: #101010;
    border-bottom: 1px solid #101010; }
    .wysiwyg a strong {
      font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
    .wysiwyg a.hover-effect {
      opacity: 0.6; }
    .wysiwyg a:focus, .wysiwyg a:active {
      color: #101010; }
  .wysiwyg blockquote {
    font-size: 48px;
    color: #101010;
    border: none;
    line-height: 1.4em;
    padding: 24px;
    text-align: center; }
  .wysiwyg pre {
    background-color: #888888;
    padding: 20px;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    margin-bottom: 15px; }
  .wysiwyg ul,
  .wysiwyg ol {
    list-style-type: none;
    padding: 0;
    margin: 12px 0 24px 0; }
    .wysiwyg ul li,
    .wysiwyg ol li {
      margin-bottom: 12px;
      padding-left: 24px;
      position: relative;
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: inherit; }
      .wysiwyg ul li,
      .wysiwyg ol li {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .wysiwyg ul li,
          .wysiwyg ol li {
            font-size: calc(0.175vw + 13.44px); } }
        @media screen and (min-width: 1920px) {
          .wysiwyg ul li,
          .wysiwyg ol li {
            font-size: 16.8px; } }
      .wysiwyg ul li,
      .wysiwyg ol li {
        line-height: 24px; }
        @media screen and (min-width: 320px) {
          .wysiwyg ul li,
          .wysiwyg ol li {
            line-height: calc(0.25vw + 23.2px); } }
        @media screen and (min-width: 1920px) {
          .wysiwyg ul li,
          .wysiwyg ol li {
            line-height: 28px; } }
  .wysiwyg ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #101010;
    border-radius: 50%; }
  .wysiwyg ol li {
    counter-increment: step-counter;
    padding: 8px 0 8px 60px; }
    .wysiwyg ol li:before {
      padding: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      content: counter(step-counter);
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #101010;
      border: 1px solid #101010;
      background-color: transparent;
      text-align: center;
      width: 40px;
      height: 40px;
      line-height: 36px;
      border-radius: 50%; }
  .wysiwyg table {
    border: none;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    color: inherit;
    border: 1px solid #101010;
    margin-bottom: 24px; }
    .wysiwyg table th {
      padding: 15px 10px;
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      border-bottom: 1px solid #101010;
      border-right: 1px solid #101010; }
      .wysiwyg table th {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .wysiwyg table th {
            font-size: calc(0.175vw + 13.44px); } }
        @media screen and (min-width: 1920px) {
          .wysiwyg table th {
            font-size: 16.8px; } }
      .wysiwyg table th {
        line-height: 24px; }
        @media screen and (min-width: 320px) {
          .wysiwyg table th {
            line-height: calc(0.25vw + 23.2px); } }
        @media screen and (min-width: 1920px) {
          .wysiwyg table th {
            line-height: 28px; } }
    .wysiwyg table td {
      padding: 15px 10px;
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      border-bottom: 1px solid #101010;
      border-right: 1px solid #101010; }
      .wysiwyg table td {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .wysiwyg table td {
            font-size: calc(0.175vw + 13.44px); } }
        @media screen and (min-width: 1920px) {
          .wysiwyg table td {
            font-size: 16.8px; } }
      .wysiwyg table td {
        line-height: 24px; }
        @media screen and (min-width: 320px) {
          .wysiwyg table td {
            line-height: calc(0.25vw + 23.2px); } }
        @media screen and (min-width: 1920px) {
          .wysiwyg table td {
            line-height: 28px; } }
    .wysiwyg table tr {
      background-color: transparent; }
  .wysiwyg img {
    width: auto;
    max-width: 100%;
    height: auto; }
  .wysiwyg figcaption {
    display: block;
    margin-bottom: 24px;
    font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #101010; }
    .wysiwyg figcaption {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .wysiwyg figcaption {
          font-size: calc(0.175vw + 13.44px); } }
      @media screen and (min-width: 1920px) {
        .wysiwyg figcaption {
          font-size: 16.8px; } }
    .wysiwyg figcaption {
      line-height: 24px; }
      @media screen and (min-width: 320px) {
        .wysiwyg figcaption {
          line-height: calc(0.25vw + 23.2px); } }
      @media screen and (min-width: 1920px) {
        .wysiwyg figcaption {
          line-height: 28px; } }
  .wysiwyg .video-container {
    width: 100%;
    position: relative;
    padding-bottom: 56%; }
    .wysiwyg .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .wysiwyg form {
    margin: 0 auto; }

/* Break long words and links so that content fits to small screen without sideway scrolling.
IE and Edge only support this declaration when used with the * (wildcard) selector */
* {
  word-wrap: break-word; }

*:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 2px; }

input[type='checkbox']:focus, button:focus, label > a:focus {
  outline: solid 1px white;
  outline-offset: 5px; }

.white-bg:focus {
  outline: solid 2px grey; }

.black-bg:focus {
  outline: solid 2px white; }

html {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  scroll-behavior: smooth; }

body {
  width: 100%;
  min-height: 100vh;
  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;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  padding-top: 60px; }
  @media only screen and (min-width: 781px) {
    body {
      padding-top: 80px; } }
  @media only screen and (min-width: 1321px) {
    body {
      padding-top: 120px; } }
  body::-webkit-scrollbar {
    width: 6px;
    background-color: #101010; }
  body::-webkit-scrollbar-thumb {
    background-color: #666666; }
  body.lock-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  body.lock-scroll {
    overflow: hidden; }
  body.headerNotTop {
    -webkit-transition: height 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: height 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.35s cubic-bezier(0.77, 0, 0.175, 1); }
    @media only screen and (min-width: 781px) {
      body.headerNotTop {
        padding-top: 60px !important; } }
    @media only screen and (min-width: 1321px) {
      body.headerNotTop {
        padding-top: 80px !important; } }

a::-ms-clear, input::-ms-clear, textarea::-ms-clear, button::-ms-clear, select::-ms-clear {
  display: none; }

a {
  text-decoration: none; }

/* Break long words and links so that content fits to small screen without sideway scrolling. */
a {
  overflow-wrap: break-word; }

/* Add font weight class */
.font-weight-bold {
  font-weight: 600 !important; }

img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

header,
footer,
nav,
section,
article {
  display: block; }

.text-left {
  text-align: left; }

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

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

.hide {
  display: none;
  visibility: hidden;
  opacity: 0; }

.table {
  display: table;
  height: 100%;
  overflow: hidden;
  margin: 0px auto; }
  .table__cell {
    display: table-cell;
    vertical-align: middle; }

.readable-width {
  width: 100%;
  max-width: 800px; }

.site-content {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.underline-link-default {
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease; }
  .underline-link-default--grey {
    color: #666666; }
    .underline-link-default--grey.hover-effect {
      color: #666666;
      border-color: #666666; }
    .underline-link-default--grey:focus {
      color: #666666; }
  .underline-link-default--black {
    color: #1E1E1E; }
    .underline-link-default--black.hover-effect {
      color: #1E1E1E;
      border-color: #1E1E1E; }
    .underline-link-default--black:focus {
      color: #1E1E1E; }
  .underline-link-default.selected {
    border-color: #1E1E1E; }

.underline-link {
  position: relative; }
  .underline-link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    -webkit-transition: width ease-out 350ms;
    -o-transition: width ease-out 350ms;
    transition: width ease-out 350ms;
    -webkit-transition-delay: 50ms;
         -o-transition-delay: 50ms;
            transition-delay: 50ms; }
  .underline-link--grey {
    color: #666666;
    border-bottom: 1px solid #AFAEB0; }
    .underline-link--grey.hover-effect, .underline-link--grey:focus {
      color: #666666; }
    .underline-link--grey:after {
      border-bottom: 1px solid #AFAEB0; }
    .underline-link--grey.hover-effect, .underline-link--grey:focus {
      color: #666666; }
  .underline-link--black {
    color: #1E1E1E;
    border-bottom: 1px solid #1E1E1E; }
    .underline-link--black.hover-effect, .underline-link--black:focus {
      color: #666666; }
    .underline-link--black:after {
      border-bottom: 1px solid #1E1E1E; }
    .underline-link--black.hover-effect, .underline-link--black:focus {
      color: #1E1E1E; }
  .underline-link--white {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }
    .underline-link--white.hover-effect, .underline-link--white:focus {
      color: #FFFFFF; }
    .underline-link--white:after {
      border-bottom: 1px solid #FFFFFF; }
    .underline-link--white.hover-effect, .underline-link--white:focus {
      color: #FFFFFF; }
  .underline-link.hover-effect {
    border-bottom: 1px solid transparent; }
    .underline-link.hover-effect:after {
      width: 100%; }

.link-anchor {
  position: relative;
  top: -60px;
  left: 0; }

.owl-dot span {
  background: #757575 !important; }

.owl-dot span {
  background: #757575 !important; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.hover-effect span {
  background: #000000 !important; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon.hover-effect {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
   * Owl Carousel v2.2.0
   * Copyright 2013-2016 David Deutsch
   * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
   */
/*
   * 	Default theme - Owl Carousel CSS File
   */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-'].hover-effect {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 24px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #BFBFBF;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.hover-effect span {
  background: #000000; }

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

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

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.pswp {
  font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .pswp__bg {
    background-color: #101010; }
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    font-family: 'icons';
    background: transparent !important;
    font-size: 30px;
    color: #FFFFFF; }
  .pswp__button--arrow--left:before {
    content: ""; }
  .pswp__button--arrow--right:before {
    content: ""; }
  .pswp--open {
    z-index: 9999; }
  .pswp__caption__center {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px; }

.mb_YTPBar, .mb_YTPBar span.mb_YTPUrl a {
  color: #fff; }

@font-face {
  font-family: ytpregular;
  src: url(font/ytp-regular.eot); }

@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(font/ytp-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

.mb_YTPlayer:focus {
  outline: 0; }

.YTPWrapper {
  display: block;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
          transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans",sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  animation: fade .1s infinite alternate; }

.YTPFullscreen, .inline_YTPlayer img {
  border: none !important;
  padding: 0 !important; }

@-webkit-keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #000 !important; }

.mbYTP_wrapper iframe {
  max-width: 4000px !important; }

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5); }

.inline_YTPlayer img {
  margin: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.mb_YTPBar, .mb_YTPBar .buttonBar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%; }

.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular; }

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px; }

.mb_YTPBar {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  opacity: .1; }

.mb_YTPBar.visible, .mb_YTPBar:hover {
  opacity: 1; }

.mb_YTPBar .buttonBar {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: 0 0;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  height: 40px; }

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4); }

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri,sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle; }

.mb_YTPBar span.mb_YTPTime {
  width: 130px; }

.mb_YTPBar span.mb_OnlyYT, .mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer; }

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px; }

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto; }

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px; }

.mb_YTPBar .mb_YTPMuteUnmute, .mb_YTPBar .mb_YTPPlaypause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer; }

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0; }

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0; }

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
          box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.YTPOverlay.raster {
  background: url(images/raster.png); }

.YTPOverlay.raster.retina {
  background: url(images/raster@2x.png); }

.YTPOverlay.raster-dot {
  background: url(images/raster_dot.png); }

.YTPOverlay.raster-dot.retina {
  background: url(images/raster_dot@2x.png); }

.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px; }

.mb_YTPBar.compact .simpleSlider {
  width: 40px; }

.mb_YTPBar .simpleSlider.muted {
  opacity: .3; }

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0; }

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #1E1E1E;
  background: #FFFFFF;
  border: 1px solid #AFAEB0;
  border-bottom-color: #AFAEB0;
  font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute; }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center;
  padding: 0 6px; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #1E1E1E;
  background-color: #FFFFFF; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev.hover-effect,
  .pika-next.hover-effect {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='14px' viewBox='0 0 24 14' version='1.1'%3E%3Cg  stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-369.000000, -2470.000000)' stroke-linejoin='round'%3E%3Cg id='Group-12' transform='translate(288.000000, 2348.000000)' stroke='%23666666' stroke-width='1.2'%3E%3Cg id='Group-15' transform='translate(93.500000, 129.000000) scale(-1, 1) translate(-93.500000, -129.000000) translate(82.000000, 123.000000)'%3E%3Cpolyline points='0 6 12.140847 6 23 6'%3E%3C/polyline%3E%3Cpath d='M17,12 L22.8162737,6.42203561 C23.0612421,6.18743702 23.0612421,5.81336916 22.8162737,5.57796439 L17,0' %3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='14px' viewBox='0 0 24 14' version='1.1'%3E%3Cg  stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-370.000000, -2654.000000)' stroke-linejoin='round'%3E%3Cg id='Group' transform='translate(370.000000, 2655.000000)' stroke='%23666666' stroke-width='1.2'%3E%3Cpath d='M0,6 L23,6' %3E%3C/path%3E%3Cpath d='M17,12 L22.8162737,6.42203561 C23.0612421,6.18743702 23.0612421,5.81336916 22.8162737,5.57796439 L17,0' %3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 4px;
    text-align: center; }
  .pika-table th {
    color: #1E1E1E;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.is-inrange .pika-button {
  color: #fff;
  background: #a9a9a9; }

.is-startrange .pika-button {
  color: #fff;
  background: #a9a9a9;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #a9a9a9;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px; }

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #FFFFFF; }
  .is-selected .pika-button {
    color: #000;
    border-bottom: 1px solid #000; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #AFAEB0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .3; }
  .is-disabled .pika-button {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    cursor: default; }
  .is-today .pika-button {
    color: #1E1E1E;
    font-weight: bold; }
  .pika-button.hover-effect {
    color: #fff;
    background: #1E1E1E;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.calendar {
  position: relative;
  display: block;
  overflow: hidden; }
  .calendar::after {
    clear: both;
    content: "";
    display: table; }
  .calendar__row {
    padding-top: 25px;
    padding-bottom: 25px; }
    .calendar__row::after {
      clear: both;
      content: "";
      display: table; }
    .calendar__row.row_reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-flow: row-reverse wrap !important;
              flex-flow: row-reverse wrap !important;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .calendar__cal-container {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    float: left;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    left: 0%;
    margin-bottom: 25px; }
    .calendar__cal-container:last-child:not(:first-child) {
      float: right; }
    @media only screen and (min-width: 680px) {
      .calendar__cal-container {
        width: 66.66667%;
        float: left;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        position: relative;
        left: -16.66667%; }
        .calendar__cal-container:last-child:not(:first-child) {
          float: right; } }
    .calendar__cal-container.right {
      float: right; }
  .calendar__content {
    width: 100%;
    float: left;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    left: 0%;
    text-align: center; }
    .calendar__content:last-child:not(:first-child) {
      float: right; }
    @media only screen and (min-width: 680px) {
      .calendar__content {
        width: 66.66667%;
        float: left;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        position: relative;
        left: 16.66667%; }
        .calendar__content:last-child:not(:first-child) {
          float: right; } }
    .calendar__content:last-child:not(:first-child) {
      float: left; }
    .calendar__content.right {
      float: right; }
  .calendar__label {
    position: relative;
    display: inline-block;
    padding: 2px 16px 0;
    color: #7c7c7c;
    font-size: 10px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 0.147em;
    border: 1px solid #7c7c7c; }
    .calendar__label.iconLabel {
      padding: 1px 8px 0 30px; }
      .calendar__label.iconLabel i {
        position: absolute;
        font-size: 14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 8px; }
    .calendar__label.text-white,
    .text-white .calendar__label {
      color: #FFFFFF;
      border-color: #FFFFFF; }
    @media only screen and (min-width: 680px) {
      .calendar__label {
        margin-bottom: -5px; } }
  .calendar__heading {
    margin-bottom: 12px;
    font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    padding-top: 30px; }
    .calendar__heading {
      font-size: 16.8px; }
      @media screen and (min-width: 320px) {
        .calendar__heading {
          font-size: calc(0.462vw + 15.3216px); } }
      @media screen and (min-width: 1920px) {
        .calendar__heading {
          font-size: 24.192px; } }
    .calendar__heading {
      line-height: 24px; }
      @media screen and (min-width: 320px) {
        .calendar__heading {
          line-height: calc(0.5vw + 22.4px); } }
      @media screen and (min-width: 1920px) {
        .calendar__heading {
          line-height: 32px; } }
    @media only screen and (min-width: 1321px) {
      .calendar__heading {
        margin-bottom: 12px;
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        padding-bottom: 5px; }
        .calendar__heading {
          font-size: 24.192px; } }
    @media only screen and (min-width: 1321px) and (min-width: 320px) {
      .calendar__heading {
        font-size: calc(0.66525vw + 22.0632px); } }
    @media only screen and (min-width: 1321px) and (min-width: 1920px) {
      .calendar__heading {
        font-size: 34.836px; } }
    @media only screen and (min-width: 1321px) {
        .calendar__heading {
          line-height: 28px; } }
    @media only screen and (min-width: 1321px) and (min-width: 320px) {
      .calendar__heading {
        line-height: calc(0.75vw + 25.6px); } }
    @media only screen and (min-width: 1321px) and (min-width: 1920px) {
      .calendar__heading {
        line-height: 40px; } }
    .calendar__heading h1, .calendar__heading h1, .calendar__heading h3, .calendar__heading h4, .calendar__heading h5, .calendar__heading h6 {
      line-height: inherit;
      font-size: inherit;
      display: inline; }
  .calendar__summary {
    font-family: "Benton Mod Disp Cond Reg", "Times New Roman", "Times", serif;
    font-style: normal;
    font-weight: normal;
    padding-top: 10px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    padding: 0 10px 25px 10px; }
    @media only screen and (min-width: 680px) {
      .calendar__summary {
        padding-left: 0; } }

.calendar-container {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #101010;
  margin-bottom: 12px; }
  .calendar-container.is-loading {
    opacity: 0; }
  .calendar-container .clndr-controls {
    background-color: #FFFFFF;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .calendar-container .clndr-controls .clndr-previous-button svg g {
      stroke: #101010; }
    .calendar-container .clndr-controls .clndr-next-button svg g {
      stroke: #101010; }
    .calendar-container .clndr-controls .clndr-today-button {
      color: #101010;
      margin-left: auto; }
      .calendar-container .clndr-controls .clndr-today-button:hover {
        color: #1E1E1E; }
    .calendar-container .clndr-controls .month {
      font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #101010;
      padding: 14px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 42.8571%;
      height: 66px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: capitalize; }
      @media only screen and (min-width: 1321px) {
        .calendar-container .clndr-controls .month {
          width: 57.1428%; } }
    .calendar-container .clndr-controls .clndr-previous-button, .calendar-container .clndr-controls .clndr-next-button, .calendar-container .clndr-controls .clndr-today-button {
      min-width: 30px;
      cursor: pointer;
      min-width: 14.2857%;
      padding: 14px;
      text-align: center;
      height: 66px;
      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; }
    .calendar-container .clndr-controls .clndr-previous-button:hover, .calendar-container .clndr-controls .clndr-next-button:hover {
      opacity: 0.5; }
  @media only screen and (min-width: 680px) {
    .calendar-container .calendar-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .calendar-container .clndr-grid {
    width: 100%; }
    @media only screen and (min-width: 680px) {
      .calendar-container .clndr-grid {
        width: 65%;
        border-right: 1px solid #101010; } }
    .calendar-container .clndr-grid .days-of-the-week {
      width: 100%;
      height: 66px;
      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; }
      .calendar-container .clndr-grid .days-of-the-week .header-day {
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        float: left;
        width: 14.2857%;
        padding: 14px;
        text-align: center;
        color: #101010; }
    .calendar-container .clndr-grid .days {
      width: 100%; }
      .calendar-container .clndr-grid .days .day, .calendar-container .clndr-grid .days .empty {
        float: left;
        width: 14.2857%;
        height: 66px;
        padding: 24px 0;
        text-align: center;
        background-color: #FFFFFF;
        background-size: cover;
        background-position: center; }
      .calendar-container .clndr-grid .days .selectedDate .day-number {
        padding: 6px;
        border-bottom: 1px solid #101010; }
      .calendar-container .clndr-grid .days .day.past {
        opacity: 0.3; }
      .calendar-container .clndr-grid .days .day.event, .calendar-container .clndr-grid .days .empty.event {
        padding-bottom: 4px;
        cursor: pointer; }
        .calendar-container .clndr-grid .days .day.event:hover .day-number, .calendar-container .clndr-grid .days .empty.event:hover .day-number {
          color: #666666; }
        .calendar-container .clndr-grid .days .day.event.events, .calendar-container .clndr-grid .days .empty.event.events {
          position: relative; }
          .calendar-container .clndr-grid .days .day.event.events:before, .calendar-container .clndr-grid .days .empty.event.events:before {
            content: '';
            position: absolute;
            top: 20%;
            right: calc(20% + 12px);
            border-radius: 50%;
            width: 10px;
            height: 10px;
            background-color: #809EC1; }
        .calendar-container .clndr-grid .days .day.event.exhibitions, .calendar-container .clndr-grid .days .empty.event.exhibitions {
          position: relative; }
          .calendar-container .clndr-grid .days .day.event.exhibitions:after, .calendar-container .clndr-grid .days .empty.event.exhibitions:after {
            content: '';
            position: absolute;
            top: 20%;
            right: 20%;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            background-color: #C7888B; }
      .calendar-container .clndr-grid .days .day-number {
        color: #101010; }
      .calendar-container .clndr-grid .days .day.adjacent-month .day-number, .calendar-container .clndr-grid .days .empty.adjacent-month .day-number {
        opacity: 0.3; }
      .calendar-container .clndr-grid .days .today {
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #101010;
        background-image: none; }
  .calendar-container .clndr-list {
    width: 100%; }
    @media only screen and (min-width: 680px) {
      .calendar-container .clndr-list {
        width: 35%;
        -ms-flex-preferred-size: 380px;
            flex-basis: 380px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    .calendar-container .clndr-list .clndr-controls {
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #101010;
      border-bottom: 1px solid #101010; }
    .calendar-container .clndr-list .list-title {
      font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      margin-left: auto;
      margin-right: auto;
      padding: 14px;
      margin: 0; }
    .calendar-container .clndr-list .x-button {
      position: absolute;
      padding: 14px;
      top: 0px;
      right: 6px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .calendar-container .clndr-list .x-button .icon-close {
        font-size: 28px; }
    .calendar-container .clndr-list .list-wrap {
      margin: 0;
      padding: 14px 14px 0;
      list-style: none;
      overflow-y: auto; }
      .calendar-container .clndr-list .list-wrap::-webkit-scrollbar {
        width: 6px;
        background: #FFFFFF; }
      .calendar-container .clndr-list .list-wrap::-webkit-scrollbar-track {
        background: #101010;
        border-radius: 0; }
      .calendar-container .clndr-list .list-wrap::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #666666; }
        .calendar-container .clndr-list .list-wrap::-webkit-scrollbar-thumb:window-inactive {
          background-color: #666666; }
    .calendar-container .clndr-list .type-label.exhibitions {
      color: #C7888B; }
    .calendar-container .clndr-list .type-label.events {
      color: #809EC1; }
    .calendar-container .clndr-list .no-item {
      padding-bottom: 0;
      margin-bottom: 0; }
      .calendar-container .clndr-list .no-item .no-item-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 14px;
        text-align: center;
        color: #101010;
        border-top: 1px solid #101010;
        border-bottom: 1px solid #101010;
        height: 66px;
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
        .calendar-container .clndr-list .no-item .no-item-heading {
          font-size: 11.667px; }
          @media screen and (min-width: 320px) {
            .calendar-container .clndr-list .no-item .no-item-heading {
              font-size: calc(0.14581vw + 11.2004px); } }
          @media screen and (min-width: 1920px) {
            .calendar-container .clndr-list .no-item .no-item-heading {
              font-size: 14px; } }
        .calendar-container .clndr-list .no-item .no-item-heading {
          line-height: 16px; }
          @media screen and (min-width: 320px) {
            .calendar-container .clndr-list .no-item .no-item-heading {
              line-height: calc(0.25vw + 15.2px); } }
          @media screen and (min-width: 1920px) {
            .calendar-container .clndr-list .no-item .no-item-heading {
              line-height: 20px; } }
      @media only screen and (min-width: 680px) {
        .calendar-container .clndr-list .no-item .list-wrap {
          height: 132px; } }
    .calendar-container .clndr-list .card-horizontal {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: none;
      margin-left: 0;
      margin-bottom: 18px; }
      .calendar-container .clndr-list .card-horizontal__title {
        margin-top: 6px; }
      .calendar-container .clndr-list .card-horizontal__meta {
        padding-top: 12px; }
      .calendar-container .clndr-list .card-horizontal__image {
        -ms-flex-preferred-size: 130px;
            flex-basis: 130px; }
      @media only screen and (min-width: 680px) {
        .calendar-container .clndr-list .card-horizontal {
          margin-bottom: 12px; }
          .calendar-container .clndr-list .card-horizontal__image {
            display: none; } }
      @media only screen and (min-width: 941px) {
        .calendar-container .clndr-list .card-horizontal__image {
          display: block; } }
  .calendar-container .clndr-list .event-item {
    display: block;
    font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal; }
    .calendar-container .clndr-list .event-item {
      font-size: 11.667px; }
      @media screen and (min-width: 320px) {
        .calendar-container .clndr-list .event-item {
          font-size: calc(0.14581vw + 11.2004px); } }
      @media screen and (min-width: 1920px) {
        .calendar-container .clndr-list .event-item {
          font-size: 14px; } }
    .calendar-container .clndr-list .event-item {
      line-height: 16px; }
      @media screen and (min-width: 320px) {
        .calendar-container .clndr-list .event-item {
          line-height: calc(0.25vw + 15.2px); } }
      @media screen and (min-width: 1920px) {
        .calendar-container .clndr-list .event-item {
          line-height: 20px; } }
  .calendar-container .clndr-list .x-button {
    display: none; }
  .calendar-container .clndr-list .no-item {
    display: none; }
  .calendar-container .clndr-list.show-items .event-item {
    display: none; }
  .calendar-container .clndr-list.show-items .selected-item {
    display: block; }
  .calendar-container .clndr-list.show-items .x-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .calendar-container .clndr-list.no-items .no-item {
    display: block; }
  .calendar-container .clndr-list.no-items .event-item {
    display: block;
    text-align: left; }
  .calendar-container .clndr-list .howMany-0 .month-no-item {
    display: block; }
  .calendar-container .clndr-list .month-no-item {
    font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    display: none;
    padding-bottom: 14px; }
    .calendar-container .clndr-list .month-no-item {
      font-size: 11.667px; }
      @media screen and (min-width: 320px) {
        .calendar-container .clndr-list .month-no-item {
          font-size: calc(0.14581vw + 11.2004px); } }
      @media screen and (min-width: 1920px) {
        .calendar-container .clndr-list .month-no-item {
          font-size: 14px; } }
    .calendar-container .clndr-list .month-no-item {
      line-height: 16px; }
      @media screen and (min-width: 320px) {
        .calendar-container .clndr-list .month-no-item {
          line-height: calc(0.25vw + 15.2px); } }
      @media screen and (min-width: 1920px) {
        .calendar-container .clndr-list .month-no-item {
          line-height: 20px; } }

.additionalInformationForTheEventCalendar {
  max-width: 940px; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000000; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 0.5;
  background: #808080; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.article {
  padding: 24px; }
  .article__header {
    color: #101010;
    margin: auto;
    padding: 24px 0;
    text-align: center; }
    @media only screen and (min-width: 1321px) {
      .article__header {
        padding: 48px 0; } }
    .article__header time i {
      display: inline-block;
      font-size: 0.7em;
      position: relative;
      top: -1px;
      margin: 0 0 0 5px; }
    .article__header__meta {
      margin-bottom: 0;
      color: #101010;
      display: inline-block;
      text-transform: uppercase; }
      .article__header__meta a {
        color: #101010; }
    .article__header__location {
      color: #101010; }
      .article__header__location.hover-effect {
        opacity: 0.6;
        color: #101010; }
      .article__header__location:focus {
        color: #101010; }
  .article__content {
    margin: auto;
    padding: 24px 0; }
  .article__gallery {
    margin: auto;
    padding: 24px 24px; }
  .article__form {
    margin: auto;
    padding: 24px 24px; }
  .article__footer {
    margin: auto;
    padding: 24px 0;
    border-top: 1px solid #101010; }
    .article__footer::after {
      clear: both;
      content: "";
      display: table; }
  .article__categories {
    text-align: center; }
    .article__categories ul {
      list-style-type: none;
      padding: 0;
      margin: 0 auto;
      display: inline-block; }
      .article__categories ul::after {
        clear: both;
        content: "";
        display: table; }
      .article__categories ul li {
        float: left;
        display: inline-block; }
    .article__categories__item {
      margin-bottom: 12px;
      display: inline-block;
      color: #101010;
      text-transform: uppercase; }
  .article__share {
    text-align: center;
    margin-top: 15px; }
    .article__share a {
      display: inline-block;
      color: #101010;
      font-size: 30px;
      line-height: 30px;
      margin-left: 5px; }
      .article__share a.hover-effect {
        opacity: 0.6; }
  .article__navigation {
    clear: both;
    position: relative;
    padding: 0 48px; }
    .article__navigation::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 781px) {
      .article__navigation {
        padding: 0 36px; } }
    .article__navigation a {
      position: relative; }
    .article__navigation__prev, .article__navigation__back, .article__navigation__next {
      margin: 0;
      padding: 24px 0;
      text-transform: uppercase;
      position: relative; }
    .article__navigation__prev {
      float: left;
      display: block;
      z-index: 1; }
      .article__navigation__prev.hover-effect svg {
        -webkit-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
                transform: translateX(-5px); }
      .article__navigation__prev span {
        display: none; }
        @media only screen and (min-width: 781px) {
          .article__navigation__prev span {
            display: inline-block; } }
      .article__navigation__prev svg {
        left: -30px;
        top: 4px;
        position: absolute;
        -webkit-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear; }
        .article__navigation__prev svg.hover-effect, .article__navigation__prev svg:focus {
          color: #101010; }
    .article__navigation__back {
      display: block;
      width: 100%;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0; }
    .article__navigation__next {
      float: right;
      display: block;
      z-index: 1; }
      .article__navigation__next span {
        display: none; }
        @media only screen and (min-width: 781px) {
          .article__navigation__next span {
            display: inline-block; } }
      .article__navigation__next.hover-effect svg {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
      .article__navigation__next svg {
        right: -30px;
        top: 4px;
        position: absolute;
        -webkit-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear; }
        .article__navigation__next svg.hover-effect, .article__navigation__next svg:focus {
          color: #101010; }
  @media only screen and (min-width: 781px) {
    .article .article__categories {
      float: left;
      clear: left; }
    .article .article__share {
      float: right;
      clear: right;
      text-align: right;
      margin-top: 0; }
    .article .article__navigation__prev, .article .article__navigation__back, .article .article__navigation__next {
      margin: 48px 0 0 0; } }
  @media only screen and (min-width: 1321px) {
    .article .article__gallery .popup-gallery ul li {
      width: 33.32%; } }
  @media only screen and (min-width: 1441px) {
    .article {
      padding: 48px; } }

.article-categories {
  margin: 0 auto 12px auto;
  padding: 0 7.5vw; }
  .article-categories__select select {
    display: none; }
  .article-categories .list {
    width: 100%; }
  .article-categories__list {
    display: none; }
    .article-categories__list ul {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-preferred-size: 1;
          flex-basis: 1;
      text-align: center; }
      .article-categories__list ul li {
        padding-left: 4px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
        .article-categories__list ul li {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .article-categories__list ul li {
              font-size: calc(0.385vw + 12.768px); } }
          @media screen and (min-width: 1920px) {
            .article-categories__list ul li {
              font-size: 20.16px; } }
        .article-categories__list ul li {
          line-height: 24px; }
          @media screen and (min-width: 320px) {
            .article-categories__list ul li {
              line-height: calc(0.25vw + 23.2px); } }
          @media screen and (min-width: 1920px) {
            .article-categories__list ul li {
              line-height: 28px; } }
        .article-categories__list ul li.all-category {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .article-categories__list ul li a {
          position: relative;
          font-size: inherit;
          line-height: inherit;
          color: #1E1E1E; }
          .article-categories__list ul li a.selected {
            border-bottom: 1px solid #1E1E1E; }
        .article-categories__list ul li:after {
          content: '/';
          padding: 0 4px;
          color: #666666; }
        .article-categories__list ul li.last:after {
          content: '';
          padding: 0; }
  @media only screen and (min-width: 781px) {
    .article-categories {
      margin: 0 auto 24px auto;
      max-width: calc((100%/12) * 10); }
      .article-categories .article-categories__select {
        display: none; }
      .article-categories .article-categories__list {
        display: block; } }
  @media only screen and (min-width: 1321px) {
    .article-categories {
      max-width: calc((100%/12) * 8); } }

.button {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  color: #101010;
  cursor: pointer;
  border: 1px solid #101010;
  border-radius: 0;
  position: relative;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 15px 20px;
  min-width: 170px;
  font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .button {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .button {
        font-size: calc(0.175vw + 13.44px); } }
    @media screen and (min-width: 1920px) {
      .button {
        font-size: 16.8px; } }
  .button {
    line-height: 24px; }
    @media screen and (min-width: 320px) {
      .button {
        line-height: calc(0.25vw + 23.2px); } }
    @media screen and (min-width: 1920px) {
      .button {
        line-height: 28px; } }
  .button--wide {
    min-width: 260px; }
  .button--expand {
    width: 100%; }
  .button--small {
    font-size: 14px;
    padding: 6px 12px;
    min-width: 80px; }
  .button.active, .button.hover-effect, .button:active {
    background-color: #101010;
    color: #FFFFFF; }
  .button:focus {
    background-color: transparent;
    color: #101010; }
    .button:focus.hover-effect {
      background-color: #101010;
      color: #FFFFFF; }
  .button--solid {
    background-color: #101010;
    color: #FFFFFF; }
    .button--solid.active, .button--solid.hover-effect, .button--solid:active {
      background-color: #101010;
      color: #FFFFFF;
      opacity: 0.8; }
    .button--solid:focus {
      background-color: #101010;
      color: #FFFFFF; }
      .button--solid:focus.hover-effect {
        opacity: 0.8; }

.button--black {
  border-color: #101010;
  color: #101010; }
  .button--black.active, .button--black.hover-effect, .button--black:active {
    background-color: #101010;
    color: #FFFFFF; }
  .button--black:focus {
    background-color: transparent;
    color: #101010; }
    .button--black:focus.hover-effect {
      background-color: #101010;
      color: #FFFFFF; }
  .button--black.button--solid {
    background-color: #101010;
    color: #FFFFFF; }
    .button--black.button--solid.active, .button--black.button--solid.hover-effect, .button--black.button--solid:active {
      background-color: #101010;
      color: #FFFFFF;
      opacity: 0.8; }
    .button--black.button--solid:focus {
      background-color: #101010;
      color: #FFFFFF; }
      .button--black.button--solid:focus.hover-effect {
        opacity: 0.8; }

.button--white {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .button--white.active, .button--white.hover-effect, .button--white:active {
    background-color: #FFFFFF;
    color: #101010; }
  .button--white:focus {
    background-color: transparent;
    color: #FFFFFF; }
    .button--white:focus.hover-effect {
      background-color: #FFFFFF;
      color: #101010; }
  .button--white.button--solid {
    background-color: #FFFFFF;
    color: #101010; }
    .button--white.button--solid.active, .button--white.button--solid.hover-effect, .button--white.button--solid:active {
      background-color: #FFFFFF;
      color: #101010;
      opacity: 0.8; }
    .button--white.button--solid:focus {
      background-color: #FFFFFF;
      color: #101010; }
      .button--white.button--solid:focus.hover-effect {
        opacity: 0.8; }

.button--grey {
  border-color: #888888;
  color: #888888; }
  .button--grey.active, .button--grey.hover-effect, .button--grey:active {
    background-color: #888888;
    color: #101010; }
  .button--grey:focus {
    background-color: transparent;
    color: #888888; }
    .button--grey:focus.hover-effect {
      background-color: #888888;
      color: #101010; }
  .button--grey.button--solid {
    background-color: #888888;
    color: #101010; }
    .button--grey.button--solid.active, .button--grey.button--solid.hover-effect, .button--grey.button--solid:active {
      background-color: #888888;
      color: #101010;
      opacity: 0.8; }
    .button--grey.button--solid:focus {
      background-color: #888888;
      color: #101010; }
      .button--grey.button--solid:focus.hover-effect {
        opacity: 0.8; }

/* Add new class for webstore button.
  it is white normally but yellow when in focus or hovering.
 */
.button--yellow {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .button--yellow.active, .button--yellow.hover-effect, .button--yellow:active {
    background-color: #FFFFFF;
    color: #101010; }
  .button--yellow:focus {
    background-color: transparent;
    color: #FFFFFF; }
    .button--yellow:focus.hover-effect {
      background-color: #FFFFFF;
      color: #101010; }
  .button--yellow.button--solid {
    background-color: #FFFFFF;
    color: #101010; }
    .button--yellow.button--solid.active, .button--yellow.button--solid.hover-effect, .button--yellow.button--solid:active {
      background-color: #FFFFFF;
      color: #101010;
      opacity: 0.8; }
    .button--yellow.button--solid:focus {
      background-color: #FFFFFF;
      color: #101010; }
      .button--yellow.button--solid:focus.hover-effect {
        opacity: 0.8; }

.button--yellow:hover,
.button--yellow:focus {
  border-color: #fff1ad;
  color: #fff1ad; }
  .button--yellow:hover.active, .button--yellow:hover.hover-effect, .button--yellow:hover:active,
  .button--yellow:focus.active,
  .button--yellow:focus.hover-effect,
  .button--yellow:focus:active {
    background-color: #fff1ad;
    color: #101010; }
  .button--yellow:hover:focus,
  .button--yellow:focus:focus {
    background-color: transparent;
    color: #fff1ad; }
    .button--yellow:hover:focus.hover-effect,
    .button--yellow:focus:focus.hover-effect {
      background-color: #fff1ad;
      color: #101010; }
  .button--yellow:hover.button--solid,
  .button--yellow:focus.button--solid {
    background-color: #fff1ad;
    color: #101010; }
    .button--yellow:hover.button--solid.active, .button--yellow:hover.button--solid.hover-effect, .button--yellow:hover.button--solid:active,
    .button--yellow:focus.button--solid.active,
    .button--yellow:focus.button--solid.hover-effect,
    .button--yellow:focus.button--solid:active {
      background-color: #fff1ad;
      color: #101010;
      opacity: 0.8; }
    .button--yellow:hover.button--solid:focus,
    .button--yellow:focus.button--solid:focus {
      background-color: #fff1ad;
      color: #101010; }
      .button--yellow:hover.button--solid:focus.hover-effect,
      .button--yellow:focus.button--solid:focus.hover-effect {
        opacity: 0.8; }

.button--all--wrap {
  text-align: center; }

.content-block {
  width: 100%;
  position: relative; }
  .content-block__content {
    padding: 48px 24px;
    text-align: center;
    color: #101010; }
    .content-block__content__inner {
      max-width: 500px;
      margin: auto; }
      .content-block__content__inner h1,
      .content-block__content__inner h2,
      .content-block__content__inner h3,
      .content-block__content__inner h4,
      .content-block__content__inner h5,
      .content-block__content__inner h6 {
        padding: 0;
        margin: 0 0 24px 0;
        color: inherit; }
      .content-block__content__inner p {
        color: inherit; }
      .content-block__content__inner .button {
        margin-top: 24px; }
  .content-block__image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #101010; }
    .content-block__image__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center; }
  .content-block.image-background .content-block__content {
    position: relative;
    z-index: 1000;
    color: #FFFFFF;
    padding: 48px 24px; }
  .content-block.image-background .content-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding: 0; }
  .content-block.image-background.has-no-content {
    padding-bottom: 100%; }
  .content-block.image-crop-center .content-block__image__bg {
    background-position: center center; }
  .content-block.image-crop-top .content-block__image__bg {
    background-position: center top; }
  .content-block.image-crop-bottom .content-block__image__bg {
    background-position: center bottom; }
  @media only screen and (min-width: 781px) {
    .content-block.image-left::after, .content-block.image-right::after {
      clear: both;
      content: "";
      display: table; }
    .content-block.image-left .content-block__content, .content-block.image-right .content-block__content {
      width: 50%;
      padding: 96px 48px; }
    .content-block.image-left .content-block__image, .content-block.image-right .content-block__image {
      width: 50%;
      padding-bottom: 0; }
    .content-block.image-left.has-no-content .content-block__image, .content-block.image-right.has-no-content .content-block__image {
      float: none;
      width: 100%;
      padding-bottom: 50%; }
    .content-block.image-left .content-block__content {
      float: right; }
    .content-block.image-left .content-block__image {
      float: left; }
    .content-block.image-right .content-block__content {
      float: left; }
    .content-block.image-right .content-block__image {
      float: right; }
    .content-block.image-background .content-block__content {
      padding: 96px 48px; }
    .content-block.image-background.has-no-content {
      padding-bottom: 50%; } }

.videoBlock {
  margin: auto;
  width: 100%;
  padding: 0;
  padding: 24px 0; }
  @media only screen and (min-width: 781px) {
    .videoBlock {
      max-width: 75%; } }
  .videoBlock__text--white * {
    color: #FFFFFF; }
  .videoBlock__text--white .button {
    border-color: #FFFFFF; }
    .videoBlock__text--white .button.hover-effect {
      background-color: #FFFFFF;
      color: #101010; }
  .videoBlock__text--black * {
    color: #101010; }

.videoContainer {
  position: relative;
  width: 100%;
  background-color: #888888;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .videoContainer__wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover; }
    .videoContainer__wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: rgba(16, 16, 16, 0.3); }
      .backgroundblendmode .videoContainer__wrapper:before {
        mix-blend-mode: multiply; }
  @media only screen and (min-width: 781px) {
    .videoContainer__padded {
      padding-bottom: 56.25%; } }
  .videoContainer__content {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .videoContainer__content__description {
      padding: 0 0 24px; }
      @media only screen and (min-width: 781px) {
        .videoContainer__content__description {
          padding: 0 48px 48px; } }
      .videoContainer__content__description h2 {
        margin: 0;
        padding-bottom: 24px; }
  .videoContainer__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .videoContainer__placeholder iframe {
      width: 100%;
      height: 100%; }
  .videoContainer__play-button {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .videoContainer__play-button .button {
      margin: 0 auto; }

.file-block {
  margin-bottom: 24px;
  margin: 0 auto;
  color: #101010; }
  .file-block a {
    border-bottom: 1px solid #1E1E1E; }
    .file-block a.hover-effect {
      color: #666666;
      border-color: #666666;
      opacity: 0.6; }
    .file-block a:focus {
      color: #1E1E1E; }

.column-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto; }
  @media only screen and (min-width: 781px) {
    .column-block {
      padding: 48px 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media only screen and (min-width: 1321px) {
    .column-block {
      padding: 72px 0; } }
  .column-block__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    color: #101010; }
    @media only screen and (min-width: 781px) {
      .column-block__content {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
  .column-block__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 300px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 781px) {
      .column-block__image {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 0;
        height: 450px; } }
  .column-block.image-left .column-block__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .column-block.image-left .column-block__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media only screen and (min-width: 781px) {
      .column-block.image-left .column-block__content {
        padding-left: 24px;
        padding-right: 0; } }
    @media only screen and (min-width: 1321px) {
      .column-block.image-left .column-block__content {
        padding-left: 48px; } }
  .column-block.image-right .column-block__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .column-block.image-right .column-block__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media only screen and (min-width: 781px) {
      .column-block.image-right .column-block__content {
        padding-right: 24px;
        padding-left: 0; } }
    @media only screen and (min-width: 1321px) {
      .column-block.image-right .column-block__content {
        padding-right: 48px; } }

.iframe-wrapper .hidden {
  display: none; }

.iframe-wrapper .buttons {
  margin: auto; }

.iframe-wrapper .iframe-block {
  margin: 24px auto;
  position: relative;
  width: 100%; }
  .iframe-wrapper .iframe-block--wide {
    max-width: 1600px; }
  .iframe-wrapper .iframe-block--normal {
    max-width: 800px;
    margin: 24px auto; }
  .iframe-wrapper .iframe-block__content iframe {
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0; }
  @media only screen and (min-width: 781px) {
    .iframe-wrapper .iframe-block {
      margin: 48px auto; } }

.button-block {
  max-width: 800px;
  text-align: center;
  padding: 48px 12px;
  margin: 0 auto; }
  .button-block--left {
    text-align: left; }
  .button-block--right {
    text-align: right; }
  @media only screen and (min-width: 781px) {
    .button-block {
      padding: 48px 0; } }

.cookie-notification {
  display: none;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.175, 1); }
  .cookie-notification--closed {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .cookie-notification.cookieBar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9000; }
  .cookie-notification .notification {
    position: relative;
    background: #101010;
    padding: 2rem 65px 1rem; }
  .cookie-notification .notification__text {
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px; }
    .cookie-notification .notification__text__inner {
      width: 80%;
      margin: 0 auto; }
      .cookie-notification .notification__text__inner p {
        margin: 0;
        color: #FFFFFF; }
      .cookie-notification .notification__text__inner a {
        position: relative;
        color: #FFFFFF; }
        .cookie-notification .notification__text__inner a:after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: -4px;
          z-index: 1000;
          height: 1px;
          width: 100%;
          background-color: #FFFFFF;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .cookie-notification .notification__text__inner a.hover-effect:after {
          background-color: #AFAEB0; }
        .cookie-notification .notification__text__inner a.hover-effect, .cookie-notification .notification__text__inner a:focus, .cookie-notification .notification__text__inner a:hover {
          color: #AFAEB0; }
  .cookie-notification .notification__buttons {
    color: #FFFFFF;
    text-align: center;
    padding: 2rem 0 1rem;
    margin: 0;
    font-size: 14px; }
    .cookie-notification .notification__buttons .button {
      margin: 0 0.5rem; }
      .cookie-notification .notification__buttons .button:hover {
        background-color: #AFAEB0; }
    @media only screen and (max-width: 780px) {
      .cookie-notification .notification__buttons .button {
        margin: 0.5rem 0;
        width: 100%;
        font-size: 14px;
        padding: 6px 12px; } }

.default-page {
  position: relative;
  padding: 0 24px 24px 24px;
  padding-bottom: 0; }
  .default-page.hasSideNav {
    padding-top: 0; }
  .default-page__pre-header {
    max-width: 1800px;
    margin: 0 auto;
    padding-top: 12px; }
    .default-page__pre-header .breadcrumbs {
      padding: 24px 0; }
      .default-page__pre-header .breadcrumbs p {
        margin-bottom: 0; }
    .default-page__pre-header .image-block {
      max-width: none; }
  .default-page__header {
    padding: 48px 0 24px 0;
    margin: 0 auto; }
    .default-page__header h1 {
      margin: 0 auto;
      padding: 0;
      text-align: center; }
  .default-page__description {
    margin: 24px auto 24px auto; }
    @media only screen and (min-width: 781px) {
      .default-page__description {
        margin-bottom: 48px; } }
    .default-page__description p {
      margin-bottom: 0;
      text-align: center;
      color: #1E1E1E; }
  .default-page .event-details {
    margin: 0 auto;
    padding: 12px 0;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    margin-bottom: 48px;
    color: #666666;
    font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal; }
    .default-page .event-details {
      font-size: 11.667px; }
      @media screen and (min-width: 320px) {
        .default-page .event-details {
          font-size: calc(0.14581vw + 11.2004px); } }
      @media screen and (min-width: 1920px) {
        .default-page .event-details {
          font-size: 14px; } }
    @media only screen and (min-width: 781px) {
      .default-page .event-details {
        margin-bottom: 48px;
        padding: 24px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .default-page .event-details__content {
      color: #666666;
      margin-bottom: 24px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      @media only screen and (min-width: 781px) {
        .default-page .event-details__content {
          margin-bottom: 0;
          padding: 0 12px 0 0;
          width: 50%; } }
    .default-page .event-details .social-share {
      width: 100%; }
      .default-page .event-details .social-share__title {
        color: #666666; }
      @media only screen and (min-width: 781px) {
        .default-page .event-details .social-share {
          padding: 0 0 0 12px;
          width: 50%;
          text-align: right; } }
    .default-page .event-details__row {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      max-width: 600px;
      margin: 0 auto;
      color: #1E1E1E;
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 2; }
      .default-page .event-details__row a {
        color: #1E1E1E;
        text-decoration: underline;
        display: block; }
        .default-page .event-details__row a:hover {
          opacity: 0.8; }
        @media only screen and (min-width: 1321px) {
          .default-page .event-details__row a {
            display: inline-block; } }
    .default-page .event-details .location-title {
      text-transform: uppercase;
      color: #666666;
      font-size: 11px;
      margin-bottom: 12px;
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0.05rem;
      line-height: 1;
      text-decoration: none; }
  .default-page__content {
    text-align: left; }
    .default-page__content .content-block {
      margin: auto;
      padding: 24px 0; }
    .default-page__content .image-block {
      margin-bottom: 48px;
      max-width: 800px; }
    .default-page__content .gallery-block {
      margin: auto;
      width: 100%;
      padding: 24px 0; }
      @media only screen and (min-width: 781px) {
        .default-page__content .gallery-block {
          padding: 48px 0;
          max-width: 75%; } }
      .default-page__content .gallery-block .popup-gallery {
        margin-bottom: 0; }
  .default-page__form {
    margin: auto;
    text-align: left;
    padding: 24px 24px; }
  .default-page .related-pages-header {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 48px;
    margin: 0; }
  @media only screen and (min-width: 781px) {
    .default-page__header h1 {
      max-width: 75%; } }
  @media only screen and (min-width: 1321px) {
    .default-page.hasSideNav {
      max-width: 75%;
      margin-left: 20%; } }
  @media only screen and (min-width: 1441px) {
    .default-page {
      padding: 0 48px 48px 48px; } }

.no-item {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 48px; }

select:not(.vueSelect) {
  display: none; }

.dropdown:not(.field) {
  margin: 0;
  padding: 0 36px 0 24px;
  position: relative;
  display: block;
  height: 48px;
  width: 100%;
  background-color: #101010;
  border-radius: 0;
  border: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .dropdown:not(.field) {
    font-size: 11.667px; }
    @media screen and (min-width: 320px) {
      .dropdown:not(.field) {
        font-size: calc(0.14581vw + 11.2004px); } }
    @media screen and (min-width: 1920px) {
      .dropdown:not(.field) {
        font-size: 14px; } }
  .dropdown:not(.field).hover-effect, .dropdown:not(.field):focus, .dropdown:not(.field):active {
    background-color: #101010; }
  .dropdown:not(.field):after {
    content: '';
    padding: 3px;
    position: absolute;
    margin-left: 6px;
    top: 50%;
    right: auto;
    display: inline-block;
    border: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateY(-100%);
        -ms-transform: rotate(45deg) translateY(-100%);
            transform: rotate(45deg) translateY(-100%);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .dropdown:not(.field).open .list {
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    overflow: hidden; }
  .dropdown:not(.field).open:after {
    margin-left: 8px;
    -webkit-transform: rotate(-135deg) translateY(30%);
        -ms-transform: rotate(-135deg) translateY(30%);
            transform: rotate(-135deg) translateY(30%);
    pointer-events: none; }
  .dropdown:not(.field) .list {
    margin: 0;
    padding: 0 0 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9000;
    opacity: 0;
    background-color: #101010;
    overflow: hidden;
    pointer-events: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s linear;
    -o-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s linear;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0; }
  .dropdown:not(.field) .option {
    padding: 12px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #FFFFFF;
    outline: none;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    .dropdown:not(.field) .option {
      font-size: 11.667px; }
      @media screen and (min-width: 320px) {
        .dropdown:not(.field) .option {
          font-size: calc(0.14581vw + 11.2004px); } }
      @media screen and (min-width: 1920px) {
        .dropdown:not(.field) .option {
          font-size: 14px; } }
    .dropdown:not(.field) .option.hover-effect, .dropdown:not(.field) .option:focus {
      color: #888888; }
    .dropdown:not(.field) .option.selected, .dropdown:not(.field) .option.selected:focus {
      color: #888888; }

.error-template .site-footer {
  border-color: #101010; }

.error-page {
  text-align: center;
  padding: 24px;
  background-image: url("../img/placeholders/error.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100vw; }
  .error-page:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #101010;
    opacity: 0.15;
    z-index: 1; }
  @media only screen and (min-width: 781px) {
    .error-page {
      padding: 96px 0; } }
  .error-page__header {
    margin: auto;
    padding-bottom: 24px;
    position: relative;
    z-index: 2; }
    .error-page__header h1 {
      padding-bottom: 24px;
      margin: 0;
      color: #FFFFFF; }
      @media only screen and (min-width: 781px) {
        .error-page__header h1 {
          padding-bottom: 48px; } }
    .error-page__header .heading-5, .error-page__header form ul.errors, form .error-page__header ul.errors, .error-page__header form.errors ul.form-errors:before, form.errors .error-page__header ul.form-errors:before, .error-page__header form.errors ul.form-success:before, form.errors .error-page__header ul.form-success:before, .error-page__header .search-page__article__title {
      color: #FFFFFF;
      position: relative;
      z-index: 2; }
    .error-page__header p {
      padding: 0;
      margin: 0;
      color: #FFFFFF; }
  .error-page__form {
    position: relative;
    z-index: 2; }
    .error-page__form form {
      position: relative;
      display: block;
      height: 71px;
      padding: 0;
      margin: 48px auto;
      max-width: 400px; }
      .error-page__form form input {
        margin: 0;
        padding: 0px 70px 0px 24px;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        border: 2px solid #FFFFFF !important;
        background-color: transparent;
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
        .error-page__form form input:focus {
          background-color: inherit;
          color: #FFFFFF; }
        .error-page__form form input::-webkit-input-placeholder {
          color: #FFFFFF; }
        .error-page__form form input::-moz-placeholder {
          color: #FFFFFF; }
        .error-page__form form input:-moz-placeholder {
          color: #FFFFFF; }
        .error-page__form form input:-ms-input-placeholder {
          color: #FFFFFF; }
      .error-page__form form button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0 24px;
        font-size: 20px; }
        .error-page__form form button i {
          color: #FFFFFF; }

.site-footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #dbdbdb; }
  .site-footer::after {
    clear: both;
    content: "";
    display: table; }
  .site-footer__description {
    color: #101010;
    padding: 24px 0 12px; }
    .site-footer__description p {
      font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
    @media only screen and (min-width: 1321px) {
      .site-footer__description {
        padding: 0;
        margin-right: 48px;
        max-width: 600px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .site-footer__content {
    width: 100%;
    background-color: #101010; }
  .site-footer__upper__content {
    padding: 24px 7.5vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 781px) {
      .site-footer__upper__content {
        padding: 24px 7.5vw; } }
    @media only screen and (min-width: 1321px) {
      .site-footer__upper__content {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 72px 7.5vw; } }
  .site-footer__lower__bg {
    background-color: #FFFFFF; }
  .site-footer__lower__content {
    position: relative;
    padding: 24px 7.5vw;
    background-color: #FFFFFF;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 781px) {
      .site-footer__lower__content {
        padding: 24px 7.5vw; } }
    @media only screen and (min-width: 1321px) {
      .site-footer__lower__content {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 72px 7.5vw; } }
  .site-footer__upper-logo {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 24px; }
    @media only screen and (min-width: 781px) {
      .site-footer__upper-logo {
        margin-right: 110px; } }
    @media only screen and (min-width: 1321px) {
      .site-footer__upper-logo {
        margin-right: 160px;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-bottom: 0; } }
    .site-footer__upper-logo svg {
      display: block;
      width: 57px;
      height: 57px;
      vertical-align: bottom; }
      .site-footer__upper-logo svg path {
        fill: #FFFFFF; }
  .site-footer__lower-logo {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 12px; }
    @media only screen and (min-width: 781px) {
      .site-footer__lower-logo {
        margin-right: 30px; } }
    @media only screen and (min-width: 1321px) {
      .site-footer__lower-logo {
        margin-right: 85px;
        padding-top: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
    .site-footer__lower-logo svg {
      display: block;
      width: auto;
      height: 28px;
      vertical-align: bottom;
      overflow: visible; }
      .site-footer__lower-logo svg path {
        fill: #101010; }
  .site-footer__newsletter-signup {
    color: #FFFFFF !important;
    padding: 0 0 36px 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: left; }
    @media only screen and (min-width: 781px) {
      .site-footer__newsletter-signup {
        padding-top: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
    @media only screen and (min-width: 1321px) {
      .site-footer__newsletter-signup {
        padding-right: 24px; } }
    .site-footer__newsletter-signup p {
      margin-bottom: 12px;
      font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      .site-footer__newsletter-signup p a {
        color: #FFFFFF;
        text-decoration: underline; }
        .site-footer__newsletter-signup p a:hover {
          opacity: 0.8; }
    .site-footer__newsletter-signup .terms {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in;
      margin: 24px 0; }
      .site-footer__newsletter-signup .terms .field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .site-footer__newsletter-signup .terms a {
        color: #FFFFFF;
        text-decoration: underline; }
        .site-footer__newsletter-signup .terms a:hover {
          opacity: 0.8; }
      .site-footer__newsletter-signup .terms.is-gone {
        opacity: 0; }
      .site-footer__newsletter-signup .terms label {
        color: #FFFFFF;
        line-height: 1.1; }
      .site-footer__newsletter-signup .terms input {
        margin-right: 12px; }
  .site-footer__social {
    text-align: left;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media only screen and (min-width: 781px) {
      .site-footer__social {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; } }
    @media only screen and (min-width: 1321px) {
      .site-footer__social {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        text-align: right;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    .site-footer__social ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .site-footer__social ul li {
        display: inline-block;
        vertical-align: bottom; }
        .site-footer__social ul li a {
          display: inline-block;
          font-size: 22.5px;
          color: #FFFFFF;
          line-height: 1;
          padding: 0 5px; }
          .site-footer__lower__content .site-footer__social ul li a {
            color: #101010; }
          .site-footer__social ul li a.hover-effect {
            opacity: 0.6; }
          .site-footer__social ul li a:first-child {
            padding-left: 0; }
  .site-footer__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px 0; }
    @media only screen and (min-width: 781px) {
      .site-footer__navigation {
        padding: 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .site-footer__navigation ul {
      list-style-type: none;
      padding-right: 24px; }
      @media only screen and (min-width: 781px) {
        .site-footer__navigation ul {
          padding-right: 48px; } }
      @media only screen and (min-width: 1321px) {
        .site-footer__navigation ul {
          padding-right: 72px; } }
      .site-footer__navigation ul li a {
        color: #666666; }
        .site-footer__navigation ul li a.hover-effect {
          color: #AFAEB0; }
        .site-footer__upper__content .site-footer__navigation ul li a {
          color: #AFAEB0; }
          .site-footer__upper__content .site-footer__navigation ul li a.hover-effect {
            color: #666666; }

.symbol-container {
  position: absolute;
  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;
  top: 0;
  left: 0;
  right: 0; }
  .symbol-container .symbol {
    position: relative;
    width: 60px;
    height: 10px;
    background-color: #101010; }
    .symbol-container .symbol:before, .symbol-container .symbol:after {
      position: absolute;
      content: "";
      width: 62px;
      height: 30px;
      border-radius: 100%;
      background-color: #FFFFFF;
      bottom: -20px; }
    .symbol-container .symbol:before {
      left: -30px; }
    .symbol-container .symbol:after {
      right: -30px; }

#footerNavigation,
#museovirastoNavigation,
.footer-navigation {
  padding: 0 0 24px; }
  @media only screen and (min-width: 781px) {
    #footerNavigation,
    #museovirastoNavigation,
    .footer-navigation {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  @media only screen and (min-width: 1321px) {
    #footerNavigation,
    #museovirastoNavigation,
    .footer-navigation {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding: 0; } }
  #footerNavigation li,
  #museovirastoNavigation li,
  .footer-navigation li {
    margin-bottom: 0;
    margin: 0 6px 0 0; }
    @media only screen and (min-width: 781px) {
      #footerNavigation li,
      #museovirastoNavigation li,
      .footer-navigation li {
        padding: 0; } }
    #footerNavigation li a,
    #museovirastoNavigation li a,
    .footer-navigation li a {
      font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }

#museovirastoNavigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media only screen and (min-width: 1321px) {
    #museovirastoNavigation {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  #museovirastoNavigation li a {
    color: #101010; }
    #museovirastoNavigation li a.hover-effect, #museovirastoNavigation li a:focus {
      border-bottom: 1px solid #101010; }

#footerNavigation,
.footer-navigation {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  @media only screen and (min-width: 781px) {
    #footerNavigation,
    .footer-navigation {
      margin-right: 20px; } }
  @media only screen and (min-width: 1321px) {
    #footerNavigation,
    .footer-navigation {
      margin-right: 48px;
      -ms-flex-preferred-size: 600px;
          flex-basis: 600px; } }
  #footerNavigation li a,
  .footer-navigation li a {
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; }
    #footerNavigation li a.hover-effect, #footerNavigation li a:focus,
    .footer-navigation li a.hover-effect,
    .footer-navigation li a:focus {
      border-color: #FFFFFF; }

.footer-navigation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

select:focus, select.vueSelect, .select-wrapper .holder, .app-navigation .selectors input:not(.switch-input) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: transparent;
  border: 1px solid #1E1E1E;
  height: 50px;
  line-height: 40px;
  padding: 0 30px 0 15px;
  margin: 0;
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }
  select:focus, select.vueSelect, .select-wrapper .holder, .app-navigation .selectors input:not(.switch-input) {
    font-size: 11.667px; }
    @media screen and (min-width: 320px) {
      select:focus, select.vueSelect, .select-wrapper .holder, .app-navigation .selectors input:not(.switch-input) {
        font-size: calc(0.14581vw + 11.2004px); } }
    @media screen and (min-width: 1920px) {
      select:focus, select.vueSelect, .select-wrapper .holder, .app-navigation .selectors input:not(.switch-input) {
        font-size: 14px; } }
  select:focus, select.vueSelect, .select-wrapper .holder, .app-navigation .selectors input:not(.switch-input) {
    line-height: 16px; }
    @media screen and (min-width: 320px) {
      select:focus, select.vueSelect, .select-wrapper .holder, .app-navigation .selectors input:not(.switch-input) {
        line-height: calc(0.25vw + 15.2px); } }
    @media screen and (min-width: 1920px) {
      select:focus, select.vueSelect, .select-wrapper .holder, .app-navigation .selectors input:not(.switch-input) {
        line-height: 20px; } }

select[multiple] {
  height: auto;
  padding: 15px;
  line-height: auto; }

select.vueSelect {
  background-color: #101010;
  color: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
  background-image: none; }
  select.vueSelect::-ms-expand {
    display: none; }

#fields-dropdown {
  display: none; }

.dropdown-field {
  background-color: #FFFFFF;
  color: #101010; }

.select-wrapper {
  cursor: pointer;
  z-index: 1000;
  position: relative;
  vertical-align: middle;
  width: 100%; }
  .select-wrapper select {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    opacity: 0; }
  .select-wrapper .holder {
    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;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: -1;
    padding-right: 30px; }
    .select-wrapper .holder:after {
      content: '';
      position: absolute;
      top: 47%;
      right: 12px;
      border: solid;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(-45deg) translateY(-50%);
          -ms-transform: rotate(-45deg) translateY(-50%);
              transform: rotate(-45deg) translateY(-50%); }

form {
  max-width: 500px; }
  form .fields .tab {
    display: block;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0; }
    form .fields .tab h3 {
      color: inherit; }
  form .fields .field {
    display: block;
    padding: 0;
    margin-bottom: 12px; }
    form .fields .field .heading {
      color: inherit; }
      form .fields .field .heading label {
        color: inherit; }
    form .fields .field .input {
      position: relative;
      display: block; }
    form .fields .field [type='text'],
    form .fields .field [type='password'],
    form .fields .field [type='date'],
    form .fields .field [type='datetime'],
    form .fields .field [type='datetime-local'],
    form .fields .field [type='month'],
    form .fields .field [type='week'],
    form .fields .field [type='email'],
    form .fields .field [type='number'],
    form .fields .field [type='search'],
    form .fields .field [type='tel'],
    form .fields .field [type='time'],
    form .fields .field [type='url'],
    form .fields .field [type='color'],
    form .fields .field textarea {
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      display: block;
      background-color: transparent;
      border: 1px solid #101010;
      min-height: 50px;
      height: auto;
      padding: 24px;
      margin: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      form .fields .field [type='text'],
      form .fields .field [type='password'],
      form .fields .field [type='date'],
      form .fields .field [type='datetime'],
      form .fields .field [type='datetime-local'],
      form .fields .field [type='month'],
      form .fields .field [type='week'],
      form .fields .field [type='email'],
      form .fields .field [type='number'],
      form .fields .field [type='search'],
      form .fields .field [type='tel'],
      form .fields .field [type='time'],
      form .fields .field [type='url'],
      form .fields .field [type='color'],
      form .fields .field textarea {
        font-size: 11.667px; }
        @media screen and (min-width: 320px) {
          form .fields .field [type='text'],
          form .fields .field [type='password'],
          form .fields .field [type='date'],
          form .fields .field [type='datetime'],
          form .fields .field [type='datetime-local'],
          form .fields .field [type='month'],
          form .fields .field [type='week'],
          form .fields .field [type='email'],
          form .fields .field [type='number'],
          form .fields .field [type='search'],
          form .fields .field [type='tel'],
          form .fields .field [type='time'],
          form .fields .field [type='url'],
          form .fields .field [type='color'],
          form .fields .field textarea {
            font-size: calc(0.14581vw + 11.2004px); } }
        @media screen and (min-width: 1920px) {
          form .fields .field [type='text'],
          form .fields .field [type='password'],
          form .fields .field [type='date'],
          form .fields .field [type='datetime'],
          form .fields .field [type='datetime-local'],
          form .fields .field [type='month'],
          form .fields .field [type='week'],
          form .fields .field [type='email'],
          form .fields .field [type='number'],
          form .fields .field [type='search'],
          form .fields .field [type='tel'],
          form .fields .field [type='time'],
          form .fields .field [type='url'],
          form .fields .field [type='color'],
          form .fields .field textarea {
            font-size: 14px; } }
      form .fields .field [type='text']::-webkit-input-placeholder,
      form .fields .field [type='password']::-webkit-input-placeholder,
      form .fields .field [type='date']::-webkit-input-placeholder,
      form .fields .field [type='datetime']::-webkit-input-placeholder,
      form .fields .field [type='datetime-local']::-webkit-input-placeholder,
      form .fields .field [type='month']::-webkit-input-placeholder,
      form .fields .field [type='week']::-webkit-input-placeholder,
      form .fields .field [type='email']::-webkit-input-placeholder,
      form .fields .field [type='number']::-webkit-input-placeholder,
      form .fields .field [type='search']::-webkit-input-placeholder,
      form .fields .field [type='tel']::-webkit-input-placeholder,
      form .fields .field [type='time']::-webkit-input-placeholder,
      form .fields .field [type='url']::-webkit-input-placeholder,
      form .fields .field [type='color']::-webkit-input-placeholder,
      form .fields .field textarea::-webkit-input-placeholder {
        color: inherit; }
      form .fields .field [type='text']::-moz-placeholder,
      form .fields .field [type='password']::-moz-placeholder,
      form .fields .field [type='date']::-moz-placeholder,
      form .fields .field [type='datetime']::-moz-placeholder,
      form .fields .field [type='datetime-local']::-moz-placeholder,
      form .fields .field [type='month']::-moz-placeholder,
      form .fields .field [type='week']::-moz-placeholder,
      form .fields .field [type='email']::-moz-placeholder,
      form .fields .field [type='number']::-moz-placeholder,
      form .fields .field [type='search']::-moz-placeholder,
      form .fields .field [type='tel']::-moz-placeholder,
      form .fields .field [type='time']::-moz-placeholder,
      form .fields .field [type='url']::-moz-placeholder,
      form .fields .field [type='color']::-moz-placeholder,
      form .fields .field textarea::-moz-placeholder {
        color: inherit; }
      form .fields .field [type='text']:-moz-placeholder,
      form .fields .field [type='password']:-moz-placeholder,
      form .fields .field [type='date']:-moz-placeholder,
      form .fields .field [type='datetime']:-moz-placeholder,
      form .fields .field [type='datetime-local']:-moz-placeholder,
      form .fields .field [type='month']:-moz-placeholder,
      form .fields .field [type='week']:-moz-placeholder,
      form .fields .field [type='email']:-moz-placeholder,
      form .fields .field [type='number']:-moz-placeholder,
      form .fields .field [type='search']:-moz-placeholder,
      form .fields .field [type='tel']:-moz-placeholder,
      form .fields .field [type='time']:-moz-placeholder,
      form .fields .field [type='url']:-moz-placeholder,
      form .fields .field [type='color']:-moz-placeholder,
      form .fields .field textarea:-moz-placeholder {
        color: inherit; }
      form .fields .field [type='text']:-ms-input-placeholder,
      form .fields .field [type='password']:-ms-input-placeholder,
      form .fields .field [type='date']:-ms-input-placeholder,
      form .fields .field [type='datetime']:-ms-input-placeholder,
      form .fields .field [type='datetime-local']:-ms-input-placeholder,
      form .fields .field [type='month']:-ms-input-placeholder,
      form .fields .field [type='week']:-ms-input-placeholder,
      form .fields .field [type='email']:-ms-input-placeholder,
      form .fields .field [type='number']:-ms-input-placeholder,
      form .fields .field [type='search']:-ms-input-placeholder,
      form .fields .field [type='tel']:-ms-input-placeholder,
      form .fields .field [type='time']:-ms-input-placeholder,
      form .fields .field [type='url']:-ms-input-placeholder,
      form .fields .field [type='color']:-ms-input-placeholder,
      form .fields .field textarea:-ms-input-placeholder {
        color: inherit; }
      form .fields .field [type='text'].hover-effect,
      form .fields .field [type='password'].hover-effect,
      form .fields .field [type='date'].hover-effect,
      form .fields .field [type='datetime'].hover-effect,
      form .fields .field [type='datetime-local'].hover-effect,
      form .fields .field [type='month'].hover-effect,
      form .fields .field [type='week'].hover-effect,
      form .fields .field [type='email'].hover-effect,
      form .fields .field [type='number'].hover-effect,
      form .fields .field [type='search'].hover-effect,
      form .fields .field [type='tel'].hover-effect,
      form .fields .field [type='time'].hover-effect,
      form .fields .field [type='url'].hover-effect,
      form .fields .field [type='color'].hover-effect,
      form .fields .field textarea.hover-effect {
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #101010; }
        form .fields .field [type='text'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='password'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='date'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='datetime'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='datetime-local'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='month'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='week'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='email'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='number'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='search'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='tel'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='time'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='url'].hover-effect::-webkit-input-placeholder,
        form .fields .field [type='color'].hover-effect::-webkit-input-placeholder,
        form .fields .field textarea.hover-effect::-webkit-input-placeholder {
          color: #101010; }
        form .fields .field [type='text'].hover-effect::-moz-placeholder,
        form .fields .field [type='password'].hover-effect::-moz-placeholder,
        form .fields .field [type='date'].hover-effect::-moz-placeholder,
        form .fields .field [type='datetime'].hover-effect::-moz-placeholder,
        form .fields .field [type='datetime-local'].hover-effect::-moz-placeholder,
        form .fields .field [type='month'].hover-effect::-moz-placeholder,
        form .fields .field [type='week'].hover-effect::-moz-placeholder,
        form .fields .field [type='email'].hover-effect::-moz-placeholder,
        form .fields .field [type='number'].hover-effect::-moz-placeholder,
        form .fields .field [type='search'].hover-effect::-moz-placeholder,
        form .fields .field [type='tel'].hover-effect::-moz-placeholder,
        form .fields .field [type='time'].hover-effect::-moz-placeholder,
        form .fields .field [type='url'].hover-effect::-moz-placeholder,
        form .fields .field [type='color'].hover-effect::-moz-placeholder,
        form .fields .field textarea.hover-effect::-moz-placeholder {
          color: #101010; }
        form .fields .field [type='text'].hover-effect:-moz-placeholder,
        form .fields .field [type='password'].hover-effect:-moz-placeholder,
        form .fields .field [type='date'].hover-effect:-moz-placeholder,
        form .fields .field [type='datetime'].hover-effect:-moz-placeholder,
        form .fields .field [type='datetime-local'].hover-effect:-moz-placeholder,
        form .fields .field [type='month'].hover-effect:-moz-placeholder,
        form .fields .field [type='week'].hover-effect:-moz-placeholder,
        form .fields .field [type='email'].hover-effect:-moz-placeholder,
        form .fields .field [type='number'].hover-effect:-moz-placeholder,
        form .fields .field [type='search'].hover-effect:-moz-placeholder,
        form .fields .field [type='tel'].hover-effect:-moz-placeholder,
        form .fields .field [type='time'].hover-effect:-moz-placeholder,
        form .fields .field [type='url'].hover-effect:-moz-placeholder,
        form .fields .field [type='color'].hover-effect:-moz-placeholder,
        form .fields .field textarea.hover-effect:-moz-placeholder {
          color: #101010; }
        form .fields .field [type='text'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='password'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='date'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='datetime'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='datetime-local'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='month'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='week'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='email'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='number'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='search'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='tel'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='time'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='url'].hover-effect:-ms-input-placeholder,
        form .fields .field [type='color'].hover-effect:-ms-input-placeholder,
        form .fields .field textarea.hover-effect:-ms-input-placeholder {
          color: #101010; }
      form .fields .field [type='text']:focus,
      form .fields .field [type='password']:focus,
      form .fields .field [type='date']:focus,
      form .fields .field [type='datetime']:focus,
      form .fields .field [type='datetime-local']:focus,
      form .fields .field [type='month']:focus,
      form .fields .field [type='week']:focus,
      form .fields .field [type='email']:focus,
      form .fields .field [type='number']:focus,
      form .fields .field [type='search']:focus,
      form .fields .field [type='tel']:focus,
      form .fields .field [type='time']:focus,
      form .fields .field [type='url']:focus,
      form .fields .field [type='color']:focus,
      form .fields .field textarea:focus {
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #101010; }
        form .fields .field [type='text']:focus::-webkit-input-placeholder,
        form .fields .field [type='password']:focus::-webkit-input-placeholder,
        form .fields .field [type='date']:focus::-webkit-input-placeholder,
        form .fields .field [type='datetime']:focus::-webkit-input-placeholder,
        form .fields .field [type='datetime-local']:focus::-webkit-input-placeholder,
        form .fields .field [type='month']:focus::-webkit-input-placeholder,
        form .fields .field [type='week']:focus::-webkit-input-placeholder,
        form .fields .field [type='email']:focus::-webkit-input-placeholder,
        form .fields .field [type='number']:focus::-webkit-input-placeholder,
        form .fields .field [type='search']:focus::-webkit-input-placeholder,
        form .fields .field [type='tel']:focus::-webkit-input-placeholder,
        form .fields .field [type='time']:focus::-webkit-input-placeholder,
        form .fields .field [type='url']:focus::-webkit-input-placeholder,
        form .fields .field [type='color']:focus::-webkit-input-placeholder,
        form .fields .field textarea:focus::-webkit-input-placeholder {
          color: #101010; }
        form .fields .field [type='text']:focus::-moz-placeholder,
        form .fields .field [type='password']:focus::-moz-placeholder,
        form .fields .field [type='date']:focus::-moz-placeholder,
        form .fields .field [type='datetime']:focus::-moz-placeholder,
        form .fields .field [type='datetime-local']:focus::-moz-placeholder,
        form .fields .field [type='month']:focus::-moz-placeholder,
        form .fields .field [type='week']:focus::-moz-placeholder,
        form .fields .field [type='email']:focus::-moz-placeholder,
        form .fields .field [type='number']:focus::-moz-placeholder,
        form .fields .field [type='search']:focus::-moz-placeholder,
        form .fields .field [type='tel']:focus::-moz-placeholder,
        form .fields .field [type='time']:focus::-moz-placeholder,
        form .fields .field [type='url']:focus::-moz-placeholder,
        form .fields .field [type='color']:focus::-moz-placeholder,
        form .fields .field textarea:focus::-moz-placeholder {
          color: #101010; }
        form .fields .field [type='text']:focus:-moz-placeholder,
        form .fields .field [type='password']:focus:-moz-placeholder,
        form .fields .field [type='date']:focus:-moz-placeholder,
        form .fields .field [type='datetime']:focus:-moz-placeholder,
        form .fields .field [type='datetime-local']:focus:-moz-placeholder,
        form .fields .field [type='month']:focus:-moz-placeholder,
        form .fields .field [type='week']:focus:-moz-placeholder,
        form .fields .field [type='email']:focus:-moz-placeholder,
        form .fields .field [type='number']:focus:-moz-placeholder,
        form .fields .field [type='search']:focus:-moz-placeholder,
        form .fields .field [type='tel']:focus:-moz-placeholder,
        form .fields .field [type='time']:focus:-moz-placeholder,
        form .fields .field [type='url']:focus:-moz-placeholder,
        form .fields .field [type='color']:focus:-moz-placeholder,
        form .fields .field textarea:focus:-moz-placeholder {
          color: #101010; }
        form .fields .field [type='text']:focus:-ms-input-placeholder,
        form .fields .field [type='password']:focus:-ms-input-placeholder,
        form .fields .field [type='date']:focus:-ms-input-placeholder,
        form .fields .field [type='datetime']:focus:-ms-input-placeholder,
        form .fields .field [type='datetime-local']:focus:-ms-input-placeholder,
        form .fields .field [type='month']:focus:-ms-input-placeholder,
        form .fields .field [type='week']:focus:-ms-input-placeholder,
        form .fields .field [type='email']:focus:-ms-input-placeholder,
        form .fields .field [type='number']:focus:-ms-input-placeholder,
        form .fields .field [type='search']:focus:-ms-input-placeholder,
        form .fields .field [type='tel']:focus:-ms-input-placeholder,
        form .fields .field [type='time']:focus:-ms-input-placeholder,
        form .fields .field [type='url']:focus:-ms-input-placeholder,
        form .fields .field [type='color']:focus:-ms-input-placeholder,
        form .fields .field textarea:focus:-ms-input-placeholder {
          color: #101010; }
    form .fields .field textarea {
      height: 200px;
      max-height: 200px;
      min-height: 200px;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      resize: none; }
    form .fields .field.radiobuttons label, form .fields .field.checkboxes label {
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      position: relative;
      color: inherit;
      display: inline-block;
      margin: 0 12px 6px 0;
      cursor: pointer;
      font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      form .fields .field.radiobuttons label, form .fields .field.checkboxes label {
        font-size: 11.667px; }
        @media screen and (min-width: 320px) {
          form .fields .field.radiobuttons label, form .fields .field.checkboxes label {
            font-size: calc(0.14581vw + 11.2004px); } }
        @media screen and (min-width: 1920px) {
          form .fields .field.radiobuttons label, form .fields .field.checkboxes label {
            font-size: 14px; } }
      form .fields .field.radiobuttons label input, form .fields .field.checkboxes label input {
        margin: 0 5px 0 0;
        padding: 0; }
      form .fields .field.radiobuttons label.styled input, form .fields .field.checkboxes label.styled input {
        opacity: 0;
        margin: 0;
        display: none;
        visibility: hidden;
        width: 0;
        height: 0;
        overflow: hidden; }
        form .fields .field.radiobuttons label.styled input + span, form .fields .field.checkboxes label.styled input + span {
          position: relative;
          top: 2px;
          display: inline-block;
          width: 14px;
          height: 14px;
          margin-right: 5px;
          background-color: transparent;
          border: 1px solid #101010;
          z-index: 1;
          overflow: hidden; }
          form .fields .field.radiobuttons label.styled input + span:before, form .fields .field.checkboxes label.styled input + span:before {
            -webkit-transition: height 0.2s ease-in;
            -o-transition: height 0.2s ease-in;
            transition: height 0.2s ease-in;
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0%;
            z-index: -1;
            background-color: #101010; }
        form .fields .field.radiobuttons label.styled input:checked + span:before, form .fields .field.checkboxes label.styled input:checked + span:before {
          height: 100%; }
        form .fields .field.radiobuttons label.styled input[type="radio"] + span, form .fields .field.checkboxes label.styled input[type="radio"] + span {
          border-radius: 50%; }
    form .fields .field.sproutfields_notes {
      padding: 25px; }
      form .fields .field.sproutfields_notes .heading label {
        color: #101010; }
      form .fields .field.sproutfields_notes .input {
        border: none;
        font-size: 12px; }
    form .fields .field.required .heading label:after {
      content: "*"; }
  form .submit {
    display: block;
    text-align: center; }
    form .submit input[type="submit"] {
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-color: transparent;
      color: #101010;
      cursor: pointer;
      border: 1px solid #101010;
      border-radius: 0;
      position: relative;
      text-align: center;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      overflow: hidden;
      margin: 0;
      padding: 15px 20px;
      min-width: 170px;
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      form .submit input[type="submit"] {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          form .submit input[type="submit"] {
            font-size: calc(0.175vw + 13.44px); } }
        @media screen and (min-width: 1920px) {
          form .submit input[type="submit"] {
            font-size: 16.8px; } }
      form .submit input[type="submit"] {
        line-height: 24px; }
        @media screen and (min-width: 320px) {
          form .submit input[type="submit"] {
            line-height: calc(0.25vw + 23.2px); } }
        @media screen and (min-width: 1920px) {
          form .submit input[type="submit"] {
            line-height: 28px; } }
      form .submit input[type="submit"]--wide {
        min-width: 260px; }
      form .submit input[type="submit"]--expand {
        width: 100%; }
      form .submit input[type="submit"]--small {
        font-size: 14px;
        padding: 6px 12px;
        min-width: 80px; }
      form .submit input[type="submit"].active, form .submit input[type="submit"].hover-effect, form .submit input[type="submit"]:active {
        background-color: #101010;
        color: #FFFFFF; }
      form .submit input[type="submit"]:focus {
        background-color: transparent;
        color: #101010; }
        form .submit input[type="submit"]:focus.hover-effect {
          background-color: #101010;
          color: #FFFFFF; }
      form .submit input[type="submit"]--solid {
        background-color: #101010;
        color: #FFFFFF; }
        form .submit input[type="submit"]--solid.active, form .submit input[type="submit"]--solid.hover-effect, form .submit input[type="submit"]--solid:active {
          background-color: #101010;
          color: #FFFFFF;
          opacity: 0.8; }
        form .submit input[type="submit"]--solid:focus {
          background-color: #101010;
          color: #FFFFFF; }
          form .submit input[type="submit"]--solid:focus.hover-effect {
            opacity: 0.8; }
  @media only screen and (min-width: 781px) {
    form .submit {
      text-align: right; } }
  form div.input.errors .heading {
    color: red; }
    form div.input.errors .heading p {
      color: #101010; }
  form div.form-errors {
    margin-top: 13px; }
  form ul.errors {
    margin-top: 0%;
    color: red;
    background-color: #EDE9E2;
    padding: 6px 5px 1px 5px;
    font-weight: bold; }
    form ul.errors li {
      margin-bottom: 6px;
      padding: 0 0 0 5px; }
      form ul.errors li:before {
        content: none; }
      form ul.errors li.errors:after {
        content: "Virheellinen kenttä."; }
      form ul.errors li.errors:lang(sv_se):after {
        content: "Det finns fel i fältet."; }
      form ul.errors li.errors:lang(en_us):after {
        content: "Erroneous field."; }
  form.errors ul.form-errors:before {
    content: "Lomakkeessa on virheitä. Tarkista kaikki vaaditut kentät.";
    display: block;
    color: red;
    background-color: #EDE9E2;
    padding: 12px;
    margin-bottom: 12px; }
  form.errors ul.form-errors:lang(sv_se):before {
    content: "Det finns fel i formen. Kontrollera alla obligatoriska fält."; }
  form.errors ul.form-errors:lang(en_us):before {
    content: "There are mistakes in the form. Please check required fields."; }
  form.errors ul.form-success:before {
    content: "Lähetys onnistui. Kiitos palautteestasi.";
    display: block;
    color: green;
    background-color: #EDE9E2;
    padding: 12px;
    margin-bottom: 12px; }
  form.errors ul.form-success:lang(sv_se):before {
    content: "Feedback skickad. Tack för din feedback."; }
  form.errors ul.form-success:lang(en_us):before {
    content: "Feedback sent. Thank you for feedback."; }
  form #fields-nimi-error:after {
    content: "Nimi-kenttä on tyhjä."; }
  form #fields-nimi-error:lang(sv_se):after {
    content: "Namn fält är tomt."; }
  form #fields-nimi-error:lang(en_us):after {
    content: "Name field is empty."; }
  form #fields-saehkoeposti-error:after {
    content: "Sähköposti-kenttä on virheellinen, tai tyhjä."; }
  form #fields-saehkoeposti-error:lang(sv_se):after {
    content: "E-mail fält har fel, eller tom."; }
  form #fields-saehkoeposti-error:lang(en_us):after {
    content: "E-mail field has errors, or empty."; }
  form #fields-palaute-error:after {
    content: "Palaute-kenttä on tyhjä."; }
  form #fields-palaute-error:lang(sv_se):after {
    content: "Feedback fält är tomt."; }
  form #fields-palaute-error:lang(en_us):after {
    content: "Feedback text field is empty."; }

.switch-label {
  font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: inline-block; }
  .switch-label {
    font-size: 11.667px; }
    @media screen and (min-width: 320px) {
      .switch-label {
        font-size: calc(0.14581vw + 11.2004px); } }
    @media screen and (min-width: 1920px) {
      .switch-label {
        font-size: 14px; } }
  .switch-label {
    line-height: 16px; }
    @media screen and (min-width: 320px) {
      .switch-label {
        line-height: calc(0.25vw + 15.2px); } }
    @media screen and (min-width: 1920px) {
      .switch-label {
        line-height: 20px; } }

.switch {
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 8px;
  position: relative; }
  .switch .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    cursor: pointer;
    background-color: #AFAEB0;
    border: 1px solid #AFAEB0;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .switch .slider:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      width: 18px;
      height: 18px;
      background: #FFFFFF;
      border-radius: 0;
      border: 1px solid #FFFFFF;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch input:focus + .slider {
      border-color: #1E1E1E; }
    .switch input:checked + .slider {
      border-color: #101010;
      background-color: #101010; }
      .switch input:checked + .slider:before {
        -webkit-transform: translateX(16px);
            -ms-transform: translateX(16px);
                transform: translateX(16px);
        background: #FFFFFF;
        border-color: #101010; }
    .switch input:checked:focus + .slider {
      border-color: #1E1E1E; }

/* Add accessibility link to skip navigation links */
.accessibility-shortcut {
  position: absolute;
  background-color: #1E1E1E;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  clip: rect(0, 0, 0, 0);
  color: #fff !important;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.accessibility-shortcut:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 70px;
  width: auto;
  z-index: 10000; }

#top-search {
  display: none; }

.search-form {
  display: none; }

.search-is-open .search-form {
  display: block; }

@media only screen {
  .search-is-open #top-search {
    display: none; } }

@media only screen and (min-width: 781px) {
  .search-is-open #top-search {
    display: block; } }

.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  height: 60px;
  width: 100%;
  background-color: #101010; }
  .site-navigation__header-container {
    padding: 0 7.5vw;
    margin: 0 auto;
    position: relative;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100%;
    max-width: 1920px;
    background-color: #101010; }
    .nav-is-open .site-navigation__header-container {
      border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .site-navigation__logo {
    -ms-flex-item-align: center;
        align-self: center; }
    .site-navigation__logo svg {
      width: 36px;
      height: 36px;
      display: block; }
      .site-navigation__logo svg path {
        fill: #FFFFFF; }
    .site-navigation__logo:focus {
      outline: #FFFFFF solid; }
    @media only screen and (min-width: 1321px) {
      .site-navigation__logo svg {
        -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
        width: 60px;
        height: 60px; } }
  .site-navigation .temp {
    color: #FFFFFF;
    font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: auto; }
    .site-navigation .temp {
      font-size: 11.667px; }
      @media screen and (min-width: 320px) {
        .site-navigation .temp {
          font-size: calc(0.14581vw + 11.2004px); } }
      @media screen and (min-width: 1920px) {
        .site-navigation .temp {
          font-size: 14px; } }
  .site-navigation .dropdown:focus {
    outline: solid 1px white;
    outline-offset: 5px; }
  .site-navigation .dropdown .list {
    padding-bottom: 0; }
  .site-navigation .dropdown ul {
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding-bottom: 12px; }
    .site-navigation .dropdown ul::-webkit-scrollbar {
      width: 6px;
      background-color: #666666;
      border-radius: 3px; }
    .site-navigation .dropdown ul::-webkit-scrollbar-thumb {
      background-color: #FFFFFF;
      border-radius: 3px; }
    .site-navigation .dropdown ul li {
      word-wrap: break-word;
      width: 100%; }
  .site-navigation__locations {
    -ms-flex-item-align: center;
        align-self: center;
    color: #FFFFFF;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .site-navigation__locations[data-type="collections"] {
      display: none; }
  .site-navigation__links {
    -ms-flex-item-align: center;
        align-self: center;
    display: none; }
    .site-navigation__links ul {
      width: 100%;
      font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      .site-navigation__links ul {
        font-size: 11.667px; }
        @media screen and (min-width: 320px) {
          .site-navigation__links ul {
            font-size: calc(0.14581vw + 11.2004px); } }
        @media screen and (min-width: 1920px) {
          .site-navigation__links ul {
            font-size: 14px; } }
      .site-navigation__links ul {
        line-height: 16px; }
        @media screen and (min-width: 320px) {
          .site-navigation__links ul {
            line-height: calc(0.25vw + 15.2px); } }
        @media screen and (min-width: 1920px) {
          .site-navigation__links ul {
            line-height: 20px; } }
      .site-navigation__links ul li {
        display: inline-block; }
      .site-navigation__links ul a {
        color: #FFFFFF;
        font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
        .site-navigation__links ul a {
          font-size: 11.667px; }
          @media screen and (min-width: 320px) {
            .site-navigation__links ul a {
              font-size: calc(0.14581vw + 11.2004px); } }
          @media screen and (min-width: 1920px) {
            .site-navigation__links ul a {
              font-size: 14px; } }
        .site-navigation__links ul a {
          line-height: 16px; }
          @media screen and (min-width: 320px) {
            .site-navigation__links ul a {
              line-height: calc(0.25vw + 15.2px); } }
          @media screen and (min-width: 1920px) {
            .site-navigation__links ul a {
              line-height: 20px; } }
    @media only screen and (min-width: 1061px) {
      .site-navigation__links {
        display: block; } }
    @media only screen and (min-width: 1321px) {
      .site-navigation__links {
        padding-right: 24px; } }
  .site-navigation__collections {
    margin-right: auto;
    -ms-flex-item-align: center;
        align-self: center;
    color: #FFFFFF;
    display: none; }
    @media only screen and (min-width: 781px) {
      .site-navigation__collections {
        display: block; } }
    .site-navigation__collections select {
      display: none; }
    .site-navigation__collections .dropdown {
      padding-right: 0; }
  .site-navigation__language-selector {
    display: none;
    -ms-flex-item-align: center;
        align-self: center;
    color: #FFFFFF; }
    .site-navigation__language-selector .dropdown {
      padding-left: 12px;
      font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      .site-navigation__language-selector .dropdown {
        font-size: 11.667px; }
        @media screen and (min-width: 320px) {
          .site-navigation__language-selector .dropdown {
            font-size: calc(0.14581vw + 11.2004px); } }
        @media screen and (min-width: 1920px) {
          .site-navigation__language-selector .dropdown {
            font-size: 14px; } }
      .site-navigation__language-selector .dropdown :focus {
        outline: #FFFFFF solid; }
    .site-navigation__language-selector select {
      display: none; }
    .site-navigation__language-selector .list {
      z-index: 9999; }
    .site-navigation__language-selector :focus {
      outline: #FFFFFF solid; }
  .site-navigation__buy-tickets {
    display: none;
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
    cursor: pointer; }
    @media only screen and (min-width: 781px) {
      .site-navigation__buy-tickets {
        display: block;
        margin: 0 12px; } }
    @media only screen and (min-width: 1321px) {
      .site-navigation__buy-tickets {
        margin-right: 0; } }
  .site-navigation__buy-tickets--mobile {
    -ms-flex-item-align: center;
        align-self: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100vw;
    text-align: center;
    padding: 8.5px 0; }
    .site-navigation__buy-tickets--mobile a {
      color: #FFFFFF; }
    @media only screen and (min-width: 781px) {
      .site-navigation__buy-tickets--mobile {
        display: none;
        position: static;
        width: auto;
        margin-right: 12px;
        background-color: #FFFFFF;
        padding: 0; }
        .site-navigation__buy-tickets--mobile a {
          color: #101010;
          padding: 0;
          min-width: 140px; } }
    @media only screen and (min-width: 1321px) {
      .site-navigation__buy-tickets--mobile {
        margin-right: 0; } }
  .site-navigation__button {
    -ms-flex-item-align: center;
        align-self: center; }
  .site-navigation [type="search"] {
    width: 0;
    color: #FFFFFF;
    position: relative;
    z-index: 920;
    background: transparent;
    height: 100%;
    line-height: 100%;
    padding: 2% 0;
    border-bottom: 0;
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #101010; }
    .search-is-open .site-navigation [type="search"] {
      width: 100%; }
      @media only screen and (min-width: 781px) {
        .search-is-open .site-navigation [type="search"] {
          width: 200px;
          padding-right: 36px; } }
    .site-navigation [type="search"]::-webkit-input-placeholder {
      color: #AFAEB0; }
    .site-navigation [type="search"]::-moz-placeholder {
      color: #AFAEB0; }
    .site-navigation [type="search"]:-ms-input-placeholder {
      color: #AFAEB0; }
    .site-navigation [type="search"]::-ms-input-placeholder {
      color: #AFAEB0; }
    .site-navigation [type="search"]::placeholder {
      color: #AFAEB0; }
    .site-navigation [type="search"]:focus {
      border-color: #FFFFFF;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .site-navigation [type="search"]:focus + [type="submit"] {
        opacity: 1;
        display: block; }
  .site-navigation .site-navigation__search-form [type="submit"] {
    cursor: pointer;
    position: relative;
    z-index: 921;
    background: transparent;
    width: 30px;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    float: right;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    width: 0; }
    .site-navigation .site-navigation__search-form [type="submit"] svg {
      display: none; }
    .search-is-open .site-navigation .site-navigation__search-form [type="submit"] {
      opacity: 1;
      display: block;
      -webkit-transition-delay: 0.5s;
           -o-transition-delay: 0.5s;
              transition-delay: 0.5s; }
      .search-is-open .site-navigation .site-navigation__search-form [type="submit"] svg {
        display: block; }
    .site-navigation .site-navigation__search-form [type="submit"] svg {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
      fill: #FFFFFF; }
      .site-navigation .site-navigation__search-form [type="submit"] svg path:last-child {
        fill: #FFFFFF; }
    .site-navigation .site-navigation__search-form [type="submit"].hover-effect svg {
      opacity: 0.6; }
  .site-navigation__search-form {
    position: absolute;
    top: 0;
    left: calc(7.5vw + 36px);
    height: 100%;
    z-index: 1000;
    max-width: none;
    width: 0;
    display: none; }
    @media only screen and (min-width: 781px) {
      .site-navigation__search-form {
        display: block; } }
    @media only screen and (min-width: 1321px) {
      .site-navigation__search-form {
        left: auto;
        right: 180px; } }
    .search-is-open .site-navigation__search-form {
      opacity: 1;
      display: block;
      width: calc(100% - 144px);
      left: 36px;
      background-color: #101010;
      padding-left: 12px;
      padding-right: 12px; }
      @media only screen and (min-width: 781px) {
        .search-is-open .site-navigation__search-form {
          width: calc(100% - 240px); }
          .search-is-open .site-navigation__search-form.buy-tickets-enabled {
            width: calc(100% - 312px); } }
      @media only screen and (min-width: 1321px) {
        .search-is-open .site-navigation__search-form {
          right: calc(10vw + 108px);
          width: 180px;
          left: auto; }
          .search-is-open .site-navigation__search-form.buy-tickets-enabled {
            right: 288px;
            width: 240px; } }
  .site-navigation__search-buttons {
    display: none;
    position: absolute;
    width: 24px;
    height: 100%;
    right: 36px;
    z-index: 960;
    -ms-flex-item-align: center;
        align-self: center; }
    @media only screen and (min-width: 781px) {
      .site-navigation__search-buttons {
        right: 36px;
        display: block; } }
    .site-navigation__search-buttons button {
      position: absolute;
      cursor: pointer;
      z-index: 960;
      float: none;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .site-navigation__search-buttons button svg {
        width: 20px;
        fill: #FFFFFF; }
      .site-navigation__search-buttons button:focus {
        outline: #FFFFFF solid; }
    .site-navigation__search-buttons .site-navigation__search {
      opacity: 1;
      display: block;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      -webkit-transition-delay: 0.4s;
           -o-transition-delay: 0.4s;
              transition-delay: 0.4s; }
      .search-is-open .site-navigation__search-buttons .site-navigation__search {
        opacity: 0;
        display: none;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      .search-is-open.user-navigation-is-open .site-navigation__search-buttons .site-navigation__search {
        visibility: hidden; }
    .site-navigation__search-buttons .site-navigation__search-close {
      display: none;
      opacity: 0;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
      .search-is-open .site-navigation__search-buttons .site-navigation__search-close {
        display: block;
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-transition-delay: 0.4s;
             -o-transition-delay: 0.4s;
                transition-delay: 0.4s; }
  .site-navigation__dropdown {
    padding: 60px 0 48px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7000;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    background-color: #101010;
    opacity: 0;
    display: none;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .site-navigation .grid-container {
    padding-left: 0;
    padding-right: 0; }
  .site-navigation .cell {
    min-height: 1px; }
  .site-navigation__tab-content {
    display: none;
    color: #FFFFFF; }
    .site-navigation__tab-content.show {
      display: block; }
    .site-navigation__tab-content ul li {
      padding: 3px 0; }
      .site-navigation__tab-content ul li a {
        position: relative;
        color: #FFFFFF;
        font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
        .site-navigation__tab-content ul li a:after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: -3px;
          z-index: 1000;
          height: 1px;
          width: 0;
          background-color: #FFFFFF;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: 0.25s all ease;
          -o-transition: 0.25s all ease;
          transition: 0.25s all ease; }
        .site-navigation__tab-content ul li a.hover-effect:after {
          width: 100%; }
  .site-navigation__description {
    margin-bottom: 0;
    padding-bottom: 24px; }
    .site-navigation__description p,
    .site-navigation__description span {
      margin-bottom: 0; }
      .site-navigation__description p a,
      .site-navigation__description span a {
        color: #FFFFFF;
        position: relative; }
        .site-navigation__description p a:after,
        .site-navigation__description span a:after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: -3px;
          z-index: 1000;
          height: 1px;
          width: 0;
          background-color: #FFFFFF;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: 0.25s all ease;
          -o-transition: 0.25s all ease;
          transition: 0.25s all ease; }
        .site-navigation__description p a.hover-effect,
        .site-navigation__description span a.hover-effect {
          color: #FFFFFF; }
          .site-navigation__description p a.hover-effect:after,
          .site-navigation__description span a.hover-effect:after {
            width: 100%; }
  .site-navigation__opening-times {
    padding: 0 0 6px 0;
    color: #FFFFFF;
    margin-bottom: 0; }
  .site-navigation__newsletter {
    padding: 36px 0 36px 0; }
    .site-navigation__newsletter p {
      font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
    .site-navigation__newsletter input[type="email"] {
      background-color: #101010;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      border-bottom: 1px solid #666666;
      max-width: 300px;
      margin-bottom: 0;
      color: #FFFFFF; }
      .site-navigation__newsletter input[type="email"]::-webkit-input-placeholder {
        color: #AFAEB0;
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
      .site-navigation__newsletter input[type="email"]::-moz-placeholder {
        color: #AFAEB0;
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
      .site-navigation__newsletter input[type="email"]:-ms-input-placeholder {
        color: #AFAEB0;
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
      .site-navigation__newsletter input[type="email"]::-ms-input-placeholder {
        color: #AFAEB0;
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
      .site-navigation__newsletter input[type="email"]::placeholder {
        color: #AFAEB0;
        font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal; }
      .site-navigation__newsletter input[type="email"]:focus {
        border-color: #FFFFFF; }
    .site-navigation__newsletter .button {
      margin-top: 24px;
      border: 1px solid #FFFFFF;
      color: #FFFFFF;
      max-width: 220px;
      font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      .site-navigation__newsletter .button.hover-effect {
        background-color: #FFFFFF;
        color: #101010; }
  .site-navigation__footer ul {
    list-style-type: none; }
    .site-navigation__footer ul li {
      margin-bottom: 6px;
      padding-right: 48px; }
      .site-navigation__footer ul li a {
        color: #AFAEB0;
        position: relative; }
        .site-navigation__footer ul li a:after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: -3px;
          z-index: 1000;
          height: 1px;
          width: 0;
          background-color: #FFFFFF;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: 0.25s all ease;
          -o-transition: 0.25s all ease;
          transition: 0.25s all ease; }
        .site-navigation__footer ul li a.hover-effect {
          color: #FFFFFF; }
          .site-navigation__footer ul li a.hover-effect:after {
            width: 100%; }
  .site-navigation__contact-info {
    padding: 0 0 36px 0;
    color: #FFFFFF; }
    .site-navigation__contact-info p {
      margin-bottom: 0; }
    .site-navigation__contact-info a {
      color: #FFFFFF; }
    .site-navigation__contact-info .address {
      padding-bottom: 24px; }
  .site-navigation__language-selector-mobile {
    padding: 36px 0;
    border-top: 1px solid #FFFFFF; }
    .site-navigation__language-selector-mobile .language-switcher {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .site-navigation__language-selector-mobile .language-switcher__button {
        margin: 0 6px 0 0;
        padding: 6px 12px;
        -ms-flex-preferred-size: 48px;
            flex-basis: 48px;
        font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        text-align: center; }
        .site-navigation__language-selector-mobile .language-switcher__button.hover-effect {
          color: #101010;
          background-color: #FFFFFF; }
  .site-navigation__sub {
    padding: 24px 0;
    border-bottom: 1px solid #FFFFFF; }
    .site-navigation__sub ul li a {
      position: relative;
      color: #FFFFFF; }
      .site-navigation__sub ul li a:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -3px;
        z-index: 1000;
        height: 1px;
        width: 0;
        background-color: #FFFFFF;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: 0.25s all ease;
        -o-transition: 0.25s all ease;
        transition: 0.25s all ease; }
      .site-navigation__sub ul li a.hover-effect:after {
        width: 100%; }
  .site-navigation__social {
    text-align: left;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-bottom: 24px; }
    @media only screen and (min-width: 781px) {
      .site-navigation__social {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding-top: 12px;
        padding-bottom: 48px; } }
    @media only screen and (min-width: 1321px) {
      .site-navigation__social {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    .site-navigation__social ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .site-navigation__social ul li {
        display: inline-block;
        vertical-align: bottom; }
        .site-navigation__social ul li a {
          display: inline-block;
          font-size: 30px;
          color: #FFFFFF;
          line-height: 1;
          padding: 0 5px; }
          .site-navigation__social ul li a.hover-effect {
            opacity: 0.6; }
          .site-navigation__social ul li a:first-child {
            padding-left: 0; }
  @media only screen and (min-width: 781px) {
    .site-navigation {
      height: 80px; }
      .site-navigation__locations {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        display: block; }
        .site-navigation__locations[data-type="collections"] {
          display: block; }
      .site-navigation__links {
        margin-left: 24px; }
        .site-navigation__links li {
          margin-right: 24px; }
          .site-navigation__links li:last-child {
            margin-right: 0; }
      .site-navigation__language-selector {
        display: block;
        margin-left: auto; }
      .site-navigation__dropdown {
        padding: calc(24px + 80px) 7.5vw 0 7.5vw; }
      .site-navigation__opening-times {
        padding-top: 0; }
      .site-navigation__contact-info {
        padding: 0 0 24px 0; }
      .site-navigation__footer ul li {
        margin-bottom: 0;
        display: inline-block; }
      .site-navigation .toggle-nav__icon {
        display: inline-block; }
      .site-navigation__button.mobile {
        display: none; } }
  @media only screen and (min-width: 1321px) {
    .site-navigation {
      height: 120px; }
      .site-navigation__dropdown {
        padding: calc(24px + 120px) 7.5vw 0 7.5vw;
        overflow-y: hidden; }
      .site-navigation__locations {
        padding-left: 12px; }
      .site-navigation__links {
        margin-left: 36px; }
        .site-navigation__links li {
          margin-right: 36px; }
          .site-navigation__links li:last-child {
            margin-right: 0; } }

.nav-is-open .site-navigation__dropdown {
  visibility: visible;
  opacity: 1;
  display: block; }

.toggle-nav {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer; }
  .toggle-nav__text {
    margin: 0 3px 0 24px;
    color: #FFFFFF;
    font-family: "New Hero Bd", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02rem; }
    .toggle-nav__text {
      font-size: 11.667px; }
      @media screen and (min-width: 320px) {
        .toggle-nav__text {
          font-size: calc(0.14581vw + 11.2004px); } }
      @media screen and (min-width: 1920px) {
        .toggle-nav__text {
          font-size: 14px; } }
    .toggle-nav__text {
      line-height: 16px; }
      @media screen and (min-width: 320px) {
        .toggle-nav__text {
          line-height: calc(0.25vw + 15.2px); } }
      @media screen and (min-width: 1920px) {
        .toggle-nav__text {
          line-height: 20px; } }
  .toggle-nav:focus {
    outline: #FFFFFF solid; }
  .toggle-nav__icon {
    display: none;
    margin-bottom: 4px;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: top;
    float: right;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    -o-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease; }
    .toggle-nav__icon:after {
      content: '';
      margin-left: 12px;
      padding: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      border: solid;
      border-width: 0 2px 2px 0;
      margin: 0;
      -webkit-transform: rotate(45deg) translate(-50%);
          -ms-transform: rotate(45deg) translate(-50%);
              transform: rotate(45deg) translate(-50%);
      z-index: 100;
      border-color: #FFFFFF; }
    .toggle-nav__icon:focus {
      outline: #FFFFFF solid; }
  .toggle-nav-mobile__icon {
    display: inline-block;
    width: 24px;
    height: 18px;
    position: relative;
    vertical-align: top;
    float: right; }
    .toggle-nav-mobile__icon span {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      display: block;
      height: 2px;
      width: 24px;
      background-color: #FFFFFF;
      position: relative;
      top: 8px;
      left: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .toggle-nav-mobile__icon span:before, .toggle-nav-mobile__icon span:after {
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        position: absolute;
        left: 0;
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background-color: #FFFFFF; }
      .toggle-nav-mobile__icon span:before {
        top: -8px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .toggle-nav-mobile__icon span:after {
        bottom: -8px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
  .toggle-nav.is-active .toggle-nav__icon {
    margin-top: 8px;
    margin-bottom: 0;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .toggle-nav.is-active .toggle-nav-mobile__icon span {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .toggle-nav.is-active .toggle-nav-mobile__icon span:before {
      top: 0;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .toggle-nav.is-active .toggle-nav-mobile__icon span:after {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      bottom: 0;
      opacity: 0;
      display: none; }
  @media only screen and (min-width: 781px) {
    .toggle-nav__text {
      display: block; } }

.site-navigation .dropdown:not(.field).open .list {
  width: auto; }

body:not(.nav-is-open) .headroom--not-top {
  -webkit-transition: height 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.35s cubic-bezier(0.77, 0, 0.175, 1); }
  @media only screen and (min-width: 781px) {
    body:not(.nav-is-open) .headroom--not-top {
      height: 60px !important; } }
  @media only screen and (min-width: 1321px) {
    body:not(.nav-is-open) .headroom--not-top {
      height: 80px !important; }
      body:not(.nav-is-open) .headroom--not-top .site-navigation__logo svg {
        width: 36px;
        height: 36px; } }

@media only screen and (max-width: 780px) {
  .nav-is-open .site-navigation {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .nav-is-open .site-navigation__header-container {
      height: 60px;
      top: 0;
      left: 0;
      width: 100%;
      position: fixed; }
    .nav-is-open .site-navigation__dropdown {
      position: absolute;
      height: auto;
      overflow: visible;
      -webkit-overflow-scrolling: initial; } }

.static-menu a {
  color: #fff; }

.static-menu .site-navigation {
  height: auto !important;
  position: static; }
  .static-menu .site-navigation.headroom--not-top {
    height: auto !important; }
  .static-menu .site-navigation .site-navigation__dropdown {
    position: static; }

.static-menu .collections {
  display: block !important; }

.hero {
  padding: 48px 7.5vw;
  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;
  position: relative;
  z-index: 1000;
  width: 100%;
  min-height: 50vh;
  text-align: center;
  background-color: #1E1E1E; }
  @media only screen and (min-width: 781px) {
    .hero {
      min-height: 65vh; } }
  .hero__content {
    width: 100%;
    max-width: 1920px;
    padding: 24px 0 48px 0; }
    .hero__content__title {
      text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2); }
    .hero__content__description {
      margin-bottom: 0;
      text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2); }
  .hero__bg {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background-size: cover;
    background-position: center center;
    background-color: #1E1E1E; }
    .hero__bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: rgba(16, 16, 16, 0.2); }
  .hero__text-color--white * {
    color: #FFFFFF; }
  .hero__text-color--black * {
    color: #101010; }
  .hero__button {
    margin-top: 48px;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2); }
    .hero__button.hover-effect {
      text-shadow: none; }
  @media only screen and (min-width: 781px) {
    .hero__content {
      width: calc((100%/12) * 10); } }
  @media only screen and (min-width: 1441px) {
    .hero__content {
      width: calc((100%/12) * 8); } }
  .default-page .hero {
    max-width: 1440px;
    margin: 0 auto; }

.hero-video {
  padding: 0;
  margin-top: -1px;
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  z-index: 1000;
  clear: both;
  background-color: #101010;
  -webkit-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 50vh;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hero-video__container {
    position: relative;
    overflow: hidden; }
    .hero-video__container video {
      display: none;
      z-index: 10; }
  .hero-video__container > * {
    height: 100%; }
  .hero-video__fallback {
    display: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .hero-video__content {
    position: absolute;
    padding: 48px 0;
    z-index: 20;
    max-width: 900px;
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .hero-video__content__title {
      text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2); }
    .hero-video__content__description {
      margin-bottom: 48px; }
  @media only screen and (min-width: 781px) {
    .hero-video {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      min-height: auto;
      background-color: #FFFFFF; }
      .hero-video__container {
        background-color: #FFFFFF; }
        .hero-video__container video {
          display: block; }
      .hero-video__fallback {
        display: block; } }
  .hero-video + .hero {
    display: block; }
    @media only screen and (min-width: 781px) {
      .hero-video + .hero {
        display: none; } }

.ytpicon, .mb_YTPBar {
  display: none !important; }

.swiper-container {
  min-height: 100%;
  background-color: #101010; }

.swiper-slide {
  z-index: 10; }
  .swiper-slide:first-child {
    z-index: 20; }

.swiper-card {
  position: relative;
  width: 100%;
  min-height: 65vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .swiper-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.15);
    z-index: 15; }

.swiper-card__body {
  padding: 0 7.5vw 120px 7.5vw;
  width: 100%;
  max-width: 1920px;
  color: #FFFFFF;
  text-align: center;
  z-index: 20; }
  @media only screen and (min-width: 781px) {
    .swiper-card__body {
      width: calc((100%/12) * 10); } }
  @media only screen and (min-width: 1321px) {
    .swiper-card__body {
      width: calc((100%/12) * 8); } }

.swiper-card__description {
  margin: 0 auto; }
  @media only screen and (min-width: 781px) {
    .swiper-card__description {
      width: calc((100%/12) * 6); } }

.swiper-card__title {
  color: #FFFFFF; }

.swiper-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1.2s ease-in;
  -o-transition: all 1.2s ease-in;
  transition: all 1.2s ease-in;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .swiper-card__image .swiper-container-initialized {
    z-index: -1; }
  .swiper-slide-active .swiper-card__image {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    z-index: 10; }

.swiper-slide-active {
  z-index: 100; }

.swiper-card__cta {
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  color: #FFFFFF;
  text-transform: uppercase; }

.swiper-pagination-bullet {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #FFFFFF;
  background-color: transparent; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFFFFF; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 96px;
  left: 0;
  width: 100%; }

.article-template .image-block--video {
  min-height: 65vh; }

.image-block {
  width: 100%;
  max-width: 75%;
  margin: auto;
  padding: 0;
  position: relative; }
  .image-block img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .image-block figcaption {
    font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px;
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.8); }
  .image-block__text {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 12px; }

.info-block {
  padding: 48px 7.5vw; }
  .info-block__header {
    padding-bottom: 48px;
    text-align: center; }
  .info-block__title {
    margin-bottom: 0; }
  .info-block__listing {
    margin: 0 -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .info-block__divider {
    margin: 24px 0 48px 0;
    width: 100%;
    height: 1px;
    background-color: #666666;
    display: none; }
  @media only screen and (min-width: 781px) {
    .info-block {
      padding: 72px 7.5vw; }
      .info-block__divider {
        display: block; } }
  @media only screen and (min-width: 1441px) {
    .info-block {
      padding: 96px 7.5vw; }
      .info-block__header {
        padding-bottom: 72px; } }

.info-card {
  margin: 0 0 36px 0;
  padding: 0 12px;
  width: 100%; }
  .info-card__title {
    color: #444444;
    max-width: 380px;
    padding-right: 24px; }
  .info-card__text {
    color: #4A4A4A;
    max-width: 340px;
    padding-right: 24px; }
  .info-card__cta {
    margin-top: 24px;
    display: inline-block;
    color: #444444; }
    .info-card__cta:hover {
      color: #444444; }
  @media only screen and (min-width: 781px) {
    .info-card {
      width: 50%; } }
  @media only screen and (min-width: 1321px) {
    .info-card {
      width: calc((100%/12)*4); } }

.pagination {
  padding: 24px 0;
  text-align: center; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center; }
    .pagination ul li {
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      vertical-align: bottom;
      margin-right: 5px;
      cursor: pointer; }
      .pagination ul li.first {
        margin-left: 0; }
      .pagination ul li.last {
        margin-right: 0; }
      .pagination ul li a {
        color: #101010;
        margin: 6px;
        padding: 6px;
        position: relative; }
  .pagination__link {
    font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    position: relative;
    color: #101010;
    width: 35px;
    height: 35px;
    line-height: 27px;
    text-align: center;
    vertical-align: bottom; }
    .pagination__link.is-current:after {
      width: 100%;
      border-color: #101010; }
    .pagination__link:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      border-bottom: 1px solid #101010;
      -webkit-transition: width ease-out 350ms;
      -o-transition: width ease-out 350ms;
      transition: width ease-out 350ms;
      -webkit-transition-delay: 50ms;
      -o-transition-delay: 50ms;
         transition-delay: 50ms; }
    .pagination__link.hover-effect:after {
      width: 100%; }
  .pagination__dots {
    display: block;
    width: 20px;
    height: 24px;
    padding: 0;
    position: relative;
    vertical-align: bottom;
    text-align: center; }
    .pagination__dots span {
      position: absolute;
      bottom: 0;
      left: 10px;
      display: block;
      width: 2px;
      height: 2px;
      background-color: #101010; }
    .pagination__dots:before, .pagination__dots:after {
      content: "";
      position: absolute;
      background-color: #101010;
      width: 2px;
      height: 2px;
      bottom: 0; }
    .pagination__dots:before {
      left: 5px; }
    .pagination__dots:after {
      left: 15px; }
  .pagination__arrow {
    display: block;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px); }
    .pagination__arrow svg {
      display: block;
      width: 18px; }
      .pagination__arrow svg g {
        stroke: #101010; }
    .pagination__arrow__icon {
      display: block; }
    .pagination__arrow--prev .pagination__arrow__icon svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .pagination__arrow--prev.hover-effect {
      -webkit-transform: translate(-5px, -6px);
          -ms-transform: translate(-5px, -6px);
              transform: translate(-5px, -6px); }
    .pagination__arrow--next.hover-effect {
      -webkit-transform: translate(5px, -6px);
          -ms-transform: translate(5px, -6px);
              transform: translate(5px, -6px); }
    .pagination__arrow.is-unavailable {
      display: none;
      opacity: 0; }

.popup-gallery-img {
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute; }

.popup-gallery {
  text-align: center;
  margin-bottom: 48px; }
  .popup-gallery .wide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
  .popup-gallery ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .popup-gallery ul::after {
      clear: both;
      content: "";
      display: table; }
    .popup-gallery ul li {
      float: left;
      width: 50%;
      padding: 7px; }
  .popup-gallery__image {
    position: relative;
    width: 100%;
    padding-bottom: 56.6%;
    background-color: #FFFFFF;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative; }
    .popup-gallery__image:after {
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: #101010;
      opacity: 0; }
    .popup-gallery__image .pre-loader {
      z-index: -1; }
    .popup-gallery__image.b-loaded:after {
      opacity: 0; }
    .popup-gallery__image.b-loaded .pre-loader {
      display: none; }
    .popup-gallery__image.owl-lazy:after {
      opacity: 0; }
  .popup-gallery .show-popup-gallery {
    margin: 24px auto; }
  @media only screen and (min-width: 781px) {
    .popup-gallery ul li {
      width: 33.32%; } }
  @media only screen and (min-width: 1321px) {
    .popup-gallery ul li {
      width: 25%; } }

.search-page__header {
  text-align: center;
  margin: auto;
  padding: 48px 0; }
  .search-page__header form {
    position: relative;
    display: block;
    height: 71px;
    padding: 0;
    margin: 48px auto;
    max-width: 400px; }
    .search-page__header form input {
      margin: 0;
      padding: 0px 70px 0px 24px;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border: 1px solid #101010 !important;
      background-color: transparent; }
      .search-page__header form input::-webkit-input-placeholder {
        color: #666666; }
      .search-page__header form input::-moz-placeholder {
        color: #666666; }
      .search-page__header form input:-moz-placeholder {
        color: #666666; }
      .search-page__header form input:-ms-input-placeholder {
        color: #666666; }
    .search-page__header form button {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      padding: 0 24px; }

.search-page__article {
  padding: 24px;
  border-top: 1px solid #AFAEB0; }
  .search-page__article__content {
    display: block; }
  .search-page__article__title {
    color: #101010;
    margin-bottom: 24px; }
  .search-page__article__desc {
    color: #101010;
    margin-bottom: 24px; }

.search-page__empty {
  padding: 48px 0; }

.social-share {
  color: #101010;
  text-align: center; }
  .social-share::after {
    clear: both;
    content: "";
    display: table; }
  .social-share__title {
    margin-bottom: 15px; }
    .social-share__title span {
      font-size: 14px;
      color: #757575; }
  .social-share__content ul {
    display: inline-block; }
    .social-share__content ul::after {
      clear: both;
      content: "";
      display: table; }
    .social-share__content ul li {
      display: block;
      float: left;
      margin-left: 5px; }
      .social-share__content ul li a {
        display: inline-block;
        color: inherit;
        font-size: 30px;
        line-height: 30px;
        padding: 0 5px; }
        .social-share__content ul li a.hover-effect {
          opacity: 0.6; }
  .social-share.hide-title .social-share__title {
    display: none; }
  .social-share.is-white {
    color: #FFFFFF; }

.side-navigation-container {
  position: relative;
  width: 100%;
  padding: 48px 48px;
  z-index: 9999;
  display: none; }
  @media only screen and (min-width: 781px) {
    .side-navigation-container {
      display: block; } }
  @media only screen and (min-width: 1321px) {
    .side-navigation-container {
      max-width: 25%;
      max-width: 25%;
      position: fixed; } }
  .side-navigation-container .side-navigation {
    text-transform: uppercase;
    z-index: 100;
    text-align: left;
    width: 100%; }
    .side-navigation-container .side-navigation__header h4 {
      padding-bottom: 7px;
      padding-left: 10px;
      border-bottom: 1px solid #a9a9a9;
      margin: 0; }
      .side-navigation-container .side-navigation__header h4 a {
        color: #7c7c7c; }
        .side-navigation-container .side-navigation__header h4 a.hover-effect {
          color: #101010; }
      .side-navigation-container .side-navigation__header h4 .current a {
        color: #101010; }
    .side-navigation-container .side-navigation__list {
      margin: 0; }
      .side-navigation-container .side-navigation__list li {
        position: relative;
        font-size: 11px;
        letter-spacing: 0.2em;
        line-height: 1.63em;
        border-bottom: 1px solid #a9a9a9;
        margin: 0; }
        .side-navigation-container .side-navigation__list li a {
          color: #7c7c7c;
          padding: 8px 0 5px 10px;
          display: block; }
          .side-navigation-container .side-navigation__list li a.hover-effect {
            color: #101010; }
      .side-navigation-container .side-navigation__list .current a {
        color: #101010; }
      .side-navigation-container .side-navigation__list .current .not-current li a {
        color: #7c7c7c; }
      .side-navigation-container .side-navigation__list .has-children {
        padding-right: 18px; }
        .side-navigation-container .side-navigation__list .has-children li a {
          padding: 0; }
        .side-navigation-container .side-navigation__list .has-children.hover-effect .open-plus, .side-navigation-container .side-navigation__list .has-children.hover-effect .open-minus {
          background-color: #101010; }
      .side-navigation-container .side-navigation__list ul {
        display: none; }
      .side-navigation-container .side-navigation__list .show-children {
        display: block;
        margin-left: 24px; }
        .side-navigation-container .side-navigation__list .show-children li {
          border-bottom: 0; }
          .side-navigation-container .side-navigation__list .show-children li:last-child {
            padding-bottom: 5px; }
          .side-navigation-container .side-navigation__list .show-children li a {
            padding-bottom: 0;
            padding-top: 5px; }
            .side-navigation-container .side-navigation__list .show-children li a.hover-effect {
              color: #101010; }
      .side-navigation-container .side-navigation__list .toggle-children {
        right: -5px;
        top: -6px;
        position: absolute;
        padding: 15px 15px 15px 50px; }
        .side-navigation-container .side-navigation__list .toggle-children .open-plus, .side-navigation-container .side-navigation__list .toggle-children .open-minus {
          content: "";
          background-color: #a9a9a9;
          position: absolute; }
        .side-navigation-container .side-navigation__list .toggle-children .open-plus {
          height: 9px;
          width: 1px;
          top: 17px;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          -o-transition-property: transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.2s;
               -o-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-in;
               -o-transition-timing-function: ease-in;
                  transition-timing-function: ease-in;
          -webkit-transition-delay: 0s;
               -o-transition-delay: 0s;
                  transition-delay: 0s; }
        .side-navigation-container .side-navigation__list .toggle-children .open-minus {
          height: 1px;
          width: 9px;
          top: 21px;
          right: 10px; }
      .side-navigation-container .side-navigation__list .showing-children > .open-plus {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .side-navigation-container .side-navigation ul {
      list-style-type: none; }

.slider-card__image {
  width: 100%; }
  .slider-card__image__bg {
    background-size: cover;
    background-position: center center; }
    .slider-card__image__bg:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 62.5%;
      background-color: rgba(16, 16, 16, 0.1);
      -webkit-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
    .slider-card__image__bg.hover-effect:before {
      background-color: rgba(16, 16, 16, 0.2); }

.slider-card__content {
  padding: 24px 0 0 0; }
  .slider-card__content__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .slider-card__content__categories .slider-card__location {
      padding-right: 6px; }

.slider-card__location, .slider-card__label, .slider-card__description, .slider-card__cta {
  color: #666666; }

.slider-card__location {
  margin-bottom: 3px;
  display: inline-block;
  border-bottom: 1px solid; }
  .slider-card__location.hover-effect, .slider-card__location:focus {
    color: #101010;
    border-bottom: 1px solid; }

.slider-card__label {
  display: inline-block; }

.slider-card__location, .slider-card__label {
  margin-bottom: 0;
  text-transform: uppercase; }

.slider-card__title {
  margin-top: 12px;
  margin-bottom: 0; }
  .slider-card__title a {
    color: #1E1E1E; }
    .slider-card__title a.hover-effect, .slider-card__title a:focus {
      color: #101010;
      opacity: 0.6; }
  .slider-card__title__title {
    margin-top: 12px;
    margin-bottom: 0; }
    .slider-card__title__title a {
      color: #1E1E1E; }
      .slider-card__title__title a.hover-effect, .slider-card__title__title a:focus {
        color: #1E1E1E; }
  .slider-card__title__description {
    margin: 12px 0 12px 0;
    display: block; }
    .slider-card__title__description.hover-effect, .slider-card__title__description:focus {
      color: #666666; }

.slider-card__description {
  margin: 12px 0 12px 0;
  display: block;
  text-decoration: underline; }
  .slider-card__description.hover-effect, .slider-card__description:focus {
    color: #101010;
    text-decoration: underline; }

.gallery-card {
  background-size: contain;
  background-repeat: no-repeat; }

.newsletter {
  padding: 48px 24px;
  background-color: #101010;
  margin: 0 auto;
  color: #FFFFFF; }
  .newsletter::after {
    clear: both;
    content: "";
    display: table; }
  .newsletter__content {
    text-align: center; }
  .newsletter__intro {
    max-width: 700px;
    margin: 0 auto; }
    .newsletter__intro p {
      color: #FFFFFF;
      text-align: center;
      margin-bottom: 24px; }
      .newsletter__intro p a {
        color: #FFFFFF;
        text-decoration: underline; }
        .newsletter__intro p a:hover {
          opacity: 0.8; }
  .newsletter__media {
    list-style: none;
    list-style-type: none;
    display: block;
    padding: 5px 0 20px;
    margin: 0;
    white-space: nowrap;
    text-align: center; }
    .newsletter__media__item {
      display: inline-block; }
    .newsletter__media__link {
      display: block;
      font-size: 29px;
      color: #FFFFFF;
      line-height: 1em;
      padding: 0 10px; }
      .newsletter__media__link.hover-effect i:before {
        color: #FFFFFF; }
      .newsletter__media__link:focus, .newsletter__media__link:active {
        color: #FFFFFF; }
    @media only screen and (min-width: 781px) {
      .newsletter__media {
        padding-bottom: 0;
        padding-top: 15px; } }
  .newsletter-form {
    max-width: 300px;
    margin: 0 auto; }
    .newsletter-form .heading {
      display: none; }
    .newsletter-form .input::before {
      display: none; }
    .newsletter-form input[type="text"] {
      margin-bottom: 24px;
      text-align: center;
      border: 0;
      border-bottom: 1px solid #FFFFFF !important;
      height: 51px;
      background-color: #101010 !important;
      color: #FFFFFF !important;
      padding-left: 24px !important; }
      .newsletter-form input[type="text"]::-webkit-input-placeholder {
        color: #AFAEB0 !important; }
      .newsletter-form input[type="text"]::-moz-placeholder {
        color: #AFAEB0 !important; }
      .newsletter-form input[type="text"]:-ms-input-placeholder {
        color: #AFAEB0 !important; }
      .newsletter-form input[type="text"]::-ms-input-placeholder {
        color: #AFAEB0 !important; }
      .newsletter-form input[type="text"]::placeholder {
        color: #AFAEB0 !important; }
        .newsletter-form input[type="text"]::-webkit-input-placeholder:hover {
          color: #AFAEB0 !important; }
        .newsletter-form input[type="text"]::-moz-placeholder:hover {
          color: #AFAEB0 !important; }
        .newsletter-form input[type="text"]:-ms-input-placeholder:hover {
          color: #AFAEB0 !important; }
        .newsletter-form input[type="text"]::-ms-input-placeholder:hover {
          color: #AFAEB0 !important; }
        .newsletter-form input[type="text"]::placeholder:hover {
          color: #AFAEB0 !important; }
      .newsletter-form input[type="text"]:focus, .newsletter-form input[type="text"]:active {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .newsletter-form .terms {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in;
      margin-bottom: 24px; }
      .newsletter-form .terms.is-gone {
        opacity: 0; }
      .newsletter-form .terms label {
        color: #FFFFFF;
        line-height: 1.1; }
      .newsletter-form .terms input {
        margin-right: 12px; }
    .newsletter-form a {
      color: #FFFFFF;
      text-decoration: underline; }
      .newsletter-form a:hover {
        opacity: 0.8; }
    .newsletter-form .submit {
      text-align: center;
      background-color: #101010 !important; }
      .newsletter-form .submit input[type="submit"] {
        border: 1px solid #FFFFFF;
        display: inline;
        color: #FFFFFF;
        padding: 18px 45px; }
        .newsletter-form .submit input[type="submit"]:hover {
          background-color: #FFFFFF !important;
          color: #101010 !important; }
      .newsletter-form .submit.hover-effect {
        background-color: #FFFFFF;
        color: #101010; }
    @media only screen and (min-width: 781px) {
      .newsletter-form {
        padding-bottom: 48px; } }
  @media only screen and (min-width: 781px) {
    .newsletter {
      padding: 48px;
      padding-top: 96px; } }

.opening-hours-card {
  margin: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
  .opening-hours-card__image {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-top: calc(5/8 * 100%); }
    .opening-hours-card__image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(16, 16, 16, 0.15);
      -webkit-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
    .opening-hours-card__image:hover:after {
      background-color: rgba(16, 16, 16, 0.25); }
  .opening-hours-card__content {
    padding: 12px 0 0 0;
    width: 100%; }
  .opening-hours-card__title {
    margin-bottom: 0;
    color: #101010;
    letter-spacing: 1.5px; }
    .opening-hours-card__title a {
      color: #101010; }
  .opening-hours-card__description {
    margin: 12px 0;
    color: #666666;
    text-decoration: underline; }
    .opening-hours-card__description.hover-effect, .opening-hours-card__description:focus {
      color: #101010; }
  .opening-hours-card__cta a {
    color: #666666; }
  @media only screen and (min-width: 781px) {
    .opening-hours-card {
      -ms-flex-preferred-size: calc(50% - 24px);
          flex-basis: calc(50% - 24px);
      margin-right: 12px;
      margin-left: 12px; }
      .opening-hours-card__title {
        margin-bottom: 0; } }
  @media only screen and (min-width: 1321px) {
    .opening-hours-card {
      -ms-flex-preferred-size: calc(33.3333333% - 24px);
          flex-basis: calc(33.3333333% - 24px);
      margin-right: 12px;
      margin-left: 12px;
      margin-bottom: 36px; }
      .opening-hours-card__content {
        padding: 24px 0 0 0; }
      .opening-hours-card__description {
        margin: 12px 0 12px 0;
        display: block;
        color: #666666;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; } }
  @media only screen and (min-width: 1441px) {
    .opening-hours-card {
      -ms-flex-preferred-size: calc(33.3333333% - 48px);
          flex-basis: calc(33.3333333% - 48px);
      margin-right: 24px;
      margin-left: 24px;
      margin-bottom: 48px; } }

.opening-hours-page {
  padding-top: 72px; }
  .opening-hours-page__header {
    padding: 0 7.5vw;
    text-align: center; }
    .opening-hours-page__header p {
      color: #101010; }

.opening-hours-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 7.5vw; }
  @media only screen and (min-width: 781px) {
    .opening-hours-listing {
      padding: 48px 7.5vw; } }
  @media only screen and (min-width: 1321px) {
    .opening-hours-listing {
      padding: 72px 7.5vw; } }
  @media only screen and (min-width: 1441px) {
    .opening-hours-listing {
      padding: 72px 7.5vw; } }

.avoinMuseo-page {
  position: relative;
  padding-bottom: 0;
  padding: 0 5vw; }
  @media only screen and (min-width: 781px) {
    .avoinMuseo-page {
      padding: 0 7.5vw; } }
  .avoinMuseo-page.hasSideNav {
    padding-top: 0; }
  .avoinMuseo-page .page-navigation {
    margin: 0; }
  .avoinMuseo-page__pre-header {
    max-width: 1800px;
    margin: 0 auto;
    padding-bottom: 24px; }
    .avoinMuseo-page__pre-header .breadcrumbs {
      padding: 24px 0; }
      .avoinMuseo-page__pre-header .breadcrumbs p {
        margin-bottom: 0; }
    .avoinMuseo-page__pre-header .image-block {
      max-width: none; }
  .avoinMuseo-page__header {
    padding: 48px 0 24px 0;
    margin: 0 auto; }
    .avoinMuseo-page__header h1 {
      margin: 0 auto;
      padding: 0;
      text-align: center; }
  .avoinMuseo-page__description {
    margin: 24px auto 24px auto; }
    @media only screen and (min-width: 781px) {
      .avoinMuseo-page__description {
        margin-bottom: 48px;
        padding: 0; } }
    .avoinMuseo-page__description p {
      margin-bottom: 0;
      text-align: center;
      color: #1E1E1E; }
  @media only screen and (min-width: 781px) {
    .avoinMuseo-page__header h1 {
      max-width: 75%; } }
  @media only screen and (min-width: 1321px) {
    .avoinMuseo-page.hasSideNav {
      max-width: 75%;
      margin-left: 20%; } }
  @media only screen and (min-width: 1441px) {
    .avoinMuseo-page__pre-header {
      padding-bottom: 48px; } }

.avoinMuseoMatrix__header {
  padding: 0 0 48px 0;
  text-align: center;
  width: 100%; }
  .avoinMuseoMatrix__header h1,
  .avoinMuseoMatrix__header h2,
  .avoinMuseoMatrix__header h3,
  .avoinMuseoMatrix__header h4 {
    margin: 0; }

.avoinMuseoMatrix__footer {
  width: 100%; }

.avoinMuseoMatrix .cards, .avoinMuseoMatrix .collections-search-page .search-cards, .collections-search-page .avoinMuseoMatrix .search-cards {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media only screen and (min-width: 1441px) {
  .avoinMuseoMatrix__header {
    padding: 0 0 72px 0; } }

.avoinMuseoMatrix .liftups-block {
  padding: 24px 0 0; }
  @media only screen and (min-width: 781px) {
    .avoinMuseoMatrix .liftups-block {
      padding: 48px 0 0; } }
  @media only screen and (min-width: 1441px) {
    .avoinMuseoMatrix .liftups-block {
      padding: 72px 0 0; } }

.avoinMuseoMatrix .newsletter, .avoinMuseoMatrix .banner {
  width: calc(100% + 10vw);
  margin-left: -5vw;
  margin-right: -5vw; }
  @media only screen and (min-width: 781px) {
    .avoinMuseoMatrix .newsletter, .avoinMuseoMatrix .banner {
      width: calc(100% + 15vw);
      margin-left: -7.5vw;
      margin-right: -7.5vw; } }

.opening-hours {
  padding: 0 5vw 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  text-transform: uppercase; }
  .opening-hours p {
    margin-bottom: 0;
    color: #4A4A4A; }
  .opening-hours span {
    margin: 0 0 6px -4px;
    padding: 0 12px;
    display: inline-block;
    border-right: 1px solid; }
    .opening-hours span:last-child {
      border-right: none; }
  .opening-hours a {
    display: inline-block;
    color: #666666; }
  @media only screen and (min-width: 781px) {
    .opening-hours span {
      padding: 0 24px; } }

.notification-block {
  margin: 24px auto 0 auto;
  padding: 0 7.5vw;
  text-align: center; }

.frontpageMatrix__header {
  padding: 0 0 48px 0;
  text-align: center;
  width: 100%; }
  .frontpageMatrix__header h1,
  .frontpageMatrix__header h2,
  .frontpageMatrix__header h3,
  .frontpageMatrix__header h4 {
    margin: 0; }

@media only screen and (min-width: 1441px) {
  .frontpageMatrix__header {
    padding: 0 0 72px 0; } }

.frontpageMatrix .liftups-block {
  padding-top: 24px; }
  @media only screen and (min-width: 781px) {
    .frontpageMatrix .liftups-block {
      padding-top: 48px; } }
  @media only screen and (min-width: 1441px) {
    .frontpageMatrix .liftups-block {
      padding-top: 72px; } }

.frontpageMatrix .content-block, .frontpageMatrix .image-block, .frontpageMatrix .gallery-block, .frontpageMatrix .video-block {
  margin: 0 auto;
  text-align: center; }

.frontpageMatrix .articlesBlock {
  padding: 24px 0; }

.frontpageMatrix .contentBlock, .frontpageMatrix .galleryBlock, .frontpageMatrix .videoBlock {
  padding: 24px 0; }
  @media only screen and (min-width: 781px) {
    .frontpageMatrix .contentBlock, .frontpageMatrix .galleryBlock, .frontpageMatrix .videoBlock {
      padding: 48px 0 0 0; } }

.frontpageMatrix .popup-gallery {
  margin: 0; }

.frontpageMatrix .videoBlock {
  max-width: 100%; }

.card, .collections-search-page .search-card {
  margin-bottom: 48px;
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-wrap: break-word; }
  .card__image {
    padding-bottom: 24px; }
    .card__image__bg {
      background-size: cover;
      background-position: center center; }
      .card__image__bg:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 62.5%;
        background-color: rgba(16, 16, 16, 0.1);
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
      .card__image__bg.hover-effect:before {
        background-color: rgba(16, 16, 16, 0.2); }
  .card__content {
    position: relative;
    background-color: #FFFFFF; }
    @media only screen and (min-width: 781px) {
      .card__content {
        padding-right: 24px; } }
    .card__content .link-container {
      display: inline-block; }
  .card__meta {
    color: #666666;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: -6px;
    padding-top: 24px; }
    .card__meta a span {
      margin-left: 15px;
      vertical-align: middle;
      text-align: right;
      float: right;
      color: #666666; }
    .card__meta .category {
      color: #666666; }
  .card__title {
    margin: 24px 0 0 0;
    color: #1E1E1E; }
  .card__description {
    margin: 24px 0 0 0;
    color: #666666;
    text-decoration: underline; }
    .card__description.hover-effect, .card__description:focus {
      color: #101010;
      text-decoration: underline; }
  .card__label {
    border-bottom: 1px solid; }
    .card__label.hover-effect, .card__label:focus {
      color: #101010; }
  .card__cta {
    margin: 24px 0 0 0; }
    .card__cta a {
      display: inline-block; }
  .card .social, .collections-search-page .search-card .social {
    margin-top: 0;
    padding: 24px;
    overflow-y: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .card .social .card__description, .collections-search-page .search-card .social .card__description {
      margin: 0 0 12px 0; }
    .card .social__icon, .collections-search-page .search-card .social__icon {
      color: #444444;
      font-size: 26px;
      line-height: 26px;
      position: relative;
      top: 20px;
      padding: 0;
      margin: 0;
      width: 100%; }
      .card .social__icon i, .collections-search-page .search-card .social__icon i {
        position: absolute;
        top: -5px; }
      .card .social__icon:focus, .collections-search-page .search-card .social__icon:focus, .card .social__icon:active, .collections-search-page .search-card .social__icon:active {
        color: black; }
      .card .social__icon.hover-effect, .collections-search-page .search-card .social__icon.hover-effect {
        color: #101010;
        opacity: 0.6; }
    .card .social__date, .collections-search-page .search-card .social__date {
      color: #101010;
      padding-left: 12px; }
    .card .social .card__meta, .collections-search-page .search-card .social .card__meta {
      padding-top: 24px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 24px;
      margin-top: auto; }
      .card .social .card__meta .small-text, .collections-search-page .search-card .social .card__meta .small-text, .card .social .card__meta .videoContainer__content__description p, .videoContainer__content__description .card .social .card__meta p, .collections-search-page .search-card .social .card__meta .videoContainer__content__description p, .videoContainer__content__description .collections-search-page .search-card .social .card__meta p, .card .social .card__meta #footerNavigation li a, #footerNavigation li .card .social .card__meta a, .collections-search-page .search-card .social .card__meta #footerNavigation li a, #footerNavigation li .collections-search-page .search-card .social .card__meta a,
      .card .social .card__meta #museovirastoNavigation li a, #museovirastoNavigation li .card .social .card__meta a,
      .collections-search-page .search-card .social .card__meta #museovirastoNavigation li a, #museovirastoNavigation li .collections-search-page .search-card .social .card__meta a,
      .card .social .card__meta .footer-navigation li a, .footer-navigation li .card .social .card__meta a,
      .collections-search-page .search-card .social .card__meta .footer-navigation li a, .footer-navigation li .collections-search-page .search-card .social .card__meta a, .card .social .card__meta .site-navigation [type="search"], .site-navigation .card .social .card__meta [type="search"], .collections-search-page .search-card .social .card__meta .site-navigation [type="search"], .site-navigation .collections-search-page .search-card .social .card__meta [type="search"], .card .social .card__meta .main-navigation .location-block__section-heading, .main-navigation .card .social .card__meta .location-block__section-heading, .collections-search-page .search-card .social .card__meta .main-navigation .location-block__section-heading, .main-navigation .collections-search-page .search-card .social .card__meta .location-block__section-heading {
        margin: 0; }
  @media only screen and (min-width: 781px) {
    .card, .collections-search-page .search-card {
      -ms-flex-preferred-size: calc(50% - 12px);
          flex-basis: calc(50% - 12px);
      max-width: calc(50% - 12px);
      margin-right: 6px;
      margin-left: 6px; } }
  @media only screen and (min-width: 1321px) {
    .card, .collections-search-page .search-card {
      -ms-flex-preferred-size: calc( 20% - 24px);
          flex-basis: calc( 20% - 24px);
      max-width: calc(20% - 24px);
      margin-right: 12px;
      margin-left: 12px; } }
  @media only screen and (min-width: 1441px) {
    .card, .collections-search-page .search-card {
      -ms-flex-preferred-size: calc(33.3333333% - 48px);
          flex-basis: calc(33.3333333% - 48px);
      max-width: calc(33.3333333% - 48px);
      margin-right: 24px;
      margin-left: 24px; } }

.card-small {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-small__image-container {
    width: 100%; }
  .card-small__image__bg {
    background-size: cover;
    background-position: center center; }
    .card-small__image__bg:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 62.5%;
      background-color: rgba(16, 16, 16, 0.1);
      -webkit-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
    .card-small__image__bg.hover-effect:before {
      background-color: rgba(16, 16, 16, 0.2); }
  .card-small__content {
    padding: 6px 0 0 0;
    width: 100%; }
  .card-small__location, .card-small__label, .card-small__title, .card-small__description {
    color: #666666; }
  .card-small__label {
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #666666; }
  .card-small__title {
    margin: 6px 0 0 0; }
    .card-small__title a {
      color: #1E1E1E; }
      .card-small__title a.hover-effect, .card-small__title afocus {
        color: #1E1E1E; }
  .card-small__description {
    margin-bottom: 0; }
  .card-small__cta {
    margin: 0;
    padding-top: 24px;
    display: inline-block; }
  @media only screen and (min-width: 781px) {
    .card-small {
      width: calc(50% - 12px);
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .card-small__content {
        padding: 12px 0 0 0; }
      .card-small__title {
        margin-top: 12px; }
      .card-small__description {
        padding-top: 12px; } }
  @media only screen and (min-width: 1441px) {
    .card-small {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: calc(50% - 48px);
      padding: 24px; }
      .card-small__description {
        display: block; }
      .card-small__content {
        padding: 0 24px; } }

.card-large {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-large__image {
    width: 100%; }
    .card-large__image__bg {
      background-size: cover;
      background-position: center center; }
      .card-large__image__bg:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 62.5%;
        background-color: rgba(16, 16, 16, 0.1);
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
      .card-large__image__bg.hover-effect:before {
        background-color: rgba(16, 16, 16, 0.2); }
  .card-large__content {
    padding: 24px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 620px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .card-large__location, .card-large__label, .card-large__title, .card-large__description {
    color: #666666; }
  .card-large__location, .card-large__date, .card-large__label {
    margin: 0;
    line-height: 1;
    text-transform: uppercase; }
  .card-large__location {
    margin-bottom: 6px;
    border-bottom: 1px solid; }
    .card-large__location.hover-effect, .card-large__location:focus {
      color: #101010; }
  .card-large__label {
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid; }
    .card-large__label.hover-effect, .card-large__label:focus {
      color: #101010; }
  .card-large__title {
    margin-top: 24px;
    width: 100%; }
    .card-large__title a {
      color: #1E1E1E; }
      .card-large__title a.hover-effect, .card-large__title afocus {
        color: #1E1E1E; }
  .card-large__description {
    margin-bottom: 0;
    padding-right: 48px;
    text-decoration: underline; }
    .card-large__description.hover-effect, .card-large__description:focus {
      color: #101010;
      text-decoration: underline; }
    @media only screen and (min-width: 1321px) {
      .card-large__description {
        max-width: 80%; } }
  .card-large__cta {
    margin-bottom: 0;
    padding-top: 24px; }
  @media only screen and (min-width: 781px) {
    .card-large {
      -ms-flex-preferred-size: calc(50% - 12px);
          flex-basis: calc(50% - 12px);
      margin-right: 6px;
      margin-left: 6px; } }
  @media only screen and (min-width: 1321px) {
    .card-large {
      -ms-flex-preferred-size: calc(50% - 24px);
          flex-basis: calc(50% - 24px);
      margin-right: 12px;
      margin-left: 12px; } }
  @media only screen and (min-width: 1441px) {
    .card-large {
      -ms-flex-preferred-size: calc(50% - 48px);
          flex-basis: calc(50% - 48px);
      margin-right: 24px;
      margin-left: 24px; } }

.avoinMuseo-card-small {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .avoinMuseo-card-small__image-container {
    width: 100%; }
  .avoinMuseo-card-small__image__bg {
    background-size: cover;
    background-position: center center; }
    .avoinMuseo-card-small__image__bg:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 62.5%;
      background-color: rgba(16, 16, 16, 0.1);
      -webkit-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
    .avoinMuseo-card-small__image__bg.hover-effect:before {
      background-color: rgba(16, 16, 16, 0.2); }
  .avoinMuseo-card-small__content {
    padding: 6px 0 0 0;
    width: 100%;
    margin-bottom: auto; }
  .avoinMuseo-card-small__title, .avoinMuseo-card-small__description {
    color: #666666; }
  .avoinMuseo-card-small__title {
    margin: 6px 0 0 0; }
    .avoinMuseo-card-small__title a {
      color: #1E1E1E; }
      .avoinMuseo-card-small__title a.hover-effect, .avoinMuseo-card-small__title afocus {
        color: #1E1E1E; }
  .avoinMuseo-card-small__description {
    margin-bottom: 0; }
  .avoinMuseo-card-small__cta {
    margin: 24px 0 0 0; }
    .avoinMuseo-card-small__cta p, .avoinMuseo-card-small__cta a {
      margin-bottom: 0;
      color: #666666; }
    .avoinMuseo-card-small__cta a {
      position: relative;
      display: inline-block;
      color: #666666;
      border-bottom: 1px solid #AFAEB0; }
      .avoinMuseo-card-small__cta a:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        -webkit-transition: width ease-out 350ms;
        -o-transition: width ease-out 350ms;
        transition: width ease-out 350ms;
        -webkit-transition-delay: 50ms;
             -o-transition-delay: 50ms;
                transition-delay: 50ms;
        border-bottom: 1px solid #AFAEB0; }
      .avoinMuseo-card-small__cta a.hover-effect, .avoinMuseo-card-small__cta a:focus {
        color: #666666; }
      .avoinMuseo-card-small__cta a.hover-effect {
        border-bottom: 1px solid transparent; }
        .avoinMuseo-card-small__cta a.hover-effect:after {
          width: 100%; }
  @media only screen and (min-width: 781px) {
    .avoinMuseo-card-small {
      -ms-flex-preferred-size: calc(50% - 24px);
          flex-basis: calc(50% - 24px);
      margin-right: 12px;
      margin-left: 12px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .avoinMuseo-card-small__content {
        padding: 12px 0 0 0; }
      .avoinMuseo-card-small__title {
        margin-top: 12px; }
      .avoinMuseo-card-small__description {
        padding-top: 12px; } }
  @media only screen and (min-width: 1441px) {
    .avoinMuseo-card-small {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: calc(50% - 48px);
      padding: 24px; }
      .avoinMuseo-card-small__description {
        display: block; }
      .avoinMuseo-card-small__content {
        padding: 0 24px; } }

.avoinMuseo-card-large {
  margin: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
  .avoinMuseo-card-large__image {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-top: calc(5/8 * 100%); }
    .avoinMuseo-card-large__image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(16, 16, 16, 0.15);
      -webkit-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
    .avoinMuseo-card-large__image:hover:after {
      background-color: rgba(16, 16, 16, 0.25); }
  .avoinMuseo-card-large__content {
    padding: 12px 0 0 0;
    width: 100%; }
  .avoinMuseo-card-large__title {
    margin-bottom: 0;
    color: #101010;
    letter-spacing: 1.5px; }
    .avoinMuseo-card-large__title a {
      color: #101010; }
  .avoinMuseo-card-large__description {
    margin-bottom: 0;
    color: #666666; }
  .avoinMuseo-card-large__cta {
    margin: 24px 0 0 0; }
    .avoinMuseo-card-large__cta p {
      margin-bottom: 0;
      color: #666666; }
      .avoinMuseo-card-large__cta p:last-of-type a {
        margin-bottom: 0; }
    .avoinMuseo-card-large__cta a {
      position: relative;
      display: inline-block;
      color: #666666;
      border-bottom: 1px solid #AFAEB0;
      margin-bottom: 24px; }
      .avoinMuseo-card-large__cta a:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        -webkit-transition: width ease-out 350ms;
        -o-transition: width ease-out 350ms;
        transition: width ease-out 350ms;
        -webkit-transition-delay: 50ms;
             -o-transition-delay: 50ms;
                transition-delay: 50ms;
        border-bottom: 1px solid #AFAEB0; }
      .avoinMuseo-card-large__cta a.hover-effect, .avoinMuseo-card-large__cta a:focus {
        color: #666666; }
      .avoinMuseo-card-large__cta a.hover-effect {
        border-bottom: 1px solid transparent; }
        .avoinMuseo-card-large__cta a.hover-effect:after {
          width: 100%; }
  @media only screen and (min-width: 781px) {
    .avoinMuseo-card-large {
      -ms-flex-preferred-size: calc(50% - 24px);
          flex-basis: calc(50% - 24px);
      margin-right: 12px;
      margin-left: 12px; }
      .avoinMuseo-card-large__title {
        margin-bottom: 0; } }
  @media only screen and (min-width: 1321px) {
    .avoinMuseo-card-large {
      -ms-flex-preferred-size: calc(33.3333333% - 24px);
          flex-basis: calc(33.3333333% - 24px);
      margin-right: 12px;
      margin-left: 12px;
      margin-bottom: 36px; }
      .avoinMuseo-card-large__content {
        padding: 24px 0 0 0; }
      .avoinMuseo-card-large__description {
        margin: 12px 0 0 0;
        display: block;
        color: #666666;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; } }
  @media only screen and (min-width: 1441px) {
    .avoinMuseo-card-large {
      -ms-flex-preferred-size: calc(33.3333333% - 48px);
          flex-basis: calc(33.3333333% - 48px);
      margin-right: 24px;
      margin-left: 24px;
      margin-bottom: 48px; } }

.card-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 48px;
  word-wrap: break-word; }
  .card-horizontal__image {
    width: 100%;
    display: block; }
    .card-horizontal__image__bg {
      background-size: cover;
      background-position: center center; }
      .card-horizontal__image__bg:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 62.5%;
        background-color: rgba(16, 16, 16, 0.1);
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
      .card-horizontal__image__bg.hover-effect:before {
        background-color: rgba(16, 16, 16, 0.2); }
  .card-horizontal__content {
    position: relative;
    background-color: #FFFFFF; }
  .card-horizontal__meta {
    color: #666666;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: -6px;
    padding-top: 24px; }
    .card-horizontal__meta a {
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      .card-horizontal__meta a span {
        margin-left: 15px;
        vertical-align: middle;
        text-align: right;
        float: right;
        color: #666666; }
    .card-horizontal__meta .category {
      color: #666666; }
  .card-horizontal__title {
    margin: 24px 0 0 0;
    color: #1E1E1E; }
  .card-horizontal__description {
    margin: 24px 0 0 0;
    color: #666666; }
    .card-horizontal__description.hover-effect, .card-horizontal__description:focus {
      color: #666666; }
  .card-horizontal__cta {
    margin: 24px 0 0 0; }
    .card-horizontal__cta a {
      display: inline-block; }
  @media only screen and (min-width: 781px) {
    .card-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center; }
      .card-horizontal__image {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-right: 12px;
        padding-bottom: 0; }
        .card-horizontal__image__bg {
          display: block; }
      .card-horizontal__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 12px;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .card-horizontal__title {
        margin-top: 12px; }
      .card-horizontal__meta {
        padding-top: 0; }
      .card-horizontal__cta {
        margin-top: auto; }
        .card-horizontal__cta .default-text, .card-horizontal__cta .site-navigation__footer ul li a, .site-navigation__footer ul li .card-horizontal__cta a, .card-horizontal__cta .search-page__header form input, .search-page__header form .card-horizontal__cta input, .card-horizontal__cta .nav-card__title {
          margin-bottom: 6px; } }
  @media only screen and (min-width: 1321px) {
    .card-horizontal {
      -ms-flex-preferred-size: calc(50% - 12px);
          flex-basis: calc(50% - 12px);
      max-width: calc(50% - 12px);
      margin-right: 6px;
      margin-left: 6px; }
      .card-horizontal__image {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
  @media only screen and (min-width: 2840px) {
    .card-horizontal {
      -ms-flex-preferred-size: calc(33.3333333% - 24px);
          flex-basis: calc(33.3333333% - 24px);
      max-width: calc(33.3333333% - 24px);
      margin-right: 12px;
      margin-left: 12px; } }

.card-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  word-wrap: break-word; }
  .card-list-item__image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 6px;
    display: block; }
    .card-list-item__image__bg {
      display: block;
      background-size: cover;
      background-position: center center; }
      .card-list-item__image__bg:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 62.5%;
        background-color: rgba(16, 16, 16, 0.1);
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
      .card-list-item__image__bg.hover-effect:before {
        background-color: rgba(16, 16, 16, 0.2); }
  .card-list-item__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 6px;
    background-color: #FFFFFF; }
  .card-list-item__meta {
    color: #666666;
    text-transform: uppercase;
    margin-bottom: -6px; }
    .card-list-item__meta .meta__date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 6px; }
    .card-list-item__meta .clock-icon {
      display: none;
      width: 16px;
      height: 16px;
      margin-right: 6px; }
      .card-list-item__meta .clock-icon svg {
        display: block;
        width: 100%;
        height: 100%; }
    .card-list-item__meta a {
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      .card-list-item__meta a span {
        margin-left: 15px;
        vertical-align: middle;
        text-align: right;
        float: right;
        color: #666666; }
    .card-list-item__meta .category {
      color: #666666; }
  .card-list-item__title {
    margin: 12px 0 0 0;
    color: #1E1E1E; }
  .card-list-item__description {
    margin: 24px 0 0 0;
    color: #666666; }
    .card-list-item__description.hover-effect, .card-list-item__description:focus {
      color: #666666; }
  .card-list-item__cta {
    display: none;
    margin: 0; }
    .card-list-item__cta a {
      display: inline-block;
      margin-bottom: 6px; }
  .card-list-item__cta-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .card-list-item__cta-btn:after {
      content: '';
      margin-left: 12px;
      padding: 3px;
      position: absolute;
      top: 50%;
      right: 0;
      display: inline-block;
      border: solid;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(-45deg) translateY(-50%);
          -ms-transform: rotate(-45deg) translateY(-50%);
              transform: rotate(-45deg) translateY(-50%);
      pointer-events: none; }
    .card-list-item__cta-btn a {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0 auto; }
  @media only screen and (min-width: 781px) {
    .card-list-item__image {
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px;
      padding-right: 12px; }
    .card-list-item__title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 33%;
      padding-right: 12px;
      padding-left: 12px; }
    .card-list-item__meta {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-preferred-size: 66%;
          flex-basis: 66%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .card-list-item__meta .meta__cat, .card-list-item__meta .meta__date {
        padding-right: 12px;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-top: 0; }
      .card-list-item__meta .clock-icon {
        display: block; }
    .card-list-item__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .card-list-item__cta {
      display: block;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .card-list-item__cta-btn:after {
      content: none; } }
  @media only screen and (min-width: 1321px) {
    .card-list-item__title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%; }
    .card-list-item__meta {
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; } }

.liftups-block {
  padding: 0 7.5vw 48px 7.5vw; }
  .liftups-block .card-large:last-of-type,
  .liftups-block .card-small:last-of-type {
    margin-bottom: 0; }
  @media only screen and (min-width: 781px) {
    .liftups-block {
      padding: 0 calc(7.5vw - 6px) 72px calc(7.5vw - 6px); } }
  @media only screen and (min-width: 1321px) {
    .liftups-block {
      padding: 0 calc(7.5vw - 12px) 96px calc(7.5vw - 12px); } }
  @media only screen and (min-width: 1441px) {
    .liftups-block {
      padding: 0 calc(7.5vw - 24px) 96px calc(7.5vw - 24px); } }

.slider-block {
  padding: 48px 7.5vw;
  background-color: #f0eeed; }
  .slider-block__container {
    margin: 0 auto;
    max-width: 1920px; }
  @media only screen and (min-width: 781px) {
    .slider-block {
      padding: 72px 7.5vw; } }
  @media only screen and (min-width: 1441px) {
    .slider-block {
      padding: 96px 7.5vw; } }
  .slider-block__footer {
    margin: 0 auto;
    text-align: center;
    padding-top: 48px; }

.locations-block {
  padding: 24px 7.5vw; }
  @media only screen and (min-width: 781px) {
    .locations-block {
      padding: 48px 7.5vw; } }
  @media only screen and (min-width: 1321px) {
    .locations-block {
      padding: 72px 7.5vw; } }
  @media only screen and (min-width: 1441px) {
    .locations-block {
      padding: 72px 7.5vw; } }
  .section-sharedPages.type-frontpage .locations-block {
    padding-top: 72px; }

.events-block {
  padding: 48px 7.5vw;
  background-color: #FFFFFF; }
  .events-block__container {
    margin: 0 auto;
    max-width: 1920px; }
  @media only screen and (min-width: 781px) {
    .events-block {
      padding: 72px calc(7.5vw - 6px) 72px calc(7.5vw - 6px); } }
  @media only screen and (min-width: 1321px) {
    .events-block {
      padding: 96px calc(7.5vw - 12px) 96px calc(7.5vw - 12px); } }
  @media only screen and (min-width: 1441px) {
    .events-block {
      padding: 96px calc(7.5vw - 24px) 96px calc(7.5vw - 24px); } }

.cards, .collections-search-page .search-cards {
  margin: 0 auto;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top; }
  @media only screen and (min-width: 1321px) {
    .cards--normal {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .cards__footer {
    margin: 0 auto;
    text-align: center;
    padding-top: 48px; }

.related-pages {
  padding: 24px 0; }
  @media only screen and (min-width: 781px) {
    .related-pages {
      padding: 48px calc(7.5vw - 6px) 0 calc(7.5vw - 6px); } }
  @media only screen and (min-width: 1321px) {
    .related-pages {
      padding: 48px calc(7.5vw - 36px) 48px calc(7.5vw - 36px);
      margin-top: 48px; } }
  .related-pages__border {
    background-color: #888888;
    height: 1px;
    width: calc(100% - 24px);
    display: block;
    margin: 0 auto;
    margin-bottom: 48px; }

.card-listing {
  padding: 0 7.5vw 0 7.5vw; }
  .card-listing__header {
    text-align: center;
    padding: 24px; }
    @media only screen and (min-width: 781px) {
      .card-listing__header {
        padding: 48px; } }
    @media only screen and (min-width: 1321px) {
      .card-listing__header {
        padding: 72px; } }
    .card-listing__header h1,
    .card-listing__header h2,
    .card-listing__header h3 {
      margin-bottom: 0; }
  .card-listing__footer {
    padding-top: 48px;
    text-align: center; }
  @media only screen and (min-width: 781px) {
    .card-listing {
      padding: 0 calc(7.5vw - 6px) 24px calc(7.5vw - 6px); } }
  @media only screen and (min-width: 1321px) {
    .card-listing {
      padding: 0 calc(7.5vw - 12px) 48px calc(7.5vw - 12px); }
      .card-listing__header {
        padding-bottom: 72px; } }
  @media only screen and (min-width: 1441px) {
    .card-listing {
      padding: 0 calc(7.5vw - 24px) 48px calc(7.5vw - 24px); } }

.item-listing {
  padding: 48px 7.5vw; }
  .item-listing__header {
    padding-bottom: 48px;
    text-align: center; }
  .item-listing__title {
    margin-bottom: 0; }
  .item-listing__items {
    margin: 0 auto;
    max-width: 1920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .item-listing__footer {
    text-align: center; }
  @media only screen and (min-width: 781px) {
    .item-listing {
      padding: 72px 7.5vw; }
      .item-listing__footer {
        padding-top: 48px; } }
  @media only screen and (min-width: 1441px) {
    .item-listing {
      padding: 96px 7.5vw; }
      .item-listing__header {
        padding-bottom: 72px; } }

@media only screen and (max-width: 780px) {
  .frontpage-template .item-listing .list-item:not(:first-child) {
    display: none; } }

.social-feed {
  padding: 24px 0;
  padding: 48px 7.5vw 0 7.5vw;
  background-color: #f0eeed; }
  @media only screen and (min-width: 781px) {
    .social-feed {
      padding: 72px 15vw 24px 15vw; } }
  @media only screen and (min-width: 1441px) {
    .social-feed {
      padding: 96px 15vw 48px 15vw; } }

.frontpage-template .item-listing {
  padding: 48px 7.5vw; }
  .frontpage-template .item-listing__header {
    padding-bottom: 48px;
    text-align: center; }
  .frontpage-template .item-listing__title {
    margin-bottom: 0; }
  .frontpage-template .item-listing__items {
    margin: 0 auto;
    max-width: 1920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .frontpage-template .item-listing__footer {
    text-align: center; }
  @media only screen and (min-width: 781px) {
    .frontpage-template .item-listing {
      padding: 72px 7.5vw; }
      .frontpage-template .item-listing__footer {
        padding-top: 48px; } }
  @media only screen and (min-width: 1441px) {
    .frontpage-template .item-listing {
      padding: 96px 7.5vw; }
      .frontpage-template .item-listing__header {
        padding-bottom: 72px; } }

.eventsLanding-template .article-categories:last-of-type {
  margin-bottom: 48px; }

@media only screen and (min-width: 781px) {
  .eventsLanding-template .article-categories:last-of-type {
    margin-bottom: 72px; } }

@media only screen and (min-width: 1441px) {
  .eventsLanding-template .article-categories:last-of-type {
    margin-bottom: 96px; } }

.events-landing {
  padding: 48px 0 0 0; }
  .events-landing__header {
    padding: 0 0 48px 0;
    text-align: center; }
    .events-landing__header h1,
    .events-landing__header h2 {
      margin-bottom: 0; }
  .events-landing .card-listing {
    padding: 0 12px; }
  @media only screen and (min-width: 781px) {
    .events-landing {
      padding: 72px 0 0 0; }
      .events-landing .card-listing {
        padding: 0 7.5vw 24px 7.5vw; } }
  @media only screen and (min-width: 1441px) {
    .events-landing {
      padding: 96px 0 0 0; }
      .events-landing__header {
        padding: 0 0 72px 0; }
      .events-landing .card-listing {
        padding: 0 7.5vw 48px 7.5vw; } }

.exhibitionsLanding-template .article-categories:last-of-type {
  margin-bottom: 48px; }

@media only screen and (min-width: 781px) {
  .exhibitionsLanding-template .article-categories:last-of-type {
    margin-bottom: 72px; } }

@media only screen and (min-width: 1441px) {
  .exhibitionsLanding-template .article-categories:last-of-type {
    margin-bottom: 96px; } }

.exhibitions-landing {
  padding: 48px 0 0 0; }
  .exhibitions-landing__header {
    padding: 0 0 48px 0;
    text-align: center; }
    .exhibitions-landing__header h1,
    .exhibitions-landing__header h2 {
      margin-bottom: 0; }
  .exhibitions-landing .item-listing {
    padding: 0 7.5vw 0 7.5vw; }
  @media only screen and (min-width: 781px) {
    .exhibitions-landing {
      padding: 72px 0 0 0; }
      .exhibitions-landing .item-listing {
        padding: 0 7.5vw 24px 7.5vw; } }
  @media only screen and (min-width: 1441px) {
    .exhibitions-landing {
      padding: 96px 0 0 0; }
      .exhibitions-landing__header {
        padding: 0 0 72px 0; }
      .exhibitions-landing .item-listing {
        padding: 0 7.5vw 48px 7.5vw; } }

.articleLanding-template .article-categories:last-of-type {
  margin-bottom: 48px; }

@media only screen and (min-width: 781px) {
  .articleLanding-template .article-categories:last-of-type {
    margin-bottom: 72px; } }

@media only screen and (min-width: 1441px) {
  .articleLanding-template .article-categories:last-of-type {
    margin-bottom: 96px; } }

.articles-landing {
  padding: 48px 0 0 0; }
  .articles-landing__header {
    padding: 0 0 48px 0;
    text-align: center; }
    .articles-landing__header h1,
    .articles-landing__header h2 {
      margin-bottom: 0; }
  @media only screen and (min-width: 781px) {
    .articles-landing {
      padding: 72px 0 0 0; } }
  @media only screen and (min-width: 1441px) {
    .articles-landing {
      padding: 96px 0 0 0; }
      .articles-landing__header {
        padding: 0 0 72px 0; } }

.articles-landing,
.exhibitions-landing,
.events-landing {
  padding-bottom: 48px; }
  @media only screen and (min-width: 1321px) {
    .articles-landing,
    .exhibitions-landing,
    .events-landing {
      padding-bottom: 96px; } }

.location-card {
  margin: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
  .location-card__image {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-top: calc(5/8 * 100%); }
    .location-card__image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(16, 16, 16, 0.15);
      -webkit-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
    .location-card__image:hover:after {
      background-color: rgba(16, 16, 16, 0.25); }
  .location-card__content {
    padding: 12px 0 0 0;
    width: 100%; }
  .location-card__title {
    margin-bottom: 0;
    color: #101010;
    letter-spacing: 1.5px; }
    .location-card__title a {
      color: #101010; }
  .location-card__description {
    margin-bottom: 0;
    color: #666666;
    text-decoration: underline; }
    .location-card__description.hover-effect, .location-card__description:focus {
      color: #101010; }
  @media only screen and (min-width: 781px) {
    .location-card {
      -ms-flex-preferred-size: calc(50% - 24px);
          flex-basis: calc(50% - 24px);
      margin-right: 12px;
      margin-left: 12px; }
      .location-card__title {
        margin-bottom: 0; } }
  @media only screen and (min-width: 1321px) {
    .location-card {
      -ms-flex-preferred-size: calc(33.3333333% - 24px);
          flex-basis: calc(33.3333333% - 24px);
      margin-right: 12px;
      margin-left: 12px;
      margin-bottom: 36px; }
      .location-card__content {
        padding: 24px 0 0 0; }
      .location-card__description {
        margin: 12px 0 0 0;
        display: block;
        color: #666666;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; } }
  @media only screen and (min-width: 1441px) {
    .location-card {
      -ms-flex-preferred-size: calc(33.3333333% - 48px);
          flex-basis: calc(33.3333333% - 48px);
      margin-right: 24px;
      margin-left: 24px;
      margin-bottom: 48px; } }

.list-item {
  margin-bottom: 48px;
  width: 100%; }
  .list-item__image-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .list-item__image {
    background: black; }
    .list-item__image__bg {
      background-size: cover;
      background-position: center center; }
      .list-item__image__bg:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 71.42857%;
        background-color: rgba(16, 16, 16, 0.1);
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
      .list-item__image__bg.hover-effect:before {
        background-color: rgba(16, 16, 16, 0.2); }
  .list-item__content {
    padding: 24px 0 0 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media only screen and (min-width: 1321px) {
      .list-item__content {
        padding-top: 6px; } }
  .list-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .list-item__date, .list-item__location, .list-item__label, .list-item__title, .list-item__description {
    color: #666666; }
  .list-item__date, .list-item__label {
    margin: 0;
    line-height: 1;
    text-transform: uppercase; }
  .list-item__label {
    color: #666666;
    border-bottom: 1px solid; }
    .list-item__label.hover-effect, .list-item__label:focus {
      color: #101010;
      border-bottom: 1px solid; }
  .list-item__date {
    padding-left: 6px; }
  .list-item__title {
    margin-top: calc(18px); }
    @media only screen and (min-width: 1321px) {
      .list-item__title {
        margin: 6px 0 0 0; } }
    .list-item__title a {
      color: #1E1E1E; }
      .list-item__title a.hover-effect, .list-item__title afocus {
        color: #1E1E1E; }
  .list-item__description {
    color: #666666;
    text-decoration: underline;
    margin-bottom: 0;
    display: none; }
    .list-item__description.hover-effect, .list-item__description:focus {
      color: #101010;
      text-decoration: underline; }
  .list-item__cta {
    margin: 12px 0 0 0; }
    .list-item__cta a {
      display: inline-block; }
  @media only screen and (min-width: 781px) {
    .list-item {
      -ms-flex-preferred-size: calc(50% - 12px);
          flex-basis: calc(50% - 12px); }
      .list-item__description {
        padding-top: 12px; } }
  @media only screen and (min-width: 1321px) {
    .list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-preferred-size: calc(50% - 24px);
          flex-basis: calc(50% - 24px); }
      .list-item__image-container {
        -ms-flex-preferred-size: calc(50% - 12px);
            flex-basis: calc(50% - 12px); }
      .list-item__content {
        padding: 0;
        padding-left: 24px; }
      .list-item__date, .list-item__label {
        margin: 0 0 6px 0;
        vertical-align: top; }
      .list-item__cta {
        margin-top: 24px; } }
  @media only screen and (min-width: 1441px) {
    .list-item__description {
      display: block; } }

.breadcrumbs {
  margin: 0;
  padding: 24px 7.5vw; }

.crumbs {
  max-width: 1920px;
  margin: 0 auto;
  text-align: left; }
  .crumbs li {
    display: inline-block;
    color: #757575; }
    .crumbs li a {
      color: #757575;
      border-bottom: 1px solid transparent;
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; }
      .crumbs li a.hover-effect, .crumbs li a:focus {
        border-color: #AFAEB0; }

.banner {
  padding: 48px 7.5vw;
  position: relative;
  z-index: 1000;
  width: 100%;
  display: block; }
  .banner--white {
    color: #101010;
    background-color: #FFFFFF; }
    .banner--white .banner__title {
      color: #101010; }
    .banner--white .banner__description {
      color: #101010; }
  .banner--black {
    color: #FFFFFF;
    background-color: #101010; }
    .banner--black .banner__title {
      color: #FFFFFF; }
    .banner--black .banner__description {
      color: #FFFFFF; }
  .banner.has-image .banner__title {
    color: #FFFFFF;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2); }
  .banner.has-image .banner__description {
    color: #FFFFFF;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 25px rgba(0, 0, 0, 0.2); }
  .banner__content {
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 900px;
    text-align: center; }
  .banner__description {
    margin-bottom: 48px; }
  .banner__bg {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-color: #1E1E1E; }
    .banner__bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: rgba(16, 16, 16, 0.2); }
  @media only screen and (min-width: 781px) {
    .banner {
      padding: 96px 7.5vw; } }
  @media only screen and (min-width: 1321px) {
    .banner {
      padding: 120px 7.5vw; } }

.collectionsLanding {
  max-width: 1920px;
  margin: 0 auto;
  padding: 48px 0; }
  @media only screen and (min-width: 781px) {
    .collectionsLanding {
      padding: 72px 7.5vw; } }
  .collectionsLanding__header {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 6px; }
    @media only screen and (min-width: 781px) {
      .collectionsLanding__header {
        padding-bottom: 12px; } }

.artifactsBlock,
.archiveBlock {
  position: relative; }
  .artifactsBlock ul,
  .archiveBlock ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .artifactsBlock ul li,
    .archiveBlock ul li {
      margin: 6px 0;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
  .artifactsBlock .year,
  .artifactsBlock .year-container,
  .archiveBlock .year,
  .archiveBlock .year-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center; }
    .artifactsBlock .year a.ajaxLink,
    .artifactsBlock .year a.yearLink,
    .artifactsBlock .year-container a.ajaxLink,
    .artifactsBlock .year-container a.yearLink,
    .archiveBlock .year a.ajaxLink,
    .archiveBlock .year a.yearLink,
    .archiveBlock .year-container a.ajaxLink,
    .archiveBlock .year-container a.yearLink {
      padding-right: 36px;
      position: relative;
      color: #101010;
      border-bottom: 1px solid transparent;
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; }
      .artifactsBlock .year a.ajaxLink:after,
      .artifactsBlock .year a.yearLink:after,
      .artifactsBlock .year-container a.ajaxLink:after,
      .artifactsBlock .year-container a.yearLink:after,
      .archiveBlock .year a.ajaxLink:after,
      .archiveBlock .year a.yearLink:after,
      .archiveBlock .year-container a.ajaxLink:after,
      .archiveBlock .year-container a.yearLink:after {
        content: "";
        margin-left: 12px;
        padding: 4px;
        position: absolute;
        top: 47%;
        right: auto;
        display: inline-block;
        border: solid;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg) translateY(-50%);
            -ms-transform: rotate(-45deg) translateY(-50%);
                transform: rotate(-45deg) translateY(-50%);
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease; }
      .artifactsBlock .year a.ajaxLink.hover-effect,
      .artifactsBlock .year a.yearLink.hover-effect,
      .artifactsBlock .year-container a.ajaxLink.hover-effect,
      .artifactsBlock .year-container a.yearLink.hover-effect,
      .archiveBlock .year a.ajaxLink.hover-effect,
      .archiveBlock .year a.yearLink.hover-effect,
      .archiveBlock .year-container a.ajaxLink.hover-effect,
      .archiveBlock .year-container a.yearLink.hover-effect {
        color: #101010;
        border-color: #101010; }
        .artifactsBlock .year a.ajaxLink.hover-effect:after,
        .artifactsBlock .year a.yearLink.hover-effect:after,
        .artifactsBlock .year-container a.ajaxLink.hover-effect:after,
        .artifactsBlock .year-container a.yearLink.hover-effect:after,
        .archiveBlock .year a.ajaxLink.hover-effect:after,
        .archiveBlock .year a.yearLink.hover-effect:after,
        .archiveBlock .year-container a.ajaxLink.hover-effect:after,
        .archiveBlock .year-container a.yearLink.hover-effect:after {
          margin-left: 18px; }
    .artifactsBlock .year.selected a.ajaxLink,
    .artifactsBlock .year-container.selected a.ajaxLink,
    .archiveBlock .year.selected a.ajaxLink,
    .archiveBlock .year-container.selected a.ajaxLink {
      border-bottom: 1px solid #101010; }
  .artifactsBlock .inner,
  .archiveBlock .inner {
    padding: 12px 0;
    margin: 0 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 781px) {
      .artifactsBlock .inner,
      .archiveBlock .inner {
        padding: 24px 0;
        margin: 0 auto; } }
    .artifactsBlock .inner .item,
    .archiveBlock .inner .item {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 6px; }
      @media only screen and (min-width: 781px) {
        .artifactsBlock .inner .item,
        .archiveBlock .inner .item {
          margin: 12px;
          max-width: 300px; } }
      .artifactsBlock .inner .item.current-item a:before,
      .archiveBlock .inner .item.current-item a:before {
        background-color: rgba(16, 16, 16, 0.3); }
      .artifactsBlock .inner .item a,
      .archiveBlock .inner .item a {
        margin-bottom: 0;
        position: relative;
        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; }
        .artifactsBlock .inner .item a:before,
        .archiveBlock .inner .item a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 0;
          background-color: rgba(16, 16, 16, 0.35);
          -webkit-transition: background-color 0.25s ease-in-out;
          -o-transition: background-color 0.25s ease-in-out;
          transition: background-color 0.25s ease-in-out; }
          .backgroundblendmode .artifactsBlock .inner .item a:before, .backgroundblendmode
          .archiveBlock .inner .item a:before {
            mix-blend-mode: multiply; }
        .artifactsBlock .inner .item a.hover-effect:before,
        .archiveBlock .inner .item a.hover-effect:before {
          background-color: rgba(16, 16, 16, 0.1); }
      .artifactsBlock .inner .item span,
      .archiveBlock .inner .item span {
        color: #FFFFFF;
        position: absolute;
        padding: 0 24px;
        left: 0;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .artifactsBlock .loader,
  .archiveBlock .loader {
    display: none; }
  .artifactsBlock.requestRunning:before,
  .archiveBlock.requestRunning:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.5;
    z-index: 2;
    top: 0;
    left: 0; }
  .artifactsBlock.requestRunning .loader,
  .archiveBlock.requestRunning .loader {
    display: block; }

.loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 auto;
  z-index: 10; }

/* LOADER 3 */
.loader:before,
.loader:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  background-color: #526d49;
  -webkit-animation: squaremove 1s ease-in-out infinite;
          animation: squaremove 1s ease-in-out infinite; }

.loader:after {
  bottom: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

@-webkit-keyframes squaremove {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); }
  25% {
    -webkit-transform: translate(40px, 40px) rotate(45deg);
    -ms-transform: translate(40px, 40px) rotate(45deg);
    transform: translate(40px, 40px) rotate(45deg); }
  50% {
    -webkit-transform: translate(0px, 80px) rotate(0deg);
    -ms-transform: translate(0px, 80px) rotate(0deg);
    transform: translate(0px, 80px) rotate(0deg); }
  75% {
    -webkit-transform: translate(-40px, 40px) rotate(45deg);
    -ms-transform: translate(-40px, 40px) rotate(45deg);
    transform: translate(-40px, 40px) rotate(45deg); } }

@keyframes squaremove {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); }
  25% {
    -webkit-transform: translate(40px, 40px) rotate(45deg);
    -ms-transform: translate(40px, 40px) rotate(45deg);
    transform: translate(40px, 40px) rotate(45deg); }
  50% {
    -webkit-transform: translate(0px, 80px) rotate(0deg);
    -ms-transform: translate(0px, 80px) rotate(0deg);
    transform: translate(0px, 80px) rotate(0deg); }
  75% {
    -webkit-transform: translate(-40px, 40px) rotate(45deg);
    -ms-transform: translate(-40px, 40px) rotate(45deg);
    transform: translate(-40px, 40px) rotate(45deg); } }

@keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.archiveBlock .archive-year {
  display: none; }

.archiveBlock .selected-year .archive-year {
  display: block; }

.archiveBlock .year-container.selected-year .yearLink {
  border-bottom: 1px solid #101010; }

.owl-carousel .owl-item.active.firstActive .firstActive-partial {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  cursor: url("../img/arrow_left.png"), auto; }

.owl-carousel .owl-item.active.lastActive {
  position: relative; }
  .owl-carousel .owl-item.active.lastActive .lastActive-partial {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    cursor: url("../img/arrow_right.png"), auto; }

.page-navigation {
  margin: 0 7.5vw 30px 7.5vw;
  height: 48px;
  border-top: 1px solid rgba(123, 123, 123, 0.53);
  border-bottom: 1px solid rgba(123, 123, 123, 0.53);
  overflow: hidden; }
  .page-navigation ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: scroll;
    line-height: 48px;
    padding-bottom: 17px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: touch; }
    .page-navigation ul li {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .page-navigation ul li a {
        margin-bottom: 0;
        padding: 0 12px;
        display: block;
        color: #101010;
        text-transform: uppercase; }
        .page-navigation ul li a:hover {
          opacity: 0.6; }
  @media only screen and (min-width: 781px) {
    .page-navigation ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-navigation ul li a {
        padding: 0 24px; } }

@media print {
  * {
    max-width: 800px; }
  .site-content {
    padding-bottom: 48px !important; }
  .default-page__header {
    padding-top: 0; }
  #content {
    padding-top: 10px; }
  .site-footer,
  .site-header,
  .site-navigation {
    display: none !important; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }
  a[href]:after {
    color: #878787; }
  .default-page__pre-header {
    display: none !important; }
  .article__footer {
    display: none; }
  .related-pages {
    display: none !important; }
  form {
    display: none !important; } }

.eventLandingApp-page {
  min-height: 80vh; }

[v-cloak] {
  opacity: 0; }

.app-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 12px;
  color: #101010; }
  .app-navigation .selectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .app-navigation .selectors input:not(.switch-input), .app-navigation .selectors select {
      height: 60px;
      line-height: 60px;
      margin-bottom: 0; }
    .app-navigation .selectors input:not(.switch-input) {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      background-color: #101010;
      color: #FFFFFF;
      line-height: 60px;
      cursor: pointer; }
  .app-navigation .selector {
    position: relative;
    width: 100%;
    margin-bottom: 12px; }
    .app-navigation .selector:not(.calendar-selector):after {
      content: '';
      position: absolute;
      top: 47%;
      right: 24px;
      border: solid;
      border-width: 0 2px 2px 0;
      border-color: #FFFFFF;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
              transform: rotate(45deg) translateY(-50%);
      pointer-events: none; }
  .app-navigation .type-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px; }
    .app-navigation .type-selector.timeline {
      position: relative;
      margin-bottom: 36px; }
    .app-navigation .type-selector .type {
      position: relative;
      display: inline-block;
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      .app-navigation .type-selector .type {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .app-navigation .type-selector .type {
            font-size: calc(0.385vw + 12.768px); } }
        @media screen and (min-width: 1920px) {
          .app-navigation .type-selector .type {
            font-size: 20.16px; } }
      .app-navigation .type-selector .type {
        line-height: 24px; }
        @media screen and (min-width: 320px) {
          .app-navigation .type-selector .type {
            line-height: calc(0.25vw + 23.2px); } }
        @media screen and (min-width: 1920px) {
          .app-navigation .type-selector .type {
            line-height: 28px; } }
      .app-navigation .type-selector .type:not(:last-child):after {
        content: '/';
        padding: 0 4px;
        color: #666; }
    .app-navigation .type-selector .type-select {
      display: inline-block; }
    .app-navigation .type-selector span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .app-navigation .type-selector .button {
      min-width: auto;
      margin: 6px 12px; }
    .app-navigation .type-selector .date-picker {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .app-navigation .type-selector .date-picker .icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 20px;
        height: 20px;
        margin-right: 6px;
        padding: 3px 0;
        pointer-events: none; }
        .app-navigation .type-selector .date-picker .icon svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #101010; }
      .app-navigation .type-selector .date-picker .x-button {
        color: #101010;
        margin-left: 6px;
        z-index: 1; }
  .app-navigation .calendar-selector {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right; }
    .app-navigation .calendar-selector .switch-label {
      color: #101010; }
  @media only screen and (min-width: 781px) {
    .app-navigation {
      padding: 24px 7.5vw; }
      .app-navigation .selectors {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .app-navigation .selector {
        width: 50%;
        margin: 0 12px 12px; }
        .app-navigation .selector:first-child {
          margin-left: 0; }
        .app-navigation .selector:last-child {
          margin-right: 0; }
        .app-navigation .selector.calendar-selector {
          width: auto; }
      .app-navigation .type-selector {
        margin: 12px auto 12px; }
        .app-navigation .type-selector.timeline {
          margin-top: 0; }
        .app-navigation .type-selector .type-select {
          margin: 0 12px;
          cursor: pointer; } }
  @media only screen and (min-width: 1321px) {
    .app-navigation .selector {
      width: 33.3%;
      max-width: none;
      margin: 0 12px 12px; }
      .app-navigation .selector.calendar-selector {
        width: auto; } }

.calendar-view {
  position: relative;
  padding: 24px 12px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 781px) {
    .calendar-view {
      padding: 24px 7.5vw; } }

.list-view {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  .list-view .loading-wrap {
    max-height: 50vh; }
  .list-view .loading-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 1; }

.loading-wrap {
  position: absolute;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  width: 100%; }

.loading-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-color: white;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fadeInOut 0.2s ease-in-out;
          animation: fadeInOut 0.2s ease-in-out;
  /* LOADER 3 */ }
  .loading-indicator .loading {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0; }
  .loading-indicator .loader-3:before, .loading-indicator .loader-3:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    background-color: #8D97A2;
    -webkit-animation: squaremove 1s ease-in-out infinite;
            animation: squaremove 1s ease-in-out infinite; }
  .loading-indicator .loader-3:after {
    bottom: 0;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    background-color: #9CBABE; }

@-webkit-keyframes fadeInOut {
  0% {
    background-color: rgba(255, 255, 255, 0); }
  100% {
    background-color: white; } }

@keyframes fadeInOut {
  0% {
    background-color: rgba(255, 255, 255, 0); }
  100% {
    background-color: white; } }

@keyframes squaremove {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0); }
  25% {
    -webkit-transform: translate(40px, 40px) rotate(45deg);
            transform: translate(40px, 40px) rotate(45deg); }
  50% {
    -webkit-transform: translate(0px, 80px) rotate(0deg);
            transform: translate(0px, 80px) rotate(0deg); }
  75% {
    -webkit-transform: translate(-40px, 40px) rotate(45deg);
            transform: translate(-40px, 40px) rotate(45deg); } }

.main-navigation {
  display: none;
  width: 100%;
  height: 100%; }
  .main-navigation a:focus {
    outline: solid 1px white; }
  .main-navigation__selectors {
    max-width: 430px;
    width: 36%;
    padding-top: 24px;
    padding-left: 48px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%; }
    .main-navigation__selectors .simplebar-content {
      height: 100%; }
    .main-navigation__selectors .simplebar-content ul {
      border-right: 1px solid rgba(255, 255, 255, 0.6);
      margin-right: 48px;
      height: 100%; }
      .main-navigation__selectors .simplebar-content ul li {
        padding-bottom: 32px;
        position: relative;
        padding-right: 12px; }
        .main-navigation__selectors .simplebar-content ul li a:focus {
          outline: solid 1px white; }
        .main-navigation__selectors .simplebar-content ul li a {
          color: #FFFFFF;
          display: block; }
          .main-navigation__selectors .simplebar-content ul li a span {
            border-bottom: 1px solid transparent; }
        .main-navigation__selectors .simplebar-content ul li.active a span {
          border-color: #FFFFFF; }
        .main-navigation__selectors .simplebar-content ul li.active:after {
          content: "";
          position: absolute;
          top: 7px;
          right: -7px;
          width: 12px;
          height: 12px;
          border-right: 1px solid rgba(255, 255, 255, 0.6);
          border-bottom: 1px solid rgba(255, 255, 255, 0.6);
          background-color: #101010;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
    .main-navigation__selectors .simplebar-vertical {
      left: 0;
      right: auto;
      width: 12px; }
      .main-navigation__selectors .simplebar-vertical .simplebar-scrollbar {
        right: 1px;
        width: 10px; }
  .main-navigation__content {
    width: 100%; }
    .main-navigation__content .simplebar-vertical {
      right: -24px;
      width: 12px; }
      .main-navigation__content .simplebar-vertical .simplebar-scrollbar {
        right: 1px;
        width: 10px; }
  .main-navigation .location-block {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }
    .main-navigation .location-block.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      -webkit-animation-name: fadeInOpacity;
              animation-name: fadeInOpacity;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      -webkit-animation-duration: .2s;
              animation-duration: .2s; }
    .main-navigation .location-block__section-heading {
      font-size: 13px;
      color: #FFFFFF;
      letter-spacing: 0.02rem;
      line-height: 1.461; }
    .main-navigation .location-block__heading {
      margin-bottom: 18px;
      color: #FFFFFF;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 0.02rem;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-navigation .location-block__heading .small-text, .main-navigation .location-block__heading .videoContainer__content__description p, .videoContainer__content__description .main-navigation .location-block__heading p, .main-navigation .location-block__heading #footerNavigation li a, #footerNavigation li .main-navigation .location-block__heading a,
      .main-navigation .location-block__heading #museovirastoNavigation li a, #museovirastoNavigation li .main-navigation .location-block__heading a,
      .main-navigation .location-block__heading .footer-navigation li a, .footer-navigation li .main-navigation .location-block__heading a, .main-navigation .location-block__heading .site-navigation [type="search"], .site-navigation .main-navigation .location-block__heading [type="search"], .main-navigation .location-block__heading .location-block__section-heading {
        color: #FFFFFF;
        border-bottom: 1px solid;
        font-size: 13px;
        letter-spacing: 0.02rem;
        line-height: 1.461;
        margin-bottom: 0; }
      .main-navigation .location-block__heading a:hover {
        color: rgba(255, 255, 255, 0.6); }
      .main-navigation .location-block__heading a:focus {
        outline: solid 1px white; }
    .main-navigation .location-block a.location-block__heading:hover {
      color: rgba(255, 255, 255, 0.6); }
    .main-navigation .location-block__content p {
      margin-bottom: 0;
      font-family: "New Hero Reg", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
      .main-navigation .location-block__content p {
        font-size: 11.667px; }
        @media screen and (min-width: 320px) {
          .main-navigation .location-block__content p {
            font-size: calc(0.14581vw + 11.2004px); } }
        @media screen and (min-width: 1920px) {
          .main-navigation .location-block__content p {
            font-size: 14px; } }
      .main-navigation .location-block__content p {
        line-height: 16px; }
        @media screen and (min-width: 320px) {
          .main-navigation .location-block__content p {
            line-height: calc(0.25vw + 15.2px); } }
        @media screen and (min-width: 1920px) {
          .main-navigation .location-block__content p {
            line-height: 20px; } }
    .main-navigation .location-block__content a {
      border-bottom: 1px solid;
      color: #FFFFFF; }
      .main-navigation .location-block__content a:hover {
        color: rgba(255, 255, 255, 0.6); }
    .main-navigation .location-block__row {
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      padding-top: 24px;
      padding-bottom: 24px; }
      .main-navigation .location-block__row:last-child {
        border-bottom: 0; }
    .main-navigation .location-block__column {
      width: 100%;
      max-width: 600px; }
    .main-navigation .location-block__loading {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.4);
      opacity: 0;
      -webkit-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .cardLoading .main-navigation .location-block__loading {
        opacity: 1; }
    .main-navigation .location-block .museumDesc {
      -webkit-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .cardLoading .main-navigation .location-block .museumDesc {
        opacity: 1; }
    .main-navigation .location-block .navBlock {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .cardLoading .main-navigation .location-block .navBlock {
        opacity: 0; }
    .main-navigation .location-block .collection-description {
      color: #FFFFFF;
      font-size: 16px;
      letter-spacing: 0.025rem;
      line-height: 1.375;
      font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal; }
    .main-navigation .location-block .collection-image {
      width: 100%;
      max-width: 600px;
      min-width: 300px;
      background-size: cover;
      background-position: center center;
      padding-bottom: 66.6%;
      margin-bottom: 24px; }
    .main-navigation .location-block .collection-link {
      display: block; }
      .main-navigation .location-block .collection-link:hover {
        border-bottom: 1px solid #FFFFFF; }
    .main-navigation .location-block .collection-cta {
      color: #FFFFFF;
      font-size: 13px;
      letter-spacing: 0.02rem;
      line-height: 1.461;
      text-align: right;
      margin-top: 12px; }
      .main-navigation .location-block .collection-cta span {
        border-bottom: 1px solid; }
    .main-navigation .location-block .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-navigation .location-block .social .location-block__heading {
        display: inline;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 12px;
        margin-bottom: 8px; }
      .main-navigation .location-block .social a {
        display: inline-block;
        font-size: 22.5px;
        color: #FFFFFF;
        line-height: 1;
        padding: 0 5px; }
        .site-footer__lower__content .main-navigation .location-block .social a {
          color: #101010; }
        .main-navigation .location-block .social a.hover-effect {
          opacity: 0.6; }
        .main-navigation .location-block .social a:first-child {
          padding-left: 0; }
  @media only screen and (min-width: 781px) {
    .main-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 980px) {
    .main-navigation .location-block {
      margin: 0 -12px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .main-navigation .location-block__column {
        padding: 0 12px;
        width: 50%; }
        .main-navigation .location-block__column:first-child {
          padding: 0 36px 0 12px; }
        .main-navigation .location-block__column:last-child {
          padding: 0 12px 0 36px; } }

.main-navigation .simplebar-track {
  background-color: rgba(255, 255, 255, 0.6); }

.main-navigation .simplebar-scrollbar {
  background-color: #101010; }

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

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

.new-nav-mobile {
  display: block;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid; }
  .new-nav-mobile .nav-menu[data-mobile-nav-selector="navigations"] {
    display: none; }
  .new-nav-mobile .sub-nav[data-nav="navigations"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .new-nav-mobile.single-location-nav {
    padding-top: 0; }
    .new-nav-mobile.single-location-nav .nav-menu[data-mobile-nav-selector="navigations"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .new-nav-mobile.single-location-nav .sub-nav[data-nav="navigations"] {
      display: none;
      border-top: 1px solid;
      margin-top: 24px;
      padding-top: 24px; }
  .new-nav-mobile.meta {
    position: relative;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .new-nav-mobile.meta .location-block__heading {
      display: inline;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 12px;
      margin-bottom: 8px;
      color: #FFFFFF;
      font-size: 13px;
      letter-spacing: 0.017rem;
      line-height: 1.727; }
    .new-nav-mobile.meta a:focus {
      outline: solid 1px white; }
    .new-nav-mobile.meta a {
      display: inline-block;
      font-size: 22.5px;
      color: #FFFFFF;
      line-height: 1;
      padding: 0 5px; }
      .site-footer__lower__content .new-nav-mobile.meta a {
        color: #101010; }
      .new-nav-mobile.meta a.hover-effect {
        opacity: 0.6; }
      .new-nav-mobile.meta a:first-child {
        padding-left: 0; }
    .new-nav-mobile.meta .language-selector {
      margin-left: auto;
      margin-bottom: 12px; }
      .new-nav-mobile.meta .language-selector .dropdown {
        height: 30px;
        line-height: 30px;
        text-transform: uppercase; }
    .new-nav-mobile.meta .search-form {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1000;
      max-width: none;
      width: 0;
      padding-bottom: 18px; }
      .new-nav-mobile.meta .search-form [type="submit"] {
        cursor: pointer;
        position: relative;
        z-index: 921;
        background: transparent;
        width: 30px;
        height: 100%;
        margin: 0;
        padding: 0;
        line-height: 100%;
        border-top: none;
        border-left: none;
        border-right: none;
        float: right;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        width: 0; }
        .search-is-open .new-nav-mobile.meta .search-form [type="submit"] {
          opacity: 1;
          display: inline-block;
          -webkit-transition-delay: 0.2s;
               -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
        .new-nav-mobile.meta .search-form [type="submit"] svg {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg);
          fill: #FFFFFF; }
          .new-nav-mobile.meta .search-form [type="submit"] svg path:last-child {
            fill: #FFFFFF; }
        .new-nav-mobile.meta .search-form [type="submit"].hover-effect svg {
          opacity: 0.6; }
      .search-is-open .new-nav-mobile.meta .search-form {
        opacity: 1;
        display: inline-block;
        width: calc(100% - 144px);
        background-color: #101010;
        padding-left: 12px;
        padding-right: 12px; }
    .new-nav-mobile.meta .search-buttons {
      position: absolute;
      width: 24px;
      height: 100%;
      right: 120px;
      z-index: 960;
      -ms-flex-item-align: center;
          align-self: center;
      bottom: 8px; }
      .new-nav-mobile.meta .search-buttons button {
        position: absolute;
        cursor: pointer;
        z-index: 960;
        float: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .new-nav-mobile.meta .search-buttons button svg {
          width: 20px;
          fill: #FFFFFF; }
      .new-nav-mobile.meta .search-buttons .search-button-open {
        opacity: 1;
        display: inline-block;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
        .search-is-open .new-nav-mobile.meta .search-buttons .search-button-open {
          opacity: 0;
          display: none;
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0);
          -webkit-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          -webkit-transition-delay: 0.2s;
               -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
        .search-is-open.user-navigation-is-open .new-nav-mobile.meta .search-buttons .search-button-open {
          visibility: hidden; }
      .new-nav-mobile.meta .search-buttons .search-button-close {
        opacity: 0;
        display: none;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
        .search-is-open .new-nav-mobile.meta .search-buttons .search-button-close {
          opacity: 1;
          display: inline-block;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          -webkit-transition-delay: 0.2s;
               -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
    @media only screen and (min-width: 781px) {
      .new-nav-mobile.meta {
        display: none; } }
  .new-nav-mobile .single-nav {
    display: none;
    margin: 12px 0 24px;
    background-color: #FFFFFF;
    color: #101010; }
  .new-nav-mobile .copy-single-nav .single-nav {
    display: block;
    margin-top: 0; }
  .new-nav-mobile .nav-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    padding: 6px 24px;
    color: #FFFFFF;
    cursor: pointer; }
  .new-nav-mobile .sub-nav {
    display: none;
    border-top: 1px solid;
    margin-top: 24px;
    padding-top: 24px; }
    .new-nav-mobile .sub-nav ul {
      width: 100%; }
  .new-nav-mobile .nav-row {
    border-bottom: 1px solid #888880;
    padding: 24px; }
    .new-nav-mobile .nav-row ul {
      margin: 0;
      padding: 0; }
    .new-nav-mobile .nav-row:last-child {
      border-bottom: 0; }
  .new-nav-mobile .nav-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #1E1E1E;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.02rem;
    line-height: 1.461; }
    .new-nav-mobile .nav-heading .small-text, .new-nav-mobile .nav-heading .videoContainer__content__description p, .videoContainer__content__description .new-nav-mobile .nav-heading p, .new-nav-mobile .nav-heading #footerNavigation li a, #footerNavigation li .new-nav-mobile .nav-heading a,
    .new-nav-mobile .nav-heading #museovirastoNavigation li a, #museovirastoNavigation li .new-nav-mobile .nav-heading a,
    .new-nav-mobile .nav-heading .footer-navigation li a, .footer-navigation li .new-nav-mobile .nav-heading a, .new-nav-mobile .nav-heading .site-navigation [type="search"], .site-navigation .new-nav-mobile .nav-heading [type="search"], .new-nav-mobile .nav-heading .main-navigation .location-block__section-heading, .main-navigation .new-nav-mobile .nav-heading .location-block__section-heading {
      border-bottom: 1px solid;
      color: #1E1E1E;
      font-size: 11px;
      letter-spacing: 0.02rem;
      line-height: 1.461; }
  .new-nav-mobile .nav-content p {
    font-size: 13px;
    letter-spacing: 0.02rem;
    line-height: 1.461;
    margin-bottom: 0;
    color: #666666; }
  .new-nav-mobile .nav-horizontal {
    overflow-x: auto; }
    .new-nav-mobile .nav-horizontal__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .new-nav-mobile .nav-horizontal__inner .nav-card {
        max-width: 300px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-bottom: 0; }
  .new-nav-mobile .collection-description {
    color: #888888;
    font-size: 14px;
    letter-spacing: 0.022rem;
    line-height: 1.428;
    font-family: "New Hero Med", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .new-nav-mobile .collection-image {
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    background-size: cover;
    background-position: center center;
    padding-bottom: 66.6%;
    margin-bottom: 24px; }
  .new-nav-mobile .collection-link {
    display: block; }
  .new-nav-mobile .collection-cta {
    color: #1E1E1E;
    font-size: 11px;
    letter-spacing: 0.017rem;
    line-height: 1.727;
    text-align: right; }
    .new-nav-mobile .collection-cta span {
      border-bottom: 1px solid #1E1E1E; }
  .new-nav-mobile .toggle-nav {
    position: absolute;
    right: 24px;
    top: 2px; }
    .new-nav-mobile .toggle-nav__icon {
      display: block; }
  .new-nav-mobile *[data-mobile-nav-selector] {
    margin-bottom: 0;
    position: relative;
    padding: 6px 24px; }
    .new-nav-mobile *[data-mobile-nav-selector].active + .single-nav, .new-nav-mobile *[data-mobile-nav-selector].active + .sub-nav {
      display: block; }
    .new-nav-mobile *[data-mobile-nav-selector].active .toggle-nav {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media only screen and (min-width: 781px) {
    .new-nav-mobile {
      display: none; } }

.site-navigation__dropdown.is-navigation .navigations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 781px) {
    .site-navigation__dropdown.is-navigation .navigations {
      height: 100%; } }

.site-navigation__dropdown.is-collections .collections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  @media only screen and (min-width: 781px) {
    .site-navigation__dropdown.is-collections .collections {
      height: 100%; } }

@media only screen and (min-width: 781px) {
  .site-navigation__dropdown .navigations, .site-navigation__dropdown .collections {
    display: none; } }

.nav-card:focus {
  outline-offset: -2px;
  outline: solid 2px grey; }

.nav-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 18px; }
  .nav-card__image-container {
    width: 100%;
    max-width: 100px;
    height: 60px; }
  .nav-card__image {
    height: 100%;
    overflow: hidden; }
    .nav-card__image__bg {
      background-size: cover;
      background-position: center center;
      height: 100%; }
      .nav-card__image__bg:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 62.5%;
        background-color: rgba(16, 16, 16, 0.1);
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
      .nav-card__image__bg.hover-effect:before {
        background-color: rgba(16, 16, 16, 0.2); }
  .nav-card__content {
    padding-left: 12px; }
  .nav-card__title {
    margin-bottom: 3px;
    color: #FFFFFF;
    letter-spacing: 0.015rem;
    line-height: 22px; }
  .nav-card__label {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    letter-spacing: 0; }
  .single-nav .nav-card__title {
    color: #101010;
    font-size: 13px;
    letter-spacing: 0.02rem;
    line-height: 1.375; }
  .single-nav .nav-card__label {
    color: #757575;
    font-size: 13px;
    letter-spacing: 0.02rem;
    line-height: 1.375; }

.digital-collection {
  background-color: #101010;
  color: #FFFFFF;
  /* Override _socialShare.scss settings inside digital-collection */ }
  .digital-collection__social-share {
    max-width: 1800px;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dbdbdb; }
    .digital-collection__social-share.hide-border {
      border-top: none; }
    .digital-collection__social-share.top-margin {
      margin-top: 3rem; }
    .digital-collection__social-share.bottom-border {
      border-bottom: 1px solid #dbdbdb;
      padding-bottom: 1rem; }
    .digital-collection__social-share a {
      text-decoration: none !important; }
    .digital-collection__social-share .social-share__title {
      margin-bottom: 1rem; }
      .digital-collection__social-share .social-share__title span {
        color: #FFFFFF; }
  .digital-collection .artifact-content--socialshare {
    width: 100%;
    padding: 0 24px 0;
    margin: 0 auto;
    max-width: 800px; }
  .digital-collection .not-found {
    text-align: center; }
    .digital-collection .not-found .heading-5, .digital-collection .not-found form ul.errors, form .digital-collection .not-found ul.errors, .digital-collection .not-found form.errors ul.form-errors:before, form.errors .digital-collection .not-found ul.form-errors:before, .digital-collection .not-found form.errors ul.form-success:before, form.errors .digital-collection .not-found ul.form-success:before, .digital-collection .not-found .search-page__article__title {
      padding: 96px 0;
      color: #FFFFFF; }
  .digital-collection .site-content a {
    text-decoration: underline;
    color: #FFFFFF;
    border: none; }
    .digital-collection .site-content a:focus-visible {
      outline: #FFFFFF dashed; }
    .digital-collection .site-content a.hover-effect {
      color: #afaeb0; }
      .digital-collection .site-content a.hover-effect p,
      .digital-collection .site-content a.hover-effect h1,
      .digital-collection .site-content a.hover-effect h2,
      .digital-collection .site-content a.hover-effect h3,
      .digital-collection .site-content a.hover-effect h4,
      .digital-collection .site-content a.hover-effect h5,
      .digital-collection .site-content a.hover-effect h6 {
        color: #afaeb0; }
  .digital-collection .site-content .content-block h1,
  .digital-collection .site-content .content-block h2,
  .digital-collection .site-content .content-block h3,
  .digital-collection .site-content .content-block h4,
  .digital-collection .site-content .content-block h5,
  .digital-collection .site-content .content-block h6 {
    color: #FFFFFF; }
  .digital-collection .slider-card__image {
    width: 100%; }
    .digital-collection .slider-card__image__bg {
      background-size: cover;
      background-position: center center; }
      .digital-collection .slider-card__image__bg:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 62.5%;
        background-color: rgba(16, 16, 16, 0.1);
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
      .digital-collection .slider-card__image__bg.hover-effect:before {
        background-color: rgba(16, 16, 16, 0.2); }
  .digital-collection .slider-card__content {
    padding: 24px 0 0 0; }
    .digital-collection .slider-card__content__categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .digital-collection .slider-card__content__categories .slider-card__location {
        padding-right: 6px; }
  .digital-collection .slider-card__location, .digital-collection .slider-card__label, .digital-collection .slider-card__description, .digital-collection .slider-card__cta {
    color: #666666; }
  .digital-collection .slider-card__location {
    margin-bottom: 3px;
    display: inline-block;
    border-bottom: 1px solid; }
    .digital-collection .slider-card__location.hover-effect, .digital-collection .slider-card__location:focus {
      color: #101010;
      border-bottom: 1px solid; }
  .digital-collection .slider-card__label {
    display: inline-block; }
  .digital-collection .slider-card__location, .digital-collection .slider-card__label {
    margin-bottom: 0;
    text-transform: uppercase; }
  .digital-collection .slider-card__title {
    margin-top: 12px;
    margin-bottom: 0; }
    .digital-collection .slider-card__title a {
      color: #1E1E1E; }
      .digital-collection .slider-card__title a.hover-effect, .digital-collection .slider-card__title a:focus {
        color: #101010;
        opacity: 0.6; }
    .digital-collection .slider-card__title__title {
      margin-top: 12px;
      margin-bottom: 0; }
      .digital-collection .slider-card__title__title a {
        color: #1E1E1E; }
        .digital-collection .slider-card__title__title a.hover-effect, .digital-collection .slider-card__title__title a:focus {
          color: #1E1E1E; }
    .digital-collection .slider-card__title__description {
      margin: 12px 0 12px 0;
      display: block; }
      .digital-collection .slider-card__title__description.hover-effect, .digital-collection .slider-card__title__description:focus {
        color: #666666; }
  .digital-collection .slider-card__description {
    margin: 12px 0 12px 0;
    display: block;
    text-decoration: underline; }
    .digital-collection .slider-card__description.hover-effect, .digital-collection .slider-card__description:focus {
      color: #101010;
      text-decoration: underline; }
  .digital-collection .slider-card__location, .digital-collection .slider-card__label, .digital-collection .slider-card__description, .digital-collection .slider-card__cta {
    color: #FFFFFF; }
  .digital-collection .slider-card__title a {
    color: #FFFFFF; }
    .digital-collection .slider-card__title a.hover-effect, .digital-collection .slider-card__title a:focus {
      color: #afaeb0; }
  .digital-collection .slider-card__title__title {
    margin-top: 12px; }
    .digital-collection .slider-card__title__title a {
      color: #FFFFFF; }
      .digital-collection .slider-card__title__title a.hover-effect, .digital-collection .slider-card__title__title a:focus {
        color: #afaeb0; }
  .digital-collection .slider-card__description {
    text-decoration: underline; }
    .digital-collection .slider-card__description.hover-effect, .digital-collection .slider-card__description:focus {
      color: #afaeb0;
      text-decoration: underline; }
  .digital-collection .slider-card__label.hover-effect, .digital-collection .slider-card__label:focus {
    color: #afaeb0; }
  .digital-collection .owl-carousel .owl-item.active.firstActive .firstActive-partial {
    width: 15%;
    height: 60%; }
  .digital-collection .owl-carousel .owl-item.active.lastActive .lastActive-partial {
    width: 15%;
    height: 60%; }
  .digital-collection .owl-carousel .owl-dots .owl-dot {
    color: #EDE9E2 !important; }
    .digital-collection .owl-carousel .owl-dots .owl-dot.hover-effect span {
      background-color: #afaeb0 !important; }
    .digital-collection .owl-carousel .owl-dots .owl-dot.active {
      color: #FFFFFF !important;
      outline: #FFFFFF solid; }
      .digital-collection .owl-carousel .owl-dots .owl-dot.active span {
        background-color: #FFFFFF !important; }
  .digital-collection .search-field {
    background-color: #FFFFFF;
    color: #101010; }
  .digital-collection .white-text {
    color: #FFFFFF; }
  .digital-collection .padding-top-0 {
    padding-top: 0; }
  .digital-collection .hero-text-left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
    .digital-collection .hero-text-left .heading-2 {
      white-space: nowrap; }
  .digital-collection .liftups-block {
    clear: both;
    max-width: 1800px;
    margin: 0 auto;
    padding: 48px 24px; }
  .digital-collection .card-large__location, .digital-collection .card-large__label, .digital-collection .card-large__title, .digital-collection .card-large__description, .digital-collection .card-large__cta {
    color: #FFFFFF; }
  .digital-collection .card-large__location.hover-effect, .digital-collection .card-large__location:focus {
    color: #afaeb0; }
  .digital-collection .card-large__label.hover-effect, .digital-collection .card-large__label:focus {
    color: #afaeb0; }
  .digital-collection .card-large__title a {
    color: #FFFFFF; }
    .digital-collection .card-large__title a.hover-effect, .digital-collection .card-large__title a:focus {
      color: #afaeb0; }
  .digital-collection .card-large__description {
    color: #afaeb0; }
    .digital-collection .card-large__description.hover-effect, .digital-collection .card-large__description:focus {
      color: #EDE9E2; }
  .digital-collection .card-large__cta {
    display: none; }
  .digital-collection .card-small__location, .digital-collection .card-small__label, .digital-collection .card-small__title, .digital-collection .card-small__description, .digital-collection .card-small__cta {
    color: #FFFFFF; }
  .digital-collection .card-small__label {
    color: #FFFFFF; }
  .digital-collection .card-small__title {
    margin: 6px 0 0 0; }
    .digital-collection .card-small__title a {
      color: #FFFFFF; }
      .digital-collection .card-small__title a.hover-effect, .digital-collection .card-small__title afocus {
        color: #666666; }
  .digital-collection .card-small__description {
    color: #afaeb0; }
  .digital-collection .card-small__cta {
    display: none; }
  .digital-collection .breadcrumbs li {
    color: #FFFFFF;
    text-decoration: none; }
  .digital-collection .breadcrumbs a {
    color: #FFFFFF;
    text-decoration: underline; }
    .digital-collection .breadcrumbs a.hover-effect, .digital-collection .breadcrumbs a:focus {
      color: #EDE9E2;
      text-decoration: none; }
  .digital-collection .image-block {
    padding: 0; }
    @media only screen and (max-width: 780px) {
      .digital-collection .image-block {
        padding: 0; } }
    .digital-collection .image-block__text {
      margin: 0;
      padding: 12px 0;
      max-width: none; }
  .digital-collection .videoBlock {
    max-width: 100%; }
  .digital-collection .related-pages-title {
    color: #FFFFFF;
    margin: 0 auto;
    padding-bottom: 24px; }
  .digital-collection .artifact-carousel-title {
    color: #FFFFFF; }
  .digital-collection .slider-block__container {
    max-width: 1800px; }
  .digital-collection .theme-page {
    color: #FFFFFF; }
    .digital-collection .theme-page__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      max-width: 1800px;
      margin: 0 auto;
      padding: 48px 0; }
      .digital-collection .theme-page__header .main-text--left {
        text-align: left;
        padding-right: 3%;
        padding-left: 2%;
        width: 70%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media only screen and (max-width: 780px) {
          .digital-collection .theme-page__header .main-text--left {
            width: 100%; } }
      .digital-collection .theme-page__header .main-text--right {
        text-align: left;
        padding-right: 2%;
        padding-left: 3%;
        width: 70%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
        @media only screen and (max-width: 780px) {
          .digital-collection .theme-page__header .main-text--right {
            width: 100%; } }
      @media only screen and (max-width: 780px) {
        .digital-collection .theme-page__header .main-text {
          width: 100%; } }
      .digital-collection .theme-page__header .image-block {
        width: 30%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        @media only screen and (max-width: 780px) {
          .digital-collection .theme-page__header .image-block {
            width: 100%; } }
      .digital-collection .theme-page__header .header-content {
        margin-top: 24px;
        color: #FFFFFF;
        text-align: left; }
    .digital-collection .theme-page .card__content {
      background: #101010; }
    .digital-collection .theme-page .card__title {
      padding-bottom: 12px; }
  .digital-collection .subtheme-items {
    padding-top: 12px;
    padding-bottom: 12px; }
    .digital-collection .subtheme-items .artifact-carousel-title {
      padding-left: 12px; }
    .digital-collection .subtheme-items a {
      text-decoration: none; }
    .digital-collection .subtheme-items .item {
      text-align: center; }
      .digital-collection .subtheme-items .item.hover-effect {
        cursor: pointer; }
      .digital-collection .subtheme-items .item h3 {
        color: #FFFFFF; }
    .digital-collection .subtheme-items .modal-swiper-target:focus-visible h3 {
      outline: #FFFFFF dashed; }
  .digital-collection .subtheme-navigation {
    padding: 24px 12px;
    margin: 0 auto;
    max-width: 1800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .digital-collection .subtheme-navigation .prev-theme, .digital-collection .subtheme-navigation .next-theme {
      text-align: left;
      width: 45%; }
      .digital-collection .subtheme-navigation .prev-theme a:focus-visible .text-block .heading-5, .digital-collection .subtheme-navigation .next-theme a:focus-visible .text-block .heading-5, .digital-collection .subtheme-navigation .prev-theme a:focus-visible .text-block form ul.errors, form .digital-collection .subtheme-navigation .prev-theme a:focus-visible .text-block ul.errors, .digital-collection .subtheme-navigation .next-theme a:focus-visible .text-block form ul.errors, form .digital-collection .subtheme-navigation .next-theme a:focus-visible .text-block ul.errors, .digital-collection .subtheme-navigation .prev-theme a:focus-visible .text-block form.errors ul.form-errors:before, form.errors .digital-collection .subtheme-navigation .prev-theme a:focus-visible .text-block ul.form-errors:before, .digital-collection .subtheme-navigation .next-theme a:focus-visible .text-block form.errors ul.form-errors:before, form.errors .digital-collection .subtheme-navigation .next-theme a:focus-visible .text-block ul.form-errors:before, .digital-collection .subtheme-navigation .prev-theme a:focus-visible .text-block form.errors ul.form-success:before, form.errors .digital-collection .subtheme-navigation .prev-theme a:focus-visible .text-block ul.form-success:before, .digital-collection .subtheme-navigation .next-theme a:focus-visible .text-block form.errors ul.form-success:before, form.errors .digital-collection .subtheme-navigation .next-theme a:focus-visible .text-block ul.form-success:before, .digital-collection .subtheme-navigation .prev-theme a:focus-visible .text-block .search-page__article__title, .digital-collection .subtheme-navigation .next-theme a:focus-visible .text-block .search-page__article__title {
        outline: #FFFFFF dashed; }
      .digital-collection .subtheme-navigation .prev-theme.hover-effect .text-block .heading-5, .digital-collection .subtheme-navigation .hover-effect.next-theme .text-block .heading-5, .digital-collection .subtheme-navigation .prev-theme.hover-effect .text-block form ul.errors, form .digital-collection .subtheme-navigation .prev-theme.hover-effect .text-block ul.errors, .digital-collection .subtheme-navigation .hover-effect.next-theme .text-block form ul.errors, form .digital-collection .subtheme-navigation .hover-effect.next-theme .text-block ul.errors, .digital-collection .subtheme-navigation .prev-theme.hover-effect .text-block form.errors ul.form-errors:before, form.errors .digital-collection .subtheme-navigation .prev-theme.hover-effect .text-block ul.form-errors:before, .digital-collection .subtheme-navigation .hover-effect.next-theme .text-block form.errors ul.form-errors:before, form.errors .digital-collection .subtheme-navigation .hover-effect.next-theme .text-block ul.form-errors:before, .digital-collection .subtheme-navigation .prev-theme.hover-effect .text-block form.errors ul.form-success:before, form.errors .digital-collection .subtheme-navigation .prev-theme.hover-effect .text-block ul.form-success:before, .digital-collection .subtheme-navigation .hover-effect.next-theme .text-block form.errors ul.form-success:before, form.errors .digital-collection .subtheme-navigation .hover-effect.next-theme .text-block ul.form-success:before, .digital-collection .subtheme-navigation .prev-theme.hover-effect .text-block .search-page__article__title, .digital-collection .subtheme-navigation .hover-effect.next-theme .text-block .search-page__article__title {
        color: #afaeb0; }
      .digital-collection .subtheme-navigation .prev-theme__content, .digital-collection .subtheme-navigation .next-theme__content {
        padding-top: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .digital-collection .subtheme-navigation .prev-theme__content .image-block, .digital-collection .subtheme-navigation .next-theme__content .image-block {
          padding: 0;
          margin: 0;
          width: 50%; }
        .digital-collection .subtheme-navigation .prev-theme__content .text-block, .digital-collection .subtheme-navigation .next-theme__content .text-block {
          width: 50%;
          text-align: left;
          margin-left: 12px; }
          .digital-collection .subtheme-navigation .prev-theme__content .text-block .heading-5, .digital-collection .subtheme-navigation .next-theme__content .text-block .heading-5, .digital-collection .subtheme-navigation .prev-theme__content .text-block form ul.errors, form .digital-collection .subtheme-navigation .prev-theme__content .text-block ul.errors, .digital-collection .subtheme-navigation .next-theme__content .text-block form ul.errors, form .digital-collection .subtheme-navigation .next-theme__content .text-block ul.errors, .digital-collection .subtheme-navigation .prev-theme__content .text-block form.errors ul.form-errors:before, form.errors .digital-collection .subtheme-navigation .prev-theme__content .text-block ul.form-errors:before, .digital-collection .subtheme-navigation .next-theme__content .text-block form.errors ul.form-errors:before, form.errors .digital-collection .subtheme-navigation .next-theme__content .text-block ul.form-errors:before, .digital-collection .subtheme-navigation .prev-theme__content .text-block form.errors ul.form-success:before, form.errors .digital-collection .subtheme-navigation .prev-theme__content .text-block ul.form-success:before, .digital-collection .subtheme-navigation .next-theme__content .text-block form.errors ul.form-success:before, form.errors .digital-collection .subtheme-navigation .next-theme__content .text-block ul.form-success:before, .digital-collection .subtheme-navigation .prev-theme__content .text-block .search-page__article__title, .digital-collection .subtheme-navigation .next-theme__content .text-block .search-page__article__title {
            color: #FFFFFF; }
          @media only screen and (max-width: 780px) {
            .digital-collection .subtheme-navigation .prev-theme__content .text-block p, .digital-collection .subtheme-navigation .next-theme__content .text-block p {
              display: none; } }
      @media only screen and (max-width: 780px) {
        .digital-collection .subtheme-navigation .prev-theme, .digital-collection .subtheme-navigation .next-theme {
          width: 100%; } }
    .digital-collection .subtheme-navigation .next-theme {
      text-align: right; }
      .digital-collection .subtheme-navigation .next-theme__content {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .digital-collection .subtheme-navigation .next-theme__content .text-block {
          text-align: right;
          margin-right: 12px; }
  .digital-collection .slider-card {
    max-width: 600px;
    margin: 0 auto; }
  .digital-collection .gallery-card {
    background-size: contain;
    background-repeat: no-repeat; }

.mosaic-container {
  margin: 12px 0;
  padding: 0 48px;
  background: #101010; }
  .mosaic-container .heading-6, .mosaic-container .new-nav-mobile .nav-heading, .new-nav-mobile .mosaic-container .nav-heading {
    margin: 0 12px; }
  @media only screen and (max-width: 780px) {
    .mosaic-container {
      display: none; } }
  .mosaic-container div:focus-visible {
    outline: #FFFFFF dashed; }

.mosaic {
  margin: 0;
  display: grid;
  max-width: 1920px;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 11vw);
  grid-auto-flow: row dense;
  grid-auto-columns: 0px;
  grid-auto-rows: 0px; }
  @media only screen and (min-width: 1901px) {
    .mosaic {
      grid-template-columns: repeat(8, 1fr);
      grid-template-rows: repeat(4, 230px); } }

.mosaic-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer; }
  .mosaic-img--1-1 {
    grid-row: span 1;
    grid-column: span 1;
    margin: 10px; }
  .mosaic-img--1-2 {
    grid-row: span 1;
    grid-column: span 2;
    margin: 10px; }
  .mosaic-img--1-3 {
    grid-row: span 1;
    grid-column: span 3;
    margin: 10px; }
  .mosaic-img--1-4 {
    grid-row: span 1;
    grid-column: span 4;
    margin: 10px; }
  .mosaic-img--2-1 {
    grid-row: span 2;
    grid-column: span 1;
    margin: 10px; }
  .mosaic-img--2-2 {
    grid-row: span 2;
    grid-column: span 2;
    margin: 10px; }
  .mosaic-img--2-3 {
    grid-row: span 2;
    grid-column: span 3;
    margin: 10px; }
  .mosaic-img--2-4 {
    grid-row: span 2;
    grid-column: span 4;
    margin: 10px; }
  .mosaic-img--3-1 {
    grid-row: span 3;
    grid-column: span 1;
    margin: 10px; }
  .mosaic-img--3-2 {
    grid-row: span 3;
    grid-column: span 2;
    margin: 10px; }
  .mosaic-img--3-3 {
    grid-row: span 3;
    grid-column: span 3;
    margin: 10px; }
  .mosaic-img--3-4 {
    grid-row: span 3;
    grid-column: span 4;
    margin: 10px; }
  .mosaic-img--4-1 {
    grid-row: span 4;
    grid-column: span 1;
    margin: 10px; }
  .mosaic-img--4-2 {
    grid-row: span 4;
    grid-column: span 2;
    margin: 10px; }
  .mosaic-img--4-3 {
    grid-row: span 4;
    grid-column: span 3;
    margin: 10px; }
  .mosaic-img--4-4 {
    grid-row: span 4;
    grid-column: span 4;
    margin: 10px; }

.mosaic-container-mobile {
  margin: 12px 0;
  padding: 24px 0;
  display: none; }
  @media only screen and (max-width: 780px) {
    .mosaic-container-mobile {
      display: block; } }
  .mosaic-container-mobile .item {
    text-align: center; }
    .mosaic-container-mobile .item a {
      text-decoration: none; }
  .mosaic-container-mobile .modal-swiper-target:focus-visible h3 {
    outline: #FFFFFF dashed; }

.modal-swiper-container {
  display: none;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  text-align: center;
  scrollbar-color: #666666 #101010;
  scrollbar-width: inherit; }
  .modal-swiper-container ::-webkit-scrollbar {
    width: 6px;
    background-color: #101010; }
  .modal-swiper-container ::-webkit-scrollbar-thumb {
    background-color: #666666; }

.modal-swiper-container .swiper-slide {
  text-align: center;
  overflow: auto; }
  .modal-swiper-container .swiper-slide .content-block {
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 12px;
    color: #FFFFFF;
    text-align: left; }
    .modal-swiper-container .swiper-slide .content-block p {
      padding: 0 12px; }
    .modal-swiper-container .swiper-slide .content-block .heading-6, .modal-swiper-container .swiper-slide .content-block .new-nav-mobile .nav-heading, .new-nav-mobile .modal-swiper-container .swiper-slide .content-block .nav-heading {
      padding: 0 12px;
      color: #FFFFFF; }
  .modal-swiper-container .swiper-slide .image-block {
    max-width: 800px;
    width: auto;
    margin: auto;
    padding-top: 24px;
    position: relative; }
    @media only screen and (max-width: 780px) {
      .modal-swiper-container .swiper-slide .image-block {
        padding: 24px 12px 0 12px; } }
    .modal-swiper-container .swiper-slide .image-block img {
      height: auto;
      vertical-align: bottom; }
    .modal-swiper-container .swiper-slide .image-block__text {
      text-align: left;
      margin: 0 auto;
      padding-top: 12px; }
  .modal-swiper-container .swiper-slide .videoBlock {
    max-width: 800px; }

.fullscreen-swiper-backdrop {
  background: #101010;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999; }

.fullscreen-swiper-close {
  padding: 15px;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  top: 3%;
  right: 1%;
  z-index: 10000; }
  .fullscreen-swiper-close h5 {
    color: #fff; }
    .fullscreen-swiper-close h5 .back-icon {
      vertical-align: middle; }

.no-scroll {
  height: 100%;
  overflow: hidden; }

.modal-swiper-container .swiper-button-disabled {
  opacity: 0; }

.modal-swiper-container .swiper-button-next {
  right: 2%; }
  @media only screen and (max-width: 780px) {
    .modal-swiper-container .swiper-button-next {
      opacity: 0.1; } }

.modal-swiper-container .swiper-button-prev {
  left: 2%; }
  @media only screen and (max-width: 780px) {
    .modal-swiper-container .swiper-button-prev {
      opacity: 0.1; } }

.guide-text {
  color: #FFFFFF;
  text-align: center; }

.jigsaw-container {
  margin: 0 50px;
  text-align: center; }
  .jigsaw-container div:focus-visible {
    outline: #FFFFFF dashed; }
  .jigsaw-container .heading-6, .jigsaw-container .new-nav-mobile .nav-heading, .new-nav-mobile .jigsaw-container .nav-heading,
  .jigsaw-container .heading-5,
  .jigsaw-container form ul.errors,
  form .jigsaw-container ul.errors,
  .jigsaw-container form.errors ul.form-errors:before,
  form.errors .jigsaw-container ul.form-errors:before,
  .jigsaw-container form.errors ul.form-success:before,
  form.errors .jigsaw-container ul.form-success:before,
  .jigsaw-container .search-page__article__title {
    color: #FFFFFF; }
  .jigsaw-container .jigsaw-puzzle-buttons {
    margin: 0 auto; }
  .jigsaw-container .jigsaw-description {
    display: none;
    margin: 0 auto; }
    .jigsaw-container .jigsaw-description #description {
      margin: 24px 0; }
  .jigsaw-container .jigsaw {
    display: none;
    padding-bottom: 24px; }
  .jigsaw-container #solve-button {
    margin-top: 24px; }
  .jigsaw-container .jigsaw-title-second {
    display: none;
    text-align: center;
    margin: 0 auto; }
  .jigsaw-container .jigsaw-cards, .jigsaw-container .jigsaw-cards-second {
    margin-top: 24px; }
    .jigsaw-container .jigsaw-cards .heading-5, .jigsaw-container .jigsaw-cards-second .heading-5, .jigsaw-container .jigsaw-cards form ul.errors, form .jigsaw-container .jigsaw-cards ul.errors, .jigsaw-container .jigsaw-cards-second form ul.errors, form .jigsaw-container .jigsaw-cards-second ul.errors, .jigsaw-container .jigsaw-cards form.errors ul.form-errors:before, form.errors .jigsaw-container .jigsaw-cards ul.form-errors:before, .jigsaw-container .jigsaw-cards-second form.errors ul.form-errors:before, form.errors .jigsaw-container .jigsaw-cards-second ul.form-errors:before, .jigsaw-container .jigsaw-cards form.errors ul.form-success:before, form.errors .jigsaw-container .jigsaw-cards ul.form-success:before, .jigsaw-container .jigsaw-cards-second form.errors ul.form-success:before, form.errors .jigsaw-container .jigsaw-cards-second ul.form-success:before, .jigsaw-container .jigsaw-cards .search-page__article__title, .jigsaw-container .jigsaw-cards-second .search-page__article__title {
      padding-bottom: 24px; }
    .jigsaw-container .jigsaw-cards .jigsaw-card, .jigsaw-container .jigsaw-cards-second .jigsaw-card {
      cursor: pointer; }
      .jigsaw-container .jigsaw-cards .jigsaw-card.hover-effect .heading-6, .jigsaw-container .jigsaw-cards-second .jigsaw-card.hover-effect .heading-6, .jigsaw-container .jigsaw-cards .jigsaw-card.hover-effect .new-nav-mobile .nav-heading, .new-nav-mobile .jigsaw-container .jigsaw-cards .jigsaw-card.hover-effect .nav-heading, .jigsaw-container .jigsaw-cards-second .jigsaw-card.hover-effect .new-nav-mobile .nav-heading, .new-nav-mobile .jigsaw-container .jigsaw-cards-second .jigsaw-card.hover-effect .nav-heading {
        color: #afaeb0; }
  .jigsaw-container .jigsaw-cards-second {
    display: none; }
    .jigsaw-container .jigsaw-cards-second .heading-5, .jigsaw-container .jigsaw-cards-second form ul.errors, form .jigsaw-container .jigsaw-cards-second ul.errors, .jigsaw-container .jigsaw-cards-second form.errors ul.form-errors:before, form.errors .jigsaw-container .jigsaw-cards-second ul.form-errors:before, .jigsaw-container .jigsaw-cards-second form.errors ul.form-success:before, form.errors .jigsaw-container .jigsaw-cards-second ul.form-success:before, .jigsaw-container .jigsaw-cards-second .search-page__article__title {
      text-align: left; }
    .jigsaw-container .jigsaw-cards-second .jigsaw-card-second {
      display: none; }

.timeline-game {
  text-align: center; }
  .timeline-game .heading-5, .timeline-game form ul.errors, form .timeline-game ul.errors, .timeline-game form.errors ul.form-errors:before, form.errors .timeline-game ul.form-errors:before, .timeline-game form.errors ul.form-success:before, form.errors .timeline-game ul.form-success:before, .timeline-game .search-page__article__title,
  .timeline-game .heading-6,
  .timeline-game .new-nav-mobile .nav-heading,
  .new-nav-mobile .timeline-game .nav-heading {
    color: #FFFFFF; }
  .timeline-game #timeline-image-preview-container {
    margin: 0 50px; }
  .timeline-game .timeline-items {
    display: none; }
  .timeline-game .timeline-buttons {
    padding: 24px 0; }
    .timeline-game .timeline-buttons .timeline-button {
      margin: 0 auto; }
  .timeline-game .timeline-text {
    display: none;
    text-align: center;
    margin: 0 auto;
    padding-top: 24px; }

.coloring-app {
  text-align: center; }
  .coloring-app .heading-5, .coloring-app form ul.errors, form .coloring-app ul.errors, .coloring-app form.errors ul.form-errors:before, form.errors .coloring-app ul.form-errors:before, .coloring-app form.errors ul.form-success:before, form.errors .coloring-app ul.form-success:before, .coloring-app .search-page__article__title {
    color: #FFFFFF; }
  .coloring-app .color-title-second {
    display: none;
    text-align: center; }
  .coloring-app .coloring-images .coloring-image {
    cursor: pointer; }
  .coloring-app .coloring-page {
    display: none;
    padding: 24px 0; }
    .coloring-app .coloring-page .color-text {
      color: #FFFFFF;
      margin: 0 12px; }
    .coloring-app .coloring-page .color-picker {
      padding-top: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .coloring-app .coloring-page .color-picker .color-text {
        color: #FFFFFF; }
    .coloring-app .coloring-page #selected-color {
      margin: 0;
      width: 100px;
      height: 50px; }
    .coloring-app .coloring-page #selected-color-indicator {
      padding-top: 24px;
      margin: 12px auto;
      width: 40px;
      height: 40px;
      border: 2px solid #FFFFFF;
      border-radius: 20px;
      background-color: #FFFFFF; }
    .coloring-app .coloring-page .colors {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .coloring-app .coloring-page .colors .color {
        width: 30px;
        height: 30px;
        border: 2px solid #FFFFFF;
        border-radius: 20px;
        margin: 5px;
        cursor: crosshair; }
    .coloring-app .coloring-page #coloring-canvas {
      cursor: crosshair;
      margin: 0 25px; }

.entertainment-related {
  display: none; }

.collections-search-page {
  background-color: #101010;
  color: #FFFFFF; }
  .collections-search-page .white-text {
    color: #FFFFFF; }
  .collections-search-page .search-guide {
    padding-top: 1.5rem; }
  .collections-search-page .search-result {
    display: none; }
  .collections-search-page .search-loading {
    text-align: center;
    height: 200px; }
    .collections-search-page .search-loading #load {
      display: none;
      width: 100%;
      height: 200px;
      position: fixed;
      z-index: 999;
      background: url("/static/img/photoswipe/preloader.gif") no-repeat center center rgba(16, 16, 16, 0.25); }
  .collections-search-page .search-ready {
    display: none; }
  .collections-search-page .search-field {
    background-color: #FFFFFF;
    color: #101010; }
  .collections-search-page .heading-2,
  .collections-search-page .heading-5,
  .collections-search-page form ul.errors,
  form .collections-search-page ul.errors,
  .collections-search-page form.errors ul.form-errors:before,
  form.errors .collections-search-page ul.form-errors:before,
  .collections-search-page form.errors ul.form-success:before,
  form.errors .collections-search-page ul.form-success:before,
  .collections-search-page .search-page__article__title,
  .collections-search-page .heading-6,
  .collections-search-page .new-nav-mobile .nav-heading,
  .new-nav-mobile .collections-search-page .nav-heading {
    color: #FFFFFF; }
  .collections-search-page .break-line {
    padding: 0 12px; }
  .collections-search-page .search-cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    vertical-align: bottom; }
  .collections-search-page .search-card:focus-visible .heading-6, .collections-search-page .search-card:focus-visible .new-nav-mobile .nav-heading, .new-nav-mobile .collections-search-page .search-card:focus-visible .nav-heading {
    outline: #FFFFFF dashed; }
  .collections-search-page .search-card.hover-effect img {
    opacity: 0.85; }
  .collections-search-page .search-card.hover-effect .heading-6, .collections-search-page .search-card.hover-effect .new-nav-mobile .nav-heading, .new-nav-mobile .collections-search-page .search-card.hover-effect .nav-heading {
    color: #afaeb0; }
  .collections-search-page .search-card.hover-effect .search-extra {
    color: #afaeb0; }
  .collections-search-page .search-card .heading-6, .collections-search-page .search-card .new-nav-mobile .nav-heading, .new-nav-mobile .collections-search-page .search-card .nav-heading {
    text-decoration: underline; }
  .collections-search-page .search-card .search-extra {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: #FFFFFF; }
  .collections-search-page .search-card img {
    margin-bottom: 12px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  @media only screen and (min-width: 781px) {
    .collections-search-page .search-card {
      -ms-flex-preferred-size: calc(50% - 96px);
          flex-basis: calc(50% - 96px);
      max-width: calc(50% - 96px);
      margin-right: 48px;
      margin-left: 48px; } }
  @media only screen and (min-width: 1321px) {
    .collections-search-page .search-card {
      -ms-flex-preferred-size: calc(20% - 96px);
          flex-basis: calc(20% - 96px);
      max-width: calc(20% - 96px);
      margin-right: 48px;
      margin-left: 48px; } }
  @media only screen and (max-width: 780px) {
    .collections-search-page .search-card {
      margin-right: 48px;
      margin-left: 48px; } }
  .collections-search-page .pagination {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    .collections-search-page .pagination__page {
      margin: 0 12px; }
    .collections-search-page .pagination__arrow--prev {
      margin-right: 48px;
      display: none;
      -webkit-transform: scale(2, -2);
          -ms-transform: scale(2, -2);
              transform: scale(2, -2); }
    .collections-search-page .pagination__arrow--next {
      margin-left: 48px;
      display: none;
      -webkit-transform: scale(2, 2);
          -ms-transform: scale(2, 2);
              transform: scale(2, 2); }
    .collections-search-page .pagination__arrow:focus-visible {
      outline: #FFFFFF dashed; }
    .collections-search-page .pagination__arrow svg g {
      stroke: #FFFFFF; }

.artifact .artifact-not-found {
  display: none;
  text-align: center; }
  .artifact .artifact-not-found .heading-5, .artifact .artifact-not-found form ul.errors, form .artifact .artifact-not-found ul.errors, .artifact .artifact-not-found form.errors ul.form-errors:before, form.errors .artifact .artifact-not-found ul.form-errors:before, .artifact .artifact-not-found form.errors ul.form-success:before, form.errors .artifact .artifact-not-found ul.form-success:before, .artifact .artifact-not-found .search-page__article__title {
    padding-top: 144px;
    color: #FFFFFF; }

.artifact .artifact-loading {
  text-align: center;
  display: none; }
  .artifact .artifact-loading #load {
    padding-top: 96px;
    width: 100%;
    height: 35%;
    position: fixed;
    z-index: -1;
    background: url("/static/img/photoswipe/preloader.gif") no-repeat center center rgba(16, 16, 16, 0.25); }

.artifact .site-content a {
  text-decoration: none; }

.artifact .previous-header {
  margin-left: 48px;
  padding: 12px 0; }

.artifact a.hover-effect .arrow {
  fill: #afaeb0; }

.artifact a .back-text {
  margin: 0 12px; }

.artifact a .back-icon {
  display: inline-block;
  -webkit-transform: scale(2, 2);
      -ms-transform: scale(2, 2);
          transform: scale(2, 2);
  margin: 0 12px; }

.artifact #artifact-id {
  display: none; }

.artifact--side-nav {
  position: fixed;
  left: 5%;
  top: 25%;
  z-index: 2;
  background: rgba(16, 16, 16, 0.7); }
  .artifact--side-nav ul li {
    margin: 12px 0; }
    .artifact--side-nav ul li.hover-effect {
      text-decoration: underline; }
      .artifact--side-nav ul li.hover-effect a.hover-effect {
        color: #FFFFFF; }
    .artifact--side-nav ul li .active {
      text-decoration: underline !important; }
  .artifact--side-nav a {
    text-decoration: none !important; }
  @media only screen and (max-width: 1320px) {
    .artifact--side-nav {
      display: none;
      max-width: 600px; } }

.artifact--header {
  margin: 24px 0; }
  .artifact--header .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .artifact--header .owl-carousel .owl-stage .lastActive-partial {
      display: none; }
    .artifact--header .owl-carousel .owl-stage .firstActive-partial {
      display: none; }
  .artifact--header .owl-carousel img {
    max-width: 1000px;
    max-height: 800px;
    vertical-align: bottom;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    margin: 0 auto; }
  .artifact--header .owl-carousel .item-created {
    text-align: center;
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .artifact--header .owl-carousel .item-created .small-text, .artifact--header .owl-carousel .item-created .videoContainer__content__description p, .videoContainer__content__description .artifact--header .owl-carousel .item-created p, .artifact--header .owl-carousel .item-created #footerNavigation li a, #footerNavigation li .artifact--header .owl-carousel .item-created a,
    .artifact--header .owl-carousel .item-created #museovirastoNavigation li a, #museovirastoNavigation li .artifact--header .owl-carousel .item-created a,
    .artifact--header .owl-carousel .item-created .footer-navigation li a, .footer-navigation li .artifact--header .owl-carousel .item-created a, .artifact--header .owl-carousel .item-created .site-navigation [type="search"], .site-navigation .artifact--header .owl-carousel .item-created [type="search"], .artifact--header .owl-carousel .item-created .main-navigation .location-block__section-heading, .main-navigation .artifact--header .owl-carousel .item-created .location-block__section-heading {
      margin-bottom: 0; }
    .artifact--header .owl-carousel .item-created .license-icon {
      height: 30px;
      width: 30px; }

.artifact--title {
  margin: 0 auto; }
  .artifact--title .heading-4, .artifact--title .videoContainer__content__description h2, .videoContainer__content__description .artifact--title h2, .artifact--title form .fields .tab h3, form .fields .tab .artifact--title h3,
  .artifact--title .heading-5,
  .artifact--title form ul.errors,
  form .artifact--title ul.errors,
  .artifact--title form.errors ul.form-errors:before,
  form.errors .artifact--title ul.form-errors:before,
  .artifact--title form.errors ul.form-success:before,
  form.errors .artifact--title ul.form-success:before,
  .artifact--title .search-page__article__title,
  .artifact--title .heading-6,
  .artifact--title .new-nav-mobile .nav-heading,
  .new-nav-mobile .artifact--title .nav-heading {
    color: #FFFFFF; }
  .artifact--title .title {
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }
  .artifact--title .subtitle {
    text-align: center;
    max-width: 800px;
    margin: 12px auto; }

.artifact--content {
  width: 100%;
  position: relative;
  padding: 48px 24px;
  margin: 0 auto;
  text-align: left;
  max-width: 800px;
  /* Artifact page link to its parent collection */
  /* Digital collection link style */
  /* Artifact page exceptions */ }
  .artifact--content h2,
  .artifact--content h3,
  .artifact--content p {
    color: #FFFFFF; }
  .artifact--content .text-item {
    /* M+ artifact page to list multiple collection links */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .artifact--content .text-item .item-title {
      width: 20%; }
      @media only screen and (max-width: 780px) {
        .artifact--content .text-item .item-title {
          width: 40%; } }
    .artifact--content .text-item .item-text {
      width: 70%;
      white-space: pre-wrap; }
      @media only screen and (max-width: 780px) {
        .artifact--content .text-item .item-text {
          width: 55%; } }
    .artifact--content .text-item .item-text-list {
      width: 70%; }
      @media only screen and (max-width: 780px) {
        .artifact--content .text-item .item-text-list {
          width: 55%; } }
  .artifact--content .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .artifact--content .link-item .item-title {
      width: 50%; }
    .artifact--content .link-item .item-text {
      width: 50%;
      white-space: pre-wrap; }
  @media only screen and (max-width: 780px) {
    .artifact--content .link-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .artifact--content .link-item .item-title {
        width: 100%; }
      .artifact--content .link-item .item-text {
        width: 100%; } }
  .artifact--content__title {
    margin-bottom: 48px; }
  .artifact--content--info {
    margin: 48px 0 96px 0; }
  .artifact--content #collection-info .text-item p a {
    text-decoration: underline; }
  .artifact--content #collection-info .text-item p a:hover {
    opacity: 0.8; }
  .artifact--content .image-block {
    max-width: none; }
  .artifact--content h1 {
    color: #FFFFFF; }
  .artifact--content .content-block {
    padding-top: 24px; }

.artifact .image-nav {
  position: relative;
  top: -450px;
  background-color: transparent;
  z-index: 100;
  padding: 0 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 780px) {
    .artifact .image-nav {
      display: none; } }
  .artifact .image-nav .carousel-prev,
  .artifact .image-nav .carousel-next {
    display: inline-block;
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    margin: 0 48px; }
    .artifact .image-nav .carousel-prev.hover-effect,
    .artifact .image-nav .carousel-next.hover-effect {
      cursor: pointer;
      background-color: transparent; }

/*# sourceMappingURL=app.css.map */
