
/**
 * @file
 * Utility classes to hide elements in different ways.
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible {
  visibility: hidden;
}

@font-face {
  font-family: "DTL Elzevir Tabular Webfont";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/dtl-elzevir-tabular/dtl-elzevir-tabular-regular.woff2") format("woff2"), url("../fonts/dtl-elzevir-tabular/dtl-elzevir-tabular-regular.woff") format("woff");
}
@font-face {
  font-family: "DTL Elzevir Tabular Webfont";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/dtl-elzevir-tabular/dtl-elzevir-tabular-bold.woff2") format("woff2"), url("../fonts/dtl-elzevir-tabular/dtl-elzevir-tabular-bold.woff") format("woff");
}
@font-face {
  font-family: "DTL Elzevir Webfont";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/dtl-elzevir/dtl-elzevir-regular.woff2") format("woff2"), url("../fonts/dtl-elzevir/dtl-elzevir-regular.woff") format("woff");
}
@font-face {
  font-family: "DTL Elzevir Webfont";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/dtl-elzevir/dtl-elzevir-bold.woff2") format("woff2"), url("../fonts/dtl-elzevir/dtl-elzevir-bold.woff") format("woff");
}
@font-face {
  font-family: "DTL Elzevir Webfont";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/dtl-elzevir/dtl-elzevir-italic.woff2") format("woff2"), url("../fonts/dtl-elzevir/dtl-elzevir-italic.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/futura-pt/futura-pt-light.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-light.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: oblique;
  font-weight: 300;
  src: url("../fonts/futura-pt/futura-pt-light-oblique.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-light-oblique.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/futura-pt/futura-pt-book.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-book.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: oblique;
  font-weight: normal;
  src: url("../fonts/futura-pt/futura-pt-book-oblique.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-book-oblique.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/futura-pt/futura-pt-medium.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-medium.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: oblique;
  font-weight: 500;
  src: url("../fonts/futura-pt/futura-pt-medium-oblique.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-medium-oblique.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/futura-pt/futura-pt-demi.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-demi.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: oblique;
  font-weight: 600;
  src: url("../fonts/futura-pt/futura-pt-demi-oblique.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-demi-oblique.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/futura-pt/futura-pt-bold.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-bold.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: oblique;
  font-weight: bold;
  src: url("../fonts/futura-pt/futura-pt-bold-oblique.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-bold-oblique.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/futura-pt/futura-pt-extrabold.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-extrabold.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: oblique;
  font-weight: 800;
  src: url("../fonts/futura-pt/futura-pt-extrabold-oblique.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-extrabold-oblique.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/futura-pt/futura-pt-heavy.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-heavy.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Webfont";
  font-style: oblique;
  font-weight: 900;
  src: url("../fonts/futura-pt/futura-pt-heavy-oblique.woff2") format("woff2"), url("../fonts/futura-pt/futura-pt-heavy-oblique.woff") format("woff");
}
/* stylelint-disable */
@font-face {
  font-display: block;
  font-family: "isgm-icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/isgm-icons/isgm-icons.woff?v=697ee5cbc04f7f09c4cf2d9a067484dc") format("woff");
}
:root {
  --neutrals-black: #121212;
  --neutrals-grey-darkest: #464140;
  --neutrals-grey-dark: #77706e;
  --neutrals-grey-light: #e0e0e0;
  --neutrals-grey-lightest: #f3f3f3;
  --neutrals-white: #ffffff;
  --brand-green-accent: #20aa4d;
  --brand-green-dark: #19883d;
  --brand-green-darkest: #0e5322;
  --brand-blue-accent: #00aeef;
  --brand-blue-dark: #006c94;
  --brand-blue-darkest: #00455e;
  --brand-yellow-accent: #fff200;
  --brand-yellow-dark: #77706e;
  --brand-yellow-darkest: #464140;
  --brand-orange-accent: #f58220;
  --brand-orange-dark: #b46018;
  --brand-orange-darkest: #944b10;
  --brand-indigo-accent: #3d439b;
  --brand-indigo-dark: #393f93;
  --brand-indigo-darkest: #30367d;
  --brand-magenta-accent: #e54c9a;
  --brand-magenta-dark: #cd3c8a;
  --brand-magenta-darkest: #a83876;
  --brand-red-accent: #ef473b;
  --brand-red-dark: #d64036;
  --brand-red-darkest: #ad3b34;
}

/*
  Custom CSS properties.
  Some are references to overridden properties
  included in the Olivero theme.

  - Typography
  - Fluid Type sizes
  - Colors
  - Gradients
  - Layout
  - Grid gap across various breakpoints.
  - Border
  - Menu
  - Vertical rhythm
  - Shadows
  - Transitions
*/
:root {
  /* Typography */
  --ff__sans-serif: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  --base-font: var(--ff__sans-serif);
  --fw__light: 200;
  --fw__normal: 400;
  --fw__medium: 500;
  --fw__boldish: 600;
  --fw__bold: 700;
  /* Fluid Type Sizes */
  --vp__min: 30;
  --vp__max: 75;
  --fs__large: 24px;
  --fs__base: 18px;
  --fs__smallest: 16px;
  /* Grid Gap */
  --grid-gap--small: 6px;
  --grid-gap--base: 8px;
  --grid-gap--medium: 10px;
  /* Border */
  --border-style-base: 1px solid;
  --border-style-medium: 2px solid;
  --border-style-heavy: 4px solid;
  --border-gray: var(--border-style-base) var(--neutrals-grey-light);
  --border-green: var(--border-style-base) var(--neutrals-green-darkest);
  --border-transparent: var(--border-style-base) transparent;
  --border-table: var(--border-style-base) var(--neutrals-grey-light);
  --border-radius-none: 0px;
  --border-radius-small: 3px;
  --border-radius-base: 5px;
  --border-radius-medium: 16px;
  --border-radius-circle: 50%;
  /* Box Shadow */
  --box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
  --shadow-1: 0px 20px 20px -20px rgba(0, 0, 0, 0.55);
  /* Links */
  --link: var(--primary-orange);
  --link-hfa: var(--secondary-orange);
  /* Horizontal Rule */
  --hr: rgba(112, 112, 112, 0.2);
  /* Focus */
  --focus-style: 2px solid currentColor;
  --focus-style--light: 2px solid #fff;
  /* Transitions */
  --transition-base--sm: all 200ms ease-in-out;
  --transition-base--md: all 500ms ease;
  --transition-base--lg: all 1000ms ease;
}

/*
  Vars yet to be detemrmined/mapped from previous design
  --photo-foreground
  --ui
  --alt
  --alt2
*/
/* Fallback for old themes */
:root {
  --accent: var(--brand-green-dark);
  --frame: var(--brand-green-accent);
  --brand-dark: var(--brand-green-dark);
  --brand-darkest: var(--brand-green-darkest);
  --btn-bg: var(--brand-green-darkest);
  --btn-bg-hfa: var(--brand-green-dark);
  --btn-text: var(--neutrals-white);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-green-accent);
  --btn-border-hfa: var(--brand-green-accent);
}

/*
  Primary: Light Gray background / Green accents
 .t-default can also be used to reset the background color to grey.
*/
:root,
.t-default {
  --bg: var(--neutrals-grey-lightest);
  --fg: var(--neutrals-grey-darkest);
  --headings: var(--neutrals-black);
  --icon: var(--brand-dark);
  --link: var(--brand-dark);
  --link-hfa: var(--brand-darkest);
}

/* White is a special case for things like cards */
.t-white {
  --bg: var(--neutrals-white);
  --fg: var(--neutrals-grey-darkest);
  --headings: var(--neutrals-black);
  --link: var(--brand-dark);
  --link-hfa: var(--brand-darkest);
}

/*
  Section Identifiers placed on body element.
  These initial styles are used in conjuction with default theme.
  Dark and Darkest themes use section identifiers as a parent selector.
  .theme-green
  .theme-blue
  .theme-yellow
  .theme-orange
  .theme-indigo
  .theme-pink = magenta
  .theme-red
*/
.theme-green,
.theme-grey {
  --brand-dark: var(--brand-green-dark);
  --brand-darkest: var(--brand-green-darkest);
  --accent: var(--brand-green-dark);
  --frame: var(--brand-green-accent);
  --btn-bg: var(--brand-green-darkest);
  --btn-bg-hfa: var(--brand-green-dark);
  --btn-text: var(--neutrals-white);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-green-accent);
  --btn-border-hfa: var(--brand-green-accent);
}

.theme-blue {
  --brand-dark: var(--brand-blue-dark);
  --brand-darkest: var(--brand-blue-darkest);
  --accent: var(--brand-blue-dark);
  --frame: var(--brand-blue-accent);
  --btn-bg: var(--brand-blue-darkest);
  --btn-bg-hfa: var(--brand-blue-dark);
  --btn-text: var(--neutrals-white);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-blue-accent);
  --btn-border-hfa: var(--brand-blue-accent);
}

.theme-yellow {
  --brand-dark: var(--brand-yellow-dark);
  --brand-darkest: var(--brand-yellow-darkest);
  --accent: var(--brand-yellow-dark);
  --frame: var(--brand-yellow-accent);
  --btn-bg: var(--brand-yellow-darkest);
  --btn-bg-hfa: var(--brand-yellow-dark);
  --btn-text: var(--neutrals-white);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-yellow-accent);
  --btn-border-hfa: var(--brand-yellow-accent);
}

.theme-orange {
  --brand-dark: var(--brand-orange-dark);
  --brand-darkest: var(--brand-orange-darkest);
  --accent: var(--brand-orange-dark);
  --frame: var(--brand-orange-accent);
  --btn-bg: var(--brand-orange-darkest);
  --btn-bg-hfa: var(--brand-orange-dark);
  --btn-text: var(--neutrals-white);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-orange-accent);
  --btn-border-hfa: var(--brand-orange-accent);
}

.theme-indigo {
  --brand-dark: var(--brand-indigo-dark);
  --brand-darkest: var(--brand-indigo-darkest);
  --accent: var(--brand-indigo-dark);
  --frame: var(--brand-indigo-accent);
  --btn-bg: var(--brand-indigo-darkest);
  --btn-bg-hfa: var(--brand-indigo-dark);
  --btn-text: var(--neutrals-white);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-indigo-accent);
  --btn-border-hfa: var(--brand-indigo-accent);
}

.theme-pink {
  --brand-dark: var(--brand-pink-dark);
  --brand-darkest: var(--brand-pink-darkest);
  --accent: var(--brand-magenta-dark);
  --frame: var(--brand-magenta-accent);
  --btn-bg: var(--brand-magenta-darkest);
  --btn-bg-hfa: var(--brand-magenta-dark);
  --btn-text: var(--neutrals-white);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-magenta-accent);
  --btn-border-hfa: var(--brand-magenta-accent);
}

.theme-red {
  --brand-dark: var(--brand-red-dark);
  --brand-darkest: var(--brand-red-darkest);
  --accent: var(--brand-red-dark);
  --frame: var(--brand-red-accent);
  --btn-bg: var(--brand-red-darkest);
  --btn-bg-hfa: var(--brand-red-dark);
  --btn-text: var(--neutrals-white);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-red-accent);
  --btn-border-hfa: var(--brand-red-accent);
}

/*
  Dark Color Schemes
  Used on components that require a dark background.
  .theme-* is used to set the section color.
*/
.t-brand--dark {
  --bg: var(--brand-green-dark);
  --fg: var(--neutrals-white);
  --accent: var(--neutrals-white);
  --headings: var(--neutrals-white);
  --link: var(--neutrals-white);
  --link-hfa: var(--neutrals-white);
}
.theme-green .t-brand--dark, .theme-grey .t-brand--dark {
  --bg: var(--brand-green-dark);
}
.theme-blue .t-brand--dark {
  --bg: var(--brand-blue-dark);
}
.theme-yellow .t-brand--dark {
  --bg: var(--brand-yellow-dark);
}
.theme-orange .t-brand--dark {
  --bg: var(--brand-orange-dark);
}
.theme-indigo .t-brand--dark {
  --bg: var(--brand-indigo-dark);
}
.theme-pink .t-brand--dark {
  --bg: var(--brand-magenta-dark);
}
.theme-red .t-brand--dark {
  --bg: var(--brand-red-dark);
}

/*
  Darkest Color Schemes
  Used on components that require a dark background.
  .theme-* on html element is used to set the section color.
*/
.t-brand--darkest {
  --bg: var(--brand-green-darkest);
  --fg: var(--neutrals-white);
  --headings: var(--neutrals-white);
  --accent: var(--neutrals-white);
  --link: var(--neutrals-white);
  --link-hfa: var(--neutrals-white);
}
.theme-green .t-brand--darkest, .theme-grey .t-brand--darkest {
  --bg: var(--brand-green-darkest);
  --headings: var(--neutrals-white);
  --hr: var(--brand-green-dark);
  --btn-bg: var(--neutrals-grey-lightest);
  --btn-bg-hfa: var(--brand-green-dark);
  --btn-text: var(--brand-green-darkest);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-green-accent);
  --btn-border-hfa: var(--brand-green-accent);
}
.theme-blue .t-brand--darkest {
  --bg: var(--brand-blue-darkest);
  --headings: var(--neutrals-white);
  --hr: var(--brand-blue-dark);
  --btn-bg: var(--neutrals-grey-lightest);
  --btn-bg-hfa: var(--brand-blue-dark);
  --btn-text: var(--brand-blue-darkest);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-blue-accent);
  --btn-border-hfa: var(--brand-blue-accent);
}
.theme-yellow .t-brand--darkest {
  --bg: var(--brand-yellow-darkest);
  --headings: var(--neutrals-white);
  --hr: var(--brand-yellow-dark);
  --btn-bg: var(--neutrals-grey-lightest);
  --btn-bg-hfa: var(--brand-yellow-dark);
  --btn-text: var(--brand-yellow-darkest);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-yellow-accent);
  --btn-border-hfa: var(--brand-yellow-accent);
}
.theme-orange .t-brand--darkest {
  --bg: var(--brand-orange-darkest);
  --headings: var(--neutrals-white);
  --hr: var(--brand-orange-dark);
  --btn-bg: var(--neutrals-grey-lightest);
  --btn-bg-hfa: var(--brand-orange-dark);
  --btn-text: var(--brand-orange-darkest);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-orange-accent);
  --btn-border-hfa: var(--brand-orange-accent);
}
.theme-indigo .t-brand--darkest {
  --bg: var(--brand-indigo-darkest);
  --headings: var(--neutrals-white);
  --hr: var(--brand-indigo-dark);
  --btn-bg: var(--neutrals-grey-lightest);
  --btn-bg-hfa: var(--brand-indigo-dark);
  --btn-text: var(--brand-indigo-darkest);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-indigo-accent);
  --btn-border-hfa: var(--neutrals-white);
}
.theme-pink .t-brand--darkest {
  --bg: var(--brand-magenta-darkest);
  --headings: var(--neutrals-white);
  --hr: var(--brand-pink-dark);
  --btn-bg: var(--neutrals-grey-lightest);
  --btn-bg-hfa: var(--brand-magenta-dark);
  --btn-text: var(--brand-magenta-darkest);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-magenta-accent);
  --btn-border-hfa: var(--brand-magenta-accent);
}
.theme-red .t-brand--darkest {
  --bg: var(--brand-red-darkest);
  --headings: var(--neutrals-white);
  --hr: var(--brand-red-dark);
  --btn-bg: var(--neutrals-grey-lightest);
  --btn-bg-hfa: var(--brand-red-dark);
  --btn-text: var(--brand-red-darkest);
  --btn-text-hfa: var(--neutrals-white);
  --btn-border: var(--brand-red-accent);
  --btn-border-hfa: var(--brand-red-accent);
}

/*
  Apply the background and foreground colors to theme classes.
*/
.t-default,
.t-brand--dark,
.t-brand--darkest,
.t-white {
  background-color: var(--bg);
  color: var(--fg);
}

.t-destination--green {
  --frame: var(--brand-green-accent);
}
.t-destination--green.t-white {
  --accent: var(--brand-green-dark);
}
.t-destination--blue {
  --frame: var(--brand-blue-accent);
}
.t-destination--blue.t-white {
  --accent: var(--brand-blue-dark);
}
.t-destination--yellow {
  --frame: var(--brand-yellow-accent);
}
.t-destination--yellow.t-white {
  --accent: var(--brand-yellow-dark);
}
.t-destination--orange {
  --frame: var(--brand-orange-accent);
}
.t-destination--orange.t-white {
  --accent: var(--brand-orange-dark);
}
.t-destination--indigo {
  --frame: var(--brand-indigo-accent);
}
.t-destination--indigo.t-white {
  --accent: var(--brand-indigo-dark);
}
.t-destination--pink {
  --frame: var(--brand-magenta-accent);
}
.t-destination--pink.t-white {
  --accent: var(--brand-magenta-dark);
}
.t-destination--red {
  --frame: var(--brand-red-accent);
}
.t-destination--red.t-white {
  --accent: var(--brand-red-dark);
}

:root {
  --spacer-unit-xxxxlarge: 120px;
  --spacer-unit-xxxxlarge-mobile: 80px;
  --spacer-unit-xxxlarge: 88px;
  --spacer-unit-xxxlarge-mobile: 56px;
  --spacer-unit-xxlarge: 64px;
  --spacer-unit-xxlarge-mobile: 40px;
  --spacer-unit-xlarge: 40px;
  --spacer-unit-xlarge-mobile: 24px;
  --spacer-unit-large: 32px;
  --spacer-unit-large-mobile: 20px;
  --spacer-unit-mid: 24px;
  --spacer-unit-mid-mobile: 16px;
  --spacer-unit-small: 16px;
  --spacer-unit-small-mobile: 12px;
  --spacer-unit-xsmall: 8px;
  --spacer-unit-xsmall-mobile: 8px;
  --spacer-unit-xxsmall: 4px;
  --spacer-unit-xxsmall-mobile: 4px;
  --vertical-section-normal: 120px;
  --vertical-section-normal-mobile: 80px;
  --horizontal-bordered-margin: 104px !important;
  --horizontal-bordered-margin-mobile: 12px !important;
  --card-inset: 40px;
  --card-inset-mobile: 24px;
}
picture {
  display: block;
}

picture::after {
  clear: both;
  content: "";
  display: table;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

a {
  font: inherit;
}

a strong,
a em {
  font-style: inherit;
  font-weight: inherit;
}

p > a {
  text-decoration: underline;
}

a img {
  vertical-align: bottom;
}

figure img,
figure iframe,
figure video,
figure object,
picture img,
picture iframe,
picture video,
picture object {
  height: auto;
  width: 100%;
}

a,
button,
input[type="submit"],
input[type="cancel"] {
  cursor: pointer;
}

html:not(.main-has-loaded) * {
  transition: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: currentColor;
  transition: background-color 5000s ease-in-out 0s;
}

input,
input:matches([type="password"], [type="search"]),
textarea,
input[type="range"],
select {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

sub,
sup {
  font-size: 85%;
}

p > a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: inherit;
}

em,
i {
  font-style: italic;
}

strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4 {
  font-family: "Futura PT Webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-weight: 600;
}

h3 {
  font-size: 30px;
  font-weight: 450;
  line-height: 38.46px;
}

.isg-su-pt--xxxxlarge {
  padding-top: var(--spacer-unit-xxxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pt--xxxxlarge {
    padding-top: var(--spacer-unit-xxxxlarge) !important;
  }
}
.isg-su-pt--xxxlarge {
  padding-top: var(--spacer-unit-xxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pt--xxxlarge {
    padding-top: var(--spacer-unit-xxxlarge) !important;
  }
}
.isg-su-pt--xxlarge {
  padding-top: var(--spacer-unit-xxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pt--xxlarge {
    padding-top: var(--spacer-unit-xxlarge) !important;
  }
}
.isg-su-pt--xlarge {
  padding-top: var(--spacer-unit-xlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pt--xlarge {
    padding-top: var(--spacer-unit-xlarge) !important;
  }
}
.isg-su-pt--large {
  padding-top: var(--spacer-unit-large-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pt--large {
    padding-top: var(--spacer-unit-large) !important;
  }
}
.isg-su-pt--mid {
  padding-top: var(--spacer-unit-mid-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pt--mid {
    padding-top: var(--spacer-unit-mid) !important;
  }
}
.isg-su-pt--small {
  padding-top: var(--spacer-unit-small-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pt--small {
    padding-top: var(--spacer-unit-small) !important;
  }
}
.isg-su-pt--xsmall {
  padding-top: var(--spacer-unit-xsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pt--xsmall {
    padding-top: var(--spacer-unit-xsmall) !important;
  }
}
.isg-su-pt--xxsmall {
  padding-top: var(--spacer-unit-xxsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pt--xxsmall {
    padding-top: var(--spacer-unit-xxsmall) !important;
  }
}
.isg-su-pt--none {
  padding-top: 0 !important;
}

.isg-su-pb--xxxxlarge {
  padding-bottom: var(--spacer-unit-xxxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pb--xxxxlarge {
    padding-bottom: var(--spacer-unit-xxxxlarge) !important;
  }
}
.isg-su-pb--xxxlarge {
  padding-bottom: var(--spacer-unit-xxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pb--xxxlarge {
    padding-bottom: var(--spacer-unit-xxxlarge) !important;
  }
}
.isg-su-pb--xxlarge {
  padding-bottom: var(--spacer-unit-xxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pb--xxlarge {
    padding-bottom: var(--spacer-unit-xxlarge) !important;
  }
}
.isg-su-pb--xlarge {
  padding-bottom: var(--spacer-unit-xlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pb--xlarge {
    padding-bottom: var(--spacer-unit-xlarge) !important;
  }
}
.isg-su-pb--large {
  padding-bottom: var(--spacer-unit-large-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pb--large {
    padding-bottom: var(--spacer-unit-large) !important;
  }
}
.isg-su-pb--mid {
  padding-bottom: var(--spacer-unit-mid-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pb--mid {
    padding-bottom: var(--spacer-unit-mid) !important;
  }
}
.isg-su-pb--small {
  padding-bottom: var(--spacer-unit-small-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pb--small {
    padding-bottom: var(--spacer-unit-small) !important;
  }
}
.isg-su-pb--xsmall {
  padding-bottom: var(--spacer-unit-xsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pb--xsmall {
    padding-bottom: var(--spacer-unit-xsmall) !important;
  }
}
.isg-su-pb--xxsmall {
  padding-bottom: var(--spacer-unit-xxsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-pb--xxsmall {
    padding-bottom: var(--spacer-unit-xxsmall) !important;
  }
}
.isg-su-pb--none {
  padding-bottom: 0 !important;
}

.isg-su-plr--xxxxlarge {
  padding-left: var(--spacer-unit-xxxxlarge-mobile) !important;
  padding-right: var(--spacer-unit-xxxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-plr--xxxxlarge {
    padding-left: var(--spacer-unit-xxxxlarge) !important;
    padding-right: var(--spacer-unit-xxxxlarge) !important;
  }
}
.isg-su-plr--xxxlarge {
  padding-left: var(--spacer-unit-xxxlarge-mobile) !important;
  padding-right: var(--spacer-unit-xxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-plr--xxxlarge {
    padding-left: var(--spacer-unit-xxxlarge) !important;
    padding-right: var(--spacer-unit-xxxlarge) !important;
  }
}
.isg-su-plr--xxlarge {
  padding-left: var(--spacer-unit-xxlarge-mobile) !important;
  padding-right: var(--spacer-unit-xxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-plr--xxlarge {
    padding-left: var(--spacer-unit-xxlarge) !important;
    padding-right: var(--spacer-unit-xxlarge) !important;
  }
}
.isg-su-plr--xlarge {
  padding-left: var(--spacer-unit-xlarge-mobile) !important;
  padding-right: var(--spacer-unit-xlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-plr--xlarge {
    padding-left: var(--spacer-unit-xlarge) !important;
    padding-right: var(--spacer-unit-xlarge) !important;
  }
}
.isg-su-plr--large {
  padding-left: var(--spacer-unit-large-mobile) !important;
  padding-right: var(--spacer-unit-large-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-plr--large {
    padding-left: var(--spacer-unit-large) !important;
    padding-right: var(--spacer-unit-large) !important;
  }
}
.isg-su-plr--mid {
  padding-left: var(--spacer-unit-mid-mobile) !important;
  padding-right: var(--spacer-unit-mid-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-plr--mid {
    padding-left: var(--spacer-unit-mid) !important;
    padding-right: var(--spacer-unit-mid) !important;
  }
}
.isg-su-plr--small {
  padding-left: var(--spacer-unit-small-mobile) !important;
  padding-right: var(--spacer-unit-small-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-plr--small {
    padding-left: var(--spacer-unit-small) !important;
    padding-right: var(--spacer-unit-small) !important;
  }
}
.isg-su-plr--xsmall {
  padding-left: var(--spacer-unit-xsmall-mobile) !important;
  padding-right: var(--spacer-unit-xsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-plr--xsmall {
    padding-left: var(--spacer-unit-xsmall) !important;
    padding-right: var(--spacer-unit-xsmall) !important;
  }
}
.isg-su-plr--xxsmall {
  padding-left: var(--spacer-unit-xxsmall-mobile) !important;
  padding-right: var(--spacer-unit-xxsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-plr--xxsmall {
    padding-left: var(--spacer-unit-xxsmall) !important;
    padding-right: var(--spacer-unit-xxsmall) !important;
  }
}
.isg-su-plr--none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.isg-su-p--xxxxlarge {
  padding: var(--spacer-unit-xxxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-p--xxxxlarge {
    padding: var(--spacer-unit-xxxxlarge) !important;
  }
}
.isg-su-p--xxxlarge {
  padding: var(--spacer-unit-xxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-p--xxxlarge {
    padding: var(--spacer-unit-xxxlarge) !important;
  }
}
.isg-su-p--xxlarge {
  padding: var(--spacer-unit-xxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-p--xxlarge {
    padding: var(--spacer-unit-xxlarge) !important;
  }
}
.isg-su-p--xlarge {
  padding: var(--spacer-unit-xlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-p--xlarge {
    padding: var(--spacer-unit-xlarge) !important;
  }
}
.isg-su-p--large {
  padding: var(--spacer-unit-large-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-p--large {
    padding: var(--spacer-unit-large) !important;
  }
}
.isg-su-p--mid {
  padding: var(--spacer-unit-mid-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-p--mid {
    padding: var(--spacer-unit-mid) !important;
  }
}
.isg-su-p--small {
  padding: var(--spacer-unit-small-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-p--small {
    padding: var(--spacer-unit-small) !important;
  }
}
.isg-su-p--xsmall {
  padding: var(--spacer-unit-xsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-p--xsmall {
    padding: var(--spacer-unit-xsmall) !important;
  }
}
.isg-su-p--xxsmall {
  padding: var(--spacer-unit-xxsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-p--xxsmall {
    padding: var(--spacer-unit-xxsmall) !important;
  }
}
.isg-su-p--none {
  padding: 0 !important;
}

.isg-su-mt---xxxxlarge {
  margin-top: var(--spacer-unit-xxxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mt---xxxxlarge {
    margin-top: var(--spacer-unit-xxxxlarge) !important;
  }
}
.isg-su-mt--xxxlarge {
  margin-top: var(--spacer-unit-xxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mt--xxxlarge {
    margin-top: var(--spacer-unit-xxxlarge) !important;
  }
}
.isg-su-mt--xxlarge {
  margin-top: var(--spacer-unit-xxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mt--xxlarge {
    margin-top: var(--spacer-unit-xxlarge) !important;
  }
}
.isg-su-mt--xlarge {
  margin-top: var(--spacer-unit-xlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mt--xlarge {
    margin-top: var(--spacer-unit-xlarge) !important;
  }
}
.isg-su-mt--large {
  margin-top: var(--spacer-unit-large-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mt--large {
    margin-top: var(--spacer-unit-large) !important;
  }
}
.isg-su-mt--mid {
  margin-top: var(--spacer-unit-mid-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mt--mid {
    margin-top: var(--spacer-unit-mid) !important;
  }
}
.isg-su-mt--small {
  margin-top: var(--spacer-unit-small-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mt--small {
    margin-top: var(--spacer-unit-small) !important;
  }
}
.isg-su-mt--xsmall {
  margin-top: var(--spacer-unit-xsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mt--xsmall {
    margin-top: var(--spacer-unit-xsmall) !important;
  }
}
.isg-su-mt--xxsmall {
  margin-top: var(--spacer-unit-xxsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mt--xxsmall {
    margin-top: var(--spacer-unit-xxsmall) !important;
  }
}
.isg-su-mt--none {
  margin-top: 0 !important;
}

.isg-su-mb--xxxxlarge {
  margin-bottom: var(--spacer-unit-xxxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mb--xxxxlarge {
    margin-bottom: var(--spacer-unit-xxxxlarge) !important;
  }
}
.isg-su-mb--xxxlarge {
  margin-bottom: var(--spacer-unit-xxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mb--xxxlarge {
    margin-bottom: var(--spacer-unit-xxxlarge) !important;
  }
}
.isg-su-mb--xxlarge {
  margin-bottom: var(--spacer-unit-xxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mb--xxlarge {
    margin-bottom: var(--spacer-unit-xxlarge) !important;
  }
}
.isg-su-mb--xlarge {
  margin-bottom: var(--spacer-unit-xlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mb--xlarge {
    margin-bottom: var(--spacer-unit-xlarge) !important;
  }
}
.isg-su-mb--large {
  margin-bottom: var(--spacer-unit-large-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mb--large {
    margin-bottom: var(--spacer-unit-large) !important;
  }
}
.isg-su-mb--mid {
  margin-bottom: var(--spacer-unit-mid-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mb--mid {
    margin-bottom: var(--spacer-unit-mid) !important;
  }
}
.isg-su-mb--small {
  margin-bottom: var(--spacer-unit-small-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mb--small {
    margin-bottom: var(--spacer-unit-small) !important;
  }
}
.isg-su-mb--xsmall {
  margin-bottom: var(--spacer-unit-xsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mb--xsmall {
    margin-bottom: var(--spacer-unit-xsmall) !important;
  }
}
.isg-su-mb--xxsmall {
  margin-bottom: var(--spacer-unit-xxsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mb--xxsmall {
    margin-bottom: var(--spacer-unit-xxsmall) !important;
  }
}
.isg-su-mb--none {
  margin-bottom: 0 !important;
}

.isg-su-mlr--xxxxlarge {
  margin-left: var(--spacer-unit-xxxxlarge) !important;
  margin-right: var(--spacer-unit-xxxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mlr--xxxxlarge {
    margin-left: var(--spacer-unit-xxxxlarge-mobile) !important;
    margin-right: var(--spacer-unit-xxxxlarge) !important;
  }
}
.isg-su-mlr--xxxlarge {
  margin-left: var(--spacer-unit-xxxlarge) !important;
  margin-right: var(--spacer-unit-xxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mlr--xxxlarge {
    margin-left: var(--spacer-unit-xxxlarge-mobile) !important;
    margin-right: var(--spacer-unit-xxxlarge) !important;
  }
}
.isg-su-mlr--xxlarge {
  margin-left: var(--spacer-unit-xxlarge) !important;
  margin-right: var(--spacer-unit-xxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mlr--xxlarge {
    margin-left: var(--spacer-unit-xxlarge-mobile) !important;
    margin-right: var(--spacer-unit-xxlarge) !important;
  }
}
.isg-su-mlr--xlarge {
  margin-left: var(--spacer-unit-xlarge) !important;
  margin-right: var(--spacer-unit-xlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mlr--xlarge {
    margin-left: var(--spacer-unit-xlarge-mobile) !important;
    margin-right: var(--spacer-unit-xlarge) !important;
  }
}
.isg-su-mlr--large {
  margin-left: var(--spacer-unit-large) !important;
  margin-right: var(--spacer-unit-large-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mlr--large {
    margin-left: var(--spacer-unit-large-mobile) !important;
    margin-right: var(--spacer-unit-large) !important;
  }
}
.isg-su-mlr--mid {
  margin-left: var(--spacer-unit-mid) !important;
  margin-right: var(--spacer-unit-mid-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mlr--mid {
    margin-left: var(--spacer-unit-mid-mobile) !important;
    margin-right: var(--spacer-unit-mid) !important;
  }
}
.isg-su-mlr--small {
  margin-left: var(--spacer-unit-small) !important;
  margin-right: var(--spacer-unit-small-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mlr--small {
    margin-left: var(--spacer-unit-small-mobile) !important;
    margin-right: var(--spacer-unit-small) !important;
  }
}
.isg-su-mlr--xsmall {
  margin-left: var(--spacer-unit-xsmall) !important;
  margin-right: var(--spacer-unit-xsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mlr--xsmall {
    margin-left: var(--spacer-unit-xsmall-mobile) !important;
    margin-right: var(--spacer-unit-xsmall) !important;
  }
}
.isg-su-mlr--xxsmall {
  margin-left: var(--spacer-unit-xxsmall) !important;
  margin-right: var(--spacer-unit-xxsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-mlr--xxsmall {
    margin-left: var(--spacer-unit-xxsmall-mobile) !important;
    margin-right: var(--spacer-unit-xxsmall) !important;
  }
}
.isg-su-mlr--none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.isg-su-mlr--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.isg-su-m--xxxxlarge {
  margin: var(--spacer-unit-xxxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-m--xxxxlarge {
    margin: var(--spacer-unit-xxxxlarge) !important;
  }
}
.isg-su-m--xxxlarge {
  margin: var(--spacer-unit-xxxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-m--xxxlarge {
    margin: var(--spacer-unit-xxxlarge) !important;
  }
}
.isg-su-m--xxlarge {
  margin: var(--spacer-unit-xxlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-m--xxlarge {
    margin: var(--spacer-unit-xxlarge) !important;
  }
}
.isg-su-m--xlarge {
  margin: var(--spacer-unit-xlarge-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-m--xlarge {
    margin: var(--spacer-unit-xlarge) !important;
  }
}
.isg-su-m--large {
  margin: var(--spacer-unit-large-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-m--large {
    margin: var(--spacer-unit-large) !important;
  }
}
.isg-su-m--mid {
  margin: var(--spacer-unit-mid-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-m--mid {
    margin: var(--spacer-unit-mid) !important;
  }
}
.isg-su-m--small {
  margin: var(--spacer-unit-small-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-m--small {
    margin: var(--spacer-unit-small) !important;
  }
}
.isg-su-m--xsmall {
  margin: var(--spacer-unit-xsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-m--xsmall {
    margin: var(--spacer-unit-xsmall) !important;
  }
}
.isg-su-m--xxsmall {
  margin: var(--spacer-unit-xxsmall-mobile) !important;
}
@media (min-width: 530px) {
  .isg-su-m--xxsmall {
    margin: var(--spacer-unit-xxsmall) !important;
  }
}
.isg-su-m--none {
  margin: 0 !important;
}

:root {
  --isg-heading-inner-z-index: 10;
  --isg-heading-border-z-index: 5;
  --isg-heading-text-z-index: 4;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grabattention {
  0% {
    transform: translateY(0) scaleY(1);
  }
  10% {
    transform: translateY(-10%) scaleY(0.95);
  }
  25% {
    transform: translateY(20%) scaleY(1);
  }
  50% {
    transform: translateY(0) scaleY(1);
  }
  100% {
    transform: translateY(0) scaleY(1);
  }
}
:root {
  --frame-width: 10px;
  --max-width--content: 1200px;
  --max-width--text: 800px;
}

/* Mixins */
body {
  --website-outer-gutter: 15px;
  --constrainer-width: 100%;
}
@media (min-width: 530px) and (max-width: 799px) {
  body {
    --website-outer-gutter: 15px;
    --constrainer-width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  body {
    --website-outer-gutter: 22px;
    --constrainer-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  body {
    --website-outer-gutter: 110px;
    --constrainer-width: 1440px;
  }
}
@media (min-width: 1480px) {
  body {
    --website-outer-gutter: 110px;
    --constrainer-width: 1440px;
  }
}

.inner-constrainer {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  padding-left: var(--website-outer-gutter);
  padding-right: var(--website-outer-gutter);
}
.inner-constrainer::after {
  clear: both;
  content: "";
  display: table;
}

.outer-constrainer {
  margin: 0 auto;
  max-width: var(--constrainer-width);
}
.outer-constrainer::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Flex width
 * Helper shorthand for flexbox with cross-browser gotchas
 * Assumes flex-grow and flex-shrink of 0; if you need non-zero values for
 * those, this mixin is not for you.
 *
 * Usage:
 * .thing {
 *   @include flex-width(50%);
 * }
 */
@media screen {
  body.theme-green {
    box-shadow: 0 0 50vh 100vh var(--frame);
  }
  body.theme-blue {
    box-shadow: 0 0 50vh 100vh var(--frame);
  }
  body.theme-indigo {
    box-shadow: 0 0 50vh 100vh var(--frame);
  }
  body.theme-pink {
    box-shadow: 0 0 50vh 100vh var(--frame);
  }
  body.theme-red {
    box-shadow: 0 0 50vh 100vh var(--frame);
  }
  body.theme-orange {
    box-shadow: 0 0 50vh 100vh var(--frame);
  }
  body.theme-grey {
    box-shadow: 0 0 50vh 100vh var(--frame);
  }
}
* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

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

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  user-select: none;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #fff;
}

a {
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #ccc;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
hr {
  background-color: currentColor;
  height: 1px;
  margin: 1em 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

input::-ms-clear {
  display: none;
}

:root {
  overflow-y: auto;
}
:root a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

picture {
  display: block;
}
picture::after {
  clear: both;
  content: "";
  display: table;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

a {
  font: inherit;
}
a strong,
a em {
  font-style: inherit;
  font-weight: inherit;
}
p > a {
  text-decoration: underline;
}
a img {
  vertical-align: bottom;
}

figure img,
figure iframe,
figure video,
figure object,
picture img,
picture iframe,
picture video,
picture object {
  height: auto;
  width: 100%;
}

a,
button,
input[type=submit],
input[type=cancel] {
  cursor: pointer;
}

html:not(.main-has-loaded) * {
  transition: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: currentColor;
  transition: background-color 5000s ease-in-out 0s;
}

input,
input:matches([type=password], [type=search]),
textarea,
input[type=range],
select {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

sub,
sup {
  font-size: 85%;
}

p > a {
  display: inline-block;
}

option {
  background-color: inherit;
  color: inherit;
}

a {
  text-decoration-skip: ink;
}

:root {
  --btn-fs: 16px;
  --btn-fw: 500;
  --btn-radius: 0;
}

.isg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border-radius: var(--btn-radius);
  padding: var(--spacer-unit-small) var(--spacer-unit-large);
  gap: var(--spacer-unit-xsmall);
  box-shadow: var(--box-shadow);
  font-family: var(--ff__sans-serif);
  font-size: var(--btn-fs);
  font-weight: var(--btn-fw);
  letter-spacing: 2.4px;
  line-height: 140%;
  text-decoration: none !important;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border);
  color: var(--btn-text);
}
.isg-btn:hover, .isg-btn:focus-visible, .isg-btn:active, .isg-btn.is-active, .is-active .isg-btn {
  background-color: var(--btn-bg-hfa);
  border: 2px solid var(--btn-border-hfa);
  color: var(--btn-text-hfa);
  padding: calc(var(--spacer-unit-small) - 1px) calc(var(--spacer-unit-large) - 1px);
}
.isg-btn span {
  /* if button text is in span */
  color: currentColor;
  font-size: inherit;
  display: flex;
}
.isg-btn--primary {
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border);
  color: var(--btn-text);
}
.t-brand--darkest .isg-btn--primary {
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border);
  color: var(--btn-text);
}
.t-brand--darkest .isg-btn--primary:hover, .t-brand--darkest .isg-btn--primary:focus-visible, .t-brand--darkest .isg-btn--primary:active, .t-brand--darkest .isg-btn--primary.is-active, .t-brand--darkest .is-active .isg-btn--primary {
  background-color: var(--btn-bg-hfa);
  border: 2px solid var(--btn-border-hfa);
  color: var(--btn-text-hfa);
  padding: calc(var(--spacer-unit-small) - 1px) calc(var(--spacer-unit-large) - 1px);
}
.isg-btn--secondary {
  background-color: var(--neutrals-grey-light);
  border: 1px solid var(--btn-bg-hfa);
  color: var(--btn-bg-hfa);
}
.isg-btn--secondary:hover, .isg-btn--secondary:focus-visible, .isg-btn--secondary:active, .isg-btn--secondary.is-active, .is-active .isg-btn--secondary {
  background-color: var(--neutrals-grey-lightest);
  border: 2px solid var(--btn-bg-hfa);
  color: var(--btn-bg-hfa);
  padding: calc(var(--spacer-unit-small) - 1px) calc(var(--spacer-unit-large) - 1px);
}
.t-brand--darkest .isg-btn--secondary {
  background-color: var(--btn-text);
  border: 1px solid var(--neutrals-white);
  color: var(--neutrals-white);
}
.t-brand--darkest .isg-btn--secondary:hover, .t-brand--darkest .isg-btn--secondary:focus-visible, .t-brand--darkest .isg-btn--secondary:active, .t-brand--darkest .isg-btn--secondary.is-active, .t-brand--darkest .is-active .isg-btn--secondary {
  background-color: var(--btn-bg-hfa);
  border: 2px solid var(--neutrals-white);
  color: var(--neutrals-white);
  padding: calc(var(--spacer-unit-small) - 1px) calc(var(--spacer-unit-large) - 1px);
}
.isg-btn--small {
  padding: var(--spacer-unit-xsmall) var(--spacer-unit-small);
  gap: 6px;
  text-transform: none;
}
.isg-btn--small:hover, .isg-btn--small:focus-visible, .isg-btn--small:active, .isg-btn--small.is-active, .is-active .isg-btn--small {
  padding: calc(var(--spacer-unit-xsmall) - 1px) calc(var(--spacer-unit-small) - 1px);
}
.t-brand--darkest .isg-btn--small {
  padding: var(--spacer-unit-xsmall) var(--spacer-unit-small);
  gap: 6px;
  text-transform: none;
}
.t-brand--darkest .isg-btn--small:hover, .t-brand--darkest .isg-btn--small:focus-visible, .t-brand--darkest .isg-btn--small:active, .t-brand--darkest .isg-btn--small.is-active, .t-brand--darkest .is-active .isg-btn--small {
  padding: calc(var(--spacer-unit-xsmall) - 1px) calc(var(--spacer-unit-small) - 1px);
}
.isg-btn--flat {
  background-color: var(--neutrals-white);
  border: 1px solid var(--btn-bg-hfa);
  box-shadow: none;
  color: var(--btn-bg-hfa);
  padding: calc(var(--spacer-unit-xsmall)) calc(var(--spacer-unit-small));
}
.isg-btn--flat:hover, .isg-btn--flat:focus-visible, .isg-btn--flat:active, .isg-btn--flat.is-active {
  background-color: var(--neutrals-grey-lightest);
  border: 2px solid var(--btn-bg-hfa);
  color: var(--btn-bg-hfa);
  padding: calc(var(--spacer-unit-xsmall) - 1px) calc(var(--spacer-unit-small) - 1px);
  box-shadow: none;
}
.t-brand--darkest .isg-btn--flat {
  background-color: var(--btn-text);
  border: 1px solid var(--neutrals-white);
  color: var(--neutrals-white);
  padding: calc(var(--spacer-unit-xsmall)) calc(var(--spacer-unit-small));
  box-shadow: none;
}
.t-brand--darkest .isg-btn--flat:hover, .t-brand--darkest .isg-btn--flat:focus-visible, .t-brand--darkest .isg-btn--flat:active, .t-brand--darkest .isg-btn--flat.is-active, .t-brand--darkest .is-active .isg-btn--flat {
  background-color: var(--btn-bg-hfa);
  border: 2px solid var(--neutrals-white);
  color: var(--neutrals-white);
  padding: calc(var(--spacer-unit-xsmall) - 1px) calc(var(--spacer-unit-small) - 1px);
}

.richtext .button {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border-radius: var(--btn-radius);
  padding: var(--spacer-unit-small) var(--spacer-unit-large);
  gap: var(--spacer-unit-xsmall);
  box-shadow: var(--box-shadow);
  font-family: var(--ff__sans-serif);
  font-size: var(--btn-fs);
  font-weight: var(--btn-fw);
  letter-spacing: 2.4px;
  line-height: 140%;
  text-decoration: none !important;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border);
  color: var(--btn-text);
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border);
  color: var(--btn-text);
}
.richtext .button:hover, .richtext .button:focus-visible, .richtext .button:active, .richtext .button.is-active, .is-active .richtext .button {
  background-color: var(--btn-bg-hfa);
  border: 2px solid var(--btn-border-hfa);
  color: var(--btn-text-hfa);
  padding: calc(var(--spacer-unit-small) - 1px) calc(var(--spacer-unit-large) - 1px);
}
.richtext .button span {
  /* if button text is in span */
  color: currentColor;
  font-size: inherit;
  display: flex;
}

:where(:root) {
  font-size: 100%;
}
:where(:root):focus-within {
  scroll-behavior: smooth !important;
}

body {
  -webkit-font-smoothing: antialiased !important;
  font-size: calc(var(--fs__base) * 1rem);
  line-height: 180%;
  font-family: var(--base-font);
  font-weight: var(--fw__normal);
  color: var(--fg);
}

/* H1 Serif/Extra x2 Large */
.isg-h1,
:where(.richtext h1) {
  font-size: clamp(3.1rem, 5vw, 4rem);
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-weight: var(--fw__normal);
  color: var(--headings);
  line-height: 115%;
}

/* H2 Serif/Extra Large */
.isg-h2,
:where(.richtext h2) {
  font-size: clamp(2.7rem, 3.5vw, 3.1rem);
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-weight: var(--fw__normal);
  color: var(--headings);
  line-height: 115%;
}

/* H3 Serif/Large */
.isg-h3,
:where(.richtext h3) {
  font-size: clamp(1.5rem, 1.2vw, 1.7rem);
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-weight: var(--fw__normal);
  color: var(--headings);
  line-height: 125%;
}

/* H4 Serif/Mid, Bold */
.isg-h4,
:where(.richtext h4) {
  font-size: 1.2rem;
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-weight: var(--fw__bold);
  color: var(--headings);
  line-height: 160%;
}

/* H5 Sans/Small, Bold */
.isg-h5,
:where(.richtext h5) {
  font-size: 1rem;
  font-family: var(--base-font);
  font-weight: var(--fw__medium);
  color: var(--headings);
  line-height: 180%;
}

/* H6 Sans/Extra Small, Semibold */
.isg-h6,
:where(.richtext h6) {
  font-size: 0.9rem;
  font-family: var(--base-font);
  font-weight: var(--fw__medium);
  color: var(--headings);
  line-height: 150%;
}

.isg-h2,
.isg-h3,
.isg-h4,
.isg-h5,
.isg-h6,
:where(.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6):not(:has(span[class*=isg-h])) {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  column-gap: var(--spacer-unit-mid);
  row-gap: var(--spacer-unit-mid);
}
.isg-h2::after,
.isg-h3::after,
.isg-h4::after,
.isg-h5::after,
.isg-h6::after,
:where(.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6):not(:has(span[class*=isg-h]))::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--hr);
  min-width: 30%;
}

:where(.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  text-transform: none !important;
}

.richtext a:not([class]),
.richtext button,
.richtext p,
.richtext ul li,
.richtext ol li,
.richtext small,
.richtext figure figcaption,
.richtext label,
.richtext table caption,
.richtext time {
  color: var(--fg);
  font-family: var(--ff__sans-serif);
  max-width: var(--max-width--text);
}
header .richtext a:not([class]), footer .richtext a:not([class]),
header .richtext button,
footer .richtext button,
header .richtext p,
footer .richtext p,
header .richtext ul li,
footer .richtext ul li,
header .richtext ol li,
footer .richtext ol li,
header .richtext small,
footer .richtext small,
header .richtext figure figcaption,
footer .richtext figure figcaption,
header .richtext label,
footer .richtext label,
header .richtext table caption,
footer .richtext table caption,
header .richtext time,
footer .richtext time {
  font-family: var(--ff__sans-serif);
}

.richtext p {
  margin-bottom: var(--spacer-unit-xsmall);
}

.richtext a:not([class]) {
  transition: var(--transition-base--sm);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--accent);
}
.richtext a:not([class]):hover, .richtext a:not([class]):focus-visible, .richtext a:not([class]):active, .richtext a:not([class]).is-active {
  text-decoration: none;
}
.richtext a:not([class]):hover, .richtext a:not([class]):focus-visible, .richtext a:not([class]):active, .richtext a:not([class]).is-active {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--accent);
}
.richtext a:not([class]):hover {
  color: var(--accent);
  text-underline-offset: 3px;
  text-decoration-color: var(--accent);
}

.richtext b,
.richtext strong {
  font-weight: var(--fw__bold);
}

.richtext i,
.richtext em {
  font-style: italic;
}

.richtext figure {
  background-color: var(--neutrals-white);
  margin: var(--spacer-unit-mid);
  padding: var(--spacer-unit-small);
}
.richtext figure figcaption {
  font-family: var(--ff__sans-serif);
  font-size: var(--fs__smallest);
  margin-top: var(--spacer-unit-small);
}

.richtext blockquote {
  border-left: var(--border-gray);
  padding-left: var(--spacer-unit-large);
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-size: 22px;
  margin-bottom: var(--spacer-unit-mid);
}
.richtext blockquote p {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
}

.richtext li::marker {
  color: var(--frame);
}

.richtext :last-child {
  margin-bottom: 0;
}

.isg-large-text {
  font-size: 1.2rem; /* 22px */
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-weight: var(--fw__bold);
  line-height: 160%; /* 35.2px */
}

.isg-font-serif {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
}

.isg-font-sans-serif {
  font-family: var(--ff__sans-serif);
}

hr,
.richtext hr {
  height: 1px;
  width: 100%;
  border: none;
  background-color: var(--hr);
}

a:not(.isg-btn) {
  color: var(--fg);
}

[class*=icon-]::before,
[class*=icon-after-]::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 20px;
  vertical-align: top;
  display: inline-block;
  height: 24px;
  margin-right: 0.25em;
  width: 24px;
}

*[class*=icon-arrow-down]::before {
  content: "\ea01";
}
*[class*=icon-after-arrow-down]::after {
  content: "\ea01";
}
*[class*=icon-arrow-right]::before {
  content: "\ea02";
}
*[class*=icon-after-arrow-right]::after {
  content: "\ea02";
}
*[class*=icon-caret-down]::before {
  content: "\ea03";
}
*[class*=icon-after-caret-down]::after {
  content: "\ea03";
}
*[class*=icon-cart]::before {
  content: "\ea04";
}
*[class*=icon-checkbox-checked]::before {
  content: "\ea05";
}
*[class*=icon-after-checkbox-checked]::after {
  content: "\ea05";
}
*[class*=icon-checkbox-unchecked]::before {
  content: "\ea06";
}
*[class*=icon-after-checkbox-unchecked]::after {
  content: "\ea06";
}
*[class*=icon-checkmark-no]::before {
  content: "\ea07";
}
*[class*=icon-after-checkmark-no]::after {
  content: "\ea07";
}
*[class*=icon-checkmark-yes]::before {
  content: "\ea08";
}
*[class*=icon-after-checkmark-yes]::after {
  content: "\ea08";
}
*[class*=icon-chevron-down]::before {
  content: "\ea09";
}
*[class*=icon-after-chevron-down]::after {
  content: "\ea09";
}
*[class*=icon-chevron-left]::before {
  content: "\ea0a";
}
*[class*=icon-after-chevron-left]::after {
  content: "\ea0a";
}
*[class*=icon-chevron-right]::before {
  content: "\ea0b";
}
*[class*=icon-after-chevron-right]::after {
  content: "\ea0b";
}
*[class*=icon-chevron-up]::before {
  content: "\ea0c";
}
*[class*=icon-after-chevron-up]::after {
  content: "\ea0c";
}
*[class*=icon-clock]::before {
  content: "\ea0d";
}
*[class*=icon-after-clock]::after {
  content: "\ea0d";
}
*[class*=icon-close]::before {
  content: "\ea0e";
}
*[class*=icon-after-close]::after {
  content: "\ea0e";
}
*[class*=icon-contact-email]::before {
  content: "\ea0f";
}
*[class*=icon-after-contact-email]::after {
  content: "\ea0f";
}
*[class*=icon-contact-telephone]::before {
  content: "\ea10";
}
*[class*=icon-after-contact-telephone]::after {
  content: "\ea10";
}
*[class*=icon-contrast]::before {
  content: "\ea11";
}
*[class*=icon-after-contrast]::after {
  content: "\ea11";
}
*[class*=icon-download]::before {
  content: "\ea12";
}
*[class*=icon-after-download]::after {
  content: "\ea12";
}
*[class*=icon-filter]::before {
  content: "\ea13";
}
*[class*=icon-after-filter]::after {
  content: "\ea13";
}
*[class*=icon-fullscreen]::before {
  content: "\ea14";
}
*[class*=icon-after-fullscreen]::after {
  content: "\ea14";
}
*[class*=icon-link]::before {
  content: "\ea15";
}
*[class*=icon-after-link]::after {
  content: "\ea15";
}
*[class*=icon-menu]::before {
  content: "\ea16";
}
*[class*=icon-after-menu]::after {
  content: "\ea16";
}
*[class*=icon-minus]::before {
  content: "\ea17";
}
*[class*=icon-after-minus]::after {
  content: "\ea17";
}
*[class*=icon-paintbrush]::before {
  content: "\ea18";
}
*[class*=icon-after-paintbrush]::after {
  content: "\ea18";
}
*[class*=icon-pause]::before {
  content: "\ea19";
}
*[class*=icon-after-pause]::after {
  content: "\ea19";
}
*[class*=icon-place]::before {
  content: "\ea1a";
}
*[class*=icon-after-place]::after {
  content: "\ea1a";
}
*[class*=icon-placeholder]::before {
  content: "\ea1b";
}
*[class*=icon-after-placeholder]::after {
  content: "\ea1b";
}
*[class*=icon-play]::before {
  content: "\ea1c";
}
*[class*=icon-after-play]::after {
  content: "\ea1c";
}
*[class*=icon-plus]::before {
  content: "\ea1d";
}
*[class*=icon-after-plus]::after {
  content: "\ea1d";
}
*[class*=icon-podcast]::before {
  content: "\ea1e";
}
*[class*=icon-after-podcast]::after {
  content: "\ea1e";
}
*[class*=icon-radio-checked]::before {
  content: "\ea1f";
}
*[class*=icon-after-radio-checked]::after {
  content: "\ea1f";
}
*[class*=icon-refresh]::before {
  content: "\ea20";
}
*[class*=icon-after-refresh]::after {
  content: "\ea20";
}
*[class*=icon-schedule]::before {
  content: "\ea21";
}
*[class*=icon-after-schedule]::after {
  content: "\ea21";
}
*[class*=icon-search]::before {
  content: "\ea22";
}
*[class*=icon-after-search]::after {
  content: "\ea22";
}
*[class*=icon-shopping-cart]::before {
  content: "\ea23";
}
*[class*=icon-after-shopping-cart]::after {
  content: "\ea23";
}
*[class*=icon-social-facebook]::before {
  content: "\ea24";
}
*[class*=icon-after-social-facebook]::after {
  content: "\ea24";
}
*[class*=icon-social-instagram]::before {
  content: "\ea25";
}
*[class*=icon-after-social-instagram]::after {
  content: "\ea25";
}
*[class*=icon-social-pinterest]::before {
  content: "\ea26";
}
*[class*=icon-after-social-pinterest]::after {
  content: "\ea26";
}
*[class*=icon-social-share]::before {
  content: "\ea27";
}
*[class*=icon-after-social-share]::after {
  content: "\ea27";
}
*[class*=icon-social-share-large]::before {
  content: "\ea28";
}
*[class*=icon-after-social-share-large]::after {
  content: "\ea28";
}
*[class*=icon-social-twitter]::before {
  content: "\ea29";
}
*[class*=icon-after-social-twitter]::after {
  content: "\ea29";
}
*[class*=icon-social-youtube]::before {
  content: "\ea2a";
}
*[class*=icon-after-social-youtube]::after {
  content: "\ea2a";
}
*[class*=icon-sound-off]::before {
  content: "\ea2b";
}
*[class*=icon-after-sound-off]::after {
  content: "\ea2b";
}
*[class*=icon-sound-on]::before {
  content: "\ea2c";
}
*[class*=icon-after-sound-on]::after {
  content: "\ea2c";
}
*[class*=icon-ticket]::before {
  content: "\ea2d";
}
*[class*=icon-after-ticket]::after {
  content: "\ea2d";
}
*[class*=icon-visibility]::before {
  content: "\ea2e";
}
*[class*=icon-after-visibility]::after {
  content: "\ea2e";
}
*[class*=icon-warning]::before {
  content: "\ea2f";
}
*[class*=icon-after-warning]::after {
  content: "\ea2f";
}
*[class*=icon-zoom-in]::before {
  content: "\ea30";
}
*[class*=icon-after-zoom-in]::after {
  content: "\ea30";
}
*[class*=icon-zoom-out]::before {
  content: "\ea31";
}
*[class*=icon-after-zoom-out]::after {
  content: "\ea31";
}

.backlink {
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.backlink .link {
  margin: 0;
}
.backlink .link::before {
  margin-right: 0;
  vertical-align: middle;
  width: 8px;
}
.backlink .link .link__span {
  text-decoration: none;
}
.backlink .link .link__span:hover {
  text-decoration: none;
}
@media (max-width: 529px) {
  .backlink {
    left: 10px;
    position: absolute !important;
    top: 14px;
    transform: none;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .backlink {
    left: 10px;
    position: absolute !important;
    top: 14px;
    transform: none;
  }
}
@media (min-width: 800px) {
  .theme-green .backlink {
    background-color: var(--frame);
  }
  .theme-blue .backlink {
    background-color: var(--frame);
  }
  .theme-indigo .backlink {
    background-color: var(--frame);
  }
  .theme-pink .backlink {
    background-color: var(--frame);
  }
  .theme-red .backlink {
    background-color: var(--frame);
  }
  .theme-orange .backlink {
    background-color: var(--frame);
  }
  .theme-grey .backlink {
    background-color: var(--frame);
  }
  .high-contrast .backlink {
    background-color: #000;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .backlink {
    left: 0;
  }
  .backlink .link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .backlink {
    left: 0;
  }
  .backlink .link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1480px) {
  .backlink {
    left: 0;
  }
  .backlink .link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.backlink .link {
  overflow: hidden;
}
.theme-green .backlink .link {
  background-color: transparent !important;
}
.theme-green .backlink .link::after {
  background-color: var(--fg);
}
.theme-blue .backlink .link {
  background-color: transparent !important;
}
.theme-blue .backlink .link::after {
  background-color: var(--fg);
}
.theme-indigo .backlink .link {
  background-color: transparent !important;
}
.theme-indigo .backlink .link::after {
  background-color: var(--fg);
}
.theme-pink .backlink .link {
  background-color: transparent !important;
}
.theme-pink .backlink .link::after {
  background-color: var(--fg);
}
.theme-red .backlink .link {
  background-color: transparent !important;
}
.theme-red .backlink .link::after {
  background-color: var(--fg);
}
.theme-orange .backlink .link {
  background-color: transparent !important;
}
.theme-orange .backlink .link::after {
  background-color: var(--fg);
}
.theme-grey .backlink .link {
  background-color: transparent !important;
}
.theme-grey .backlink .link::after {
  background-color: var(--fg);
}
.high-contrast .backlink .link {
  background-color: transparent !important;
}
.high-contrast .backlink .link::after {
  background-color: var(--fg);
}
.backlink .link .link__span, .backlink .link::before {
  position: relative;
  z-index: 1;
}
.backlink .link::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  width: 0%;
  z-index: 0;
}
body.no-touch .backlink .link:hover::after {
  transition: width 0.35s ease-out;
  width: 105%;
}
.no-touch.theme-green .backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-blue .backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-indigo .backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-pink .backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-red .backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-orange .backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-grey .backlink .link:hover {
  color: var(--accent);
}
.no-touch.high-contrast .backlink .link:hover {
  color: var(--accent);
}

.button {
  position: relative;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  min-height: 32px;
  text-transform: uppercase;
  font-size: var(--fs__smallest);
  border: 2px solid currentColor;
  display: inline-block;
  height: 40px;
  margin: 0 8px 8px 0;
  max-width: 100%;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  transition: color 0.35s ease-out, background-color 0.35s ease-out, border-color 0.35s ease-out;
  vertical-align: bottom;
  white-space: nowrap;
}
.button strong,
.button b {
  font-weight: normal;
}
.button[class*=icon-]::before, .button[class*=icon-after-]::after {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: top;
  width: 16px;
}
.button .button__span {
  display: inline-block;
}
.button .button__subtitle {
  font-weight: normal;
}
body.is-ios .button .button__span, body.is-ios .button::before, body.is-ios .button::after, body.is-ios .button[class*=icon-]::before, body.is-ios .button[class*=icon-after-]::after {
  vertical-align: top !important;
}
.button::before {
  margin: 0 0 0 -0.2em;
}
.button::after {
  margin: 0 -0.2em 0 0;
}
.theme-green .button.button--default {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-blue .button.button--default {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-indigo .button.button--default {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-pink .button.button--default {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-red .button.button--default {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-orange .button.button--default {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-grey .button.button--default {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.high-contrast .button.button--default {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-green .button.button--default:hover, .theme-green .button.button--default:focus-visible {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-blue .button.button--default:hover, .theme-blue .button.button--default:focus-visible {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-indigo .button.button--default:hover, .theme-indigo .button.button--default:focus-visible {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-pink .button.button--default:hover, .theme-pink .button.button--default:focus-visible {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-red .button.button--default:hover, .theme-red .button.button--default:focus-visible {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-orange .button.button--default:hover, .theme-orange .button.button--default:focus-visible {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-grey .button.button--default:hover, .theme-grey .button.button--default:focus-visible {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.high-contrast .button.button--default:hover, .high-contrast .button.button--default:focus-visible {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.button.button--white {
  overflow: hidden;
}
.theme-green .button.button--white {
  background-color: transparent !important;
}
.theme-green .button.button--white::after {
  background-color: var(--fg);
}
.theme-blue .button.button--white {
  background-color: transparent !important;
}
.theme-blue .button.button--white::after {
  background-color: var(--fg);
}
.theme-indigo .button.button--white {
  background-color: transparent !important;
}
.theme-indigo .button.button--white::after {
  background-color: var(--fg);
}
.theme-pink .button.button--white {
  background-color: transparent !important;
}
.theme-pink .button.button--white::after {
  background-color: var(--fg);
}
.theme-red .button.button--white {
  background-color: transparent !important;
}
.theme-red .button.button--white::after {
  background-color: var(--fg);
}
.theme-orange .button.button--white {
  background-color: transparent !important;
}
.theme-orange .button.button--white::after {
  background-color: var(--fg);
}
.theme-grey .button.button--white {
  background-color: transparent !important;
}
.theme-grey .button.button--white::after {
  background-color: var(--fg);
}
.high-contrast .button.button--white {
  background-color: transparent !important;
}
.high-contrast .button.button--white::after {
  background-color: var(--fg);
}
.button.button--white .button__span, .button.button--white::before, .button.button--white::after {
  position: relative;
  z-index: 1;
}
.button.button--white::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  z-index: 0;
  right: 0;
  width: 105%;
}
@media (hover: hover) {
  body.no-touch .button.button--white:hover::after, body.no-touch .button.button--white:focus-visible::after {
    transition: width 0.35s ease-out;
    width: 0;
  }
}
.theme-green .button.button--white {
  border: 2px solid var(--fg);
  color: var(--bg) !important;
}
.theme-green .button.button--white:hover, .theme-green .button.button--white:focus-visible {
  color: var(--fg) !important;
}
.theme-blue .button.button--white {
  border: 2px solid var(--fg);
  color: var(--bg) !important;
}
.theme-blue .button.button--white:hover, .theme-blue .button.button--white:focus-visible {
  color: var(--fg) !important;
}
.theme-indigo .button.button--white {
  border: 2px solid var(--fg);
  color: var(--bg) !important;
}
.theme-indigo .button.button--white:hover, .theme-indigo .button.button--white:focus-visible {
  color: var(--fg) !important;
}
.theme-pink .button.button--white {
  border: 2px solid var(--fg);
  color: var(--bg) !important;
}
.theme-pink .button.button--white:hover, .theme-pink .button.button--white:focus-visible {
  color: var(--fg) !important;
}
.theme-red .button.button--white {
  border: 2px solid var(--fg);
  color: var(--bg) !important;
}
.theme-red .button.button--white:hover, .theme-red .button.button--white:focus-visible {
  color: var(--fg) !important;
}
.theme-orange .button.button--white {
  border: 2px solid var(--fg);
  color: var(--bg) !important;
}
.theme-orange .button.button--white:hover, .theme-orange .button.button--white:focus-visible {
  color: var(--fg) !important;
}
.theme-grey .button.button--white {
  border: 2px solid var(--fg);
  color: var(--bg) !important;
}
.theme-grey .button.button--white:hover, .theme-grey .button.button--white:focus-visible {
  color: var(--fg) !important;
}
.high-contrast .button.button--white {
  border: 2px solid var(--fg);
  color: var(--bg) !important;
}
.high-contrast .button.button--white:hover, .high-contrast .button.button--white:focus-visible {
  color: var(--fg) !important;
}
.button.button--white:after {
  z-index: -1 !important;
}
.button.button--default:not(button) {
  overflow: hidden;
}
.theme-green .button.button--default:not(button) {
  background-color: transparent !important;
}
.theme-green .button.button--default:not(button)::after {
  background-color: var(--fg);
}
.theme-blue .button.button--default:not(button) {
  background-color: transparent !important;
}
.theme-blue .button.button--default:not(button)::after {
  background-color: var(--fg);
}
.theme-indigo .button.button--default:not(button) {
  background-color: transparent !important;
}
.theme-indigo .button.button--default:not(button)::after {
  background-color: var(--fg);
}
.theme-pink .button.button--default:not(button) {
  background-color: transparent !important;
}
.theme-pink .button.button--default:not(button)::after {
  background-color: var(--fg);
}
.theme-red .button.button--default:not(button) {
  background-color: transparent !important;
}
.theme-red .button.button--default:not(button)::after {
  background-color: var(--fg);
}
.theme-orange .button.button--default:not(button) {
  background-color: transparent !important;
}
.theme-orange .button.button--default:not(button)::after {
  background-color: var(--fg);
}
.theme-grey .button.button--default:not(button) {
  background-color: transparent !important;
}
.theme-grey .button.button--default:not(button)::after {
  background-color: var(--fg);
}
.high-contrast .button.button--default:not(button) {
  background-color: transparent !important;
}
.high-contrast .button.button--default:not(button)::after {
  background-color: var(--fg);
}
.button.button--default:not(button) .button__span, .button.button--default:not(button)::before, .button.button--default:not(button)::after {
  position: relative;
  z-index: 1;
}
.button.button--default:not(button)::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  z-index: 0;
  left: 0;
  width: 0;
}
@media (hover: hover) {
  body.no-touch .button.button--default:not(button):hover::after, body.no-touch .button.button--default:not(button):focus-visible::after {
    transition: width 0.35s ease-out;
    width: 100%;
  }
}
.button.button--input-submit, .button.close-modal-btn {
  overflow: hidden;
}
.theme-green .button.button--input-submit, .theme-green .button.close-modal-btn {
  background-color: transparent !important;
}
.theme-green .button.button--input-submit::after, .theme-green .button.close-modal-btn::after {
  background-color: var(--fg);
}
.theme-blue .button.button--input-submit, .theme-blue .button.close-modal-btn {
  background-color: transparent !important;
}
.theme-blue .button.button--input-submit::after, .theme-blue .button.close-modal-btn::after {
  background-color: var(--fg);
}
.theme-indigo .button.button--input-submit, .theme-indigo .button.close-modal-btn {
  background-color: transparent !important;
}
.theme-indigo .button.button--input-submit::after, .theme-indigo .button.close-modal-btn::after {
  background-color: var(--fg);
}
.theme-pink .button.button--input-submit, .theme-pink .button.close-modal-btn {
  background-color: transparent !important;
}
.theme-pink .button.button--input-submit::after, .theme-pink .button.close-modal-btn::after {
  background-color: var(--fg);
}
.theme-red .button.button--input-submit, .theme-red .button.close-modal-btn {
  background-color: transparent !important;
}
.theme-red .button.button--input-submit::after, .theme-red .button.close-modal-btn::after {
  background-color: var(--fg);
}
.theme-orange .button.button--input-submit, .theme-orange .button.close-modal-btn {
  background-color: transparent !important;
}
.theme-orange .button.button--input-submit::after, .theme-orange .button.close-modal-btn::after {
  background-color: var(--fg);
}
.theme-grey .button.button--input-submit, .theme-grey .button.close-modal-btn {
  background-color: transparent !important;
}
.theme-grey .button.button--input-submit::after, .theme-grey .button.close-modal-btn::after {
  background-color: var(--fg);
}
.high-contrast .button.button--input-submit, .high-contrast .button.close-modal-btn {
  background-color: transparent !important;
}
.high-contrast .button.button--input-submit::after, .high-contrast .button.close-modal-btn::after {
  background-color: var(--fg);
}
.button.button--input-submit .button__span, .button.button--input-submit::before, .button.button--input-submit::after, .button.close-modal-btn .button__span, .button.close-modal-btn::before, .button.close-modal-btn::after {
  position: relative;
  z-index: 1;
}
.button.button--input-submit::after, .button.close-modal-btn::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  z-index: 0;
  left: 0;
  width: 0;
}
@media (hover: hover) {
  body.no-touch .button.button--input-submit:hover::after, body.no-touch .button.button--input-submit:focus-visible::after, body.no-touch .button.close-modal-btn:hover::after, body.no-touch .button.close-modal-btn:focus-visible::after {
    transition: width 0.35s ease-out;
    width: 100%;
  }
}
.theme-green .button.button--primary {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-blue .button.button--primary {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-indigo .button.button--primary {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-pink .button.button--primary {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-red .button.button--primary {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-orange .button.button--primary {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-grey .button.button--primary {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.high-contrast .button.button--primary {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-green .button.button--primary:hover {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-blue .button.button--primary:hover {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-indigo .button.button--primary:hover {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-pink .button.button--primary:hover {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-red .button.button--primary:hover {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-orange .button.button--primary:hover {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-grey .button.button--primary:hover {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.high-contrast .button.button--primary:hover {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.button.button--secondary {
  overflow: hidden;
  height: unset;
  margin: 0;
  padding: 14px 20px;
}
.theme-green .button.button--secondary {
  background-color: transparent !important;
  color: #fff;
}
.theme-green .button.button--secondary::after {
  background-color: var(--accent);
}
.theme-blue .button.button--secondary {
  background-color: transparent !important;
  color: #fff;
}
.theme-blue .button.button--secondary::after {
  background-color: var(--accent);
}
.theme-indigo .button.button--secondary {
  background-color: transparent !important;
  color: #fff;
}
.theme-indigo .button.button--secondary::after {
  background-color: var(--accent);
}
.theme-pink .button.button--secondary {
  background-color: transparent !important;
  color: #fff;
}
.theme-pink .button.button--secondary::after {
  background-color: var(--accent);
}
.theme-red .button.button--secondary {
  background-color: transparent !important;
  color: #fff;
}
.theme-red .button.button--secondary::after {
  background-color: var(--accent);
}
.theme-orange .button.button--secondary {
  background-color: transparent !important;
  color: #fff;
}
.theme-orange .button.button--secondary::after {
  background-color: var(--accent);
}
.theme-grey .button.button--secondary {
  background-color: transparent !important;
  color: #fff;
}
.theme-grey .button.button--secondary::after {
  background-color: var(--accent);
}
.high-contrast .button.button--secondary {
  background-color: transparent !important;
  color: #fff;
}
.high-contrast .button.button--secondary::after {
  background-color: var(--accent);
}
.button.button--secondary .button__span, .button.button--secondary::before, .button.button--secondary::after {
  position: relative;
  z-index: 1;
}
.button.button--secondary::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  z-index: 0;
  left: 0;
  width: 105%;
}
@media (hover: hover) {
  .button.button--secondary:hover::after {
    transition: width 0.35s ease-out;
    width: 0;
  }
}
@media (hover: hover) {
  .theme-green .button.button--secondary:hover {
    background-color: #fff;
    border-color: var(--accent);
    color: var(--accent);
  }
  .theme-blue .button.button--secondary:hover {
    background-color: #fff;
    border-color: var(--accent);
    color: var(--accent);
  }
  .theme-indigo .button.button--secondary:hover {
    background-color: #fff;
    border-color: var(--accent);
    color: var(--accent);
  }
  .theme-pink .button.button--secondary:hover {
    background-color: #fff;
    border-color: var(--accent);
    color: var(--accent);
  }
  .theme-red .button.button--secondary:hover {
    background-color: #fff;
    border-color: var(--accent);
    color: var(--accent);
  }
  .theme-orange .button.button--secondary:hover {
    background-color: #fff;
    border-color: var(--accent);
    color: var(--accent);
  }
  .theme-grey .button.button--secondary:hover {
    background-color: #fff;
    border-color: var(--accent);
    color: var(--accent);
  }
  .high-contrast .button.button--secondary:hover {
    background-color: #fff;
    border-color: var(--accent);
    color: var(--accent);
  }
}
.button.button--secondary.button--white {
  background-color: #fff;
  color: #000;
}
.button.button--secondary.button--white:hover {
  border-color: #fff;
  color: #fff;
}
.button.button--black {
  background-color: transparent;
  border-color: #000;
  color: #000;
  overflow: hidden;
  background-color: transparent !important;
}
.button.button--black::after {
  background-color: #000;
}
.button.button--black .button__span, .button.button--black::before, .button.button--black::after {
  position: relative;
  z-index: 1;
}
.button.button--black::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: width 0.35s ease-out 50ms;
  z-index: 0;
}
body.no-touch .button.button--black:hover::after {
  transition: width 0.35s ease-out;
  width: 100%;
}
.button.button--black:hover span {
  position: relative;
  color: #fff;
  z-index: 1;
}
.theme-green .button.button--active {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-blue .button.button--active {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-indigo .button.button--active {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-pink .button.button--active {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-red .button.button--active {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-orange .button.button--active {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-grey .button.button--active {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.high-contrast .button.button--active {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.button.button--primary:not(button) {
  overflow: hidden;
}
.theme-green .button.button--primary:not(button) {
  background-color: transparent !important;
}
.theme-green .button.button--primary:not(button)::after {
  background-color: var(--fg);
}
.theme-blue .button.button--primary:not(button) {
  background-color: transparent !important;
}
.theme-blue .button.button--primary:not(button)::after {
  background-color: var(--fg);
}
.theme-indigo .button.button--primary:not(button) {
  background-color: transparent !important;
}
.theme-indigo .button.button--primary:not(button)::after {
  background-color: var(--fg);
}
.theme-pink .button.button--primary:not(button) {
  background-color: transparent !important;
}
.theme-pink .button.button--primary:not(button)::after {
  background-color: var(--fg);
}
.theme-red .button.button--primary:not(button) {
  background-color: transparent !important;
}
.theme-red .button.button--primary:not(button)::after {
  background-color: var(--fg);
}
.theme-orange .button.button--primary:not(button) {
  background-color: transparent !important;
}
.theme-orange .button.button--primary:not(button)::after {
  background-color: var(--fg);
}
.theme-grey .button.button--primary:not(button) {
  background-color: transparent !important;
}
.theme-grey .button.button--primary:not(button)::after {
  background-color: var(--fg);
}
.high-contrast .button.button--primary:not(button) {
  background-color: transparent !important;
}
.high-contrast .button.button--primary:not(button)::after {
  background-color: var(--fg);
}
.button.button--primary:not(button) .button__span, .button.button--primary:not(button)::before, .button.button--primary:not(button)::after {
  position: relative;
  z-index: 1;
}
.button.button--primary:not(button)::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  z-index: 0;
  right: 0;
  width: 105%;
}
@media (hover: hover) {
  body.no-touch .button.button--primary:not(button):hover::after, body.no-touch .button.button--primary:not(button):focus-visible::after {
    transition: width 0.35s ease-out;
    width: 0;
  }
}
.button.button--icon-only {
  padding-left: 7px;
  padding-right: 7px;
  width: 38px;
}
.button.button--icon-only::before, .button.button--icon-only::after {
  margin-left: 0;
  margin-right: 0;
}
.button.button--icon-only .button__span {
  display: none;
}
.theme-green .button.button--icon-only {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-blue .button.button--icon-only {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-indigo .button.button--icon-only {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-pink .button.button--icon-only {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-red .button.button--icon-only {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-orange .button.button--icon-only {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-grey .button.button--icon-only {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.high-contrast .button.button--icon-only {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-green .button.button--icon-only:hover {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-blue .button.button--icon-only:hover {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-indigo .button.button--icon-only:hover {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-pink .button.button--icon-only:hover {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-red .button.button--icon-only:hover {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-orange .button.button--icon-only:hover {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.theme-grey .button.button--icon-only:hover {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.high-contrast .button.button--icon-only:hover {
  background-color: var(--fg);
  border-color: var(--fg);
  color: var(--bg);
}
.button:disabled, .button.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  touch-action: none;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  max-width: none;
  text-align: left;
  width: 100%;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
  flex: 1;
  float: none;
  max-width: none;
  margin: 0 0 20px 0;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p {
  font-size: 19px;
  font-weight: normal;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
  min-height: unset;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button:focus-visible,
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button:focus {
  outline: rgba(153, 153, 158, 0.65) auto 1px !important;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button:hover {
  text-decoration: underline;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
  float: none;
  margin: 0;
  max-width: none;
  display: flex;
  align-items: center;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-hide-button {
  padding-top: 3px;
  height: 20px;
  width: 20px;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-hide-button::after {
  margin: 0;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-hide-buttons-container {
  flex: 0 1 50px;
  padding-top: 3px;
  height: 20px;
  align-items: flex-start;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-secondary-button {
  cursor: pointer;
  border: none;
  background: none;
  margin-top: 0;
  padding: 0 8px 0 0;
  vertical-align: unset;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-hide-button,
.eu-cookie-compliance-banner .agree-button.eu-cookie-compliance-default-button,
.eu-cookie-compliance-banner .decline-button.eu-cookie-compliance-default-button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.fixed-mobile-menu.eu-cookie-compliance-popup-open .menu {
  position: -webkit-sticky;
  position: sticky;
  height: 0;
  top: 9px;
  z-index: 9;
  width: 100%;
}

.fixed-mobile-menu.eu-cookie-compliance-popup-open .menu .menu__menu-bar {
  position: relative;
  width: calc(100% - 0px);
}

@media (min-width: 1180px) {
  .eu-cookie-compliance-banner .eu-cookie-compliance-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    padding: 10px 30px;
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    max-width: none;
    text-align: left;
    width: 100%;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
    flex: 1;
    float: none;
    max-width: none;
    margin: 0;
    padding: 0 10px;
    text-align: center;
  }
}
.high-contrast div#sliding-popup {
  background: #fff;
}
.high-contrast #sliding-popup h1,
.high-contrast #sliding-popup h2,
.high-contrast #sliding-popup h3,
.high-contrast #sliding-popup p,
.high-contrast #sliding-popup label,
.high-contrast #sliding-popup div,
.high-contrast .eu-cookie-compliance-more-button,
.high-contrast .eu-cookie-compliance-secondary-button,
.high-contrast .eu-cookie-withdraw-tab,
.high-contrast div#sliding-popup div {
  color: #000;
}

.picture-fit {
  position: relative;
  padding-bottom: 100%;
}
.picture-fit .picture,
.picture-fit .picture__picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.picture-fit .picture__picture .picture__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
.picture-fit .picture__img {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.scroll-down-button {
  position: relative;
  animation: grabattention 2s ease-in-out infinite;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-top: 16px;
  text-align: center;
  vertical-align: bottom;
  width: 28px;
}
.scroll-down-button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea09";
}

.scroll-down-button:focus::before {
  outline: solid 1px;
}

.form-field {
  position: relative;
}
.form-field .form-field__field-wrapper {
  display: block;
  max-width: 100%;
  position: relative;
}
.form-field input,
.form-field textarea,
.form-field select {
  flex: 1 1 100%;
}
.form-field input:not([type=radio]):not([type=checkbox]):not([type=file]),
.form-field textarea,
.form-field select {
  width: 100%;
}
.theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: inherit;
}
.theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: inherit;
}
.theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: inherit;
}
.theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
  color: inherit;
}
.theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: inherit;
}
.theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: inherit;
}
.theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: inherit;
}
.theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
  color: inherit;
}
.theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: inherit;
}
.theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: inherit;
}
.theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: inherit;
}
.theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
  color: inherit;
}
.theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: inherit;
}
.theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: inherit;
}
.theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: inherit;
}
.theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
  color: inherit;
}
.theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: inherit;
}
.theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: inherit;
}
.theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: inherit;
}
.theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
  color: inherit;
}
.theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: inherit;
}
.theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: inherit;
}
.theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: inherit;
}
.theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
  color: inherit;
}
.theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: inherit;
}
.theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: inherit;
}
.theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: inherit;
}
.theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
  color: inherit;
}
.high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: inherit;
}
.high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: inherit;
}
.high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: inherit;
}
.high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
  color: inherit;
}
.form-field .form-item--error-message {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 5px;
  color: var(--brand-red-accent);
}
.form-field .form-item--error-message strong,
.form-field .form-item--error-message b {
  font-weight: normal;
}
.theme-green .form-field .form-item--error-message {
  background-color: var(--fg);
}
.theme-blue .form-field .form-item--error-message {
  background-color: var(--fg);
}
.theme-indigo .form-field .form-item--error-message {
  background-color: var(--fg);
}
.theme-pink .form-field .form-item--error-message {
  background-color: var(--fg);
}
.theme-red .form-field .form-item--error-message {
  background-color: var(--fg);
}
.theme-orange .form-field .form-item--error-message {
  background-color: var(--fg);
}
.theme-grey .form-field .form-item--error-message {
  background-color: var(--fg);
}
.high-contrast .form-field .form-item--error-message {
  background-color: var(--fg);
}
.form-field .form-item--error-message--captcha {
  max-width: fit-content;
  margin-top: -4px;
  background: #f9f9f9;
  border: 1px solid #d0d2d0;
}
.theme-green .form-field input:not([type=radio]):not([type=checkbox]).has-activated:invalid,
.theme-green .form-field textarea.has-activated:invalid,
.theme-green .form-field select.has-activated:invalid {
  border-color: var(--brand-red-accent) !important;
}
.theme-blue .form-field input:not([type=radio]):not([type=checkbox]).has-activated:invalid,
.theme-blue .form-field textarea.has-activated:invalid,
.theme-blue .form-field select.has-activated:invalid {
  border-color: var(--brand-red-accent) !important;
}
.theme-indigo .form-field input:not([type=radio]):not([type=checkbox]).has-activated:invalid,
.theme-indigo .form-field textarea.has-activated:invalid,
.theme-indigo .form-field select.has-activated:invalid {
  border-color: var(--brand-red-accent) !important;
}
.theme-pink .form-field input:not([type=radio]):not([type=checkbox]).has-activated:invalid,
.theme-pink .form-field textarea.has-activated:invalid,
.theme-pink .form-field select.has-activated:invalid {
  border-color: var(--brand-red-accent) !important;
}
.theme-red .form-field input:not([type=radio]):not([type=checkbox]).has-activated:invalid,
.theme-red .form-field textarea.has-activated:invalid,
.theme-red .form-field select.has-activated:invalid {
  border-color: var(--brand-red-accent) !important;
}
.theme-orange .form-field input:not([type=radio]):not([type=checkbox]).has-activated:invalid,
.theme-orange .form-field textarea.has-activated:invalid,
.theme-orange .form-field select.has-activated:invalid {
  border-color: var(--brand-red-accent) !important;
}
.theme-grey .form-field input:not([type=radio]):not([type=checkbox]).has-activated:invalid,
.theme-grey .form-field textarea.has-activated:invalid,
.theme-grey .form-field select.has-activated:invalid {
  border-color: var(--brand-red-accent) !important;
}
.high-contrast .form-field input:not([type=radio]):not([type=checkbox]).has-activated:invalid,
.high-contrast .form-field textarea.has-activated:invalid,
.high-contrast .form-field select.has-activated:invalid {
  border-color: var(--brand-red-accent) !important;
}
.theme-green .form-field input[type=radio].has-activated:invalid + label::before,
.theme-green .form-field input[type=checkbox].has-activated:invalid + label::before {
  border-color: var(--brand-red-accent) !important;
}
.theme-blue .form-field input[type=radio].has-activated:invalid + label::before,
.theme-blue .form-field input[type=checkbox].has-activated:invalid + label::before {
  border-color: var(--brand-red-accent) !important;
}
.theme-indigo .form-field input[type=radio].has-activated:invalid + label::before,
.theme-indigo .form-field input[type=checkbox].has-activated:invalid + label::before {
  border-color: var(--brand-red-accent) !important;
}
.theme-pink .form-field input[type=radio].has-activated:invalid + label::before,
.theme-pink .form-field input[type=checkbox].has-activated:invalid + label::before {
  border-color: var(--brand-red-accent) !important;
}
.theme-red .form-field input[type=radio].has-activated:invalid + label::before,
.theme-red .form-field input[type=checkbox].has-activated:invalid + label::before {
  border-color: var(--brand-red-accent) !important;
}
.theme-orange .form-field input[type=radio].has-activated:invalid + label::before,
.theme-orange .form-field input[type=checkbox].has-activated:invalid + label::before {
  border-color: var(--brand-red-accent) !important;
}
.theme-grey .form-field input[type=radio].has-activated:invalid + label::before,
.theme-grey .form-field input[type=checkbox].has-activated:invalid + label::before {
  border-color: var(--brand-red-accent) !important;
}
.high-contrast .form-field input[type=radio].has-activated:invalid + label::before,
.high-contrast .form-field input[type=checkbox].has-activated:invalid + label::before {
  border-color: var(--brand-red-accent) !important;
}
.form-field label.form-required {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  cursor: pointer;
  display: block;
  margin: 4px 0 0;
}
.form-field label.form-required strong,
.form-field label.form-required b {
  font-weight: normal;
}
.form-field label.form-required::after {
  position: absolute;
  right: -9px;
  top: 3px;
  content: "*";
  content: "*"/"";
  letter-spacing: 0;
  line-height: 1;
  font-size: 18px;
  speak: none;
}
.form-field label.form-required.is-hidden {
  display: none;
}
.form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.form-field textarea,
.form-field select {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  min-height: 32px;
  background-color: transparent;
  border: 1px solid currentColor;
  display: inline-block;
  height: 32px;
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  min-height: 40px;
  min-width: 50px;
  overflow: hidden;
  padding: 7px 12px;
  position: relative;
  transition: color 0.35s ease-out, background-color 0.35s ease-out, border-color 0.35s ease-out;
  vertical-align: bottom;
  white-space: nowrap;
}
.form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) strong,
.form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) b,
.form-field textarea strong,
.form-field textarea b,
.form-field select strong,
.form-field select b {
  font-weight: normal;
}
.theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.theme-green .form-field textarea,
.theme-green .form-field select {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):hover, .theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):focus-visible,
.theme-green .form-field textarea:hover,
.theme-green .form-field textarea:focus-visible,
.theme-green .form-field select:hover,
.theme-green .form-field select:focus-visible {
  background-color: rgba(var(--fg), 0.1);
}
.theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button,
.theme-green .form-field textarea + .button,
.theme-green .form-field select + .button {
  border-color: transparent;
}
.theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:hover, .theme-green .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:focus-visible,
.theme-green .form-field textarea + .button:hover,
.theme-green .form-field textarea + .button:focus-visible,
.theme-green .form-field select + .button:hover,
.theme-green .form-field select + .button:focus-visible {
  background-color: transparent;
  color: inherit;
}
.theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.theme-blue .form-field textarea,
.theme-blue .form-field select {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):hover, .theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):focus-visible,
.theme-blue .form-field textarea:hover,
.theme-blue .form-field textarea:focus-visible,
.theme-blue .form-field select:hover,
.theme-blue .form-field select:focus-visible {
  background-color: rgba(var(--fg), 0.1);
}
.theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button,
.theme-blue .form-field textarea + .button,
.theme-blue .form-field select + .button {
  border-color: transparent;
}
.theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:hover, .theme-blue .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:focus-visible,
.theme-blue .form-field textarea + .button:hover,
.theme-blue .form-field textarea + .button:focus-visible,
.theme-blue .form-field select + .button:hover,
.theme-blue .form-field select + .button:focus-visible {
  background-color: transparent;
  color: inherit;
}
.theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.theme-indigo .form-field textarea,
.theme-indigo .form-field select {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):hover, .theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):focus-visible,
.theme-indigo .form-field textarea:hover,
.theme-indigo .form-field textarea:focus-visible,
.theme-indigo .form-field select:hover,
.theme-indigo .form-field select:focus-visible {
  background-color: rgba(var(--fg), 0.1);
}
.theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button,
.theme-indigo .form-field textarea + .button,
.theme-indigo .form-field select + .button {
  border-color: transparent;
}
.theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:hover, .theme-indigo .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:focus-visible,
.theme-indigo .form-field textarea + .button:hover,
.theme-indigo .form-field textarea + .button:focus-visible,
.theme-indigo .form-field select + .button:hover,
.theme-indigo .form-field select + .button:focus-visible {
  background-color: transparent;
  color: inherit;
}
.theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.theme-pink .form-field textarea,
.theme-pink .form-field select {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):hover, .theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):focus-visible,
.theme-pink .form-field textarea:hover,
.theme-pink .form-field textarea:focus-visible,
.theme-pink .form-field select:hover,
.theme-pink .form-field select:focus-visible {
  background-color: rgba(var(--fg), 0.1);
}
.theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button,
.theme-pink .form-field textarea + .button,
.theme-pink .form-field select + .button {
  border-color: transparent;
}
.theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:hover, .theme-pink .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:focus-visible,
.theme-pink .form-field textarea + .button:hover,
.theme-pink .form-field textarea + .button:focus-visible,
.theme-pink .form-field select + .button:hover,
.theme-pink .form-field select + .button:focus-visible {
  background-color: transparent;
  color: inherit;
}
.theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.theme-red .form-field textarea,
.theme-red .form-field select {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):hover, .theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):focus-visible,
.theme-red .form-field textarea:hover,
.theme-red .form-field textarea:focus-visible,
.theme-red .form-field select:hover,
.theme-red .form-field select:focus-visible {
  background-color: rgba(var(--fg), 0.1);
}
.theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button,
.theme-red .form-field textarea + .button,
.theme-red .form-field select + .button {
  border-color: transparent;
}
.theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:hover, .theme-red .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:focus-visible,
.theme-red .form-field textarea + .button:hover,
.theme-red .form-field textarea + .button:focus-visible,
.theme-red .form-field select + .button:hover,
.theme-red .form-field select + .button:focus-visible {
  background-color: transparent;
  color: inherit;
}
.theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.theme-orange .form-field textarea,
.theme-orange .form-field select {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):hover, .theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):focus-visible,
.theme-orange .form-field textarea:hover,
.theme-orange .form-field textarea:focus-visible,
.theme-orange .form-field select:hover,
.theme-orange .form-field select:focus-visible {
  background-color: rgba(var(--fg), 0.1);
}
.theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button,
.theme-orange .form-field textarea + .button,
.theme-orange .form-field select + .button {
  border-color: transparent;
}
.theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:hover, .theme-orange .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:focus-visible,
.theme-orange .form-field textarea + .button:hover,
.theme-orange .form-field textarea + .button:focus-visible,
.theme-orange .form-field select + .button:hover,
.theme-orange .form-field select + .button:focus-visible {
  background-color: transparent;
  color: inherit;
}
.theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.theme-grey .form-field textarea,
.theme-grey .form-field select {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):hover, .theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):focus-visible,
.theme-grey .form-field textarea:hover,
.theme-grey .form-field textarea:focus-visible,
.theme-grey .form-field select:hover,
.theme-grey .form-field select:focus-visible {
  background-color: rgba(var(--fg), 0.1);
}
.theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button,
.theme-grey .form-field textarea + .button,
.theme-grey .form-field select + .button {
  border-color: transparent;
}
.theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:hover, .theme-grey .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:focus-visible,
.theme-grey .form-field textarea + .button:hover,
.theme-grey .form-field textarea + .button:focus-visible,
.theme-grey .form-field select + .button:hover,
.theme-grey .form-field select + .button:focus-visible {
  background-color: transparent;
  color: inherit;
}
.high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.high-contrast .form-field textarea,
.high-contrast .form-field select {
  background-color: transparent;
  border-color: var(--fg);
  color: var(--fg);
}
.high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):hover, .high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):focus-visible,
.high-contrast .form-field textarea:hover,
.high-contrast .form-field textarea:focus-visible,
.high-contrast .form-field select:hover,
.high-contrast .form-field select:focus-visible {
  background-color: rgba(var(--fg), 0.1);
}
.high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button,
.high-contrast .form-field textarea + .button,
.high-contrast .form-field select + .button {
  border-color: transparent;
}
.high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:hover, .high-contrast .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]) + .button:focus-visible,
.high-contrast .form-field textarea + .button:hover,
.high-contrast .form-field textarea + .button:focus-visible,
.high-contrast .form-field select + .button:hover,
.high-contrast .form-field select + .button:focus-visible {
  background-color: transparent;
  color: inherit;
}
.form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]):disabled, .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]).is-disabled,
.form-field textarea:disabled,
.form-field textarea.is-disabled,
.form-field select:disabled,
.form-field select.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  touch-action: none;
}
.form-field select.duet-date__select--month, .form-field select.duet-date__select--year {
  position: absolute;
}
.form-field.has-button .form-field__button {
  height: 36px;
  padding: 7px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 36px;
  z-index: 10;
}
.form-field.has-button input:not([type=checkbox]):not([type=radio]):not([type=file]) {
  padding-right: 50px;
}
.form-field.form-field--multi-line textarea {
  min-height: 10em;
}
.form-field.form-field--dropdown {
  display: block;
}
.form-field.form-field--dropdown select {
  border-radius: 0;
  cursor: pointer;
  padding-right: 38px;
  text-transform: uppercase;
  width: 100%;
}
.form-field.form-field--dropdown select option {
  color: #000;
}
.form-field.form-field--dropdown .form-field__select-container {
  position: relative;
  width: 100%;
}
.form-field.form-field--dropdown .form-field__select-container::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 16px;
  vertical-align: middle;
  content: "\ea01";
  height: 40px;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  touch-action: none;
  width: 40px;
}
.theme-green .form-field.form-field--dropdown .form-field__select-container::after {
  color: var(--fg);
}
.theme-blue .form-field.form-field--dropdown .form-field__select-container::after {
  color: var(--fg);
}
.theme-indigo .form-field.form-field--dropdown .form-field__select-container::after {
  color: var(--fg);
}
.theme-pink .form-field.form-field--dropdown .form-field__select-container::after {
  color: var(--fg);
}
.theme-red .form-field.form-field--dropdown .form-field__select-container::after {
  color: var(--fg);
}
.theme-orange .form-field.form-field--dropdown .form-field__select-container::after {
  color: var(--fg);
}
.theme-grey .form-field.form-field--dropdown .form-field__select-container::after {
  color: var(--fg);
}
.high-contrast .form-field.form-field--dropdown .form-field__select-container::after {
  color: var(--fg);
}
.form-field.form-field--radio-buttons input[type=radio] + label {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: none;
}
.form-field.form-field--radio-buttons input[type=radio] + label strong,
.form-field.form-field--radio-buttons input[type=radio] + label b {
  font-weight: bold;
}
@media (min-width: 800px) {
  .form-field.form-field--radio-buttons input[type=radio] + label {
    font-size: 12.8px;
    letter-spacing: 1px;
    line-height: 16px;
  }
}
.form-field.form-field--radio-buttons input[type=radio] {
  display: none;
}
.form-field.form-field--radio-buttons input[type=radio] + label {
  display: block;
  font-weight: normal;
  padding-left: 16px;
  width: 100%;
}
.form-field.form-field--radio-buttons input[type=radio] + label::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 10.4px;
  vertical-align: middle;
  content: "\ea1f";
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 12px;
  line-height: 13px;
  margin-left: -16px;
  margin-right: 8px;
  text-align: center;
  transition: border-color 0.35s ease-out, color 0.2s ease-out;
  width: 12px;
}
.theme-green .form-field.form-field--radio-buttons input[type=radio] + label::before {
  border: 1px solid var(--fg);
  color: transparent;
}
.theme-blue .form-field.form-field--radio-buttons input[type=radio] + label::before {
  border: 1px solid var(--fg);
  color: transparent;
}
.theme-indigo .form-field.form-field--radio-buttons input[type=radio] + label::before {
  border: 1px solid var(--fg);
  color: transparent;
}
.theme-pink .form-field.form-field--radio-buttons input[type=radio] + label::before {
  border: 1px solid var(--fg);
  color: transparent;
}
.theme-red .form-field.form-field--radio-buttons input[type=radio] + label::before {
  border: 1px solid var(--fg);
  color: transparent;
}
.theme-orange .form-field.form-field--radio-buttons input[type=radio] + label::before {
  border: 1px solid var(--fg);
  color: transparent;
}
.theme-grey .form-field.form-field--radio-buttons input[type=radio] + label::before {
  border: 1px solid var(--fg);
  color: transparent;
}
.high-contrast .form-field.form-field--radio-buttons input[type=radio] + label::before {
  border: 1px solid var(--fg);
  color: transparent;
}
.form-field.form-field--radio-buttons input[type=radio] + label + input + label {
  margin-top: 8px;
}
.form-field.form-field--radio-buttons input[type=radio]:checked + label::before, .form-field.form-field--radio-buttons input[type=radio].is-checked + label::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 10.4px;
  vertical-align: middle;
  content: "\ea1f";
  line-height: 13px;
}
.theme-green .form-field.form-field--radio-buttons input[type=radio]:checked + label::before, .theme-green .form-field.form-field--radio-buttons input[type=radio].is-checked + label::before {
  color: var(--fg);
}
.theme-blue .form-field.form-field--radio-buttons input[type=radio]:checked + label::before, .theme-blue .form-field.form-field--radio-buttons input[type=radio].is-checked + label::before {
  color: var(--fg);
}
.theme-indigo .form-field.form-field--radio-buttons input[type=radio]:checked + label::before, .theme-indigo .form-field.form-field--radio-buttons input[type=radio].is-checked + label::before {
  color: var(--fg);
}
.theme-pink .form-field.form-field--radio-buttons input[type=radio]:checked + label::before, .theme-pink .form-field.form-field--radio-buttons input[type=radio].is-checked + label::before {
  color: var(--fg);
}
.theme-red .form-field.form-field--radio-buttons input[type=radio]:checked + label::before, .theme-red .form-field.form-field--radio-buttons input[type=radio].is-checked + label::before {
  color: var(--fg);
}
.theme-orange .form-field.form-field--radio-buttons input[type=radio]:checked + label::before, .theme-orange .form-field.form-field--radio-buttons input[type=radio].is-checked + label::before {
  color: var(--fg);
}
.theme-grey .form-field.form-field--radio-buttons input[type=radio]:checked + label::before, .theme-grey .form-field.form-field--radio-buttons input[type=radio].is-checked + label::before {
  color: var(--fg);
}
.high-contrast .form-field.form-field--radio-buttons input[type=radio]:checked + label::before, .high-contrast .form-field.form-field--radio-buttons input[type=radio].is-checked + label::before {
  color: var(--fg);
}
.form-field.is-hidden {
  display: none;
}

.form-field--slim-select {
  display: block;
}

.modal__language-list-placeholder,
.modal__language .modal__language-list .modal__language-list-items div,
.form-field--slim-select .ss-main .ss-single-selected,
.form-field--slim-select .ss-main .ss-list .ss-option {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  min-height: 32px;
  font-size: var(--fs__smallest);
  position: relative;
  height: 40px;
  overflow: hidden;
  margin: 0;
  padding: 6px 12px;
  border: 2px solid #000;
  border-radius: 0;
  line-height: 22px;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  transition: all 0.35s ease-out;
  cursor: pointer;
}
.modal__language-list-placeholder strong,
.modal__language-list-placeholder b,
.modal__language .modal__language-list .modal__language-list-items div strong,
.modal__language .modal__language-list .modal__language-list-items div b,
.form-field--slim-select .ss-main .ss-single-selected strong,
.form-field--slim-select .ss-main .ss-single-selected b,
.form-field--slim-select .ss-main .ss-list .ss-option strong,
.form-field--slim-select .ss-main .ss-list .ss-option b {
  font-weight: normal;
}
.modal__language-list-placeholder::after,
.modal__language .modal__language-list .modal__language-list-items div::after,
.form-field--slim-select .ss-main .ss-single-selected::after,
.form-field--slim-select .ss-main .ss-list .ss-option::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: width 0.35s ease-out 50ms;
  z-index: -1;
}
.modal__language-list-placeholder:hover, .modal__language-list-placeholder:focus, .modal__language-list-placeholder.ss-open-below,
.modal__language .modal__language-list .modal__language-list-items div:hover,
.modal__language .modal__language-list .modal__language-list-items div:focus,
.modal__language .modal__language-list .modal__language-list-items div.ss-open-below,
.form-field--slim-select .ss-main .ss-single-selected:hover,
.form-field--slim-select .ss-main .ss-single-selected:focus,
.form-field--slim-select .ss-main .ss-single-selected.ss-open-below,
.form-field--slim-select .ss-main .ss-list .ss-option:hover,
.form-field--slim-select .ss-main .ss-list .ss-option:focus,
.form-field--slim-select .ss-main .ss-list .ss-option.ss-open-below {
  background: transparent;
}
.modal__language-list-placeholder:hover::after, .modal__language-list-placeholder:focus::after, .modal__language-list-placeholder.ss-open-below::after,
.modal__language .modal__language-list .modal__language-list-items div:hover::after,
.modal__language .modal__language-list .modal__language-list-items div:focus::after,
.modal__language .modal__language-list .modal__language-list-items div.ss-open-below::after,
.form-field--slim-select .ss-main .ss-single-selected:hover::after,
.form-field--slim-select .ss-main .ss-single-selected:focus::after,
.form-field--slim-select .ss-main .ss-single-selected.ss-open-below::after,
.form-field--slim-select .ss-main .ss-list .ss-option:hover::after,
.form-field--slim-select .ss-main .ss-list .ss-option:focus::after,
.form-field--slim-select .ss-main .ss-list .ss-option.ss-open-below::after {
  width: 100%;
}

.modal__language .modal__language-list .modal__language-list-placeholder .ss-arrow span,
.form-field--slim-select .ss-main .ss-single-selected .ss-arrow span {
  border-color: #000;
}
.modal__language .modal__language-list .modal__language-list-placeholder:hover, .modal__language .modal__language-list .modal__language-list-placeholder:focus, .modal__language .modal__language-list .modal__language-list-placeholder.ss-open-below, .modal__language .modal__language-list .modal__language-list-placeholder.is-open,
.form-field--slim-select .ss-main .ss-single-selected:hover,
.form-field--slim-select .ss-main .ss-single-selected:focus,
.form-field--slim-select .ss-main .ss-single-selected.ss-open-below,
.form-field--slim-select .ss-main .ss-single-selected.is-open {
  color: var(--brand-darkest);
}
.modal__language .modal__language-list .modal__language-list-placeholder:hover .ss-arrow span, .modal__language .modal__language-list .modal__language-list-placeholder:focus .ss-arrow span, .modal__language .modal__language-list .modal__language-list-placeholder.ss-open-below .ss-arrow span, .modal__language .modal__language-list .modal__language-list-placeholder.is-open .ss-arrow span,
.form-field--slim-select .ss-main .ss-single-selected:hover .ss-arrow span,
.form-field--slim-select .ss-main .ss-single-selected:focus .ss-arrow span,
.form-field--slim-select .ss-main .ss-single-selected.ss-open-below .ss-arrow span,
.form-field--slim-select .ss-main .ss-single-selected.is-open .ss-arrow span {
  border-color: var(--brand-darkest);
}
.modal__language .modal__language-list .modal__language-list-placeholder::after,
.form-field--slim-select .ss-main .ss-single-selected::after {
  background: #000;
}

.modal__language .modal__language-list .modal__language-list-items div,
.form-field--slim-select .ss-main .ss-list .ss-option {
  margin-top: -2px;
}
.modal__language .modal__language-list .modal__language-list-items div:hover, .modal__language .modal__language-list .modal__language-list-items div:focus,
.form-field--slim-select .ss-main .ss-list .ss-option:hover,
.form-field--slim-select .ss-main .ss-list .ss-option:focus {
  color: #000;
}
.modal__language .modal__language-list .modal__language-list-items div::after,
.form-field--slim-select .ss-main .ss-list .ss-option::after {
  background: rgba(0, 0, 0, 0.16);
}

.form-field--slim-select .ss-list .ss-option-selected {
  display: none;
}

.form-field--slim-select .ss-content {
  border: none;
  margin-top: 0;
  background: #fff;
}

.grecaptcha-badge {
  z-index: 10;
}

.calendar {
  position: relative;
}
.calendar .pika-single {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.calendar .pika-title,
.calendar thead abbr {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.calendar-events-empty {
  text-align: center;
}

.ui-datepicker {
  border: none !important;
  border-radius: 0;
  padding: 1.5em 44px;
  width: unset;
}
@media (max-width: 900px) {
  .ui-datepicker {
    left: 10px !important;
    padding: 1.5em 44px 2em;
    right: 10px !important;
    width: calc(100% - 20px);
  }
}
.ui-datepicker .ui-datepicker-title {
  line-height: 31px;
  font-weight: 450;
  font-size: 24px;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.ui-datepicker .ui-datepicker-calendar thead {
  margin-bottom: 8px;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  font-size: 12px;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar [data-handler=selectDay] a {
  border: none;
  background: none;
  line-height: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-align: center;
}
.ui-datepicker .ui-state-active {
  color: #fff;
  border-radius: 100%;
  padding: 11.5px 12.5px;
}
.theme-green .ui-datepicker .ui-state-active {
  background-color: var(--bg) !important;
}
.theme-blue .ui-datepicker .ui-state-active {
  background-color: var(--bg) !important;
}
.theme-indigo .ui-datepicker .ui-state-active {
  background-color: var(--bg) !important;
}
.theme-pink .ui-datepicker .ui-state-active {
  background-color: var(--bg) !important;
}
.theme-red .ui-datepicker .ui-state-active {
  background-color: var(--bg) !important;
}
.theme-orange .ui-datepicker .ui-state-active {
  background-color: var(--bg) !important;
}
.theme-grey .ui-datepicker .ui-state-active {
  background-color: var(--bg) !important;
}
.high-contrast .ui-datepicker .ui-state-active {
  background-color: var(--bg) !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  transition: all ease 0.15s;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-repeat: no-repeat;
  background-position: center;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: unset;
  border: none;
  transform: scale(1.2);
  transition: all ease 0.15s;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("../images/carat-left--light.svg");
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url("../images/carat-right--dark.svg");
}

.duet-date__input {
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
}
.duet-date__toggle {
  background: url("../images/icon-calendar--white.svg") right no-repeat;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none;
}
.duet-date__toggle-icon svg {
  display: none;
}

.duet-date__dialog-content {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
.duet-date__dialog-content .duet-date__table-header {
  font-size: 12px;
  text-transform: uppercase;
}
.duet-date__dialog-content .duet-date__day {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.duet-date__dialog-content .duet-date__day:hover::before, .duet-date__dialog-content .duet-date__day.is-today::before {
  background-color: #f8f8f8 !important;
}
.theme-green .duet-date__dialog-content .duet-date__day.is-today {
  box-shadow: 0 0 0 1px var(--accent) !important;
}
.theme-blue .duet-date__dialog-content .duet-date__day.is-today {
  box-shadow: 0 0 0 1px var(--accent) !important;
}
.theme-indigo .duet-date__dialog-content .duet-date__day.is-today {
  box-shadow: 0 0 0 1px var(--accent) !important;
}
.theme-pink .duet-date__dialog-content .duet-date__day.is-today {
  box-shadow: 0 0 0 1px var(--accent) !important;
}
.theme-red .duet-date__dialog-content .duet-date__day.is-today {
  box-shadow: 0 0 0 1px var(--accent) !important;
}
.theme-orange .duet-date__dialog-content .duet-date__day.is-today {
  box-shadow: 0 0 0 1px var(--accent) !important;
}
.theme-grey .duet-date__dialog-content .duet-date__day.is-today {
  box-shadow: 0 0 0 1px var(--accent) !important;
}
.high-contrast .duet-date__dialog-content .duet-date__day.is-today {
  box-shadow: 0 0 0 1px var(--accent) !important;
}
.theme-green .duet-date__dialog-content .duet-date__day[aria-pressed=true], .theme-green .duet-date__dialog-content .duet-date__day:focus {
  background: var(--accent) !important;
}
.theme-blue .duet-date__dialog-content .duet-date__day[aria-pressed=true], .theme-blue .duet-date__dialog-content .duet-date__day:focus {
  background: var(--accent) !important;
}
.theme-indigo .duet-date__dialog-content .duet-date__day[aria-pressed=true], .theme-indigo .duet-date__dialog-content .duet-date__day:focus {
  background: var(--accent) !important;
}
.theme-pink .duet-date__dialog-content .duet-date__day[aria-pressed=true], .theme-pink .duet-date__dialog-content .duet-date__day:focus {
  background: var(--accent) !important;
}
.theme-red .duet-date__dialog-content .duet-date__day[aria-pressed=true], .theme-red .duet-date__dialog-content .duet-date__day:focus {
  background: var(--accent) !important;
}
.theme-orange .duet-date__dialog-content .duet-date__day[aria-pressed=true], .theme-orange .duet-date__dialog-content .duet-date__day:focus {
  background: var(--accent) !important;
}
.theme-grey .duet-date__dialog-content .duet-date__day[aria-pressed=true], .theme-grey .duet-date__dialog-content .duet-date__day:focus {
  background: var(--accent) !important;
}
.high-contrast .duet-date__dialog-content .duet-date__day[aria-pressed=true], .high-contrast .duet-date__dialog-content .duet-date__day:focus {
  background: var(--accent) !important;
}
.duet-date__dialog-content .due-date__close {
  height: 16px;
  padding: 0px 14px;
}
.duet-date__dialog-content .due-date__close svg {
  position: absolute;
  top: 18px;
  left: 27px;
}

.iframe {
  position: relative;
}
.iframe .iframe__iframe {
  max-width: 100%;
  min-height: 100px;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  width: 100%;
}
.iframe .iframe__iframe.is-hidden {
  opacity: 0;
}

.color-blend-background {
  position: relative;
}
.color-blend-background::before, .color-blend-background::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.theme-green .color-blend-background::before, .theme-green .color-blend-background::after {
  background-color: var(--frame);
}
.theme-blue .color-blend-background::before, .theme-blue .color-blend-background::after {
  background-color: var(--frame);
}
.theme-indigo .color-blend-background::before, .theme-indigo .color-blend-background::after {
  background-color: var(--frame);
}
.theme-pink .color-blend-background::before, .theme-pink .color-blend-background::after {
  background-color: var(--frame);
}
.theme-red .color-blend-background::before, .theme-red .color-blend-background::after {
  background-color: var(--frame);
}
.theme-orange .color-blend-background::before, .theme-orange .color-blend-background::after {
  background-color: var(--frame);
}
.theme-grey .color-blend-background::before, .theme-grey .color-blend-background::after {
  background-color: var(--frame);
}
.color-blend-background::before {
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.color-blend-background::after {
  mix-blend-mode: hard-light;
  opacity: 1;
}
.home-panels.theme-green .color-blend-background::before, .home-panels.theme-green .color-blend-background::after {
  background-color: var(--frame);
}
.home-panels.theme-blue .color-blend-background::before, .home-panels.theme-blue .color-blend-background::after {
  background-color: var(--frame);
}
.home-panels.theme-indigo .color-blend-background::before, .home-panels.theme-indigo .color-blend-background::after {
  background-color: var(--frame);
}
.home-panels.theme-pink .color-blend-background::before, .home-panels.theme-pink .color-blend-background::after {
  background-color: var(--frame);
}
.home-panels.theme-red .color-blend-background::before, .home-panels.theme-red .color-blend-background::after {
  background-color: var(--frame);
}
.home-panels.theme-orange .color-blend-background::before, .home-panels.theme-orange .color-blend-background::after {
  background-color: var(--frame);
}
.home-panels.theme-grey .color-blend-background::before, .home-panels.theme-grey .color-blend-background::after {
  background-color: var(--frame);
}
.logo {
  position: relative;
  display: block;
  line-height: 0;
  position: relative;
  transition: color 0.35s ease-out;
  vertical-align: top;
  border: solid transparent;
  border-width: 0 2px 2px;
  z-index: 10000000;
}
.logo .logo__svg {
  background-color: #fff;
  color: #000;
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 529px) {
  .logo {
    height: 62px;
    width: 123px;
  }
  .logo .logo__svg,
  .logo .payoff__svg {
    height: 62px;
    width: 123px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .logo {
    height: 66px;
    width: 132px;
  }
  .logo .logo__svg,
  .logo .payoff__svg {
    height: 66px;
    width: 132px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .logo {
    height: 66px;
    width: 132px;
  }
  .logo .logo__svg,
  .logo .payoff__svg {
    height: 66px;
    width: 132px;
  }
}
@media (min-width: 1200px) {
  .logo {
    height: 100px;
    width: 192px;
  }
  .logo .logo__svg,
  .logo .payoff__svg {
    height: 100px;
    width: 192px;
  }
  .logo::after {
    bottom: 0;
    height: 2px;
    left: 0;
    right: auto;
    top: auto;
    width: 100%;
  }
}

.checkmarks__checkmark--container {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  width: 150px;
  margin-top: 20px;
}
.checkmarks__checkmark--container .checkmark--container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkmarks__checkmark--container .checkmark--container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmarks__checkmark--container .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #fff;
}
.checkmarks__checkmark--container .checkmark--container:hover input ~ .checkmark {
  background-color: transparent;
}
.checkmarks__checkmark--container .checkmark--container input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #fff;
}
.checkmarks__checkmark--container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmarks__checkmark--container .checkmark--container input:checked ~ .checkmark:after {
  display: block;
}
.checkmarks__checkmark--container .checkmark--container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.background-video {
  position: relative;
  overflow: hidden;
}
.background-video .background-video__video {
  background: #000;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.picture {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  opacity: 1;
  transition: opacity 0.35s ease-in 0.1s;
}
.picture .picture__img {
  display: inline-block;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.picture .picture__img:not([src]), .picture .picture__img[src=""] {
  display: none;
}
.picture .picture__caption {
  margin-top: 16px;
}
.picture.is-hidden {
  opacity: 0;
  transition: none;
}
.picture .picture__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
  line-height: 1.3;
  text-transform: none;
  font-weight: 500;
  width: 100%;
  min-height: 50px;
}
.picture .picture__caption strong,
.picture .picture__caption b {
  font-weight: normal;
}
.picture .picture__caption strong,
.picture .picture__caption b {
  font-weight: bold;
}
.picture .picture__caption em,
.picture .picture__caption i {
  font-style: oblique;
}

.repro__label--container {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  position: absolute;
  width: calc(100% + 30px);
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  margin-left: -15px;
  z-index: 1;
  padding: 10px 0;
  color: var(--neutrals-white);
}
.repro__label--container .repro__label--inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.repro__label--container .repro__label--title,
.repro__label--container .repro__label--icon {
  display: flex;
}
.repro__label--container .repro__label--icon {
  width: 30px;
  height: 18px;
  margin-right: 10px;
}
.repro__label--container .repro__label--title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .repro__label--container {
    width: 100%;
    margin-left: 0;
  }
  .repro__label--container .repro__label--title {
    font-size: 18px;
  }
}

.case {
  --fg: var(--neutrals-white);
}
.case .link {
  font-size: var(--fs__base);
}

.video--wrapper {
  padding: 0;
  position: relative;
}

.video {
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.video .video__container {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video .hit-target,
.video .iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video .iframe {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.video .iframe.is-hidden {
  opacity: 0;
}
.video .picture {
  height: auto;
  opacity: 0.35;
  width: 100%;
}
.video .hit-target {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  text-decoration: none;
}
body.is-ie10 .video .hit-target {
  background-color: rgba(0, 0, 0, 0.001);
}
.video .video__play-button {
  border: 3px solid currentColor;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 40px;
  left: 50%;
  line-height: 36px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  touch-action: none;
  transform: translateX(-50%) translateY(-50%);
  transition: color 0.35s ease-out, background-color 0.35s ease-out, border-color 0.35s ease-out;
  width: 40px;
}
.video .video__play-button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea1c";
  font-size: 36px;
  left: 50%;
  line-height: 36px;
  padding-left: 4px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.high-contrast .video .video__play-button {
  color: #fff;
}
.video.is-playing .picture {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.video[data-autoplay] .video__play-button {
  display: none;
}

.background-image {
  position: relative;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.35s ease-in 0.1s;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "";
}
.background-image ~ *:not(.background-image) {
  position: relative;
  z-index: 2;
}
.background-image.is-hidden {
  opacity: 0;
  transition: none;
}

.has-background-image {
  overflow: hidden;
  position: relative;
}

.forwardlink {
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.forwardlink .link {
  margin: 0 0 0 -1px;
}
.forwardlink .link::after {
  margin-left: 0;
  vertical-align: middle;
  width: 8px;
}
.forwardlink .link .link__span {
  text-decoration: none;
}
.forwardlink .link .link__span:hover {
  text-decoration: none;
}
@media (max-width: 529px) {
  .forwardlink {
    position: absolute !important;
    right: 10px;
    top: 14px;
    transform: none;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .forwardlink {
    position: absolute !important;
    right: 10px;
    top: 14px;
    transform: none;
  }
}
@media (min-width: 800px) {
  .theme-green .forwardlink {
    background-color: var(--frame);
  }
  .theme-blue .forwardlink {
    background-color: var(--frame);
  }
  .theme-indigo .forwardlink {
    background-color: var(--frame);
  }
  .theme-pink .forwardlink {
    background-color: var(--frame);
  }
  .theme-red .forwardlink {
    background-color: var(--frame);
  }
  .theme-orange .forwardlink {
    background-color: var(--frame);
  }
  .theme-grey .forwardlink {
    background-color: var(--frame);
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .forwardlink {
    right: 0;
  }
  .forwardlink .link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .forwardlink {
    right: 0;
  }
  .forwardlink .link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1480px) {
  .forwardlink {
    right: 0;
  }
  .forwardlink .link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.forwardlink .link {
  overflow: hidden;
}
.theme-green .forwardlink .link {
  background-color: transparent !important;
}
.theme-green .forwardlink .link::before {
  background-color: var(--fg);
}
.theme-blue .forwardlink .link {
  background-color: transparent !important;
}
.theme-blue .forwardlink .link::before {
  background-color: var(--fg);
}
.theme-indigo .forwardlink .link {
  background-color: transparent !important;
}
.theme-indigo .forwardlink .link::before {
  background-color: var(--fg);
}
.theme-pink .forwardlink .link {
  background-color: transparent !important;
}
.theme-pink .forwardlink .link::before {
  background-color: var(--fg);
}
.theme-red .forwardlink .link {
  background-color: transparent !important;
}
.theme-red .forwardlink .link::before {
  background-color: var(--fg);
}
.theme-orange .forwardlink .link {
  background-color: transparent !important;
}
.theme-orange .forwardlink .link::before {
  background-color: var(--fg);
}
.theme-grey .forwardlink .link {
  background-color: transparent !important;
}
.theme-grey .forwardlink .link::before {
  background-color: var(--fg);
}
.high-contrast .forwardlink .link {
  background-color: transparent !important;
}
.high-contrast .forwardlink .link::before {
  background-color: var(--fg);
}
.forwardlink .link .link__span, .forwardlink .link::after {
  position: relative;
  z-index: 1;
}
.forwardlink .link::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  width: 0%;
  z-index: 0;
}
body.no-touch .forwardlink .link:hover::before {
  transition: width 0.35s ease-out;
  width: 105%;
}
.no-touch.theme-green .forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-blue .forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-indigo .forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-pink .forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-red .forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-orange .forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-grey .forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.high-contrast .forwardlink .link:hover {
  color: var(--accent);
}

.divider {
  position: relative;
  text-align: center;
}
.divider .divider__container {
  display: flex;
  min-height: 32px;
}
.divider .divider__bar {
  flex: 0 1 50%;
  position: relative;
}
.divider .divider__bar::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.theme-indigo .divider .divider__bar::before {
  background-color: var(--brand-indigo-dark);
}
.theme-pink .divider .divider__bar::before {
  background-color: var(--brand-magenta-dark);
}
.theme-red .divider .divider__bar::before {
  background-color: var(--brand-red-dark);
}
.theme-orange .divider .divider__bar::before {
  background-color: var(--brand-orange-dark);
}
.theme-grey .divider .divider__bar::before {
  background-color: var(--neutrals-grey-dark);
}
.high-contrast .divider .divider__bar::before {
  background-color: var(--neutrals-grey-lightest);
}
.divider .divider__bar.divider__bar--left::before {
  right: 0;
}
.divider .divider__bar.divider__bar--right::before {
  left: 0;
}
.divider .divider__title {
  flex: 0 0 auto;
  max-width: 75%;
  padding-left: 1em;
  padding-right: 1em;
}
.divider .divider__button .button {
  margin: 0 16px;
}
.divider.is-hidden {
  opacity: 0;
}
@media (max-width: 529px) {
  .divider.divider--small {
    margin-bottom: 16px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .divider.divider--small {
    margin-bottom: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .divider.divider--small {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .divider.divider--small {
    margin-bottom: 16px;
  }
}
@media (min-width: 1480px) {
  .divider.divider--small {
    margin-bottom: 16px;
  }
}
.divider.divider--small .divider__container > .divider__title {
  line-height: 16px;
}
.divider.divider--small .divider__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  font-size: var(--fs__smallest);
}
.divider.divider--small .divider__title strong,
.divider.divider--small .divider__title b {
  font-weight: normal;
}
@media (max-width: 529px) {
  .divider.divider--large {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .divider.divider--large {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .divider.divider--large {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .divider.divider--large {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .divider.divider--large {
    margin-bottom: 40px;
  }
}
.divider.divider--large .divider__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
  font-size: var(--fs__smallest);
  line-height: 32px;
}
.divider.divider--large .divider__title strong,
.divider.divider--large .divider__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .divider.divider--large .divider__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .divider.divider--large .divider__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .divider.divider--large .divider__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .divider.divider--large .divider__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
@media (max-width: 529px) {
  .divider.divider--medium {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .divider.divider--medium {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .divider.divider--medium {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .divider.divider--medium {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .divider.divider--medium {
    margin-bottom: 40px;
  }
}
.divider.divider--medium .divider__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
  font-size: var(--fs__smallest);
}
.divider.divider--medium .divider__title strong,
.divider.divider--medium .divider__title b {
  font-weight: normal;
}

.link {
  position: relative;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  min-height: 32px;
  text-transform: uppercase;
  color: currentColor;
  display: inline-block;
  height: 38px;
  line-height: 16px;
  margin: 0 8px 8px 0;
  overflow: hidden;
  padding: 7px 0.75em;
  position: relative;
  transition: color 0.35s ease-out;
  vertical-align: bottom;
  white-space: nowrap;
}
.link strong,
.link b {
  font-weight: normal;
}
.link[class*=icon-]::before, .link[class*=icon-after-]::after {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  width: 16px;
}
.theme-green .link:hover .link__span {
  text-decoration: none;
}
.theme-blue .link:hover .link__span {
  text-decoration: none;
}
.theme-indigo .link:hover .link__span {
  text-decoration: none;
}
.theme-pink .link:hover .link__span {
  text-decoration: none;
}
.theme-red .link:hover .link__span {
  text-decoration: none;
}
.theme-orange .link:hover .link__span {
  text-decoration: none;
}
.theme-grey .link:hover .link__span {
  text-decoration: none;
}
.high-contrast .link:hover .link__span {
  text-decoration: none;
}
.link .link__span {
  display: inline-block;
  line-height: 16px;
  text-decoration: underline;
  vertical-align: middle;
}
.link::before {
  margin: 0 0.25em 0 -0.1em;
}
.link::after {
  margin: 0 -0.1em 0 0.25em;
}
.link.link--icon-only {
  padding-left: 7px;
  padding-right: 7px;
  width: 38px;
}
.link.link--icon-only::before, .link.link--icon-only::after {
  margin-left: 0;
  margin-right: 0;
}
.link.link--icon-only .link__span {
  display: none;
}

.hit-target {
  position: relative;
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 100;
}
body.is-ie10 .hit-target {
  background-color: rgba(0, 0, 0, 0.001);
}

.has-hit-target {
  position: relative;
}

.contrast-mode {
  position: relative;
}
.contrast-mode .contrast-mode__span--high-contrast {
  display: inline-block;
}
.contrast-mode .contrast-mode__span--standard-contrast {
  display: none;
}
.high-contrast .contrast-mode .contrast-mode__span--high-contrast {
  display: none;
}
.high-contrast .contrast-mode .contrast-mode__span--standard-contrast {
  display: inline-block;
}

.payoff {
  position: relative;
  display: inline-block;
  line-height: 0;
  position: relative;
  transition: color 0.35s ease-out;
  vertical-align: top;
  height: 62px;
  width: 123px;
}
.payoff .payoff__svg {
  color: #fff;
  display: block;
  height: 100%;
  transition: background-color 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  width: 100%;
}
.theme-green .payoff .payoff__svg {
  background-color: var(--frame);
}
.theme-blue .payoff .payoff__svg {
  background-color: var(--frame);
}
.theme-indigo .payoff .payoff__svg {
  background-color: var(--frame);
}
.theme-pink .payoff .payoff__svg {
  background-color: var(--frame);
}
.theme-red .payoff .payoff__svg {
  background-color: var(--frame);
}
.theme-orange .payoff .payoff__svg {
  background-color: var(--frame);
}
.theme-grey .payoff .payoff__svg {
  background-color: var(--frame);
}
@media (min-width: 530px) and (max-width: 799px) {
  .payoff {
    height: 66px;
    width: 132px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .payoff {
    height: 66px;
    width: 132px;
  }
}
@media (min-width: 1200px) {
  .payoff {
    height: 100px;
    width: 192px;
  }
}

.divider-button {
  position: relative;
  text-align: center;
}
@media (max-width: 529px) {
  .divider-button.divider-button--small {
    margin-bottom: 16px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .divider-button.divider-button--small {
    margin-bottom: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .divider-button.divider-button--small {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .divider-button.divider-button--small {
    margin-bottom: 16px;
  }
}
@media (min-width: 1480px) {
  .divider-button.divider-button--small {
    margin-bottom: 16px;
  }
}
.divider-button.divider-button--small .divider-button__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.divider-button.divider-button--small .divider-button__title strong,
.divider-button.divider-button--small .divider-button__title b {
  font-weight: normal;
}
.divider-button.divider-button--small .divider-button__title {
  line-height: 16px;
}
@media (max-width: 529px) {
  .divider-button.divider-button--large {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .divider-button.divider-button--large {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .divider-button.divider-button--large {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .divider-button.divider-button--large {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .divider-button.divider-button--large {
    margin-bottom: 40px;
  }
}
.divider-button.divider-button--large .divider-button__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.divider-button.divider-button--large .divider-button__title strong,
.divider-button.divider-button--large .divider-button__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .divider-button.divider-button--large .divider-button__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .divider-button.divider-button--large .divider-button__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .divider-button.divider-button--large .divider-button__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .divider-button.divider-button--large .divider-button__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
@media (max-width: 529px) {
  .divider-button.divider-button--medium {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .divider-button.divider-button--medium {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .divider-button.divider-button--medium {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .divider-button.divider-button--medium {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .divider-button.divider-button--medium {
    margin-bottom: 40px;
  }
}
.divider-button.divider-button--medium .divider-button__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.divider-button.divider-button--medium .divider-button__title strong,
.divider-button.divider-button--medium .divider-button__title b {
  font-weight: normal;
}
.divider-button .divider-button__container {
  display: flex;
}
.divider-button .divider-button__bar {
  flex: 0 1 50%;
  position: relative;
}
.divider-button .divider-button__bar::before {
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.theme-green .divider-button .divider-button__bar::before {
  background-color: var(--frame);
}
.theme-blue .divider-button .divider-button__bar::before {
  background-color: var(--frame);
}
.theme-indigo .divider-button .divider-button__bar::before {
  background-color: var(--frame);
}
.theme-pink .divider-button .divider-button__bar::before {
  background-color: var(--frame);
}
.theme-red .divider-button .divider-button__bar::before {
  background-color: var(--frame);
}
.theme-orange .divider-button .divider-button__bar::before {
  background-color: var(--frame);
}
.theme-grey .divider-button .divider-button__bar::before {
  background-color: var(--frame);
}
.divider-button .divider-button__title {
  flex: 0 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}
.divider-button.is-hidden {
  opacity: 0;
}

.card.blogs-teaser-card .card__title {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 23px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.29;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.card.blogs-teaser-card .card__body {
  padding: 26px 29px 30px;
  background-color: #fff;
  color: #000;
}

.card.blogs-teaser-card .card__img--top img {
  width: 100%;
  object-fit: cover;
}

.card.blogs-teaser-card .card__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
}

@media (max-width: 529px) {
  .chapter__inner--slider .slider .inner-constrainer {
    padding-left: 0;
    padding-right: 0;
  }
  .chapter__inner--slider .slider .slider__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .chapter__inner--slider .slider .slider_nav {
    top: 0;
    transform: translateY(100%);
  }
  .chapter__inner--slider .slider .slider_nav.prev {
    left: 30px;
  }
  .chapter__inner--slider .slider .slider_nav.next {
    right: 30px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--slider {
    padding-top: 112px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--slider {
    padding-top: 128px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--slider {
    padding-bottom: 64px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--slider {
    padding-bottom: 80px;
  }
}

.add-to-calendar {
  position: relative;
  display: inline-block;
}
.add-to-calendar .add-to-calendar__template {
  visibility: hidden;
}
.add-to-calendar .add-to-calendar__template:focus {
  outline: none;
}
.add-to-calendar .add-to-calendar__template.addeventatc-selected .add-to-calendar__link::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.add-to-calendar .add-to-calendar__template.addeventatc-selected .add-to-calendar__link .add-to-calendar__link-span:hover {
  text-decoration: none;
}
.add-to-calendar .add-to-calendar__template[aria-expanded=true] .add-to-calendar__link::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea0c";
}
.add-to-calendar .add-to-calendar__data {
  display: none;
}
.add-to-calendar .add-to-calendar__link,
.add-to-calendar .addeventatc_dropdown > span {
  display: block;
  width: auto;
}
.add-to-calendar .addeventatc_dropdown {
  display: none;
  padding-top: 8px;
}
.add-to-calendar .addeventatc_dropdown > span {
  margin-top: 8px;
  margin-bottom: 8px;
  text-decoration: underline;
}
.add-to-calendar .addeventatc_dropdown > span:first-child {
  margin-top: 0;
}
.add-to-calendar .addeventatc_dropdown > span:last-child {
  margin-bottom: 0;
}
.add-to-calendar .addeventatc_dropdown > span:hover {
  cursor: pointer;
  text-decoration: none;
}
.add-to-calendar .addeventatc_dropdown > .copyx {
  display: none;
}
.add-to-calendar .addeventatc_dropdown.addeventatc-selected {
  display: block;
}
.add-to-calendar .add-to-calendar__link::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea09";
}
.add-to-calendar .add-to-calendar__link .add-to-calendar__link-span {
  display: inline-block;
  height: 22px;
  line-height: 23px;
}
.add-to-calendar .add-to-calendar__link::after {
  vertical-align: top;
}
.add-to-calendar .add-to-calendar__link:hover {
  cursor: pointer;
}
.add-to-calendar .add-to-calendar__link:hover .add-to-calendar__link-span {
  text-decoration: underline;
}
.add-to-calendar .add-to-calendar__link {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.add-to-calendar .add-to-calendar__link strong,
.add-to-calendar .add-to-calendar__link b {
  font-weight: normal;
}
.add-to-calendar .addeventatc_dropdown > span {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12.8px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.35px;
}
.add-to-calendar .addeventatc_dropdown > span strong,
.add-to-calendar .addeventatc_dropdown > span b {
  font-weight: bold;
}
.add-to-calendar .addeventatc_dropdown > span em,
.add-to-calendar .addeventatc_dropdown > span i {
  font-style: italic;
}

.landing-list {
  position: relative;
}
@media (max-width: 529px) {
  .landing-list {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .landing-list {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .landing-list {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .landing-list {
    margin-bottom: 56px;
  }
}
@media (max-width: 529px) {
  .landing-list .landing-list-item__image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-list .landing-list-item__image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 529px) {
  .landing-list .landing-list-item__image {
    padding-bottom: 67.65%;
  }
  .landing-list .landing-list-item__content {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-list .landing-list-item__image {
    padding-bottom: 67.65%;
  }
  .landing-list .landing-list-item__content {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .landing-list .landing-list-item {
    align-items: flex-start;
    display: flex;
  }
  .landing-list .landing-list-item__image {
    align-self: stretch;
  }
  .landing-list .landing-list-item__content {
    flex: 1 1 auto;
    padding-left: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .landing-list .landing-list-item {
    align-items: flex-start;
    display: flex;
  }
  .landing-list .landing-list-item__image {
    align-self: stretch;
  }
  .landing-list .landing-list-item__content {
    flex: 1 1 auto;
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  .landing-list .landing-list-item {
    align-items: flex-start;
    display: flex;
  }
  .landing-list .landing-list-item__image {
    align-self: stretch;
  }
  .landing-list .landing-list-item__content {
    flex: 1 1 auto;
    padding-left: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .landing-list .landing-list-item__image {
    flex: 0 0 33.75%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .landing-list .landing-list-item__image {
    flex: 0 0 22.5%;
  }
}
@media (min-width: 1480px) {
  .landing-list .landing-list-item__image {
    flex: 0 0 20.625%;
  }
}
.landing-list .landing-list-item__content,
.landing-list .landing-list__title {
  text-align: center;
}
.landing-list .landing-list-item__text {
  text-align: left;
}
.landing-list .landing-list-item__content,
.landing-list .landing-list-item__content-wrapper,
.landing-list .landing-list-item__image {
  position: relative;
}
.landing-list .landing-list-item__image {
  overflow: hidden;
}
.landing-list .landing-list-item__tags .link {
  height: 1em;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 529px) {
  .landing-list .landing-list-item__tags {
    margin-bottom: 32px;
    position: relative;
    top: 16px;
  }
  .landing-list .landing-list-item {
    margin-bottom: 16px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-list .landing-list-item__tags {
    margin-bottom: 32px;
    position: relative;
    top: 16px;
  }
  .landing-list .landing-list-item {
    margin-bottom: 16px;
  }
}
@media (min-width: 800px) {
  .landing-list .landing-list-item__content,
  .landing-list .landing-list__title {
    text-align: left;
  }
  .landing-list .landing-list-item__content-wrapper {
    padding-bottom: 15px;
  }
  .landing-list .landing-list-item__content-wrapper::after {
    background-color: currentColor;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
  }
  .landing-list .button {
    margin: 0 0 16px;
  }
}
.landing-list .landing-list__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.landing-list .landing-list__title:first-child {
  margin-top: 0;
}
.landing-list .landing-list__title:last-child {
  margin-bottom: 0;
}
.landing-list .landing-list__title strong,
.landing-list .landing-list__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .landing-list .landing-list__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-list .landing-list__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .landing-list .landing-list__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .landing-list .landing-list__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
@media (max-width: 529px) {
  .landing-list .landing-list__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-list .landing-list__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .landing-list .landing-list__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .landing-list .landing-list__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 1480px) {
  .landing-list .landing-list__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 529px) {
  .landing-list .landing-list-item {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-list .landing-list-item {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .landing-list .landing-list-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .landing-list .landing-list-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .landing-list .landing-list-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 529px) {
  .landing-list .landing-list-item .divider {
    margin-bottom: -8px;
    margin-top: 16px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-list .landing-list-item .divider {
    margin-bottom: -8px;
    margin-top: 16px;
  }
}
@media (min-width: 800px) {
  .landing-list .landing-list-item .divider {
    margin-bottom: 8px;
    margin-top: -14.4px;
  }
}
.landing-list .landing-list-item__image {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.landing-list .landing-list-item__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 0;
}
.landing-list .landing-list-item__title strong,
.landing-list .landing-list-item__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .landing-list .landing-list-item__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-list .landing-list-item__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .landing-list .landing-list-item__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .landing-list .landing-list-item__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.landing-list .landing-list-item__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
  padding-bottom: 4px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.landing-list .landing-list-item__pre-title strong,
.landing-list .landing-list-item__pre-title b {
  font-weight: normal;
}
.landing-list .landing-list-item__pre-title:first-child {
  margin-top: 0;
}
.landing-list .landing-list-item__pre-title:last-child {
  margin-bottom: 0;
}
.landing-list .landing-list-item__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.landing-list .landing-list-item__post-title strong,
.landing-list .landing-list-item__post-title b {
  font-weight: normal;
}
.landing-list .landing-list-item__title-block {
  margin-top: 16px;
  margin-bottom: 16px;
}
.landing-list .landing-list-item__title-block:first-child {
  margin-top: 0;
}
.landing-list .landing-list-item__title-block:last-child {
  margin-bottom: 0;
}
.landing-list .landing-list-item__date {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.landing-list .landing-list-item__date strong,
.landing-list .landing-list-item__date b {
  font-weight: normal;
}
.landing-list .landing-list-item__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.landing-list .landing-list-item__text strong,
.landing-list .landing-list-item__text b {
  font-weight: bold;
}
.landing-list .landing-list-item__text em,
.landing-list .landing-list-item__text i {
  font-style: italic;
}
.landing-list .landing-list-item__text:first-child {
  margin-top: 0;
}
.landing-list .landing-list-item__text:last-child {
  margin-bottom: 0;
}
.landing-list .landing-list-item__label {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  display: block;
  height: 40px;
  left: 0;
  line-height: 25px;
  overflow: hidden;
  padding: 7.5px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  touch-action: none;
  transform: translateY(101px) rotate(-45deg);
  transform-origin: 0% 100%;
  white-space: nowrap;
  width: 200px;
}
.landing-list .landing-list-item__label strong,
.landing-list .landing-list-item__label b {
  font-weight: normal;
}
.theme-green .landing-list .landing-list-item__label {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-blue .landing-list .landing-list-item__label {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-indigo .landing-list .landing-list-item__label {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-pink .landing-list .landing-list-item__label {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-red .landing-list .landing-list-item__label {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-orange .landing-list .landing-list-item__label {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-grey .landing-list .landing-list-item__label {
  background-color: var(--fg);
  color: var(--bg);
}
.high-contrast .landing-list .landing-list-item__label {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-green .landing-list .landing-list-item__label.landing-list-item__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-blue .landing-list .landing-list-item__label.landing-list-item__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-indigo .landing-list .landing-list-item__label.landing-list-item__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-pink .landing-list .landing-list-item__label.landing-list-item__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-red .landing-list .landing-list-item__label.landing-list-item__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-orange .landing-list .landing-list-item__label.landing-list-item__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-grey .landing-list .landing-list-item__label.landing-list-item__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.high-contrast .landing-list .landing-list-item__label.landing-list-item__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-green .landing-list .landing-list-item__label.landing-list-item__label--canceled {
  color: var(--brand-red-dark);
}
.theme-blue .landing-list .landing-list-item__label.landing-list-item__label--canceled {
  color: var(--brand-red-dark);
}
.theme-indigo .landing-list .landing-list-item__label.landing-list-item__label--canceled {
  color: var(--brand-red-dark);
}
.theme-pink .landing-list .landing-list-item__label.landing-list-item__label--canceled {
  color: var(--brand-red-dark);
}
.theme-red .landing-list .landing-list-item__label.landing-list-item__label--canceled {
  color: var(--brand-red-dark);
}
.theme-orange .landing-list .landing-list-item__label.landing-list-item__label--canceled {
  color: var(--brand-red-dark);
}
.theme-grey .landing-list .landing-list-item__label.landing-list-item__label--canceled {
  color: var(--brand-red-dark);
}
.high-contrast .landing-list .landing-list-item__label.landing-list-item__label--canceled {
  color: var(--brand-red-dark);
}

.story-menu .swiper-container {
  display: none;
}
.story-menu .story-menu__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  touch-action: none;
  transition: opacity 0.35s ease-out;
  width: 100%;
  z-index: -1;
}
.story-menu .story-menu__container {
  bottom: 10px;
  left: 10px;
  padding: 30px 0;
  position: fixed;
  right: 10px;
  width: calc(100% - 20px);
  z-index: 101;
}
.story-menu .story-menu__container .chapter-toggle-menu {
  left: 50%;
  min-width: 196px;
  padding: 15px;
  position: absolute;
  top: -45px;
  transform: translateX(-50%);
}
.story-menu .story-menu__container .chapter-toggle-menu::before {
  height: auto;
  line-height: inherit;
}
.theme-green .story-menu .story-menu__container .chapter-toggle-menu {
  background-color: var(--frame);
  color: #fff;
}
.theme-blue .story-menu .story-menu__container .chapter-toggle-menu {
  background-color: var(--frame);
  color: #fff;
}
.theme-indigo .story-menu .story-menu__container .chapter-toggle-menu {
  background-color: var(--frame);
  color: #fff;
}
.theme-pink .story-menu .story-menu__container .chapter-toggle-menu {
  background-color: var(--frame);
  color: #fff;
}
.theme-red .story-menu .story-menu__container .chapter-toggle-menu {
  background-color: var(--frame);
  color: #fff;
}
.theme-orange .story-menu .story-menu__container .chapter-toggle-menu {
  background-color: var(--frame);
  color: #fff;
}
.theme-grey .story-menu .story-menu__container .chapter-toggle-menu {
  background-color: var(--frame);
  color: #fff;
}
.high-contrast .story-menu .story-menu__container .chapter-toggle-menu {
  color: #fff;
}
.high-contrast .story-menu .story-menu__container {
  color: #000;
}
.story-menu .story-menu__container .chapters.chapters__mobile {
  bottom: 0;
  height: 75vh;
  left: 0;
  padding: 30px;
  position: fixed;
  transform: translateY(100%);
  transition: transform 0.45s;
  width: 100%;
  z-index: 101;
}
.theme-green .story-menu .story-menu__container .chapters.chapters__mobile {
  background-color: var(--frame);
}
.theme-blue .story-menu .story-menu__container .chapters.chapters__mobile {
  background-color: var(--frame);
}
.theme-indigo .story-menu .story-menu__container .chapters.chapters__mobile {
  background-color: var(--frame);
}
.theme-pink .story-menu .story-menu__container .chapters.chapters__mobile {
  background-color: var(--frame);
}
.theme-red .story-menu .story-menu__container .chapters.chapters__mobile {
  background-color: var(--frame);
}
.theme-orange .story-menu .story-menu__container .chapters.chapters__mobile {
  background-color: var(--frame);
}
.theme-grey .story-menu .story-menu__container .chapters.chapters__mobile {
  background-color: var(--frame);
}
.high-contrast.theme-green .story-menu .story-menu__container .chapters.chapters__mobile {
  background: #fff;
}
.high-contrast.theme-blue .story-menu .story-menu__container .chapters.chapters__mobile {
  background: #fff;
}
.high-contrast.theme-indigo .story-menu .story-menu__container .chapters.chapters__mobile {
  background: #fff;
}
.high-contrast.theme-pink .story-menu .story-menu__container .chapters.chapters__mobile {
  background: #fff;
}
.high-contrast.theme-red .story-menu .story-menu__container .chapters.chapters__mobile {
  background: #fff;
}
.high-contrast.theme-orange .story-menu .story-menu__container .chapters.chapters__mobile {
  background: #fff;
}
.high-contrast.theme-grey .story-menu .story-menu__container .chapters.chapters__mobile {
  background: #fff;
}
.high-contrast.high-contrast .story-menu .story-menu__container .chapters.chapters__mobile {
  background: #fff;
}
.story-menu .story-menu__container .chapters__chapter {
  flex: 1;
  line-height: inherit;
}
.story-menu .story-menu__container .chapters__link {
  display: block;
  min-height: 1px;
  position: relative;
  transition: color 0.3s;
  width: 100%;
}
.high-contrast.theme-green .story-menu .story-menu__container .chapters__link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-blue .story-menu .story-menu__container .chapters__link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-indigo .story-menu .story-menu__container .chapters__link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-pink .story-menu .story-menu__container .chapters__link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-red .story-menu .story-menu__container .chapters__link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-orange .story-menu .story-menu__container .chapters__link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-grey .story-menu .story-menu__container .chapters__link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.high-contrast .story-menu .story-menu__container .chapters__link {
  color: rgba(0, 0, 0, 0.3);
}
.story-menu .story-menu__container .chapters__link:link {
  color: rgba(255, 255, 255, 0.3);
}
.high-contrast.theme-green .story-menu .story-menu__container .chapters__link:link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-blue .story-menu .story-menu__container .chapters__link:link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-indigo .story-menu .story-menu__container .chapters__link:link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-pink .story-menu .story-menu__container .chapters__link:link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-red .story-menu .story-menu__container .chapters__link:link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-orange .story-menu .story-menu__container .chapters__link:link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-grey .story-menu .story-menu__container .chapters__link:link {
  color: rgba(0, 0, 0, 0.3);
}
.high-contrast.high-contrast .story-menu .story-menu__container .chapters__link:link {
  color: rgba(0, 0, 0, 0.3);
}
.story-menu .story-menu__container .chapters__link:hover {
  color: white;
}
.high-contrast.theme-green .story-menu .story-menu__container .chapters__link:hover {
  color: black;
}
.high-contrast.theme-blue .story-menu .story-menu__container .chapters__link:hover {
  color: black;
}
.high-contrast.theme-indigo .story-menu .story-menu__container .chapters__link:hover {
  color: black;
}
.high-contrast.theme-pink .story-menu .story-menu__container .chapters__link:hover {
  color: black;
}
.high-contrast.theme-red .story-menu .story-menu__container .chapters__link:hover {
  color: black;
}
.high-contrast.theme-orange .story-menu .story-menu__container .chapters__link:hover {
  color: black;
}
.high-contrast.theme-grey .story-menu .story-menu__container .chapters__link:hover {
  color: black;
}
.high-contrast.high-contrast .story-menu .story-menu__container .chapters__link:hover {
  color: black;
}
.story-menu .story-menu__container .chapters__link--active {
  color: white;
}
.high-contrast.theme-green .story-menu .story-menu__container .chapters__link--active {
  color: black;
}
.high-contrast.theme-blue .story-menu .story-menu__container .chapters__link--active {
  color: black;
}
.high-contrast.theme-indigo .story-menu .story-menu__container .chapters__link--active {
  color: black;
}
.high-contrast.theme-pink .story-menu .story-menu__container .chapters__link--active {
  color: black;
}
.high-contrast.theme-red .story-menu .story-menu__container .chapters__link--active {
  color: black;
}
.high-contrast.theme-orange .story-menu .story-menu__container .chapters__link--active {
  color: black;
}
.high-contrast.theme-grey .story-menu .story-menu__container .chapters__link--active {
  color: black;
}
.high-contrast.high-contrast .story-menu .story-menu__container .chapters__link--active {
  color: black;
}
.story-menu .story-menu__container .chapters__link--active:link {
  color: white;
}
.high-contrast.theme-green .story-menu .story-menu__container .chapters__link--active:link {
  color: black;
}
.high-contrast.theme-blue .story-menu .story-menu__container .chapters__link--active:link {
  color: black;
}
.high-contrast.theme-indigo .story-menu .story-menu__container .chapters__link--active:link {
  color: black;
}
.high-contrast.theme-pink .story-menu .story-menu__container .chapters__link--active:link {
  color: black;
}
.high-contrast.theme-red .story-menu .story-menu__container .chapters__link--active:link {
  color: black;
}
.high-contrast.theme-orange .story-menu .story-menu__container .chapters__link--active:link {
  color: black;
}
.high-contrast.theme-grey .story-menu .story-menu__container .chapters__link--active:link {
  color: black;
}
.high-contrast.high-contrast .story-menu .story-menu__container .chapters__link--active:link {
  color: black;
}
.story-menu .story-menu__container .chapters__text {
  display: block;
  padding-left: 30px;
  position: relative;
}
.story-menu .story-menu__container .chapters__number {
  left: 0;
  position: absolute;
  top: 0;
}
.story-menu .story-menu__container .chapters__title {
  margin-bottom: 9px;
}
.story-menu .story-menu__container .progress {
  background: rgba(255, 255, 255, 0.3);
  display: none;
  height: 3px;
  left: 0;
  position: absolute;
  top: 57px;
  width: 100%;
}
.high-contrast.theme-green .story-menu .story-menu__container .progress {
  background: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-blue .story-menu .story-menu__container .progress {
  background: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-indigo .story-menu .story-menu__container .progress {
  background: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-pink .story-menu .story-menu__container .progress {
  background: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-red .story-menu .story-menu__container .progress {
  background: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-orange .story-menu .story-menu__container .progress {
  background: rgba(0, 0, 0, 0.3);
}
.high-contrast.theme-grey .story-menu .story-menu__container .progress {
  background: rgba(0, 0, 0, 0.3);
}
.high-contrast.high-contrast .story-menu .story-menu__container .progress {
  background: rgba(0, 0, 0, 0.3);
}
.story-menu .story-menu__container .progress__bar {
  background: white;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: width 0.3s;
  width: 0;
}
.high-contrast.theme-green .story-menu .story-menu__container .progress__bar {
  background: black;
}
.high-contrast.theme-blue .story-menu .story-menu__container .progress__bar {
  background: black;
}
.high-contrast.theme-indigo .story-menu .story-menu__container .progress__bar {
  background: black;
}
.high-contrast.theme-pink .story-menu .story-menu__container .progress__bar {
  background: black;
}
.high-contrast.theme-red .story-menu .story-menu__container .progress__bar {
  background: black;
}
.high-contrast.theme-orange .story-menu .story-menu__container .progress__bar {
  background: black;
}
.high-contrast.theme-grey .story-menu .story-menu__container .progress__bar {
  background: black;
}
.high-contrast.high-contrast .story-menu .story-menu__container .progress__bar {
  background: black;
}
@media (min-width: 800px) {
  .story-menu .story-menu__overlay {
    display: none !important;
  }
  .story-menu .story-menu__container .chapters {
    display: flex;
    height: auto;
    padding: 0;
    width: 100%;
  }
  .story-menu .story-menu__container .chapters.chapters__mobile {
    display: none;
  }
  .story-menu .story-menu__container .swiper-container {
    display: block;
  }
  .story-menu .story-menu__container .chapters__chapter {
    line-height: normal;
  }
  .story-menu .story-menu__container .chapters__link {
    padding: 0 50px;
  }
  .story-menu .story-menu__container .chapters__text {
    display: inline;
    padding-left: 0;
    position: static;
  }
  .story-menu .story-menu__container .chapters__number {
    font-size: 2em;
    left: auto;
    margin-right: 0;
    position: static;
    top: auto;
  }
  .story-menu .story-menu__container .chapter-toggle-menu {
    display: none;
  }
  .story-menu .story-menu__container .chapters__title {
    display: block;
    white-space: nowrap;
  }
  .story-menu .story-menu__container .progress {
    display: block;
    pointer-events: none;
    touch-action: none;
  }
}
@media screen and (min-width: 800px) {
  .story-menu .story-menu .story-menu__overlay {
    display: none !important;
  }
}
@media screen and (max-height: 768px) {
  .story-menu .story-menu__container {
    height: 30px;
  }
}
.story-menu.story-menu--open .story-menu__container .chapters.chapters__mobile {
  transform: translateY(0);
}
.story-menu.story-menu--open .story-menu__overlay {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  z-index: 1;
}
.story-menu .chapter-toggle-menu,
.story-menu .chapters__chapter {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.story-menu .chapter-toggle-menu strong,
.story-menu .chapter-toggle-menu b,
.story-menu .chapters__chapter strong,
.story-menu .chapters__chapter b {
  font-weight: normal;
}

.blog-metadata {
  text-transform: uppercase;
  text-align: left;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.blog-metadata > div {
  margin-bottom: 25px;
}

.blog-metadata .blog-metadata__author,
.blog-metadata .blog-metadata__date,
.blog-metadata .blog-metadata__time {
  display: flex;
  flex-direction: column;
}

.event {
  position: relative;
  text-align: center;
}
.event .event__image {
  margin-bottom: 16px;
  position: relative;
}
.event .picture-fit .picture__picture .picture__img {
  height: 100%;
  max-height: 240px;
  max-width: 240px;
  width: 100%;
}
.event .event__content {
  padding: 8px 16px 0;
}
.event .title-card .title-card__title {
  min-height: 40px;
}
.event .title-card .title-card__pre-title {
  margin-bottom: 0;
}
.event .title-card .title-card__post-title {
  margin-top: 0;
}
.event .title-card .title-card__details {
  margin: 0;
  text-transform: none;
}
.event .title-card .title-card__title-block {
  margin-bottom: 0;
}
.event .title-card .title-card__content-block {
  margin-top: 10px;
}
.event .title-card .title-card__text {
  margin-top: 10px;
}
@media (max-width: 529px) {
  .event .event__image .picture-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .event .event__image .picture-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 1480px) {
  .event .picture-fit .picture__picture .picture__img {
    max-height: 270px;
    max-width: 270px;
  }
}
.event .title-card .title-card__title {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 1.15em;
  letter-spacing: normal;
  line-height: 1.2;
  min-height: auto;
  text-transform: none;
}
.event .title-card .title-card__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}
.event .title-card .title-card__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}
.event .title-card .title-card__details {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}
.event .title-card .title-card__text p {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}

.ba-slider .resize {
  opacity: 0;
  transition: opacity ease-in 750ms;
}

.is-loaded.ba-slider .resize {
  opacity: 1;
}

.chapter__inner--before-after {
  overflow: hidden;
}
.chapter__inner--before-after .ba-slider img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.chapter__inner--before-after .resize {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
  display: flex;
  align-items: stretch;
  z-index: 2;
}
.chapter__inner--before-after .resize img {
  object-fit: cover;
  object-position: center;
}
.chapter__inner--before-after .handle {
  background: #fff;
  bottom: 0;
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.75);
  cursor: ew-resize;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 3;
}
.chapter__inner--before-after .handle__button {
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  height: 50px;
  left: 1px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.theme-green .chapter__inner--before-after .handle__button {
  background: var(--accent);
}
.theme-blue .chapter__inner--before-after .handle__button {
  background: var(--accent);
}
.theme-indigo .chapter__inner--before-after .handle__button {
  background: var(--accent);
}
.theme-pink .chapter__inner--before-after .handle__button {
  background: var(--accent);
}
.theme-red .chapter__inner--before-after .handle__button {
  background: var(--accent);
}
.theme-orange .chapter__inner--before-after .handle__button {
  background: var(--accent);
}
.theme-grey .chapter__inner--before-after .handle__button {
  background: var(--accent);
}
.high-contrast .chapter__inner--before-after .handle__button {
  background: var(--accent);
}
.high-contrast .chapter__inner--before-after .handle__button {
  background: #000;
}
.chapter__inner--before-after .handle__button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 16px;
  vertical-align: middle;
  content: "\ea0a";
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.theme-green .chapter__inner--before-after .handle__button::before {
  color: var(--fg);
}
.theme-blue .chapter__inner--before-after .handle__button::before {
  color: var(--fg);
}
.theme-indigo .chapter__inner--before-after .handle__button::before {
  color: var(--fg);
}
.theme-pink .chapter__inner--before-after .handle__button::before {
  color: var(--fg);
}
.theme-red .chapter__inner--before-after .handle__button::before {
  color: var(--fg);
}
.theme-orange .chapter__inner--before-after .handle__button::before {
  color: var(--fg);
}
.theme-grey .chapter__inner--before-after .handle__button::before {
  color: var(--fg);
}
.high-contrast .chapter__inner--before-after .handle__button::before {
  color: var(--fg);
}
.high-contrast .chapter__inner--before-after .handle__button::before {
  color: #fff;
}
.chapter__inner--before-after .handle__button::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 16px;
  vertical-align: middle;
  content: "\ea0b";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.theme-green .chapter__inner--before-after .handle__button::after {
  color: var(--fg);
}
.theme-blue .chapter__inner--before-after .handle__button::after {
  color: var(--fg);
}
.theme-indigo .chapter__inner--before-after .handle__button::after {
  color: var(--fg);
}
.theme-pink .chapter__inner--before-after .handle__button::after {
  color: var(--fg);
}
.theme-red .chapter__inner--before-after .handle__button::after {
  color: var(--fg);
}
.theme-orange .chapter__inner--before-after .handle__button::after {
  color: var(--fg);
}
.theme-grey .chapter__inner--before-after .handle__button::after {
  color: var(--fg);
}
.high-contrast .chapter__inner--before-after .handle__button::after {
  color: var(--fg);
}
.high-contrast .chapter__inner--before-after .handle__button::after {
  color: #fff;
}
.chapter__inner--before-after .draggable::after {
  font-size: 30px;
  height: 48px;
  line-height: 44px;
  margin: -24px 0 0 -24px;
  width: 48px;
}
.chapter__inner--before-after .chapter__caption-outer {
  position: absolute;
  right: 0;
  top: 24px;
  width: 100%;
}
.chapter__inner--before-after .chapter__caption-outer .chapter__caption-inner {
  position: relative;
  transform: translateY(8px);
}
.chapter__inner--before-after .chapter__caption-outer .chapter__caption {
  max-width: 50vh;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: 100% 0;
  width: 50%;
}
@media (max-width: 529px) {
  .chapter__inner--before-after .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--before-after .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--before-after .chapter__caption-outer .chapter__caption {
    right: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--before-after .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--before-after .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
.chapter__inner--before-after .chapter__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.chapter__inner--before-after .chapter__caption strong,
.chapter__inner--before-after .chapter__caption b {
  font-weight: normal;
}

.ba--wrapper {
  margin: 30px auto;
  position: relative;
}
@media (max-width: 529px) {
  .ba--wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .ba--wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .ba--wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .ba--wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .ba--wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.ba--wrapper .chapter__inner--before-after {
  position: relative;
}
.ba--wrapper .ba--inner {
  padding: 0 26px;
  position: relative;
}
.ba--wrapper .ba--description {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
  text-transform: none;
  width: auto;
  min-height: 50px;
  padding: 12px 26px 0;
}
.ba--wrapper .ba--description strong,
.ba--wrapper .ba--description b {
  font-weight: normal;
}
.ba--wrapper .ba--description strong,
.ba--wrapper .ba--description b {
  font-weight: bold;
}
.ba--wrapper .ba--description em,
.ba--wrapper .ba--description i {
  font-style: oblique;
}
@media (max-width: 319px) {
  .ba--wrapper .ba--description {
    width: 100%;
  }
}

.ba--inner.has-vertical-caption {
  position: relative;
  padding-right: 43px;
}

.ba--inner.has-vertical-caption .chapter__inner--before-after {
  position: relative;
  z-index: 100;
}

.ba--inner.has-vertical-caption .ba--vertical-caption {
  padding-top: 10px;
  position: relative;
  z-index: 200;
  max-height: 300px;
}
@media (min-width: 800px) {
  .ba--inner.has-vertical-caption .ba--vertical-caption {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200;
    display: flex;
    justify-content: flex-start;
    min-width: 26px;
  }
}

.ba--inner.has-vertical-caption.js-enabled .ba--vertical-caption {
  max-height: none;
}

.ba--inner.has-vertical-caption .ba--vertical-caption > p {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0;
}
.ba--inner.has-vertical-caption .ba--vertical-caption > p strong,
.ba--inner.has-vertical-caption .ba--vertical-caption > p b {
  font-weight: bold;
}
.ba--inner.has-vertical-caption .ba--vertical-caption > p em,
.ba--inner.has-vertical-caption .ba--vertical-caption > p i {
  font-style: oblique;
}
@media (min-width: 800px) {
  .ba--inner.has-vertical-caption .ba--vertical-caption > p {
    text-align: left;
    text-orientation: sideways;
    transform: rotate(180deg);
    margin: 0;
    writing-mode: vertical-rl;
    margin: 0;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 800px) {
  .ba--inner.has-vertical-caption .ba--vertical-caption > p {
    padding-right: 0;
  }
}

.chapter__inner--audio {
  height: 100%;
}
.chapter__inner--audio .chapter__row .richtext {
  text-align: center;
}
.chapter__inner--audio .audio-player {
  height: auto;
  left: auto;
  margin: 24px 0;
  padding: 0;
  position: static;
  top: auto;
  transform: none;
  user-select: none;
}
.high-contrast .chapter__inner--audio .audio-player {
  background: transparent;
}
.chapter__inner--audio .audio-player__content {
  min-width: 50vw;
}
.chapter__inner--audio .audio-player__caption {
  text-align: center;
}
@media (min-width: 800px) {
  .chapter__inner--audio .audio-player {
    left: 50%;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 529px) {
  .chapter__inner--audio {
    padding-bottom: 64px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--audio {
    padding-bottom: 80px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--audio .chapter__row .richtext {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--audio .chapter__row .richtext {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--audio .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--audio .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--audio .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}

.banner {
  position: relative;
}
@media (max-width: 529px) {
  .banner {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .banner {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .banner {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .banner {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .banner {
    margin-bottom: 56px;
  }
}
.banner .banner__content {
  padding: 24px;
}
.theme-green .banner .banner__content {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-blue .banner .banner__content {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-indigo .banner .banner__content {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-pink .banner .banner__content {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-red .banner .banner__content {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-orange .banner .banner__content {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-grey .banner .banner__content {
  background-color: var(--accent);
  color: var(--fg);
}
.high-contrast .banner .banner__content {
  background-color: var(--accent);
  color: var(--fg);
}
.banner .button {
  margin: 0;
}
.banner .banner__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.banner .banner__title:first-child {
  margin-top: 0;
}
.banner .banner__title:last-child {
  margin-bottom: 0;
}
.banner .banner__title strong,
.banner .banner__title b {
  font-weight: normal;
}
.banner .banner__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.banner .banner__text:first-child {
  margin-top: 0;
}
.banner .banner__text:last-child {
  margin-bottom: 0;
}
.banner .banner__text strong,
.banner .banner__text b {
  font-weight: bold;
}
.banner .banner__text em,
.banner .banner__text i {
  font-style: italic;
}

.chapter__inner--text {
  color: #fff !important;
  height: 100%;
}
.chapter__inner--text .chapter__row .richtext {
  text-align: center;
}
.chapter__inner--text .audio-intro {
  margin-bottom: 0;
  margin-top: 24px;
}
.chapter__inner--text .chapter__scroll {
  display: none;
  text-align: center;
}
@media (min-width: 800px) {
  .chapter__inner--text .chapter__scroll {
    display: block;
  }
}
@media screen and (max-height: 640px) {
  .chapter__inner--text .chapter__scroll {
    float: left;
    left: 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 529px) {
  .chapter__inner--text {
    padding-bottom: 64px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--text {
    padding-bottom: 80px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--text .chapter__row .richtext {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--text .chapter__row .richtext {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--text .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--text .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--text .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.chapter__inner--text .chapter__scroll p {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.chapter__inner--text .chapter__scroll p:first-child {
  margin-top: 0;
}
.chapter__inner--text .chapter__scroll p:last-child {
  margin-bottom: 0;
}
.chapter__inner--text .chapter__scroll p strong,
.chapter__inner--text .chapter__scroll p b {
  font-weight: normal;
}
.chapter__inner--text .chapter__caption-outer {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.chapter__inner--text .chapter__caption-outer .chapter__caption-inner {
  position: relative;
  transform: translateY(8px);
}
.chapter__inner--text .chapter__caption-outer .chapter__caption {
  max-width: 50vh;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: 100% 0;
  width: 50%;
}
@media (max-width: 529px) {
  .chapter__inner--text .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--text .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--text .chapter__caption-outer .chapter__caption {
    right: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--text .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--text .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--text .chapter__caption-outer {
    padding-top: 112px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--text .chapter__caption-outer {
    padding-top: 128px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--text .chapter__caption-outer {
    padding-top: 144px;
  }
}
@media (min-width: 1200px) {
  .chapter__inner--text .chapter__caption-outer {
    padding-top: 128px;
  }
}
.chapter__inner--text .chapter__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.chapter__inner--text .chapter__caption strong,
.chapter__inner--text .chapter__caption b {
  font-weight: normal;
}

.description-fade {
  position: relative;
  text-align: center;
}
.description-fade .description-fade__content {
  margin: 24px 0;
  position: relative;
}
.description-fade .description-fade__text {
  max-height: 320px;
  overflow: hidden;
  position: relative;
  text-align: left;
  transition: max-height 0.35s ease-in;
}
.description-fade .description-fade__text > p {
  margin-bottom: 16px;
  text-align: left;
}
.description-fade .description-fade__text::after {
  bottom: 0;
  content: "";
  display: block;
  height: 80%;
  left: 0;
  pointer-events: none;
  position: absolute;
  touch-action: none;
  transition: height 0.35s ease-out;
  width: 100%;
  z-index: 10;
}
.theme-green .description-fade .description-fade__text::after {
  background: linear-gradient(to top, rgba(var(--bg), 1) 0%, rgba(var(--bg), 0) 100%);
}
.theme-blue .description-fade .description-fade__text::after {
  background: linear-gradient(to top, rgba(var(--bg), 1) 0%, rgba(var(--bg), 0) 100%);
}
.theme-indigo .description-fade .description-fade__text::after {
  background: linear-gradient(to top, rgba(var(--bg), 1) 0%, rgba(var(--bg), 0) 100%);
}
.theme-pink .description-fade .description-fade__text::after {
  background: linear-gradient(to top, rgba(var(--bg), 1) 0%, rgba(var(--bg), 0) 100%);
}
.theme-red .description-fade .description-fade__text::after {
  background: linear-gradient(to top, rgba(var(--bg), 1) 0%, rgba(var(--bg), 0) 100%);
}
.theme-orange .description-fade .description-fade__text::after {
  background: linear-gradient(to top, rgba(var(--bg), 1) 0%, rgba(var(--bg), 0) 100%);
}
.theme-grey .description-fade .description-fade__text::after {
  background: linear-gradient(to top, rgba(var(--bg), 1) 0%, rgba(var(--bg), 0) 100%);
}
.high-contrast .description-fade .description-fade__text::after {
  background: linear-gradient(to top, rgba(var(--bg), 1) 0%, rgba(var(--bg), 0) 100%);
}
.description-fade .description-fade__link {
  bottom: -40px;
  position: absolute;
  text-align: left;
  z-index: 99;
}
.description-fade .description-fade__link .link {
  padding: 0;
}
.description-fade .description-fade__link .link::before {
  margin-right: 0;
  width: 12px;
}
.description-fade .description-fade__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.description-fade .description-fade__title:first-child {
  margin-top: 0;
}
.description-fade .description-fade__title:last-child {
  margin-bottom: 0;
}
.description-fade .description-fade__title strong,
.description-fade .description-fade__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .description-fade .description-fade__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .description-fade .description-fade__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .description-fade .description-fade__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .description-fade .description-fade__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.description-fade .description-fade__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.description-fade .description-fade__text:first-child {
  margin-top: 0;
}
.description-fade .description-fade__text:last-child {
  margin-bottom: 0;
}
.description-fade .description-fade__text strong,
.description-fade .description-fade__text b {
  font-weight: bold;
}
.description-fade .description-fade__text em,
.description-fade .description-fade__text i {
  font-style: italic;
}
.description-fade.description-fade--open .description-fade__text {
  max-height: 1000px;
  overflow: auto;
}
.description-fade.description-fade--open .description-fade__text::after {
  height: 0;
}
.description-fade.description-fade--open .description-fade__link {
  display: none;
}

.chapter__inner--video {
  color: #fff;
}
.chapter__inner--video .video-embed {
  margin-bottom: 0 !important;
  width: 100%;
}
.chapter__inner--video .video {
  box-shadow: none;
  overflow: visible;
}
.chapter__inner--video .video__container {
  background: transparent;
  height: 0;
  padding-bottom: 56.25%;
}
.high-contrast .chapter__inner--video .video__container {
  color: #000;
}
.chapter__inner--video .chapter__caption-outer {
  z-index: 100;
}
@media (min-width: 800px) {
  .chapter__inner--video {
    height: 100%;
  }
  .chapter__inner--video .video-embed {
    height: 100vh;
  }
  .chapter__inner--video .video__container {
    height: 50vh;
    padding-bottom: 0;
  }
  .chapter__inner--video .video {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .chapter__inner--video .video::before {
    background-color: #000;
    content: "";
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.35s ease-out;
    width: 0;
  }
  .chapter__inner--video .video.is-playing::before {
    height: 200vh;
    opacity: 1;
    top: -50vh;
    width: 100%;
  }
}
@media (max-width: 529px) {
  .chapter__inner--video .video-embed__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--video .video-embed__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--video .video-embed__wrapper {
    width: 100%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--video .video-embed__wrapper {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--video .video-embed__wrapper {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
.chapter__inner--video .chapter__caption-outer {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.chapter__inner--video .chapter__caption-outer .chapter__caption-inner {
  position: relative;
  transform: translateY(8px);
}
.chapter__inner--video .chapter__caption-outer .chapter__caption {
  max-width: 50vh;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: 100% 0;
  width: 50%;
}
@media (max-width: 529px) {
  .chapter__inner--video .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--video .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--video .chapter__caption-outer .chapter__caption {
    right: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--video .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--video .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--video .chapter__caption-outer {
    padding-top: 16px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--video .chapter__caption-outer {
    padding-top: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--video .chapter__caption-outer {
    padding-top: 144px;
  }
}
@media (min-width: 1200px) {
  .chapter__inner--video .chapter__caption-outer {
    padding-top: 128px;
  }
}
.chapter__inner--video .chapter__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.chapter__inner--video .chapter__caption strong,
.chapter__inner--video .chapter__caption b {
  font-weight: normal;
}

.basic-list {
  position: relative;
}
.basic-list .basic-list__items {
  margin-bottom: 20px;
}
.basic-list .basic-list__item {
  margin-bottom: 5px;
}
.basic-list .link {
  height: auto;
  margin: 0;
  padding: 0;
}
.basic-list .link span {
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 529px) {
  .basic-list .landing-grid__item {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .basic-list .landing-grid__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .basic-list .landing-grid__item {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .basic-list .landing-grid__item {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .basic-list .landing-grid__item {
    margin-bottom: 56px;
  }
}
.basic-list .link {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12.8px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.35px;
}
.basic-list .link strong,
.basic-list .link b {
  font-weight: bold;
}
.basic-list .link em,
.basic-list .link i {
  font-style: italic;
}

.landing-toolbar {
  position: relative;
}
@media (max-width: 529px) {
  .landing-toolbar {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-toolbar {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .landing-toolbar {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .landing-toolbar {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .landing-toolbar {
    margin-bottom: 40px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .landing-toolbar .form-field--dropdown {
    margin-left: 10px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .landing-toolbar .form-field--dropdown {
    margin-left: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .landing-toolbar .form-field--dropdown {
    margin-left: 20px;
  }
}
@media (min-width: 1480px) {
  .landing-toolbar .form-field--dropdown {
    margin-left: 20px;
  }
}
.landing-toolbar .landing-toolbar__wrapper {
  display: flex;
}
.landing-toolbar .form-field--search {
  flex: 1;
}
.landing-toolbar input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
.landing-toolbar select {
  padding: 23px;
}
.landing-toolbar .button.button--icon-only.form-field__button--search-submit {
  top: 5px;
}
@media (max-width: 529px) {
  .landing-toolbar .form-field--dropdown {
    margin-top: 8px;
  }
}
@media (min-width: 800px) {
  .landing-toolbar .form-field--search {
    flex: 1;
  }
  .landing-toolbar input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=search]),
  .landing-toolbar select {
    padding: 30px 20px;
    font-size: 24px;
  }
  .landing-toolbar .button.button--icon-only.form-field__button--search-submit {
    width: 34px;
    height: 34px;
    top: 12px;
    right: 10px;
    padding: 0;
    margin: 0;
  }
  .landing-toolbar .button.button--icon-only.form-field__button--search-submit:before {
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 1;
  }
  .landing-toolbar .button.button--icon-only.form-field__button--search-submit:focus {
    outline: currentColor 1px solid !important;
    border-radius: 1px;
  }
}

.filter-list .landing-toolbar__selected-items-title {
  display: flex;
  margin-top: 25px;
}

.filter-list .landing-toolbar__selected-items-title h3 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
}

.filter-list .landing-toolbar__selected-items-title .link {
  margin: 0;
}

.filter-list .landing-toolbar__selected-items-wrapper .button--close-red {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 8px 10px;
  flex: 0 0 50%;
  border: 1px solid;
}

.filter-list .landing-toolbar__selected-items-wrapper .button--close-red .button__span {
  text-transform: none;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
}

.filter-list .landing-toolbar__selected-items-wrapper .button--close-red::before {
  color: var(--brand-red-dark);
  background-color: #fff;
  border-radius: 50%;
}
.high-contrast .filter-list .landing-toolbar__selected-items-wrapper .button--close-red::before {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.filter-list .landing-toolbar__selected-items-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 200px;
}

.view-music .landing-toolbar__selected-items-wrapper {
  display: none;
}

.view-solr-cal .landing-toolbar__selected-items-wrapper {
  margin-top: 16px;
}

.split-view__sidebar .form-field__field-combo-box {
  margin: 0 20px;
  overflow: hidden;
}
.split-view__sidebar .form-field__field-combo-box ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.split-view__sidebar .form-field__field-combo-box :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.split-view__sidebar .form-field__field-combo-box ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.combo {
  display: block;
  margin-bottom: 1.5em;
  max-width: 400px;
  position: relative;
  color: #000;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  font-smoothing: inherit;
}

.combo-input {
  display: block;
  font-size: 1em;
  min-height: calc(1.4em + 26px);
  padding: 12px 0 14px;
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  border-bottom: 1px solid #000;
  color: #000;
}
.combo-input::placeholder {
  color: #000;
}

.combo-label {
  display: block;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 0.25em;
}

.combo-menu {
  display: none;
  max-height: 300px;
  overflow-y: scroll;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
}

.open .combo-menu {
  display: block;
  width: calc(100% + 17px);
}

.combo-option-group-label,
.combo-option {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.combo-option {
  cursor: pointer;
}

.option-current,
.combo-option:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.combo-option.option-selected {
  padding-right: 30px;
  position: relative;
}

.combo-option.option-selected::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 16px;
  position: absolute;
  right: 15px;
  top: 26px;
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
}

.selected-options {
  list-style-type: none;
  margin: 0;
  max-width: 400px;
  padding: 0;
}

.selected-options li {
  display: inline-block;
  margin-bottom: 5px;
}

.article.blog-detail {
  margin-bottom: 54px;
}
@media (min-width: 800px) {
  .article.blog-detail {
    margin-bottom: 85px;
  }
}

.article.blog-detail.has-hero {
  margin-top: 54px;
}
@media (min-width: 800px) {
  .article.blog-detail.has-hero {
    margin-top: 85px;
  }
}

.blog-detail .blog-side__heading {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

.blog-detail .blog-share {
  display: flex;
  flex-direction: column;
}

.blog-detail .blog-share .link {
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
}

.blog-share .icon-social-twitter::before {
  font-size: 18px;
}

.blog-share .icon-link::before {
  font-size: 16px;
}

.filter-list .form-field.form-field--checkboxes label a {
  display: block;
  font-weight: normal;
  padding-left: 20px;
  text-transform: none;
  width: 100%;
}
.filter-list .form-field.form-field--checkboxes label a .check::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 10.4px;
  vertical-align: middle;
  content: "\ea08";
  display: inline-block;
  float: left;
  height: 12px;
  line-height: 13px;
  margin-left: -20px;
  margin-right: 8px;
  text-align: center;
  transition: border-color 0.35s ease-out, color 0.2s ease-out;
  width: 12px;
}
.theme-green .filter-list .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-blue .filter-list .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-indigo .filter-list .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-pink .filter-list .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-red .filter-list .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-orange .filter-list .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-grey .filter-list .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.high-contrast .filter-list .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.filter-list .form-field.form-field--checkboxes label a .check.checked::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 10.4px;
  vertical-align: middle;
  content: "\ea08";
  line-height: 13px;
}
.theme-green .filter-list .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-blue .filter-list .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-indigo .filter-list .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-pink .filter-list .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-red .filter-list .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-orange .filter-list .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-grey .filter-list .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.high-contrast .filter-list .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.filter-list .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
}
.filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a {
  display: block;
  font-weight: normal;
  padding-left: 20px;
  text-transform: none;
  width: 100%;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  font-size: var(--fs__smallest);
  outline: none;
  display: flex;
}
.filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 10.4px;
  vertical-align: middle;
  content: "\ea08";
  display: inline-block;
  float: left;
  height: 12px;
  line-height: 13px;
  margin-left: -20px;
  margin-right: 8px;
  text-align: center;
  transition: border-color 0.35s ease-out, color 0.2s ease-out;
  width: 12px;
}
.theme-green .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-blue .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-indigo .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-pink .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-red .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-orange .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.theme-grey .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.high-contrast .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
  color: transparent;
}
.filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check.checked::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 10.4px;
  vertical-align: middle;
  content: "\ea08";
  line-height: 13px;
}
.theme-green .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-blue .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-indigo .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-pink .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-red .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-orange .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.theme-grey .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.high-contrast .filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check.checked::before {
  color: var(--fg);
}
.filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a .check::before {
  border-color: transparent;
}
.filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a strong,
.filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a b {
  font-weight: normal;
}
.filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a span.check {
  display: inline-block;
  width: 0;
  height: 0;
  border: none;
}
.filter-list .filter-list-events__checkboxes .form-field.form-field--checkboxes label a span.check::before {
  position: relative;
  top: -3px;
  left: 2px;
  outline: 1px solid #000;
}

.piece {
  position: relative;
  text-align: center;
}
.piece .piece__image {
  margin-bottom: 16px;
  position: relative;
}
.piece .picture-fit .picture__picture .picture__img {
  height: 100%;
  max-height: 240px;
  max-width: 240px;
  width: 100%;
}
.piece .piece__title a:hover {
  text-decoration: underline;
}
.piece .piece_pre-title {
  margin-bottom: -8px;
}
@media (max-width: 529px) {
  .piece .piece__image .picture-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .piece .piece__image .picture-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 1480px) {
  .piece .piece__image .picture-fit .picture__picture .picture__img {
    max-height: 270px;
    max-width: 270px;
  }
}
.piece .piece__image-empty-fit {
  padding-bottom: 100%;
  position: relative;
}
.piece .piece__image-empty-fit .piece__image-empty {
  height: 100%;
  left: 50%;
  max-height: 240px;
  max-width: 240px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.piece .piece__image-empty-fit .piece__image-empty .piece__image-message {
  left: 50%;
  max-width: 270px;
  padding: 0 20px;
  transform: translateX(-50%) translateY(-50%);
}
.theme-green .piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-blue .piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-indigo .piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-pink .piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-red .piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-orange .piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-grey .piece .picture-fit--no-image {
  background-color: var(--accent);
}
.high-contrast .piece .picture-fit--no-image {
  background-color: var(--accent);
}
.piece .piece__image-message {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 529px) {
  .piece .piece__image-empty-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .piece .piece__image-empty-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 1480px) {
  .piece .piece__image-empty-fit .piece__image-empty {
    max-height: 270px;
    max-width: 270px;
  }
  .piece .piece__image-empty-fit .piece__image-empty .piece__image-message {
    max-width: 270px;
  }
}
.piece .piece__title,
.piece .piece__image-message {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.piece .piece__title strong,
.piece .piece__title b,
.piece .piece__image-message strong,
.piece .piece__image-message b {
  font-weight: normal;
}
.piece .piece__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12.8px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.35px;
}
.piece .piece__text:first-child {
  margin-top: 0;
}
.piece .piece__text:last-child {
  margin-bottom: 0;
}
.piece .piece__text strong,
.piece .piece__text b {
  font-weight: bold;
}
.piece .piece__text em,
.piece .piece__text i {
  font-style: italic;
}
.piece .piece__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.piece .piece__pre-title strong,
.piece .piece__pre-title b {
  font-weight: normal;
}

.collection-piece {
  position: relative;
  text-align: center;
}
.collection-piece .piece__image {
  margin-bottom: 16px;
  position: relative;
}
.collection-piece .picture-fit .picture__picture .picture__img {
  height: 100%;
  max-height: 240px;
  max-width: 240px;
  width: 100%;
}
.collection-piece .piece__title a:hover {
  text-decoration: underline;
}
.collection-piece .piece_pre-title {
  margin-bottom: -8px;
}
@media (max-width: 529px) {
  .collection-piece .piece__image .picture-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .collection-piece .piece__image .picture-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 1480px) {
  .collection-piece .piece__image .picture-fit .picture__picture .picture__img {
    max-height: 270px;
    max-width: 270px;
  }
}
.collection-piece .piece__image-empty-fit {
  padding-bottom: 100%;
  position: relative;
}
.collection-piece .piece__image-empty-fit .piece__image-empty {
  height: 100%;
  left: 50%;
  max-height: 240px;
  max-width: 240px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.collection-piece .piece__image-empty-fit .piece__image-empty .piece__image-message {
  left: 50%;
  max-width: 270px;
  padding: 0 20px;
  transform: translateX(-50%) translateY(-50%);
}
.theme-green .collection-piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-blue .collection-piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-indigo .collection-piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-pink .collection-piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-red .collection-piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-orange .collection-piece .picture-fit--no-image {
  background-color: var(--accent);
}
.theme-grey .collection-piece .picture-fit--no-image {
  background-color: var(--accent);
}
.high-contrast .collection-piece .picture-fit--no-image {
  background-color: var(--accent);
}
.collection-piece .piece__image-message {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 529px) {
  .collection-piece .piece__image-empty-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .collection-piece .piece__image-empty-fit {
    padding-bottom: 240px;
  }
}
@media (min-width: 1480px) {
  .collection-piece .piece__image-empty-fit .piece__image-empty {
    max-height: 270px;
    max-width: 270px;
  }
  .collection-piece .piece__image-empty-fit .piece__image-empty .piece__image-message {
    max-width: 270px;
  }
}
.collection-piece .collection-piece__title,
.collection-piece .collection-piece__image-message {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.collection-piece .collection-piece__title strong,
.collection-piece .collection-piece__title b,
.collection-piece .collection-piece__image-message strong,
.collection-piece .collection-piece__image-message b {
  font-weight: normal;
}
.collection-piece .collection-piece__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12.8px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.35px;
}
.collection-piece .collection-piece__text:first-child {
  margin-top: 0;
}
.collection-piece .collection-piece__text:last-child {
  margin-bottom: 0;
}
.collection-piece .collection-piece__text strong,
.collection-piece .collection-piece__text b {
  font-weight: bold;
}
.collection-piece .collection-piece__text em,
.collection-piece .collection-piece__text i {
  font-style: italic;
}
.collection-piece .collection-piece__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.collection-piece .collection-piece__pre-title strong,
.collection-piece .collection-piece__pre-title b {
  font-weight: normal;
}

.picture--inner.has-vertical-caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .picture--inner.has-vertical-caption {
    flex-direction: row;
  }
}

.picture--inner.has-vertical-caption .vertical-caption {
  margin-top: 8px;
  flex: none;
  text-align: left;
}
@media (min-width: 800px) {
  .picture--inner.has-vertical-caption .vertical-caption {
    margin-top: 0;
    width: min-content;
    height: 200px;
  }
  .picture--inner.has-vertical-caption .vertical-caption.js-enabled, .js-enabled .picture--inner.has-vertical-caption .vertical-caption {
    display: flex;
    justify-content: flex-start;
  }
}

picture.picture__picture.has-vertical-caption {
  flex: unset;
}

@media (min-width: 800px) {
  picture.picture__picture.has-vertical-caption img {
    width: 100%;
  }
}

.picture--inner.has-vertical-caption .vertical-caption > p {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0;
}
.picture--inner.has-vertical-caption .vertical-caption > p strong,
.picture--inner.has-vertical-caption .vertical-caption > p b {
  font-weight: bold;
}
.picture--inner.has-vertical-caption .vertical-caption > p em,
.picture--inner.has-vertical-caption .vertical-caption > p i {
  font-style: oblique;
}
@media (min-width: 800px) {
  .picture--inner.has-vertical-caption .vertical-caption > p {
    text-align: left;
    text-orientation: sideways;
    transform: rotate(180deg);
    margin: 0;
    writing-mode: vertical-rl;
    margin: 0;
    padding: 0 10px 0 0;
  }
}

.filter-tabs {
  position: relative;
  margin-top: 32px;
  text-align: center;
}
.filter-tabs .filter-tabs__dropdown {
  margin: 0 auto;
  max-width: 250px;
}
@media (max-width: 529px) {
  .filter-tabs .filter-tabs__buttons {
    display: none;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .filter-tabs .filter-tabs__buttons {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .filter-tabs .filter-tabs__dropdown {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .filter-tabs .filter-tabs__dropdown {
    display: none;
  }
}
@media (min-width: 1480px) {
  .filter-tabs .filter-tabs__dropdown {
    display: none;
  }
}
.filter-tabs .button {
  transition: background-color 0.1s ease-out 50ms, color 0.1s ease-out 50ms, border-color 0.1s ease-out 50ms;
}
.filter-tabs .button::after {
  transition: width 0.1s ease-out 50ms;
}
.filter-tabs .button:hover::after {
  transition: width 0.1s ease-out;
}

.panel-content {
  position: relative;
  text-align: center;
}
.panel-content .panel-content__title.active {
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 50px;
}
.theme-green .panel-content .panel-content__title.active {
  text-shadow: 0 0 7px rgba(var(--fg), 0.5);
}
.theme-blue .panel-content .panel-content__title.active {
  text-shadow: 0 0 7px rgba(var(--fg), 0.5);
}
.theme-indigo .panel-content .panel-content__title.active {
  text-shadow: 0 0 7px rgba(var(--fg), 0.5);
}
.theme-pink .panel-content .panel-content__title.active {
  text-shadow: 0 0 7px rgba(var(--fg), 0.5);
}
.theme-red .panel-content .panel-content__title.active {
  text-shadow: 0 0 7px rgba(var(--fg), 0.5);
}
.theme-orange .panel-content .panel-content__title.active {
  text-shadow: 0 0 7px rgba(var(--fg), 0.5);
}
.theme-grey .panel-content .panel-content__title.active {
  text-shadow: 0 0 7px rgba(var(--fg), 0.5);
}
.high-contrast .panel-content .panel-content__title.active {
  text-shadow: 0 0 7px rgba(var(--fg), 0.5);
}
.high-contrast .panel-content .panel-content__title.active {
  text-shadow: none;
}
.panel-content .button {
  margin: 0;
}
.panel-content .link {
  height: auto;
  margin: 0;
  min-height: auto;
  padding: 0;
}
.panel-content .panel-content__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.panel-content .panel-content__title:first-child {
  margin-top: 0;
}
.panel-content .panel-content__title:last-child {
  margin-bottom: 0;
}
.panel-content .panel-content__title strong,
.panel-content .panel-content__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .panel-content .panel-content__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.panel-content .panel-content__subtitle {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.panel-content .panel-content__subtitle:first-child {
  margin-top: 0;
}
.panel-content .panel-content__subtitle:last-child {
  margin-bottom: 0;
}
.panel-content .panel-content__subtitle strong,
.panel-content .panel-content__subtitle b {
  font-weight: normal;
}
.panel-content .panel-content__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.panel-content .panel-content__text:first-child {
  margin-top: 0;
}
.panel-content .panel-content__text:last-child {
  margin-bottom: 0;
}
.panel-content .panel-content__text strong,
.panel-content .panel-content__text b {
  font-weight: bold;
}
.panel-content .panel-content__text em,
.panel-content .panel-content__text i {
  font-style: italic;
}

.chapter__inner--gallery {
  height: 100%;
}
.chapter__inner--gallery .chapter__row .richtext {
  text-align: center;
}
.chapter__inner--gallery .card-carousel {
  margin: 24px 0;
}
@media (max-width: 529px) {
  .chapter__inner--gallery {
    padding-bottom: 64px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--gallery {
    padding-bottom: 80px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--gallery .chapter__row .richtext {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--gallery .chapter__row .richtext {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--gallery .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--gallery .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--gallery .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}

.story-chapters {
  position: relative;
}
@media (min-width: 800px) {
  .story-chapters {
    height: 100%;
    overflow: hidden;
  }
}
.story-chapters .chapter {
  opacity: 0;
  position: relative;
  transition: opacity 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), z-index 0.35s linear;
  z-index: -1;
}
.story-chapters .chapter .chapter__inner {
  flex: 1;
  position: relative;
  z-index: 1;
}
.story-chapters .chapter .chapter__inner .audio-player {
  height: auto;
  left: 0;
  margin: 16px 0;
  position: relative;
  top: 0;
  transform: none;
  width: 100%;
}
.story-chapters .chapter .chapter__inner .audio-player__content {
  text-align: center;
}
.story-chapters .chapter .chapter__row::after {
  clear: both;
  content: "";
  display: table;
}
.story-chapters .chapter .header {
  margin-bottom: 24px;
  padding-bottom: 0 !important;
}
@media (max-width: 529px) {
  .story-chapters .chapter .chapter__row {
    min-height: 100vh;
  }
  .story-chapters .chapter .chapter-side-text__img {
    min-height: 100vh;
    padding-bottom: 0;
  }
  .story-chapters .chapter .header .outer-constrainer,
  .story-chapters .chapter .quote .outer-constrainer,
  .story-chapters .chapter .audio-player .audio-player__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .story-chapters .chapter .chapter__content {
    padding-top: 10vh;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .story-chapters .chapter .chapter__row {
    min-height: 100vh;
  }
  .story-chapters .chapter .chapter-side-text__img {
    min-height: 100vh;
    padding-bottom: 0;
  }
  .story-chapters .chapter .header .outer-constrainer,
  .story-chapters .chapter .quote .outer-constrainer,
  .story-chapters .chapter .audio-player .audio-player__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .story-chapters .chapter .chapter__content {
    padding-top: 10vh;
  }
}
@media (min-width: 800px) {
  .story-chapters .chapter {
    align-items: center;
    display: flex;
    height: 100vh;
    margin-bottom: 0;
    overflow-y: auto;
    position: absolute;
    transform: translate3d(0, 5vh, 0);
    width: 100%;
  }
  .story-chapters .chapter .chapter__row {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 800px) and (min-height: 750px) {
  .story-chapters .chapter .chapter__content {
    padding-top: 10vh;
  }
}
@media screen and (max-width: 799px) {
  .story-chapters .chapter {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 1 !important;
  }
}
.story-chapters .chapter .background-image {
  z-index: 0;
}
.story-chapters .chapter.chapter--active {
  opacity: 1;
  transition: opacity 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), z-index 0.01s linear;
  z-index: 1;
}
@media (min-width: 800px) {
  .story-chapters .chapter.chapter--active {
    transform: translate3d(0, 0, 0);
  }
}
.story-chapters .chapter.chapter--was-active {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), z-index 0.35s linear;
  z-index: -1;
}
@media (min-width: 800px) {
  .story-chapters .chapter.chapter--was-active {
    transform: translate3d(0, -5vh, 0);
  }
}
.story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  content: "";
  display: block;
  height: 88px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  transition: opacity 0.35s ease-out;
  width: 100%;
  z-index: 50;
}
.theme-green .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.theme-green .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.theme-green .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-blue .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.theme-blue .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.theme-blue .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-indigo .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.theme-indigo .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.theme-indigo .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-pink .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.theme-pink .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.theme-pink .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-red .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.theme-red .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.theme-red .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-orange .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.theme-orange .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.theme-orange .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-grey .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.theme-grey .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.theme-grey .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.high-contrast .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
.high-contrast .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
.high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
  height: 248px;
}
@media (min-width: 530px) {
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
    height: 264px;
  }
}
@media (min-width: 800px) {
  .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
  .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
  .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
    height: 264px;
  }
}
@media (min-width: 1200px) {
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
    height: 200px;
  }
}
@media (max-width: 529px) {
  .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
  .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
  .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
    opacity: 0;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::before,
  .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::before,
  .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::before {
    opacity: 0;
  }
}
@media (min-width: 800px) {
  .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    bottom: 0;
    content: "";
    display: block;
    height: 88px;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    touch-action: none;
    transition: opacity 0.35s ease-out;
    width: 100%;
    z-index: 50;
  }
  .theme-green .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .theme-green .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .theme-green .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-blue .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .theme-blue .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .theme-blue .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-indigo .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .theme-indigo .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .theme-indigo .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-pink .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .theme-pink .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .theme-pink .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-red .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .theme-red .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .theme-red .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-orange .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .theme-orange .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .theme-orange .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-grey .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .theme-grey .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .theme-grey .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner:not(.chapter__inner--end) ~ .background-image::after,
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter-side-text__col > .background-image::after,
  .high-contrast .story-chapters .chapter:not(:first-child) .chapter__inner > .ba-slider::after {
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
    height: 176px;
  }
}
.story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  content: "";
  display: block;
  height: 88px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  transition: opacity 0.35s ease-out;
  width: 100%;
  z-index: 50;
}
.theme-green .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-blue .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-indigo .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-pink .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-red .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-orange .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.theme-grey .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.high-contrast .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.high-contrast .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
  height: 248px;
}
@media (min-width: 530px) {
  .high-contrast .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
    height: 264px;
  }
}
@media (min-width: 800px) {
  .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
    height: 264px;
  }
}
@media (min-width: 1200px) {
  .high-contrast .story-chapters .chapter:first-child .chapter__inner ~ .background-image::before {
    height: 200px;
  }
}
@media (min-width: 800px) {
  .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    bottom: 0;
    content: "";
    display: block;
    height: 88px;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    touch-action: none;
    transition: opacity 0.35s ease-out;
    width: 100%;
    z-index: 50;
  }
  .theme-green .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-blue .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-indigo .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-pink .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-red .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-orange .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .theme-grey .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .high-contrast .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .high-contrast .story-chapters .chapter:first-child .chapter__inner ~ .background-image::after {
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
    height: 176px;
  }
}

.slider {
  height: 100%;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}
.slider .slider__wrapper {
  position: relative;
}
.slider .slider__slides {
  list-style-type: none;
  position: relative;
  width: 100%;
}
.slider .slider__slides::after {
  clear: both;
  content: "";
  display: block;
}
.slider .slider__slide-image {
  padding-bottom: 56.25%;
  position: relative;
}
.slider .slider__slide-title {
  color: #000;
  font-size: 1.5em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.slider .slider_nav {
  border: 2px solid currentColor;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 28px;
  line-height: 24px;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  z-index: 3;
}
.theme-green .slider .slider_nav {
  color: var(--fg);
}
.theme-blue .slider .slider_nav {
  color: var(--fg);
}
.theme-indigo .slider .slider_nav {
  color: var(--fg);
}
.theme-pink .slider .slider_nav {
  color: var(--fg);
}
.theme-red .slider .slider_nav {
  color: var(--fg);
}
.theme-orange .slider .slider_nav {
  color: var(--fg);
}
.theme-grey .slider .slider_nav {
  color: var(--fg);
}
.high-contrast .slider .slider_nav {
  color: var(--fg);
}
.slider .slider_nav.next::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea0b";
}
.slider .slider_nav.prev::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea0a";
}
.slider .slider_tabs {
  bottom: 24px;
  left: 24px;
  line-height: 0;
  list-style-type: none;
  position: absolute;
  z-index: 2;
}
.slider .slider_tabs li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.slider .slider_tabs li a {
  border: 1px solid #aaa;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  width: 10px;
}
.theme-green .slider .slider_tabs li.slider_here a {
  background-color: var(--frame);
  border-color: var(--frame);
}
.theme-blue .slider .slider_tabs li.slider_here a {
  background-color: var(--frame);
  border-color: var(--frame);
}
.theme-indigo .slider .slider_tabs li.slider_here a {
  background-color: var(--frame);
  border-color: var(--frame);
}
.theme-pink .slider .slider_tabs li.slider_here a {
  background-color: var(--frame);
  border-color: var(--frame);
}
.theme-red .slider .slider_tabs li.slider_here a {
  background-color: var(--frame);
  border-color: var(--frame);
}
.theme-orange .slider .slider_tabs li.slider_here a {
  background-color: var(--frame);
  border-color: var(--frame);
}
.theme-grey .slider .slider_tabs li.slider_here a {
  background-color: var(--frame);
  border-color: var(--frame);
}
.high-contrast .slider .slider_tabs li.slider_here a {
  background-color: #000;
  border-color: #000;
}
.slider .slider__slide {
  background: #fff;
  width: 100%;
}
.slider .slider__slide.visible {
  float: left;
  opacity: 1;
  position: relative;
  z-index: 2;
}
.slider .slider__slide.hidden {
  float: none;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.slider .slider__slide-text {
  padding: 24px 24px 48px;
}
.slider .slider__slide-description p {
  color: #000;
}
.slider .slider__caption {
  bottom: 20px;
  color: #fff;
  left: 24px;
  position: absolute;
  width: calc(100% - 48px);
}
@media (min-width: 530px) {
  .slider .slider__slide {
    display: flex;
    flex-direction: row;
  }
  .slider .slider__slide-image {
    flex: 0 0 33.33%;
    padding-bottom: 0;
  }
  .slider .slider__slide-content {
    flex: 0 0 66.67%;
  }
  .slider .slider__slide-text-inner {
    height: 300px;
    max-height: 50vh;
    overflow: hidden;
  }
  .slider .slider_tabs {
    left: 33.33%;
    padding-left: 24px;
  }
}
@media (max-width: 529px) {
  .slider .slider_nav.prev {
    left: -30px;
  }
  .slider .slider_nav.next {
    right: -30px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .slider .slider_nav.prev {
    left: -30px;
  }
  .slider .slider_nav.next {
    right: -30px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .slider .slider_nav.prev {
    left: -48px;
  }
  .slider .slider_nav.next {
    right: -48px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .slider .slider_nav.prev {
    left: -60px;
  }
  .slider .slider_nav.next {
    right: -60px;
  }
}
@media (min-width: 1480px) {
  .slider .slider_nav.prev {
    left: -60px;
  }
  .slider .slider_nav.next {
    right: -60px;
  }
}
@media (max-width: 529px) {
  .slider .slider_tabs {
    transform: translateX(5px);
  }
}
@media (max-width: 529px) {
  .slider .slider__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .slider .slider__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .slider .slider__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .slider .slider__wrapper {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 1480px) {
  .slider .slider__wrapper {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
.slider .slider__slide-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.slider .slider__slide-title strong,
.slider .slider__slide-title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .slider .slider__slide-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .slider .slider__slide-title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .slider .slider__slide-title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .slider .slider__slide-title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.slider .slider__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.slider .slider__caption strong,
.slider .slider__caption b {
  font-weight: normal;
}

.notification {
  position: relative;
}
@media (max-width: 529px) {
  .notification {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .notification {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .notification {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .notification {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .notification {
    margin-bottom: 40px;
  }
}
.notification .notification__text {
  display: block;
  padding-left: 30px;
}
.notification .notification__text::before {
  margin-left: -30px;
  margin-right: 0;
  position: absolute;
  vertical-align: text-top;
}
.notification .notification__text > a {
  display: inline;
  margin-left: 8px;
}
.notification .notification__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.notification .notification__text strong,
.notification .notification__text b {
  font-weight: bold;
}
.notification .notification__text em,
.notification .notification__text i {
  font-style: italic;
}

.description {
  position: relative;
  text-align: center;
}
.description .description__content {
  margin: 24px 0;
  position: relative;
}
.description .description__text {
  text-align: left;
}
.description .description__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.description .description__title:first-child {
  margin-top: 0;
}
.description .description__title:last-child {
  margin-bottom: 0;
}
.description .description__title strong,
.description .description__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .description .description__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .description .description__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .description .description__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .description .description__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.description .description__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.description .description__text:first-child {
  margin-top: 0;
}
.description .description__text:last-child {
  margin-bottom: 0;
}
.description .description__text strong,
.description .description__text b {
  font-weight: bold;
}
.description .description__text em,
.description .description__text i {
  font-style: italic;
}

.filter-list {
  position: relative;
}
@media (max-width: 529px) {
  .filter-list {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .filter-list {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .filter-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .filter-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .filter-list {
    margin-bottom: 40px;
  }
}
.filter-list .filter-list__categories {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
.filter-list .filter-list__category,
.filter-list .filter-list__checkbox {
  position: relative;
}
.filter-list .filter-list__category {
  border: 1px solid #000;
  margin-bottom: 11px;
}
.filter-list .filter-list__category label {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
.filter-list .filter-list__category label::after {
  display: none;
}
.filter-list .filter-list__category .filter-list__hit-target {
  text-decoration: none;
}
.filter-list .filter-list__category .filter-list__hit-target::before {
  content: "";
  background-image: url("/themes/isgm17/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.25s ease-in;
}
.high-contrast .filter-list .filter-list__category .filter-list__hit-target::before {
  filter: invert(1);
}
.filter-list .filter-list__category .button {
  margin: 8px 0 8px 20px;
}
.filter-list .filter-list__category.is-closed .filter-list__hit-target::before {
  content: "";
  background-image: url("/themes/isgm17/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s ease-in;
}
.filter-list .filter-list__category.is-closed .filter-list__subcategories,
.filter-list .filter-list__category.is-closed .filter-list__checkboxes,
.filter-list .filter-list__category.is-closed .button {
  display: none;
}
.filter-list .filter-list__category .form-field.form-field--checkboxes input[type=checkbox] + label::before {
  border-color: transparent;
}
.filter-list .filter-list__checkbox {
  display: block;
  margin-top: 8px;
}
.filter-list .filter-list__checkbox::after {
  clear: both;
  content: "";
  display: table;
}
.filter-list .filter-list__checkbox .form-field.form-field--checkboxes input[type=checkbox] + label {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.filter-list .filter-list__checkbox .form-field label::after {
  display: none;
}
.filter-list .filter-list__subcategory {
  margin-left: 1em;
}
.filter-list .filter-list__hit-target {
  cursor: pointer;
  display: block;
  padding: 8px 0;
}
.filter-list .filter-list__hit-target::after {
  clear: both;
  content: "";
  display: table;
}
.filter-list .filter-list__checkboxes {
  display: block;
}
.filter-list .form-field label {
  padding-bottom: 0;
  padding-top: 0;
}
.filter-list .filter-list__title--number {
  margin-left: 0.5em;
}
.filter-list .filter-list__selected-items {
  margin-bottom: 48px;
  padding-bottom: 8px;
}
.filter-list .filter-list__selected-items::after {
  clear: both;
  content: "";
  display: table;
}
.theme-green .filter-list .filter-list__selected-items {
  border-bottom: 1px solid var(--frame);
}
.theme-blue .filter-list .filter-list__selected-items {
  border-bottom: 1px solid var(--frame);
}
.theme-indigo .filter-list .filter-list__selected-items {
  border-bottom: 1px solid var(--frame);
}
.theme-pink .filter-list .filter-list__selected-items {
  border-bottom: 1px solid var(--frame);
}
.theme-red .filter-list .filter-list__selected-items {
  border-bottom: 1px solid var(--frame);
}
.theme-orange .filter-list .filter-list__selected-items {
  border-bottom: 1px solid var(--frame);
}
.theme-grey .filter-list .filter-list__selected-items {
  border-bottom: 1px solid var(--frame);
}
.high-contrast .filter-list .filter-list__selected-items {
  border-bottom: 1px solid;
}
.filter-list .filter-list__selected-items .link {
  clear: left;
  float: left;
  margin: 0;
}
@media (max-width: 529px) {
  .theme-green .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-blue .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-indigo .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-pink .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-red .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-orange .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-grey .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .high-contrast .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .theme-green .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-blue .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-indigo .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-pink .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-red .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-orange .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .theme-grey .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
  .high-contrast .filter-list .filter-list__selected-items {
    border-bottom-color: var(--bg);
  }
}
.filter-list .filter-list__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
}
.filter-list .filter-list__hit-target {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0;
  position: relative;
  padding: 10px 16px;
}
.filter-list .filter-list__title--number {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.filter-list .filter-list__title--number strong,
.filter-list .filter-list__title--number b {
  font-weight: normal;
}
.filter-list .form-field.form-field--checkboxes input[type=checkbox] + label {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.filter-list .form-field.form-field--checkboxes input[type=checkbox] + label strong,
.filter-list .form-field.form-field--checkboxes input[type=checkbox] + label b {
  font-weight: bold;
}
.filter-list .form-field.form-field--checkboxes input[type=checkbox] + label em,
.filter-list .form-field.form-field--checkboxes input[type=checkbox] + label i {
  font-style: italic;
}

.chapter__inner--quote {
  color: #fff;
  height: 100%;
  padding-bottom: 16px;
  padding-top: 40px;
}
.chapter__inner--quote .quote {
  margin-bottom: 0;
  padding-bottom: 24px;
}
@media (max-width: 529px) {
  .chapter__inner--quote {
    padding-top: 112px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--quote {
    padding-top: 128px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--quote {
    padding-bottom: 64px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--quote {
    padding-bottom: 80px;
  }
}
.chapter__inner--quote .chapter__caption-outer .chapter__caption-inner {
  position: relative;
  transform: translateY(8px);
}
.chapter__inner--quote .chapter__caption-outer .chapter__caption {
  max-width: 50vh;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: 100% 0;
  width: 50%;
}
@media (max-width: 529px) {
  .chapter__inner--quote .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--quote .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--quote .chapter__caption-outer .chapter__caption {
    right: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--quote .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--quote .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--quote .chapter__caption-outer {
    padding-top: 16px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--quote .chapter__caption-outer {
    padding-top: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--quote .chapter__caption-outer {
    padding-top: 144px;
  }
}
@media (min-width: 1200px) {
  .chapter__inner--quote .chapter__caption-outer {
    padding-top: 128px;
  }
}
.chapter__inner--quote .chapter__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.chapter__inner--quote .chapter__caption strong,
.chapter__inner--quote .chapter__caption b {
  font-weight: normal;
}
.chapter__inner--quote .quote__wrapper .quote__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.chapter__inner--quote .quote__wrapper .quote__text strong,
.chapter__inner--quote .quote__wrapper .quote__text b {
  font-weight: bold;
}
.chapter__inner--quote .quote__wrapper .quote__text em,
.chapter__inner--quote .quote__wrapper .quote__text i {
  font-style: italic;
}
@media (min-width: 800px) {
  .chapter__inner--quote .quote__wrapper .quote__text {
    font-size: 28px;
    line-height: 32px;
  }
}

.collection-blogs-grid {
  margin: 0 auto;
}
@media (min-width: 530px) {
  .collection-blogs-grid {
    width: 95%;
  }
}
@media (min-width: 800px) {
  .collection-blogs-grid {
    max-width: 940px;
  }
}

.collection-blogs-grid .grid-container__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 529px) {
  .collection-blogs-grid .grid-container__list {
    padding: 0 5%;
  }
}
@media (min-width: 530px) {
  .collection-blogs-grid .grid-container__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    justify-items: center;
  }
}
@media (min-width: 800px) {
  .collection-blogs-grid .grid-container__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 530px) {
  .collection-blogs-grid .grid-container__items:nth-child(odd) {
    justify-self: end;
  }
}

@media (min-width: 530px) {
  .collection-blogs-grid .grid-container__items:nth-child(even) {
    justify-self: start;
  }
}

.collection-blogs-grid .grid-container__items {
  flex: 0 1 100%;
  width: 100%;
  max-width: 300px;
  margin-bottom: 21px;
}
@media (min-width: 530px) {
  .collection-blogs-grid .grid-container__items {
    margin-bottom: 0;
    max-width: 100%;
  }
}

@media (max-width: 529px) {
  .collection-blogs-grid .grid-container__items .card__title[style],
  .collection-blogs-grid .grid-container__items .card__body[style],
  .collection-blogs-grid .grid-container__items .card__text[style] {
    height: auto !important;
  }
}

.playlist {
  position: relative;
}
@media (max-width: 529px) {
  .playlist {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .playlist {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .playlist {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .playlist {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .playlist {
    margin-bottom: 40px;
  }
}
.playlist .playlist__item {
  margin-bottom: 2px;
  background-color: var(--neutrals-white);
}
.playlist .playlist__item::after {
  clear: both;
  content: "";
  display: table;
}
.theme-green .playlist .playlist__item {
  color: var(--fg);
}
.theme-blue .playlist .playlist__item {
  color: var(--fg);
}
.theme-indigo .playlist .playlist__item {
  color: var(--fg);
}
.theme-pink .playlist .playlist__item {
  color: var(--fg);
}
.theme-red .playlist .playlist__item {
  color: var(--fg);
}
.theme-orange .playlist .playlist__item {
  color: var(--fg);
}
.theme-grey .playlist .playlist__item {
  color: var(--fg);
}
.high-contrast .playlist .playlist__item {
  color: var(--fg);
}
.playlist .playlist__item__wrapper {
  padding: 15px 20px 10px;
}
.playlist .playlist__item,
.playlist .playlist__item__wrapper,
.playlist .playlist__item__buttons {
  position: relative;
}
.playlist .playlist__item::after,
.playlist .playlist__item__wrapper::after,
.playlist .playlist__item__buttons::after {
  clear: both;
  content: "";
  display: table;
}
.playlist .link {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.playlist .link .link__span {
  text-decoration: none;
}
.playlist .playlist__item__download__size {
  font-weight: 300;
  letter-spacing: 0.5px !important;
}
.playlist .playlist__item__time {
  float: right;
  text-align: right;
  width: 48px;
}
.playlist .hit-target {
  height: 56px;
}
.playlist .playlist__item__content {
  float: left;
  width: calc(100% - 48px);
}
.playlist .playlist__item__buttons {
  clear: both;
  float: left;
  margin-top: 8px;
  width: 100%;
}
.playlist .playlist__item__listen,
.playlist .playlist__item__download {
  float: left;
  width: 50%;
}
.playlist .playlist__item__download {
  padding-left: 8px;
  text-align: right;
}
.playlist .playlist__item__text {
  transition: color 0.35s ease-out;
}
@media (min-width: 1480px) {
  .playlist .hit-target {
    height: auto;
  }
  .playlist .hit-target,
  .playlist .playlist__item__content {
    width: 45%;
  }
  .playlist .playlist__item__buttons {
    clear: none;
    display: flex;
    margin-top: 0;
    padding-left: 16px;
    width: 45%;
  }
  .playlist .playlist__item__listen,
  .playlist .playlist__item__download {
    flex: 1 1 50%;
    float: none;
    width: auto;
  }
  .playlist .playlist__item__download__size {
    display: inline-block;
    text-align: left;
    width: 52px;
  }
  .playlist .playlist__item__time {
    width: 10%;
  }
}
.playlist .playlist__item .playlist__item__wrapper {
  position: relative;
}
.playlist .playlist__item .playlist__item__wrapper::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.1s ease-out 50ms;
  width: 0;
  z-index: 0;
}
.theme-green .playlist .playlist__item .playlist__item__wrapper::before {
  background-color: var(--fg);
}
.theme-blue .playlist .playlist__item .playlist__item__wrapper::before {
  background-color: var(--fg);
}
.theme-indigo .playlist .playlist__item .playlist__item__wrapper::before {
  background-color: var(--fg);
}
.theme-pink .playlist .playlist__item .playlist__item__wrapper::before {
  background-color: var(--fg);
}
.theme-red .playlist .playlist__item .playlist__item__wrapper::before {
  background-color: var(--fg);
}
.theme-orange .playlist .playlist__item .playlist__item__wrapper::before {
  background-color: var(--fg);
}
.theme-grey .playlist .playlist__item .playlist__item__wrapper::before {
  background-color: var(--fg);
}
.high-contrast .playlist .playlist__item .playlist__item__wrapper::before {
  background-color: var(--fg);
}
.playlist .playlist__item .playlist__item__wrapper .playlist__item__content,
.playlist .playlist__item .playlist__item__wrapper .playlist__item__buttons,
.playlist .playlist__item .playlist__item__wrapper .playlist__item__time {
  position: relative;
  z-index: 1;
}
.theme-green .playlist .playlist__item .hit-target:hover ~ .playlist__item__wrapper {
  background-color: var(--accent);
  color: var(--accent);
}
.theme-blue .playlist .playlist__item .hit-target:hover ~ .playlist__item__wrapper {
  background-color: var(--accent);
  color: var(--accent);
}
.theme-indigo .playlist .playlist__item .hit-target:hover ~ .playlist__item__wrapper {
  background-color: var(--accent);
  color: var(--accent);
}
.theme-pink .playlist .playlist__item .hit-target:hover ~ .playlist__item__wrapper {
  background-color: var(--accent);
  color: var(--accent);
}
.theme-red .playlist .playlist__item .hit-target:hover ~ .playlist__item__wrapper {
  background-color: var(--accent);
  color: var(--accent);
}
.theme-orange .playlist .playlist__item .hit-target:hover ~ .playlist__item__wrapper {
  background-color: var(--accent);
  color: var(--accent);
}
.theme-grey .playlist .playlist__item .hit-target:hover ~ .playlist__item__wrapper {
  background-color: var(--accent);
  color: var(--accent);
}
.high-contrast .playlist .playlist__item .hit-target:hover ~ .playlist__item__wrapper {
  background-color: var(--accent);
  color: var(--accent);
}
.playlist .playlist__item .hit-target:hover ~ .playlist__item__wrapper::before {
  width: 100%;
}
.playlist .link {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
  text-shadow: none;
  transition: background-color 0.35s ease-out, color 0.35s ease-out, text-shadow 0.35s ease-out;
}
.playlist .link strong,
.playlist .link b {
  font-weight: normal;
}
.theme-green .playlist .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-blue .playlist .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-indigo .playlist .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-pink .playlist .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-red .playlist .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-orange .playlist .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-grey .playlist .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.high-contrast .playlist .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.playlist .playlist__item__time__span {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.playlist .playlist__item__time__span strong,
.playlist .playlist__item__time__span b {
  font-weight: normal;
}
.playlist .playlist__item__content__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12.8px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.35px;
}
.playlist .playlist__item__content__text strong,
.playlist .playlist__item__content__text b {
  font-weight: bold;
}
.playlist .playlist__item__content__text em,
.playlist .playlist__item__content__text i {
  font-style: italic;
}

.chapter__inner--side-text {
  height: 100%;
}
.theme-green .chapter__inner--side-text .chapter-side-text__desc {
  background-color: var(--frame);
}
.theme-blue .chapter__inner--side-text .chapter-side-text__desc {
  background-color: var(--frame);
}
.theme-indigo .chapter__inner--side-text .chapter-side-text__desc {
  background-color: var(--frame);
}
.theme-pink .chapter__inner--side-text .chapter-side-text__desc {
  background-color: var(--frame);
}
.theme-red .chapter__inner--side-text .chapter-side-text__desc {
  background-color: var(--frame);
}
.theme-orange .chapter__inner--side-text .chapter-side-text__desc {
  background-color: var(--frame);
}
.theme-grey .chapter__inner--side-text .chapter-side-text__desc {
  background-color: var(--frame);
}
.high-contrast.theme-green .chapter__inner--side-text .chapter-side-text__desc {
  background-color: #fff;
}
.high-contrast.theme-blue .chapter__inner--side-text .chapter-side-text__desc {
  background-color: #fff;
}
.high-contrast.theme-indigo .chapter__inner--side-text .chapter-side-text__desc {
  background-color: #fff;
}
.high-contrast.theme-pink .chapter__inner--side-text .chapter-side-text__desc {
  background-color: #fff;
}
.high-contrast.theme-red .chapter__inner--side-text .chapter-side-text__desc {
  background-color: #fff;
}
.high-contrast.theme-orange .chapter__inner--side-text .chapter-side-text__desc {
  background-color: #fff;
}
.high-contrast.theme-grey .chapter__inner--side-text .chapter-side-text__desc {
  background-color: #fff;
}
.high-contrast.high-contrast .chapter__inner--side-text .chapter-side-text__desc {
  background-color: #fff;
}
.chapter__inner--side-text .chapter-side-text__desc-wrapper {
  overflow: hidden;
}
.chapter__inner--side-text .chapter-side-text__desc-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.chapter__inner--side-text .chapter-side-text__img {
  padding-bottom: 100%;
  position: relative;
}
@media (min-width: 800px) {
  .chapter__inner--side-text {
    display: flex;
    height: 100%;
  }
  .chapter__inner--side-text .chapter-side-text__col {
    flex: 1;
  }
  .chapter__inner--side-text .chapter-side-text__desc {
    align-items: center;
    display: flex;
    padding: 0;
  }
  .chapter__inner--side-text .chapter-side-text__desc-wrapper {
    flex: 1;
    height: 100%;
    padding-right: 10px;
    width: 100%;
  }
  .chapter__inner--side-text .chapter-side-text__desc-wrapper .richtext {
    margin-bottom: 24px;
    padding-top: 0;
  }
  .chapter__inner--side-text .chapter-side-text__desc-wrapper .audio-intro {
    padding-left: 0;
    padding-right: 0;
  }
  .chapter__inner--side-text .chapter-side-text__img {
    padding-bottom: 0;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--side-text .header .inner-constrainer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--side-text .header .inner-constrainer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--side-text .header .inner-constrainer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 529px) {
  .chapter__inner--side-text .chapter-side-text__desc {
    padding-bottom: 64px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--side-text .chapter-side-text__desc {
    padding-bottom: 80px;
  }
}
@media (max-width: 529px) {
  .chapter__inner--side-text .chapter__row .richtext {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--side-text .chapter__row .richtext {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--side-text .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--side-text .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--side-text .chapter__row .richtext {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 529px) {
  .chapter__inner--side-text .chapter__caption-outer {
    padding-top: 112px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--side-text .chapter__caption-outer {
    padding-top: 128px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--side-text .chapter__caption-outer {
    padding-top: 144px;
  }
}
@media (min-width: 1200px) {
  .chapter__inner--side-text .chapter__caption-outer {
    padding-top: 128px;
  }
}
.chapter__inner--side-text .chapter__caption-outer .chapter__caption-inner {
  position: relative;
  transform: translateY(8px);
}
.chapter__inner--side-text .chapter__caption-outer .chapter__caption {
  color: #fff;
  max-width: 50vh;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: 100% 0;
  width: 50%;
}
@media (max-width: 529px) {
  .chapter__inner--side-text .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--side-text .chapter__caption-outer .chapter__caption {
    right: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--side-text .chapter__caption-outer .chapter__caption {
    right: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .chapter__inner--side-text .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
@media (min-width: 1480px) {
  .chapter__inner--side-text .chapter__caption-outer .chapter__caption {
    right: 30px;
  }
}
.chapter__inner--side-text .chapter__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.chapter__inner--side-text .chapter__caption strong,
.chapter__inner--side-text .chapter__caption b {
  font-weight: normal;
}

.junk-drawer {
  position: relative;
  visibility: hidden;
}
.junk-drawer .junk-drawer__overlay {
  height: calc(100vh - 20px);
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  right: 10px;
  top: 10px;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  width: calc(50% - 10px);
  z-index: 4000;
}
.theme-green .junk-drawer .junk-drawer__overlay {
  background-color: #fff;
  color: #000;
}
.theme-blue .junk-drawer .junk-drawer__overlay {
  background-color: #fff;
  color: #000;
}
.theme-indigo .junk-drawer .junk-drawer__overlay {
  background-color: #fff;
  color: #000;
}
.theme-pink .junk-drawer .junk-drawer__overlay {
  background-color: #fff;
  color: #000;
}
.theme-red .junk-drawer .junk-drawer__overlay {
  background-color: #fff;
  color: #000;
}
.theme-orange .junk-drawer .junk-drawer__overlay {
  background-color: #fff;
  color: #000;
}
.theme-grey .junk-drawer .junk-drawer__overlay {
  background-color: #fff;
  color: #000;
}
.high-contrast .junk-drawer .junk-drawer__overlay {
  background-color: #fff;
  color: #000;
}
.junk-drawer.is-active {
  visibility: visible;
}
.junk-drawer.is-active .junk-drawer__overlay {
  transform: translate3d(0, 0, 0);
}
.junk-drawer .junk-drawer__close-button {
  margin: 0;
  position: absolute;
  right: 8px;
  top: 8px;
}
.junk-drawer .junk-drawer__close-button .link__span {
  text-decoration: none;
}
.theme-green .junk-drawer .junk-drawer__close-button::after {
  color: var(--accent);
}
.theme-blue .junk-drawer .junk-drawer__close-button::after {
  color: var(--accent);
}
.theme-indigo .junk-drawer .junk-drawer__close-button::after {
  color: var(--accent);
}
.theme-pink .junk-drawer .junk-drawer__close-button::after {
  color: var(--accent);
}
.theme-red .junk-drawer .junk-drawer__close-button::after {
  color: var(--accent);
}
.theme-orange .junk-drawer .junk-drawer__close-button::after {
  color: var(--accent);
}
.theme-grey .junk-drawer .junk-drawer__close-button::after {
  color: var(--accent);
}
.high-contrast .junk-drawer .junk-drawer__close-button::after {
  color: var(--accent);
}
.theme-green .junk-drawer .junk-drawer__close-button:hover {
  color: var(--accent);
}
.theme-blue .junk-drawer .junk-drawer__close-button:hover {
  color: var(--accent);
}
.theme-indigo .junk-drawer .junk-drawer__close-button:hover {
  color: var(--accent);
}
.theme-pink .junk-drawer .junk-drawer__close-button:hover {
  color: var(--accent);
}
.theme-red .junk-drawer .junk-drawer__close-button:hover {
  color: var(--accent);
}
.theme-orange .junk-drawer .junk-drawer__close-button:hover {
  color: var(--accent);
}
.theme-grey .junk-drawer .junk-drawer__close-button:hover {
  color: var(--accent);
}
.high-contrast .junk-drawer .junk-drawer__close-button:hover {
  color: var(--accent);
}
@media (max-width: 529px) {
  .junk-drawer .junk-drawer__overlay {
    padding: 104px 24px;
  }
  .junk-drawer .junk-drawer__close-button {
    right: 0;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .junk-drawer .junk-drawer__overlay {
    padding: 120px 72px;
  }
}
@media (max-width: 529px) {
  .junk-drawer .junk-drawer__overlay {
    width: calc(100% - 20px);
  }
  .junk-drawer.is-active .junk-drawer__overlay {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .junk-drawer .junk-drawer__overlay {
    width: calc(100% - 20px);
  }
  .junk-drawer.is-active .junk-drawer__overlay {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 800px) {
  .junk-drawer .junk-drawer__overlay {
    padding: 112px 80px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .junk-drawer .junk-drawer__close-button {
    right: 0;
    top: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .junk-drawer .junk-drawer__close-button {
    right: 8px;
    top: 20px;
  }
}
@media (min-width: 1480px) {
  .junk-drawer .junk-drawer__close-button {
    right: 16px;
    top: 20px;
  }
}
.junk-drawer .junk-drawer__background {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  width: 100%;
}
.theme-green .junk-drawer .junk-drawer__background {
  background-color: var(--frame);
}
.theme-blue .junk-drawer .junk-drawer__background {
  background-color: var(--frame);
}
.theme-indigo .junk-drawer .junk-drawer__background {
  background-color: var(--frame);
}
.theme-pink .junk-drawer .junk-drawer__background {
  background-color: var(--frame);
}
.theme-red .junk-drawer .junk-drawer__background {
  background-color: var(--frame);
}
.theme-orange .junk-drawer .junk-drawer__background {
  background-color: var(--frame);
}
.theme-grey .junk-drawer .junk-drawer__background {
  background-color: var(--frame);
}
.high-contrast .junk-drawer .junk-drawer__background {
  background-color: #000;
}
.junk-drawer.is-active .junk-drawer__background {
  opacity: 0.25;
  z-index: 3999;
}
.junk-drawer:not(.is-active) .junk-drawer__background {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
}
.junk-drawer .export-to-pdf {
  position: absolute;
  left: 25px;
  top: 25px;
}
.junk-drawer .junk-drawer__image img {
  height: 350px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 25px;
}
.junk-drawer .junk-drawer__content p:empty {
  display: none;
}
.junk-drawer .junk-drawer__content h1 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.junk-drawer .junk-drawer__content h1:first-child {
  margin-top: 0;
}
.junk-drawer .junk-drawer__content h1:last-child {
  margin-bottom: 0;
}
.junk-drawer .junk-drawer__content h1 strong,
.junk-drawer .junk-drawer__content h1 b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .junk-drawer .junk-drawer__content h1 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    min-height: 16px;
  }
}
@media (min-width: 1200px) {
  .junk-drawer .junk-drawer__content h1 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 20px;
  }
}
.junk-drawer .junk-drawer__content h2 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 12px;
  text-align: left;
}
.junk-drawer .junk-drawer__content h2 strong,
.junk-drawer .junk-drawer__content h2 b {
  font-weight: normal;
}
.junk-drawer .junk-drawer__content h2:first-child {
  margin-top: 0;
}
.junk-drawer .junk-drawer__content h2:last-child {
  margin-bottom: 0;
}
.junk-drawer .junk-drawer__content h3 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.junk-drawer .junk-drawer__content h3:first-child {
  margin-top: 0;
}
.junk-drawer .junk-drawer__content h3:last-child {
  margin-bottom: 0;
}
.junk-drawer .junk-drawer__content h3 strong,
.junk-drawer .junk-drawer__content h3 b {
  font-weight: normal;
}
.junk-drawer .junk-drawer__content h4 {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.junk-drawer .junk-drawer__content h4:first-child {
  margin-top: 0;
}
.junk-drawer .junk-drawer__content h4:last-child {
  margin-bottom: 0;
}
.junk-drawer .junk-drawer__content h4 strong,
.junk-drawer .junk-drawer__content h4 b {
  font-weight: bold;
}
.junk-drawer .junk-drawer__content h4 em,
.junk-drawer .junk-drawer__content h4 i {
  font-style: italic;
}
.junk-drawer .junk-drawer__content p {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.junk-drawer .junk-drawer__content p:first-child {
  margin-top: 0;
}
.junk-drawer .junk-drawer__content p:last-child {
  margin-bottom: 0;
}
.junk-drawer .junk-drawer__content p strong,
.junk-drawer .junk-drawer__content p b {
  font-weight: bold;
}
.junk-drawer .junk-drawer__content p em,
.junk-drawer .junk-drawer__content p i {
  font-style: italic;
}
.junk-drawer .junk-drawer__content .bibliography p {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  display: inline-block;
}
.junk-drawer .junk-drawer__content .bibliography p strong,
.junk-drawer .junk-drawer__content .bibliography p b {
  font-weight: bold;
}
.junk-drawer .junk-drawer__content .bibliography p em,
.junk-drawer .junk-drawer__content .bibliography p i {
  font-style: italic;
}
.junk-drawer .junk-drawer__content li {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.junk-drawer .junk-drawer__content li strong,
.junk-drawer .junk-drawer__content li b {
  font-weight: bold;
}
.junk-drawer .junk-drawer__content li em,
.junk-drawer .junk-drawer__content li i {
  font-style: italic;
}
.junk-drawer .junk-drawer__content p > a,
.junk-drawer .junk-drawer__content li > a {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip: ink;
  transition: color 0.35s ease-out;
  text-decoration: underline;
}
.junk-drawer .junk-drawer__content p > a:hover,
.junk-drawer .junk-drawer__content li > a:hover {
  text-decoration: none;
}
.junk-drawer .junk-drawer__content ul,
.junk-drawer .junk-drawer__content ol {
  padding: var(--spacer-unit-xsmall);
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: -1.6em;
}
.junk-drawer .junk-drawer__content ul li,
.junk-drawer .junk-drawer__content ol li {
  padding-left: var(--spacer-unit-xxsmall);
  margin-left: var(--spacer-unit-small);
  margin-bottom: var(--spacer-unit-xsmall);
  position: relative;
  line-height: 140%;
}
.junk-drawer .junk-drawer__content ul li ul,
.junk-drawer .junk-drawer__content ul li ol,
.junk-drawer .junk-drawer__content ol li ul,
.junk-drawer .junk-drawer__content ol li ol {
  margin-left: var(--spacer-unit-small);
}
.junk-drawer .junk-drawer__content ul li ul ul,
.junk-drawer .junk-drawer__content ul li ul ol,
.junk-drawer .junk-drawer__content ul li ol ul,
.junk-drawer .junk-drawer__content ul li ol ol,
.junk-drawer .junk-drawer__content ol li ul ul,
.junk-drawer .junk-drawer__content ol li ul ol,
.junk-drawer .junk-drawer__content ol li ol ul,
.junk-drawer .junk-drawer__content ol li ol ol {
  margin-left: var(--spacer-unit-small);
}
.junk-drawer .junk-drawer__content ul:first-child,
.junk-drawer .junk-drawer__content ol:first-child {
  margin-top: 0;
}
.junk-drawer .junk-drawer__content ul:last-child,
.junk-drawer .junk-drawer__content ol:last-child {
  margin-bottom: 0;
}
.junk-drawer .junk-drawer__content ul li + li,
.junk-drawer .junk-drawer__content ol li + li {
  margin-top: 4px;
}
.junk-drawer .junk-drawer__content ul li::before {
  content: "•";
}
.junk-drawer .junk-drawer__content a {
  text-decoration: underline;
}
.junk-drawer .junk-drawer__content a:active, .junk-drawer .junk-drawer__content a:hover {
  text-decoration: none;
}
.junk-drawer .junk-drawer__content ul.long {
  max-height: 25px;
  margin-bottom: 25px;
  overflow-y: hidden;
  transition: max-height 0.25s ease-in-out;
}
.junk-drawer .junk-drawer__content ul.long.open {
  max-height: 99vh;
  margin-bottom: 25px;
  transition: max-height 0.25s ease-in-out;
}
.junk-drawer .junk-drawer__content button.button.button--default {
  color: #000;
  border-color: #000;
}
.junk-drawer .junk-drawer__content ol {
  counter-reset: list-counter;
}
.junk-drawer .junk-drawer__content ol li {
  counter-increment: list-counter;
}
.junk-drawer .junk-drawer__content ol li::before {
  content: counter(list-counter) ".";
  color: var(--fg);
}
.theme-green .junk-drawer .junk-drawer__content ol li::before {
  color: inherit;
}
.theme-blue .junk-drawer .junk-drawer__content ol li::before {
  color: inherit;
}
.theme-indigo .junk-drawer .junk-drawer__content ol li::before {
  color: inherit;
}
.theme-pink .junk-drawer .junk-drawer__content ol li::before {
  color: inherit;
}
.theme-red .junk-drawer .junk-drawer__content ol li::before {
  color: inherit;
}
.theme-orange .junk-drawer .junk-drawer__content ol li::before {
  color: inherit;
}
.theme-grey .junk-drawer .junk-drawer__content ol li::before {
  color: inherit;
}
.high-contrast .junk-drawer .junk-drawer__content ol li::before {
  color: inherit;
}
.junk-drawer .junk-drawer__content hr {
  margin-top: 32px;
  margin-bottom: 32px;
  height: 2px;
}
.junk-drawer .junk-drawer__content hr:first-child {
  margin-top: 0;
}
.junk-drawer .junk-drawer__content hr:last-child {
  margin-bottom: 0;
}
.theme-green .junk-drawer .junk-drawer__content hr {
  color: var(--frame);
}
.theme-blue .junk-drawer .junk-drawer__content hr {
  color: var(--frame);
}
.theme-indigo .junk-drawer .junk-drawer__content hr {
  color: var(--frame);
}
.theme-pink .junk-drawer .junk-drawer__content hr {
  color: var(--frame);
}
.theme-red .junk-drawer .junk-drawer__content hr {
  color: var(--frame);
}
.theme-orange .junk-drawer .junk-drawer__content hr {
  color: var(--frame);
}
.theme-grey .junk-drawer .junk-drawer__content hr {
  color: var(--frame);
}
.junk-drawer .junk-drawer__content em,
.junk-drawer .junk-drawer__content i {
  font-style: italic;
}

@media print {
  body.nonPrintArea * {
    visibility: hidden;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body.nonPrintArea .introduction-large,
  body.nonPrintArea .header.header--detail {
    visibility: hidden !important;
    display: none !important;
    margin: 0;
    padding: 0;
  }
  .printArea br {
    break-inside: always;
    page-break-after: always !important;
    page-break-before: always !important;
    display: table;
    border: 2px solid #000;
  }
  .printArea p {
    display: table;
    page-break-inside: avoid !important;
  }
  .printArea {
    position: static;
  }
  .printArea .junk-drawer__image {
    float: unset;
    max-width: none;
    padding: 0;
    margin-bottom: 20px !important;
    height: 400px;
    max-height: 400px;
  }
  .printArea .junk-drawer__image img {
    visibility: visible;
    max-width: none;
    height: 400px;
    max-height: 400px;
    object-fit: contain;
  }
  .printArea .junk-drawer__image * {
    visibility: visible;
  }
  .printArea .junk-drawer__content * {
    visibility: visible;
  }
  .printArea .junk-drawer__content img,
  .printArea .junk-drawer__content h1,
  .printArea .junk-drawer__content h2,
  .printArea .junk-drawer__content h3,
  .printArea .junk-drawer__content h4 {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
  }
  .printArea .junk-drawer__content p,
  .printArea .junk-drawer__content br,
  .printArea .junk-drawer__content img,
  .printArea .junk-drawer__content div,
  .printArea .junk-drawer__content h1,
  .printArea .junk-drawer__content h2,
  .printArea .junk-drawer__content h3,
  .printArea .junk-drawer__content h4,
  .printArea .junk-drawer__content ul,
  .printArea .junk-drawer__content li {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  .printArea .junk-drawer__content .bibliography p {
    display: block;
  }
  .printArea .export-to-pdf,
  .printArea .junk-drawer__close-button {
    visibility: hidden !important;
    display: none !important;
  }
  .printArea.junk-drawer .junk-drawer__background,
  .printArea.junk-drawer .junk-drawer__overlay {
    padding: 0 !important;
    margin: 0 auto !important;
    position: relative !important;
    height: 100% !important;
  }
}
.case {
  position: relative;
  padding-top: 0;
  text-align: center;
}
.case .case__title {
  margin-bottom: 8px;
  margin-top: 0;
  padding-top: 0;
}
.case .case__content {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0;
  position: relative;
}
.case .picture {
  min-height: 120px;
}
.case .picture + .link {
  bottom: 0;
  height: auto;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: normal;
  width: 90%;
}
.high-contrast .case .picture + .link {
  color: #fff;
}
.case .picture__img {
  box-shadow: none;
  transition: box-shadow 1.5s ease-out 0.1s;
}
.case.has-link .picture__picture::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 2s ease-out 0.1s;
  width: 100%;
}
html.main-has-loaded .case.has-link .picture__picture::after {
  opacity: 1;
}
.case .case__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.case .case__title strong,
.case .case__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .case .case__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .case .case__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .case .case__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .case .case__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.case .picture__img:not([src=""]) {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.call-to-action {
  position: relative;
}
.call-to-action .call-to-action__title::before {
  vertical-align: text-top;
}
.call-to-action .call-to-action__links {
  margin-bottom: -12px;
}
@media (min-width: 530px) and (max-width: 799px) {
  .call-to-action .call-to-action__title {
    min-height: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .call-to-action .call-to-action__title {
    min-height: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .call-to-action .call-to-action__text {
    min-height: 64px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .call-to-action .call-to-action__text {
    min-height: 64px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .call-to-action .call-to-action__text {
    min-height: 64px;
  }
}
@media (min-width: 1480px) {
  .call-to-action .call-to-action__text {
    min-height: 48px;
  }
}
.call-to-action .call-to-action__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
}
.call-to-action .call-to-action__title strong,
.call-to-action .call-to-action__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .call-to-action .call-to-action__title {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    min-height: 16px;
  }
}
@media (min-width: 1200px) {
  .call-to-action .call-to-action__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 20px;
  }
}
.call-to-action .call-to-action__title:first-child {
  margin-top: 0;
}
.call-to-action .call-to-action__title:last-child {
  margin-bottom: 0;
}
.call-to-action .call-to-action__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.call-to-action .call-to-action__text:first-child {
  margin-top: 0;
}
.call-to-action .call-to-action__text:last-child {
  margin-bottom: 0;
}
.call-to-action .call-to-action__text strong,
.call-to-action .call-to-action__text b {
  font-weight: bold;
}
.call-to-action .call-to-action__text em,
.call-to-action .call-to-action__text i {
  font-style: italic;
}

.blog-header {
  margin: 0 auto;
}
@media (min-width: 800px) {
  .blog-header {
    display: flex;
    justify-content: space-between;
  }
}

.blog-header-side {
  margin-top: 21px;
}
@media (min-width: 800px) {
  .blog-header-side {
    flex: 0 0 300px;
    margin-left: 50px;
    margin-top: 0px;
  }
}

.blog-header.introduction-large,
.blog-header .title-card,
.blog-header {
  text-align: left;
}

.blog-header .title-card {
  margin-bottom: 27px;
}

.blog-header .title-card .title-card__title {
  letter-spacing: 0;
}

.blog-header .article {
  margin: 0;
  padding: 0;
}

.chapter__inner--end {
  color: #fff;
  height: 100%;
  text-align: center;
}
.high-contrast .chapter__inner--end {
  background-color: var(--bg);
  color: var(--fg);
}
.chapter__inner--end .replay-story {
  margin-bottom: 24px;
  text-align: center;
}
.chapter__inner--end .replay-story::before {
  font-size: 1.46667em;
  height: auto;
  line-height: inherit;
  transform: scaleX(-1);
  width: auto;
}
.chapter__inner--end .share {
  margin-top: -32px;
}
@media (max-width: 529px) {
  .chapter__inner--end .header {
    padding-top: 0 !important;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--end .header {
    padding-top: 0 !important;
  }
}
@media (min-width: 800px) {
  .chapter__inner--end .grid {
    margin-bottom: 24px;
  }
  .chapter__inner--end .grid__item {
    margin-bottom: 16px;
  }
  .chapter__inner--end .piece__image {
    margin-bottom: 0;
  }
  .chapter__inner--end .share {
    margin-top: -40px;
  }
  .chapter__inner--end .share__title {
    display: inline-block;
    margin-right: 1em;
    max-width: 250px;
    text-align: right;
  }
}
@media screen and (min-width: 800px) and (max-height: 750px) {
  .chapter__inner--end .grid__items {
    margin: 0 auto;
    width: 50%;
  }
}
@media (max-width: 529px) {
  .chapter__inner--end {
    padding-top: 112px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--end {
    padding-top: 128px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--end {
    padding-top: 144px;
  }
}
@media (min-width: 1200px) {
  .chapter__inner--end {
    padding-top: 128px;
  }
}
.chapter__inner--end .replay-story {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.chapter__inner--end .replay-story strong,
.chapter__inner--end .replay-story b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .chapter__inner--end .replay-story {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .chapter__inner--end .replay-story {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .chapter__inner--end .replay-story {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .chapter__inner--end .replay-story {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}

.title-card {
  position: relative;
  text-align: center;
}
.title-card .title-card__buttons .button {
  margin: 0;
}
.title-card::after {
  clear: both;
  content: "";
  display: table;
}
.title-card .title-card__title__anchor {
  text-shadow: none;
  transition: background-color 0.35s ease-out, color 0.35s ease-out, text-shadow 0.35s ease-out;
}
.theme-green .title-card .title-card__title__anchor:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-blue .title-card .title-card__title__anchor:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-indigo .title-card .title-card__title__anchor:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-pink .title-card .title-card__title__anchor:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-red .title-card .title-card__title__anchor:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-orange .title-card .title-card__title__anchor:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-grey .title-card .title-card__title__anchor:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.high-contrast .title-card .title-card__title__anchor:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.title-card .title-card__category {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.title-card .title-card__category:first-child {
  margin-top: 0;
}
.title-card .title-card__category:last-child {
  margin-bottom: 0;
}
.title-card .title-card__category strong,
.title-card .title-card__category b {
  font-weight: normal;
}
.title-card .title-card__title-block,
.title-card .title-card__content-block {
  margin-top: 12px;
  margin-bottom: 12px;
}
.title-card .title-card__title-block:first-child,
.title-card .title-card__content-block:first-child {
  margin-top: 0;
}
.title-card .title-card__title-block:last-child,
.title-card .title-card__content-block:last-child {
  margin-bottom: 0;
}
.title-card .title-card__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.5px;
  min-height: 24px;
  text-transform: uppercase;
  text-transform: initial;
}
.title-card .title-card__title strong,
.title-card .title-card__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .title-card .title-card__title {
    font-size: 32px;
    letter-spacing: 2.5px;
    line-height: 32px;
    min-height: 32px;
  }
}
@media (min-width: 800px) {
  .title-card .title-card__title {
    font-size: 40px;
    letter-spacing: 3.25px;
    line-height: 40px;
    min-height: 40px;
  }
}
.title-card .title-card__pre-title,
.title-card .title-card__post-title {
  color: inherit;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
}
.title-card .title-card__pre-title strong,
.title-card .title-card__pre-title b,
.title-card .title-card__post-title strong,
.title-card .title-card__post-title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .title-card .title-card__pre-title,
  .title-card .title-card__post-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .title-card .title-card__pre-title,
  .title-card .title-card__post-title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .title-card .title-card__pre-title,
  .title-card .title-card__post-title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .title-card .title-card__pre-title,
  .title-card .title-card__post-title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.title-card .title-card__pre-title:first-child,
.title-card .title-card__post-title:first-child {
  margin-top: 0;
}
.title-card .title-card__pre-title:last-child,
.title-card .title-card__post-title:last-child {
  margin-bottom: 0;
}
.title-card .title-card__pre-title a:active, .title-card .title-card__pre-title a:hover {
  text-decoration: underline;
}
.title-card .title-card__details {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--fs__small);
  line-height: 1.25;
  margin-top: var(--spacer-unit-small);
  margin-bottom: var(--spacer-unit-mid);
}
.title-card .title-card__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.title-card .title-card__text strong,
.title-card .title-card__text b {
  font-weight: bold;
}
.title-card .title-card__text em,
.title-card .title-card__text i {
  font-style: italic;
}
.title-card .title-card__text:first-child {
  margin-top: 0;
}
.title-card .title-card__text:last-child {
  margin-bottom: 0;
}
.title-card .title-card__text > p {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.title-card .title-card__text > p:first-child {
  margin-top: 0;
}
.title-card .title-card__text > p:last-child {
  margin-bottom: 0;
}
.title-card .title-card__text > p strong,
.title-card .title-card__text > p b {
  font-weight: bold;
}
.title-card .title-card__text > p em,
.title-card .title-card__text > p i {
  font-style: italic;
}
.title-card .title-card__buttons,
.title-card .title-card__links {
  margin-top: 12px;
  margin-bottom: 12px;
}
.title-card .title-card__buttons:first-child,
.title-card .title-card__links:first-child {
  margin-top: 0;
}
.title-card .title-card__buttons:last-child,
.title-card .title-card__links:last-child {
  margin-bottom: 0;
}

/* Reworked in sdc/card.scss */
.card {
  position: relative;
}
.card .card__content {
  padding: 24px 16px;
  transition: background-color 0.35s ease-out, color 0.35s ease-out;
}
.theme-green .card .card__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-blue .card .card__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-indigo .card .card__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-pink .card .card__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-red .card .card__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-orange .card .card__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-grey .card .card__content {
  background-color: var(--bg);
  color: var(--fg);
}
.high-contrast .card .card__content {
  background-color: var(--bg);
  color: var(--fg);
}
.card .card__image {
  padding-bottom: 75%;
}
.theme-green .card .hit-target:hover ~ .card__content {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-blue .card .hit-target:hover ~ .card__content {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-indigo .card .hit-target:hover ~ .card__content {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-pink .card .hit-target:hover ~ .card__content {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-red .card .hit-target:hover ~ .card__content {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-orange .card .hit-target:hover ~ .card__content {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-grey .card .hit-target:hover ~ .card__content {
  background-color: var(--fg);
  color: var(--bg);
}
.high-contrast .card .hit-target:hover ~ .card__content {
  background-color: var(--fg);
  color: var(--bg);
}
@media (min-width: 530px) {
  .card.has-text .card__content {
    min-height: 144px;
  }
}
.card .card__content {
  position: relative;
}
.card .card__content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.1s ease-out 50ms;
  width: 0;
  z-index: 0;
}
.theme-green .card .card__content::before {
  background-color: var(--fg);
}
.theme-blue .card .card__content::before {
  background-color: var(--fg);
}
.theme-indigo .card .card__content::before {
  background-color: var(--fg);
}
.theme-pink .card .card__content::before {
  background-color: var(--fg);
}
.theme-red .card .card__content::before {
  background-color: var(--fg);
}
.theme-orange .card .card__content::before {
  background-color: var(--fg);
}
.theme-grey .card .card__content::before {
  background-color: var(--fg);
}
.high-contrast .card .card__content::before {
  background-color: var(--fg);
}
.card .card__content .card__title,
.card .card__content .card__text {
  position: relative;
  z-index: 1;
}
.theme-green .card .hit-target:hover ~ .card__content {
  background-color: var(--bg);
}
.theme-blue .card .hit-target:hover ~ .card__content {
  background-color: var(--bg);
}
.theme-indigo .card .hit-target:hover ~ .card__content {
  background-color: var(--bg);
}
.theme-pink .card .hit-target:hover ~ .card__content {
  background-color: var(--bg);
}
.theme-red .card .hit-target:hover ~ .card__content {
  background-color: var(--bg);
}
.theme-orange .card .hit-target:hover ~ .card__content {
  background-color: var(--bg);
}
.theme-grey .card .hit-target:hover ~ .card__content {
  background-color: var(--bg);
}
.high-contrast .card .hit-target:hover ~ .card__content {
  background-color: var(--bg);
}
.card .hit-target:hover ~ .card__content::before {
  width: 100%;
}
.card .card__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}
.card .card__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 1.15em;
  letter-spacing: normal;
  line-height: 1.2;
  min-height: auto;
  text-transform: none;
}

.card.has-text,
.card-carousel__content {
  font-size: 1em;
}

.card.has-text > .card__content > h3.card__title,
.card-carousel__content > .title-card > .title-card__title-block {
  margin-bottom: 0.75em;
}

.card.has-text > .card__content > h3.card__text,
.card-carousel__content > .title-card > .title-card__content-block {
  margin-top: 0.75em;
}

.card-carousel.view-events .card-carousel__wrapper .title-card h3.title-card__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}

.card-carousel.view-events .card-carousel__wrapper .title-card p.title-card__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}

.card-carousel.view-events .card-carousel__wrapper .title-card h1.title-card__title {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 1.15em;
  letter-spacing: normal;
  line-height: 1.2;
  min-height: auto;
  text-transform: none;
}

.card-carousel.view-events .card-carousel__wrapper .title-card p.title-card__title {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 1.15em;
  letter-spacing: normal;
  line-height: 1.2;
  min-height: auto;
  text-transform: none;
}

.card-carousel.view-events .card-carousel__wrapper .title-card h2.title-card__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}

.card-carousel.view-events .card-carousel__wrapper .title-card p.title-card__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}

.card-carousel.view-events .card-carousel__wrapper .title-card p.title-card__details {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}

/* truncate card title & teaser
 * note: display and orient are inline (node-collection-blog--teaser.html.twig)
 * due to gulp task stripping from compiled file
 */
@media (min-width: 529px) {
  .card h4.card__title {
    -webkit-line-clamp: 2;
    min-height: 53px;
    overflow: hidden;
  }
}

.card div.card__text {
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 529px) {
  .card div.card__text {
    min-height: 65px;
  }
}

.newslist__items {
  display: grid;
  grid-template-columns: 100%;
  gap: var(--spacer-unit-mid);
}

.layout__options-icons {
  align-items: center;
  display: flex;
  flex: 0 0 100px;
  justify-content: space-between;
  margin-left: 10px;
}

.layout__option-icon {
  cursor: pointer;
  height: 46px;
  opacity: 0.75;
  width: 46px;
}
.layout__option-icon.is-active {
  opacity: 1;
}

.layout__option-icon--grid {
  background-image: url("../images/icon-grid.svg");
}
.high-contrast .layout__option-icon--grid {
  filter: invert(1);
}

.layout__option-icon--list {
  background-image: url("../images/icon-list.svg");
}
.high-contrast .layout__option-icon--list {
  filter: invert(1);
}

.grid-view {
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .grid-view {
    display: flex;
    flex-wrap: wrap;
  }
}

.grid-view .landing-grid__item {
  margin: 0 auto 40px;
  width: 70%;
}
@media (min-width: 800px) {
  .grid-view .landing-grid__item {
    margin: 0 0 40px;
    width: 48%;
  }
}
@media (min-width: 1180px) {
  .grid-view .landing-grid__item {
    width: 30%;
  }
}

.landing-grid .landing-grid__item:nth-child(3n+1) {
  padding-right: 5px;
}
@media (min-width: 800px) {
  .landing-grid .landing-grid__item:nth-child(3n+1) {
    padding-right: 8px;
  }
}
@media (min-width: 1180px) {
  .landing-grid .landing-grid__item:nth-child(3n+1) {
    padding-right: 10px;
  }
}

.landing-grid .landing-grid__item:nth-child(3n+2) {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media (min-width: 800px) {
  .landing-grid .landing-grid__item:nth-child(3n+2) {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width: 1180px) {
  .landing-grid .landing-grid__item:nth-child(3n+2) {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.landing-grid .landing-grid__item:nth-child(3n+3) {
  padding-left: 5px;
}
@media (min-width: 800px) {
  .landing-grid .landing-grid__item:nth-child(3n+3) {
    padding-left: 8px;
  }
}
@media (min-width: 1180px) {
  .landing-grid .landing-grid__item:nth-child(3n+3) {
    padding-right: 10px;
  }
}

.grid-view .collection-piece__content {
  background-color: rgba(202, 52, 42, 0.9);
  padding: 10px 6px 6px;
}
.high-contrast .grid-view .collection-piece__content {
  background-color: #fff;
}

.grid-view .collection-piece__image-empty-fit {
  position: relative;
}
.grid-view .collection-piece__image-empty-fit::before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}

.grid-view .collection-piece__image-empty {
  inset: 0;
  max-height: 375px;
  max-width: 375px;
  position: absolute;
}
.theme-green .grid-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-blue .grid-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-indigo .grid-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-pink .grid-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-red .grid-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-orange .grid-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-grey .grid-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.high-contrast .grid-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}

.grid-view .collection-piece__image-message {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: auto;
  left: 0;
  line-height: 1;
  padding: 0 40px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.list-view {
  margin-bottom: 60px;
}

.list-view .landing-grid__item {
  margin-bottom: 20px;
}

.list-view .collection-piece .collection-piece__link {
  display: flex;
}

.list-view .collection-piece__image {
  margin-right: 20px;
  max-width: 90px;
}

.collection-piece__link:hover .collection-piece__pre-title,
.collection-piece__link:hover .collection-piece__title, .collection-piece__link:focus-visible .collection-piece__pre-title,
.collection-piece__link:focus-visible .collection-piece__title {
  text-decoration: underline;
}

.list-view .collection-piece__content {
  align-items: flex-start;
  align-self: center;
  background-color: rgba(202, 52, 42, 0.9);
  display: flex;
  flex: 1 1 70%;
  flex-direction: column;
  padding: 10px 6px 6px;
}
.high-contrast .list-view .collection-piece__content {
  background-color: #fff;
}

.list-view .collection-piece .collection-piece__title {
  text-align: left;
}

.list-view .collection-piece__image-empty {
  height: 90px;
  padding: 5px;
  position: relative;
  width: 90px;
}
.theme-green .list-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-blue .list-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-indigo .list-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-pink .list-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-red .list-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-orange .list-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.theme-grey .list-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}
.high-contrast .list-view .collection-piece__image-empty {
  background-color: var(--accent);
  color: var(--fg);
}

.list-view .collection-piece__image-message {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 9px;
  font-weight: 600;
  height: auto;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.landing-grid__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 20px;
}

.landing-grid .view-empty {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}

.landing-grid .node--card {
  height: 100%;
}

.theme-collection-blog.node-type-page .block-id--isgm17_content .richtext {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .theme-collection-blog.node-type-page .block-id--isgm17_content .richtext {
    width: 580px;
  }
}

.theme-collection-blog.node-type-page .block-id--isgm17_content .richtext h2 {
  margin-bottom: 23px;
}
@media (min-width: 530px) {
  .theme-collection-blog.node-type-page .block-id--isgm17_content .richtext h2 {
    margin-bottom: 19px;
  }
}

.theme-collection-blog.node-type-page .block-id--isgm17_content .article {
  margin-bottom: 79px;
}
@media (min-width: 800px) {
  .theme-collection-blog.node-type-page .block-id--isgm17_content .article {
    margin-bottom: 114px;
  }
}

.featured {
  position: relative;
}
.featured::after {
  clear: both;
  content: "";
  display: table;
}
.featured .title-card {
  padding-bottom: 12px;
}
.featured .title-card .title-card__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}
.featured .title-card .title-card__title {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 1.15em;
  letter-spacing: normal;
  line-height: 1.2;
  min-height: auto;
  text-transform: none;
}
.featured .title-card .title-card__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}
.featured .title-card .title-card__text p {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}
.featured .title-card .title-card__title-block,
.featured .title-card .title-card__content-block {
  margin-top: 8px;
  margin-bottom: 8px;
}
.featured .title-card .title-card__title-block:first-child,
.featured .title-card .title-card__content-block:first-child {
  margin-top: 0;
}
.featured .title-card .title-card__title-block:last-child,
.featured .title-card .title-card__content-block:last-child {
  margin-bottom: 0;
}

.option-bar {
  position: relative;
  height: 56px;
  padding: 20px 16px;
  width: 100%;
}
.theme-green .option-bar {
  color: #fff;
}
.theme-blue .option-bar {
  color: #fff;
}
.theme-indigo .option-bar {
  color: #fff;
}
.theme-pink .option-bar {
  color: #fff;
}
.theme-red .option-bar {
  color: #fff;
}
.theme-orange .option-bar {
  color: #fff;
}
.theme-grey .option-bar {
  color: #fff;
}
.high-contrast .option-bar {
  color: #fff;
}
.high-contrast .option-bar {
  background-color: #000;
}
.option-bar .option-bar__wrapper {
  display: flex;
  line-height: 30.4px;
}
.option-bar .option-bar__title {
  flex: 1 1 auto;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.option-bar .option-bar__index {
  bottom: 20px;
  display: none;
  left: 16px;
  position: absolute;
}
.option-bar .option-bar__links {
  flex: 0 0 auto;
  font-size: 0;
  margin-bottom: -5.6px;
  margin-top: -5.6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.option-bar .option-bar__links .link {
  margin: 0;
}
.option-bar .option-bar__links .link .link__span {
  text-decoration: none;
}
.option-bar .option-bar__links .icon-visual-desc.link {
  margin-top: -4px;
}
.option-bar .option-bar__text {
  display: inline-block;
  margin: -5.6px 0 -5.6px 8px;
  vertical-align: middle;
}
.option-bar .scroll-down-button {
  bottom: 16px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.option-bar .share {
  display: inline;
  margin: 0;
}
@media (max-width: 529px) {
  .option-bar {
    height: 88px;
  }
  .option-bar .option-bar__wrapper {
    display: block;
  }
  .option-bar .option-bar__title {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
    top: 32px;
  }
  .option-bar .scroll-down-button,
  .option-bar .link__span,
  .option-bar .option-bar__text {
    display: none;
  }
  .option-bar .option-bar__links {
    position: absolute;
    right: 10px;
    top: 22px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .option-bar {
    height: 88px;
  }
  .option-bar .option-bar__wrapper {
    display: block;
  }
  .option-bar .option-bar__title {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
    top: 32px;
  }
  .option-bar .scroll-down-button,
  .option-bar .link__span,
  .option-bar .option-bar__text {
    display: none;
  }
  .option-bar .option-bar__links {
    position: absolute;
    right: 10px;
    top: 22px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .option-bar .link__span,
  .option-bar .option-bar__text {
    display: none;
  }
}
@media (min-width: 1200px) {
  .option-bar .option-bar__title {
    padding-left: 8px;
  }
  .option-bar .share {
    margin-left: 24px;
  }
}
@media (min-width: 1480px) {
  .option-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.option-bar .option-bar__title,
.option-bar .option-bar__text,
.option-bar .option-bar__index {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.option-bar .option-bar__title strong,
.option-bar .option-bar__title b,
.option-bar .option-bar__text strong,
.option-bar .option-bar__text b,
.option-bar .option-bar__index strong,
.option-bar .option-bar__index b {
  font-weight: normal;
}
.option-bar .option-bar__links .link {
  text-shadow: none;
  transition: background-color 0.35s ease-out, color 0.35s ease-out, text-shadow 0.35s ease-out;
}
.theme-green .option-bar .option-bar__links .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-blue .option-bar .option-bar__links .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-indigo .option-bar .option-bar__links .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-pink .option-bar .option-bar__links .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-red .option-bar .option-bar__links .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-orange .option-bar .option-bar__links .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-grey .option-bar .option-bar__links .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.high-contrast .option-bar .option-bar__links .link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
@media (max-width: 529px) {
  .option-bar.option-bar--minimal {
    height: 56px;
  }
  .option-bar.option-bar--minimal .option-bar__title {
    display: none;
  }
  .option-bar.option-bar--minimal .option-bar__index {
    display: block;
  }
}

.option-bar-blend-layer {
  height: 56px;
  margin-bottom: -56px;
  width: 100%;
}
.theme-green .option-bar-blend-layer {
  background-color: var(--frame);
}
.theme-blue .option-bar-blend-layer {
  background-color: var(--frame);
}
.theme-indigo .option-bar-blend-layer {
  background-color: var(--frame);
}
.theme-pink .option-bar-blend-layer {
  background-color: var(--frame);
}
.theme-red .option-bar-blend-layer {
  background-color: var(--frame);
}
.theme-orange .option-bar-blend-layer {
  background-color: var(--frame);
}
.theme-grey .option-bar-blend-layer {
  background-color: var(--frame);
}
.high-contrast .option-bar-blend-layer {
  background-color: var(--neutrals-grey-lightest);
}
.option-bar-blend-layer.option-bar-blend-layer--one {
  mix-blend-mode: hard-light;
  opacity: 1;
}
.option-bar-blend-layer.option-bar-blend-layer--two {
  opacity: 0.4;
}
.option-bar-blend-layer.option-bar-blend-layer--three {
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media (max-width: 529px) {
  .option-bar-blend-layer {
    height: 88px;
    margin-bottom: -88px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .option-bar-blend-layer {
    height: 88px;
    margin-bottom: -88px;
  }
}
@media (max-width: 529px) {
  .option-bar-blend-layer.option-bar-blend-layer--minimal {
    height: 56px;
    margin-bottom: -56px;
  }
}

.basic-block {
  position: relative;
}
.basic-block .basic-block__links .link {
  margin: 0;
  padding: 0;
}
.basic-block .basic-block__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.basic-block .basic-block__title:first-child {
  margin-top: 0;
}
.basic-block .basic-block__title:last-child {
  margin-bottom: 0;
}
.basic-block .basic-block__title strong,
.basic-block .basic-block__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .basic-block .basic-block__title {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    min-height: 16px;
  }
}
@media (min-width: 1200px) {
  .basic-block .basic-block__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 20px;
  }
}
.basic-block .basic-block__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.basic-block .basic-block__text:first-child {
  margin-top: 0;
}
.basic-block .basic-block__text:last-child {
  margin-bottom: 0;
}
.basic-block .basic-block__text strong,
.basic-block .basic-block__text b {
  font-weight: bold;
}
.basic-block .basic-block__text em,
.basic-block .basic-block__text i {
  font-style: italic;
}

.region-search .views-element-container > h2,
.region-search .form-field--search_api_autocomplete label,
.region-search .button--input-submit .button__span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body.search-overlay__open {
  box-shadow: 0 0 50vh 100vh var(--brand-indigo-accent);
  height: 100vh;
  overflow: hidden;
}

body.search-overlay__open .body-wrapper {
  height: 100vh;
  overflow: hidden;
}

body.search-overlay__open.toolbar-horizontal .body-wrapper {
  height: calc(100vh - 79px);
  min-height: calc(100vh - 79px);
}

body.search-overlay__open.toolbar-vertical .body-wrapper {
  height: calc(100vh - 39px);
  min-height: calc(100vh - 39px);
}

.header__search {
  margin-top: 5%;
}

body.search-overlay__open.fixed-mobile-menu[class*=theme-] .menu__menu-bar {
  background: #fff;
  color: #000;
}
@media (min-width: 1200px) {
  body.search-overlay__open.fixed-mobile-menu[class*=theme-] .menu__menu-bar {
    color: #000;
  }
}

.region-search {
  background-color: #fff;
  opacity: 0;
  overflow: auto;
  position: absolute;
  top: 139px;
  transition: opacity 0.25s, height 0.25s;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
}
.region-search::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--accent);
}
.region-search > * {
  opacity: 1;
  transition: opacity 0.35s 0.15s ease-out;
}
.logged-in .region-search {
  top: 172px;
}
.region-search .search-back-button {
  color: #000;
  display: block;
  margin: 1.5em 0 0 0.5em;
}
@media (min-width: 1200px) {
  .region-search .search-back-button {
    display: none;
  }
}

.logged-in *:not(.body-wrapper) > .region-search {
  top: 110px;
}
@media (min-width: 1200px) {
  .logged-in *:not(.body-wrapper) > .region-search {
    top: 187px;
  }
}

.search-overlay__open .region-search {
  opacity: 1;
  transition: opacity 0.25s, height 0.25s, z-index 3s 0.5s;
  z-index: 999;
}
.search-overlay__open .region-search * {
  opacity: 1;
  transition: opacity 0.35s 0.15s;
}

.menu__list .form-field__button--search-submit:focus,
.region-search button:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
}

.search-overlay__open .icon-close[type=submit] {
  border-color: transparent;
}
.search-overlay__open .icon-close[type=submit]::before {
  color: #000;
}
.search-overlay__open .icon-close[type=submit]:hover::before {
  color: var(--brand-indigo-accent);
}

.search-overlay__open .region-search .form-field button[type=submit] {
  border-color: transparent;
  top: 36%;
}

.region-search .icon-search::before {
  color: var(--neutrals-grey-light);
  font-size: 35px;
}

.region-search .popular-search-menu__title {
  color: #000;
  text-align: center;
}

.region-search[aria-hidden=true] {
  visibility: hidden;
}

.region-search .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  background: none;
  border: 0;
  border-bottom: 1px solid #000;
  border-color: #000;
  color: var(--brand-indigo-accent);
  font-family: "DTL Elzevir Webfont";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  height: auto;
  padding-bottom: 28px;
  padding-left: 0;
  text-indent: 20px;
}
@media (min-width: 800px) {
  .region-search .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    font-size: 70px;
  }
}
.region-search .form-field input:not([type=radio]):not([type=checkbox]):not([type=file])::placeholder {
  color: var(--brand-indigo-accent);
}

.region-search .form--inline {
  position: relative;
}

.region-search .button--input-submit {
  border: none;
  bottom: 25%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.region-search .button--input-submit::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea22";
}
@media (min-width: 800px) {
  .region-search .button--input-submit {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.region-search .button--input-submit::before {
  color: #000;
  font-size: 45px;
  margin: 0;
}
.region-search .button--input-submit::after {
  display: none;
}

.region-search .view-content {
  margin-top: 85px;
}

.region-search .view-empty {
  color: #000;
  font-size: 30px;
  padding: 60px 0;
}

.region-search .button.button--icon-only {
  border-color: #000;
  color: #000;
  margin-left: 15px;
}

.region-search .button.button--icon-only.is-active {
  background-color: #000;
  color: #fff;
}

.popular-search-menu {
  margin-top: 75px;
}

.menu .menu__overlay .form-field__button--search-submit {
  width: auto;
}

.menu .menu__overlay .form-field__button--search-submit .button__span {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.menu .menu__overlay .form-field__button--search-submit .button__span::before {
  display: none;
}

.toast {
  position: relative;
  padding: 16px;
  z-index: 10;
}
@media (max-width: 529px) {
  .toast {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .toast {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .toast {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .toast {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .toast {
    margin-bottom: 40px;
  }
}
.theme-green .toast {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-blue .toast {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-indigo .toast {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-pink .toast {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-red .toast {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-orange .toast {
  background-color: var(--fg);
  color: var(--bg);
}
.theme-grey .toast {
  background-color: var(--fg);
  color: var(--bg);
}
.high-contrast .toast {
  background-color: var(--fg);
  color: var(--bg);
}
.toast .toast__text {
  display: block;
  line-height: 32px;
}
.toast .toast__text[class*=icon-] {
  padding-left: 30px;
}
.toast .toast__text::before {
  margin: 0 0 -10px -30px;
  vertical-align: text-top;
}
.toast .toast__text > a {
  display: inline;
}
.toast .toast__text {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.toast .toast__text strong,
.toast .toast__text b {
  font-weight: normal;
}
.toast .toast__text > a {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip: ink;
  transition: color 0.35s ease-out;
  text-decoration: underline;
}
.toast .toast__text > a:hover {
  text-decoration: none;
}
.toast .toast__subtext {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.toast .toast__subtext strong,
.toast .toast__subtext b {
  font-weight: bold;
}
.toast .toast__subtext em,
.toast .toast__subtext i {
  font-style: italic;
}
.toast.toast--large {
  padding: 16px 48px;
  text-align: center;
}
.theme-green .toast.toast--large {
  background-color: var(--frame);
  color: #fff;
}
.theme-blue .toast.toast--large {
  background-color: var(--frame);
  color: #fff;
}
.theme-indigo .toast.toast--large {
  background-color: var(--frame);
  color: #fff;
}
.theme-pink .toast.toast--large {
  background-color: var(--frame);
  color: #fff;
}
.theme-red .toast.toast--large {
  background-color: var(--frame);
  color: #fff;
}
.theme-orange .toast.toast--large {
  background-color: var(--frame);
  color: #fff;
}
.theme-grey .toast.toast--large {
  background-color: var(--frame);
  color: #fff;
}
.high-contrast .toast.toast--large {
  color: #fff;
}
.high-contrast .toast.toast--large {
  background: var(--neutrals-grey-lightest);
  color: #000;
}
@media (max-width: 529px) {
  .toast.toast--large {
    margin: 0;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .toast.toast--large {
    margin: 0;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .toast.toast--large {
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .toast.toast--large {
    margin: 0;
  }
}
@media (min-width: 1480px) {
  .toast.toast--large {
    margin: 0;
  }
}
.toast.toast--large .toast__text::before {
  vertical-align: top;
}
.toast.toast--large .toast__subtext {
  margin-top: 4px;
}
.toast.toast--large .toast__text {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.toast.toast--large .toast__text strong,
.toast.toast--large .toast__text b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .toast.toast--large .toast__text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    min-height: 16px;
  }
}
@media (min-width: 1200px) {
  .toast.toast--large .toast__text {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 20px;
  }
}
.toast.toast--dismissable.is-hidden {
  display: none;
}
.toast.toast--dismissable .toast__close {
  font-size: 0;
  height: 32px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
}
.toast.toast--dismissable .toast__close::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea0e";
}
@media (min-width: 530px) {
  .toast.toast--dismissable {
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s ease-out;
  }
  .toast.toast--dismissable.is-hidden {
    opacity: 0;
    transform: translate3d(0, 150%, 0);
  }
}

.introduction {
  position: relative;
  text-align: center;
}
@media (max-width: 529px) {
  .introduction {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .introduction {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .introduction {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .introduction {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .introduction {
    margin-bottom: 56px;
  }
}
.introduction .introduction__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 19.2px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  min-height: 24px;
}
.introduction .introduction__text:first-child {
  margin-top: 0;
}
.introduction .introduction__text:last-child {
  margin-bottom: 0;
}
.introduction .introduction__text strong,
.introduction .introduction__text b {
  font-weight: bold;
}
.introduction .introduction__text em,
.introduction .introduction__text i {
  font-style: italic;
}
@media (min-width: 530px) and (max-width: 799px) {
  .introduction .introduction__text {
    font-size: 24px;
    line-height: 28px;
    min-height: 32px;
    padding-bottom: 4px;
    padding-top: 4px;
  }
}
@media (min-width: 1200px) {
  .introduction .introduction__text {
    font-size: 28px;
    line-height: 32px;
    min-height: 32px;
  }
}
.introduction .introduction__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.introduction .introduction__caption:first-child {
  margin-top: 0;
}
.introduction .introduction__caption:last-child {
  margin-bottom: 0;
}
.introduction .introduction__caption strong,
.introduction .introduction__caption b {
  font-weight: normal;
}
@media (max-width: 529px) {
  .introduction .wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .introduction .wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .introduction .wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .introduction .wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .introduction .wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}

.tweet {
  position: relative;
}
@media (max-width: 529px) {
  .tweet {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .tweet {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .tweet {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .tweet {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .tweet {
    margin-bottom: 56px;
  }
}
.tweet .tweet__container {
  border: 2px solid transparent;
  position: relative;
}
.tweet .tweet__container::after {
  clear: both;
  content: "";
  display: table;
}
.theme-green .tweet .tweet__container {
  border-color: var(--frame);
}
.theme-blue .tweet .tweet__container {
  border-color: var(--frame);
}
.theme-indigo .tweet .tweet__container {
  border-color: var(--frame);
}
.theme-pink .tweet .tweet__container {
  border-color: var(--frame);
}
.theme-red .tweet .tweet__container {
  border-color: var(--frame);
}
.theme-orange .tweet .tweet__container {
  border-color: var(--frame);
}
.theme-grey .tweet .tweet__container {
  border-color: var(--frame);
}
.high-contrast .tweet .tweet__container {
  border-color: #fff;
}
.tweet .tweet__content-wrapper {
  float: right;
  padding: 8px;
  width: 73%;
}
.tweet .tweet__date {
  padding-left: 0.6em;
}
.tweet .tweet__profile-picture {
  float: left;
  height: 100%;
  padding: 8px;
  position: relative;
  width: 24%;
}
.tweet .picture {
  height: 100%;
  position: relative;
  width: 100%;
}
.tweet .picture .picture__img {
  display: block;
  height: auto;
  width: 100%;
}
.tweet .tweet__icon-wrapper {
  border-radius: 100%;
  bottom: 8px;
  height: 20px;
  padding: 2.4px;
  position: absolute;
  right: 8px;
  transform: translate(30%, 30%);
  width: 20px;
}
.theme-green .tweet .tweet__icon-wrapper {
  background-color: var(--fg);
  color: var(--accent);
}
.theme-blue .tweet .tweet__icon-wrapper {
  background-color: var(--fg);
  color: var(--accent);
}
.theme-indigo .tweet .tweet__icon-wrapper {
  background-color: var(--fg);
  color: var(--accent);
}
.theme-pink .tweet .tweet__icon-wrapper {
  background-color: var(--fg);
  color: var(--accent);
}
.theme-red .tweet .tweet__icon-wrapper {
  background-color: var(--fg);
  color: var(--accent);
}
.theme-orange .tweet .tweet__icon-wrapper {
  background-color: var(--fg);
  color: var(--accent);
}
.theme-grey .tweet .tweet__icon-wrapper {
  background-color: var(--fg);
  color: var(--accent);
}
.high-contrast .tweet .tweet__icon-wrapper {
  background-color: var(--fg);
  color: var(--accent);
}
@media (min-width: 530px) {
  .tweet .tweet__content-wrapper {
    padding: 16px;
    padding-left: 0;
  }
  .tweet .tweet__profile-picture {
    padding: 16px;
  }
  .tweet .tweet__icon-wrapper {
    bottom: 16px;
    height: 28px;
    padding: 4px;
    right: 16px;
    width: 28px;
  }
  .tweet .tweet__icon-wrapper::before {
    font-size: 20px;
  }
  .tweet .tweet-icon__container {
    bottom: 16px;
    right: 16px;
  }
}
@media (min-width: 1200px) {
  .tweet .tweet__content-wrapper {
    padding: 24px;
    padding-left: 0;
  }
  .tweet .tweet__profile-picture {
    padding: 24px;
  }
  .tweet .tweet__icon-wrapper {
    bottom: 24px;
    height: 40px;
    padding: 8px 5.6px;
    right: 24px;
    width: 40px;
  }
  .tweet .tweet__icon-wrapper::before {
    font-size: 28px;
  }
}
@media (max-width: 529px) {
  .tweet .tweet__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .tweet .tweet__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .tweet .tweet__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .tweet .tweet__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .tweet .tweet__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.tweet .tweet__message {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.5px;
  min-height: 20px;
}
@media (min-width: 800px) {
  .tweet .tweet__message {
    font-size: 25.6px;
    letter-spacing: 1px;
    line-height: 25.6px;
    min-height: 25.6px;
  }
}
.tweet .tweet__info {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.tweet .tweet__info:first-child {
  margin-top: 0;
}
.tweet .tweet__info:last-child {
  margin-bottom: 0;
}
.tweet .tweet__info strong,
.tweet .tweet__info b {
  font-weight: normal;
}

.audio-commentary {
  position: relative;
}
@media (max-width: 529px) {
  .audio-commentary {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .audio-commentary {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .audio-commentary {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .audio-commentary {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .audio-commentary {
    margin-bottom: 56px;
  }
}
.audio-commentary .audio-commentary__audio {
  display: none;
}
.audio-commentary .audio-commentary__audio-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.audio-commentary .audio-commentary__play-button {
  border: 3px solid #fff;
  border-radius: 50%;
  float: none;
  height: 68px;
  margin: 0 auto;
  position: relative;
  width: 68px;
}
.audio-commentary .audio-commentary__play-button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea1c";
  font-size: 70px;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.audio-commentary.is-playing .audio-commentary__play-button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea19";
  font-size: 60px;
  left: 53%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 529px) {
  .audio-commentary .audio-commentary__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .audio-commentary .audio-commentary__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .audio-commentary .audio-commentary__wrapper {
    width: 50%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .audio-commentary .audio-commentary__wrapper {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (min-width: 1480px) {
  .audio-commentary .audio-commentary__wrapper {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 25%;
    margin-right: 25%;
  }
}

@media (min-width: 800px) {
  .story {
    height: 100vh;
    padding-top: 0;
    position: absolute;
    top: -10px;
    width: 100%;
  }
}

.video-embed {
  position: relative;
}
@media (max-width: 529px) {
  .video-embed {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .video-embed {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .video-embed {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .video-embed {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .video-embed {
    margin-bottom: 56px;
  }
}
.video-embed .video-embed__caption,
.video-embed .video-embed__subcaption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
  text-transform: none;
}
.video-embed .video-embed__caption strong,
.video-embed .video-embed__caption b,
.video-embed .video-embed__subcaption strong,
.video-embed .video-embed__subcaption b {
  font-weight: normal;
}
.video-embed .video-embed__caption strong,
.video-embed .video-embed__caption b,
.video-embed .video-embed__subcaption strong,
.video-embed .video-embed__subcaption b {
  font-weight: bold;
}
.video-embed .video-embed__caption em,
.video-embed .video-embed__caption i,
.video-embed .video-embed__subcaption em,
.video-embed .video-embed__subcaption i {
  font-style: oblique;
}
@media (max-width: 319px) {
  .video-embed .video-embed__caption,
  .video-embed .video-embed__subcaption {
    width: 100%;
  }
}
.video-embed .video-embed__subcaption {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  font-style: italic;
}

@media (max-width: 529px) {
  .video-embed .video-embed__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .video-embed .video-embed__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .video-embed .video-embed__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .video-embed .video-embed__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .video-embed .video-embed__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}

.video-embed__wrapper > .video-embed__caption {
  padding: 0;
  margin: 10px 0 0 0;
}

.menu {
  position: relative;
  height: 0;
}
.menu .button {
  border-color: transparent;
}
.menu .button.icon-search::before {
  height: 18px;
  line-height: 22px;
}
.menu .button.icon-search .button__span {
  font-size: 17px;
  font-weight: 450;
  line-height: 21px;
}
.menu .payoff {
  overflow: hidden;
}
.menu .menu__menu-bar {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .menu .menu__menu-bar {
    padding: 0 !important;
    width: 90% !important;
  }
}
.fixed-mobile-menu .menu .menu__menu-bar {
  position: fixed;
  width: calc(100% - 20px);
  z-index: 999;
}
@media (max-width: 1199px) {
  .fixed-mobile-menu .menu .menu__menu-bar {
    background: #fff;
    color: #000;
  }
}
@media (min-width: 1200px) {
  .fixed-mobile-menu .menu .menu__menu-bar {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .is-first-floor .menu .menu__menu-bar, .is-second-floor .menu .menu__menu-bar, .is-third-floor .menu .menu__menu-bar {
    color: #fff !important;
  }
}
body.fixed-mobile-menu[class*=theme-] .menu .menu__menu-bar.has-background {
  color: #000;
}
@media (min-width: 1200px) {
  body.fixed-mobile-menu[class*=theme-] .menu .menu__menu-bar.has-background {
    color: inherit;
  }
}
.theme-green .menu .menu__menu-bar.has-background {
  color: #fff;
}
.theme-green .menu .menu__menu-bar.has-background .form-field--search .button::before {
  color: #fff;
}
.theme-green .menu .menu__menu-bar.has-background .menu__list-item__anchor.is-active {
  border-bottom-color: #fff;
}
.theme-blue .menu .menu__menu-bar.has-background {
  color: #fff;
}
.theme-blue .menu .menu__menu-bar.has-background .form-field--search .button::before {
  color: #fff;
}
.theme-blue .menu .menu__menu-bar.has-background .menu__list-item__anchor.is-active {
  border-bottom-color: #fff;
}
.theme-indigo .menu .menu__menu-bar.has-background {
  color: #fff;
}
.theme-indigo .menu .menu__menu-bar.has-background .form-field--search .button::before {
  color: #fff;
}
.theme-indigo .menu .menu__menu-bar.has-background .menu__list-item__anchor.is-active {
  border-bottom-color: #fff;
}
.theme-pink .menu .menu__menu-bar.has-background {
  color: #fff;
}
.theme-pink .menu .menu__menu-bar.has-background .form-field--search .button::before {
  color: #fff;
}
.theme-pink .menu .menu__menu-bar.has-background .menu__list-item__anchor.is-active {
  border-bottom-color: #fff;
}
.theme-red .menu .menu__menu-bar.has-background {
  color: #fff;
}
.theme-red .menu .menu__menu-bar.has-background .form-field--search .button::before {
  color: #fff;
}
.theme-red .menu .menu__menu-bar.has-background .menu__list-item__anchor.is-active {
  border-bottom-color: #fff;
}
.theme-orange .menu .menu__menu-bar.has-background {
  color: #fff;
}
.theme-orange .menu .menu__menu-bar.has-background .form-field--search .button::before {
  color: #fff;
}
.theme-orange .menu .menu__menu-bar.has-background .menu__list-item__anchor.is-active {
  border-bottom-color: #fff;
}
.theme-grey .menu .menu__menu-bar.has-background {
  color: #fff;
}
.theme-grey .menu .menu__menu-bar.has-background .form-field--search .button::before {
  color: #fff;
}
.theme-grey .menu .menu__menu-bar.has-background .menu__list-item__anchor.is-active {
  border-bottom-color: #fff;
}
.high-contrast .menu .menu__menu-bar.has-background {
  color: #fff;
}
.high-contrast .menu .menu__menu-bar.has-background .form-field--search .button::before {
  color: #fff;
}
.high-contrast .menu .menu__menu-bar.has-background .menu__list-item__anchor.is-active {
  border-bottom-color: #fff;
}
.high-contrast .menu .menu__menu-bar.has-background {
  color: #000;
}
.high-contrast .menu .menu__menu-bar.has-background .form-field--search .button::before {
  color: #000;
}
.high-contrast .menu .menu__menu-bar.has-background .menu__list-item__anchor.is-active {
  border-bottom-color: #000;
}
.menu .menu__list {
  display: block;
  flex: 1 1 50%;
  z-index: 5;
}
.menu .menu__list--right {
  text-align: right;
}
.menu .menu__logo {
  flex: 0 0 123px;
  z-index: 6000;
}
.menu .menu__logo::after {
  clear: both;
  content: "";
  display: table;
}
.menu input[type=search] {
  padding-right: 32px !important;
}
@media (max-width: 529px) {
  .menu .button--button-menu-open,
  .menu .button--button-menu-close {
    margin: 8px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu .button--button-menu-open.icon-after-menu,
  .menu .button--button-menu-close.icon-after-menu {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: auto;
    padding: 0;
    margin-top: 7px;
    margin-left: 14px;
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active {
    cursor: pointer;
    margin-top: -2px;
    transform: translateY(-2px);
  }
  .menu .button--button-menu-open.icon-after-menu::after,
  .menu .button--button-menu-close.icon-after-menu::after {
    content: unset !important;
  }
  .menu .button--button-menu-open.icon-after-menu .bar,
  .menu .button--button-menu-close.icon-after-menu .bar {
    display: block;
    height: 3px;
    width: 24px;
    background: #000;
    margin: 5px auto;
  }
  .menu .button--button-menu-open.icon-after-menu .col,
  .menu .button--button-menu-close.icon-after-menu .col {
    display: inline-block;
    width: 24%;
    text-align: center;
    height: auto;
    position: relative;
  }
  .menu .button--button-menu-open.icon-after-menu .middle,
  .menu .button--button-menu-close.icon-after-menu .middle {
    margin: 0 auto;
  }
  .menu .button--button-menu-open.icon-after-menu .bar,
  .menu .button--button-menu-close.icon-after-menu .bar {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .bar,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .bar {
    margin: 12px auto;
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .top,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .top {
    transform: translateY(15px) rotateZ(45deg);
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .bottom,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .bottom {
    transform: translateY(-15px) rotateZ(-45deg);
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .middle,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .middle {
    width: 0;
  }
  .menu .button--button-menu-open.icon-after-menu::after,
  .menu .button--button-menu-close.icon-after-menu::after {
    vertical-align: top;
  }
  .menu .button--button-menu-open::after {
    position: relative;
    left: 4px;
    top: 1px;
    content: "";
    background: url("../images/icon-menu-open.svg") no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 23px;
    font-size: 0;
    line-height: 0;
  }
  .menu .button--button-menu-open .button__span,
  .menu .button--button-menu-close .button__span {
    display: none;
  }
  .menu .button--button-menu-close {
    position: relative;
    z-index: 10;
  }
  .menu .button--button-menu-close::after {
    vertical-align: top;
  }
  .menu .menu__menu-bar {
    align-items: flex-start;
  }
  .has-overlay .menu .menu__menu-bar {
    pointer-events: none;
    touch-action: none;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .menu .button--button-menu-open,
  .menu .button--button-menu-close {
    margin: 8px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu .button--button-menu-open.icon-after-menu,
  .menu .button--button-menu-close.icon-after-menu {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: auto;
    padding: 0;
    margin-top: 7px;
    margin-left: 14px;
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active {
    cursor: pointer;
    margin-top: -2px;
    transform: translateY(-2px);
  }
  .menu .button--button-menu-open.icon-after-menu::after,
  .menu .button--button-menu-close.icon-after-menu::after {
    content: unset !important;
  }
  .menu .button--button-menu-open.icon-after-menu .bar,
  .menu .button--button-menu-close.icon-after-menu .bar {
    display: block;
    height: 3px;
    width: 24px;
    background: #000;
    margin: 5px auto;
  }
  .menu .button--button-menu-open.icon-after-menu .col,
  .menu .button--button-menu-close.icon-after-menu .col {
    display: inline-block;
    width: 24%;
    text-align: center;
    height: auto;
    position: relative;
  }
  .menu .button--button-menu-open.icon-after-menu .middle,
  .menu .button--button-menu-close.icon-after-menu .middle {
    margin: 0 auto;
  }
  .menu .button--button-menu-open.icon-after-menu .bar,
  .menu .button--button-menu-close.icon-after-menu .bar {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .bar,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .bar {
    margin: 12px auto;
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .top,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .top {
    transform: translateY(15px) rotateZ(45deg);
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .bottom,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .bottom {
    transform: translateY(-15px) rotateZ(-45deg);
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .middle,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .middle {
    width: 0;
  }
  .menu .button--button-menu-open.icon-after-menu::after,
  .menu .button--button-menu-close.icon-after-menu::after {
    vertical-align: top;
  }
  .menu .button--button-menu-open::after {
    position: relative;
    left: 4px;
    top: 1px;
    content: "";
    background: url("../images/icon-menu-open.svg") no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 23px;
    font-size: 0;
    line-height: 0;
  }
  .menu .button--button-menu-open .button__span,
  .menu .button--button-menu-close .button__span {
    display: none;
  }
  .menu .button--button-menu-close {
    position: relative;
    z-index: 10;
  }
  .menu .button--button-menu-close::after {
    vertical-align: top;
  }
  .menu .menu__menu-bar {
    align-items: flex-start;
  }
  .has-overlay .menu .menu__menu-bar {
    pointer-events: none;
    touch-action: none;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .menu .button--button-menu-open,
  .menu .button--button-menu-close {
    margin: 8px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu .button--button-menu-open.icon-after-menu,
  .menu .button--button-menu-close.icon-after-menu {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: auto;
    padding: 0;
    margin-top: 7px;
    margin-left: 14px;
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active {
    cursor: pointer;
    margin-top: -2px;
    transform: translateY(-2px);
  }
  .menu .button--button-menu-open.icon-after-menu::after,
  .menu .button--button-menu-close.icon-after-menu::after {
    content: unset !important;
  }
  .menu .button--button-menu-open.icon-after-menu .bar,
  .menu .button--button-menu-close.icon-after-menu .bar {
    display: block;
    height: 3px;
    width: 24px;
    background: #000;
    margin: 5px auto;
  }
  .menu .button--button-menu-open.icon-after-menu .col,
  .menu .button--button-menu-close.icon-after-menu .col {
    display: inline-block;
    width: 24%;
    text-align: center;
    height: auto;
    position: relative;
  }
  .menu .button--button-menu-open.icon-after-menu .middle,
  .menu .button--button-menu-close.icon-after-menu .middle {
    margin: 0 auto;
  }
  .menu .button--button-menu-open.icon-after-menu .bar,
  .menu .button--button-menu-close.icon-after-menu .bar {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .bar,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .bar {
    margin: 12px auto;
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .top,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .top {
    transform: translateY(15px) rotateZ(45deg);
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .bottom,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .bottom {
    transform: translateY(-15px) rotateZ(-45deg);
  }
  .menu .button--button-menu-open.icon-after-menu.mobile-menu--active .middle,
  .menu .button--button-menu-close.icon-after-menu.mobile-menu--active .middle {
    width: 0;
  }
  .menu .button--button-menu-open.icon-after-menu::after,
  .menu .button--button-menu-close.icon-after-menu::after {
    vertical-align: top;
  }
  .menu .button--button-menu-open::after {
    position: relative;
    left: 4px;
    top: 1px;
    content: "";
    background: url("../images/icon-menu-open.svg") no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 23px;
    font-size: 0;
    line-height: 0;
  }
  .menu .button--button-menu-open .button__span,
  .menu .button--button-menu-close .button__span {
    display: none;
  }
  .menu .button--button-menu-close {
    position: relative;
    z-index: 10;
  }
  .menu .button--button-menu-close::after {
    vertical-align: top;
  }
  .menu .menu__menu-bar {
    align-items: flex-start;
  }
  .has-overlay .menu .menu__menu-bar {
    pointer-events: none;
    touch-action: none;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .menu .menu__logo {
    flex: 0 0 132px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .menu .menu__logo {
    flex: 0 0 132px;
  }
}
@media (min-width: 1200px) {
  .menu .button--button-menu-open {
    display: none;
  }
  .menu .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-color: transparent;
    min-width: 0;
  }
  .menu .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
    opacity: 0;
  }
  .menu .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
    opacity: 0;
  }
  .menu .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
    opacity: 0;
  }
  .menu .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
    opacity: 0;
  }
  .menu .menu__menu-bar {
    align-items: center;
  }
  .menu .menu__logo {
    flex: 0 0 192px;
  }
  .menu .menu__logo .logo {
    float: left;
  }
  .menu .menu__list--right {
    position: relative;
  }
  .menu .menu__list--right:not(.is-expanded) .menu__list-item--search input[type=search] {
    transform: translateY(-300%);
  }
  .menu .menu__list--right.is-expanded .menu__list-item:not(.menu__list-item--search) {
    opacity: 0;
    transition: opacity 0s 0s;
  }
  .menu .menu__list--right.is-expanded .menu__list-item--search {
    width: calc(100% - 32px);
  }
  .theme-green .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-color: currentColor;
  }
  .theme-green .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):hover {
    background-color: transparent;
  }
  .theme-blue .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-color: currentColor;
  }
  .theme-blue .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):hover {
    background-color: transparent;
  }
  .theme-indigo .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-color: currentColor;
  }
  .theme-indigo .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):hover {
    background-color: transparent;
  }
  .theme-pink .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-color: currentColor;
  }
  .theme-pink .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):hover {
    background-color: transparent;
  }
  .theme-red .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-color: currentColor;
  }
  .theme-red .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):hover {
    background-color: transparent;
  }
  .theme-orange .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-color: currentColor;
  }
  .theme-orange .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):hover {
    background-color: transparent;
  }
  .theme-grey .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-color: currentColor;
  }
  .theme-grey .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):hover {
    background-color: transparent;
  }
  .high-contrast .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-color: currentColor;
  }
  .high-contrast .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):hover {
    background-color: transparent;
  }
  .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.35s ease-out 0.35s;
  }
  .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.35s ease-out 0.35s;
  }
  .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.35s ease-out 0.35s;
  }
  .menu .menu__list--right.is-expanded .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
    opacity: 1;
    transition: opacity 0.35s ease-out 0.35s;
  }
  .menu .menu__list-item {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.2s ease-out 0.35s;
    vertical-align: middle;
  }
  .theme-green .menu .menu__list-item .menu__list-item__anchor.is-active {
    background-image: linear-gradient(var(--bg), var(--bg)) !important;
    background-position: 0 100% !important;
    background-size: 100% 2px !important;
  }
  .theme-blue .menu .menu__list-item .menu__list-item__anchor.is-active {
    background-image: linear-gradient(var(--bg), var(--bg)) !important;
    background-position: 0 100% !important;
    background-size: 100% 2px !important;
  }
  .theme-indigo .menu .menu__list-item .menu__list-item__anchor.is-active {
    background-image: linear-gradient(var(--bg), var(--bg)) !important;
    background-position: 0 100% !important;
    background-size: 100% 2px !important;
  }
  .theme-pink .menu .menu__list-item .menu__list-item__anchor.is-active {
    background-image: linear-gradient(var(--bg), var(--bg)) !important;
    background-position: 0 100% !important;
    background-size: 100% 2px !important;
  }
  .theme-red .menu .menu__list-item .menu__list-item__anchor.is-active {
    background-image: linear-gradient(var(--bg), var(--bg)) !important;
    background-position: 0 100% !important;
    background-size: 100% 2px !important;
  }
  .theme-orange .menu .menu__list-item .menu__list-item__anchor.is-active {
    background-image: linear-gradient(var(--bg), var(--bg)) !important;
    background-position: 0 100% !important;
    background-size: 100% 2px !important;
  }
  .theme-grey .menu .menu__list-item .menu__list-item__anchor.is-active {
    background-image: linear-gradient(var(--bg), var(--bg)) !important;
    background-position: 0 100% !important;
    background-size: 100% 2px !important;
  }
  .high-contrast .menu .menu__list-item .menu__list-item__anchor.is-active {
    background-image: linear-gradient(var(--bg), var(--bg)) !important;
    background-position: 0 100% !important;
    background-size: 100% 2px !important;
  }
  .menu .menu__list-item .menu__list-item__anchor.has-icon-after-contrast::after {
    content: unset;
  }
  .menu .menu__list-item .menu__list-item__anchor.has-icon-after-cart .button__span {
    text-transform: none;
  }
  .menu .menu__list-item--search {
    transition: all 0.35s ease-out;
    width: 38px;
  }
  .menu .menu__list-item--search input[type=search]:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1480px) {
  .menu .menu__menu-bar {
    padding: 0 32px;
  }
}
.menu .menu__menu-bar.has-background {
  color: #fff;
}
.menu .menu__mobile-menu {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.menu .menu__mobile-menu:first-child {
  margin-top: 0;
}
.menu .menu__mobile-menu:last-child {
  margin-bottom: 0;
}
.menu .menu__mobile-menu strong,
.menu .menu__mobile-menu b {
  font-weight: normal;
}
.menu .menu__list-item {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2px;
  min-height: 32px;
  text-transform: uppercase;
}
.menu .menu__list-item strong,
.menu .menu__list-item b {
  font-weight: 800;
}
@media (min-width: 530px) {
  .menu .menu__list-item {
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 2.5px;
    min-height: 16px;
  }
}
@media (min-width: 1200px) {
  .menu .menu__list-item {
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 10.4px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 1.15px;
    min-height: 16px;
  }
}
@media (min-width: 1480px) {
  .menu .menu__list-item {
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 1.15px;
    min-height: 16px;
  }
}
.menu .menu__overlay {
  height: calc(100% - 20px);
  left: 10px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  text-align: right;
  top: 10px;
  touch-action: none;
  transition: opacity 0.05s ease-out 1.3s, z-index 0s linear 1.3s;
  width: calc(100% - 20px);
  z-index: -1;
}
.menu .menu__overlay::before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.35s ease-out 0.35s;
  width: 100%;
}
.menu .menu__overlay .menu__overlay__content {
  position: relative;
  text-align: center;
  transition: height 0.35s ease-out, top 0.35s ease-out;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.menu .menu__overlay .menu__overlay__outer-constrainer {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  background-color: #fff;
  color: #000;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-out;
}
.menu .menu__overlay .menu__overlay__outer-constrainer::before {
  transition: opacity 0.25s ease-out;
}
.menu .menu__overlay .menu__overlay__outer-constrainer .logo,
.menu .menu__overlay .menu__overlay__outer-constrainer .logo__svg {
  width: 123px;
  height: 62px;
}
.menu .menu__overlay .menu__overlay__outer-constrainer .logo__svg {
  position: relative;
  top: 0;
  left: -1px;
}
.menu .menu__overlay:target, .menu .menu__overlay.is-target {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  transition: none;
  z-index: 100;
}
.menu .menu__overlay:target::before, .menu .menu__overlay.is-target::before {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
.menu .menu__overlay:target .menu__overlay__outer-constrainer, .menu .menu__overlay.is-target .menu__overlay__outer-constrainer {
  max-height: 100%;
  height: 100%;
  transition: height 0.25s ease-out;
  overflow-y: auto;
}
@media (min-width: 529px) {
  .menu .menu__overlay:target .menu__overlay__outer-constrainer, .menu .menu__overlay.is-target .menu__overlay__outer-constrainer {
    overflow-y: inherit;
  }
}
.menu .menu__overlay .button--button-menu-close {
  position: absolute;
  top: 4px;
  right: 17px;
}
.prevent-scrolling .no-touch .menu .menu__overlay .button--button-menu-close {
  right: 32px;
}
.theme-green .menu .menu__overlay .button--button-menu-close {
  color: #000;
}
.theme-blue .menu .menu__overlay .button--button-menu-close {
  color: #000;
}
.theme-indigo .menu .menu__overlay .button--button-menu-close {
  color: #000;
}
.theme-pink .menu .menu__overlay .button--button-menu-close {
  color: #000;
}
.theme-red .menu .menu__overlay .button--button-menu-close {
  color: #000;
}
.theme-orange .menu .menu__overlay .button--button-menu-close {
  color: #000;
}
.theme-grey .menu .menu__overlay .button--button-menu-close {
  color: #000;
}
.high-contrast .menu .menu__overlay .button--button-menu-close {
  color: #000;
}
.menu .menu__overlay .form-field.form-field--search {
  margin: auto;
  max-width: 300px;
}
.theme-green .menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-color: #000;
  color: #000;
}
.theme-blue .menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-color: #000;
  color: #000;
}
.theme-indigo .menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-color: #000;
  color: #000;
}
.theme-pink .menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-color: #000;
  color: #000;
}
.theme-red .menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-color: #000;
  color: #000;
}
.theme-orange .menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-color: #000;
  color: #000;
}
.theme-grey .menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-color: #000;
  color: #000;
}
.high-contrast .menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-color: #000;
  color: #000;
}
.menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: #000;
}
.menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: #000;
}
.menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: #000;
}
.menu .menu__overlay .form-field.form-field--search input:not([type=radio]):not([type=checkbox]):not([type=file])::input-placeholder {
  color: #000;
}
.menu .menu__overlay .form-field .button {
  color: #000;
}
.menu .menu__overlay .menu__overlay__content-header {
  width: 100%;
}
.menu .menu__overlay .menu__overlay__inner-constrainer {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: calc(100vh - 75px);
  min-height: 560px;
  padding: 60px 16px 12px;
}
@media (min-height: 551px) {
  .menu .menu__overlay .menu__overlay__inner-constrainer {
    padding-bottom: 20px;
  }
}
@media (min-width: 529px) {
  .menu .menu__overlay .menu__overlay__inner-constrainer {
    max-height: 720px;
  }
}
.menu .menu__overlay .menu__overlay__inner-constrainer > ul {
  width: 100%;
}
.menu .menu__overlay .menu__overlay__inner-constrainer .menu__overlay__list-item {
  margin-bottom: 10px;
}
.menu .menu__overlay .button--button-menu-close {
  transition: opacity 0.35s ease-out 0.35s;
  opacity: 0;
}
.has-overlay .menu .menu__overlay .button--button-menu-close {
  opacity: 1;
}
.menu .menu__overlay .button--button-menu-close::after {
  content: "";
  background: url("../images/icon-menu-close.svg") no-repeat center center;
  background-size: contain;
  width: 26px;
  height: 18px;
  font-size: 0;
  line-height: 0;
}
.menu .menu__overlay .menu__overlay__inner-constrainer .menu__overlay__list--right {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .menu .menu__overlay .menu__overlay__inner-constrainer .menu__overlay__list--right {
    padding-top: 24px;
  }
}
.menu .menu__overlay .menu__overlay__inner-constrainer .menu__overlay__list--right .cart__span,
.menu .menu__overlay .menu__overlay__inner-constrainer .menu__overlay__list--right .contrast-mode__span {
  margin-right: 2px;
}
.menu .menu__overlay .menu__overlay__inner-constrainer .menu__overlay__list--right [class*=icon-after-]::after {
  height: 20px;
  font-size: 17px;
}
.menu .menu__overlay .menu__overlay__inner-constrainer .menu__overlay__list--right .menu__overlay__list-item,
.menu .menu__overlay .menu__overlay__inner-constrainer .menu__overlay__list--right .menu__overlay__list-item__anchor {
  line-height: initial;
}
.menu .menu__overlay .menu__overlay__list {
  text-align: center;
}
.menu .menu__overlay .menu__overlay__list-item__anchor,
.menu .menu__overlay .menu__list-item__anchor {
  display: block;
  transition: color 0.35s ease-out;
}
.menu .menu__overlay .menu__overlay__list-item__anchor.has-icon-after-contrast::after, .menu .menu__overlay .menu__overlay__list-item__anchor.has-icon-after-cart::after,
.menu .menu__overlay .menu__list-item__anchor.has-icon-after-contrast::after,
.menu .menu__overlay .menu__list-item__anchor.has-icon-after-cart::after {
  vertical-align: middle;
}
.theme-green .menu .menu__overlay .menu__overlay__list-item__anchor:hover,
.theme-green .menu .menu__overlay .menu__list-item__anchor:hover {
  color: var(--frame);
}
.theme-blue .menu .menu__overlay .menu__overlay__list-item__anchor:hover,
.theme-blue .menu .menu__overlay .menu__list-item__anchor:hover {
  color: var(--frame);
}
.theme-indigo .menu .menu__overlay .menu__overlay__list-item__anchor:hover,
.theme-indigo .menu .menu__overlay .menu__list-item__anchor:hover {
  color: var(--frame);
}
.theme-pink .menu .menu__overlay .menu__overlay__list-item__anchor:hover,
.theme-pink .menu .menu__overlay .menu__list-item__anchor:hover {
  color: var(--frame);
}
.theme-red .menu .menu__overlay .menu__overlay__list-item__anchor:hover,
.theme-red .menu .menu__overlay .menu__list-item__anchor:hover {
  color: var(--frame);
}
.theme-orange .menu .menu__overlay .menu__overlay__list-item__anchor:hover,
.theme-orange .menu .menu__overlay .menu__list-item__anchor:hover {
  color: var(--frame);
}
.theme-grey .menu .menu__overlay .menu__overlay__list-item__anchor:hover,
.theme-grey .menu .menu__overlay .menu__list-item__anchor:hover {
  color: var(--frame);
}
.menu .menu__overlay .menu__list-item__anchor.contrast-mode::after {
  vertical-align: middle;
}
.menu .menu__overlay .menu__overlay__list--left,
.menu .menu__overlay .menu__list--left {
  margin-bottom: 30px;
}
@media (max-width: 529px) {
  .menu .menu__overlay .menu__overlay__list--left,
  .menu .menu__overlay .menu__list--left {
    flex: 0;
    margin-bottom: 8px;
    text-align: left;
  }
  .menu .menu__overlay .menu__overlay__list--left .menu__list-item,
  .menu .menu__overlay .menu__list--left .menu__list-item {
    display: block !important;
    padding: 0;
  }
  .menu .menu__overlay .menu__overlay__list--left .menu__list-item a,
  .menu .menu__overlay .menu__list--left .menu__list-item a {
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px !important;
    font-weight: 450 !important;
    letter-spacing: 0;
    line-height: 23px;
    text-align: left;
    text-transform: none;
  }
  .theme-green .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-green .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-blue .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-blue .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-indigo .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-indigo .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-pink .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-pink .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-red .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-red .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-orange .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-orange .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-grey .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-grey .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .high-contrast .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .high-contrast .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .menu .menu__overlay .menu__overlay__list--right .menu__overlay__list-item {
    padding: 0;
    margin-bottom: 28px;
  }
  .menu .menu__overlay .menu__overlay__list-item--search {
    margin-bottom: 0;
    margin-top: 8px;
  }
}
@media (min-width: 530px) {
  .menu .menu__overlay .menu__overlay__list--left,
  .menu .menu__overlay .menu__list--left {
    flex: 0;
    margin-bottom: 8px;
    text-align: left;
  }
  .menu .menu__overlay .menu__overlay__list--left .menu__list-item,
  .menu .menu__overlay .menu__list--left .menu__list-item {
    display: block !important;
    padding: 0;
  }
  .menu .menu__overlay .menu__overlay__list--left .menu__list-item a,
  .menu .menu__overlay .menu__list--left .menu__list-item a {
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px !important;
    font-weight: 450 !important;
    letter-spacing: 0;
    line-height: 23px;
    text-align: left;
    text-transform: none;
  }
  .theme-green .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-green .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-blue .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-blue .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-indigo .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-indigo .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-pink .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-pink .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-red .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-red .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-orange .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-orange .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .theme-grey .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .theme-grey .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .high-contrast .menu .menu__overlay .menu__overlay__list--left .menu__list-item a.is-active,
  .high-contrast .menu .menu__overlay .menu__list--left .menu__list-item a.is-active {
    border-bottom: 2px solid var(--bg);
  }
  .menu .menu__overlay .menu__overlay__list--left,
  .menu .menu__overlay .menu__list--left {
    margin-bottom: 16px;
  }
  .menu .menu__overlay .menu__overlay__list--right .menu__overlay__list-item {
    padding: 2px 0;
  }
  .menu .menu__overlay .menu__overlay__list--right .menu__overlay__list-item--search {
    margin-top: 16px;
  }
}
@media screen and (max-height: 540px) {
  .menu .menu__overlay .menu__overlay__list--left,
  .menu .menu__overlay .menu__list--left,
  .menu .menu__overlay .menu__overlay__list-item--search {
    margin-bottom: 0;
  }
  .menu .menu__overlay .menu__overlay__inner-constrainer {
    padding-bottom: 16px;
    padding-top: 8px;
  }
  .menu .menu__overlay .menu__overlay__list--left .menu__overlay__list-item,
  .menu .menu__overlay .menu__overlay__list--left .menu__list-item,
  .menu .menu__overlay .menu__list--left .menu__overlay__list-item,
  .menu .menu__overlay .menu__list--left .menu__list-item {
    line-height: 28px;
    min-height: 28px;
  }
}
@media screen and (max-width: 420px) and (max-height: 790px) {
  .menu .menu__overlay body.is-ios:target .menu__overlay__content, .menu .menu__overlay body.is-ios.is-target .menu__overlay__content {
    top: 0 !important;
    transform: none !important;
  }
}
.menu .menu__overlay.visually-hidden {
  visibility: hidden;
}
.menu .menu__overlay__list--left .menu__overlay__list-item {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2px;
  min-height: 32px;
  text-transform: uppercase;
}
.menu .menu__overlay__list--left .menu__overlay__list-item strong,
.menu .menu__overlay__list--left .menu__overlay__list-item b {
  font-weight: 800;
}
@media (min-width: 530px) {
  .menu .menu__overlay__list--left .menu__overlay__list-item {
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 2.5px;
    min-height: 16px;
  }
}
.menu .menu__overlay__list--right .menu__overlay__list-item {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.menu .menu__overlay__list--right .menu__overlay__list-item strong,
.menu .menu__overlay__list--right .menu__overlay__list-item b {
  font-weight: normal;
}
.menu .menu__overlay__list--right .menu__get-tickets {
  margin: 0;
}
.menu .menu__list-item__anchor,
.menu .form-field--search .button,
.menu .button--button-menu-open {
  text-shadow: none;
  transition: background-color 0.35s ease-out, color 0.35s ease-out, text-shadow 0.35s ease-out;
}
.theme-green .menu .menu__list-item__anchor:hover,
.theme-green .menu .form-field--search .button:hover,
.theme-green .menu .button--button-menu-open:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-blue .menu .menu__list-item__anchor:hover,
.theme-blue .menu .form-field--search .button:hover,
.theme-blue .menu .button--button-menu-open:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-indigo .menu .menu__list-item__anchor:hover,
.theme-indigo .menu .form-field--search .button:hover,
.theme-indigo .menu .button--button-menu-open:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-pink .menu .menu__list-item__anchor:hover,
.theme-pink .menu .form-field--search .button:hover,
.theme-pink .menu .button--button-menu-open:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-red .menu .menu__list-item__anchor:hover,
.theme-red .menu .form-field--search .button:hover,
.theme-red .menu .button--button-menu-open:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-orange .menu .menu__list-item__anchor:hover,
.theme-orange .menu .form-field--search .button:hover,
.theme-orange .menu .button--button-menu-open:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-grey .menu .menu__list-item__anchor:hover,
.theme-grey .menu .form-field--search .button:hover,
.theme-grey .menu .button--button-menu-open:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.high-contrast .menu .menu__list-item__anchor:hover,
.high-contrast .menu .form-field--search .button:hover,
.high-contrast .menu .button--button-menu-open:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

.no-touch .menu .menu__overlay .menu__overlay__outer-constrainer .logo__svg {
  left: 0;
}

.prevent-scrolling .no-touch .menu .menu__overlay .menu__overlay__outer-constrainer .logo__svg {
  left: -7px;
}

.touch .menu .menu__overlay .menu__overlay__outer-constrainer .logo__svg,
.prevent-scrolling .touch .menu .menu__overlay .menu__overlay__outer-constrainer .logo__svg {
  top: 0;
  left: 0;
}

@media (min-width: 1200px) {
  body.is-first-floor.high-contrast .menu .menu__menu-bar.has-background .form-field--search .button::before,
  body.is-second-floor.high-contrast .menu .menu__menu-bar.has-background .form-field--search .button::before,
  body.is-third-floor.high-contrast .menu .menu__menu-bar.has-background .form-field--search .button::before {
    color: #fff !important;
  }
}

nav.menu {
  background: #fff;
  height: unset;
}

.menu__menu-bar {
  background-color: #fff !important;
}
@media (min-width: 1200px) {
  .menu__menu-bar {
    padding: 11px 24px !important;
  }
}

.menu__list--left {
  display: none;
  padding: 14px 0 !important;
  height: unset !important;
}
.menu__list--left .menu__list-item {
  padding: 0 12px;
}
@media (min-width: 1180px) {
  .menu__list--left .menu__list-item {
    padding: 0 14px;
  }
}
@media (min-width: 1250px) {
  .menu__list--left .menu__list-item {
    padding: 0 18px;
  }
}
@media (min-width: 1200px) {
  .menu__list--left {
    margin-left: 18px;
    display: block;
    flex: 1;
  }
}
.menu__list--left .menu__list-item__anchor {
  text-transform: none;
}

.menu__list--right {
  display: flex !important;
  height: auto !important;
}
.menu__list--right .menu__list-item--tickets {
  display: block !important;
  flex: 1;
  padding: 0 0 0 12px !important;
  z-index: 10000000;
}
.menu__list--right .menu__list-item:not(.menu__list-item--tickets) {
  padding: 14px 12px;
}
@media (min-width: 1180px) {
  .menu__list--right .menu__list-item:not(.menu__list-item--tickets) {
    padding: 14px;
  }
}
@media (min-width: 1250px) {
  .menu__list--right .menu__list-item:not(.menu__list-item--tickets) {
    padding: 14px 18px;
  }
}
@media (min-width: 1200px) {
  .menu__list--right {
    display: block;
    flex: 0 1 auto !important;
    padding-right: 24px;
  }
  .menu__list--right .menu__list-item--tickets {
    flex: unset;
    margin-top: 5px;
    padding: 0 0 0 18px;
    z-index: inherit;
  }
  .menu__list--right .menu__list-item--search {
    width: auto;
  }
  .menu__list--right .menu__list-item--search [class*=icon-]::before,
  .menu__list--right .menu__list-item--search [class*=icon-after-]::after {
    height: 20px;
    width: 20px;
  }
  .menu__list--right .menu__list-item--search .icon-search {
    color: #000;
    vertical-align: sub;
    position: relative;
    width: 100% !important;
  }
  .menu__list--right .menu__list-item--search .icon-search::before {
    content: unset;
  }
  .menu__list--right .menu__list-item--search .icon-search .button__span {
    display: inline-block !important;
    pointer-events: none;
    text-transform: capitalize;
    margin-left: 12px;
  }
  .menu__list--right .menu__list-item--search .icon-search .icon-wrapper {
    cursor: pointer;
    pointer-events: none;
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
  }
  .menu__list--right .menu__list-item--search .icon-search .icon-wrapper .circle {
    background-color: white;
    border: 2px solid #333;
    border-radius: 50%;
    display: block;
    left: 0;
    position: absolute;
    height: 90%;
    width: 90%;
    top: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    z-index: 10;
  }
  .menu__list--right .menu__list-item--search .icon-search .icon-wrapper .line {
    position: absolute;
  }
  .menu__list--right .menu__list-item--search .icon-search .icon-wrapper .line::before, .menu__list--right .menu__list-item--search .icon-search .icon-wrapper .line::after {
    content: "";
    cursor: pointer;
    border-radius: 10px;
    height: 2px;
    width: 10px;
    background: #333;
    position: absolute;
    left: 0;
    display: block;
    top: 12px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  .menu__list--right .menu__list-item--search .icon-search .icon-wrapper .line::before, .menu__list--right .menu__list-item--search .icon-search .icon-wrapper .line::after {
    transform: rotate(45deg);
  }
  .menu__list--right .menu__list-item--search .icon-search.icon-close .icon-wrapper .circle {
    background-color: transparent;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  .menu__list--right .menu__list-item--search .icon-search.icon-close .icon-wrapper .line::before, .menu__list--right .menu__list-item--search .icon-search.icon-close .icon-wrapper .line::after {
    border-radius: 0;
    left: -5px;
    top: 10px;
    width: 16px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  .menu__list--right .menu__list-item--search .icon-search.icon-close .icon-wrapper .line::after {
    transform: rotate(-45deg);
  }
  .menu__list--right .menu__list-item--search .icon-close .button__span {
    pointer-events: none;
  }
}

.menu-main-navigation {
  display: flex;
}
@media (min-width: 1200px) {
  .menu-main-navigation {
    border-bottom: 1px solid var(--neutrals-grey-lightest);
  }
  .menu-main-navigation .menu__menu-bar {
    flex: 1;
  }
}
.menu-main-navigation .menu__list-item .icon-search .button__span,
.menu-main-navigation .menu__list-item .has-icon-after-cart .button__span {
  color: #000;
  font-size: 17px;
  font-weight: 450;
  line-height: 21px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 2px;
  padding-bottom: 8px;
  transition: background-size 0.3s ease-in-out;
}
@media (prefers-reduced-motion) {
  .menu-main-navigation .menu__list-item .icon-search .button__span,
  .menu-main-navigation .menu__list-item .has-icon-after-cart .button__span {
    transition: none;
  }
}
.menu-main-navigation .menu__list-item .icon-close .button__span {
  color: #000;
  font-size: 17px;
  font-weight: 450;
  line-height: 21px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  padding-bottom: 8px;
  transition: background-size 0.3s ease-in-out;
}
.menu-main-navigation .menu__list-item .menu__list-item__anchor:not(.has-icon-after-cart):not(button):not(.button):hover, .menu-main-navigation .menu__list-item .menu__list-item__anchor:not(.has-icon-after-cart):not(button):not(.button):focus-visible {
  background-position: 0 100%;
  background-size: 100% 2px;
}
.menu-main-navigation .menu__list-item .icon-search:hover .button__span, .menu-main-navigation .menu__list-item .icon-search:focus-visible .button__span,
.menu-main-navigation .menu__list-item .has-icon-after-cart:hover .button__span,
.menu-main-navigation .menu__list-item .has-icon-after-cart:focus-visible .button__span {
  background-position: 0 100%;
  background-size: 100% 2px;
}
.menu-main-navigation .menu__list-item .has-icon-after-cart::before {
  background-image: url("../media/cart.svg");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: text-top;
}

@media (min-width: 1200px) {
  .menu-main-navigation--wrapper {
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 120;
  }
  .menu-main-navigation--wrapper .menu-main-navigation {
    border-bottom: 1px solid var(--neutrals-grey-lightest);
  }
}

.toolbar-horizontal .menu-main-navigation--wrapper,
.toolbar-vertical .menu-main-navigation--wrapper {
  top: 79px;
}

.menu-main-navigation .menu__list-item__anchor {
  letter-spacing: 0;
}

.block-id--utility .menu__list {
  height: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .block-id--utility .menu__list {
    color: #000;
    text-align: right;
  }
  .block-id--utility .menu__list .menu__list-item {
    color: #000;
  }
  .block-id--utility .menu__list .menu__list-item a {
    text-transform: none;
    transition: color 0.4s;
  }
}

body.theme-green .menu-main-navigation .menu__menu-bar .menu__list-item__anchor:not(.has-icon-after-cart):not(button):not(.button),
body.theme-green .menu-main-navigation .menu__menu-bar .icon-search .button__span,
body.theme-green .menu-main-navigation .menu__menu-bar .has-icon-after-cart .button__span {
  background-image: linear-gradient(var(--bg), var(--bg));
}
body.theme-green .block-id--utility .menu__list-item a:hover,
body.theme-green .block-id--utility .menu__list-item a:focus {
  color: var(--bg);
  transition: color 0.4s;
}

body.theme-blue .menu-main-navigation .menu__menu-bar .menu__list-item__anchor:not(.has-icon-after-cart):not(button):not(.button),
body.theme-blue .menu-main-navigation .menu__menu-bar .icon-search .button__span,
body.theme-blue .menu-main-navigation .menu__menu-bar .icon-close .button__span,
body.theme-blue .menu-main-navigation .menu__menu-bar .has-icon-after-cart .button__span {
  background-image: linear-gradient(var(--bg), var(--bg));
}
body.theme-blue .block-id--utility .menu__list-item a:hover,
body.theme-blue .block-id--utility .menu__list-item a:focus {
  color: var(--bg);
  transition: color 0.4s;
}

body.theme-indigo .menu-main-navigation .menu__menu-bar .menu__list-item__anchor:not(.has-icon-after-cart):not(button):not(.button),
body.theme-indigo .menu-main-navigation .menu__menu-bar .icon-search .button__span,
body.theme-indigo .menu-main-navigation .menu__menu-bar .icon-close .button__span,
body.theme-indigo .menu-main-navigation .menu__menu-bar .has-icon-after-cart .button__span {
  background-image: linear-gradient(var(--bg), var(--bg));
}
body.theme-indigo .block-id--utility .menu__list-item a:hover,
body.theme-indigo .block-id--utility .menu__list-item a:focus {
  color: var(--bg);
  transition: color 0.4s;
}

body.theme-pink .menu-main-navigation .menu__menu-bar .menu__list-item__anchor:not(.has-icon-after-cart):not(button):not(.button),
body.theme-pink .menu-main-navigation .menu__menu-bar .icon-search .button__span,
body.theme-pink .menu-main-navigation .menu__menu-bar .icon-close .button__span,
body.theme-pink .menu-main-navigation .menu__menu-bar .has-icon-after-cart .button__span {
  background-image: linear-gradient(var(--bg), var(--bg));
}
body.theme-pink .block-id--utility .menu__list-item a:hover,
body.theme-pink .block-id--utility .menu__list-item a:focus {
  color: var(--bg);
  transition: color 0.4s;
}

body.theme-red .menu-main-navigation .menu__menu-bar .menu__list-item__anchor:not(.has-icon-after-cart):not(button):not(.button),
body.theme-red .menu-main-navigation .menu__menu-bar .icon-search .button__span,
body.theme-red .menu-main-navigation .menu__menu-bar .icon-close .button__span,
body.theme-red .menu-main-navigation .menu__menu-bar .has-icon-after-cart .button__span {
  background-image: linear-gradient(var(--bg), var(--bg));
}
body.theme-red .block-id--utility .menu__list-item a:hover,
body.theme-red .block-id--utility .menu__list-item a:focus {
  color: var(--bg);
  transition: color 0.4s;
}

body.theme-orange .menu-main-navigation .menu__menu-bar .menu__list-item__anchor:not(.has-icon-after-cart):not(button):not(.button),
body.theme-orange .menu-main-navigation .menu__menu-bar .icon-search .button__span,
body.theme-orange .menu-main-navigation .menu__menu-bar .icon-close .button__span,
body.theme-orange .menu-main-navigation .menu__menu-bar .has-icon-after-cart .button__span {
  background-image: linear-gradient(var(--bg), var(--bg));
}
body.theme-orange .block-id--utility .menu__list-item a:hover,
body.theme-orange .block-id--utility .menu__list-item a:focus {
  color: var(--bg);
  transition: color 0.4s;
}

body.theme-grey .menu-main-navigation .menu__menu-bar .menu__list-item__anchor:not(.has-icon-after-cart):not(button):not(.button),
body.theme-grey .menu-main-navigation .menu__menu-bar .icon-search .button__span,
body.theme-grey .menu-main-navigation .menu__menu-bar .icon-close .button__span,
body.theme-grey .menu-main-navigation .menu__menu-bar .has-icon-after-cart .button__span {
  background-image: linear-gradient(var(--bg), var(--bg));
}
body.theme-grey .block-id--utility .menu__list-item a:hover,
body.theme-grey .block-id--utility .menu__list-item a:focus {
  color: var(--bg);
  transition: color 0.4s;
}

@media not print {
  :root.search-overlay__visible,
  :root.prevent-scrolling {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .menu-main-navigation--wrapper .menu-main-navigation {
    position: fixed;
    z-index: 999;
    top: 0;
    min-height: 68px;
  }
  .menu-main-navigation--wrapper .menu__menu-bar {
    border-bottom: 1px solid var(--neutrals-grey-lightest);
    padding: 11px 20px;
  }
  .menu-main-navigation--wrapper .menu__menu-bar.is-target {
    padding: 11px 20px 3px;
  }
  .menu-main-navigation--wrapper .menu__get-tickets {
    border: none !important;
  }
  .menu-main-navigation--wrapper .form-field--search {
    max-width: unset !important;
    width: 100%;
  }
  .menu-main-navigation--wrapper .form-field--search .icon-search {
    width: 100%;
  }
}
.menu__list--right {
  pointer-events: all;
}

.menu__overlay {
  top: 87px;
}

.menu__overlay__content .menu__overlay__list-item,
.menu__overlay__content .menu__list-item {
  margin-bottom: 0 !important;
  min-height: unset !important;
}
.menu__overlay__content .menu__overlay__list-item .icon-search,
.menu__overlay__content .menu__overlay__list-item .menu__list-item__anchor,
.menu__overlay__content .menu__overlay__list-item .menu__overlay__list-item__anchor,
.menu__overlay__content .menu__list-item .icon-search,
.menu__overlay__content .menu__list-item .menu__list-item__anchor,
.menu__overlay__content .menu__list-item .menu__overlay__list-item__anchor {
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 40px !important;
}
.menu__overlay__content .menu__overlay__list-item a,
.menu__overlay__content .menu__overlay__list-item .contrast-mode__span,
.menu__overlay__content .menu__list-item a,
.menu__overlay__content .menu__list-item .contrast-mode__span {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px !important;
  font-weight: 450 !important;
  text-align: left;
  text-transform: capitalize;
}
.menu__overlay__content .menu__overlay__list-item .contrast-mode::after,
.menu__overlay__content .menu__list-item .contrast-mode::after {
  content: unset !important;
}
.menu__overlay__content .menu__overlay__list--left,
.menu__overlay__content .menu__list--left {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 24px;
}
.menu__overlay__content .menu__overlay__list--left .menu__list-item:first-child,
.menu__overlay__content .menu__list--left .menu__list-item:first-child {
  padding-top: 1em;
}
@media (max-width: 1180px) {
  .menu__overlay__content .menu__overlay__list--left,
  .menu__overlay__content .menu__list--left {
    border-bottom: 1px solid var(--neutrals-grey-lightest);
  }
}
.menu__overlay__content .menu__overlay__list--right form {
  padding-top: 0 !important;
}
.menu__overlay__content .menu__overlay__list--right form .form-field--search {
  margin: 0 !important;
  text-align: left;
}
.menu__overlay__content .menu__overlay__list--right .icon-search {
  margin: 0;
  padding: 0;
}
.menu__overlay__content .menu__overlay__list--right .icon-search::before {
  left: 0;
  position: absolute;
}
.menu__overlay__content .menu__overlay__list--right .icon-search::after {
  content: unset;
}
.menu__overlay__content .menu__overlay__list--right .has-icon-after-cart {
  position: relative;
}
.menu__overlay__content .menu__overlay__list--right .has-icon-after-cart::before {
  background-image: url("../media/cart.svg");
  background-repeat: no-repeat;
  content: "";
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  position: absolute;
  margin-right: 0;
  left: 0;
  vertical-align: text-top;
}
.menu__overlay__content .menu__overlay__list--right .has-icon-after-cart::after {
  content: unset;
}
.menu__overlay__content .menu__overlay__list--right .has-icon-after-cart,
.menu__overlay__content .menu__overlay__list--right .icon-search {
  padding-left: 30px;
}
.menu__overlay__content .menu__overlay__inner-constrainer {
  opacity: 0;
  transition: opacity 0.5s 0.3s;
}

.menu__overlay.is-target .menu__overlay__inner-constrainer {
  opacity: 1;
  transition: opacity 0.5s 0.3s;
}

@media (min-width: 1200px) {
  .menu__list-item--cart {
    margin-top: 4px;
  }
  .menu__list-item--cart a::before {
    margin-top: -2px;
  }
  .menu__list-item--cart .button__span {
    padding-bottom: 0;
  }
}

@media (min-width: 530px) and (max-width: 1180px) {
  .menu__list-item--tickets {
    margin-top: -10px;
  }
}

@media (max-width: 1180px) {
  .icon-search {
    height: unset;
    min-height: unset;
  }
}

.menu__list-item a,
.menu__overlay__list-item a {
  width: fit-content !important;
}

.tbm-menu-open {
  position: fixed;
  overflow: hidden;
}

.main-menu {
  -webkit-font-smoothing: antialiased;
}
.main-menu span.main-menu__close-icon {
  display: none;
  height: 12px;
  width: 12px;
}
.main-menu .search-close {
  position: relative;
}
.main-menu .search-close .main-menu__search-icon {
  display: none;
}
.main-menu .search-close .main-menu__close-icon {
  display: flex;
  color: var(--brand-dark);
}
.main-menu__container .basic-block {
  display: block;
}
.main-menu__container .basic-block .isg-btn {
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .main-menu__container .basic-block {
    display: none;
  }
}

.menu .logo {
  height: 100%;
  padding: 0 24px;
  width: auto;
  position: relative;
  z-index: 0;
}

.tbm-collapse .isg-btn--secondary {
  color: var(--brand-darkest);
}
.tbm-collapse .isg-btn--secondary svg {
  color: var(--brand-dark);
}

.tbm-button-container {
  width: 24px;
  height: 21px;
}
.tbm-button-container span {
  height: 0.158rem;
  transition: none;
  border-radius: 0;
}
.tbm-button-container span:nth-child(2), .tbm-button-container span:nth-child(3) {
  top: calc(50% - 0.079rem);
}

.tbm-row + .tbm-row {
  margin-top: 0;
}

.tbm-item.level-1[data-accent-color=green].open {
  --frame: var(--brand-green-accent);
}
.tbm-item.level-1[data-accent-color=orange].open {
  --frame: var(--brand-orange-accent);
}
.tbm-item.level-1[data-accent-color=blue].open {
  --frame: var(--brand-blue-accent);
}
.tbm-item.level-1[data-accent-color=pink].open {
  --frame: var(--brand-magenta-accent);
}
.tbm-item.level-1[data-accent-color=indigo].open {
  --frame: var(--brand-indigo-accent);
}
.tbm-item.level-1[data-accent-color=red].open {
  --frame: var(--brand-red-accent);
}
.tbm-item.level-2 a:hover, .tbm-item.level-2 a:focus {
  color: var(--neutrals-black) !important;
}
.tbm-item.level-2 a:hover .tbm-item__title, .tbm-item.level-2 a:focus .tbm-item__title {
  text-decoration: underline;
}

.tbm-link.level-2 {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
}
.tbm-link.level-2 .tbm-caption {
  display: block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* mobile menu styles */
  .main-menu__hours {
    display: flex;
    align-items: center;
    background-color: var(--neutrals-grey-lightest);
    padding: 8px 20px;
    border-bottom: 1px solid var(--neutrals-grey-light);
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
  }
  .main-menu__hours span {
    display: flex;
    margin-right: 8px;
  }
  .main-menu__hours svg {
    color: var(--brand-green-dark);
  }
  .main-menu .basic-block .isg-btn--small {
    padding: 10px;
  }
  .main-menu .menu__list li {
    margin: 12px 20px 0 20px;
  }
  .main-menu .menu__list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    border-radius: var(--btn-radius);
    padding: var(--spacer-unit-small) var(--spacer-unit-large);
    gap: var(--spacer-unit-xsmall);
    box-shadow: var(--box-shadow);
    font-family: var(--ff__sans-serif);
    font-size: var(--btn-fs);
    font-weight: var(--btn-fw);
    letter-spacing: 2.4px;
    line-height: 140%;
    text-decoration: none !important;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    background-color: var(--btn-bg);
    border: 1px solid var(--btn-border);
    color: var(--btn-text);
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    width: 100% !important;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  .main-menu .menu__list li a.menu__list-item__anchor--cart::before {
    background-image: url("../media/cart-light.svg");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: text-top;
  }
  .main-menu .menu__list li a:hover, .main-menu .menu__list li a:focus-visible, .main-menu .menu__list li a:active, .main-menu .menu__list li a.is-active, .is-active .main-menu .menu__list li a {
    background-color: var(--btn-bg-hfa);
    border: 2px solid var(--btn-border-hfa);
    color: var(--btn-text-hfa);
    padding: calc(var(--spacer-unit-small) - 1px) calc(var(--spacer-unit-large) - 1px);
  }
  .main-menu .menu__list li a span {
    /* if button text is in span */
    color: currentColor;
    font-size: inherit;
    display: flex;
  }
  .main-menu .menu__list li:last-child {
    display: none;
  }
  .main-menu__search-btn {
    margin: 18px 20px 0 20px;
    text-transform: uppercase;
    padding: 14px 0;
    width: calc(100% - 40px);
  }
  .main-menu__search-btn:hover, .main-menu__search-btn:focus {
    padding: 14px 0;
  }
  .utility-area .menu__list {
    display: none;
  }
  .tbm.tbm--mobile {
    height: 100%;
  }
  .tbm.tbm--mobile-show {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .tbm.tbm--mobile .tbm-nav {
    background-color: var(--neutrals-white);
  }
  .tbm.tbm--mobile .tbm-row {
    margin: 0;
  }
  .tbm.tbm--mobile .tbm-link.level-1 {
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
  .tbm.tbm--mobile .tbm-link.level-1:hover, .tbm.tbm--mobile .tbm-link.level-1:focus {
    background-color: var(--neutrals-white);
  }
  .tbm.tbm--mobile .tbm-toggle[aria-expanded=true] {
    position: relative;
    z-index: 1;
  }
  .tbm.tbm--mobile .tbm-toggle[aria-expanded=true]::after {
    display: none;
  }
  .tbm.tbm--mobile .tbm-toggle[aria-expanded=true]::before {
    content: "";
    color: var(--brand-green-dark);
    display: inline-block;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(135deg);
    vertical-align: middle;
    margin-right: 5px;
  }
  .tbm.tbm--mobile .tbm-toggle::after {
    content: "";
    color: var(--brand-green-dark);
    display: inline-block;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    vertical-align: middle;
    margin-left: auto;
  }
  .tbm.tbm--mobile .tbm-submenu-toggle {
    display: none;
  }
  .tbm.tbm--mobile .tbm-item {
    background-color: var(--neutrals-white);
    border-top: 1px solid var(--neutrals-grey-lightest);
    border-right: 0;
  }
  .tbm.tbm--mobile .tbm-item.open {
    position: absolute;
    width: 100%;
  }
  .tbm.tbm--mobile .tbm-item.open .tbm-submenu {
    position: relative;
    height: 100vh;
    border-top: 2px solid var(--frame);
  }
  .tbm.tbm--mobile .main-menu__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.55);
  }
  .tbm.tbm--mobile .tbm-item.level-2 {
    position: relative;
    z-index: 1;
  }
  .tbm.tbm--mobile-show .tbm-collapse {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 200px;
  }
  .tbm.tbm--mobile-show .tbm-submenu {
    margin-bottom: 50px;
  }
}
.tbm-button {
  transition: none;
  border: 0;
  margin-bottom: 0;
  margin: 0 1rem 0;
  background-color: transparent;
}

.menu-main-navigation {
  width: 100%;
}
.menu-main-navigation > div {
  width: 100%;
}

.daily-hours {
  display: none;
}

@media (min-width: 1200px) {
  /* desktop menu styles */
  .main-menu .menu__list, .main-menu__hours {
    display: none;
  }
  .menu .logo {
    border-right: 1px solid var(--neutrals-grey-light);
    padding: 16px 24px;
  }
  .menu__get-tickets {
    display: none;
  }
  .tbm-link-container {
    flex-direction: column;
  }
  .tbm-item.level-2 {
    margin-bottom: 32px;
  }
  .tbm-item.level-2:last-child {
    margin-bottom: 0;
  }
  .tbm-item.level-2 .tbm-caption {
    display: block;
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
  }
  .tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link {
    padding: 0;
  }
  .utility-area {
    height: 63px;
    padding-right: 1rem;
    background-color: var(--neutrals-grey-lightest);
    border-bottom: 1px solid var(--neutrals-grey-light);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .utility-area a {
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
  .utility-area .daily-hours__cta {
    display: none;
  }
  .tb-megamenu-button {
    display: none;
  }
  .tbm-collapse,
  .tbm-collapse ul,
  .tbm-link-container {
    height: 100%;
  }
  .menu-main-navigation--wrapper {
    border-top: 4px solid var(--frame);
    box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.55);
  }
  .main-menu {
    background-color: var(--neutrals-white);
    color: var(--neutrals-black);
    letter-spacing: normal;
    height: calc(100% - 63px);
  }
  .main-menu .tbm-nav {
    margin-left: 8px;
  }
  .main-menu .tbm-submenu-toggle {
    display: none;
  }
  .main-menu .tbm-link.level-1 {
    padding-block: 1rem;
    padding-inline: clamp(12px, 12px + (100vw - 1200px) / 300 * 4, 16px);
  }
  .main-menu .tbm-link.level-1.tbm-toggle {
    font-size: clamp(18px, 17px + (100vw - 1200px) / 200 * 3, 20px);
    text-wrap: nowrap;
  }
  .main-menu .tbm-item.level-1 {
    border-right: 0;
    position: relative;
    overflow: visible;
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
  .main-menu .tbm-item.level-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--neutrals-grey-lightest);
    border-bottom: 0px solid transparent;
    z-index: 0;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
  .main-menu .tbm-item.level-1::before {
    transition: height 0.5s ease, border-width 0.15s linear;
  }
}
@media (min-width: 1200px) {
  .main-menu .tbm-item.level-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0 solid var(--frame);
    z-index: 2;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
  .main-menu .tbm-item.level-1::after {
    transition: border-bottom-width 0.15s linear;
  }
}
@media (min-width: 1200px) {
  .main-menu .tbm-item.level-1:hover::before {
    height: 100%;
    position: absolute;
    z-index: 0;
  }
  .main-menu .tbm-item.level-1:focus::before, .main-menu .tbm-item.level-1.open::before {
    height: 100%;
    border-bottom-width: 3px;
  }
  .main-menu .tbm-item.level-1:focus::after, .main-menu .tbm-item.level-1.open::after {
    border-bottom-width: 10px;
  }
  .main-menu .tbm-item.level-1:hover, .main-menu .tbm-item.level-1:focus {
    background: none;
    color: inherit;
  }
  .main-menu .tbm-item.level-1 > .tbm-submenu {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 440px;
    padding: 40px;
  }
  .main-menu .tbm-item.level-1 > .tbm-submenu::before {
    content: "";
    position: absolute;
    width: 100%;
    top: -4px;
    height: 0;
    left: 0;
    z-index: 2;
    background-color: var(--frame);
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
  .main-menu .tbm-item.level-1 > .tbm-submenu::before {
    transition: height 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .main-menu .tbm-item.level-1 > .tbm-submenu .tbm-row {
    margin-bottom: var(--spacer-unit-large);
    gap: var(--spacer-unit-large);
  }
  .main-menu .tbm-item.level-1 > .tbm-submenu .tbm-row:last-child {
    margin-bottom: 0;
  }
  .main-menu .tbm-item.level-1:focus > .tbm-submenu::before, .main-menu .tbm-item.level-1.open > .tbm-submenu::before {
    height: 3px;
  }
  .main-menu .tbm-link.level-1 {
    position: relative;
    display: inline-flex;
    z-index: 2;
    background: transparent;
  }
  .main-menu .tbm-link.level-1::after {
    content: "";
    display: block;
    border-bottom: 2px solid var(--btn-border);
    width: 0;
    opacity: 1;
    margin-bottom: -2px;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
  .main-menu .tbm-link.level-1::after {
    transition: width 0.3s ease, opacity 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .main-menu .tbm-link.level-1:hover::after {
    display: block;
    width: 100%;
    margin-bottom: -2px;
  }
  .main-menu .tbm-link.level-1:focus::after {
    opacity: 0;
    width: 100%;
  }
  .main-menu .tbm-link.level-1:hover, .main-menu .tbm-link.level-1:focus {
    background: none;
  }
  .main-menu .nav li span.tb-megamenu-no-link {
    color: var(--neutrals-black);
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    border-right: 0;
  }
  .tbm-submenu.tbm-item-child:has(> .tbm-row > div:nth-child(2)) {
    width: 612px;
  }
}
@media (min-width: 1200px) and (max-width: 1310px) {
  .tbm-submenu.tbm-item-child:has(> .tbm-row > div:nth-child(2)) {
    right: 0;
    left: auto;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .tbm-collapse {
    display: flex;
    align-items: center;
  }
  .tbm-collapse .main-menu__search-btn {
    margin-left: auto;
    margin-right: 1rem;
    letter-spacing: 0;
    font-size: 1rem;
  }
  .tbm-collapse .main-menu__search-btn svg {
    height: 12px;
    width: 12px;
  }
  .tbm-collapse .main-menu__search-btn:hover, .tbm-collapse .main-menu__search-btn:focus {
    background-color: var(--neutrals-white);
    box-shadow: 0px 5px 6px -2px rgba(0, 0, 0, 0.2);
  }
  .menu__list--utility li {
    margin: 0 16px;
  }
  .menu__list--utility li a {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
  }
  .menu__list--utility li a:hover, .menu__list--utility li a:focus {
    color: var(--neutrals-black) !important;
  }
  .menu__list--utility li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--brand-green-accent);
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
  .menu__list--utility li a::after {
    transition: width 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .menu__list--utility li a:hover::after, .menu__list--utility li a:focus::after {
    width: 100%;
  }
  .menu__list--utility li:last-child {
    margin-right: 0;
  }
  .menu__list--utility li:last-child a {
    color: var(--neutrals-white) !important;
    display: flex;
    align-items: center;
  }
  .menu__list--utility li:last-child a:after {
    content: "";
    position: relative;
    color: var(--neutrals-white);
    background: url("../media/icon-arrow-right-alt.svg") no-repeat center center;
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 6px;
  }
  .daily-hours {
    display: block;
    margin-right: auto;
    margin-left: 8px;
    padding-left: clamp(12px, 12px + (100vw - 1200px) / 300 * 4, 16px);
    display: inline-block;
    position: relative;
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
  }
  .daily-hours svg {
    color: var(--accent);
  }
  .daily-hours__trigger {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
  .daily-hours__trigger span {
    display: flex;
  }
  .daily-hours__trigger[aria-expanded=true] .daily-hours__caret svg {
    transform: rotate(-180deg);
  }
  .daily-hours__caret {
    background-color: var(--neutrals-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
  }
  .daily-hours__list {
    position: absolute;
    margin-top: 0.5rem;
    padding: 8px 16px;
    list-style: none;
    border-top: 1px solid var(--neutrals-white);
    background-color: var(--neutrals-grey-lightest);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 282px;
    font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
  .daily-hours__list {
    transition: opacity 200ms ease-out, transform 200ms ease-out;
  }
}
@media (min-width: 1200px) {
  .daily-hours__list > div {
    padding-bottom: 8px;
    display: flex;
    gap: 1rem;
  }
  .daily-hours__day {
    min-width: 5em;
  }
}
.icon-list {
  position: relative;
}
@media (max-width: 529px) {
  .icon-list {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .icon-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .icon-list {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .icon-list {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .icon-list {
    margin-bottom: 56px;
  }
}
.icon-list .icon-list__content {
  float: right;
  width: 83.19328%;
}
.icon-list .icon-list__story {
  margin-bottom: 24px;
  width: 100%;
}
.icon-list .icon-list__story::after {
  clear: both;
  content: "";
  display: table;
}
.icon-list .icon-list__story:last-child {
  margin-bottom: 0;
}
.icon-list .icon-list__icon {
  float: left;
  width: 13.86555%;
}
.icon-list .icon-list__text {
  min-height: 3em;
}
@media (max-width: 529px) {
  .icon-list .icon-list__wrapper {
    width: 91.6666666667%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .icon-list .icon-list__wrapper {
    width: 75%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .icon-list .icon-list__wrapper {
    width: 58.3333333333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .icon-list .icon-list__wrapper {
    width: 58.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 25%;
  }
}
@media (min-width: 1480px) {
  .icon-list .icon-list__wrapper {
    width: 58.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 25%;
  }
}
.icon-list .icon-list__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.icon-list .icon-list__title:first-child {
  margin-top: 0;
}
.icon-list .icon-list__title:last-child {
  margin-bottom: 0;
}
.icon-list .icon-list__title strong,
.icon-list .icon-list__title b {
  font-weight: normal;
}
.icon-list .icon-list__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.icon-list .icon-list__text strong,
.icon-list .icon-list__text b {
  font-weight: bold;
}
.icon-list .icon-list__text em,
.icon-list .icon-list__text i {
  font-style: italic;
}

.grid-double {
  position: relative;
}
.grid-double .grid__item {
  position: relative;
}
@media (max-width: 529px) {
  .grid-double .grid__item {
    width: 100%;
  }
  .grid-double .grid__item .picture {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .grid-double .grid__item {
    width: 100%;
  }
  .grid-double .grid__item .picture {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .grid-double .grid__item:nth-child(4n+1), .grid-double .grid__item:nth-child(4n+4) {
    width: 41.6666666667%;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
  }
  .grid-double .grid__item:nth-child(4n+2), .grid-double .grid__item:nth-child(4n+3) {
    width: 41.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
  }
  .grid-double .grid__item:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .grid-double .grid__item:nth-child(4n+1), .grid-double .grid__item:nth-child(4n+4) {
    width: 41.6666666667%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-double .grid__item:nth-child(4n+2), .grid-double .grid__item:nth-child(4n+3) {
    width: 41.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-double .grid__item:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 1480px) {
  .grid-double .grid__item:nth-child(4n+1), .grid-double .grid__item:nth-child(4n+4) {
    width: 41.6666666667%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-double .grid__item:nth-child(4n+2), .grid-double .grid__item:nth-child(4n+3) {
    width: 41.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-double .grid__item:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 529px) {
  .grid-double .grid__item {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .grid-double .grid__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .grid-double .grid__item {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .grid-double .grid__item {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .grid-double .grid__item {
    margin-bottom: 56px;
  }
}
.grid-double .grid__items::after {
  clear: both;
  content: "";
  display: table;
}

.video-player {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.video-player .video-player__container {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-player .hit-target,
.video-player .iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-player .iframe {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.video-player .iframe.is-hidden {
  opacity: 0;
}
.video-player .picture {
  height: auto;
  opacity: 0.35;
  width: 100%;
}
.video-player .hit-target {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  text-decoration: none;
}
body.is-ie10 .video-player .hit-target {
  background-color: rgba(0, 0, 0, 0.001);
}
.video-player .video-player__play-button {
  border: 3px solid currentColor;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 40px;
  left: 50%;
  line-height: 36px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  touch-action: none;
  transform: translateX(-50%) translateY(-50%);
  transition: color 0.35s ease-out, background-color 0.35s ease-out, border-color 0.35s ease-out;
  width: 40px;
}
.video-player .video-player__play-button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea1c";
  font-size: 36px;
  left: 50%;
  line-height: 36px;
  padding-left: 4px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-player.is-playing .picture {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.video-player[data-autoplay] .video__play-button {
  display: none;
}

body.has-overlay .split-view__sidebar-buttons,
body.search-overlay__open .split-view__sidebar-buttons {
  display: none;
}

.mobile-button {
  position: fixed;
  width: 100%;
  transform: translateY(-100%) translateX(-50%);
  max-width: 212px;
  height: 48px;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  display: none;
}
@media (max-width: 529px) {
  .mobile-button {
    display: block;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .mobile-button {
    display: block;
  }
}
.mobile-button .split-view__sidebar-button-text {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-button .split-view__sidebar-button-text strong,
.mobile-button .split-view__sidebar-button-text b {
  font-weight: normal;
}

.mobile-button.hidden {
  display: none;
}

.mobile-button .split-view__sidebar-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  max-width: 212px;
  height: 48px;
  padding: 16px;
  text-align: center;
  width: 100%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.65);
  background-color: var(--brand-red-dark);
  color: #fff;
}

.split-view {
  position: relative;
}
.split-view.split-view__sidebar-right .inner-constrainer .inner-constrainer,
.split-view.split-view__sidebar-right .article__wrapper,
.split-view.split-view__sidebar-right .accordion__wrapper {
  float: unset;
  margin: 0;
  padding: 0;
  width: unset;
}
.split-view.split-view__sidebar-right .grid__item {
  flex: 1;
  width: unset;
}
.split-view.split-view__sidebar-right iframe {
  width: 100%;
}
@media (max-width: 529px) {
  .split-view .split-view__content {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
    float: unset !important;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .split-view .split-view__content {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
    float: unset !important;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .split-view .split-view__sidebar {
    width: 29.1666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4.1666666667%;
  }
  .split-view .split-view__sidebar.split-view__sidebar--right {
    float: right !important;
    margin-right: 0;
    width: 30% !important;
  }
  .split-view .split-view__content {
    width: 66.6666666667%;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
  }
  .split-view .split-view__content.split-view__content--left {
    float: left !important;
    width: 60% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .split-view .split-view__sidebar {
    width: 29.1666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 4.1666666667%;
  }
  .split-view .split-view__sidebar.split-view__sidebar--right {
    float: right !important;
    margin-right: 0;
    width: 30% !important;
  }
  .split-view .split-view__content {
    width: 66.6666666667%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  .split-view .split-view__content.split-view__content--left {
    float: left !important;
    width: 60% !important;
  }
}
@media (min-width: 1480px) {
  .split-view .split-view__sidebar {
    width: 20.8333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 4.1666666667%;
  }
  .split-view .split-view__sidebar.split-view__sidebar--right {
    float: right !important;
    margin-right: 0;
    width: 30% !important;
  }
  .split-view .split-view__content {
    width: 75%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  .split-view .split-view__content.split-view__content--left {
    float: left !important;
    width: 60% !important;
  }
}
@media (max-width: 529px) {
  .split-view .banner {
    display: none;
  }
  .split-view .split-view__sidebar,
  .split-view .split-view__sidebar-buttons {
    position: relative;
  }
  .split-view .split-view__sidebar-button-text--closed {
    display: block;
  }
  .split-view .split-view__sidebar-button-text--opened {
    display: none;
  }
  .split-view .landing--page .split-view__sidebar {
    height: 100%;
    overflow-y: scroll;
    padding-top: 100px;
  }
  .split-view .landing--page .split-view__sidebar-wrapper {
    bottom: 0;
    left: 0;
    top: 0;
    right: -5px;
    position: fixed;
    transform: translate3d(0, 125%, 0);
    transition: transform 0.45s ease-in;
    z-index: 100;
  }
  .theme-green .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-blue .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-indigo .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-pink .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-red .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-orange .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-grey .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .high-contrast .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .split-view .split-view__sidebar-buttons {
    pointer-events: none;
    left: 50%;
    max-width: 250px;
    padding: 16px;
    position: fixed;
    text-align: center;
    top: 0;
    transform: translateX(-50%) translateY(-100%);
    width: 100%;
  }
  .split-view .split-view__sidebar-button-text::before {
    height: auto;
    line-height: 0.8;
    vertical-align: bottom;
  }
  .split-view::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.35s ease-out;
    width: 100%;
    z-index: 99;
  }
  .split-view.is-open .split-view__sidebar-wrapper {
    transform: translate3d(0, 0, 0) !important;
    transition: transform 0.45s ease-in !important;
  }
  .split-view.is-open .split-view__sidebar-button-text--opened {
    display: block;
  }
  .split-view.is-open .split-view__sidebar-button-text--closed {
    display: none;
  }
  .split-view.is-open .split-view__sidebar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.65);
    cursor: pointer;
    left: 50%;
    max-width: 250px;
    padding: 16px;
    position: fixed;
    text-align: center;
    top: calc(100% - 95px);
    transform: translateX(-50%) translateY(0);
    width: 100%;
    z-index: 1;
    background-color: #fff;
    color: var(--brand-red-dark);
    pointer-events: all;
    max-height: 48px;
  }
  .split-view.is-open::before {
    opacity: 1;
  }
  .split-view:not(.is-open)::before {
    pointer-events: none;
    touch-action: none;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .split-view .banner {
    display: none;
  }
  .split-view .split-view__sidebar,
  .split-view .split-view__sidebar-buttons {
    position: relative;
  }
  .split-view .split-view__sidebar-button-text--closed {
    display: block;
  }
  .split-view .split-view__sidebar-button-text--opened {
    display: none;
  }
  .split-view .landing--page .split-view__sidebar {
    height: 100%;
    overflow-y: scroll;
    padding-top: 100px;
  }
  .split-view .landing--page .split-view__sidebar-wrapper {
    bottom: 0;
    left: 0;
    top: 0;
    right: -5px;
    position: fixed;
    transform: translate3d(0, 125%, 0);
    transition: transform 0.45s ease-in;
    z-index: 100;
  }
  .theme-green .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-blue .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-indigo .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-pink .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-red .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-orange .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .theme-grey .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .high-contrast .split-view .landing--page .split-view__sidebar-wrapper {
    background-color: var(--bg);
  }
  .split-view .split-view__sidebar-buttons {
    pointer-events: none;
    left: 50%;
    max-width: 250px;
    padding: 16px;
    position: fixed;
    text-align: center;
    top: 0;
    transform: translateX(-50%) translateY(-100%);
    width: 100%;
  }
  .split-view .split-view__sidebar-button-text::before {
    height: auto;
    line-height: 0.8;
    vertical-align: bottom;
  }
  .split-view::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.35s ease-out;
    width: 100%;
    z-index: 99;
  }
  .split-view.is-open .split-view__sidebar-wrapper {
    transform: translate3d(0, 0, 0) !important;
    transition: transform 0.45s ease-in !important;
  }
  .split-view.is-open .split-view__sidebar-button-text--opened {
    display: block;
  }
  .split-view.is-open .split-view__sidebar-button-text--closed {
    display: none;
  }
  .split-view.is-open .split-view__sidebar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.65);
    cursor: pointer;
    left: 50%;
    max-width: 250px;
    padding: 16px;
    position: fixed;
    text-align: center;
    top: calc(100% - 95px);
    transform: translateX(-50%) translateY(0);
    width: 100%;
    z-index: 1;
    background-color: #fff;
    color: var(--brand-red-dark);
    pointer-events: all;
    max-height: 48px;
  }
  .split-view.is-open::before {
    opacity: 1;
  }
  .split-view:not(.is-open)::before {
    pointer-events: none;
    touch-action: none;
  }
}
@media (max-width: 529px) {
  .split-view .split-view__sidebar {
    padding: 30px;
    padding-bottom: 90px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .split-view .split-view__sidebar {
    padding: 30px;
  }
}
@media (min-width: 800px) {
  .split-view .split-view__sidebar-buttons {
    display: none;
  }
}
.split-view .split-view__sidebar-button-text {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.split-view .split-view__sidebar-button-text strong,
.split-view .split-view__sidebar-button-text b {
  font-weight: normal;
}

@keyframes rotate_spinner {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.header {
  position: relative;
  text-align: center;
}
@media (max-width: 529px) {
  .header {
    padding-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header {
    padding-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header {
    padding-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .header {
    padding-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .header {
    padding-bottom: 56px;
  }
}
@media (max-width: 529px) {
  .header {
    padding-top: 56px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header {
    padding-top: 64px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header {
    padding-top: 72px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-top: 64px;
  }
}
.header .header__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.header .header__title__post {
  float: left;
  width: 100%;
}
.header .header__pre-title {
  text-align: center;
}
.header .header__title {
  margin-bottom: 8px;
}
.header .header__post-title {
  margin-bottom: 24px;
}
.header .header__form {
  margin-top: 24px;
}
.header .header__button {
  margin-top: 16px;
}
.header .option-bar,
.header .option-bar-blend-layer {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
}
.header .header__title {
  text-shadow: none;
  transition: none;
}
.header.has-loaded .header__title {
  transition: text-shadow 0.65s ease-in 0.15s;
}
.theme-green .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-blue .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-indigo .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-pink .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-red .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-orange .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-grey .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.high-contrast .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.high-contrast .header.has-loaded .header__title {
  text-shadow: none;
}
.header .header__wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 529px) {
  .header .header__title,
  .header .filter-tabs {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .header__title,
  .header .filter-tabs {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header .header__title,
  .header .filter-tabs {
    width: 83.3333333333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .header .header__title,
  .header .filter-tabs {
    width: 83.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 1480px) {
  .header .header__title,
  .header .filter-tabs {
    width: 83.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 529px) {
  .header .richtext,
  .header .header__form {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .richtext,
  .header .header__form {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header .richtext,
  .header .header__form {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .header .richtext,
  .header .header__form {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .header .richtext,
  .header .header__form {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.header .header__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.header .header__post-title:first-child {
  margin-top: 0;
}
.header .header__post-title:last-child {
  margin-bottom: 0;
}
.header .header__post-title strong,
.header .header__post-title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .header .header__post-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .header__post-title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header .header__post-title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .header .header__post-title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.header .header__pre-title,
.header .header__event-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.header .header__pre-title:first-child,
.header .header__event-title:first-child {
  margin-top: 0;
}
.header .header__pre-title:last-child,
.header .header__event-title:last-child {
  margin-bottom: 0;
}
.header .header__pre-title strong,
.header .header__pre-title b,
.header .header__event-title strong,
.header .header__event-title b {
  font-weight: normal;
}
.header .header__label {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  bottom: 0;
  display: block;
  height: 40px;
  line-height: 20px !important;
  overflow: hidden;
  padding: 7.5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  touch-action: none;
  transform: translate(60px, 41px) rotate(-45deg);
  transform-origin: 0 0;
  white-space: nowrap;
  width: 200px;
}
.header .header__label strong,
.header .header__label b {
  font-weight: normal;
}
.theme-green .header .header__label {
  background-color: #fff;
  color: #000;
}
.theme-blue .header .header__label {
  background-color: #fff;
  color: #000;
}
.theme-indigo .header .header__label {
  background-color: #fff;
  color: #000;
}
.theme-pink .header .header__label {
  background-color: #fff;
  color: #000;
}
.theme-red .header .header__label {
  background-color: #fff;
  color: #000;
}
.theme-orange .header .header__label {
  background-color: #fff;
  color: #000;
}
.theme-grey .header .header__label {
  background-color: #fff;
  color: #000;
}
.high-contrast .header .header__label {
  background-color: #fff;
  color: #000;
}
.theme-green .header .header__label.header__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-blue .header .header__label.header__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-indigo .header .header__label.header__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-pink .header .header__label.header__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-red .header .header__label.header__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-orange .header .header__label.header__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-grey .header .header__label.header__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.high-contrast .header .header__label.header__label--sold-out {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-green .header .header__label.header__label--canceled {
  color: var(--brand-red-dark);
}
.theme-blue .header .header__label.header__label--canceled {
  color: var(--brand-red-dark);
}
.theme-indigo .header .header__label.header__label--canceled {
  color: var(--brand-red-dark);
}
.theme-pink .header .header__label.header__label--canceled {
  color: var(--brand-red-dark);
}
.theme-red .header .header__label.header__label--canceled {
  color: var(--brand-red-dark);
}
.theme-orange .header .header__label.header__label--canceled {
  color: var(--brand-red-dark);
}
.theme-grey .header .header__label.header__label--canceled {
  color: var(--brand-red-dark);
}
.high-contrast .header .header__label.header__label--canceled {
  color: var(--brand-red-dark);
}
@media (max-width: 529px) {
  .header .backlink {
    text-shadow: none;
    transition: background-color 0.35s ease-out, color 0.35s ease-out, text-shadow 0.35s ease-out;
  }
  .theme-green .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-blue .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-indigo .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-pink .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-red .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-orange .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-grey .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .high-contrast .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .backlink {
    text-shadow: none;
    transition: background-color 0.35s ease-out, color 0.35s ease-out, text-shadow 0.35s ease-out;
  }
  .theme-green .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-blue .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-indigo .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-pink .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-red .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-orange .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-grey .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .high-contrast .header .backlink:hover {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
}
.header .header__thumbnails {
  bottom: 96px;
  position: absolute !important;
  transform: translate3d(0, 0, 0) rotate(180deg);
}
.header .header__thumbnails::after {
  clear: both;
  content: "";
  display: table;
}
.header .header__thumbnails .header__thumbnail {
  padding-bottom: calc(9.375%);
  width: 16.6666666667%;
}
.high-contrast .header .header__thumbnails .header__thumbnail .background-image::before {
  display: none;
}
.header .header__thumbnails.header__thumbnails--mobile .header__thumbnail {
  padding-bottom: calc(18.75%);
  width: 33.3333333333%;
}
@media (max-width: 529px) {
  .header .header__thumbnails.header__thumbnails--desktop {
    display: none;
  }
}
@media (max-width: 529px) {
  .header .header__thumbnails {
    left: 10px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .header__thumbnails {
    left: 10px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header .header__thumbnails {
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .header .header__thumbnails {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1480px) {
  .header .header__thumbnails {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 530px) {
  .header .header__thumbnails {
    bottom: 112px;
  }
  .header .header__thumbnails.header__thumbnails--mobile {
    display: none;
  }
  .header .header__thumbnails .header__thumbnail {
    padding-bottom: calc(9.375%);
    width: 16.6666666667%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .header__thumbnails {
    bottom: 96px;
  }
}
@media (min-width: 800px) {
  .header .header__thumbnails {
    bottom: 72px;
  }
  .header .header__thumbnails .header__thumbnail {
    padding-bottom: 5.625%;
    width: 10%;
  }
}
@media screen and (max-width: 799px) and (max-height: 529px) {
  .header .header__thumbnails.header__thumbnails--mobile {
    display: block;
  }
  .header .header__thumbnails.header__thumbnails--desktop {
    display: none;
  }
  .header .header__thumbnails .header__thumbnail {
    padding-bottom: calc(14.0625%) !important;
    width: 25% !important;
  }
}
.header .header__thumbnails .header__thumbnail {
  border: 2px solid currentColor;
  cursor: pointer;
  float: right;
  height: auto;
  line-height: 7%;
  margin-right: 2%;
  margin-top: 2%;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
  touch-action: auto;
  transform: translate3d(0, 0, 0) rotate(180deg) scale(1);
  transition: transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), opacity 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), box-shadow 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.theme-green .header .header__thumbnails .header__thumbnail {
  color: #fff;
}
.theme-blue .header .header__thumbnails .header__thumbnail {
  color: #fff;
}
.theme-indigo .header .header__thumbnails .header__thumbnail {
  color: #fff;
}
.theme-pink .header .header__thumbnails .header__thumbnail {
  color: #fff;
}
.theme-red .header .header__thumbnails .header__thumbnail {
  color: #fff;
}
.theme-orange .header .header__thumbnails .header__thumbnail {
  color: #fff;
}
.theme-grey .header .header__thumbnails .header__thumbnail {
  color: #fff;
}
.high-contrast .header .header__thumbnails .header__thumbnail {
  color: #fff;
}
.theme-green .header .header__thumbnails .header__thumbnail:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-blue .header .header__thumbnails .header__thumbnail:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-indigo .header .header__thumbnails .header__thumbnail:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-pink .header .header__thumbnails .header__thumbnail:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-red .header .header__thumbnails .header__thumbnail:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-orange .header .header__thumbnails .header__thumbnail:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-grey .header .header__thumbnails .header__thumbnail:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.high-contrast .header .header__thumbnails .header__thumbnail:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.header .header__thumbnails .header__thumbnail .link {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.header .header__thumbnails .header__thumbnail.header__thumbnail--more {
  background: rgba(0, 0, 0, 0.65);
}
.header .header__gallery {
  background: #000;
  border: 8px solid #000;
  color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: scale(0.85);
  transition: opacity 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9), transform 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9), visibility 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  width: 100%;
  will-change: transition, transform, z-index;
  z-index: -1;
}
.theme-green .header .header__gallery {
  border-color: var(--frame);
}
.theme-blue .header .header__gallery {
  border-color: var(--frame);
}
.theme-indigo .header .header__gallery {
  border-color: var(--frame);
}
.theme-pink .header .header__gallery {
  border-color: var(--frame);
}
.theme-red .header .header__gallery {
  border-color: var(--frame);
}
.theme-orange .header .header__gallery {
  border-color: var(--frame);
}
.theme-grey .header .header__gallery {
  border-color: var(--frame);
}
.header .header__gallery .header-gallery__container {
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 100%;
}
.header .header__gallery .button--close {
  border-color: transparent;
  margin: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 20px;
}
.header .header__gallery .button--close::after {
  vertical-align: top;
}
.header .header__gallery .header-thumbnail-carousel {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition: opacity 0.35s ease-out;
}
.header .header__gallery:target, .header .header__gallery.is-opening, .header .header__gallery.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
  z-index: 11000;
  pointer-events: initial;
}
.header .header__gallery.is-open .header-thumbnail-carousel {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
}
.header .header__gallery.is-closed {
  transition: opacity 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9), transform 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9), z-index 0.01s linear 0.25s;
}
.header .header__gallery .option-bar-blend-layer,
.header .header__gallery .option-bar,
.header .header__gallery .header-gallery__thumbnail-carousel-container,
.header .header__gallery .gallery-backlink,
.header .header__gallery .gallery-forwardlink,
.header .header__gallery .thumbnail-carousel-buttons,
.header .header__gallery .thumbnail-carousel-button,
.header .header__gallery .button--close {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  transform: none;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}
.header .header__gallery .header-gallery__thumbnail-carousel-container {
  pointer-events: none;
  touch-action: none;
}
.header .header__gallery.is-opening .option-bar-blend-layer,
.header .header__gallery.is-opening .option-bar,
.header .header__gallery.is-opening .header-gallery__thumbnail-carousel-container,
.header .header__gallery.is-opening .gallery-backlink,
.header .header__gallery.is-opening .gallery-forwardlink,
.header .header__gallery.is-opening .thumbnail-carousel-buttons,
.header .header__gallery.is-opening .thumbnail-carousel-button,
.header .header__gallery.is-opening .button--close {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition: none;
}
.header .header__gallery.is-opening .header-gallery__thumbnail-carousel-container {
  opacity: 0 !important;
}
.header .header__gallery.is-sleeping .option-bar-blend-layer,
.header .header__gallery.is-sleeping .option-bar,
.header .header__gallery.is-sleeping .header-gallery__thumbnail-carousel-container,
.header .header__gallery.is-sleeping .gallery-backlink,
.header .header__gallery.is-sleeping .gallery-forwardlink,
.header .header__gallery.is-sleeping .thumbnail-carousel-buttons,
.header .header__gallery.is-sleeping .button--close {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
}
.header .header__gallery.is-sleeping .option-bar-blend-layer,
.header .header__gallery.is-sleeping .option-bar,
.header .header__gallery.is-sleeping .header-gallery__thumbnail-carousel-container,
.header .header__gallery.is-sleeping .thumbnail-carousel-buttons {
  transform: translate3d(0, 50px, 0);
}
.header .header__gallery.is-sleeping .header-gallery__thumbnail-carousel-container {
  opacity: 0 !important;
  transform: translate3d(0, 50px, 0) !important;
}
.header .header__gallery.is-sleeping .gallery-backlink,
.header .header__gallery.is-sleeping .thumbnail-carousel-button--back {
  transform: translate3d(-50px, -50%, 0);
}
.header .header__gallery.is-sleeping .gallery-forwardlink,
.header .header__gallery.is-sleeping .thumbnail-carousel-button--forward {
  transform: translate3d(50px, -50%, 0);
}
.header .header__gallery.is-sleeping .button--close {
  transform: none;
}
.header .header__gallery .gallery-backlink.swiper-button-disabled,
.header .header__gallery .thumbnail-carousel-button--back.is-hidden {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transform: translate3d(-50px, -50%, 0);
}
.header .header__gallery .gallery-forwardlink.swiper-button-disabled,
.header .header__gallery .thumbnail-carousel-button--forward.is-hidden {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transform: translate3d(50px, -50%, 0);
}
.header .header__gallery .header-gallery__zoom-wrapper {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header .header__gallery .header-gallery__zoom-wrapper::before {
  animation: rotate_spinner 1s linear infinite;
  border-radius: 50%;
  border-width: 6px;
  content: "";
  display: block;
  height: 42px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  touch-action: none;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.35s ease-out;
  transition-delay: 1s;
  width: 42px;
}
.theme-green .header .header__gallery .header-gallery__zoom-wrapper::before {
  border-color: var(--frame);
  border-top-color: transparent;
}
.theme-blue .header .header__gallery .header-gallery__zoom-wrapper::before {
  border-color: var(--frame);
  border-top-color: transparent;
}
.theme-indigo .header .header__gallery .header-gallery__zoom-wrapper::before {
  border-color: var(--frame);
  border-top-color: transparent;
}
.theme-pink .header .header__gallery .header-gallery__zoom-wrapper::before {
  border-color: var(--frame);
  border-top-color: transparent;
}
.theme-red .header .header__gallery .header-gallery__zoom-wrapper::before {
  border-color: var(--frame);
  border-top-color: transparent;
}
.theme-orange .header .header__gallery .header-gallery__zoom-wrapper::before {
  border-color: var(--frame);
  border-top-color: transparent;
}
.theme-grey .header .header__gallery .header-gallery__zoom-wrapper::before {
  border-color: var(--frame);
  border-top-color: transparent;
}
.high-contrast .header .header__gallery .header-gallery__zoom-wrapper::before {
  border-top-color: transparent;
}
.header .header__gallery .header-gallery__zoom-wrapper.has-loaded::before {
  animation: none;
  opacity: 0;
}
.header .header__gallery .header-gallery__zoom-wrapper.has-loaded .header-gallery__zoom-object:not([src=""]) {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
}
.header .header__gallery .header-gallery__zoom-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header .header__gallery .header-gallery__zoom-object {
  left: 0;
  max-height: none;
  max-width: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  transition: opacity 150ms ease-out;
}
.header .header__gallery.is-open .header-gallery__zoom-wrapper:not(.has-loaded)::before {
  opacity: 1;
}
.header .header__gallery.is-switching .header-gallery__zoom-wrapper::before {
  opacity: 0 !important;
  transition-delay: 0;
}
.header .header__gallery .gallery-forwardlink {
  position: relative;
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .header__gallery .gallery-forwardlink .link {
  margin: 0 0 0 -1px;
  padding-left: 10px;
  padding-right: 10px;
}
.header .header__gallery .gallery-forwardlink .link::after {
  height: 20px;
  margin-left: 0;
  vertical-align: middle;
  width: 16px;
}
.header .header__gallery .gallery-forwardlink .link .link__span {
  text-decoration: none;
}
.header .header__gallery .gallery-forwardlink .link .link__span:hover {
  text-decoration: none;
}
.theme-green .header .header__gallery .gallery-forwardlink {
  background-color: var(--frame);
}
.theme-blue .header .header__gallery .gallery-forwardlink {
  background-color: var(--frame);
}
.theme-indigo .header .header__gallery .gallery-forwardlink {
  background-color: var(--frame);
}
.theme-pink .header .header__gallery .gallery-forwardlink {
  background-color: var(--frame);
}
.theme-red .header .header__gallery .gallery-forwardlink {
  background-color: var(--frame);
}
.theme-orange .header .header__gallery .gallery-forwardlink {
  background-color: var(--frame);
}
.theme-grey .header .header__gallery .gallery-forwardlink {
  background-color: var(--frame);
}
@media (min-width: 800px) {
  .header .header__gallery .gallery-forwardlink {
    display: none;
  }
}
.header .header__gallery .gallery-forwardlink .link {
  overflow: hidden;
}
.theme-green .header .header__gallery .gallery-forwardlink .link {
  background-color: transparent !important;
}
.theme-green .header .header__gallery .gallery-forwardlink .link::before {
  background-color: var(--fg);
}
.theme-blue .header .header__gallery .gallery-forwardlink .link {
  background-color: transparent !important;
}
.theme-blue .header .header__gallery .gallery-forwardlink .link::before {
  background-color: var(--fg);
}
.theme-indigo .header .header__gallery .gallery-forwardlink .link {
  background-color: transparent !important;
}
.theme-indigo .header .header__gallery .gallery-forwardlink .link::before {
  background-color: var(--fg);
}
.theme-pink .header .header__gallery .gallery-forwardlink .link {
  background-color: transparent !important;
}
.theme-pink .header .header__gallery .gallery-forwardlink .link::before {
  background-color: var(--fg);
}
.theme-red .header .header__gallery .gallery-forwardlink .link {
  background-color: transparent !important;
}
.theme-red .header .header__gallery .gallery-forwardlink .link::before {
  background-color: var(--fg);
}
.theme-orange .header .header__gallery .gallery-forwardlink .link {
  background-color: transparent !important;
}
.theme-orange .header .header__gallery .gallery-forwardlink .link::before {
  background-color: var(--fg);
}
.theme-grey .header .header__gallery .gallery-forwardlink .link {
  background-color: transparent !important;
}
.theme-grey .header .header__gallery .gallery-forwardlink .link::before {
  background-color: var(--fg);
}
.high-contrast .header .header__gallery .gallery-forwardlink .link {
  background-color: transparent !important;
}
.high-contrast .header .header__gallery .gallery-forwardlink .link::before {
  background-color: var(--fg);
}
.header .header__gallery .gallery-forwardlink .link .link__span, .header .header__gallery .gallery-forwardlink .link::after {
  position: relative;
  z-index: 1;
}
.header .header__gallery .gallery-forwardlink .link::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  width: 0%;
  z-index: 0;
}
body.no-touch .header .header__gallery .gallery-forwardlink .link:hover::before {
  transition: width 0.35s ease-out;
  width: 105%;
}
.no-touch.theme-green .header .header__gallery .gallery-forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-blue .header .header__gallery .gallery-forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-indigo .header .header__gallery .gallery-forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-pink .header .header__gallery .gallery-forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-red .header .header__gallery .gallery-forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-orange .header .header__gallery .gallery-forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-grey .header .header__gallery .gallery-forwardlink .link:hover {
  color: var(--accent);
}
.no-touch.high-contrast .header .header__gallery .gallery-forwardlink .link:hover {
  color: var(--accent);
}
.header .header__gallery .gallery-backlink {
  position: relative;
  display: none;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .header__gallery .gallery-backlink .link {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.header .header__gallery .gallery-backlink .link::before {
  height: 20px;
  margin-right: 0;
  vertical-align: middle;
  width: 16px;
}
.header .header__gallery .gallery-backlink .link .link__span {
  text-decoration: none;
}
.header .header__gallery .gallery-backlink .link .link__span:hover {
  text-decoration: none;
}
.theme-green .header .header__gallery .gallery-backlink {
  background-color: var(--frame);
}
.theme-blue .header .header__gallery .gallery-backlink {
  background-color: var(--frame);
}
.theme-indigo .header .header__gallery .gallery-backlink {
  background-color: var(--frame);
}
.theme-pink .header .header__gallery .gallery-backlink {
  background-color: var(--frame);
}
.theme-red .header .header__gallery .gallery-backlink {
  background-color: var(--frame);
}
.theme-orange .header .header__gallery .gallery-backlink {
  background-color: var(--frame);
}
.theme-grey .header .header__gallery .gallery-backlink {
  background-color: var(--frame);
}
@media (min-width: 800px) {
  .header .header__gallery .gallery-backlink {
    display: none;
  }
}
.header .header__gallery .gallery-backlink .link {
  overflow: hidden;
}
.theme-green .header .header__gallery .gallery-backlink .link {
  background-color: transparent !important;
}
.theme-green .header .header__gallery .gallery-backlink .link::after {
  background-color: var(--fg);
}
.theme-blue .header .header__gallery .gallery-backlink .link {
  background-color: transparent !important;
}
.theme-blue .header .header__gallery .gallery-backlink .link::after {
  background-color: var(--fg);
}
.theme-indigo .header .header__gallery .gallery-backlink .link {
  background-color: transparent !important;
}
.theme-indigo .header .header__gallery .gallery-backlink .link::after {
  background-color: var(--fg);
}
.theme-pink .header .header__gallery .gallery-backlink .link {
  background-color: transparent !important;
}
.theme-pink .header .header__gallery .gallery-backlink .link::after {
  background-color: var(--fg);
}
.theme-red .header .header__gallery .gallery-backlink .link {
  background-color: transparent !important;
}
.theme-red .header .header__gallery .gallery-backlink .link::after {
  background-color: var(--fg);
}
.theme-orange .header .header__gallery .gallery-backlink .link {
  background-color: transparent !important;
}
.theme-orange .header .header__gallery .gallery-backlink .link::after {
  background-color: var(--fg);
}
.theme-grey .header .header__gallery .gallery-backlink .link {
  background-color: transparent !important;
}
.theme-grey .header .header__gallery .gallery-backlink .link::after {
  background-color: var(--fg);
}
.high-contrast .header .header__gallery .gallery-backlink .link {
  background-color: transparent !important;
}
.high-contrast .header .header__gallery .gallery-backlink .link::after {
  background-color: var(--fg);
}
.header .header__gallery .gallery-backlink .link .link__span, .header .header__gallery .gallery-backlink .link::before {
  position: relative;
  z-index: 1;
}
.header .header__gallery .gallery-backlink .link::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  width: 0%;
  z-index: 0;
}
body.no-touch .header .header__gallery .gallery-backlink .link:hover::after {
  transition: width 0.35s ease-out;
  width: 105%;
}
.no-touch.theme-green .header .header__gallery .gallery-backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-blue .header .header__gallery .gallery-backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-indigo .header .header__gallery .gallery-backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-pink .header .header__gallery .gallery-backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-red .header .header__gallery .gallery-backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-orange .header .header__gallery .gallery-backlink .link:hover {
  color: var(--accent);
}
.no-touch.theme-grey .header .header__gallery .gallery-backlink .link:hover {
  color: var(--accent);
}
.no-touch.high-contrast .header .header__gallery .gallery-backlink .link:hover {
  color: var(--accent);
}
.header .icon-visual-desc::before {
  content: "";
  background-image: url("/themes/isgm17/images/vis-desc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 20px;
  width: 12px;
  padding: 0;
}
.header .icon-visual-desc:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-offset: 1px;
}
.header .visual-description--outer-container.is-closed {
  visibility: hidden;
  z-index: 0;
}
.header .visual-description--outer-container.is-open {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100vw;
  height: 100vh;
}
.header .visual-description--outer-container.is-open .visual-description--bg {
  background: #000;
  border: 8px solid #000;
  color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: scale(0.85);
  transition: opacity 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9), transform 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9), visibility 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  width: 100%;
  will-change: transition, transform, z-index;
  z-index: -1;
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  left: 50px;
  top: 50px;
  background-color: #fff;
}
.theme-green .header .visual-description--outer-container.is-open .visual-description--bg {
  border-color: var(--frame);
}
.theme-blue .header .visual-description--outer-container.is-open .visual-description--bg {
  border-color: var(--frame);
}
.theme-indigo .header .visual-description--outer-container.is-open .visual-description--bg {
  border-color: var(--frame);
}
.theme-pink .header .visual-description--outer-container.is-open .visual-description--bg {
  border-color: var(--frame);
}
.theme-red .header .visual-description--outer-container.is-open .visual-description--bg {
  border-color: var(--frame);
}
.theme-orange .header .visual-description--outer-container.is-open .visual-description--bg {
  border-color: var(--frame);
}
.theme-grey .header .visual-description--outer-container.is-open .visual-description--bg {
  border-color: var(--frame);
}
.header .visual-description--outer-container.is-open .visual-description--bg .header-gallery__container {
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 100%;
}
.header .visual-description--outer-container.is-open .visual-description--bg .button--close {
  border-color: transparent;
  margin: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 20px;
}
.header .visual-description--outer-container.is-open .visual-description--bg .button--close::after {
  vertical-align: top;
}
.header .visual-description--outer-container.is-open .visual-description--bg .header-thumbnail-carousel {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition: opacity 0.35s ease-out;
}
.header .visual-description--outer-container.is-open .visual-description--bg:target, .header .visual-description--outer-container.is-open .visual-description--bg.is-opening, .header .visual-description--outer-container.is-open .visual-description--bg.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
  z-index: 11000;
  pointer-events: initial;
}
.header .visual-description--outer-container.is-open .visual-description--bg.is-open .header-thumbnail-carousel {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
}
.header .visual-description--outer-container.is-open .visual-description--bg.is-closed {
  transition: opacity 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9), transform 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9), z-index 0.01s linear 0.25s;
}
.header .visual-description--outer-container.is-open .visual-description--realtive-container {
  position: relative;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container {
  position: relative;
  background-color: #fff;
  color: #000;
  max-width: 768px;
  width: 100%;
  margin: 100px auto 0;
  padding: 0 20px;
  text-align: left;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container p:empty {
  display: none;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container .picture,
.header .visual-description--outer-container.is-open .visual-description--inner-container .video,
.header .visual-description--outer-container.is-open .visual-description--inner-container ul,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol {
  margin-top: 16px;
  margin-bottom: 24px;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container .picture:first-child,
.header .visual-description--outer-container.is-open .visual-description--inner-container .video:first-child,
.header .visual-description--outer-container.is-open .visual-description--inner-container ul:first-child,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol:first-child {
  margin-top: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container .picture:last-child,
.header .visual-description--outer-container.is-open .visual-description--inner-container .video:last-child,
.header .visual-description--outer-container.is-open .visual-description--inner-container ul:last-child,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol:last-child {
  margin-bottom: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h2:first-child {
  margin-top: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h2:last-child {
  margin-bottom: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container hr {
  margin-top: 32px;
  margin-bottom: 32px;
  height: 2px;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container hr:first-child {
  margin-top: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container hr:last-child {
  margin-bottom: 0;
}
.theme-green .header .visual-description--outer-container.is-open .visual-description--inner-container hr {
  color: currentColor;
  opacity: 0.5;
}
.theme-blue .header .visual-description--outer-container.is-open .visual-description--inner-container hr {
  color: currentColor;
  opacity: 0.5;
}
.theme-indigo .header .visual-description--outer-container.is-open .visual-description--inner-container hr {
  color: currentColor;
  opacity: 0.5;
}
.theme-pink .header .visual-description--outer-container.is-open .visual-description--inner-container hr {
  color: currentColor;
  opacity: 0.5;
}
.theme-red .header .visual-description--outer-container.is-open .visual-description--inner-container hr {
  color: currentColor;
  opacity: 0.5;
}
.theme-orange .header .visual-description--outer-container.is-open .visual-description--inner-container hr {
  color: currentColor;
  opacity: 0.5;
}
.theme-grey .header .visual-description--outer-container.is-open .visual-description--inner-container hr {
  color: currentColor;
  opacity: 0.5;
}
.high-contrast .header .visual-description--outer-container.is-open .visual-description--inner-container hr {
  color: currentColor;
  opacity: 0.5;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h1 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 16px;
  letter-spacing: 1.5px;
  min-height: 24px;
  text-transform: uppercase;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h1:first-child {
  margin-top: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h1:last-child {
  margin-bottom: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h1 strong,
.header .visual-description--outer-container.is-open .visual-description--inner-container h1 b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .header .visual-description--outer-container.is-open .visual-description--inner-container h1 {
    font-size: 32px;
    letter-spacing: 2.5px;
    line-height: 32px;
    min-height: 32px;
  }
}
@media (min-width: 800px) {
  .header .visual-description--outer-container.is-open .visual-description--inner-container h1 {
    font-size: 40px;
    letter-spacing: 3.25px;
    line-height: 40px;
    min-height: 40px;
  }
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h2 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h2 strong,
.header .visual-description--outer-container.is-open .visual-description--inner-container h2 b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .header .visual-description--outer-container.is-open .visual-description--inner-container h2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .visual-description--outer-container.is-open .visual-description--inner-container h2 {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header .visual-description--outer-container.is-open .visual-description--inner-container h2 {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .header .visual-description--outer-container.is-open .visual-description--inner-container h2 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h3 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h3:first-child {
  margin-top: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h3:last-child {
  margin-bottom: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h3 strong,
.header .visual-description--outer-container.is-open .visual-description--inner-container h3 b {
  font-weight: normal;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h4 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h4:first-child {
  margin-top: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h4:last-child {
  margin-bottom: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container h4 strong,
.header .visual-description--outer-container.is-open .visual-description--inner-container h4 b {
  font-weight: normal;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container p {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container p:first-child {
  margin-top: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container p:last-child {
  margin-bottom: 0;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container p strong,
.header .visual-description--outer-container.is-open .visual-description--inner-container p b {
  font-weight: bold;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container p em,
.header .visual-description--outer-container.is-open .visual-description--inner-container p i {
  font-style: italic;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container li {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container li strong,
.header .visual-description--outer-container.is-open .visual-description--inner-container li b {
  font-weight: bold;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container li em,
.header .visual-description--outer-container.is-open .visual-description--inner-container li i {
  font-style: italic;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container p > a,
.header .visual-description--outer-container.is-open .visual-description--inner-container li > a {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip: ink;
  transition: color 0.35s ease-out;
  text-decoration: underline;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container p > a:hover,
.header .visual-description--outer-container.is-open .visual-description--inner-container li > a:hover {
  text-decoration: none;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container ul,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol {
  padding: var(--spacer-unit-xsmall);
}
.header .visual-description--outer-container.is-open .visual-description--inner-container ul li,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol li {
  padding-left: var(--spacer-unit-xxsmall);
  margin-left: var(--spacer-unit-small);
  margin-bottom: var(--spacer-unit-xsmall);
  position: relative;
  line-height: 140%;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container ul li ul,
.header .visual-description--outer-container.is-open .visual-description--inner-container ul li ol,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol li ul,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol li ol {
  margin-left: var(--spacer-unit-small);
}
.header .visual-description--outer-container.is-open .visual-description--inner-container ul li ul ul,
.header .visual-description--outer-container.is-open .visual-description--inner-container ul li ul ol,
.header .visual-description--outer-container.is-open .visual-description--inner-container ul li ol ul,
.header .visual-description--outer-container.is-open .visual-description--inner-container ul li ol ol,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol li ul ul,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol li ul ol,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol li ol ul,
.header .visual-description--outer-container.is-open .visual-description--inner-container ol li ol ol {
  margin-left: var(--spacer-unit-small);
}
.header .visual-description--outer-container.is-open .visual-description--inner-container ul li::before {
  content: "•";
}
.header .visual-description--outer-container.is-open .visual-description--inner-container ol {
  counter-reset: list-counter;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container ol li {
  counter-increment: list-counter;
}
.header .visual-description--outer-container.is-open .visual-description--inner-container ol li::before {
  content: counter(list-counter) ".";
  color: var(--fg);
}
.header .visual-description--outer-container.is-open .button--close {
  color: #000;
  border-color: #000;
  right: 30px;
  position: fixed;
}
.header .visual-description--outer-container.is-open .button--close:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-offset: 1px;
}
.header .header-gallery__thumbnail-carousel-container {
  bottom: 92px;
  height: 90px;
  left: 0;
  pointer-events: none;
  position: absolute;
  touch-action: none;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper {
  padding: 5px;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper .header-thumbnail-carousel__item {
  border: 2px solid transparent;
  box-shadow: none;
  opacity: 0.65;
  padding-right: 25px;
  transition: opacity 0.35s ease-out, box-shadow 0.35s ease-out, border-color 0.35s ease-out;
}
.theme-green .header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper .header-thumbnail-carousel__item {
  color: #fff;
}
.theme-blue .header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper .header-thumbnail-carousel__item {
  color: #fff;
}
.theme-indigo .header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper .header-thumbnail-carousel__item {
  color: #fff;
}
.theme-pink .header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper .header-thumbnail-carousel__item {
  color: #fff;
}
.theme-red .header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper .header-thumbnail-carousel__item {
  color: #fff;
}
.theme-orange .header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper .header-thumbnail-carousel__item {
  color: #fff;
}
.theme-grey .header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper .header-thumbnail-carousel__item {
  color: #fff;
}
.high-contrast .header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper .header-thumbnail-carousel__item {
  color: #fff;
}
.header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active .header-thumbnail-carousel__item, .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked .header-thumbnail-carousel__item {
  border-color: #fff;
  opacity: 1;
}
.theme-green .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active .header-thumbnail-carousel__item, .theme-green .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active:hover .header-thumbnail-carousel__item, .theme-green .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked .header-thumbnail-carousel__item, .theme-green .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked:hover .header-thumbnail-carousel__item {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-blue .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active .header-thumbnail-carousel__item, .theme-blue .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active:hover .header-thumbnail-carousel__item, .theme-blue .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked .header-thumbnail-carousel__item, .theme-blue .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked:hover .header-thumbnail-carousel__item {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-indigo .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active .header-thumbnail-carousel__item, .theme-indigo .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active:hover .header-thumbnail-carousel__item, .theme-indigo .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked .header-thumbnail-carousel__item, .theme-indigo .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked:hover .header-thumbnail-carousel__item {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-pink .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active .header-thumbnail-carousel__item, .theme-pink .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active:hover .header-thumbnail-carousel__item, .theme-pink .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked .header-thumbnail-carousel__item, .theme-pink .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked:hover .header-thumbnail-carousel__item {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-red .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active .header-thumbnail-carousel__item, .theme-red .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active:hover .header-thumbnail-carousel__item, .theme-red .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked .header-thumbnail-carousel__item, .theme-red .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked:hover .header-thumbnail-carousel__item {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-orange .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active .header-thumbnail-carousel__item, .theme-orange .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active:hover .header-thumbnail-carousel__item, .theme-orange .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked .header-thumbnail-carousel__item, .theme-orange .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked:hover .header-thumbnail-carousel__item {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.theme-grey .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active .header-thumbnail-carousel__item, .theme-grey .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active:hover .header-thumbnail-carousel__item, .theme-grey .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked .header-thumbnail-carousel__item, .theme-grey .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked:hover .header-thumbnail-carousel__item {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.high-contrast .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active .header-thumbnail-carousel__item, .high-contrast .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide-active:hover .header-thumbnail-carousel__item, .high-contrast .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked .header-thumbnail-carousel__item, .high-contrast .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide-clicked:hover .header-thumbnail-carousel__item {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide:not(.swiper-slide-active):hover .header-thumbnail-carousel__item, .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide:not(.swiper-slide-clicked):hover .header-thumbnail-carousel__item {
  opacity: 1;
}
.theme-green .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide:not(.swiper-slide-active):hover .header-thumbnail-carousel__item, .theme-green .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide:not(.swiper-slide-clicked):hover .header-thumbnail-carousel__item {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.theme-blue .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide:not(.swiper-slide-active):hover .header-thumbnail-carousel__item, .theme-blue .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide:not(.swiper-slide-clicked):hover .header-thumbnail-carousel__item {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.theme-indigo .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide:not(.swiper-slide-active):hover .header-thumbnail-carousel__item, .theme-indigo .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide:not(.swiper-slide-clicked):hover .header-thumbnail-carousel__item {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.theme-pink .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide:not(.swiper-slide-active):hover .header-thumbnail-carousel__item, .theme-pink .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide:not(.swiper-slide-clicked):hover .header-thumbnail-carousel__item {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.theme-red .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide:not(.swiper-slide-active):hover .header-thumbnail-carousel__item, .theme-red .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide:not(.swiper-slide-clicked):hover .header-thumbnail-carousel__item {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.theme-orange .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide:not(.swiper-slide-active):hover .header-thumbnail-carousel__item, .theme-orange .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide:not(.swiper-slide-clicked):hover .header-thumbnail-carousel__item {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.theme-grey .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide:not(.swiper-slide-active):hover .header-thumbnail-carousel__item, .theme-grey .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide:not(.swiper-slide-clicked):hover .header-thumbnail-carousel__item {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.high-contrast .header .header-gallery__thumbnail-carousel-container:not(.header-gallery__thumbnail-carousel-container--decoupled) .swiper-slide:not(.swiper-slide-active):hover .header-thumbnail-carousel__item, .high-contrast .header .header-gallery__thumbnail-carousel-container.header-gallery__thumbnail-carousel-container--decoupled .swiper-slide:not(.swiper-slide-clicked):hover .header-thumbnail-carousel__item {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.header .header-gallery__thumbnail-carousel-container[data-count="0"], .header .header-gallery__thumbnail-carousel-container[data-count="1"] {
  display: none;
}
.header .header-gallery__thumbnail-carousel-container[data-count="0"] ~ .gallery-backlink,
.header .header-gallery__thumbnail-carousel-container[data-count="0"] ~ .gallery-forwardlink,
.header .header-gallery__thumbnail-carousel-container[data-count="0"] ~ .thumbnail-carousel-button, .header .header-gallery__thumbnail-carousel-container[data-count="1"] ~ .gallery-backlink,
.header .header-gallery__thumbnail-carousel-container[data-count="1"] ~ .gallery-forwardlink,
.header .header-gallery__thumbnail-carousel-container[data-count="1"] ~ .thumbnail-carousel-button {
  display: none;
}
@media (max-width: 529px) {
  .header .header-gallery__thumbnail-carousel-container {
    bottom: 90px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .header-gallery__thumbnail-carousel-container {
    bottom: 125px;
  }
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel {
  display: none;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel.is-current {
  display: block;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item-wrapper {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item--prev::before,
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item--next::before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item--prev .link,
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item--next .link {
  left: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel {
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  z-index: -1000;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-wrapper {
  display: flex;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-container-android .swiper-slide,
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-wp8-horizontal {
  touch-action: pan-y;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel .swiper-wp8-vertical {
  touch-action: pan-x;
}
.header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item {
  cursor: pointer;
  display: block;
  height: auto;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.high-contrast .header .header-gallery__thumbnail-carousel-container .header-thumbnail-carousel__item .background-image::before {
  display: none;
}
.header .thumbnail-carousel-buttons {
  bottom: 128px;
  height: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}
.header .thumbnail-carousel-buttons .thumbnail-carousel-button {
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 28px;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: bottom;
  width: 28px;
  z-index: 1;
}
.theme-green .header .thumbnail-carousel-buttons .thumbnail-carousel-button {
  background-color: var(--accent);
}
.theme-blue .header .thumbnail-carousel-buttons .thumbnail-carousel-button {
  background-color: var(--accent);
}
.theme-indigo .header .thumbnail-carousel-buttons .thumbnail-carousel-button {
  background-color: var(--accent);
}
.theme-pink .header .thumbnail-carousel-buttons .thumbnail-carousel-button {
  background-color: var(--accent);
}
.theme-red .header .thumbnail-carousel-buttons .thumbnail-carousel-button {
  background-color: var(--accent);
}
.theme-orange .header .thumbnail-carousel-buttons .thumbnail-carousel-button {
  background-color: var(--accent);
}
.theme-grey .header .thumbnail-carousel-buttons .thumbnail-carousel-button {
  background-color: var(--accent);
}
.high-contrast .header .thumbnail-carousel-buttons .thumbnail-carousel-button {
  background-color: var(--accent);
}
.theme-green .header .thumbnail-carousel-buttons .thumbnail-carousel-button:hover .button__span {
  color: currentColor !important;
}
.theme-blue .header .thumbnail-carousel-buttons .thumbnail-carousel-button:hover .button__span {
  color: currentColor !important;
}
.theme-indigo .header .thumbnail-carousel-buttons .thumbnail-carousel-button:hover .button__span {
  color: currentColor !important;
}
.theme-pink .header .thumbnail-carousel-buttons .thumbnail-carousel-button:hover .button__span {
  color: currentColor !important;
}
.theme-red .header .thumbnail-carousel-buttons .thumbnail-carousel-button:hover .button__span {
  color: currentColor !important;
}
.theme-orange .header .thumbnail-carousel-buttons .thumbnail-carousel-button:hover .button__span {
  color: currentColor !important;
}
.theme-grey .header .thumbnail-carousel-buttons .thumbnail-carousel-button:hover .button__span {
  color: currentColor !important;
}
.high-contrast .header .thumbnail-carousel-buttons .thumbnail-carousel-button:hover .button__span {
  color: currentColor !important;
}
.header .thumbnail-carousel-buttons .thumbnail-carousel-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.header .thumbnail-carousel-buttons .thumbnail-carousel-button--back::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea0a";
}
.header .thumbnail-carousel-buttons .thumbnail-carousel-button--forward::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea0b";
}
@media (max-width: 529px) {
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--back {
    left: 15px;
  }
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--forward {
    right: 15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--back {
    left: 15px;
  }
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--forward {
    right: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--back {
    left: 24px;
  }
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--forward {
    right: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--back {
    left: 30px;
  }
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--forward {
    right: 30px;
  }
}
@media (min-width: 1480px) {
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--back {
    left: 30px;
  }
  .header .thumbnail-carousel-buttons .thumbnail-carousel-button--forward {
    right: 30px;
  }
}
@media (max-width: 529px) {
  .header .thumbnail-carousel-buttons {
    bottom: 130px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header .thumbnail-carousel-buttons {
    bottom: 165px;
  }
}
.header.has-background {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 310px;
}
@media (max-width: 529px) {
  .header.has-background {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header.has-background {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header.has-background {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .header.has-background {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .header.has-background {
    margin-bottom: 56px;
  }
}
.theme-green .header.has-background {
  color: #fff;
}
.theme-blue .header.has-background {
  color: #fff;
}
.theme-indigo .header.has-background {
  color: #fff;
}
.theme-pink .header.has-background {
  color: #fff;
}
.theme-red .header.has-background {
  color: #fff;
}
.theme-orange .header.has-background {
  color: #fff;
}
.theme-grey .header.has-background {
  color: #fff;
}
.high-contrast .header.has-background {
  color: #fff;
}
.header.has-background .outer-constrainer {
  width: 100%;
}
@media (min-width: 530px) {
  .header.has-background {
    min-height: 510px;
  }
}
.header.has-background .background-image::before {
  content: "";
  display: block;
  height: 88px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  transition: opacity 0.35s ease-out;
  width: 100%;
  z-index: 50;
  margin-top: -11px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-green .header.has-background .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-blue .header.has-background .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-indigo .header.has-background .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-pink .header.has-background .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-red .header.has-background .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-orange .header.has-background .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-grey .header.has-background .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.high-contrast .header.has-background .background-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.high-contrast .header.has-background .background-image::before {
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
  height: 248px;
}
@media (min-width: 530px) {
  .high-contrast .header.has-background .background-image::before {
    height: 264px;
  }
}
@media (min-width: 800px) {
  .header.has-background .background-image::before {
    height: 264px;
  }
}
@media (min-width: 1200px) {
  .high-contrast .header.has-background .background-image::before {
    height: 200px;
  }
}
.header.header--detail {
  min-height: calc(100vh - 20px);
}

.header__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 2.2;
  max-width: 945px;
}

@media (min-width: 1200px) {
  .header__caption .inner-constrainer {
    padding: 0;
  }
}

.header--allow-overflow {
  overflow: visible;
}

.node-type-collection_blog .header.has-background {
  margin-bottom: 12px !important;
}

.node-type-collection_blog .header.is-empty {
  padding-top: 64px;
}
@media (min-width: 800px) {
  .node-type-collection_blog .header.is-empty {
    padding-top: 134px;
  }
}

.node-type-collection_blog .sr-only {
  display: none;
}

.header .header__gallery .thumbnail-carousel-buttons .thumbnail-carousel-button {
  display: none;
}

/* Use of !important to make sure these are never overridden by other css */
.sr-only {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 15.2px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  font-weight: 700;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-50px);
  padding: 5px;
  background: #e5439a;
  color: #fff !important;
  text-transform: uppercase;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  transform: translateY(0);
  z-index: 100;
}

.eu-cookie-compliance-popup-open .sr-only-focusable:focus,
.eu-cookie-compliance-popup-open .sr-only-focusable:active {
  transform: translateY(47px);
}

.logged-in .main--art .header--detail a.button--close {
  margin-top: 4em;
}

main:has(.isg-decoration--arrow-container) header {
  background-color: var(--neutrals-white);
  margin-inline: calc(-1 * var(--frame-width));
}
main:has(.isg-decoration--arrow-container) .isg-alert-block {
  background-color: var(--neutrals-white);
}

.header__title .isg-h1 {
  justify-content: center;
}
.header__title .isg-h1::after {
  content: none;
}

/**
 * Mosaic Layout Adjustment
 * Adaptation for extra grid items that break layout
 * Accepts:
 * - $ele: {String} DOM element selector
 * - $offset: {Number} Value to offset base value
 *
 * Usage:
 * .thing {
 *   @include mosaic-adjust('.has-2', 2);
 * }
 */
/**
 * Full size grid image
 *
 * Usage:
 * .thing {
 *   @include mosaic-image-full;
 * }
 */
.mosaic {
  width: 100%;
  max-width: 828px;
  padding: 0 22px;
  margin: 0 auto;
}
@media (min-width: 530px) {
  .mosaic {
    padding: 0 24px;
  }
}

.mosaic__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .mosaic__wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 8px;
  }
}

.mosaic.has-1 .mosaic__wrapper {
  display: block;
}

@media only screen and (min-width: 600px) {
  .mosaic__wrapper {
    grid-gap: 24px;
  }
}
.mosaic.has-1 img {
  height: 205px;
}
@media (min-width: 530px) {
  .mosaic.has-1 img {
    height: 525px;
  }
}

.mosaic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.mosaic__item {
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .mosaic__item {
    width: 100%;
    margin-bottom: 0;
  }
}

.mosaic__item a {
  display: block;
  overflow: hidden;
}

.mosaic__item img {
  transition: transform cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.2s;
}

.mosaic__item:hover img {
  transform: scale(1.1);
}

.mosaic__item:nth-child(5n+1) {
  grid-column: span 4;
  grid-row: span 2;
}

.mosaic__item:nth-child(5n+2),
.mosaic__item:nth-child(5n+3) {
  grid-column: span 2;
}

.mosaic__item:nth-child(5n+4),
.mosaic__item:nth-child(5n+5) {
  grid-column: span 3;
}

.mosaic.has-2 .mosaic__item,
.mosaic.has-4 .mosaic__item {
  grid-row: span 1;
  grid-column: span 3;
}

.has-6 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-6 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-6 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-6 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.has-11 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-11 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-11 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-11 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.has-16 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-16 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-16 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-16 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.has-21 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-21 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-21 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-21 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.has-26 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-26 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-26 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-26 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.has-7 .mosaic__item:nth-last-child(1),
.has-7 .mosaic__item:nth-last-child(2) {
  grid-row: span 1;
  grid-column: span 3;
}

.has-12 .mosaic__item:nth-last-child(1),
.has-12 .mosaic__item:nth-last-child(2) {
  grid-row: span 1;
  grid-column: span 3;
}

.has-17 .mosaic__item:nth-last-child(1),
.has-17 .mosaic__item:nth-last-child(2) {
  grid-row: span 1;
  grid-column: span 3;
}

.has-22 .mosaic__item:nth-last-child(1),
.has-22 .mosaic__item:nth-last-child(2) {
  grid-row: span 1;
  grid-column: span 3;
}

.has-27 .mosaic__item:nth-last-child(1),
.has-27 .mosaic__item:nth-last-child(2) {
  grid-row: span 1;
  grid-column: span 3;
}

.has-9 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-9 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-9 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-9 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.has-14 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-14 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-14 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-14 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.has-19 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-19 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-19 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-19 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.has-24 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-24 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-24 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-24 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.has-29 .mosaic__item:nth-last-child(1) {
  grid-column: span 6;
}
@supports (grid-template-columns: repeat(6, 1fr)) {
  .has-29 .mosaic__item:nth-last-child(1) img {
    height: 200px;
  }
  @media only screen and (min-width: 600px) {
    .has-29 .mosaic__item:nth-last-child(1) img {
      max-height: 50vh;
      min-height: 350px;
    }
  }
  @media only screen and (min-width: 900px) {
    .has-29 .mosaic__item:nth-last-child(1) img {
      min-height: 450px;
    }
  }
}

.header-panels {
  position: relative;
  height: 408px;
  overflow: hidden;
  padding-bottom: 408px;
  position: relative;
}
@media (max-width: 529px) {
  .header-panels {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header-panels {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header-panels {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .header-panels {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .header-panels {
    margin-bottom: 56px;
  }
}
.header-panels .header-panels__wrapper {
  height: 408px;
  position: relative;
}
.header-panels .header-panels__backgrounds,
.header-panels .header-panels__panels,
.header-panels .header-panels__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-panels .header-panels__panel {
  position: relative;
}
.header-panels .header-panels__backgrounds {
  z-index: 1;
}
.header-panels .header-panels__backgrounds .background-video {
  height: 100%;
  width: 100%;
}
.header-panels .header-panels__panels {
  z-index: 2;
}
.header-panels .header-panels__panel-mask {
  padding-top: 16px;
}
@media (min-width: 530px) {
  .header-panels {
    height: 480px;
    padding-bottom: 480px;
  }
  .header-panels .header-panels__wrapper {
    height: 480px;
  }
}
@media (max-width: 529px) {
  .header-panels .title-card {
    transform: translate3d(0, 0, 0);
  }
  .header-panels .title-card .divider {
    margin-bottom: 8px;
  }
  .header-panels .title-card .title-card__title-block {
    margin: 0;
  }
}
@media (max-width: 529px) {
  .header-panels .header-panels__backgrounds > .header-panels__blend-layer {
    bottom: 56px;
    height: 50%;
    left: 0;
    top: 136px;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  .header-panels .header-panels__backgrounds.header-panels__backgrounds--3 .header-panels__background--active:nth-of-type(1) ~ .header-panels__blend-layer {
    transform: translate3d(-100%, 0, 0);
  }
  .header-panels .header-panels__backgrounds.header-panels__backgrounds--3 .header-panels__background--active:nth-of-type(3) ~ .header-panels__blend-layer {
    transform: translate3d(100%, 0, 0);
  }
  .header-panels .header-panels__background,
  .header-panels .header-panels__panel {
    opacity: 1 !important;
    transition: transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  }
  .header-panels .header-panels__background:first-child,
  .header-panels .header-panels__panel:first-child {
    transform: translate3d(-100%, 0, 0);
  }
  .header-panels .header-panels__background:nth-child(3),
  .header-panels .header-panels__panel:nth-child(3) {
    transform: translate3d(100%, 0, 0);
  }
  .header-panels .header-panels__panel {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .header-panels .header-panels__wrapper {
    transform: translate3d(0, 0, 0);
    transition: transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  }
  .header-panels .header-panels__wrapper[data-selected="0"] {
    transform: translate3d(100%, 0, 0);
  }
  .header-panels .header-panels__wrapper[data-selected="2"] {
    transform: translate3d(-100%, 0, 0);
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header-panels .header-panels__backgrounds > .header-panels__blend-layer {
    bottom: 56px;
    height: 50%;
    left: 0;
    top: 136px;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  .header-panels .header-panels__backgrounds.header-panels__backgrounds--3 .header-panels__background--active:nth-of-type(1) ~ .header-panels__blend-layer {
    transform: translate3d(-100%, 0, 0);
  }
  .header-panels .header-panels__backgrounds.header-panels__backgrounds--3 .header-panels__background--active:nth-of-type(3) ~ .header-panels__blend-layer {
    transform: translate3d(100%, 0, 0);
  }
  .header-panels .header-panels__background,
  .header-panels .header-panels__panel {
    opacity: 1 !important;
    transition: transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  }
  .header-panels .header-panels__background:first-child,
  .header-panels .header-panels__panel:first-child {
    transform: translate3d(-100%, 0, 0);
  }
  .header-panels .header-panels__background:nth-child(3),
  .header-panels .header-panels__panel:nth-child(3) {
    transform: translate3d(100%, 0, 0);
  }
  .header-panels .header-panels__panel {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .header-panels .header-panels__wrapper {
    transform: translate3d(0, 0, 0);
    transition: transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  }
  .header-panels .header-panels__wrapper[data-selected="0"] {
    transform: translate3d(100%, 0, 0);
  }
  .header-panels .header-panels__wrapper[data-selected="2"] {
    transform: translate3d(-100%, 0, 0);
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header-panels .header-panels__backgrounds > .header-panels__blend-layer {
    top: 160px;
  }
}
@media (min-width: 800px) {
  .header-panels {
    height: 432px;
    padding-bottom: 0;
  }
  .header-panels .header-panels__wrapper {
    height: 100%;
    overflow: hidden;
  }
  .header-panels .header-panels__backgrounds {
    height: 100%;
  }
  body:not(.is-ios) .header-panels .header-panels__backgrounds .background-image {
    background-attachment: fixed;
  }
  .header-panels .header-panels__panels {
    display: flex;
    flex-direction: row;
  }
  .header-panels .header-panels__panel {
    flex: 1 1 33.3333%;
  }
}
@media (min-width: 1200px) {
  .header-panels .header-panels__panel {
    flex: 1 1 28.1%;
  }
  .header-panels .header-panels__panel:not(:first-child) {
    margin-left: 4%;
  }
  .header-panels .header-panels__panel:not(:last-child) {
    margin-right: 4%;
  }
}
@media (max-width: 529px) {
  .header-panels .header-panels__panel-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header-panels .header-panels__panel-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header-panels .header-panels__panel-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .header-panels .header-panels__panel-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  .header-panels .header-panels__panel-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 529px) {
  .header-panels .header-panels__panel-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 529px) {
  .header-panels .header-panels__panel-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header-panels .header-panels__panel-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header-panels .header-panels__panel-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.header-panels .header-panels__backgrounds {
  background-color: #000;
}
.header-panels .header-panels__background {
  opacity: 0;
  transition: opacity 1s ease-out 0.05s;
}
.header-panels .header-panels__background--active {
  opacity: 1;
  transition: opacity 1s ease-in 0.35s;
  z-index: 10;
}
.header-panels .title-card__title-block,
.header-panels .title-card__content-block,
.header-panels .header-panels__panel__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}
.header-panels .header-panels__panel__content,
.header-panels .title-card__content-block {
  height: 0;
  opacity: 0;
  transform: translate3d(0, -56px, 0);
  transition: height 0.01s linear, opacity 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9) 0.35s, transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9) 0.35s;
}
.header-panels .header-panels__panel--active .header-panels__panel__content,
.header-panels .header-panels__panel--active .title-card__content-block {
  height: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: height 0.01s linear, opacity 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9) 1s, transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9) 1s;
}
.header-panels .header-panels__panel .divider__bar::before {
  transition: width 0.35s ease-out 1s, background-color 0.35s ease-out 1s;
  width: 100%;
}
.theme-green .header-panels .header-panels__panel:not(.header-panels__panel--active) {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-blue .header-panels .header-panels__panel:not(.header-panels__panel--active) {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-indigo .header-panels .header-panels__panel:not(.header-panels__panel--active) {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-pink .header-panels .header-panels__panel:not(.header-panels__panel--active) {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-red .header-panels .header-panels__panel:not(.header-panels__panel--active) {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-orange .header-panels .header-panels__panel:not(.header-panels__panel--active) {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-grey .header-panels .header-panels__panel:not(.header-panels__panel--active) {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.high-contrast .header-panels .header-panels__panel:not(.header-panels__panel--active) {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-green .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__title__anchor {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-blue .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__title__anchor {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-indigo .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__title__anchor {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-pink .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__title__anchor {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-red .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__title__anchor {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-orange .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__title__anchor {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.theme-grey .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__title__anchor {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.high-contrast .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__title__anchor {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.high-contrast .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__title,
.high-contrast .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__pre-title,
.high-contrast .header-panels .header-panels__panel:not(.header-panels__panel--active) .title-card__post-title,
.high-contrast .header-panels .header-panels__panel:not(.header-panels__panel--active) .divider {
  color: #fff;
}
.header-panels .header-panels__panel:not(.header-panels__panel--active) .divider__bar::before {
  transition: width 0.35s ease-out, background-color 0.35s ease-out;
  width: 0;
}
.theme-green .header-panels .header-panels__panel:not(.header-panels__panel--active) .divider__bar::before {
  background-color: transparent;
}
.theme-blue .header-panels .header-panels__panel:not(.header-panels__panel--active) .divider__bar::before {
  background-color: transparent;
}
.theme-indigo .header-panels .header-panels__panel:not(.header-panels__panel--active) .divider__bar::before {
  background-color: transparent;
}
.theme-pink .header-panels .header-panels__panel:not(.header-panels__panel--active) .divider__bar::before {
  background-color: transparent;
}
.theme-red .header-panels .header-panels__panel:not(.header-panels__panel--active) .divider__bar::before {
  background-color: transparent;
}
.theme-orange .header-panels .header-panels__panel:not(.header-panels__panel--active) .divider__bar::before {
  background-color: transparent;
}
.theme-grey .header-panels .header-panels__panel:not(.header-panels__panel--active) .divider__bar::before {
  background-color: transparent;
}
.high-contrast .header-panels .header-panels__panel:not(.header-panels__panel--active) .divider__bar::before {
  background-color: transparent;
}
.header-panels .header-panels__panel-wrapper {
  text-align: center;
}
.header-panels .header-panels__panel-wrapper .link {
  display: block;
  margin: -8px 0 0;
  width: auto;
}
.header-panels .title-card__links {
  margin-top: 12px;
}
.header-panels .title-card__sub-title::before {
  vertical-align: middle;
}
@media (max-width: 800px) {
  .header-panels .header-panels__panel {
    visibility: visible;
  }
  .header-panels .header-panels__panel:not(.header-panels__panel--active) {
    visibility: hidden;
  }
}
.header-panels .header-panels__blend-layer {
  box-sizing: content-box;
  display: none;
  height: 100%;
  left: 33.335%;
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), background-color 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), width 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), padding 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  width: 33.33%;
  will-change: transform, padding, height;
  z-index: 10;
}
.theme-green .header-panels .header-panels__blend-layer {
  background-color: var(--frame);
}
.theme-blue .header-panels .header-panels__blend-layer {
  background-color: var(--frame);
}
.theme-indigo .header-panels .header-panels__blend-layer {
  background-color: var(--frame);
}
.theme-pink .header-panels .header-panels__blend-layer {
  background-color: var(--frame);
}
.theme-red .header-panels .header-panels__blend-layer {
  background-color: var(--frame);
}
.theme-orange .header-panels .header-panels__blend-layer {
  background-color: var(--frame);
}
.theme-grey .header-panels .header-panels__blend-layer {
  background-color: var(--frame);
}
.high-contrast .header-panels .header-panels__blend-layer {
  background-color: var(--neutrals-grey-lightest);
}
.header-panels .header-panels__blend-layer.header-panels__blend-layer--one {
  mix-blend-mode: hard-light;
  opacity: 1;
}
.header-panels .header-panels__blend-layer.header-panels__blend-layer--two {
  opacity: 0.4;
}
.header-panels .header-panels__blend-layer.header-panels__blend-layer--three {
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.header-panels .header-panels__background--active:nth-of-type(1) ~ .header-panels__blend-layer {
  transform: translate3d(-100%, 0, 0);
}
.header-panels .header-panels__background--active:nth-of-type(2) ~ .header-panels__blend-layer {
  transform: translate3d(0, 0, 0);
}
.header-panels .header-panels__background--active:nth-of-type(3) ~ .header-panels__blend-layer {
  transform: translate3d(100%, 0, 0);
}
.header-panels .header-panels__background--active ~ .header-panels__blend-layer {
  display: block;
}
@media (min-width: 1200px) {
  .header-panels .header-panels__blend-layer {
    left: 36%;
    width: 28%;
  }
  .header-panels .header-panels__background--active:nth-of-type(1) ~ .header-panels__blend-layer {
    transform: translate3d(calc(-50vw + 50% + 10px), 0, 0);
  }
  .header-panels .header-panels__background--active:nth-of-type(2) ~ .header-panels__blend-layer {
    transform: translate3d(0, 0, 0);
  }
  .header-panels .header-panels__background--active:nth-of-type(3) ~ .header-panels__blend-layer {
    transform: translate3d(calc(50vw - 50% - 10px), 0, 0);
  }
}
@media (max-width: 529px) {
  .header-panels .header-panels__panel {
    padding-top: 136px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header-panels .header-panels__panel {
    padding-top: 160px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header-panels .header-panels__panel {
    padding-top: 104px;
  }
}
@media (min-width: 1200px) {
  .header-panels .header-panels__panels-1 .header-panels__panel {
    padding-top: 68px;
  }
}
.header-panels .header-panels__panel {
  padding-bottom: 56px;
}
.header-panels .header-panels__panel:not(.header-panels__panel--active) .header-panels__panel__scroll-down-button {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition: opacity 0.35s ease-out;
}
.header-panels .header-panels__panel__scroll-down-button__container {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.header-panels .header-panels__panel__scroll-down-button {
  animation: grabattention_simple 2s ease-in-out infinite;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 28px;
  margin-top: 16px;
  text-align: center;
  transition: opacity 0.35s ease-out;
  vertical-align: bottom;
  width: 28px;
}
.header-panels .header-panels__panel__scroll-down-button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea09";
}
@media (max-width: 529px) {
  .header-panels .header-panels__panel__scroll-down-button {
    display: none !important;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header-panels .header-panels__panel__scroll-down-button {
    display: none !important;
  }
}
.header-panels .header-panels__buttons {
  height: 0;
  left: 0;
  position: absolute;
  top: 55%;
  width: 100%;
}
.header-panels .header-panels__button {
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 28px;
  line-height: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: opacity 0.35s ease-out;
  vertical-align: bottom;
  width: 28px;
  z-index: 1;
}
.theme-green .header-panels .header-panels__button {
  background-color: var(--accent);
}
.theme-blue .header-panels .header-panels__button {
  background-color: var(--accent);
}
.theme-indigo .header-panels .header-panels__button {
  background-color: var(--accent);
}
.theme-pink .header-panels .header-panels__button {
  background-color: var(--accent);
}
.theme-red .header-panels .header-panels__button {
  background-color: var(--accent);
}
.theme-orange .header-panels .header-panels__button {
  background-color: var(--accent);
}
.theme-grey .header-panels .header-panels__button {
  background-color: var(--accent);
}
.high-contrast .header-panels .header-panels__button {
  background-color: var(--accent);
}
.theme-green .header-panels .header-panels__button:hover .button__span {
  color: currentColor !important;
}
.theme-blue .header-panels .header-panels__button:hover .button__span {
  color: currentColor !important;
}
.theme-indigo .header-panels .header-panels__button:hover .button__span {
  color: currentColor !important;
}
.theme-pink .header-panels .header-panels__button:hover .button__span {
  color: currentColor !important;
}
.theme-red .header-panels .header-panels__button:hover .button__span {
  color: currentColor !important;
}
.theme-orange .header-panels .header-panels__button:hover .button__span {
  color: currentColor !important;
}
.theme-grey .header-panels .header-panels__button:hover .button__span {
  color: currentColor !important;
}
.high-contrast .header-panels .header-panels__button:hover .button__span {
  color: currentColor !important;
}
.header-panels .header-panels__button.is-hidden {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  visibility: hidden;
}
.header-panels .header-panels__button--back::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea0a";
}
.header-panels .header-panels__button--forward::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea0b";
}
@media (max-width: 529px) {
  .header-panels .header-panels__button--back {
    left: 10px;
  }
  .header-panels .header-panels__button--forward {
    right: 10px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header-panels .header-panels__button--back {
    left: 10px;
  }
  .header-panels .header-panels__button--forward {
    right: 10px;
  }
}
@media (min-width: 800px) {
  .header-panels .header-panels__buttons {
    display: none;
    visibility: hidden;
  }
}
.header-panels .title-card__title,
.header-panels .title-card__pre-title,
.header-panels .title-card__post-title {
  margin-top: 0;
  margin-bottom: 0;
}
.header-panels .title-card__title:first-child,
.header-panels .title-card__pre-title:first-child,
.header-panels .title-card__post-title:first-child {
  margin-top: 0;
}
.header-panels .title-card__title:last-child,
.header-panels .title-card__pre-title:last-child,
.header-panels .title-card__post-title:last-child {
  margin-bottom: 0;
}
.header-panels .title-card__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
}
.header-panels .title-card__title strong,
.header-panels .title-card__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .header-panels .title-card__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .header-panels .title-card__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header-panels .title-card__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .header-panels .title-card__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.header-panels .title-card__title-block {
  margin-bottom: 32px;
}
@media (min-width: 800px) {
  .header-panels .title-card__title-block {
    position: relative;
    position: relative;
  }
  .header-panels .title-card__title-block::after {
    background-color: #fff;
    bottom: -8px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.35s ease-out;
    width: 60px;
  }
}
@media (min-width: 800px) and (min-width: 530px) {
  .header-panels .title-card__title-block {
    transform-origin: 50% 0;
    transition: transform 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9), color 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9);
    transform: scale(0.8);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1199px) {
  .header-panels .title-card__title-block {
    transform: scale(0.6);
  }
}
@media (min-width: 800px) and (min-width: 1200px) and (max-width: 1479px) {
  .header-panels .title-card__title-block {
    transform: scale(0.6);
  }
}
@media screen and (min-width: 800px) and (max-width: 800px) and (max-height: 768px) {
  .header-panels .title-card__title-block {
    transform: scale(0.4);
  }
}
@media (min-width: 800px) {
  .header-panels .header-panels__panel--active .title-card__title-block {
    transform: scale(1);
    transition: transform 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9) 0.5s, color 0.25s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  }
  .header-panels .header-panels__panel--active .title-card__title-block::after {
    width: 0;
  }
}
@media screen and (min-width: 800px) and (min-width: 449px) and (max-width: 800px) and (max-height: 768px) {
  .header-panels .header-panels__panel--active .title-card__title-block {
    transform: scale(0.6);
  }
}
.header-panels .title-card__pre-title,
.header-panels .title-card__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.header-panels .title-card__pre-title strong,
.header-panels .title-card__pre-title b,
.header-panels .title-card__post-title strong,
.header-panels .title-card__post-title b {
  font-weight: normal;
}
.header-panels .header-panels__backgrounds::before {
  content: "";
  display: block;
  height: 176px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  transition: opacity 0.35s ease-out;
  width: 100%;
  z-index: 50;
}
.theme-green .header-panels .header-panels__backgrounds::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-blue .header-panels .header-panels__backgrounds::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-indigo .header-panels .header-panels__backgrounds::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-pink .header-panels .header-panels__backgrounds::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-red .header-panels .header-panels__backgrounds::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-orange .header-panels .header-panels__backgrounds::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-grey .header-panels .header-panels__backgrounds::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.high-contrast .header-panels .header-panels__backgrounds::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.high-contrast .header-panels .header-panels__backgrounds::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 100%);
  height: 248px;
}
@media (min-width: 530px) {
  .high-contrast .header-panels .header-panels__backgrounds::before {
    height: 264px;
  }
}
@media (min-width: 800px) {
  .header-panels .header-panels__backgrounds::before {
    height: 264px;
  }
}
@media (min-width: 1200px) {
  .high-contrast .header-panels .header-panels__backgrounds::before {
    height: 200px;
  }
}
.header-panels .header-panels__backgrounds--1 .header-panels__background::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media (min-width: 800px) and (max-width: 1122px) {
  .header-panels .header-panels__backgrounds--2 .header-panels__background--active:nth-of-type(1) ~ .header-panels__blend-layer {
    transform: translate3d(-33.3vw, 0, 0) !important;
  }
  .header-panels .header-panels__backgrounds--2 .header-panels__background--active:nth-of-type(2) ~ .header-panels__blend-layer {
    transform: translate3d(33.4%, 0, 0) !important;
  }
  .header-panels .header-panels__backgrounds--2 .header-panels__blend-layer--one,
  .header-panels .header-panels__backgrounds--2 .header-panels__blend-layer--two {
    width: 50%;
  }
}
@media (min-width: 1122px) {
  .header-panels .header-panels__backgrounds--2 .header-panels__background--active:nth-of-type(1) ~ .header-panels__blend-layer {
    transform: translate3d(-36vw, 0, 0) !important;
  }
  .header-panels .header-panels__backgrounds--2 .header-panels__background--active:nth-of-type(2) ~ .header-panels__blend-layer {
    transform: translate3d(28%, 0, 0) !important;
  }
  .header-panels .header-panels__backgrounds--2 .header-panels__background--active::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 3.45%, transparent 30%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
  }
  .header-panels .header-panels__backgrounds--2 .header-panels__blend-layer--one,
  .header-panels .header-panels__backgrounds--2 .header-panels__blend-layer--two {
    width: 50%;
  }
}

.logo-graveyard {
  position: relative;
  margin-bottom: 0 !important;
  padding-top: var(--spacer-unit-xlarge);
}
@media (max-width: 529px) {
  .logo-graveyard {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .logo-graveyard {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .logo-graveyard {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .logo-graveyard {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .logo-graveyard {
    margin-bottom: 56px;
  }
}
.logo-graveyard .logo-graveyard__logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}
.logo-graveyard .logo-graveyard__logo {
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  position: relative;
}
.theme-green .logo-graveyard .logo-graveyard__logo::before, .theme-green .logo-graveyard .logo-graveyard__logo::after {
  background-color: var(--frame);
}
.theme-blue .logo-graveyard .logo-graveyard__logo::before, .theme-blue .logo-graveyard .logo-graveyard__logo::after {
  background-color: var(--frame);
}
.theme-indigo .logo-graveyard .logo-graveyard__logo::before, .theme-indigo .logo-graveyard .logo-graveyard__logo::after {
  background-color: var(--frame);
}
.theme-pink .logo-graveyard .logo-graveyard__logo::before, .theme-pink .logo-graveyard .logo-graveyard__logo::after {
  background-color: var(--frame);
}
.theme-red .logo-graveyard .logo-graveyard__logo::before, .theme-red .logo-graveyard .logo-graveyard__logo::after {
  background-color: var(--frame);
}
.theme-orange .logo-graveyard .logo-graveyard__logo::before, .theme-orange .logo-graveyard .logo-graveyard__logo::after {
  background-color: var(--frame);
}
.theme-grey .logo-graveyard .logo-graveyard__logo::before, .theme-grey .logo-graveyard .logo-graveyard__logo::after {
  background-color: var(--frame);
}
.high-contrast .logo-graveyard .logo-graveyard__logo::before, .high-contrast .logo-graveyard .logo-graveyard__logo::after {
  background-color: #fff;
}
.logo-graveyard .logo-graveyard__logo:last-child, .logo-graveyard .logo-graveyard__logo:last-of-type {
  margin-right: 0;
}
.logo-graveyard .picture__img {
  box-shadow: none;
}
@media (max-width: 529px) {
  .logo-graveyard .logo-graveyard__logo {
    width: 47.5%;
  }
}
@media (min-width: 530px) {
  .logo-graveyard .logo-graveyard__logo {
    width: 23.125%;
  }
}
@media (max-width: 529px) {
  .logo-graveyard .logo-graveyard__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .logo-graveyard .logo-graveyard__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .logo-graveyard .logo-graveyard__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .logo-graveyard .logo-graveyard__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .logo-graveyard .logo-graveyard__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}

.introduction-large {
  position: relative;
  text-align: center;
}
@media (max-width: 529px) {
  .introduction-large {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .introduction-large {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .introduction-large {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .introduction-large {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .introduction-large {
    margin-bottom: 56px;
  }
}
@media (min-width: 800px) {
  .introduction-large .backlink {
    transform: translateY(50%);
  }
}
.introduction-large .introduction-large__wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.introduction-large .add-to-calendar {
  margin-top: 8px;
  margin-bottom: 8px;
}
.introduction-large .add-to-calendar:first-child {
  margin-top: 0;
}
.introduction-large .add-to-calendar:last-child {
  margin-bottom: 0;
}
@media (max-width: 529px) {
  .introduction-large:first-child {
    padding-top: 112px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .introduction-large:first-child {
    padding-top: 128px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .introduction-large:first-child {
    padding-top: 144px;
  }
}
@media (min-width: 1200px) {
  .introduction-large:first-child {
    padding-top: 128px;
  }
}
.introduction-large .title-card__post-title:empty {
  display: none;
}

.image {
  position: relative;
}
@media (max-width: 529px) {
  .image {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .image {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .image {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .image {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .image {
    margin-bottom: 56px;
  }
}
.image .picture,
.image .picture__picture {
  width: 100%;
}
.image .picture__picture {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.image .image__wrapper {
  position: relative;
}
@media (max-width: 529px) {
  .image .image__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .image .image__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .image .image__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .image .image__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .image .image__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.image .image__wrapper .vertical-caption {
  margin-top: 8px;
  flex: none;
  text-align: left;
}
@media (min-width: 800px) {
  .image .image__wrapper .vertical-caption {
    margin-top: 0;
    width: min-content;
    height: 200px;
  }
  .image .image__wrapper .vertical-caption.js-enabled, .js-enabled .image .image__wrapper .vertical-caption {
    display: flex;
    justify-content: flex-start;
  }
}
.image .image__wrapper .vertical-caption > p {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0;
}
.image .image__wrapper .vertical-caption > p strong,
.image .image__wrapper .vertical-caption > p b {
  font-weight: bold;
}
.image .image__wrapper .vertical-caption > p em,
.image .image__wrapper .vertical-caption > p i {
  font-style: oblique;
}
@media (min-width: 800px) {
  .image .image__wrapper .vertical-caption > p {
    text-align: left;
    text-orientation: sideways;
    transform: rotate(180deg);
    margin: 0;
    writing-mode: vertical-rl;
    margin: 0;
    padding: 0 10px 0 0;
  }
}
.image .image__wrapper .image__links {
  position: absolute;
  top: -13px;
  right: 0;
}
.image .image__wrapper .image__links .hidden {
  display: none;
}
.image .image__wrapper.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  margin: 0;
  float: none;
  background: #000;
}
.image .image__wrapper.fullscreen .vertical-caption {
  bottom: 0;
  width: 50%;
}
.image .image__wrapper.fullscreen .picture {
  max-width: 96vw;
  height: 100%;
  margin: 0 auto;
  display: block;
  padding: 30px;
}
.image .image__wrapper.fullscreen .picture .picture--inner {
  height: calc(100% - 80px);
}
.image .image__wrapper.fullscreen .picture__picture {
  overflow: hidden;
  height: 100%;
  border: 1px solid #222;
}
.image .image__wrapper.fullscreen .picture__picture img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.image .image__wrapper.fullscreen .image__zoom-controls {
  display: block;
}
.image .image__wrapper.fullscreen .image__zoom-controls button {
  min-height: 0;
}
.image .image__wrapper.fullscreen .image__zoom-controls button::before {
  font-size: 24px;
}
.image .image__wrapper.fullscreen .image__caption {
  margin-top: 20px;
}
.image .picture .picture--inner {
  position: relative;
}
.image .picture .picture__caption {
  position: relative;
}
@media (max-width: 529px) {
  .image .picture .picture__caption {
    margin-top: 6px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .image .picture .picture__caption {
    margin-top: 11px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .image .picture .picture__caption {
    margin-top: 11px;
  }
}
.image .picture .picture__caption .image-caption {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}

.audio-player {
  position: relative;
  height: calc(100% - 16px);
  left: 8px;
  padding: 0 8px;
  position: fixed;
  top: 8px;
  user-select: none;
  width: calc(100% - 16px);
}
.audio-player .audio-player__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.audio-player .audio-player__caption {
  margin-bottom: 0;
  padding: 0 4px;
  text-align: left;
}
.audio-player .audio-player__song::before {
  margin-right: 0;
  vertical-align: middle;
}
.audio-player .audio-player__audio {
  display: none;
  width: 100%;
}
.audio-player .audio-player__controls {
  display: flex;
  font-size: 0;
  height: 32px;
  width: 100%;
}
.audio-player .audio-player__controls > .audio-player__button {
  display: block;
  flex: 0 0 32px;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.audio-player .audio-player__controls > .audio-player__button::before {
  font-size: 29.44px;
}
.audio-player .audio-player__controls > .audio-player__button--control {
  transform: scale(1.3) translateY(-1px);
  transform-origin: center;
}
.audio-player .audio-player__controls > .audio-player__time {
  flex: 0 0 auto;
  line-height: 32px;
  padding: 0 8px;
}
.audio-player .audio-player__button--control::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea1c";
}
.audio-player.is-playing .audio-player__button--control {
  transform: none;
}
.audio-player.is-playing .audio-player__button--control::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea19";
}
.audio-player.is-playing .audio-player__button--control::before {
  font-size: 29.44px;
}
.audio-player.is-playing .audio-player__progress-thumb, .audio-player.is-paused .audio-player__progress-thumb {
  opacity: 1;
  pointer-events: initial;
}
.audio-player .audio-player__button--sound::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea2c";
}
.audio-player.is-muted .audio-player__button--sound::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea2b";
}
.audio-player .audio-player__progress-bar {
  flex: 1 0 auto;
  margin: 0 10px;
  position: relative;
}
.audio-player .audio-player__progress-track {
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.audio-player .audio-player__progress-buffer,
.audio-player .audio-player__progress-time {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.audio-player .audio-player__progress-buffer {
  border-top: 2px dotted currentColor;
}
.theme-green .audio-player .audio-player__progress-buffer {
  background-color: transparent;
}
.theme-blue .audio-player .audio-player__progress-buffer {
  background-color: transparent;
}
.theme-indigo .audio-player .audio-player__progress-buffer {
  background-color: transparent;
}
.theme-pink .audio-player .audio-player__progress-buffer {
  background-color: transparent;
}
.theme-red .audio-player .audio-player__progress-buffer {
  background-color: transparent;
}
.theme-orange .audio-player .audio-player__progress-buffer {
  background-color: transparent;
}
.theme-grey .audio-player .audio-player__progress-buffer {
  background-color: transparent;
}
.high-contrast .audio-player .audio-player__progress-buffer {
  background-color: transparent;
}
.audio-player .audio-player__progress-time {
  background-color: currentColor;
}
.audio-player .audio-player__progress-thumb {
  cursor: grab;
  display: block;
  height: 32px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 32px;
}
.audio-player .audio-player__progress-thumb::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10px;
}
.audio-player .audio-player__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.audio-player .audio-player__caption strong,
.audio-player .audio-player__caption b {
  font-weight: normal;
}
.audio-player .audio-player__time {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 9.6px;
  font-style: normal;
  font-weight: normal;
  line-height: 19.2px;
  letter-spacing: 0.5px;
  min-height: 19.2px;
  font-size: var(--fs__smallest);
}
.audio-player .audio-player__time strong,
.audio-player .audio-player__time b {
  font-weight: bold;
}

div.messages[aria-label="Error message"] {
  display: none;
}

.form {
  position: relative;
}
.form .form__fieldset-group {
  padding: 32px 0;
}
.form .form__fieldset-group + .form__fieldset-group {
  margin-top: 4px;
}
.form .is-hidden {
  display: none !important;
}
@media (max-width: 529px) {
  .form .form__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .form .form__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .form .form__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .form .form__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .form .form__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.form .form__fieldset {
  clear: both;
}
.form .form__fieldset::after {
  clear: both;
  content: "";
  display: table;
}
.form .form__fieldset .form__legend {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.form .form__fieldset .form__legend:first-child {
  margin-top: 0;
}
.form .form__fieldset .form__legend:last-child {
  margin-bottom: 0;
}
.form .form__fieldset .form__legend strong,
.form .form__fieldset .form__legend b {
  font-weight: normal;
}
.form .form__fieldset .form__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.form .form__fieldset .form__text strong,
.form .form__fieldset .form__text b {
  font-weight: bold;
}
.form .form__fieldset .form__text em,
.form .form__fieldset .form__text i {
  font-style: italic;
}
.form .form__fieldset .form__legend {
  display: block;
  float: left;
  width: 100%;
}
.form .form__fieldset + .form__fieldset {
  margin-top: 16px;
}
.form .form__row {
  clear: both;
  margin: 8px 0;
}
.form .form__row::after {
  clear: both;
  content: "";
  display: table;
}
.form .form__row .button {
  margin: 0;
  min-width: 25%;
}
.form .form__row .form__links {
  flex: 1 1 100%;
}
@media (max-width: 529px) {
  .form .form__row .form-field + .form-field {
    margin-top: 8px;
  }
  .form .form__row .button {
    margin-top: 8px;
    min-width: 100%;
  }
  .form .form__row .form__links {
    margin-bottom: 8px;
  }
}
@media (min-width: 530px) {
  .form .form__row {
    display: flex;
    flex-direction: row;
  }
  .form .form__row .form-field {
    flex: 1;
    min-width: 10%;
  }
  .form .form__row .button {
    margin-bottom: 0;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .form .form__row .form-field:not(:first-child),
  .form .form__row .form__content:not(:first-child) {
    margin-left: 5px;
  }
  .form .form__row .form-field:not(:last-child),
  .form .form__row .form__content:not(:last-child) {
    margin-right: 5px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .form .form__row .form-field:not(:first-child),
  .form .form__row .form__content:not(:first-child) {
    margin-left: 8px;
  }
  .form .form__row .form-field:not(:last-child),
  .form .form__row .form__content:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .form .form__row .form-field:not(:first-child),
  .form .form__row .form__content:not(:first-child) {
    margin-left: 10px;
  }
  .form .form__row .form-field:not(:last-child),
  .form .form__row .form__content:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 1480px) {
  .form .form__row .form-field:not(:first-child),
  .form .form__row .form__content:not(:first-child) {
    margin-left: 10px;
  }
  .form .form__row .form-field:not(:last-child),
  .form .form__row .form__content:not(:last-child) {
    margin-right: 10px;
  }
}
.form .form__row--footer {
  flex-direction: row-reverse;
}
.form .form__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.form .form__title:first-child {
  margin-top: 0;
}
.form .form__title:last-child {
  margin-bottom: 0;
}
.form .form__title strong,
.form .form__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .form .form__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .form .form__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .form .form__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .form .form__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.form .form__error {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  letter-spacing: 1px;
  min-height: 32px;
  text-transform: uppercase;
  padding: 8px 12px;
}
.form .form__error:first-child {
  margin-top: 0;
}
.form .form__error:last-child {
  margin-bottom: 0;
}
.form .form__error strong,
.form .form__error b {
  font-weight: normal;
}
.theme-green .form .form__error {
  background-color: var(--brand-red-accent);
  color: #fff;
}
.theme-blue .form .form__error {
  background-color: var(--brand-red-accent);
  color: #fff;
}
.theme-indigo .form .form__error {
  background-color: var(--brand-red-accent);
  color: #fff;
}
.theme-pink .form .form__error {
  background-color: var(--brand-red-accent);
  color: #fff;
}
.theme-red .form .form__error {
  background-color: var(--brand-red-accent);
  color: #fff;
}
.theme-orange .form .form__error {
  background-color: var(--brand-red-accent);
  color: #fff;
}
.theme-grey .form .form__error {
  background-color: var(--brand-red-accent);
  color: #fff;
}
.high-contrast .form .form__error {
  background-color: var(--brand-red-accent);
  color: #fff;
}

.region-modals {
  display: block;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: all 0.5s ease-in;
}

.region-modals--visible {
  display: block;
  visibility: visible;
  opacity: 1;
}

.block-id--webform {
  position: absolute;
  top: 60px;
  right: 0;
  max-height: calc(100% - 60px);
  left: 0;
  padding: 40px 30px;
  background: #fff;
  overflow-y: auto;
}
@media (min-width: 800px) {
  .block-id--webform {
    top: 50%;
    right: auto;
    left: 50%;
    width: 720px;
    max-height: 80%;
    margin-left: -360px;
    padding: 60px 80px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-50%);
  }
}

.newsletter-signup--intro h2 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.newsletter-signup--intro h2:first-child {
  margin-top: 0;
}
.newsletter-signup--intro h2:last-child {
  margin-bottom: 0;
}
.newsletter-signup--intro h2 strong,
.newsletter-signup--intro h2 b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .newsletter-signup--intro h2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .newsletter-signup--intro h2 {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .newsletter-signup--intro h2 {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .newsletter-signup--intro h2 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
@media (min-width: 800px) {
  .newsletter-signup--intro h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.block-id--webform .inner-constrainer {
  padding: 0;
}

.newsletter-signup--intro p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  text-align: center;
}
@media (min-width: 800px) {
  .newsletter-signup--intro p {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.form-item-join-subscribers {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 800px) {
  .form-item-join-subscribers {
    margin-bottom: 20px;
  }
}

.form-item-join-subscribers .form-field__field-wrapper {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.87px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  max-width: 90%;
}
.form-item-join-subscribers .form-field__field-wrapper::before, .form-item-join-subscribers .form-field__field-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  border-top: solid 2px rgba(255, 255, 255, 0.1);
  top: 50%;
  margin-top: -1px;
}
.form-item-join-subscribers .form-field__field-wrapper::before {
  right: calc(100% + 13px);
}
.form-item-join-subscribers .form-field__field-wrapper::after {
  left: calc(100% + 13px);
}

.block-id--webform .form__wrapper {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

@media (min-width: 800px) {
  .block-id--webform .form-item-first-name,
  .block-id--webform .form-item-last-name {
    width: calc(50% - 10px);
  }
}

@media (min-width: 800px) {
  .block-id--webform .form-item-first-name {
    float: left;
    padding-left: 40px;
  }
}

@media (min-width: 800px) {
  .block-id--webform .form-item-last-name {
    float: right;
    padding-right: 40px;
  }
}

@media (min-width: 800px) {
  .block-id--webform .form-item-last-name + .form-item {
    clear: both;
    padding-top: 10px;
  }
}

@media (min-width: 800px) {
  .block-id--webform .form__row--footer,
  .block-id--webform .form-item-email {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.block-id--webform label {
  padding-bottom: 0;
  padding-top: 5px;
}

.block-id--webform .all-fields-required {
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
@media (min-width: 800px) {
  .block-id--webform .all-fields-required {
    float: right;
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
  }
}

@media (min-width: 800px) {
  .block-id--webform .captcha {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
}

.block-id--webform .captcha div,
.block-id--webform .captcha iframe {
  max-width: 100%;
}

.block-id--webform .form__row--footer {
  flex-direction: row;
}

.block-id--webform .form__row--footer .button {
  min-width: 25%;
}

.block-id--webform .messages {
  margin-top: 0;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 20px;
}
.modal-close::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea0e";
}
@media (min-width: 800px) {
  .modal-close {
    top: 20px;
  }
}

.after-submission ~ .button {
  display: none;
}

.close-modal-btn {
  display: block;
  margin: 0 auto;
}

#webform-submission-newsletter-signup-form-ajax-content:focus {
  outline: none;
}

.body--modals-visible {
  position: fixed;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow: hidden;
}

.region-modals form.webform-submission-newsletter-signup-form .form__title {
  display: none;
}

.article-audio {
  position: relative;
}
@media (max-width: 529px) {
  .article-audio {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .article-audio {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .article-audio {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .article-audio {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .article-audio {
    margin-bottom: 56px;
  }
}
.article-audio .audio-player {
  height: auto;
  left: auto;
  position: relative;
  top: auto;
  width: 100%;
}
.article-audio .audio-player__content {
  width: 100%;
}
.article-audio .audio-player__content > .audio-player__caption {
  text-align: center;
}
@media (max-width: 529px) {
  .article-audio .article-audio__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .article-audio .article-audio__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .article-audio .article-audio__wrapper {
    width: 50%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .article-audio .article-audio__wrapper {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (min-width: 1480px) {
  .article-audio .article-audio__wrapper {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.article-double {
  position: relative;
}
@media (max-width: 529px) {
  .article-double {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .article-double {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .article-double {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .article-double {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .article-double {
    margin-bottom: 56px;
  }
}
@media (max-width: 529px) {
  .article-double .article-double__wrapper.article-double__wrapper--left {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .article-double .article-double__wrapper.article-double__wrapper--left {
    width: 41.6666666667%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 0%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .article-double .article-double__wrapper.article-double__wrapper--left {
    width: 33.3333333333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 0%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .article-double .article-double__wrapper.article-double__wrapper--left {
    width: 33.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 0%;
  }
}
@media (min-width: 1480px) {
  .article-double .article-double__wrapper.article-double__wrapper--left {
    width: 33.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 0%;
  }
}
@media (max-width: 529px) {
  .article-double .article-double__wrapper.article-double__wrapper--right {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .article-double .article-double__wrapper.article-double__wrapper--right {
    width: 41.6666666667%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .article-double .article-double__wrapper.article-double__wrapper--right {
    width: 33.3333333333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .article-double .article-double__wrapper.article-double__wrapper--right {
    width: 33.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .article-double .article-double__wrapper.article-double__wrapper--right {
    width: 33.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0%;
    margin-right: 16.6666666667%;
  }
}

.like-card {
  display: flex;
  flex-direction: column;
  width: 20%;
  min-width: 270px;
  margin: 0 10px;
  position: relative;
}

.like-card__image {
  max-height: 170px;
  overflow: hidden;
}

.like-card__content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  height: 142px;
  padding: 16px;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.like-card__content-text {
  margin-bottom: 10px;
  max-height: 85px;
  overflow: hidden;
}

.like-card__content-info {
  margin-top: auto;
  font-size: 16px;
}

/* Reworked in redesign-base/grid.scss */
.grid {
  position: relative;
}
.grid .grid__items {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.grid .grid__items::after {
  clear: both;
  content: "";
  display: table;
}
.grid.is-hidden {
  display: none;
}
.grid .grid__item {
  position: relative;
}
@media (max-width: 529px) {
  .grid .grid__item {
    clear: left;
    float: left;
    width: 100%;
  }
}
@media (min-width: 530px) {
  .grid .grid__item {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .grid .grid__item {
    margin-left: 1.25%;
    margin-right: 1.25%;
    padding: 0 5px;
    width: 41.6666666667%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .grid .grid__item {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 0 8px;
    width: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .grid .grid__item {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 0 10px;
    width: 25%;
  }
}
@media (min-width: 1480px) {
  .grid .grid__item {
    margin-left: 2.4%;
    margin-right: 2.4%;
    padding: 0 10px;
    width: 25%;
  }
}
@media (max-width: 529px) {
  .grid .grid__item {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .grid .grid__item {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .grid .grid__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .grid .grid__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .grid .grid__item {
    margin-bottom: 40px;
  }
}
.grid .grid__item.is-hidden {
  display: none;
}
.grid .grid__item > * {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.grid .grid__item > * strong,
.grid .grid__item > * b {
  font-weight: bold;
}
.grid .grid__item > * em,
.grid .grid__item > * i {
  font-style: italic;
}
@media (max-width: 529px) {
  .grid .grid__item > .card {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 529px) {
  .grid .grid__divider-wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .grid .grid__divider-wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .grid .grid__divider-wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .grid .grid__divider-wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .grid .grid__divider-wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.grid .divider.divider--large {
  margin-bottom: 12px;
}
@media (min-width: 800px) {
  .grid .divider.divider--large {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .grid .divider.divider--large {
    margin-bottom: 30px;
  }
}

.grid.paragraph--type--grid .grid__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 530px) {
  .grid.paragraph--type--grid .grid__items {
    flex-direction: row;
  }
}

.grid.paragraph--type--grid .grid__items > .grid__item {
  display: flex;
  flex-direction: column;
  margin: 0 10px 20px;
  padding: 0;
}
@media (min-width: 530px) {
  .grid.paragraph--type--grid .grid__items > .grid__item {
    width: 40%;
  }
}
@media (min-width: 800px) {
  .grid.paragraph--type--grid .grid__items > .grid__item {
    margin: 0 12px 24px;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .grid.paragraph--type--grid .grid__items > .grid__item {
    margin: 0 25px 50px;
  }
}

.grid.paragraph--type--grid .card.has-text {
  display: flex;
  flex: none;
  flex-direction: column;
}

.grid.paragraph--type--grid .card.has-text .card__content {
  flex: 1;
  min-height: 0;
}

.search-list {
  position: relative;
}
@media (max-width: 529px) {
  .search-list {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .search-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .search-list {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .search-list {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .search-list {
    margin-bottom: 56px;
  }
}
.search-list .search-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 57px;
}
.search-list .search-list__item::after {
  clear: both;
  content: "";
  display: table;
}
.search-list .search-list__item:last-of-type {
  margin-bottom: 90px;
}
.theme-green .search-list .search-list__item {
  border-bottom: 1px solid rgba(var(--fg), 0.4);
}
.theme-blue .search-list .search-list__item {
  border-bottom: 1px solid rgba(var(--fg), 0.4);
}
.theme-indigo .search-list .search-list__item {
  border-bottom: 1px solid rgba(var(--fg), 0.4);
}
.theme-pink .search-list .search-list__item {
  border-bottom: 1px solid rgba(var(--fg), 0.4);
}
.theme-red .search-list .search-list__item {
  border-bottom: 1px solid rgba(var(--fg), 0.4);
}
.theme-orange .search-list .search-list__item {
  border-bottom: 1px solid rgba(var(--fg), 0.4);
}
.theme-grey .search-list .search-list__item {
  border-bottom: 1px solid rgba(var(--fg), 0.4);
}
.high-contrast .search-list .search-list__item {
  border-bottom: 1px solid rgba(var(--fg), 0.4);
}
.search-list .search-list__item__image {
  flex: 0 0 100%;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .search-list .search-list__item__image {
    flex: 0 0 20%;
    margin-bottom: 0;
  }
}
.search-list .search-list__item__content {
  padding: 0;
  flex: 1;
  margin-left: 0;
}
.search-list .background-image {
  height: calc(100% - 32px);
  left: 0;
  top: 16px;
  width: 100%;
}
@media (max-width: 529px) {
  .search-list .wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .search-list .wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .search-list .wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .search-list .wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .search-list .wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.search-list .search-list__item__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.search-list .search-list__item__title strong,
.search-list .search-list__item__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .search-list .search-list__item__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .search-list .search-list__item__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .search-list .search-list__item__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .search-list .search-list__item__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.search-list .search-list__item__title > a {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip: ink;
  transition: color 0.35s ease-out;
  text-decoration: underline;
  text-decoration: none;
}
.search-list .search-list__item__title > a:hover {
  text-decoration: none;
}
.search-list .search-list__item__title > a:hover {
  text-decoration: underline;
}
.search-list .search-list__item__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  opacity: 0.6;
}
.search-list .search-list__item__text:first-child {
  margin-top: 0;
}
.search-list .search-list__item__text:last-child {
  margin-bottom: 0;
}
.search-list .search-list__item__text strong,
.search-list .search-list__item__text b {
  font-weight: bold;
}
.search-list .search-list__item__text em,
.search-list .search-list__item__text i {
  font-style: italic;
}
.search-list .search-list__item__eyebrow {
  font-weight: 500;
  font-family: "Futura PT Webfont";
  display: block;
  margin-bottom: 12px;
}
.search-list .search-list__item__eyebrow::before {
  background: url("../images/pageicon.svg") no-repeat center center;
  content: " ";
  background-size: contain;
  display: inline-block;
  width: 19px;
  height: 19px;
}
.search-list .search-list__item__eyebrow__page::before {
  background: url("../images/pageicon.svg") no-repeat center center;
}
.search-list .search-list__item__eyebrow__art::before {
  background: url("../images/articon.svg") no-repeat center center;
}
.search-list .search-list__item__eyebrow__room::before {
  background: url("../images/roomicon.svg") no-repeat center center;
}
.search-list .search-list__item__eyebrow__blog::before {
  background: url("../images/blogicon.svg") no-repeat center center;
}
.search-list .search-list__item__eyebrow__event::before {
  background: url("../images/eventicon.svg") no-repeat center center;
}
.search-list .background-image[data-current-src] {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.search-list--container.has-image .search-list__item__content {
  display: flex;
  margin-left: 0;
  flex-flow: column wrap;
}
@media (min-width: 800px) {
  .search-list--container.has-image .search-list__item__content {
    margin-left: 40px;
    flex-flow: row wrap;
    align-items: center;
  }
}

.search-list__item__content__info {
  flex: 1;
  order: 2;
}
@media (min-width: 800px) {
  .search-list__item__content__info {
    order: 1;
  }
}

.search-list--container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 32px;
  width: 100%;
}

.search-list__event-date {
  display: flex;
  align-items: flex-start;
  font-size: 50px;
}

.search-list__event-date__info {
  display: inline-block;
  height: fit-content;
  max-height: fit-content;
  align-self: flex-start;
  margin-left: 10px;
}

.search-list__event-date__info span {
  display: block;
  font-size: 15px;
  line-height: 19px;
}

.search-list__event-date__divider {
  display: block;
  height: 2px;
  background-color: #000;
  width: 12px;
  margin: 22px 20px;
}
@media (min-width: 800px) {
  .search-list__event-date__divider {
    margin: 22px auto;
  }
}

.search-list__event-dates {
  order: 1;
  display: flex;
  margin-bottom: 32px;
  margin-top: 32px;
}
@media (min-width: 800px) {
  .search-list__event-dates {
    display: block;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
    order: 2;
  }
}

.share {
  position: relative;
}
@media (max-width: 529px) {
  .share {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .share {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .share {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .share {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .share {
    margin-bottom: 56px;
  }
}
.share .share__wrapper {
  display: inline-block;
  text-align: center;
}
@media (max-width: 529px) {
  .share .share__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .share .share__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .share .share__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .share .share__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .share .share__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.share .share__wrapper .share__title {
  text-align: center;
}
.share .share__wrapper .share__button {
  padding-left: 0;
  padding-right: 4px;
}
.share .share__wrapper .share__button::before {
  font-size: 20px;
  text-align: center;
}
.share .share__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}
.share .share__title strong,
.share .share__title b {
  font-weight: normal;
}
.share .share__title:first-child {
  margin-top: 0;
}
.share .share__title:last-child {
  margin-bottom: 0;
}

.social-sharing {
  display: inline-block;
  width: 24px;
  text-align: center;
}
.image-carousel__wrapper .social-sharing.open {
  background: #e5439a;
}
.fullscreen .social-sharing.open {
  background: #333;
}

.social-sharing--links {
  display: none;
}
.social-sharing--links a.link.link--icon-only {
  display: block;
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.social-sharing.open .social-sharing--links {
  display: block;
}

.theme-green .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content {
  color: var(--bg);
}
.theme-green .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content .button--default {
  border-color: var(--bg);
  color: var(--bg);
}
.theme-blue .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content {
  color: var(--bg);
}
.theme-blue .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content .button--default {
  border-color: var(--bg);
  color: var(--bg);
}
.theme-indigo .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content {
  color: var(--bg);
}
.theme-indigo .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content .button--default {
  border-color: var(--bg);
  color: var(--bg);
}
.theme-pink .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content {
  color: var(--bg);
}
.theme-pink .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content .button--default {
  border-color: var(--bg);
  color: var(--bg);
}
.theme-red .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content {
  color: var(--bg);
}
.theme-red .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content .button--default {
  border-color: var(--bg);
  color: var(--bg);
}
.theme-orange .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content {
  color: var(--bg);
}
.theme-orange .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content .button--default {
  border-color: var(--bg);
  color: var(--bg);
}
.theme-grey .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content {
  color: var(--bg);
}
.theme-grey .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content .button--default {
  border-color: var(--bg);
  color: var(--bg);
}
.high-contrast .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content {
  color: var(--bg);
}
.high-contrast .hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content .button--default {
  border-color: var(--bg);
  color: var(--bg);
}
.hit-target:hover ~ .card-carousel__content-wrapper .card-carousel__content::before {
  width: 100%;
}

.card-carousel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 529px) {
  .card-carousel {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .card-carousel {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .card-carousel {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .card-carousel {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .card-carousel {
    margin-bottom: 56px;
  }
}
.card-carousel .swiper-container {
  overflow: visible;
}
.card-carousel .card-carousel__container {
  float: left;
  position: relative;
  width: 100%;
}
.card-carousel .card-carousel__container::after {
  clear: both;
  content: "";
  display: table;
}
.card-carousel .card-carousel__card {
  position: relative;
  width: 100%;
}
@media (max-width: 529px) {
  .card-carousel .card-carousel__card-wrapper {
    padding: 0 5px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .card-carousel .card-carousel__card-wrapper {
    padding: 0 5px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .card-carousel .card-carousel__card-wrapper {
    padding: 0 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .card-carousel .card-carousel__card-wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 1480px) {
  .card-carousel .card-carousel__card-wrapper {
    padding: 0 10px;
  }
}
.card-carousel .card-carousel__button {
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 28px;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: bottom;
  width: 28px;
  z-index: 1;
}
.theme-green .card-carousel .card-carousel__button {
  background-color: var(--accent);
}
.theme-blue .card-carousel .card-carousel__button {
  background-color: var(--accent);
}
.theme-indigo .card-carousel .card-carousel__button {
  background-color: var(--accent);
}
.theme-pink .card-carousel .card-carousel__button {
  background-color: var(--accent);
}
.theme-red .card-carousel .card-carousel__button {
  background-color: var(--accent);
}
.theme-orange .card-carousel .card-carousel__button {
  background-color: var(--accent);
}
.theme-grey .card-carousel .card-carousel__button {
  background-color: var(--accent);
}
.high-contrast .card-carousel .card-carousel__button {
  background-color: var(--accent);
}
.theme-green .card-carousel .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-blue .card-carousel .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-indigo .card-carousel .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-pink .card-carousel .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-red .card-carousel .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-orange .card-carousel .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-grey .card-carousel .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.high-contrast .card-carousel .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.card-carousel .card-carousel__button--back::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea0a";
}
.card-carousel .card-carousel__button--forward::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea0b";
}
@media (max-width: 529px) {
  .card-carousel .card-carousel__button--back {
    left: 15px;
  }
  .card-carousel .card-carousel__button--forward {
    right: 15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .card-carousel .card-carousel__button--back {
    left: 15px;
  }
  .card-carousel .card-carousel__button--forward {
    right: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .card-carousel .card-carousel__button--back {
    left: 24px;
  }
  .card-carousel .card-carousel__button--forward {
    right: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .card-carousel .card-carousel__button--back {
    left: 30px;
  }
  .card-carousel .card-carousel__button--forward {
    right: 30px;
  }
}
@media (min-width: 1480px) {
  .card-carousel .card-carousel__button--back {
    left: 30px;
  }
  .card-carousel .card-carousel__button--forward {
    right: 30px;
  }
}
.card-carousel .card-carousel__swiper-container .swiper-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card-carousel .card-carousel__swiper-container .swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  z-index: -1000;
}
.card-carousel .card-carousel__swiper-container .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.card-carousel .card-carousel__swiper-container .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.card-carousel .card-carousel__swiper-container .swiper-wrapper {
  display: flex;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.card-carousel .card-carousel__swiper-container .swiper-container-android .swiper-slide,
.card-carousel .card-carousel__swiper-container .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.card-carousel .card-carousel__swiper-container .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.card-carousel .card-carousel__swiper-container .swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.card-carousel .card-carousel__swiper-container .swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
}
.card-carousel .card-carousel__swiper-container .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.card-carousel .card-carousel__swiper-container .swiper-wp8-horizontal {
  touch-action: pan-y;
}
.card-carousel .card-carousel__swiper-container .swiper-wp8-vertical {
  touch-action: pan-x;
}
.card-carousel .card-carousel__card .card-carousel__content {
  position: relative;
  transition: background-color 0.35s ease-out, color 0.35s ease-out;
}
.card-carousel .card-carousel__card .card-carousel__content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.1s ease-out 50ms;
  width: 0;
  z-index: 0;
}
.theme-green .card-carousel .card-carousel__card .card-carousel__content::before {
  background-color: var(--fg);
}
.theme-blue .card-carousel .card-carousel__card .card-carousel__content::before {
  background-color: var(--fg);
}
.theme-indigo .card-carousel .card-carousel__card .card-carousel__content::before {
  background-color: var(--fg);
}
.theme-pink .card-carousel .card-carousel__card .card-carousel__content::before {
  background-color: var(--fg);
}
.theme-red .card-carousel .card-carousel__card .card-carousel__content::before {
  background-color: var(--fg);
}
.theme-orange .card-carousel .card-carousel__card .card-carousel__content::before {
  background-color: var(--fg);
}
.theme-grey .card-carousel .card-carousel__card .card-carousel__content::before {
  background-color: var(--fg);
}
.high-contrast .card-carousel .card-carousel__card .card-carousel__content::before {
  background-color: var(--fg);
}
.card-carousel .card-carousel__card .card-carousel__content > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 529px) {
  .card-carousel.card-carousel--hide-titles-on-mobile .title-card__pre-title,
  .card-carousel.card-carousel--hide-titles-on-mobile .title-card__post-title {
    display: none;
  }
}

.like-cards .card-carousel__button {
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 28px;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: bottom;
  width: 28px;
  z-index: 1;
}
.theme-green .like-cards .card-carousel__button {
  background-color: var(--accent);
}
.theme-blue .like-cards .card-carousel__button {
  background-color: var(--accent);
}
.theme-indigo .like-cards .card-carousel__button {
  background-color: var(--accent);
}
.theme-pink .like-cards .card-carousel__button {
  background-color: var(--accent);
}
.theme-red .like-cards .card-carousel__button {
  background-color: var(--accent);
}
.theme-orange .like-cards .card-carousel__button {
  background-color: var(--accent);
}
.theme-grey .like-cards .card-carousel__button {
  background-color: var(--accent);
}
.high-contrast .like-cards .card-carousel__button {
  background-color: var(--accent);
}
.theme-green .like-cards .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-blue .like-cards .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-indigo .like-cards .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-pink .like-cards .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-red .like-cards .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-orange .like-cards .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.theme-grey .like-cards .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.high-contrast .like-cards .card-carousel__button:hover .button__span {
  color: currentColor !important;
}
.like-cards .card-carousel__button--back::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea0a";
}
.like-cards .card-carousel__button--forward::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: text-top;
  content: "\ea0b";
}
@media (max-width: 529px) {
  .like-cards .card-carousel__button--back {
    left: 15px;
  }
  .like-cards .card-carousel__button--forward {
    right: 15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .like-cards .card-carousel__button--back {
    left: 15px;
  }
  .like-cards .card-carousel__button--forward {
    right: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .like-cards .card-carousel__button--back {
    left: 24px;
  }
  .like-cards .card-carousel__button--forward {
    right: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .like-cards .card-carousel__button--back {
    left: 30px;
  }
  .like-cards .card-carousel__button--forward {
    right: 30px;
  }
}
@media (min-width: 1480px) {
  .like-cards .card-carousel__button--back {
    left: 30px;
  }
  .like-cards .card-carousel__button--forward {
    right: 30px;
  }
}

.like-cards .card-carousel__button.swiper-button-disabled {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.card-carousel.card-carousel--vertical .picture,
.card-carousel.card-carousel--vertical .picture__picture,
.card-carousel.card-carousel--vertical .picture__img {
  height: auto;
  width: 100%;
}
.card-carousel.card-carousel--vertical .card-carousel__content {
  padding: 24px;
  text-align: center;
}
.card-carousel.card-carousel--vertical .divider.divider--large {
  margin-bottom: 12px;
}
@media (min-width: 800px) {
  .card-carousel.card-carousel--vertical .divider.divider--large {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .card-carousel.card-carousel--vertical .divider.divider--large {
    margin-bottom: 30px;
  }
}
@media (max-width: 529px) {
  .card-carousel.card-carousel--vertical .card-carousel__wrapper {
    width: 100%;
    float: left;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .card-carousel.card-carousel--vertical .card-carousel__wrapper {
    width: 50%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .card-carousel.card-carousel--vertical .card-carousel__wrapper {
    width: 33.3333333333%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .card-carousel.card-carousel--vertical .card-carousel__wrapper {
    width: 25%;
    float: left;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}
@media (min-width: 1480px) {
  .card-carousel.card-carousel--vertical .card-carousel__wrapper {
    width: 25%;
    float: left;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (max-width: 529px) {
  .card-carousel.card-carousel--vertical .card-carousel__title-wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .card-carousel.card-carousel--vertical .card-carousel__title-wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .card-carousel.card-carousel--vertical .card-carousel__title-wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .card-carousel.card-carousel--vertical .card-carousel__title-wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .card-carousel.card-carousel--vertical .card-carousel__title-wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.card-carousel.card-carousel--vertical .title-card__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}
.card-carousel.card-carousel--vertical .title-card__title,
.card-carousel.card-carousel--vertical .title-card__text p {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 1.15em;
  letter-spacing: normal;
  line-height: 1.2;
  min-height: auto;
  text-transform: none;
}
.card-carousel.card-carousel--vertical .title-card__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}

@media (max-width: 529px) {
  .card-carousel.card-carousel--horizontal .card-carousel__wrapper {
    width: 100%;
    float: left;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .card-carousel.card-carousel--horizontal .card-carousel__wrapper {
    width: 66.6666666667%;
    float: left;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .card-carousel.card-carousel--horizontal .card-carousel__wrapper {
    width: 50%;
    float: left;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .card-carousel.card-carousel--horizontal .card-carousel__wrapper {
    width: 50%;
    float: left;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (min-width: 1480px) {
  .card-carousel.card-carousel--horizontal .card-carousel__wrapper {
    width: 41.6666666667%;
    float: left;
    margin-left: 29.1666666667%;
    margin-right: 29.1666666667%;
  }
}

.card-carousel.card-carousel--horizontal .card-carousel__content-wrapper {
  display: block;
}
.card-carousel.card-carousel--horizontal .card-carousel__content-wrapper .card-carousel__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.card-carousel.card-carousel--horizontal .card-carousel__content-wrapper .card-carousel__image figure.picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-carousel.card-carousel--horizontal .card-carousel__content-wrapper .card-carousel__content {
  height: 175px;
}

@media (min-width: 800px) {
  .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__card {
    padding-top: 50%;
  }
  .card-carousel.card-carousel--horizontal .card-carousel__content-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .card-carousel.card-carousel--horizontal .card-carousel__content-wrapper .card-carousel__image {
    float: left;
    height: 100%;
    width: 50%;
  }
  .card-carousel.card-carousel--horizontal .card-carousel__content-wrapper .card-carousel__image + .card-carousel__content {
    width: 50%;
  }
  .card-carousel.card-carousel--horizontal .card-carousel__content-wrapper > .card-carousel__content {
    float: left;
    height: 100%;
    position: relative;
  }
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content {
  font-size: 1em;
  padding: 0.75em;
}
@media (min-width: 530px) {
  .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content {
    padding: 0.625em;
  }
}
@media (min-width: 800px) {
  .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content {
    padding: 0.75em;
  }
}
@media (min-width: 1200px) {
  .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content {
    padding: 1.75em 1.25em;
  }
}
@media (min-width: 1480px) {
  .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content {
    padding: 2em 1.5em;
  }
}

@media (min-width: 800px) {
  .node-type-room .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content {
    padding: 0.75em;
  }
}
@media (min-width: 1200px) {
  .node-type-room .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content {
    padding: 0.75em;
  }
}

.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card {
  display: flex;
  flex-direction: column;
  font-size: calc(2.5vw + 0.25em);
  height: 100%;
  justify-content: space-between;
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card .title-card__title-block {
  flex: 1;
  margin: 0 0 0.625em;
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card .title-card__content-block {
  flex: none;
  margin: 0.625em 0 0;
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card h3.title-card__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 0.625em 0;
  min-height: auto;
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card p.title-card__pre-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 0.625em 0;
  min-height: auto;
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card h1.title-card__title {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 1.15em;
  letter-spacing: normal;
  line-height: 1.2;
  min-height: auto;
  text-transform: none;
  padding: 0;
  margin: 0 0 0.85em 0;
  min-height: auto;
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card p.title-card__title {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 1.15em;
  letter-spacing: normal;
  line-height: 1.2;
  min-height: auto;
  text-transform: none;
  padding: 0;
  margin: 0 0 0.85em 0;
  min-height: auto;
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card h2.title-card__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  min-height: auto;
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card p.title-card__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  min-height: auto;
}
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card p.title-card__details,
.card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card .title-card__text > p {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs__smallest);
  letter-spacing: 0.025em;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  min-height: auto;
}
@media (min-width: 530px) {
  .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card {
    font-size: calc(2.5vw + 0.125em);
  }
}
@media (min-width: 800px) {
  .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card {
    font-size: calc(1.5vw + 0.15em);
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card {
    font-size: calc(1vw + 0.25em);
  }
}
@media (min-width: 1480px) {
  .card-carousel.card-carousel--horizontal .card-carousel__card-wrapper .card-carousel__content .title-card {
    font-size: 0.9em;
  }
}

@media (max-width: 529px) {
  .card-carousel.card-carousel--horizontal .card-carousel__title-wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .card-carousel.card-carousel--horizontal .card-carousel__title-wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .card-carousel.card-carousel--horizontal .card-carousel__title-wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .card-carousel.card-carousel--horizontal .card-carousel__title-wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 1480px) {
  .card-carousel.card-carousel--horizontal .card-carousel__title-wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}

.piece-highlight {
  position: relative;
}
@media (max-width: 529px) {
  .piece-highlight {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .piece-highlight {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .piece-highlight {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .piece-highlight {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .piece-highlight {
    margin-bottom: 56px;
  }
}
@media (max-width: 529px) {
  .piece-highlight {
    text-align: center;
  }
}
@media (min-width: 530px) {
  .piece-highlight .piece-highlight__content-wrapper {
    padding-left: 16px;
  }
}
.piece-highlight .piece-highlight__picture {
  position: relative;
}
@media (max-width: 529px) {
  .piece-highlight .piece-highlight__picture {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .piece-highlight .piece-highlight__picture {
    width: 16.6666666667%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .piece-highlight .piece-highlight__picture {
    width: 16.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .piece-highlight .piece-highlight__picture {
    width: 16.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 25%;
  }
}
@media (min-width: 1480px) {
  .piece-highlight .piece-highlight__picture {
    width: 16.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 25%;
  }
}
@media (max-width: 529px) {
  .piece-highlight .piece-highlight__picture > div {
    margin-bottom: 16px;
  }
}
@media (max-width: 529px) {
  .piece-highlight .piece-highlight__content {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .piece-highlight .piece-highlight__content {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .piece-highlight .piece-highlight__content {
    width: 33.3333333333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .piece-highlight .piece-highlight__content {
    width: 33.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 25%;
  }
}
@media (min-width: 1480px) {
  .piece-highlight .piece-highlight__content {
    width: 33.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 25%;
  }
}
.piece-highlight .piece-highlight__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.piece-highlight .piece-highlight__title:first-child {
  margin-top: 0;
}
.piece-highlight .piece-highlight__title:last-child {
  margin-bottom: 0;
}
.piece-highlight .piece-highlight__title strong,
.piece-highlight .piece-highlight__title b {
  font-weight: normal;
}
.piece-highlight .piece-highlight__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.piece-highlight .piece-highlight__text:first-child {
  margin-top: 0;
}
.piece-highlight .piece-highlight__text:last-child {
  margin-bottom: 0;
}
.piece-highlight .piece-highlight__text strong,
.piece-highlight .piece-highlight__text b {
  font-weight: bold;
}
.piece-highlight .piece-highlight__text em,
.piece-highlight .piece-highlight__text i {
  font-style: italic;
}

.hero-slider__card-wrapper.swiper-slide {
  display: flex;
  align-items: flex-start;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
.hero-slider__card-wrapper.swiper-slide::before {
  content: "";
  display: block;
  height: 88px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  transition: opacity 0.35s ease-out;
  width: 100%;
  z-index: 50;
}
.theme-green .hero-slider__card-wrapper.swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-blue .hero-slider__card-wrapper.swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-indigo .hero-slider__card-wrapper.swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-pink .hero-slider__card-wrapper.swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-red .hero-slider__card-wrapper.swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-orange .hero-slider__card-wrapper.swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.theme-grey .hero-slider__card-wrapper.swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.high-contrast .hero-slider__card-wrapper.swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.high-contrast .hero-slider__card-wrapper.swiper-slide::before {
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
  height: 248px;
}
@media (min-width: 800px) {
  .hero-slider__card-wrapper.swiper-slide {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .hero-slider__card-wrapper.swiper-slide {
    padding-top: 160px;
  }
}

.hero-slider__content {
  width: 100%;
}

.hero-slider__card-wrapper .hero-slider__content .title-card {
  margin: 0 auto;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 24px;
}
@media (min-width: 800px) {
  .hero-slider__card-wrapper .hero-slider__content .title-card {
    margin-left: 15%;
    margin-right: auto;
    max-width: 65%;
    width: max-content;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero-slider__card-wrapper .hero-slider__content .title-card {
    max-width: 50%;
  }
}

.hero-slider__card-wrapper .title-card__title {
  margin-bottom: 30px;
  overflow: hidden;
  letter-spacing: 0;
  color: #fff;
}
@media (min-width: 800px) {
  .hero-slider__card-wrapper .title-card__title {
    margin-bottom: 43px;
  }
}

.hero-slider__card-wrapper .title-card__title[style] {
  -webkit-line-clamp: 3;
}
@media (max-width: 529px) {
  .hero-slider__card-wrapper .title-card__title[style] {
    -webkit-line-clamp: 4;
  }
}

.hero-slider__card-wrapper .title-card__title-block .button {
  color: #fff;
  border-color: #fff;
}

.hero-slider {
  position: relative;
  height: 400px;
  margin-bottom: 143px;
}
@media (min-width: 800px) {
  .hero-slider {
    height: 510px;
    margin-bottom: 117px;
  }
}

.hero-slide__container {
  height: 100%;
}
.hero-slide__container .swiper-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-slide__container .swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  z-index: -1000;
}
.hero-slide__container .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.hero-slide__container .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.hero-slide__container .swiper-wrapper {
  display: flex;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.hero-slide__container .swiper-container-android .swiper-slide,
.hero-slide__container .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.hero-slide__container .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.hero-slide__container .swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.hero-slide__container .swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
}
.hero-slide__container .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-slide__container .swiper-wp8-horizontal {
  touch-action: pan-y;
}
.hero-slide__container .swiper-wp8-vertical {
  touch-action: pan-x;
}
.hero-slide__container .swiper-button-prev,
.hero-slide__container .swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
}
.hero-slide__container .swiper-button-prev.swiper-button-disabled,
.hero-slide__container .swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
  touch-action: none;
}
.hero-slide__container .swiper-button-prev,
.hero-slide__container .swiper-container-rtl .swiper-button-next {
  content: ">";
  left: 10px;
  right: auto;
}
.hero-slide__container .swiper-button-next,
.hero-slide__container .swiper-container-rtl .swiper-button-prev {
  content: "<";
  left: auto;
  right: 10px;
}
.hero-slide__container .swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms;
  z-index: 10;
}
.hero-slide__container .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.hero-slide__container .swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}
.hero-slide__container button.swiper-pagination-bullet {
  appearance: none;
  border-width: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.hero-slide__container .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.hero-slide__container .swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}
.hero-slide__container .swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.hero-slide__container .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 5px 0;
}
.hero-slide__container .swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.hero-slide__container .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.hero-slider .hero-slider__card-wrapper.swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: 55px;
}
@media (max-width: 529px) {
  .hero-slider .hero-slider__card-wrapper.swiper-slide {
    padding-top: 65px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .hero-slider .hero-slider__card-wrapper.swiper-slide {
    padding-top: 65px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .hero-slider .hero-slider__card-wrapper.swiper-slide {
    padding-top: 65px;
  }
}
@media (min-width: 1200px) {
  .hero-slider .hero-slider__card-wrapper.swiper-slide {
    padding-top: 85px;
  }
}

.hero-slide__pagination {
  display: block;
  left: 0;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 800px) {
  .hero-slide__pagination {
    display: none;
  }
}

.hero-slide__container .hero-slide__pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.hero-slide__container .hero-slide__pagination .swiper-pagination-bullet {
  margin: 0 10px;
}

.hero-slide__container .swiper-button-prev,
.hero-slide__container .swiper-button-next {
  overflow: hidden;
  display: none;
  color: #fff;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
.theme-green .hero-slide__container .swiper-button-prev,
.theme-green .hero-slide__container .swiper-button-next {
  background-color: transparent !important;
}
.theme-green .hero-slide__container .swiper-button-prev::after,
.theme-green .hero-slide__container .swiper-button-next::after {
  background-color: var(--fg);
}
.theme-blue .hero-slide__container .swiper-button-prev,
.theme-blue .hero-slide__container .swiper-button-next {
  background-color: transparent !important;
}
.theme-blue .hero-slide__container .swiper-button-prev::after,
.theme-blue .hero-slide__container .swiper-button-next::after {
  background-color: var(--fg);
}
.theme-indigo .hero-slide__container .swiper-button-prev,
.theme-indigo .hero-slide__container .swiper-button-next {
  background-color: transparent !important;
}
.theme-indigo .hero-slide__container .swiper-button-prev::after,
.theme-indigo .hero-slide__container .swiper-button-next::after {
  background-color: var(--fg);
}
.theme-pink .hero-slide__container .swiper-button-prev,
.theme-pink .hero-slide__container .swiper-button-next {
  background-color: transparent !important;
}
.theme-pink .hero-slide__container .swiper-button-prev::after,
.theme-pink .hero-slide__container .swiper-button-next::after {
  background-color: var(--fg);
}
.theme-red .hero-slide__container .swiper-button-prev,
.theme-red .hero-slide__container .swiper-button-next {
  background-color: transparent !important;
}
.theme-red .hero-slide__container .swiper-button-prev::after,
.theme-red .hero-slide__container .swiper-button-next::after {
  background-color: var(--fg);
}
.theme-orange .hero-slide__container .swiper-button-prev,
.theme-orange .hero-slide__container .swiper-button-next {
  background-color: transparent !important;
}
.theme-orange .hero-slide__container .swiper-button-prev::after,
.theme-orange .hero-slide__container .swiper-button-next::after {
  background-color: var(--fg);
}
.theme-grey .hero-slide__container .swiper-button-prev,
.theme-grey .hero-slide__container .swiper-button-next {
  background-color: transparent !important;
}
.theme-grey .hero-slide__container .swiper-button-prev::after,
.theme-grey .hero-slide__container .swiper-button-next::after {
  background-color: var(--fg);
}
.high-contrast .hero-slide__container .swiper-button-prev,
.high-contrast .hero-slide__container .swiper-button-next {
  background-color: transparent !important;
}
.high-contrast .hero-slide__container .swiper-button-prev::after,
.high-contrast .hero-slide__container .swiper-button-next::after {
  background-color: var(--fg);
}
.hero-slide__container .swiper-button-prev .link__span, .hero-slide__container .swiper-button-prev::before,
.hero-slide__container .swiper-button-next .link__span,
.hero-slide__container .swiper-button-next::before {
  position: relative;
  z-index: 1;
}
.hero-slide__container .swiper-button-prev::after,
.hero-slide__container .swiper-button-next::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  width: 0%;
  z-index: 0;
}
body.no-touch .hero-slide__container .swiper-button-prev:hover::after,
body.no-touch .hero-slide__container .swiper-button-next:hover::after {
  transition: width 0.35s ease-out;
  width: 105%;
}
.no-touch.theme-green .hero-slide__container .swiper-button-prev:hover,
.no-touch.theme-green .hero-slide__container .swiper-button-next:hover {
  color: var(--accent);
}
.no-touch.theme-blue .hero-slide__container .swiper-button-prev:hover,
.no-touch.theme-blue .hero-slide__container .swiper-button-next:hover {
  color: var(--accent);
}
.no-touch.theme-indigo .hero-slide__container .swiper-button-prev:hover,
.no-touch.theme-indigo .hero-slide__container .swiper-button-next:hover {
  color: var(--accent);
}
.no-touch.theme-pink .hero-slide__container .swiper-button-prev:hover,
.no-touch.theme-pink .hero-slide__container .swiper-button-next:hover {
  color: var(--accent);
}
.no-touch.theme-red .hero-slide__container .swiper-button-prev:hover,
.no-touch.theme-red .hero-slide__container .swiper-button-next:hover {
  color: var(--accent);
}
.no-touch.theme-orange .hero-slide__container .swiper-button-prev:hover,
.no-touch.theme-orange .hero-slide__container .swiper-button-next:hover {
  color: var(--accent);
}
.no-touch.theme-grey .hero-slide__container .swiper-button-prev:hover,
.no-touch.theme-grey .hero-slide__container .swiper-button-next:hover {
  color: var(--accent);
}
.no-touch.high-contrast .hero-slide__container .swiper-button-prev:hover,
.no-touch.high-contrast .hero-slide__container .swiper-button-next:hover {
  color: var(--accent);
}
.theme-green .hero-slide__container .swiper-button-prev,
.theme-green .hero-slide__container .swiper-button-next {
  background-color: var(--frame) !important;
}
.theme-blue .hero-slide__container .swiper-button-prev,
.theme-blue .hero-slide__container .swiper-button-next {
  background-color: var(--frame) !important;
}
.theme-indigo .hero-slide__container .swiper-button-prev,
.theme-indigo .hero-slide__container .swiper-button-next {
  background-color: var(--frame) !important;
}
.theme-pink .hero-slide__container .swiper-button-prev,
.theme-pink .hero-slide__container .swiper-button-next {
  background-color: var(--frame) !important;
}
.theme-red .hero-slide__container .swiper-button-prev,
.theme-red .hero-slide__container .swiper-button-next {
  background-color: var(--frame) !important;
}
.theme-orange .hero-slide__container .swiper-button-prev,
.theme-orange .hero-slide__container .swiper-button-next {
  background-color: var(--frame) !important;
}
.theme-grey .hero-slide__container .swiper-button-prev,
.theme-grey .hero-slide__container .swiper-button-next {
  background-color: var(--frame) !important;
}
.high-contrast .hero-slide__container .swiper-button-prev,
.high-contrast .hero-slide__container .swiper-button-next {
  background-color: !important;
}
@media (min-width: 800px) {
  .hero-slide__container .swiper-button-prev,
  .hero-slide__container .swiper-button-next {
    display: flex;
    justify-content: center;
    width: 109px;
    height: auto;
    padding: 10px 0;
  }
}

.hero-slide__container .swiper-button-prev {
  left: 0;
}

.hero-slide__container .swiper-button-next {
  right: 0;
}

.hero-slide__container .swiper-button-prev span,
.hero-slide__container .swiper-button-next span {
  z-index: 1;
}

.hero-slide__container .swiper-button-prev span::before {
  content: "<";
  margin-right: 10px;
}

.hero-slide__container .swiper-button-next span::after {
  content: ">";
  margin-left: 10px;
}

.hero-slider .hero-slide__container.swiper-container-ios,
.is-osx .hero-slider .hero-slide__container {
  overflow: hidden;
}

.article {
  position: relative;
}
@media (max-width: 529px) {
  .article {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .article {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .article {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .article {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .article {
    margin-bottom: 56px;
  }
}
.article .richtext i,
.article .richtext em {
  font-style: italic;
}

.article-constrainer {
  max-width: calc(var(--max-width--text) + var(--website-outer-gutter) * 2);
  margin: 0 auto;
}

.node-type--collection-blog .article .isg-h2,
.node-type--collection-blog .article .isg-h3,
.node-type--collection-blog .article .isg-h4,
.node-type--collection-blog .article .isg-h5,
.node-type--collection-blog .article .isg-h6,
.node-type--collection-blog .article :where(.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6):not(:has(span[class*=isg-h])),
.node-type--event .article .isg-h2,
.node-type--event .article .isg-h3,
.node-type--event .article .isg-h4,
.node-type--event .article .isg-h5,
.node-type--event .article .isg-h6,
.node-type--event .article :where(.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6):not(:has(span[class*=isg-h])) {
  display: block;
}
.node-type--collection-blog .article .isg-h2::after,
.node-type--collection-blog .article .isg-h3::after,
.node-type--collection-blog .article .isg-h4::after,
.node-type--collection-blog .article .isg-h5::after,
.node-type--collection-blog .article .isg-h6::after,
.node-type--collection-blog .article :where(.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6):not(:has(span[class*=isg-h]))::after,
.node-type--event .article .isg-h2::after,
.node-type--event .article .isg-h3::after,
.node-type--event .article .isg-h4::after,
.node-type--event .article .isg-h5::after,
.node-type--event .article .isg-h6::after,
.node-type--event .article :where(.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6):not(:has(span[class*=isg-h]))::after {
  content: none;
}
.node-type--collection-blog .article__wrapper,
.node-type--event .article__wrapper {
  max-width: var(--max-width--text);
  margin-inline: auto;
}
.node-type--collection-blog .article-double .outer-constrainer,
.node-type--event .article-double .outer-constrainer {
  max-width: calc(var(--max-width--text) + var(--website-outer-gutter) * 2);
}

.image .image__wrapper.picture-portrait .picture {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}

body.high-contrast .image-carousel .fullscreen .swiper-navigation .image-carousel__button::after {
  color: #000;
}

body.high-contrast .image-carousel .swiper-wrapper {
  color: rgba(0, 0, 0, 0);
}
body.high-contrast .image-carousel .swiper-wrapper .swiper-slide-active {
  color: rgb(0, 0, 0);
}

body .image-carousel .swiper-wrapper {
  color: rgba(0, 0, 0, 0);
}
body .image-carousel .swiper-wrapper .swiper-slide-active {
  color: rgb(0, 0, 0);
}

.image-carousel {
  position: relative;
}
@media (max-width: 529px) {
  .image-carousel {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .image-carousel {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .image-carousel {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .image-carousel {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .image-carousel {
    margin-bottom: 56px;
  }
}
.image-carousel .swiper-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.image-carousel .swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  touch-action: none;
  z-index: -1000;
}
.image-carousel .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.image-carousel .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.image-carousel .swiper-wrapper {
  display: flex;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.image-carousel .swiper-container-android .swiper-slide,
.image-carousel .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.image-carousel .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.image-carousel .swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.image-carousel .swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
}
.image-carousel .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.image-carousel .swiper-wp8-horizontal {
  touch-action: pan-y;
}
.image-carousel .swiper-wp8-vertical {
  touch-action: pan-x;
}
.image-carousel .swiper-zoom-container {
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
  transition: none;
}
@media (max-width: 529px) {
  .image-carousel .swiper-zoom-container {
    padding-left: 6px;
  }
}
.image-carousel .swiper-navigation .image-carousel__button {
  border: 2px solid currentColor;
  border-radius: 50%;
  display: none;
  font-size: 0;
  height: 28px;
  line-height: 24px;
  margin-top: -14px;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  z-index: 3;
}
@media (min-width: 530px) {
  .image-carousel .swiper-navigation .image-carousel__button {
    display: block;
  }
}
.image-carousel .swiper-navigation .image-carousel__button::after {
  -webkit-transform: translate3d(0, 0, 0);
}
.image-carousel .swiper-navigation .image-carousel__button.next {
  right: -45px;
  padding-left: 1px;
}
.image-carousel .swiper-navigation .image-carousel__button.next::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea0b";
}
.image-carousel .swiper-navigation .image-carousel__button.prev {
  left: -45px;
  padding-right: 1px;
}
.image-carousel .swiper-navigation .image-carousel__button.prev::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea0a";
}
.image-carousel .swiper-navigation .image-carousel__button.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}
.image-carousel .fullscreen .swiper-navigation--mobile {
  display: none;
}
.image-carousel .swiper-navigation--mobile {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}
@media (min-width: 530px) {
  .image-carousel .swiper-navigation--mobile {
    padding-top: 0;
  }
}
.image-carousel .swiper-navigation--mobile .image-carousel__button {
  display: block;
  position: static;
  margin-top: 0;
  transform: none;
}
@media (min-width: 530px) {
  .image-carousel .swiper-navigation--mobile .image-carousel__button {
    display: none !important;
  }
}
.image-carousel .swiper-pagination {
  position: absolute;
  display: flex;
  width: calc(100% - 100px);
  height: 16px;
  justify-content: center;
  left: 50px;
  margin-top: 5.3333333333px;
}
.image-carousel .swiper-pagination .swiper-pagination-bullet {
  border: 3.5px solid transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  transition: opacity 0.35s ease-out, color 0.35s ease-out, background-color 0.35s ease-out;
}
@media (max-width: 529px) {
  .image-carousel .swiper-pagination .swiper-pagination-bullet {
    border-width: 2px;
  }
}
.theme-green .image-carousel .swiper-pagination .swiper-pagination-bullet {
  color: var(--fg);
}
.theme-blue .image-carousel .swiper-pagination .swiper-pagination-bullet {
  color: var(--fg);
}
.theme-indigo .image-carousel .swiper-pagination .swiper-pagination-bullet {
  color: var(--fg);
}
.theme-pink .image-carousel .swiper-pagination .swiper-pagination-bullet {
  color: var(--fg);
}
.theme-red .image-carousel .swiper-pagination .swiper-pagination-bullet {
  color: var(--fg);
}
.theme-orange .image-carousel .swiper-pagination .swiper-pagination-bullet {
  color: var(--fg);
}
.theme-grey .image-carousel .swiper-pagination .swiper-pagination-bullet {
  color: var(--fg);
}
.high-contrast .image-carousel .swiper-pagination .swiper-pagination-bullet {
  color: var(--fg);
}
.high-contrast .image-carousel .swiper-pagination .swiper-pagination-bullet {
  color: var(--fg);
}
.image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--neutrals-grey-dark);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.theme-green .image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--fg);
}
.theme-blue .image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--fg);
}
.theme-indigo .image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--fg);
}
.theme-pink .image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--fg);
}
.theme-red .image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--fg);
}
.theme-orange .image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--fg);
}
.theme-grey .image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--fg);
}
.high-contrast .image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--fg);
}
.high-contrast .image-carousel .swiper-pagination .swiper-pagination-bullet::after {
  border: solid 1px var(--fg);
}
.image-carousel .swiper-pagination .swiper-pagination-bullet-active {
  border-width: 2px;
}
.theme-green .image-carousel .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--frame);
}
.theme-blue .image-carousel .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--frame);
}
.theme-indigo .image-carousel .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--frame);
}
.theme-pink .image-carousel .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--frame);
}
.theme-red .image-carousel .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--frame);
}
.theme-orange .image-carousel .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--frame);
}
.theme-grey .image-carousel .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--frame);
}
.image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--neutrals-grey-dark);
}
.theme-green .image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--fg);
}
.theme-blue .image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--fg);
}
.theme-indigo .image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--fg);
}
.theme-pink .image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--fg);
}
.theme-red .image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--fg);
}
.theme-orange .image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--fg);
}
.theme-grey .image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--fg);
}
.high-contrast .image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--fg);
}
.high-contrast .image-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--fg);
}
.image-carousel .swiper-pagination-custom {
  position: static;
  width: 80px;
  left: calc(50% - 40px);
  top: 28px;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--fs__smallest);
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 530px) {
  .image-carousel .swiper-pagination-custom {
    position: absolute;
  }
}
.image-carousel .swiper-slide {
  z-index: 1;
}
.image-carousel .fullscreen .swiper-zoom-container.has-vertical-caption {
  display: block !important;
  height: 95% !important;
}
.image-carousel .image-carousel__fullscreen {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--fs__smallest);
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.image-carousel .image-carousel__fullscreen::before {
  position: relative;
  top: 4px;
  content: "";
  display: inline-block;
  background: url("../images/icon-expand--black.svg") no-repeat center center;
  background-size: contain;
  width: 19px;
  height: 18px;
}
.image-carousel .image-carousel__fullscreen::after {
  content: "Expand";
  display: inline-block;
  margin-left: 10px;
}
.image-carousel .fullscreen .image-carousel__fullscreen::before {
  background: url("../images/icon-contract--black.svg") no-repeat center center;
  background-size: contain;
}
.image-carousel .fullscreen .image-carousel__fullscreen::after {
  content: "Close";
}
.image-carousel .fullscreen .image-carousel__fullscreen {
  color: #fff;
  z-index: 4;
}
.image-carousel .fullscreen .vertical-caption {
  color: #fff;
}
.image-carousel .fullscreen .image-carousel__button {
  color: #fff;
}
.image-carousel .swiper-slide-active {
  z-index: 2;
}
.image-carousel .image-carousel__caption {
  margin-top: 30px;
}
.image-carousel .image-carousel__caption .image-caption {
  font-size: var(--fs__smallest);
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
.image-carousel .image-carousel__links {
  display: none;
  position: absolute;
  top: -18px;
  right: 0;
}
@media (min-width: 529px) {
  .image-carousel .image-carousel__links {
    display: block;
  }
}
.image-carousel .image-carousel__links .hidden {
  display: none;
}
.image-carousel .image-carousel__links a::before {
  margin-right: 0;
}
.image-carousel .fullscreen .swiper-zoom-container {
  padding-left: 70px;
  padding-right: 70px;
  flex-direction: column;
}
.image-carousel .fullscreen .swiper-zoom-container img {
  max-width: 100% !important;
  vertical-align: middle;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.image-carousel .image-carousel__image-swiper {
  position: relative;
  z-index: 1;
}
.image-carousel .image-carousel__image-swiper .swiper-wrapper {
  align-items: center;
}
.image-carousel .image-carousel__caption-swiper {
  position: relative;
  z-index: 2;
}
.image-carousel .image-carousel__caption-swiper .swiper-pagination {
  z-index: 3;
}
.image-carousel .image-carousel__caption-swiper .swiper-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 530px) {
  .image-carousel .image-carousel__caption-swiper .swiper-container {
    padding-top: 45px;
  }
}
.image-carousel .image-carousel__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
  font-size: var(--fs__smallest);
  font-weight: 500;
  line-height: 1.3;
  text-transform: none;
  width: 100%;
  min-height: 50px;
}
.image-carousel .image-carousel__caption strong,
.image-carousel .image-carousel__caption b {
  font-weight: normal;
}
.image-carousel .image-carousel__caption strong,
.image-carousel .image-carousel__caption b,
.image-carousel .image-carousel__caption h1,
.image-carousel .image-carousel__caption h2,
.image-carousel .image-carousel__caption h3,
.image-carousel .image-carousel__caption h4,
.image-carousel .image-carousel__caption h5 {
  font-weight: bold;
}
.image-carousel .image-carousel__caption em,
.image-carousel .image-carousel__caption i {
  font-style: oblique;
}
.image-carousel .image-carousel__caption a {
  text-decoration: underline;
}
.image-carousel .image-carousel__caption a:hover {
  text-decoration: none;
}
.image-carousel .image-carousel__wrapper {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
@media (max-width: 529px) {
  .image-carousel .image-carousel__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .image-carousel .image-carousel__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .image-carousel .image-carousel__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .image-carousel .image-carousel__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .image-carousel .image-carousel__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.image-carousel .image-carousel__wrapper .image-carousel__zoom-controls {
  display: none;
}
.image-carousel .image-carousel__wrapper.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  margin: 0;
  float: none;
  background: #000;
}
.image-carousel .image-carousel__wrapper.fullscreen .image-carousel__image-swiper {
  height: calc(100% - 220px);
  display: flex;
  justify-content: center;
  align-content: center;
}
.image-carousel .image-carousel__wrapper.fullscreen .image-carousel__zoom-controls {
  display: block;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 4;
  color: #fff;
}
.image-carousel .image-carousel__wrapper.fullscreen .image-carousel__zoom-controls button {
  min-height: 0;
}
.image-carousel .image-carousel__wrapper.fullscreen .image-carousel__zoom-controls button::before {
  font-size: 24px;
}
.image-carousel .image-carousel__wrapper.fullscreen .image-carousel__links {
  right: 50px;
}
.image-carousel .image-carousel__wrapper.fullscreen .swiper-pagination {
  width: calc(100% - 220px);
  left: 122px;
  margin-bottom: -25px;
  color: #fff;
}
.image-carousel .image-carousel__wrapper.fullscreen .swiper-wrapper {
  color: rgba(255, 255, 255, 0);
}
.image-carousel .image-carousel__wrapper.fullscreen .swiper-wrapper .swiper-slide-active {
  color: rgb(255, 255, 255);
}
.image-carousel .image-carousel__wrapper.fullscreen .image-carousel__caption {
  margin-top: 35px;
  padding-left: 50px;
}
@media (max-width: 529px) {
  .image-carousel .image-carousel__wrapper.fullscreen .image-carousel__caption {
    margin-top: 55px;
    padding-right: 45px;
  }
}
.image-carousel .image-carousel__wrapper.fullscreen .swiper-navigation .image-carousel__button.prev {
  left: 20px;
}
.image-carousel .image-carousel__wrapper.fullscreen .swiper-navigation .image-carousel__button.next {
  right: 30px;
}
.image-carousel .image-carousel__wrapper.picture-portrait .image-carousel__image-swiper,
.image-carousel .image-carousel__wrapper.picture-portrait .image-carousel__caption-swiper {
  margin: 0 auto;
  max-width: 650px;
}

.image-carousel .fullscreen .image-carousel__caption-swiper {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
@media (max-width: 529px) {
  .image-carousel .fullscreen .image-carousel__caption-swiper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .image-carousel .fullscreen .image-carousel__caption-swiper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .image-carousel .fullscreen .image-carousel__caption-swiper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .image-carousel .fullscreen .image-carousel__caption-swiper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .image-carousel .fullscreen .image-carousel__caption-swiper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}

.swiper-slide-with-vertical-caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .swiper-slide-with-vertical-caption {
    flex-direction: row;
  }
}

.swiper-slide-with-vertical-caption .swiper-slide-image-wrapper {
  flex: unset;
}

.swiper-slide-with-vertical-caption .vertical-caption {
  margin-top: 8px;
  flex: none;
  text-align: left;
}
@media (min-width: 800px) {
  .swiper-slide-with-vertical-caption .vertical-caption {
    margin-top: 0;
    width: min-content;
    height: 200px;
  }
  .swiper-slide-with-vertical-caption .vertical-caption.js-enabled, .js-enabled .swiper-slide-with-vertical-caption .vertical-caption {
    display: flex;
    justify-content: flex-start;
  }
}

.swiper-slide-with-vertical-caption .vertical-caption p {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0;
}
.swiper-slide-with-vertical-caption .vertical-caption p strong,
.swiper-slide-with-vertical-caption .vertical-caption p b {
  font-weight: bold;
}
.swiper-slide-with-vertical-caption .vertical-caption p em,
.swiper-slide-with-vertical-caption .vertical-caption p i {
  font-style: oblique;
}
@media (min-width: 800px) {
  .swiper-slide-with-vertical-caption .vertical-caption p {
    text-align: left;
    text-orientation: sideways;
    transform: rotate(180deg);
    margin: 0;
    writing-mode: vertical-rl;
    margin: 0;
    padding: 0 10px 0 0;
  }
}

.image-carousel .swiper-slide-image-wrapper,
.image-carousel .image-carousel__wrapper:not(.fullscreen) .swiper-zoom-container {
  height: 205px;
  background: #fff;
}
@media (min-width: 592px) {
  .image-carousel .swiper-slide-image-wrapper,
  .image-carousel .image-carousel__wrapper:not(.fullscreen) .swiper-zoom-container {
    height: 33vw;
  }
}
@media (min-width: 800px) {
  .image-carousel .swiper-slide-image-wrapper,
  .image-carousel .image-carousel__wrapper:not(.fullscreen) .swiper-zoom-container {
    height: 25vw;
  }
}
@media (min-width: 1180px) {
  .image-carousel .swiper-slide-image-wrapper,
  .image-carousel .image-carousel__wrapper:not(.fullscreen) .swiper-zoom-container {
    height: 33vw;
  }
}
@media (min-width: 1600px) {
  .image-carousel .swiper-slide-image-wrapper,
  .image-carousel .image-carousel__wrapper:not(.fullscreen) .swiper-zoom-container {
    height: 400px;
  }
}

.image-carousel .swiper-slide-with-vertical-caption .swiper-slide-image-wrapper,
.image-carousel .image-carousel__wrapper:not(.fullscreen) .swiper-zoom-container {
  flex: 1;
}

.swiper-slide-with-vertical-caption {
  width: 100%;
}

.image-carousel .swiper-slide-image-wrapper img,
.image-carousel .image-carousel__wrapper:not(.fullscreen) .swiper-zoom-container img {
  object-fit: contain;
  height: 100%;
}

.interrupt {
  position: relative;
  text-align: center;
}
@media (max-width: 529px) {
  .interrupt {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .interrupt {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .interrupt {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .interrupt {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .interrupt {
    margin-bottom: 56px;
  }
}
.interrupt .interrupt__content {
  border: 1px solid transparent;
  padding: 24px;
}
.theme-green .interrupt .interrupt__content {
  border-color: var(--accent);
}
.theme-blue .interrupt .interrupt__content {
  border-color: var(--accent);
}
.theme-indigo .interrupt .interrupt__content {
  border-color: var(--accent);
}
.theme-pink .interrupt .interrupt__content {
  border-color: var(--accent);
}
.theme-red .interrupt .interrupt__content {
  border-color: var(--accent);
}
.theme-orange .interrupt .interrupt__content {
  border-color: var(--accent);
}
.theme-grey .interrupt .interrupt__content {
  border-color: var(--accent);
}
.high-contrast .interrupt .interrupt__content {
  border-color: var(--accent);
}
.high-contrast .interrupt .interrupt__content {
  border-color: #fff;
}
.interrupt .interrupt__buttons a {
  margin: 0;
}
@media (max-width: 529px) {
  .interrupt .interrupt__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .interrupt .interrupt__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .interrupt .interrupt__wrapper {
    width: 50%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .interrupt .interrupt__wrapper {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (min-width: 1480px) {
  .interrupt .interrupt__wrapper {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 25%;
    margin-right: 25%;
  }
}
.interrupt .interrupt__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
}
.interrupt .interrupt__title strong,
.interrupt .interrupt__title b {
  font-weight: normal;
}
.interrupt .interrupt__title:first-child {
  margin-top: 0;
}
.interrupt .interrupt__title:last-child {
  margin-bottom: 0;
}
.interrupt .interrupt__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.interrupt .interrupt__text:first-child {
  margin-top: 0;
}
.interrupt .interrupt__text:last-child {
  margin-bottom: 0;
}
.interrupt .interrupt__text strong,
.interrupt .interrupt__text b {
  font-weight: bold;
}
.interrupt .interrupt__text em,
.interrupt .interrupt__text i {
  font-style: italic;
}

.grid-masonry {
  position: relative;
}
.grid-masonry .grid__item {
  position: relative;
}
@media (max-width: 529px) {
  .grid-masonry .grid__item {
    width: 100%;
  }
  .grid-masonry .grid__item .picture {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .grid-masonry .grid__item {
    width: 100%;
  }
  .grid-masonry .grid__item .picture {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .grid-masonry .grid__item:nth-child(4n+1), .grid-masonry .grid__item:nth-child(4n+4) {
    width: 58.3333333333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
  }
  .grid-masonry .grid__item:nth-child(4n+2), .grid-masonry .grid__item:nth-child(4n+3) {
    width: 33.3333333333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
  }
  .grid-masonry .grid__item:nth-child(4n+2), .grid-masonry .grid__item:nth-child(4n+4) {
    margin-left: 8.3333333333%;
  }
  .grid-masonry .grid__item:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .grid-masonry .grid__item:nth-child(4n+1), .grid-masonry .grid__item:nth-child(4n+4) {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-masonry .grid__item:nth-child(4n+2), .grid-masonry .grid__item:nth-child(4n+3) {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-masonry .grid__item:nth-child(4n+2), .grid-masonry .grid__item:nth-child(4n+4) {
    margin-left: 8.3333333333%;
  }
  .grid-masonry .grid__item:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 1480px) {
  .grid-masonry .grid__item:nth-child(4n+1), .grid-masonry .grid__item:nth-child(4n+4) {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-masonry .grid__item:nth-child(4n+2), .grid-masonry .grid__item:nth-child(4n+3) {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-masonry .grid__item:nth-child(4n+2), .grid-masonry .grid__item:nth-child(4n+4) {
    margin-left: 8.3333333333%;
  }
  .grid-masonry .grid__item:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 529px) {
  .grid-masonry .grid__item .case__title {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .grid-masonry .grid__item .case__title {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .grid-masonry .grid__item .case__title {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .grid-masonry .grid__item .case__title {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}
@media (min-width: 1480px) {
  .grid-masonry .grid__item .case__title {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}
@media (max-width: 529px) {
  .grid-masonry .grid__item {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .grid-masonry .grid__item {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .grid-masonry .grid__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .grid-masonry .grid__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  .grid-masonry .grid__item {
    margin-bottom: 40px;
  }
}
.grid-masonry .grid__items::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 529px) {
  .grid-masonry .divider {
    margin-bottom: 8px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .grid-masonry .divider {
    margin-bottom: 8px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .grid-masonry .divider {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .grid-masonry .divider {
    margin-bottom: 8px;
  }
}
@media (min-width: 1480px) {
  .grid-masonry .divider {
    margin-bottom: 8px;
  }
}

.highlight {
  position: relative;
}
@media (max-width: 529px) {
  .highlight {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .highlight {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .highlight {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .highlight {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .highlight {
    margin-bottom: 56px;
  }
}
.highlight .highlight__content {
  padding: 24px;
}
.theme-green .highlight .highlight__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-blue .highlight .highlight__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-indigo .highlight .highlight__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-pink .highlight .highlight__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-red .highlight .highlight__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-orange .highlight .highlight__content {
  background-color: var(--bg);
  color: var(--fg);
}
.theme-grey .highlight .highlight__content {
  background-color: var(--bg);
  color: var(--fg);
}
.high-contrast .highlight .highlight__content {
  background-color: var(--bg);
  color: var(--fg);
}
.highlight .highlight__buttons {
  text-align: right;
}
.highlight .button {
  margin: 0;
}
@media (min-width: 530px) {
  .highlight .highlight__flex-wrapper {
    display: flex;
  }
  .highlight .highlight__text {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .highlight .highlight__buttons {
    flex: 0 0 auto;
    margin-left: 24px;
  }
  .highlight .highlight__buttons-align {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    height: 100%;
  }
}
@media (max-width: 529px) {
  .highlight .wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .highlight .wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .highlight .wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .highlight .wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .highlight .wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.highlight .highlight__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.highlight .highlight__title:first-child {
  margin-top: 0;
}
.highlight .highlight__title:last-child {
  margin-bottom: 0;
}
.highlight .highlight__title strong,
.highlight .highlight__title b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .highlight .highlight__title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .highlight .highlight__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .highlight .highlight__title {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .highlight .highlight__title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
.highlight .highlight__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.highlight .highlight__text:first-child {
  margin-top: 0;
}
.highlight .highlight__text:last-child {
  margin-bottom: 0;
}
.highlight .highlight__text strong,
.highlight .highlight__text b {
  font-weight: bold;
}
.highlight .highlight__text em,
.highlight .highlight__text i {
  font-style: italic;
}

.audio-popup {
  position: relative;
  height: calc(100% - 16px);
  left: 8px;
  padding: 0 8px;
  position: fixed;
  top: 8px;
  user-select: none;
  width: calc(100% - 16px);
}
.theme-green .audio-popup {
  background-color: var(--bg);
}
.theme-blue .audio-popup {
  background-color: var(--bg);
}
.theme-indigo .audio-popup {
  background-color: var(--bg);
}
.theme-pink .audio-popup {
  background-color: var(--bg);
}
.theme-red .audio-popup {
  background-color: var(--bg);
}
.theme-orange .audio-popup {
  background-color: var(--bg);
}
.theme-grey .audio-popup {
  background-color: var(--bg);
}
.high-contrast .audio-popup {
  background-color: var(--bg);
}
.audio-popup .audio-popup__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.audio-popup .audio-popup__caption {
  padding: 0 4px;
}
.audio-popup .audio-popup__song::before {
  margin-right: 0;
  vertical-align: middle;
}
.audio-popup .audio-popup__audio {
  display: none;
  width: 100%;
}
.audio-popup .audio-popup__controls {
  display: flex;
  font-size: 0;
  height: 24px;
  width: 100%;
}
.audio-popup .audio-popup__controls > .audio-popup__button {
  display: block;
  flex: 0 0 24px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.audio-popup .audio-popup__controls > .audio-popup__button::before {
  font-size: 22.08px;
}
.audio-popup .audio-popup__controls > .audio-popup__time {
  flex: 0 0 auto;
  line-height: 24px;
  padding: 0 8px;
}
.audio-popup .audio-popup__button--control::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea1c";
}
.audio-popup.is-playing .audio-popup__button--control::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea19";
}
.audio-popup.is-playing .audio-popup__progress-thumb, .audio-popup.is-paused .audio-popup__progress-thumb {
  opacity: 1;
  pointer-events: initial;
}
.audio-popup .audio-popup__button--sound::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea2c";
}
.audio-popup.is-muted .audio-popup__button--sound::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  content: "\ea2b";
}
.audio-popup .audio-popup__progress-bar {
  flex: 1 0 auto;
  margin: 0 10px;
  position: relative;
}
.audio-popup .audio-popup__progress-track {
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.theme-green .audio-popup .audio-popup__progress-track {
  background-color: rgba(var(--fg), 0.25);
}
.theme-blue .audio-popup .audio-popup__progress-track {
  background-color: rgba(var(--fg), 0.25);
}
.theme-indigo .audio-popup .audio-popup__progress-track {
  background-color: rgba(var(--fg), 0.25);
}
.theme-pink .audio-popup .audio-popup__progress-track {
  background-color: rgba(var(--fg), 0.25);
}
.theme-red .audio-popup .audio-popup__progress-track {
  background-color: rgba(var(--fg), 0.25);
}
.theme-orange .audio-popup .audio-popup__progress-track {
  background-color: rgba(var(--fg), 0.25);
}
.theme-grey .audio-popup .audio-popup__progress-track {
  background-color: rgba(var(--fg), 0.25);
}
.high-contrast .audio-popup .audio-popup__progress-track {
  background-color: rgba(var(--fg), 0.25);
}
.audio-popup .audio-popup__progress-buffer,
.audio-popup .audio-popup__progress-time {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.audio-popup .audio-popup__progress-buffer {
  border-top: 2px dotted currentColor;
}
.theme-green .audio-popup .audio-popup__progress-buffer {
  background-color: var(--bg);
}
.theme-blue .audio-popup .audio-popup__progress-buffer {
  background-color: var(--bg);
}
.theme-indigo .audio-popup .audio-popup__progress-buffer {
  background-color: var(--bg);
}
.theme-pink .audio-popup .audio-popup__progress-buffer {
  background-color: var(--bg);
}
.theme-red .audio-popup .audio-popup__progress-buffer {
  background-color: var(--bg);
}
.theme-orange .audio-popup .audio-popup__progress-buffer {
  background-color: var(--bg);
}
.theme-grey .audio-popup .audio-popup__progress-buffer {
  background-color: var(--bg);
}
.high-contrast .audio-popup .audio-popup__progress-buffer {
  background-color: var(--bg);
}
.audio-popup .audio-popup__progress-time {
  background-color: currentColor;
}
.audio-popup .audio-popup__progress-thumb {
  cursor: grab;
  display: block;
  height: 24px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 24px;
}
.audio-popup .audio-popup__progress-thumb::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10px;
}
.audio-popup .audio-popup__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.audio-popup .audio-popup__caption strong,
.audio-popup .audio-popup__caption b {
  font-weight: normal;
}
.audio-popup .audio-popup__time {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 9.6px;
  font-style: normal;
  font-weight: normal;
  line-height: 19.2px;
  letter-spacing: 0.5px;
  min-height: 19.2px;
}
.audio-popup .audio-popup__time strong,
.audio-popup .audio-popup__time b {
  font-weight: bold;
}

.footer {
  display: block;
  position: relative;
  padding-bottom: var(--spacer-unit-xxlarge);
  padding-top: var(--spacer-unit-xxlarge);
  margin-top: var(--spacer-unit-small);
}
@media (min-width: 800px) {
  .footer__container {
    display: flex;
    gap: var(--spacer-unit-large);
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__container.bottom {
  margin-top: var(--spacer-unit-large);
  font-weight: var(--fw__medium);
}
.footer__primary-links {
  --fg: var(--neutrals-grey-light);
  columns: 2;
}
@media (min-width: 800px) {
  .footer__primary-links {
    columns: inherit;
    display: grid;
    gap: var(--spacer-unit-xxlarge);
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__primary-links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  text-underline-position: from-font;
}
.footer__primary-links a:hover, .footer__primary-links a:focus-visible, .footer__primary-links a:active, .footer__primary-links a.is-active {
  text-decoration: none;
}
.footer__primary-links p {
  color: var(--fg);
}
.footer__social-icons {
  display: flex;
  gap: var(--spacer-unit-xsmall);
  margin-top: var(--spacer-unit-mid);
  margin-bottom: var(--spacer-unit-xsmall);
}
@media (min-width: 800px) {
  .footer__social-icons {
    justify-content: flex-end;
    position: relative;
    right: -10px;
    margin-top: 0;
  }
}
.footer__social-icons a {
  transition: var(--transition-base--sm);
  line-height: 1;
  padding: var(--spacer-unit-xsmall) 0px var(--spacer-unit-xsmall) var(--spacer-unit-xsmall);
}
.footer__social-icons a:hover, .footer__social-icons a:focus-visible, .footer__social-icons a:active {
  color: var(--frame);
}
.footer__legal-links {
  display: flex;
  gap: var(--spacer-unit-mid);
  white-space: nowrap;
  margin-top: var(--spacer-unit-mid);
}
@media (min-width: 800px) {
  .footer__legal-links {
    margin-top: 0;
  }
}
.footer__legal-links a:hover, .footer__legal-links a:focus-visible, .footer__legal-links a:active, .footer__legal-links a.is-active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  text-underline-position: from-font;
}
.footer__button-wrapper {
  --btn-border: var(--neutrals-white);
}
.has-frame .footer {
  margin-inline: var(--frame-width);
}
.footer a:not(.isg-btn),
.footer p {
  font-family: var(--ff__sans-serif);
  font-size: var(--fs__smallest);
  display: block;
}

.footer__column p {
  margin: 0;
}

.block-id--roomsfooter {
  margin-inline: auto;
  text-align: center;
}

.audio-intro {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
}
@media (max-width: 529px) {
  .audio-intro {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .audio-intro {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .audio-intro {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .audio-intro {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .audio-intro {
    margin-bottom: 56px;
  }
}
.audio-intro .audio-intro__audio-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.audio-intro .audio-intro__audio {
  display: none;
}
.audio-intro .audio-intro__player {
  border: 1px solid transparent;
  padding: 24px;
  position: relative;
}
.theme-green .audio-intro .audio-intro__player {
  border-color: rgba(var(--fg), 0.3);
}
.theme-blue .audio-intro .audio-intro__player {
  border-color: rgba(var(--fg), 0.3);
}
.theme-indigo .audio-intro .audio-intro__player {
  border-color: rgba(var(--fg), 0.3);
}
.theme-pink .audio-intro .audio-intro__player {
  border-color: rgba(var(--fg), 0.3);
}
.theme-red .audio-intro .audio-intro__player {
  border-color: rgba(var(--fg), 0.3);
}
.theme-orange .audio-intro .audio-intro__player {
  border-color: rgba(var(--fg), 0.3);
}
.theme-grey .audio-intro .audio-intro__player {
  border-color: rgba(var(--fg), 0.3);
}
.high-contrast .audio-intro .audio-intro__player {
  border-color: rgba(var(--fg), 0.3);
}
.high-contrast .audio-intro .audio-intro__player {
  border-color: #fff;
}
.audio-intro .audio-intro__title {
  left: 50%;
  margin-left: -31px;
  padding: 0 8px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.theme-green .audio-intro .audio-intro__title {
  background-color: var(--bg);
}
.theme-blue .audio-intro .audio-intro__title {
  background-color: var(--bg);
}
.theme-indigo .audio-intro .audio-intro__title {
  background-color: var(--bg);
}
.theme-pink .audio-intro .audio-intro__title {
  background-color: var(--bg);
}
.theme-red .audio-intro .audio-intro__title {
  background-color: var(--bg);
}
.theme-orange .audio-intro .audio-intro__title {
  background-color: var(--bg);
}
.theme-grey .audio-intro .audio-intro__title {
  background-color: var(--bg);
}
.high-contrast .audio-intro .audio-intro__title {
  background-color: var(--bg);
}
.audio-intro .audio-intro__play-button {
  border: 2px solid currentColor;
  border-radius: 50%;
  float: left;
  height: 68px;
  line-height: 68px;
  margin-right: 24px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 68px;
}
.theme-green .audio-intro .audio-intro__play-button {
  background-color: var(--frame);
}
.theme-blue .audio-intro .audio-intro__play-button {
  background-color: var(--frame);
}
.theme-indigo .audio-intro .audio-intro__play-button {
  background-color: var(--frame);
}
.theme-pink .audio-intro .audio-intro__play-button {
  background-color: var(--frame);
}
.theme-red .audio-intro .audio-intro__play-button {
  background-color: var(--frame);
}
.theme-orange .audio-intro .audio-intro__play-button {
  background-color: var(--frame);
}
.theme-grey .audio-intro .audio-intro__play-button {
  background-color: var(--frame);
}
.high-contrast .audio-intro .audio-intro__play-button {
  background-color: transparent;
  border-color: currentColor;
}
.audio-intro .audio-intro__play-button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 47px;
  vertical-align: middle;
  content: "\ea1c";
}
.audio-intro .audio-intro__play-button::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 30px;
  vertical-align: middle;
  content: "\ea19";
}
.audio-intro .audio-intro__play-button::before, .audio-intro .audio-intro__play-button::after {
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease-out;
  z-index: 10;
}
.audio-intro .audio-intro__play-button::before {
  left: 55%;
}
.audio-intro .audio-intro__play-button::after {
  left: 53%;
  opacity: 0;
}
.audio-intro .audio-intro__play-button .picture__img {
  animation: spin 4s infinite linear -0.5s;
  animation-play-state: paused;
  opacity: 0.5;
  transition: transform 0.35s ease-out;
  vertical-align: top;
}
.audio-intro .audio-intro__audio-info {
  float: left;
  text-align: left;
  width: calc(100% - 100px);
}
.audio-intro .audio-intro__time {
  font-weight: 300;
}
.audio-intro .audio-intro__artist {
  font-size: 18px;
  margin-top: 8px;
}
@media (max-width: 529px) {
  .audio-intro {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.audio-intro.is-playing .audio-intro__play-button::before {
  opacity: 0;
}
.audio-intro.is-playing .audio-intro__play-button::after {
  opacity: 1;
}
.audio-intro.is-playing .audio-intro__play-button .picture__img {
  animation-play-state: running;
}
.audio-intro .audio-intro__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 10.4px;
  letter-spacing: 1px;
  min-height: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.audio-intro .audio-intro__title strong,
.audio-intro .audio-intro__title b {
  font-weight: normal;
}
.audio-intro .audio-intro__sound-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.5px;
  min-height: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.audio-intro .audio-intro__sound-title strong,
.audio-intro .audio-intro__sound-title b {
  font-weight: normal;
}

.like-card {
  display: flex;
  flex-direction: column;
  width: 20%;
  width: 270px;
  margin: 0 10px;
  position: relative;
}

.like-card__image {
  max-height: 170px;
  overflow: hidden;
}

.like-card__content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  height: 142px;
  padding: 16px;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.theme-green .like-card__content {
  color: var(--fg);
}
.theme-blue .like-card__content {
  color: var(--fg);
}
.theme-indigo .like-card__content {
  color: var(--fg);
  background-color: var(--brand-indigo-dark);
}
.theme-pink .like-card__content {
  color: var(--fg);
  background-color: var(--brand-magenta-dark);
}
.theme-red .like-card__content {
  color: var(--fg);
  background-color: var(--brand-red-dark);
}
.theme-orange .like-card__content {
  color: var(--fg);
  background-color: var(--brand-orange-dark);
}
.theme-grey .like-card__content {
  color: var(--fg);
  background-color: var(--neutrals-grey-dark);
}
.high-contrast .like-card__content {
  color: var(--fg);
  background-color: var(--neutrals-grey-lightest);
}

.like-card__content-text {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  overflow: hidden;
}

.like-card__content-text span {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  letter-spacing: 0;
  text-transform: none;
}

.like-card__content-info {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.59px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: auto;
}

.like-cards__container {
  padding: 0 10px 40px;
  margin: 0 auto;
  display: flex;
}

.like-cards__outer-container {
  position: relative;
  max-height: 313px;
}

.like-cards__container > div:last-of-type {
  margin-right: 25px;
}

.like-cards {
  padding-top: 35px;
}

@media (min-width: 1480px) {
  .five-or-less .like-cards__container {
    justify-content: center;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.like-cards__container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.like-cards__container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.like-cards .divider.divider--large .divider__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 530px) and (max-width: 799px) {
  .split-view__sidebar-right .table .inner-contstrainer .table__wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .split-view__sidebar-right .table .inner-contstrainer .table__wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .split-view__sidebar-right .table .inner-contstrainer .table__wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1480px) {
  .split-view__sidebar-right .table .inner-contstrainer .table__wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.table {
  position: relative;
}
@media (max-width: 529px) {
  .table {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .table {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .table {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .table {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .table {
    margin-bottom: 56px;
  }
}
.theme-green .table .table {
  border-color: var(--fg);
}
.theme-blue .table .table {
  border-color: var(--fg);
}
.theme-indigo .table .table {
  border-color: var(--fg);
}
.theme-pink .table .table {
  border-color: var(--fg);
}
.theme-red .table .table {
  border-color: var(--fg);
}
.theme-orange .table .table {
  border-color: var(--fg);
}
.theme-grey .table .table {
  border-color: var(--fg);
}
.high-contrast .table .table {
  border-color: var(--fg);
}
.table .table__list {
  width: 100%;
}
.table .table__head .table__border-wrapper {
  border-bottom: solid 2px;
}
.table .table__border-wrapper {
  border-bottom: solid 1px;
  padding: 8px 0;
}
.table .table__foot .table__border-wrapper {
  border-bottom: none;
}
.table .table__caption {
  padding-top: 16px;
  text-align: left;
}
.table .table__head-left,
.table .table__head-right,
.table .table__left,
.table .table__right {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .table {
    line-height: 24.8px;
  }
}
@media (max-width: 529px) {
  .table .table__cell {
    text-align: center;
  }
  .table .table__cell:not(:first-child) {
    padding-left: 5px;
    width: 62.5%;
  }
  .table .table__cell:not(:last-child) {
    padding-right: 5px;
    width: 37.5%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .table .table__cell {
    text-align: center;
  }
  .table .table__cell:not(:first-child) {
    padding-left: 5px;
    width: 62.5%;
  }
  .table .table__cell:not(:last-child) {
    padding-right: 5px;
    width: 37.5%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .table .table__cell {
    text-align: center;
  }
  .table .table__cell:not(:first-child) {
    padding-left: 8px;
    width: 62.5%;
  }
  .table .table__cell:not(:last-child) {
    padding-right: 8px;
    width: 37.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .table .table__cell {
    text-align: center;
  }
  .table .table__cell:not(:first-child) {
    padding-left: 10px;
    width: 62.5%;
  }
  .table .table__cell:not(:last-child) {
    padding-right: 10px;
    width: 37.5%;
  }
}
@media (min-width: 1480px) {
  .table .table__cell {
    text-align: center;
  }
  .table .table__cell:not(:first-child) {
    padding-left: 10px;
    width: 62.5%;
  }
  .table .table__cell:not(:last-child) {
    padding-right: 10px;
    width: 37.5%;
  }
}
@media (max-width: 529px) {
  .table .table__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .table .table__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .table .table__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .table .table__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .table .table__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.table .table__left {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.table .table__left strong,
.table .table__left b {
  font-weight: normal;
}
@media (min-width: 1200px) {
  .table .table__left {
    font-size: 10.4px;
    letter-spacing: 0.5px;
    line-height: 40px;
  }
}
.table .table__right {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.table .table__right strong,
.table .table__right b {
  font-weight: bold;
}
.table .table__right em,
.table .table__right i {
  font-style: italic;
}
.table .table__head-left,
.table .table__head-right {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.table .table__head-left strong,
.table .table__head-left b,
.table .table__head-right strong,
.table .table__head-right b {
  font-weight: normal;
}
@media (min-width: 1200px) {
  .table .table__head-left,
  .table .table__head-right {
    font-size: 10.4px;
    letter-spacing: 0.5px;
    line-height: 40px;
  }
}
.table .table__caption {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: var(--fs__smallest);
  font-style: normal;
  font-weight: 600;
  line-height: 8.8px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  min-height: 16px;
  padding-bottom: 3.6px;
  padding-top: 3.6px;
  text-transform: uppercase;
}
.table .table__caption:first-child {
  margin-top: 0;
}
.table .table__caption:last-child {
  margin-bottom: 0;
}
.table .table__caption strong,
.table .table__caption b {
  font-weight: normal;
}

.accordion {
  position: relative;
}
@media (max-width: 529px) {
  .accordion {
    margin-bottom: 32px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .accordion {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .accordion {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .accordion {
    margin-bottom: 56px;
  }
}
@media (min-width: 1480px) {
  .accordion {
    margin-bottom: 56px;
  }
}
.accordion .accordion__item {
  position: relative;
  border-bottom: 2px solid transparent;
}
.theme-green .accordion .accordion__item {
  border-color: var(--accent);
}
.theme-blue .accordion .accordion__item {
  border-color: var(--accent);
}
.theme-indigo .accordion .accordion__item {
  border-color: var(--accent);
}
.theme-pink .accordion .accordion__item {
  border-color: var(--accent);
}
.theme-red .accordion .accordion__item {
  border-color: var(--accent);
}
.theme-orange .accordion .accordion__item {
  border-color: var(--accent);
}
.theme-grey .accordion .accordion__item {
  border-color: var(--accent);
}
.high-contrast .accordion .accordion__item {
  border-color: var(--accent);
}
.high-contrast .accordion .accordion__item {
  border-color: #fff;
}
.accordion .accordion__title__link,
.accordion .accordion__item__content .richtext {
  padding-left: 32px;
}
.accordion .accordion__title__link {
  text-shadow: none;
  transition: background-color 0.35s ease-out, color 0.35s ease-out, text-shadow 0.35s ease-out;
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 12px;
  padding-top: 12px;
}
.theme-green .accordion .accordion__title__link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-blue .accordion .accordion__title__link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-indigo .accordion .accordion__title__link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-pink .accordion .accordion__title__link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-red .accordion .accordion__title__link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-orange .accordion .accordion__title__link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-grey .accordion .accordion__title__link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.high-contrast .accordion .accordion__title__link:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-green .accordion .accordion__title__link.is-active {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-blue .accordion .accordion__title__link.is-active {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-indigo .accordion .accordion__title__link.is-active {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-pink .accordion .accordion__title__link.is-active {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-red .accordion .accordion__title__link.is-active {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-orange .accordion .accordion__title__link.is-active {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.theme-grey .accordion .accordion__title__link.is-active {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.high-contrast .accordion .accordion__title__link.is-active {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
.accordion .accordion__title__link.is-active::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 24px;
  vertical-align: top;
  content: "\ea0c";
}
.accordion .accordion__title__link::before {
  left: 2px;
  position: absolute;
  top: 14px;
}
.accordion .accordion__title__link::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 24px;
  vertical-align: top;
  content: "\ea09";
}
.accordion .accordion__item__content {
  max-height: 0;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  transition: max-height 0.35s ease-out;
}
.accordion .accordion__item__content.is-expanded {
  max-height: 99vh;
  visibility: visible;
}
.accordion .richtext {
  padding-bottom: 16px;
  padding-top: 16px;
}
.accordion .accordion__title__link {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  min-height: 16px;
  text-transform: uppercase;
}
.accordion .accordion__title__link strong,
.accordion .accordion__title__link b {
  font-weight: normal;
}
@media (min-width: 530px) {
  .accordion .accordion__title__link {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 24px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .accordion .accordion__title__link {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .accordion .accordion__title__link {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .accordion .accordion__title__link {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    min-height: 24px;
  }
}
@media (max-width: 529px) {
  .accordion .richtext {
    margin-left: 0;
  }
}
@media (max-width: 529px) {
  .accordion .accordion__wrapper {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .accordion .accordion__wrapper {
    width: 83.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .accordion .accordion__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .accordion .accordion__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
@media (min-width: 1480px) {
  .accordion .accordion__wrapper {
    width: 66.6666666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}

.isg-homepage__middle {
  scroll-margin-top: 200px;
}
@media (max-width: 1200px) {
  .isg-homepage__middle {
    scroll-margin-top: 100px;
  }
}

.isg-homepage-slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/618;
  overflow: hidden;
  /* Icon visibility logic */
  /* Default state: show play icon, hide pause icon */
  /* When playing: hide play icon, show pause icon */
  /* When explicitly stopped: show play icon, hide pause icon */
}
.isg-homepage-slideshow__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
.isg-homepage-slideshow__slide.active {
  opacity: 1;
  z-index: 2;
}
.isg-homepage-slideshow__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.isg-homepage-slideshow__toggle, .isg-homepage-slideshow__anchor {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
  background-color: var(--neutrals-grey-lightest);
  top: 40px;
  height: 30px;
  width: 30px;
  border: 1px solid var(--accent);
  z-index: 10;
}
.isg-homepage-slideshow__toggle:hover, .isg-homepage-slideshow__toggle:focus, .isg-homepage-slideshow__anchor:hover, .isg-homepage-slideshow__anchor:focus {
  background-color: var(--neutrals-white);
}
.isg-homepage-slideshow__toggle {
  right: 94px;
}
@media (max-width: 1200px) {
  .isg-homepage-slideshow__toggle {
    right: 78px;
  }
}
.isg-homepage-slideshow__anchor {
  right: 40px;
}
@media (prefers-reduced-motion: no-preference) {
  .isg-homepage-slideshow__anchor {
    animation: homepage-anchor-bounce 5s ease-in-out infinite;
  }
}
@media (max-width: 1200px) {
  .isg-homepage-slideshow__anchor {
    right: 25px;
  }
}
.isg-homepage-slideshow__icon {
  color: var(--brand-darkest);
}
.isg-homepage-slideshow .slideshow-icon--play {
  display: none;
}
.isg-homepage-slideshow .slideshow-icon--pause {
  display: inline-block;
}
.isg-homepage-slideshow .slideshow-playing .slideshow-icon--play {
  display: none;
}
.isg-homepage-slideshow .slideshow-playing .slideshow-icon--pause {
  display: inline-block;
}
.isg-homepage-slideshow .slideshow-stopped .slideshow-icon--play {
  display: inline-block;
}
.isg-homepage-slideshow .slideshow-stopped .slideshow-icon--pause {
  display: none;
}

@keyframes homepage-anchor-bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(5px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(5px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
main .daily-hours {
  display: block;
  background-color: var(--bg);
  color: var(--fg);
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  height: 100%;
}
main .daily-hours__trigger {
  display: flex;
  align-items: center;
  padding: 12px var(--spacer-unit-small);
  font-size: var(--fs__base);
  font-family: var(--ff__sans-serif);
  line-height: 115%;
  width: 100%;
  font-weight: 400;
}
@media (min-width: 1200px) {
  main .daily-hours__trigger {
    height: 100%;
  }
}
main .daily-hours__clock-icon, main .daily-hours__caret {
  display: none;
}
main .daily-hours__cta {
  font-size: var(--fs__smallest);
  color: var(--brand-darkest);
  font-family: var(--ff__sans-serif);
  text-decoration: underline;
  text-decoration-color: var(--frame);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacer-unit-xsmall);
  margin-left: auto;
}
main .daily-hours__cta svg {
  transform: rotate(90deg);
}
main .daily-hours__list {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 0;
  top: 48px;
  width: 100%;
}
main .daily-hours__list > div {
  display: flex;
  gap: 16px;
}
@media (max-width: 1200px) {
  main .daily-hours__list > div {
    padding: var(--spacer-unit-xxsmall) var(--spacer-unit-small);
  }
}
main .daily-hours__day {
  text-align: left;
}

.isg-homepage__middle .daily-hours__trigger, .isg-homepage__middle .daily-hours__list {
  background-color: var(--neutrals-white);
}

:root {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}
@media (min-width: 530px) {
  :root {
    font-size: 18px;
    line-height: 32px;
  }
}

/* stylelint-disable-next-line selector-no-vendor-prefix */
html,
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  height: auto;
  min-height: 100%;
  min-width: 320px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  html,
  body {
    -webkit-font-smoothing: auto;
    font-smoothing: auto;
  }
}

html {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
html.prevent-scrolling {
  overflow: hidden;
}
html.prevent-zooming {
  -ms-content-zooming: none;
  touch-action: none;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background-color: var(--frame);
}
body.is-ie10 {
  height: auto;
}
@media (max-width: 319px) {
  body::after {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}

@media print {
  html,
  body {
    background-color: var(--bg) !important;
    color: var(--fg) !important;
  }
}
.body-wrapper {
  position: relative;
}

.modal--art-object .outer-constrainer,
.modal--art-object .card-carousel__swiper-wrapper.swiper-wrapper,
.modal--art-object .card-carousel__swiper-wrapper.swiper-wrapper > div {
  width: 100%;
  max-width: 100%;
}

.modal--art-object .inner-constrainer {
  padding: 0;
}

.modal--art-object .views-field-field-image-1 {
  max-width: 1500px;
  margin: 0 auto;
}

.modal--art-object .views-field-field-image-1 img {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 30px;
  z-index: -1;
}
@media (min-width: 530px) {
  .modal--art-object .views-field-field-image-1 img {
    height: 425px;
    margin-bottom: 60px;
  }
}

.modal--art-object .art-object__wrap {
  position: relative;
}

body.is-showing-audio .modal--art-object .art-object__wrap {
  padding-bottom: 75px;
}
@media (min-width: 530px) {
  body.is-showing-audio .modal--art-object .art-object__wrap {
    padding-bottom: 120px;
  }
}

.modal--art-object .art-object__wrap,
.modal--art-object .views-field-view-node {
  max-width: 720px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.modal--art-object .art-object__wrap {
  text-align: center;
}

.modal--art-object .art-object__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.16;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.modal--art-object .art-object__year {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 1.33px;
  margin-bottom: 15px;
}

.modal--art-object .art-object__creator {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.modal--art-object .art-object__info,
.modal--art-object .art-object__material {
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  text-align: left;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.modal--art-object .art-object__material {
  text-align: left;
  border-bottom: 2px solid var(--neutrals-grey-light);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.modal--art-object .art-object__material {
  font-size: 18px;
  line-height: 1.333;
  text-align: left;
  letter-spacing: 0.9px;
}

/* autoprefixer: off */
.modal--art-object .art-object__notes {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 530px) {
  .modal--art-object .art-object__notes {
    -webkit-line-clamp: 3;
  }
}

.show-all-text .art-object__notes {
  display: block;
}

/* autoprefixer: on */
.modal--art-object .art-object__link {
  margin-bottom: 36px;
}

.modal--art-object .art-object__link span {
  display: inline-block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: var(--fs__smallest);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 1000% 2px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
  padding-bottom: 4px;
  margin-bottom: 40px;
}
.modal--art-object .art-object__link span:hover, .modal--art-object .art-object__link span:focus {
  text-decoration: none;
  background-size: 0% 2px;
}

.modal--art-object.show-all-text .art-object__link .less,
.modal--art-object .art-object__link .more {
  display: inline;
}

.modal--art-object.show-all-text .art-object__link .more,
.modal--art-object .art-object__link .less {
  display: none;
}

.art-object__button {
  margin-bottom: 40px;
}
@media (min-width: 530px) {
  .art-object__button {
    margin-bottom: 60px;
  }
}

.art-object__button .button span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 1px;
  background: url("../media/icon-arrow-right.svg") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 10px;
}

.art-object__button .button:hover span::after {
  background: url("../media/icon-arrow-right--white.svg") no-repeat center center;
  background-size: contain;
}

.read-more--hidden {
  display: none;
}

.modal__language {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
}
@media (min-width: 530px) {
  .modal__language {
    top: 50px;
    left: 50px;
  }
}

.modal__language .language-switcher-replacement {
  display: none;
}

.modal__language .modal__language-list {
  max-width: 200px;
}

.modal__language .modal__language-list-items {
  display: none;
}

.modal__language .modal__language-list .modal__language-list-placeholder {
  position: relative;
  padding-right: 34px;
}
.modal__language .modal__language-list .modal__language-list-placeholder::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 9px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-select-arrow-down.svg") no-repeat center center;
  background-size: contain;
  transition: 0.3s ease all;
}
.modal__language .modal__language-list .modal__language-list-placeholder:hover::before, .modal__language .modal__language-list .modal__language-list-placeholder:focus::before {
  background-image: url("../images/icon-select-arrow-down--white.svg");
}

.modal__language.is-open .modal__language-list-items {
  display: block;
  position: relative;
}
.modal__language.is-open .modal__language-list-items::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.modal__language.is-open .modal__language-list .modal__language-list-placeholder {
  color: #fff;
}
.modal__language.is-open .modal__language-list .modal__language-list-placeholder::before {
  background-image: url("../images/icon-select-arrow-down--white.svg");
  transform: translateY(-50%) rotate(180deg);
}
.modal__language.is-open .modal__language-list .modal__language-list-placeholder::after {
  width: 100%;
}

.room-nav {
  display: flex;
  flex-flow: row wrap;
  padding: 70px 0;
}

.has-0 + .room-nav {
  padding-top: 0;
}

.room-nav ul {
  width: 100%;
  max-width: 748px;
  list-style: none;
  margin: 0 auto;
  padding: 0 22px;
}

.room-nav li {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.room-nav li::before {
  display: none;
}
.room-nav li:last-child {
  margin-bottom: 0;
}

.room-nav .button {
  min-width: 100%;
  margin: 0;
}
@media (min-width: 530px) {
  .room-nav .button {
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.room-nav__link {
  display: inline-block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: var(--fs__smallest);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 1000% 2px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
  padding-bottom: 4px;
}
.room-nav__link:hover, .room-nav__link:focus {
  text-decoration: none;
  background-size: 0% 2px;
}
.room-nav__link::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
}

.room-nav__link--audio span::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
  background: url("../images/icon-audio.svg") no-repeat center center;
  background-size: contain;
  width: 19px;
  height: 15px;
}

.room-nav__link--audio:not(.button)::before {
  margin-right: 0;
}

.room-nav__link--audio.button:hover span::before {
  background: url("../images/icon-audio--white.svg") no-repeat center center;
  background-size: contain;
}

.room-nav__link--map::before {
  position: relative;
  top: 4px;
  background: url("../images/icon-map.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 18px;
}

.room-nav__link--map.button {
  position: relative;
  display: inline-block;
}
.room-nav__link--map.button::before {
  content: "";
  display: inline-block;
  top: -2px;
  margin-right: 10px;
}
.room-nav__link--map.button:hover::before, .room-nav__link--map.button:focus::before {
  background-image: url("../images/icon-map--white.svg");
  z-index: 2;
}

.room-nav__link--how::before {
  display: none;
}

.introduction-large .room-link--audio {
  display: block;
  padding-top: 30px;
  text-align: center;
  margin: 0 auto 20px;
}

.room-nav__first {
  padding: 30px 0 70px;
}
@media (min-width: 800px) {
  .room-nav__first {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 122px;
  }
}

.room-nav__first .room-link--audio {
  padding-top: 24px;
}
@media (min-width: 800px) {
  .room-nav__first .room-link--audio {
    margin-left: 30px;
    padding-top: 0;
  }
}

.room-nav__second {
  max-width: 940px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .room-nav__second {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 800px) {
  .room-nav__second .room-nav__link--map.button {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.modal--guide .has-language-dropdown .modal__image {
  height: 425px;
  padding-top: 50px;
}
@media (min-width: 800px) {
  .modal--guide .has-language-dropdown .modal__image {
    height: 550px;
    padding-top: 0;
  }
}

.modal--guide .has-language-dropdown .modal__controls {
  top: 0;
}

.modal--guide .modal__image-item {
  display: none;
}

.modal--guide .modal__wrap {
  height: 100%;
  overflow-y: scroll;
}

.modal--guide .modal__image-item.is-active {
  display: block;
}

.modal--guide .modal__images {
  mix-blend-mode: multiply;
}
@media (min-width: 500px) {
  .modal--guide .modal__images {
    mix-blend-mode: none;
  }
}

.modal--guide .modal__content {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 720px;
  padding: 0 25px 50px;
  margin: 0 auto;
}
@media (min-width: 530px) {
  .modal--guide .modal__content {
    padding-bottom: 75px;
  }
}

body.is-showing-audio .modal--guide .modal__content {
  padding-bottom: 160px;
}

.modal--guide .wall-guide-content {
  display: none;
}

.modal--guide .wall-guide-content.is-active {
  display: block;
}

.modal__content.fakeScroll__scope {
  padding: 0 5px;
}

.modal.modal--guide h4 {
  line-height: 1.3;
  margin-bottom: 10px;
}

.modal.modal--guide p + h4 {
  padding-top: 28px;
}
@media (min-width: 530px) {
  .modal.modal--guide p + h4 {
    padding-top: 38px;
  }
}

.modal--guide nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .modal--guide nav {
    margin-bottom: 80px;
  }
}

.modal--guide nav .swiper-wrapper {
  text-align: center;
}
@media (min-width: 1024px) {
  .modal--guide nav .swiper-wrapper {
    justify-content: center;
    transform: none !important;
    flex-wrap: wrap;
    column-gap: 28px;
  }
}

.swiper-no-loop .modal--guide nav .swiper-wrapper {
  justify-content: center;
  transform: none !important;
}

.modal--guide nav .swiper-slide {
  display: inline-block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.87px;
  text-transform: uppercase;
  width: fit-content;
}

.swiper-no-loop .modal--guide nav .swiper-slide {
  width: auto !important;
  padding: 0 14px;
}

.modal--guide nav .nav__item {
  display: block;
  padding: 12px 0;
  color: #BCBCBC;
  cursor: pointer;
}

@media (min-width: 550px) {
  .swiper-no-loop .modal--guide nav .swiper-slide-duplicate-active .nav__item.is-active,
  .modal--guide nav .swiper-slide-active .nav__item.is-active,
  .modal--guide nav .nav__item.is-active {
    color: #000;
  }
}

.swiper-no-loop .modal--guide nav .swiper-slide-duplicate-active .nav__item,
.modal--guide nav .swiper-slide-active .nav__item {
  color: #000;
}
@media (min-width: 1024px) {
  .swiper-no-loop .modal--guide nav .swiper-slide-duplicate-active .nav__item,
  .modal--guide nav .swiper-slide-active .nav__item {
    color: #BCBCBC;
  }
}

.swiper-no-loop .modal--guide nav .swiper-slide-duplicate {
  display: none !important;
}

@media (min-width: 550px) {
  .modal--guide nav .swiper-slide-duplicate {
    display: none;
  }
}

.modal--guide .swiper-container.mobile-horizontal-scroll {
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .modal--guide .swiper-container.mobile-horizontal-scroll {
    overflow-x: hidden;
  }
}

.modal--map .modal__wrap {
  overflow: hidden;
  max-height: 100%;
  transition: max-width 0.25s ease-in-out;
  touch-action: pan-x pan-y;
}

.modal--map .modal__language {
  position: absolute;
  z-index: 2;
}

.modal--map .modal__image {
  height: 100vh;
  max-height: 100%;
}

body.is-showing-audio .modal--map .modal__image {
  position: relative;
  height: calc(100% - 110px);
}
@media (min-width: 530px) {
  body.is-showing-audio .modal--map .modal__image {
    height: calc(100vh - 120px);
  }
}

.is-initalized .modal.modal--map-floors .modal__wrap {
  max-height: 100%;
}

.modal--map-floors .modal__image-item {
  display: none;
}

.modal--map-floors .modal__image-item.is-active {
  display: block;
}

.modal.modal--how-to {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}

.modal--how-to .modal__wrap {
  max-width: 660px;
  height: 100%;
  padding: 120px 40px 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 529px) {
  .modal--how-to .modal__wrap {
    padding-top: 150px;
  }
}
@media only screen and (max-height: 650px) {
  .modal--how-to .modal__wrap {
    padding: 100px 40px 20px;
  }
}
@media only screen and (min-width: 800px) and (max-height: 650px) {
  .modal--how-to .modal__wrap {
    padding-top: 215px;
  }
}

.is-showing-audio .modal--how-to .block-id--howtouseguide {
  padding-bottom: 100px;
}
@media only screen and (min-width: 529px) {
  .is-showing-audio .modal--how-to .block-id--howtouseguide {
    padding-bottom: 135px;
  }
}

.modal--how-to .block-id--howtouseguide h1 {
  margin-bottom: 10px;
  padding-right: 0;
}
@media (min-width: 530px) {
  .modal--how-to .block-id--howtouseguide h1 {
    margin-bottom: 30px;
  }
}

.modal--how-to h1 + p {
  text-align: center;
  border-bottom: 2px solid var(--neutrals-grey-light);
  padding-bottom: 40px;
}
@media (min-width: 530px) {
  .modal--how-to h1 + p {
    padding-bottom: 50px;
  }
}

.modal--how-to ul {
  padding-top: 45px;
}
@media (min-width: 530px) {
  .modal--how-to ul {
    max-width: 450px;
    padding-top: 55px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-height: 650px) {
  .modal--how-to ul {
    margin-bottom: 60px;
  }
}

.modal--how-to ul li {
  position: relative;
  display: block;
  margin-bottom: 45px;
  padding-left: 60px;
}
.modal--how-to ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 530px) {
  .modal--how-to ul li {
    margin-bottom: 70px;
  }
}

.modal--how-to li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.modal--how-to ul li:nth-child(1)::before {
  width: 41px;
  height: 41px;
  background: url("../images/icon-scan.svg") no-repeat center center;
  background-size: contain;
}

.modal--how-to ul li:nth-child(2)::before {
  width: 37px;
  height: 37px;
  background: url("../images/icon-link.svg") no-repeat center center;
  background-size: contain;
}

.rooms-other {
  width: 100%;
  max-width: 720px;
  border-top: 2px solid var(--neutrals-grey-light);
  border-image: linear-gradient(to right, #fff 28px, var(--neutrals-grey-light) 28px, var(--neutrals-grey-light) calc(100% - 28px), #fff calc(100% - 28px)) 5;
  padding: 50px 0;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .rooms-other {
    padding: 60px 20px;
  }
}
@media (min-width: 530px) {
  .rooms-other {
    border-image: linear-gradient(to right, #fff 10%, var(--neutrals-grey-light) 10%, var(--neutrals-grey-light) 90%, #fff 90%) 5;
  }
}

section + .rooms-other {
  margin-top: 50px;
}
@media (min-width: 720px) {
  section + .rooms-other {
    margin-top: 60px;
  }
}

.rooms-other__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1.33px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 530px) {
  .rooms-other__title {
    font-size: 30px;
  }
}

.rooms-other__items {
  overflow: hidden;
}

.rooms-other__items .article {
  margin-bottom: 0;
}

.room__item {
  position: relative;
  display: block;
  overflow: hidden;
}
.room__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 92%);
  pointer-events: none;
  transition: transform cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.2s;
  z-index: 1;
}

.room__item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.room__item-image {
  transition: transform cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.2s;
  z-index: -1;
}

.room__item:hover .room__item-image {
  transform: scale(1.1);
}

@media (min-width: 720px) {
  .rooms-other .swiper-wrapper {
    transform: none !important;
    justify-content: center;
  }
}

@media (min-width: 720px) {
  .room-count--3 .swiper-slide:nth-child(2) {
    order: -1;
  }
}

.rooms-other .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}

.room__item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 22px 22px 15px;
  z-index: 2;
}

.room__item-content * {
  width: 100%;
}

.room__item-title {
  display: flex;
  align-items: flex-end;
  flex: 1;
}

.room__item-title span {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.room__item-floor {
  font-size: 15px;
  letter-spacing: 0.8px;
  color: #fff;
  font-style: italic;
}

.room__item-number div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
[data-floor="First Floor"] .room__item-number div {
  background: var(--brand-blue-accent);
}
[data-floor="Second Floor"] .room__item-number div {
  background: var(--brand-orange-accent);
}
[data-floor="Third Floor"] .room__item-number div {
  background: var(--brand-indigo-accent);
}

.room-link--all {
  text-align: center;
  padding-top: 30px;
}

.room-link--all a {
  display: inline-block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: var(--fs__smallest);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 1000% 2px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
  padding-bottom: 4px;
}
.room-link--all a:hover, .room-link--all a:focus {
  text-decoration: none;
  background-size: 0% 2px;
}

.modal__floor-selector .modal__floor, .modal__close,
.modal__scale-up,
.modal__scale-down {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: inherit;
  border-radius: 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.modal__floor-selector .modal__floor, .modal__close,
.modal__scale-up,
.modal__scale-down {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-style: 13px;
  line-height: 1;
  color: #fff;
  border: 5px solid #000;
  background: #000;
  opacity: 1;
  transition: opacity ease-out 0.15s;
  cursor: pointer;
}

.modal * {
  color: #000;
}

.modal {
  position: fixed;
  top: 10px;
  left: 10px;
  height: 1px;
  width: calc(100% - 20px);
  background: #fff;
  z-index: 999;
  overflow: hidden;
  transition: height ease 0.5s;
}

.modal-show .modal {
  height: calc(100% - 20px);
}

.modal:not(.modal--how-to):not(.modal--audio):not(.modal--art-object):not(.modal--guide) .modal__wrap {
  height: 100%;
  overflow-y: scroll;
}

.modal.modal--art-object .modal__wrap {
  height: 100%;
  overflow-y: scroll;
}

.modal__controls {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal__close,
.modal__scale-up,
.modal__scale-down {
  position: absolute;
  font-size: 0;
  z-index: 999;
  transition: background 0.35s ease-out;
}
.modal__close::before, .modal__close::after,
.modal__scale-up::before,
.modal__scale-up::after,
.modal__scale-down::before,
.modal__scale-down::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform-origin: 50% 50%;
  transition: background 0.35s ease-out;
}
.modal__close:hover, .modal__close:focus,
.modal__scale-up:hover,
.modal__scale-up:focus,
.modal__scale-down:hover,
.modal__scale-down:focus {
  background: #fff;
}
.modal__close:hover::before, .modal__close:hover::after, .modal__close:focus::before, .modal__close:focus::after,
.modal__scale-up:hover::before,
.modal__scale-up:hover::after,
.modal__scale-up:focus::before,
.modal__scale-up:focus::after,
.modal__scale-down:hover::before,
.modal__scale-down:hover::after,
.modal__scale-down:focus::before,
.modal__scale-down:focus::after {
  background: #000;
}

.modal__close {
  top: 25px;
  right: 25px;
}
.modal__close::before {
  transform: translateX(-50%) rotate(-45deg);
}
.modal__close::after {
  transform: translateX(-50%) rotate(45deg);
}
@media (min-width: 530px) {
  .modal__close {
    top: 55px;
    right: 55px;
  }
}

.modal__scale-up {
  bottom: 80px;
  right: 25px;
}
.modal__scale-up::before {
  transform: translateX(-50%);
}
.modal__scale-up::after {
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 530px) {
  .modal__scale-up {
    bottom: 105px;
    right: 55px;
  }
}

.modal__scale-down {
  bottom: 25px;
  right: 25px;
}
.modal__scale-down::before {
  transform: translateX(-50%);
}
.modal__scale-down::after {
  display: none;
}
@media (min-width: 530px) {
  .modal__scale-down {
    bottom: 55px;
    right: 55px;
  }
}

.modal__floor-selector {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 999;
}
@media (min-width: 530px) {
  .modal__floor-selector {
    bottom: 55px;
    left: 55px;
  }
}

.modal__floor-selector .modal__floor {
  display: inline-block;
  margin-right: 10px;
  transition: background 0.35s ease-out;
}
.modal__floor-selector .modal__floor.is-active, .modal__floor-selector .modal__floor:hover, .modal__floor-selector .modal__floor:focus {
  background: #fff;
}

.modal__floor-selector .modal__floor span {
  display: block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: color 0.35s ease-out;
}

.modal__floor-selector .modal__floor:hover span,
.modal__floor-selector .modal__floor:focus span,
.modal__floor-selector .modal__floor.is-active span {
  color: #000;
}

.modal-is-transition button {
  opacity: 0;
}

.modal h1 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.16;
  text-align: center;
  margin-bottom: 15px;
}

.modal__title {
  position: absolute;
  width: 100%;
  top: 0;
  background: #fff;
  padding: 90px 20px 25px;
  z-index: 2;
}
@media (min-width: 530px) {
  .modal__title {
    padding-top: 150px;
  }
}

.modal__title-inner {
  max-width: 620px;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 530px) {
  .modal__title-inner {
    font-size: 30px;
  }
}

.modal h4 {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.16;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.modal:not(.modal--how-to):not(.modal--audio) p,
.modal:not(.modal--how-to) li {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 530px) {
  .modal:not(.modal--how-to):not(.modal--audio) p,
  .modal:not(.modal--how-to) li {
    font-size: 18px;
    line-height: 1.33;
  }
}

.modal:not(.modal--how-to) strong,
.modal:not(.modal--how-to) b {
  font-weight: bold;
}

.modal:not(.modal--how-to) em,
.modal:not(.modal--how-to) i {
  font-style: italic;
}

.modal:not(.modal--how-to) ul {
  list-style-type: none;
  padding-left: 28px;
  padding-top: 13px;
  padding-bottom: 20px;
}

.modal:not(.modal--how-to) ol {
  list-style-type: lower-alpha;
  padding-left: 28px;
  padding-top: 13px;
  padding-bottom: 20px;
}

.modal:not(.modal--how-to) ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.modal:not(.modal--how-to) ul li::before {
  position: absolute;
  left: -2px;
  content: "-";
  display: inline-block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-weight: 300;
}

.modal:not(.modal--how-to) ol li {
  padding-left: 10px;
  margin-bottom: 0;
}

.modal__image {
  position: relative;
  display: block;
  width: 100%;
  height: 375px;
  overflow: hidden;
}
@media (min-width: 800px) {
  .modal__image {
    height: 550px;
  }
}

.modal__images {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.modal__image-item {
  position: absolute;
  transition: transform 0.25s ease-in-out;
}

.modal__image-item.is-active {
  z-index: 1;
}

.modal__image-item img {
  max-width: initial;
  height: 375px;
}
@media (min-width: 800px) {
  .modal__image-item img {
    height: 550px;
  }
}

.modal__image-item img {
  display: block;
  cursor: grab;
  opacity: 0;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.45s;
  will-change: opacity;
  transition-delay: 0.4s;
}

.is-initalized .modal__image-item img,
.is-initalized .modal__image .pin {
  opacity: 1;
}

.modal__image img.is-moving {
  cursor: grabbing;
}

.modal__image .pin {
  position: relative;
  pointer-events: none;
  opacity: 0;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.45s;
  will-change: opacity;
  transition-delay: 0.4s;
  z-index: 1;
}

.modal__image .pin div {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal__image .pin i {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  transition: transform 0.25s ease-in-out;
  transform-origin: center;
}
.modal__image .pin i::before {
  position: relative;
  top: -4px;
  content: "";
  display: block;
  width: 31px;
  height: 37px;
  background: url("../images/icon-map-pin.svg") no-repeat center center;
  background-size: contain;
}

.modal--audio .modal__wrap {
  height: 100%;
  overflow-y: scroll;
}

.modal--audio .modal__image {
  height: auto;
  overflow: visible;
}

.modal--audio .modal__audio button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 30px;
  transition: all ease 0.3s;
}
.node-type-page.theme-indigo .modal--audio .modal__audio button {
  background: var(--brand-indigo-accent);
}
.node-type-page.theme-indigo .modal--audio .modal__audio button:hover {
  background: #000;
}
.is-first-floor .modal--audio .modal__audio button {
  background: var(--brand-blue-accent);
}
.is-first-floor .modal--audio .modal__audio button:hover {
  background: #000;
}
.is-second-floor .modal--audio .modal__audio button {
  background: var(--brand-orange-accent);
}
.is-second-floor .modal--audio .modal__audio button:hover {
  background: #000;
}
.is-third-floor .modal--audio .modal__audio button {
  background: var(--brand-indigo-accent);
}
.is-third-floor .modal--audio .modal__audio button:hover {
  background: #000;
}
@media (min-width: 530px) {
  .modal--audio .modal__audio button {
    margin: 0 auto 50px;
  }
}
.modal--audio .modal__audio button::before {
  content: "";
  display: block;
  background: url("../images/icon-audio-play.svg") no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 20px;
  margin-left: 2px;
}

.modal--audio .modal__audio button span {
  display: none;
}

body.is-playing-audio .modal--audio .modal__audio button::before {
  position: static;
  background: url("../images/icon-audio-pause.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 31px;
}

.modal--audio .modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.modal--audio.show-all-text .modal__content {
  height: auto;
}

.modal--audio.show-all-text .modal__content {
  display: block;
}

.modal--audio .modal__audio {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 650px;
  height: 100%;
  padding: 195px 20px 20px;
  text-align: center;
}
@media screen and (min-width: 529px) {
  .modal--audio .modal__audio {
    padding-top: 90px;
  }
}

.modal--audio.show-all-text .modal__audio {
  padding-top: 60px;
  margin: 0 auto;
}
@media (min-width: 530px) {
  .modal--audio.show-all-text .modal__audio {
    padding-top: 80px;
  }
}

@media only screen and (max-height: 600px) {
  .modal--audio .modal__audio-inner {
    height: 100%;
  }
}

.modal--audio h2.modal__audio-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}
.node-type-page.theme-indigo .modal--audio h2.modal__audio-title {
  color: var(--brand-indigo-accent);
}
.is-first-floor .modal--audio h2.modal__audio-title {
  color: var(--brand-blue-accent);
}
.is-second-floor .modal--audio h2.modal__audio-title {
  color: var(--brand-orange-accent);
}
.is-third-floor .modal--audio h2.modal__audio-title {
  color: var(--brand-indigo-accent);
}
@media (min-width: 530px) {
  .modal--audio h2.modal__audio-title {
    margin-bottom: 15px;
    text-align: center;
  }
}

.modal--audio p.modal__audio-subtitle {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.modal--audio p.modal__audio-duration {
  font-size: 16px;
  text-align: left;
}
@media (min-width: 530px) {
  .modal--audio p.modal__audio-duration {
    text-align: center;
  }
}

.modal--audio .modal__audio-teaser {
  border-top: 2px solid var(--neutrals-grey-light);
  padding-top: 40px;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 530px) {
  .modal--audio .modal__audio-teaser {
    text-align: center;
    margin-bottom: 35px;
  }
}

.modal--audio .modal__audio-teaser p {
  font-size: 18px;
  line-height: 1.333;
  margin-bottom: 20px;
}

/* autoprefixer: off */
.modal--audio .modal__audio-teaser p:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (min-width: 530px) {
  .modal--audio .modal__audio-teaser p:first-child {
    -webkit-line-clamp: 2;
  }
}

/* autoprefixer: on */
.modal--audio.show-all-text .modal__audio-teaser p:first-child {
  display: block;
}

.modal--audio .modal__audio-teaser p:not(:first-child) {
  display: none;
}

.modal--audio.show-all-text .modal__audio-teaser p:not(:first-child) {
  display: block;
}

.modal--audio .modal__audio-teaser-more {
  margin-bottom: 40px;
}

.modal--audio .modal__audio-teaser-more span {
  display: inline-block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: var(--fs__smallest);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 1000% 2px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
  padding-bottom: 4px;
}
.modal--audio .modal__audio-teaser-more span:hover, .modal--audio .modal__audio-teaser-more span:focus {
  text-decoration: none;
  background-size: 0% 2px;
}

.modal--audio.show-all-text .modal__audio-teaser-more .less,
.modal--audio .modal__audio-teaser-more .more {
  display: inline;
}

.modal--audio.show-all-text .modal__audio-teaser-more .more,
.modal--audio .modal__audio-teaser-more .less {
  display: none;
}

.modal__audio-transcript {
  padding-bottom: 75px;
}
@media (min-width: 530px) {
  .modal__audio-transcript {
    padding-bottom: 60px;
  }
}

body.is-showing-audio .modal__audio-transcript {
  padding-bottom: 150px;
}

.modal__audio-transcript .button span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
  background: url("../images/icon-arrow-down.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 12px;
}

.modal__audio-transcript .button:hover span::after {
  background: url("../images/icon-arrow-down--white.svg") no-repeat center center;
  background-size: contain;
}

.ismg-rooms-audio {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 15px;
}
@media (min-width: 530px) {
  .ismg-rooms-audio {
    padding-top: 30px;
  }
}

.ismg-rooms-audio .article-audio {
  margin-bottom: 13px;
}
@media (min-width: 530px) {
  .ismg-rooms-audio .article-audio {
    margin-bottom: 33px;
  }
}

body.is-showing-audio .ismg-rooms-audio {
  display: block;
  background: var(--brand-darkest);
  color: var(--neutrals-white);
}

.article-audio__close {
  position: absolute;
  top: -33px;
  right: 10px;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: var(--fs__smallest);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.87px;
  text-transform: uppercase;
  text-align: right;
  padding: 10px 15px;
  background: var(--brand-darkest);
  color: var(--neutrals-white);
}
.article-audio__close::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/icon-modal-close.svg") no-repeat center center;
  background-size: contain;
  margin-left: 12px;
}

body.node-type-room .header {
  padding-top: 35px;
}
@media (min-width: 530px) {
  body.node-type-room .header {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body.node-type-room .header {
    padding-top: 128px;
  }
}
body.node-type-room .header .filter-tabs {
  display: block;
  float: none;
  padding: 10px 0 0;
  margin: 0 auto 5px;
}
@media (min-width: 800px) {
  body.node-type-room .header .filter-tabs {
    max-width: 325px;
    padding: 0;
    margin: 0;
  }
}
body.node-type-room .header .filter-tabs select {
  color: #000;
  border-color: #000;
  border-width: 2px;
}
body.node-type-room .header__title {
  display: block;
  float: none;
  line-height: 1.2;
  margin: 0 auto 15px;
}
@media (min-width: 530px) {
  body.node-type-room .header__title {
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
}
body.node-type-room .form-field.form-field--dropdown .form-field__select-container::after {
  color: #000;
}
body.node-type-room.is-showing-audio {
  padding-bottom: 50px;
}
@media (min-width: 530px) {
  body.node-type-room.is-showing-audio {
    padding-bottom: 90px;
  }
}

.rooms__list {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto 55px;
}
@media (min-width: 530px) {
  .rooms__list {
    margin-bottom: 80px;
  }
}
.rooms__list .room__item {
  margin-bottom: 15px;
}
@media (min-width: 530px) {
  .rooms__list .room__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.rooms__list .room__item.is-hidden {
  display: none;
}
.rooms__list .room__item-content {
  padding: 22px 65px 19px 25px;
}
@media (min-width: 530px) {
  .rooms__list .room__item-content {
    padding: 22px 75px 30px 25px;
  }
}
.rooms__list .room__item-number {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: auto;
}
@media (min-width: 530px) {
  .rooms__list .room__item-number {
    bottom: 45px;
    right: 35px;
  }
}
.rooms__list .room__item-title {
  margin-bottom: 4px;
}
@media (min-width: 530px) {
  .rooms__list .room__item-title {
    margin-bottom: 7px;
  }
}
.rooms__list .room__item-title span {
  font-size: 15px;
  line-height: 1.1;
}
@media (min-width: 530px) {
  .rooms__list .room__item-title span {
    font-size: 30px;
    line-height: 1.2;
  }
}
.rooms__list .room__item-floor {
  font-size: 16px;
}
@media (min-width: 530px) {
  .rooms__list .room__item-floor {
    font-size: 19px;
  }
}

@media (min-width: 530px) {
  .rooms__list-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.rooms__list-sponsor {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  max-width: 180px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 530px) {
  .rooms__list-sponsor {
    padding-top: 80px;
  }
}
.rooms__list-sponsor-logo {
  display: block;
  margin-top: 20px;
}

body.node-type--room header.header.header--detail {
  position: relative;
  min-height: 450px;
}
@media (min-width: 800px) {
  body.node-type--room header.header.header--detail {
    min-height: 500px;
  }
}
body.node-type--room header.header.header--detail::before, body.node-type--room header.header.header--detail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 2;
}
body.node-type--room header.header.header--detail::before {
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 92%);
}
@media (min-width: 800px) {
  body.node-type--room header.header.header--detail::before {
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
}
body.node-type--room header.header.header--detail::after {
  top: auto;
  bottom: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 92%);
}
@media (min-width: 800px) {
  body.node-type--room header.header.header--detail::after {
    display: none;
  }
}
body.node-type--room .header__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: left;
  padding: 35px;
  z-index: 3;
}
@media (min-width: 800px) {
  body.node-type--room .header__text {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 84px 0 0;
  }
}
body.node-type--room .header__text > div {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 22px 26px 30px;
}
@media (min-width: 800px) {
  body.node-type--room .header__text > div {
    position: static;
  }
}
body.node-type--room .header__text--link {
  display: inline-block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: var(--fs__smallest);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 1000% 2px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
  padding-bottom: 4px;
}
body.node-type--room .header__text--link:hover, body.node-type--room .header__text--link:focus {
  text-decoration: none;
  background-size: 0% 2px;
}
body.node-type--room .header__text--link::before {
  content: "";
  display: inline-block;
  background: url("../images/icon-arrow-left.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 10px;
  margin-right: 10px;
}
@media (min-width: 800px) {
  body.node-type--room .header__text--link + div {
    padding-top: 30px;
  }
}
body.node-type--room h1 {
  flex: 1;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 15px;
}
@media (min-width: 800px) {
  body.node-type--room h1 {
    max-width: 750px;
    font-size: 60px;
    margin: 0 auto;
  }
}
body.node-type--room .header__text-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
}
@media (min-width: 800px) {
  body.node-type--room .header__text-number {
    position: absolute;
    bottom: 65px;
    right: 55px;
    font-size: 15px;
    width: 43px;
    height: 43px;
  }
}

.is-first-floor .header__text-number {
  background: var(--brand-blue-accent);
  color: #fff;
}
.is-second-floor .header__text-number {
  background: var(--brand-orange-accent);
  color: #fff;
}
.is-third-floor .header__text-number {
  background: var(--brand-indigo-accent);
  color: #fff;
}

.node-type-room .introduction-large .inner-constrainer {
  width: 100%;
  max-width: 748px;
  padding: 0 22px;
  margin: 0 auto;
}
@media (min-width: 530px) {
  .node-type-room .introduction-large .inner-constrainer {
    padding: 0 24px;
  }
}

@media (min-width: 1200px) {
  body.node-type-page.node-type-room .icon-search {
    color: #000;
    border-color: #000;
  }
  body.node-type-page.node-type-room .icon-search:hover, body.node-type-page.node-type-room .icon-search:focus {
    color: #fff;
    border-color: #000;
    background-color: #000;
  }
}

@media (min-width: 1200px) {
  .search-overlay__open.is-first-floor .menu .menu__menu-bar, .search-overlay__open.is-second-floor .menu .menu__menu-bar, .search-overlay__open.is-third-floor .menu .menu__menu-bar {
    color: #000 !important;
  }
}

.is-first-floor .main::before,
.is-first-floor .main::after,
.is-first-floor .body-wrapper::before,
.is-first-floor .body-wrapper::after {
  background: var(--brand-blue-accent) !important;
}
.is-second-floor .main::before,
.is-second-floor .main::after,
.is-second-floor .body-wrapper::before,
.is-second-floor .body-wrapper::after {
  background: var(--brand-orange-accent) !important;
}
.is-third-floor .main::before,
.is-third-floor .main::after,
.is-third-floor .body-wrapper::before,
.is-third-floor .body-wrapper::after {
  background: var(--brand-indigo-accent) !important;
}

body.node-type-room .title-card__text {
  text-align: center;
}
body.node-type-room .title-card__text p {
  text-align: left;
}
@media (min-width: 530px) {
  body.node-type-room .title-card__text p {
    text-align: center;
  }
}
body.node-type-room .title-card__text p:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (min-width: 530px) {
  body.node-type-room .title-card__text p:first-child {
    display: block;
  }
}
body.node-type-room .title-card__text p:not(:first-child) {
  display: none;
}
@media (min-width: 530px) {
  body.node-type-room .title-card__text p:not(:first-child) {
    display: block;
  }
}
body.node-type-room .title-card__text.show-all-text p,
body.node-type-room .title-card__text.show-all-text p:not(:first-child) {
  display: block !important;
}
body.node-type-room .title-card__text.show-all-text .less {
  display: inline;
}
body.node-type-room .title-card__text.show-all-text .more {
  display: none;
}
body.node-type-room .title-card__text .more {
  display: inline;
}
body.node-type-room .title-card__text .less {
  display: none;
}
body.node-type-room.is-showing-audio {
  padding-bottom: 50px;
}
@media (min-width: 530px) {
  body.node-type-room.is-showing-audio {
    padding-bottom: 90px;
  }
}
body.node-type-room .main .button,
body.node-type-room .modal__wrap .button {
  width: 100%;
}
@media (min-width: 600px) {
  body.node-type-room .main .button,
  body.node-type-room .modal__wrap .button {
    width: auto;
  }
}

.title-card__text-more {
  padding-bottom: 6px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 530px) {
  .title-card__text-more {
    display: none;
  }
}
.title-card__text-more span {
  display: inline-block;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size: var(--fs__smallest);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 1000% 2px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
  padding-bottom: 4px;
}
.title-card__text-more span:hover, .title-card__text-more span:focus {
  text-decoration: none;
  background-size: 0% 2px;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
  }
  .menu-main-navigation--wrapper,
  #onetrust-consent-sdk {
    display: none;
  }
  html,
  body,
  body * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    visibility: hidden;
  }
  .footer,
  .footer *,
  .body-wrapper,
  .body-wrapper * {
    break-inside: avoid;
    page-break-inside: avoid;
    visibility: visible;
  }
  script,
  style {
    display: none;
  }
  @page {
    position: relative;
    width: 8.5in;
    height: 11in;
  }
  document {
    display: block;
  }
  .node-type--homepage .main.main--home {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .home-panels__panels,
  .home-panels {
    width: 100%;
    height: 100%;
    position: relative !important;
    overflow: visible !important;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
  }
  .node-type--homepage .block-id--isgm17_content {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .home-panels__panels * {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative !important;
    overflow: visible !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.main {
  position: relative;
  overflow: hidden;
}
.has-frame .main {
  margin-inline: var(--frame-width);
}

body {
  /* Position main directly beneath header on mobile and desktop */
}
body.fixed-mobile-menu main {
  margin-top: 68px;
}
@media (min-width: 1200px) {
  body.fixed-mobile-menu main {
    margin-top: 139px;
  }
}
body.fixed-mobile-menu.logged-in main {
  margin-top: 0;
}
@media (min-width: 1200px) {
  body.fixed-mobile-menu.logged-in main {
    margin-top: 172px;
  }
}

body.node-type--room main.main {
  padding-bottom: 0 !important;
}

body.has-overlay main,
body.has-overlay .footer,
body.search-overlay__open main,
body.search-overlay__open .footer {
  visibility: hidden;
}

body.search-overlay__open .menu__overlay {
  visibility: hidden;
}

body.filters-open #onetrust-consent-sdk,
body.has-overlay #onetrust-consent-sdk,
body.search-overlay__open #onetrust-consent-sdk {
  display: none;
  visibility: hidden;
}

.page-background {
  height: calc(100% - 20px);
  left: 10px;
  pointer-events: none;
  position: fixed;
  top: 10px;
  touch-action: none;
  width: calc(100% - 20px);
  z-index: 0;
}
.page-background .background-image {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), border-color 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), color 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  width: 100%;
}
body:not(.high-contrast) .page-background .background-image {
  transition: opacity 3s ease-in 0.1s, background-color 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), border-color 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9), color 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
}
.high-contrast .page-background .background-image {
  opacity: 0;
}
.page-background .background-image:not([data-current-src]) {
  opacity: 0;
}
.page-background::before, .page-background::after {
  content: "";
  display: block;
  height: 120vh;
  position: fixed;
  top: 0;
  transition: background-color 0.45s cubic-bezier(0.26, 0.88, 0.57, 0.9);
  width: 10px;
}
.page-background::before {
  left: 0;
}
.page-background::after {
  right: 0;
}

.isg-decoration {
  /**
    Draws an arrow on the bottom of the container.
    Requires a <span> for the arrow as we are combining clip path with box shadow.
  */
  /**
    Adds a lace pattern to top and bottom.
    ONLY applies to full-width cards.
  */
  /**
    Adds a background image of tiles to a card.
    CSS is used to apply graycale and opacity.
  */
  /**
    Adds a background image of tiles to a full-width component.
    CSS is used to apply opacity.
  */
}
.isg-decoration--arrow-container {
  --section-padding: var(--spacer-unit-xxlarge);
  margin-bottom: var(--spacer-unit-xxxxlarge);
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1)) drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.09)) drop-shadow(0px 36px 21px rgba(0, 0, 0, 0.05)) drop-shadow(0px 63px 25px rgba(0, 0, 0, 0.01)) drop-shadow(0px 99px 28px rgba(0, 0, 0, 0));
}
.isg-decoration--arrow-container::before {
  content: "";
  width: 100vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: calc(-1 * var(--frame-width));
  background-color: var(--bg);
}
.isg-decoration--arrow-container .isg-decoration__arrow {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
  max-width: var(--constrainer-width);
  height: clamp(1rem, 3vw, 3rem);
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: var(--bg);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.isg-decoration--lace.isg-section--full-width .isg-card .isg-media {
  --section-padding: var(--spacer-unit-xxlarge);
  position: relative;
}
.isg-decoration--lace.isg-section--full-width .isg-card .isg-media:before, .isg-decoration--lace.isg-section--full-width .isg-card .isg-media:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 107px;
  z-index: 0;
  background: url(/themes/isgm17/images/section-bg-lace.webp) transparent 50%/cover no-repeat;
}
.isg-decoration--lace.isg-section--full-width .isg-card .isg-media:before {
  bottom: 100%;
}
.isg-decoration--lace.isg-section--full-width .isg-card .isg-media:after {
  top: 100%;
  transform: rotate(180deg);
}
.isg-decoration--tile-mosaic-grayscale {
  position: relative;
  z-index: 2;
  --hr: var(--neutrals-grey-lightest);
}
.isg-decoration--tile-mosaic-grayscale:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/themes/isgm17/images/card-bg-tile-mosaic.webp) lightgray 50%/cover no-repeat;
  filter: grayscale(1) opacity(0.3);
}
.isg-decoration--tile-mosaic-15 {
  position: relative;
  z-index: 1;
}
.isg-decoration--tile-mosaic-15:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background: url(/themes/isgm17/images/section-bg-tile-mosaic.webp) lightgray 50%/cover no-repeat;
  filter: opacity(0.15);
}
.isg-decoration--tile-mosaic-15.offset:after {
  top: 35%;
}

.isg-events-view {
  padding-bottom: var(--spacer-unit-xxxlarge);
}
.isg-events-view .views-exposed-form__details {
  display: flex;
  flex-direction: column;
}
.isg-events-view .views-exposed-form__details summary {
  margin-left: auto;
}
.isg-events-view .bef-exposed-form {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-unit-mid);
  align-items: stretch;
  margin-top: var(--spacer-unit-xlarge);
}
@media (min-width: 800px) {
  .isg-events-view .bef-exposed-form {
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .isg-events-view .bef-exposed-form .form-item-text-search {
    flex-basis: 100%;
  }
}
.isg-events-view .calendar-events__actions {
  display: flex;
  gap: var(--spacer-unit-mid);
}

.isg-events-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-unit-xxlarge);
}
.isg-events-list__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-unit-mid);
}
@media (min-width: 1200px) {
  .isg-events-list__item-wrapper {
    display: grid;
    grid-template-columns: 200px 1fr;
  }
}
.isg-events-list__card {
  container: var(--event-container, events-list-card)/inline-size;
}
.isg-events-list__date {
  font-size: 24px;
  font-family: var(--ff__sans-serif);
}
@media (min-width: 1200px) {
  .isg-events-list__date {
    margin-top: var(--spacer-unit-xlarge);
  }
}

.isg-featured-events {
  --section-container: "featured-events-container";
}

.form-field {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.form--inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--spacer-unit-small);
}

.form-type-checkbox {
  margin-bottom: 0;
}
.form-type-checkbox .form-item__label {
  display: grid;
  font-size: var(--fs__smallest);
  grid-template-columns: 1em auto;
  gap: 0.5em;
  align-items: center;
  line-height: 140%;
  cursor: pointer;
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bg, transparent);
  margin: 0;
  min-height: auto;
  font: inherit;
  color: var(--neutrals-grey-dark, currentColor);
  width: 1em;
  height: 1em;
  border: 1.5px solid currentColor;
  transform: translateY(-0.075em);
  cursor: pointer;
  display: grid;
  place-content: center;
}
input[type=checkbox]::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  clip-path: polygon(10% 45%, 0% 60%, 30% 100%, 100% 15%, 90% 0%, 25% 75%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--brand-darkest, currentColor);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
input[type=checkbox]:checked {
  border-color: var(--brand-dark);
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}

.isg-facet-checkboxes .form-item__label {
  padding: var(--spacer-unit-xsmall) var(--spacer-unit-small);
  border: 1px solid var(--neutrals-grey-light);
}
.isg-facet-checkboxes .form-item__label:hover, .isg-facet-checkboxes .form-item__label:has(input:checked) {
  border-color: var(--brand-dark);
}
.isg-facet-checkboxes .form-item__label:has(input:checked) {
  font-weight: var(--fw__medium);
  color: var(--brand-darkest);
}

.form-field--search .form-field__field-wrapper svg,
.form-field--search_api_autocomplete .form-field__field-wrapper svg {
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.form-field--search .form-field__field-wrapper svg path,
.form-field--search_api_autocomplete .form-field__field-wrapper svg path {
  stroke: var(--brand-dark);
}
.form-field--search .form-field__field-wrapper input[type=search],
.form-field--search_api_autocomplete .form-field__field-wrapper input[type=search] {
  padding-left: var(--spacer-unit-xlarge);
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--neutrals-grey-light);
  font-size: 1.25rem;
  color: var(--neutrals-black);
  transition: border-color var(--transition-base--sm);
}
.form-field--search .form-field__field-wrapper input[type=search]:focus,
.form-field--search_api_autocomplete .form-field__field-wrapper input[type=search]:focus {
  outline: none;
  border-color: var(--brand-dark);
}
@media (min-width: 1480px) {
  .form-field--search .form-field__field-wrapper input[type=search],
  .form-field--search_api_autocomplete .form-field__field-wrapper input[type=search] {
    font-size: 1.7rem;
  }
}

.isg-layout-grid {
  --layout-grid-min: 15rem;
  --layout-grid-gap: 1.25rem;
  --layout-grid-template-columns: repeat(
    auto-fit,
    minmax(min(100%, var(--layout-grid-min)), 1fr)
  );
  display: grid;
  grid-template-columns: var(--layout-grid-template-columns);
  gap: var(--layout-grid-gap);
}
@media (min-width: 1200px) {
  .isg-layout-grid--33 {
    --layout-grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.isg-flex-layout-grid {
  --flex-grid-min: 15rem;
  --flex-grid-gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--flex-grid-gap);
}
.isg-flex-layout-grid > * {
  flex: 1 1 var(--flex-grid-min);
}

:is(.isg-layout-grid, .isg-flex-layout-grid) > * {
  container: var(--grid-item-container, grid-item)/inline-size;
}

.isg-grid {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.richtext ul,
.richtext ol {
  padding: var(--spacer-unit-xsmall);
  color: var(--fg);
  padding-left: 3px;
}
.richtext ul li,
.richtext ol li {
  padding-left: var(--spacer-unit-xxsmall);
  margin-left: var(--spacer-unit-small);
  margin-bottom: var(--spacer-unit-xsmall);
  position: relative;
  line-height: 140%;
}
.richtext ul li ul,
.richtext ul li ol,
.richtext ol li ul,
.richtext ol li ol {
  margin-left: var(--spacer-unit-small);
}
.richtext ul li ul ul,
.richtext ul li ul ol,
.richtext ul li ol ul,
.richtext ul li ol ol,
.richtext ol li ul ul,
.richtext ol li ul ol,
.richtext ol li ol ul,
.richtext ol li ol ol {
  margin-left: var(--spacer-unit-small);
}
.richtext ul {
  list-style-type: disc;
}
.richtext ul.isg-brand li::marker {
  color: var(--frame);
}
.richtext ol {
  list-style-type: decimal;
}

.paging {
  padding-top: var(--spacer-unit-xxlarge);
  padding-bottom: var(--spacer-unit-xxlarge);
}
.paging > ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-unit-xsmall);
  align-items: center;
  justify-content: center;
}

:root {
  --section-padding: var(--spacer-unit-large);
}

.isg-section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  position: relative;
}
.isg-section > .outer-constrainer > .inner-constrainer {
  container: var(--section-container, section-inner-container)/inline-size;
}
.isg-section--full-width {
  container: var(--section-container, full-width-container)/inline-size;
}
.isg-section__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-unit-large);
}

.isg-search-page {
  padding-top: var(--spacer-unit-xxxlarge);
  min-height: 50vh;
}
.isg-search-page .form--inline {
  display: grid;
  grid-template-columns: 1fr auto;
}
.isg-search-page .form--inline input[type=search] {
  font-size: 28px;
  line-height: 1;
}
.isg-search-page .view-content {
  margin-top: var(--spacer-unit-xxlarge);
}

table.isg-pricing {
  background-color: var(--neutrals-white);
  font-family: var(--ff__sans-serif);
  font-size: 24px;
  border: var(--card-inset-mobile) solid var(--neutrals-white);
  border-top: var(--spacer-unit-mid) solid var(--neutrals-white);
  width: 100%;
}
@media (min-width: 530px) {
  table.isg-pricing {
    border: var(--card-inset) solid var(--neutrals-white);
  }
}
table.isg-pricing tr {
  border-bottom: var(--border-table);
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
table.isg-pricing td {
  display: inline-flex;
  background: var(--neutrals-white);
  margin-bottom: -10px;
  padding: 0 8px;
}

.isg-homepage__intro {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 115%;
  position: relative;
  max-width: 900px;
  padding: 24px 28px;
  margin: 0 auto;
  text-align: center;
  background-color: var(--brand-darkest);
  color: var(--btn-text);
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.55);
  font-size: clamp(26px, 4.1vw + 16.1px, 48px);
}
@media (min-width: 800px) {
  .isg-homepage__intro {
    margin-top: -120px;
    z-index: 2;
    padding: 24px 28px;
    padding: 24px 40px;
  }
}
.isg-homepage__middle {
  margin: var(--spacer-unit-xxlarge) auto;
  text-align: center;
  font-size: clamp(28px, 4.1vw + 16.1px, 32px);
}
@media (min-width: 800px) {
  .isg-homepage__middle {
    padding: 0px 100px;
  }
}
.isg-homepage__middle .isg-btn {
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.isg-homepage__quote {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  margin-bottom: var(--spacer-unit-xxlarge);
  margin-inline: auto;
  max-width: var(--max-width--text);
}
.isg-homepage__hours-tickets {
  gap: var(--spacer-unit-xlarge);
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .isg-homepage__hours-tickets .daily-hours {
    margin-bottom: var(--spacer-unit-large);
  }
}
@media (min-width: 1200px) {
  .isg-homepage__hours-tickets {
    display: flex;
  }
}
.isg-homepage__visit-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-unit-small);
  justify-content: center;
}

.isg-accordion {
  max-width: var(--max-width--content);
  margin-inline: auto;
  margin-bottom: var(--section-padding);
}
.isg-section .isg-accordion {
  margin-bottom: 0;
}
.isg-accordion__item h2 {
  font-weight: var(--fw__light);
  margin: 0;
}
.isg-accordion__item h2::after {
  content: none;
}
.isg-accordion__item__icon {
  --bg: var(--neutrals-grey-lightest);
  background-color: var(--bg);
  border-radius: var(--border-radius-circle);
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.isg-accordion__item__icon::before {
  font-size: 32px;
  height: auto;
}
.isg-accordion__item__text {
  flex: 1;
}
.isg-accordion__item button {
  --bg: var(--neutrals-white);
  background-color: var(--bg);
  font-size: 32px;
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-weight: var(--fw__light);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--spacer-unit-mid-mobile) var(--spacer-unit-xlarge-mobile);
  gap: var(--spacer-unit-large-mobile);
  box-shadow: var(--shadow-1);
  width: 100%;
  text-align: left;
  position: relative;
  transition: opacity 0.3s ease, height 0.3s ease;
  z-index: 4;
  border: none;
  cursor: pointer;
  /* Focus styling for accessibility */
  /* Hide focus outline when using mouse, show only for keyboard navigation */
  /* Icon rotation */
}
@media (min-width: 530px) {
  .isg-accordion__item button {
    padding: var(--spacer-unit-mid) var(--spacer-unit-xlarge);
    gap: var(--spacer-unit-large);
  }
}
.isg-accordion__item button .isg-accordion__item__border {
  display: inline-block;
  position: absolute;
  background-color: var(--frame);
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  height: 100%;
  width: 4px;
  z-index: 5;
  transition: all 0.3s linear;
}
.isg-accordion__item button:hover .isg-accordion__item__border, .isg-accordion__item button:focus-visible .isg-accordion__item__border {
  transform: scaleY(1);
}
.isg-accordion__item button:focus {
  outline: 2px solid var(--frame);
  outline-offset: 2px;
}
.isg-accordion__item button:focus:not(:focus-visible) {
  outline: none;
}
.isg-accordion__item button[aria-expanded=true] .icon-chevron-down {
  transform: rotate(180deg);
}
.isg-accordion__item button .icon-chevron-down {
  transition: transform 0.5s ease;
}
.isg-accordion__item button p {
  font-size: 18px;
  font-family: var(--ff__sans-serif);
  font-weight: var(--fw__normal);
}
.isg-accordion__item button strong {
  font-size: 32px;
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-weight: var(--fw__light);
}
.isg-accordion__item + .isg-accordion__item button {
  margin-top: var(--spacer-unit-small);
}
.isg-accordion__item__content {
  --bg: var(--neutrals-white);
  background-color: var(--bg);
  padding: var(--spacer-unit-xlarge-mobile) var(--spacer-unit-xxlarge-mobile);
  margin: 0 var(--spacer-unit-xlarge-mobile) var(--spacer-unit-xlarge-mobile) var(--spacer-unit-xlarge-mobile);
  position: relative;
  z-index: 2;
  transition: opacity 0.5s ease, height 0.5s ease;
}
@media (min-width: 530px) {
  .isg-accordion__item__content {
    padding: var(--spacer-unit-xlarge) var(--spacer-unit-xxlarge);
    margin: 0 var(--spacer-unit-xlarge) var(--spacer-unit-xlarge) var(--spacer-unit-xlarge);
  }
}
.isg-accordion__item__content .isg-accordion__item__content__border {
  display: inline-block;
  position: absolute;
  background-color: var(--frame);
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  height: 100%;
  width: 4px;
  z-index: 4;
  transition: all 0.3s linear;
}
.is-active .isg-accordion__item__content .isg-accordion__item__content__border {
  transform: scaleY(1);
}

.isg-alert {
  --max-width--text: 100%;
  padding: var(--spacer-unit-small-mobile) var(--spacer-unit-xxxlarge-mobile);
  max-width: 100%;
}
@media (min-width: 530px) {
  .isg-alert {
    padding: var(--spacer-unit-small) var(--spacer-unit-xxxlarge);
  }
}
.isg-alert__icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "isgm-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 26px;
  vertical-align: middle;
}
.isg-alert__icon::before {
  font-size: 26px;
  height: 36px;
  margin-top: -7px;
  margin-right: var(--spacer-unit-xsmall);
  width: 24px;
}
.isg-alert__text, .isg-alert__subtext {
  font-family: var(--ff__sans-serif);
  text-align: center;
}
.isg-alert__text {
  font-size: clamp(1.2rem, 1vw + 0.5rem, 1.3rem);
}
.isg-alert__text p,
.isg-alert__text a {
  font-size: clamp(1.2rem, 1vw + 0.5rem, 1.45rem);
  display: inline;
  font-weight: var(--fw__boldish);
}
.isg-alert__text a {
  margin-left: var(--spacer-unit-xsmall);
}
.isg-alert__subtext p {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.1rem);
}

.isg-card {
  --card-border-size: 4px;
  --card-padding: var(--spacer-unit-xlarge);
  --card-padding-mobile: var(--spacer-unit-xlarge-mobile);
  position: relative;
  height: 100%;
  width: 100%;
  box-shadow: var(--shadow-1);
  display: flex;
  flex-direction: column;
}
.isg-card__text-region {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-unit-mid);
  flex-grow: 1;
  align-content: flex-start;
  padding: var(--card-padding-mobile);
  position: relative;
  transition: background-color 0.3s ease;
}
@media (min-width: 530px) {
  .isg-card__text-region {
    padding: var(--card-padding);
  }
}
.isg-card__title {
  margin: 0;
}
.isg-card__title::after {
  min-width: 100%;
  transition: background-color 0.3s ease;
}
.isg-card__title:has(svg) {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.isg-card__title:has(svg) svg {
  align-self: center;
}
.isg-card__title:has(svg) svg path {
  fill: var(--icon);
}
.isg-card__title:has(a) a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.isg-card .richtext p:last-child {
  margin-bottom: 0;
}
.isg-card__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  flex-wrap: wrap;
  gap: var(--spacer-unit-mid);
}
.isg-card:has(.isg-card__title a) .isg-card__text-region::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0px solid var(--frame);
  transition: all 0.3s ease;
}
.isg-card:has(.isg-card__title a:hover).t-white:not([class*=isg-decoration]) .isg-card__text-region, .isg-card:has(.isg-card__title a:focus).t-white:not([class*=isg-decoration]) .isg-card__text-region {
  background-color: var(--neutrals-grey-lightest);
}
.isg-card:has(.isg-card__title a:hover) .isg-card__text-region:hover::before, .isg-card:has(.isg-card__title a:focus) .isg-card__text-region:hover::before {
  border-bottom-width: var(--card-border-size);
  border-left-width: var(--card-border-size);
  border-right-width: var(--card-border-size);
}
.isg-card:has(.isg-card__title a:hover) .isg-card__title::after, .isg-card:has(.isg-card__title a:focus) .isg-card__title::after {
  background-color: var(--bg);
}
.isg-card:has(.isg-card__title a:hover) .isg-eyebrow__arrow line, .isg-card:has(.isg-card__title a:focus) .isg-eyebrow__arrow line {
  opacity: 1;
  animation: drawArrow 0.6s ease forwards;
}
@keyframes drawArrow {
  to {
    stroke-dashoffset: 0;
  }
}
.isg-card:has(.isg-card__title a:hover) .isg-eyebrow__accent-line, .isg-card:has(.isg-card__title a:focus) .isg-eyebrow__accent-line {
  background-color: transparent;
}
.isg-card:has(.isg-eyebrow) .isg-card__title::after {
  content: none;
}
.isg-card__swatch {
  display: none;
  width: 160px;
  height: 160px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
}
.isg-card__swatch > span {
  display: block;
  position: absolute;
  top: 45px;
  left: -15px;
  background-color: var(--neutrals-white);
  transform: rotate(45deg);
  width: 225px;
  padding: 7.5px;
  height: 40px;
  line-height: 25px;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  touch-action: none;
}
.isg-card:has(img) .isg-card__swatch {
  display: block;
}

@container events-list-card (min-width: 700px) {
  .isg-card {
    display: grid;
    gap: 0;
  }
  .isg-card:not(:has(img)) {
    grid-template-columns: 100% !important;
  }
  .isg-card--text-left .isg-card__text-region {
    order: -1;
  }
  .isg-card:not(.isg-card--media-inset) {
    --card-padding: var(--spacer-unit-xxlarge);
    grid-template-columns: 50% 50%;
  }
  .isg-card:not(.isg-card--media-inset) picture {
    height: 100%;
  }
  .isg-card:not(.isg-card--media-inset) picture img {
    height: 100%;
    object-fit: cover;
  }
  .isg-card--media-inset {
    grid-template-columns: 45% 55%;
  }
  .isg-card--media-inset.isg-card--text-left {
    grid-template-columns: 55% 45%;
  }
  .isg-card--media-inset img {
    padding: var(--spacer-unit-mid);
  }
  .isg-card--media-inset .isg-card__swatch {
    top: var(--spacer-unit-mid);
    right: var(--spacer-unit-mid);
  }
  .isg-card__text-region {
    order: -1;
  }
}
@container section-inner-container (min-width: 700px) {
  .isg-card {
    display: grid;
    gap: 0;
  }
  .isg-card:not(:has(img)) {
    grid-template-columns: 100% !important;
  }
  .isg-card--text-left .isg-card__text-region {
    order: -1;
  }
  .isg-card:not(.isg-card--media-inset) {
    --card-padding: var(--spacer-unit-xxlarge);
    grid-template-columns: 50% 50%;
  }
  .isg-card:not(.isg-card--media-inset) picture {
    height: 100%;
  }
  .isg-card:not(.isg-card--media-inset) picture img {
    height: 100%;
    object-fit: cover;
  }
  .isg-card--media-inset {
    grid-template-columns: 45% 55%;
  }
  .isg-card--media-inset.isg-card--text-left {
    grid-template-columns: 55% 45%;
  }
  .isg-card--media-inset img {
    padding: var(--spacer-unit-mid);
  }
  .isg-card--media-inset .isg-card__swatch {
    top: var(--spacer-unit-mid);
    right: var(--spacer-unit-mid);
  }
  .isg-card__title {
    font-size: clamp(2.7rem, 3vw, 3.1rem);
    line-height: 115%;
  }
  .isg-card .richtext {
    font-size: var(--fs__large);
    line-height: 150%;
  }
}
@container grid-item (min-width: 700px) {
  .isg-card {
    display: grid;
    gap: 0;
  }
  .isg-card:not(:has(img)) {
    grid-template-columns: 100% !important;
  }
  .isg-card--text-left .isg-card__text-region {
    order: -1;
  }
  .isg-card:not(.isg-card--media-inset) {
    --card-padding: var(--spacer-unit-xxlarge);
    grid-template-columns: 50% 50%;
  }
  .isg-card:not(.isg-card--media-inset) picture {
    height: 100%;
  }
  .isg-card:not(.isg-card--media-inset) picture img {
    height: 100%;
    object-fit: cover;
  }
  .isg-card--media-inset {
    grid-template-columns: 45% 55%;
  }
  .isg-card--media-inset.isg-card--text-left {
    grid-template-columns: 55% 45%;
  }
  .isg-card--media-inset img {
    padding: var(--spacer-unit-mid);
  }
  .isg-card--media-inset .isg-card__swatch {
    top: var(--spacer-unit-mid);
    right: var(--spacer-unit-mid);
  }
  .isg-card__title {
    font-size: clamp(2.7rem, 3vw, 3.1rem);
    line-height: 115%;
  }
  .isg-card .richtext {
    font-size: var(--fs__large);
    line-height: 150%;
  }
}
@container full-width-container (min-width: 800px) {
  .isg-card {
    display: grid;
    grid-template-columns: minmax(var(--website-outer-gutter), 1fr) minmax(auto, 1220px) minmax(var(--website-outer-gutter), 1fr);
    grid-template-rows: auto 160px minmax(40px, auto);
    background: transparent;
    box-shadow: none;
  }
  .isg-card .isg-media {
    grid-row: 1/3;
    grid-column: 1/4;
  }
  .isg-card__text-region {
    z-index: 3;
    grid-row: 2/4;
    grid-column: 2/3;
    max-width: 83ch;
    min-width: 20ch;
    width: fit-content;
    background: var(--bg);
    box-shadow: var(--shadow-1);
    justify-self: flex-end;
  }
  .isg-card--text-left .isg-card__text-region {
    justify-self: flex-start;
  }
  .isg-card__swatch {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .isg-card__title {
    font-size: clamp(2.7rem, 3vw, 3.1rem);
    line-height: 115%;
  }
  .isg-card .richtext {
    font-size: var(--fs__large);
    line-height: 150%;
  }
  .isg-card:has(h3 a:hover), .isg-card:has(h3 a:focus) {
    background-color: transparent;
  }
}
.isg-grid .node--card {
  height: 100%;
  margin: 0;
}

.isg-events-list .isg-card__buttons {
  justify-content: flex-start;
}

.isg-slider .isg-card {
  max-width: 300px;
  min-width: 300px;
}

.isg-eyebrow {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  position: relative;
  column-gap: var(--spacer-unit-mid);
  font-family: var(--base-font);
  font-weight: var(--fw__medium);
  font-size: var(--fs__smallest);
  line-height: 1.5;
}
.isg-eyebrow__text {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--spacer-unit-xsmall);
  align-items: center;
  max-width: 80%;
  flex: 0 1 auto; /* Don't grow, can shrink, auto basis */
}
.isg-eyebrow__text span {
  white-space: normal;
  overflow-wrap: break-word;
}
.isg-eyebrow__separator {
  width: 1px;
  height: 1em;
  background-color: var(--hr);
}
.isg-eyebrow__accent-line {
  flex: 1 0 auto; /* Grow to fill remaining space, don't shrink */
  min-width: 10%;
  position: relative;
  bottom: 0.4em;
  height: 1px;
  align-self: flex-end;
  background-color: var(--hr);
  transition: background-color 0.3s ease;
}
.isg-eyebrow__arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
.isg-eyebrow__arrow line {
  stroke-dasharray: 16;
  stroke-dashoffset: 16;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isg-eyebrow__arrow .shaft {
  stroke-dashoffset: -16; /* Reversed direction */
}

@container section-inner-container (min-width: 700px) {
  .isg-eyebrow {
    font-weight: var(--fw__normal);
    font-size: var(--fs__large);
  }
}
@container grid-item (min-width: 700px) {
  .isg-eyebrow {
    font-weight: var(--fw__normal);
    font-size: var(--fs__large);
  }
}
@container full-width-container (min-width: 800px) {
  .isg-eyebrow {
    font-weight: var(--fw__normal);
    font-size: var(--fs__large);
  }
}
.isg-link-full-width__text {
  --bg: var(--neutrals-grey-lightest);
  background-color: var(--bg);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacer-unit-xsmall-mobile) var(--spacer-unit-small-mobile);
  gap: var(--spacer-unit-small-mobile);
  align-items: baseline;
}
@media (min-width: 530px) {
  .isg-link-full-width__text {
    padding: var(--spacer-unit-xsmall) var(--spacer-unit-small);
    gap: var(--spacer-unit-small);
  }
}
.isg-link-full-width__title {
  font-size: var(--fs__base);
  font-family: var(--ff__sans-serif);
  line-height: 115%;
}
.isg-link-full-width a:not(.isg-btn) {
  font-size: var(--fs__smallest);
  background-color: transparent;
  color: var(--brand-darkest);
  font-family: var(--ff__sans-serif);
  text-decoration-color: var(--frame);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacer-unit-xsmall);
}
.isg-link-full-width__icon {
  background-color: transparent;
}
.isg-link-full-width__icon-path {
  fill: var(--icon);
}

.isg-quote {
  text-align: center;
  max-width: var(--max-width--text);
  position: relative;
  margin-inline: auto;
  margin-bottom: var(--section-padding);
}
.isg-section .isg-quote {
  margin-bottom: 0;
}
.isg-quote__text {
  margin: 0 var(--spacer-unit-xxxlarge-mobile) var(--spacer-unit-small-mobile) var(--spacer-unit-xxxlarge-mobile);
}
@media (min-width: 530px) {
  .isg-quote__text {
    margin: 0 var(--spacer-unit-xxxlarge) var(--spacer-unit-small) var(--spacer-unit-xxxlarge);
  }
}
.isg-quote__text p {
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  line-height: 160%;
  font-weight: var(--fw__light);
  font-style: italic;
}
.isg-quote__text::before {
  --bg: var(--neutrals-grey-light);
  color: var(--bg);
  content: open-quote;
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 160px;
}
.isg-quote__text::after {
  --bg: var(--neutrals-grey-light);
  color: var(--bg);
  content: close-quote;
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 160px;
}
.isg-quote__cite cite {
  --fg: var(--brand-yellow-dark);
  font-family: var(--ff__sans-serif);
  font-size: 16px;
  font-weight: var(--fw__medium);
  color: var(--fg);
  font-style: normal;
}
.t-brand--dark .isg-quote__cite cite, .t-brand--darkest .isg-quote__cite cite {
  --fg: var(--neutrals-white);
}

.isg-slider {
  position: relative;
  /* Allow for heading underline to have space before prev/next */
  /* Slider controls */
}
.isg-slider__scroll-container {
  container: var(--slider-container, slider-container)/inline-size;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  margin-inline: -50vw;
  padding-inline: 50vw;
  padding-bottom: 20px;
  max-width: none;
  scroll-behavior: smooth;
  gap: 2rem;
  /* Hide scrollbar for firefox */
  scrollbar-width: none;
  /* Hide scrollbar for webkit*/
}
.isg-slider__scroll-container::-webkit-scrollbar {
  display: none;
}
.isg-slider__top {
  display: flex;
  align-items: baseline;
}
.isg-slider .isg-h2 {
  padding-right: 25px;
}
.isg-slider__controls {
  margin-left: auto;
  display: flex;
  align-self: center;
}
.isg-slider__controls .button {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent);
}
.isg-slider__controls button:disabled {
  opacity: 0.2;
}
.isg-slider__controls .isg-slider__control--next {
  transform: rotate(180deg);
  margin-left: 10px;
}
.isg-slider__controls .isg-slider__control:hover, .isg-slider__controls .isg-slider__control:focus {
  opacity: 0.8;
  outline: 1px solid var(--brand-darkest);
}

/* BEGIN TNEW */
@media (min-width: 530px) and (max-width: 799px) {
  .payoff {
    height: 65px;
    width: 130px;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .payoff {
    height: 65px;
    width: 130px;
  }
}

@media (min-width: 1180px) {
  .payoff {
    height: 85px;
    width: 170px;
  }
}

.external-content {
  position: relative;
  padding-top: 80px;
}

@media (max-width: 529px) {
  .external-content {
    margin-bottom: 50px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .external-content {
    margin-bottom: 50px;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .external-content {
    margin-bottom: 70px;
  }
}

@media (min-width: 1180px) and (max-width: 1479px) {
  .external-content {
    margin-bottom: 70px;
  }
}

@media (min-width: 1480px) {
  .external-content {
    margin-bottom: 70px;
  }
}

@media (max-width: 529px) {
  .external-content .external-content__wrapper {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .external-content .external-content__wrapper {
    width: 83.33333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .external-content .external-content__wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
}

@media (min-width: 1180px) and (max-width: 1479px) {
  .external-content .external-content__wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
}

@media (min-width: 1480px) {
  .external-content .external-content__wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
}

body .body-wrapper.layout-no-sidebars .external-content .external-content__wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  float: none;
}

body .body-wrapper.layout-no-sidebars .external-content .external-content__wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  body .body-wrapper.layout-no-sidebars .external-content .external-content__wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: start;
  }
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: auto;
}

@media screen and (min-width: 1200px) {
  body .body-wrapper.layout-no-sidebars .tn-subnav-component {
    width: 100%;
    max-width: 23%;
    margin-left: auto;
    padding: unset;
  }
}

body .body-wrapper.layout-no-sidebars .tn-events-listing-page {
  width: 100%;
  max-width: 100%;
}

body .body-wrapper.layout-no-sidebars .tn-event-listing__controls-heading {
  /* display: none;
  visibility: hidden; */
}

@media screen and (min-width: 1200px) {
  body .body-wrapper.layout-no-sidebars .tn-events-listing-page,
  body .body-wrapper.layout-no-sidebars .tn-events-detail-page,
  body .body-wrapper.layout-no-sidebars .tn-account-create-page,
  body .body-wrapper.layout-no-sidebars .tn-pre-cart-page,
  body .body-wrapper.layout-no-sidebars .tn-error-page,
  body .body-wrapper.layout-no-sidebars .tn-gift-certificate-default-page,
  body .body-wrapper.layout-no-sidebars .tn-production-season-overview-page,
  body .body-wrapper.layout-no-sidebars .tn-contribution-group-page {
    max-width: 70.5%;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  body .body-wrapper.layout-no-sidebars .tn-account-login-page,
  body .body-wrapper.layout-no-sidebars .tn-account-logout-page,
  body .body-wrapper.layout-no-sidebars .tn-cart-details-page,
  body .body-wrapper.layout-no-sidebars .tn-payment-page,
  body .body-wrapper.layout-no-sidebars main.tn-receipt-page,
  body .body-wrapper.layout-no-sidebars .tn-account-update-page,
  body .body-wrapper.layout-no-sidebars .tn-account-memberships-page,
  body .body-wrapper.layout-no-sidebars .tn-upcoming-events-page,
  body .body-wrapper.layout-no-sidebars .tn-payment-page,
  body .body-wrapper.layout-no-sidebars .tn-giving-history-page {
    width: 100%;
    min-width: 80%;
  }
}

body .body-wrapper.layout-no-sidebars .tn-account-update-page #tn-area-heading,
body .body-wrapper.layout-no-sidebars .tn-account-memberships-page #tn-area-heading,
body .body-wrapper.layout-no-sidebars .tn-upcoming-events-page #tn-area-heading,
body .body-wrapper.layout-no-sidebars .tn-giving-history-page #tn-area-heading {
  font: normal 600 30px/30px "Futura PT Webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

body .body-wrapper.layout-no-sidebars .tn-account-memberships-page ul,
body .body-wrapper.layout-no-sidebars .tn-giving-history-page ul,
body .body-wrapper.layout-no-sidebars .tn-upcoming-events-page ul,
body .body-wrapper.layout-no-sidebars .tn-account-update-page ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body .body-wrapper.layout-no-sidebars .tn-upcoming-events-page .tn-upcoming-event__list-item {
  width: 100%;
}

body .body-wrapper.layout-no-sidebars .tn-giving-history-page .tn-giving-history__list-item .tn-giving-history {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

@media (min-width: 768px) {
  body .body-wrapper.layout-no-sidebars .tn-giving-history-page .tn-giving-history__list-item .tn-giving-history {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}

.logged-in .tn-link.tn-login-link {
  display: none !important;
}

body .body-wrapper.layout-no-sidebars .tn-login-link {
  display: flex;
  flex-direction: column;
  margin: 0 0 80px;
}

body .body-wrapper.layout-no-sidebars .tn-login-link.tn-logged-in::before {
  display: none;
}

body .body-wrapper.layout-no-sidebars .tn-login-link {
  position: absolute;
  background-color: transparent;
  flex-direction: column;
  order: -1;
  top: 0px;
  right: 0px;
  padding: 12px;
  margin: 0;
  font-family: "Futura PT Webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 450;
  text-align: right;
}

@media (min-width: 500px) {
  body .body-wrapper.layout-no-sidebars .tn-login-link {
    flex-direction: row;
    padding: 12px 24px;
    font-size: 17px;
  }
}

body .body-wrapper.layout-no-sidebars .tn-login-link.tn-logged-in .tn-account-info-link span {
  color: #000;
}

body .body-wrapper.layout-no-sidebars .tn-login-link .tn-icon {
  display: none;
  visibility: none;
}

body .body-wrapper.layout-no-sidebars .tn-login-link.tn-logged-in .tn-icon {
  display: none;
}

body .body-wrapper.layout-no-sidebars .tn-login-link.tn-logged-in .tn-logged-in-text {
  display: none;
  visibility: none;
}

@media (min-width: 500px) {
  body .body-wrapper.layout-no-sidebars .tn-login-link::before,
  body .body-wrapper.layout-no-sidebars .tn-login-link.tn-logged-in .tn-logged-in-email::before {
    background-image: url("../media/user.svg");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-login-link::before {
  display: none;
}

body .body-wrapper.layout-no-sidebars .tn-login-link.tn-logged-in .tn-logout-link::before {
  margin-left: 8px;
  content: "|";
}

body .body-wrapper.layout-no-sidebars .tn-login-link.tn-logged-in .tn-logout-link {
  text-decoration: none;
}

body .body-wrapper.layout-no-sidebars .tn-login-link.tn-logged-in .tn-logout-link .tn-text {
  margin-left: 4px;
}

body .body-wrapper.layout-no-sidebars .tn-login-link .tn-account-info-link {
  text-decoration: none;
  color: #000;
}

body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  min-height: 25px;
  text-transform: uppercase;
  border: 2px solid currentColor;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  transition: color 0.35s ease-out, background-color 0.35s ease-out, border-color 0.35s ease-out;
  white-space: nowrap;
  background-color: #fff;
  color: #fff;
  width: 100%;
  overflow: hidden;
  height: unset;
  margin: 0;
  padding: 14px 20px;
}

body .body-wrapper.layout-no-sidebars .tn-prod-list-item__perf-anchor {
  padding: 5px 10px !important;
  border: 1px solid #20aa4d;
}

body .body-wrapper.layout-no-sidebars .tn-prod-list-item__perf-anchor .glyphicon.glyphicon-chevron-right.btn.btn-primary {
  display: none;
}

body .body-wrapper.layout-no-sidebars .tn-prod-list-item__perf-anchor:hover,
body .body-wrapper.layout-no-sidebars .tn-prod-list-item__perf-anchor:focus,
body .body-wrapper.layout-no-sidebars .tn-prod-list-item__perf-anchor:active {
  background-color: #19883d;
  border: 1px solid #19883d;
}

body .body-wrapper.layout-no-sidebars .tn-prod-list-item__perf-anchor:hover .tn-prod-list-item__perf-property--datetime,
body .body-wrapper.layout-no-sidebars .tn-prod-list-item__perf-anchor:focus .tn-prod-list-item__perf-property--datetime,
body .body-wrapper.layout-no-sidebars .tn-prod-list-item__perf-anchor:active .tn-prod-list-item__perf-property--datetime {
  background: #19883d;
}

body .body-wrapper ul.list-unstyled,
body .body-wrapper ul.tn-event-listing-mode-tab-nav__list {
  list-style-type: none;
  padding: 0;
}

body .body-wrapper .tn-event-listing-mode-tab-nav__list-item {
  border: 2px solid #19883d !important;
}

body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn {
  font-size: 0;
  color: transparent;
}

body .body-wrapper.layout-no-sidebars #tn-events-calendar-mode-tab-nav-day {
  display: none;
}

body .body-wrapper.layout-no-sidebars #tn-event-listing-mode-nav-calendar-view,
body .body-wrapper.layout-no-sidebars #tn-event-listing-mode-nav-list-view {
  display: none;
}

@media (min-width: 1200px) {
  body .body-wrapper.layout-no-sidebars #tn-event-listing-mode-nav-calendar-view,
  body .body-wrapper.layout-no-sidebars #tn-event-listing-mode-nav-list-view {
    display: block;
  }
}

main .external-content {
  margin-bottom: 0;
}

main .tn-events-calendar__table {
  background-color: #000 !important;
}

main .tn-events-calendar__table th {
  background-color: #fff !important;
  color: #000 !important;
}

main .tn-events-calendar__table tbody td {
  background-color: #eaeaea !important;
  color: #000 !important;
}

main .tn-events-calendar__table .tn-events-calendar__day-number {
  color: #000 !important;
}

main .tn-events-calendar__table ul {
  list-style-type: none;
  padding-left: 0;
}

main .tn-events-calendar__table .tn-events-calendar__day-cell {
  padding: 0;
}

body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn::before {
  content: 'RESET DATE RANGE';
  font-size: 13px;
  position: relative;
  margin-right: -17px;
  color: #fff;
  z-index: 1;
}



body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn::after,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 105%;
  background-color: #19883d;
  transition: width 0.35s ease-out 50ms;
  z-index: 0;
}

body .body-wrapper.layout-no-sidebars .tn-login-link .tn-link .tn-text {
  position: relative;
  margin: 0;
  text-decoration: none;
  z-index: 1;
  display: block;
}

body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary {
  white-space: normal;
  display: flex;
  flex-direction: column;
}

body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary .tn-events-calendar__event-name,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary .tn-events-calendar__event-title,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary .tn-events-calendar__event-time,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary .tn-events-calendar__event-status {
  position: relative;
  color: #fff;
  z-index: 1;
  background-color: unset !important;
  font-size: 13px !important;
}

body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn:hover,
body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn:focus,
body .body-wrapper.layout-no-sidebars .tn-login-link .tn-link:hover,
body .body-wrapper.layout-no-sidebars .tn-login-link .tn-link:focus,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:hover,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:focus {
  border-color: #19883d;
}

body .body-wrapper.layout-no-sidebars .tn-login-link .tn-link:focus .tn-text,
body .body-wrapper.layout-no-sidebars .tn-login-link .tn-link:hover .tn-text,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:hover .tn-events-calendar__event-name,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:hover .tn-events-calendar__event-title,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:hover .tn-events-calendar__event-time,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:hover .tn-events-calendar__event-status,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:focus .tn-events-calendar__event-name,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:focus .tn-events-calendar__event-title,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:focus .tn-events-calendar__event-time,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:focus .tn-events-calendar__event-status {
  color: #19883d;
}

body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn:hover::before,
body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn:focus::before {
  color: #19883d;
}

body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn:hover::after,
body .body-wrapper.layout-no-sidebars .tn-events-list-view__btn-reset-dates.btn:focus::after,
body .body-wrapper.layout-no-sidebars .tn-login-link .tn-link:focus::after,
body .body-wrapper.layout-no-sidebars .tn-login-link .tn-link:hover::after,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:hover::after,
body .body-wrapper.layout-no-sidebars .tn-events-calendar__table .tn-events-calendar__event.btn.btn-primary:focus::after {
  width: 0;
}

body .body-wrapper p a.btn.btn-primary.btn-block {
  display: inline-block;
  width: min-content;
  border-radius: 0;
  text-decoration: none;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box {
  display: flex;
  flex-direction: column;
  margin: 0 0 80px;
  text-align: left;
  max-width: 100%;
  order: 1;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box::before {
  content: "If you are using a promo code to apply discounts, please enter it here before continuing.";
  width: 100%;
  white-space: break-spaces;
  margin-bottom: 24px;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component form.tn-remove-promo::after {
  content: "Active Promo Code";
  width: 100%;
  white-space: break-spaces;
  margin-bottom: 24px;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component form input[type="text"] {
  color: #000;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form {
  display: flex;
  flex-direction: row;
  align-items: center;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input,
body .body-wrapper.layout-no-sidebars input[type="text"].form-control,
body .body-wrapper.layout-no-sidebars input[type="password"].form-control,
body .body-wrapper.layout-no-sidebars input[type="email"].form-control,
form input[type="email"].form-control.tn-username,
body .body-wrapper.layout-no-sidebars input[type="tel"].form-control,
body .body-wrapper.layout-no-sidebars input[type="number"].form-control,
body .body-wrapper.layout-no-sidebars textarea.form-control,
body .body-wrapper.layout-no-sidebars select.form-control {
  color: #000;
  flex-grow: 2;
  margin: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  background-color: #eaeaea;
  padding: 14px 20px;
  height: unset !important;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input::placeholder,
body .body-wrapper.layout-no-sidebars input[type="text"].form-control::placeholder,
body .body-wrapper.layout-no-sidebars input[type="password"].form-control::placeholder,
body .body-wrapper.layout-no-sidebars input[type="email"].form-control::placeholder,
body .body-wrapper.layout-no-sidebars input[type="tel"].form-control,
body .body-wrapper.layout-no-sidebars input[type="number"].form-control,
body .body-wrapper.layout-no-sidebars textarea.form-control,
body .body-wrapper.layout-no-sidebars select.form-control::placeholder {
  color: #000;
  text-transform: uppercase;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input:hover,
body .body-wrapper.layout-no-sidebars input[type="text"].form-control:hover,
body .body-wrapper.layout-no-sidebars input[type="password"].form-control:hover,
body .body-wrapper.layout-no-sidebars input[type="email"].form-control:hover,
body .body-wrapper.layout-no-sidebars input[type="tel"].form-control:hover,
body .body-wrapper.layout-no-sidebars textarea.form-control:hover,
body .body-wrapper.layout-no-sidebars input[type="number"].form-control:hover,
body .body-wrapper.layout-no-sidebars select.form-control:hover {
  background-color: #eaeaea;
  border-color: #676260 !important;
  border-style: solid !important;
  border-width: 2px 0 2px 2px;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input:focus,
body .body-wrapper.layout-no-sidebars input[type="text"].form-control:focus,
body .body-wrapper.layout-no-sidebars input[type="password"].form-control:focus,
body .body-wrapper.layout-no-sidebars input[type="email"].form-control:focus,
body .body-wrapper.layout-no-sidebars input[type="tel"].form-control:focus,
body .body-wrapper.layout-no-sidebars input[type="number"].form-control:focus,
body .body-wrapper.layout-no-sidebars textarea.form-control:focus,
body .body-wrapper.layout-no-sidebars select.form-control:focus {
  background-color: #eaeaea;
  border-color: #000 !important;
  border-style: solid !important;
  border-width: 2px 0 2px 2px;
}

body .body-wrapper.layout-no-sidebars input[type="text"].form-control:hover,
body .body-wrapper.layout-no-sidebars input[type="password"].form-control:hover,
body .body-wrapper.layout-no-sidebars input[type="email"].form-control:hover,
body .body-wrapper.layout-no-sidebars input[type="tel"].form-control:hover,
body .body-wrapper.layout-no-sidebars input[type="number"].form-control:hover,
body .body-wrapper.layout-no-sidebars textarea.form-control:hover,
body .body-wrapper.layout-no-sidebars select.form-control:hover {
  border-width: 2px;
  box-shadow: none;
}
body .body-wrapper.layout-no-sidebars input[type="text"].form-control:focus,
body .body-wrapper.layout-no-sidebars input[type="password"].form-control:focus,
body .body-wrapper.layout-no-sidebars input[type="email"].form-control:focus,
body .body-wrapper.layout-no-sidebars input[type="tel"].form-control:focus,
body .body-wrapper.layout-no-sidebars input[type="number"].form-control:focus,
body .body-wrapper.layout-no-sidebars textarea.form-control:focus,
body .body-wrapper.layout-no-sidebars select.form-control:focus {
  border-width: 2px;
  box-shadow: none;
  outline: none;
}

body .body-wrapper.layout-no-sidebars input[type="text"].form-control:focus-within,
body .body-wrapper.layout-no-sidebars input[type="password"].form-control:focus-within,
body .body-wrapper.layout-no-sidebars input[type="email"].form-control:focus-within,
body .body-wrapper.layout-no-sidebars input[type="tel"].form-control:focus-within,
body .body-wrapper.layout-no-sidebars input[type="number"].form-control:focus-within,
body .body-wrapper.layout-no-sidebars textarea.form-control:focus-within,
body .body-wrapper.layout-no-sidebars select.form-control:focus-within {
  outline: 1px auto;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input:disabled:hover,
body .body-wrapper.layout-no-sidebars input[type="text"].form-control:disabled:hover,
body .body-wrapper.layout-no-sidebars input[type="password"].form-control:disabled:hover,
body .body-wrapper.layout-no-sidebars input[type="email"].form-control:disabled:hover,
body .body-wrapper.layout-no-sidebars input[type="tel"].form-control:disabled:hover,
body .body-wrapper.layout-no-sidebars input[type="number"].form-control:disabled:hover,
body .body-wrapper.layout-no-sidebars textarea.form-control:disabled:hover,
body .body-wrapper.layout-no-sidebars select.form-control:disabled:hover {
  border-color: transparent !important;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input:disabled:focus,
body .body-wrapper.layout-no-sidebars input[type="text"].form-control:disabled:focus,
body .body-wrapper.layout-no-sidebars input[type="password"].form-control:disabled:focus,
body .body-wrapper.layout-no-sidebars input[type="email"].form-control:disabled:focus,
body .body-wrapper.layout-no-sidebars input[type="tel"].form-control:disabled:focus,
body .body-wrapper.layout-no-sidebars input[type="number"].form-control:disabled:focus,
body .body-wrapper.layout-no-sidebars textarea.form-control:disabled:focus,
body .body-wrapper.layout-no-sidebars select.form-control:disabled:focus {
  border-color: transparent !important;
}

body .body-wrapper.layout-no-sidebars .input-group.tn-donation-ask-component__amount-input-group input.tn-amount {
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media (min-width: 768px) {
  body .body-wrapper.layout-no-sidebars .input-group.tn-donation-ask-component__amount-input-group input.tn-amount {
    margin-bottom: 0;
  }
}

body .body-wrapper.layout-no-sidebars select {
  text-transform: uppercase;
}

body .body-wrapper.layout-no-sidebars select.form-control.tn-additional-events__date-select {
  background-color: #fff;
  cursor: pointer;
  font-size: 10px;
}

body .body-wrapper.layout-no-sidebars select.form-control.tn-additional-events__date-select option {
  font-size: 14px;
}

@media (max-width: 1200px) {
  body .body-wrapper.layout-no-sidebars select.form-control.tn-additional-events__date-select {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  body .body-wrapper.layout-no-sidebars select.form-control.tn-additional-events__date-select {
    font-size: 14px;
  }
}

body .body-wrapper.layout-no-sidebars select.form-control.tn-additional-events__date-select:focus,
body .body-wrapper.layout-no-sidebars select.form-control.tn-additional-events__date-select:focus-visible {
  outline: 1px auto;
}

body .body-wrapper.layout-no-sidebars form#tn-account-register-form .col-sm-6{
  float: none !important;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo .tn-promo-box.tn-promo-applied {
  border: 2px solid transparent;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo:hover .tn-promo-box.tn-promo-applied {
  border: 2px solid #676260;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo button,
body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form button {
  border: none;
  height: 100%;
  font-size: 0;
  position: relative;
  background-color: #eaeaea;
  transition: background-color 0.35s ease-out;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 0;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo button::before,
body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form button::before {
  position: absolute;
  height: 16px;
  width: 16px;
  right: 23px;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form button::before {
  content: url('../media/li_arrow-right.svg');
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo button::before {
  content: url('../media/close-icon.svg');
  top: 12px
}

@media (min-width: 1200px) {
  body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo button::before {
    top: 17.5px
  }
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form button:hover,
body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form button:focus,
body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form button:active {
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 0;
  background-color: #eaeaea;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input:hover + button {
  border-color: #676260;
  border-style: solid;
  border-width: 2px 2px 2px 0;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input:focus + button {
  border-color: #000;
  border-style: solid;
  border-width: 2px 2px 2px 0;
  background-color: #eaeaea;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input:disabled:hover + button {
  border-color: transparent;
  pointer-events: none;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-promo-box form input:disabled:focus + button {
  border-color: transparent;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo {
  font-family: "Futura PT Webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo .tn-promo-box.tn-promo-applied::before {
  display: none;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo .tn-promo-box.tn-promo-applied {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eaeaea;
  margin-top: 24px;
}

body .body-wrapper.layout-no-sidebars .tn-subnav-component #tn-remove-promo .tn-promo-box.tn-promo-applied .tn-text {
  margin: 14px auto 14px 20px;
  text-transform: uppercase;
}

/* body .body-wrapper.layout-no-sidebars .tn-event-listing-mode-tab-nav-heading,
body .body-wrapper.layout-no-sidebars .tn-event-listing-mode-tab-nav__list, */
body .body-wrapper.layout-no-sidebars .tn-subnav-component .tn-cart-link {
  display: none !important;
}

body .body-wrapper.layout-no-sidebars .tn-events-list-view__date-range {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  body .body-wrapper.layout-no-sidebars .tn-events-list-view__date-range {
    flex-direction: row;
  }
}

body .body-wrapper.layout-no-sidebars .tn-events-list-view__date-range .tn-events-list-view__datepicker-divider {
  display: none;
}

body .body-wrapper.layout-no-sidebars .tn-events-list-view__date-range .tn-events-list-view__btn-reset-dates-container {
  padding: 0;
}

body .body-wrapper.layout-no-sidebars .tn-btn-datepicker__btn {
  padding: 13px 20px;
  height: unset;
  border: 2px solid #fff;
  color: #000;
  background-color: #eaeaea;
}

body .body-wrapper.layout-no-sidebars .tn-btn-datepicker__btn:hover,
body .body-wrapper.layout-no-sidebars .tn-btn-datepicker__btn:focus,
body .body-wrapper.layout-no-sidebars .tn-btn-datepicker__btn:focus:hover,
body .body-wrapper.layout-no-sidebars .tn-btn-datepicker__btn:active {
  border: 2px solid #000;
  color: #000;
  background-color: #eaeaea;
}

body .body-wrapper.layout-no-sidebars .tn-btn-datepicker__btn-period-prev-next:hover {
  border: 2px solid currentColor;
}

.events-hidden {
  visibility: hidden;
}

.wysiwyg-button {
  position: relative;
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial",
  sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  min-height: 25px;
  text-transform: uppercase;
  border: 2px solid #000;
  display: inline-block;
  height: 40px;
  margin: 10px 10px 10px 0;
  max-width: 100%;
  overflow: hidden;
  padding: 8px 20px;
  text-align: center;
  transition: color 0.35s ease-out, background-color 0.35s ease-out,
  border-color 0.35s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  color: #000;
}

.wysiwyg-button {
  @media (min-width: 768px) {
    margin: 0 10px 5px 0;
  }
}

.wysiwyg-button::after {
  background-color: #000 !important;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  z-index: 0;
  left: 0;
  width: 0;
}

.wysiwyg-button:hover::after,
.wysiwyg-button:focus::after {
  background-color: transparent !important;
  transition: width 0.35s ease-out;
  width: 100%;
}

.wysiwyg-button:hover,
.wysiwyg-button:focus,
.wysiwyg-button:active {
  color: #fff;
  border-color: #000;
  background-color: #000 !important;
  text-decoration: none;
}

.wysiwyg-button .tn-text,
.wysiwyg-button .button__span {
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.form {
  position: relative;
}

.form .form__fieldset-group {
  padding: 40px 0;
}

.form .form__fieldset-group + .form__fieldset-group {
  margin-top: 4px;
}

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

@media (max-width: 529px) {
  .form .form__wrapper {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .form .form__wrapper {
    width: 83.33333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .form .form__wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
}

@media (min-width: 1180px) and (max-width: 1479px) {
  .form .form__wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
}

@media (min-width: 1480px) {
  .form .form__wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
}

.form .form__fieldset {
  clear: both;
}

.form .form__fieldset::after {
  clear: both;
  content: "";
  display: table;
}

.form .form__fieldset .form__legend {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  min-height: 20px;
  padding-bottom: 2.5px;
  padding-top: 2.5px;
  text-transform: uppercase;
}

.form .form__fieldset .form__legend:first-child {
  margin-top: 0;
}

.form .form__fieldset .form__legend:last-child {
  margin-bottom: 0;
}

.form .form__fieldset .form__legend strong,
.form .form__fieldset .form__legend b {
  font-weight: normal;
}

.form .form__fieldset .form__text {
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.form .form__fieldset .form__text strong,
.form .form__fieldset .form__text b {
  font-weight: bold;
}

.form .form__fieldset .form__text em,
.form .form__fieldset .form__text i {
  font-style: italic;
}

.form .form__fieldset .form__legend {
  display: block;
  float: left;
  width: 100%;
}

.form .form__fieldset + .form__fieldset {
  margin-top: 20px;
}

.form .form__row {
  clear: both;
  margin: 10px 0;
}

.form .form__row::after {
  clear: both;
  content: "";
  display: table;
}

.form .form__row .button {
  margin: 0;
  min-width: 25%;
}

.form .form__row .form__links {
  flex: 1 1 100%;
}

@media (max-width: 529px) {
  .form .form__row .form-field + .form-field {
    margin-top: 10px;
  }
  .form .form__row .button {
    margin-top: 10px;
    min-width: 100%;
  }
  .form .form__row .form__links {
    margin-bottom: 10px;
  }
}

@media (min-width: 530px) {
  .form .form__row {
    display: flex;
    flex-direction: row;
  }
  .form .form__row .form-field {
    flex-grow: 2;
    min-width: 10%;
  }
  .form .form__row .button {
    margin-bottom: 0;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .form .form__row .form-field:not(:first-child),
  .form .form__row .form__content:not(:first-child) {
    margin-left: 5px;
  }
  .form .form__row .form-field:not(:last-child),
  .form .form__row .form__content:not(:last-child) {
    margin-right: 5px;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .form .form__row .form-field:not(:first-child),
  .form .form__row .form__content:not(:first-child) {
    margin-left: 8px;
  }
  .form .form__row .form-field:not(:last-child),
  .form .form__row .form__content:not(:last-child) {
    margin-right: 8px;
  }
}

@media (min-width: 1180px) and (max-width: 1479px) {
  .form .form__row .form-field:not(:first-child),
  .form .form__row .form__content:not(:first-child) {
    margin-left: 10px;
  }
  .form .form__row .form-field:not(:last-child),
  .form .form__row .form__content:not(:last-child) {
    margin-right: 10px;
  }
}

@media (min-width: 1480px) {
  .form .form__row .form-field:not(:first-child),
  .form .form__row .form__content:not(:first-child) {
    margin-left: 10px;
  }
  .form .form__row .form-field:not(:last-child),
  .form .form__row .form__content:not(:last-child) {
    margin-right: 10px;
  }
}

.form .form__row--footer {
  flex-direction: row-reverse;
}

.form .form__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  min-height: 20px;
  text-transform: uppercase;
}

.form .form__title:first-child {
  margin-top: 0;
}

.form .form__title:last-child {
  margin-bottom: 0;
}

.form .form__title strong,
.form .form__title b {
  font-weight: normal;
}

@media (min-width: 530px) {
  .form .form__title {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 25px;
    min-height: 30px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .form .form__title {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .form .form__title {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
  }
}

@media (min-width: 1180px) {
  .form .form__title {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    min-height: 30px;
  }
}

.form .form__error {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  min-height: 25px;
  text-transform: uppercase;
  padding: 10px 12px;
}

.form .form__error:first-child {
  margin-top: 0;
}

.form .form__error:last-child {
  margin-bottom: 0;
}

.form .form__error strong,
.form .form__error b {
  font-weight: normal;
}

.theme-green .form .form__error {
  background-color: #ef473b;
  color: #fff;
}

.theme-blue .form .form__error {
  background-color: #ef473b;
  color: #fff;
}

.theme-indigo .form .form__error {
  background-color: #ef473b;
  color: #fff;
}

.theme-pink .form .form__error {
  background-color: #ef473b;
  color: #fff;
}

.theme-red .form .form__error {
  background-color: #ef473b;
  color: #fff;
}

.theme-orange .form .form__error {
  background-color: #ef473b;
  color: #fff;
}

.theme-grey .form .form__error {
  background-color: #ef473b;
  color: #fff;
}

.high-contrast .form .form__error {
  background-color: #ef473b;
  color: #fff;
}

.header {
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 529px) {
  .header {
    padding-bottom: 50px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .header {
    padding-bottom: 50px;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .header {
    padding-bottom: 70px;
  }
}

@media (min-width: 1180px) and (max-width: 1479px) {
  .header {
    padding-bottom: 70px;
  }
}

@media (min-width: 1480px) {
  .header {
    padding-bottom: 70px;
  }
}

.header .header__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.header .header__title__post {
  float: left;
  width: 100%;
}

.header .header__pre-title {
  text-align: center;
}

.header .header__title {
  margin-bottom: 10px;
}

.header .header__post-title {
  margin-bottom: 30px;
}

.header .header__form {
  margin-top: 30px;
}

.header .header__button {
  margin-top: 20px;
}

.header .option-bar,
.header .option-bar-blend-layer {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
}

.header .header__title {
  text-shadow: none;
  transition: none;
}

.header.has-loaded .header__title {
  transition: text-shadow 0.65s ease-in 0.15s;
}

.theme-green .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

.theme-blue .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

.theme-indigo .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

.theme-pink .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

.theme-red .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

.theme-orange .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

.theme-grey .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

.high-contrast .header.has-loaded .header__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

.high-contrast .header.has-loaded .header__title {
  text-shadow: none;
}

.header .header__label {
  bottom: 0;
  display: block;
  height: 40px;
  line-height: 20px !important;
  overflow: hidden;
  padding: 7.5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translate(60px, 41px) rotate(-45deg);
  transform-origin: 0 0;
  white-space: nowrap;
  width: 200px;
}

.theme-green .header .header__label {
  background-color: #fff;
  color: #000;
}

.theme-blue .header .header__label {
  background-color: #fff;
  color: #000;
}

.theme-indigo .header .header__label {
  background-color: #fff;
  color: #000;
}

.theme-pink .header .header__label {
  background-color: #fff;
  color: #000;
}

.theme-red .header .header__label {
  background-color: #fff;
  color: #000;
}

.theme-orange .header .header__label {
  background-color: #fff;
  color: #000;
}

.theme-grey .header .header__label {
  background-color: #fff;
  color: #000;
}

.high-contrast .header .header__label {
  background-color: #fff;
  color: #000;
}

.header .header__wrapper::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 529px) {
  .header .header__title,
  .header .filter-tabs {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .header .header__title,
  .header .filter-tabs {
    width: 83.33333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .header .header__title,
  .header .filter-tabs {
    width: 83.33333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
}

@media (min-width: 1180px) and (max-width: 1479px) {
  .header .header__title,
  .header .filter-tabs {
    width: 83.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
}

@media (min-width: 1480px) {
  .header .header__title,
  .header .filter-tabs {
    width: 83.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
}

@media (max-width: 529px) {
  .header .richtext,
  .header .header__form {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .header .richtext,
  .header .header__form {
    width: 83.33333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
}

@media (min-width: 800px) {
  .header .richtext,
  .header .header__form {
    width: 66.66667%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
}

.header .header__title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.5px;
  min-height: 30px;
  text-transform: uppercase;
}

.header .header__title strong,
.header .header__title b {
  font-weight: normal;
}

@media (min-width: 530px) {
  .header .header__title {
    font-size: 40px;
    letter-spacing: 2.5px;
    line-height: 40px;
    min-height: 40px;
  }
}

@media (min-width: 800px) {
  .header .header__title {
    font-size: 50px;
    letter-spacing: 3.25px;
    line-height: 50px;
    min-height: 50px;
  }
}

@media (min-width: 1180px) {
  .header .header__title {
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 60px;
    min-height: 60px;
  }
}

.header .header__post-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  min-height: 20px;
  text-transform: uppercase;
}

.header .header__post-title:first-child {
  margin-top: 0;
}

.header .header__post-title:last-child {
  margin-bottom: 0;
}

.header .header__post-title strong,
.header .header__post-title b {
  font-weight: normal;
}

@media (min-width: 530px) {
  .header .header__post-title {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 25px;
    min-height: 30px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .header .header__post-title {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .header .header__post-title {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
  }
}

@media (min-width: 1180px) {
  .header .header__post-title {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    min-height: 30px;
  }
}

.header .header__pre-title,
.header .header__event-title {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  min-height: 20px;
  padding-bottom: 2.5px;
  padding-top: 2.5px;
  text-transform: uppercase;
}

.header .header__pre-title:first-child,
.header .header__event-title:first-child {
  margin-top: 0;
}

.header .header__pre-title:last-child,
.header .header__event-title:last-child {
  margin-bottom: 0;
}

.header .header__pre-title strong,
.header .header__pre-title b,
.header .header__event-title strong,
.header .header__event-title b {
  font-weight: normal;
}

.header .header__label {
  font-family: "Futura PT Webfont", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  min-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
}

.header .header__label strong,
.header .header__label b {
  font-weight: normal;
}

@media (max-width: 529px) {
  .header .backlink {
    text-shadow: none;
    transition: background-color 0.35s ease-out, color 0.35s ease-out,
      text-shadow 0.35s ease-out;
  }
  .theme-green .header .backlink:hover,
  .theme-green .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-blue .header .backlink:hover,
  .theme-blue .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-indigo .header .backlink:hover,
  .theme-indigo .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-pink .header .backlink:hover,
  .theme-pink .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-red .header .backlink:hover,
  .theme-red .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-orange .header .backlink:hover,
  .theme-orange .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-grey .header .backlink:hover,
  .theme-grey .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .high-contrast .header .backlink:hover,
  .high-contrast .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .header .backlink {
    text-shadow: none;
    transition: background-color 0.35s ease-out, color 0.35s ease-out,
      text-shadow 0.35s ease-out;
  }
  .theme-green .header .backlink:hover,
  .theme-green .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-blue .header .backlink:hover,
  .theme-blue .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-indigo .header .backlink:hover,
  .theme-indigo .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-pink .header .backlink:hover,
  .theme-pink .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-red .header .backlink:hover,
  .theme-red .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-orange .header .backlink:hover,
  .theme-orange .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .theme-grey .header .backlink:hover,
  .theme-grey .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
  .high-contrast .header .backlink:hover,
  .high-contrast .header .backlink:focus {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  }
}

.header.has-background {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 152px;
}

@media (max-width: 529px) {
  .header.has-background {
    margin-bottom: 50px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .header.has-background {
    margin-bottom: 50px;
  }
}

@media (min-width: 800px) and (max-width: 1179px) {
  .header.has-background {
    margin-bottom: 70px;
  }
}

@media (min-width: 1180px) and (max-width: 1479px) {
  .header.has-background {
    margin-bottom: 70px;
  }
}

@media (min-width: 1480px) {
  .header.has-background {
    margin-bottom: 70px;
  }
}

.theme-green .header.has-background {
  background-color: #000;
  color: #fff;
}

.theme-blue .header.has-background {
  background-color: #000;
  color: #fff;
}

.theme-indigo .header.has-background {
  background-color: #000;
  color: #fff;
}

.theme-pink .header.has-background {
  background-color: #000;
  color: #fff;
}

.theme-red .header.has-background {
  background-color: #000;
  color: #fff;
}

.theme-orange .header.has-background {
  background-color: #000;
  color: #fff;
}

.theme-grey .header.has-background {
  background-color: #000;
  color: #fff;
}

.high-contrast .header.has-background {
  background-color: #000;
  color: #fff;
}

.header.has-background .outer-constrainer {
  width: 100%;
}

@media (min-width: 530px) {
  .header.has-background {
    min-height: 152px;
  }
}

.header.has-background .background-image::before {
  content: "";
  display: block;
  height: 110px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.35s ease-out;
  width: 100%;
  z-index: 50;
}

.theme-green .header.has-background .background-image::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  );
}

.theme-blue .header.has-background .background-image::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  );
}

.theme-indigo .header.has-background .background-image::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  );
}

.theme-pink .header.has-background .background-image::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  );
}

.theme-red .header.has-background .background-image::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  );
}

.theme-orange .header.has-background .background-image::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  );
}

.theme-grey .header.has-background .background-image::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  );
}

.high-contrast .header.has-background .background-image::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  );
}

.high-contrast .header.has-background .background-image::before {
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
  height: 220px;
}

@media (min-width: 530px) {
  .high-contrast .header.has-background .background-image::before {
    height: 260px;
  }
}

@media (min-width: 800px) {
  .header.has-background .background-image::before {
    height: 330px;
  }
}

@media (min-width: 1180px) {
  .high-contrast .header.has-background .background-image::before {
    height: 170px;
  }
}

.header.header--detail {
  min-height: calc(100vh - 20px);
}

@media print {
  html,
  body {
    background-color: #f6f5f5 !important;
    color: #000 !important;
  }
}

.main {
  position: relative;
  background-color: #fff;
  color: #000;
}

.main::after {
  clear: both;
  content: "";
  display: table;
}

.main {
  margin-top: 68px;
}

@media (min-width: 1200px) {
  .main {
    margin-top: 139px;
  }
}

@media (max-width: 529px) {
  .main:not(.main--popup):not(.main--home):not(.main--story) {
    padding-bottom: 80px;
  }
}

@media (min-width: 530px) and (max-width: 799px) {
  .main:not(.main--popup):not(.main--home):not(.main--story) {
    padding-bottom: 110px;
  }
}

@media (min-width: 800px) {
  .main:not(.main--popup):not(.main--home):not(.main--story) {
    padding-bottom: 110px;
  }
}

.main .external-content::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #e7f9ee;
}

.main.logged-in .external-content::before {
  height: 76px;
}

@media (max-width: 768px) {
  .main:not(.logged-in) .external-content {
    padding-top: 60px;
  }
  body .body-wrapper .main .external-content .tn-promo-box,
  body .body-wrapper .main .external-content .tn-heading-sub-text {
    margin-bottom: 0;
  }
  .main .external-content .tn-event-listing-mode-tab-nav__list,
  .main .external-content .tn-event-listing-view__results-heading {
    display: none;
  }
}

@media (min-width: 500px) {
  .main .external-content::before {
    height: 48px;
  }
  .main.logged-in .external-content::before {
    height: 48px;
  }
}

.button.button--secondary {
  overflow: hidden;
  height: unset;
  margin: 0;
  padding: 14px 20px;
}

.button.button--secondary {
  background-color: transparent !important;
  color: #fff;
}

.button.button--secondary::after {
  background-color: #19883d;
}

.high-contrast .button.button--secondary::after {
  background-color: #fff;
}

.button.button--secondary .button__span, .button.button--secondary::before, .button.button--secondary::after {
  position: relative;
  z-index: 1;
}

.button.button--secondary::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: width 0.35s ease-out 50ms;
  z-index: 0;
  left: 0;
  width: 105%;
}

body.no-touch .button.button--secondary:hover::after {
  transition: width 0.35s ease-out;
  width: 0;
}

.button.button--secondary:hover {
  background-color: #fff;
  border-color: #19883d;
  color: #19883d;
}

body .body-wrapper ul.tn-radio-button-list {
  list-style: none;
  gap: 12px;
  padding-left: 0;
}

.tn-radio-button-list__button.btn.btn-default {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 12.5px 28px !important;
}

.tn-radio-button-list__input + .tn-radio-button-list__button > .tn-radio-button-list__check-icon {
  display: none;
}
.tn-radio-button-list__input:checked + .tn-radio-button-list__button {
  background-color: #19883d !important;
  border-color: #19883d !important;
  color: #fff;
}
.tn-radio-button-list__input:checked + .tn-radio-button-list__button > .tn-radio-button-list__check-icon {
  display: inline;
}

body .body-wrapper ul.tn-cart-item-summary {
  margin-right: 56px;
}

body .body-wrapper ul.tn-cart-item-summary,
body .body-wrapper ul.tn-cart-item-details__list,
body .body-wrapper ul.tn-cart-item-detail__list {
  list-style: none;
  padding-left: 0;
}

body .body-wrapper ul.tn-cart-item-details__list {
  padding: 0;
}

body .body-wrapper ul.tn-cart-item-detail__list {
  margin: 0;
  border: none;
}

body .body-wrapper ul.tn-cart-item-details__list .tn-cart-item-details__list-item {
  padding: 16px 0;
  border-bottom: 1px solid #d0d0d0;
}

body .body-wrapper ul.tn-cart-item-details__list > li:last-of-type {
  border-bottom: none;
}

body .body-wrapper ul.tn-cart-item-detail__list .tn-cart-item-detail__list-item {
  font-size: 18px;
  font-weight: 450;
}

body .body-wrapper ul.tn-cart-item-detail__list .tn-cart-item-detail__list-item.tn-cart-item-detail__list-item--pricetype {
  font-size: 25px;
  text-transform: none;
  flex-basis: 80%;
}
@media (min-width: 768) {
  body .body-wrapper ul.tn-cart-item-detail__list .tn-cart-item-detail__list-item.tn-cart-item-detail__list-item--pricetype {
    flex-basis: 20%;
  }
}
body .body-wrapper ul.tn-cart-item-detail__list .tn-cart-item-detail__list-item.tn-cart-item-detail__list-item--price {
  flex-basis: 20%;
}

body .body-wrapper ul.tn-cart-item-detail__list .tn-cart-item-detail__list-item.tn-cart-item-detail__list-item--description,
body .body-wrapper ul.tn-cart-item-detail__list .tn-cart-item-detail__list-item.tn-cart-item-detail__list-item--quantity,
body .body-wrapper ul.tn-cart-item-detail__list .tn-cart-item-detail__list-item.tn-cart-item-detail__list-item--seat-location {
  padding-bottom: 8px;
}


body .body-wrapper ul.tn-cart-item-summary {
  margin-bottom: 32px;
}

.tn-cart-item-summary__property--price-total {
  font-weight: 450;
}

@media (min-width: 768px) {
  .tn-cart-item-summary__property--price-total {
    padding-right: 0 !important;
  }
  main.tn-receipt-page .tn-cart-item-summary__property--price-total {
    padding-right: 0 !important;
  }

}

main .tn-order-address-information-component,
main .tn-receipt-component,
main .tn-donation-ask-component,
main .tn-gift-certificate-component {
  margin-bottom: 36px;
}

main .tn-donation-ask-component {
  background-color: #DBF1E2;
  padding: 24px;
}

main .tn-donation-ask-component h2 {
  margin-bottom: 16px !important;
}

main .tn-account-update-page .row,
main .tn-pre-cart-page .row,
main .tn-order-address-information-component .row,
main .tn-donation-ask-component .row,
main .tn-contribution-component .row,
main .tn-gift-certificate-component .row,
main.tn-account-logout-page .row,
main .tn-receipt-component .row {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}

main .tn-one-page-giving-receipt {
  margin-bottom: 36px !important;
}

main .tn-one-page-giving-receipt .row .col-xs-12.col-sm-4.col-sm-push-8.col-lg-3.col-lg-push-9,
main .tn-one-page-giving-receipt .row .col-xs-12.col-sm-8.col-sm-pull-4.col-lg-9.col-lg-pull-3,
main .tn-one-page-giving-receipt .col-xs-12.col-sm-10.col-sm-pull-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

main .tn-account-update-page .row .col-sm-6,
main .tn-account-update-page .row .col-xs-12,
main .tn-pre-cart-page .col-xs-12,
main .tn-pre-cart-page .row .col-xs-12,
main .tn-order-address-information-component .row .col-sm-6,
main .tn-order-address-information-component .row .col-xs-12,
main .tn-donation-ask-component .row .col-sm-6,
main .tn-donation-ask-component .row .col-xs-12,
main .tn-contribution-component .row .col-sm-6,
main .tn-contribution-component .row .col-xs-12,
main.tn-account-logout-page .row .col-xs-12,
main.tn-account-logout-page .row .col-sm-5,
main .tn-gift-certificate-component .row .col-sm-6,
main .tn-gift-certificate-component .row .col-xs-12,
main .tn-receipt-component .row .col-xs-12 {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
}

@media (min-width: 768px) {
  main .tn-order-address-information-component .row .col-sm-6,
  main .tn-order-address-information-component .row .col-xs-12,
  main .tn-donation-ask-component .row .col-sm-6,
  main .tn-donation-ask-component .row .col-xs-12,
  main .tn-contribution-component .row .col-sm-6,
  main .tn-contribution-component .row .col-xs-12,
  main .tn-gift-certificate-component .row .col-sm-6,
  main .tn-gift-certificate-component .row .col-xs-12,
  main .tn-receipt-component .row .col-xs-12 {
    width: 62%;
  }
}

main.tn-account-login-page .row .col-sm-6,
main.tn-account-login-page .row .col-xs-12 {
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  main.tn-account-login-page .row .col-sm-6,
  main.tn-account-login-page .row .col-xs-12 {
    margin-bottom: 0;
  }

}


main .tn-receipt-component .row .col-xs-12.col-sm-4.col-sm-push-8.col-lg-3.col-lg-push-9 {
  right: unset !important;
  left: unset !important;
}
main .tn-receipt-component .row .col-xs-12.col-sm-8.col-sm-pull-4.col-lg-9.col-lg-pull-3 {
  right: unset !important;
  left: unset !important;
}

main .tn-order-address-information-component .row h2,
main .tn-donation-ask-component .row h2,
main .tn-gift-certificate-component .row h2,
main .tn-receipt-component .row h2 {
  margin-top: 0 !important;
}

main .tn-order-address-information-component {
  margin-bottom: 0;
}

main .tn-order-address-information-component .tn-patron-billing-information,
main .tn-order-address-information-component .tn-patron-shipping-information {
  margin-bottom: 36px;
}

main .tn-order-address-information-component .tn-patron-billing-information .col-xs-12.col-sm-6 div:last-child {
  display: flex;
  flex-direction: column;
}

main #tn-add-donation-form,
main #tn-payment-apply-gift-certificate-form {
  display: flex;
  flex-direction: column;
}

main #tn-add-donation-form {
  margin: 48px 0 0 !important;
}

@media (min-width: 768px) {
  main #tn-add-donation-form,
  main #tn-payment-apply-gift-certificate-form {
    flex-direction: row;
    align-items: end;
  }
}

.tn-payment-component .tn-payment-submit-component .adyen-checkout__field--50 {
  width: 50%;
}

@media(min-width: 768px) {
  .tn-payment-component .tn-payment-submit-component .adyen-checkout__field--50 {
    width: 30%;
  }
}

.tn-payment-component .tn-payment-submit-component .adyen-checkout__card__exp-cvc {
  justify-content: space-between;
}

.tn-payment-component .tn-payment-submit-component .adyen-checkout__field__cvc {
  margin: 0;
}

.tn-payment-component .tn-payment-submit-component .adyen-checkout__label__text {
  font-size: 14px;
  overflow: visible;
  padding-bottom: 0;
}

.tn-payment-component .tn-payment-submit-component .adyen-checkout__card__form .adyen-checkout__card__exp-cvc {
  flex-direction: column;
}

.tn-payment-component .tn-payment-submit-component .adyen-checkout__payment-methods-list {
  padding-left: 0;
}

.tn-payment-component .tn-payment-submit-component .adyen-checkout__store-details .adyen-checkout__checkbox__label {
  font: inherit;
  line-height: 16px;
}

.tn-payment-component .tn-payment-submit-component .adyen-checkout__label__text {
  font: normal 600 13px/20px "Futura PT Webfont", "Helvetica Neue", Helvetica, Arial,
  sans-serif;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 16px;
  line-height: inherit;
}

.tn-payment-component .tn-payment-submit-component input[type="text"] {
  border: 1px solid #b9c4c9;
  border-radius: 4px;
  color: #000000;
  font: inherit;
}

.tn-payment-component .tn-payment-submit-component input[type="text"],
.tn-payment-component .tn-payment-submit-component input[type="text"]:active,
.tn-payment-component .tn-payment-submit-component input[type="text"]:focus {
  background-color: #FFFFFF;
}

.tn-payment-component .tn-payment-submit-component p {
  font: inherit;
}

@media (min-width: 768px) {
  .tn-payment-component .tn-payment-submit-component .adyen-checkout__card__form .adyen-checkout__card__exp-cvc {
    flex-direction: row;
  }
}

main #tn-add-donation-form .form-group,
main #tn-payment-apply-gift-certificate-form .form-group,
main #tn-payment-apply-gift-certificate-form .form-group .input-group {
  width: 100%;
}

main #tn-payment-apply-gift-certificate-form .form-group .input-group + .help-block {
  margin: 0 !important;
}

@media (min-width: 768px) {
  main #tn-add-donation-form .form-group,
  main #tn-payment-apply-gift-certificate-form .form-group {
    margin: 0 24px 0 0!important;
  }
}

main .tn-gift-certificate-component .row .form-group {
  margin-bottom: 32px;
}

main .tn-gift-certificate-component .row .form-group p {
  margin-bottom: 32px;
}

main .tn-donation-ask-component__amount-input-group,
main .tn-contribution-component .input-group,
main .tn-gift-certificate-component .input-group {
  width: 100%;
}

main .tn-donation-ask-component__amount-input-group .input-group-addon.tn-currency-symbol,
main .tn-contribution-component .input-group .input-group-addon.tn-currency-symbol,
main .tn-gift-certificate-component .input-group .input-group-addon.tn-currency-symbol {
  display: none;
}

main .tn-gift-certificate-component #tn-gift-certificate-submit,
main .tn-contribution-component #tn-contribution-submit {
  width: fit-content;
  padding: 14px 20px;
}

main .tn-contribution-component .control-label {
  font: normal 600 13px/20px "Futura PT Webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

main button#tn-payment-apply-gift-certificate-submit,
main button.modal-btn-confirm,
main button.modal-button-cancel {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  padding: 14px 20px;
}
main button.tn-donation-ask-component__submit-button {
  border: 2px solid #000;
  color: #000;
  background-color: #DBF1E2;
  padding: 14px 20px;
}
main button.tn-donation-ask-component__submit-button:hover,
main button.tn-donation-ask-component__submit-button:focus,
main button#tn-payment-apply-gift-certificate-submit:hover,
main button#tn-payment-apply-gift-certificate-submit:focus,
main button.tn-donation-ask-component__submit-button:active,
main button.tn-donation-ask-component__submit-button:active:focus,
main button#tn-payment-apply-gift-certificate-submit:active,
main button#tn-payment-apply-gift-certificate-submit:active:focus,
main button.modal-btn-confirm:hover,
main button.modal-btn-confirm:focus,
main button.modal-button-cancel:hover,
main button.modal-button-cancel:focus,
main button.modal-btn-confirm:active,
main button.modal-btn-confirm:active:focus,
main button.modal-button-cancel:active,
main button.modal-button-cancel:active:focus {
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
  padding: 14px 20px;
}

main button.tn-donation-ask-component__submit-button {
  display: flex;
  flex-direction: row;
  padding: 14px 20px !important;
  justify-content: center;
}

main .tn-empty-cart-message {
  font-style: normal !important;
  color: #000;
}

.tn-do-not-show-again {
  top: -6.5px !important;
}

main .tn-do-not-show-again-label {
  display: flex;
  align-items: center;
}

main button.tn-receipt-print {
  width: auto;
  margin-bottom: 80px;
}

main section.tn-receipt-page {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

main.tn-one-page-giving-receipt-page .tn-cart-component {
  margin-top: 36px !important;
}

main.tn-receipt-page .row {
  margin: 0 !important;
}
main.tn-receipt-page .row p {
  margin-bottom: 36px;
}

main.tn-receipt-page .tn-cart-buttons {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  text-align: left;
  margin-bottom: 80px;
}

main.tn-receipt-page .tn-cart-buttons .tn-cart-buttons__primary-action {
  margin: 0;
}

main .tn-pre-cart-page h1,
main.tn-receipt-page .tn-header-component h1 {
  margin: 0 0 16px;
}

main .tn-pre-cart-page h1 {
  text-align: left;
}

main.tn-receipt-page .tn-order-information-line.tn-additional-information p {
}

main.tn-receipt-page .tn-order-information-line.tn-additional-information p:last-child {
  margin-bottom: 8px !important;
}

main.tn-receipt-page .tn-order-information-line.tn-additional-information b {
  margin-bottom: 16px;
  font-size: 25px;
  font-family: "Futura PT Webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 450;
}

main .tn-cart-buttons .tn-cart-buttons__primary-action,
main .tn-cart-buttons .tn-cart-buttons__secondary-action {
  display: block;
  width: 100%;
  padding: 14px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  main .tn-cart-buttons .tn-cart-buttons__primary-action,
  main .tn-cart-buttons .tn-cart-buttons__secondary-action {
    width: max-content;
  }
}

@media (min-width: 768px) {
  main.tn-receipt-page .tn-cart-buttons {
    flex-direction: row-reverse;
    gap: 0;
  }
}

main section.tn-receipt-page .col-xs-12.col-sm-2.col-sm-push-10.text-right,
main section.tn-receipt-page .col-xs-12.col-sm-10.col-sm-pull-2 {
  width: 100% !important;
  right: unset !important;
  left: unset !important;
  padding: 0 !important;
  float: none !important;
}

main .tn-subnav-component .tn-cart-link, .tn-subnav-component .tn-login-link, .tn-subnav-component .tn-promo-box {
  align-self: unset !important;
}

main #tn-remove-promo::before {
  content: "Active promo code:";
  font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif;
  font-size: 19px;
  font-weight: 400;
}

main .tn-prod-list-item {
  grid-template-columns: 0% auto !important;
  grid-column-gap: 0 !important;
}

main .tn-prod-list-item .tn-prod-list-item__property.tn-prod-list-item__property--img-container {
  display: none !important;
}

main .alert {
  padding: 0;
}

main .tn-ticket-selector__pricetype-placeholder {
  color: #000;
}

main .tn-selected-shipping-method {
  font-weight: 450;
}

main .tn-cart-item {
  border-top: none !important;
}

main #tn-payment-submit-button {
  width: 100%;
  padding: 14px 20px;
}

@media (min-width: 768px) {
  main #tn-payment-submit-button {
    width: max-content;
  }
}

@media print {
  .menu-main-navigation--wrapper,
  .tn-login-link.tn-logged-in,
  .tn-subnav-component,
  .footer {
    display: none !important;
  }

  main {
    margin-top: 0 !important;
  }

  main:not(.main)::before {
    content: 'Isabella Stewart Gardner Museum' !important;
    text-transform: uppercase !important;
    font-family: "DTL Elzevir Webfont", "Times New Roman", "Times", serif !important;
    font-weight: 400;
    font-size: 19px;
  }

  a[href]::after {
    content: '' !important;
  }
}
.tn-cart-item-summary__property.tn-cart-item-summary__property--secondary.tn-cart-item-summary__property--location,ss
.tn-product-type-name {
  display: none;
}

.tn-cart-item-detail__list-item.tn-cart-item-detail__list-item--description {
  flex: 0 0 100% !important;
}

.tn-additional-events__select-view-container {
  display: block !important;
}

.tn-production-season-detail-page__performance-list .tn-product-type-name {
  display: none;
}

.modal.fade {
  display: none !important;
}

.modal.fade.in {
  display: block !important;
  height: auto !important;
  z-index: 1050 !important;
  background: transparent !important;
}

.modal-backdrop.fade {
  display: none !important;
}

.modal-backdrop.fade.in {
  display: block !important;
}

#tn-payment-modal {
  display: none !important;
}
