@charset "UTF-8";
/* Baseplate */
/* ==========================================================================
   Settings & Tools
   ========================================================================== */
/*  stylelint-disable */
/**
 * Get color from palette w/default tone
 */
/**
 * Add percentage of white to a color
 */
/**
 * Add percentage of black to a color
 */
/* ==========================================================================
   Base
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ==========================================================================
   Base
   ========================================================================== */
html {
  box-sizing: border-box;
  height: 100%;
  font-size: 100%;
  line-height: 1.5;
  text-rendering: geometricPrecision;
  scroll-padding-top: 200px;
  /* Smooth scrolling for anchor navigation */
  scroll-behavior: smooth;
}

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

body {
  color: #000;
  background-color: #fff;
  /**
   * Sticky footer
   * https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/
   */
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}
body:before {
  content: "";
  display: block;
  backdrop-filter: blur(30px) brightness(50%) contrast(120%);
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
body.nav-open {
  overflow: hidden;
}
body.nav-open .calendar__sidebar {
  z-index: 5;
}
body.filters-open, body.dates-open {
  position: fixed;
  width: 100%;
}
body.filters-open:before, body.dates-open:before {
  opacity: 1;
  visibility: visible;
}
body.filters-open .calendar__sidebar,
body.filters-open .whatson-grid__sidebar, body.dates-open .calendar__sidebar,
body.dates-open .whatson-grid__sidebar {
  z-index: 20;
  background-color: transparent;
}
body.filters-open .calendar-actions, body.dates-open .calendar-actions {
  filter: blur(6px);
  pointer-events: none;
}
body:has(.people-popup[open]) {
  overflow: hidden;
}

.global-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
}

.page-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.global-group {
  width: 100%;
  position: relative;
  z-index: 8;
}

svg.o-icon--logo {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 50px;
  transition: background-color 0.4s ease;
  width: 80px;
}

:root {
  --link-color: #000;
  --focus-color: #EFBF04;
  --theme-color: #A6192E;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
  --event-sticky-height: 0px;
  --content-margin: 30px 0;
  --content-margin-big: 60px 0;
  --content-margin-small: 20px 0;
}
@media (min-width: 62.5em) {
  :root {
    --content-margin: 60px 0;
    --content-margin-big: 100px 0;
    --content-margin-small: 60px 0;
  }
}
:root {
  --global-header-size-0: 14px;
  --global-header-size-1: 16px;
  --global-header-size-2: 18px;
  --global-header-size-3: 20px;
  --global-header-size-4: 22px;
  --global-header-size-5: 24px;
  --global-header-size-6: 26px;
  --global-header-size-7: 28px;
  --global-header-size-8: 32px;
  --global-header-size-9: 38px;
  --global-header-size-10: 42px;
  --global-header-size-11: 48px;
  --global-header-size-12: 56px;
  --global-header-size-13: 60px;
  --global-header-size-14: 72px;
  --global-header-size-15: 90px;
  --global-header-size-16: 96px;
  --global-header-size-h1: var(--global-header-size-8);
  --global-header-size-h2: var(--global-header-size-5);
  --global-header-size-h3: var(--global-header-size-2);
  --global-header-size-h4: var(--global-header-size-2);
  --global-header-size-h5: var(--global-header-size-2);
  --global-header-size-h6: var(--global-header-size-1);
}
@media (min-width: 30em) {
  :root {
    --global-header-size-h1: var(--global-header-size-10);
    --global-header-size-h2: var(--global-header-size-6);
    --global-header-size-h3: var(--global-header-size-3);
    --global-header-size-h4: var(--global-header-size-2);
    --global-header-size-h5: var(--global-header-size-2);
    --global-header-size-h6: var(--global-header-size-1);
  }
}
@media (min-width: 50em) {
  :root {
    --global-header-size-h1: var(--global-header-size-12);
    --global-header-size-h2: var(--global-header-size-7);
    --global-header-size-h3: var(--global-header-size-4);
    --global-header-size-h4: var(--global-header-size-3);
    --global-header-size-h5: var(--global-header-size-2);
    --global-header-size-h6: var(--global-header-size-1);
  }
}
@media (min-width: 62.5em) {
  :root {
    --global-header-size-h1: var(--global-header-size-13);
    --global-header-size-h2: var(--global-header-size-8);
    --global-header-size-h3: var(--global-header-size-5);
    --global-header-size-h4: var(--global-header-size-4);
    --global-header-size-h5: var(--global-header-size-3);
    --global-header-size-h6: var(--global-header-size-2);
  }
}
@media (min-width: 72em) {
  :root {
    --global-header-size-h1: var(--global-header-size-14);
    --global-header-size-h2: var(--global-header-size-9);
  }
}

.spacer {
  height: 40vh;
}

/* ==========================================================================
   Typography
   ========================================================================== */
.ff-display {
  font-family: trade-gothic-next, sans-serif;
  font-weight: normal;
}

h4.ff-display {
  font-weight: bold;
}

/**
 * ff-* classes chained to avoid fonts-loaded specificity
 */
html, body, button, input, select, textarea, .ff-body.ff-body {
  font-family: trade-gothic-next, sans-serif;
}

.ff-caption.ff-caption {
  font-family: sans-serif;
}

pre, code, kbd, samp, .ff-monospace.ff-monospace {
  font-family: "Hack", "Droid Mono", monospace;
}

/* ==========================================================================
   Base - Headings
   ========================================================================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 0.5rem;
  color: inherit;
}

h1, .h1 {
  font-size: var(--global-header-size-h1);
}
@media (min-width: 62.5em) {
  h1, .h1 {
    line-height: 0.9;
  }
}

h2, .h2 {
  font-size: var(--global-header-size-h2);
}

h3, .h3 {
  font-size: var(--global-header-size-h3);
}

h4, .h4 {
  font-size: var(--global-header-size-h4);
}

h5, .h5 {
  font-size: var(--global-header-size-h5);
}

h6, .h6 {
  font-size: var(--global-header-size-h6);
}

/*  =========================================================================
    Grouping content
    http://developers.whatwg.org/grouping-content.html
    ========================================================================= */
p, pre, blockquote, ul, ol, dl, figure, table, fieldset {
  margin: 0;
  margin-bottom: 0.75em;
}

ol, ul {
  padding-left: 1.5em;
  list-style-position: outside;
}

li > ul, li > ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

blockquote {
  margin: 0;
}

figure, figcaption {
  /*  Correct `block` display for `figure` and `figcaption` elements in IE 8/9 */
  display: block;
}

/*  =========================================================================
    Text-level semantics
    http://developers.whatwg.org/text-level-semantics.html
    ========================================================================= */
small {
  /*  Address inconsistent and variable font size in all browsers */
  font-size: 90%;
  display: inline-block;
  letter-spacing: 0;
  font-weight: normal;
  font-family: inherit;
}

dfn {
  /*  Address styling not present in Safari 5 and Chrome */
  font-style: italic;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

sub, sup {
  /*  Position subscript and superscript content without affecting line-height */
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

::-moz-selection {
  background-color: #FFF196;
  color: #000;
  /*  Remove text-shadow in selection highlight */
  text-shadow: none;
}

::selection {
  background-color: #FFF196;
  color: #000;
  /*  Remove text-shadow in selection highlight */
  text-shadow: none;
}

/*  =========================================================================
    Links
    http://developers.whatwg.org/links.html
    ========================================================================= */
a {
  color: inherit;
  font-weight: normal;
  line-height: inherit;
  word-wrap: break-word;
  text-decoration: none;
  /* Remove gray background color from active links in IE 10 */
  background-color: transparent;
}
a:active, a:hover {
  /* Improve readability when focused and mouse hovered in all browsers */
  outline: 0;
  cursor: pointer;
}
a:focus {
  outline: none;
}

.user-is-tabbing *:focus {
  box-shadow: 0 0 0 3px #000, 0 0 0 5px yellow;
  transition: none;
}

.skip-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.92);
  color: #181822;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  opacity: 1;
  outline: 0 !important;
  border: 2px solid #181822;
  backdrop-filter: blur(1px);
  transition: opacity 0.4s ease;
}
.skip-link:not(:focus) {
  opacity: 0;
  pointer-events: none;
}

/* ==========================================================================
   Page: Skip to content
   ========================================================================== */
.skip-to-content {
  background: var(--theme-color);
  color: #fff;
  font-weight: 500;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translate(-50%, -110%);
  transition: transform 0.3s;
  z-index: 13;
}

.skip-to-content:focus {
  outline: none;
  transform: translate(-50%);
}

/*  =========================================================================
    Embedded content
    http://developers.whatwg.org/embedded-content-1
    ========================================================================= */
img, picture, embed, object, video {
  /* Remove border when inside `a` element in IE 8/9 */
  display: block;
  border: 0;
  max-width: 100%;
}

img[width], img[height] {
  /* Non-fluid images if you specify `width` and/or `height` attributes. */
  max-width: none;
}

svg:not(:root) {
  /* Correct overflow displayed oddly in IE9 */
  overflow: hidden;
}

iframe {
  border: none;
}

/*  =========================================================================
    Pattern Styling
    ========================================================================= */
h1.sg-section__title.sg-heading {
  font-family: trade-gothic-next, sans-serif !important;
  font-size: var(--global-header-size-h1) !important;
}

h2.sg-section__title.sg-heading {
  font-family: trade-gothic-next, sans-serif !important;
  font-size: var(--global-header-size-h2) !important;
}

h2#styleguide,
h2#pagespages,
h2#patternspatterns {
  font-size: 28px;
  margin-bottom: 10px;
}
h2#styleguide a,
h2#pagespages a,
h2#patternspatterns a {
  text-decoration: none;
  color: var(--link-color);
  background: linear-gradient(to bottom, var(--focus-color) 0%, var(--focus-color) 100%), linear-gradient(to bottom, var(--focus-color) 0%, var(--focus-color) 100%);
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 3px, 0 3px;
  text-decoration: none;
  transition: background-size 0.2s ease-in-out;
  border-bottom: 0;
  padding-bottom: 3px;
}
@keyframes ButtonLine {
  0% {
    background-size: 100% 3px, 0 3px;
  }
  50% {
    background-size: 0 3px, 0 3px;
  }
  100% {
    background-size: 0 3px, 100% 3px;
  }
}
h2#styleguide a:visited,
h2#pagespages a:visited,
h2#patternspatterns a:visited {
  color: var(--link-color);
}
h2#styleguide a:hover, h2#styleguide a:focus,
h2#pagespages a:hover,
h2#pagespages a:focus,
h2#patternspatterns a:hover,
h2#patternspatterns a:focus {
  animation-name: ButtonLine;
  animation-duration: 0.75s;
}
h2#styleguide a,
h2#pagespages a,
h2#patternspatterns a {
  border: none;
}

.sg-section-pages-list .sg-list {
  margin-top: 30px;
  list-style: decimal;
}
.sg-section-pages-list .sg-list__item {
  margin-bottom: 5px;
  font-size: 20px;
}
.sg-section-pages-list .sg-list__item a {
  text-decoration: none;
  color: var(--link-color);
  background: linear-gradient(to bottom, var(--focus-color) 0%, var(--focus-color) 100%), linear-gradient(to bottom, var(--focus-color) 0%, var(--focus-color) 100%);
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 3px, 0 3px;
  text-decoration: none;
  transition: background-size 0.2s ease-in-out;
  border-bottom: 0;
  padding-bottom: 3px;
}
@keyframes ButtonLine {
  0% {
    background-size: 100% 3px, 0 3px;
  }
  50% {
    background-size: 0 3px, 0 3px;
  }
  100% {
    background-size: 0 3px, 100% 3px;
  }
}
.sg-section-pages-list .sg-list__item a:visited {
  color: var(--link-color);
}
.sg-section-pages-list .sg-list__item a:hover, .sg-section-pages-list .sg-list__item a:focus {
  animation-name: ButtonLine;
  animation-duration: 0.75s;
}
.sg-section-pages-list .sg-list__item a {
  --focus-color: #000;
}

.sg-container {
  max-width: 1440px !important;
}

#pattern-Modules-NewsItem .news-item {
  max-width: 500px;
}

#pattern-Modules-PageItem .page-item {
  max-width: 500px;
}

#pattern-Modules-EventItem .sg-pattern__content {
  padding: 30px;
}
#pattern-Modules-EventItem .event-item {
  max-width: 500px;
}

#pattern-Widgets-CalendarList .sg-pattern__content {
  margin: 0 -5px;
  padding: 10px 5px;
}
@media (min-width: 50em) {
  #pattern-Widgets-CalendarList .sg-pattern__content {
    padding: 30px;
    margin: 0;
  }
}

#pattern-Modules-PeoplePopup .people-popup {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  height: auto;
}

/* ==========================================================================
   Scoped Contexts
   ========================================================================== */
/*  =========================================================================
    Scopes: Prose
    ========================================================================= */
:root {
  --global-body-size-1: 8px;
  --global-body-size-2: 10px;
  --global-body-size-3: 12px;
  --global-body-size-4: 14px;
  --global-body-size-5: 16px;
  --global-body-size-6: 18px;
  --global-body-size-7: 20px;
  --global-body-size-8: 22px;
  --global-body-size-9: 24px;
  --global-body-size-10: 26px;
  --global-body-size-11: 28px;
  --global-body-size-12: 32px;
  --global-body-text: var(--global-body-size-5);
  --global-body-text-small: var(--global-body-size-4);
  --global-body-text-big: var(--global-body-size-8);
  --global-caption: var(--global-body-size-5);
}
@media (min-width: 50em) {
  :root {
    --global-body-text: var(--global-body-size-7);
    --global-body-text-small: var(--global-body-size-5);
    --global-body-text-big: var(--global-body-size-9);
    --global-caption: var(--global-body-size-6);
  }
}
@media (min-width: 62.5em) {
  :root {
    --global-body-text: var(--global-body-size-7);
    --global-body-text-big: var(--global-body-size-10);
  }
}

.s-prose h1,
.s-prose h2,
.s-prose h3,
.s-prose h4,
.s-prose h5,
.s-prose h6 {
  margin: 30px 0 15px;
  line-height: 1.2;
  text-wrap: pretty;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
}
@media (min-width: 62.5em) {
  .s-prose h1,
  .s-prose h2,
  .s-prose h3,
  .s-prose h4,
  .s-prose h5,
  .s-prose h6 {
    margin: 60px 0 30px;
  }
}
.s-prose h1.text-center,
.s-prose h2.text-center,
.s-prose h3.text-center,
.s-prose h4.text-center,
.s-prose h5.text-center,
.s-prose h6.text-center {
  text-align: center;
}
.s-prose h1 + ul,
.s-prose h2 + ul,
.s-prose h3 + ul,
.s-prose h4 + ul,
.s-prose h5 + ul,
.s-prose h6 + ul {
  margin-top: 20px;
}
.s-prose p:last-of-type {
  margin-bottom: 0;
}
.s-prose p {
  margin: var(--global-body-text) 0 0;
  text-wrap: pretty;
}
.s-prose p:first-child {
  margin-top: 0;
}
.s-prose p.text-center {
  text-align: center;
}
.s-prose p:empty {
  display: none;
}
.s-prose p:not(.quote__text):not(.cta):not(.caption),
.s-prose ul,
.s-prose ol,
.s-prose dl {
  font-size: var(--global-body-text);
  line-height: 1.4;
}
.s-prose a:not(.inline-button):not(.btn):not([data-component*=dialog] menu button),
.s-prose a:not(.inline-button):not(.btn):not([data-component*=dialog] menu button):visited,
.s-prose a:not(.inline-button):not(.btn):not([data-component*=dialog] menu button):hover,
.s-prose a:not(.inline-button):not(.btn):not([data-component*=dialog] menu button):active {
  text-decoration: underline;
  font-weight: 700;
}
.s-prose .btn, .s-prose :where([data-component*=dialog] menu button) {
  margin-top: 30px;
  margin-bottom: 30px;
}
.s-prose .inline-button {
  margin: 5px 10px 5px 0;
}
.s-prose .fluid-width-video-wrapper {
  margin-bottom: 1em;
}
.s-prose hr {
  max-width: 100%;
  margin: 2em auto;
  border: none;
  border-top: 1px solid #000;
}
.s-prose .inline-video {
  margin: 20px -20px;
}
.s-prose small {
  font-size: var(--global-body-text-small);
}
.s-prose .lead {
  font-weight: 700;
}
.s-prose pre {
  margin: 30px 0;
  padding: 30px;
  background-color: #000;
  color: #32783D;
  white-space: pre-wrap;
}
@media (min-width: 30em) {
  .s-prose ul,
  .s-prose ol {
    margin: 30px 0;
  }
  .s-prose ul:only-child,
  .s-prose ol:only-child {
    margin: 0;
  }
}
@media (min-width: 50em) {
  .s-prose .inline-video {
    margin: 40px -40px;
  }
}
.s-prose {
  --global-header-size-h2: var(--global-header-size-5);
  --global-header-size-h1: var(--global-header-size-7);
  --global-header-size-h3: var(--global-header-size-3);
  --global-header-size-h4: var(--global-header-size-2);
  --global-header-size-h5: var(--global-header-size-1);
  --global-header-size-h6: var(--global-header-size-0);
}
@media (min-width: 30em) {
  .s-prose {
    --global-header-size-h1: var(--global-header-size-9);
    --global-header-size-h2: var(--global-header-size-7);
    --global-header-size-h3: var(--global-header-size-5);
    --global-header-size-h4: var(--global-header-size-3);
    --global-header-size-h5: var(--global-header-size-2);
    --global-header-size-h6: var(--global-header-size-1);
  }
}
@media (min-width: 50em) {
  .s-prose {
    --global-header-size-h1: var(--global-header-size-11);
    --global-header-size-h2: var(--global-header-size-8);
    --global-header-size-h3: var(--global-header-size-7);
    --global-header-size-h4: var(--global-header-size-5);
    --global-header-size-h5: var(--global-header-size-4);
    --global-header-size-h6: var(--global-header-size-2);
  }
}
@media (min-width: 72em) {
  .s-prose {
    --global-header-size-h1: var(--global-header-size-13);
    --global-header-size-h2: var(--global-header-size-10);
    --global-header-size-h3: var(--global-header-size-9);
    --global-header-size-h4: var(--global-header-size-7);
    --global-header-size-h5: var(--global-header-size-5);
    --global-header-size-h6: var(--global-header-size-3);
  }
}

/* ==========================================================================
   Objects
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
.o-grid:before, .o-grid:after {
  content: " ";
  display: table;
}
.o-grid:after {
  clear: both;
}
.o-grid {
  padding-left: 0;
}

.o-grid, .o-grid__item {
  list-style: none;
  margin: 0;
}

.o-grid__item {
  border-color: transparent;
  margin-bottom: 2.5%;
}

/**
 * Drop bottom margins if we know we only
 * have a single row of grid items.
 */
@media (min-width: 62.5em) {
  .o-grid--single-row .o-grid__item {
    margin-bottom: 0 !important;
  }
}

/**
 * Even numbers
 */
@media (min-width: 30em) {
  .o-grid--2up, .o-grid--4up {
    width: 102.5%;
    margin-left: -2.5%;
  }
}
@media (min-width: 30em) {
  .o-grid--2up .o-grid__item, .o-grid--4up .o-grid__item {
    float: left;
    margin-left: 1.25%;
    padding-left: 1.25%;
    margin-bottom: 2.5%;
    width: 48.75%;
  }
}
@media (min-width: 50em) {
  .o-grid--2up .o-grid__item, .o-grid--4up .o-grid__item {
    border-style: solid;
    border-width: 0 0 0 1px;
  }
}

@media (min-width: 50em) {
  .o-grid--2up .o-grid__item:nth-of-type(2n + 1) {
    clear: left;
    border-left: none;
  }
}

@media (min-width: 50em) {
  .o-grid--4up .o-grid__item {
    width: 23.75%;
  }
  .o-grid--4up .o-grid__item:nth-of-type(2n + 1) {
    clear: none;
  }
  .o-grid--4up .o-grid__item:nth-of-type(4n + 1) {
    clear: left;
    border-left: none;
  }
}

/**
 * Odd numbers
 */
@media (min-width: 50em) {
  .o-grid--3up {
    width: 102.5%;
    margin-left: -2.5%;
  }
  .o-grid--3up .o-grid__item {
    float: left;
    margin-left: 1.25%;
    padding-left: 1.25%;
    margin-bottom: 2.5%;
    width: 32.05%;
  }
  .o-grid--3up .o-grid__item:nth-of-type(2n + 1) {
    clear: none;
  }
  .o-grid--3up .o-grid__item:nth-of-type(3n + 1) {
    clear: left;
    border-left: none;
  }
}
/* ==========================================================================
   Objects: Icons
   ========================================================================== */
.o-icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  width: 24px;
  height: 24px;
}

.o-icon--small {
  width: 13px;
  height: 13px;
}

.o-icon--medium {
  width: 26px;
  height: 26px;
}

.o-icon--large {
  width: 32px;
  height: 32px;
}

.o-icon--xlarge {
  width: 40px;
  height: 40px;
}

.o-icon--scale {
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.o-icon--top {
  vertical-align: top;
}

.o-icon--bottom {
  vertical-align: bottom;
}

.o-icon--offset {
  margin-right: 5px;
}

/* ==========================================================================
   Objects: Lists
   ========================================================================== */
.o-block-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-block-list__item, .o-block-list__link {
  display: block;
}

.o-block-list__item {
  margin-bottom: 5px;
}

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

.o-inline-list__item {
  display: inline-block;
  margin-right: 10px;
}
.o-inline-list__item:last-child {
  margin-right: 0;
}

.o-inline-list__link {
  display: block;
}

/* ==========================================================================
   Object: Buttons
   ========================================================================== */
:root {
  --global-button-size: var(--global-body-size-5);
  --global-button-size-small: var(--global-body-size-5);
  --global-button-size-big: var(--global-body-size-6);
  --global-button-padding: 13px 15px;
  --global-button-padding-small: 9px 10px 11px;
  --global-button-padding-big: 15px 60px;
}
@media (min-width: 50em) {
  :root {
    --global-button-size: var(--global-body-size-6);
    --global-button-size-small: var(--global-body-size-5);
    --global-button-size-big: var(--global-body-size-7);
    --global-button-padding: 17px 25px;
    --global-button-padding-small: 9px 10px 11px;
    --global-button-padding-big: 20px 40px;
  }
}

.btn, :where([data-component*=dialog] menu button),
.inline-button,
.btn-primary,
.step-button-next,
.step-button-prev,
.userform input[type=button],
.userform input[type=submit] {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
  -webkit-appearance: none;
  font: inherit;
  font-family: trade-gothic-next, sans-serif;
  font-size: var(--global-button-size);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  background-color: #A6192E;
  border: 2px solid #A6192E;
  margin: 0;
  padding: var(--global-button-padding);
  width: auto;
  border-radius: 5px;
  line-height: 1;
  isolation: isolate;
  transition: 0.4s ease;
}
.btn, :where([data-component*=dialog] menu button), .btn:hover, .btn:focus, .btn:active,
.inline-button,
.inline-button:hover,
.inline-button:focus,
.inline-button:active,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.step-button-next,
.step-button-next:hover,
.step-button-next:focus,
.step-button-next:active,
.step-button-prev,
.step-button-prev:hover,
.step-button-prev:focus,
.step-button-prev:active,
.userform input[type=button],
.userform input[type=button]:hover,
.userform input[type=button]:focus,
.userform input[type=button]:active,
.userform input[type=submit],
.userform input[type=submit]:hover,
.userform input[type=submit]:focus,
.userform input[type=submit]:active {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover, :hover:where([data-component*=dialog] menu button),
  .inline-button:hover,
  .btn-primary:hover,
  .step-button-next:hover,
  .step-button-prev:hover,
  .userform input[type=button]:hover,
  .userform input[type=submit]:hover {
    color: #fff;
    background-color: color-mix(in srgb, #A6192E 80%, #000);
    border-color: color-mix(in srgb, #A6192E 80%, #000);
  }
}

.btn--inverted {
  color: var(--theme-highlight-color, #fff);
  background-color: var(--theme-color, #A6192E);
  border: 1.5px solid var(--theme-color, #A6192E);
}
@media (hover: hover) and (pointer: fine) {
  .btn--inverted:hover {
    background-color: transparent;
    color: var(--theme-color, #000);
    border-color: var(--theme-color, #A6192E);
    text-decoration: none;
    outline: none;
  }
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
  background-color: var(--theme-color);
}

.btn[disabled], [disabled]:where([data-component*=dialog] menu button),
.btn[disabled]:hover,
.btn.is-disabled,
.is-disabled:where([data-component*=dialog] menu button),
.btn.is-disabled:hover {
  cursor: not-allowed;
  opacity: 0.2;
}

.btn--small {
  font-size: var(--global-button-size-small);
  padding: var(--global-button-padding-small);
}

.btn--big {
  padding: var(--global-button-padding-big);
  font-size: var(--global-button-size-big);
}

.btn--primary {
  color: #fff;
  background-color: #A6192E;
  border-color: #A6192E;
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover {
    color: #fff;
    background-color: color-mix(in srgb, #A6192E 80%, #000);
    border-color: color-mix(in srgb, #A6192E 80%, #000);
  }
}

.btn--red {
  color: #A6192E;
  background-color: #A6192E;
  border-color: #A6192E;
}
@media (hover: hover) and (pointer: fine) {
  .btn--red:hover {
    color: #fff;
    background-color: color-mix(in srgb, #A6192E 95%, black);
  }
}

.btn--white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn--white:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }
}

.btn--black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .btn--black:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
  }
}

.btn--outline {
  color: var(--theme-text-color);
  background-color: transparent;
  border-color: var(--theme-text-color);
}
@media (hover: hover) and (pointer: fine) {
  .btn--outline:hover {
    color: var(--theme-text-color-inverse);
    background-color: var(--theme-text-color);
    border-color: var(--theme-text-color);
  }
}

.btn--white-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn--white-outline:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
  }
}

.btn--black-outline {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .btn--black-outline:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
}

.btn--transparent {
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: transparent;
  border: 1px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
  .btn--transparent:hover {
    color: #fff;
    border-color: #fff;
  }
}

.btn--text, :where([data-component*=dialog] [data-ref=cancel]) {
  color: var(--theme-color);
  background-color: transparent;
  margin: 0;
  text-decoration: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn--text:hover, :hover:where([data-component*=dialog] [data-ref=cancel]) {
    color: var(--theme-color);
    background-color: transparent;
    text-decoration: underline;
  }
}

.btn:has(.o-icon), :has(.o-icon):where([data-component*=dialog] menu button) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn:has(.o-icon) .o-icon, :has(.o-icon):where([data-component*=dialog] menu button) .o-icon {
  flex-shrink: 0;
}

.btn--outline-black {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .btn--outline-black:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
  }
}

.btn--outline-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn--outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
  }
}

.btn--outline-primary {
  color: #A6192E;
  background-color: transparent;
  border-color: #A6192E;
}
@media (hover: hover) and (pointer: fine) {
  .btn--outline-primary:hover {
    color: #fff;
    background-color: #A6192E;
    border-color: #A6192E;
  }
}

.btn--loading {
  background-image: linear-gradient(-45deg, #a6192e, #a6192e 25%, rgba(166, 25, 46, 0.8) 25%, rgba(166, 25, 46, 0.8) 50%, #a6192e 50%, #a6192e 75%, rgba(166, 25, 46, 0.8) 75%, rgba(166, 25, 46, 0.8));
  background-color: #000;
  animation: loadingButton 1s linear infinite;
  background-size: 4em 4em;
  color: white;
  cursor: progress;
}
@media (hover: hover) and (pointer: fine) {
  .btn--loading:hover {
    background-color: #000;
    cursor: progress;
  }
}

.btn--auto {
  color: var(--gradient-text-color-inverse, var(--theme-highlight-color-inverse, #fff));
  background-color: var(--gradient-text-color, var(--theme-highlight-color, #000));
  border-color: var(--gradient-text-color, var(--theme-highlight-color, #000));
}
@media (hover: hover) and (pointer: fine) {
  .btn--auto:hover, .btn--auto:focus {
    color: var(--gradient-text-color, var(--theme-highlight-color, #fff));
    background-color: transparent;
    border-color: var(--gradient-text-color, var(--theme-highlight-color, #000));
  }
}

.btn--pause > div, .btn--pause-mobile {
  display: flex;
}
.btn--pause-desktop {
  display: none;
}
@media (min-width: 50em) {
  .btn--pause-desktop {
    display: flex;
  }
  .btn--pause-mobile {
    display: none;
  }
}

.btn--pause-desktop {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.btn--pause-desktop .o-icon {
  color: #fff;
  height: 50px;
  width: 50px;
  transition: color 0.3s ease;
}
.btn--pause-desktop:hover .o-icon {
  color: var(--color-1, #000);
}

.btn--pause-mobile {
  margin: 0;
  margin-left: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.btn--pause-mobile .o-icon {
  color: #fff;
  height: 35px;
  width: 35px;
}

@keyframes loadingButton {
  to {
    background-position: 4em 0;
  }
}
/* ==========================================================================
   Objects: Blocks
   ========================================================================== */
.o-slats {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.o-slats__item {
  display: block;
  font-weight: normal;
  padding: 0.5em 0;
  border-bottom: 1px solid #000;
}
.o-slats__item:last-of-type {
  border-bottom: none;
}

/* ==========================================================================
   Object: Figures
   ========================================================================== */
.o-figure {
  position: relative;
  margin: 0;
}

.o-figure__media {
  width: 100%;
}

.o-figure__caption {
  font-size: 80%;
  margin: 0;
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 0.3em 0.5em;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

/* ==========================================================================
   Object: Embeds
   ========================================================================== */
.o-embed {
  height: 0;
  position: relative;
  /*  Default 3:2 aspect-ratio */
  padding-bottom: 0.6666666667;
}

.o-embed--video {
  /*  16:9 aspect-ratio for video */
  padding-bottom: 0.5625;
}

.o-embed__iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Globals
   ========================================================================== */
/* ==========================================================================
Global Alert
========================================================================== */
.global-alerts__alert {
  background-color: var(--alert-background-color, var(--color-3, #000));
  color: var(--alert-text-color, var(--color-3-text, #fff));
  display: none;
}

.global-alerts__alert.visible {
  display: flex;
}

.global-alerts__alert + .global-alerts__alert {
  border-top: 1px solid var(--alert-text-color, var(--color-3-text, #fff));
}

.global-alert__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  position: relative;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 50em) {
  .global-alert__inner {
    font-size: 14px;
  }
}

.global-alert__message {
  text-align: left;
  text-transform: none;
  width: calc(100% - 35px);
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  text-wrap: pretty;
}
@media (min-width: 50em) {
  .global-alert__message {
    padding: 0 70px 0 60px;
    text-align: center;
    font-size: 16px;
  }
}
@media (min-width: 62.5em) {
  .global-alert__message {
    font-size: 18px;
  }
}
.global-alert__message p:last-child {
  margin-bottom: 0;
}
.global-alert__message a {
  text-decoration: underline;
  font-weight: 700;
  text-underline-offset: 2px;
}

.global-alert__close {
  display: flex;
  align-items: center;
  font-family: inherit;
  appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  line-height: 9px;
  color: var(--alert-text-color, var(--color-3-text, #fff));
}
@media (min-width: 50em) {
  .global-alert__close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.global-alert__close .o-icon {
  width: 16px;
  height: 16px;
}
.user-is-tabbing .global-alert__close:focus {
  outline: 2px solid #000;
}

/* ==========================================================================
    Global Footer
    ========================================================================== */
.global-footer {
  background-color: #f8f8f8;
  color: #000;
  position: relative;
  padding: 30px 0;
  width: 100%;
  z-index: 4;
}

.global-footer__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .global-footer__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.global-footer__inner {
  display: flex;
  flex-direction: column;
}

.global-footer__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 42.5em) {
  .global-footer__body {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 72em) {
  .global-footer__body {
    flex-wrap: nowrap;
    gap: 30px 0;
    padding-bottom: 30px;
  }
}

.global-footer__meta,
.global-footer__info,
.global-footer__newsletter,
.global-footer__sponsors {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
@media (min-width: 72em) {
  .global-footer__meta,
  .global-footer__info,
  .global-footer__newsletter,
  .global-footer__sponsors {
    border: 0;
    padding: 30px 0;
  }
}

@media (min-width: 72em) {
  .global-footer__body,
  .global-footer__sponsors {
    border-bottom: 1px solid #d9d9d9;
  }
}

@media (min-width: 72em) {
  .global-footer__meta,
  .global-footer__info {
    border-right: 1px solid #d9d9d9;
  }
}

.global-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 42.5em) {
  .global-footer__meta {
    flex-basis: 100%;
  }
}
@media (min-width: 72em) {
  .global-footer__meta {
    flex: 1;
    flex-basis: 15%;
    padding-right: 30px;
  }
}
@media (min-width: 83.125em) {
  .global-footer__meta {
    flex-basis: 5%;
  }
}

.global-footer__logo-wrapper {
  display: flex;
  gap: 15px;
}

.global-footer__logo .o-icon {
  width: 83px;
  height: 87px;
}

.global-footer__company-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

.global-footer__address p {
  margin-bottom: 0;
}

.global-footer__people {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-person__name {
  font-size: 16px;
  font-weight: 700;
}

.footer-person__role {
  margin: 0;
}

.global-footer__newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 42.5em) {
  .global-footer__newsletter {
    flex: 1;
  }
}
@media (min-width: 72em) {
  .global-footer__newsletter {
    padding-left: 30px;
  }
}

.footer-newsletter__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer-newsletter__description {
  font-size: 16px;
  text-wrap: pretty;
}

.footer-newsletter__button {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}
.footer-newsletter__button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.footer-search-bar {
  padding-bottom: 20px;
}
.footer-search-bar .search-form__input {
  border-radius: 5px;
}
.footer-search-bar .search-form__button {
  right: 10px;
}
.footer-search-bar .search-form__button .o-icon {
  width: 20px;
  height: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links__link {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 16px;
  font-weight: 700;
  transition: text-decoration-color 0.3s ease;
}
.footer-links__link:hover {
  text-decoration-color: var(--color-1, #A6192E);
}

.global-footer__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.global-footer__info a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
}
.global-footer__info a:hover {
  text-decoration-color: var(--color-1, #A6192E);
}
@media (min-width: 42.5em) {
  .global-footer__info {
    flex: 1;
  }
}
@media (min-width: 72em) {
  .global-footer__info {
    padding: 0 30px;
  }
}

.global-footer__social {
  display: flex;
  gap: 15px;
}

.social-link {
  background-color: #000;
  border: 2px solid transparent;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
}
.social-link .o-icon {
  height: 20px;
  width: 20px;
}
.social-link:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.global-footer__sponsors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
  padding: 30px;
}

.global-footer__sponsors--single .footer-sponsor {
  width: auto;
}
.global-footer__sponsors--single img.footer-sponsor__image {
  max-width: 180px;
}

.footer-sponsor {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: calc(50% - 7.5px);
  padding: 0 40px;
  min-height: 75px;
}
@media (min-width: 50em) {
  .footer-sponsor {
    width: calc(25% - 15px);
  }
  .footer-sponsor:not(:last-child) {
    border-right: 1px solid #d9d9d9;
  }
}
@media (min-width: 62.5em) {
  .footer-sponsor {
    width: auto;
  }
}
@media (min-width: 80em) {
  .footer-sponsor {
    padding: 0 60px;
  }
}

.footer-sponsor__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 10px;
  padding: 20px 0;
}
@media (min-width: 50em) {
  .footer-sponsor__item {
    gap: 25px;
    padding: 0;
  }
}

img.footer-sponsor__image {
  display: block;
  width: auto;
  height: auto;
  max-height: 120px;
  max-width: 100px;
}
@media (min-width: 80em) {
  img.footer-sponsor__image {
    max-width: 130px;
  }
}

.global-footer__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 30px;
}

.global-footer__copyright {
  margin-bottom: 0;
  font-size: 12px;
  text-wrap: pretty;
}
@media (min-width: 42.5em) {
  .global-footer__copyright {
    font-size: 14px;
  }
}

.global-footer__made {
  display: flex;
  flex-shrink: 0;
  width: 60px;
  height: 23px;
}
.global-footer__made .o-icon {
  width: 100%;
  height: 100%;
}

/*  ==========================================================================
    Global Header
    ========================================================================== */
.global-header {
  display: flex;
  flex-direction: column-reverse;
  box-sizing: border-box;
  position: relative;
  z-index: 8;
}

.global-header__primary {
  position: relative;
  background: linear-gradient(to bottom, #424242, #232323);
  padding: 20px 0;
}
.global-header__primary .global-header__inner {
  justify-content: space-between;
  gap: 25px;
}
@media (min-width: 50em) {
  .global-header__primary {
    background: #000;
  }
  .global-header__primary .global-header__inner {
    gap: 30px;
  }
}
@media (min-width: 90em) {
  .global-header__primary .global-header__inner {
    gap: 60px;
  }
}

.global-header__secondary {
  background-color: #1d1d1d;
  padding: 15px 0;
}
.global-header__secondary .global-header__inner {
  justify-content: flex-end;
  gap: 20px;
}
.global-header__secondary .global-header__button .o-icon {
  width: 13px;
  height: 13px;
}
.global-header__secondary .global-header__button--cart,
.global-header__secondary .global-header__button--tickets {
  display: none;
}
@media (min-width: 50em) {
  .global-header__secondary {
    display: none;
  }
}

.global-header__inner {
  display: flex;
  padding: 0 15px;
}
@media (min-width: 50em) {
  .global-header__inner {
    padding: 0 25px;
  }
}
@media (min-width: 90em) {
  .global-header__inner {
    padding: 0 80px;
  }
}

.global-header__logo {
  position: absolute;
  top: 0;
  z-index: 2;
}
.user-is-tabbing .global-header__logo:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.global-header__logo .o-icon {
  height: 89px;
  width: 84px;
}
@media (min-width: 50em) {
  .global-header__logo .o-icon {
    height: 104px;
    width: 99px;
  }
}
@media (min-width: 62.5em) {
  .global-header__logo .o-icon {
    height: 119px;
    width: 113px;
  }
}

/*  ==========================================================================
    Global Header - Search
    ========================================================================== */
.global-header__search {
  display: none;
  padding: 7px 30px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 3px;
}
@media (min-width: 50em) {
  .global-header__search {
    display: flex;
    align-items: center;
  }
}

/*  ==========================================================================
    Global Header - Toolbar
    ========================================================================== */
.global-header__toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  width: 100%;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}
@media (max-width: 49.99em) {
  .global-header__toolbar {
    display: none;
  }
}
@media (min-width: 90em) {
  .global-header__toolbar {
    padding-right: 60px;
  }
}

.global-header__tools {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-left: auto;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 3;
}
@media (min-width: 50em) {
  .global-header__tools {
    display: none;
  }
}

.global-header__button {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  background-color: transparent;
  padding: 0;
  border: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (min-width: 50em) {
  .global-header__button {
    gap: 10px;
  }
}
.global-header__button .o-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.user-is-tabbing .global-header__button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .global-header__button:hover .o-icon:not(.o-icon--chevron) {
    transform: scale(1.1);
  }
}

.global-header__button-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 50em) {
  .global-header__button-text {
    font-size: 16px;
  }
}
@media (min-width: 62.5em) {
  .global-header__button-text {
    font-size: 18px;
  }
}

.global-header__login .o-icon,
.global-header__button--account .o-icon {
  width: 21px;
  height: 21px;
}

body.user-logged-in .global-header__login {
  display: none;
}

.global-header__account {
  display: flex;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.global-header__account-menu {
  position: relative;
  display: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 31.99em) {
  .global-header__account-menu {
    display: flex;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .nav-open .global-header__account-menu {
    position: fixed;
    left: 15px;
    top: 22px;
    overflow: visible;
  }
  .nav-open .global-header__account-menu .global-header__button-text {
    height: auto;
    position: relative;
    width: auto;
    clip: revert;
    margin: 0 0 0 2px;
  }
}
.global-header__account-menu .o-icon--chevron {
  width: 7px;
  height: 10px;
  transform: rotate(90deg);
}
.global-header__account-menu .is-toggled .o-icon--chevron {
  transform: rotate(-90deg);
}

@media (max-width: 31.99em) {
  body.user-logged-in.nav-open .global-header__account-menu {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
  }
}
@media (min-width: 32em) {
  body.user-logged-in .global-header__account-menu {
    display: flex;
  }
}

@media (max-width: 31.99em) {
  body.user-logged-out.nav-open .global-header__login {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
  }
}
@media (min-width: 32em) {
  body.user-logged-out .global-header__login {
    display: flex;
  }
}

.global-header__button--cart {
  position: relative;
}
.global-header__button--cart .cart-number {
  position: absolute;
  top: -2px;
  left: 15px;
  background: var(--color-1);
  color: var(--color-1-text);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  display: none;
}
.items-in-cart .global-header__button--cart .cart-number {
  display: inline-block;
}

/* ==========================================================================
    Global Header - Menu Button
    ========================================================================== */
.global-header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  z-index: 3;
  cursor: pointer;
}
.user-is-tabbing .global-header__menu:focus {
  outline: 2px solid #fff;
  outline-offset: 5px;
}
.global-header__menu span {
  display: none;
  visibility: hidden;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 50em) {
  .global-header__menu span {
    visibility: visible;
    display: inline-block;
  }
}
@media (min-width: 50em) {
  .global-header__menu {
    margin-left: auto;
  }
}

.menu-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: hidden;
  width: 37px;
  height: 10px;
  transition: all 250ms ease-in-out;
}
@media (min-width: 50em) {
  .menu-icon {
    width: 43px;
    height: 15px;
  }
}

.menu-icon__line {
  position: absolute;
  width: 100%;
  height: 2.5px;
  background-color: #fff;
  border-radius: 100px;
  transition: all 0.3s ease-out;
}

.menu-icon__line--1 {
  transform: translateY(-4px);
}
@media (min-width: 50em) {
  .menu-icon__line--1 {
    transform: translateY(-6px);
  }
}

.menu-icon__line--2 {
  transform: translateY(4px);
}
@media (min-width: 50em) {
  .menu-icon__line--2 {
    transform: translateY(6px);
  }
}

.global-header__menu.is-toggled .menu-icon__line--1 {
  transform: translateY(0) rotate(45deg) scaleX(0.7);
}
@media (min-width: 50em) {
  .global-header__menu.is-toggled .menu-icon__line--1 {
    transform: translateY(0) rotate(45deg) scaleX(0.7);
  }
}
.global-header__menu.is-toggled .menu-icon__line--2 {
  transform: translateY(0) rotate(-45deg) scaleX(0.7);
}
@media (min-width: 50em) {
  .global-header__menu.is-toggled .menu-icon__line--2 {
    transform: translateY(0) rotate(-45deg) scaleX(0.7);
  }
}

/* ==========================================================================
    Global Header - Account Menu
    ========================================================================== */
.account-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -10px;
  top: 40px;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 7px 10px 9px rgba(0, 0, 0, 0.1490196078);
  border-radius: 5px;
  transition: opacity 0.5s ease;
}
.account-menu.is-toggled {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 50em) {
  .account-menu {
    top: 47px;
    right: 0;
  }
}
.account-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 14px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
@media (min-width: 50em) {
  .account-menu:before {
    right: 19px;
  }
}

.account-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  position: relative;
  border-radius: 5px 5px 0 0;
  cursor: default;
}
.account-menu__header:after {
  content: "";
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 15px;
  border-top: 1px solid #000;
}

.account-menu__greeting {
  font-size: 16px;
  margin: 0;
}

.account-menu__logout.js-append-returnurl {
  text-decoration: underline;
  font-size: 14px;
}

.account-menu__item:first-child .account-menu__link {
  border-radius: 5px 10px 0 0;
}
@media (min-width: 32em) {
  .account-menu__item:first-child .account-menu__link {
    border-radius: 10px 10px 0 0;
  }
}

.account-menu__link {
  display: block;
  font-weight: 700;
  padding: 15px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  outline-offset: -4px;
}
.account-menu__link:hover, .account-menu__link:focus {
  background-color: rgba(255, 255, 255, 0.75);
}

.account-menu__item--logout {
  padding: 10px 15px;
  background-color: #000;
  border-radius: 0 0 5px 5px;
  text-align: right;
}
.account-menu__item--logout .account-menu__link {
  background-color: transparent;
  padding: 0 0 3px;
  border-bottom: 2px solid transparent;
  color: #fff;
}
.account-menu__item--logout .account-menu__link, .account-menu__item--logout .account-menu__link:focus {
  outline: none;
}
.account-menu__item--logout:has(.account-menu__link:focus-visible) {
  outline: 2px solid #fff;
  outline-offset: -5px;
}

/*  ==========================================================================
    Global Navigation
    ========================================================================== */
.global-navigation {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: #000;
  transform: translateX(100%);
  transition: transform 0.7s ease, display 0.7s ease allow-discrete;
  z-index: 7;
}
.global-navigation.is-toggled {
  display: block;
  transform: translateX(0%);
}
@starting-style {
  .global-navigation.is-toggled {
    transform: translateX(100%);
  }
}
@media (min-width: 50em) {
  .global-navigation {
    max-width: 620px;
  }
}

.global-navigation__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-top: calc(var(--global-header-height) + 30px);
}
@media (min-width: 50em) {
  .global-navigation__inner {
    padding-top: var(--global-header-height);
  }
}

.global-navigation__items {
  padding: 15px;
}
@media (min-width: 50em) {
  .global-navigation__items {
    overflow-y: auto;
    padding: 30px 80px;
  }
  .global-navigation__items::-webkit-scrollbar {
    display: none;
  }
}

/*  ==========================================================================
    Global Navigation - Global Nav
    ========================================================================== */
.global-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  width: 100%;
}

.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.global-nav__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.global-nav__item:last-child {
  border-bottom: none;
}

.global-nav__link {
  padding: 10px 0;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.global-nav__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav__link:hover::after {
    transform: scaleX(1);
  }
}

.global-nav__handle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  margin-left: auto;
  padding: 9px;
  border: 0;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out 0.4s;
}
.global-nav__handle .o-icon {
  position: relative;
  top: 1px;
  width: 100%;
  height: 100%;
  color: #000;
  transition: all 0.3s ease;
}
.accordion__item--open .global-nav__handle .o-icon {
  transform: rotate(180deg);
  top: -1px;
}
.accordion__item--open .global-nav__handle {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav__handle {
    transition: background-color 0.4s ease-in-out;
  }
  .global-nav__handle:hover {
    background-color: #fff;
  }
}

.global-nav__child {
  width: 100%;
}
.global-nav__child .global-nav__list {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease 0.4s;
}
@media (min-width: 62.5em) {
  .global-nav__child .global-nav__list {
    padding-bottom: 25px;
    margin-top: 10px;
  }
}
.accordion__item--open .global-nav__child .global-nav__list {
  border-color: rgba(255, 255, 255, 0.35);
}
.global-nav__child .global-nav__item {
  border-bottom: none;
  display: block;
}
.global-nav__child .global-nav__link {
  text-transform: none;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.global-nav__child .global-nav__link::after {
  bottom: 9px;
}

.global-nav__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.global-nav__sublist .global-nav__item {
  width: 40%;
  margin-right: 10%;
  margin-bottom: 15px;
}
.global-nav__sublist .global-nav__link {
  position: relative;
  font-size: var(--global-body-size-5);
  font-weight: 400;
}
@media (min-width: 62.5em) {
  .global-nav__sublist .global-nav__link {
    font-size: var(--global-body-size-6);
  }
}
.global-nav__sublist .global-nav__link:before {
  width: 3px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: #A6192E;
}
@media (min-width: 62.5em) {
  .global-nav__sublist .global-nav__link:before {
    left: -12px;
  }
}
.global-nav__sublist .global-nav__link--active {
  color: #fff;
}
.global-nav__sublist .global-nav__link--active:before {
  content: "";
}

/*  ==========================================================================
	Global Navigation
	========================================================================== */
.global-search {
  backdrop-filter: blur(30px) brightness(50%) contrast(120%);
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.global-search.is-toggled {
  opacity: 1;
  visibility: visible;
}

.global-search__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.global-search__form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 50em) {
  .global-search__form {
    margin-top: -80px;
  }
}

.global-search__field {
  width: 100%;
  position: relative;
}

.global-search__label {
  width: 100%;
  color: #fff;
  font-size: var(--global-header-size-h4);
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
}

.global-search__input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 70px 0 20px;
  border-radius: 30px;
  border: none;
  height: auto;
  border: 1px solid #fff;
  font-family: trade-gothic-next, sans-serif;
  appearance: none;
}
.global-search__input:focus {
  outline: none;
  border-color: var(--theme-color);
}

.global-search__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
  border: none;
  z-index: 2;
  padding: 0;
}
.global-search__submit .o-icon {
  width: 25px;
  height: 25px;
}

/* ==========================================================================
   Modules
   ========================================================================== */
/*  ==========================================================================
    Themes and Gradients
    ========================================================================== */
.theme-primary {
  --theme-color: #A6192E;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-goldenrod {
  --theme-color: #EFBF04;
  --theme-text-color: #000;
  --theme-text-color-inverse: #fff;
}

.theme-blue {
  --theme-color: #083C96;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-cream {
  --theme-color: #FFF4D8;
  --theme-text-color: #000;
  --theme-text-color-inverse: #fff;
}

.theme-sky {
  --theme-color: #4D6995;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-orange {
  --theme-color: #FF8138;
  --theme-text-color: #000;
  --theme-text-color-inverse: #fff;
}

.theme-grey {
  --theme-color: #E1E1E1;
  --theme-text-color: #000;
  --theme-text-color-inverse: #fff;
}

.theme-spartan {
  --theme-color: #173F35;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-green {
  --theme-color: #32783D;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-spartan-green {
  --theme-color: #223E35;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-yellow {
  --theme-color: #FFF196;
  --theme-text-color: #000;
  --theme-text-color-inverse: #fff;
}

.theme-corporate-red {
  --theme-color: #A6192E;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-dark-blue {
  --theme-color: #221D7E;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-donor-purple {
  --theme-color: #4b006e;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-cloud {
  --theme-color: #D3DFE6;
  --theme-text-color: #000;
  --theme-text-color-inverse: #fff;
}

.theme-black {
  --theme-color: #000;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-white {
  --theme-color: #fff;
  --theme-text-color: #000;
  --theme-text-color-inverse: #fff;
}

.theme-gradient {
  --theme-color: #424242, #232323;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

/*  ==========================================================================
    Theme Colours
    ========================================================================== */
.theme-primary {
  --theme-color: var(--color-1);
  --theme-text-color: var(--color-1-text);
  --theme-text-color-inverse: var(--color-1-text-inverse);
}

.theme-secondary-dark {
  --theme-color: var(--color-2);
  --theme-text-color: var(--color-2-text);
  --theme-text-color-inverse: var(--color-2-text-inverse);
}

.theme-secondary-light {
  --theme-color: var(--color-3);
  --theme-text-color: var(--color-3-text);
  --theme-text-color-inverse: var(--color-3-text-inverse);
}

.theme-gradient {
  --theme-color: linear-gradient(to bottom, #424242, #232323);
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.theme-goldenrod {
  --color-1: #EFBF04;
  --color-1-text: #000;
  --color-1-text-inverse: #fff;
  --color-2: #083C96;
  --color-2-text: #fff;
  --color-2-text-inverse: #000;
  --color-3: #FFF4D8;
  --color-3-text: #000;
  --color-3-text-inverse: #fff;
}

.theme-sky {
  --color-1: #4D6995;
  --color-1-text: #fff;
  --color-1-text-inverse: #000;
  --color-2: #FF8138;
  --color-2-text: #000;
  --color-2-text-inverse: #fff;
  --color-3: #E1E1E1;
  --color-3-text: #000;
  --color-3-text-inverse: #fff;
}

.theme-spartan {
  --color-1: #173F35;
  --color-1-text: #fff;
  --color-1-text-inverse: #000;
  --color-2: #32783D;
  --color-2-text: #fff;
  --color-2-text-inverse: #000;
  --color-3: #FFF196;
  --color-3-text: #000;
  --color-3-text-inverse: #fff;
}

.theme-red {
  --color-1: #A6192E;
  --color-1-text: #fff;
  --color-1-text-inverse: #000;
  --color-2: #000;
  --color-2-text: #fff;
  --color-2-text-inverse: #000;
  --color-3: #F8F8F8 ;
  --color-3-text: #000;
  --color-3-text-inverse: #fff;
}

.video-modal {
  --aspect-ratio: 1.7777777778;
  --padding: 0px;
  margin: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  max-width: none;
  max-height: none;
  overflow: visible;
}
.video-modal:focus-visible {
  outline-color: transparent !important;
  outline: unset !important;
}
@media (min-width: 62.5em) {
  .video-modal {
    --padding: 100px;
  }
}
@media (min-width: 80em) {
  .video-modal {
    --padding: 200px;
  }
}

.video-modal[open] {
  display: grid;
  place-items: center;
}

.video-modal::backdrop {
  will-change: backdrop-filter, background-color, overlay;
  backdrop-filter: blur(0);
  background-color: rgba(0, 0, 0, 0);
  transition: backdrop-filter 250ms ease, background-color 250ms ease;
}

.video-modal[open]::backdrop {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.9);
}
@starting-style {
  .video-modal[open]::backdrop {
    backdrop-filter: blur(0);
    background-color: rgba(0, 0, 0, 0);
  }
}

.video-modal__loader svg {
  width: 24px;
  height: 24px;
  color: #fff;
  animation: video-modal-rotate 1000ms linear 0s infinite normal none;
}
@keyframes video-modal-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.video-modal__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-modal__container {
  position: relative;
}

.video-modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
.video-modal__close svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.video-modal__close {
  border-radius: 100%;
  top: -45px;
  right: 15px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 5px;
  background-color: #fff;
  color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out 0.4s;
  will-change: opacity;
  cursor: pointer;
  z-index: 3;
}
.video-modal--active .video-modal__close {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 62.5em) {
  .video-modal__close {
    right: auto;
    bottom: auto;
    left: calc(100% + 10px);
    top: 0;
  }
}
@media (max-width: 62.49em) and (max-height: 700px) {
  .video-modal__close {
    position: fixed;
    top: 15px;
    right: 15px;
  }
}

.video-modal__media {
  will-change: opacity, transform, display, overlay;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 300ms ease-out, transform 300ms ease-out;
  aspect-ratio: var(--aspect-ratio);
}
.video-modal--landscape .video-modal__media {
  width: min(100vw - var(--padding), (100svh - var(--padding)) * var(--aspect-ratio));
}
.video-modal--portrait .video-modal__media {
  height: min(100svh - var(--padding), (100vw - var(--padding)) / var(--aspect-ratio));
}
.video-modal--square .video-modal__media {
  width: min(100vw - var(--padding), 100svh - var(--padding));
}
.video-modal--active .video-modal__media {
  opacity: 1;
  transform: scale(1);
}

.video-modal__media iframe,
.video-modal__media video {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

.video-modal--portrait .video-modal__close {
  left: calc(100% + 10px);
  top: 0;
}

/*  ==========================================================================
    Dialog
    ========================================================================== */
body:has(dialog[open]) {
  overflow: hidden;
}

:where(dialog) {
  border: 0;
}
:where(dialog)::backdrop {
  backdrop-filter: blur(30px) brightness(50%) contrast(120%);
  background-color: rgba(0, 0, 0, 0.2);
}

:where(dialog) button[data-dialog-close] {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 100%;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.4s ease;
}
:where(dialog) button[data-dialog-close] .o-icon {
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (min-width: 62.5em) {
  :where(dialog) button[data-dialog-close] {
    width: 35px;
    height: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  :where(dialog) button[data-dialog-close]:hover {
    scale: 1.1;
  }
}

/* ==========================================================================
   Forms
   ========================================================================== */
:root {
  --global-input-size: 16px;
}
@media (min-width: 50em) {
  :root {
    --global-input-size: 18px;
  }
}

input[type=email],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=date],
input[type=search],
textarea,
select {
  font-size: 16px;
  font-family: trade-gothic-next, sans-serif;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px;
  max-width: 920px;
  display: flex;
  align-self: center;
  margin: 20px 0;
}
@media (min-width: 50em) {
  .form-wrapper {
    margin: var(--content-margin-small);
  }
}

.form-group {
  box-sizing: border-box;
  width: calc(var(--field-width) * 1% - 8px);
}
.form-group[style*="--field-width: 100"] {
  width: 100%;
}
@media (max-width: 42.49em) {
  .form-group {
    width: 100%;
  }
}

.input-group {
  display: flex;
}
.input-group label {
  flex: 1;
}
.input-group input {
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 15px;
}
.input-group button[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-label {
  display: block;
}

.checkbox-group {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
}
@media (min-width: 30em) {
  .checkbox-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-input {
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}
.form-input:focus {
  outline: none;
}
.form-input:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.form-input--checkbox,
.form-input--radio {
  width: auto;
  margin: 0;
}

.radio-group {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
}
@media (min-width: 30em) {
  .radio-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-select {
  width: 100%;
  margin-top: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22black%22%20viewBox%3D%220%200%2018%2012%22%3E%3Cpath%20d%3D%22M8.995%2011.286a.927.927%200%200%200%20.694-.305l8.021-8.341a.945.945%200%200%200%20.28-.672C18%201.42%2017.596%201%2017.057%201c-.26%200-.497.105-.674.273L8.446%209.508h1.108L1.617%201.273A.94.94%200%200%200%20.943%201C.404%201%200%201.42%200%201.968c0%20.264.093.497.28.683l8.02%208.33c.208.208.497.305.705.305Z%22/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
  padding-left: 5px;
}
.form-select::-ms-expand {
  display: none;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select,
.form-input,
.form-textarea {
  padding: 15px;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  font-family: trade-gothic-next, sans-serif;
  background-color: #fff;
  box-sizing: border-box;
}
.form-select:focus,
.form-input:focus,
.form-textarea:focus {
  outline: none;
}
.form-select:focus-visible,
.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.form-textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
}

.form-message {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 3px;
  color: #181822;
}
.form-message p {
  margin: 0;
}

.form-submit__button {
  width: 100%;
}

/* ==========================================================================
   Animated Checkbox Styles
   ========================================================================== */
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 12px;
    width: 6px;
  }
}
@keyframes checkBig {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 7px;
  }
  50% {
    height: 15px;
    width: 7px;
  }
}
.form-label--checkbox {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.form-label--checkbox .form-input--checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-label--checkbox:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.form-label--checkbox:after {
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  content: "";
  display: block;
  height: 15px;
  width: 7px;
  left: 3px;
  top: 12px;
  position: absolute;
  transition: border-color 0.4s;
}
.form-label--checkbox:has(.form-input--checkbox:checked):before {
  background-color: #A6192E;
  border-color: #A6192E;
}
.form-label--checkbox:has(.form-input--checkbox:checked):after {
  animation: checkBig 0.8s;
  border-color: #fff;
}

/* ==========================================================================
   Animated Radio Styles
   ========================================================================== */
.form-label--radio {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.form-label--radio .form-input--radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-label--radio:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.form-label--radio:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  transition: all 0.3s ease;
  transform: scale(0);
}
.form-label--radio:has(.form-input--radio:checked):before {
  background-color: #A6192E;
  border-color: #A6192E;
}
.form-label--radio:has(.form-input--radio:checked):after {
  background-color: #fff;
  transform: scale(1);
}
.form-label--radio:has(.form-input--radio:focus):before {
  outline: none;
}
.form-label--radio:has(.form-input--radio:focus-visible):before {
  outline: -webkit-focus-ring-color auto 1px;
}

/* ==========================================================================
   Swiper
   ========================================================================== */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination.swiper-pagination-bullets {
  text-align: center;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 calc(10px / 2);
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #000;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}

/* ==========================================================================
   Slider nav
   ========================================================================== */
.swiper-button {
  position: absolute;
  top: 0%;
  z-index: 2;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-indent: -999999px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  margin: 0;
  padding: 0;
}
@media (min-width: 50em) {
  .swiper-button {
    top: 30%;
    transform: translateY(-50%);
  }
}
@media (min-width: 59em) {
  .swiper-button {
    top: 50%;
    transform: translateY(-50%);
  }
}

.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.swiper-button__prev {
  background: rgba(255, 255, 255, 0.4) url("images/navigate-before.svg") no-repeat center center;
  background-size: 100%;
  left: 15px;
}

.swiper-button__next {
  background: rgba(255, 255, 255, 0.4) url("images/navigate-next.svg") no-repeat center center;
  background-size: 100%;
  right: 15px;
}

@media (min-width: 50em) {
  .swiper-button__prev {
    left: 0;
    background: url("images/navigate-before.svg") no-repeat;
    background-size: 100%;
  }
  .swiper-button__next {
    right: 0;
    background: url("images/navigate-next.svg") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 72em) {
  .swiper-button__prev {
    left: 40px;
  }
  .swiper-button__next {
    right: 40px;
  }
}
.swiper-scrollbar {
  z-index: 50;
  height: 5px;
  margin: 20px 0 0;
  position: sticky;
  left: 0;
  display: none;
}
@media (min-width: 62.5em) {
  .swiper-scrollbar {
    display: block;
  }
}

.swiper-scrollbar-drag {
  height: 5px;
  position: relative;
  background: var(--theme-highlight-color);
  left: 0;
  top: 0;
}

/* ==========================================================================
   Scroller nav
   ========================================================================== */
.scroller__buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}

.scroller__button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.scroller__button {
  display: block;
  text-indent: -999999px;
  overflow: hidden;
  display: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
@media (min-width: 59em) {
  .scroller__button {
    display: inline-block;
  }
}

.scroller__button--previous {
  background: url("images/navigate-before.svg") no-repeat center center;
  background-size: 100%;
}

.scroller__button--next {
  background: url("images/navigate-next.svg") no-repeat center center;
  background-size: 100%;
}

/*  ==========================================================================
    Event Header
    ========================================================================== */
.event-header {
  position: relative;
  background-color: var(--color-1);
  color: var(--color-1-text);
  overflow: hidden;
}

@media (min-width: 62.5em) {
  .event-header__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: auto;
  }
}

.event-header__media {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .event-header__media {
    width: 60%;
  }
}

.event-header__media-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.event-header__intrinsic-ratio {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 90em) {
  .event-header__intrinsic-ratio {
    padding-bottom: 62.5%;
  }
}

.event-header__image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}

.event-header__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  padding: 25px 0;
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .event-header__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 62.5em) {
  .event-header__content {
    max-width: 40%;
    align-self: center;
    text-align: left;
    padding: 0 25px;
  }
}
@media (max-width: 62.49em) {
  .event-header__content {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 62.49em) and (min-width: 50em) {
  .event-header__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 80em) {
  .event-header__content {
    max-width: 35%;
  }
}
@media (min-width: 90em) {
  .event-header__content {
    max-width: 40%;
    padding: 0 80px;
  }
}

.event-header__titles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-header__title {
  display: flex;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-wrap: balance;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .event-header__title {
    font-size: 38px;
  }
}
@media (min-width: 72em) {
  .event-header__title {
    font-size: 48px;
  }
}
@media (min-width: 80em) {
  .event-header__title {
    font-size: 42px;
  }
}
@media (min-width: 90em) {
  .event-header__title {
    font-size: 56px;
  }
}

.event-header__prefix {
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 72em) {
  .event-header__prefix {
    font-size: 18px;
  }
}
@media (min-width: 80em) {
  .event-header__prefix {
    font-size: 20px;
  }
}

.event-header__title,
.event-header__title-image {
  display: flex;
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
}
@media (min-width: 62.5em) {
  .event-header__title,
  .event-header__title-image {
    margin: 0;
  }
}
@media (min-width: 72em) {
  .event-header__title,
  .event-header__title-image {
    width: 85%;
  }
}
@media (min-width: 105em) {
  .event-header__title,
  .event-header__title-image {
    width: 75%;
  }
}
.event-header__title img,
.event-header__title-image img {
  width: 100%;
  max-width: 100%;
}

.event-header__details {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 15px;
  margin-top: 5px;
}
.event-header__details:before {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  top: 0;
  background-color: var(--color-2);
}
@media (min-width: 62.5em) {
  .event-header__details {
    align-items: flex-start;
    padding-top: 0;
    margin-top: 0;
  }
  .event-header__details:before {
    display: none;
  }
}

.event-header__venue {
  display: block;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .event-header__venue:hover {
    text-decoration-color: var(--color-2);
  }
}

.event-header__dates,
.event-header__venue {
  font-size: 16px;
}
@media (min-width: 80em) {
  .event-header__dates,
  .event-header__venue {
    font-size: 18px;
  }
}

.event-header__dates {
  margin-bottom: 0;
}

.event-header__creative-callouts {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.creative-callouts__item {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 72em) {
  .creative-callouts__item {
    font-size: 18px;
  }
}
@media (min-width: 80em) {
  .creative-callouts__item {
    font-size: 20px;
  }
}

.event-header__mobile-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--color-1);
  color: var(--color-1-text);
  margin: auto;
  z-index: 5;
}

/*  ==========================================================================
    Event Buttons
    ========================================================================== */
.event-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 62.49em) {
  .event-buttons {
    display: none;
  }
}
@media (min-width: 62.5em) {
  .event-buttons {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.event-buttons--mobile {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  flex-shrink: 0;
}
.event-buttons--mobile .btn, .event-buttons--mobile :where([data-component*=dialog] menu button) {
  flex: 1 1 auto;
  justify-content: center;
}
@media (max-width: 62.49em) {
  .event-buttons--mobile {
    flex: 1;
  }
}
@media (min-width: 62.5em) {
  .event-buttons--mobile {
    display: none;
  }
}

.event-buttons__button--primary {
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: var(--color-2-text);
  transition: 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .event-buttons__button--primary:hover {
    background-color: color-mix(in srgb, var(--color-2) 80%, var(--color-2-text-inverse));
    border-color: color-mix(in srgb, var(--color-2) 80%, var(--color-2-text-inverse));
    color: var(--color-2-text);
  }
}

.event-buttons__button--secondary {
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: var(--color-2-text);
  transition: 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .event-buttons__button--secondary:hover {
    background-color: color-mix(in srgb, var(--color-2) 80%, var(--color-2-text-inverse));
    border-color: color-mix(in srgb, var(--color-2) 80%, var(--color-2-text-inverse));
    color: var(--color-2-text);
  }
}

/*  ==========================================================================
    Event Header Sticky - Desktop
    ========================================================================== */
.event-sticky {
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--color-1);
  color: var(--color-1-text);
  margin: auto;
  z-index: 5;
}
@media (min-width: 62.5em) {
  .event-sticky {
    display: none;
    transform: translateY(100%);
    transition: transform 0.7s ease, display 0.7s ease allow-discrete;
    padding: 20px 0;
  }
  .event-sticky.show {
    display: block;
    transform: translateY(0%);
  }
  @starting-style {
    .event-sticky.show {
      transform: translateY(100%);
    }
  }
}

@media (max-width: 62.49em) {
  .event-sticky--hide-mobile {
    display: none;
  }
}

.event-sticky__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .event-sticky__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.event-sticky__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.event-nav {
  position: relative;
  overflow-x: hidden;
}
.event-nav:before, .event-nav:after {
  position: absolute;
  content: "";
  background-color: var(--color-1);
  width: 25px;
  height: 100%;
  top: 0;
  z-index: 1;
}
.event-nav:before {
  left: 0;
}
.event-nav:after {
  right: 0;
}
.event-nav:has(.event-nav__previous.swiper-button-disabled):before, .event-nav:has(.event-nav__next.swiper-button-disabled):after {
  display: none;
}
@media (max-width: 62.49em) {
  .event-nav {
    display: none;
  }
}

.event-nav__previous,
.event-nav__next {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: auto;
  padding: 0;
  border: 2px solid var(--color-1-text);
  border-radius: 100%;
  background-color: var(--color-1);
  z-index: 3;
  transition: all 0.4s ease;
}
.event-nav__previous.swiper-button-disabled,
.event-nav__next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0;
  pointer-events: none;
}
.event-nav__previous .o-icon,
.event-nav__next .o-icon {
  width: 8px;
  color: var(--color-1-text);
  transition: color 0.4s ease;
}
.event-nav__previous:hover,
.event-nav__next:hover {
  background-color: var(--color-1-text);
  border-color: var(--color-1-text);
}
.event-nav__previous:hover .o-icon,
.event-nav__next:hover .o-icon {
  color: var(--color-1-text-inverse);
}
@media (min-width: 62.5em) {
  .event-nav__previous,
  .event-nav__next {
    display: inline-block;
  }
}

.event-nav__previous {
  left: 0;
  margin-left: 0;
}
.event-nav__previous .o-icon {
  transform: rotate(180deg);
  margin-left: -2.5px;
  margin-top: -3px;
}
.event-nav__previous:active .o-icon {
  transform: scale(0.9) rotate(180deg);
}

.event-nav__next {
  right: 0;
  margin-left: 10px;
}
.event-nav__next .o-icon {
  margin-right: -1px;
  margin-top: -0.5px;
}
.event-nav__next:active .o-icon {
  transform: scale(0.9);
}

.event-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}
.event-nav__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 80em) {
  .event-nav__list {
    padding-right: 40px;
  }
}

.event-nav__item {
  flex-shrink: 0;
}
.event-nav__item:not(:first-child) {
  padding-left: 35px;
}

.event-nav__link {
  display: block;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  color: var(--color-1-text);
  padding-bottom: 5px;
  transition: all 0.3s ease;
}
.event-nav__link.active {
  border-bottom-color: var(--color-1-text);
}
@media (hover: hover) and (pointer: fine) {
  .event-nav__link:hover {
    border-bottom-color: var(--color-1-text);
  }
}

.event-sticky--outline-secondary .event-buttons__button--secondary,
.event-header--outline-secondary .event-buttons__button--secondary {
  color: var(--color-1-text);
  border-color: var(--color-1-text);
  background-color: transparent;
}
.event-sticky--outline-secondary .event-buttons__button--secondary:hover, .event-sticky--outline-secondary .event-buttons__button--secondary:focus,
.event-header--outline-secondary .event-buttons__button--secondary:hover,
.event-header--outline-secondary .event-buttons__button--secondary:focus {
  color: var(--color-1-text-inverse);
  background-color: var(--color-1-text);
}

/*  ==========================================================================
    Page Header
    ========================================================================== */
.page-header {
  position: relative;
}

.page-header__inner {
  width: 100%;
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .page-header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-header__inner {
  position: relative;
}

.page-header__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-top: 60px;
}
@media (min-width: 50em) {
  .page-header__content {
    gap: 30px;
  }
}
@media (min-width: 62.5em) {
  .page-header__content {
    padding-top: 80px;
  }
}

.page-header__title {
  margin-bottom: 0;
  text-wrap: balance;
  font-size: 28px;
}
@media (min-width: 50em) {
  .page-header__title {
    font-size: 38px;
  }
}
@media (min-width: 62.5em) {
  .page-header__title {
    font-size: 48px;
  }
}

.page-header__title--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 50em) {
  .page-header__description {
    font-size: 20px;
  }
}

/*  ==========================================================================
    Page Header - With Breadcrumbs hidden
    ========================================================================== */
.page-header__content.page-header__content--hide-breadcrumbs .breadcrumb {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*  ==========================================================================
    Page Header - With Image
    ========================================================================== */
.page-header__media {
  overflow: hidden;
  width: 100%;
  position: relative;
  mask-image: url('data:image/svg+xml,<svg viewBox="0 0 390 253" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M195.357 -189.948C423.095 -189.977 607.726 -90.9031 607.741 31.3392C607.757 153.581 423.151 252.702 195.412 252.73C-32.3259 252.759 -216.957 153.685 -216.972 31.4431C-216.988 -90.7991 -32.3817 -189.919 195.357 -189.948Z" fill="red"/></svg>');
  mask-size: cover;
  mask-position: bottom;
}
@media (min-width: 62.5em) {
  .page-header__media {
    mask-image: url('data:image/svg+xml,<svg viewBox="0 0 1512 391" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="867.931" cy="-87.567" rx="476.357" ry="1125.51" transform="rotate(-90.0072 867.931 -87.567)" fill="red"/></svg>');
  }
}

.page-header__intrinsic-ratio {
  position: relative;
  padding-bottom: 66.6666666667%;
  height: 0;
}
@media (min-width: 32em) {
  .page-header__intrinsic-ratio {
    padding-bottom: 50%;
  }
}
@media (min-width: 62.5em) {
  .page-header__intrinsic-ratio {
    padding-bottom: 25%;
  }
}

.page-header__image {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
}

.page-header--image .page-header__content {
  width: 100%;
  padding-top: 25px;
}

/*  ==========================================================================
    Page Header with swoop effect on image hidden
    ========================================================================== */
.page-header--image--no-mask .page-header__media {
  mask-image: unset;
}

/*  ==========================================================================
    Whats On - Header
    ========================================================================== */
.calendar-header {
  position: relative;
  padding-top: 40px;
}
@media (min-width: 50em) {
  .calendar-header {
    padding-top: 60px;
  }
}
@media (min-width: 50em) {
  .calendar-header {
    padding-top: 80px;
  }
}

.calendar-header--desktop {
  display: none;
}

.calendar-header--mobile {
  display: flex;
  width: 100%;
}

@media (min-width: 50em) {
  .calendar-header--mobile {
    display: none;
  }
  .calendar-header--desktop {
    display: block;
  }
  .calendar-header__inner {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .calendar-header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.calendar-header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.calendar-header__content {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding-right: 60px;
}
@media (min-width: 72em) {
  .calendar-header__content {
    margin: 0;
    padding: 0;
    gap: 40px;
  }
}

.calendar-header__title {
  font-family: trade-gothic-next, sans-serif;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 8px solid var(--color-2);
  font-size: 38px;
}
@media (max-width: 49.99em) {
  .calendar-header__title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (min-width: 62.5em) {
  .calendar-header__title {
    font-size: 48px;
  }
}

.calendar-header__tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media (min-width: 50em) {
  .calendar-header__tabs {
    gap: 1px;
  }
}

.calendar-header__tab {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding-bottom: 5px;
  flex: 1;
}

.calendar-header__tab--active {
  font-weight: 800;
  border-bottom: 5px solid #221D7E;
}

.calendar-header__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 28px;
  position: relative;
}
.calendar-header__link .o-icon {
  width: 30px;
  height: 30px;
  color: var(--color-2);
  margin-top: 5px;
}
.calendar-header__link:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  background-color: var(--color-2);
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .calendar-header__link:hover:after {
    transform: scaleY(1);
  }
}

/*  ==========================================================================
    Calendar
    ========================================================================== */
.calendar {
  position: relative;
  padding: 30px 0;
  background-color: var(--color-3);
}
@media (min-width: 50em) {
  .calendar {
    padding: 40px 0;
  }
}
@media (min-width: 80em) {
  .calendar {
    padding: 60px 0;
  }
}

.calendar__inner {
  width: 100%;
  position: relative;
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .calendar__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 62.5em) {
  .calendar__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 72em) {
  .calendar__inner {
    gap: 80px;
  }
}

.calendar__list {
  order: 2;
  width: 100%;
}
@media (min-width: 62.5em) {
  .calendar__list {
    order: 1;
    width: 100%;
  }
}

.calendar__sidebar {
  order: 1;
  width: 100%;
  position: sticky;
  top: 0;
  padding: 15px 0;
  z-index: 3;
}
@media (max-width: 62.49em) {
  .calendar__sidebar {
    margin: 0;
    margin-bottom: -15px;
    height: 0;
    padding: 0;
    top: 15px;
  }
}
@media (min-width: 62.5em) {
  .calendar__sidebar {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    position: sticky;
    top: 15px;
    right: 0;
    width: 350px;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
    padding: 5px 0 0;
    order: 2;
  }
}
@media (min-width: 80em) {
  .calendar__sidebar {
    width: 380px;
  }
}

@media (min-width: 50em) {
  .calendar__sidebar-inner {
    max-height: 97svh;
    overflow: hidden auto;
  }
}
@media (min-width: 62.5em) {
  .calendar__sidebar-inner {
    padding-right: 15px;
  }
}

.calendar__sidebar__inner {
  display: flex;
  flex-direction: column;
}

.calendar__sticky {
  width: 100%;
}

.calendar-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: -2px;
}
@media (min-width: 62.5em) {
  .calendar-actions {
    padding-right: 80px;
  }
}

.calendar-actions__date,
.calendar-actions__toggle,
.date-selector__close,
.calendar-filters__close {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.calendar-actions__date .o-icon,
.calendar-actions__toggle .o-icon,
.date-selector__close .o-icon,
.calendar-filters__close .o-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media (min-width: 50em) {
  .calendar-actions__date,
  .calendar-actions__toggle,
  .date-selector__close,
  .calendar-filters__close {
    font-size: 18px;
  }
}
@media (min-width: 62.5em) {
  .calendar-actions__date,
  .calendar-actions__toggle,
  .date-selector__close,
  .calendar-filters__close {
    font-size: 20px;
  }
}

.calendar-actions__date,
.calendar-actions__toggle {
  font-size: 14px;
}
@media (min-width: 50em) {
  .calendar-actions__date,
  .calendar-actions__toggle {
    font-size: 18px;
  }
}
@media (min-width: 62.5em) {
  .calendar-actions__date,
  .calendar-actions__toggle {
    font-size: 20px;
  }
}
@media (max-width: 62.49em) {
  .calendar-actions__date .o-icon,
  .calendar-actions__toggle .o-icon {
    width: 20px;
    height: 20px;
    margin-right: 0px;
    margin-top: 2px;
  }
}

@media (min-width: 62.5em) {
  .date-selector__close {
    display: none;
  }
}

.date-selector__close,
.calendar-filters__close {
  flex-direction: row-reverse;
  position: absolute;
  top: 25px;
  right: 20px;
  color: #000;
  z-index: 3;
  transition: color 0.4s ease;
  text-decoration: none;
}
.date-selector__close .o-icon,
.calendar-filters__close .o-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  margin-top: -1px;
}
@media (hover: hover) and (pointer: fine) {
  .date-selector__close:hover,
  .calendar-filters__close:hover {
    color: var(--theme-color-dark);
  }
}

@media (min-width: 62.5em) {
  .calendar-actions__date,
  .calendar-actions__toggle {
    display: none;
  }
}

.calendar-actions__toggle {
  margin-left: 15px;
  transition: color 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .calendar-actions__toggle:hover {
    color: #000;
  }
}

/*  ==========================================================================
    Calendar List
    ========================================================================== */
.calendar-list {
  position: relative;
}

.calendar-list__months {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 50em) {
  .calendar-list__months {
    gap: 30px;
  }
}
.calendar-list__months .feature-banner {
  margin-top: 60px;
}

.calendar-list-month {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.calendar-list-month__title {
  text-transform: capitalize;
  font-weight: 400;
  font-family: trade-gothic-next, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 15px;
  top: 0;
  background-color: var(--color-3);
  z-index: 2;
  font-size: 18px;
  position: sticky;
}
@media (max-width: 62.49em) {
  .calendar-list-month__title {
    padding-top: 15px;
  }
}
@media (min-width: 50em) {
  .calendar-list-month__title {
    font-size: 24px;
  }
}
@media (min-width: 62.5em) {
  .calendar-list-month__title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 15px;
    top: 0;
  }
}
.calendar-list-month__days {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 50em) {
  .calendar-list-month__days {
    gap: 30px;
  }
}

.calendar-list-day {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  transition: box-shadow 0.3s ease 0.25s, transform 0.3s ease 0.25s, background-color 0.5s ease 0.25s;
}
.calendar-list-day--focused {
  background-color: #aaa;
  transform: scale(1.1);
  transition: background-color 0s, transform 0s;
}

.calendar-list-day__events {
  border-left: 1px solid var(--color-2);
}

.calendar-list-day__events div:last-child .calendar-list-event {
  padding-bottom: 0;
}

.calendar-list-day__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: sticky;
  top: 45px;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  padding: 10px 0 0;
  border: 0;
  color: var(--color-2);
  width: 60px;
}
@media (min-width: 50em) {
  .calendar-list-day__title {
    width: 90px;
    padding-top: 12px;
  }
}
@media (min-width: 72em) {
  .calendar-list-day__title {
    padding-top: 25px;
  }
}

.calendar-list-day__day {
  font-size: 14px;
  font-weight: 400;
  font-family: trade-gothic-next, sans-serif;
  display: block;
}
@media (min-width: 50em) {
  .calendar-list-day__day {
    display: none;
  }
}

.calendar-list-day__day--desktop {
  font-size: 14px;
  font-weight: 400;
  font-family: trade-gothic-next, sans-serif;
  display: none;
}
@media (min-width: 50em) {
  .calendar-list-day__day--desktop {
    display: block;
  }
}

.calendar-list-day__date {
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 50em) {
  .calendar-list-day__date {
    font-size: 38px;
  }
}
@media (min-width: 62.5em) {
  .calendar-list-day__date {
    font-size: 46px;
  }
}

/*  ==========================================================================
    Calendar List Event
    ========================================================================== */
.calendar-list-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: none;
  padding: 10px 0;
  padding-left: 20px;
  border-width: 0;
  text-align: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}
@media (min-width: 72em) {
  .calendar-list-event {
    gap: 40px;
    padding-left: 25px;
  }
}
.calendar-list-event:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  transform: scaleX(0);
  background-color: var(--color-2);
  transform-origin: left;
  transition: transform 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .calendar-list-event:hover:before {
    transform: scaleX(1);
  }
  .calendar-list-event:hover .calendar-list-event__title {
    color: var(--color-2);
  }
  .calendar-list-event:hover .calendar-list-event__image {
    transform: scale(1.05);
  }
}

.calendar-list-event__header {
  position: relative;
}

.calendar-list-event__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-wrap: pretty;
  margin-bottom: 0;
  transition: color 0.4s ease;
  color: #000;
}
@media (min-width: 50em) {
  .calendar-list-event__title {
    font-size: 24px;
  }
}
@media (min-width: 72em) {
  .calendar-list-event__title {
    font-size: 28px;
  }
}

.calendar-list-event__time {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #000;
}
@media (min-width: 50em) {
  .calendar-list-event__time {
    font-size: 16px;
  }
}

.calendar-list-event__venue {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
@media (min-width: 50em) {
  .calendar-list-event__venue {
    font-size: 16px;
  }
}

.calendar-list-event__media {
  display: none;
}
@media (min-width: 72em) {
  .calendar-list-event__media {
    display: block;
    overflow: hidden;
    width: 180px;
    margin-top: 0;
    flex-shrink: 0;
  }
}

.calendar-list-event__intrinsic-ratio {
  position: relative;
  padding-bottom: 83.3333333333%;
  height: 0;
  min-height: 100%;
}

.calendar-list-event__image {
  height: auto;
  position: absolute;
  right: 0;
  transition: transform 0.4s ease;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/*  ==========================================================================
    Calendar - Footer
    ========================================================================== */
.calendar-info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
@media (min-width: 50em) {
  .calendar-info {
    flex-direction: row;
    gap: 30px;
  }
}

.calendar-categories {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 50em) {
  .calendar-categories {
    gap: 10px 15px;
  }
}

.calendar-category {
  border: 1px solid;
  border-radius: 20px;
  padding: 6px 10px;
  font-family: trade-gothic-next, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
}
@media (min-width: 50em) {
  .calendar-category {
    padding: 8px 15px;
  }
}

.calendar-filters__label:before {
  width: 20px;
  height: 20px;
  top: 0px;
}
@media (min-width: 50em) {
  .calendar-filters__label:before {
    top: 1px;
  }
}
@media (min-width: 72em) {
  .calendar-filters__label:before {
    top: 2px;
  }
}

.calendar-filters__checkbox:checked + .calendar-filters__label::before {
  /* your styles here */
  background-color: #49454f;
  border-color: #49454f;
}

/*  ==========================================================================
	Calendar Date Selector
	========================================================================== */
.date-selector {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  background-color: #D3DFE6;
  z-index: 13;
  padding: 0 20px;
  width: 100%;
  max-width: 470px;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}
.dates-open .date-selector {
  transform: translateX(0);
}
@media (min-width: 62.5em) {
  .date-selector {
    display: block;
    position: unset;
    top: unset;
    right: unset;
    height: unset;
    padding: 0;
    background-color: transparent;
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  .filters-open .date-selector, .nav-open .date-selector {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 62.49em) {
  .calendar__desktop-date-picker {
    display: none;
  }
}

.date-selector__inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
  height: 100vh;
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 62.5em) {
  .date-selector__inner {
    height: unset;
    max-width: none;
    margin: 0;
  }
}
.date-selector__inner::-webkit-scrollbar {
  display: none;
}
@-moz-document url-prefix() {
  .date-selector__inner {
    scrollbar-width: none;
  }
}

.date-selector__month {
  margin-bottom: 15px;
}
@media (min-width: 32em) {
  .date-selector__month {
    margin-bottom: 0;
  }
}

.date-selector__header {
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid var(--color-2);
  background-color: #D3DFE6;
  padding: 20px 0 0;
  margin-bottom: 15px;
}
@media (min-width: 62.5em) {
  .date-selector__header {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
  }
}

.date-selector__month-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.date-selector__month-title {
  font-size: 22px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
}
.date-selector__actions {
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 62.49em) {
  .date-selector__actions {
    display: none;
  }
}

.date-selector__button--previous,
.date-selector__button--next {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  border: 2px solid var(--color-2);
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease;
}
.date-selector__button--previous[disabled], .date-selector__button--previous.swiper-button-disabled,
.date-selector__button--next[disabled],
.date-selector__button--next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.date-selector__button--previous .o-icon,
.date-selector__button--next .o-icon {
  width: 11px;
  color: var(--color-2);
  transition: color 0.4s ease;
}
.date-selector__button--previous:hover,
.date-selector__button--next:hover {
  background-color: var(--color-2);
  border-color: var(--color-2);
}
.date-selector__button--previous:hover .o-icon,
.date-selector__button--next:hover .o-icon {
  color: #fff;
}
@media (min-width: 59em) {
  .date-selector__button--previous,
  .date-selector__button--next {
    border-width: 3px;
  }
}
@media (min-width: 62.5em) {
  .date-selector__button--previous,
  .date-selector__button--next {
    display: inline-block;
  }
}

.date-selector__button--previous {
  margin-left: 0;
}
.date-selector__button--previous .o-icon {
  transform: rotate(180deg);
  margin-left: -4px;
  margin-top: -1px;
}
.date-selector__button--previous:active .o-icon {
  transform: scale(0.9) rotate(180deg);
}

.date-selector__button--next {
  margin-left: 10px;
}
.date-selector__button--next .o-icon {
  margin-left: 3px;
  margin-top: 1px;
}
.date-selector__button--next:active .o-icon {
  transform: scale(0.9);
}

.date-selector__days-header {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  color: var(--color-2);
}

.date-selector__day-name {
  width: 14.285%;
  text-transform: uppercase;
  font-weight: 800;
  font-family: trade-gothic-next, sans-serif;
  font-size: 14px;
  text-align: center;
}

.date-selector__days {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.date-selector__day {
  width: 14.285%;
  opacity: 0.3;
  text-align: center;
  padding: 10px 10px;
  margin: 5px 0;
  border: none;
  background: transparent;
  color: #000;
  font-family: trade-gothic-next, sans-serif;
}

.date-selector__day--events {
  font-weight: 700;
  opacity: 1;
  cursor: pointer;
}

.date-selector__day--today {
  opacity: 1;
  position: relative;
  background-color: var(--color-2);
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
}

/*  ==========================================================================
	Calendar Date Selector - Mobile (Vertical Scrolling)
	========================================================================== */
.calendar__mobile-date-picker .date-selector__month {
  margin-bottom: 15px;
}
.calendar__mobile-date-picker .date-selector__month-title {
  font-size: 18px;
  margin-bottom: 30px;
}
.calendar__mobile-date-picker .date-selector__month-header {
  display: block;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #D3DFE6;
  margin-bottom: 15px;
}
@media (min-width: 62.5em) {
  .calendar__mobile-date-picker {
    display: none;
  }
}

/*  ==========================================================================
    Calendar Filters
    ========================================================================== */
.calendar-filters__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  box-shadow: 0 -6px 20px 10px #D3DFE6;
}
.calendar-filters__action .calendar-filters__btn {
  background-color: #221D7E;
  border-color: #221D7E;
  color: #fff;
  justify-content: center;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .calendar-filters__action:hover .calendar-filters__btn {
    background-color: color-mix(in srgb, #221D7E 80%, #000);
    border-color: color-mix(in srgb, #221D7E 80%, #000);
    color: #fff;
  }
}

.calendar-filters__body {
  display: flex;
  flex-direction: column;
  background-color: var(--color-3);
  width: 100%;
}
@media (max-width: 62.49em) {
  .calendar-filters__body {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100svh;
    padding: 0 20px;
    width: 100%;
    max-width: 470px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    padding-top: 30px;
    overflow-y: auto;
  }
}
@media (min-width: 50em) {
  .calendar-filters__body {
    padding: 30px 20px 0;
    max-width: 410px;
  }
}
@media (min-width: 62.5em) {
  .calendar-filters__body {
    padding: 0;
    max-width: none;
  }
}
.calendar-filters__body .calendar-filters__toggle {
  top: 0;
  right: 0;
}
@media (min-width: 62.5em) {
  .calendar-filters__body .calendar-filters__toggle {
    display: none;
  }
}
.user-is-tabbing .calendar-filters__body .calendar-filters__toggle:focus {
  outline: 2px solid #000;
  outline-offset: 5px;
  overflow: hidden;
}
.calendar-filters__body .calendar-filters__reset {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #000;
}
.filters-open .calendar-filters__body {
  transform: translateX(0);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}

.calendar-filter__header {
  position: relative;
}

.calendar-filters__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.calendar-filters__groups {
  margin-bottom: auto;
}

.calendar-filters__group + .calendar-filters__group {
  margin-top: 10px;
}

.calendar-filters__group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 0 10px;
  border: 1px solid var(--color-2);
  border-width: 0 0 1px 0;
  background-color: transparent;
  width: 100%;
}
.user-is-tabbing .calendar-filters__group__header:focus {
  outline: 2px solid #000;
  outline-offset: 5px;
  overflow: hidden;
}

.calendar-filters__group__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(-color-2);
}

.calendar-filters__group__toggle {
  position: relative;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  margin-left: auto;
}
.calendar-filters__group__toggle:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1px);
  width: 20px;
  height: 2px;
  transform: rotate(90deg) translate(-50%, -50%);
  transform-origin: left;
  background-color: #000;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.calendar-filters__group__header.is-toggled .calendar-filters__group__toggle:before {
  content: none;
}
.calendar-filters__group__toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.calendar-filters__options {
  display: none;
}
.calendar-filters__options.is-toggled {
  display: block;
}

.calendar-filters__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 15px 20px;
  padding: 20px 0;
}

.calendar-filters__item {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: calc(50% - 10px);
  gap: 10px;
}
.calendar-filters__item--disabled {
  opacity: 0.5;
}
.calendar-filters__item input[type=checkbox] {
  display: none;
}
.calendar-filters__item input[type=checkbox] + label {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0;
  width: auto;
  padding-top: 0;
}
.calendar-filters__item input[type=checkbox] + label strong,
.calendar-filters__item input[type=checkbox] + label em,
.calendar-filters__item input[type=checkbox] + label b {
  margin: 0 4px;
}
.calendar-filters__item input[type=checkbox] + label:before {
  content: "";
  width: 18px;
  height: 18px;
  margin: 3px 10px -6px 0;
  display: inline-block;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1.5px solid var(--color-2);
}
.calendar-filters__item input[type=checkbox] + label:after {
  --border: 2px solid transparent;
  border-right: var(--border);
  border-top: var(--border);
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  content: "";
  display: block;
  height: 12px;
  width: 6px;
  top: 13px;
  left: 3px;
  position: absolute;
  transition: border-color 0.4s;
  box-sizing: border-box;
}
.calendar-filters__item input[type=checkbox]:checked + label:before {
  background-color: #221D7E;
  border-color: #221D7E;
}
.calendar-filters__item input[type=checkbox]:checked + label:after {
  animation: check 0.8s;
  border-color: #fff;
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 12px;
    width: 6px;
  }
}

.calendar-filters__label {
  cursor: pointer;
}

.calendar-filters__more {
  margin: 0 0 20px;
}

.calendar-filters__group--long .calendar-filters__list div:nth-of-type(1n + 7) {
  display: none;
}
.calendar-filters__group--long.is-toggled .calendar-filters__list div {
  display: block;
}
.calendar-filters__group--long.is-toggled .calendar-filters__more {
  display: none;
}

/*  ==========================================================================
    Breadcrumb
    ========================================================================== */
.breadcrumbs {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
}
@media (min-width: 50em) {
  .breadcrumbs {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.breadcrumbs__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
  align-items: center;
}

.breadcrumb {
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: 14px;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 50em) {
  .breadcrumb {
    font-weight: 700;
    font-size: 18px;
  }
}
.breadcrumb:hover .o-icon--chevron-left, .breadcrumb:focus .o-icon--chevron-left {
  transform: translateX(-3px);
}
.breadcrumb .o-icon--chevron-left {
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 50em) {
  .breadcrumb .o-icon--chevron-left {
    width: 16px;
    height: 16px;
  }
}

/*  ==========================================================================
    Article List
    ========================================================================== */
@media (min-width: 59em) {
  .article-list {
    padding: 40px 0 60px;
  }
}

.article-list__inner {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .article-list__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.article-list__title {
  width: 100%;
  grid-column: 1/-1;
  font-family: trade-gothic-next, sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .article-list__title {
    font-size: 28px;
  }
}

.article-list__feature-grid {
  display: grid;
  gap: 30px;
  margin-bottom: 80px;
}
@media (min-width: 32em) {
  .article-list__feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
    margin-bottom: 120px;
  }
}
@media (min-width: 62.5em) {
  .article-list__feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 60px;
  }
}

.article-list__grid {
  display: grid;
  gap: 30px;
  margin-bottom: 80px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 50em) {
  .article-list__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
  }
}
@media (min-width: 62.5em) {
  .article-list__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

.article-list__item .post-item {
  height: 100%;
}

.article-list__item--featured .post-item__inner {
  gap: 20px;
}
@media (min-width: 62.5em) {
  .article-list__item--featured .post-item__inner {
    gap: 25px;
  }
}
.article-list__item--featured .post-item__title {
  font-size: 20px;
}
@media (min-width: 50em) {
  .article-list__item--featured .post-item__title {
    font-size: 22px;
  }
}
@media (min-width: 62.5em) {
  .article-list__item--featured .post-item__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 72em) {
  .article-list__item--featured .post-item__title {
    font-size: 28px;
  }
}

/*  ==========================================================================
    Article List Header
    ========================================================================== */
.article-list-header {
  margin: 40px 0;
}

.article-list-header__inner {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .article-list-header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.article-list-header__inner {
  display: flex;
  justify-content: space-between;
}

.article-list-header__titles {
  width: 50%;
}

.article-list-header__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 32em) {
  .article-list-header__title {
    font-size: 38px;
  }
}
@media (min-width: 50em) {
  .article-list-header__title {
    font-size: 42px;
  }
}
@media (min-width: 72em) {
  .article-list-header__title {
    font-size: 48px;
  }
}

/*  ==========================================================================
	Article Header
	========================================================================== */
.article-header {
  position: relative;
  margin-top: 15px;
  color: var(--theme-highlight-color);
  overflow: hidden;
}
.article-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 1;
  background-color: var(--theme-color);
}

.article-header__inner {
  width: 100%;
  max-width: 1120px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .article-header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.article-header__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 72em) {
  .article-header__inner {
    gap: 40px;
  }
}

.article-header__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 0 10px;
  z-index: 2;
}
@media (min-width: 50em) {
  .article-header__content {
    padding-bottom: 30px;
    gap: 40px;
  }
}

.article-header__details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 72em) {
  .article-header__details {
    margin-top: 20px;
  }
}

.article-header__titles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 50em) {
  .article-header__titles {
    gap: 20px;
  }
}

.article-header__category {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 50em) {
  .article-header__category {
    font-size: 22px;
  }
}

.article-header__title {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (min-width: 50em) {
  .article-header__title {
    font-size: 42px;
  }
}
@media (min-width: 62.5em) {
  .article-header__title {
    font-size: 48px;
  }
}

.article-header__subtitle {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .article-header__subtitle {
    font-size: 28px;
  }
}
@media (min-width: 62.5em) {
  .article-header__subtitle {
    font-size: 38px;
  }
}

.article-header__date,
.article-header__author {
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .article-header__date,
  .article-header__author {
    font-size: 16px;
  }
}
@media (min-width: 62.5em) {
  .article-header__date,
  .article-header__author {
    font-size: 18px;
  }
}
.article-header__date p,
.article-header__author p {
  margin-bottom: 0;
}

.article-header__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 5px 10px;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid;
}
@media (min-width: 50em) {
  .article-header__footer {
    gap: 5px 20px;
    margin-top: 30px;
    padding-top: 25px;
  }
}
.article-header__footer .o-icon {
  width: 12px;
  height: 12px;
}

/*  ==========================================================================
	Article Header - Media
	========================================================================== */
.article-header__media {
  position: relative;
  z-index: 2;
}
@media (max-width: 49.99em) {
  .article-header__media {
    margin: 0 -15px;
  }
}
.article-header__media .video-item__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 2px solid transparent;
  opacity: 0.6;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}
.article-header__media .video-item__icon .o-icon {
  width: 25px;
  height: 25px;
  margin-right: -4px;
  color: #000;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 50em) {
  .article-header__media .video-item__icon {
    width: 80px;
    height: 80px;
  }
  .article-header__media .video-item__icon .o-icon {
    width: 35px;
    height: 35px;
    margin-right: -7px;
  }
}
.article-header__media.article-header--video:hover .video-item__icon {
  opacity: 1;
}

.article-header__figure {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.article-header__intrinsic-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.article-header__image {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  z-index: 2;
}

/*  ==========================================================================
	Article Header - Nav
	========================================================================== */
.article-header__nav {
  width: 100%;
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .article-header__nav {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.article-header__nav-link {
  color: black;
}
/*  ==========================================================================
	Article Header - Post Page
	========================================================================== */
.page-article .article-header {
  color: var(--custom-text, var(--color-2-text));
  margin-top: 0;
}
.page-article .article-header:before {
  background-color: var(--custom-bg, var(--color-2));
}
.page-article .article-header:after {
  content: none;
}
@media (min-width: 50em) {
  .page-article .article-header:after {
    content: "";
    background-color: #fff;
    clip-path: ellipse(68% 70% at 50% 82%);
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    left: 0;
    bottom: 10%;
    z-index: 1;
  }
}
.page-article .article-header__media {
  margin: 0;
}
.page-article .article-header__footer {
  border-top: none;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 25px;
  padding-top: 0;
}

/*  ==========================================================================
    Search Page
    ========================================================================== */
.search-page {
  background-color: rgba(255, 255, 255, 0.75);
}

.site-search {
  position: relative;
  z-index: 2;
}

.search-form__wrapper {
  padding-bottom: 20px;
}

.site-search__header {
  background-color: #fff;
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 32em) {
  .site-search__header {
    padding-top: 80px;
  }
}

.site-search__header-inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .site-search__header-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.site-search__header-inner {
  position: relative;
}

.site-search__title {
  margin-bottom: 20px;
}

.search-form {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 450px;
}

.search-form__input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 70px 0 20px;
  border-radius: 30px;
  border: none;
  height: auto;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  background-color: #fff;
}

.search-form__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-color: transparent;
  border: none;
  z-index: 2;
  padding: 0;
}
.search-form__button .o-icon {
  width: 25px;
  height: 25px;
}

.site-search__nav {
  padding-bottom: 3px;
}
@media (min-width: 42.5em) {
  .site-search__nav {
    padding-bottom: 5px;
  }
}

.search-nav {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 42.5em) {
  .search-nav {
    gap: 0 40px;
    justify-content: center;
  }
}

.search-nav__link {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.8;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
@media (min-width: 50em) {
  .search-nav__link {
    font-size: 18px;
  }
}
.search-nav__link:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -3px;
  background-color: #4d4d4d;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease, opacity 1s ease;
}
@media (min-width: 42.5em) {
  .search-nav__link:after {
    bottom: -5px;
  }
}
.search-nav__link.search-nav__link--current, .search-nav__link:hover {
  opacity: 1;
}
.search-nav__link.search-nav__link--current:after, .search-nav__link:hover:after {
  opacity: 1;
  transform: scaleY(1);
}

.search-nav__link--current {
  cursor: default;
}

.search-nav__link--disabled {
  pointer-events: none;
  opacity: 0.25;
  cursor: default;
}

.search-nav__link-results {
  color: #000;
  font-size: 12px;
}

.site-search__message {
  text-align: center;
  padding: 60px 15px;
}

.site-search__loading {
  padding: 40px 0;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.site-search__list .event-scroller {
  margin-bottom: 60px;
}
@media (min-width: 72em) {
  .site-search__list .event-scroller {
    margin-bottom: 80px;
  }
}

.site-search__totals {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 25px 0;
}
@media (min-width: 50em) {
  .site-search__totals {
    margin: 40px 0;
    font-size: 20px;
  }
}

.site-search__totals,
.site-search__results {
  width: 100%;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .site-search__totals,
  .site-search__results {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.site-search__totals,
.site-search__results {
  position: relative;
}

.site-search__pagination {
  width: 100%;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .site-search__pagination {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.site-search__pagination {
  margin-top: 40px;
  margin-bottom: 60px;
  border-top: 1px solid #000;
  padding-top: 15px;
}
@media (min-width: 59em) {
  .site-search__pagination {
    margin-bottom: 100px;
  }
}

.search-result {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin: 20px 0;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.search-result:last-child {
  border-bottom: none;
}
@media (min-width: 50em) {
  .search-result {
    margin: 40px 0;
    padding-bottom: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .search-result:hover, .search-result:focus {
    transform: scale(1.01);
  }
}
.search-result .search-result__title {
  margin-bottom: 0;
  line-height: 1.1;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  font-size: 20px;
}
@media (min-width: 42.5em) {
  .search-result .search-result__title {
    font-size: 22px;
  }
}
.search-result .search-result__container {
  width: 100%;
}
@media (min-width: 42.5em) {
  .search-result .search-result__container {
    display: flex;
    align-items: flex-start;
  }
}
.search-result .search-result__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.search-result .search-result__media {
  position: relative;
  margin-bottom: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 42.5em) {
  .search-result .search-result__media {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.search-result .search-result__image {
  width: 100%;
  height: 53vw;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
@media (min-width: 42.5em) {
  .search-result .search-result__image {
    width: 250px;
    height: 170px;
  }
}
.search-result .search-result__content {
  margin-top: 10px;
}
@media (min-width: 42.5em) {
  .search-result .search-result__content {
    margin-top: 15px;
  }
}
.search-result .search-result__meta {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 10px 0;
  flex-direction: row;
}
@media (min-width: 42.5em) {
  .search-result .search-result__meta {
    flex-direction: column;
    gap: 5px;
  }
}
.search-result .search-result__running-time {
  display: flex;
  align-items: center;
}
.search-result .search-result__running-time .o-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.search-result .search-result__icon {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 12px;
  background-color: transparent;
  padding: 0;
  border: none;
  color: #fff;
}
.search-result .search-result__icon .o-icon {
  width: 28px;
  height: 28px;
}
@media (hover: hover) and (pointer: fine) {
  .search-result:hover .search-result__image, .search-result:focus .search-result__image {
    transform: scale(1.05);
  }
}

.search-result--events:has(+ .search-result--events),
.search-result--events:has(+ .search-result--posts) {
  border-bottom: 0;
}

.search-result__type,
.search-result__prefix {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--global-body-size-2);
}
@media (min-width: 50em) {
  .search-result__type,
  .search-result__prefix {
    font-size: var(--global-body-size-3);
  }
}

.search-result__content {
  margin: 15px 0 0;
  font-size: var(--global-body-text-small);
  font-size: 14px;
}
@media (min-width: 42.5em) {
  .search-result__content {
    font-size: 16px;
  }
}
.search-result__content em {
  background-color: var(--theme-color);
  color: var(--theme-highlight-color);
  padding: 4px;
  font-style: normal;
}

.search-result__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: var(--global-body-size-4);
  color: #535353;
}
@media (min-width: 50em) {
  .search-result__meta {
    font-size: var(--global-body-size-5);
  }
}

.search-result__link {
  display: inline-block;
  font-style: italic;
  margin-bottom: 10px;
  display: none;
}

.search-result--page .search-result__type {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-result--page .search-result__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: var(--global-header-size-h4);
}

.search-result--news {
  padding: 20px;
  background-color: #083C96;
  border-bottom: none;
}

.search-result--events .event-item__content {
  align-items: center;
}
.search-result--events .event-item__body {
  margin-bottom: unset;
}

.search-result__container .event-item .event-item__content {
  display: flex;
  flex-direction: column;
}
.search-result__container .event-item .event-item__details {
  padding: 0;
}
@media (min-width: 42.5em) {
  .search-result__container .event-item .event-item__content {
    flex-direction: row;
    gap: 30px;
  }
  .search-result__container .event-item .event-item__content > * {
    width: 50%;
  }
}

/* ==========================================================================
    Navigation: Search Results pagination
    ========================================================================== */
.search-result__pagination-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin: 0 0 40px;
}
@media (min-width: 50em) {
  .search-result__pagination-inner {
    margin: 0 0 60px;
  }
}

.search-result__previous .pagination__link .o-icon {
  transform: rotate(180deg);
}

.pagination__item {
  padding: 0 0 3px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.pagination__item .o-icon {
  height: 15px;
  width: 15px;
}
.pagination__item:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .pagination__item:hover {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--theme-text-color);
    font-weight: 700;
  }
}
.pagination__item:active .o-icon {
  scale: 0.9;
}
.pagination__item.pagination__item--current {
  background-color: var(--color-2);
  border: 1px solid var(--color-2);
  color: var(--color-2-text);
  font-weight: 700;
}
.pagination__item.pagination__item--next, .pagination__item.pagination__item--prev {
  color: var(--theme-text-color);
  border-radius: 50%;
  transition: scale 0.4s ease-in-out;
}
.pagination__item.pagination__item--next .o-icon, .pagination__item.pagination__item--prev .o-icon {
  position: relative;
  scale: 1;
  transition: scale 0.4s ease;
}
.pagination__item.pagination__item--next:not(.pagination__item--disabled):hover .o-icon, .pagination__item.pagination__item--prev:not(.pagination__item--disabled):hover .o-icon {
  scale: 1.1;
}
.pagination__item.pagination__item--prev .o-icon {
  top: 1px;
  left: -1px;
}
.pagination__item.pagination__item--next .o-icon {
  top: 2px;
  left: 1px;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
}
.pagination__link--disabled {
  cursor: not-allowed;
}

.pagination__current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pagination__item--disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

/* ==========================================================================
    Search Results - tab
    ========================================================================== */
.page-search-results:has(.search-nav__link--current.search-nav__link--Concerts) .concert-list-block, .page-search-results:has(.search-nav__link--current.search-nav__link--News) .concert-list-block {
  display: none;
}
.page-search-results:has(.search-nav__link--current.search-nav__link--All) .concert-list-block + .site-search__totals {
  margin-top: -15px;
}

/*  ==========================================================================
	Season Header
	========================================================================== */
.season-header {
  position: relative;
  margin-top: -111px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--theme-color-dark);
  color: #fff;
}
@media (min-width: 50em) {
  .season-header {
    padding-top: 38px;
    padding-bottom: 40px;
  }
}
@media (min-width: 72em) {
  .season-header {
    margin-top: 0;
    padding-top: 30px;
  }
}

.season-header__inner {
  width: 100%;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .season-header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.season-header__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 72em) {
  .season-header__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
  }
}

.season-header__content {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding-right: 60px;
}
@media (min-width: 72em) {
  .season-header__content {
    margin: 0;
    padding: 0;
    gap: 40px;
  }
}

.season-header__titles {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 50em) {
  .season-header__titles {
    max-width: calc(100% - 220px);
  }
}
@media (min-width: 72em) {
  .season-header__titles {
    max-width: 100%;
  }
}

.season-header__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  line-height: 0.8;
  font-size: 42px;
}
@media (min-width: 50em) {
  .season-header__title {
    font-size: 72px;
  }
}
@media (min-width: 72em) {
  .season-header__title {
    font-size: 90px;
  }
}
@media (min-width: 80em) {
  .season-header__title {
    font-size: 96px;
  }
}

.season-header__prefix,
.season-header__suffix {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (min-width: 50em) {
  .season-header__prefix,
  .season-header__suffix {
    font-size: 28px;
  }
}
@media (min-width: 62.5em) {
  .season-header__prefix,
  .season-header__suffix {
    font-size: 38px;
  }
}
@media (min-width: 72em) {
  .season-header__prefix,
  .season-header__suffix {
    font-size: 48px;
  }
}

@media (max-width: 71.99em) {
  .season-header__logo {
    visibility: hidden;
    width: 51px;
    height: 80px;
  }
}
.season-header__logo .o-icon {
  width: 105px;
  height: 171px;
}

/*  ==========================================================================
	Season Info
	========================================================================== */
.season-info {
  margin: 30px 0;
}
@media (min-width: 50em) {
  .season-info {
    margin: 40px 0;
  }
}
@media (min-width: 62.5em) {
  .season-info {
    margin: 80px 0;
  }
}

.season-info__inner {
  width: 100%;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .season-info__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.season-info__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .season-info__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
}
@media (min-width: 62.5em) {
  .season-info__inner {
    gap: 80px;
  }
}

.season-info__body {
  width: 100%;
  max-width: 820px;
}
.season-info__body:only-child {
  margin: 0 auto;
}

.season-info__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.2588235294);
  z-index: 5;
}
@media (min-width: 30em) {
  .season-info__actions {
    flex-direction: row;
  }
  .season-info__actions > * {
    flex-basis: 100%;
  }
}
@media (min-width: 50em) {
  .season-info__actions {
    flex-direction: column;
    position: sticky;
    gap: 15px;
    top: 15px;
    bottom: unset;
    padding: 0;
    box-shadow: none;
    max-width: 300px;
  }
}
@media (min-width: 72em) {
  .season-info__actions {
    top: calc(var(--global-header-height) + 15px);
  }
}

/*  ==========================================================================
    Home Hero
    ========================================================================== */
.home-hero {
  display: flex;
  flex-direction: column-reverse;
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.home-hero:before {
  position: absolute;
  content: "";
  background: linear-gradient(to top, black, transparent);
  height: 60%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 50em) {
  .home-hero {
    flex-direction: column;
    max-height: 85svh;
  }
  .home-hero:before {
    background: linear-gradient(to right, black, transparent);
    height: 100%;
    width: 50%;
  }
}

.home-hero__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .home-hero__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home-hero__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  inset: 0;
  bottom: 15px;
  margin: auto;
}
@media (min-width: 50em) {
  .home-hero__inner {
    align-items: center;
    bottom: 0;
  }
}

.home-hero__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  z-index: 2;
  position: relative;
}
@media (min-width: 50em) {
  .home-hero__body {
    max-width: 520px;
  }
}

.home-hero__title {
  display: flex;
  flex-direction: column;
  text-wrap: balance;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 50em) {
  .home-hero__title {
    font-size: 50px;
  }
}

.home-hero__details {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media (max-width: 49.99em) {
  .home-hero__details {
    padding-bottom: 20px;
  }
}

.home-hero__description {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  text-wrap: pretty;
}
@media (min-width: 30em) {
  .home-hero__description {
    font-size: 18px;
  }
}
@media (min-width: 50em) {
  .home-hero__description {
    font-size: 20px;
  }
}

.home-hero__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .home-hero__btn:hover {
    background-color: color-mix(in srgb, var(--color-1) 80%, var(--color-1-text-inverse));
    border-color: color-mix(in srgb, var(--color-1) 80%, var(--color-1-text-inverse));
    color: var(--color-1-text);
  }
}

.home-hero__btn--primary.btn-custom__bg {
  background-color: var(--cta-bg-color);
  border-color: var(--cta-bg-color);
  color: var(--cta-text-color);
}
.home-hero__btn--primary.btn-custom__text--white {
  color: #fff;
}
.home-hero__btn--primary.btn-custom__text--black {
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .home-hero__btn--primary:hover {
    background-color: color-mix(in srgb, var(--color-1) 80%, var(--color-1-text-inverse));
    border-color: color-mix(in srgb, var(--color-1) 80%, var(--color-1-text-inverse));
    color: var(--color-1-text);
  }
  .home-hero__btn--primary.btn-custom__bg.btn-custom__text--white:hover {
    background-color: color-mix(in srgb, var(--cta-bg-color) 80%, #000);
    border-color: color-mix(in srgb, var(--cta-bg-color) 80%, #000);
    color: var(--cta-text-color);
  }
  .home-hero__btn--primary.btn-custom__bg.btn-custom__text--black:hover {
    background-color: color-mix(in srgb, var(--cta-bg-color) 80%, #fff);
    border-color: color-mix(in srgb, var(--cta-bg-color) 80%, #fff);
    color: var(--cta-text-color);
  }
}

.home-hero__media {
  position: relative;
  isolation: isolate;
}

.home-hero__intrinsic-ratio {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
@media (min-width: 50em) {
  .home-hero__intrinsic-ratio {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 72em) {
  .home-hero__intrinsic-ratio {
    padding-bottom: 40%;
  }
}

.home-hero__image {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  z-index: 2;
}

/*  ==========================================================================
    Home Hero - Video
    ========================================================================== */
.home-hero--video {
  margin-bottom: 0;
}
.home-hero--video button.video-controls {
  top: 15px;
  right: 15px;
  bottom: auto;
}
@media (min-width: 50em) {
  .home-hero--video button.video-controls {
    top: auto;
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 72em) {
  .home-hero--video button.video-controls {
    bottom: 40px;
    right: 40px;
  }
}
@media (min-width: 96.875em) {
  .home-hero--video button.video-controls {
    bottom: 40px;
    right: 90px;
  }
}
.home-hero--video .home-hero__body::before {
  top: -40px;
}

.home-hero__media--video {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  aspect-ratio: 1;
  pointer-events: none;
  overflow: hidden;
}
@media (min-width: 50em) {
  .home-hero__media--video {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 72em) {
  .home-hero__media--video {
    aspect-ratio: 5/2;
  }
}

.home-hero__pause.btn--pause-mobile {
  top: 15px;
}

.home-hero__footer-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

/*  ==========================================================================
    Home Hero - Slider (Multiple Heroes)
    ========================================================================== */
.home-hero:has(.swiper-container) .swiper,
.home-hero:has(.swiper-container) .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.home-hero:has(.swiper-container) .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.home-hero:has(.swiper-container) .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.home-hero:has(.swiper-container) {
  /* Fade effect */
}
.home-hero:has(.swiper-container) .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.home-hero:has(.swiper-container) .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.home-hero:has(.swiper-container) {
  display: block;
  max-height: none;
}
.home-hero:has(.swiper-container):before {
  display: none;
}
.home-hero:has(.swiper-container) .swiper-container {
  height: auto;
}
.home-hero:has(.swiper-container) .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
.home-hero:has(.swiper-container) .swiper-slide {
  height: auto;
}

.home-hero--multiple {
  display: block;
  max-height: none;
}
.home-hero--multiple:before {
  display: none;
}
.home-hero--multiple .swiper-container {
  height: auto;
}
.home-hero--multiple .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
.home-hero--multiple .swiper-slide {
  height: auto;
}
.home-hero--multiple:has(.swiper-initialized) .swiper-pagination.swiper-pagination-bullets {
  display: flex;
}
.home-hero--multiple .swiper-pagination.swiper-pagination-bullets {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  z-index: 2;
}
@media (min-width: 50em) {
  .home-hero--multiple .swiper-pagination.swiper-pagination-bullets {
    bottom: 30px;
  }
}
.home-hero--multiple .swiper-pagination-bullet {
  background: transparent;
  border-color: white;
  opacity: 0.7;
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0;
}
.home-hero--multiple .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.home-hero__slide {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #fff;
}
.home-hero__slide:before {
  position: absolute;
  content: "";
  background: linear-gradient(to top, black, transparent);
  height: 60%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 50em) {
  .home-hero__slide:before {
    background: linear-gradient(to right, black, transparent);
    height: 100%;
    width: 50%;
  }
}

.home-hero__slide .home-hero__inner {
  position: absolute;
  inset: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 50em) {
  .home-hero__slide .home-hero__inner {
    top: auto;
    bottom: 60px;
  }
}

.home-hero__slide .home-hero__media {
  position: relative;
  isolation: isolate;
}

.home-hero__slide .home-hero__intrinsic-ratio {
  position: relative;
  padding-bottom: 125%;
  height: 0;
}
@media (min-width: 50em) {
  .home-hero__slide .home-hero__intrinsic-ratio {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 72em) {
  .home-hero__slide .home-hero__intrinsic-ratio {
    padding-bottom: 40%;
  }
}

.home-hero__slide .home-hero__media {
  position: relative;
  isolation: isolate;
}

.home-hero__slide .home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: auto;
}

.home-hero__slide .home-hero__figure {
  margin-bottom: 0;
}

/*  ==========================================================================
    Home Hero - Actions (Stop/Resume Autoplay)
    ========================================================================== */
.home-hero__actions {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.home-hero__stop-autoplay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  pointer-events: all;
}
@media (min-width: 50em) {
  .home-hero__stop-autoplay {
    right: 20px;
    top: 20px;
  }
}
.home-hero__stop-autoplay .o-icon {
  width: 12px;
  height: 12px;
}
.home-hero__stop-autoplay .o-icon--play {
  margin-left: 2px;
}
.home-hero__stop-autoplay .o-icon--play,
.home-hero__stop-autoplay .o-icon--pause {
  margin-top: -7px;
}

/*  ==========================================================================
    Home Hero - Autoplay Progress Circle
    ========================================================================== */
.autoplay-progress {
  position: absolute;
  width: 100%;
  height: 100%;
}

.autoplay-progress__foreground,
.autoplay-progress__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 3px;
}

.autoplay-progress__foreground {
  --progress: 0;
  stroke: #fff;
  stroke-dashoffset: calc((100 - var(--progress)) / 100 * 125.6);
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
  z-index: 2;
}

.autoplay-progress__background {
  stroke: rgba(255, 255, 255, 0.3);
}

/*  ==========================================================================
    Home Hero - Video Slide
    ========================================================================== */
.home-hero__slide--video .home-hero__media--video {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.home-hero__slide--video .home-hero__media--video .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.home-hero__slide--video .home-hero__media--video .video-container.is-loaded {
  opacity: 1;
}
.home-hero__slide--video .home-hero__media--video .video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home-hero__slide--video .home-hero__media--video .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 11/5;
  pointer-events: none;
}
@media (min-width: 50em) {
  .home-hero__slide--video .home-hero__media--video .video-container iframe {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 62.5em) {
  .home-hero__slide--video .home-hero__media--video .video-container iframe {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 49.99em) {
  .home-hero:has(.home-hero__slide--video) .home-hero__details, .home-hero:has(.swiper-pagination) .home-hero__details, .home-hero:has(.home-hero__stop-autoplay) .home-hero__details {
    padding-bottom: 65px;
  }
}

/*  ========================================================================== */
/*  Header Video
/*  ========================================================================== */
.header-video {
  margin-bottom: 40px;
}
@media (min-width: 59em) {
  .header-video {
    margin-bottom: 0;
  }
}

iframe.video-container {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 177.78%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 2;
}
@media (min-width: 50em) {
  iframe.video-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.header-video:has(.header-video--loaded) .video-container,
.header-video:has(.header-video--loaded) .btn--pause {
  opacity: 1;
}

.video-container-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

button.video-controls {
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: absolute;
  bottom: -40px;
  right: 15px;
  padding: 10px 20px;
  color: #fff;
  background-color: #383839;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 3;
}
.header-video:has(.video-container--loaded) button.video-controls, .header-video.video-container--loaded button.video-controls {
  opacity: 1;
}
button.video-controls.playing .video-control--pause {
  display: block;
}
button.video-controls.playing .video-control--play {
  display: none;
}
button.video-controls.paused .video-control--play {
  display: block;
}
button.video-controls.paused .video-control--pause {
  display: none;
}
@media (min-width: 50em) {
  button.video-controls {
    bottom: 10px;
    right: 10px;
  }
}
@media (min-width: 62.5em) {
  button.video-controls {
    bottom: 15px;
    right: 15px;
  }
}

.video-control {
  height: 20px;
  width: 11px;
}
.video-control .o-icon {
  width: 100%;
  height: 100%;
}

.video-control--text {
  font-size: 14px;
}

/*  ==========================================================================
	Venue Header
	========================================================================== */
.venue-header {
  position: relative;
  background-color: var(--color-1);
  color: var(--color-1-text);
  overflow: hidden;
}

.venue-header__inner {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 50em) {
  .venue-header__inner {
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
  }
}
@media (min-width: 72em) {
  .venue-header__inner {
    gap: 60px;
    max-width: 1440px;
    margin: auto;
  }
}

.venue-header__media {
  margin-bottom: 0;
  order: 1;
}
@media (min-width: 50em) {
  .venue-header__media {
    width: 45%;
  }
}
@media (min-width: 90em) {
  .venue-header__media {
    transform: translateX(calc(((100vw - 1280px) / 2)));
  }
}

.venue-header__media-inner {
  position: relative;
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 90em) {
  .venue-header__media-inner {
    width: calc(100% + ((100vw - 1280px) / 2));
    transform: translateX(calc(((100vw - 1280px) / 2) * -1));
  }
}

.venue-header__intrinsic-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
@media (min-width: 50em) {
  .venue-header__intrinsic-ratio {
    position: relative;
    padding-bottom: 71.4285714286%;
  }
}

.venue-header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 50em) {
  .venue-header__image {
    object-fit: cover;
    object-position: center;
  }
}

.venue-header__content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
@media (min-width: 50em) {
  .venue-header__content {
    width: 55%;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 72em) {
  .venue-header__content {
    padding: 30px 0 30px 15px;
  }
}

.venue-header__titles {
  margin-bottom: 15px;
}
@media (min-width: 50em) {
  .venue-header__titles {
    margin-bottom: 20px;
  }
}

.venue-header__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  width: 100%;
  line-height: 0.9;
  font-size: 28px;
  text-wrap: balance;
}
@media (min-width: 50em) {
  .venue-header__title {
    font-size: 38px;
  }
}
@media (min-width: 72em) {
  .venue-header__title {
    font-size: 48px;
  }
}

.venue-header__prefix,
.venue-header__suffix {
  display: block;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 0.8;
}
@media (min-width: 50em) {
  .venue-header__prefix,
  .venue-header__suffix {
    font-size: 22px;
  }
}
@media (min-width: 72em) {
  .venue-header__prefix,
  .venue-header__suffix {
    font-size: 26px;
  }
}

.venue-header__prefix {
  margin-bottom: 10px;
}
@media (min-width: 62.5em) {
  .venue-header__prefix {
    margin-bottom: 10px;
  }
}

.venue-header__suffix {
  margin-top: 10px;
}
@media (min-width: 62.5em) {
  .venue-header__suffix {
    margin-top: 12px;
  }
}

.venue-header__address {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 15px;
  border-top: 1px solid;
  font-size: 12px;
}
.venue-header__address .o-icon {
  width: 16px;
  height: 16px;
}
@media (min-width: 72em) {
  .venue-header__address .o-icon {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 50em) {
  .venue-header__address {
    border-top: none;
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    font-size: 16px;
  }
}
@media (min-width: 72em) {
  .venue-header__address {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.venue-header__breadcrumbs + .content-blocks .rich-text {
  margin-top: 30px;
}

.venue-header__breadcrumbs-inner {
  margin-top: 15px;
  padding: 0 15px;
}
@media (min-width: 50em) {
  .venue-header__breadcrumbs-inner {
    margin-top: 20px;
  }
}
@media (min-width: 72em) {
  .venue-header__breadcrumbs-inner {
    width: 100%;
    max-width: 920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 60px;
  }
}
@media (min-width: 72em) and (min-width: 50em) {
  .venue-header__breadcrumbs-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*  ==========================================================================
    Date Picker
    ========================================================================== */
@media (min-width: 62.5em) {
  .event-header__date-picker--mobile {
    display: none;
  }
}

.event-header__date-picker--desktop {
  display: none;
}
@media (min-width: 62.5em) {
  .event-header__date-picker--desktop {
    display: block;
  }
}

.date-picker__list {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 15px;
  overflow-x: auto;
}
@media (min-width: 50em) {
  .date-picker__list {
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0;
  }
}

.date-picker__item {
  flex-shrink: 0;
}

.date-picker__radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.date-picker__inner {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #000;
  background-color: transparent;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.date-picker__radio:checked + .date-picker__inner {
  background-color: #A6192E;
  border-color: #A6192E;
  color: #fff;
}
@media (min-width: 50em) {
  .date-picker__inner {
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    transition: border-color 0.3s ease;
  }
  .date-picker__inner:after {
    opacity: 0;
    position: absolute;
    content: "Buy Tickets";
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #A6192E;
    color: #fff;
    width: 100%;
    height: 100%;
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    transition: opacity 0.3s ease;
  }
  .date-picker__inner:hover {
    border-color: #A6192E;
  }
  .date-picker__inner:hover:after {
    opacity: 1;
  }
}

.date-picker__header {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.date-picker__header .o-icon {
  width: 8px;
  height: 8px;
}
@media (min-width: 50em) {
  .date-picker__header {
    font-size: 10px;
  }
  .date-picker__header .o-icon:nth-child(2 of .o-icon) {
    display: none;
  }
}

.date-picker__day {
  letter-spacing: 1px;
}

.date-picker__date {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
@media (min-width: 50em) {
  .date-picker__date {
    font-size: 26px;
  }
}

.date-picker__availability {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #A6192E;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.date-picker__availability .o-icon {
  width: 12px;
  height: 12px;
}
@media (min-width: 50em) {
  .date-picker__availability {
    font-size: 10px;
  }
}

.date-picker__btn {
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: #A6192E;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 50em) {
  .date-picker__btn {
    display: none;
  }
}

/*  ==========================================================================
    Bio Header
    ========================================================================== */
.bio-header {
  margin: var(--content-margin-small);
}
@media (max-width: 49.99em) {
  .bio-header {
    margin-top: 0;
  }
}

.bio-header__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .bio-header__inner {
    width: 100%;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .bio-header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.bio-header__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 50em) {
  .bio-header__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
  .bio-header__wrapper .bio-header__sticky {
    max-width: 300px;
    position: sticky;
    top: 20px;
  }
}
@media (min-width: 62.5em) {
  .bio-header__wrapper {
    gap: 60px;
  }
  .bio-header__wrapper .bio-header__sticky {
    max-width: 400px;
  }
}
@media (min-width: 72em) {
  .bio-header__wrapper .bio-header__sticky {
    top: calc(var(--global-header-height) + 30px);
  }
}

@media (max-width: 49.99em) {
  .bio-header__breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
.bio-header__breadcrumbs .breadcrumbs {
  margin-top: 0;
}

.bio-header__sticky {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 50em) {
  .bio-header__sticky {
    flex-direction: column;
  }
}

.bio-header__meta {
  background-color: var(--theme-color);
  color: var(--theme-highlight-color);
  padding: 20px;
}
@media (min-width: 50em) {
  .bio-header__meta {
    background-color: transparent;
    padding: 0;
    color: #000;
  }
}

.bio-header__person {
  padding: 20px 15px;
}
@media (min-width: 50em) {
  .bio-header__person {
    padding: 0;
  }
}

.bio-header__name {
  color: #000;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 0.8;
  text-wrap: balance;
}
@media (min-width: 50em) {
  .bio-header__name {
    font-size: 42px;
  }
}
@media (min-width: 62.5em) {
  .bio-header__name {
    font-size: 60px;
    margin-top: 0;
  }
}

.bio-header__role {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 50em) {
  .bio-header__role {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media (min-width: 62.5em) {
  .bio-header__role {
    font-size: 28px;
  }
}

.bio-header__position {
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 50em) {
  .bio-header__position {
    font-size: 18px;
  }
}
@media (min-width: 62.5em) {
  .bio-header__position {
    font-size: 22px;
  }
}

.bio-header__media {
  width: 100%;
}
@media (min-width: 50em) {
  .bio-header__media {
    margin-top: 30px;
  }
}

.bio-header__intrinsic-ratio {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
@media (min-width: 50em) {
  .bio-header__intrinsic-ratio:after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -25px;
    background-color: var(--theme-highlight-color);
    clip-path: polygon(3% 0, 100% 0, 100% 97%, 0% 100%);
    width: 103%;
    height: 103%;
  }
}

.bio-header__image {
  position: absolute;
  right: 0;
  height: auto;
  width: 100%;
  z-index: 2;
}

.bio-header__content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 50em) {
  .bio-header__content {
    padding-left: 20px;
    padding-right: 0;
  }
}

.bio-header__title {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (min-width: 50em) {
  .bio-header__title {
    font-size: 42px;
  }
}

.bio-header__breadcrumbs--desktop {
  display: none;
}
@media (min-width: 50em) {
  .bio-header__breadcrumbs--desktop {
    display: block;
  }
}

.bio-header__breadcrumbs--mobile {
  display: block;
}
@media (min-width: 50em) {
  .bio-header__breadcrumbs--mobile {
    display: none;
  }
}

/*  ==========================================================================
	Posts
	========================================================================== */
.post-item {
  display: flex;
  width: 100%;
  transition: border-bottom 0.3s ease-in-out;
}

.post-item__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  width: 100%;
}
@media (min-width: 62.5em) {
  .post-item__inner {
    gap: 20px;
  }
}
@media (min-width: 62.5em) {
  .post-item__inner {
    gap: 25px;
  }
}

.post-item__media {
  overflow: hidden;
}

.post-item__intrinsic-ratio {
  position: relative;
  height: 0;
  padding-bottom: 73.3333333333%;
  overflow: hidden;
}

.post-item__image {
  position: absolute;
  width: 100%;
  height: auto;
}

.post-item__content {
  display: flex;
  flex-direction: column;
}

.post-item__post-type {
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .post-item__post-type {
    font-size: 18px;
  }
}

.post-item__prefix {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 50em) {
  .post-item__prefix {
    font-size: 16px;
  }
}

.post-item__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 50em) {
  .post-item__title {
    font-size: 22px;
  }
}
@media (min-width: 62.5em) {
  .post-item__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 72em) {
  .post-item__title {
    font-size: 28px;
  }
}

.post-item__date {
  padding-top: 10px;
  display: block;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: auto 0 0 0;
}

.post-item__details,
.post-item__cta {
  font-size: 16px;
}

.post-item__cta {
  text-decoration: underline;
}

/*  ==========================================================================
    Homepage Calendar
    ========================================================================== */
.home-calendar {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.home-calendar .skip-link {
  background-color: rgba(166, 25, 46, 0.72);
  color: #fff;
  border-color: #A6192E;
}

.home-calendar__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .home-calendar__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home-calendar__inner {
  padding: 15px 0;
}
@media (min-width: 50em) {
  .home-calendar__inner {
    padding: 25px 0;
  }
}

.home-calendar__scroller {
  padding: 0 15px;
}
.home-calendar__scroller::-webkit-scrollbar {
  display: none;
}
@media (min-width: 50em) {
  .home-calendar__scroller {
    padding: 0 25px;
  }
}
@media (max-width: 62.49em) {
  .home-calendar__scroller {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.home-calendar__months,
.home-calendar__performances {
  display: flex;
  flex: 1;
  gap: 5px;
}

.home-calendar__month {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 0;
}
@media (min-width: 50em) {
  .home-calendar__month {
    gap: 20px;
  }
}

.home-calendar__month__title {
  font-size: 18px;
  position: sticky;
  height: 0;
  left: 0;
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 15px;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
}

.home-calendar__performances {
  position: relative;
  z-index: 2;
}

.home-calendar__performance {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.4s ease;
  margin-top: 3.3em;
  width: 100%;
}
.home-calendar__performance--today, .home-calendar__performance--active:hover {
  background-color: #fff;
  color: #000;
}
.home-calendar__performance--today {
  opacity: 1 !important;
}
.home-calendar__performance--active {
  cursor: pointer;
}
.home-calendar__performance--inactive {
  opacity: 0.5;
  cursor: default;
}
.home-calendar__months:last-child .home-calendar__month:last-child .home-calendar__performance:last-child {
  margin-right: 15px;
}

.home-calendar__day {
  font-family: trade-gothic-next, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  margin-right: 5px;
  transition: all 0.4s ease;
  width: 45px;
}

.home-calendar__date {
  display: flex;
  justify-content: center;
  border-top: 1px dashed #fff;
  font-family: trade-gothic-next, sans-serif;
  font-size: 22px;
  line-height: 1;
  padding: 5px 0 8px;
  font-weight: 800;
  transition: all 0.4s ease;
  width: 100%;
}
.home-calendar__performance--today .home-calendar__date, .home-calendar__performance--active:hover .home-calendar__date {
  border-color: #000;
}

.home-calendar__header {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .home-calendar__header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home-calendar__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -25px;
}

.home-calendar__actions {
  display: flex;
  justify-content: flex-end;
  background-color: #000;
  box-shadow: 0 0 20px 20px #000;
  z-index: 2;
}

.home-calendar__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-family: trade-gothic-next, sans-serif;
  color: #fff;
  position: relative;
  isolation: isolate;
}
.home-calendar__cta .o-icon {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
.home-calendar__cta:after {
  content: "";
  position: absolute;
  background-color: color-mix(in srgb, #000 90%, #fff);
  height: calc(100% + 12px);
  width: calc(100% + 17px);
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .home-calendar__cta:hover:after {
    opacity: 1;
  }
}
@media (min-width: 50em) {
  .home-calendar__cta {
    font-size: 14px;
  }
}
@media (min-width: 62.5em) {
  .home-calendar__cta {
    margin-left: 25px;
  }
}

.home-calendar__previous,
.home-calendar__next {
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: background-color 0.4s ease;
}
@media (min-width: 62.5em) {
  .home-calendar__previous,
  .home-calendar__next {
    display: inline-block;
  }
}
.home-calendar__previous.swiper-button-disabled,
.home-calendar__next.swiper-button-disabled {
  cursor: not-allowed;
}
.home-calendar__previous .o-icon,
.home-calendar__next .o-icon {
  width: 8px;
  color: #fff;
  margin-top: -1px;
  transition: color 0.4s ease;
}
.home-calendar__previous:hover,
.home-calendar__next:hover {
  background-color: #fff;
}
.home-calendar__previous:hover .o-icon,
.home-calendar__next:hover .o-icon {
  color: #000;
}

.home-calendar__previous {
  margin-left: 0;
}
.home-calendar__previous .o-icon {
  transform: rotate(180deg);
  margin-left: -3px;
  margin-top: -2px;
}
.home-calendar__previous:active .o-icon {
  transform: scale(0.9) rotate(180deg);
}

.home-calendar__next {
  margin-left: 15px;
}
@media (min-width: 62.5em) {
  .home-calendar__next {
    margin-left: 10px;
  }
}
.home-calendar__next .o-icon {
  margin-left: 2px;
}
.home-calendar__next:active .o-icon {
  transform: scale(0.9);
}

.theme-sky .home-calendar__performance--today .home-calendar__date,
.theme-sky .home-calendar__performance--today .home-calendar__day,
.theme-sky .home-calendar__performance--active:hover .home-calendar__date,
.theme-sky .home-calendar__performance--active:hover .home-calendar__day,
.theme-spartan .home-calendar__performance--today .home-calendar__date,
.theme-spartan .home-calendar__performance--today .home-calendar__day,
.theme-spartan .home-calendar__performance--active:hover .home-calendar__date,
.theme-spartan .home-calendar__performance--active:hover .home-calendar__day,
.theme-red .home-calendar__performance--today .home-calendar__date,
.theme-red .home-calendar__performance--today .home-calendar__day,
.theme-red .home-calendar__performance--active:hover .home-calendar__date,
.theme-red .home-calendar__performance--active:hover .home-calendar__day {
  color: #000;
  border-color: #000;
}
.theme-sky .home-calendar__previous:hover .o-icon,
.theme-sky .home-calendar__next:hover .o-icon,
.theme-spartan .home-calendar__previous:hover .o-icon,
.theme-spartan .home-calendar__next:hover .o-icon,
.theme-red .home-calendar__previous:hover .o-icon,
.theme-red .home-calendar__next:hover .o-icon {
  color: #000;
}

@supports (-webkit-backdrop-filter: blur(1px)) {
  .calendar-popup {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(30px) brightness(50%) contrast(120%);
    backdrop-filter: blur(30px) brightness(50%) contrast(120%);
  }
}
/*  ==========================================================================
    Event grid
    ========================================================================== */
.event-grid {
  background: var(--theme-color);
  color: var(--theme-text-color);
  position: relative;
  padding: var(--content-margin-small);
  overflow: hidden;
}
.event-grid.theme-inherit {
  --theme-color: var(--color-2);
  --theme-text-color: var(--color-2-text);
  --theme-text-color-inverse: var(--color-2-text-inverse);
}
.event-grid:last-child {
  margin-bottom: 0;
}

.event-grid__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .event-grid__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.event-grid__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 32em) {
  .event-grid__header {
    justify-content: unset;
  }
}
@media (min-width: 50em) {
  .event-grid__header {
    margin-bottom: 30px;
  }
}
@media (min-width: 62.5em) {
  .event-grid__header {
    margin-bottom: 40px;
  }
}

.event-grid__title {
  margin-bottom: 0;
}

.event-grid__cta {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
}
@media (min-width: 32em) {
  .event-grid__cta {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid color-mix(in srgb, var(--theme-text-color) 20%, transparent);
  }
}
@media (min-width: 50em) {
  .event-grid__cta {
    margin-left: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .event-grid__cta:hover {
    text-decoration-color: color-mix(in srgb, var(--theme-text-color) 40%, transparent);
  }
}

.event-grid__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.event-grid__item {
  display: flex;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 42.5em) {
  .event-grid__item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 62.5em) {
  .event-grid__item {
    width: calc(33.3% - 20px);
  }
}
.event-grid__item .event-item {
  width: 100%;
}

/*  ==========================================================================
    Event grid - Previous
    ========================================================================== */
.event-grid__title--previous {
  margin: 40px 0 20px;
}

.event-grid__list--previous .event-grid__item {
  opacity: 0.6;
}

/*  ==========================================================================
    Event Scroller
    ========================================================================== */
.event-scroller {
  background: var(--theme-color);
  color: var(--theme-text-color);
  position: relative;
  padding: var(--content-margin-small);
  overflow: hidden;
}
.event-scroller.theme-inherit {
  --theme-color: var(--color-2);
  --theme-text-color: var(--color-2-text);
  --theme-text-color-inverse: var(--color-2-text-inverse);
}
.event-scroller:last-child {
  margin-bottom: 0;
}

.event-scroller__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .event-scroller__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.event-scroller__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 32em) {
  .event-scroller__header {
    justify-content: unset;
  }
}
@media (min-width: 50em) {
  .event-scroller__header {
    margin-bottom: 30px;
  }
}
@media (min-width: 62.5em) {
  .event-scroller__header {
    margin-bottom: 40px;
  }
}

.event-scroller__title {
  margin-bottom: 0;
}
@media (max-width: 49.99em) {
  .event-scroller__title {
    font-size: 20px;
  }
}

.event-scroller__cta {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
}
@media (min-width: 32em) {
  .event-scroller__cta {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid color-mix(in srgb, var(--theme-text-color) 20%, transparent);
  }
}
@media (min-width: 50em) {
  .event-scroller__cta {
    margin-left: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .event-scroller__cta:hover {
    text-decoration-color: color-mix(in srgb, var(--theme-text-color) 40%, transparent);
  }
}

.event-scroller__actions {
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 62.49em) {
  .event-scroller__actions {
    display: none;
  }
}

.event-scroller__previous,
.event-scroller__next {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  border: 2px solid var(--theme-text-color);
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease;
}
.event-scroller__previous.swiper-button-disabled,
.event-scroller__next.swiper-button-disabled {
  cursor: not-allowed;
}
.event-scroller__previous .o-icon,
.event-scroller__next .o-icon {
  width: 11px;
  color: var(--theme-text-color);
  transition: color 0.4s ease;
}
.event-scroller__previous:hover,
.event-scroller__next:hover {
  background-color: var(--theme-text-color);
}
.event-scroller__previous:hover .o-icon,
.event-scroller__next:hover .o-icon {
  color: var(--theme-color);
}
.theme-inherit .event-scroller__previous,
.theme-inherit .event-scroller__next {
  border: 2px solid var(--theme-text-color);
}
.theme-inherit .event-scroller__previous:hover,
.theme-inherit .event-scroller__next:hover {
  background-color: var(--theme-text-color);
}
.theme-inherit .event-scroller__previous:hover .o-icon,
.theme-inherit .event-scroller__next:hover .o-icon {
  color: var(--theme-color);
}
@media (min-width: 59em) {
  .event-scroller__previous,
  .event-scroller__next {
    border-width: 3px;
  }
}
@media (min-width: 62.5em) {
  .event-scroller__previous,
  .event-scroller__next {
    display: inline-block;
  }
}

.event-scroller__previous {
  margin-left: 0;
}
.event-scroller__previous .o-icon {
  transform: rotate(180deg);
  margin-left: -4px;
  margin-top: -1px;
}
.event-scroller__previous:active .o-icon {
  transform: scale(0.9) rotate(180deg);
}

.event-scroller__next {
  margin-left: 10px;
}
.event-scroller__next .o-icon {
  margin-left: 3px;
  margin-top: 1px;
}
.event-scroller__next:active .o-icon {
  transform: scale(0.9);
}

.event-scroller__scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 62.49em) {
  .event-scroller__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    padding-left: 20px;
  }
}

.event-scroller__list {
  display: flex;
  -webkit-overflow-scrolling: touch;
}

.event-scroller__item {
  display: flex;
  flex-shrink: 0;
  width: 330px;
  box-sizing: content-box;
  padding-right: 15px;
}
@media (min-width: 50em) {
  .event-scroller__item {
    width: 400px;
  }
}
@media (min-width: 62.5em) {
  .event-scroller__item {
    padding-right: 30px;
  }
}
.event-scroller__item .event-item {
  width: 100%;
}
.event-scroller__previous-title ~ .event-scroller__item {
  opacity: 0.6;
}

.event-scroller__previous-title {
  margin: 0 15px auto;
  writing-mode: sideways-lr;
}
@media (min-width: 62.5em) {
  .event-scroller__previous-title {
    margin-right: 30px;
  }
}

/*  ==========================================================================
    Event Item
    ========================================================================== */
.event-item {
  background-color: #fff;
  color: #000;
  width: 100%;
}

.event-item__media {
  margin-bottom: 0;
}

.event-item__intrinsic-ratio {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.event-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .event-item:hover .event-item__image {
    transform: scale(1.05);
  }
}

.event-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
}

.event-item__details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 20px 20px;
}
.event-scroller.theme-white .event-item__details {
  padding: 0;
}

.event-item__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px;
  margin-bottom: auto;
}
@media (min-width: 50em) {
  .event-item__body {
    padding-bottom: 20px;
  }
}

.event-item__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.event-item__titles {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-wrap: pretty;
}

.event-item__title {
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .event-item:hover .event-item__title {
    color: #000;
  }
}
@media (hover: hover) and (pointer: fine) {
  .event-scroller.theme-inherit .event-item:hover .event-item__title, .event-scroller.theme-secondary-dark .event-item:hover .event-item__title, .event-scroller.theme-blue .event-item:hover .event-item__title, .event-scroller.theme-green .event-item:hover .event-item__title {
    color: var(--theme-color);
  }
}

.event-item__prefix,
.event-item__suffix {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.event-item__availability {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
.event-scroller__previous-title ~ .event-scroller__item .event-item__availability {
  display: none;
}

.event-item__availability-text {
  font-size: 12px;
  padding: 4px 10px 5px;
  border-radius: 100px;
}
.event-item__availability--limited .event-item__availability-text {
  background-color: #A6192E;
  color: #fff;
}
.event-item__availability--sold-out .event-item__availability-text {
  background: linear-gradient(to bottom, #424242, #232323);
  color: #fff;
}

.event-item__description {
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .event-item__description {
    font-size: 16px;
  }
}

.event-item__meta {
  display: flex;
  flex-direction: column;
}

.event-item__date {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.event-item__venue {
  font-size: 16px;
  margin-bottom: 0;
}

.event-item__footer {
  display: flex;
  align-items: flex-end;
  min-height: 33px;
  border-top: 1px solid #d9d9d9;
  position: relative;
}
.event-item__footer:after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 1px;
  width: 100%;
  top: -1px;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 50em) {
  .event-item__footer {
    min-height: 36px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .event-item:hover .event-item__footer:after {
    transform: scaleX(1);
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .event-scroller.theme-inherit .event-item:hover .event-item__footer:after, .event-scroller.theme-secondary-dark .event-item:hover .event-item__footer:after, .event-scroller.theme-blue .event-item:hover .event-item__footer:after, .event-scroller.theme-green .event-item:hover .event-item__footer:after {
    background-color: var(--theme-color);
  }
}

.event-item__custom_text {
  font-size: 12px;
  padding-top: 15px;
}
@media (min-width: 50em) {
  .event-item__custom_text {
    font-size: 14px;
  }
}

/*  ==========================================================================
    Donation Panel
    ========================================================================== */
.donation-panel {
  margin: var(--content-margin);
}
.donation-panel.theme-default {
  --theme-color: linear-gradient(to bottom, #424242, #232323);
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}
.donation-panel.theme-white .donation-panel__inner {
  border-top: 2px solid #000;
}
@media (min-width: 62.5em) {
  .donation-panel.theme-white .donation-panel__inner {
    border: 0;
    outline: 2px solid #000;
    outline-offset: -2px;
  }
}
.donation-panel.theme-primary .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-primary .donation-panel__button:hover, .donation-panel.theme-secondary-light .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-secondary-light .donation-panel__button:hover {
  background-color: #083C96;
  border-color: #083C96;
  color: #fff;
}
.donation-panel.theme-secondary-dark .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-secondary-dark .donation-panel__button:hover {
  background-color: #D3DFE6;
  border-color: #D3DFE6;
  color: #000;
}
.donation-panel.theme-green .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-green .donation-panel__button:hover {
  background-color: #FFF196;
  border-color: #FFF196;
  color: #000;
}
.donation-panel.theme-sky .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-sky .donation-panel__button:hover, .donation-panel.theme-goldenrod .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-goldenrod .donation-panel__button:hover {
  background-color: var(--color-3);
  border-color: var(--color-3);
  color: var(--color-3-text);
}
.donation-panel.theme-black .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-black .donation-panel__button:hover, .donation-panel.theme-white .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-white .donation-panel__button:hover, .donation-panel.theme-default .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-default .donation-panel__button:hover, .donation-panel.theme-blue .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-blue .donation-panel__button:hover {
  background-color: #A6192E;
  border-color: #A6192E;
  color: #fff;
}
.donation-panel.theme-black .donation-panel__other-amount .currency, .donation-panel.theme-white .donation-panel__other-amount .currency, .donation-panel.theme-default .donation-panel__other-amount .currency, .donation-panel.theme-blue .donation-panel__other-amount .currency {
  background-color: #A6192E;
  color: #fff;
}
.donation-panel.theme-orange .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-orange .donation-panel__button:hover {
  background-color: #E1E1E1;
  border-color: #E1E1E1;
  color: #000;
}
.donation-panel.theme-grey .donation-panel__input:checked + .donation-panel__button,
.donation-panel.theme-grey .donation-panel__button:hover {
  background-color: #FF8138;
  border-color: #FF8138;
  color: #000;
}
@media (min-width: 62.5em) {
  .donation-panel {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62.5em) and (min-width: 50em) {
  .donation-panel {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.donation-panel__inner {
  display: flex;
  flex-direction: column;
  background: var(--theme-color);
  color: var(--theme-text-color);
}
@media (min-width: 62.5em) {
  .donation-panel__inner {
    flex-direction: row;
  }
}

.donation-panel__content {
  display: flex;
  width: 100%;
  margin: var(--content-margin);
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .donation-panel__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 62.5em) {
  .donation-panel__content {
    align-self: center;
  }
}
@media (min-width: 72em) {
  .donation-panel__content {
    padding: 40px;
  }
}

@media (min-width: 50em) {
  .donation-panel__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.donation-panel__inner {
  position: relative;
}

.donation-panel__title {
  font-size: 32px;
}
@media (min-width: 50em) {
  .donation-panel__title {
    font-size: 38px;
  }
}
@media (min-width: 62.5em) {
  .donation-panel__title {
    font-size: 42px;
  }
}
@media (min-width: 72em) {
  .donation-panel__title {
    font-size: 48px;
  }
}

.donation-panel__description {
  font-size: 16px;
  text-wrap: balance;
}
@media (min-width: 50em) {
  .donation-panel__description {
    font-size: 18px;
  }
}

.donation-panel__amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  .donation-panel__amounts {
    gap: 20px;
  }
}

.donation-panel__amount:first-child .donation-panel__button {
  margin-left: 0;
}

.donation-panel__input:checked + .donation-panel__button,
.donation-panel__button:hover {
  text-decoration: none;
  transform: scale(1.1);
  background-color: #A6192E;
  border-color: #A6192E;
  color: #fff;
}
@media (min-width: 50em) {
  .donation-panel__input:checked + .donation-panel__button,
  .donation-panel__button:hover {
    transform: scale(1.15);
  }
}

.donation-panel__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  width: 55px;
  height: 55px;
  margin: 0;
  padding: 15px;
  border: 1px solid var(--theme-text-color);
  border-radius: 100%;
  color: var(--theme-text-color-inverse);
  background-color: var(--theme-text-color);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.donation-panel__button:focus-visible {
  outline: none;
  border: none;
}
@media (min-width: 50em) {
  .donation-panel__button {
    font-size: 18px;
    width: 60px;
    height: 60px;
  }
}

.donation-panel__media {
  width: 100%;
  margin-bottom: 0;
}

.donation-panel__intrinsic-ratio {
  position: relative;
  height: 100%;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
@media (min-width: 62.5em) {
  .donation-panel__intrinsic-ratio {
    mask-image: url('data:image/svg+xml,<svg viewBox="0 0 744 495" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M743.965 495H67.1655C-24.2424 375.266 -20.5148 182.078 67.1655 0H743.965V495Z" fill="%23FF0000"/></svg>');
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: left;
  }
}

.donation-panel__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-panel__specific-amount.hidden {
  display: none;
}

.donation-panel__other-amount.hidden {
  display: none;
}

.donation-panel__other-amount {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.donation-panel__other-amount .form-control {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 15px 0 15px 20px;
  margin-left: 0;
  border-radius: 0 6px 6px 0;
  width: 100%;
  transition: border-color 0.3s ease;
  font-size: 16px;
  max-width: 150px;
  font-weight: 700;
  letter-spacing: 1px;
}
.donation-panel__other-amount .form-control:focus {
  outline: 2px solid var(--theme-color-dark);
  outline-offset: 2px;
}
.donation-panel__other-amount .form-control::placeholder {
  color: #000;
  font-size: 16px;
}
.donation-panel__other-amount .currency {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  background-color: black;
  color: white;
  padding: 13px 15px;
  border-radius: 6px 0 0 6px;
}
.donation-panel__other-amount .currency span {
  margin-right: 10px;
}

/*  ==========================================================================
    Donation Panel - Image
    ========================================================================== */
@media (min-width: 62.5em) {
  .donation-panel--image .donation-panel__content,
  .donation-panel--image .donation-panel__media {
    width: 50%;
  }
}

/*  ==========================================================================
    Feature Group
    ========================================================================== */
.feature-group {
  margin: var(--content-margin-small);
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .feature-group {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.feature-group__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 50em) {
  .feature-group__inner {
    flex-direction: row;
    gap: 20px;
  }
  .feature-group__inner > * {
    width: 50%;
  }
}
@media (min-width: 62.5em) {
  .feature-group__inner {
    gap: 40px;
  }
}
@media (min-width: 72em) {
  .feature-group__inner {
    gap: 60px;
  }
}

/*  ==========================================================================
    Feature Group - Item
    ========================================================================== */
.feature-group .feature-item .feature-item__details {
  position: relative;
}
.feature-group .feature-item .feature-item__media {
  width: 100%;
  flex: 1;
}
@media (min-width: 50em) {
  .feature-group .feature-item .feature-item__details {
    padding-top: 30px;
  }
  .feature-group .feature-item .feature-item__details:after {
    height: 6vw;
    bottom: -5vw;
    mask-image: url('data:image/svg+xml,<svg width="638" height="72" viewBox="0 0 638 72" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M638 2.62971e-06C337.283 112.871 0.0283198 59.2917 0.0283198 59.2917L-3.14722e-06 3.05176e-05" fill="%23083C96"/></svg>');
    transform: translate3d(0, 0, 0);
  }
  .feature-group .feature-item .feature-item__intrinsic-ratio {
    padding-bottom: 66.6666666667%;
  }
}
@media (min-width: 62.5em) {
  .feature-group .feature-item .feature-item__details {
    padding: 40px 40px 0;
  }
}
@media (min-width: 72em) {
  .feature-group .feature-item .feature-item__details {
    padding: 60px 60px 0;
  }
  .feature-group .feature-item .feature-item__details:after {
    height: 72px;
    bottom: -72px;
  }
}

@media (min-width: 50em) {
  .feature-group .feature-item--reversed {
    flex-direction: column;
  }
  .feature-group .feature-item--reversed .feature-item__media,
  .feature-group .feature-item--reversed .feature-item__image {
    scale: 1 -1;
  }
  .feature-group .feature-item--reversed .feature-item__media {
    margin-top: 0;
  }
  .feature-group .feature-item--reversed .feature-item__details {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .feature-group .feature-item--reversed .feature-item__details:after {
    bottom: unset;
    top: -5vw;
    scale: 1 -1;
  }
}
@media (min-width: 62.5em) {
  .feature-group .feature-item--reversed .feature-item__details {
    padding: 0 40px 40px;
  }
}
@media (min-width: 72em) {
  .feature-group .feature-item--reversed .feature-item__details {
    padding: 0 60px 60px;
  }
  .feature-group .feature-item--reversed .feature-item__details:after {
    top: -72px;
  }
}

/*  ==========================================================================
    Feature group with swoop effect hidden
    ========================================================================== */
.feature-group.feature-group--image--no-mask .feature-item .feature-item__details:after {
  mask-image: unset;
}

/*  ==========================================================================
    Feature Panel
    ========================================================================== */
.feature-panel {
  position: relative;
  overflow: hidden;
  margin: var(--content-margin);
}

.feature-panel__inner {
  position: relative;
}

/*  ==========================================================================
    Feature Panel - Item
    ========================================================================== */
@media (min-width: 50em) {
  .feature-panel .feature-item .feature-item__details {
    padding-top: 60px;
  }
}
@media (min-width: 62.5em) {
  .feature-panel .feature-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 30px;
  }
  .feature-panel .feature-item .feature-item__body {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0;
  }
}
@media (min-width: 62.5em) and (min-width: 50em) {
  .feature-panel .feature-item .feature-item__body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 62.5em) {
  .feature-panel .feature-item .feature-item__details {
    margin-left: auto;
    width: 40%;
    padding: 30px 0;
  }
  .feature-panel .feature-item .feature-item__details > *:first-child {
    margin-top: auto;
  }
  .feature-panel .feature-item .feature-item__details > *:last-child {
    margin-bottom: auto;
  }
  .feature-panel .feature-item .feature-item__details:after {
    bottom: 0;
    left: -12vw;
    height: 100%;
    width: 14vw;
    mask-position: left;
    mask-image: url('data:image/svg+xml,<svg width="184" height="495" viewBox="0 0 184 495" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M183.535 494.999C-104.184 261.685 32.3948 0.0219727 32.3948 0.0219727L183.535 0" fill="%23A6192E"/></svg>');
  }
  .feature-panel .feature-item .feature-item__media {
    width: 60%;
    height: 100%;
  }
  .feature-panel .feature-item .feature-item__intrinsic-ratio {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 80em) {
  .feature-panel .feature-item .feature-item__intrinsic-ratio {
    padding-bottom: 50%;
  }
}
@media (min-width: 112.5em) {
  .feature-panel .feature-item .feature-item__intrinsic-ratio {
    padding-bottom: 44.4444444444%;
  }
}

@media (min-width: 62.5em) {
  .feature-panel .feature-item--reversed {
    flex-direction: row-reverse;
  }
  .feature-panel .feature-item--reversed .feature-item {
    padding-right: 30px;
  }
  .feature-panel .feature-item--reversed .feature-item__details {
    margin-left: 0;
    width: 45%;
  }
  .feature-panel .feature-item--reversed .feature-item__details:after {
    left: unset;
    right: -12vw;
    scale: -1 1;
    mask-position: right;
  }
  .feature-panel .feature-item--reversed .feature-item__media,
  .feature-panel .feature-item--reversed .feature-item__image {
    scale: -1;
  }
}

.feature-panel.feature-panel--image--no-mask .feature-item .feature-item__details:after {
  left: 0;
  mask-image: unset;
}
@media (min-width: 62.5em) {
  .feature-panel.feature-panel--image--no-mask .feature-item .feature-item__details:after {
    left: -6vw;
    mask-image: unset;
  }
}

/*  ==========================================================================
    Feature Item
    ========================================================================== */
.feature-item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  background: var(--theme-color);
  color: var(--theme-text-color);
}
.feature-item.theme-default {
  --theme-color: #A6192E;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}
.feature-item.theme-gradient {
  --theme-color: #333;
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}

.feature-item__details {
  position: relative;
  background: var(--theme-color);
  color: var(--theme-text-color);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-top: 20px;
  z-index: 3;
}
@media (min-width: 30em) {
  .feature-item__details {
    padding-top: 30px;
  }
}
@media (max-width: 62.49em) {
  .feature-item__details {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 62.49em) and (min-width: 50em) {
  .feature-item__details {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.feature-item__details:after {
  position: absolute;
  content: "";
  height: 11vw;
  width: 100%;
  bottom: -10vw;
  left: 0;
  margin: 1px 0;
  mask-image: unset;
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: top;
  background-color: var(--theme-color);
  z-index: -1;
}
@media (min-width: 62.5em) {
  .feature-item__details:after {
    mask-image: url('data:image/svg+xml,<svg width="358" height="36" viewBox="0 0 358 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M358 -3.89888e-07C189.259 56.4355 0.0158911 29.6458 0.0158911 29.6458L-1.57361e-06 1.52588e-05" fill="%2332783D"/></svg>');
  }
}

.feature-item__media {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 62.5em) {
  .feature-item__media {
    margin-bottom: 0;
  }
}

.feature-item__intrinsic-ratio {
  position: relative;
  height: 100%;
  padding-bottom: 75%;
}

.feature-item__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  transform: scale(1);
  transition: transform 0.4s ease;
  z-index: 2;
}

.feature-item__prefix {
  display: block;
  font-size: 16px;
}
.feature-item__prefix p:last-child {
  margin-bottom: 0;
}

.feature-item__title {
  margin-bottom: 0;
  font-size: 32px;
}
@media (min-width: 50em) {
  .feature-item__title {
    font-size: 38px;
  }
}
@media (min-width: 62.5em) {
  .feature-item__title {
    font-size: 42px;
  }
}
@media (min-width: 72em) {
  .feature-item__title {
    font-size: 48px;
  }
}

.feature-item__description {
  font-size: 16px;
}
@media (min-width: 50em) {
  .feature-item__description {
    font-size: 18px;
  }
}
.feature-item__description p:last-child {
  margin-bottom: 0;
}

@media (hover: hover) and (pointer: fine) {
  .feature-item:has(.feature-item__cta:hover) .feature-item__image {
    transform: scale(1.05);
  }
}

/*  ==========================================================================
    venue Panel
    ========================================================================== */
.venue-panel {
  display: block;
}
.venue-panel.theme-default {
  --theme-color: linear-gradient(to bottom, #424242, #232323);
  --theme-text-color: #fff;
  --theme-text-color-inverse: #000;
}
.venue-panel.theme-white {
  border: 1px solid #000;
  border-width: 1px 0;
}
@media (min-width: 62.5em) {
  .venue-panel:hover .venue-panel__image {
    scale: 1.05;
  }
  .venue-panel:hover .o-icon--chevron-right {
    right: -10px;
  }
}

.venue-panel__inner {
  display: flex;
  flex-direction: column;
  background: var(--theme-color);
  color: var(--theme-text-color);
}
@media (min-width: 62.5em) {
  .venue-panel__inner {
    flex-direction: row;
  }
}

.venue-panel__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  margin: 15px 0;
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .venue-panel__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 50em) {
  .venue-panel__content {
    margin: var(--content-margin);
  }
}
@media (min-width: 72em) {
  .venue-panel__content {
    padding: 0 40px;
  }
}

.venue-panel__inner {
  position: relative;
}

.venue-panel__prefix {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .venue-panel__prefix {
    font-size: 28px;
  }
}

.venue-panel__pretitle {
  display: block;
  font-weight: 700;
  margin-bottom: -5px;
}

.venue-panel__title {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  .venue-panel__title {
    font-size: 38px;
  }
}
@media (min-width: 62.5em) {
  .venue-panel__title {
    font-size: 42px;
  }
}
@media (min-width: 72em) {
  .venue-panel__title {
    font-size: 48px;
  }
}

.venue-panel__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 10px;
  width: 100%;
}
.venue-panel__description .o-icon--chevron-right {
  position: relative;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  padding: 5px;
  transition: right 0.3s ease;
}

.venue-panel__media {
  width: 100%;
  margin-bottom: 0;
}

.venue-panel__intrinsic-ratio {
  position: relative;
  height: 100%;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
@media (min-width: 50em) {
  .venue-panel__intrinsic-ratio {
    padding-bottom: 50%;
  }
}
@media (min-width: 62.5em) {
  .venue-panel__intrinsic-ratio {
    clip-path: circle(68.3% at 40% 45%);
  }
}

.venue-panel__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

/*  ==========================================================================
    venue Panel - Image
    ========================================================================== */
@media (min-width: 62.5em) {
  .venue-panel--image .venue-panel__content {
    width: 45%;
  }
  .venue-panel--image .venue-panel__media {
    width: 55%;
  }
}

/*  ==========================================================================
    venue Panel - Masked Image
    ========================================================================== */
@media (min-width: 62.5em) {
  .venue-panel--image--no-mask .venue-panel__intrinsic-ratio {
    clip-path: unset;
  }
}

/*  ==========================================================================
	Embed Video
	========================================================================== */
.embed-video {
  position: relative;
  padding: 30px 0;
  background: linear-gradient(#424242, #232323);
  color: #fff;
}
@media (min-width: 50em) {
  .embed-video {
    padding: 40px 0;
  }
}
@media (min-width: 62.5em) {
  .embed-video {
    padding: 60px 0;
  }
}
.user-is-tabbing .embed-video a:focus {
  outline-color: #fff;
}

.embed-video__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .embed-video__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.js-video-modal {
  pointer-events: none;
}
.js-video-modal--initialised {
  pointer-events: auto;
}

/*  ==========================================================================
	Embed Video - Video Item
	========================================================================== */
.embed-video .video-item .video-item__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 50em) {
  .embed-video .video-item .video-item__content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 60px;
  }
}
.embed-video .video-item .video-item__content .video-item__details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 50em) {
  .embed-video .video-item .video-item__content .video-item__details {
    gap: 30px;
  }
}
.embed-video .video-item .video-item__content .video-item__title {
  color: var(--theme-color-light);
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 22px;
}
@media (min-width: 50em) {
  .embed-video .video-item .video-item__content .video-item__title {
    font-size: 32px;
    color: #fff;
  }
}
.embed-video .video-item .video-item__content .video-item__prefix {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 50em) {
  .embed-video .video-item .video-item__content .video-item__prefix {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 10px;
  }
}
.embed-video .video-item .video-item__content .video-item__media {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  grid-column: 1;
  grid-row: 1;
}
.embed-video .video-item .video-item__content .video-item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
  z-index: 2;
}
.embed-video .video-item .video-item__content .video-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 30px;
  background-color: #fff;
  color: var(--theme-color-dark);
  opacity: 0.6;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  z-index: 2;
  transition: opacity 0.4s ease;
}
.embed-video .video-item .video-item__content .video-item__icon .o-icon {
  fill: #000;
  position: relative;
  left: 3px;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .embed-video .video-item .video-item__content .video-item__cta:hover {
    color: #fff;
  }
  .embed-video .video-item .video-item__content .video-item__media:hover .video-item__icon {
    opacity: 1;
  }
}

/*  ==========================================================================
    Page Item
    ========================================================================== */
.page-item {
  display: flex;
  border-bottom: 1px solid #000;
  width: 100%;
}

.page-item__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  width: 100%;
}

.page-item__media {
  margin-bottom: 0;
}

.page-item__intrinsic-ratio {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.page-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.page-item:hover .page-item__image {
  transform: scale(1.05);
}

.page-item__content {
  display: flex;
  flex-direction: column;
}

.page-item__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  transition: color 0.4s ease;
  position: relative;
}
@media (min-width: 50em) {
  .page-item__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.page-item__description {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

/*  ==========================================================================
    Page List
    ========================================================================== */
.page-list {
  position: relative;
  padding: var(--content-margin-small);
  overflow: hidden;
}
.page-list:last-child {
  margin-bottom: 0;
}

.page-list__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 0 0 30px;
}
@media (min-width: 62.5em) {
  .page-list__header {
    gap: 40px;
  }
}
.page-list__header:empty {
  display: none;
}

.page-list__title {
  margin-bottom: 0;
}

.page-list__description {
  margin: 5px 0 0;
  font-size: 16px;
}
@media (min-width: 50em) {
  .page-list__description {
    font-size: 20px;
  }
}

.page-list__actions {
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  flex-shrink: 0;
}

.page-list__previous,
.page-list__next {
  border: 3px solid #000;
  padding: 0;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background-color 0.4s ease, color 0.4s ease;
  background-color: #fff;
}
@media (min-width: 62.5em) {
  .page-list__previous,
  .page-list__next {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-list__previous.swiper-button-disabled,
.page-list__next.swiper-button-disabled {
  cursor: not-allowed;
}
.page-list__previous .o-icon,
.page-list__next .o-icon {
  color: var(--text-color-light);
  width: 20px;
  height: 20px;
}
.page-list__previous:not(.swiper-button-disabled):hover,
.page-list__next:not(.swiper-button-disabled):hover {
  background-color: #000;
  color: #fff;
}

.page-list__previous {
  margin-left: 0;
}
.page-list__previous .o-icon {
  rotate: -180deg;
  margin-left: -2px;
}

.page-list__next {
  margin-left: 15px;
}
.page-list__next .o-icon {
  margin-right: -2px;
}
@media (min-width: 62.5em) {
  .page-list__next {
    margin-left: 0;
  }
}

/*  ==========================================================================
    Page List - Grid
    ========================================================================== */
.page-list--grid {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .page-list--grid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-list--grid .page-list__content {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, minmax(220px, 1fr));
}
@media (min-width: 42.5em) {
  .page-list--grid .page-list__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 62.5em) {
  .page-list--grid .page-list__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 49.99em) {
  .page-list--grid .page-list__item {
    display: flex;
    padding-right: 15px;
    flex-shrink: 0;
    box-sizing: content-box;
    position: relative;
  }
}
.page-list--grid .page-list__item {
  width: 100%;
  display: flex;
}

/*  ==========================================================================
    Page List - Scroller
    ========================================================================== */
.page-list--scroller .page-list__header {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .page-list--scroller .page-list__header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 62.5em) {
  .page-list--scroller .page-list__content {
    width: 100%;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62.5em) and (min-width: 50em) {
  .page-list--scroller .page-list__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-list--scroller .page-list__scroll {
  padding-left: 15px;
}
@media (min-width: 50em) {
  .page-list--scroller .page-list__scroll {
    padding-left: 25px;
  }
}
@media (min-width: 62.5em) {
  .page-list--scroller .page-list__scroll {
    padding-left: 0;
  }
}
.page-list--scroller .page-list__scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 62.49em) {
  .page-list--scroller .page-list__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.page-list--scroller .page-list__items {
  display: flex;
  -webkit-overflow-scrolling: touch;
}
.page-list--scroller .page-list__item {
  display: flex;
  width: 320px;
  padding-right: 15px;
  flex-shrink: 0;
  box-sizing: content-box;
  position: relative;
}
@media (min-width: 62.5em) {
  .page-list--scroller .page-list__item {
    width: calc(33.33% - 23px);
    padding-right: 30px;
  }
  .page-list--scroller .page-list__item:last-child {
    padding-right: 0;
  }
}

/*  ==========================================================================
	Accordion Block
	========================================================================== */
.accordion-block {
  position: relative;
  margin: var(--content-margin-small);
}
.accordion-block .o-icon--chevron {
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 50em) {
  .accordion-block__inner {
    width: 100%;
    max-width: 920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .accordion-block__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.accordion-block__title {
  background-color: var(--color-3);
  margin-bottom: 0;
  padding: 25px 15px;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  font-size: 22px;
}
@media (min-width: 50em) {
  .accordion-block__title {
    font-size: 26px;
  }
}

.accordion-block__item__header {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  padding: 25px 15px;
  transition: transform 0.3s ease;
  list-style: none;
  box-sizing: border-box;
}
.accordion-block__item__header::-webkit-details-marker {
  display: none;
}
@media (min-width: 50em) {
  .accordion-block__item__header {
    padding: 25px 15px;
  }
}
.accordion-block__item__header .o-icon {
  width: 18px;
  height: 18px;
  margin-left: auto;
  flex-shrink: 0;
  rotate: 90deg;
  color: #000;
  transition: transform 0.4s ease, scale 0.4s ease;
}
.accordion__item--open .accordion-block__item__header .o-icon {
  rotate: -90deg;
}
.accordion-block__item__header:hover .o-icon, .accordion-block__item__header:focus .o-icon {
  scale: 1.1;
}

.accordion-block__item[open] .o-icon--chevron {
  transform: rotate(180deg);
}

.accordion-block__item:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}

.accordion-block__item__title {
  font-size: 20px;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 50em) {
  .accordion-block__item__title {
    font-size: 24px;
  }
}

.accordion-block__prose {
  padding: 0 15px 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.accordion__item--open .accordion-block__prose {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 50em) {
  .accordion-block__prose {
    padding: 0 15px 40px;
  }
}

/*  ==========================================================================
    Rich Text
    ========================================================================== */
.rich-text {
  margin: var(--content-margin);
}
.page-header + .content-blocks > .rich-text:first-child {
  margin-top: 20px;
}
@media (min-width: 50em) {
  .page-header + .content-blocks > .rich-text:first-child {
    margin-top: 30px;
  }
}

.rich-text__inner {
  width: 100%;
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .rich-text__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.rich-text__body .btn--text, .rich-text__body :where([data-component*=dialog] [data-ref=cancel]) {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
  line-height: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .rich-text__body .btn--text:hover, .rich-text__body :hover:where([data-component*=dialog] [data-ref=cancel]) {
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
    color: #000;
    text-decoration-color: #A6192E;
  }
}

/*  ==========================================================================
    Feature Scroller
    ========================================================================== */
.feature-scroller {
  position: relative;
  margin: var(--content-margin);
  overflow: hidden;
}
.feature-scroller.theme-inherit {
  --theme-color: var(--color-2);
  --theme-text-color: var(--color-2-text);
  --theme-text-color-inverse: var(--color-2-text-inverse);
}

.feature-scroller__inner {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .feature-scroller__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.feature-scroller__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 32em) {
  .feature-scroller__header {
    justify-content: unset;
  }
}
@media (min-width: 50em) {
  .feature-scroller__header {
    margin-bottom: 30px;
  }
}
@media (min-width: 62.5em) {
  .feature-scroller__header {
    margin-bottom: 40px;
  }
}

.feature-scroller__title {
  margin-bottom: 0;
}
@media (max-width: 49.99em) {
  .feature-scroller__title {
    font-size: 20px;
  }
}

.feature-scroller__actions {
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 62.49em) {
  .feature-scroller__actions {
    display: none;
  }
}

.feature-scroller__previous,
.feature-scroller__next {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  border: 2px solid #000;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease;
}
.feature-scroller__previous.swiper-button-disabled,
.feature-scroller__next.swiper-button-disabled {
  cursor: not-allowed;
}
.feature-scroller__previous .o-icon,
.feature-scroller__next .o-icon {
  width: 11px;
  color: #000;
  transition: color 0.4s ease;
}
.feature-scroller__previous:hover,
.feature-scroller__next:hover {
  background-color: #000;
  border-color: #000;
}
.feature-scroller__previous:hover .o-icon,
.feature-scroller__next:hover .o-icon {
  color: #fff;
}
@media (min-width: 59em) {
  .feature-scroller__previous,
  .feature-scroller__next {
    border-width: 3px;
  }
}
@media (min-width: 62.5em) {
  .feature-scroller__previous,
  .feature-scroller__next {
    display: inline-block;
  }
}

.feature-scroller__previous {
  margin-left: 0;
}
.feature-scroller__previous .o-icon {
  transform: rotate(180deg);
  margin-left: -4px;
  margin-top: -1px;
}
.feature-scroller__previous:active .o-icon {
  transform: scale(0.9) rotate(180deg);
}

.feature-scroller__next {
  margin-left: 10px;
}
.feature-scroller__next .o-icon {
  margin-left: 3px;
  margin-top: 1px;
}
.feature-scroller__next:active .o-icon {
  transform: scale(0.9);
}

.feature-scroller__scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 62.49em) {
  .feature-scroller__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    padding-left: 20px;
  }
}

.feature-scroller__list {
  display: flex;
  -webkit-overflow-scrolling: touch;
}

.feature-scroller__item {
  display: flex;
  flex-shrink: 0;
  width: 340px;
  box-sizing: content-box;
  padding-right: 15px;
}
@media (min-width: 50em) {
  .feature-scroller__item {
    width: 400px;
  }
}
@media (min-width: 62.5em) {
  .feature-scroller__item {
    padding-right: 30px;
  }
}
.feature-scroller__item .feature-card-item {
  width: 100%;
}

/*  ==========================================================================
    Feature Card Item
    ========================================================================== */
.feature-card-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--theme-color);
  color: var(--theme-text-color);
}

.feature-card-item__body {
  display: flex;
  flex: 1;
  position: relative;
  isolation: isolate;
  z-index: 2;
}
.feature-card-item__body:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 23px;
  top: -23px;
  left: 0;
  margin: 1px 0;
  mask-image: url('data:image/svg+xml,<svg viewBox="0 0 404 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M583 74.4395C308.207 -41.5668 0.025879 13.5008 0.025879 13.5008L0 74.4395" fill="%23B2CFB1"/></svg>');
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: top;
  background-color: var(--theme-color);
}
.feature-scroller.theme-gradient .feature-card-item__body:after {
  background-color: #333;
}

.feature-card-item__details {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
  padding: 10px 15px 20px;
  position: relative;
  z-index: 2;
}

.feature-card-item__media {
  width: 100%;
  overflow: hidden;
}

.feature-card-item__intrinsic-ratio {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.feature-card-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.feature-card-item__titles {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feature-card-item__title {
  margin-bottom: 0;
  font-size: 24px;
}

.feature-card-item__suffix {
  display: block;
}
.feature-card-item__suffix p:last-child {
  margin-bottom: 0;
}

.feature-card-item__description {
  font-size: 16px;
}
@media (min-width: 50em) {
  .feature-card-item__description {
    font-size: 18px;
  }
}
.feature-card-item__description p:last-child {
  margin-bottom: 0;
}
.feature-card-item__description a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
}
.feature-card-item__description a:hover {
  text-decoration-color: var(--color-1, #A6192E);
}
.feature-card-item__description a.btn, .feature-card-item__description a:where([data-component*=dialog] menu button) {
  text-decoration: none;
}

.feature-card-item__cta {
  display: flex;
  margin-top: auto;
  padding-top: 20px;
}

.feature-card-item__btn {
  justify-content: center;
  flex: 1;
  background-color: var(--theme-text-color);
  border-color: var(--theme-text-color);
  color: var(--theme-text-color-inverse);
}
@media (hover: hover) and (pointer: fine) {
  .feature-card-item__btn:hover {
    background-color: transparent;
    border-color: var(--theme-text-color);
    color: var(--theme-text-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  .feature-card-item:has(.feature-card-item__btn:hover) .feature-card-item__image {
    transform: scale(1.05);
  }
}

/*  ==========================================================================
    Feature Card Item with swoop mask removed
    ========================================================================== */
.feature-scroller--image--no-mask .feature-card-item__body:after {
  mask-image: unset;
}

/*  ==========================================================================
    Image
    ========================================================================== */
.image-block {
  margin: var(--content-margin);
}

.image-block__inner {
  width: 100%;
  max-width: 1120px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .image-block__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.image-block__media {
  position: relative;
}

.image-block__figure {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.image-block__intrinsic-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.image-block__image {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 2;
}

.image-block__figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 0;
}
@media (min-width: 50em) {
  .image-block__figcaption {
    flex-direction: row;
    gap: 10px;
  }
}

.image-block__caption {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 50em) {
  .image-block__caption {
    font-size: 18px;
  }
}

.image-block__credit {
  font-size: 14px;
}
@media (min-width: 50em) {
  .image-block__credit {
    font-size: 16px;
  }
}

.image-block__caption, .image-block__credit {
  color: #000;
  margin: 0;
}

/*  ==========================================================================
    Image - Uncropped Image
    ========================================================================== */
.image-block__image--uncropped {
  position: relative;
  height: auto;
}

/*  ==========================================================================
    Image - Full Width
    ========================================================================== */
@media (min-width: 72em) {
  .image-block--full .image-block__inner {
    padding: 0;
    max-width: none;
  }
  .image-block--full .image-block__figcaption {
    width: 100%;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 72em) and (min-width: 50em) {
  .image-block--full .image-block__figcaption {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.image-block--full .image-block__full-image {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-bottom: 56.25%;
}
@media (min-width: 72em) {
  .image-block--full .image-block__full-image {
    padding-bottom: 33.3333333333%;
    background-attachment: fixed;
  }
}
@media (min-width: 105em) {
  .image-block--full .image-block__full-image {
    padding-bottom: 50%;
  }
}

/*  ==========================================================================
    Event Tickets Header
    ========================================================================== */
.event-tickets-header {
  position: relative;
  background-color: var(--color-1);
  color: var(--color-1-text);
  overflow: hidden;
}

@media (min-width: 62.5em) {
  .event-tickets-header__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: auto;
  }
}

.event-tickets-header__media {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .event-tickets-header__media {
    width: 60%;
  }
}
@media (min-width: 80em) {
  .event-tickets-header__media {
    width: 65%;
  }
}
@media (min-width: 90em) {
  .event-tickets-header__media {
    width: 60%;
  }
}

.event-tickets-header__media-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.event-tickets-header__intrinsic-ratio {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 80em) {
  .event-tickets-header__intrinsic-ratio {
    padding-bottom: 62.5%;
  }
}
@media (min-width: 105em) {
  .event-tickets-header__intrinsic-ratio {
    padding-bottom: 56.25%;
  }
}

.event-tickets-header__image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}

.event-tickets-header__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  padding: 25px 0;
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .event-tickets-header__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 62.5em) {
  .event-tickets-header__content {
    max-width: 40%;
    align-self: center;
    text-align: left;
    padding: 0 25px;
  }
}
@media (max-width: 62.49em) {
  .event-tickets-header__content {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 62.49em) and (min-width: 50em) {
  .event-tickets-header__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 80em) {
  .event-tickets-header__content {
    max-width: 35%;
  }
}
@media (min-width: 90em) {
  .event-tickets-header__content {
    max-width: 40%;
    padding: 0 80px;
  }
}

.event-tickets-header__titles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-tickets-header__title {
  display: flex;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-wrap: balance;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .event-tickets-header__title {
    font-size: 38px;
  }
}
@media (min-width: 72em) {
  .event-tickets-header__title {
    font-size: 48px;
  }
}
@media (min-width: 80em) {
  .event-tickets-header__title {
    font-size: 42px;
  }
}
@media (min-width: 90em) {
  .event-tickets-header__title {
    font-size: 56px;
  }
}

.event-tickets-header__prefix {
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 72em) {
  .event-tickets-header__prefix {
    font-size: 18px;
  }
}
@media (min-width: 80em) {
  .event-tickets-header__prefix {
    font-size: 20px;
  }
}

.event-tickets-header__title,
.event-tickets-header__title-image {
  display: flex;
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
}
@media (min-width: 62.5em) {
  .event-tickets-header__title,
  .event-tickets-header__title-image {
    margin: 0;
  }
}
@media (min-width: 72em) {
  .event-tickets-header__title,
  .event-tickets-header__title-image {
    width: 85%;
  }
}
@media (min-width: 105em) {
  .event-tickets-header__title,
  .event-tickets-header__title-image {
    width: 70%;
  }
}
.event-tickets-header__title img,
.event-tickets-header__title-image img {
  width: 100%;
  max-width: 100%;
}

.event-tickets-header__details {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 15px;
  margin-top: 5px;
}
.event-tickets-header__details:before {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  top: 0;
  background-color: var(--color-2);
}
@media (min-width: 62.5em) {
  .event-tickets-header__details {
    align-items: flex-start;
    padding-top: 0;
    margin-top: 0;
  }
  .event-tickets-header__details:before {
    display: none;
  }
}

.event-tickets-header__venue {
  display: block;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .event-tickets-header__venue:hover {
    text-decoration-color: var(--color-2);
  }
}

.event-tickets-header__dates,
.event-tickets-header__venue {
  font-size: 16px;
}
@media (min-width: 80em) {
  .event-tickets-header__dates,
  .event-tickets-header__venue {
    font-size: 18px;
  }
}

.event-tickets-header__dates {
  margin-bottom: 0;
}

.event-tickets-header__creative-callouts {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.creative-callouts__item {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 72em) {
  .creative-callouts__item {
    font-size: 18px;
  }
}
@media (min-width: 80em) {
  .creative-callouts__item {
    font-size: 20px;
  }
}

.event-tickets-header__sticky,
.event-tickets-header__mobile-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--color-1);
  color: var(--color-1-text);
  margin: auto;
  z-index: 5;
}

.event-tickets-header__mobile-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.event-tickets-header__mobile-buttons .btn, .event-tickets-header__mobile-buttons :where([data-component*=dialog] menu button) {
  flex: 1 1 auto;
  justify-content: center;
}
@media (max-width: 62.49em) {
  .event-tickets-header__mobile-buttons {
    flex: 1;
  }
}

.event-tickets-header__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 62.49em) {
  .event-tickets-header__buttons {
    display: none;
  }
}
@media (min-width: 62.5em) {
  .event-tickets-header__buttons {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.event-tickets-header__button--primary {
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: var(--color-2-text);
  transition: 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .event-tickets-header__button--primary:hover {
    background-color: color-mix(in srgb, var(--color-2) 80%, var(--color-2-text-inverse));
    border-color: color-mix(in srgb, var(--color-2) 80%, var(--color-2-text-inverse));
    color: var(--color-2-text);
  }
}

.event-tickets-header__button--secondary {
  background-color: transparent;
  border-color: var(--color-2);
  color: var(--color-2);
  transition: 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .event-tickets-header__button--secondary:hover {
    color: var(--color-2-text);
    background-color: var(--color-2);
    border-color: var(--color-2);
  }
}

/*  ==========================================================================
    Event Tickets Header Sticky - Desktop
    ========================================================================== */
.event-tickets-header__sticky {
  padding: 15px 0;
}
@media (min-width: 62.5em) {
  .event-tickets-header__sticky {
    display: none;
    transform: translateY(100%);
    transition: transform 0.7s ease, display 0.7s ease allow-discrete;
    padding: 20px 0;
  }
  .event-tickets-header__sticky.show {
    display: block;
    transform: translateY(0%);
  }
  @starting-style {
    .event-tickets-header__sticky.show {
      transform: translateY(100%);
    }
  }
}

.event-tickets-header__sticky-inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .event-tickets-header__sticky-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.event-tickets-header__sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*  ==========================================================================
    Video Gallery
    ========================================================================== */
.video-gallery {
  position: relative;
  padding: 15px 0 30px;
  overflow: hidden;
  background: linear-gradient(#424242, #232323);
  color: #fff;
}
@media (min-width: 50em) {
  .video-gallery {
    padding: 60px 0;
  }
}

.video-gallery__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .video-gallery__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.video-gallery__header {
  position: relative;
  margin: 0 0 15px;
  padding-top: 0;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 50em) {
  .video-gallery__header {
    align-items: center;
  }
}
@media (min-width: 62.5em) {
  .video-gallery__header {
    align-items: flex-start;
    margin: 0 0 30px;
    gap: 40px;
  }
}

.video-gallery__title {
  margin-bottom: 0;
}

.video-gallery__actions {
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  flex-shrink: 0;
}

.video-gallery__previous,
.video-gallery__next {
  border: 2px solid #fff;
  padding: 0;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background-color 0.4s ease;
  background-color: transparent;
}
@media (min-width: 62.5em) {
  .video-gallery__previous,
  .video-gallery__next {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.video-gallery__previous.swiper-button-disabled,
.video-gallery__next.swiper-button-disabled {
  cursor: not-allowed;
}
.video-gallery__previous .o-icon,
.video-gallery__next .o-icon {
  color: var(--text-color-light);
  fill: #fff;
  scale: 1;
  transition: scale 0.4s ease;
  width: 16px;
  height: 16px;
}
.video-gallery__previous:not(.swiper-button-disabled):hover .o-icon,
.video-gallery__next:not(.swiper-button-disabled):hover .o-icon {
  scale: 1.1;
}
.video-gallery__previous:hover,
.video-gallery__next:hover {
  background-color: var(--theme-text-color);
}
.video-gallery__previous:hover .o-icon,
.video-gallery__next:hover .o-icon {
  fill: var(--theme-text-color-inverse);
}

.video-gallery__previous {
  margin-left: 0;
}
.video-gallery__previous .o-icon {
  rotate: -180deg;
}

.video-gallery__next {
  margin-left: 15px;
}
@media (min-width: 62.5em) {
  .video-gallery__next {
    margin-left: 0;
  }
}

.video-gallery__content.video-gallery__content--grid .video-gallery__list {
  display: grid;
  gap: 15px;
  margin: 0 15px;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.video-gallery__content.video-gallery__content--grid .video-gallery__list::-webkit-scrollbar {
  display: none;
}
.video-gallery__content.video-gallery__content--grid .video-gallery__list:has(> :only-child) {
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media (min-width: 42.5em) {
  .video-gallery__content.video-gallery__content--grid .video-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    overflow: visible;
  }
  .video-gallery__content.video-gallery__content--grid .video-gallery__list:has(> :only-child) {
    max-width: 660px;
    margin: 0 auto;
  }
}
.video-gallery__content.video-gallery__content--grid .video-gallery__item {
  width: 100%;
  display: flex;
}
.video-gallery__content.video-gallery__content--grid .video-gallery__item:only-child {
  width: 100%;
}
@media (min-width: medium-minor) {
  .video-gallery__content.video-gallery__content--grid .video-gallery__item:only-child {
    grid-column: 1/-1;
  }
}
.video-gallery__content.video-gallery__content--slider .video-gallery__scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 62.49em) {
  .video-gallery__content.video-gallery__content--slider .video-gallery__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.video-gallery__content.video-gallery__content--slider .video-gallery__list {
  display: flex;
  -webkit-overflow-scrolling: touch;
}
.video-gallery__content.video-gallery__content--slider .video-gallery__item {
  display: flex;
  width: 320px;
  padding-right: 15px;
  flex-shrink: 0;
  box-sizing: content-box;
  position: relative;
}
@media (min-width: 62.5em) {
  .video-gallery__content.video-gallery__content--slider .video-gallery__item {
    width: calc(33.3% - 20px);
    padding-right: 30px;
  }
  .video-gallery__content.video-gallery__content--slider .video-gallery__item:last-child {
    padding-right: 0;
  }
}

/*  ==========================================================================
    Video Gallery - Items
    ========================================================================== */
.video-gallery .video-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  width: 100%;
}
.video-gallery .video-item:hover .video-item__image, .video-gallery .video-item:focus .video-item__image {
  transform: scale(1.05);
}
.video-gallery .video-item:hover .video-item__icon, .video-gallery .video-item:focus .video-item__icon {
  transform: scale(0.95);
}
.video-gallery .video-item .video-item__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}
.video-gallery .video-item .video-item__details {
  flex: 1;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.video-gallery .video-item .video-item__media {
  position: relative;
  overflow: hidden;
}
.video-gallery .video-item .video-item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 2;
  transition: transform 0.4s ease;
  object-fit: cover;
  object-position: center;
}
.video-gallery .video-item .video-item__intrinsic-ratio {
  display: block;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 80em) {
  .video-gallery .video-item .video-item__intrinsic-ratio {
    padding-bottom: 66.6666666667%;
  }
}
.video-gallery .video-item .video-item__title {
  display: block;
  font-family: trade-gothic-next, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .video-gallery .video-item .video-item__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.video-gallery .video-item .video-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 1px;
  background-color: #fff;
  opacity: 0.6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  transition: opacity 0.4s ease;
}
.video-gallery .video-item .video-item__icon .o-icon {
  fill: #000;
  width: 100%;
  height: 100%;
  max-width: 16px;
  margin-left: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .video-gallery .video-item:hover .video-item__icon {
    opacity: 1;
  }
}

/*  ==========================================================================
    Related Events Scroller
    ========================================================================== */
.related-events-scroller {
  background-color: #f8f8f8;
  color: #000;
  position: relative;
  padding: var(--content-margin);
  overflow: hidden;
}
.related-events-scroller:last-child {
  margin-bottom: 0;
}

.related-events-scroller__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .related-events-scroller__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.related-events-scroller__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 32em) {
  .related-events-scroller__header {
    justify-content: unset;
  }
}
@media (min-width: 50em) {
  .related-events-scroller__header {
    margin-bottom: 30px;
  }
}
@media (min-width: 62.5em) {
  .related-events-scroller__header {
    margin-bottom: 40px;
  }
}

.related-events-scroller__title {
  margin-bottom: 0;
}

.related-events-scroller__actions {
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 62.49em) {
  .related-events-scroller__actions {
    display: none;
  }
}

.related-events-scroller__previous,
.related-events-scroller__next {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  border: 2px solid #000;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease;
}
.related-events-scroller__previous.swiper-button-disabled,
.related-events-scroller__next.swiper-button-disabled {
  cursor: not-allowed;
}
.related-events-scroller__previous .o-icon,
.related-events-scroller__next .o-icon {
  width: 11px;
  color: #000;
  transition: color 0.4s ease;
}
.related-events-scroller__previous:hover,
.related-events-scroller__next:hover {
  background-color: #000;
}
.related-events-scroller__previous:hover .o-icon,
.related-events-scroller__next:hover .o-icon {
  color: #fff;
}
@media (min-width: 59em) {
  .related-events-scroller__previous,
  .related-events-scroller__next {
    border-width: 3px;
  }
}
@media (min-width: 62.5em) {
  .related-events-scroller__previous,
  .related-events-scroller__next {
    display: inline-block;
  }
}

.related-events-scroller__previous {
  margin-left: 0;
}
.related-events-scroller__previous .o-icon {
  transform: rotate(180deg);
  margin-left: -4px;
  margin-top: -1px;
}
.related-events-scroller__previous:active .o-icon {
  transform: scale(0.9) rotate(180deg);
}

.related-events-scroller__next {
  margin-left: 10px;
}
.related-events-scroller__next .o-icon {
  margin-left: 3px;
  margin-top: 1px;
}
.related-events-scroller__next:active .o-icon {
  transform: scale(0.9);
}

.related-events-scroller__scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 62.49em) {
  .related-events-scroller__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    padding-left: 20px;
  }
}

.related-events-scroller__list {
  display: flex;
  -webkit-overflow-scrolling: touch;
}

.related-events-scroller__item {
  display: flex;
  flex-shrink: 0;
  width: 320px;
  box-sizing: content-box;
  padding-right: 15px;
}
@media (min-width: 50em) {
  .related-events-scroller__item {
    width: 400px;
  }
}
@media (min-width: 62.5em) {
  .related-events-scroller__item {
    padding-right: 30px;
  }
  .related-events-scroller__item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 80em) {
  .related-events-scroller__item {
    --padding: 30px;
    width: calc(33.3% - var(--padding) * 2 / 3);
    padding-right: var(--padding);
  }
}
.related-events-scroller__item .related-event-item {
  width: 100%;
}

/*  ==========================================================================
    Related Events Item
    ========================================================================== */
.related-events-item {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.related-events-item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-events-item__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}

.related-events-item__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.related-events-item__titles {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-wrap: pretty;
}

.related-events-item__title {
  margin-bottom: 0;
  font-size: 24px;
  text-wrap: pretty;
}

.related-events-item__prefix,
.related-events-item__suffix {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}

.related-events-item__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.related-events-item__description {
  font-size: 16px;
  text-wrap: pretty;
}
.related-events-item__description p:last-child {
  margin-bottom: 0;
}

.related-events-item__date,
.related-events-item__location {
  line-height: 1.3;
}

.related-events-item__date {
  font-size: 16px;
  font-weight: 700;
  text-wrap: pretty;
}
.related-events-item__date p {
  margin-bottom: 0;
}

.related-events-item__location {
  font-size: 16px;
  text-wrap: pretty;
}
.related-events-item__location p {
  margin-bottom: 0;
}

.related-events-item__people {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-events-item__people::-webkit-scrollbar {
  display: none;
}
@media (min-width: 50em) {
  .related-events-item__people {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
  }
}

.related-events-item__person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.related-events-person__media {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
@media (min-width: 50em) {
  .related-events-person__media {
    width: 106px;
    height: 106px;
  }
}
@media (min-width: 80em) {
  .related-events-person__media {
    width: 104px;
    height: 104px;
  }
}

.related-events-person__intrinsic-ratio {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.related-events-person__image {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.related-events-person__name {
  font-size: 14px;
  margin-bottom: 0;
}

.related-events-item__cost,
.related-events-item__rsvp {
  font-size: 16px;
  margin-bottom: 0;
}

.related-events-item__btn {
  justify-content: center;
  margin-top: auto;
}

/*  ==========================================================================
    Image Gallery
    ========================================================================== */
.image-gallery {
  --image-height: 280px;
  position: relative;
  padding: var(--content-margin-small);
  background: linear-gradient(to bottom, #424242, #232323);
  color: #fff;
  overflow: hidden;
}
@media (min-width: 50em) {
  .image-gallery {
    --image-height: 500px;
  }
}
@media (max-width: 62.49em) {
  .image-gallery {
    padding-bottom: 25px;
  }
}
@media (min-width: 62.5em) {
  .image-gallery {
    --image-height: 500px;
  }
}

.image-gallery__container {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .image-gallery__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.image-gallery__container {
  position: relative;
}

.image-gallery__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 50em) {
  .image-gallery__header {
    margin-bottom: 30px;
  }
}

.image-gallery__title {
  margin-bottom: 0;
  width: 100%;
}

.image-gallery__buttons {
  display: none;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 0 8px;
}
@media (min-width: 50em) {
  .image-gallery__buttons {
    display: flex;
  }
}

.image-gallery__button {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease;
}
.image-gallery__button.swiper-button-disabled {
  cursor: not-allowed;
}
.image-gallery__button .o-icon {
  width: 11px;
  color: #fff;
  transition: color 0.4s ease;
}
.image-gallery__button:hover {
  background-color: #fff;
  border-color: #fff;
}
.image-gallery__button:hover .o-icon {
  color: #000;
}
@media (min-width: 62.5em) {
  .image-gallery__button {
    border-width: 3px;
  }
}
@media (min-width: 62.5em) {
  .image-gallery__button {
    display: inline-block;
  }
}

.image-gallery__button--previous {
  margin-left: 0;
}
.image-gallery__button--previous .o-icon {
  transform: rotate(180deg);
  margin-left: -4px;
  margin-top: -1px;
}
.image-gallery__button--previous:active .o-icon {
  transform: scale(0.9) rotate(180deg);
}

.image-gallery__button--next {
  margin-left: 10px;
}
.image-gallery__button--next .o-icon {
  margin-left: 3px;
  margin-top: 1px;
}
.image-gallery__button--next:active .o-icon {
  transform: scale(0.9);
}

.image-gallery__body {
  display: flex;
  position: relative;
  align-self: center;
}

.image-gallery__content.swiper-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  height: 100%;
  width: 100%;
  padding: 0;
  z-index: 2;
}

.image-gallery__slides.swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  box-sizing: content-box;
  z-index: 1;
}

.image-gallery__slide.swiper-slide {
  width: auto;
  flex-shrink: 0;
  margin-right: 30px;
}
.image-gallery__slide.swiper-slide:last-child {
  margin-right: 0;
}

.image-gallery__zoom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
}
@media (max-width: 49.99em) {
  .image-gallery__zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
  }
}

.image-gallery__info {
  display: none;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-size: var(--global-body-size-7);
}
@media (min-width: 32em) {
  .image-gallery__info {
    display: block;
  }
}

.image-gallery__fullscreen {
  font-size: 16px;
  font-weight: 700;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 0.4s ease;
}
.image-gallery__fullscreen .open,
.image-gallery__fullscreen .close {
  align-items: center;
  gap: 10px;
}
.image-gallery__fullscreen .open .o-icon,
.image-gallery__fullscreen .close .o-icon {
  transition: scale 0.4s ease;
}
.image-gallery__fullscreen .open {
  display: flex;
  flex-direction: row-reverse;
}
.image-gallery__fullscreen .close {
  display: none;
}
.image-gallery__fullscreen .close .o-icon {
  position: relative;
  top: 1px;
  width: 30px;
  height: 30px;
}
@media (min-width: 50em) {
  .image-gallery__fullscreen .close .o-icon {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 50em) {
  .image-gallery__fullscreen {
    flex-direction: row-reverse;
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery__fullscreen:hover {
    color: #fff;
  }
  .image-gallery__fullscreen:hover .open .o-icon,
  .image-gallery__fullscreen:hover .close .o-icon {
    scale: 1.1;
  }
}

.image-gallery__meta {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  font-size: 16px;
  margin-top: 15px;
}
@media (min-width: 50em) {
  .image-gallery__meta {
    margin-top: 25px;
  }
}
@media (min-width: 62.5em) {
  .image-gallery__meta {
    margin-top: 30px;
  }
}

.image-gallery__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-gallery__length {
  font-weight: 700;
}

.image-gallery__details {
  max-width: 600px;
}

.gallery-slide__caption {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 50em) {
  .gallery-slide__caption {
    font-size: 18px;
  }
}

.gallery-slide__credit {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #c7c7c7;
}
@media (min-width: 50em) {
  .gallery-slide__credit {
    font-size: 16px;
  }
}

.image-gallery__index {
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 50em) {
  .image-gallery__index {
    font-size: 16px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .image-gallery__body:hover .image-gallery__button {
    opacity: 1;
  }
  .image-gallery__body:hover .image-gallery__button.swiper-button-disabled {
    opacity: 0;
  }
  .image-gallery__body:hover .image-gallery__fullscreen {
    opacity: 1;
  }
}
.gallery-slide__inner {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
}

.gallery-slide__media {
  position: relative;
  aspect-ratio: 16/9;
}
.gallery-slide__media.gallery-slide__media--portrait {
  aspect-ratio: 11/7;
}

.gallery-slide__image {
  height: var(--image-height);
  width: auto;
}

.gallery-slide__content {
  display: none;
  padding-top: 20px;
  width: 100%;
}

.image-gallery--fullscreen .image-gallery__fullscreen {
  opacity: 1;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .image-gallery__fullscreen {
    margin: 25px;
    right: 0;
  }
}
.image-gallery--fullscreen .image-gallery__fullscreen .open {
  display: none;
}
.image-gallery--fullscreen .image-gallery__fullscreen .close {
  display: flex;
}
.image-gallery--fullscreen .image-gallery__button {
  box-shadow: none;
}
.image-gallery--fullscreen .image-gallery__header {
  display: none;
  position: absolute;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .image-gallery__header {
    display: block;
  }
}
.image-gallery--fullscreen .image-gallery__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: linear-gradient(to bottom, #424242, #232323);
  width: 100%;
  max-width: none;
  padding: 0;
  overflow-y: auto;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .image-gallery__container {
    display: flex;
  }
}
.image-gallery--fullscreen .image-gallery__title {
  display: none;
}
.image-gallery--fullscreen .image-gallery__body {
  position: static;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .image-gallery__body {
    width: calc(100% - 350px);
  }
}
.image-gallery--fullscreen .image-gallery__body:after {
  content: none;
}
.image-gallery--fullscreen .image-gallery__buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
.image-gallery--fullscreen .image-gallery__button--previous {
  top: auto;
  bottom: 20px;
  right: 90px;
  left: auto;
  transform: none;
}
.image-gallery--fullscreen .image-gallery__button--next {
  top: auto;
  bottom: 20px;
  right: 20px;
  left: auto;
  transform: none;
}
@media (min-width: 50em) {
  .image-gallery--fullscreen .image-gallery__slide .gallery-slide__inner {
    height: unset;
  }
}
.image-gallery--fullscreen .image-gallery__body:hover .image-gallery__button.swiper-button-disabled {
  opacity: 0.3;
}
.image-gallery--fullscreen .image-gallery__zoom {
  max-width: unset;
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: unset;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .image-gallery__zoom {
    top: 0;
    right: 0;
  }
}
.image-gallery--fullscreen .image-gallery__info {
  display: none;
}
.image-gallery--fullscreen .image-gallery__meta {
  display: flex;
  color: #fff;
  font-size: var(--global-body-size-5);
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-width: 1px 0 0 0;
  padding: 20px;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .image-gallery__meta {
    width: 350px;
    margin-top: 0;
    padding: 120px 30px 0;
    border-width: 0 0 0 1px;
  }
}
.image-gallery--fullscreen .image-gallery__details {
  display: block;
  width: auto;
  padding-right: 60px;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .image-gallery__details {
    padding-right: 0;
  }
}
.image-gallery--fullscreen .image-gallery__description,
.image-gallery--fullscreen .image-gallery__length,
.image-gallery--fullscreen .gallery-slide__content {
  display: none;
}
.image-gallery--fullscreen .image-gallery__content.swiper-container {
  height: auto;
  max-width: 100%;
  overflow: hidden;
}
.image-gallery--fullscreen .image-gallery__slides.swiper-wrapper {
  align-items: center;
  padding-left: 0;
  max-height: 100svh;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .image-gallery__slides.swiper-wrapper {
    max-height: unset;
  }
}
.image-gallery--fullscreen .image-gallery__slide.swiper-slide {
  height: auto;
  width: 100%;
}
.image-gallery--fullscreen .image-gallery__position {
  margin: 0 0 40px;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .image-gallery__index {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 18px;
  }
}
.image-gallery--fullscreen .gallery-slide__caption {
  display: block;
}
.image-gallery--fullscreen .gallery-slide__credit {
  display: block;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .gallery-slide__credit {
    margin-top: 15px;
  }
}
.image-gallery--fullscreen .gallery-slide {
  padding: 15px;
}
.image-gallery--fullscreen .gallery-slide__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  height: auto;
}
.image-gallery--fullscreen .gallery-slide__media .gallery-slide__image {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 91svh;
}
.image-gallery--fullscreen .gallery-slide__media--portrait .gallery-slide__image {
  width: auto;
  height: auto;
}
@media (min-width: 62.5em) {
  .image-gallery--fullscreen .gallery-slide__media--portrait .gallery-slide__image {
    width: auto;
    height: calc(100svh - 30px);
    max-height: none;
  }
}

@media (max-width: 49.99em) {
  .image-gallery__body.image-gallery__body--show .image-gallery__slide.swiper-slide {
    height: auto;
    flex-shrink: 1;
  }
}
@media (max-width: 49.99em) {
  .image-gallery__body.image-gallery__body--show .gallery-slide__content {
    position: relative;
    padding: 20px 0;
    display: block;
    background-color: transparent;
  }
}
@media (max-width: 49.99em) {
  .image-gallery--fullscreen .image-gallery__body.image-gallery__body--show .image-gallery__slide.swiper-slide {
    flex-shrink: 0;
  }
}
@media (max-width: 49.99em) {
  .image-gallery--fullscreen .image-gallery__body.image-gallery__body--show .gallery-slide__content {
    display: none;
  }
}

/*  ==========================================================================
    People Panel
    ========================================================================== */
.people-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #000;
  color: #fff;
}

.people-panel:last-child {
  margin-bottom: 0;
}

.people-panel__group {
  background: linear-gradient(to bottom, #424242, #232323);
}

.people-panel__inner {
  padding: var(--content-margin);
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .people-panel__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.people-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 32em) {
  .people-panel__header {
    justify-content: unset;
  }
}
@media (min-width: 50em) {
  .people-panel__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 62.5em) {
  .people-panel__header {
    margin-bottom: 60px;
  }
}

.people-panel__title {
  margin-bottom: 0;
}

.people-panel__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  align-items: flex-start;
}
.people-panel__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 42.5em) {
  .people-panel__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
  }
}
@media (min-width: 62.5em) {
  .people-panel__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
  }
}

.person {
  margin: 0;
  padding: 15px 0 0;
  border: solid rgba(255, 255, 255, 0.25);
  border-width: 1px 0 0 0;
  background: none;
  color: inherit;
  width: 100%;
}

.person--bio {
  position: relative;
}
.person--bio:before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .person--bio {
    cursor: pointer;
  }
  .person--bio:hover:before {
    transform: scaleX(1);
  }
}

.person__media {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.person__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .person--bio:hover .person__image {
    transform: scale(1.05);
  }
}

.person__media .o-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.person__media--image {
  background-color: transparent;
}

.person__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  text-align: left;
}

.person__name {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 16px;
  margin-bottom: 0;
}
.person__name .o-icon {
  flex-shrink: 0;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
}
@media (min-width: 50em) {
  .person__name {
    font-size: 20px;
    gap: 10px;
  }
  .person__name .o-icon {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 62.5em) {
  .person__name {
    font-size: 24px;
  }
  .person__name .o-icon {
    width: 18px;
    height: 18px;
  }
}

.person__role {
  font-size: 14px;
}
@media (min-width: 50em) {
  .person__role {
    font-size: 16px;
  }
}

.people-panel__footer {
  font-size: 14px;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-wrap: pretty;
}
.people-panel__footer p:last-child {
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .people-panel__footer {
    font-size: 16px;
    margin-top: 60px;
    padding-top: 25px;
  }
}

/*  ==========================================================================
    People Panel - Center Align
    ========================================================================== */
.people-panel--center-align .people-panel__list {
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(0, 250px));
}

/*  ==========================================================================
    People Panel - Images Group
    ========================================================================== */
.people-panel__group--images {
  background: #000;
}
.people-panel__group--images .people-panel__list {
  gap: 25px 20px;
}
@media (min-width: 42.5em) {
  .people-panel__group--images .people-panel__list {
    gap: 30px 40px;
  }
}
@media (min-width: 62.5em) {
  .people-panel__group--images .people-panel__list {
    gap: 40px 60px;
  }
}
.people-panel__group--images .person {
  border-top: 0;
  padding-top: 0;
}
.people-panel__group--images .person--bio:before {
  display: none;
}
.people-panel__group--images .person--bio .person__name {
  position: relative;
}
.people-panel__group--images .person--bio .person__name span {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  padding: 0 20px;
}
.people-panel__group--images .person--bio .person__name .o-icon {
  position: absolute;
  top: 5px;
  right: 0;
}
.people-panel__group--images .person__details {
  align-items: center;
  text-align: center;
}
@media (min-width: 50em) {
  .people-panel__group--images .person--bio .person__name span {
    padding: 0 30px;
  }
}
@media (min-width: 62.5em) {
  .people-panel__group--images .person--bio .person__name span {
    padding: 0;
  }
  .people-panel__group--images .person--bio .person__name .o-icon {
    right: -25px;
  }
}
@media (min-width: 90em) {
  .people-panel__group--images .person--bio .person__name .o-icon {
    right: -30px;
  }
}

/* ==========================================================================
    People Panel - People Popup
    ========================================================================== */
.person-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.people-popup {
  width: 100%;
  height: 100svh;
  max-width: none;
  max-height: 100svh;
  background-color: #fff;
  color: #000;
  overflow-y: auto;
  text-align: left;
  border: none;
  margin: 0;
  padding: 0;
  z-index: 20;
}
@media (min-width: 50em) {
  .people-popup[open] {
    display: flex;
    justify-self: center;
    align-self: center;
    height: fit-content;
    max-height: 90svh;
    width: calc(100% - 40px);
    max-width: 1120px;
  }
}

.people-popup__inner {
  padding: 15px;
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .people-popup__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.people-popup__inner {
  padding-right: 30px;
}
@media (min-width: 50em) {
  .people-popup__inner {
    padding: 30px;
  }
}

@media (min-width: 50em) {
  .people-popup__header {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -80px;
    position: relative;
    top: 0;
    right: 0;
  }
}

.people-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 15px;
  right: 20px;
  margin: 0;
  padding: 5px;
  border: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 3;
}
.people-popup__close svg.o-icon {
  color: #000;
}
@media (min-width: 50em) {
  .people-popup__close {
    position: static;
    width: 44px;
    height: 44px;
    top: 15px;
    right: 10px;
    padding: 12px;
  }
}

.people-popup__body {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media (min-width: 50em) {
  .people-popup__body {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    margin-top: -40px;
  }
}

.people-popup__details {
  text-align: left;
  display: flex;
  flex-direction: row;
}
@media (min-width: 50em) {
  .people-popup__details {
    width: 40%;
    text-align: center;
    display: unset;
  }
}

.people-popup__sticky {
  display: block;
  min-width: 125px;
}
@media (min-width: 50em) {
  .people-popup__sticky {
    position: sticky;
    top: 30px;
    min-width: unset;
  }
}

.people-popup__name {
  font-family: trade-gothic-next, sans-serif;
  font-size: 24px;
  margin-bottom: 0;
  padding-right: 25px;
  word-break: break-word;
}
@media (min-width: 50em) {
  .people-popup__name {
    font-size: 32px;
  }
}

.people-popup__role {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 50em) {
  .people-popup__role {
    font-size: 22px;
  }
}

.people-popup__sticky .people-popup__meta {
  margin-left: 15px;
}
@media (min-width: 50em) {
  .people-popup__sticky .people-popup__meta {
    margin-left: 0;
  }
}
.people-popup__sticky .people-popup__name {
  font-size: 22px;
}
.people-popup__sticky .people-popup__role {
  font-size: 18px;
}

.people-popup__media {
  width: 100%;
}
.people-popup__media .o-icon {
  color: #E1E1E1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.people-popup__intrinsic-ratio {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.people-popup__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.people-popup__intrinsic-ratio {
  position: relative;
  overflow: hidden;
}

.people-popup__information {
  padding-bottom: 40px;
}
@media (min-width: 50em) {
  .people-popup__information {
    width: 60%;
    padding-top: 20px;
  }
}

.people-popup__meta {
  margin-bottom: 30px;
}
@media (max-width: 49.99em) {
  .people-popup__meta.people-popup__meta--desktop {
    display: none;
  }
}
.people-popup__meta.people-popup__meta--mobile {
  padding-left: 20px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 50em) {
  .people-popup__meta.people-popup__meta--mobile {
    display: none;
  }
}

/*  ==========================================================================
    Resource Item
    ========================================================================== */
.resource-item {
  background-color: #fff;
  color: #000;
  width: 100%;
}

.resource-item__media {
  position: relative;
  height: 0;
  padding-bottom: 133.3333333333%;
  overflow: hidden;
}

.resource-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .resource-item:hover .resource-item__image {
    transform: scale(1.05);
  }
}

.resource-item__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.resource-item__details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.resource-item__title {
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .resource-item__title {
    font-size: 24px;
  }
}

.resource-item__type {
  font-size: 14px;
}

/*  ==========================================================================
    Resources Download
    ========================================================================== */
.resources-download {
  background: #fff;
  color: #000;
  position: relative;
  padding: var(--content-margin-small);
  overflow: hidden;
}
.resources-download:last-child {
  margin-bottom: 0;
}

.resources-download__header {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .resources-download__header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.resources-download__titles {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.resources-download__title {
  margin-bottom: 0;
}

.resources-download__description {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .resources-download__description {
    font-size: 18px;
  }
}

.resources-download__actions {
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 62.49em) {
  .resources-download__actions {
    display: none;
  }
}

.resources-download__previous,
.resources-download__next {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  border: 2px solid black;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.4s ease;
}
.resources-download__previous.swiper-button-disabled,
.resources-download__next.swiper-button-disabled {
  cursor: not-allowed;
}
.resources-download__previous .o-icon,
.resources-download__next .o-icon {
  width: 11px;
  transition: color 0.4s ease;
}
.resources-download__previous:hover,
.resources-download__next:hover {
  background-color: var(--theme-text-color);
}
.resources-download__previous:hover .o-icon,
.resources-download__next:hover .o-icon {
  color: var(--theme-color);
}
@media (min-width: 59em) {
  .resources-download__previous,
  .resources-download__next {
    border-width: 3px;
  }
}
@media (min-width: 62.5em) {
  .resources-download__previous,
  .resources-download__next {
    display: inline-block;
  }
}

.resources-download__previous {
  margin-left: 0;
}
.resources-download__previous .o-icon {
  transform: rotate(180deg);
  margin-left: -4px;
  margin-top: -1px;
}
.resources-download__previous:active .o-icon {
  transform: scale(0.9) rotate(180deg);
}

.resources-download__next {
  margin-left: 10px;
}
.resources-download__next .o-icon {
  margin-left: 3px;
  margin-top: 1px;
}
.resources-download__next:active .o-icon {
  transform: scale(0.9);
}

.resources-download__scroll {
  padding-left: 15px;
}
@media (min-width: 50em) {
  .resources-download__scroll {
    padding-left: 25px;
  }
}
@media (min-width: 62.5em) {
  .resources-download__scroll {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62.5em) and (min-width: 50em) {
  .resources-download__scroll {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.resources-download__scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 62.49em) {
  .resources-download__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.resources-download__list {
  display: flex;
  -webkit-overflow-scrolling: touch;
}

.resources-download__item {
  display: flex;
  flex-shrink: 0;
  width: 200px;
  box-sizing: content-box;
  padding-right: 15px;
}
@media (min-width: 50em) {
  .resources-download__item {
    --padding: 20px;
    width: calc(33.3% - var(--padding) * 2 / 3);
    padding-right: var(--padding);
  }
  .resources-download__item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 72em) {
  .resources-download__item {
    --padding: 30px;
    width: calc(25% - var(--padding) * 3 / 4);
    padding-right: var(--padding);
  }
}
.resources-download__item .event-item {
  width: 100%;
}

.resources-download__previous-title {
  margin: 0 15px auto;
  writing-mode: sideways-lr;
}
@media (min-width: 62.5em) {
  .resources-download__previous-title {
    margin-right: 30px;
  }
}

/*  ==========================================================================
	Featured News Content Block
	========================================================================== */
.featured-news {
  position: relative;
  margin: var(--content-margin);
  padding-bottom: 40px;
}

.featured-news__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .featured-news__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.featured-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
@media (min-width: 32em) {
  .featured-news__header {
    justify-content: unset;
  }
}

.featured-news__title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0;
}
@media (min-width: 32em) {
  .featured-news__title {
    font-size: 24px;
  }
}

.featured-news-item__icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--theme-color-dark);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 2;
  transition: background-color 0.4s ease;
}
.featured-news-item__icon .o-icon {
  fill: #000;
  position: relative;
  left: 0;
  width: 24px;
  height: 24px;
}
.featured-news-item__icon .o-icon--play {
  left: 3px;
}
@media (min-width: 50em) {
  .featured-news-item__icon {
    width: 56px;
    height: 56px;
  }
}

.featured-news__cta {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
}
@media (min-width: 32em) {
  .featured-news__cta {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.35);
  }
}

/*  ==========================================================================
	Featured News (Headline News Post)
	========================================================================== */
.featured-news-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 50em) {
  .featured-news-item {
    flex-direction: row;
    gap: 40px;
  }
}

.featured-news-item__media {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 59em) {
  .featured-news-item__media {
    width: 50%;
  }
}
@media (min-width: 62.5em) {
  .featured-news-item__media {
    width: 100%;
  }
}

.featured-news-item__intrinsic-ratio {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}

.featured-news-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .featured-news-item__main:hover .featured-news-item__image {
    transform: scale(1.05);
  }
}

.featured-news-item__content {
  width: 100%;
}
@media (min-width: 59em) {
  .featured-news-item__content {
    width: 45%;
  }
}
@media (min-width: 62.5em) {
  .featured-news-item__content {
    width: 100%;
  }
}

.featured-news-item__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 28px;
  font-weight: 800;
}
@media (min-width: 42.5em) {
  .featured-news-item__title {
    font-size: 32px;
  }
}
@media (min-width: 62.5em) {
  .featured-news-item__title {
    font-size: 42px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .featured-news:hover .featured-news-item__title {
    color: var(--theme-color-dark);
  }
}

.featured-news-item__date {
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 62.5em) {
  .featured-news-item__date {
    font-size: 18px;
  }
}

.featured-news-item__post-type {
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .featured-news-item__post-type {
    font-size: 18px;
  }
}

/*  ==========================================================================
	Featured News List
	========================================================================== */
.featured-news__list {
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0 -15px;
  padding-left: 15px;
  margin-top: 30px;
}
.featured-news__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 50em) {
  .featured-news__list {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
  }
}
@media (min-width: 62.5em) {
  .featured-news__list {
    overflow: hidden;
    margin-left: 0;
    margin-right: -20px;
    padding: 0;
  }
}
@media (min-width: 72em) {
  .featured-news__list {
    margin-top: 30px;
    margin-right: -30px;
  }
}

/*  ==========================================================================
	Featured News List Items
	========================================================================== */
.featured-news__item {
  width: 320px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-right: 15px;
}
.featured-news__item .news-item {
  display: flex;
  flex-direction: column;
}
.featured-news__item .news-item__content {
  flex-grow: 1;
}
.featured-news__item:hover {
  cursor: pointer;
}
.featured-news__item:hover .news-item__image {
  transform: scale(1.05);
}
@media (min-width: 62.5em) {
  .featured-news__item {
    width: 33.3%;
    padding-right: 20px;
  }
}
@media (min-width: 72em) {
  .featured-news__item {
    padding-right: 30px;
  }
}

/*  ==========================================================================
	News Item
	========================================================================== */
.news-item {
  height: 100%;
}

.news-item__media {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.news-item__intrinsic-ratio {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}

.news-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .news-item:hover .news-item__image {
    transform: scale(1.05);
  }
}

.news-item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-item__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (min-width: 50em) {
  .news-item__title {
    font-size: 22px;
  }
}
@media (min-width: 62.5em) {
  .news-item__title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.news-item__date {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 14px;
  border-top: 1px solid #000;
  padding-top: 5px;
}
@media (min-width: 62.5em) {
  .news-item__date {
    font-size: 16px;
  }
}

.news-item__icon {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--theme-color-dark);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 2;
  transition: background-color 0.4s ease;
}
.news-item__icon .o-icon {
  fill: #000;
  position: relative;
  left: 0;
  width: 16px;
  height: 16px;
}
.news-item__icon .o-icon--play {
  left: 3px;
}

/*  ==========================================================================
	Embed Iframe
	========================================================================== */
.embed-iframe {
  background: var(--theme-color, #000);
  color: var(--theme-text-color, #fff);
  padding: 20px 0 35px;
}
.embed-iframe.theme-inherit {
  --theme-color: var(--color-3);
  --theme-text-color: var(--color-3-text);
  --theme-text-color-inverse: var(--color-3-text-inverse);
}
@media (min-width: 50em) {
  .embed-iframe {
    padding: var(--content-margin-small);
  }
}

.embed-iframe__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  .embed-iframe__title {
    font-size: 26px;
  }
}

.embed-iframe__inner {
  width: 100%;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .embed-iframe__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.embed-iframe__media {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 49.99em) {
  .embed-iframe__audio {
    height: 100px;
  }
}

/*  ==========================================================================
    Pull Quote
    ========================================================================== */
.pull-quote {
  position: relative;
  margin: var(--content-margin);
  background-color: #fff;
  color: #000;
}

.pull-quote__inner {
  width: 100%;
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .pull-quote__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.quote {
  position: relative;
  font-weight: 700;
}
@media (max-width: 62.49em) {
  .quote {
    padding-left: 20px;
  }
}
.quote:before {
  content: "";
  border-left: 1px solid;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
}
@media (min-width: 62.5em) {
  .quote:before {
    right: calc(100% + 40px);
  }
}
@media (min-width: 72em) {
  .quote:before {
    right: calc(100% + 60px);
  }
}

.quote__text {
  position: relative;
  font-size: 20px;
  font-family: trade-gothic-next, sans-serif;
  line-height: 1.2;
  margin: 0 auto;
  padding-bottom: 0;
}
.quote__text p {
  margin-bottom: 15px;
  text-wrap: pretty;
}
.quote__text p:first-child:before {
  content: "“";
  display: inline-block;
}
.quote__text p:last-child:after {
  content: "”";
  display: inline-block;
}
@media (min-width: 50em) {
  .quote__text {
    font-size: 24px;
  }
  .quote__text p {
    margin-bottom: 15px;
  }
}
@media (min-width: 72em) {
  .quote__text {
    font-size: 32px;
  }
}

.quote__meta {
  width: 100%;
}

.quote__link {
  display: block;
  font-family: trade-gothic-next, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 50em) {
  .quote__link {
    font-size: 20px;
  }
}
@media (min-width: 72em) {
  .quote__link {
    font-size: 24px;
  }
}

.quote__cite {
  display: inline-block;
  font-style: normal;
}
.quote__cite:hover, .quote__cite:focus {
  text-decoration: underline;
}

/*  ==========================================================================
    Sponsors
    ========================================================================== */
.company-block {
  position: relative;
  margin: 15px 0 30px;
}
.event-details + .content-blocks .company-block:first-child {
  margin-top: 30px;
}
@media (min-width: 59em) {
  .company-block {
    margin: var(--content-margin-small);
  }
}
@media (min-width: 62.5em) {
  .event-details + .content-blocks .company-block:first-child {
    margin-top: 40px;
  }
}

.company-block__inner {
  width: 100%;
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .company-block__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.company-block__groups {
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .company-block__groups {
    gap: 10px;
  }
}

.company-block__heading {
  font-family: trade-gothic-next, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: center;
  word-wrap: break-word;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 59em) {
  .company-block__heading {
    font-size: 20px;
    text-align: left;
  }
}
@media (min-width: 62.5em) {
  .company-block__heading {
    font-size: 26px;
  }
}

/*  ==========================================================================
    Sponsors - Groups Layout
    ========================================================================== */
.company-block__group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin: 10px 0;
}
.company-block__group:only-child {
  margin: 0;
}
.company-block__group .company-item__image-container {
  min-height: 125px;
}

.company-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 32em) {
  .company-block__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-content: center;
  }
}
@media (max-width: 58.99em) {
  .company-block__list {
    grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
  }
}
@media (min-width: 62.5em) {
  .company-block__list {
    gap: 20px;
  }
}

@media (min-width: 59em) {
  .company-block__group--single,
  .company-block__group--two {
    grid-template-columns: 1fr auto;
    align-items: center;
    margin: 30px 0;
  }
}
@media (min-width: 59em) {
  .company-block__group--single .company-item__image-container,
  .company-block__group--two .company-item__image-container {
    min-height: 191px;
  }
}
@media (min-width: 59em) {
  .company-block__group--single .company-item,
  .company-block__group--two .company-item {
    max-width: 270px;
    margin: 0;
  }
}

@media (min-width: 59em) {
  .company-block__group--single {
    grid-template-columns: 1fr 270px;
    gap: 60px;
  }
}
@media (min-width: 59em) {
  .company-block__group--single .company-block__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 31.99em) {
  .company-block__group--single .company-item {
    width: 100%;
  }
}

@media (min-width: 59em) {
  .company-block__group--two {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 60px;
    overflow: hidden;
  }
}
@media (min-width: 59em) {
  .company-block__group--two .company-block__list {
    grid-template-columns: repeat(2, 270px);
    gap: 30px;
  }
}

.company-block__group--three-plus .company-block__list {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  flex-wrap: nowrap;
  grid-template-columns: repeat(3, 1fr);
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 0;
}
@media (min-width: 50em) {
  .company-block__group--three-plus .company-block__list {
    display: grid;
    gap: 15px;
  }
}
@media (min-width: 59em) {
  .company-block__group--three-plus .company-block__list {
    gap: 30px;
  }
}
.company-block__group--three-plus .company-block__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 59em) {
  .company-block__group--three-plus .company-item__image-container {
    min-height: 167px;
  }
}
.company-block__group--three-plus .company-item {
  flex-shrink: 0;
  justify-self: center;
  margin-right: 15px;
}
@media (min-width: 50em) {
  .company-block__group--three-plus .company-item {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 59em) {
  .company-block__group--three-plus .company-item {
    max-width: 320px;
  }
}
.company-block__group--three-plus .company-block__heading {
  text-align: left;
}

@media (max-width: 31.99em) {
  .company-block__group--two .company-item {
    width: calc(50% - 7.5px);
  }
}

/*  ==========================================================================
    Sponsors - Item
    ========================================================================== */
.company-item {
  border: 1px solid #d9d9d9;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 190px;
}
@media (min-width: 30em) {
  .company-item {
    width: 230px;
  }
}
@media (min-width: 59em) {
  .company-item {
    width: 100%;
    margin: 0 auto;
  }
}

.company-item__image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 10px;
  padding: 20px;
}
@media (min-width: 50em) {
  .company-item__image-container {
    gap: 25px;
    padding: 15px;
  }
}
.company-item__image-container:has(p.company-item__description:only-child) {
  padding: 0 20px;
}

img.company-item__image {
  display: block;
  margin-top: auto;
  width: auto;
  height: auto;
  max-height: 100px;
}
@media (min-width: 62.5em) {
  img.company-item__image {
    max-height: 120px;
    max-width: 200px;
  }
}
img.company-item__image:only-child {
  margin: 0;
}

.company-item__description {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  text-wrap: balance;
  transition: color 0.4s ease;
  word-break: break-word;
}
.company-item__description:only-child {
  height: 100%;
}
a.company-item .company-item__description {
  color: #000;
  text-decoration: underline;
}
@media (min-width: 59em) {
  .company-item__description {
    font-size: 16px;
  }
  .company-item__description:only-child {
    font-size: 20px;
  }
}
@media (min-width: 62.5em) {
  .company-item__description:only-child {
    height: 100%;
    min-height: 100px;
  }
}

/*  ==========================================================================
	Membership Levels Block
	========================================================================== */
.membership-levels .accordion-block__content {
  padding-bottom: 25px;
}
.membership-levels .accordion-block__content p {
  padding-left: 20px;
}

.membership-levels .accordion-block__content ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style-position: outside;
  margin-top: 0;
  padding-left: 40px;
}

.membership-levels__sticky {
  position: sticky;
  bottom: 0;
  z-index: 2;
  padding: 80px 0 20px;
  margin-bottom: 40px;
  text-align: center;
  background: linear-gradient(to top, #fff 0%, #fff 60%, rgba(255, 255, 255, 0) 100%);
  display: none;
}
.membership-levels__sticky.is-toggled {
  display: block;
}
@media (min-width: 50em) {
  .membership-levels__sticky {
    padding-bottom: 40px;
  }
}

.membership-levels__form {
  width: 100%;
  max-width: 820px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .membership-levels__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.membership-levels__form {
  text-align: center;
  margin-bottom: 0;
}

.membership-levels__field {
  display: inline-flex;
}
.membership-levels__field .currency {
  font-weight: 700;
  font-size: var(--global-body-size-6);
  align-self: center;
}

.membership-levels__value {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-right: 0;
  padding: 15px 0 15px 20px;
  margin-left: 10px;
  border-radius: 5px 0 0 5px;
  width: 100%;
  transition: border-color 0.3s ease;
  font-size: var(--global-body-size-5);
  max-width: 180px;
}
.membership-levels__value:focus {
  outline: none;
  border-color: #000;
}
.membership-levels__value::-webkit-outer-spin-button, .membership-levels__value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.membership-levels__value[type=number] {
  -moz-appearance: textfield;
}

.membership-levels__submit {
  border-radius: 0 5px 5px 0;
  padding-left: 15px;
}
@media (min-width: 50em) {
  .membership-levels__submit {
    padding-left: 25px;
  }
}

.membership-levels__selected-level {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.membership-levels__next-level__container {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 25px;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
.membership-levels__next-level__container p {
  padding-left: 0;
}

.membership-levels__button.btn, .membership-levels__button:where([data-component*=dialog] menu button) {
  margin-bottom: 0;
}

.membership-levels__next-level .next-level {
  text-decoration: underline;
  text-transform: capitalize;
}

/*  ==========================================================================
    News Grid
    ========================================================================== */
.news-grid {
  position: relative;
  padding: var(--content-margin-small);
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .news-grid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.news-grid:last-child {
  margin-bottom: 0;
}
.news-grid .news-item {
  display: flex;
  flex-direction: column;
}

.news-grid__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media (min-width: 50em) {
  .news-grid__header {
    justify-content: flex-start;
  }
}
@media (min-width: 62.5em) {
  .news-grid__header {
    gap: 40px;
  }
}
.news-grid__header:empty {
  display: none;
}

.news-grid__title {
  margin-bottom: 0;
}

.news-grid__cta {
  font-size: 16px;
  font-weight: 700;
  margin-left: 30px;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
}
@media (min-width: 32em) {
  .news-grid__cta {
    padding-left: 30px;
  }
}
@media (min-width: 50em) {
  .news-grid__cta {
    border-left: 1px solid rgba(0, 0, 0, 0.35);
  }
}
@media (min-width: 62.5em) {
  .news-grid__cta {
    margin-left: 0;
  }
}

.news-grid__content {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, minmax(220px, 1fr));
}
@media (min-width: 42.5em) {
  .news-grid__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 62.5em) {
  .news-grid__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-grid__item {
  width: 100%;
}
@media (max-width: 49.99em) {
  .news-grid__item {
    padding-right: 15px;
    flex-shrink: 0;
    box-sizing: content-box;
    position: relative;
  }
}

/*  ==========================================================================
    Info Item
    ========================================================================== */
.info-item {
  display: flex;
  width: 100%;
}

.info-item__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  width: 100%;
}

.info-item__media {
  margin-bottom: 0;
}

.info-item__intrinsic-ratio {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.info-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.info-item:hover .info-item__image {
  transform: scale(1.05);
}

.info-item__content {
  display: flex;
  flex-direction: column;
}

.info-item__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  transition: color 0.4s ease;
  position: relative;
}
@media (min-width: 50em) {
  .info-item__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.info-item__description {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.info-item__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.info-item__footer {
  border-top: 1px solid var(--theme-text-color);
  margin-top: auto;
  min-height: 75px;
  padding-top: 15px;
}

.info-item__cta {
  background-color: var(--theme-text-color);
  border-color: var(--theme-text-color);
  color: var(--theme-text-color-inverse);
}
.info-item__cta:hover {
  background-color: var(--theme-text-color-inverse);
  border-color: var(--theme-text-color-inverse);
  color: var(--theme-text-color);
}

.info-item__cta.text_link {
  background-color: unset !important;
  border: none;
  color: var(--theme-text-color) !important;
  padding: 0;
  font-weight: 700;
}
.info-item__cta.text_link:hover {
  background-color: unset !important;
  cursor: pointer;
}

/*  ==========================================================================
    Info List
    ========================================================================== */
.info-list {
  background: var(--theme-color);
  color: var(--theme-text-color);
  position: relative;
  padding: var(--content-margin-small);
  overflow: hidden;
}
.info-list:last-child {
  margin-bottom: 0;
}

.info-list.theme-white .info-item__cta {
  background-color: #A6192E;
  border-color: #A6192E;
}
@media (hover: hover) and (pointer: fine) {
  .info-list.theme-white .info-item__cta:hover {
    color: #fff;
    background-color: color-mix(in srgb, #A6192E 80%, #000);
    border-color: color-mix(in srgb, #A6192E 80%, #000);
  }
}

.info-list__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 0 0 30px;
}
@media (min-width: 62.5em) {
  .info-list__header {
    gap: 40px;
  }
}
.info-list__header:empty {
  display: none;
}

.info-list__title {
  margin-bottom: 0;
}

.info-list__description {
  margin: 5px 0 0;
  font-size: 16px;
}
@media (min-width: 50em) {
  .info-list__description {
    font-size: 20px;
  }
}

.info-list__actions {
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  flex-shrink: 0;
}

.info-list__previous,
.info-list__next {
  border: 3px solid var(--theme-text-color);
  padding: 0;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background-color 0.4s ease, color 0.4s ease;
  background-color: transparent;
}
@media (min-width: 62.5em) {
  .info-list__previous,
  .info-list__next {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.info-list__previous.swiper-button-disabled,
.info-list__next.swiper-button-disabled {
  cursor: not-allowed;
}
.info-list__previous .o-icon,
.info-list__next .o-icon {
  fill: var(--theme-text-color);
  width: 20px;
  height: 20px;
}
.info-list__previous:hover,
.info-list__next:hover {
  background-color: var(--theme-text-color);
}
.info-list__previous:hover .o-icon,
.info-list__next:hover .o-icon {
  fill: var(--theme-text-color-inverse);
  width: 20px;
  height: 20px;
}
.info-list__previous:not(.swiper-button-disabled):hover,
.info-list__next:not(.swiper-button-disabled):hover {
  background-color: var(--theme-text-color);
  color: #fff;
}

.info-list__previous {
  margin-left: 0;
}
.info-list__previous .o-icon {
  rotate: -180deg;
  margin-left: -2px;
}

.info-list__next {
  margin-left: 15px;
}
.info-list__next .o-icon {
  margin-right: -2px;
}
@media (min-width: 62.5em) {
  .info-list__next {
    margin-left: 0;
  }
}

/*  ==========================================================================
    Page List - Grid
    ========================================================================== */
.info-list--grid .info-list__inner {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .info-list--grid .info-list__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.info-list--grid .info-list__content {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, minmax(220px, 1fr));
}
@media (min-width: 42.5em) {
  .info-list--grid .info-list__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 62.5em) {
  .info-list--grid .info-list__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 49.99em) {
  .info-list--grid .info-list__item {
    display: flex;
    padding-right: 15px;
    flex-shrink: 0;
    box-sizing: content-box;
    position: relative;
  }
}
.info-list--grid .info-list__item {
  width: 100%;
  display: flex;
}

/*  ==========================================================================
    Info List - Scroller
    ========================================================================== */
.info-list--scroller .info-list__header {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .info-list--scroller .info-list__header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 62.5em) {
  .info-list--scroller .info-list__content {
    width: 100%;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62.5em) and (min-width: 50em) {
  .info-list--scroller .info-list__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.info-list--scroller .info-list__scroll {
  padding-left: 15px;
}
@media (min-width: 50em) {
  .info-list--scroller .info-list__scroll {
    padding-left: 25px;
  }
}
@media (min-width: 62.5em) {
  .info-list--scroller .info-list__scroll {
    padding-left: 0;
  }
}
.info-list--scroller .info-list__scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 62.49em) {
  .info-list--scroller .info-list__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.info-list--scroller .info-list__items {
  display: flex;
  -webkit-overflow-scrolling: touch;
}
.info-list--scroller .info-list__item {
  display: flex;
  width: 320px;
  padding-right: 15px;
  flex-shrink: 0;
  box-sizing: content-box;
  position: relative;
}
@media (min-width: 62.5em) {
  .info-list--scroller .info-list__item {
    width: calc(33.33% - 23px);
    padding-right: 30px;
  }
  .info-list--scroller .info-list__item:last-child {
    padding-right: 0;
  }
}

.page-error .page-content {
  align-items: center;
  padding: 0 15px;
  text-align: center;
}
.page-error .s-prose .btn, .page-error .s-prose :where([data-component*=dialog] menu button) {
  margin-top: 15px !important;
}

/*  ==========================================================================
    Review Scroller
    ========================================================================== */
.review-scroller {
  position: relative;
  color: var(--theme-text-color);
  overflow: hidden;
}
.review-scroller.theme-inherit {
  --theme-color: var(--color-1);
  --theme-text-color: var(--color-1-text);
  --theme-text-color-inverse: var(--color-1-text-inverse);
  color: var(--color-2);
}

.review-scroller__list {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  transition-property: transform;
}

.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 40px 0;
  background: var(--theme-color);
  width: 100%;
  z-index: 2;
}
@media (min-width: 50em) {
  .review {
    padding: 60px 0;
  }
}
@media (min-width: 62.5em) {
  .review {
    padding: 80px 0;
  }
}

.review__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px 30px;
  width: 100%;
  max-width: 860px;
}
@media (min-width: 50em) {
  .review__inner {
    gap: 20px;
  }
}

.review__rating {
  display: inline-flex;
  gap: 10px;
  text-align: center;
  --icon-size: 30px;
}
@media (min-width: 50em) {
  .review__rating {
    --icon-size: 40px;
  }
}
@media (min-width: 62.5em) {
  .review__rating {
    --icon-size: 50px;
  }
}
.review__rating .o-icon {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
}

.review-scroller.review-scroller--rating .review__rating .o-icon {
  width: 100%;
}

.review__description {
  width: 100%;
}

.review__quote {
  font-family: trade-gothic-next, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  text-wrap: pretty;
}
@media (min-width: 30em) {
  .review__quote {
    font-size: 28px;
  }
}
@media (min-width: 50em) {
  .review__quote {
    font-size: 32px;
  }
}
@media (min-width: 62.5em) {
  .review__quote {
    font-size: 38px;
  }
}
@media (min-width: 72em) {
  .review__quote {
    font-size: 48px;
  }
}
.review__quote p {
  margin-bottom: 0;
}
.review__quote p:first-child:before {
  content: "“";
}
.review__quote p:last-child:after {
  content: "”";
}

.review__body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review__meta {
  color: var(--theme-text-color);
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  text-wrap: pretty;
  width: 100%;
}
@media (min-width: 50em) {
  .review__meta {
    font-size: 20px;
  }
}
@media (min-width: 62.5em) {
  .review__meta {
    font-size: 22px;
  }
}
@media (min-width: 72em) {
  .review__meta {
    font-size: 24px;
  }
}

.review__cite {
  font-style: normal;
}

.review-scroller .swiper-pagination-bullets {
  display: flex;
  justify-self: center;
  gap: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: auto;
}
@media (min-width: 50em) {
  .review-scroller .swiper-pagination-bullets {
    bottom: 25px;
  }
}
.review-scroller .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--theme-text-color);
  opacity: 0.2;
  cursor: pointer;
  border: none;
  margin: 0;
}
.review-scroller .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

/*  ==========================================================================
    Review Scroller - Single Item
    ========================================================================== */
.review-scroller--1 .review__inner {
  padding-bottom: 0;
}

/*  ==========================================================================
    Performance List Header
    ========================================================================== */
.performance-list-header {
  position: relative;
  background-color: var(--color-1);
  color: var(--color-1-text);
  padding: 40px 0 20px;
  isolation: isolate;
  overflow: hidden;
}
@media (min-width: 50em) {
  .performance-list-header {
    padding: 60px 0;
  }
}

.performance-list-header__inner {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .performance-list-header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.performance-list-header__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  position: relative;
}
@media (min-width: 50em) {
  .performance-list-header__inner {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 90em) {
  .performance-list-header__inner {
    gap: 40px;
  }
}

.performance-list-header__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid color-mix(in srgb, var(--color-1-text) 5%, transparent);
}
@media (min-width: 50em) {
  .performance-list-header__media {
    width: 55%;
  }
}

.performance-list-header__intrinsic-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.performance-list-header__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.performance-list-header__content {
  width: 100%;
}
@media (min-width: 50em) {
  .performance-list-header__content {
    width: 45%;
  }
}
@media (min-width: 42.5em) {
  .performance-list-header__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
}

.performance-list-header__meta {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.performance-list-header__titles {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.performance-list-header__prefix {
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 72em) {
  .performance-list-header__prefix {
    font-size: 18px;
  }
}
@media (min-width: 80em) {
  .performance-list-header__prefix {
    font-size: 20px;
  }
}

.performance-list-header__title {
  display: flex;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-wrap: balance;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .performance-list-header__title {
    font-size: 38px;
  }
}
@media (min-width: 72em) {
  .performance-list-header__title {
    font-size: 42px;
  }
}
@media (min-width: 80em) {
  .performance-list-header__title {
    font-size: 46px;
  }
}

.performance-list-header__details {
  display: flex;
  flex-direction: column;
  position: relative;
}

.performance-list-header__date,
.performance-list-header__venue {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 80em) {
  .performance-list-header__date,
  .performance-list-header__venue {
    font-size: 18px;
  }
}

.performance-list-header__venue {
  display: block;
}

.performance-list-header__popup {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: all 0.4s ease-in-out;
}
.performance-list-header__popup:not(.is-toggled) {
  opacity: 0;
  visibility: hidden;
}

.performance-list-header__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: trade-gothic-next, sans-serif;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid color-mix(in srgb, var(--color-1-text) 5%, transparent);
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .performance-list-header__breadcrumb:hover .o-icon {
    transform: translateX(5px);
  }
}
@media (min-width: 42.5em) {
  .performance-list-header__breadcrumb {
    margin-top: 0;
  }
}
@media (min-width: 50em) {
  .performance-list-header__breadcrumb {
    font-size: 16px;
  }
}
@media (min-width: 72em) {
  .performance-list-header__breadcrumb {
    margin-top: 10px;
    padding-top: 20px;
  }
}
.performance-list-header__breadcrumb .o-icon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  background-color: var(--color-1-text);
  color: var(--color-1-text-inverse);
  border-radius: 50%;
  padding: 5px;
  rotate: 180deg;
  transition: transform 0.3s ease;
}

/*  ==========================================================================
    Performance List Header - Image
    ========================================================================== */
@media (min-width: 62.5em) {
  .performance-list-header--image .performance-list-header__content {
    padding-right: 60px;
  }
}
@media (min-width: 72em) {
  .performance-list-header--image .performance-list-header__content {
    padding-right: 60px;
  }
}
@media (min-width: 42.5em) {
  .performance-list-header--image:not(:has(.performance-list-header__actions)) .performance-list-header__content {
    padding-bottom: 40px;
  }
}
@media (min-width: 62.5em) {
  .performance-list-header--image:not(:has(.performance-list-header__actions)) .performance-list-header__content {
    padding-bottom: 0;
  }
}

/*  ==========================================================================
    Performance List
    ========================================================================== */
.performance-list-page {
  background-color: #fff;
}

.performance-list {
  position: relative;
  padding: 30px 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 42.5em) {
  .performance-list {
    padding: 60px 0;
  }
}

.performance-list__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 820px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .performance-list__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 50em) {
  .performance-list__inner {
    gap: 20px;
  }
}

.performance-list__months {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 42.5em) {
  .performance-list__months {
    gap: 60px;
  }
}

.performance-list__month {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.performance-list__month-header {
  position: sticky;
  top: 0;
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 20px;
  z-index: 5;
}
@media (min-width: 50em) {
  .performance-list__month-header {
    font-size: 24px;
    padding: 15px 0;
  }
}
@media (min-width: 62.5em) {
  .performance-list__month-header {
    font-size: 28px;
  }
}

.performance-list__performances {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.performance-list__performances .performance {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
@media (min-width: 50em) {
  .performance-list__performances .performance--tags .performance__date-time {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.performance-list__performances .performance__date-time {
  display: flex;
  flex-direction: column;
  grid-area: pl-date;
  font-family: trade-gothic-next, sans-serif;
  font-size: 14px;
  padding: 0 15px;
  order: 2;
  flex: 1;
}
@media (min-width: 30em) {
  .performance-list__performances .performance__date-time {
    display: block;
    font-size: 16px;
  }
}
@media (min-width: 50em) {
  .performance-list__performances .performance__date-time {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (min-width: 62.5em) {
  .performance-list__performances .performance__date-time {
    font-size: 20px;
  }
}
.performance-list__performances .performance__date,
.performance-list__performances .performance__time {
  font-weight: 700;
}
.performance-list__performances .performance-availability {
  grid-area: pl-availability;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  width: 70px;
  height: 100%;
  border-right: 3px solid #f7f7f7;
  order: 1;
}
@media (min-width: 50em) {
  .performance-list__performances .performance-availability {
    width: 90px;
  }
}
.performance-list__performances .performance-availability__container {
  position: relative;
  height: 43px;
  width: 51px;
  top: -8px;
}
@media (min-width: 50em) {
  .performance-list__performances .performance-availability__container {
    height: 57px;
  }
}
.performance-list__performances .performance-availability__icon {
  display: block;
}
.performance-list__performances .performance__tags {
  grid-area: pl-tags;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin: 10px 15px 0 15px;
  padding: 0;
  list-style: none;
  order: 4;
  width: 100%;
}
@media (min-width: 32em) {
  .performance-list__performances .performance__tags {
    padding: 0 0 10px;
  }
}
@media (min-width: 50em) {
  .performance-list__performances .performance__tags {
    margin: -10px 0 0 87px;
    padding: 0 15px 20px;
    border-left: 3px solid #f7f7f7;
  }
}
.performance-list__performances .performance__tags:not(:has(li)) {
  border-top: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.performance-list__performances .tag {
  font-size: 12px;
  padding: 4px 10px 5px;
  background-color: var(--color-1);
  color: var(--color-1-text);
  border-color: var(--color-1);
}
.performance-list__performances .performance__action {
  display: flex;
  width: 100%;
  grid-area: pl-btn;
  padding: 15px;
  order: 4;
}
@media (min-width: 32em) {
  .performance-list__performances .performance__action {
    order: 3;
    width: auto;
  }
}
.performance-list__performances .performance__btn {
  flex: 1;
  justify-content: center;
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: var(--color-2-text);
  text-transform: capitalize;
  transition: 0.4s ease;
}
.performance-list__performances .performance__btn--unavailable {
  cursor: not-allowed;
}
@media (hover: hover) and (pointer: fine) {
  .performance-list__performances .performance__btn:hover {
    background-color: color-mix(in srgb, var(--color-2) 80%, var(--color-2-text));
    border-color: color-mix(in srgb, var(--color-2) 80%, var(--color-2-text));
    color: var(--color-2-text);
  }
}
.performance-list__performances .performance__panel {
  display: inline-block;
  order: 5;
  width: 100%;
  padding: 15px 20px;
  border-top: 3px solid #f7f7f7;
  font-size: 12px;
}
@media (min-width: 32em) {
  .performance-list__performances .performance__panel {
    font-size: 14px;
  }
}
.performance-list__performances .performance__panel strong {
  margin-right: 2px;
}

.performance-list__filters {
  width: 100%;
  transition: background-color 0.1s ease;
}
.filters-open .performance-list__filters, .dates-open .performance-list__filters, .nav-open .performance-list__filters {
  background-color: transparent;
}
@media (min-width: 90em) {
  .performance-list__filters {
    padding: 0;
    width: 372px;
  }
}

/*  ==========================================================================
    Performance List - Sort
    ========================================================================== */
.performance-list-sort {
  display: flex;
  align-self: center;
  width: 100%;
  position: relative;
  outline: 1px solid #eaeaea;
  outline-offset: 3px;
  border-radius: 1px;
  overflow: hidden;
}
@media (min-width: 42.5em) {
  .performance-list-sort {
    max-width: 400px;
  }
}

.performance-list-sort__toggle {
  display: flex;
}

.performance-list-sort__btn {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  font-family: trade-gothic-next, sans-serif;
  width: 50%;
  text-align: center;
  padding: 10px;
  border: 0;
  cursor: pointer;
  z-index: 2;
  background: none;
  transition: color 0.5s ease;
}
@media (min-width: 50em) {
  .performance-list-sort__btn {
    font-size: 18px;
  }
}

.performance-list-sort__btn--active {
  color: var(--color-2-text);
}

.performance-list-sort__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color-2);
  border-radius: 4px;
  transition: left 0.5s ease, right 0.5s ease;
}

.performance-list-sort__btn--active:nth-of-type(2) ~ span {
  left: 50%;
}

/*  ==========================================================================
    Calendar List - Availability - Icon
    ========================================================================== */
.calendar-list-event .performance-availability {
  margin-left: auto;
  padding-left: 15px;
}

.calendar-list-event .performance-availability__container {
  width: 50px;
  margin: auto;
  height: 75px;
  margin-right: 0;
}
@media (min-width: 50em) {
  .calendar-list-event .performance-availability__container {
    margin-right: 30px;
  }
}
@media (min-width: 72em) {
  .calendar-list-event .performance-availability__container {
    margin-right: 40px;
  }
}

.performance-availability .performance-availability--not .performance-availability__text {
  display: block;
  width: 100px;
  left: -25px;
  bottom: -155px;
}

.performance-availability__icon {
  position: relative;
  transform: scale(0.4);
}
@media (min-width: 50em) {
  .performance-availability__icon {
    transform: scale(0.5);
  }
}

@media (max-width: 49.99em) {
  .performance-list-item.has-availability-icon {
    padding: 30px 20px !important;
  }
  .performance-list-item.has-availability-icon .performance-availability__container {
    top: -31px;
    right: 38px;
  }
  .performance-list-item.has-availability-icon .performance-list-item__button.btn, .performance-list-item.has-availability-icon .performance-list-item__button:where([data-component*=dialog] menu button) {
    top: 27px;
  }
}
.performance-availability__inner {
  --stroke-width: 8px;
  position: relative;
}

.performance-availability__inner:after {
  position: absolute;
  content: "";
  margin: auto;
  left: -43px;
  right: 0;
  bottom: -146px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 70px;
  border-color: transparent transparent #fff transparent;
  transition: border-color 0.4s ease;
}
@media (min-width: 50em) {
  .performance-availability__inner:after {
    left: -46px;
  }
}

.performance-availability__circle {
  position: absolute;
  width: 114px;
  height: 114px;
  margin: 1em;
  top: 0;
  right: -48px;
  transform: rotate(90deg);
}

.performance-availability__circle--bg {
  fill: none;
  stroke-width: var(--stroke-width);
  stroke: #d2d2d2;
}

.performance-availability__circle--meter {
  fill: none;
  stroke-width: var(--stroke-width);
  transform-origin: 50% 50%;
  --offset: 180;
  stroke: #EFBF04;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--offset);
}

.performance-availability--good .performance-availability__circle--meter {
  --offset: 0;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--offset);
  stroke: #32783D;
  animation: performance-availability 2.25s ease-out;
}

.performance-availability--low .performance-availability__circle--meter {
  --offset: 205;
  stroke: #EFBF04;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--offset);
  animation: performance-availability 1s ease-out;
}

.performance-availability--limited .performance-availability__circle--meter {
  --offset: 280;
  stroke: #A6192E;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--offset);
  animation: performance-availability 0.8s ease-out;
}

.performance-availability--sold-out .performance-availability__circle--meter,
.performance-availability--cancelled .performance-availability__circle--meter {
  --offset: 360;
  stroke: #A6192E;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--offset);
  animation: performance-availability 0.8s ease-out;
}

@keyframes performance-availability {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: var(--offset);
  }
}
.performance-availability__chair {
  position: absolute;
  top: 74px;
  top: 49px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
}

.performance-availability__text {
  position: absolute;
  left: -22px;
  right: 0;
  bottom: -134px;
  margin: auto;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  font-family: trade-gothic-next, sans-serif;
  letter-spacing: 1.1px;
  min-width: 95px;
}

/*  ==========================================================================
	Calendar List - Availability - line
    ========================================================================== */
.performance-availability__progress {
  width: 125px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(#000 0 0) 0/0% no-repeat #ddd;
}

@keyframes goodProgress {
  100% {
    background-size: 100%;
  }
}
@keyframes lowProgress {
  100% {
    background-size: 55%;
  }
}
@keyframes limitedProgress {
  100% {
    background-size: 25%;
  }
}
@keyframes soldOutProgress {
  100% {
    background-size: 0%;
  }
}
.performance-availability--good .performance-availability__progress {
  background: linear-gradient(#32783D 0 0) 0/0 no-repeat #ddd;
  animation: goodProgress 1s linear forwards;
  animation-iteration-count: 1;
}

.performance-availability--low .performance-availability__progress {
  background: linear-gradient(#EFBF04 0 0) 0/0 no-repeat #ddd;
  animation: lowProgress 1s linear forwards;
  animation-iteration-count: 1;
}

.performance-availability--limited .performance-availability__progress {
  background: linear-gradient(#A6192E 0 0) 0/0 no-repeat #ddd;
  animation: limitedProgress 1s linear forwards;
  animation-iteration-count: 1;
}

.performance-availability--sold-out .performance-availability__progress,
.performance-availability--cancelled .performance-availability__progress {
  background: linear-gradient(#A6192E 0 0) 0/0 no-repeat #ddd;
  animation: soldOutProgress 1s linear forwards;
  animation-iteration-count: 1;
}

/*  ==========================================================================
    Event Details
    ========================================================================== */
.event-details__inner {
  width: 100%;
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .event-details__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.event-details__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 62.5em) {
  .event-details__inner {
    gap: 40px;
  }
}

.event-details__meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .event-details__meta {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 62.5em) {
  .event-details__meta {
    gap: 60px;
  }
}

.event-details__meta-group,
.event-details__actions,
.event-details__creative-info {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.event-details__meta-group {
  flex-basis: 100%;
  padding: 10px 0;
}
.event-details__meta-group:last-child {
  padding-bottom: 0;
}

.event-details__meta-details {
  margin: 0;
  font-size: 16px;
}

.event-details__meta-title {
  font-weight: 700;
}
@media (min-width: 50em) {
  .event-details__meta-title {
    font-size: 18px;
  }
}

.event-details__disclaimer p:not(.quote__text):not(.cta):not(.caption),
.event-details__disclaimer ul,
.event-details__disclaimer ol,
.event-details__disclaimer dl {
  font-size: var(--global-body-text-small);
}

.event-details__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
@media (min-width: 62.5em) {
  .event-details__actions {
    gap: 15px 60px;
  }
}

.event-details__program,
.event-details__btn,
.event-details__seating-chart {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: text-decoration-color 0.3s ease;
}
.event-details__program .o-icon,
.event-details__btn .o-icon,
.event-details__seating-chart .o-icon {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .event-details__program:hover,
  .event-details__btn:hover,
  .event-details__seating-chart:hover {
    text-decoration-color: var(--color-1);
  }
}

.event-details__program .o-icon,
.event-details__seating-chart .o-icon {
  padding: 4px 4px 4px 6px;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
}

.event-details__creative-info p:last-child {
  margin-bottom: 0;
}

/*  ==========================================================================
    Event Details - Popup
    ========================================================================== */
.event-details-popup {
  align-self: center;
  width: 100%;
  max-width: calc(100vw - 30px);
  max-height: calc(100svh - 30px);
  background-color: #fff;
  color: #000;
  overflow-y: auto;
  text-align: left;
  border: none;
  margin: auto;
  padding: 0;
  z-index: 20;
}
@media (min-width: 50em) {
  .event-details-popup[open] {
    display: flex;
    justify-self: center;
    align-self: center;
    height: fit-content;
    max-height: 90svh;
    width: calc(100% - 40px);
    max-width: 820px;
  }
}

.event-details-popup__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 15px;
  width: 100%;
}
@media (min-width: 50em) {
  .event-details-popup__inner {
    gap: 40px;
    padding: 30px;
  }
}

.event-details-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.event-details-popup__title {
  margin-bottom: 0;
}

button.event-details-popup__close {
  margin: 0;
  margin-left: auto;
  padding: 0;
  border: 0;
  flex-shrink: 0;
  z-index: 3;
}
button.event-details-popup__close svg.o-icon {
  position: relative;
  top: -1px;
  color: #000;
}

@media (min-width: 62.5em) {
  .event-details-popup__description {
    font-size: 18px;
  }
}
.event-details-popup__description h1,
.event-details-popup__description h2,
.event-details-popup__description h3,
.event-details-popup__description h4,
.event-details-popup__description h5,
.event-details-popup__description h6 {
  margin-bottom: 0.75em;
}
.event-details-popup__description p {
  margin-bottom: 1.5em;
}
.event-details-popup__description p:last-child {
  margin-bottom: 0;
}
.event-details-popup__description strong a {
  font-weight: 700;
}
.event-details-popup__description a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease;
}
.event-details-popup__description a:hover {
  text-decoration-color: var(--color-1, #A6192E);
}
.event-details-popup__description .btn, .event-details-popup__description :where([data-component*=dialog] menu button) {
  text-decoration: none;
}

/*  ==========================================================================
    Well Block
    ========================================================================== */
.well-block {
  padding: 15px;
  background-color: var(--custom-bg, var(--theme-color));
  overflow: hidden;
}
.well-block.theme-inherit {
  --theme-color: var(--color-2);
}
@media (min-width: 50em) {
  .well-block {
    padding: 40px 20px;
  }
}
@media (min-width: 62.5em) {
  .well-block {
    padding: 60px 0;
  }
}

@media (min-width: 50em) {
  .well-block__inner {
    width: 100%;
    max-width: 920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .well-block__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.well-block__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 50em) {
  .well-block__body {
    padding: 30px 20px;
    margin: 0 -20px;
  }
}
@media (min-width: 62.5em) {
  .well-block__body {
    padding: 40px;
    margin: 0 -40px;
  }
}

.well-block__title {
  margin-bottom: 0;
}
.well-block__title:empty {
  display: none;
}

.well h1:first-child,
.well h2:first-child,
.well h3:first-child,
.well h4:first-child,
.well h5:first-child,
.well h6:first-child {
  margin-top: 0;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
/*  ==========================================================================
	Calendar List
	========================================================================== */
.calendar__list {
  order: 2;
  width: 100%;
}
@media (min-width: 62.5em) {
  .calendar__list {
    order: 1;
    width: 100%;
  }
}

.calendar-list {
  position: relative;
}
.calendar-list__group {
  margin-bottom: 40px;
}
.calendar-list__group--year:first-child .calendar-list__year, .calendar-list__group--year:first-child div:first-of-type .calendar-list__month {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.calendar-list__year {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  background: linear-gradient(180deg, var(--theme-color) 0, var(--theme-color));
  background-position: 0 100%;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0 5px 5px;
  font-weight: 700;
  font-size: var(--global-header-size-2);
  font-family: museo-sans, sans-serif;
  margin: 0 auto 5px;
}
.calendar-list__month {
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 62.5em) {
  .calendar-list__groups {
    padding-top: 30px;
  }
  .calendar-list__group {
    margin-bottom: 60px;
  }
}

/*  ==========================================================================
	Calendar List - Performance
	========================================================================== */
.calendar-performance {
  display: flex;
  background-color: #fff;
  margin-bottom: 2px;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 50em) {
  .calendar-performance {
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .calendar-performance:hover, .calendar-performance:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.01);
    z-index: 2;
  }
}
@media (min-width: 62.5em) {
  .calendar-performance {
    border-radius: 15px;
  }
}

.calendar-performance__date-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 50px;
  flex-shrink: 0;
  padding: 10px 0;
}
@media (min-width: 50em) {
  .calendar-performance__date-holder {
    width: 70px;
  }
}
@media (min-width: 62.5em) {
  .calendar-performance__date-holder {
    width: 100px;
  }
}

.calendar-performance__day,
.calendar-performance__month {
  display: block;
  text-transform: uppercase;
  font-size: var(--global-body-size-2);
}
@media (min-width: 62.5em) {
  .calendar-performance__day,
  .calendar-performance__month {
    font-size: var(--global-body-size-4);
  }
}

.calendar-performance__date {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: var(--global-header-size-5);
}
@media (min-width: 62.5em) {
  .calendar-performance__date {
    font-size: var(--global-header-size-8);
  }
}

.calendar-performance__details {
  padding: 20px 15px;
  align-self: center;
  margin-right: auto;
  flex-grow: 1;
}
@media (min-width: 62.5em) {
  .calendar-performance__details {
    padding: 15px 30px;
  }
}

.calendar-performance__title {
  font-family: trade-gothic-next, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}

.calendar-performance__prefix,
.calendar-performance__suffix {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: var(--global-body-size-1);
}
@media (min-width: 50em) {
  .calendar-performance__prefix,
  .calendar-performance__suffix {
    font-size: var(--global-body-size-2);
  }
}

.calendar-performance__prefix {
  margin-bottom: 2px;
}

.calendar-performance__suffix {
  margin-top: 2px;
  margin-bottom: 10px;
}

.calendar-performance__meta {
  display: block;
  font-size: var(--global-body-size-2);
}
@media (min-width: 62.5em) {
  .calendar-performance__meta {
    margin-top: 10px;
  }
}
@media (min-width: 72em) {
  .calendar-performance__meta {
    font-size: var(--global-body-size-4);
  }
}

.calendar-performance__time {
  font-weight: bold;
}

.calendar-performance__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (min-width: 32em) {
  .calendar-performance__tags {
    margin-top: 15px;
  }
}

.calendar-performance__tag {
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-weight: bold;
  padding: 3px 8px;
  font-size: var(--global-body-size-1);
}
@media (min-width: 62.5em) {
  .calendar-performance__tag {
    font-size: var(--global-body-size-2);
  }
}

.calendar-performance__media {
  display: none;
  flex-shrink: 0;
}
@media (min-width: 32em) {
  .calendar-performance__media {
    display: block;
    width: 150px;
  }
}
@media (min-width: 72em) {
  .calendar-performance__media {
    width: 200px;
  }
}

.calendar-performance__intrinsic-ratio {
  position: relative;
  padding-bottom: 83.3333333333%;
  height: 0;
  overflow: hidden;
}

.calendar-performance__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  ==========================================================================
    Calendar Popup
    ========================================================================== */
.calendar-popup[open] {
  max-width: none;
  max-height: none;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  color: #fff;
  overflow: hidden;
}

.calendar-popup__inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 62.5em) {
  .calendar-popup__inner {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62.5em) and (min-width: 50em) {
  .calendar-popup__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 31.99em) {
  .calendar-popup__inner {
    margin-top: 40px;
    justify-content: flex-start;
  }
}

.calendar-popup__header {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  position: relative;
  gap: 40px;
  margin-bottom: 30px;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 62.5em) {
  .calendar-popup__header {
    padding-left: 0;
  }
}
@media (max-width: 31.99em) {
  .calendar-popup__header {
    position: absolute;
    top: 18px;
    left: 0;
  }
}

.calendar-popup__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.calendar-popup__actions {
  flex-shrink: 0;
}

.calendar-popup__previous,
.calendar-popup__next {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease;
  position: relative;
  z-index: 10;
}
.calendar-popup__previous.swiper-button-disabled,
.calendar-popup__next.swiper-button-disabled {
  cursor: not-allowed;
}
.calendar-popup__previous .o-icon,
.calendar-popup__next .o-icon {
  width: 11px;
  color: #fff;
  transition: color 0.4s ease;
}
.calendar-popup__previous:hover,
.calendar-popup__next:hover {
  background-color: #fff;
}
.calendar-popup__previous:hover .o-icon,
.calendar-popup__next:hover .o-icon {
  color: #000;
}
@media (min-width: 59em) {
  .calendar-popup__previous,
  .calendar-popup__next {
    border-width: 3px;
  }
}
@media (min-width: 62.5em) {
  .calendar-popup__previous,
  .calendar-popup__next {
    display: inline-block;
  }
}

.calendar-popup__previous {
  margin-left: 0;
}
.calendar-popup__previous .o-icon {
  transform: rotate(180deg);
  margin-left: -4px;
  margin-top: -1px;
}
.calendar-popup__previous:active .o-icon {
  transform: scale(0.9) rotate(180deg);
}

.calendar-popup__next {
  margin-left: 15px;
}
.calendar-popup__next .o-icon {
  margin-left: 3px;
  margin-top: 1px;
}
.calendar-popup__next:active .o-icon {
  transform: scale(0.9);
}

.calendar-popup__close-wrapper {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.calendar-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2;
}
@media (min-width: 62.5em) {
  .calendar-popup__close {
    top: 30px;
    right: 30px;
  }
}

.calendar-popup__scroll {
  position: relative;
  z-index: 2;
}
.calendar-popup__scroll::-webkit-scrollbar {
  display: none;
}
@media (min-width: 62.5em) {
  .calendar-popup__scroll {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 62.49em) {
  .calendar-popup__scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 20px;
  }
}

.calendar-popup__list {
  display: flex;
}

/*  ==========================================================================
    Calendar Popup - Item
    ========================================================================== */
.calendar-popup-item {
  position: relative;
  width: 90%;
  flex-shrink: 0;
  margin: 0 10px;
  max-height: calc(85svh - 40px);
}
.calendar-popup-item:first-child {
  margin-left: 0;
}
.calendar-popup-item:last-child {
  padding-right: 20px;
  box-sizing: content-box;
}
@media (min-width: 23em) {
  .calendar-popup-item {
    width: 330px;
  }
}
@media (min-width: 32em) {
  .calendar-popup-item {
    width: 400px;
    max-height: calc(85svh - 80px);
  }
}
.page-whatson .calendar-popup-item {
  justify-self: center;
}

.calendar-popup-item__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.calendar-popup-item--auditorium + .calendar-popup-item:not(.calendar-popup-item--auditorium) {
  padding-left: 20px;
  box-sizing: content-box;
}
.calendar-popup-item--auditorium + .calendar-popup-item:not(.calendar-popup-item--auditorium) .calendar-popup-item__media {
  left: 20px;
  width: calc(100% - 20px);
}
.calendar-popup-item--auditorium + .calendar-popup-item:not(.calendar-popup-item--auditorium):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.calendar-popup-item__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.calendar-popup-item__header,
.calendar-popup-item__intrinsic-ratio {
  padding-bottom: 60%;
}

.calendar-popup-item__intrinsic-ratio {
  position: relative;
  height: 0;
}

.calendar-popup-item__image-link {
  display: block;
}

.calendar-popup-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.calendar-popup-item__performance {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: calc(85svh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.calendar-popup-item__performance::-webkit-scrollbar {
  display: none;
}
@media (min-width: 32em) {
  .calendar-popup-item__performance {
    max-height: calc(85svh - 80px);
  }
}

.calendar-popup-item__header {
  position: relative;
  height: 0;
  overflow: hidden;
}

.calendar-popup-item__body {
  padding: 20px;
  flex-grow: 1;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 2;
}

.calendar-popup-item__titles {
  display: flex;
  flex-direction: column;
}

.calendar-popup-item__prefix,
.calendar-popup-item__suffix {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.calendar-popup-item__title {
  font-size: 24px;
  margin-bottom: 0;
}

.calendar-popup-item__meta {
  font-family: trade-gothic-next, sans-serif;
  margin: 10px 0 0;
}

.calendar-popup-item__time {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

.calendar-popup-item__venue {
  font-size: 16px;
  margin-bottom: 0;
}

.calendar-popup-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin: 10px 0 5px;
  padding: 0;
  list-style: none;
}

.calendar-popup-item__tag {
  font-size: 12px;
  padding: 4px 10px 5px;
  background-color: var(--color-2);
  color: var(--color-2-text);
  border-radius: 100px;
}
.page-whatson .calendar-popup-item__tag, .calendar .calendar-popup-item__tag {
  background-color: #F4F4F4;
  border: 1px solid #E3E3E3;
  color: #000;
}

.calendar-popup-item__info {
  margin-top: 10px;
}

.calendar-popup-item__duration,
.calendar-popup-item__age {
  margin-bottom: 0;
  font-size: 14px;
  text-wrap: pretty;
}

.calendar-popup-item__additional-info {
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  margin-top: 5px;
  font-size: 12px;
}
.calendar-popup-item__additional-info p {
  margin-bottom: 0;
}
.calendar-popup-item__additional-info ~ .calendar-popup-item__description {
  margin-top: 0;
}

.calendar-popup-item__description {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
  text-wrap: pretty;
}
.calendar-popup-item__description .lead {
  font-size: 18px;
  font-weight: 700;
}

.calendar-popup-item__post-show {
  margin: 15px 0 0;
  padding-top: 15px;
  font-size: 14px;
  border-top: 1px solid #d9d9d9;
  text-wrap: pretty;
}

.calendar-popup-item__footer {
  position: sticky;
  bottom: -1px;
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  gap: 15px;
}
.calendar-popup-item__footer .btn, .calendar-popup-item__footer :where([data-component*=dialog] menu button) {
  flex: 1;
  justify-content: center;
}

.calendar-list-event__footer {
  margin-top: 10px;
}
.calendar-list-event__footer .calendar-info__post-show-panel {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 10px 15px;
  width: 100%;
}

/*  ==========================================================================
    Calendar Popup - Calendar Page
    ========================================================================== */
.page-calendar .calendar-popup__inner {
  align-items: center;
}
.page-calendar .calendar-popup-item {
  width: 90%;
  padding: 0;
}
@media (min-width: 32em) {
  .page-calendar .calendar-popup-item {
    width: 450px;
  }
}
@media (min-width: 50em) {
  .page-calendar .calendar-popup-item__footer .btn, .page-calendar .calendar-popup-item__footer :where([data-component*=dialog] menu button) {
    font-size: var(--global-button-size);
    padding: var(--global-button-padding);
  }
}

.calendar-scroller__list {
  display: flex;
}

.calendar-event {
  min-width: 350px;
  padding: 20px 15px;
}

.series-package-popup {
  position: relative;
  max-width: 90%;
  width: 900px;
  padding: 0;
}
@media (max-width: 49.99em) {
  .series-package-popup {
    margin: auto 0 var(--event-sticky-height) 0;
    position: fixed;
    max-width: 100%;
    max-height: calc(95% - var(--event-sticky-height));
  }
}

.series-package-popup__header {
  padding: 20px 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
@media (min-width: 50em) {
  .series-package-popup__header {
    padding: 30px;
  }
}

@media (max-width: 49.99em) {
  .series-package-popup__close {
    display: none !important;
  }
}
@media (min-width: 50em) {
  .series-package-popup__close {
    position: absolute;
    top: 10px;
    right: 30px;
    background: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    padding: 8px;
  }
  .series-package-popup__close:hover {
    background-color: rgba(255, 255, 255, 0.65);
  }
}
@media (min-width: 62.5em) {
  .series-package-popup__close {
    width: 44px;
    height: 44px;
    padding: 12px;
  }
}

.series-package-popup__title {
  font-size: 14px;
  font-family: trade-gothic-next, sans-serif;
}
@media (min-width: 50em) {
  .series-package-popup__title {
    font-size: 18px;
  }
}

.series-package-popup__list {
  border: none;
  padding: 0;
  margin: 0;
}

.series-package-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 49.99em) {
  .series-package-item {
    gap: 10px;
  }
}
.series-package-item.active .series-package-item__checkbox-item:before {
  background: var(--theme-highlight-color);
}

.series-package-item__title {
  font-size: 17px;
  display: flex;
  gap: 0 40px;
}
@media (max-width: 49.99em) {
  .series-package-item__title {
    font-size: 16px;
    justify-content: space-between;
  }
}

.series-package-item__description {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 49.99em) {
  .series-package-item__description {
    font-size: 14px;
  }
}

.series-package-item__checkbox {
  visibility: hidden;
  height: 0;
  width: 0;
}

.series-package-item__checkbox-item {
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  position: relative;
}
.series-package-item__checkbox-item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.book-tickets-popup {
  position: relative;
  max-width: 90%;
  width: 900px;
  padding: 0;
}
@media (max-width: 49.99em) {
  .book-tickets-popup {
    margin: auto 0 var(--event-sticky-height) 0;
    position: fixed;
    max-width: 100%;
    max-height: calc(95% - var(--event-sticky-height));
  }
}

.book-tickets-popup__header {
  padding: 20px 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

@media (max-width: 49.99em) {
  .book-tickets-popup__close {
    display: none !important;
  }
}
@media (min-width: 50em) {
  .book-tickets-popup__close {
    position: absolute;
    top: 10px;
    right: 30px;
    background: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    padding: 8px;
  }
  .book-tickets-popup__close:hover {
    background-color: rgba(255, 255, 255, 0.65);
  }
}
@media (min-width: 62.5em) {
  .book-tickets-popup__close {
    width: 44px;
    height: 44px;
    padding: 12px;
  }
}

.book-tickets-popup__title {
  font-size: 14px;
  font-family: trade-gothic-next, sans-serif;
}
@media (min-width: 50em) {
  .book-tickets-popup__title {
    font-size: 18px;
  }
}

.book-tickets-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 49.99em) {
  .book-tickets-item {
    gap: 10px;
  }
}

.book-tickets-item__date {
  font-size: 17px;
  display: flex;
  gap: 0 40px;
}
@media (max-width: 49.99em) {
  .book-tickets-item__date {
    font-size: 16px;
    justify-content: space-between;
  }
}

.book-tickets-item__venue {
  font-size: 16px;
}
@media (max-width: 49.99em) {
  .book-tickets-item__venue {
    font-size: 14px;
  }
}

.book-tickets-item__categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.book-tickets-item__category {
  color: #083C96;
  border: 1px solid;
  padding: 3px 20px;
  border-radius: 20px;
  font-size: 13px;
}
@media (max-width: 49.99em) {
  .book-tickets-item__category {
    font-size: 12px;
    padding: 3px 10px;
    color: #A6192E;
  }
}

.book-tickets-item__cta .btn, .book-tickets-item__cta :where([data-component*=dialog] menu button) {
  padding: 15px 30px;
}
@media (max-width: 49.99em) {
  .book-tickets-item__cta .btn, .book-tickets-item__cta :where([data-component*=dialog] menu button) {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.subscribe-popup {
  position: relative;
  padding: 30px;
  max-width: 90%;
  width: 900px;
}
@media (max-width: 49.99em) {
  .subscribe-popup {
    margin: auto 0 var(--event-sticky-height) 0;
    position: fixed;
    max-width: 100%;
    max-height: calc(95% - var(--event-sticky-height));
    padding: 0;
  }
}

.subscribe-popup__header {
  padding: 15px 0;
}
@media (max-width: 49.99em) {
  .subscribe-popup__header {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  }
}

@media (max-width: 49.99em) {
  .subscribe-popup__close {
    display: none !important;
  }
}
@media (min-width: 50em) {
  .subscribe-popup__close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    padding: 8px;
  }
  .subscribe-popup__close:hover {
    background-color: rgba(255, 255, 255, 0.65);
  }
}
@media (min-width: 62.5em) {
  .subscribe-popup__close {
    width: 44px;
    height: 44px;
    padding: 12px;
  }
}

.subscribe-popup__title {
  font-size: 14px;
  font-family: trade-gothic-next, sans-serif;
  margin: 0;
}
@media (min-width: 50em) {
  .subscribe-popup__title {
    font-size: 18px;
  }
}

.subscribe-item {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (min-width: 50em) {
  .subscribe-item {
    padding: 20px 30px 20px 15px;
  }
}
@media (max-width: 49.99em) {
  .subscribe-item {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  }
}

.subscribe-item__image {
  width: 160px;
}
@media (max-width: 49.99em) {
  .subscribe-item__image {
    display: none;
  }
}

.subscribe-item__title {
  font-family: trade-gothic-next, sans-serif;
  line-height: 1.2;
  margin-bottom: 3px;
  font-size: 16px;
}
@media (min-width: 50em) {
  .subscribe-item__title {
    font-size: 18px;
  }
}

.subscribe-item__copy {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 50em) {
  .subscribe-item__copy {
    font-size: 20px;
  }
}

.subscribe-item__arrow {
  margin: 0 0 0 auto;
}
.subscribe-item__arrow .o-icon {
  width: 19px;
  height: 19px;
}
@media (min-width: 50em) {
  .subscribe-item__arrow .o-icon {
    width: 36px;
    height: 36px;
  }
}

.price-popup {
  position: relative;
  max-width: 90%;
  width: 900px;
  padding: 20px 30px 30px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 49.99em) {
  .price-popup {
    margin: auto 0 var(--event-sticky-height) 0;
    position: fixed;
    max-width: 100%;
    max-height: calc(100% - var(--event-sticky-height));
    padding: 0;
  }
}

.price-popup__header {
  padding: 15px;
}

.price-popup__close {
  position: absolute;
  top: 10px;
  right: 30px;
  background: none;
  border: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.65);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  padding: 8px;
}
.price-popup__close:hover {
  background-color: transparent;
}
@media (max-width: 49.99em) {
  .price-popup__close {
    background-color: transparent;
    width: 20px;
    height: 20px;
    padding: 0;
    top: 15px;
    right: 10px;
  }
  .price-popup__close .o-icon {
    width: 8px !important;
    height: 8px !important;
  }
}
@media (min-width: 62.5em) {
  .price-popup__close {
    width: 44px;
    height: 44px;
    padding: 12px;
  }
}

.price-popup__title {
  font-size: 18px;
  font-family: trade-gothic-next, sans-serif;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  display: table;
}

.price-table__header {
  display: table-header-group;
  background-color: #E8E8E8;
}
.price-table__header > *:first-child {
  width: 25%;
}
.price-table__header > * {
  display: table-cell;
  padding: 10px;
  width: 15%;
}

.price-table__row {
  display: table-row;
  background-color: #DFDFDF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.price-table__row > *:first-child {
  width: 25%;
}
.price-table__row > * {
  display: table-cell;
  padding: 10px;
  width: 15%;
}

/*  ==========================================================================
	Ticket List
	========================================================================== */
.ticket__list {
  order: 2;
  width: 100%;
}
@media (min-width: 62.5em) {
  .ticket__list {
    order: 1;
    width: 100%;
  }
}

.ticket-list {
  position: relative;
}
.ticket-list__group {
  margin-bottom: 40px;
}
.ticket-list__group--year:first-child .ticket-list__year, .ticket-list__group--year:first-child div:first-of-type .ticket-list__month {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ticket-list__year {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  background: linear-gradient(180deg, var(--theme-color) 0, var(--theme-color));
  background-position: 0 100%;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0 5px 5px;
  font-weight: 700;
  font-size: var(--global-header-size-2);
  font-family: museo-sans, sans-serif;
  margin: 0 auto 5px;
}
.ticket-list__month {
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 62.5em) {
  .ticket-list__groups {
    padding-top: 30px;
  }
  .ticket-list__group {
    margin-bottom: 60px;
  }
}

/*  ==========================================================================
	Ticket List Event
	========================================================================== */
.ticket-list-event {
  justify-content: space-between;
  gap: 20px;
  background: none;
  padding: 0 15px 25px;
  border-width: 0;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 50em) {
  .ticket-list-event {
    padding: 20px 20px 25px;
  }
}
@media (min-width: 72em) {
  .ticket-list-event {
    gap: 40px;
  }
}
.ticket-list-event:hover .ticket-list-event__header::before {
  width: 5px;
}

.ticket-list-event__header {
  position: relative;
}

@media (min-width: 72em) {
  .ticket-list-event__header {
    width: calc(100% - 220px);
  }
}
.ticket-list-event__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  background: #083C96;
  height: 100%;
  transition: width 0.1s ease-in-out;
}

.ticket-list-event__title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
  transition: color 0.4s ease;
  color: #000;
}

@media (min-width: 50em) {
  .ticket-list-event__title {
    font-size: 28px;
  }
}
@media (min-width: 80em) {
  .ticket-list-event__title {
    font-size: 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ticket-list-event:hover .ticket-list-event__title {
    color: var(--theme-color-dark);
  }
}
.ticket-list-event__time {
  font-size: 14px;
  margin-bottom: 5px;
  color: #000;
  display: block;
}

@media (min-width: 50em) {
  .ticket-list-event__time {
    font-size: 16px;
    font-weight: 400;
  }
}
.ticket-list-event__venue {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

@media (min-width: 50em) {
  .ticket-list-event__venue {
    font-size: 16px;
  }
}
.ticket-list-event__media {
  display: none;
}

@media (min-width: 72em) {
  .ticket-list-event__media {
    display: block;
    overflow: hidden;
    width: 180px;
    margin-top: 0;
  }
}
.ticket-list-event__intrinsic-ratio {
  position: relative;
  padding-bottom: 83.3333333333%;
  height: 0;
  min-height: 100%;
}

.ticket-list-event__image {
  height: auto;
  position: absolute;
  right: 0;
  transition: transform 0.4s ease;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.event-availability {
  grid-area: pl-availability;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  width: 70px;
  height: 100%;
  border-right: 3px solid #000;
  order: 1;
}
@media (min-width: 50em) {
  .event-availability {
    width: 105px;
  }
}

.event-availability__container {
  position: relative;
  height: 43px;
  width: 51px;
  top: -8px;
}
@media (min-width: 50em) {
  .event-availability__container {
    height: 57px;
  }
}

.event-availability__icon {
  display: block;
}

.event-availability__inner:after {
  border-color: transparent transparent #f7f7f7 transparent;
}

.event-availability--text {
  display: inline-block;
  text-transform: uppercase;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-size: var(--global-body-size-2);
  line-height: 1;
  color: #000;
  margin-top: 0;
  padding: 5px 10px;
  border-radius: 3px;
}
@media (min-width: 50em) {
  .event-availability--text {
    margin-top: 5px;
  }
}

.event-availability__status--line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.event-availability__status--line .calendar-list-event__seats {
  width: 125px;
}
.event-availability__status--line .calendar-list-event__seats .o-icon {
  width: 100%;
}
@media (min-width: 50em) {
  .event-availability__status--line {
    display: none;
  }
}

/*  ==========================================================================
	Calendar List - Availability - Icon
    ========================================================================== */
.event-availability {
  margin-left: auto;
  padding-left: 15px;
}

.event-availability__container {
  width: 50px;
  margin: auto;
  height: 75px;
  margin-right: 0;
}
@media (min-width: 50em) {
  .event-availability__container {
    margin-right: 30px;
  }
}
@media (min-width: 72em) {
  .event-availability__container {
    margin-right: 40px;
  }
}

.event-availability .event-availability--not .event-availability__text {
  display: block;
  width: 100px;
  left: -25px;
  bottom: -155px;
}

.event-availability__icon {
  position: relative;
  transform: scale(0.4);
}
@media (min-width: 50em) {
  .event-availability__icon {
    transform: scale(0.5);
  }
}

@media (max-width: 49.99em) {
  .performance-list-item.has-availability-icon {
    padding: 30px 20px !important;
  }
  .performance-list-item.has-availability-icon .event-availability__container {
    top: -31px;
    right: 38px;
  }
  .performance-list-item.has-availability-icon .performance-list-item__button.btn, .performance-list-item.has-availability-icon .performance-list-item__button:where([data-component*=dialog] menu button) {
    top: 27px;
  }
}
.event-availability__inner {
  --stroke-width: 8px;
  position: relative;
}

.event-availability__inner:after {
  position: absolute;
  content: "";
  margin: auto;
  left: -43px;
  right: 0;
  bottom: -146px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 70px;
  border-color: transparent transparent #fff transparent;
  transition: border-color 0.4s ease;
}
@media (min-width: 50em) {
  .event-availability__inner:after {
    left: -46px;
  }
}

.event-availability__circle {
  position: absolute;
  width: 114px;
  height: 114px;
  margin: 1em;
  top: 0;
  right: -48px;
  transform: rotate(90deg);
}

.event-availability__circle--bg {
  fill: none;
  stroke-width: var(--stroke-width);
  stroke: #bfbfbf;
}

.event-availability__circle--meter {
  fill: none;
  stroke-width: var(--stroke-width);
  transform-origin: 50% 50%;
}

.event-availability--good .event-availability__circle--meter {
  --offset: 0;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--offset);
  stroke: #289500;
  animation: event-availability 2.25s ease-out;
}

.event-availability--low .event-availability__circle--meter {
  --offset: 205;
  stroke: #F5C600;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--offset);
  animation: event-availability 1s ease-out;
}

.event-availability--limited .event-availability__circle--meter {
  --offset: 280;
  stroke: #BE0000;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--offset);
  animation: event-availability 0.8s ease-out;
}

.event-availability--sold-out .event-availability__circle--meter,
.event-availability--cancelled .event-availability__circle--meter {
  --offset: 360;
  stroke: #BE0000;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--offset);
  animation: event-availability 0.8s ease-out;
}

@keyframes event-availability {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: var(--offset);
  }
}
.event-availability__chair {
  position: absolute;
  top: 74px;
  top: 49px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
}

.event-availability__text {
  position: absolute;
  left: -22px;
  right: 0;
  bottom: -134px;
  margin: auto;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  font-family: trade-gothic-next, sans-serif;
  letter-spacing: 1.1px;
  min-width: 95px;
}

/*  ==========================================================================
	Calendar List - Availability - line
    ========================================================================== */
.event-availability__progress {
  width: 125px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(#000 0 0) 0/0% no-repeat #ddd;
}

@keyframes goodProgress {
  100% {
    background-size: 100%;
  }
}
@keyframes lowProgress {
  100% {
    background-size: 55%;
  }
}
@keyframes limitedProgress {
  100% {
    background-size: 25%;
  }
}
@keyframes soldOutProgress {
  100% {
    background-size: 0%;
  }
}
.event-availability--good .event-availability__progress {
  background: linear-gradient(#289500 0 0) 0/0 no-repeat #ddd;
  animation: goodProgress 1s linear forwards;
  animation-iteration-count: 1;
}

.event-availability--low .event-availability__progress {
  background: linear-gradient(#F5C600 0 0) 0/0 no-repeat #ddd;
  animation: lowProgress 1s linear forwards;
  animation-iteration-count: 1;
}

.event-availability--limited .event-availability__progress {
  background: linear-gradient(#BE0000 0 0) 0/0 no-repeat #ddd;
  animation: limitedProgress 1s linear forwards;
  animation-iteration-count: 1;
}

.event-availability--sold-out .event-availability__progress,
.event-availability--cancelled .event-availability__progress {
  background: linear-gradient(#BE0000 0 0) 0/0 no-repeat #ddd;
  animation: soldOutProgress 1s linear forwards;
  animation-iteration-count: 1;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================
   Utilities: Visibility
   ========================================================================== */
/**
 * JS helpers
 */
.no-js .u-visible-js, .supports-js .u-hidden-js {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.supports-js .u-hidden-js {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Hide from browsers, but not screenreaders
 */
.visually-hidden, .u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
[hidden], .u-hidden {
  display: none !important;
  visibility: hidden;
}

/**
 * Hide visually and from screenreaders, but maintain layout
 */
.u-invisible {
  visibility: hidden;
}

/**
 * Image Replacement
 */
.u-ir {
  display: block;
  text-indent: -999999px;
  overflow: hidden;
}

/*  ==========================================================================
	Dialog
	========================================================================== */
[data-component*=dialog] * {
  box-sizing: border-box;
  outline-color: var(--theme-color);
}

:where([data-component*=dialog]) {
  width: 100%;
  max-width: 650px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  :where([data-component*=dialog]) {
    padding-left: 25px;
    padding-right: 25px;
  }
}
:where([data-component*=dialog]) {
  padding: 20px;
  border: none;
  border-radius: 5px;
}
@media (min-width: 50em) {
  :where([data-component*=dialog]) {
    padding: 30px;
  }
}
:where([data-component*=dialog])::backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px) brightness(50%) contrast(120%);
}

:where([data-component=no-dialog]:not([hidden])) {
  display: block;
  inset-block-start: 30px;
  inset-inline-start: 50%;
  position: fixed;
  z-index: 999;
  transform: translateX(-50%);
  box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.5);
}

:where([data-component*=dialog] menu) {
  display: flex !important;
  gap: 15px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

:where([data-component*=dialog] [data-ref=fieldset]) {
  border: none;
  margin: unset !important;
  padding: unset !important;
}

:where([data-component*=dialog] [data-ref=message]) {
  font-size: var(--global-body-text-big);
  line-height: 1.5;
  margin-block-end: 20px;
}

:where([data-component*=dialog] [data-ref=template]:not(:empty)) {
  margin-block-end: 20px;
  width: 100%;
}

/* hack for Firefox */
@-moz-document url-prefix() {
  [data-component=no-dialog]:not([hidden]) {
    inset-inline-start: 0;
    transform: none;
  }
}
/* added to `body` when browser do not support `<dialog>` */
.dialog-open {
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* ==========================================================================
   Utilities: Layout
   ========================================================================== */
.u-constrained {
  width: 100%;
  max-width: 1640px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .u-constrained {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.u-fullwidth {
  display: block;
  width: 100%;
}

.u-inset {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-padded {
  padding: 16px;
}

.u-ratio {
  position: relative;
  height: 0;
  /*  Maintain layout, based on 4:3 aspect-ratio */
  padding-bottom: 75%;
}

.u-ratio--5-3 {
  /*  Maintain layout, based on 5:3 aspect-ratio */
  padding-bottom: 60%;
}

.u-ratio--16-9 {
  /*  Maintain layout, based on 5:3 aspect-ratio */
  padding-bottom: 56.25%;
}

.u-ratio--square {
  /*  Maintain layout, based on square aspect-ratio */
  padding-bottom: 100%;
}

.u-button-reset {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

/* ==========================================================================
   Utilities: Tones
   ========================================================================== */
.u-tone-primary {
  color: #A6192E;
}

.u-tone-bg-tint {
  color: contrasting(rgba(255, 255, 255, 0.75), , #000);
  background-color: rgba(255, 255, 255, 0.75);
  border-color: currentColor;
}

.u-tone-bg-primary {
  color: contrasting(#A6192E, , #000);
  background-color: #A6192E;
  border-color: currentColor;
  color: #fff;
}

.u-tone-bg-dark {
  color: contrasting(rgba(0, 0, 0, 0.75), , #000);
  background-color: rgba(0, 0, 0, 0.75);
  border-color: currentColor;
  color: #fff;
}

/* ==========================================================================
   Utilities: Text
   ========================================================================== */
.u-font-scale-display-1 {
  font-size: 16px;
}

.u-font-scale-display-2 {
  font-size: 18px;
}

.u-font-scale-display-3 {
  font-size: 20px;
}

.u-font-scale-display-4 {
  font-size: 22px;
}

.u-font-scale-display-5 {
  font-size: 24px;
}

.u-font-scale-display-6 {
  font-size: 26px;
}

.u-font-scale-display-7 {
  font-size: 28px;
}

.u-font-scale-display-8 {
  font-size: 32px;
}

.u-font-scale-display-9 {
  font-size: 38px;
}

.u-font-scale-display-10 {
  font-size: 42px;
}

.u-font-scale-display-11 {
  font-size: 48px;
}

.u-font-scale-display-12 {
  font-size: 56px;
}

.u-font-scale-display-13 {
  font-size: 60px;
}

.u-font-scale-display-14 {
  font-size: 72px;
}

.u-font-scale-display-15 {
  font-size: 90px;
}

.u-font-scale-display-16 {
  font-size: 96px;
}

.u-font-scale-body-1 {
  font-size: 8px;
}

.u-font-scale-body-2 {
  font-size: 10px;
}

.u-font-scale-body-3 {
  font-size: 12px;
}

.u-font-scale-body-4 {
  font-size: 14px;
}

.u-font-scale-body-5 {
  font-size: 16px;
}

.u-font-scale-body-6 {
  font-size: 18px;
}

.u-font-scale-body-7 {
  font-size: 20px;
}

.u-font-scale-body-8 {
  font-size: 22px;
}

.u-font-scale-body-9 {
  font-size: 24px;
}

.u-font-scale-body-10 {
  font-size: 26px;
}

.u-font-scale-body-11 {
  font-size: 28px;
}

.u-font-scale-body-12 {
  font-size: 32px;
}

.u-font-scale-caption-1 {
  font-size: 11px;
}

.u-font-scale-caption-2 {
  font-size: 12px;
}

.u-font-scale-caption-3 {
  font-size: 14px;
}

.u-font-scale-caption-4 {
  font-size: 16px;
}

.u-font-scale-monospace-1 {
  font-size: 14px;
}

.u-font-scale-monospace-2 {
  font-size: 16px;
}

.u-block-link {
  display: block;
  height: 100%;
}

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

/* ==========================================================================
   Print (inlined for performance)
   ========================================================================== */
/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* ------------------------------------*\
    #ANNOTATIONS
\*------------------------------------ */
/**
 * Annotated elements styles
 * 1) Annotation styles that appear inside the iframe
 * 2) For elements in the DOM that have an annotation, we want to
 * provide styles that help the user understand that annotations are available.
 * We do this with some cursor helpers and a
 */
.pl-has-annotation {
  cursor: help !important;
  outline: 1px dotted #808080;
  outline-offset: -4px;
  transition: box-shadow 0.2s ease;
}
.pl-has-annotation a,
.pl-has-annotation input {
  cursor: help !important;
}
.pl-has-annotation:hover {
  box-shadow: 0 0 3px #808080;
}
.pl-has-annotation.active {
  box-shadow: inset 0 0 6px #4d4d4d;
  outline: 1px dotted #808080;
  outline-offset: -1px;
}

/*# sourceMappingURL=style.css.map */
