@import url(https://use.typekit.net/eif1lnz.css);@charset "UTF-8";
/*
    How to update Foundation:
    
    - Install it through npm install foundation-sites --save
    - Replace our Sass/_foundation-sites folder with the content of foundation-sites scss
    - Replace the _vendor folders with newer ones inside the foundation-sites
    - Check if the mixin of Foundation are still the same, or update the list on this file
    - Copy the _settings.scss file inside the spot folder and remove the @import 'util/util';
    - Add !default; to every rule inside our _settings.scss
*/
/*
@font-face {
  font-family: 'Akzidenz-Extended';
  src: url('/typo3conf/ext/spot_website/Resources/Public/Assets/Fonts/AkzidenzGrotesk-Extended.otf') format("opentype");
}
*/
/*
-------------------------------------------------------------------
- VARIABLES :: Theme colors
-------------------------------------------------------------------
*/
/*
$header-styles: (
  small: (
    'h1': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h2': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h3': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h4': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h5': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h6': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
  ),
  medium: (
    'h1': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h2': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h3': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h4': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h5': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h6': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
  ),
  large: (
    'h1': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h2': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h3': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h4': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h5': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h6': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
  ),
  xlarge: (
    'h1': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h2': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h3': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h4': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h5': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
    'h6': ('font-size': 20, 'letter-spacing': 1, 'line-height': 24),
  )
);
*/
/*
$body-font-family: 'Titillium Web', Helvetica, 'Helvetica Neue', Arial, sans-serif;

$header-font-family: 'Titillium Web', Helvetica, 'Helvetica Neue', Arial, sans-serif;
*/
/*
$breakpoints: (
  small: 0,
  medium: 768px,
  large: 1440px,
  xlarge: 1920px,
  xxlarge: 1920px, // not used
);*/
.slowly-transition, .exhibition .exhImageWrap .exhImage {
  transition: 1s ease-in-out all;
  -webkit-transition: 1s ease-in-out all;
  -moz-transition: 1s ease-in-out all;
  -ms-transition: 1s ease-in-out all;
  -o-transition: 1s ease-in-out all;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40.0625em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* Foundation 6 mixin include */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40.0625em&large=64.0625em&xlarge=90.0625em&xxlarge=120em";
}

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.5;
  color: #000000;
}

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;
}

.grid-container, .c-header menu ul li.sub-is-open ul {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-container, .c-header menu ul li.sub-is-open ul {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-container, .c-header menu ul li.sub-is-open ul {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 90.0625em) {
  .grid-container, .c-header menu ul li.sub-is-open ul {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-container, .c-header menu ul li.sub-is-open ul {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.grid-container.fluid, .c-header menu ul li.sub-is-open ul.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-container.fluid, .c-header menu ul li.sub-is-open ul.fluid {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-container.fluid, .c-header menu ul li.sub-is-open ul.fluid {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 90.0625em) {
  .grid-container.fluid, .c-header menu ul li.sub-is-open ul.fluid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-container.fluid, .c-header menu ul li.sub-is-open ul.fluid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.grid-container.full, .c-header menu ul li.sub-is-open ul.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x, .c-header menu ul li.sub-is-open ul {
  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, .c-header .c-menu-overlay .c-menu-overlay-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto, .c-header .c-menu-overlay .auto.c-menu-overlay-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink, .c-header .c-menu-overlay .shrink.c-menu-overlay-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto, .c-header menu ul li.sub-is-open ul > .auto {
  width: auto;
}

.grid-x > .shrink, .c-header menu ul li.sub-is-open ul > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .c-header menu ul li.sub-is-open ul > .small-shrink, .grid-x > .small-full, .c-header menu ul li.sub-is-open ul > .small-full, .grid-x > .small-1, .c-header menu ul li.sub-is-open ul > .small-1, .grid-x > .small-2, .c-header menu ul li.sub-is-open ul > .small-2, .grid-x > .small-3, .c-header menu ul li.sub-is-open ul > .small-3, .grid-x > .small-4, .c-header menu ul li.sub-is-open ul > .small-4, .grid-x > .small-5, .c-header menu ul li.sub-is-open ul > .small-5, .grid-x > .small-6, .c-header menu ul li.sub-is-open ul > .small-6, .grid-x > .small-7, .c-header menu ul li.sub-is-open ul > .small-7, .grid-x > .small-8, .c-header menu ul li.sub-is-open ul > .small-8, .grid-x > .small-9, .c-header menu ul li.sub-is-open ul > .small-9, .grid-x > .small-10, .c-header menu ul li.sub-is-open ul > .small-10, .grid-x > .small-11, .c-header menu ul li.sub-is-open ul > .small-11, .grid-x > .small-12, .c-header menu ul li.sub-is-open ul > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-x > ul.nested, .c-header menu .exhibitionDetailed ul.accordion-menu > li li.sub-is-open ul > ul.nested, .exhibitionDetailed .c-header menu ul.accordion-menu > li li.sub-is-open ul > ul.nested,
.artistDetailed ul.accordion-menu > li .grid-x > ul.nested,
.c-header menu .artistDetailed ul.accordion-menu > li li.sub-is-open ul > ul.nested, .artistDetailed .c-header menu ul.accordion-menu > li li.sub-is-open ul > ul.nested {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-x > .medium-shrink, .c-header menu ul li.sub-is-open ul > .medium-shrink, .grid-x > .medium-full, .c-header menu ul li.sub-is-open ul > .medium-full, .grid-x > .medium-1, .c-header menu ul li.sub-is-open ul > .medium-1, .grid-x > .medium-2, .c-header menu ul li.sub-is-open ul > .medium-2, .grid-x > .medium-3, .c-header menu ul li.sub-is-open ul > .medium-3, .grid-x > .medium-4, .c-header menu ul li.sub-is-open ul > .medium-4, .grid-x > .medium-5, .c-header menu ul li.sub-is-open ul > .medium-5, .grid-x > .medium-6, .c-header menu ul li.sub-is-open ul > .medium-6, .tx-powermail .grid-x > .medium-6-blank, .c-header menu ul li.sub-is-open .tx-powermail ul > .medium-6-blank, .tx-powermail .c-header menu ul li.sub-is-open ul > .medium-6-blank, .grid-x > .medium-7, .c-header menu ul li.sub-is-open ul > .medium-7, .grid-x > .medium-8, .c-header menu ul li.sub-is-open ul > .medium-8, .grid-x > .medium-9, .c-header menu ul li.sub-is-open ul > .medium-9, .grid-x > .medium-10, .c-header menu ul li.sub-is-open ul > .medium-10, .grid-x > .medium-11, .c-header menu ul li.sub-is-open ul > .medium-11, .grid-x > .medium-12, .c-header menu ul li.sub-is-open ul > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

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

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

@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-shrink, .c-header menu ul li.sub-is-open ul > .xxlarge-shrink, .grid-x > .xxlarge-full, .c-header menu ul li.sub-is-open ul > .xxlarge-full, .grid-x > .xxlarge-1, .c-header menu ul li.sub-is-open ul > .xxlarge-1, .grid-x > .xxlarge-2, .c-header menu ul li.sub-is-open ul > .xxlarge-2, .grid-x > .xxlarge-3, .c-header menu ul li.sub-is-open ul > .xxlarge-3, .grid-x > .xxlarge-4, .c-header menu ul li.sub-is-open ul > .xxlarge-4, .grid-x > .xxlarge-5, .c-header menu ul li.sub-is-open ul > .xxlarge-5, .grid-x > .xxlarge-6, .c-header menu ul li.sub-is-open ul > .xxlarge-6, .grid-x > .xxlarge-7, .c-header menu ul li.sub-is-open ul > .xxlarge-7, .grid-x > .xxlarge-8, .c-header menu ul li.sub-is-open ul > .xxlarge-8, .grid-x > .xxlarge-9, .c-header menu ul li.sub-is-open ul > .xxlarge-9, .grid-x > .xxlarge-10, .c-header menu ul li.sub-is-open ul > .xxlarge-10, .grid-x > .xxlarge-11, .c-header menu ul li.sub-is-open ul > .xxlarge-11, .grid-x > .xxlarge-12, .c-header menu ul li.sub-is-open ul > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1, .c-header menu ul li.sub-is-open ul > .small-1, .grid-x > .small-2, .c-header menu ul li.sub-is-open ul > .small-2, .grid-x > .small-3, .c-header menu ul li.sub-is-open ul > .small-3, .grid-x > .small-4, .c-header menu ul li.sub-is-open ul > .small-4, .grid-x > .small-5, .c-header menu ul li.sub-is-open ul > .small-5, .grid-x > .small-6, .c-header menu ul li.sub-is-open ul > .small-6, .grid-x > .small-7, .c-header menu ul li.sub-is-open ul > .small-7, .grid-x > .small-8, .c-header menu ul li.sub-is-open ul > .small-8, .grid-x > .small-9, .c-header menu ul li.sub-is-open ul > .small-9, .grid-x > .small-10, .c-header menu ul li.sub-is-open ul > .small-10, .grid-x > .small-11, .c-header menu ul li.sub-is-open ul > .small-11, .grid-x > .small-12, .c-header menu ul li.sub-is-open ul > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-x > ul.nested, .c-header menu .exhibitionDetailed ul.accordion-menu > li li.sub-is-open ul > ul.nested, .exhibitionDetailed .c-header menu ul.accordion-menu > li li.sub-is-open ul > ul.nested,
.artistDetailed ul.accordion-menu > li .grid-x > ul.nested,
.c-header menu .artistDetailed ul.accordion-menu > li li.sub-is-open ul > ul.nested, .artistDetailed .c-header menu ul.accordion-menu > li li.sub-is-open ul > ul.nested {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1, .c-header menu ul li.sub-is-open ul > .small-1 {
  width: 8.33333333%;
}

.grid-x > .small-2, .c-header menu ul li.sub-is-open ul > .small-2 {
  width: 16.66666667%;
}

.grid-x > .small-3, .c-header menu ul li.sub-is-open ul > .small-3 {
  width: 25%;
}

.grid-x > .small-4, .c-header menu ul li.sub-is-open ul > .small-4 {
  width: 33.33333333%;
}

.grid-x > .small-5, .c-header menu ul li.sub-is-open ul > .small-5 {
  width: 41.66666667%;
}

.grid-x > .small-6, .c-header menu ul li.sub-is-open ul > .small-6 {
  width: 50%;
}

.grid-x > .small-7, .c-header menu ul li.sub-is-open ul > .small-7 {
  width: 58.33333333%;
}

.grid-x > .small-8, .c-header menu ul li.sub-is-open ul > .small-8 {
  width: 66.66666667%;
}

.grid-x > .small-9, .c-header menu ul li.sub-is-open ul > .small-9 {
  width: 75%;
}

.grid-x > .small-10, .c-header menu ul li.sub-is-open ul > .small-10 {
  width: 83.33333333%;
}

.grid-x > .small-11, .c-header menu ul li.sub-is-open ul > .small-11 {
  width: 91.66666667%;
}

.grid-x > .small-12, .c-header menu ul li.sub-is-open ul > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-x > ul.nested, .c-header menu .exhibitionDetailed ul.accordion-menu > li li.sub-is-open ul > ul.nested, .exhibitionDetailed .c-header menu ul.accordion-menu > li li.sub-is-open ul > ul.nested,
.artistDetailed ul.accordion-menu > li .grid-x > ul.nested,
.c-header menu .artistDetailed ul.accordion-menu > li li.sub-is-open ul > ul.nested, .artistDetailed .c-header menu ul.accordion-menu > li li.sub-is-open ul > ul.nested {
  width: 100%;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-x > .medium-auto, .c-header menu ul li.sub-is-open ul > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .c-header menu ul li.sub-is-open ul > .medium-shrink, .grid-x > .medium-1, .c-header menu ul li.sub-is-open ul > .medium-1, .grid-x > .medium-2, .c-header menu ul li.sub-is-open ul > .medium-2, .grid-x > .medium-3, .c-header menu ul li.sub-is-open ul > .medium-3, .grid-x > .medium-4, .c-header menu ul li.sub-is-open ul > .medium-4, .grid-x > .medium-5, .c-header menu ul li.sub-is-open ul > .medium-5, .grid-x > .medium-6, .c-header menu ul li.sub-is-open ul > .medium-6, .tx-powermail .grid-x > .medium-6-blank, .c-header menu ul li.sub-is-open .tx-powermail ul > .medium-6-blank, .tx-powermail .c-header menu ul li.sub-is-open ul > .medium-6-blank, .grid-x > .medium-7, .c-header menu ul li.sub-is-open ul > .medium-7, .grid-x > .medium-8, .c-header menu ul li.sub-is-open ul > .medium-8, .grid-x > .medium-9, .c-header menu ul li.sub-is-open ul > .medium-9, .grid-x > .medium-10, .c-header menu ul li.sub-is-open ul > .medium-10, .grid-x > .medium-11, .c-header menu ul li.sub-is-open ul > .medium-11, .grid-x > .medium-12, .c-header menu ul li.sub-is-open ul > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink, .c-header menu ul li.sub-is-open ul > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1, .c-header menu ul li.sub-is-open ul > .medium-1 {
    width: 8.33333333%;
  }
  .grid-x > .medium-2, .c-header menu ul li.sub-is-open ul > .medium-2 {
    width: 16.66666667%;
  }
  .grid-x > .medium-3, .c-header menu ul li.sub-is-open ul > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4, .c-header menu ul li.sub-is-open ul > .medium-4 {
    width: 33.33333333%;
  }
  .grid-x > .medium-5, .c-header menu ul li.sub-is-open ul > .medium-5 {
    width: 41.66666667%;
  }
  .grid-x > .medium-6, .c-header menu ul li.sub-is-open ul > .medium-6, .tx-powermail .grid-x > .medium-6-blank, .c-header menu ul li.sub-is-open .tx-powermail ul > .medium-6-blank, .tx-powermail .c-header menu ul li.sub-is-open ul > .medium-6-blank {
    width: 50%;
  }
  .grid-x > .medium-7, .c-header menu ul li.sub-is-open ul > .medium-7 {
    width: 58.33333333%;
  }
  .grid-x > .medium-8, .c-header menu ul li.sub-is-open ul > .medium-8 {
    width: 66.66666667%;
  }
  .grid-x > .medium-9, .c-header menu ul li.sub-is-open ul > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10, .c-header menu ul li.sub-is-open ul > .medium-10 {
    width: 83.33333333%;
  }
  .grid-x > .medium-11, .c-header menu ul li.sub-is-open ul > .medium-11 {
    width: 91.66666667%;
  }
  .grid-x > .medium-12, .c-header menu ul li.sub-is-open ul > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-auto, .c-header menu ul li.sub-is-open ul > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .c-header menu ul li.sub-is-open ul > .large-shrink, .grid-x > .large-1, .c-header menu ul li.sub-is-open ul > .large-1, .grid-x > .large-2, .c-header menu ul li.sub-is-open ul > .large-2, .grid-x > .large-3, .c-header menu ul li.sub-is-open ul > .large-3, .c-header menu ul li.sub-is-open ul .grid-x > li, .c-header menu ul li.sub-is-open ul > li, .grid-x > .large-4, .c-header menu ul li.sub-is-open ul > .large-4, .grid-x > .large-5, .c-header menu ul li.sub-is-open ul > .large-5, .grid-x > .large-6, .c-header menu ul li.sub-is-open ul > .large-6, .grid-x > .large-7, .c-header menu ul li.sub-is-open ul > .large-7, .grid-x > .large-8, .c-header menu ul li.sub-is-open ul > .large-8, .grid-x > .large-9, .c-header menu ul li.sub-is-open ul > .large-9, .grid-x > .large-10, .c-header menu ul li.sub-is-open ul > .large-10, .grid-x > .large-11, .c-header menu ul li.sub-is-open ul > .large-11, .grid-x > .large-12, .c-header menu ul li.sub-is-open ul > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink, .c-header menu ul li.sub-is-open ul > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1, .c-header menu ul li.sub-is-open ul > .large-1 {
    width: 8.33333333%;
  }
  .grid-x > .large-2, .c-header menu ul li.sub-is-open ul > .large-2 {
    width: 16.66666667%;
  }
  .grid-x > .large-3, .c-header menu ul li.sub-is-open ul > .large-3, .c-header menu ul li.sub-is-open ul .grid-x > li, .c-header menu ul li.sub-is-open ul > li {
    width: 25%;
  }
  .grid-x > .large-4, .c-header menu ul li.sub-is-open ul > .large-4 {
    width: 33.33333333%;
  }
  .grid-x > .large-5, .c-header menu ul li.sub-is-open ul > .large-5 {
    width: 41.66666667%;
  }
  .grid-x > .large-6, .c-header menu ul li.sub-is-open ul > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7, .c-header menu ul li.sub-is-open ul > .large-7 {
    width: 58.33333333%;
  }
  .grid-x > .large-8, .c-header menu ul li.sub-is-open ul > .large-8 {
    width: 66.66666667%;
  }
  .grid-x > .large-9, .c-header menu ul li.sub-is-open ul > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10, .c-header menu ul li.sub-is-open ul > .large-10 {
    width: 83.33333333%;
  }
  .grid-x > .large-11, .c-header menu ul li.sub-is-open ul > .large-11 {
    width: 91.66666667%;
  }
  .grid-x > .large-12, .c-header menu ul li.sub-is-open ul > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90.0625em) {
  .grid-x > .xlarge-auto, .c-header menu ul li.sub-is-open ul > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink, .c-header menu ul li.sub-is-open ul > .xlarge-shrink, .grid-x > .xlarge-1, .c-header menu ul li.sub-is-open ul > .xlarge-1, .grid-x > .xlarge-2, .c-header menu ul li.sub-is-open ul > .xlarge-2, .grid-x > .xlarge-3, .c-header menu ul li.sub-is-open ul > .xlarge-3, .grid-x > .xlarge-4, .c-header menu ul li.sub-is-open ul > .xlarge-4, .grid-x > .xlarge-5, .c-header menu ul li.sub-is-open ul > .xlarge-5, .grid-x > .xlarge-6, .c-header menu ul li.sub-is-open ul > .xlarge-6, .grid-x > .xlarge-7, .c-header menu ul li.sub-is-open ul > .xlarge-7, .grid-x > .xlarge-8, .c-header menu ul li.sub-is-open ul > .xlarge-8, .grid-x > .xlarge-9, .c-header menu ul li.sub-is-open ul > .xlarge-9, .grid-x > .xlarge-10, .c-header menu ul li.sub-is-open ul > .xlarge-10, .grid-x > .xlarge-11, .c-header menu ul li.sub-is-open ul > .xlarge-11, .grid-x > .xlarge-12, .c-header menu ul li.sub-is-open ul > .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink, .c-header menu ul li.sub-is-open ul > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1, .c-header menu ul li.sub-is-open ul > .xlarge-1 {
    width: 8.33333333%;
  }
  .grid-x > .xlarge-2, .c-header menu ul li.sub-is-open ul > .xlarge-2 {
    width: 16.66666667%;
  }
  .grid-x > .xlarge-3, .c-header menu ul li.sub-is-open ul > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4, .c-header menu ul li.sub-is-open ul > .xlarge-4 {
    width: 33.33333333%;
  }
  .grid-x > .xlarge-5, .c-header menu ul li.sub-is-open ul > .xlarge-5 {
    width: 41.66666667%;
  }
  .grid-x > .xlarge-6, .c-header menu ul li.sub-is-open ul > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7, .c-header menu ul li.sub-is-open ul > .xlarge-7 {
    width: 58.33333333%;
  }
  .grid-x > .xlarge-8, .c-header menu ul li.sub-is-open ul > .xlarge-8 {
    width: 66.66666667%;
  }
  .grid-x > .xlarge-9, .c-header menu ul li.sub-is-open ul > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10, .c-header menu ul li.sub-is-open ul > .xlarge-10 {
    width: 83.33333333%;
  }
  .grid-x > .xlarge-11, .c-header menu ul li.sub-is-open ul > .xlarge-11 {
    width: 91.66666667%;
  }
  .grid-x > .xlarge-12, .c-header menu ul li.sub-is-open ul > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-auto, .c-header menu ul li.sub-is-open ul > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink, .c-header menu ul li.sub-is-open ul > .xxlarge-shrink, .grid-x > .xxlarge-1, .c-header menu ul li.sub-is-open ul > .xxlarge-1, .grid-x > .xxlarge-2, .c-header menu ul li.sub-is-open ul > .xxlarge-2, .grid-x > .xxlarge-3, .c-header menu ul li.sub-is-open ul > .xxlarge-3, .grid-x > .xxlarge-4, .c-header menu ul li.sub-is-open ul > .xxlarge-4, .grid-x > .xxlarge-5, .c-header menu ul li.sub-is-open ul > .xxlarge-5, .grid-x > .xxlarge-6, .c-header menu ul li.sub-is-open ul > .xxlarge-6, .grid-x > .xxlarge-7, .c-header menu ul li.sub-is-open ul > .xxlarge-7, .grid-x > .xxlarge-8, .c-header menu ul li.sub-is-open ul > .xxlarge-8, .grid-x > .xxlarge-9, .c-header menu ul li.sub-is-open ul > .xxlarge-9, .grid-x > .xxlarge-10, .c-header menu ul li.sub-is-open ul > .xxlarge-10, .grid-x > .xxlarge-11, .c-header menu ul li.sub-is-open ul > .xxlarge-11, .grid-x > .xxlarge-12, .c-header menu ul li.sub-is-open ul > .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink, .c-header menu ul li.sub-is-open ul > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1, .c-header menu ul li.sub-is-open ul > .xxlarge-1 {
    width: 8.33333333%;
  }
  .grid-x > .xxlarge-2, .c-header menu ul li.sub-is-open ul > .xxlarge-2 {
    width: 16.66666667%;
  }
  .grid-x > .xxlarge-3, .c-header menu ul li.sub-is-open ul > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4, .c-header menu ul li.sub-is-open ul > .xxlarge-4 {
    width: 33.33333333%;
  }
  .grid-x > .xxlarge-5, .c-header menu ul li.sub-is-open ul > .xxlarge-5 {
    width: 41.66666667%;
  }
  .grid-x > .xxlarge-6, .c-header menu ul li.sub-is-open ul > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7, .c-header menu ul li.sub-is-open ul > .xxlarge-7 {
    width: 58.33333333%;
  }
  .grid-x > .xxlarge-8, .c-header menu ul li.sub-is-open ul > .xxlarge-8 {
    width: 66.66666667%;
  }
  .grid-x > .xxlarge-9, .c-header menu ul li.sub-is-open ul > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10, .c-header menu ul li.sub-is-open ul > .xxlarge-10 {
    width: 83.33333333%;
  }
  .grid-x > .xxlarge-11, .c-header menu ul li.sub-is-open ul > .xxlarge-11 {
    width: 91.66666667%;
  }
  .grid-x > .xxlarge-12, .c-header menu ul li.sub-is-open ul > .xxlarge-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell, .c-header .c-menu-overlay .grid-margin-x:not(.grid-x) > .c-menu-overlay-content {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell, .c-header .c-menu-overlay .grid-margin-y:not(.grid-y) > .c-menu-overlay-content {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

.grid-margin-x > .cell, .c-header .c-menu-overlay .grid-margin-x > .c-menu-overlay-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-x > .cell, .c-header .c-menu-overlay .grid-margin-x > .c-menu-overlay-content {
    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.33333333% - 1.25rem);
}

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

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

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

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

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

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

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

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66666667% - 1.25rem);
}

.grid-margin-x > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-margin-x > ul.nested,
.artistDetailed ul.accordion-menu > li .grid-margin-x > ul.nested {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-margin-x > ul.nested,
  .artistDetailed ul.accordion-menu > li .grid-margin-x > ul.nested {
    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.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6, .tx-powermail .grid-margin-x > .medium-6-blank {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-3, .c-header menu ul li.sub-is-open ul .grid-margin-x > li {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66666667% - 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.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-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: 40.0625em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x, .c-header menu ul li.sub-is-open ul:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-container:not(.full) > .grid-padding-x, .c-header menu ul li.sub-is-open ul:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell, .c-header .c-menu-overlay .grid-padding-x > .c-menu-overlay-content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-padding-x > .cell, .c-header .c-menu-overlay .grid-padding-x > .c-menu-overlay-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell, .c-header .c-menu-overlay .small-up-1 > .c-menu-overlay-content {
  width: 100%;
}

.small-up-2 > .cell, .c-header .c-menu-overlay .small-up-2 > .c-menu-overlay-content {
  width: 50%;
}

.small-up-3 > .cell, .c-header .c-menu-overlay .small-up-3 > .c-menu-overlay-content {
  width: 33.33333333%;
}

.small-up-4 > .cell, .c-header .c-menu-overlay .small-up-4 > .c-menu-overlay-content {
  width: 25%;
}

.small-up-5 > .cell, .c-header .c-menu-overlay .small-up-5 > .c-menu-overlay-content {
  width: 20%;
}

.small-up-6 > .cell, .c-header .c-menu-overlay .small-up-6 > .c-menu-overlay-content {
  width: 16.66666667%;
}

.small-up-7 > .cell, .c-header .c-menu-overlay .small-up-7 > .c-menu-overlay-content {
  width: 14.28571429%;
}

.small-up-8 > .cell, .c-header .c-menu-overlay .small-up-8 > .c-menu-overlay-content {
  width: 12.5%;
}

@media print, screen and (min-width: 40.0625em) {
  .medium-up-1 > .cell, .c-header .c-menu-overlay .medium-up-1 > .c-menu-overlay-content {
    width: 100%;
  }
  .medium-up-2 > .cell, .c-header .c-menu-overlay .medium-up-2 > .c-menu-overlay-content {
    width: 50%;
  }
  .medium-up-3 > .cell, .c-header .c-menu-overlay .medium-up-3 > .c-menu-overlay-content {
    width: 33.33333333%;
  }
  .medium-up-4 > .cell, .c-header .c-menu-overlay .medium-up-4 > .c-menu-overlay-content {
    width: 25%;
  }
  .medium-up-5 > .cell, .c-header .c-menu-overlay .medium-up-5 > .c-menu-overlay-content {
    width: 20%;
  }
  .medium-up-6 > .cell, .c-header .c-menu-overlay .medium-up-6 > .c-menu-overlay-content {
    width: 16.66666667%;
  }
  .medium-up-7 > .cell, .c-header .c-menu-overlay .medium-up-7 > .c-menu-overlay-content {
    width: 14.28571429%;
  }
  .medium-up-8 > .cell, .c-header .c-menu-overlay .medium-up-8 > .c-menu-overlay-content {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-up-1 > .cell, .c-header .c-menu-overlay .large-up-1 > .c-menu-overlay-content {
    width: 100%;
  }
  .large-up-2 > .cell, .c-header .c-menu-overlay .large-up-2 > .c-menu-overlay-content {
    width: 50%;
  }
  .large-up-3 > .cell, .c-header .c-menu-overlay .large-up-3 > .c-menu-overlay-content {
    width: 33.33333333%;
  }
  .large-up-4 > .cell, .c-header .c-menu-overlay .large-up-4 > .c-menu-overlay-content {
    width: 25%;
  }
  .large-up-5 > .cell, .c-header .c-menu-overlay .large-up-5 > .c-menu-overlay-content {
    width: 20%;
  }
  .large-up-6 > .cell, .c-header .c-menu-overlay .large-up-6 > .c-menu-overlay-content {
    width: 16.66666667%;
  }
  .large-up-7 > .cell, .c-header .c-menu-overlay .large-up-7 > .c-menu-overlay-content {
    width: 14.28571429%;
  }
  .large-up-8 > .cell, .c-header .c-menu-overlay .large-up-8 > .c-menu-overlay-content {
    width: 12.5%;
  }
}

@media screen and (min-width: 90.0625em) {
  .xlarge-up-1 > .cell, .c-header .c-menu-overlay .xlarge-up-1 > .c-menu-overlay-content {
    width: 100%;
  }
  .xlarge-up-2 > .cell, .c-header .c-menu-overlay .xlarge-up-2 > .c-menu-overlay-content {
    width: 50%;
  }
  .xlarge-up-3 > .cell, .c-header .c-menu-overlay .xlarge-up-3 > .c-menu-overlay-content {
    width: 33.33333333%;
  }
  .xlarge-up-4 > .cell, .c-header .c-menu-overlay .xlarge-up-4 > .c-menu-overlay-content {
    width: 25%;
  }
  .xlarge-up-5 > .cell, .c-header .c-menu-overlay .xlarge-up-5 > .c-menu-overlay-content {
    width: 20%;
  }
  .xlarge-up-6 > .cell, .c-header .c-menu-overlay .xlarge-up-6 > .c-menu-overlay-content {
    width: 16.66666667%;
  }
  .xlarge-up-7 > .cell, .c-header .c-menu-overlay .xlarge-up-7 > .c-menu-overlay-content {
    width: 14.28571429%;
  }
  .xlarge-up-8 > .cell, .c-header .c-menu-overlay .xlarge-up-8 > .c-menu-overlay-content {
    width: 12.5%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-up-1 > .cell, .c-header .c-menu-overlay .xxlarge-up-1 > .c-menu-overlay-content {
    width: 100%;
  }
  .xxlarge-up-2 > .cell, .c-header .c-menu-overlay .xxlarge-up-2 > .c-menu-overlay-content {
    width: 50%;
  }
  .xxlarge-up-3 > .cell, .c-header .c-menu-overlay .xxlarge-up-3 > .c-menu-overlay-content {
    width: 33.33333333%;
  }
  .xxlarge-up-4 > .cell, .c-header .c-menu-overlay .xxlarge-up-4 > .c-menu-overlay-content {
    width: 25%;
  }
  .xxlarge-up-5 > .cell, .c-header .c-menu-overlay .xxlarge-up-5 > .c-menu-overlay-content {
    width: 20%;
  }
  .xxlarge-up-6 > .cell, .c-header .c-menu-overlay .xxlarge-up-6 > .c-menu-overlay-content {
    width: 16.66666667%;
  }
  .xxlarge-up-7 > .cell, .c-header .c-menu-overlay .xxlarge-up-7 > .c-menu-overlay-content {
    width: 14.28571429%;
  }
  .xxlarge-up-8 > .cell, .c-header .c-menu-overlay .xxlarge-up-8 > .c-menu-overlay-content {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-1 > .c-menu-overlay-content {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-2 > .c-menu-overlay-content {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-3 > .c-menu-overlay-content {
  width: calc(33.33333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-4 > .c-menu-overlay-content {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-5 > .c-menu-overlay-content {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-6 > .c-menu-overlay-content {
  width: calc(16.66666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-7 > .c-menu-overlay-content {
  width: calc(14.28571429% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-8 > .c-menu-overlay-content {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-x.small-up-1 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-1 > .c-menu-overlay-content {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-2 > .c-menu-overlay-content {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-3 > .c-menu-overlay-content {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-4 > .c-menu-overlay-content {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-5 > .c-menu-overlay-content {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-6 > .c-menu-overlay-content {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-7 > .c-menu-overlay-content {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell, .c-header .c-menu-overlay .grid-margin-x.small-up-8 > .c-menu-overlay-content {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell, .c-header .c-menu-overlay .grid-margin-x.medium-up-1 > .c-menu-overlay-content {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell, .c-header .c-menu-overlay .grid-margin-x.medium-up-2 > .c-menu-overlay-content {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell, .c-header .c-menu-overlay .grid-margin-x.medium-up-3 > .c-menu-overlay-content {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell, .c-header .c-menu-overlay .grid-margin-x.medium-up-4 > .c-menu-overlay-content {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell, .c-header .c-menu-overlay .grid-margin-x.medium-up-5 > .c-menu-overlay-content {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell, .c-header .c-menu-overlay .grid-margin-x.medium-up-6 > .c-menu-overlay-content {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell, .c-header .c-menu-overlay .grid-margin-x.medium-up-7 > .c-menu-overlay-content {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell, .c-header .c-menu-overlay .grid-margin-x.medium-up-8 > .c-menu-overlay-content {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x.large-up-1 > .cell, .c-header .c-menu-overlay .grid-margin-x.large-up-1 > .c-menu-overlay-content {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell, .c-header .c-menu-overlay .grid-margin-x.large-up-2 > .c-menu-overlay-content {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell, .c-header .c-menu-overlay .grid-margin-x.large-up-3 > .c-menu-overlay-content {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell, .c-header .c-menu-overlay .grid-margin-x.large-up-4 > .c-menu-overlay-content {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell, .c-header .c-menu-overlay .grid-margin-x.large-up-5 > .c-menu-overlay-content {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell, .c-header .c-menu-overlay .grid-margin-x.large-up-6 > .c-menu-overlay-content {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell, .c-header .c-menu-overlay .grid-margin-x.large-up-7 > .c-menu-overlay-content {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell, .c-header .c-menu-overlay .grid-margin-x.large-up-8 > .c-menu-overlay-content {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 90.0625em) {
  .grid-margin-x.xlarge-up-1 > .cell, .c-header .c-menu-overlay .grid-margin-x.xlarge-up-1 > .c-menu-overlay-content {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell, .c-header .c-menu-overlay .grid-margin-x.xlarge-up-2 > .c-menu-overlay-content {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell, .c-header .c-menu-overlay .grid-margin-x.xlarge-up-3 > .c-menu-overlay-content {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell, .c-header .c-menu-overlay .grid-margin-x.xlarge-up-4 > .c-menu-overlay-content {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell, .c-header .c-menu-overlay .grid-margin-x.xlarge-up-5 > .c-menu-overlay-content {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell, .c-header .c-menu-overlay .grid-margin-x.xlarge-up-6 > .c-menu-overlay-content {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell, .c-header .c-menu-overlay .grid-margin-x.xlarge-up-7 > .c-menu-overlay-content {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell, .c-header .c-menu-overlay .grid-margin-x.xlarge-up-8 > .c-menu-overlay-content {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-x.xxlarge-up-1 > .cell, .c-header .c-menu-overlay .grid-margin-x.xxlarge-up-1 > .c-menu-overlay-content {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell, .c-header .c-menu-overlay .grid-margin-x.xxlarge-up-2 > .c-menu-overlay-content {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell, .c-header .c-menu-overlay .grid-margin-x.xxlarge-up-3 > .c-menu-overlay-content {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell, .c-header .c-menu-overlay .grid-margin-x.xxlarge-up-4 > .c-menu-overlay-content {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell, .c-header .c-menu-overlay .grid-margin-x.xxlarge-up-5 > .c-menu-overlay-content {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell, .c-header .c-menu-overlay .grid-margin-x.xxlarge-up-6 > .c-menu-overlay-content {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell, .c-header .c-menu-overlay .grid-margin-x.xxlarge-up-7 > .c-menu-overlay-content {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell, .c-header .c-menu-overlay .grid-margin-x.xxlarge-up-8 > .c-menu-overlay-content {
    width: calc(12.5% - 1.875rem);
  }
}

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

.small-margin-collapse > .cell, .c-header .c-menu-overlay .small-margin-collapse > .c-menu-overlay-content {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66666667%;
}

.small-margin-collapse > .small-12, .exhibitionDetailed ul.accordion-menu > li .small-margin-collapse > ul.nested,
.artistDetailed ul.accordion-menu > li .small-margin-collapse > ul.nested {
  width: 100%;
}

@media print, screen and (min-width: 40.0625em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .medium-6, .tx-powermail .small-margin-collapse > .medium-6-blank {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .large-3, .c-header menu ul li.sub-is-open ul .small-margin-collapse > li {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90.0625em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

.small-padding-collapse > .cell, .c-header .c-menu-overlay .small-padding-collapse > .c-menu-overlay-content {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40.0625em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell, .c-header .c-menu-overlay .medium-margin-collapse > .c-menu-overlay-content {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .small-12, .exhibitionDetailed ul.accordion-menu > li .medium-margin-collapse > ul.nested,
  .artistDetailed ul.accordion-menu > li .medium-margin-collapse > ul.nested {
    width: 100%;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .medium-6, .tx-powermail .medium-margin-collapse > .medium-6-blank {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .large-3, .c-header menu ul li.sub-is-open ul .medium-margin-collapse > li {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90.0625em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell, .c-header .c-menu-overlay .medium-padding-collapse > .c-menu-overlay-content {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell, .c-header .c-menu-overlay .large-margin-collapse > .c-menu-overlay-content {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .small-12, .exhibitionDetailed ul.accordion-menu > li .large-margin-collapse > ul.nested,
  .artistDetailed ul.accordion-menu > li .large-margin-collapse > ul.nested {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .medium-6, .tx-powermail .large-margin-collapse > .medium-6-blank {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .large-3, .c-header menu ul li.sub-is-open ul .large-margin-collapse > li {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90.0625em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell, .c-header .c-menu-overlay .large-padding-collapse > .c-menu-overlay-content {
    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, .c-header .c-menu-overlay .xlarge-margin-collapse > .c-menu-overlay-content {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .small-12, .exhibitionDetailed ul.accordion-menu > li .xlarge-margin-collapse > ul.nested,
  .artistDetailed ul.accordion-menu > li .xlarge-margin-collapse > ul.nested {
    width: 100%;
  }
}

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .medium-6, .tx-powermail .xlarge-margin-collapse > .medium-6-blank {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .large-3, .c-header menu ul li.sub-is-open ul .xlarge-margin-collapse > li {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90.0625em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell, .c-header .c-menu-overlay .xxlarge-margin-collapse > .c-menu-overlay-content {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .small-12, .exhibitionDetailed ul.accordion-menu > li .xxlarge-margin-collapse > ul.nested,
  .artistDetailed ul.accordion-menu > li .xxlarge-margin-collapse > ul.nested {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .medium-6, .tx-powermail .xxlarge-margin-collapse > .medium-6-blank {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .large-3, .c-header menu ul li.sub-is-open ul .xxlarge-margin-collapse > li {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell, .c-header .c-menu-overlay .xxlarge-padding-collapse > .c-menu-overlay-content {
    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.33333333%;
}

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

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66666667% + 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.33333333%;
}

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

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66666667% + 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.33333333%;
}

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

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66666667% + 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.33333333%;
}

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

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

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

@media print, screen and (min-width: 40.0625em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66666667% + 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.33333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66666667% + 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.33333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66666667% + 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.33333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66666667% + 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.33333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66666667% + 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.33333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66666667% + 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.33333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66666667% + 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.33333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66666667% + 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.33333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66666667% + 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.33333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66666667% + 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.33333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66666667% + 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, .c-header .c-menu-overlay .grid-y > .c-menu-overlay-content {
  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, .exhibitionDetailed ul.accordion-menu > li .grid-y > ul.nested,
.artistDetailed ul.accordion-menu > li .grid-y > ul.nested {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40.0625em) {
  .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, .tx-powermail .grid-y > .medium-6-blank, .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: 64.0625em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .c-header menu ul li.sub-is-open ul .grid-y > li, .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;
  }
}

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

.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, .exhibitionDetailed ul.accordion-menu > li .grid-y > ul.nested,
.artistDetailed ul.accordion-menu > li .grid-y > ul.nested {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333333%;
}

.grid-y > .small-2 {
  height: 16.66666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333333%;
}

.grid-y > .small-5 {
  height: 41.66666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333333%;
}

.grid-y > .small-8 {
  height: 66.66666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333333%;
}

.grid-y > .small-11 {
  height: 91.66666667%;
}

.grid-y > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-y > ul.nested,
.artistDetailed ul.accordion-menu > li .grid-y > ul.nested {
  height: 100%;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .tx-powermail .grid-y > .medium-6-blank, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333333%;
  }
  .grid-y > .medium-2 {
    height: 16.66666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333333%;
  }
  .grid-y > .medium-5 {
    height: 41.66666667%;
  }
  .grid-y > .medium-6, .tx-powermail .grid-y > .medium-6-blank {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333333%;
  }
  .grid-y > .medium-8 {
    height: 66.66666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333333%;
  }
  .grid-y > .medium-11 {
    height: 91.66666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .c-header menu ul li.sub-is-open ul .grid-y > li, .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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333333%;
  }
  .grid-y > .large-2 {
    height: 16.66666667%;
  }
  .grid-y > .large-3, .c-header menu ul li.sub-is-open ul .grid-y > li {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333333%;
  }
  .grid-y > .large-5 {
    height: 41.66666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333333%;
  }
  .grid-y > .large-8 {
    height: 66.66666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333333%;
  }
  .grid-y > .large-11 {
    height: 91.66666667%;
  }
  .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, .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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.33333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.66666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.33333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.66666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.33333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.66666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.33333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.66666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

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

.grid-padding-y > .cell, .c-header .c-menu-overlay .grid-padding-y > .c-menu-overlay-content {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-padding-y > .cell, .c-header .c-menu-overlay .grid-padding-y > .c-menu-overlay-content {
    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: 40.0625em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell, .c-header .c-menu-overlay .grid-margin-y > .c-menu-overlay-content {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-y > .cell, .c-header .c-menu-overlay .grid-margin-y > .c-menu-overlay-content {
    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.33333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66666667% - 1.25rem);
}

.grid-margin-y > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-margin-y > ul.nested,
.artistDetailed ul.accordion-menu > li .grid-margin-y > ul.nested {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-margin-y > ul.nested,
  .artistDetailed ul.accordion-menu > li .grid-margin-y > ul.nested {
    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.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6, .tx-powermail .grid-margin-y > .medium-6-blank {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3, .c-header menu ul li.sub-is-open ul .grid-margin-y > li {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 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.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-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, .c-header .c-menu-overlay .c-menu-overlay-content .grid-frame {
  width: 100%;
}

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

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -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, .c-header menu ul li.sub-is-open .cell-block-container > ul {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40.0625em) {
  .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, .c-header .c-menu-overlay .c-menu-overlay-content .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -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, .c-header menu ul li.sub-is-open .medium-cell-block-container > ul {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .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, .c-header .c-menu-overlay .c-menu-overlay-content .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -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, .c-header menu ul li.sub-is-open .large-cell-block-container > ul {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -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, .c-header .c-menu-overlay .c-menu-overlay-content .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -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, .c-header menu ul li.sub-is-open .xlarge-cell-block-container > ul {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-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 .xxlarge-grid-frame, .c-header .c-menu-overlay .c-menu-overlay-content .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-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%;
  }
  .xxlarge-cell-block-container > .grid-x, .c-header menu ul li.sub-is-open .xxlarge-cell-block-container > ul {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -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: 40.0625em) {
  .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: 64.0625em) {
  .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;
  }
}

@media screen and (min-width: 120em) {
  .grid-y.xxlarge-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, .c-header .c-menu-overlay .c-menu-overlay-content .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40.0625em) {
  .cell .grid-y.medium-grid-frame, .c-header .c-menu-overlay .c-menu-overlay-content .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .cell .grid-y.large-grid-frame, .c-header .c-menu-overlay .c-menu-overlay-content .grid-y.large-grid-frame {
    height: 100%;
  }
}

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

@media screen and (min-width: 120em) {
  .cell .grid-y.xxlarge-grid-frame, .c-header .c-menu-overlay .c-menu-overlay-content .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

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

.grid-margin-y > .cell, .c-header .c-menu-overlay .grid-margin-y > .c-menu-overlay-content {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-y > .cell, .c-header .c-menu-overlay .grid-margin-y > .c-menu-overlay-content {
    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.33333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66666667% - 1.25rem);
}

.grid-margin-y > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-margin-y > ul.nested,
.artistDetailed ul.accordion-menu > li .grid-margin-y > ul.nested {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-12, .exhibitionDetailed ul.accordion-menu > li .grid-margin-y > ul.nested,
  .artistDetailed ul.accordion-menu > li .grid-margin-y > ul.nested {
    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.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6, .tx-powermail .grid-margin-y > .medium-6-blank {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3, .c-header menu ul li.sub-is-open ul .grid-margin-y > li {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 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.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

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

@media print, screen and (min-width: 64.0625em) {
  .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 screen and (min-width: 120em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

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

@media print, screen and (min-width: 64.0625em) {
  .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);
  }
}

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

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: bold;
  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: 40.0625em) {
  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: #002346;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #001e3c;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  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: "\2014   ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  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: #000000;
}

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

.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: 40.0625em) {
  .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: 64.0625em) {
  .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;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-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.4375rem;
  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(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -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;
  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;
  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: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;
}

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

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

::placeholder {
  color: #cacaca;
}

[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: #000000;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.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, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  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: #000000;
  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 {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  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.4375rem;
  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.5;
  color: #000000;
  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;
  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;
  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: #002346;
  background-color: #e6e9ed;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #002346;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #002346;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #002346;
}

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

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

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.75rem 1.125rem;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #002346;
  color: #ffffff;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #001e3c;
  color: #ffffff;
}

.button.tiny {
  font-size: 1rem;
}

.button.small {
  font-size: 1rem;
}

.button.large {
  font-size: 1rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #002346;
  color: #ffffff;
}

.button.primary:hover, .button.primary:focus {
  background-color: #001c38;
  color: #ffffff;
}

.button.secondary {
  background-color: #203E5B;
  color: #ffffff;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #1a3249;
  color: #ffffff;
}

.button.success {
  background-color: #002346;
  color: #ffffff;
}

.button.success:hover, .button.success:focus {
  background-color: #001c38;
  color: #ffffff;
}

.button.warning {
  background-color: #002346;
  color: #ffffff;
}

.button.warning:hover, .button.warning:focus {
  background-color: #001c38;
  color: #ffffff;
}

.button.alert {
  background-color: #002346;
  color: #ffffff;
}

.button.alert:hover, .button.alert:focus {
  background-color: #001c38;
  color: #ffffff;
}

.button.disabled, .button[disabled] {
  opacity: 1;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #002346;
  color: #ffffff;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 1;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #002346;
  color: #ffffff;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 1;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #203E5B;
  color: #ffffff;
}

.button.disabled.success, .button[disabled].success {
  opacity: 1;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #002346;
  color: #ffffff;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 1;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #002346;
  color: #ffffff;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 1;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #002346;
  color: #ffffff;
}

.button.hollow {
  border: 1px solid #002346;
  color: #002346;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #001223;
  color: #001223;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.hollow.primary {
  border: 1px solid #002346;
  color: #002346;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #001223;
  color: #001223;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.hollow.secondary {
  border: 1px solid #203E5B;
  color: #203E5B;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #101f2e;
  color: #101f2e;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #203E5B;
  color: #203E5B;
}

.button.hollow.success {
  border: 1px solid #002346;
  color: #002346;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #001223;
  color: #001223;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.hollow.warning {
  border: 1px solid #002346;
  color: #002346;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #001223;
  color: #001223;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.hollow.alert {
  border: 1px solid #002346;
  color: #002346;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #001223;
  color: #001223;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #001223;
  color: #001223;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #001223;
  color: #001223;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #203E5B;
  color: #203E5B;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #101f2e;
  color: #101f2e;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #203E5B;
  color: #203E5B;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #001223;
  color: #001223;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #001223;
  color: #001223;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #001223;
  color: #001223;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #002346;
  color: #002346;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.125rem;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #002346;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #002346;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #203E5B;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #002346;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #002346;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #002346;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.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: #002346;
}

: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: #000000;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #000000;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0 0.6875rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

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

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40.0625em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90.0625em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 120em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #002346;
  color: #ffffff;
}

.menu .active > a {
  background: #002346;
  color: #ffffff;
}

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

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

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0 0.6875rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #002346;
  color: #ffffff;
}

.label.primary {
  background: #002346;
  color: #ffffff;
}

.label.secondary {
  background: #203E5B;
  color: #ffffff;
}

.label.success {
  background: #002346;
  color: #ffffff;
}

.label.warning {
  background: #002346;
  color: #ffffff;
}

.label.alert {
  background: #002346;
  color: #ffffff;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 40.06125em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 40.06125em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40.0625em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40.0625em) {
  .reveal {
    width: 800px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40.0625em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 40.06125em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #000000;
}

tfoot {
  background: #f2f2f2;
  color: #000000;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media screen and (max-width: 64.06125em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 64.06125em), 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: 90.06125em) {
  .show-for-xlarge {
    display: none !important;
  }
}

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

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

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

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

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

@media screen and (max-width: 119.99875em) {
  .show-for-xxlarge-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;
  border: 0;
}

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

.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;
}

.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: 40.0625em) {
  .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: 64.0625em) {
  .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;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-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: 40.0625em) {
  .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: 64.0625em) {
  .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;
  }
}

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

/* End Foundation 6 mixin include */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

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

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -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;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -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;
}

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

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

.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;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

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

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  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 .4s ease;
  transition: opacity .4s ease;
}

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.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 {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

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

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

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

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

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

/*
font-family: akzidenz-grotesk, sans-serif;
font-weight: 400;
font-style: italic;

font-family: akzidenz-grotesk, sans-serif;
font-weight: 400;
font-style: normal;

font-family: akzidenz-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
*/
.header-transition, .c-header .c-menu-overlay .c-menu-overlay-content .menusmall-item span, .c-header menu ul li.sub:before, .c-header menu ul li:after {
  transition: 1s ease-in-out all;
  -webkit-transition: 1s ease-in-out all;
  -moz-transition: 1s ease-in-out all;
  -ms-transition: 1s ease-in-out all;
  -o-transition: 1s ease-in-out all;
}

.rotate-before, .c-header .c-menu-overlay .c-menu-overlay-content.active .menusmall-item.active span, .c-header menu ul li.sub-is-open:before {
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}

.c-header {
  text-transform: uppercase;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  /*
  //////////// small menu
  */
  /*
  //////////// large menu
  */
}

.c-header:not(.menu-open).scrolled:after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.15+0,0+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.c-header .grid-x, .c-header menu ul li.sub-is-open ul {
  background: #ffffff;
}

.c-header .c-menu-logo a {
  line-height: 1.75rem;
  font-size: 0.6875rem;
  letter-spacing: .78px;
}

@media screen and (min-width: 40.0625em) {
  .c-header .c-menu-logo a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .c-header .c-menu-logo a {
    line-height: 3.75rem;
  }
}

.c-header .c-menu-toggler {
  display: none;
}

@media screen and (max-width: 64.06125em) {
  .c-header .c-menu-toggler {
    display: block;
  }
}

.c-header .c-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #002346;
  color: #ffffff;
  line-height: 3.75rem;
}

.c-header .c-menu-overlay * {
  background: none;
  color: white;
}

.c-header .c-menu-overlay svg {
  vertical-align: middle;
}

.c-header .c-menu-overlay svg path,
.c-header .c-menu-overlay svg rect,
.c-header .c-menu-overlay svg polygon {
  fill: #ffffff;
}

.c-header .c-menu-overlay .link-to-homepage {
  letter-spacing: 0.78px;
}

.c-header .c-menu-overlay .link-to-homepage a {
  opacity: .25;
  line-height: 1.75rem;
  font-size: 0.6875rem;
  letter-spacing: .78px;
}

@media screen and (min-width: 40.0625em) {
  .c-header .c-menu-overlay .link-to-homepage a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .c-header .c-menu-overlay .link-to-homepage a {
    line-height: 3.75rem;
  }
}

.c-header .c-menu-overlay .link-to-homepage,
.c-header .c-menu-overlay .c-menu-toggler {
  position: relative;
  z-index: 2;
  background: #002346;
}

.c-header .c-menu-overlay .c-menu-overlay-content {
  font-size: 0.875rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-header .c-menu-overlay .c-menu-overlay-content .scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}

.c-header .c-menu-overlay .c-menu-overlay-content .c-menu-overlay-subpages {
  line-height: 2.375rem;
  padding: 10px 0;
}

@media screen and (min-width: 40.0625em) and (max-width: 64.06125em) {
  .c-header .c-menu-overlay .c-menu-overlay-content {
    font-size: 1.375rem;
    line-height: 7.5rem;
  }
  .c-header .c-menu-overlay .c-menu-overlay-content .c-menu-overlay-subpages {
    line-height: 3.125rem;
  }
}

.c-header .c-menu-overlay .c-menu-overlay-content .menusmall-item {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
}

.c-header .c-menu-overlay .c-menu-overlay-content .menusmall-item span {
  position: relative;
}

.c-header .c-menu-overlay .c-menu-overlay-content.active .menusmall-item {
  opacity: .25;
}

.c-header .c-menu-overlay .c-menu-overlay-content.active .menusmall-item.active {
  opacity: 1;
}

.c-header .c-menu-overlay .c-menu-overlay-content.active .menusmall-item.active:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #ffffff;
}

.c-header .c-menu-overlay .c-menu-overlay-content.active .menusmall-item.active .is-current {
  color: black;
}

.c-header .c-menu-overlay .c-menu-overlay-content.active .menusmall-item.active .is-bigger {
  padding-bottom: 10px;
}

@media screen and (min-width: 64.0625em) {
  .c-header .c-menu-overlay {
    display: none !important;
  }
}

.c-header menu {
  margin: 0;
}

@media screen and (max-width: 64.06125em) {
  .c-header menu {
    display: none;
  }
}

.c-header menu ul {
  margin: 0;
  padding: 0;
}

.c-header menu ul li {
  text-align: left;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 56px 0;
  margin: 0 15px;
}

.c-header menu ul li a {
  color: #002346;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .6px;
  margin: 0 5px;
}

.c-header menu ul li.sub:before {
  content: '+';
  position: relative;
  line-height: 0.875rem;
  margin: 0 10px 0 0;
  padding: 0;
}

.c-header menu ul li.sub ul {
  display: none;
  position: relative;
}

@media screen and (min-width: 64.0625em) {
  .c-header menu ul li.sub ul.c-menu-artists {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    max-height: 500px;
    height: 500px;
  }
  .c-header menu ul li.sub ul.c-menu-artists li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) and (max-width: 90.06125em) {
  .c-header menu ul li.sub ul.c-menu-artists li:nth-child(1) {
    padding: 0 1.875rem;
  }
}

@media screen and (min-width: 64.0625em) and (min-width: 90.0625em) {
  .c-header menu ul li.sub ul.c-menu-artists li:nth-child(1) {
    padding: 0 2.5rem;
  }
}

.c-header menu ul li.sub ul li {
  padding: 0;
  /*
              @include breakpoint(large up){
                &[data-aid="1535"]{-webkit-order:1;order:1;}
                &[data-aid="1508"]{-webkit-order:4;order:4;}
                &[data-aid="1614"]{-webkit-order:7;order:7;}
                &[data-aid="1514"]{-webkit-order:10;order:10;}
                &[data-aid="1541"]{-webkit-order:13;order:13;}
                &[data-aid="1082"]{-webkit-order:16;order:16;}

                &[data-aid="1529"]{-webkit-order:2;order:2;}
                &[data-aid="1549"]{-webkit-order:5;order:5;}
                &[data-aid="1506"]{-webkit-order:8;order:8;}
                &[data-aid="1632"]{-webkit-order:11;order:11;}
                &[data-aid="1074"]{-webkit-order:14;order:14;}
                &[data-aid="1536"]{-webkit-order:17;order:17;}

                &[data-aid="1644"]{-webkit-order:3;order:3;}
                &[data-aid="1624"]{-webkit-order:6;order:6;}
                &[data-aid="1503"]{-webkit-order:9;order:9;}
                &[data-aid="1504"]{-webkit-order:12;order:12;}
                //&[data-aid="xxxx"]{-webkit-order:15;}

              }
               */
}

.c-header menu ul li.sub ul li a {
  padding: 20px 0;
  width: auto;
  opacity: .7;
}

.c-header menu ul li.sub ul li:after {
  content: none;
  top: unset;
  bottom: 0;
}

.c-header menu ul li.sub-is-open:after {
  height: 8px;
}

.c-header menu ul li.sub-is-open ul {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  top: 126px;
  background: #002346;
  padding-bottom: 40px !important;
}

.c-header menu ul li.sub-is-open ul li {
  margin-left: 0;
  margin-right: 0;
}

.c-header menu ul li.sub-is-open ul li a {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.86px;
}

@media screen and (min-width: 64.0625em) and (max-width: 90.06125em) {
  .c-header menu ul li.sub-is-open ul li a {
    font-size: 20px;
  }
}

.c-header menu ul li.sub-is-open ul li a:hover {
  opacity: 1;
}

.c-header menu ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -o-transition-duration: .4s;
}

.c-header menu ul li.active:after, .c-header menu ul li:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #002346;
}

.c-header menu ul li.noborder {
  /*
          @include breakpoint (large up){
            position:absolute;
            top:-15px;
          }
          */
}

.c-header menu ul li.noborder:after {
  content: none;
}

.c-header menu ul li.noborder h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: .86px;
  margin: 0 0 1.25rem 0;
}

.c-header menu ul li:last-child {
  margin-right: 0;
}

.c-header.menu-open {
  color: #ffffff;
}

.c-header.menu-open .grid-x, .c-header.menu-open menu ul li.sub-is-open ul {
  background: #002346;
}

.c-header.menu-open a {
  color: #ffffff;
}

.c-header.menu-open .c-menu-logo {
  opacity: .2;
}

.c-header.menu-open .c-menu-logo:hover {
  opacity: 1;
}

.c-header.menu-open menu ul li {
  color: #ffffff;
}

.c-header.menu-open menu ul li:not(.sub-is-open) {
  opacity: .2;
}

.c-header.menu-open menu ul li.sub-is-open ul li {
  opacity: 1;
}

.c-header.menu-open menu ul li:hover {
  opacity: 1;
}

.c-header.menu-open menu ul li:after {
  background: #ffffff;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 12px;
  /*
  @include breakpoint (small only){
    &[data-uid="1"]{
      text-align:left;
    }
  }
  */
}

body .c-caratschtext h3 {
  padding-bottom: 30px;
}

button,
a {
  outline: 0;
}

button:hover,
a:hover {
  outline: 0;
}

.c-caratschtext.intro--offset {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 40.06125em) {
  .c-caratschtext.intro--offset {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-caratschtext.intro--offset p {
  font-size: 1rem !important;
  line-height: 2.625rem !important;
  letter-spacing: .8px !important;
}

.c-caratschtext.intro--offset p.detailed-date {
  line-height: 1.625rem !important;
}

.fast-transition, .gal-de-caratsch .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev svg,
.gal-de-caratsch .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-next svg,
.caratsch-owl-gallery .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev svg,
.caratsch-owl-gallery .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-next svg, .c-hometeaser-link .teaserText p,
.teaserArtists .teaserText p, .w-filters .g-filters .g-filters-search-input, .c-btn-base,
.c-btn-blue, .w-publications .e-publication .e-publication-control .e-publication-control-amount button, .tx-powermail .e-publication-control-amount button {
  transition: 1s ease-in-out all;
  -webkit-transition: 1s ease-in-out all;
  -moz-transition: 1s ease-in-out all;
  -ms-transition: 1s ease-in-out all;
  -o-transition: 1s ease-in-out all;
}

/*
.align-horizontal{
  position:relative;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
}
*/
/*
.centerit{
  //max-width:100%;
  max-width:1920px;
  padding:0 60px;
  font-size:18px;

  &.menu-offset{
    padding-top:$large-menuheight;
    @extend .align-horizontal;
  }
}
*/
.w-hometeaser {
  margin: 0;
}

.w-hometeaser .c-hometeaser-link {
  width: 100%;
}

.w-hometeaser .teaserImage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

@media screen and (max-width: 64.06125em) {
  .w-hometeaser .teaserImage {
    width: 100%;
  }
}

.gal-de-caratsch,
.caratsch-owl-gallery {
  overflow-x: hidden;
}

.gal-de-caratsch .owl-item,
.caratsch-owl-gallery .owl-item {
  float: left;
  overflow: hidden;
}

.gal-de-caratsch .owl-nav.disabled,
.caratsch-owl-gallery .owl-nav.disabled {
  display: none;
}

.gal-de-caratsch .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev,
.caratsch-owl-gallery .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev {
  margin-right: 20px;
}

.gal-de-caratsch .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev,
.gal-de-caratsch .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-next,
.caratsch-owl-gallery .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev,
.caratsch-owl-gallery .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-next {
  cursor: pointer;
}

.gal-de-caratsch .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev svg,
.gal-de-caratsch .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-next svg,
.caratsch-owl-gallery .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev svg,
.caratsch-owl-gallery .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-next svg {
  position: relative;
}

.gal-de-caratsch .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev:hover svg,
.gal-de-caratsch .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-next:hover svg,
.caratsch-owl-gallery .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-prev:hover svg,
.caratsch-owl-gallery .caratsch-owl-gallery-buttons .caratsch-owl-gallery-button-next:hover svg {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.caratsch-nav-owl-gallery {
  position: relative;
  text-align: right;
}

.caratsch-nav-owl-gallery .owl-prev,
.caratsch-nav-owl-gallery .owl-next {
  cursor: pointer;
}

.caratsch-nav-owl-gallery .owl-prev svg,
.caratsch-nav-owl-gallery .owl-next svg {
  position: relative;
  height: 22px;
  max-width: 32px;
  width: auto;
}

.caratsch-nav-owl-gallery .owl-prev:hover svg,
.caratsch-nav-owl-gallery .owl-next:hover svg {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (min-width: 64.0625em) {
  .caratsch-nav-owl-gallery .owl-next {
    margin-right: 10px;
  }
}

.caratsch-nav-owl-gallery.disabled {
  display: none;
}

.caratsch-nav-owl-gallery button:first-child {
  margin-right: 20px;
}

.caratsch-nav-owl-gallery button:last-child {
  margin-left: 40px;
}

.caratsch-nav-owl-gallery button {
  margin-top: 30px;
  margin-bottom: 30px;
  outline: none;
  font-size: 20px;
}

.c-hometeaser-link,
.teaserArtists {
  display: inline-block;
  background: #002346;
  color: #ffffff;
  position: relative;
  max-width: 100%;
}

.c-hometeaser-link:hover,
.teaserArtists:hover {
  color: #ffffff !important;
}

.c-hometeaser-link svg path,
.c-hometeaser-link svg polygon,
.c-hometeaser-link svg rect,
.teaserArtists svg path,
.teaserArtists svg polygon,
.teaserArtists svg rect {
  fill: #ffffff;
}

.c-hometeaser-link h3,
.teaserArtists h3 {
  margin-top: 20px;
  font-size: 1rem;
  letter-spacing: 4.43px;
}

.c-hometeaser-link h1,
.teaserArtists h1 {
  margin-top: 60px;
  margin-bottom: 25px;
  font-size: 2.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.87px;
}

@media screen and (min-width: 64.0625em) and (max-width: 90.06125em) {
  .c-hometeaser-link h1,
  .teaserArtists h1 {
    margin-top: 30px;
  }
}

.c-hometeaser-link .teaserText,
.teaserArtists .teaserText {
  padding: 0 60px 20px 20px;
}

.c-hometeaser-link .teaserText p,
.teaserArtists .teaserText p {
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.0625rem;
  letter-spacing: .7px;
}

.c-hometeaser-link .teaserNavigation,
.teaserArtists .teaserNavigation {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.c-hometeaser-link .teaserNavigation .caratsch-nav-owl-gallery,
.teaserArtists .teaserNavigation .caratsch-nav-owl-gallery {
  text-align: center;
}

.c-hometeaser-link .teaserNavigation .caratsch-nav-owl-gallery button,
.teaserArtists .teaserNavigation .caratsch-nav-owl-gallery button {
  color: #ffffff;
}

.bottom-spacer {
  margin-bottom: 60px;
}

h1 {
  font-size: 2.4375rem;
  line-height: 2.8125rem;
  text-transform: uppercase;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 40.06125em) {
  h1 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

h3 {
  font-size: 0.9375rem;
  line-height: 2.5rem;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 40.06125em) {
  h3 {
    font-size: 0.75rem;
    letter-spacing: 3px;
  }
}

footer {
  border-top: 1px solid #EDEDED;
  text-transform: uppercase;
  padding: 110px 0;
  color: #002346;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 40.06125em) {
  footer {
    text-align: center;
    padding: 50px 0;
  }
}

footer .c-footer-logo span {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.78px;
  margin: 0 0 28px;
  display: block;
}

@media screen and (max-width: 64.06125em) {
  footer .c-footer-logo {
    display: none;
  }
}

footer h4 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 4px 0 28px;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 40.06125em) {
  footer h4:not(.notopmargin) {
    margin-top: 3.5rem;
  }
}

footer p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}

footer form .c-newsletter-content {
  position: relative;
}

footer form button {
  position: absolute;
  right: 0;
  line-height: 2.8125rem;
  padding-right: 10px;
  cursor: pointer;
}

footer form label {
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 1px;
  padding-left: 10px;
}

@media screen and (max-width: 40.06125em) {
  footer form label {
    padding: 0;
  }
}

footer form .input-newsletter {
  border: 1px solid #EDEDED;
  border-radius: 26px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 19px 24px;
}

/* Prevents img without src to appear */
img:not([src]) {
  visibility: hidden;
}

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

.w-filters .g-filters > div {
  padding: 0 10px;
}

.w-filters .g-filters .svg {
  height: 10px;
  position: relative;
}

.w-filters .g-filters label,
.w-filters .g-filters input,
.w-filters .g-filters select {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #002346;
}

.w-filters .g-filters label {
  line-height: 3.125rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #cccccc;
}

.w-filters .g-filters span {
  margin-right: 10px;
}

.w-filters .g-filters input,
.w-filters .g-filters select {
  line-height: 2.8125rem;
  height: auto;
  text-transform: uppercase;
  width: auto;
  border: 0;
}

.w-filters .g-filters .g-filters-search-input {
  background: url(/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/search-small.svg) no-repeat;
  background-size: auto 50%;
  background-position: center left;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 24px;
  margin: 0;
}

.w-filters .g-filters .g-filters-search-input:focus {
  background-position: center right;
}

.w-filters .g-filters .g-filters-sortby {
  position: relative;
}

@media screen and (max-width: 64.06125em) {
  .w-filters .g-filters .g-filters-sortby:nth-child(2) {
    z-index: 3;
  }
  .w-filters .g-filters .g-filters-sortby:nth-child(3) {
    z-index: 2;
  }
  .w-filters .g-filters .g-filters-sortby:nth-child(4) {
    z-index: 1;
  }
}

.w-filters .g-filters .g-filters-sortby span {
  position: relative;
  z-index: 2;
}

.w-filters .g-filters .g-filters-sortby > label > a {
  color: #cccccc;
}

.w-filters .g-filters .g-filters-sortby .sortby-selected {
  color: #002346;
}

.w-filters .g-filters .g-filters-sortby .g-filters-sortby-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 3em;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.w-filters .g-filters .g-filters-sortby .g-filters-sortby-wrapper li {
  padding: 12px 0;
  margin: 2px 0;
}

.w-filters .g-filters .g-filters-sortby .g-filters-sortby-wrapper li.clicked, .w-filters .g-filters .g-filters-sortby .g-filters-sortby-wrapper li:hover {
  cursor: pointer;
  background: #f7f7f7;
  color: #002346;
}

.w-filters .g-filters .g-filters-sortby.open .g-filters-sortby-wrapper {
  display: block;
}

@media screen and (min-width: 40.0625em) and (max-width: 64.06125em) and (min-width: 1024px) {
  body#uid9 .w-filters .g-filters .g-filters-search {
    width: 25%;
  }
  body#uid9 .w-filters .g-filters .g-filters-search input {
    min-width: 50px;
  }
}

.c-btn-base,
.c-btn-blue {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-radius: 14px;
  letter-spacing: .7px;
  text-transform: uppercase;
  outline: none;
  padding: 0 20px;
  border: 1px solid transparent;
  cursor: pointer;
  background: #002346;
  color: #ffffff;
}

@media screen and (min-width: 64.0625em) and (max-width: 90.06125em) {
  .c-btn-base,
  .c-btn-blue {
    font-size: 0.625rem;
    line-height: 0.625rem;
    padding: 0 5px;
  }
}

.c-btn-base:hover,
.c-btn-blue:hover {
  background: #ffffff;
  color: #002346;
  border: 1px solid #002346;
}

.c-btn-base {
  background: transparent;
  color: #002346;
}

.c-btn-base:hover {
  color: #ffffff;
  background: #002346;
}

.select2 {
  padding: 0 0 0 20px;
  text-transform: uppercase;
}

.select2 .selection > span > span:first-child:after {
  /*content:'\021E3';*/
  content: '';
  background: url(/fileadmin/user_upload/images/icons/arrow-down.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  margin-top: 3px;
}

.select2-container input {
  margin: 0;
}

.select2-container input[type='search'], .select2-container input[type='search']:focus {
  border-color: #002346;
  height: 1.5rem;
}

.select2-container ul {
  text-transform: uppercase;
  background: white;
  color: black;
  list-style: none;
  padding: 0;
  margin: 0;
}

.select2-container ul li {
  padding: 2px 10px;
  border-top: 1px solid #002346;
}

.pastExhibitionControl {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
}

.pastExhibitionControl .exhFilter {
  display: inline;
  color: #ccc;
  text-transform: uppercase;
}

.pastExhibitionControl input {
  display: inline;
  width: auto;
  border: 0;
  margin: 0;
  height: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pastExhibitionControl input.pastExhibitionSearch {
  margin-left: 20px;
  line-height: 16px;
}

.pastExhibitionControl input:focus {
  border: 0;
}

.pastExhibitionControl select {
  display: none;
}

.exhibition {
  margin-bottom: 60px;
  text-transform: uppercase;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #203E5B;
}

.exhibition .exhImageWrap {
  overflow: hidden;
}

@media screen and (max-width: 64.06125em) {
  .exhibition .exhImageWrap .exhImage {
    width: 100%;
  }
}

.exhibition .exhLocation {
  font-size: 0.625rem;
  line-height: 2.5rem;
  letter-spacing: 2px;
  margin: 0;
}

.exhibition .exhTitle {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 1px;
  margin-top: -8px;
}

.exhibition .exhTitle.exhSubTitle {
  margin-top: 8px;
}

.exhibition .exhDates {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.5px;
}

.exhibition .exhMore {
  text-transform: none;
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  letter-spacing: .7px;
  margin-top: 24px;
}

@media screen and (max-width: 64.06125em) {
  .exhibition .exhMore {
    display: none;
  }
}

.exhibition:hover .exhImageWrap .exhImage {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.exhibitionDetailed,
.artistDetailed {
  /*
  .grid-x{
    .c-contentwrap{
      > .c-caratschtext{
        margin-top:50px;
      }
    }
  }
  */
}

.exhibitionDetailed ul.accordion-menu > li,
.artistDetailed ul.accordion-menu > li {
  padding: 56px 0;
  text-transform: uppercase;
  border-top: 1px solid #DEE5E8;
}

.exhibitionDetailed ul.accordion-menu > li .accordion-c-title,
.artistDetailed ul.accordion-menu > li .accordion-c-title {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-self: flex-start;
}

.exhibitionDetailed ul.accordion-menu > li .toggle-accordion-menu,
.artistDetailed ul.accordion-menu > li .toggle-accordion-menu {
  position: relative;
  padding: 0;
  justify-self: flex-end;
  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:absolute;
          right:0;
          top:-27px;
          padding-top:24px;
          */
  text-align: center;
  border: 1px solid #DEE5E8;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  transition: .3s ease-in-out all;
  -webkit-transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
  -ms-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
}

.exhibitionDetailed ul.accordion-menu > li[aria-expanded='true'] .toggle-accordion-menu,
.artistDetailed ul.accordion-menu > li[aria-expanded='true'] .toggle-accordion-menu {
  background: #002346;
  color: #ffffff;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}

.exhibitionDetailed ul.accordion-menu > li ul.nested,
.artistDetailed ul.accordion-menu > li ul.nested {
  text-transform: none;
  margin-top: 40px;
}

.exhibitionDetailed ul.accordion-menu > li ul.nested p,
.artistDetailed ul.accordion-menu > li ul.nested p {
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #002346;
  font-size: 1rem;
  line-height: 2.625rem;
  letter-spacing: .8px;
}

.transition, .caratsch-nav-owl-gallery .owl-prev svg,
.caratsch-nav-owl-gallery .owl-next svg, .c-view-detailed .a-detailed .a-small-detailed-pdf:before,
.c-view-detailed .a-detailed .a-detailed-pdf:before, .c-view-detailed .a-detailed .a-detailed-work-switch button, .c-view-detailed .a-detailed .a-detailed-toggler, .c-view-detailed .a-detailed .a-detailed-content, .c-works .c-works-nav, .c-works .c-works-nav img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.artists.artists-wrapper-border {
  border-top: 1px solid #DEE5E8;
}

.artists.artists-wrapper-border h3 {
  line-height: 6.25rem;
  margin: 0;
  padding: 0;
  color: #002346;
}

.artists .artist {
  margin: 20px 0;
  padding-bottom: 60px;
}

.artists .artist .artistImage {
  background: #ccc;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: 1s ease-in-out all;
  -webkit-transition: 1s ease-in-out all;
  -moz-transition: 1s ease-in-out all;
  -ms-transition: 1s ease-in-out all;
  -o-transition: 1s ease-in-out all;
}

.artists .artist:hover .artistImage {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.artists .artist .artistTitle {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: .5px;
  color: #002346;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.w-works {
  width: 100%;
  height: auto;
}

.w-works:before {
  content: unset;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9999;
  margin-top: -1px;
}

.w-works.is-loading:before {
  content: '';
}

.w-works .w-works-item {
  height: auto;
}

@media screen and (min-width: 40.0625em) and (max-width: 64.06125em) {
  .w-works .w-works-item .grid-x .w-works-wrap-image, .w-works .w-works-item .c-header menu ul li.sub-is-open ul .w-works-wrap-image, .c-header menu ul li.sub-is-open .w-works .w-works-item ul .w-works-wrap-image,
  .w-works .w-works-item .grid-y .w-works-wrap-image {
    text-align: center;
  }
  .w-works .w-works-item .grid-x .w-works-wrap-image img, .w-works .w-works-item .c-header menu ul li.sub-is-open ul .w-works-wrap-image img, .c-header menu ul li.sub-is-open .w-works .w-works-item ul .w-works-wrap-image img,
  .w-works .w-works-item .grid-y .w-works-wrap-image img {
    display: inline-block;
  }
}

.w-works .w-works-item .w-works-wrap-content {
  margin-bottom: 60px;
}

.w-works .w-works-item .w-works-wrap-content h4 {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.w-works .w-works-item .w-works-wrap-content p {
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: .7px;
  margin-bottom: 0;
}

.w-works .w-works-item .w-works-enquiry button.w-works-enquiry-border {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 6px;
  outline: none;
  cursor: pointer;
  color: #002346;
}

.w-works .w-works-item .w-works-enquiry button.w-works-enquiry-border svg rect,
.w-works .w-works-item .w-works-enquiry button.w-works-enquiry-border svg polygon,
.w-works .w-works-item .w-works-enquiry button.w-works-enquiry-border svg path {
  fill: #002346;
}

.w-works .w-works-item .w-works-enquiry button.w-works-enquiry-border:hover {
  border-color: #002346;
}

.w-works .w-works-item .w-works-enquiry span.w-works-enquiry-margin {
  margin-left: 10px;
}

.l-works-loader {
  position: fixed;
  z-index: 99;
  left: 30px;
  right: 30px;
  top: 65%;
  color: #002346;
  text-align: center;
  font-size: .9em;
}

.works__page-load-status {
  display: none;
  margin-top: 30px;
  text-align: center;
  height: 50px;
  color: #002346;
  line-height: 3.125rem;
}

.works__page-load-status.open {
  display: block;
  width: 100%;
}

.works__page-load-status .loader-ellips {
  font-size: 16px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.works__page-load-status .loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #002346;
  /* change color here */
  position: absolute;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.works__page-load-status .loader-ellips__dot:nth-child(1),
.works__page-load-status .loader-ellips__dot:nth-child(2) {
  left: 0;
}

.works__page-load-status .loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.works__page-load-status .loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

.works__page-load-status .loader-ellips__dot:nth-child(1) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
}

.works__page-load-status .loader-ellips__dot:nth-child(2),
.works__page-load-status .loader-ellips__dot:nth-child(3) {
  -webkit-animation-name: slide;
          animation-name: slide;
}

.works__page-load-status .loader-ellips__dot:nth-child(4) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  animation-direction: reverse;
}

.w-publications {
  padding-bottom: 60px;
}

.w-publications .e-publication {
  border-top: 1px solid #dddddd;
  padding: 30px 0;
}

.w-publications .e-publication:last-child {
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 64.06125em) {
  .w-publications .e-publication img.e-publication-image {
    max-width: 90%;
  }
}

.w-publications .e-publication .e-publication-placeholder {
  width: 188px;
  height: 240px;
  background: -webkit-gradient(linear, left top, right bottom, from(white), to(rgba(200, 200, 200, 0.5)));
  background: linear-gradient(to bottom right, white, rgba(200, 200, 200, 0.5));
}

.w-publications .e-publication .e-publication-ulist .e-publication-list-title,
.w-publications .e-publication .e-publication-ulist .e-publication-list,
.w-publications .e-publication .e-publication-ulist .e-publication-list p {
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: .7px;
}

.w-publications .e-publication .e-publication-ulist .e-publication-list-title {
  color: #b5b5b5;
}

.w-publications .e-publication .e-publication-ulist .e-publication-list {
  color: #002346;
}

.w-publications .e-publication .e-publication-control {
  margin-top: 20px;
}

.w-publications .e-publication .e-publication-control .e-publication-control-price {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 1px;
}

.w-publications .e-publication .e-publication-control .e-publication-control-amount {
  border: 1px solid #b5b5b5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  line-height: 2.5rem;
  letter-spacing: .7px;
  vertical-align: middle;
  overflow: hidden;
}

.w-publications .e-publication .e-publication-control .e-publication-control-amount button {
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 64.0625em) and (max-width: 90.06125em) {
  .w-publications .e-publication .e-publication-control .e-publication-control-amount button {
    padding: 0 20px;
  }
}

@media screen and (max-width: 40.06125em) {
  .w-publications .e-publication .e-publication-control .e-publication-control-amount button {
    padding: 0 20px;
  }
}

.w-publications .e-publication .e-publication-control .e-publication-control-amount button:hover {
  background: #002346;
  color: #ffffff;
}

.w-publications .e-publication .e-publication-control .e-publication-control-amount button.disabled {
  background: #dddddd;
  color: #b5b5b5;
  cursor: default;
}

.w-publications .e-publication .e-publication-control .c-btn-blue {
  line-height: 2.5rem;
  border-radius: 20px;
  width: 100%;
}

@media screen and (max-width: 40.06125em) {
  .w-publications .e-publication .e-publication-control .c-btn-blue {
    font-size: .8em;
  }
}

.e-publication-order-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.e-publication-order-wrapper .e-publication-order-content {
  padding: 20px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  line-height: 2.5rem;
}

@media screen and (max-width: 40.06125em) {
  .e-publication-order-wrapper .e-publication-order-content {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 1;
            flex: 100% 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.e-publication-order-wrapper .e-publication-order-content .e-publication-order-content-text {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: #002346;
  margin-right: 20px;
}

.e-publication-order-wrapper .e-publication-order-content .e-publication-order-content-text .e-publication-order-value {
  font-size: 1.375rem;
  letter-spacing: 1.1px;
  margin: 0 5px;
}

.e-publication-order-wrapper .c-btn-blue {
  border-radius: 20px;
  line-height: 2.5rem;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 40.06125em) {
  .e-publication-order-wrapper .c-btn-blue {
    width: auto;
    margin: 0 auto;
  }
}

.c-contentwrap {
  color: #002346;
}

.c-contentwrap .c-caratschtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-contentwrap .c-caratschtext p {
  /*
      font-size:rem-calc(18);
      line-height:rem-calc(42);
      */
  letter-spacing: .9px;
  line-height: 2.3125rem;
  font-size: 1rem;
}

.c-contentwrap .c-caratschtext .c-caratschtext-shortdescription {
  padding-top: 10px;
}

.c-contentwrap .c-caratschtext .c-caratschtext-shortdescription p {
  font-size: 1rem;
  line-height: 2.625rem;
  margin: 0 0 2px 0;
  letter-spacing: .8px;
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 40.06125em) {
  body#uid1 .c-contentwrap .c-caratschtext h3 {
    padding-bottom: 15px;
  }
  body#uid1 .c-contentwrap .c-caratschtext p {
    line-height: 1.75rem;
  }
}

.c-view-detailed {
  /*
  .intro{
    > .c-caratschtext{
      padding:$bottomspacer 0;
    }
  }
  */
}

@media screen and (max-width: 40.06125em) {
  .c-view-detailed .c-contentwrap {
    max-width: 100%;
    width: 100%;
  }
  .c-view-detailed .intro--offset {
    padding: 30px 0;
  }
}

.c-view-detailed h1 {
  font-size: 2.1875rem;
  line-height: 2.5625rem;
  letter-spacing: unset;
  margin-bottom: 0;
  padding-bottom: 15px;
}

@media screen and (min-width: 64.0625em) and (max-width: 90.06125em) {
  .c-view-detailed h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 40.0625em) and (max-width: 64.06125em) {
  .c-view-detailed h1 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 40.06125em) {
  .c-view-detailed h1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.c-view-detailed h3 {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 4px;
  margin-bottom: 0;
}

.c-view-detailed .detailed-date {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4375rem;
  letter-spacing: .8px;
}

.c-view-detailed .a-detailed {
  text-transform: uppercase;
  border-top: 1px solid #DEE5E8;
}

.c-view-detailed .a-detailed .cell, .c-view-detailed .a-detailed .c-header .c-menu-overlay .c-menu-overlay-content, .c-header .c-menu-overlay .c-view-detailed .a-detailed .c-menu-overlay-content {
  line-height: 6.875rem;
  position: relative;
}

@media screen and (max-width: 40.06125em) {
  .c-view-detailed .a-detailed .cell, .c-view-detailed .a-detailed .c-header .c-menu-overlay .c-menu-overlay-content, .c-header .c-menu-overlay .c-view-detailed .a-detailed .c-menu-overlay-content {
    line-height: 3.75rem;
  }
}

.c-view-detailed .a-detailed .grid-x, .c-view-detailed .a-detailed .c-header menu ul li.sub-is-open ul, .c-header menu ul li.sub-is-open .c-view-detailed .a-detailed ul {
  position: relative;
}

.c-view-detailed .a-detailed .a-small-detailed-pdf,
.c-view-detailed .a-detailed .a-detailed-pdf,
.c-view-detailed .a-detailed .a-title {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-view-detailed .a-detailed .a-title {
  font-size: 1rem;
  line-height: 7.8125rem;
  letter-spacing: 4.43px;
}

@media screen and (max-width: 40.06125em) {
  .c-view-detailed .a-detailed .a-title {
    line-height: 3.75rem;
  }
}

.c-view-detailed .a-detailed .a-small-detailed-pdf,
.c-view-detailed .a-detailed .a-detailed-pdf {
  margin: 0 25px 0 0;
  font-size: 0.6875rem;
  letter-spacing: 1.75px;
  position: relative;
}

@media screen and (max-width: 64.06125em) {
  .c-view-detailed .a-detailed .a-small-detailed-pdf,
  .c-view-detailed .a-detailed .a-detailed-pdf {
    display: none;
  }
}

.c-view-detailed .a-detailed .a-small-detailed-pdf:before,
.c-view-detailed .a-detailed .a-detailed-pdf:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #002346;
}

.c-view-detailed .a-detailed .a-small-detailed-pdf:after,
.c-view-detailed .a-detailed .a-detailed-pdf:after {
  content: '';
  position: relative;
  height: 12px;
  width: 9px;
  top: 2px;
  margin-left: 5px;
  background: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/download.svg") no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
}

.c-view-detailed .a-detailed .a-small-detailed-pdf:hover:before,
.c-view-detailed .a-detailed .a-detailed-pdf:hover:before {
  width: 100%;
}

@media screen and (max-width: 64.06125em) {
  .c-view-detailed .a-detailed .a-small-detailed-pdf {
    display: block;
    line-height: 2.4em;
    text-transform: uppercase;
  }
  .c-view-detailed .a-detailed .a-small-detailed-pdf:before {
    content: none;
  }
}

.c-view-detailed .a-detailed .a-detailed-work-switch {
  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;
  cursor: pointer;
  text-align: center;
  height: 72px;
}

.c-view-detailed .a-detailed .a-detailed-work-switch button {
  outline: none;
  padding: 0 20px;
  cursor: pointer;
}

.c-view-detailed .a-detailed .a-detailed-work-switch button:last-child {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 64.06125em) {
  .c-view-detailed .a-detailed .a-detailed-work-switch button svg {
    width: 30px;
    height: 21px;
  }
}

.c-view-detailed .a-detailed .a-detailed-work-switch button:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.c-view-detailed .a-detailed .a-detailed-work-switch button:hover svg path,
.c-view-detailed .a-detailed .a-detailed-work-switch button:hover svg rect,
.c-view-detailed .a-detailed .a-detailed-work-switch button:hover svg polygon {
  fill: #000000;
}

.c-view-detailed .a-detailed .c-works .a-detailed-work-switch {
  height: 40px;
  margin-top: 10px;
}

.c-view-detailed .a-detailed .c-works .a-detailed-work-switch button {
  padding: 0 20px 0 0;
}

.c-view-detailed .a-detailed .c-works .a-detailed-work-switch button:last-child {
  padding: 0 0 0 20px;
}

.c-view-detailed .a-detailed .a-detailed-toggler {
  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;
  cursor: pointer;
  text-align: center;
  border: 1px solid #DEE5E8;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

@media screen and (max-width: 40.06125em) {
  .c-view-detailed .a-detailed .a-detailed-toggler {
    width: 35px;
    height: 35px;
  }
}

.c-view-detailed .a-detailed .a-detailed-toggler:hover {
  border-color: #002346;
}

.c-view-detailed .a-detailed .a-detailed-toggler.active {
  background: #002346;
  color: #ffffff;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}

.c-view-detailed .a-detailed .a-detailed-content {
  padding-bottom: 20px;
}

.c-view-detailed .a-detailed .a-detailed-content p {
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 2.625rem;
  letter-spacing: .8px;
  text-transform: none;
}

@media screen and (max-width: 40.06125em) {
  .c-view-detailed .a-detailed .a-detailed-content p {
    line-height: 1.875rem;
  }
}

.c-view-detailed .a-detailed .a-detailed-content p.t-list {
  line-height: 1.6875rem;
}

.c-view-detailed .a-detailed .a-detailed-content a {
  text-decoration: underline;
  -webkit-text-decoration-color: #b5b5b5;
          text-decoration-color: #b5b5b5;
}

.c-view-detailed .a-detailed .a-detailed-content a:hover {
  -webkit-text-decoration-color: #002346;
          text-decoration-color: #002346;
}

@media screen and (max-width: 40.06125em) {
  .c-works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-works .c-works-gal {
  position: relative;
  max-width: 100%;
  height: 400px;
}

@media screen and (max-width: 40.06125em) {
  .c-works .c-works-gal {
    display: none;
  }
}

@media screen and (min-width: 90.0625em) {
  .c-works .c-works-gal {
    height: 550px;
  }
}

.c-works .c-works-gal a.fresco.i-ultrawide,
.c-works .c-works-gal img.i-ultrawide {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 64.06125em) {
  .c-works .c-works-gal a.fresco.i-ultrawide,
  .c-works .c-works-gal img.i-ultrawide {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}

.c-works .c-works-gal a.fresco.i-landscape, .c-works .c-works-gal a.fresco.i-square, .c-works .c-works-gal a.fresco.i-portrait,
.c-works .c-works-gal img.i-landscape,
.c-works .c-works-gal img.i-square,
.c-works .c-works-gal img.i-portrait {
  height: 100%;
  width: auto;
}

.c-works .c-works-gal a {
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.c-works .c-works-content {
  padding: 30px 0;
}

@media screen and (max-width: 40.06125em) {
  .c-works .c-works-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-works .c-works-content p.c-works-title {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}

.c-works .c-works-content p.c-works-alt,
.c-works .c-works-content .c-works-description p {
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: .7px;
  margin: 0 0 3px 0;
  padding: 0;
}

.c-works .c-works-content p.c-works-alt span,
.c-works .c-works-content .c-works-description p span {
  font-style: italic;
}

.c-works .c-works-nav {
  overflow-x: scroll;
  max-width: 100%;
  position: relative;
  white-space: nowrap;
  text-align: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 15px 5px;
}

@media screen and (max-width: 40.06125em) {
  .c-works .c-works-nav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.c-works .c-works-nav::-webkit-scrollbar {
  opacity: 0;
}

.c-works .c-works-nav .holder {
  width: auto;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 0 7px;
}

@media screen and (min-width: 40.0625em) {
  .c-works .c-works-nav .holder.active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #002346;
  }
}

.c-works .c-works-nav img {
  height: 160px;
  width: auto;
  display: inline-block;
  border: 1px solid #ffffff;
  cursor: pointer;
  /*
      &:first-child{
        margin:0 15px 0 0;
      }
      &:last-child{
        margin:0 0 0 15px;
      }
      */
}

@media screen and (max-width: 40.06125em) {
  .c-works .c-works-nav img {
    height: 185px;
  }
}

.c-works .c-works-nav img.active {
  position: relative;
}

.c-works .c-works-nav img.active:after {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background: #002346;
}

.c-works .c-works-nav img:not(.active) {
  /*
        &:hover{
          border-color:$theme-base-color;
        }
         */
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

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

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

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

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

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

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

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

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

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

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

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

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

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

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

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

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

#kekschecker {
  position: fixed;
  border: 1px solid rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1400px;
  z-index: 9999999;
  padding: 2em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  display: none;
}

#kekschecker a {
  color: #b5b5b5;
}

#kekschecker a:hover {
  color: #dddddd;
}

#kekschecker p,
#kekschecker p a {
  font-family: akzidenz-grotesk, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem !important;
}

@media screen and (max-width: 40.06125em) {
  #kekschecker p,
  #kekschecker p a {
    line-height: 1.8em !important;
  }
}

#kekschecker .button {
  font-family: akzidenz-grotesk-extended, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: inline-block;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 100px;
  color: #002346;
  background: #ffffff;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#kekschecker .button:hover {
  background: #002346;
  color: #ffffff;
}

.cookieright {
  float: right;
}

#infotext {
  display: none;
}

#infotext.show {
  display: block;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 999999999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
}

#infotext.show > div {
  background: #ffffff;
  padding: 4em 2em;
  max-width: 800px;
  margin: auto;
  float: none;
  overflow: visible;
  position: relative;
}

#closer {
  position: absolute;
  top: 20px;
  right: 20px;
  background: inherit;
  cursor: pointer;
  cursor: hand;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid #333;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#closer:hover {
  border: 1px solid #5e5e5e;
  background-color: rgba(42, 44, 45, 0.08);
}

#closer:hover::before, #closer:hover::after {
  background: #000;
}

#closer::before, #closer::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 60%;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  background: #5e5e5e;
  margin-left: -12px;
}

#closer::before {
  transform: rotate(45deg) scale(1) skew(1deg) translate(0);
  -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0);
  -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0);
  -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0);
  -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0);
}

#closer::after {
  transform: rotate(-45deg) scale(1) skew(1deg) translate(0);
  -webkit-transform: rotate(-45deg) scale(1) skew(1deg) translate(0);
  -moz-transform: rotate(-45deg) scale(1) skew(1deg) translate(0);
  -o-transform: rotate(-45deg) scale(1) skew(1deg) translate(0);
  -ms-transform: rotate(-45deg) scale(1) skew(1deg) translate(0);
}

#showlegal {
  text-decoration: underline;
}

#infotext h1, #infotext h2, #infotext h3, #infotext h4, #infotext h5, #infotext h6, #disclaimershow h1, #disclaimershow h2, #disclaimershow h3, #disclaimershow h4, #disclaimershow h5, #disclaimershow h6 {
  margin: 1em 0 .2em 0;
  padding: 0;
  line-height: 1.4em;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .7px;
}

#infotext h2, #disclaimershow h2 {
  font-size: 28px;
}

#infotext h3, #disclaimershow h3 {
  font-size: 24px;
}

#infotext h4, #infotext h5, #disclaimershow h4, #disclaimershow h5 {
  font-size: 20px;
}

#infotext h2, #infotext h4, #infotext h5, #disclaimershow h2, #disclaimershow h4, #disclaimershow h5 {
  color: #002346;
}

#infotext p, #disclaimershow p {
  font-family: akzidenz-grotesk, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

#infotext ul, #disclaimershow ul {
  padding: 0 0 20px 0;
}

#infotext ul li, #disclaimershow ul li {
  padding: 0 0 0 25px;
  margin: 0 0 2px;
}

#infotext ul li p,
#infotext ul li a, #disclaimershow ul li p,
#disclaimershow ul li a {
  margin: 0;
  padding: 0;
  display: inline;
  font-family: akzidenz-grotesk, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

@media (max-width: 500px) {
  span.button {
    clear: both;
    margin: 0.5em 0;
    float: none;
    width: 100%;
    margin-top: 1em;
  }
  #kekschecker p, #kekschecker a {
    line-height: 1.3em;
  }
}

.c-powermail__field .checkbox {
  text-align: center;
}

.tx-powermail .powermail_fieldwrap_check .powermail_check_outer {
  width: 100% !important;
}

.tx-powermail .powermail_fieldwrap_check .powermail_check_legend {
  width: auto !important;
}

/* POWERMAIL 6 FIXES */
.powermail_fieldwrap {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

.powermail_fieldset {
  display: inline;
}

.tx-powermail .powermail_create {
  letter-spacing: .9px;
  line-height: 2.3125rem;
  font-size: 1rem;
}

.tx-powermail .medium-6-blank {
  margin-right: 50%;
}

.tx-powermail fieldset,
.tx-powermail fieldset legend {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.tx-powermail fieldset:last-of-type {
  margin-top: 39.6px;
}

.tx-powermail legend {
  margin-top: 30px;
}

.tx-powermail h1 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.tx-powermail #grid-containing-publication-orders .g-c-p-o-element {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
}

.tx-powermail #grid-containing-publication-orders .g-c-p-o-element:first-child {
  border-top: 1px solid #dddddd;
}

.tx-powermail #grid-containing-publication-orders img {
  max-height: 80px;
  max-width: 90%;
}

.tx-powermail #grid-containing-publication-orders .g-c-p-o-text,
.tx-powermail #grid-containing-publication-orders .g-c-p-o-control {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: .7px;
  color: #002346;
  text-transform: uppercase;
}

.tx-powermail label {
  text-align: left;
}

.tx-powermail label:not(input),
.tx-powermail label input[type=checkbox] {
  text-transform: uppercase;
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  letter-spacing: 1px;
}

.tx-powermail legend {
  font-family: akzidenz-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: 4.43px;
  text-transform: uppercase;
  color: #002346;
}

.tx-powermail select,
.tx-powermail textarea,
.tx-powermail input[type=text] {
  border: 0;
  border-bottom: 1px solid #002346;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.tx-powermail .c-btn-blue {
  line-height: 2.5rem;
  padding: 0 30px;
  border-radius: 20px;
}

.tx-powermail ul.parsley-errors-list {
  list-style: none;
  text-align: left;
}

.tx-powermail ul.parsley-errors-list li {
  color: #ff6666;
}

.tx-powermail .e-publication-control-amount {
  border: 1px solid #b5b5b5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  letter-spacing: .7px;
  vertical-align: middle;
  overflow: hidden;
}

.tx-powermail .e-publication-control-amount button {
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 64.0625em) and (max-width: 90.06125em) {
  .tx-powermail .e-publication-control-amount button {
    padding: 0 20px;
  }
}

.tx-powermail .e-publication-control-amount button:hover {
  background: #002346;
  color: #ffffff;
}

.tx-powermail .e-publication-control-amount button.disabled {
  background: #dddddd;
  color: #b5b5b5;
  cursor: default;
}

.c-spotsocial .c-aggregator .c-aggregator__title {
  margin: 0;
  padding: 0 0 60px 0;
  color: #222222;
}

.c-spotsocial .c-aggregator .c-aggregator__toolbar {
  padding: 6px 0 60px 0;
  text-align: center;
}

.c-spotsocial .c-aggregator .c-aggregator__more {
  margin: 0;
  padding: 6px 0 60px 0;
  text-align: right;
}

.c-spotsocial .c-aggregator .c-aggregator__more .c-aggregator__more__link {
  display: inline-block;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-spotsocial .c-aggregator .c-aggregator__more .c-aggregator__more__link .c-aggregator__more__link-label {
  display: inline-block;
  padding-right: 20px;
}

.c-spotsocial .c-aggregator .c-aggregator__more .c-aggregator__more__link .c-aggregator__more__link-icon {
  display: inline-block;
}

.c-spotsocial .c-aggregator .c-aggregator__container {
  position: relative;
  z-index: 1;
  margin: -15px;
}

.c-spotsocial .c-aggregator .c-aggregator__filters {
  display: inline-table;
  width: auto;
}

.c-spotsocial .c-aggregator .c-aggregator__filters .c-aggregator__filter {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
}

.c-spotsocial .c-aggregator .c-aggregator__filters .c-aggregator__filter a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-spotsocial .c-aggregator .c-aggregator__filters .c-aggregator__filter a.is-active:before, .c-spotsocial .c-aggregator .c-aggregator__filters .c-aggregator__filter a.is-active:hover:before, .c-spotsocial .c-aggregator .c-aggregator__filters .c-aggregator__filter a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-spotsocial .c-aggregator .c-aggregator__filters .c-aggregator__filter a:before {
  position: absolute;
  display: block;
  content: '';
  background: #222222;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -10px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.c-spotsocial .c-aggregator .c-aggregator__filters .c-aggregator__filter a svg,
.c-spotsocial .c-aggregator .c-aggregator__filters .c-aggregator__filter a svg path {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 0;
  fill: #222222;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item {
  float: left;
  padding: 0 15px;
  width: 25%;
  color: #444444;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--page .c-aggregator__item-wrap {
  -webkit-transition: -webkit-box-shadow 0.2s ease-in;
  transition: -webkit-box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--page .c-aggregator__item-wrap:hover {
  -webkit-box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.2);
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--instagram .c-aggregator__item__head {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  padding-bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--instagram .c-aggregator__item__provider .c-aggregator__item__provider-icon {
  fill: #ffffff;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--instagram .c-aggregator__item__provider .c-aggregator__item__provider-icon svg,
.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--instagram .c-aggregator__item__provider .c-aggregator__item__provider-icon svg path {
  fill: #ffffff;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--instagram .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type-icon {
  fill: #ffffff;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--instagram .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type-icon svg,
.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--instagram .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type-icon svg path {
  fill: #ffffff;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item--instagram .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type-value {
  color: #ffffff;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item a {
  text-decoration: none;
  color: #444444;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 30px 0;
  background-color: #ffffff;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__head {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__body {
  position: relative;
  z-index: 1;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__picture img {
  width: 100%;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__provider {
  padding: 20px 0 10px 0;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__provider .c-aggregator__item__provider-icon {
  fill: #222222;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__provider .c-aggregator__item__provider-icon svg,
.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__provider .c-aggregator__item__provider-icon svg path {
  fill: #222222;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__date {
  padding: 30px 25px 0 25px;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__date .c-aggregator__item__date-created {
  color: #C2C2C2;
  font-size: 12px;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__content {
  padding: 0 25px 30px 25px;
  color: #474747;
  font-size: 13px;
  line-height: 22px;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters {
  padding: 14px 0 10px 0;
  text-align: right;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types {
  display: inline-table;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types .c-aggregator__type {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px 0 0;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type-icon svg {
  display: inline-block;
  vertical-align: middle;
}

.c-spotsocial .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type-value {
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  font-size: 13px;
}

@media print {
  body {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
  h1 {
    font-size: 18px !important;
    padding-bottom: 10px !important;
  }
  h2 {
    font-size: 15px !important;
  }
  h3 {
    font-size: 14px !important;
  }
  h4 {
    font-size: 13px !important;
  }
  p {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  * * {
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  header,
  footer,
  main,
  div {
    -webkit-column-break-before: avoid;
            break-before: avoid;
    -webkit-column-break-after: avoid;
            break-after: avoid;
    page-break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6 {
    -webkit-column-break-before: avoid;
            break-before: avoid;
    -webkit-column-break-after: avoid;
            break-after: avoid;
    page-break-inside: avoid;
  }
  q:after, q:before {
    content: "" !important;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}


.fr-overlay,.fr-window{position:fixed;top:0;left:0}.fr-box,.fr-overlay,.fr-overlay-background,.fr-page,.fr-pages,.fr-window{width:100%;height:100%}.fr-hovering-clickable .fr-container,.fr-side{cursor:pointer}.fr-overlay,.fr-overlay [class^=fr-],.fr-spinner,.fr-spinner [class^=fr-],.fr-window,.fr-window [class^=fr-]{box-sizing:border-box}.fr-overlay{z-index:99998}.fr-window{font:13px/20px "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;transform:translateZ(0);z-index:99999}.fr-spinner{z-index:100000}.fr-overlay-background{float:left;background:#000;opacity:.9;filter:alpha(opacity=90)}.fr-overlay-ui-fullclick .fr-overlay-background{background:#292929;opacity:1;filter:alpha(opacity=100)}.fr-overlay.fr-mobile-touch,.fr-window.fr-mobile-touch{position:absolute;overflow:visible}.fr-measured{margin:0!important;min-width:0!important;min-height:0!important}.fr-box{position:absolute;top:0;left:0}.fr-pages{position:absolute;overflow:hidden;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fr-info,.fr-position-inside,.fr-position-outside{-webkit-text-size-adjust:none;text-size-adjust:none;-khtml-user-select:text}.fr-page{position:absolute}.fr-container{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;text-align:center}.fr-ui-inside .fr-container,.fr-ui-inside.fr-no-sides .fr-container{padding:20px}.fr-ui-outside .fr-container{padding:20px 82px}.fr-ui-outside.fr-no-sides .fr-container{padding:20px 48px}@media all and (max-width:700px) and (orientation:portrait),all and (orientation:landscape) and (max-height:700px){.fr-ui-inside .fr-container,.fr-ui-inside.fr-no-sides .fr-container{padding:12px}.fr-ui-outside .fr-container{padding:12px 72px}.fr-ui-outside.fr-no-sides .fr-container{padding:12px 48px}}@media all and (max-width:500px) and (orientation:portrait),all and (orientation:landscape) and (max-height:500px){.fr-ui-inside .fr-container,.fr-ui-inside.fr-no-sides .fr-container{padding:0}.fr-ui-outside .fr-container{padding:0 72px}.fr-ui-outside.fr-no-sides .fr-container{padding:0 48px}}.fr-ui-fullclick .fr-container,.fr-ui-fullclick.fr-no-sides .fr-container{padding:0}.fr-ui-fullclick.fr-type-video .fr-container{padding:0 62px}.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container{padding:48px 0}.fr-overflow-y .fr-container{padding-top:0!important;padding-bottom:0!important}.fr-content,.fr-content-background{position:absolute;top:50%;left:50%;overflow:visible}.fr-info,.fr-info-background{position:absolute;top:0;width:100%}.fr-content-element{float:left;width:100%;height:100%}.fr-content-background{background:#101010}.fr-info{left:0;color:#efefef;font-size:13px;line-height:20px;text-align:left;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fr-position,.fr-position-text{color:#b3b3b3}.fr-info-background{left:0;height:100%;background:#000;line-height:1%;filter:none;opacity:1}.fr-ui-inside .fr-info-background{filter:alpha(opacity=80);opacity:.8;zoom:1}.fr-ui-outside .fr-info-background{background:#0d0d0d}.fr-content .fr-info{top:auto;bottom:0}.fr-info-padder{display:block;overflow:hidden;padding:12px;position:relative;width:auto}.fr-caption{width:auto;display:inline;white-space:wrap}.fr-position{float:right;line-height:21px;opacity:.99;position:relative;text-align:right;margin-left:15px;white-space:nowrap}.fr-position-inside,.fr-position-outside{position:absolute;bottom:0;right:0;margin:12px;width:auto;padding:2px 8px;border-radius:10px;font-size:11px;line-height:20px;text-shadow:0 1px 0 rgba(0,0,0,.4);display:none;overflow:hidden;white-space:nowrap;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fr-close,.fr-side{-webkit-user-select:none;-moz-user-select:none}.fr-position-inside{border:0}.fr-position-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#0d0d0d;filter:alpha(opacity=80);opacity:.8;zoom:1}.fr-position-inside .fr-position-text,.fr-position-outside .fr-position-text{float:left;position:relative;text-shadow:0 1px 1px rgba(0,0,0,.3);opacity:1}.fr-ui-outside .fr-position-outside{display:block}.fr-ui-outside .fr-info .fr-position{display:none}.fr-ui-inside.fr-no-caption .fr-position-inside{display:block}.fr-info .fr-stroke-top,.fr-ui-fullclick .fr-stroke,.fr-ui-inside.fr-no-caption .fr-caption,.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom,.fr-ui-outside.fr-no-caption .fr-info{display:none}.fr-info a,.fr-info a:hover{color:#ccc;border:0;background:0 0;text-decoration:underline}.fr-info a:hover{color:#eee}.fr-stroke{position:absolute;top:0;left:0;width:100%;height:1px}.fr-stroke-vertical{width:1px;height:100%}.fr-stroke-horizontal{padding:0 1px}.fr-stroke-right{left:auto;right:0}.fr-stroke-bottom{top:auto;bottom:0}.fr-stroke-color{float:left;width:100%;height:100%;background:rgba(255,255,255,.08)}.fr-info .fr-stroke-color{background:rgba(80,80,80,.3)}.fr-ui-fullclick .fr-content-background{box-shadow:none}.fr-side-hidden,.fr-thumbnails-disabled .fr-thumbnails{display:none!important}.fr-side{position:absolute;top:50%;width:54px;height:72px;margin:-36px 9px 0;user-select:none;zoom:1}.fr-side-previous{left:0}.fr-side-next{right:0;left:auto}.fr-side-disabled{cursor:default}.fr-close,.fr-thumbnail,.fr-thumbnail-overlay{cursor:pointer}.fr-side-button{float:left;width:100%;height:100%;margin:0;padding:0}.fr-side-button-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ccc}.fr-side-button-icon{float:left;position:relative;height:100%;width:100%;zoom:1;background-position:50% 50%;background-repeat:no-repeat}@media all and (max-width:500px) and (orientation:portrait),all and (orientation:landscape) and (max-height:414px){.fr-side{width:54px;height:60px;margin:-30px 0 0}.fr-side-button{width:48px;height:60px;margin:0 3px}}.fr-close{position:absolute;width:48px;height:48px;top:0;right:0;user-select:none}.fr-close-background,.fr-close-icon{position:absolute;top:12px;left:12px;height:26px;width:26px;background-position:50% 50%;background-repeat:no-repeat}.fr-close-background{background-color:#000}.fr-thumbnails{position:absolute;overflow:hidden}.fr-thumbnails-horizontal .fr-thumbnails{width:100%;height:12%;min-height:74px;max-height:160px;bottom:0}.fr-thumbnails-vertical .fr-thumbnails{height:100%;width:10%;min-width:74px;max-width:160px;left:0}.fr-thumbnails,.fr-thumbnails *{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fr-thumbnails-wrapper{position:absolute;top:0;left:50%;height:100%}.fr-thumbnails-vertical .fr-thumbnails-wrapper{top:50%;left:0}.fr-thumbnails-slider{position:relative;width:100%;height:100%;float:left;zoom:1}.fr-thumbnails-slider-slide{position:absolute;top:0;left:0;height:100%}.fr-thumbnails-thumbs{float:left;height:100%;overflow:hidden;position:relative;top:0;left:0}.fr-thumbnails-slide{position:absolute;top:0;height:100%;width:100%}.fr-thumbnail-frame{position:absolute;zoom:1;overflow:hidden}.fr-thumbnail{position:absolute;width:30px;height:100%;left:50%;top:50%;zoom:1;margin:0 10px}.fr-ltIE9 .fr-thumbnail *{overflow:hidden;z-index:1;zoom:1}.fr-thumbnail-wrapper{position:relative;background:#161616;width:100%;height:100%;float:left;overflow:hidden;display:inline;z-index:0}.fr-thumbnail-active,.fr-thumbnail-active .fr-thumbnail-overlay{cursor:default}.fr-thumbnail-overlay,.fr-thumbnail-overlay-background,.fr-thumbnail-overlay-border{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0;overflow:hidden;border-style:solid;border-color:transparent}.fr-ltIE9 .fr-thumbnail-overlay-border{border-width:0!important}.fr-thumbnail .fr-thumbnail-image{position:absolute;filter:alpha(opacity=85);opacity:.85;max-width:none}.fr-thumbnail-active:hover .fr-thumbnail-image,.fr-thumbnail:hover .fr-thumbnail-image{filter:alpha(opacity=99);opacity:.99}.fr-thumbnail-active .fr-thumbnail-image,.fr-thumbnail-active:hover .fr-thumbnail-image{filter:alpha(opacity=35);opacity:.35}.fr-thumbnail-loading,.fr-thumbnail-loading-background,.fr-thumbnail-loading-icon{position:absolute;top:0;left:0;width:100%;height:100%}.fr-thumbnail-loading-background{background-color:#161616;background-position:50% 50%;background-repeat:no-repeat;opacity:.8;position:relative;float:left}.fr-thumbnail-loading-icon{display:none}.fr-thumbnail-error .fr-thumbnail-image{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#202020}.fr-thumbnails-side{float:left;height:100%;width:28px;margin:0 5px;position:relative;overflow:hidden}.fr-thumbnails-side-previous{margin-left:12px}.fr-thumbnails-side-next{margin-right:12px}.fr-thumbnails-vertical .fr-thumbnails-side{height:28px;width:100%;margin:10px 0}.fr-thumbnails-vertical .fr-thumbnails-side-previous{margin-top:20px}.fr-thumbnails-vertical .fr-thumbnails-side-next{margin-bottom:20px}.fr-thumbnails-side-button{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px;width:28px;height:28px;cursor:pointer}.fr-thumbnails-side-button-background,.fr-thumbnails-side-button-icon{position:absolute;width:100%;height:100%;left:0;top:0}.fr-thumbnails-side-button-background{filter:alpha(opacity=80);opacity:.8;-moz-transition:background-color .2s ease-in;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in;background-color:#333;cursor:pointer;border-radius:4px}.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background{background-color:#3b3b3b}.fr-thumbnails-side-button-disabled *{cursor:default}.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background{background-color:#333}.fr-thumbnails-vertical .fr-thumbnail-frame,.fr-thumbnails-vertical .fr-thumbnails-side,.fr-thumbnails-vertical .fr-thumbnails-thumbs{clear:both}.fr-window-ui-fullclick .fr-thumbnails{background:#090909}.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom,.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left{display:block!important}.fr-thumbnails-horizontal .fr-thumbnails-thumbs{padding:12px 5px}.fr-thumbnails-vertical .fr-thumbnails-thumbs{padding:5px 12px}.fr-thumbnails-measured .fr-thumbnails-thumbs{padding:0!important}@media all and (min-height:700px){.fr-thumbnails-horizontal .fr-thumbnails-thumbs{padding:16px 8px}.fr-thumbnails-horizontal .fr-thumbnails-side{margin:0 8px}.fr-thumbnails-horizontal .fr-thumbnails-side-previous{margin-left:16px}.fr-thumbnails-horizontal .fr-thumbnails-side-next{margin-right:16px}}@media all and (min-height:980px){.fr-thumbnails-horizontal .fr-thumbnails-thumbs{padding:20px 10px}.fr-thumbnails-horizontal .fr-thumbnails-side{margin:0 10px}.fr-thumbnails-horizontal .fr-thumbnails-side-previous{margin-left:20px}.fr-thumbnails-horizontal .fr-thumbnails-side-next{margin-right:20px}}@media all and (min-width:1200px){.fr-thumbnails-vertical .fr-thumbnails-thumbs{padding:8px 16px}.fr-thumbnails-vertical .fr-thumbnails-side{margin:0 8px}.fr-thumbnails-vertical .fr-thumbnails-side-previous{margin-top:16px}.fr-thumbnails-vertical .fr-thumbnails-side-next{margin-bottom:16px}}@media all and (min-width:1800px){.fr-thumbnails-vertical .fr-thumbnails-thumbs{padding:10px 20px}.fr-thumbnails-vertical .fr-thumbnails-side{margin:10px 0}.fr-thumbnails-vertical .fr-thumbnails-side-previous{margin-top:20px}.fr-thumbnails-vertical .fr-thumbnails-side-next{margin-bottom:20px}}@media all and (max-width:500px) and (orientation:portrait),all and (orientation:landscape) and (max-height:500px){.fr-thumbnails-horizontal .fr-thumbnails{display:none!important}}@media all and (max-width:700px) and (orientation:portrait),all and (orientation:landscape) and (max-height:414px){.fr-thumbnails-vertical .fr-thumbnails{display:none!important}}.fr-window-ui-fullclick .fr-close-outside,.fr-window-ui-fullclick .fr-content .fr-close,.fr-window-ui-fullclick .fr-content .fr-info,.fr-window-ui-fullclick .fr-content .fr-side-next,.fr-window-ui-fullclick .fr-content .fr-side-previous,.fr-window-ui-fullclick .fr-side-next-outside,.fr-window-ui-fullclick .fr-side-previous-outside,.fr-window-ui-inside .fr-close-fullclick,.fr-window-ui-inside .fr-close-outside,.fr-window-ui-inside .fr-page>.fr-info,.fr-window-ui-inside .fr-side-next-fullclick,.fr-window-ui-inside .fr-side-next-outside,.fr-window-ui-inside .fr-side-previous-fullclick,.fr-window-ui-inside .fr-side-previous-outside,.fr-window-ui-outside .fr-close-fullclick,.fr-window-ui-outside .fr-content .fr-close,.fr-window-ui-outside .fr-content .fr-info,.fr-window-ui-outside .fr-content .fr-side-next,.fr-window-ui-outside .fr-content .fr-side-previous,.fr-window-ui-outside .fr-side-next-fullclick,.fr-window-ui-outside .fr-side-previous-fullclick{display:none!important}.fr-toggle-ui{opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.fr-visible-fullclick-ui .fr-box>.fr-toggle-ui,.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui{opacity:1}.fr-hidden-fullclick-ui .fr-box>.fr-toggle-ui,.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui{-webkit-transition:opacity .3s;transition:opacity .3s}.fr-ltIE9.fr-hidden-fullclick-ui .fr-box>.fr-toggle-ui,.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui{display:none}.fr-spinner{position:fixed;width:52px;height:52px;background:#101010;background:rgba(16,16,16,.85);border-radius:5px}.fr-spinner div{position:absolute;top:0;left:0;height:64%;width:64%;margin-left:18%;margin-top:18%;opacity:1;-webkit-animation:fresco-12 1.2s infinite ease-in-out;animation:fresco-12 1.2s infinite ease-in-out}.fr-spinner div:after{content:'';position:absolute;top:0;left:50%;width:2px;height:8px;margin-left:-1px;background:#fff;box-shadow:0 0 1px transparent}.fr-spinner div.fr-spin-1{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.fr-spinner div.fr-spin-2{-ms-transform:rotate(60deg);-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-delay:-1s;animation-delay:-1s}.fr-spinner div.fr-spin-3{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.9s;animation-delay:-.9s}.fr-spinner div.fr-spin-4{-ms-transform:rotate(120deg);-webkit-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation-delay:-.8s;animation-delay:-.8s}.fr-spinner div.fr-spin-5{-ms-transform:rotate(150deg);-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-animation-delay:-.7s;animation-delay:-.7s}.fr-spinner div.fr-spin-6{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.6s;animation-delay:-.6s}.fr-spinner div.fr-spin-7{-ms-transform:rotate(210deg);-webkit-transform:rotate(210deg);transform:rotate(210deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.fr-spinner div.fr-spin-8{-ms-transform:rotate(240deg);-webkit-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation-delay:-.4s;animation-delay:-.4s}.fr-spinner div.fr-spin-9{-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.3s;animation-delay:-.3s}.fr-spinner div.fr-spin-10{-ms-transform:rotate(300deg);-webkit-transform:rotate(300deg);transform:rotate(300deg);-webkit-animation-delay:-.2s;animation-delay:-.2s}.fr-spinner div.fr-spin-11{-ms-transform:rotate(330deg);-webkit-transform:rotate(330deg);transform:rotate(330deg);-webkit-animation-delay:-.1s;animation-delay:-.1s}.fr-spinner div.fr-spin-12{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes fresco-12{0%{opacity:1}100%{opacity:0}}@keyframes fresco-12{0%{opacity:1}100%{opacity:0}}.fr-thumbnail-spinner{position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;width:40px;height:40px}.fr-thumbnail-spinner-spin{position:relative;float:left;margin:8px 0 0 8px;text-indent:-9999em;border-top:2px solid rgba(255,255,255,.2);border-right:2px solid rgba(255,255,255,.2);border-bottom:2px solid rgba(255,255,255,.2);border-left:2px solid #fff;-webkit-animation:fr-thumbnail-spin 1.1s infinite linear;animation:fr-thumbnail-spin 1.1s infinite linear}.fr-thumbnail-spinner-spin,.fr-thumbnail-spinner-spin:after{border-radius:50%;width:24px;height:24px}@-webkit-keyframes fr-thumbnail-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fr-thumbnail-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fr-error{float:left;position:relative;background-color:#ca3434;width:160px;height:160px}.fr-error-icon{position:absolute;width:42px;height:42px;top:50%;left:50%;margin-left:-21px;margin-top:-21px}.fr-window-skin-fresco .fr-close-icon,.fr-window-skin-fresco .fr-error-icon,.fr-window-skin-fresco .fr-side-button-icon,.fr-window-skin-fresco .fr-thumbnails-side-button-icon{background-image:url(/typo3conf/ext/spot_website/Resources/Public/Source/Vendor/fresco/css/fresco/skins/fresco/sprite.svg)}.fr-window-skin-fresco .fr-error-icon,.fr-window-skin-fresco.fr-no-svg .fr-close-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon{background-image:url(/typo3conf/ext/spot_website/Resources/Public/Source/Vendor/fresco/css/fresco/skins/fresco/sprite.png)}.fr-window-skin-fresco .fr-error-icon{background-position:-160px -126px}.fr-window-skin-fresco .fr-content-background{background:#101010;box-shadow:0 0 5px rgba(0,0,0,.4)}.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background{box-shadow:none}.fr-window-skin-fresco .fr-side-button-background{background-color:transparent}.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon{background-position:-13px -14px}.fr-window-skin-fresco .fr-side-next .fr-side-button-icon{background-position:-93px -14px}.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon{background-position:-13px -114px}.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon{background-position:-93px -114px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon{background-position:-13px -114px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon{background-position:-93px -114px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon{background-position:-13px -214px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon{background-position:-93px -214px}.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon{background-position:-13px -114px}.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon{background-position:-93px -114px}.fr-window-skin-fresco.fr-svg .fr-side-button-icon{opacity:.5}.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon{opacity:1}.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon{opacity:.8}.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon{opacity:.2}.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon{background-image:none}@media all and (max-width:500px) and (orientation:portrait),all and (orientation:landscape) and (max-height:414px){.fr-page{min-width:100%;min-height:100%}.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon{background-position:0 -300px}.fr-window-skin-fresco .fr-side-next .fr-side-button-icon{background-position:-48px -300px}.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon{background-position:0 -360px}.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon{background-position:-48px -360px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon{background-position:0 -360px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon{background-position:-48px -360px}.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon{background-position:0 -360px}.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon{background-position:-48px -360px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon{background-position:0 -420px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon{background-position:-48px -420px}}.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background{background-color:#363636}.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background{background-color:#434343}.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background,.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background{background-color:#131313;filter:alpha(opacity=80);opacity:.8}.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background,.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background{background-color:#191919}.fr-window-skin-fresco .fr-close .fr-close-icon{background-position:-168px -8px}.fr-window-skin-fresco .fr-close:hover .fr-close-icon{background-position:-210px -8px}.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon{background-position:-210px -8px;opacity:.8}.fr-window-skin-fresco .fr-close:hover .fr-close-icon,.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon,.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon{opacity:1}.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper{box-shadow:0 0 1px rgba(0,0,0,.1)}.fr-window-skin-fresco .fr-thumbnail-wrapper{border-color:transparent;border-style:solid;border-width:0;box-shadow:0 -1px 4px rgba(0,0,0,.3)}.fr-window-skin-fresco .fr-thumbnail-overlay-border{border-width:1px;border-color:rgba(255,255,255,.08)}.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border{border:0}.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon{background-position:-167px -49px}.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon{background-position:-209px -49px}.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon{background-position:-167px -91px}.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon{background-position:-209px -91px}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon{background-position:-293px -49px}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon{background-position:-335px -49px}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon{background-position:-293px -91px}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon{background-position:-335px -91px}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon{-moz-transition:opacity .2s ease-in;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;opacity:.8}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon{background-position:-167px -49px}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon{background-position:-209px -91px}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon{opacity:1}.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon{background-position:-293px -49px}.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon{background-position:-335px -91px}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled{opacity:.5}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon{background-position:-251px -49px}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon{background-position:-251px -91px}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background{filter:alpha(opacity=50)}.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon{background-position:-377px -49px}.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon{background-position:-377px -91px}

