/* ==========================================================================
	 Vendors
========================================================================== */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com)
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@500&display=swap");
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

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

@font-face {
  font-family: "future";
  src: url("/assets/musica-viva/fonts/the-future-light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "future";
  src: url("/assets/musica-viva/fonts/the-future-light-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: block; }

@font-face {
  font-family: "future";
  src: url("/assets/musica-viva/fonts/the-future-medium.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "future";
  src: url("/assets/musica-viva/fonts/the-future-medium-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: block; }

/*
==========================================================================
Variables
==========================================================================
*/
/* ### GLOBAL COLOUR ASSIGNMENT START ### */
/*
// For reference only - this is the root css var declaration that will eventually go on the umbraco master layout
// when the cms is updated to support this feature
:root {
	--brand-primary: #000; // site text colours
	--brand-secondary: #fff; // site bg colours
	--brand-tertiary: #0975dd; // site 'brand highlight' colours

	// needed for alpha calculations using css var
	--brand-primary-rgb: 0, 0, 0;
	--brand-secondary-rgb: 255, 255, 255;
	--brand-tertiary-rgb: 9, 117, 221;

	--menu-bg-color: #000;
	--menu-text-color: #fff;
	--menu-hover-color: #0975dd;

	--footer-text-color: #fff;
	--footer-bg-color: #000;
}
*/
/*
==========================================================================
Global Panel BG color
==========================================================================
*/
/* ### GLOBAL COLOUR ASSIGNMENT END ### */
/*
==========================================================================
Bootstrap Overrides
==========================================================================
*/
/*
!!!! UNABLE TO SPECIFY BOOTSTRAP THEME COLOURS AS CSS VARS - IT IS TRYING TO PROCESS THEM AS ACTUAL COLOURS
// $theme-colors: (
// 	"primary": $brand-tertiary,
// 	"secondary": $brand-tertiary
// );
*/
/*
 * Bootstrap imports
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "future", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--body-text-color, var(--brand-primary, #131415));
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--brand-tertiary, #f06d47);
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1d1e1f;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1012px; } }

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1308px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333333%; }

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

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

.offset-4 {
  margin-left: 33.33333333%; }

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

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

.offset-7 {
  margin-left: 58.33333333%; }

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

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

.offset-10 {
  margin-left: 83.33333333%; }

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: var(--body-text-color, var(--brand-primary, #131415));
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: var(--body-text-color, var(--brand-primary, #131415));
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link, .remove-player-btn, .return-homepage-link {
  font-weight: 400;
  color: var(--brand-tertiary, #f06d47);
  text-decoration: none; }
  .btn-link:hover, .remove-player-btn:hover, .return-homepage-link:hover {
    color: #1d1e1f;
    text-decoration: underline; }
  .btn-link:focus, .remove-player-btn:focus, .return-homepage-link:focus, .btn-link.focus, .focus.remove-player-btn, .focus.return-homepage-link {
    text-decoration: underline; }
  .btn-link:disabled, .remove-player-btn:disabled, .return-homepage-link:disabled, .btn-link.disabled, .disabled.remove-player-btn, .disabled.return-homepage-link {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "future", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #777 !important; }

.border-top {
  border-top: 1px solid #777 !important; }

.border-right {
  border-right: 1px solid #777 !important; }

.border-bottom {
  border-bottom: 1px solid #777 !important; }

.border-left {
  border-left: 1px solid #777 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714286%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

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

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

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

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

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: var(--body-text-color, var(--brand-primary, #131415)) !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* Baseline, measured in pixels
 * The value should be the same as the font-size value for the html element
 * If the html element's font-size is set to 62.5% (of the browser's default font-size of 16px),
 * then the variable below would be 10px.
 */
.btn, [id="subscribe-to-newsletter"] #mc_embed_signup .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.6470588235rem;
  white-space: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: "future", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: center;
  box-shadow: none;
  border-radius: 0; }
  @media (min-width: 768px) {
    .btn, [id="subscribe-to-newsletter"] #mc_embed_signup .button {
      padding: 1rem 1.6470588235rem;
      font-size: 14px; } }
  .btn:active, [id="subscribe-to-newsletter"] #mc_embed_signup .button:active {
    outline: none;
    box-shadow: none; }
  .xs.btn, [id="subscribe-to-newsletter"] #mc_embed_signup .xs.button {
    font-size: 13px;
    padding: 0.7058823529rem 1.1764705882rem; }
  .lg.btn, [id="subscribe-to-newsletter"] #mc_embed_signup .lg.button {
    padding: 1rem 1.6470588235rem;
    font-size: 14px; }
    @media (min-width: 992px) {
      .lg.btn, [id="subscribe-to-newsletter"] #mc_embed_signup .lg.button {
        padding: 1.1176470588rem 1.8823529412rem;
        font-size: 14px; } }
  .btn:focus, [id="subscribe-to-newsletter"] #mc_embed_signup .button:focus, .btn:focus-visible, [id="subscribe-to-newsletter"] #mc_embed_signup .button:focus-visible {
    outline: 1px dotted;
    box-shadow: none; }
  .btn:focus:not(:focus-visible), [id="subscribe-to-newsletter"] #mc_embed_signup .button:focus:not(:focus-visible) {
    outline: none; }
  .btn:focus, [id="subscribe-to-newsletter"] #mc_embed_signup .button:focus, .btn:focus-visible, [id="subscribe-to-newsletter"] #mc_embed_signup .button:focus-visible {
    outline-color: var(--brand-primary, #131415); }

.btn-primary, [id="subscribe-to-newsletter"] #mc_embed_signup .button, .btn-primary:not([href]):not([tabindex]), [id="subscribe-to-newsletter"] #mc_embed_signup .button:not([href]):not([tabindex]) {
  color: var(--button-primary-text-color, var(--brand-secondary, #fff));
  background-color: var(--button-primary-bg-color, var(--brand-primary, #131415));
  border: 2px solid var(--button-primary-border-color, var(--brand-primary, #131415)); }
  .btn-primary:hover, [id="subscribe-to-newsletter"] #mc_embed_signup .button:hover, .btn-primary:not(:disabled):not(.disabled):active, [id="subscribe-to-newsletter"] #mc_embed_signup .button:not(:disabled):not(.disabled):active, .btn-primary:focus, [id="subscribe-to-newsletter"] #mc_embed_signup .button:focus, .btn-primary:active, [id="subscribe-to-newsletter"] #mc_embed_signup .button:active, .btn-primary:not([href]):not([tabindex]):hover, [id="subscribe-to-newsletter"] #mc_embed_signup .button:not([href]):not([tabindex]):hover, .btn-primary:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, [id="subscribe-to-newsletter"] #mc_embed_signup .button:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, .btn-primary:not([href]):not([tabindex]):focus, [id="subscribe-to-newsletter"] #mc_embed_signup .button:not([href]):not([tabindex]):focus, .btn-primary:not([href]):not([tabindex]):active, [id="subscribe-to-newsletter"] #mc_embed_signup .button:not([href]):not([tabindex]):active {
    text-decoration: none !important;
    box-shadow: none !important;
    color: var(--button-primary-hover-text-color, #fff);
    background-color: var(--button-primary-hover-bg-color, var(--brand-primary, #131415));
    border-color: var(--button-primary-hover-border-color, #fff); }

.btn-secondary, .btn-secondary:not([href]):not([tabindex]) {
  color: var(--button-secondary-text-color, #000);
  background: var(--button-secondary-bg-color, #e0e5e0);
  border: 2px solid var(--button-secondary-border-color, #e0e5e0); }
  .btn-secondary:hover:not(:disabled), .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not([href]):not([tabindex]):hover:not(:disabled), .btn-secondary:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, .btn-secondary:not([href]):not([tabindex]):focus, .btn-secondary:not([href]):not([tabindex]):active {
    text-decoration: none;
    box-shadow: none !important;
    color: var(--button-secondary-hover-text-color, #000);
    background: var(--button-secondary-hover-bg-color, #e0e5e0);
    border-color: var(--button-secondary-hover-border-color, #fff); }

.white.btn-secondary {
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important; }
  .white.btn-secondary:hover:not(:disabled), .white.btn-secondary:not(:disabled):not(.disabled):active, .white.btn-secondary:focus, .white.btn-secondary:active {
    color: var(--button-secondary-text-color, #000) !important;
    background: var(--button-secondary-bg-color, #e0e5e0) !important;
    border-color: var(--button-secondary-bg-color, #e0e5e0) !important; }

.btn-link, .remove-player-btn, .return-homepage-link, .btn-tile-link, .search-btn, .generic-accordion button, .top-menu-item {
  border: 0;
  background: none;
  padding: 0; }

.btn.btn-menu {
  background-color: #131415;
  height: 32px;
  width: 32px;
  font-size: 1.0588235294rem;
  margin-left: 15px;
  padding: 0;
  display: none;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: background-color 200ms ease; }
  @media (min-width: 576px) {
    .btn.btn-menu {
      margin-left: 20px; } }
  .btn.btn-menu .lines {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto; }
    .btn.btn-menu .lines, .btn.btn-menu .lines::before, .btn.btn-menu .lines::after {
      background-color: #fff;
      width: 16px;
      height: 1px;
      transition: width 100ms ease, background-color 100ms ease, transform 100ms ease; }
    .btn.btn-menu .lines::before, .btn.btn-menu .lines::after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      transform-origin: 50% 50%; }
    .btn.btn-menu .lines::before {
      top: 6px; }
    .btn.btn-menu .lines::after {
      top: -6px; }
  .is-active.btn.btn-menu .lines {
    background: transparent; }
    .is-active.btn.btn-menu .lines::before, .is-active.btn.btn-menu .lines::after {
      top: 0; }
    .is-active.btn.btn-menu .lines::before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .is-active.btn.btn-menu .lines::after {
      transform: rotate3d(0, 0, 1, -45deg); }
  .btn.btn-menu:hover .lines, .btn.btn-menu:hover .lines::before, .btn.btn-menu:hover .lines::after, .btn.btn-menu:focus .lines, .btn.btn-menu:focus .lines::before, .btn.btn-menu:focus .lines::after, .btn.btn-menu:active .lines, .btn.btn-menu:active .lines::before, .btn.btn-menu:active .lines::after {
    background-color: var(--menu-bg-color, var(--brand-secondary, #fff)); }
  .btn.btn-menu:hover.is-active .lines, .btn.btn-menu:focus.is-active .lines, .btn.btn-menu:active.is-active .lines {
    background-color: transparent; }
  .mode-mobile-nav .btn.btn-menu {
    display: block; }

/*
==========================================================================
Base styles: opinionated defaults
==========================================================================
*/
html,
body {
  width: 100%;
  scroll-behavior: smooth;
  font-size: 17px;
  font-family: "future", sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: var(--body-bg-color, var(--brand-secondary, #fff));
  color: var(--body-text-color, var(--brand-primary, #131415));
  font-style: normal;
  letter-spacing: normal; }

::selection {
  background: rgba(var(--brand-tertiary-rgb, 240, 109, 71), 0.6);
  text-shadow: none; }

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

textarea {
  resize: vertical; }

[v-cloak] {
  display: none !important; }

a:focus, a:focus-visible {
  outline: 1px dotted;
  box-shadow: none; }

a:focus:not(:focus-visible) {
  outline: none; }

a:focus img,
a:focus video, a:focus-visible img,
a:focus-visible video {
  border: 2px dotted; }

a:focus:not(:focus-visible) img,
a:focus:not(:focus-visible) video {
  border: 0; }

/* overrides for container and row / column at each viewpoint. Use variables to alter */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 14px;
  padding-left: 14px; }
  @media (min-width: 576px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-right: 14px;
      padding-left: 14px; } }
  @media (min-width: 768px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 992px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-right: 14px;
      padding-left: 14px; } }
  @media (min-width: 1280px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-right: 14px;
      padding-left: 14px; } }

.container .container {
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 767.98px) {
    .container .container {
      padding-right: 4px;
      padding-left: 4px; } }

@media (max-width: 991.98px) {
  .container-no-padding-xs {
    padding: 0; }
    .container-no-padding-xs .row {
      margin: 0; }
    .container-no-padding-xs .col,
    .container-no-padding-xs [class*="col-"] {
      padding: 0; } }

.row {
  margin-right: -4px;
  margin-left: -4px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -4px;
      margin-left: -4px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -5px;
      margin-left: -5px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -6px;
      margin-left: -6px; } }
  @media (min-width: 1280px) {
    .row {
      margin-right: -14px;
      margin-left: -14px; } }

.col,
[class*="col-"] {
  padding-right: 4px;
  padding-left: 4px; }
  @media (min-width: 576px) {
    .col,
    [class*="col-"] {
      padding-right: 4px;
      padding-left: 4px; } }
  @media (min-width: 768px) {
    .col,
    [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .col,
    [class*="col-"] {
      padding-right: 6px;
      padding-left: 6px; } }
  @media (min-width: 1280px) {
    .col,
    [class*="col-"] {
      padding-right: 14px;
      padding-left: 14px; } }

/* default vue transition classes */
.v-enter,
.v-leave-to {
  opacity: 0; }

.v-enter-to,
.v-leave {
  opacity: 1; }

.v-enter-active {
  transition: opacity 0.25s ease 0s; }

.v-leave-active {
  transition: opacity 0.25s ease 0s; }

/* named vue transition classes */
.fade-enter,
.fade-leave-to {
  opacity: 0; }

.fade-enter-to,
.fade-leave {
  opacity: 1; }

.fade-enter-active {
  transition: opacity 0.25s ease 0s; }

.fade-leave-active {
  transition: opacity 0.25s ease 0s; }

/* ==========================================================================
   Print styles.
   In-lined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a {
    text-decoration: underline; }
    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; }
  .collapse {
    display: block !important;
    height: auto !important; } }

/* ==========================================================================
   Structural elements
   ========================================================================== */
html,
body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 0 0; }

img,
video,
iframe {
  max-width: 100%; }

.object-fit-cover {
  width: 100%;
  object-fit: cover;
  height: 100%; }

main.main {
  flex-shrink: 0;
  flex-grow: 1; }

.page-header {
  position: relative;
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #f5f5f5; }
  @media (min-width: 768px) {
    .page-header {
      padding-top: 70px;
      padding-bottom: 40px; } }
  @media (min-width: 992px) {
    .page-header {
      padding-top: 80px; } }
  @media (min-width: 1280px) {
    .page-header {
      padding-top: 86px; } }
  .page-header h1:not(:last-child) {
    margin-bottom: 30px; }
    @media (min-width: 1280px) {
      .page-header h1:not(:last-child) {
        margin-bottom: 45px; } }
  .page-header p {
    text-align: left; }
    @media (min-width: 1280px) {
      .page-header p {
        max-width: 66.6666666667%; } }
    .page-header p:last-child {
      margin-bottom: 0; }


.section {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    
    .section {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    
    .section {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (min-width: 1280px) {
    
    .section {
      margin-top: 100px;
      margin-bottom: 100px; } }

.page-flexible-content .section,
.page-event-detail .section {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-flexible-content .section,
    .page-event-detail .section {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .page-flexible-content .section,
    .page-event-detail .section {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 1280px) {
    .page-flexible-content .section,
    .page-event-detail .section {
      margin-top: 60px;
      margin-bottom: 60px; } }

.page-packages .section {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-packages .section {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .page-packages .section {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (min-width: 1280px) {
    .page-packages .section {
      margin-top: 80px;
      margin-bottom: 80px; } }

.home-section {
  margin-top: 72px;
  margin-bottom: 72px; }
  @media (min-width: 1280px) {
    .home-section {
      margin-top: 160px;
      margin-bottom: 160px; }
      .home-section.small-margin {
        margin-top: 60px;
        margin-bottom: 60px; } }

.text-section + .highlighted-text-section {
  margin-top: -30px; }
  @media (min-width: 768px) {
    .text-section + .highlighted-text-section {
      margin-top: -40px; } }
  @media (min-width: 992px) {
    .text-section + .highlighted-text-section {
      margin-top: -60px; } }

.highlighted-text-section + .text-section {
  margin-top: -30px; }
  @media (min-width: 768px) {
    .highlighted-text-section + .text-section {
      margin-top: -40px; } }
  @media (min-width: 992px) {
    .highlighted-text-section + .text-section {
      margin-top: -60px; } }

@media (min-width: 768px) {
  .fullscreen-md {
    width: 100%;
    object-fit: cover;
    height: 100%; } }

hr.general-divider {
  outline: 0;
  border: 0;
  border-top: 1px solid #767676;
  margin-top: 45px;
  margin-bottom: 45px; }

.rte *:last-child {
  margin-bottom: 0; }

/* Full width breakout classes for elements stuck inside columns */
.col-1 .container-breakout {
  margin-left: -91.6666666667vw;
  width: 100vw; }

.col-2 .container-breakout {
  margin-left: -83.3333333333vw;
  width: 100vw; }

.col-3 .container-breakout {
  margin-left: -75vw;
  width: 100vw; }

.col-4 .container-breakout {
  margin-left: -66.6666666667vw;
  width: 100vw; }

.col-5 .container-breakout {
  margin-left: -58.3333333333vw;
  width: 100vw; }

.col-6 .container-breakout {
  margin-left: -50vw;
  width: 100vw; }

.col-7 .container-breakout {
  margin-left: -41.6666666667vw;
  width: 100vw; }

.col-8 .container-breakout {
  margin-left: -33.3333333333vw;
  width: 100vw; }

.col-9 .container-breakout {
  margin-left: -25vw;
  width: 100vw; }

.col-10 .container-breakout {
  margin-left: -16.6666666667vw;
  width: 100vw; }

.col-11 .container-breakout {
  margin-left: -8.3333333333vw;
  width: 100vw; }

.col-12 .container-breakout {
  margin-left: -0vw;
  width: 100vw; }

@media (min-width: 576px) {
  .col-1 .container-breakout {
    margin-left: -91.6666666667vw;
    width: 100vw; }
  .col-2 .container-breakout {
    margin-left: -83.3333333333vw;
    width: 100vw; }
  .col-3 .container-breakout {
    margin-left: -75vw;
    width: 100vw; }
  .col-4 .container-breakout {
    margin-left: -66.6666666667vw;
    width: 100vw; }
  .col-5 .container-breakout {
    margin-left: -58.3333333333vw;
    width: 100vw; }
  .col-6 .container-breakout {
    margin-left: -50vw;
    width: 100vw; }
  .col-7 .container-breakout {
    margin-left: -41.6666666667vw;
    width: 100vw; }
  .col-8 .container-breakout {
    margin-left: -33.3333333333vw;
    width: 100vw; }
  .col-9 .container-breakout {
    margin-left: -25vw;
    width: 100vw; }
  .col-10 .container-breakout {
    margin-left: -16.6666666667vw;
    width: 100vw; }
  .col-11 .container-breakout {
    margin-left: -8.3333333333vw;
    width: 100vw; }
  .col-12 .container-breakout {
    margin-left: -0vw;
    width: 100vw; }
  .col-sm-1 .container-breakout {
    margin-left: -91.6666666667vw;
    width: 100vw; }
  .col-sm-2 .container-breakout {
    margin-left: -83.3333333333vw;
    width: 100vw; }
  .col-sm-3 .container-breakout {
    margin-left: -75vw;
    width: 100vw; }
  .col-sm-4 .container-breakout {
    margin-left: -66.6666666667vw;
    width: 100vw; }
  .col-sm-5 .container-breakout {
    margin-left: -58.3333333333vw;
    width: 100vw; }
  .col-sm-6 .container-breakout {
    margin-left: -50vw;
    width: 100vw; }
  .col-sm-7 .container-breakout {
    margin-left: -41.6666666667vw;
    width: 100vw; }
  .col-sm-8 .container-breakout {
    margin-left: -33.3333333333vw;
    width: 100vw; }
  .col-sm-9 .container-breakout {
    margin-left: -25vw;
    width: 100vw; }
  .col-sm-10 .container-breakout {
    margin-left: -16.6666666667vw;
    width: 100vw; }
  .col-sm-11 .container-breakout {
    margin-left: -8.3333333333vw;
    width: 100vw; }
  .col-sm-12 .container-breakout {
    margin-left: -0vw;
    width: 100vw; } }

@media (min-width: 768px) {
  .col-1 .container-breakout {
    margin-left: -91.6666666667vw;
    width: 100vw; }
  .col-2 .container-breakout {
    margin-left: -83.3333333333vw;
    width: 100vw; }
  .col-3 .container-breakout {
    margin-left: -75vw;
    width: 100vw; }
  .col-4 .container-breakout {
    margin-left: -66.6666666667vw;
    width: 100vw; }
  .col-5 .container-breakout {
    margin-left: -58.3333333333vw;
    width: 100vw; }
  .col-6 .container-breakout {
    margin-left: -50vw;
    width: 100vw; }
  .col-7 .container-breakout {
    margin-left: -41.6666666667vw;
    width: 100vw; }
  .col-8 .container-breakout {
    margin-left: -33.3333333333vw;
    width: 100vw; }
  .col-9 .container-breakout {
    margin-left: -25vw;
    width: 100vw; }
  .col-10 .container-breakout {
    margin-left: -16.6666666667vw;
    width: 100vw; }
  .col-11 .container-breakout {
    margin-left: -8.3333333333vw;
    width: 100vw; }
  .col-12 .container-breakout {
    margin-left: -0vw;
    width: 100vw; }
  .col-sm-1 .container-breakout {
    margin-left: -91.6666666667vw;
    width: 100vw; }
  .col-sm-2 .container-breakout {
    margin-left: -83.3333333333vw;
    width: 100vw; }
  .col-sm-3 .container-breakout {
    margin-left: -75vw;
    width: 100vw; }
  .col-sm-4 .container-breakout {
    margin-left: -66.6666666667vw;
    width: 100vw; }
  .col-sm-5 .container-breakout {
    margin-left: -58.3333333333vw;
    width: 100vw; }
  .col-sm-6 .container-breakout {
    margin-left: -50vw;
    width: 100vw; }
  .col-sm-7 .container-breakout {
    margin-left: -41.6666666667vw;
    width: 100vw; }
  .col-sm-8 .container-breakout {
    margin-left: -33.3333333333vw;
    width: 100vw; }
  .col-sm-9 .container-breakout {
    margin-left: -25vw;
    width: 100vw; }
  .col-sm-10 .container-breakout {
    margin-left: -16.6666666667vw;
    width: 100vw; }
  .col-sm-11 .container-breakout {
    margin-left: -8.3333333333vw;
    width: 100vw; }
  .col-sm-12 .container-breakout {
    margin-left: -0vw;
    width: 100vw; }
  .col-md-1 .container-breakout {
    margin-left: -91.6666666667vw;
    width: 100vw; }
  .col-md-2 .container-breakout {
    margin-left: -83.3333333333vw;
    width: 100vw; }
  .col-md-3 .container-breakout {
    margin-left: -75vw;
    width: 100vw; }
  .col-md-4 .container-breakout {
    margin-left: -66.6666666667vw;
    width: 100vw; }
  .col-md-5 .container-breakout {
    margin-left: -58.3333333333vw;
    width: 100vw; }
  .col-md-6 .container-breakout {
    margin-left: -50vw;
    width: 100vw; }
  .col-md-7 .container-breakout {
    margin-left: -41.6666666667vw;
    width: 100vw; }
  .col-md-8 .container-breakout {
    margin-left: -33.3333333333vw;
    width: 100vw; }
  .col-md-9 .container-breakout {
    margin-left: -25vw;
    width: 100vw; }
  .col-md-10 .container-breakout {
    margin-left: -16.6666666667vw;
    width: 100vw; }
  .col-md-11 .container-breakout {
    margin-left: -8.3333333333vw;
    width: 100vw; }
  .col-md-12 .container-breakout {
    margin-left: -0vw;
    width: 100vw; } }

@media (min-width: 992px) {
  .col-1 .container-breakout {
    margin-left: -927.666666667px;
    width: 1012px; }
  .col-2 .container-breakout {
    margin-left: -843.333333333px;
    width: 1012px; }
  .col-3 .container-breakout {
    margin-left: -759px;
    width: 1012px; }
  .col-4 .container-breakout {
    margin-left: -674.666666667px;
    width: 1012px; }
  .col-5 .container-breakout {
    margin-left: -590.333333333px;
    width: 1012px; }
  .col-6 .container-breakout {
    margin-left: -506px;
    width: 1012px; }
  .col-7 .container-breakout {
    margin-left: -421.666666667px;
    width: 1012px; }
  .col-8 .container-breakout {
    margin-left: -337.333333333px;
    width: 1012px; }
  .col-9 .container-breakout {
    margin-left: -253px;
    width: 1012px; }
  .col-10 .container-breakout {
    margin-left: -168.666666667px;
    width: 1012px; }
  .col-11 .container-breakout {
    margin-left: -84.3333333333px;
    width: 1012px; }
  .col-12 .container-breakout {
    margin-left: -0px;
    width: 1012px; }
  .col-sm-1 .container-breakout {
    margin-left: -927.666666667px;
    width: 1012px; }
  .col-sm-2 .container-breakout {
    margin-left: -843.333333333px;
    width: 1012px; }
  .col-sm-3 .container-breakout {
    margin-left: -759px;
    width: 1012px; }
  .col-sm-4 .container-breakout {
    margin-left: -674.666666667px;
    width: 1012px; }
  .col-sm-5 .container-breakout {
    margin-left: -590.333333333px;
    width: 1012px; }
  .col-sm-6 .container-breakout {
    margin-left: -506px;
    width: 1012px; }
  .col-sm-7 .container-breakout {
    margin-left: -421.666666667px;
    width: 1012px; }
  .col-sm-8 .container-breakout {
    margin-left: -337.333333333px;
    width: 1012px; }
  .col-sm-9 .container-breakout {
    margin-left: -253px;
    width: 1012px; }
  .col-sm-10 .container-breakout {
    margin-left: -168.666666667px;
    width: 1012px; }
  .col-sm-11 .container-breakout {
    margin-left: -84.3333333333px;
    width: 1012px; }
  .col-sm-12 .container-breakout {
    margin-left: -0px;
    width: 1012px; }
  .col-md-1 .container-breakout {
    margin-left: -927.666666667px;
    width: 1012px; }
  .col-md-2 .container-breakout {
    margin-left: -843.333333333px;
    width: 1012px; }
  .col-md-3 .container-breakout {
    margin-left: -759px;
    width: 1012px; }
  .col-md-4 .container-breakout {
    margin-left: -674.666666667px;
    width: 1012px; }
  .col-md-5 .container-breakout {
    margin-left: -590.333333333px;
    width: 1012px; }
  .col-md-6 .container-breakout {
    margin-left: -506px;
    width: 1012px; }
  .col-md-7 .container-breakout {
    margin-left: -421.666666667px;
    width: 1012px; }
  .col-md-8 .container-breakout {
    margin-left: -337.333333333px;
    width: 1012px; }
  .col-md-9 .container-breakout {
    margin-left: -253px;
    width: 1012px; }
  .col-md-10 .container-breakout {
    margin-left: -168.666666667px;
    width: 1012px; }
  .col-md-11 .container-breakout {
    margin-left: -84.3333333333px;
    width: 1012px; }
  .col-md-12 .container-breakout {
    margin-left: -0px;
    width: 1012px; }
  .col-lg-1 .container-breakout {
    margin-left: -927.666666667px;
    width: 1012px; }
  .col-lg-2 .container-breakout {
    margin-left: -843.333333333px;
    width: 1012px; }
  .col-lg-3 .container-breakout {
    margin-left: -759px;
    width: 1012px; }
  .col-lg-4 .container-breakout {
    margin-left: -674.666666667px;
    width: 1012px; }
  .col-lg-5 .container-breakout {
    margin-left: -590.333333333px;
    width: 1012px; }
  .col-lg-6 .container-breakout {
    margin-left: -506px;
    width: 1012px; }
  .col-lg-7 .container-breakout {
    margin-left: -421.666666667px;
    width: 1012px; }
  .col-lg-8 .container-breakout {
    margin-left: -337.333333333px;
    width: 1012px; }
  .col-lg-9 .container-breakout {
    margin-left: -253px;
    width: 1012px; }
  .col-lg-10 .container-breakout {
    margin-left: -168.666666667px;
    width: 1012px; }
  .col-lg-11 .container-breakout {
    margin-left: -84.3333333333px;
    width: 1012px; }
  .col-lg-12 .container-breakout {
    margin-left: -0px;
    width: 1012px; } }

@media (min-width: 1280px) {
  .col-1 .container-breakout {
    margin-left: -1199px;
    width: 1308px; }
  .col-2 .container-breakout {
    margin-left: -1090px;
    width: 1308px; }
  .col-3 .container-breakout {
    margin-left: -981px;
    width: 1308px; }
  .col-4 .container-breakout {
    margin-left: -872px;
    width: 1308px; }
  .col-5 .container-breakout {
    margin-left: -763px;
    width: 1308px; }
  .col-6 .container-breakout {
    margin-left: -654px;
    width: 1308px; }
  .col-7 .container-breakout {
    margin-left: -545px;
    width: 1308px; }
  .col-8 .container-breakout {
    margin-left: -436px;
    width: 1308px; }
  .col-9 .container-breakout {
    margin-left: -327px;
    width: 1308px; }
  .col-10 .container-breakout {
    margin-left: -218px;
    width: 1308px; }
  .col-11 .container-breakout {
    margin-left: -109px;
    width: 1308px; }
  .col-12 .container-breakout {
    margin-left: -0px;
    width: 1308px; }
  .col-sm-1 .container-breakout {
    margin-left: -1199px;
    width: 1308px; }
  .col-sm-2 .container-breakout {
    margin-left: -1090px;
    width: 1308px; }
  .col-sm-3 .container-breakout {
    margin-left: -981px;
    width: 1308px; }
  .col-sm-4 .container-breakout {
    margin-left: -872px;
    width: 1308px; }
  .col-sm-5 .container-breakout {
    margin-left: -763px;
    width: 1308px; }
  .col-sm-6 .container-breakout {
    margin-left: -654px;
    width: 1308px; }
  .col-sm-7 .container-breakout {
    margin-left: -545px;
    width: 1308px; }
  .col-sm-8 .container-breakout {
    margin-left: -436px;
    width: 1308px; }
  .col-sm-9 .container-breakout {
    margin-left: -327px;
    width: 1308px; }
  .col-sm-10 .container-breakout {
    margin-left: -218px;
    width: 1308px; }
  .col-sm-11 .container-breakout {
    margin-left: -109px;
    width: 1308px; }
  .col-sm-12 .container-breakout {
    margin-left: -0px;
    width: 1308px; }
  .col-md-1 .container-breakout {
    margin-left: -1199px;
    width: 1308px; }
  .col-md-2 .container-breakout {
    margin-left: -1090px;
    width: 1308px; }
  .col-md-3 .container-breakout {
    margin-left: -981px;
    width: 1308px; }
  .col-md-4 .container-breakout {
    margin-left: -872px;
    width: 1308px; }
  .col-md-5 .container-breakout {
    margin-left: -763px;
    width: 1308px; }
  .col-md-6 .container-breakout {
    margin-left: -654px;
    width: 1308px; }
  .col-md-7 .container-breakout {
    margin-left: -545px;
    width: 1308px; }
  .col-md-8 .container-breakout {
    margin-left: -436px;
    width: 1308px; }
  .col-md-9 .container-breakout {
    margin-left: -327px;
    width: 1308px; }
  .col-md-10 .container-breakout {
    margin-left: -218px;
    width: 1308px; }
  .col-md-11 .container-breakout {
    margin-left: -109px;
    width: 1308px; }
  .col-md-12 .container-breakout {
    margin-left: -0px;
    width: 1308px; }
  .col-lg-1 .container-breakout {
    margin-left: -1199px;
    width: 1308px; }
  .col-lg-2 .container-breakout {
    margin-left: -1090px;
    width: 1308px; }
  .col-lg-3 .container-breakout {
    margin-left: -981px;
    width: 1308px; }
  .col-lg-4 .container-breakout {
    margin-left: -872px;
    width: 1308px; }
  .col-lg-5 .container-breakout {
    margin-left: -763px;
    width: 1308px; }
  .col-lg-6 .container-breakout {
    margin-left: -654px;
    width: 1308px; }
  .col-lg-7 .container-breakout {
    margin-left: -545px;
    width: 1308px; }
  .col-lg-8 .container-breakout {
    margin-left: -436px;
    width: 1308px; }
  .col-lg-9 .container-breakout {
    margin-left: -327px;
    width: 1308px; }
  .col-lg-10 .container-breakout {
    margin-left: -218px;
    width: 1308px; }
  .col-lg-11 .container-breakout {
    margin-left: -109px;
    width: 1308px; }
  .col-lg-12 .container-breakout {
    margin-left: -0px;
    width: 1308px; }
  .col-xl-1 .container-breakout {
    margin-left: -1199px;
    width: 1308px; }
  .col-xl-2 .container-breakout {
    margin-left: -1090px;
    width: 1308px; }
  .col-xl-3 .container-breakout {
    margin-left: -981px;
    width: 1308px; }
  .col-xl-4 .container-breakout {
    margin-left: -872px;
    width: 1308px; }
  .col-xl-5 .container-breakout {
    margin-left: -763px;
    width: 1308px; }
  .col-xl-6 .container-breakout {
    margin-left: -654px;
    width: 1308px; }
  .col-xl-7 .container-breakout {
    margin-left: -545px;
    width: 1308px; }
  .col-xl-8 .container-breakout {
    margin-left: -436px;
    width: 1308px; }
  .col-xl-9 .container-breakout {
    margin-left: -327px;
    width: 1308px; }
  .col-xl-10 .container-breakout {
    margin-left: -218px;
    width: 1308px; }
  .col-xl-11 .container-breakout {
    margin-left: -109px;
    width: 1308px; }
  .col-xl-12 .container-breakout {
    margin-left: -0px;
    width: 1308px; } }

.theme-orange {
  --menu-bg-color: #f06d47;
  --page-header-background: #f06d47;
  --button-secondary-hover-border-color: #f06d47;
  --button-primary-hover-border-color: #f06d47;
  background-color: #f06d47 !important;
  color: #000 !important; }

.theme-blue {
  --menu-bg-color: #4d4ff4;
  --page-header-background: #4d4ff4;
  --button-secondary-hover-border-color: #4d4ff4;
  --button-primary-hover-border-color: #4d4ff4;
  background-color: #4d4ff4 !important;
  color: #fff !important; }

.theme-indigo {
  --menu-bg-color: #2f2c4b;
  --page-header-background: #2f2c4b;
  --button-secondary-hover-border-color: #2f2c4b;
  --button-primary-hover-border-color: #2f2c4b;
  background-color: #2f2c4b !important;
  color: #fff !important; }

.theme-bronze {
  --menu-bg-color: #a68056;
  --page-header-background: #a68056;
  --button-secondary-hover-border-color: #a68056;
  --button-primary-hover-border-color: #a68056;
  background-color: #a68056 !important;
  color: #000 !important; }

.theme-pink {
  --menu-bg-color: #f8a79d;
  --page-header-background: #f8a79d;
  --button-secondary-hover-border-color: #f8a79d;
  --button-primary-hover-border-color: #f8a79d;
  background-color: #f8a79d !important;
  color: #000 !important; }

.theme-yellow {
  --menu-bg-color: #ffff49;
  --page-header-background: #ffff49;
  --button-secondary-hover-border-color: #ffff49;
  --button-primary-hover-border-color: #ffff49;
  background-color: #ffff49 !important;
  color: #000 !important; }

.theme-viva-grey {
  --menu-bg-color: #e0e5e0;
  --page-header-background: #e0e5e0;
  --button-secondary-hover-border-color: #e0e5e0;
  --button-primary-hover-border-color: #e0e5e0;
  background-color: #e0e5e0 !important;
  color: #000 !important; }

/* ==========================================================================
Typography classes
========================================================================== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit; }

h1, .h1 {
  margin-bottom: 0.4705882353rem;
  line-height: 1;
  letter-spacing: 0.14em;
  font-size: 32px; }
  @media (min-width: 992px) {
    h1, .h1 {
      margin-bottom: 1rem;
      font-size: 38px; } }
  @media (min-width: 1280px) {
    h1, .h1 {
      margin-bottom: 1rem;
      font-size: 50px; } }

h2, .h2 {
  letter-spacing: 0.15em;
  font-size: 1.2941176471rem; }
  @media (min-width: 992px) {
    h2, .h2 {
      letter-spacing: 0.14em;
      font-size: 1.6470588235rem; } }
  @media (min-width: 1280px) {
    h2, .h2 {
      letter-spacing: 0.12em;
      font-size: 1.8823529412rem; } }

h3, .h3 {
  margin: 1.5rem 0 1rem;
  line-height: 1.1;
  letter-spacing: 0.15em;
  font-size: 1.1764705882rem; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 1.4117647059rem; } }
  @media (min-width: 1280px) {
    h3, .h3 {
      font-size: 1.4117647059rem; } }

h4, .h4 {
  margin: 1.5rem 0 1rem;
  font-size: 1.0588235294rem; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 1.0588235294rem; } }
  @media (min-width: 1280px) {
    h4, .h4 {
      font-size: 1.1764705882rem; } }

h5, .h5 {
  margin: 0 0 1rem;
  font-size: 0.9411764706rem; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 0.9411764706rem; } }
  @media (min-width: 1280px) {
    h5, .h5 {
      font-size: 1.0588235294rem; } }


.subheader {
  font-size: 16px;
  font-weight: normal;
  color: #131415;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 8px; }
  @media (min-width: 992px) {
    
    .subheader {
      font-size: 18px;
      margin-bottom: 16px; } }


.testimonial {
  font-family: "Cormorant", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-weight: 500; }
  @media (min-width: 992px) {
    
    .testimonial {
      font-size: 36px;
      line-height: 44px; } }

.title {
  font-size: 0.8235294118rem;
  text-transform: uppercase;
  font-weight: bold; }

p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1rem; }

.text-white p,
.text-white a:not(.btn) {
  color: #fff; }

.underline, .remove-player-btn, .return-homepage-link {
  position: relative;
  text-decoration: none; }

a, a:not([href]):not([tabindex]),
.link,
.link:not([href]):not([tabindex]) {
  transition: color 200ms, background-color 200ms, border-color 200ms;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  color: #000; }
  a:hover, a:active, a:focus, a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):active, a:not([href]):not([tabindex]):focus,
  .link:hover,
  .link:active,
  .link:focus,
  .link:not([href]):not([tabindex]):hover,
  .link:not([href]):not([tabindex]):active,
  .link:not([href]):not([tabindex]):focus {
    color: var(--brand-tertiary, #f06d47); }
  a path, a:not([href]):not([tabindex]) path,
  .link path,
  .link:not([href]):not([tabindex]) path {
    fill: currentColor; }
  a.underline, a.remove-player-btn, a.return-homepage-link, a:not([href]):not([tabindex]).underline, a.remove-player-btn:not([href]):not([tabindex]), a.return-homepage-link:not([href]):not([tabindex]),
  .link.underline,
  .link.remove-player-btn,
  .link.return-homepage-link,
  .link:not([href]):not([tabindex]).underline,
  .link.remove-player-btn:not([href]):not([tabindex]),
  .link.return-homepage-link:not([href]):not([tabindex]) {
    position: relative;
    text-decoration: none; }

.highlighted-content {
  background: rgba(var(--brand-primary-rgb, 19, 20, 21), 0.2);
  border-left: 3px solid var(--brand-primary, #131415);
  padding: 20px 15px 10px; }
  @media (min-width: 768px) {
    .highlighted-content {
      margin-left: -25px;
      padding-left: 22px; } }

.img-row {
  display: flex;
  align-content: center;
  flex-wrap: wrap; }
  .img-row a {
    display: flex;
    align-items: center;
    margin: 0 20px 20px 0; }
  .img-row img {
    max-width: 11.7647058824rem;
    max-height: 5.8823529412rem; }

.text-primary,
.text-success {
  color: #007bff; }

.text-secondary {
  color: #6c757d; }

.red,
.req {
  color: #bf2133;
  font-weight: 500; }

.text-error,
label.error {
  color: #f93448;
  line-height: 1.1;
  font-weight: 500;
  display: block;
  font-size: 14px; }

nav ul li,
.sitemap-links ul li {
  list-style-type: none; }

ul li {
  list-style-type: inherit; }

.wysiwyg ul {
  list-style: disc inside;
  margin-bottom: 1.1764705882rem; }
  .wysiwyg ul ul {
    margin-left: 1rem; }

ol,
ul {
  padding-left: 1.125em; }

.intro {
  font-size: 1.0588235294rem;
  font-weight: bold;
  line-height: 1.4; }

hr {
  border-width: 2px;
  margin: 1.7647058824rem 0;
  border-color: #000; }

.note {
  color: #000;
  font-size: 0.7647058824rem;
  letter-spacing: 0.1px; }

.event-main-content ul {
  list-style: disc inside;
  margin-bottom: 1.375rem; }

.carousel-ymbii-container h1, .carousel-ymbii-container
.h1 {
  padding-bottom: 0.6470588235rem;
  margin-bottom: 1.7647058824rem;
  border-bottom-color: #000; }

h1.underlined-black, h1.underlined-white,
.h1.underlined-black,
.h1.underlined-white {
  padding-bottom: 0.6470588235rem;
  margin-bottom: 1.7647058824rem;
  border-bottom: 2px solid; }

h1.underlined-black,
.h1.underlined-black {
  border-bottom-color: #000; }

h1.underlined-white,
.h1.underlined-white {
  border-bottom-color: #fff; }

@media (min-width: 768px) {
  .carousel-ymbii-container h1, h1.underlined-black, h1.underlined-white, .carousel-ymbii-container
  .h1,
  .h1.underlined-black,
  .h1.underlined-white {
    border-bottom-width: 3px;
    padding-bottom: 0.2941176471rem;
    margin-bottom: 2.3529411765rem;
    line-height: 1;
    letter-spacing: -0.5px; }
  .carousel-ymbii-container h1, .carousel-ymbii-container
  .h1 {
    font-size: 2.3529411765rem;
    line-height: 1;
    letter-spacing: -0.4px; } }

table {
  max-width: 100%; }

@media (min-width: 768px) {
  .intro {
    font-size: 1.1764705882rem; } }

.blockquote {
  margin: 2.9411764706rem 0; }
  @media (min-width: 768px) {
    .blockquote p {
      font-size: 1.7647058824rem; } }

blockquote {
  font-family: "future", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  font-weight: 500; }
  @media (min-width: 992px) {
    blockquote {
      font-size: 40px;
      line-height: 1.2;
      letter-spacing: -0.5px; } }

.steps-info-text {
  font-size: 16px;
  line-height: 1.5;
  color: #767676; }

.player-count {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 36px; }

.total-amount-block {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 60px; }
  .total-amount-block h6 {
    text-transform: uppercase;
    margin-bottom: 3px; }
  .total-amount-block p {
    margin-bottom: 0;
    color: #767676; }

/* ==========================================================================
   Global form elements
   ========================================================================== */
input,
select,
textarea,
.input-group-addon {
  border-radius: 0;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  box-shadow: none; }
  input.input-validation-error,
  select.input-validation-error,
  textarea.input-validation-error,
  .input-validation-error.input-group-addon {
    border-color: var(--brand-tertiary, #f06d47); }

label.error {
  margin-top: 8px; }

.input-group-addon {
  border-color: transparent; }

.error-msg {
  color: #f93448; }

body .umbraco-forms-form input.text,
body .umbraco-forms-form input.title,
body .umbraco-forms-form textarea,
body .umbraco-forms-form select {
  border-radius: 0;
  background-color: #f5f5f5;
  height: 44px;
  color: #000;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: none !important;
  box-shadow: none;
  border: 1px solid transparent !important;
  transition: background-color 200ms, color 200ms, border-color 200ms;
  padding: 10px;
  margin-top: 0; }
  body .umbraco-forms-form input.text:disabled,
  body .umbraco-forms-form input.title:disabled,
  body .umbraco-forms-form textarea:disabled,
  body .umbraco-forms-form select:disabled {
    background-color: rgba(224, 229, 224, 0.4);
    color: #767676;
    cursor: not-allowed; }
  body .umbraco-forms-form input.text.error, body .umbraco-forms-form input.text.input-validation-error,
  body .umbraco-forms-form input.title.error,
  body .umbraco-forms-form input.title.input-validation-error,
  body .umbraco-forms-form textarea.error,
  body .umbraco-forms-form textarea.input-validation-error,
  body .umbraco-forms-form select.error,
  body .umbraco-forms-form select.input-validation-error {
    border-bottom: 1px solid #ed1b29 !important; }
  body .umbraco-forms-form input.text:focus:not(.error):not(:disabled), body .umbraco-forms-form input.text:active:not(.error):not(:disabled),
  body .umbraco-forms-form input.title:focus:not(.error):not(:disabled),
  body .umbraco-forms-form input.title:active:not(.error):not(:disabled),
  body .umbraco-forms-form textarea:focus:not(.error):not(:disabled),
  body .umbraco-forms-form textarea:active:not(.error):not(:disabled),
  body .umbraco-forms-form select:focus:not(.error):not(:disabled),
  body .umbraco-forms-form select:active:not(.error):not(:disabled) {
    border-bottom: 1px solid #000 !important;
    outline: none;
    box-shadow: none;
    background-color: rgba(224, 229, 224, 0.4);
    color: #000; }
  body .umbraco-forms-form input.text.input-validation-error,
  body .umbraco-forms-form input.title.input-validation-error,
  body .umbraco-forms-form textarea.input-validation-error,
  body .umbraco-forms-form select.input-validation-error {
    border-bottom: 1px solid #f93448 !important; }

body .umbraco-forms-form textarea {
  height: auto; }

body .umbraco-forms-form .checkboxlist label {
  float: none;
  clear: none; }

body .umbraco-forms-form span.checkbox,
body .umbraco-forms-form span.checkboxlist {
  padding: 0; }
  body .umbraco-forms-form span.checkbox [type="checkbox"],
  body .umbraco-forms-form span.checkboxlist [type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
    border-radius: 0;
    display: block !important;
    position: absolute;
    top: 0;
    margin: 0 10px 0 -32px;
    transition: border-color 200ms;
    border: 1px solid rgba(0, 0, 0, 0.25) !important; }
    body .umbraco-forms-form span.checkbox [type="checkbox"]:checked,
    body .umbraco-forms-form span.checkboxlist [type="checkbox"]:checked {
      background-color: #000;
      border: 1px solid #000 !important;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4178 1.26191L4.9932 9.42322C4.78718 9.6228 4.45994 9.6228 4.25392 9.42322L0.582031 5.86608L1.32131 5.10295L4.62356 8.302L12.6785 0.498779L13.4178 1.26191Z' fill='white'/%3E%3C/svg%3E%0A"); }
    body .umbraco-forms-form span.checkbox [type="checkbox"]:hover:not(:disabled),
    body .umbraco-forms-form span.checkboxlist [type="checkbox"]:hover:not(:disabled) {
      border-color: #384295 !important; }
    body .umbraco-forms-form span.checkbox [type="checkbox"].input-validation-error,
    body .umbraco-forms-form span.checkboxlist [type="checkbox"].input-validation-error {
      background-color: unset;
      border-color: #f93448 !important; }
    body .umbraco-forms-form span.checkbox [type="checkbox"]:disabled,
    body .umbraco-forms-form span.checkboxlist [type="checkbox"]:disabled {
      opacity: 0.5; }

body .umbraco-forms-form span.contourError,
body .umbraco-forms-form span.field-validation-error {
  color: #f93448 !important;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  line-height: 1.1;
  letter-spacing: 0.015em;
  margin-top: 8px; }

body .umbraco-forms-form .custom-check + .field-validation-error {
  margin-top: 0; }

body .umbraco-forms-form .radio,
body .umbraco-forms-form .radiobuttonlist {
  padding: 0; }
  body .umbraco-forms-form .radio [type="radio"],
  body .umbraco-forms-form .radiobuttonlist [type="radio"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
    border-radius: 50%;
    display: block !important;
    float: left;
    margin: 0 10px 0 -35px;
    border: 1px solid #767676 !important;
    background-color: #fff; }
    body .umbraco-forms-form .radio [type="radio"]:checked,
    body .umbraco-forms-form .radiobuttonlist [type="radio"]:checked {
      color: #000;
      border: 1px solid #000 !important;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='black'/%3E%3C/svg%3E%0A"); }
    body .umbraco-forms-form .radio [type="radio"]:hover:not(:disabled),
    body .umbraco-forms-form .radiobuttonlist [type="radio"]:hover:not(:disabled) {
      border-color: #000 !important; }
    body .umbraco-forms-form .radio [type="radio"].input-validation-error,
    body .umbraco-forms-form .radiobuttonlist [type="radio"].input-validation-error {
      background-color: unset;
      border: 1px solid #f93448 !important; }
    body .umbraco-forms-form .radio [type="radio"]:disabled,
    body .umbraco-forms-form .radiobuttonlist [type="radio"]:disabled {
      opacity: 0.5; }

body .umbraco-forms-form .umbraco-forms-field.multiplechoice {
  padding-top: 8px; }
  body .umbraco-forms-form .umbraco-forms-field.multiplechoice .umbraco-forms-label,
  body .umbraco-forms-form .umbraco-forms-field.multiplechoice .umbraco-forms-tooltip {
    font-weight: 700;
    font-size: 17px;
    text-transform: none;
    color: #000;
    letter-spacing: 0.015em; }
  body .umbraco-forms-form .umbraco-forms-field.multiplechoice .umbraco-forms-tooltip {
    margin-bottom: 30px;
    color: #767676;
    font-weight: 400; }

body .umbraco-forms-caption {
  line-height: 1 !important; }

.form-control {
  border-radius: 0;
  background-color: #f5f5f5;
  height: 44px;
  color: #000;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: none !important;
  box-shadow: none;
  border: 1px solid transparent !important;
  transition: background-color 200ms, color 200ms, border-color 200ms; }
  .form-control:disabled {
    background-color: rgba(224, 229, 224, 0.4);
    color: #767676;
    cursor: not-allowed; }
  .form-control.error, .form-control.input-validation-error {
    border-bottom: 1px solid #ed1b29 !important; }
  .form-control:focus:not(.error):not(:disabled), .form-control:active:not(.error):not(:disabled) {
    border-bottom: 1px solid #000 !important;
    outline: none;
    box-shadow: none;
    background-color: rgba(224, 229, 224, 0.4);
    color: #000; }

.select,
select {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66675 1L5.66675 5L9.66675 1' stroke='black' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-appearance: none;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px; }
  .select::-ms-expand,
  select::-ms-expand {
    display: none; }
  .select.error,
  select.error {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23f93448' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.bordered-select, .bordered-select:focus:not(.error):not(:disabled), .bordered-select:active:not(.error):not(:disabled) {
  border: 1px solid var(--button-secondary-border-color, #e0e5e0) !important; }

.form-hint {
  line-height: 1.1;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #767676; }

textarea.form-control {
  height: 12.3529411765rem; }

.checkbox-list {
  display: flex;
  flex-wrap: wrap; }
  .checkbox-list .custom-check {
    margin-bottom: 24px;
    width: 100%;
    padding-right: 10px; }
    .checkbox-list .custom-check:nth-last-child(-n + 2) {
      margin-bottom: 32px; }
    @media (min-width: 992px) {
      .checkbox-list .custom-check {
        width: 50%; } }

.form-group {
  position: relative; }
  @media (min-width: 992px) {
    .form-group {
      margin-bottom: 24px; } }
  .form-group.checkbox-group {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .form-group.checkbox-group {
        margin-bottom: 0; } }
  .form-group .form-label {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    font-weight: 700; }
  .form-group.required > label:first-child:after {
    content: " *"; }
  .form-group .text-area {
    height: auto; }

.form-submitting {
  opacity: 0.25; }
  .form-submitting button[type="submit"] {
    pointer-events: none; }

.error-state .form-control {
  border-color: var(--brand-tertiary, #f06d47); }

.error-state label {
  color: var(--brand-tertiary, #f06d47); }

.form-validate .error-mes {
  color: var(--brand-tertiary, #f06d47);
  font-size: 0.8235294118rem;
  padding-top: 0.2941176471rem;
  font-weight: bold;
  text-transform: none;
  margin: 0; }

.form-validate {
  width: 100%; }

.custom-form .success-msg,
.custom-form .error-msg {
  display: none; }

@media (min-width: 768px) {
  textarea.form-control {
    height: 16.2352941176rem; } }

.umbraco-forms-page .col-md-12 {
  padding-left: 0; }

.umbraco-forms-page textarea {
  resize: none;
  width: 100%;
  max-width: 408px;
  height: 229px; }

.umbraco-forms-page legend {
  margin-bottom: 24px; }

.umbraco-forms-field {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .umbraco-forms-field {
      margin-bottom: 24px; } }

.umbraco-forms-field-wrapper {
  display: flex;
  flex-direction: column; }
  .umbraco-forms-field-wrapper input[type="text"],
  .umbraco-forms-field-wrapper select {
    border-radius: 0;
    width: 100%;
    max-width: 408px;
    min-height: 46px;
    border-width: 1px;
    border-style: solid; }

.umbraco-forms-label:not(.custom-check) {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
  font-weight: 700; }

.umbraco-forms-fieldset legend {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase; }

.invalid .umbraco-forms-field-wrapper input,
.invalid .umbraco-forms-field-wrapper select,
.invalid .umbraco-forms-field-wrapper textarea {
  border-color: var(--brand-tertiary, #f06d47); }

.umbraco-forms-tooltip {
  line-height: 1.1;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #767676; }

.custom-check {
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  user-select: none;
  padding-left: 32px; }
  .custom-check [type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
    border-radius: 0;
    display: block !important;
    position: absolute;
    top: 0;
    margin: 0 10px 0 -32px;
    transition: border-color 200ms;
    border: 1px solid rgba(0, 0, 0, 0.25) !important; }
    .custom-check [type="checkbox"]:checked {
      background-color: #000;
      border: 1px solid #000 !important;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4178 1.26191L4.9932 9.42322C4.78718 9.6228 4.45994 9.6228 4.25392 9.42322L0.582031 5.86608L1.32131 5.10295L4.62356 8.302L12.6785 0.498779L13.4178 1.26191Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .custom-check [type="checkbox"]:hover:not(:disabled) {
      border-color: #384295 !important; }
    .custom-check [type="checkbox"].input-validation-error {
      background-color: unset;
      border-color: #f93448 !important; }
    .custom-check [type="checkbox"]:disabled {
      opacity: 0.5; }

.custom-radio {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0.7058823529rem;
  padding-left: 35px; }
  .custom-radio [type="radio"],
  .custom-radio + [type="radio"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
    border-radius: 50%;
    display: block !important;
    float: left;
    margin: 0 10px 0 -35px;
    border: 1px solid #767676 !important;
    background-color: #fff; }
    .custom-radio [type="radio"]:checked,
    .custom-radio + [type="radio"]:checked {
      color: #000;
      border: 1px solid #000 !important;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='black'/%3E%3C/svg%3E%0A"); }
    .custom-radio [type="radio"]:hover:not(:disabled),
    .custom-radio + [type="radio"]:hover:not(:disabled) {
      border-color: #000 !important; }
    .custom-radio [type="radio"].input-validation-error,
    .custom-radio + [type="radio"].input-validation-error {
      background-color: unset;
      border: 1px solid #f93448 !important; }
    .custom-radio [type="radio"]:disabled,
    .custom-radio + [type="radio"]:disabled {
      opacity: 0.5; }

.terms {
  display: block;
  margin-top: 24px; }

.strike-a-chord-form {
  color: #000; }
  @media (min-width: 992px) {
    .strike-a-chord-form .form-group {
      margin-bottom: 26px; } }
  @media (min-width: 992px) {
    .strike-a-chord-form .form-group.payment {
      margin-bottom: 36px; } }
  .strike-a-chord-form .form-control,
  .strike-a-chord-form [id="selectState"] {
    width: 100%; }
    @media (min-width: 992px) {
      .strike-a-chord-form .form-control,
      .strike-a-chord-form [id="selectState"] {
        width: 50%; } }
  .strike-a-chord-form .form-control.small-input {
    width: 100%; }
    @media (min-width: 992px) {
      .strike-a-chord-form .form-control.small-input {
        width: 25%; } }
  .strike-a-chord-form [id="selectState"] {
    display: block; }
  .strike-a-chord-form .req {
    color: #000;
    font-weight: 500; }
  .strike-a-chord-form .save-and-continue-group {
    padding: 24px 0;
    display: flex;
    align-items: center; }
    .strike-a-chord-form .save-and-continue-group p {
      margin-bottom: 0;
      margin-left: 24px; }
  .strike-a-chord-form .collapsing {
    transition: none !important; }
  .strike-a-chord-form .invoice-payment {
    display: none; }
  .strike-a-chord-form .payment-require,
  .strike-a-chord-form .payment-not-require {
    display: none; }

/* ==========================================================================
   UI elements
   ========================================================================== */
.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms, visibility 0s 200ms;
  z-index: 1080; }
  .show-loading-overlay .loading-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }
  .loading-overlay .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }

.grid-row {
  position: relative;
  min-height: 150px; }

.modal-backdrop {
  z-index: 1080; }

.modal {
  z-index: 1090; }

.pagination {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .pagination > a,
  .pagination > span {
    display: inline-block;
    min-width: 38px;
    height: 38px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    line-height: 24px;
    color: #000;
    padding-top: 7px; }
  .pagination .pagePrev,
  .pagination .pageNext {
    margin-right: 10px; }
  .pagination .pageItem {
    margin-right: 20px; }
  .pagination .pageFirst,
  .pagination .pageLast {
    display: none; }
  .pagination .pageCurrent {
    background: var(--brand-primary, #131415);
    color: #fff; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-width: 0.4rem 0.3rem 0; }

.tooltip .arrow {
  width: 0.6rem; }

.tooltip-inner {
  text-transform: uppercase;
  font-size: 0.7058823529rem; }

.features-icons {
  margin: 2.3529411765rem 0 0; }
  .features-icons li {
    margin-bottom: 0.8823529412rem;
    display: flex;
    line-height: 1.31; }
  .features-icons span {
    display: inline-flex;
    flex-basis: 2.7058823529rem;
    flex-shrink: 0;
    width: 2.7058823529rem;
    height: 2.7058823529rem;
    margin-right: 0.8823529412rem;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center; }

.tab-nav {
  box-shadow: 0 33px 30px -30px rgba(0, 0, 0, 0.5);
  background: #000;
  border-radius: 2px;
  padding: 1.7647058824rem 1.1764705882rem;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 3.5294117647rem; }
  .tab-nav h2 {
    text-transform: uppercase;
    line-height: 1.08;
    letter-spacing: -0.1px;
    font-size: 1.4117647059rem; }
  .tab-nav .tab-nav-list {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
  .tab-nav a {
    color: #777;
    border-radius: 20px;
    border: solid 2px transparent;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    line-height: 34px;
    letter-spacing: 0.2px;
    padding: 0 10px;
    font-size: 0.8823529412rem;
    white-space: nowrap; }
    .tab-nav a:hover {
      color: #fff; }
    .tab-nav a.active {
      border-color: #fff;
      color: #fff; }

@media (max-width: 374px) {
  .tab-nav-list {
    flex-direction: column; } }

.content-loading {
  width: 104px;
  height: 104px;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  z-index: 100;
  display: none; }
  .content-loading::after, .content-loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .content-loading::after {
    animation: spinner 0.6s linear infinite;
    border-radius: 50%;
    border: 6px solid #ebebeb;
    border-top-color: #000;
    background: none;
    width: 104px;
    opacity: 1;
    height: 104px; }
  .content-loading::before {
    display: block;
    width: 53px;
    height: 30px;
    margin-top: 36px;
    margin-left: 28px; }

.items-loading {
  opacity: 0.6; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

@media (max-width: 575.98px) {
  .btn-xs-block {
    width: 100%; } }

@media (min-width: 768px) {
  .tab-nav {
    padding: 1.7647058824rem;
    margin-bottom: 3.5294117647rem; }
    .tab-nav h2 {
      font-size: 1.7647058824rem; }
    .tab-nav a {
      line-height: 40px;
      padding-top: 1px;
      padding: 0 20px;
      border-radius: 22px;
      font-size: 1.1764705882rem; }
  .features-icons li {
    align-items: center;
    margin-bottom: 1.6470588235rem;
    font-size: 1.0588235294rem; }
  .features-icons span {
    margin-right: 1.1764705882rem; } }

@media (min-width: 992px) {
  .btn-load-more {
    margin-top: 70px; }
  .tab-nav {
    padding: 3.5294117647rem 1.7647058824rem;
    margin-bottom: 4.7058823529rem; } }

@media (min-width: 1280px) {
  .tab-nav h2 {
    font-size: 2.3529411765rem; } }

button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button:active {
    outline: none;
    box-shadow: none; }
  button:disabled {
    cursor: default; }
  button:focus, button:focus-visible {
    outline: 1px dotted;
    box-shadow: none; }
  button:focus:not(:focus-visible) {
    outline: none; }
  button:focus, button:focus-visible {
    outline-color: var(--brand-primary, #131415); }

.btn-white {
  background-color: #fff; }
  .btn-white:hover, .btn-white:not(:disabled):not(.disabled):active, .btn-white:focus, .btn-white:active {
    text-decoration: none !important;
    box-shadow: none !important;
    color: var(--button-primary-hover-text-color, #fff);
    background-color: var(--button-primary-hover-bg-color, var(--brand-primary, #131415));
    border-color: var(--button-primary-hover-border-color, #fff); }

.btn-disabled {
  background-color: #777;
  color: #fff; }

.button-lg {
  padding: 18px 40px; }

.button-tertiary {
  border: 0;
  background-color: transparent;
  font-weight: normal; }

.btn-chevron {
  position: relative;
  padding: 0.5882352941rem 1.7647058824rem 0.5882352941rem 2.3529411765rem; }
  .btn-chevron::after {
    content: "";
    display: inline-block;
    margin: 0 0 -1px 10px;
    position: relative;
    width: 10px;
    height: 14px;
    background: url(../img/svg/icons/chevron-right-grey.svg) 0 0 no-repeat; }

.btn-chevron-down {
  position: relative;
  padding: 0.5882352941rem 1.7647058824rem 0.5882352941rem 2.3529411765rem; }
  .btn-chevron-down::after {
    content: "";
    display: inline-block;
    margin: 0 0 -2px 10px;
    position: relative;
    width: 16px;
    height: 14px;
    background: url(../img/svg/icons/chevron-down-grey.svg) 0 0 no-repeat; }

.btn-wide {
  width: 17.3529411765rem; }

.btn-soldout {
  background: #eee;
  border-color: #eee; }

.btn-link, .remove-player-btn, .return-homepage-link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  color: #000;
  transform: skew(12deg);
  transition: transform 100ms ease;
  will-change: contents; }
  @media (min-width: 992px) {
    .btn-link, .remove-player-btn, .return-homepage-link {
      font-size: 24px; } }
  .btn-link.sm, .sm.remove-player-btn, .sm.return-homepage-link {
    font-size: 14px; }
  .btn-link:hover, .remove-player-btn:hover, .return-homepage-link:hover, .btn-link:active, .remove-player-btn:active, .return-homepage-link:active, .btn-link:focus, .remove-player-btn:focus, .return-homepage-link:focus {
    transform: skew(-12deg); }

.btn-tile-link {
  border: 2px solid #000;
  padding: 0.7058823529rem 1.1764705882rem;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 0.14em;
  transition: background-color 200ms ease, color 200ms ease; }
  .btn-tile-link:hover, .btn-tile-link:active, .btn-tile-link:focus {
    background-color: #000;
    color: #fff; }

.dropdown-generic {
  display: inline-block; }
  .dropdown-generic .btn-link, .dropdown-generic .remove-player-btn, .dropdown-generic .return-homepage-link {
    padding-right: 45px; }
    .dropdown-generic .btn-link::after, .dropdown-generic .remove-player-btn::after, .dropdown-generic .return-homepage-link::after {
      display: none; }
  .dropdown-generic .toggle {
    width: 1.2941176471rem;
    height: 1.2941176471rem;
    position: absolute;
    top: 52%;
    text-align: center;
    border: 1.5px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    right: 0.8823529412rem;
    transform: translateY(-50%);
    transition: background 200ms ease-in-out; }
    .dropdown-generic .toggle svg {
      transition: transform 200ms ease-in-out;
      transform-origin: 0 0;
      position: absolute;
      top: 51%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .dropdown-generic .toggle path {
      transition: stroke 200ms ease-in-out;
      stroke: #000; }
  .dropdown-generic [aria-expanded="true"] .toggle {
    background: #000;
    border-color: #000; }
    .dropdown-generic [aria-expanded="true"] .toggle path {
      stroke: #fff; }
    .dropdown-generic [aria-expanded="true"] .toggle svg {
      transform: rotate(180deg) translate(-50%, -50%);
      top: 45%; }
  .dropdown-generic [aria-expanded="true"] .subtext {
    height: 0; }
  .dropdown-generic .dropdown-menu {
    box-shadow: 0 22px 53px -30px #000;
    margin-top: 0.8823529412rem;
    border-radius: 2px;
    background: #fff;
    padding: 1.1764705882rem 1.1764705882rem 0.8823529412rem;
    left: 0;
    position: relative; }
    .dropdown-generic .dropdown-menu::before, .dropdown-generic .dropdown-menu::after {
      content: "";
      position: absolute;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      display: block;
      height: 0;
      left: 6.8823529412rem; }
    .dropdown-generic .dropdown-menu::before {
      top: -0.4705882353rem;
      border-bottom: 8px solid #fff;
      z-index: 1; }
    .dropdown-generic .dropdown-menu::after {
      border-bottom: 8px solid rgba(0, 0, 0, 0.15);
      top: -0.5294117647rem; }

.btn-load-more {
  margin-top: 1.7647058824rem; }

.btn-block .btn + .btn {
  margin-left: 10px; }
  @media (min-width: 768px) {
    .btn-block .btn + .btn {
      margin-left: 20px; } }

.remove-player-btn:hover {
  color: #bf2133; }

.remove-player-btn:disabled {
  color: #767676;
  cursor: none;
  pointer-events: none;
  position: inherit; }

.return-homepage-link {
  text-decoration: none;
  margin-bottom: 80px;
  text-transform: capitalize; }
  .return-homepage-link:hover {
    color: #bf2133; }

.wysiwyg table,
.wysiwyg-content table {
  max-width: 100%; }
  @media (max-width: 767.98px) {
    .wysiwyg table,
    .wysiwyg-content table {
      font-size: 14px;
      word-break: break-word; } }
  @media (max-width: 767.98px) {
    .wysiwyg table th,
    .wysiwyg table th p,
    .wysiwyg table td,
    .wysiwyg table td p,
    .wysiwyg-content table th,
    .wysiwyg-content table th p,
    .wysiwyg-content table td,
    .wysiwyg-content table td p {
      font-size: 14px; } }
  .wysiwyg table th,
  .wysiwyg table td,
  .wysiwyg-content table th,
  .wysiwyg-content table td {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0; }
    @media (max-width: 767.98px) {
      .wysiwyg table th,
      .wysiwyg table td,
      .wysiwyg-content table th,
      .wysiwyg-content table td {
        padding-right: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 0 !important; } }
    .wysiwyg table th:last-child,
    .wysiwyg table td:last-child,
    .wysiwyg-content table th:last-child,
    .wysiwyg-content table td:last-child {
      padding-right: 0; }
      @media (max-width: 767.98px) {
        .wysiwyg table th:last-child,
        .wysiwyg table td:last-child,
        .wysiwyg-content table th:last-child,
        .wysiwyg-content table td:last-child {
          padding-right: 0 !important; } }

.wysiwyg blockquote,
.wysiwyg-content blockquote {
  font-size: 22px;
  line-height: 1.6; }

.wysiwyg .first-paragraph,
.wysiwyg-content .first-paragraph {
  font-size: 17px;
  line-height: 1.5; }

.wysiwyg a {
  position: relative;
  text-decoration: none; }

@media (min-width: 768px) {
  .wysiwyg p {
    font-size: 1.0588235294rem; }
  .wysiwyg h2 {
    font-size: 2.3529411765rem;
    border-width: 3px; }
  .wysiwyg .intro {
    font-size: 1.5294117647rem; } }

.wysiwyg-content h1,
.wysiwyg-content .h1,
.wysiwyg-content h2,
.wysiwyg-content .h2,
.wysiwyg-content h3,
.wysiwyg-content .h3,
.wysiwyg-content h4,
.wysiwyg-content .h4,
.wysiwyg-content h5,
.wysiwyg-content .h5,
.wysiwyg-content h6,
.wysiwyg-content .h6 {
  margin-bottom: 30px; }
  .wysiwyg-content h1:first-child,
  .wysiwyg-content .h1:first-child,
  .wysiwyg-content h2:first-child,
  .wysiwyg-content .h2:first-child,
  .wysiwyg-content h3:first-child,
  .wysiwyg-content .h3:first-child,
  .wysiwyg-content h4:first-child,
  .wysiwyg-content .h4:first-child,
  .wysiwyg-content h5:first-child,
  .wysiwyg-content .h5:first-child,
  .wysiwyg-content h6:first-child,
  .wysiwyg-content .h6:first-child {
    margin-top: 0; }

.wysiwyg-content p {
  color: #000;
  margin-bottom: 10px; }
  .wysiwyg-content p:last-child {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .wysiwyg-content p {
      font-size: 15px; } }

.wysiwyg-content img {
  max-width: 100%;
  height: auto; }

.wysiwyg-content .intro {
  line-height: 1.25; }

.wysiwyg-content .event-spiel + .event-reviews {
  margin-top: 48px; }
  @media (min-width: 768px) {
    .wysiwyg-content .event-spiel + .event-reviews {
      margin-top: 40px; } }
  @media (min-width: 992px) {
    .wysiwyg-content .event-spiel + .event-reviews {
      margin-top: 64px; } }
  @media (min-width: 1280px) {
    .wysiwyg-content .event-spiel + .event-reviews {
      margin-top: 100px; } }

.wysiwyg-content .event-review {
  margin-bottom: 40px; }
  .wysiwyg-content .event-review:last-child {
    margin-bottom: 0; }

.wysiwyg-content .review-quotation {
  font-size: 20px;
  line-height: 1.42;
  color: var(--brand-primary, #131415);
  font-weight: normal; }
  .wysiwyg-content .review-quotation blockquote {
    line-height: inherit; }

.wysiwyg-content .star-rating {
  display: block;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  fill: #28a745; }

/* ==========================================================================
   Global header class
   ========================================================================== */
.skip-link {
  position: absolute;
  top: -5em;
  right: 0;
  bottom: auto;
  left: 0;
  background: #000;
  color: #fff;
  padding: 1em;
  line-height: 1;
  white-space: nowrap;
  z-index: -999;
  font-size: 12px;
  font-weight: bold;
  margin: auto;
  width: 15.5em;
  height: 3em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1.375rem;
  text-decoration: none; }
  @media (min-width: 576px) {
    .skip-link {
      font-size: 14px; } }
  .skip-link:focus {
    top: 3.375em;
    z-index: 999;
    background: #000;
    color: #fff;
    text-decoration: none; }
    @media (min-width: 576px) {
      .skip-link:focus {
        top: 4em; } }
    @media (min-width: 768px) {
      .skip-link:focus {
        top: 5.5em; } }

@media (max-width: 1279.98px) {
  .xs-lock-scroll {
    overflow: hidden; } }

.lock-scroll {
  overflow: hidden; }

body .xs-lock-scroll ._hj_feedback_container,
body .lock-scroll ._hj_feedback_container {
  z-index: 0; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--menu-bg-color, var(--brand-secondary, #fff));
  padding: 6px 10px;
  color: var(--menu-text-color, var(--brand-primary, #131415));
  font-weight: bold;
  z-index: 50;
  position: fixed;
  border-bottom: 1px solid transparent;
  top: 0;
  left: 0;
  right: 0;
  flex-shrink: 0;
  flex-grow: 0;
  min-height: 52px;
  transition: border-bottom 200ms ease-in-out, transform 200ms ease; }
  .site-header.is-scrolled-below-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .scroll-up .site-header {
    transform: translateY(0); }
  .scroll-down .site-header.is-scrolled-below-header {
    transform: translateY(-100%); }
  @media (min-width: 576px) {
    .site-header {
      min-height: 52px; } }
  @media (min-width: 768px) {
    .site-header {
      min-height: 58px; } }
  @media (min-width: 992px) {
    .site-header {
      min-height: 104px; } }
  @media (min-width: 1280px) {
    .site-header {
      min-height: 104px; } }
  .site-header ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-header a {
    text-decoration: none; }
  .site-header .header-logo {
    width: 76px;
    height: 32px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .site-header .header-logo {
        width: auto;
        height: auto; } }
    .site-header .header-logo img {
      height: 100%;
      object-fit: cover;
      object-position: left; }
  .site-header.mode-mobile-nav .header-logo,
  .site-header.mode-mobile-nav .nav-utils {
    z-index: 1010; }
  .site-header.mode-mobile-nav .donate-btn {
    display: none; }
  .site-header.mode-mobile-nav::after {
    content: "";
    position: absolute;
    background-color: var(--menu-bg-color, var(--brand-secondary, #fff));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1009;
    transition: background 200ms; }
  .lock-scroll .site-header::after {
    background-color: var(--menu-bg-color, var(--brand-secondary, #fff)); }

.search-btn {
  outline-offset: 1px;
  display: inline-block; }
  .search-btn:focus, .search-btn:focus-visible {
    outline: 1px dotted;
    box-shadow: none; }
  .search-btn:focus:not(:focus-visible) {
    outline: none; }

.nav-utils {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .nav-utils svg {
    width: 20px;
    height: 20px;
    stroke: #131415; }
    .nav-utils svg path {
      fill: transparent; }
  .nav-utils path {
    transition: stroke 200ms, fill 200ms; }
  .nav-utils .link-favorites,
  .nav-utils .link-profile,
  .nav-utils .link-cart {
    transition: opacity 200ms; }
  .nav-utils .link-cart svg {
    width: 24px;
    height: 24px;
    stroke: none; }
    .nav-utils .link-cart svg path {
      stroke-width: 0;
      fill: #131415; }
  .nav-utils .link-profile svg {
    width: 24px;
    height: 24px; }
  .nav-utils .site-search {
    position: relative; }
  .nav-utils a,
  .nav-utils .site-search {
    margin-left: 0.8235294118rem; }
    .nav-utils a:first-child,
    .nav-utils .site-search:first-child {
      margin-left: 0; }
  .nav-utils .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 26px; }
    .nav-utils .search-btn path {
      stroke: transparent;
      fill: #131415; }
    .site-header:not(.mode-mobile-nav) .nav-utils .search-btn {
      transition: background-color 200ms ease; }
      .site-header:not(.mode-mobile-nav) .nav-utils .search-btn path {
        transition: fill 200ms ease; }
  @media (max-width: 991.98px) {
    .nav-utils .calendar-btn {
      width: 40px;
      height: 40px;
      padding: 0;
      border-radius: 50px; } }
  .nav-utils .calendar-btn svg {
    width: 16px;
    height: 16px; }
    .nav-utils .calendar-btn svg path {
      fill: initial;
      stroke: initial; }
  .nav-utils .calendar-btn span {
    margin-left: 8px; }
    @media (max-width: 991.98px) {
      .nav-utils .calendar-btn span {
        display: none; } }

.link-favorites {
  position: relative; }
  .link-favorites.has-value path {
    stroke: var(--brand-tertiary, #f06d47);
    fill: var(--brand-tertiary, #f06d47); }

.fav-events-count {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 0.7647058824rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 200ms;
  color: #131415;
  margin-top: 0.5px; }

@media (max-width: 362px) {
  .nav-utils a,
  .nav-utils .site-search {
    margin-left: 0.8823529412rem; } }

@media (min-width: 576px) {
  .nav-utils a,
  .nav-utils .site-search {
    margin-left: 1.1764705882rem; } }

@media (min-width: 768px) {
  .site-header {
    padding: 6px 16px; } }

@media (min-width: 992px) {
  .site-header {
    padding: 12px 20px; }
  .desktop-main-links {
    flex-grow: 1; }
    .desktop-main-links .main-links-list {
      display: flex; }
      .desktop-main-links .main-links-list li {
        margin: 0 0.8823529412rem; }
        .desktop-main-links .main-links-list li:first-child {
          margin-left: 1.7647058824rem; }
      .desktop-main-links .main-links-list a {
        color: #fff;
        text-decoration: none;
        position: relative; }
        .desktop-main-links .main-links-list a:hover, .desktop-main-links .main-links-list a:focus {
          color: #ed1b29; }
        .desktop-main-links .main-links-list a.active::before {
          content: "";
          position: absolute;
          border: 1.5px solid #ed1b29;
          width: 100%;
          left: 0;
          bottom: -0.7058823529rem; }
      .desktop-main-links .main-links-list .arrow {
        display: none; }
  .mobile-main-links {
    display: none; }
  .nav-utils {
    margin-bottom: 12px; } }

@media (min-width: 1040px) {
  .main-links-list li {
    margin: 0 1.4705882353rem; }
    .main-links-list li:first-child {
      margin-left: 2.9411764706rem; } }

@media (min-width: 1280px) {
  .logo {
    flex-grow: 0;
    width: 4.2941176471rem;
    margin-right: 20px; }
    .logo svg {
      width: 4.2941176471rem; }
  .site-header {
    padding-left: 24px;
    padding-right: 24px; } }

.banner-img-container,
.bg-placeholder {
  position: relative; }

.background-colour-panel {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  top: -1px;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 0;
  background: rgba(224, 229, 224, 0.4); }
  .page-event-detail .background-colour-panel {
    height: 100%; }

.fixed-header-offset {
  margin-top: 52px; }
  @media (min-width: 576px) {
    .fixed-header-offset {
      margin-top: 52px; } }
  @media (min-width: 768px) {
    .fixed-header-offset {
      margin-top: 58px; } }
  @media (min-width: 992px) {
    .fixed-header-offset {
      margin-top: 104px; } }
  @media (min-width: 1280px) {
    .fixed-header-offset {
      margin-top: 104px; } }
  .fixed-header-offset .bg-placeholder::before {
    content: "";
    position: absolute;
    display: block;
    top: auto;
    right: 0;
    bottom: calc(100% - 2px);
    left: 0;
    height: 0;
    width: 100%;
    background-color: transparent;
    margin-top: 1px;
    height: 52px; }
    @media (min-width: 768px) {
      .fixed-header-offset .bg-placeholder::before {
        height: 58px; } }
    @media (min-width: 992px) {
      .fixed-header-offset .bg-placeholder::before {
        height: 104px; } }

.sticky-wrapper.sticky-active {
  max-width: 100%;
  flex-basis: 100%;
  border-radius: 0; }
  .sticky-wrapper.sticky-active .sticky-elem {
    position: fixed;
    top: 88px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 5;
    padding: 0;
    transition: top 200ms ease;
    height: auto;
    margin-right: 0;
    margin-left: 0; }
    .scroll-down .sticky-wrapper.sticky-active .sticky-elem {
      top: 0 !important; }

body.has-prompt main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background-color: var(--menu-bg-color, var(--brand-secondary, #fff));
  z-index: -1;
  height: calc(52px + var(--promptHeight, 124px)); }
  @media (min-width: 576px) {
    body.has-prompt main::before {
      height: calc(52px + var(--promptHeight, 124px)); } }
  @media (min-width: 768px) {
    body.has-prompt main::before {
      height: calc(58px + var(--promptHeight, 74px)); } }
  @media (min-width: 992px) {
    body.has-prompt main::before {
      height: calc(104px + var(--promptHeight, 76px)); } }
  @media (min-width: 1280px) {
    body.has-prompt main::before {
      height: calc(104px + var(--promptHeight, 76px)); } }

body.has-prompt .site-header {
  position: absolute;
  top: var(--promptHeight, 124px);
  z-index: 50; }
  @media (min-width: 576px) {
    body.has-prompt .site-header {
      top: var(--promptHeight, 124px); } }
  @media (min-width: 768px) {
    body.has-prompt .site-header {
      top: var(--promptHeight, 74px); } }
  @media (min-width: 992px) {
    body.has-prompt .site-header {
      top: var(--promptHeight, 76px); } }
  @media (min-width: 1280px) {
    body.has-prompt .site-header {
      top: var(--promptHeight, 76px); } }
  body.has-prompt .site-header.is-scrolled-below-header {
    position: fixed;
    top: 0;
    z-index: 55; }

body.has-prompt .fixed-header-offset {
  margin-top: calc(52px + var(--promptHeight, 124px)); }
  @media (min-width: 576px) {
    body.has-prompt .fixed-header-offset {
      margin-top: calc(52px + var(--promptHeight, 124px)); } }
  @media (min-width: 768px) {
    body.has-prompt .fixed-header-offset {
      margin-top: calc(58px + var(--promptHeight, 74px)); } }
  @media (min-width: 992px) {
    body.has-prompt .fixed-header-offset {
      margin-top: calc(104px + var(--promptHeight, 76px)); } }
  @media (min-width: 1280px) {
    body.has-prompt .fixed-header-offset {
      margin-top: calc(104px + var(--promptHeight, 76px)); } }

body.has-prompt .banner-top-content {
  display: block; }

.site-footer {
  color: var(--footer-text-color, var(--brand-secondary, #fff));
  background-color: var(--footer-bg-color, #000);
  padding: 48px 0 40px; }
  @media (min-width: 576px) {
    .site-footer {
      padding: 30px 40px 40px; } }
  @media (min-width: 992px) {
    .site-footer {
      padding: 48px 0; } }
  .site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-footer .acknowledgement-top,
  .site-footer .acknowledgement-bottom {
    flex-grow: 1;
    color: var(--footer-text-color, var(--brand-secondary, #fff));
    text-align: center; }
    @media (min-width: 992px) {
      .site-footer .acknowledgement-top,
      .site-footer .acknowledgement-bottom {
        text-align: left; } }
  .site-footer .acknowledgement-top {
    display: block;
    margin-bottom: 70px; }
    @media (min-width: 992px) {
      .site-footer .acknowledgement-top {
        display: none; } }
  .site-footer .acknowledgement-bottom {
    display: none; }
    @media (min-width: 992px) {
      .site-footer .acknowledgement-bottom {
        display: block; } }
  .site-footer .site-links {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .site-footer .site-links {
        text-align: left; } }
    .site-footer .site-links li {
      margin-bottom: 10px; }
      .site-footer .site-links li a {
        color: var(--footer-text-color, var(--brand-secondary, #fff));
        font-weight: 700;
        text-decoration: none; }
        .site-footer .site-links li a:hover, .site-footer .site-links li a:focus, .site-footer .site-links li a:active {
          text-decoration: underline; }
  .site-footer .acknowledgement-social {
    display: flex;
    flex-flow: column nowrap; }
    .site-footer .acknowledgement-social .social-content {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      width: 100%; }
      @media (min-width: 992px) {
        .site-footer .acknowledgement-social .social-content {
          align-items: flex-start; } }
      @media (min-width: 1280px) {
        .site-footer .acknowledgement-social .social-content {
          align-items: center;
          justify-content: space-between;
          flex-flow: row nowrap; } }
      .site-footer .acknowledgement-social .social-content .box-office,
      .site-footer .acknowledgement-social .social-content .education-booking {
        margin: 40px 0;
        font-size: 24px;
        line-height: 1.25;
        text-align: center;
        display: none; }
        @media (min-width: 576px) {
          .site-footer .acknowledgement-social .social-content .box-office,
          .site-footer .acknowledgement-social .social-content .education-booking {
            display: flex; } }
        @media (min-width: 992px) {
          .site-footer .acknowledgement-social .social-content .box-office,
          .site-footer .acknowledgement-social .social-content .education-booking {
            margin: 0;
            text-align: left; } }
        .site-footer .acknowledgement-social .social-content .box-office .phone-number-title,
        .site-footer .acknowledgement-social .social-content .education-booking .phone-number-title {
          flex-grow: 1; }
        .site-footer .acknowledgement-social .social-content .box-office a,
        .site-footer .acknowledgement-social .social-content .education-booking a {
          color: var(--footer-text-color, var(--brand-secondary, #fff));
          margin-left: 24px;
          font-weight: 400;
          text-decoration: none; }
          .site-footer .acknowledgement-social .social-content .box-office a:hover, .site-footer .acknowledgement-social .social-content .box-office a:focus, .site-footer .acknowledgement-social .social-content .box-office a:active,
          .site-footer .acknowledgement-social .social-content .education-booking a:hover,
          .site-footer .acknowledgement-social .social-content .education-booking a:focus,
          .site-footer .acknowledgement-social .social-content .education-booking a:active {
            text-decoration: underline; }
      .site-footer .acknowledgement-social .social-content .box-office {
        margin-bottom: 10px; }
      .site-footer .acknowledgement-social .social-content .social-links {
        display: flex;
        justify-content: center;
        margin-top: 40px; }
        @media (min-width: 1280px) {
          .site-footer .acknowledgement-social .social-content .social-links {
            margin-top: 0; } }
        .site-footer .acknowledgement-social .social-content .social-links a {
          display: block;
          width: 32px;
          height: 32px; }
          @media (min-width: 992px) {
            .site-footer .acknowledgement-social .social-content .social-links a {
              width: 24px;
              height: 24px; } }
          .site-footer .acknowledgement-social .social-content .social-links a:not(:first-child) {
            margin-left: 24px; }
            @media (min-width: 576px) {
              .site-footer .acknowledgement-social .social-content .social-links a:not(:first-child) {
                margin-left: 40px; } }
            @media (min-width: 992px) {
              .site-footer .acknowledgement-social .social-content .social-links a:not(:first-child) {
                margin-left: 28px; } }
          .site-footer .acknowledgement-social .social-content .social-links a > svg {
            height: 100%;
            width: 100%;
            transition: opacity 200ms ease; }
            .site-footer .acknowledgement-social .social-content .social-links a > svg path {
              fill: var(--footer-text-color, var(--brand-secondary, #fff)); }
          .site-footer .acknowledgement-social .social-content .social-links a:hover svg, .site-footer .acknowledgement-social .social-content .social-links a:focus svg {
            opacity: 0.5; }
  .site-footer .footer-bottom {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    color: var(--footer-text-color, var(--brand-secondary, #fff));
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.015em; }
    @media (min-width: 992px) {
      .site-footer .footer-bottom {
        margin-top: 108px; } }
    @media (min-width: 1280px) {
      .site-footer .footer-bottom {
        margin-top: 145px;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start; } }
    .site-footer .footer-bottom .recaptcha-message {
      margin-top: 40px;
      opacity: 1;
      color: #959795;
      font-weight: 400; }
      @media (min-width: 1280px) {
        .site-footer .footer-bottom .recaptcha-message {
          margin-top: 0;
          order: -1;
          color: var(--footer-text-color, var(--brand-secondary, #fff)); } }
      .site-footer .footer-bottom .recaptcha-message a {
        text-decoration: none;
        color: #959795;
        text-transform: none;
        font-weight: 400; }
        @media (min-width: 1280px) {
          .site-footer .footer-bottom .recaptcha-message a {
            color: var(--footer-text-color, var(--brand-secondary, #fff)); } }
        .site-footer .footer-bottom .recaptcha-message a:hover, .site-footer .footer-bottom .recaptcha-message a:focus {
          text-decoration: underline; }
    .site-footer .footer-bottom .policy-links {
      display: flex;
      flex-flow: wrap;
      justify-content: center;
      font-weight: 400; }
      @media (min-width: 1280px) {
        .site-footer .footer-bottom .policy-links {
          flex-flow: nowrap;
          justify-content: flex-end; } }
      .site-footer .footer-bottom .policy-links li:not(:first-child) {
        margin-left: 16px; }
      .site-footer .footer-bottom .policy-links li:first-child {
        width: 100%;
        margin-bottom: 20px;
        text-align: center; }
        @media (min-width: 1280px) {
          .site-footer .footer-bottom .policy-links li:first-child {
            margin-bottom: 0;
            width: auto;
            text-align: right;
            white-space: nowrap; } }
      .site-footer .footer-bottom .policy-links li a {
        text-transform: none;
        color: var(--footer-text-color, var(--brand-secondary, #fff));
        font-weight: 400;
        white-space: nowrap; }
        @media (min-width: 1280px) {
          .site-footer .footer-bottom .policy-links li a {
            white-space: nowrap; } }

.generic-accordion {
  border-bottom: 1px solid #1d1e1f; }
  .generic-accordion button {
    font-size: 1.1764705882rem;
    padding: 1.1764705882rem;
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #777;
    overflow: hidden; }
    .generic-accordion button:focus {
      outline: 2px solid #7aacfe;
      /* for non-webkit browsers */
      outline: 5px auto -webkit-focus-ring-color; }
  .generic-accordion [aria-expanded="true"] .toggle {
    background: #000;
    border-color: #000; }
  .generic-accordion [aria-expanded="true"] path {
    stroke: #fff; }
  .generic-accordion [aria-expanded="true"] svg {
    transform: rotate(180deg) translate(-50%, -50%);
    top: 46%; }
  .generic-accordion [aria-expanded="true"] .subtext {
    height: 0; }
  .generic-accordion .toggle {
    width: 1.2941176471rem;
    height: 1.2941176471rem;
    position: absolute;
    top: 53%;
    text-align: center;
    border: 1.5px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    right: 0.8823529412rem;
    transform: translateY(-50%);
    transition: background 200ms ease-in-out; }
  .generic-accordion .subtext {
    font-size: 0.9411764706rem;
    color: #eee;
    font-weight: normal;
    margin: 0;
    line-height: 1.1;
    height: 20px;
    overflow: hidden;
    transition: height 0.35s;
    display: block; }
  .generic-accordion svg {
    transition: transform 200ms ease-in-out;
    transform-origin: 0 0;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .generic-accordion path {
    transition: stroke 200ms ease-in-out;
    stroke: #000; }
  .generic-accordion .generic-collapse {
    padding: 0; }
  .generic-accordion .inner-collapse {
    padding: 0.4705882353rem 1.1764705882rem; }

@media (max-width: 991.98px) {
  .event-info-accordion {
    border: 0;
    margin-top: 1.1764705882rem;
    margin-bottom: 1.7647058824rem; }
    .event-info-accordion li {
      background: #000;
      color: #fff;
      border-bottom: 1px solid #fff; }
      .event-info-accordion li a {
        color: #fff; }
    .event-info-accordion button {
      color: #fff;
      background-color: #000;
      padding: 0.9411764706rem 1.1764705882rem 0.6470588235rem;
      border: 0; }
    .event-info-accordion h3 {
      margin: 0;
      font-weight: bold;
      line-height: 1.3;
      padding-bottom: 3px; }
    .event-info-accordion .toggle {
      border-color: rgba(255, 255, 255, 0.4);
      top: 26px; }
    .event-info-accordion path {
      stroke: #fff; }
    .event-info-accordion [aria-expanded="true"] .toggle {
      border-color: rgba(255, 255, 255, 0.4); }
  .event-content-accordion {
    margin-top: 1.7647058824rem; }
  .event-aside {
    display: flex;
    flex-direction: column; } }

@media (min-width: 992px) {
  .event-info-accordion {
    border: 0; }
    .event-info-accordion li {
      margin-bottom: 20px;
      background: #fff; }
    .event-info-accordion button {
      padding: 0.8823529412rem 1.1764705882rem;
      border: 0; }
    .event-info-accordion h3 {
      margin: 0;
      font-size: 1.4117647059rem;
      font-weight: bold;
      padding-bottom: 3px; }
    .event-info-accordion .subtext {
      color: #1d1e1f; } }

@media (min-width: 992px) {
  .generic-accordion .inner-collapse {
    padding-left: 0;
    padding-right: 0; }
  .event-content-accordion {
    border: 0;
    margin-top: 2.3529411765rem; }
    .event-content-accordion li {
      margin-bottom: 1.7647058824rem; }
    .event-content-accordion button {
      border: 0;
      text-transform: uppercase;
      padding: 0;
      border-bottom: 3px solid #000;
      font-size: 2.3529411765rem;
      line-height: 1.2; }
    .event-content-accordion .toggle {
      right: 0; }
    .event-content-accordion .inner-collapse {
      padding: 1.7647058824rem 0 1px; }
  .event-info-accordion {
    margin-top: 1.7647058824rem;
    margin-bottom: 1.7647058824rem; }
    .event-info-accordion li {
      background: #fff; }
    .event-info-accordion .inner-collapse {
      padding: 0 1.1764705882rem 5px; }
    .event-info-accordion .toggle {
      top: 30px; } }

.collapsing {
  transition: none;
  display: none; }

.instagram-tiles {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .instagram-tiles .tile-list {
    list-style-type: none;
    display: flex;
    margin: 0 auto;
    padding: 0;
    justify-content: stretch; }
  .instagram-tiles .item {
    padding-bottom: 25%;
    position: relative;
    flex-grow: 1;
    background-color: #000;
    overflow: hidden; }
    .instagram-tiles .item a,
    .instagram-tiles .item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .instagram-tiles .item img {
      object-fit: cover;
      opacity: 0;
      filter: sepia(1);
      transition: opacity, filter, transform;
      transform: scale(1) translateZ(0);
      transform-origin: 50% 50%; }
      .instagram-tiles .item img.show {
        filter: sepia(0);
        opacity: 1; }
    .instagram-tiles .item:hover img {
      transform: scale(1.025) translateZ(0); }
    .instagram-tiles .item:nth-child(1) img {
      transition-duration: 0.2s;
      transition-delay: 0s, 0.2s, 0s; }
    .instagram-tiles .item:nth-child(2) img {
      transition-duration: 0.2s;
      transition-delay: 0.2s, 0.4s, 0s; }
    .instagram-tiles .item:nth-child(3) img {
      transition-duration: 0.2s;
      transition-delay: 0.4s, 0.6s, 0s; }
    .instagram-tiles .item:nth-child(4) img {
      transition-duration: 0.2s;
      transition-delay: 0.6s, 0.8s, 0s; }
  @media (max-width: 575.98px) {
    .instagram-tiles .tile-list {
      flex-wrap: wrap; }
    .instagram-tiles .item {
      width: 50%;
      padding-bottom: 50%; } }
  @media (min-width: 992px) {
    .instagram-tiles {
      margin-top: 60px;
      margin-bottom: 60px; } }

.modal .modal-dialog {
  pointer-events: all;
  max-width: 626px; }

.modal .modal-content {
  border: 0;
  border-radius: 0; }

.modal .modal-title,
.modal .modal-body {
  padding: 1.5rem;
  padding-top: 0; }
  @media (min-width: 768px) {
    .modal .modal-title,
    .modal .modal-body {
      padding: 2rem 3rem; } }
  @media (min-width: 1280px) {
    .modal .modal-title,
    .modal .modal-body {
      padding: 0 48px 48px; } }

.modal .modal-header {
  color: #000;
  padding: 0;
  border: 0; }

.modal .close {
  border: 0;
  appearance: none;
  background: #fff;
  margin: 10px 10px 0 0;
  padding: 0;
  line-height: 0;
  opacity: 1;
  transition: opacity 200ms ease, background 200ms; }

.modal .modal-title {
  margin-top: 0;
  line-height: 1.1;
  color: #000;
  text-transform: uppercase;
  padding-top: 42px; }
  @media (min-width: 1280px) {
    .modal .modal-title {
      padding: 42px 48px 24px; } }

.modal .modal-body {
  color: #000; }

.modal .umbraco-forms-label {
  color: #000;
  font-weight: bold; }

/* #### EVENT SEARCH BAR ### */
.eventful-quick-bar {
  position: relative; }
  .eventful-quick-bar .background-colour-panel {
    height: 50%; }
  .eventful-quick-bar .filter-links-wrapper {
    min-height: 35px; }
    @media (min-width: 992px) {
      .eventful-quick-bar .filter-links-wrapper {
        min-height: 70px; } }

.eventful-search-bar .row {
  justify-content: center; }

.eventful-search-bar .filter-links-wrapper {
  position: relative; }
  @media (min-width: 768px) {
    .eventful-search-bar .filter-links-wrapper {
      background: transparent; } }
  .eventful-search-bar .filter-links-wrapper .sticky-elem {
    background: #fff; }
    @media (max-width: 767.98px) {
      .eventful-search-bar .filter-links-wrapper .sticky-elem {
        position: static !important; } }
    @media (min-width: 992px) {
      .eventful-search-bar .filter-links-wrapper .sticky-elem {
        background: transparent; } }
    .page-home .eventful-search-bar .filter-links-wrapper .sticky-elem {
      background: rgba(224, 229, 224, 0.4); }

.eventful-search-bar .sticky-active .sticky-elem {
  background: #fff; }

@media (min-width: 992px) {
  .eventful-search-bar .filter-dropdown {
    flex: 1; } }

.eventful-search-bar .sticky-active .search-bar {
  border-color: transparent;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

.eventful-search-bar .search-bar {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.25); }
  @media (min-width: 992px) {
    .eventful-search-bar .search-bar {
      display: flex; } }
  .eventful-search-bar .search-bar .search-bar-dates,
  .eventful-search-bar .search-bar .search-bar-categories,
  .eventful-search-bar .search-bar .search-bar-states,
  .eventful-search-bar .search-bar .search-bar-locations,
  .eventful-search-bar .search-bar .search-bar-regions,
  .eventful-search-bar .search-bar .search-bar-terms,
  .eventful-search-bar .search-bar .search-bar-performanceTypes {
    border-right: 1px solid rgba(0, 0, 0, 0.25); }
    .eventful-search-bar .search-bar .search-bar-dates .form-control,
    .eventful-search-bar .search-bar .search-bar-categories .form-control,
    .eventful-search-bar .search-bar .search-bar-states .form-control,
    .eventful-search-bar .search-bar .search-bar-locations .form-control,
    .eventful-search-bar .search-bar .search-bar-regions .form-control,
    .eventful-search-bar .search-bar .search-bar-terms .form-control,
    .eventful-search-bar .search-bar .search-bar-performanceTypes .form-control {
      background-color: transparent;
      background-position: right 18px center;
      font-size: 12px;
      line-height: 14px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-overflow: ellipsis;
      padding: 15px 20px;
      height: 100%; }
      @media (min-width: 1280px) {
        .eventful-search-bar .search-bar .search-bar-dates .form-control,
        .eventful-search-bar .search-bar .search-bar-categories .form-control,
        .eventful-search-bar .search-bar .search-bar-states .form-control,
        .eventful-search-bar .search-bar .search-bar-locations .form-control,
        .eventful-search-bar .search-bar .search-bar-regions .form-control,
        .eventful-search-bar .search-bar .search-bar-terms .form-control,
        .eventful-search-bar .search-bar .search-bar-performanceTypes .form-control {
          background-position: right 30px center;
          padding: 15px 28px; } }
      .eventful-search-bar .search-bar .search-bar-dates .form-control option,
      .eventful-search-bar .search-bar .search-bar-categories .form-control option,
      .eventful-search-bar .search-bar .search-bar-states .form-control option,
      .eventful-search-bar .search-bar .search-bar-locations .form-control option,
      .eventful-search-bar .search-bar .search-bar-regions .form-control option,
      .eventful-search-bar .search-bar .search-bar-terms .form-control option,
      .eventful-search-bar .search-bar .search-bar-performanceTypes .form-control option {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        padding: 8px 8px;
        letter-spacing: 0.1em; }
  .eventful-search-bar .search-bar .search-bar-categories .form-control {
    background-position: right 13px center; }
  .eventful-search-bar .search-bar .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
  .eventful-search-bar .search-bar .col {
    width: auto;
    flex: 0 0 auto;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px; }
    .eventful-search-bar .search-bar .col:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .eventful-search-bar .search-bar .col {
        margin-bottom: 0; } }
  .eventful-search-bar .search-bar input,
  .eventful-search-bar .search-bar select,
  .eventful-search-bar .search-bar .select {
    width: 100%;
    border-color: transparent; }
    .eventful-search-bar .search-bar input:focus,
    .eventful-search-bar .search-bar select:focus,
    .eventful-search-bar .search-bar .select:focus {
      outline: 0; }
  .eventful-search-bar .search-bar .btn {
    width: 100%;
    padding: 0.8823529412rem 1.6470588235rem; }
  .eventful-search-bar .search-bar .search-bar-dates {
    position: relative; }
    .eventful-search-bar .search-bar .search-bar-dates .pickmeup-datepicker {
      display: none;
      position: absolute;
      z-index: 5;
      top: 100%;
      margin-top: 0;
      margin-bottom: 0; }
      .eventful-search-bar .search-bar .search-bar-dates .pickmeup-datepicker.active {
        display: block; }
      .eventful-search-bar .search-bar .search-bar-dates .pickmeup-datepicker .pickmeup .pmu-instance {
        padding-top: 0;
        padding-bottom: 44px; }
        @media (min-width: 768px) {
          .eventful-search-bar .search-bar .search-bar-dates .pickmeup-datepicker .pickmeup .pmu-instance {
            padding-top: 8px;
            padding-bottom: 13px; } }
      .eventful-search-bar .search-bar .search-bar-dates .pickmeup-datepicker .pickmeup .header-month {
        margin-top: 0; }
      .eventful-search-bar .search-bar .search-bar-dates .pickmeup-datepicker .btn {
        position: absolute;
        top: auto;
        right: 8px;
        left: 8px;
        bottom: 8px;
        z-index: 1;
        width: unset;
        padding: 0;
        text-transform: none;
        font-size: 0.8235294118rem;
        cursor: pointer;
        text-transform: uppercase;
        color: #000;
        font-weight: 700; }
        @media (min-width: 576px) {
          .eventful-search-bar .search-bar .search-bar-dates .pickmeup-datepicker .btn {
            top: auto;
            right: auto;
            left: 34px;
            bottom: 33px;
            width: auto; } }
      .eventful-search-bar .search-bar .search-bar-dates .pickmeup-datepicker.above {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: 0; }
        .eventful-search-bar .search-bar .search-bar-dates .pickmeup-datepicker.above::before {
          top: 100%;
          bottom: auto;
          margin-top: 0;
          margin-bottom: -12px;
          border-bottom: 0;
          border-top: 13px solid rgba(224, 229, 224, 0.4); }

/* #### EVENT TILES ### */
.eventful-show-more {
  display: flex;
  justify-content: center; }
  .eventful-show-more button {
    margin: 80px 0; }

.eventful-event-tile-wrapper {
  margin-bottom: 13px; }
  @media (min-width: 1280px) {
    .eventful-event-tile-wrapper {
      margin-bottom: 25px; } }

.eventful-event-tile {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  min-height: 100%;
  z-index: 1;
  transform: translateZ(0); }
  .eventful-event-tile:hover .tile-image img {
    transform: scale(1.05); }
  .no-touch .eventful-event-tile:hover .tile-more-info, .no-touch .eventful-event-tile:focus .tile-more-info, .no-touch .eventful-event-tile:active .tile-more-info {
    transform: none; }
  .eventful-event-tile .tile-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 66.9125%;
    overflow: hidden; }
    .eventful-event-tile .tile-image img {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      object-fit: cover;
      transition: transform 200ms; }
  .eventful-event-tile .tile-status {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.14em;
    padding: 8px 8px 6px;
    font-weight: 700; }
    .eventful-event-tile .tile-status.status-on-sale {
      --menu-bg-color: #4d4ff4;
      --page-header-background: #4d4ff4;
      --button-secondary-hover-border-color: #4d4ff4;
      --button-primary-hover-border-color: #4d4ff4;
      background-color: #4d4ff4 !important;
      color: #fff !important; }
    .eventful-event-tile .tile-status.status-book-now {
      --menu-bg-color: #f8a79d;
      --page-header-background: #f8a79d;
      --button-secondary-hover-border-color: #f8a79d;
      --button-primary-hover-border-color: #f8a79d;
      background-color: #f8a79d !important;
      color: #000 !important; }
    .eventful-event-tile .tile-status.status-register {
      --menu-bg-color: #2f2c4b;
      --page-header-background: #2f2c4b;
      --button-secondary-hover-border-color: #2f2c4b;
      --button-primary-hover-border-color: #2f2c4b;
      background-color: #2f2c4b !important;
      color: #fff !important; }
    .eventful-event-tile .tile-status.status-subscribe {
      --menu-bg-color: #a68056;
      --page-header-background: #a68056;
      --button-secondary-hover-border-color: #a68056;
      --button-primary-hover-border-color: #a68056;
      background-color: #a68056 !important;
      color: #000 !important; }
    .eventful-event-tile .tile-status.status-selling-fast, .eventful-event-tile .tile-status.status-tickets-selling-fast {
      --menu-bg-color: #ffff49;
      --page-header-background: #ffff49;
      --button-secondary-hover-border-color: #ffff49;
      --button-primary-hover-border-color: #ffff49;
      background-color: #ffff49 !important;
      color: #000 !important; }
    .eventful-event-tile .tile-status.status-cancelled {
      --menu-bg-color: #e0e5e0;
      --page-header-background: #e0e5e0;
      --button-secondary-hover-border-color: #e0e5e0;
      --button-primary-hover-border-color: #e0e5e0;
      background-color: #e0e5e0 !important;
      color: #000 !important; }
    .eventful-event-tile .tile-status.status-new {
      --menu-bg-color: #f06d47;
      --page-header-background: #f06d47;
      --button-secondary-hover-border-color: #f06d47;
      --button-primary-hover-border-color: #f06d47;
      background-color: #f06d47 !important;
      color: #000 !important; }
  .eventful-event-tile .tile-more-info {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px 32px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    flex-direction: column;
    transform: translateY(102%);
    transition: transform 200ms;
    z-index: 10; }
    .eventful-event-tile .tile-more-info p {
      margin-bottom: 1.4705882353rem;
      width: 100%; }
    .eventful-event-tile .tile-more-info .fill-link::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .eventful-event-tile .tile-more-info .btn {
      position: absolute;
      z-index: 1;
      bottom: 20px; }
  .touch .eventful-event-tile .open-info, .touch
  .eventful-event-tile .close-info {
    position: absolute;
    display: block;
    top: auto;
    right: 10px;
    bottom: 10px;
    left: auto;
    width: 32px;
    height: 32px;
    appearance: none;
    border: 0;
    border-radius: 50%;
    overflow: hidden; }
  .no-touch .eventful-event-tile .open-info, .no-touch
  .eventful-event-tile .close-info {
    display: none; }
  .eventful-event-tile .close-info {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3535 1.35363L15.7071 1.00008L15 0.292969L14.6464 0.646522L7.99998 7.29295L1.35355 0.646524L1 0.292969L0.292894 1.00008L0.646447 1.35363L7.29287 8.00006L0.646401 14.6465L0.292847 15.0001L0.999954 15.7072L1.35351 15.3536L7.99998 8.70717L14.6464 15.3536L15 15.7072L15.7071 15.0001L15.3535 14.6465L8.70708 8.00006L15.3535 1.35363Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center center/16px 16px;
    z-index: 24; }
  .eventful-event-tile .open-info {
    background: var(--brand-primary, #131415) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDYgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi41MDAyMyAyLjk5OTk1TDIuNTAwNyAzTDIuNDk5NzYgMi45OTkwMkMzLjMyODE4IDIuOTk5MDIgNCAyLjMyNzQxIDQgMS40OTkyN1YxLjQ5OTc0QzQuMDAwNDcgMC42NzExMzUgMy4zMjg2NCAwIDIuNTAwMjMgMEMxLjY3MTM1IDAgMSAwLjY3MTEzNSAxIDEuNDk5NzRDMSAyLjMyODM1IDEuNjcxMzUgMi45OTk0OCAyLjUwMDIzIDIuOTk5OTVaTTAgNkMwIDUuNDQ3NzIgMC40NDc3MTUgNSAxIDVIM0MzLjU1MjI4IDUgNCA1LjQ0NzcyIDQgNlYxNUg1QzUuNTUyMjggMTUgNiAxNS40NDc3IDYgMTZDNiAxNi41NTIzIDUuNTUyMjggMTcgNSAxN0gzSDFDMC40NDc3MTUgMTcgMCAxNi41NTIzIDAgMTZDMCAxNS40NDc3IDAuNDQ3NzE1IDE1IDEgMTVIMlY3SDFDMC40NDc3MTUgNyAwIDYuNTUyMjggMCA2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat center center/7px 16px;
    z-index: 25; }
  .eventful-event-tile.active .tile-more-info {
    transform: none; }
  .eventful-event-tile.active .close-info {
    z-index: 26; }
  .eventful-event-tile .tile-summary {
    padding: 20px 0 15px; }
  .eventful-event-tile .tile-categories {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px 7px; }
    .eventful-event-tile .tile-categories a {
      position: relative;
      margin: 0 4px 10px;
      padding: 5px 8px;
      background-color: #e0e5e0;
      font-size: 0.5882352941rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #131415;
      line-height: 1;
      letter-spacing: 0.14em;
      text-decoration: none;
      transition: border 200ms, background 200ms;
      z-index: 1; }
      .eventful-event-tile .tile-categories a:hover, .eventful-event-tile .tile-categories a:active, .eventful-event-tile .tile-categories a:focus {
        text-decoration: none;
        background-color: currentColor !important;
        border-color: currentColor !important; }
        .eventful-event-tile .tile-categories a:hover .tile-label, .eventful-event-tile .tile-categories a:active .tile-label, .eventful-event-tile .tile-categories a:focus .tile-label {
          color: #fff; }
    .eventful-event-tile .tile-categories .tile-label {
      display: block;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      white-space: nowrap;
      transition: color 200ms; }
  .eventful-event-tile .tile-heading {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .eventful-event-tile .tile-heading {
        font-size: 24px; } }
    .eventful-event-tile .tile-heading a {
      display: block;
      max-height: 3.875em;
      font-weight: 400;
      letter-spacing: 0;
      color: #000;
      text-decoration: none;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-transform: none; }
      .eventful-event-tile .tile-heading a:hover {
        color: var(--brand-primary, #131415); }
      .eventful-event-tile .tile-heading a::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  .eventful-event-tile .tile-date {
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1.1;
    letter-spacing: 0.15em; }
    .eventful-event-tile .tile-date + .tile-dot {
      display: inline-block; }
  .eventful-event-tile .tile-dot {
    position: relative;
    display: none;
    font-weight: normal;
    color: #777;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1;
    padding: 0 0.4705882353rem;
    margin-top: -0.1176470588rem; }
  .eventful-event-tile .tile-footer {
    line-height: 1; }
  .eventful-event-tile .tile-favorite {
    position: relative;
    display: inline-block;
    appearance: none;
    padding: 0;
    border: 0;
    background-color: transparent;
    vertical-align: middle;
    margin-top: -6px; }
    .eventful-event-tile .tile-favorite::before {
      content: "";
      position: absolute;
      top: -5px;
      right: -5px;
      bottom: -5px;
      left: -5px; }
    .eventful-event-tile .tile-favorite svg {
      display: block;
      width: 1.1764705882rem;
      height: 1.1764705882rem;
      pointer-events: none; }
      .eventful-event-tile .tile-favorite svg path {
        transition: stroke 200ms ease-in, fill 200ms ease-in;
        pointer-events: none;
        stroke: #b9bdc1; }
    .eventful-event-tile .tile-favorite:hover path {
      stroke: var(--brand-tertiary, #f06d47); }
    .eventful-event-tile .tile-favorite.selected path {
      stroke: var(--brand-tertiary, #f06d47);
      fill: var(--brand-tertiary, #f06d47); }
    .eventful-event-tile .tile-favorite.selected:hover path {
      fill: var(--brand-tertiary, #f06d47); }

/* ### EVENT FILTER MENU ### */
.eventful-event-filters.open .filter-background {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.eventful-event-filters.open .filter-overview {
  transform: translateX(-100%); }

.eventful-event-filters.open .filter-panel.open {
  transform: translateX(-100%); }

@media (min-width: 576px) {
  .eventful-event-filters .filter-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms, visibility 200ms 200ms; }
  .eventful-event-filters .filter-overview::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms, visibility 200ms 200ms; }
  .eventful-event-filters .filter-panel.open ~ .filter-overview {
    transform: scale(0.9) translate3d(calc(-100% - 140px), 0, 0); }
    .eventful-event-filters .filter-panel.open ~ .filter-overview::after {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; } }

.eventful-event-filters .filter-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  display: flex;
  z-index: 91;
  transition: transform 200ms; }
  @media (min-width: 576px) {
    .eventful-event-filters .filter-menu {
      right: -516px;
      width: 516px; } }

.eventful-event-filters .filter-panel {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fff;
  transition: transform 200ms;
  z-index: 2; }
  .eventful-event-filters .filter-panel .filter-panel-header {
    padding: 1.4117647059rem;
    flex: 0 0 auto; }
  .eventful-event-filters .filter-panel .filter-panel-body {
    background-color: #fff;
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-width: thin; }
  .eventful-event-filters .filter-panel .filter-panel-footer {
    display: flex;
    padding: 24px;
    background-color: #fff;
    border-top: 1px solid #dcdcdc;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between; }
  .eventful-event-filters .filter-panel .filter-panel-title {
    margin: 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; }
  .eventful-event-filters .filter-panel .field-section-title {
    font-size: 0.9411764706rem;
    color: #1d1e1f;
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .eventful-event-filters .filter-panel .field-section-title {
        margin-top: 0.75rem;
        margin-bottom: 0.5rem; } }
    .eventful-event-filters .filter-panel .field-section-title:first-child {
      margin-top: 0; }
  .eventful-event-filters .filter-panel .custom-check {
    line-height: 1.4705882353rem; }
  .eventful-event-filters .filter-panel .datepicker {
    margin-top: 1.1764705882rem; }
  .eventful-event-filters .filter-panel .filter-img {
    padding-left: 3.5294117647rem; }
    .eventful-event-filters .filter-panel .filter-img [type="checkbox"],
    .eventful-event-filters .filter-panel .filter-img [type="radio"] {
      margin-left: -3.5294117647rem; }
    .eventful-event-filters .filter-panel .filter-img > svg,
    .eventful-event-filters .filter-panel .filter-img > img {
      position: relative;
      width: 1.1764705882rem;
      height: 1.1764705882rem;
      display: inline-block;
      margin-left: -1.4705882353rem;
      vertical-align: middle; }

.eventful-event-filters .filters-cancel {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: none;
  padding: 0;
  color: #767676;
  margin-right: 20px;
  text-transform: uppercase; }

.eventful-event-filters .filters-clear {
  font-size: 14px;
  padding: 0; }
  .eventful-event-filters .filters-clear svg {
    width: 0.8823529412rem;
    height: 0.8823529412rem;
    margin-top: -0.0588235294rem;
    margin-left: 0.2941176471rem;
    color: var(--brand-tertiary, #f06d47); }

.eventful-event-filters .filter-panel-body {
  padding: 24px; }

.eventful-event-filters .filter-overview {
  z-index: 1; }
  .eventful-event-filters .filter-overview .filter-type {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative; }
    .eventful-event-filters .filter-overview .filter-type::before {
      border-bottom: 1px solid #dcdcdc;
      position: absolute;
      content: "";
      bottom: 0;
      left: -24px;
      right: -24px; }
    .eventful-event-filters .filter-overview .filter-type:first-child {
      padding-top: 0; }
    @media (min-width: 768px) {
      .eventful-event-filters .filter-overview .filter-type {
        padding: 1.4705882353rem 0; } }
  .eventful-event-filters .filter-overview .filter-type-button {
    display: flex;
    width: 100%;
    padding: 0.2941176471rem 0;
    margin: 0;
    border: 0;
    background: none;
    text-align: left;
    text-transform: none; }
    .eventful-event-filters .filter-overview .filter-type-button .filter-type-title {
      font-size: 16px;
      margin: 0;
      color: var(--brand-primary, #131415);
      font-weight: normal;
      flex-grow: 1;
      transition: color 100ms; }
    .eventful-event-filters .filter-overview .filter-type-button path {
      transition: fill 100ms; }
    .eventful-event-filters .filter-overview .filter-type-button:hover .filter-type-title, .eventful-event-filters .filter-overview .filter-type-button:focus .filter-type-title {
      color: var(--brand-primary, #131415); }
    .eventful-event-filters .filter-overview .filter-type-button:hover path, .eventful-event-filters .filter-overview .filter-type-button:focus path {
      fill: var(--brand-primary, #131415); }
  .eventful-event-filters .filter-overview .filter-type-summary {
    width: 100%; }
    .eventful-event-filters .filter-overview .filter-type-summary .quick-remove-filter {
      font-size: 0.5882352941rem;
      font-weight: 700;
      height: auto;
      border: 0;
      margin: 0.2941176471rem 0.9411764706rem 0 0;
      padding: 0.4117647059rem 0.4705882353rem;
      background-color: #e0e5e0;
      color: #000;
      transition: color 100ms;
      vertical-align: middle;
      line-height: 1;
      letter-spacing: 0.14em;
      text-transform: uppercase; }
      .eventful-event-filters .filter-overview .filter-type-summary .quick-remove-filter span {
        vertical-align: middle;
        line-height: 1; }
      .eventful-event-filters .filter-overview .filter-type-summary .quick-remove-filter svg {
        vertical-align: -1px;
        margin-left: 0.1764705882rem;
        width: 8px;
        height: 8px; }
      .eventful-event-filters .filter-overview .filter-type-summary .quick-remove-filter:hover, .eventful-event-filters .filter-overview .filter-type-summary .quick-remove-filter:focus {
        color: var(--brand-primary, #131415); }

.pagination li {
  list-style-type: none;
  margin: 0 5px; }

.home-acknowledgement {
  background-color: var(--acknowledgement-background-color);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1090;
  overflow-y: auto; }
  .home-acknowledgement .modal-dialog {
    height: 100%;
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .home-acknowledgement .btn {
    width: 111px; }
    @media (min-width: 992px) {
      .home-acknowledgement .btn {
        width: 190px;
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 14px; } }
  .home-acknowledgement .modal-body {
    padding: 0; }
    @media (min-width: 1280px) {
      .home-acknowledgement .modal-body {
        max-width: 1100px;
        margin: 0 auto; } }
  .home-acknowledgement .modal-content {
    background: none;
    border: 0;
    margin: auto;
    padding-top: 14px;
    padding-bottom: 14px; }
  .home-acknowledgement .logo-animation {
    width: 1000px;
    max-width: 100%; }
    .home-acknowledgement .logo-animation svg {
      width: 100%;
      height: 100%;
      fill: var(--animation-foreground-color); }
    .home-acknowledgement .logo-animation .animation-background {
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: var(--animation-background-color);
      width: 100%;
      height: 100%; }
  .home-acknowledgement .acknowledgement-text {
    opacity: 0;
    transition: opacity 200ms ease-in; }
    .home-acknowledgement .acknowledgement-text.animate {
      opacity: 1; }
  .home-acknowledgement .acknowledgement {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 300;
    color: var(--acknowledgement-foreground-color);
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .home-acknowledgement .acknowledgement {
        margin-bottom: 60px;
        font-size: 32px;
        font-weight: 700;
        line-height: 38px; } }
  @media (min-width: 768px) {
    .home-acknowledgement .button {
      margin-top: 60px; } }

.page-home .subscribe-form-wrapper {
  background-color: rgba(224, 229, 224, 0.4); }

.subscribe-form {
  padding: 40px 22px;
  position: relative;
  display: flex;
  flex-flow: column nowrap; }
  @media (min-width: 992px) {
    .subscribe-form {
      padding-left: 0;
      padding-right: 0;
      justify-content: center; } }
  @media (min-width: 1280px) {
    .subscribe-form {
      padding-top: 62px;
      padding-bottom: 62px; } }
  .subscribe-form h3 {
    margin-top: 0; }
  .subscribe-form .btn {
    margin-left: 0;
    transform: translateX(0); }
  .subscribe-form .btn-modal {
    width: 160px;
    margin: auto; }
    @media (min-width: 768px) {
      .subscribe-form .btn-modal {
        margin: 0; } }
  .subscribe-form .close {
    margin-left: 0;
    margin-bottom: 0; }
  .subscribe-form .umbraco-forms-caption {
    display: none; }
  .subscribe-form .umbraco-forms-fieldset,
  .subscribe-form .umbraco-forms-form {
    padding: 0; }
  .subscribe-form .umbraco-forms-fieldset {
    margin-bottom: 0; }
  .subscribe-form .umbraco-forms-navigation.row-fluid {
    padding-top: 0; }
  .subscribe-form .desc {
    margin-bottom: 24px; }
    @media (min-width: 992px) {
      .subscribe-form .desc {
        margin-bottom: 32px; } }
  .subscribe-form .btn[type="submit"] {
    width: 100%; }
    @media (min-width: 768px) {
      .subscribe-form .btn[type="submit"] {
        width: auto; } }

.subscribe-form-title {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.1;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .subscribe-form-title {
      text-align: left;
      margin-bottom: 32px;
      width: 75%; } }
  @media (min-width: 992px) {
    .subscribe-form-title {
      width: 66.6666666667%;
      margin-bottom: 50px; } }

[id="subscribe-to-newsletter"] #mc_embed_signup .button {
  height: auto; }

[id="subscribe-to-newsletter"] #mc_embed_signup div#mce-responses {
  margin: 0;
  padding: 0; }

[id="subscribe-to-newsletter"] #mc_embed_signup a {
  color: inherit; }

@media (min-width: 992px) {
  .school-booking-form .form-group {
    margin-bottom: 48px; } }

.school-booking-form .save-and-continue-group {
  padding: 24px 0;
  display: flex;
  align-items: center; }
  .school-booking-form .save-and-continue-group p {
    margin-bottom: 0;
    margin-left: 24px; }

.school-booking-form .collapsing {
  transition: none !important; }

.school-booking-form .tour-forms .hidden {
  display: none; }

.school-booking-form .conditional-group,
.school-booking-form .conditional-performance-location,
.school-booking-form .conditional-host-performance-location {
  display: none; }

.school-booking-form .referred-ensemble-warning .red {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.school-booking-form .referred-ensemble-warning .warning-message {
  margin-top: 10px; }
  .school-booking-form .referred-ensemble-warning .warning-message strong {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

.event-modal .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .event-modal .modal-body .btn {
    width: 100%; }
    .event-modal .modal-body .btn + .btn {
      margin-top: 12px; }

@media (min-width: 992px) {
  .event-modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0; }
  .event-modal .modal-title {
    width: 100%; } }

.full-width-trigger {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background-color: #fff;
  border: 0;
  text-align: left;
  display: flex;
  border-bottom: 1px solid #767676;
  align-items: center;
  justify-content: space-between;
  transition: border-bottom-color 200ms ease; }
  @media (min-width: 992px) {
    .full-width-trigger {
      padding: 48px 0; } }
  .full-width-trigger[aria-expanded="true"] {
    border-bottom-color: transparent; }
    .full-width-trigger[aria-expanded="true"] svg path {
      fill: transparent; }
  .full-width-trigger:disabled {
    color: rgba(19, 20, 21, 0.5);
    cursor: not-allowed; }
    .full-width-trigger:disabled svg path {
      fill: transparent; }
  .full-width-trigger svg {
    width: 20px;
    height: 20px; }
    .full-width-trigger svg path {
      fill: var(--brand-tertiary, #f06d47);
      transition: fill 200ms ease; }

.table {
  font-size: 14px;
  line-height: 1.1; }
  .table th {
    font-weight: 500; }
  .table thead th {
    border-bottom-width: 1px;
    border-color: #767676;
    vertical-align: middle; }
  .table th,
  .table td {
    border-top: 1px solid #767676;
    vertical-align: middle; }
    .table th:first-of-type,
    .table td:first-of-type {
      padding-left: 0; }
    .table th:last-of-type,
    .table td:last-of-type {
      padding-right: 0; }
    @media (min-width: 992px) {
      .table th,
      .table td {
        padding: 20px; } }
  .table .tour-forms label.error {
    display: none !important; }
  .table .tour-forms .form-control.error {
    border-bottom-color: transparent !important; }
  .table tr.tour:last-of-type td {
    border-bottom: 1px solid #767676; }

.school-table-error {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

.recaptcha-message {
  margin-top: 25px;
  opacity: 0.6;
  font-size: 14px;
  text-align: center; }
  @media (min-width: 992px) {
    .recaptcha-message {
      text-align: left; } }
  .recaptcha-message a {
    color: #fff;
    text-decoration: underline; }
    .recaptcha-message a:hover {
      text-decoration: none; }

.page-packages {
  background-color: rgba(224, 229, 224, 0.4); }
  .page-packages .page-header .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .page-packages .page-header .bg-image img {
      object-fit: cover;
      object-position: center top; }
  .page-packages .accordion-section .flexible-accordion > h2,
  .page-packages .accordion-section .flexible-accordion > .h2 {
    position: relative;
    font-size: 1.2941176471rem;
    margin-top: -0.2em; }
    @media (min-width: 768px) {
      .page-packages .accordion-section .flexible-accordion > h2,
      .page-packages .accordion-section .flexible-accordion > .h2 {
        font-size: 1.8823529412rem; } }

.package-modal .modal-header {
  text-align: center; }
  .package-modal .modal-header h2 {
    width: 100%;
    letter-spacing: 0; }

.package-modal .modal-body table {
  width: 100%; }
  .package-modal .modal-body table tr:last-child td {
    padding-bottom: 0; }
  .package-modal .modal-body table td {
    width: auto;
    font-size: 1.1764705882rem;
    font-weight: 600;
    text-align: left;
    padding-right: 1em;
    line-height: 1.2;
    padding-bottom: 30px; }
    .package-modal .modal-body table td:last-child {
      min-width: 8.2352941176rem;
      color: var(--brand-tertiary, #f06d47);
      font-size: 0.8235294118rem;
      font-weight: 500;
      text-align: right;
      padding-right: 0; }

.mtop-12 {
  margin-top: 12px; }

.mtop-36 {
  margin-top: 36px; }

.mtop-48 {
  margin-top: 48px; }

.mtop-60 {
  margin-top: 60px; }

.mtop-negative-60 {
  margin-top: -60px; }

.mbtom-12 {
  margin-bottom: 12px; }

.mbtom-36 {
  margin-bottom: 36px; }

.mbtom-48 {
  margin-bottom: 48px; }

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

.return-homepage-section {
  padding-bottom: 80px; }

body:before {
  content: "screen-xs";
  display: none; }

@media (min-width: 576px) {
  body:before {
    content: "screen-sm"; } }

@media (min-width: 768px) {
  body:before {
    content: "screen-md"; } }

@media (min-width: 992px) {
  body:before {
    content: "screen-lg"; } }

.header-init > * {
  opacity: 0; }

.header-init * {
  transition: none !important; }

.navbar-right {
  display: flex;
  flex-direction: column;
  margin: 0; }

.top-level-nav a,
.top-level-nav button {
  color: var(--menu-text-color, var(--brand-primary, #131415));
  font-weight: 500; }

.second-level-nav a,
.second-level-nav button {
  color: var(--menu-text-color, var(--brand-primary, #131415));
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.5px; }
  .second-level-nav a .hover,
  .second-level-nav button .hover {
    position: relative;
    line-height: calc(1.4em + 6px);
    border-bottom: 2px solid transparent;
    transition: border 200ms; }
  .second-level-nav a:hover, .second-level-nav a:active,
  .second-level-nav button:hover,
  .second-level-nav button:active {
    color: var(--menu-hover-bg-color, var(--brand-secondary, #fff)); }
    .second-level-nav a:hover .hover, .second-level-nav a:active .hover,
    .second-level-nav button:hover .hover,
    .second-level-nav button:active .hover {
      border-bottom-color: var(--menu-hover-bg-color, var(--brand-secondary, #fff)); }

.top-menu-item {
  display: block;
  font-size: 1.0588235294rem;
  text-align: left;
  position: relative;
  line-height: 1;
  height: auto;
  transition: background 200ms ease-in-out; }
  .top-menu-item .toggle {
    display: inline-block;
    text-align: center;
    line-height: 0;
    margin-left: 6px;
    margin-top: -6px; }
  .top-menu-item .mobile-nav-only,
  .top-menu-item .desktop-nav-only {
    vertical-align: middle;
    line-height: 0;
    overflow: hidden; }

.mobile-nav-only {
  display: none;
  position: absolute;
  right: 0;
  top: 17px;
  background: none;
  border: 0; }
  .mobile-nav-only svg {
    width: 24px;
    height: 24px;
    transition: transform 200ms ease-in-out;
    transform-origin: center; }
  @media (min-width: 992px) {
    .mobile-nav-only svg {
      width: 26px;
      height: 26px; } }
  .mobile-nav-only path {
    transition: stroke 200ms ease-in-out; }

.desktop-nav-only {
  display: inline-block; }

.mode-mobile-nav .mobile-nav-only {
  display: inline-block; }

.mode-mobile-nav .desktop-nav-only {
  display: none; }

.mode-mobile-nav .link-content {
  position: relative; }

.mode-mobile-nav .dropdown-menu-main {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid transparent;
  transition: transform 300ms;
  width: 100%;
  background-color: var(--menu-bg-color, var(--brand-secondary, #fff));
  transform: translateY(-100%);
  position: absolute;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 52px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .mode-mobile-nav .dropdown-menu-main.show {
    transform: translateY(0); }
  @media (min-width: 768px) {
    .mode-mobile-nav .dropdown-menu-main {
      top: 58px;
      height: calc(100vh - 58px); } }
  @media (min-width: 992px) {
    .mode-mobile-nav .dropdown-menu-main {
      top: 104px;
      height: calc(100vh - 104px); } }

.mode-mobile-nav .donate-btn-dropdown {
  width: 100%;
  max-width: 343px;
  color: #fff;
  margin: 30px auto; }
  @media (min-width: 768px) {
    .mode-mobile-nav .donate-btn-dropdown {
      margin-left: 0; } }

.mode-mobile-nav .top-level-nav {
  overflow: auto;
  width: 100%;
  padding: 24px 0.9411764706rem 0; }
  .mode-mobile-nav .top-level-nav > li:last-child {
    border-bottom: 0; }

.mode-mobile-nav .top-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 100px);
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 19px 0; }
  .mode-mobile-nav .top-menu-item path {
    fill: var(--brand-tertiary, #f06d47); }

.mode-mobile-nav .second-level-nav {
  padding-bottom: 16px; }
  @media (min-width: 768px) {
    .mode-mobile-nav .second-level-nav {
      padding-bottom: 0.7058823529rem; } }
  .mode-mobile-nav .second-level-nav a {
    font-size: 0.9411764706rem;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 8px 0;
    color: var(--menu-text-color, var(--brand-primary, #131415));
    text-transform: none; }

.mode-mobile-nav .toggle {
  display: block;
  margin: 0; }

.mode-mobile-nav [aria-expanded="true"] svg {
  transform: rotate(135deg); }

.mode-mobile-nav [aria-expanded="true"] path {
  fill: var(--menu-text-color, var(--brand-primary, #131415)); }

.site-header:not(.mode-mobile-nav) .top-level-nav {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around; }
  .site-header:not(.mode-mobile-nav) .top-level-nav > li {
    display: inline-flex;
    align-items: center;
    position: relative; }
    .site-header:not(.mode-mobile-nav) .top-level-nav > li:hover .top-menu-item::before, .site-header:not(.mode-mobile-nav) .top-level-nav > li:focus .top-menu-item::before, .site-header:not(.mode-mobile-nav) .top-level-nav > li:focus-within .top-menu-item::before, .site-header:not(.mode-mobile-nav) .top-level-nav > li:active .top-menu-item::before {
      display: block; }
    .site-header:not(.mode-mobile-nav) .top-level-nav > li:hover .second-level-collapse, .site-header:not(.mode-mobile-nav) .top-level-nav > li:focus .second-level-collapse, .site-header:not(.mode-mobile-nav) .top-level-nav > li:focus-within .second-level-collapse, .site-header:not(.mode-mobile-nav) .top-level-nav > li:active .second-level-collapse {
      opacity: 1;
      display: block;
      pointer-events: all; }
    .site-header:not(.mode-mobile-nav) .top-level-nav > li:focus-visible .top-menu-item::before {
      display: block; }
    .site-header:not(.mode-mobile-nav) .top-level-nav > li:focus-visible .second-level-collapse {
      opacity: 1;
      display: block;
      pointer-events: all; }
    .site-header:not(.mode-mobile-nav) .top-level-nav > li:not(:first-child) {
      padding-left: 10px; }
      @media (min-width: 992px) and (max-width: 1400px) {
        .site-header:not(.mode-mobile-nav) .top-level-nav > li:not(:first-child) {
          padding-left: 0; } }
    .site-header:not(.mode-mobile-nav) .top-level-nav > li .second-level-collapse {
      height: auto;
      overflow: visible;
      position: absolute;
      opacity: 0;
      pointer-events: none;
      padding-top: 16px;
      padding-left: 12px;
      top: 100%;
      transition: opacity 200ms; }
    .site-header:not(.mode-mobile-nav) .top-level-nav > li:nth-last-child(-n + 3) .second-level-collapse {
      left: auto;
      right: 0; }

.site-header:not(.mode-mobile-nav) .donate-btn-dropdown {
  display: none; }

.site-header:not(.mode-mobile-nav) .dropdown-menu-main {
  display: block;
  position: static;
  background: transparent;
  height: 100%;
  margin-top: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  float: none; }

.site-header:not(.mode-mobile-nav) .top-menu-item {
  white-space: nowrap;
  font-size: 0.9411764706rem;
  line-height: 1;
  padding: 0.4117647059rem 0.7058823529rem;
  text-transform: none;
  outline-offset: -1px; }
  .site-header:not(.mode-mobile-nav) .top-menu-item path {
    transition: fill 200ms;
    fill: none; }
  .site-header:not(.mode-mobile-nav) .top-menu-item::before {
    content: "";
    display: none;
    position: absolute;
    width: calc(100% - 12px);
    height: 4px;
    background: #000;
    left: 12px;
    bottom: -16px; }
  .site-header:not(.mode-mobile-nav) .top-menu-item .js-toggle-accordion {
    margin: 0 0.4705882353rem; }

.site-header:not(.mode-mobile-nav) .second-level-nav {
  background: #fff;
  min-width: 306px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 18px 0;
  position: relative; }
  .site-header:not(.mode-mobile-nav) .second-level-nav a {
    color: #000;
    font-size: 0.9411764706rem;
    display: inline-block;
    padding: 11px 32px 11px;
    border: 0;
    transition: transform 200ms ease; }
  .site-header:not(.mode-mobile-nav) .second-level-nav a:hover, .site-header:not(.mode-mobile-nav) .second-level-nav a:active,
  .site-header:not(.mode-mobile-nav) .second-level-nav button:hover,
  .site-header:not(.mode-mobile-nav) .second-level-nav button:active {
    font-weight: 700;
    transform: skew(-12deg); }

@media (min-width: 992px) {
  .site-links.links-centered {
    left: 50%;
    top: 50%;
    position: absolute;
    height: 100%;
    transform: translate(-50%, -50%); } }

@media (min-width: 992px) and (max-width: 1400px) {
  .site-links.links-centered {
    left: 45%; } }

.banner-top-content {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  background-color: var(--brand-primary, #131415);
  padding: 0;
  z-index: 52; }
  .banner-top-content .prompt {
    padding: 16px; }
    @media (min-width: 992px) {
      .banner-top-content .prompt {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1280px) {
      .banner-top-content .prompt {
        padding-left: 24px;
        padding-right: 24px; } }
    .banner-top-content .prompt .cta {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .banner-top-content .prompt .prompt-details {
      position: relative;
      color: #fff; }
      @media (min-width: 576px) {
        .banner-top-content .prompt .prompt-details {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; } }
      @media (min-width: 1280px) {
        .banner-top-content .prompt .prompt-details {
          padding-right: 0; } }
      .banner-top-content .prompt .prompt-details .prompt-title,
      .banner-top-content .prompt .prompt-details .prompt-content {
        color: #fff; }
      .banner-top-content .prompt .prompt-details .prompt-title {
        font-family: "future", sans-serif;
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 1.2;
        font-weight: 400;
        margin-bottom: 0; }
        @media (min-width: 992px) {
          .banner-top-content .prompt .prompt-details .prompt-title {
            font-size: 18px; } }
      .banner-top-content .prompt .prompt-details .prompt-content {
        font-size: 15px;
        margin-bottom: 16px; }
        @media (min-width: 576px) {
          .banner-top-content .prompt .prompt-details .prompt-content {
            margin-bottom: 0; } }
      .banner-top-content .prompt .prompt-details p {
        display: block;
        margin-top: 8px;
        line-height: 1.1;
        font-size: 14px;
        letter-spacing: 0.15em; }
        @media (min-width: 576px) {
          .banner-top-content .prompt .prompt-details p {
            margin-bottom: 0; } }
      .banner-top-content .prompt .prompt-details a {
        text-transform: uppercase; }
      .banner-top-content .prompt .prompt-details p + a {
        margin-top: 8px; }
  .banner-top-content .prompt-close {
    margin-left: 41px;
    display: flex;
    align-items: center; }
    .banner-top-content .prompt-close .btn {
      padding: 0;
      text-transform: none;
      color: #fff;
      font-size: 14px; }

.page-home main {
  position: relative; }

.page-home .banner-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  display: inline-block; }

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

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

.swiper-pagination-bullet-active {
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  height: auto;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  z-index: 1; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.events-header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .events-header {
      flex-flow: row nowrap;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .events-header {
      margin-bottom: 40px; } }
  .events-header h2 {
    position: relative;
    font-family: "future", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) {
      .events-header h2 {
        font-size: 38px;
        max-width: 630px; } }
    @media (min-width: 1280px) {
      .events-header h2 {
        font-size: 50px; } }
  .events-header .btn {
    align-self: flex-start;
    margin-top: 36px; }
    @media (min-width: 768px) {
      .events-header .btn {
        align-self: flex-end; } }

.event-tiles {
  margin-bottom: -40px; }
  @media (min-width: 768px) {
    .event-tiles {
      margin-bottom: -70px; } }
  @media (min-width: 992px) {
    .event-tiles {
      margin-bottom: -60px; } }
  @media (min-width: 1280px) {
    .event-tiles {
      margin-bottom: -80px; } }

.event-tile {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .event-tile {
      margin-bottom: 70px; } }
  @media (min-width: 992px) {
    .event-tile {
      margin-bottom: 60px; } }
  @media (min-width: 1280px) {
    .event-tile {
      margin-bottom: 80px; } }
  .event-tile:hover .event-tile-image {
    transform: scale(1.05); }
  @media (pointer: fine) {
    .event-tile:hover .event-info {
      transform: none; } }
  .event-tile .event-tile-notice {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 14px;
    padding: 0 10px 0 8px;
    box-shadow: 0 2px 8px -8px;
    pointer-events: none;
    z-index: 9; }
    .event-tile .event-tile-notice svg {
      position: relative;
      top: -1px; }
  .event-tile .event-tile-heading {
    font-size: 20px;
    margin: 10px 0 15px; }
    @media (min-width: 768px) {
      .event-tile .event-tile-heading {
        font-size: 24px; } }
    .event-tile .event-tile-heading .primary-link {
      display: block;
      max-height: 3.875em;
      overflow: hidden;
      font-weight: bold;
      line-height: 1.33;
      letter-spacing: 0.2px;
      text-decoration: none;
      /* webkit only */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      .event-tile .event-tile-heading .primary-link:hover {
        color: var(--brand-primary, #131415); }
      .event-tile .event-tile-heading .primary-link::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
  .event-tile .img-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 66.9125%;
    zoom: 1;
    backface-visibility: hidden; }
  .event-tile .event-tile-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 200ms; }
  .event-tile .event-tile-date {
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
    line-height: 1; }
    .event-tile .event-tile-date:not(:empty)::after {
      content: "\2022";
      position: relative;
      top: -2px;
      margin-left: 8px;
      margin-right: 6px;
      font-size: 10px; }
  .event-tile .event-tile-date-archived {
    font-weight: normal;
    color: #777; }
  .event-tile .event-info {
    background: rgba(var(--brand-primary, #131415), 0.9);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    transition: transform 200ms; }
    .event-tile .event-info.show-info {
      transform: none; }
    .event-tile .event-info p {
      font-size: 1.0588235294rem;
      font-weight: bold;
      margin-bottom: 25px; }
    .event-tile .event-info a::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
  .event-tile .btn-more-info {
    display: none;
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: url("/assets/img/svg/info.svg") no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center; }
    @media (pointer: coarse) {
      .event-tile .btn-more-info {
        display: flex; } }
    .event-tile .btn-more-info .info-icon {
      width: 6px;
      height: 16px; }
    .event-tile .btn-more-info .active-state {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      border-radius: 50%;
      transform: scale(0);
      transition: transform 100ms;
      display: flex;
      align-items: center;
      justify-content: center; }
    .event-tile .btn-more-info.btn-active .active-state {
      transform: scale(1); }
  .event-tile .event-tile-favorite {
    top: 2px; }

.event-tile-body {
  padding: 20px 10px 0; }

.event-tile-labels {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 29px;
  overflow-y: hidden; }
  .event-tile-labels a {
    margin: 0 5px 5px;
    padding: 5px 7px;
    height: 24px;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--button-secondary-text-color, #000);
    background-color: var(--button-secondary-bg-color, #e0e5e0);
    border: 1px solid var(--button-secondary-border-color, #e0e5e0);
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: background-color 200ms ease, color 200ms ease;
    z-index: 9; }
    .event-tile-labels a:hover, .event-tile-labels a:active {
      text-decoration: none;
      color: var(--button-primary-hover-text-color, #fff);
      background-color: var(--button-primary-hover-bg-color, var(--brand-primary, #131415));
      border-color: var(--button-primary-hover-border-color, #fff); }

.event-tile-label {
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding: 5px 7px;
  height: 24px;
  display: flex;
  align-items: center;
  white-space: nowrap; }

.event-tile-favorite {
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 1;
  padding: 0; }
  .event-tile-favorite::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px; }
  .event-tile-favorite svg {
    pointer-events: none;
    width: 20px;
    height: 20px;
    display: block; }
    .event-tile-favorite svg path {
      pointer-events: none;
      stroke: #b9bdc1; }
  .event-tile-favorite:hover path {
    stroke: var(--brand-tertiary, #f06d47);
    fill: var(--brand-tertiary, #f06d47); }
  .event-tile-favorite.selected path {
    stroke: var(--brand-tertiary, #f06d47);
    fill: var(--brand-tertiary, #f06d47); }

.tooltip-inner {
  border-radius: 15px;
  text-transform: capitalize; }

.two-tile-panel-wrapper .two-tile-panel {
  margin-bottom: -40px; }
  @media (min-width: 768px) {
    .two-tile-panel-wrapper .two-tile-panel {
      margin-bottom: -60px; } }
  @media (min-width: 992px) {
    .two-tile-panel-wrapper .two-tile-panel {
      margin-bottom: -80px; } }
  .two-tile-panel-wrapper .two-tile-panel .two-tile-panel-tile {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .two-tile-panel-wrapper .two-tile-panel .two-tile-panel-tile {
        margin-bottom: 60px; } }
    @media (min-width: 992px) {
      .two-tile-panel-wrapper .two-tile-panel .two-tile-panel-tile {
        margin-bottom: 80px; } }

.two-tile-panel-tile {
  display: flex;
  flex-flow: column;
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    .two-tile-panel-tile {
      margin-bottom: 0; } }

.two-tile-panel-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 65% 0 0; }
  .two-tile-panel-image video,
  .two-tile-panel-image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 200ms; }
  .two-tile-panel-image a:hover video,
  .two-tile-panel-image a:hover img {
    transform: scale(1.05); }

.two-tile-panel-body {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  padding: 0;
  padding-top: 24px; }
  @media (min-width: 1280px) {
    .two-tile-panel-body {
      padding-top: 32px; } }
  @media (min-width: 768px) {
    .two-tile-panel-body {
      text-align: left; } }
  .two-tile-panel-body .two-tile-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
    @media (min-width: 1280px) {
      .two-tile-panel-body .two-tile-panel-title {
        font-size: 32px; } }
  .two-tile-panel-body .wysiwyg-content {
    flex-grow: 1;
    margin-top: 12px; }
  .two-tile-panel-body .content-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; }
  .two-tile-panel-body .btn {
    white-space: nowrap; }
  .two-tile-panel-body .btn,
  .two-tile-panel-body select {
    margin-top: 24px;
    margin-right: 18px;
    width: auto; }
    .two-tile-panel-body .btn:last-child,
    .two-tile-panel-body select:last-child {
      margin-right: 0; }
    @media (min-width: 992px) {
      .two-tile-panel-body .btn,
      .two-tile-panel-body select {
        width: auto; } }
  .two-tile-panel-body select, .two-tile-panel-body select:focus:not(.error):not(:disabled), .two-tile-panel-body select:active:not(.error):not(:disabled) {
    background-color: #fff; }

.two-tile-panel-img-credits {
  text-align: center;
  color: #777;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .two-tile-panel-img-credits {
      text-align: center; } }

.single-tile-panel {
  position: relative;
  width: 100%; }
  .single-tile-panel .panel-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 360px;
    max-height: 75vh; }
  .no-object-fit .single-tile-panel .panel-image {
    max-height: 75vh;
    overflow: hidden; }
    .no-object-fit .single-tile-panel .panel-image img {
      height: auto;
      max-height: none; }
  .single-tile-panel .row {
    justify-content: center; }
  .single-tile-panel .panel-box {
    background-color: rgba(224, 229, 224, 0.4);
    color: var(--brand-primary, #131415);
    border-radius: 0;
    padding: 20px;
    margin-top: -78px; }
    @media (min-width: 768px) {
      .single-tile-panel .panel-box {
        padding: 30px;
        margin-top: -108px; } }
    @media (min-width: 992px) {
      .single-tile-panel .panel-box {
        padding: 40px;
        margin-top: -118px; } }
    .single-tile-panel .panel-box .panel-box-title {
      margin: 0; }
      .single-tile-panel .panel-box .panel-box-title p:last-child {
        margin-bottom: 0; }
      .single-tile-panel .panel-box .panel-box-title br + br {
        content: "";
        display: block;
        height: 0.875em; }
        @media (min-width: 768px) {
          .single-tile-panel .panel-box .panel-box-title br + br {
            height: 1em; } }
    .single-tile-panel .panel-box .panel-box-text {
      font-family: "future", sans-serif;
      font-size: 22px;
      margin: -0.1em 0;
      line-height: 1;
      text-transform: uppercase;
      margin-top: 0.9411764706rem; }
      @media (min-width: 768px) {
        .single-tile-panel .panel-box .panel-box-text {
          margin-top: 1.5294117647rem;
          font-size: 42px; } }
      @media (min-width: 1280px) {
        .single-tile-panel .panel-box .panel-box-text {
          font-size: 32px; } }
    .single-tile-panel .panel-box .btn {
      margin-top: 1.1764705882rem;
      width: 100%; }
      @media (min-width: 768px) {
        .single-tile-panel .panel-box .btn {
          margin-top: 1.7647058824rem;
          width: auto; } }

.block-img-container {
  position: relative;
  margin-left: 0;
  margin-right: 0; }
  .block-img-container .row {
    justify-content: center; }
  .block-img-container + .block-img-container {
    margin-top: 82px; }
    @media (min-width: 768px) {
      .block-img-container + .block-img-container {
        margin-top: 120px; } }
  .block-img-container .block-img {
    position: static;
    display: block;
    margin: auto;
    object-fit: cover; }
    .block-img-container .block-img img {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      object-fit: cover;
      width: 100%;
      height: auto;
      max-height: 272px; }
      @media (min-width: 768px) {
        .block-img-container .block-img img {
          max-height: 320px; } }
      @media (min-width: 992px) {
        .block-img-container .block-img img {
          height: 100%;
          max-height: 424px; } }
  .block-img-container .block-content-box {
    background-color: transparent;
    color: var(--brand-primary, #131415);
    text-align: center;
    border-radius: 0;
    padding: 24px; }
    @media (min-width: 768px) {
      .block-img-container .block-content-box {
        text-align: left;
        padding: 0; } }
    .block-img-container .block-content-box .block-content-title {
      font-size: 22px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .block-img-container .block-content-box .block-content-title {
          font-size: 28px; } }
      @media (min-width: 1280px) {
        .block-img-container .block-content-box .block-content-title {
          font-size: 32px; } }
    .block-img-container .block-content-box .block-content-text {
      margin-top: 1.0588235294rem; }
      .block-img-container .block-content-box .block-content-text p:last-child {
        margin-bottom: 0; }
      .block-img-container .block-content-box .block-content-text br + br {
        content: "";
        display: block;
        height: 0.875em; }
        @media (min-width: 768px) {
          .block-img-container .block-content-box .block-content-text br + br {
            height: 1em; } }
    .block-img-container .block-content-box .block-content-actions {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%; }
      @media (min-width: 992px) {
        .block-img-container .block-content-box .block-content-actions {
          justify-content: flex-start; } }
    .block-img-container .block-content-box .btn,
    .block-img-container .block-content-box select {
      margin-top: 24px;
      margin-right: 18px;
      width: 100%; }
      .block-img-container .block-content-box .btn:last-child,
      .block-img-container .block-content-box select:last-child {
        margin-right: 0; }
      @media (min-width: 768px) {
        .block-img-container .block-content-box .btn,
        .block-img-container .block-content-box select {
          margin-top: 32px;
          width: auto; } }

.page-home .carousel-swiper-container {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 4; }

.page-home .carousel-wrapper {
  background-color: transparent;
  margin-top: 0; }

.fullscreen-banner {
  position: relative;
  background-color: var(--home-carousel-bg-color, var(--brand-secondary, #fff));
  color: var(--home-carousel-text-color, var(--brand-primary, #131415)); }
  .fullscreen-banner .responsive-banner {
    object-position: center; }
  .fullscreen-banner .banner-detail {
    max-width: none;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 16px;
    z-index: 3;
    margin-top: 67px; }
    @media (min-width: 1280px) {
      .fullscreen-banner .banner-detail {
        margin-top: 18px; } }
    .fullscreen-banner .banner-detail .banner-detail-text {
      position: relative;
      z-index: 1; }
    .fullscreen-banner .banner-detail .swiper-slide {
      margin-top: auto; }
    .fullscreen-banner .banner-detail p,
    .fullscreen-banner .banner-detail .subheader {
      margin-bottom: 8px; }
      @media (min-width: 992px) {
        .fullscreen-banner .banner-detail p,
        .fullscreen-banner .banner-detail .subheader {
          margin-bottom: 10px;
          line-height: 1.25; } }
    .fullscreen-banner .banner-detail h1 {
      margin-bottom: 0; }
    .fullscreen-banner .banner-detail h1 + .subheader {
      margin-top: 12px; }
      @media (min-width: 992px) {
        .fullscreen-banner .banner-detail h1 + .subheader {
          margin-top: 15px; } }
    .fullscreen-banner .banner-detail .button-group {
      margin-top: 12px; }
      @media (min-width: 992px) {
        .fullscreen-banner .banner-detail .button-group {
          margin-top: 14px; } }
  .fullscreen-banner .slide-content {
    position: relative;
    height: 100%;
    padding: 14px; }
    @media (min-width: 576px) {
      .fullscreen-banner .slide-content {
        padding: 14px; } }
    @media (min-width: 768px) {
      .fullscreen-banner .slide-content {
        padding: 16px; } }
    @media (min-width: 992px) {
      .fullscreen-banner .slide-content {
        padding: 14px; } }
    @media (min-width: 1280px) {
      .fullscreen-banner .slide-content {
        padding: 20px 24px 0 24px; } }
    .fullscreen-banner .slide-content .banner-detail-gradient {
      position: absolute;
      content: "";
      background-image: linear-gradient(0deg, #e4e4e4 0%, rgba(228, 228, 228, 0.6) 60%, rgba(239, 240, 241, 0) 100%);
      opacity: 1;
      top: -50px;
      width: 100%;
      bottom: 0;
      z-index: 0;
      pointer-events: none; }
    .fullscreen-banner .slide-content h1 {
      text-transform: uppercase; }
  .fullscreen-banner .swiper-sm-controls {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 75%;
    z-index: 1; }
    @media (min-width: 576px) {
      .fullscreen-banner .swiper-sm-controls {
        margin-top: 75%;
        top: 16px; } }
    @media (min-width: 768px) {
      .fullscreen-banner .swiper-sm-controls {
        margin-top: 56.25%;
        top: 16px; } }
    @media (min-width: 992px) {
      .fullscreen-banner .swiper-sm-controls {
        margin-top: 56.25%;
        top: 0; } }
    @media (min-width: 1280px) {
      .fullscreen-banner .swiper-sm-controls {
        margin-top: 32.25%;
        top: 0; } }
  @media (min-width: 992px) {
    .fullscreen-banner .number-controls {
      top: 24px;
      right: 24px;
      bottom: auto;
      left: auto;
      margin-top: calc(56.25% + 100px); } }
  @media (min-width: 1280px) {
    .fullscreen-banner .number-controls {
      top: 20px;
      margin-top: calc(32.25% + 100px); } }

.carousel-credit {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
  font-weight: 700;
  padding-top: 20px;
  color: #767676;
  text-align: center; }
  @media (min-width: 992px) {
    .carousel-credit {
      text-align: left; }
      .carousel-credit.visible-xs {
        display: none; } }

.credits-wrapper {
  display: none; }
  @media (min-width: 992px) {
    .credits-wrapper {
      display: block;
      max-width: 50%;
      min-height: 34px; } }

.carousel-btn-pause,
.carousel-btn-prev,
.carousel-btn-next {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .carousel-btn-pause:hover::before,
  .carousel-btn-prev:hover::before,
  .carousel-btn-next:hover::before {
    opacity: 0.2; }
  .carousel-btn-pause:focus, .carousel-btn-pause:active,
  .carousel-btn-prev:focus,
  .carousel-btn-prev:active,
  .carousel-btn-next:focus,
  .carousel-btn-next:active {
    outline: none; }
  .carousel-btn-pause, .carousel-btn-pause::before,
  .carousel-btn-prev,
  .carousel-btn-prev::before,
  .carousel-btn-next,
  .carousel-btn-next::before {
    border-radius: 50%; }
  .carousel-btn-pause::before,
  .carousel-btn-prev::before,
  .carousel-btn-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: currentColor;
    transition: opacity 200ms ease; }
  .carousel-btn-pause::after,
  .carousel-btn-prev::after,
  .carousel-btn-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid currentColor;
    opacity: 0.2; }
  .carousel-btn-pause svg path,
  .carousel-btn-prev svg path,
  .carousel-btn-next svg path {
    fill: currentColor; }

.swiper-slide {
  background-color: var(--home-carousel-bg-color, var(--brand-secondary, #fff)); }
  .swiper-slide h3 {
    margin: 0 0 1.1764705882rem;
    text-transform: uppercase;
    font-family: "future", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1; }
    @media (min-width: 768px) {
      .swiper-slide h3 {
        font-size: 32px; } }
    @media (min-width: 1280px) {
      .swiper-slide h3 {
        font-size: 50px; } }
  .swiper-slide .button-group {
    display: flex; }
    @media (min-width: 992px) {
      .swiper-slide .button-group {
        justify-content: flex-start; } }
    .swiper-slide .button-group .btn:not(:first-child) {
      margin-left: 10px; }
      @media (min-width: 992px) {
        .swiper-slide .button-group .btn:not(:first-child) {
          margin-left: 20px; } }
    @media (max-width: 991.98px) {
      .swiper-slide .button-group .btn {
        padding: 0.6470588235rem 1.1764705882rem; } }

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

.progress {
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  pointer-events: none; }
  .progress svg {
    vertical-align: top !important; }
    .progress svg path:first-child {
      stroke: #767676;
      stroke-width: 2; }
    .progress svg path:last-child {
      stroke: currentColor;
      stroke-opacity: 0.9; }

.carousel-swiper-container {
  padding-bottom: 33px;
  overflow: visible;
  height: 100%; }

.carousel-pagination {
  display: flex;
  align-items: center;
  justify-content: center; }

.slide-count,
.swiper-container-vertical {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 18px; }

.swiper-sm-controls {
  display: none;
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 16px;
  min-height: 26px;
  padding-top: 16px; }
  .page-event-detail .swiper-sm-controls {
    padding-top: 0; }
  .home-banner .swiper-sm-controls {
    padding-top: 0; }
  .swiper-initialized .swiper-sm-controls {
    display: flex; }
  .swiper-sm-controls .swiper-pagination-bullet {
    margin-right: 5px; }

.carousel-wrapper {
  margin-top: 30px;
  height: 100%; }
  .page-event-detail .carousel-wrapper {
    margin-top: 0; }
  .carousel-wrapper .video-poster {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.media-wrapper {
  display: block;
  position: relative;
  width: 100%;
  color: inherit; }
  .media-wrapper::before {
    content: "";
    display: block;
    padding-top: 75%; }
    @media (min-width: 576px) {
      .media-wrapper::before {
        padding-top: 75%; } }
    @media (min-width: 768px) {
      .media-wrapper::before {
        padding-top: 56.25%; } }
    @media (min-width: 992px) {
      .media-wrapper::before {
        padding-top: 56.25%; } }
    @media (min-width: 1280px) {
      .media-wrapper::before {
        padding-top: 32.25%; } }
  .media-wrapper img {
    position: absolute;
    top: 0;
    left: 0; }

.carousel-swiper-container .carousel-btn-pause {
  display: block;
  background: transparent; }

.text-carousel:not(.swiper-initialized) .number-controls-wrapper {
  display: none; }

.text-carousel:not(.swiper-initialized) .number-controls,
.text-carousel:not(.swiper-initialized) .swiper-sm-controls,
.text-carousel:not(.swiper-initialized) .carousel-pagination,
.text-carousel:not(.swiper-initialized) .progress {
  visibility: hidden; }

.detail-swiper .carousel-btn-pause {
  display: none; }

.detail-swiper + .number-controls-wrapper {
  visibility: hidden;
  height: 0; }

.detail-swiper.swiper-initialized .carousel-btn-pause {
  background: transparent;
  display: block; }

.detail-swiper.swiper-initialized + .number-controls-wrapper {
  visibility: visible;
  height: 80px; }

.number-controls-wrapper {
  position: relative;
  z-index: 1; }

.number-controls .swiper-slide,
.number-controls .slide-count {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 700; }

.carousel-numbers-container .current-slide {
  position: static; }

.page-event-detail .carousel-img,
.page-flexible-content .carousel-img,
.blog-article .carousel-img {
  width: 100%; }
  .page-event-detail .carousel-img::before,
  .page-flexible-content .carousel-img::before,
  .blog-article .carousel-img::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .page-event-detail .carousel-img img,
  .page-flexible-content .carousel-img img,
  .blog-article .carousel-img img {
    position: absolute;
    top: 0;
    left: 0; }

@media (max-width: 575.98px) {
  .page-home .main::before {
    min-height: 150px !important; } }

@media (max-width: 767.98px) {
  .page-home .main::before {
    min-height: 250px; }
  .page-home .carousel-wrapper {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 991.98px) {
  .number-controls-wrapper {
    height: 0; }
  .carousel-btn-prev,
  .carousel-btn-next {
    display: none; }
  .carousel-btn-next {
    transform: rotate(180deg); }
  .progress,
  .swiper-button-next,
  .swiper-button-prev {
    display: none; }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    color: var(--brand-primary, #131415);
    background-color: currentColor;
    opacity: 0.2;
    transition: opacity 200ms ease; }
    .swiper-pagination-bullet:hover {
      opacity: 0.8; }
  .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1; }
  #slideCount,
  .page-number {
    display: none; }
  .number-controls-wrapper,
  .number-controls {
    display: none; }
  .text-carousel {
    position: relative !important;
    text-align: center;
    background-color: transparent; }
  .carousel-btn-pause {
    border: 2px solid #767676;
    border-radius: 50%;
    width: 36px;
    margin-left: 19px;
    height: 36px; }
    .carousel-btn-pause:hover, .carousel-btn-pause:focus {
      background-color: currentColor; }
  .play-btn:hover, .play-btn:focus {
    background-color: transparent; }
    .play-btn:hover .play-icons::before, .play-btn:hover .play-icons::after, .play-btn:focus .play-icons::before, .play-btn:focus .play-icons::after {
      border-left-color: currentColor; }
  .play-icons {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto; }
    .play-icons::before, .play-icons::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 3px;
      height: 16px;
      border-left: 3px solid currentColor;
      border-radius: 1.5px;
      transition: border 150ms, height 150ms, width 150ms, transform 150ms; }
    .play-icons::before {
      left: 3px; }
    .play-icons::after {
      left: 10px; }
    .paused .play-icons::before, .paused .play-icons::after {
      border-radius: 0;
      border-style: solid;
      border-color: transparent;
      border-right-width: 0; }
    .paused .play-icons::before {
      border-top-width: 4px;
      border-bottom-width: 4px;
      border-left: 8px solid currentColor;
      width: 8px;
      transform: translateX(-1.5px); }
    .paused .play-icons::after {
      border-top-width: 6.2222222222px;
      border-bottom-width: 6.2222222222px;
      border-left: 12.4444444444px solid currentColor;
      width: 12.4444444444px;
      height: 12.4444444444px;
      transform: translateX(-4.33px) translateY(1.5px); }
  .number-controls .play-btn {
    display: none; }
  .swiper-pagination {
    padding: 10px 0;
    position: static; }
  .carousel-btn-pause::after {
    display: none; } }

@media (min-width: 992px) {
  .fullscreen-banner {
    margin-bottom: 0; }
    .fullscreen-banner .banner-detail {
      z-index: 5;
      pointer-events: auto;
      text-align: left;
      bottom: 0;
      padding-bottom: 0;
      margin-top: 32px; }
      .fullscreen-banner .banner-detail .banner-detail-text {
        width: 66.6666666667%; }
    .fullscreen-banner .carousel-wrapper::before {
      z-index: 5;
      bottom: 0; }
    .fullscreen-banner .swiper-sm-controls {
      display: none; }
  .detail-swiper .carousel-btn-pause {
    display: none !important; }
  .carousel-container {
    position: relative; }
  .carousel-wrapper {
    margin-top: 0; }
  .page-home .carousel-swiper-container {
    padding: 0;
    margin-top: 0; }
  .progress {
    display: block;
    bottom: 50px;
    top: auto;
    width: 48px;
    height: 48px;
    margin-top: -24px; }
  .carousel-btn-pause,
  .carousel-btn-next,
  .carousel-btn-prev {
    top: auto;
    bottom: 50px;
    width: 48px;
    height: 48px;
    padding: 11px 14px;
    background: none;
    border-radius: 50%;
    color: currentColor;
    transition: background 200ms; }
  .progress,
  .carousel-btn-next {
    right: 4.7058823529rem; }
  .carousel-btn-prev {
    right: 12.9411764706rem; }
  .swiper-pagination-bullet {
    transform: translateY(1em);
    opacity: 0; }
    .swiper-pagination-bullet .page-number {
      opacity: 0; }
  .swiper-sm-controls .play-btn {
    display: none; }
  .swiper-pagination-bullet-active {
    opacity: 0;
    transform: translateY(0);
    transition: transform 0.6s; }
    .swiper-pagination-bullet-active .page-number {
      transition: opacity 0.6s;
      opacity: 1; }
  .carousel-numbers-container {
    position: absolute !important;
    bottom: 66px;
    right: 134px;
    line-height: 1.5;
    min-width: 80px;
    text-align: center; }
    .carousel-numbers-container .swiper-container,
    .carousel-numbers-container .swiper-wrapper {
      max-height: 1.5em; }
  .play-btn:hover .play-icons::before, .play-btn:hover .play-icons::after, .play-btn:focus .play-icons::before, .play-btn:focus .play-icons::after {
    border-left-color: currentColor; }
  .play-icons {
    display: block;
    width: 18px;
    height: 18px;
    position: relative; }
    .play-icons::before, .play-icons::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-left: 1px solid currentColor;
      width: 3px;
      height: 18px;
      border-radius: 1.5px;
      transition: border 150ms, height 150ms, width 150ms, transform 150ms; }
    .play-icons::before {
      transform: translateX(-5px); }
    .play-icons::after {
      transform: translateX(5px); }
    .paused .play-icons::before, .paused .play-icons::after {
      border-radius: 0;
      border-style: solid;
      border-color: transparent;
      border-right-width: 0; }
    .paused .play-icons::before {
      border-top-width: 4.5px;
      border-bottom-width: 4.5px;
      border-left: 9px solid currentColor;
      width: 9px;
      transform: translateX(-1.5px); }
    .paused .play-icons::after {
      border-top-width: 7px;
      border-bottom-width: 7px;
      border-left: 14px solid currentColor;
      width: 14px;
      height: 14px;
      transform: translateX(5.5px); }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    flex-direction: column;
    margin-right: 8px;
    right: 8px; }
  .page-event-detail .number-controls,
  .page-flexible-content .number-controls,
  .blog-article .number-controls {
    height: 100%;
    margin-top: 0; }
    .page-event-detail .number-controls .swiper-wrapper,
    .page-flexible-content .number-controls .swiper-wrapper,
    .blog-article .number-controls .swiper-wrapper {
      max-height: 14px; }
  .carousel-img {
    width: 100%;
    height: 100%; }
  .carousel-btn-pause {
    position: absolute;
    bottom: 50px;
    top: auto;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border-radius: 50%; }
  .banner-detail {
    position: relative;
    z-index: 95;
    text-align: start; }
    .banner-detail h3 {
      margin: 0;
      margin-bottom: 30px; }
  .page-home .number-controls {
    position: absolute;
    z-index: 5; }
  .current-slide-wrapper {
    position: relative; }
  .current-slide {
    font-weight: 700;
    position: absolute;
    left: 8.7px;
    text-transform: uppercase; }
  .number-controls {
    width: 100%; }
    .number-controls .swiper-slide {
      font-weight: 700; }
  .page-flexible-content .number-controls,
  .page-event-detail .number-controls,
  .blog-article .number-controls {
    height: 100%; }
  .page-flexible-content .carousel-numbers-container,
  .page-flexible-content .carousel-btn-prev,
  .page-flexible-content .carousel-btn-next,
  .page-flexible-content .carousel-btn-pause,
  .page-event-detail .carousel-numbers-container,
  .page-event-detail .carousel-btn-prev,
  .page-event-detail .carousel-btn-next,
  .page-event-detail .carousel-btn-pause,
  .blog-article .carousel-numbers-container,
  .blog-article .carousel-btn-prev,
  .blog-article .carousel-btn-next,
  .blog-article .carousel-btn-pause {
    top: 50%;
    bottom: auto;
    margin-top: 0;
    transform: translateY(-50%); }
  .page-flexible-content .progress,
  .page-event-detail .progress,
  .blog-article .progress {
    top: 50%;
    bottom: auto; } }

@media (min-width: 1400px) {
  .banner-detail p,
  .banner-detail h3,
  .banner-detail h6 {
    max-width: 65%; } }

@media (min-width: 992px) and (max-width: 1279.98px) {
  .text-carousel {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px; } }

/* COLOUR ASSIGNMENTS */
.fullscreen-banner .number-controls {
  color: var(--brand-primary, #131415); }

.fullscreen-banner .carousel-btn-pause::after,
.fullscreen-banner .carousel-btn-prev::after,
.fullscreen-banner .carousel-btn-next::after {
  border-color: #fff;
  opacity: 1; }

.fullscreen-banner .carousel-btn-pause .play-icons::before, .fullscreen-banner .carousel-btn-pause .play-icons::after,
.fullscreen-banner .carousel-btn-prev .play-icons::before,
.fullscreen-banner .carousel-btn-prev .play-icons::after,
.fullscreen-banner .carousel-btn-next .play-icons::before,
.fullscreen-banner .carousel-btn-next .play-icons::after {
  border-left-color: var(--brand-primary, #131415); }

.fullscreen-banner .carousel-btn-pause svg path,
.fullscreen-banner .carousel-btn-prev svg path,
.fullscreen-banner .carousel-btn-next svg path {
  fill: var(--brand-primary, #131415); }

.fullscreen-banner .carousel-btn-pause:hover::after, .fullscreen-banner .carousel-btn-pause:focus::after,
.fullscreen-banner .carousel-btn-prev:hover::after,
.fullscreen-banner .carousel-btn-prev:focus::after,
.fullscreen-banner .carousel-btn-next:hover::after,
.fullscreen-banner .carousel-btn-next:focus::after {
  opacity: 1; }

.fullscreen-banner .carousel-btn-pause:hover .play-icons::before, .fullscreen-banner .carousel-btn-pause:hover .play-icons::after, .fullscreen-banner .carousel-btn-pause:focus .play-icons::before, .fullscreen-banner .carousel-btn-pause:focus .play-icons::after,
.fullscreen-banner .carousel-btn-prev:hover .play-icons::before,
.fullscreen-banner .carousel-btn-prev:hover .play-icons::after,
.fullscreen-banner .carousel-btn-prev:focus .play-icons::before,
.fullscreen-banner .carousel-btn-prev:focus .play-icons::after,
.fullscreen-banner .carousel-btn-next:hover .play-icons::before,
.fullscreen-banner .carousel-btn-next:hover .play-icons::after,
.fullscreen-banner .carousel-btn-next:focus .play-icons::before,
.fullscreen-banner .carousel-btn-next:focus .play-icons::after {
  border-left-color: currentColor; }

.fullscreen-banner .carousel-btn-pause:hover svg path, .fullscreen-banner .carousel-btn-pause:focus svg path,
.fullscreen-banner .carousel-btn-prev:hover svg path,
.fullscreen-banner .carousel-btn-prev:focus svg path,
.fullscreen-banner .carousel-btn-next:hover svg path,
.fullscreen-banner .carousel-btn-next:focus svg path {
  fill: currentColor; }

.fullscreen-banner .carousel-btn-next::after {
  border-color: transparent;
  opacity: 1; }

.fullscreen-banner .carousel-btn-next:hover::after, .fullscreen-banner .carousel-btn-next:focus::after {
  border-color: transparent;
  opacity: 1; }

.fullscreen-banner .progress svg path:last-child {
  stroke: var(--brand-primary, #131415);
  stroke-opacity: 1; }

.carousel-wrapper .number-controls {
  color: var(--brand-primary, #131415); }

.carousel-wrapper .carousel-btn-next:hover::before {
  opacity: 0; }

.carousel-wrapper .carousel-btn-pause::before,
.carousel-wrapper .carousel-btn-prev::before {
  background-color: transparent;
  opacity: 1; }

.carousel-wrapper .carousel-btn-pause::after,
.carousel-wrapper .carousel-btn-prev::after {
  border-color: currentColor;
  opacity: 0.2; }

.carousel-wrapper .carousel-btn-pause .play-icons::before, .carousel-wrapper .carousel-btn-pause .play-icons::after,
.carousel-wrapper .carousel-btn-prev .play-icons::before,
.carousel-wrapper .carousel-btn-prev .play-icons::after {
  border-left-color: var(--brand-primary, #131415); }

.carousel-wrapper .carousel-btn-pause svg path,
.carousel-wrapper .carousel-btn-prev svg path {
  fill: var(--brand-primary, #131415); }

.carousel-wrapper .carousel-btn-pause:hover::before, .carousel-wrapper .carousel-btn-pause:focus::before,
.carousel-wrapper .carousel-btn-prev:hover::before,
.carousel-wrapper .carousel-btn-prev:focus::before {
  opacity: 0.2; }

.carousel-wrapper .carousel-btn-pause:hover::after, .carousel-wrapper .carousel-btn-pause:focus::after,
.carousel-wrapper .carousel-btn-prev:hover::after,
.carousel-wrapper .carousel-btn-prev:focus::after {
  opacity: 1; }

.carousel-wrapper .carousel-btn-pause:hover .play-icons::before, .carousel-wrapper .carousel-btn-pause:hover .play-icons::after, .carousel-wrapper .carousel-btn-pause:focus .play-icons::before, .carousel-wrapper .carousel-btn-pause:focus .play-icons::after,
.carousel-wrapper .carousel-btn-prev:hover .play-icons::before,
.carousel-wrapper .carousel-btn-prev:hover .play-icons::after,
.carousel-wrapper .carousel-btn-prev:focus .play-icons::before,
.carousel-wrapper .carousel-btn-prev:focus .play-icons::after {
  border-left-color: currentColor; }

.carousel-wrapper .carousel-btn-pause:hover svg path, .carousel-wrapper .carousel-btn-pause:focus svg path,
.carousel-wrapper .carousel-btn-prev:hover svg path,
.carousel-wrapper .carousel-btn-prev:focus svg path {
  fill: var(--brand-primary, #131415); }

.carousel-wrapper .progress svg path:last-child {
  stroke: var(--brand-primary, #131415);
  stroke-opacity: 1; }

@media (max-width: 991.98px) {
  .fullscreen-banner .carousel-btn-pause .play-icons::before, .fullscreen-banner .carousel-btn-pause .play-icons::after,
  .carousel-wrapper .carousel-btn-pause .play-icons::before,
  .carousel-wrapper .carousel-btn-pause .play-icons::after {
    border-left-color: var(--brand-primary, #131415); }
  .fullscreen-banner .carousel-btn-pause .play-icons:hover::before, .fullscreen-banner .carousel-btn-pause .play-icons:hover::after, .fullscreen-banner .carousel-btn-pause .play-icons:focus::before, .fullscreen-banner .carousel-btn-pause .play-icons:focus::after,
  .carousel-wrapper .carousel-btn-pause .play-icons:hover::before,
  .carousel-wrapper .carousel-btn-pause .play-icons:hover::after,
  .carousel-wrapper .carousel-btn-pause .play-icons:focus::before,
  .carousel-wrapper .carousel-btn-pause .play-icons:focus::after {
    border-left-color: var(--brand-primary, #131415); }
  .fullscreen-banner .swiper-pagination-bullet:hover, .fullscreen-banner .swiper-pagination-bullet:focus,
  .carousel-wrapper .swiper-pagination-bullet:hover,
  .carousel-wrapper .swiper-pagination-bullet:focus {
    background-color: var(--brand-secondary, #fff); }
  .fullscreen-banner .swiper-pagination-bullet-active,
  .carousel-wrapper .swiper-pagination-bullet-active {
    background-color: var(--brand-primary, #131415); } }

.theme-wrapper {
  width: 100%;
  height: 100%; }

/*
.slide-theme-dark {
	.slide-content {
		.banner-detail-gradient {
			background-image: linear-gradient(
				0deg,
				rgba(27, 27, 27, 1) 0%,
				rgba(27, 27, 27, 0.6) 60%,
				rgba(27, 27, 27, 0) 100%
			);
		}

		.banner-detail-text {
			.subheader,
			h1 {
				color: $white;
			}
		}

		.button-group {
			.btn-primary {
				color: $black;
				background-color: $white;
				border: 2px solid $white;
				&:hover,
				&:not(:disabled):not(.disabled):active,
				&:focus,
				&:active {
					text-decoration: none !important;
					box-shadow: none !important;
					color: $button-primary-hover-text-color;
					background-color: $button-primary-hover-bg-color;
					border-color: $button-primary-hover-border-color;
				}
			}

			.btn-secondary {
				color: $white;
				background: $button-secondary-bg-color;
				border: 2px solid $button-secondary-border-color;
				&:hover,
				&:not(:disabled):not(.disabled):active,
				&:focus,
				&:active {
					text-decoration: none;
					box-shadow: none !important;
					background: $button-secondary-hover-bg-color;
					border-color: $button-secondary-hover-border-color;
				}
			}
		}
	}

	.swiper-sm-controls {
		background-color: rgba(27, 27, 27, 1);
		.swiper-pagination-bullet-active {
			background-color: $white;
		}
		.swiper-pagination-bullet {
			color: $white-60;
		}
	}

	.number-controls,
	.swiper-sm-controls {
		.current-slide-wrapper {
			color: $white;
		}

		.carousel-btn-prev,
		.carousel-btn-next,
		.carousel-btn-pause {
			&:hover,
			&:focus {
				svg {
					path {
						fill: $white;
					}
				}
			}
		}

		.carousel-btn-prev,
		.carousel-btn-pause {
			&::after {
				// circle outline
				border-color: $white;
				opacity: 1;
			}
		}

		svg {
			path {
				fill: $white;
			}
		}

		.carousel-btn-pause {
			.play-icons {
				&::before,
				&::after {
					border-left-color: $white;
				}
			}
		}
	}
	.progress {
		svg {
			path {
				&:first-child {
					stroke: $white;
					stroke-opacity: 0.5;
				}

				&:last-child {
					stroke: $white;
				}
			}
		}
	}
}
*/
.partners-container {
  background-color: #eee;
  padding-bottom: 50px;
  padding-top: 50px; }
  .partners-container .partners-wrapper {
    margin: 70px 0 0; }
    .partners-container .partners-wrapper:first-child {
      margin: 0; }
  .partners-container .partners-row {
    margin-top: 40px; }
    .partners-container .partners-row:first-child {
      margin-top: 0; }

.partner-banner img {
  max-width: 100%; }

.event-credits .partners-row h3 {
  color: #000; }

.partners-section {
  text-transform: uppercase;
  background-color: #eee; }
  .partners-section .principle a {
    margin-right: 38px; }
  .partners-section .principle img {
    max-width: 100px;
    max-height: 70px; }
  .partners-section .principle .row-title {
    height: 65px; }
  .partners-section .major a {
    margin-right: 20px; }
  .partners-section .major img {
    max-width: 80px;
    max-height: 40px; }
  .partners-section .major .row-title {
    height: 35px; }
  .partners-section .gold a {
    margin-right: 12px; }
  .partners-section .gold img {
    max-width: 75px;
    max-height: 40px; }
  .partners-section .gold .row-title {
    height: 35px; }
  .partners-section .partners-row {
    display: flex; }
  .partners-section .row-title {
    width: 100px;
    margin-right: 41px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3; }
  .partners-section .row-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .partners-section .row-container a {
      margin-bottom: 10px; }
      .partners-section .row-container a:last-child {
        margin-right: 0; }
    .partners-section .row-container img {
      mix-blend-mode: multiply; }

@media (min-width: 768px) {
  .partners-section .principle a {
    margin-right: 55px; }
  .partners-section .principle img {
    max-width: 160px;
    max-height: 120px; }
  .partners-section .principle .row-title {
    height: 110px; }
  .partners-section .major a {
    margin-right: 40px; }
  .partners-section .major img {
    max-width: 160px;
    max-height: 80px; }
  .partners-section .major .row-title {
    height: 70px; }
  .partners-section .gold a {
    margin-right: 20px; }
  .partners-section .gold img {
    max-width: 120px;
    max-height: 65px; }
  .partners-section .gold .row-title {
    height: 55px; }
  .partners-section .row-title {
    font-size: 16px; }
  .partners-section .row-container a {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .partners-section .principle a {
    margin-right: 80px; }
  .partners-section .principle img {
    max-width: 200px;
    max-height: 150px; }
  .partners-section .principle .row-title {
    height: 140px; }
  .partners-section .major a {
    margin-right: 60px; }
  .partners-section .major img {
    max-width: 195px;
    max-height: 100px; }
  .partners-section .major .row-title {
    height: 85px; }
  .partners-section .gold a {
    margin-right: 40px; }
  .partners-section .gold img {
    max-width: 140px;
    max-height: 80px; }
  .partners-section .gold .row-title {
    height: 50px; }
  .partners-section .partners-row {
    margin-top: 80px; }
    .partners-section .partners-row:first-child {
      margin-top: 0; }
  .partners-section .row-title {
    font-size: 18px; }
  .partners-section .row-container a {
    margin-bottom: 30px; }
  .partners-container {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (min-width: 992px) {
  .partners-row .row-title {
    font-size: 18px;
    margin-right: 80px; }
  .partners-container {
    padding-top: 100px;
    padding-bottom: 100px; } }

.partners-panel-section .partners-panel {
  margin-bottom: 40px; }
  .partners-panel-section .partners-panel:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

.partners-panel-section .panel-img-wrapper {
  display: block;
  margin-bottom: 16px;
  position: relative; }
  .partners-panel-section .panel-img-wrapper::before {
    content: "";
    display: block;
    padding-bottom: 75%; }
    @media (min-width: 768px) {
      .partners-panel-section .panel-img-wrapper::before {
        padding-bottom: 80%; } }
    @media (min-width: 992px) {
      .partners-panel-section .panel-img-wrapper::before {
        padding-bottom: 75%; } }
  @media (min-width: 992px) {
    .partners-panel-section .panel-img-wrapper {
      margin: 0; } }
  .partners-panel-section .panel-img-wrapper .panel-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }

.partners-panel-section .panel-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .partners-panel-section .panel-content .panel-title {
    font-weight: bold;
    margin: 0 0 8px; }
  .partners-panel-section .panel-content .panel-subheading {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.15em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 16px; }
  .partners-panel-section .panel-content .wysiwyg,
  .partners-panel-section .panel-content .wysiwyg p {
    font-size: 16px; }
    .partners-panel-section .panel-content .wysiwyg:last-child,
    .partners-panel-section .panel-content .wysiwyg p:last-child {
      margin-bottom: 0; }
  .partners-panel-section .panel-content .btn {
    margin: 16px 0 0; }

.news-section {
  padding-bottom: 12px; }
  .news-section .news-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90px;
    flex-basis: 90px; }
    .news-section .news-title h2 {
      position: relative;
      top: 0;
      left: 0;
      background: none;
      white-space: nowrap;
      font-family: "future", sans-serif;
      font-size: 36px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      transform: rotate(180deg);
      font-weight: 600;
      margin: 0 -0.15em; }
      @media (min-width: 768px) {
        .news-section .news-title h2 {
          font-size: 48px; } }
      @media (min-width: 992px) {
        .news-section .news-title h2 {
          font-size: 70px; } }
  .news-section .news-tile {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 32px; }
    @media (min-width: 1280px) {
      .news-section .news-tile {
        margin-bottom: 24px; } }
    .news-section .news-tile .news-img {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
      padding: 65% 0 0; }
      .news-section .news-tile .news-img img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    .news-section .news-tile p {
      font-size: 14px; }
  .news-section .news-content .news-item-date {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase; }
  .news-section .news-content .source-logo {
    display: inline-block;
    transform: translate(10px, -2px); }
  .news-section .news-content .news-item-title {
    margin: 15px 0 0;
    text-transform: uppercase; }
    .news-section .news-content .news-item-title a {
      font-weight: 700; }
  .news-section .news-content .flex-content-title {
    margin-top: 0; }
  .news-section .news-content a {
    text-decoration: none; }
  .news-section .news-link {
    position: relative;
    white-space: nowrap;
    color: var(--brand-tertiary, #f06d47);
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-left: auto; }
  .news-section .news-img-wrapper {
    margin-bottom: 15px; }

@media (min-width: 768px) {
  .news-section .news-title {
    width: 120px;
    flex-basis: 120px; }
  .news-section .news-img-wrapper {
    margin-bottom: 0; }
  .news-section .news-tile {
    flex-direction: row;
    margin-bottom: 44px; }
    .news-section .news-tile .news-img {
      width: 320px; }
    .news-section .news-tile p {
      font-size: 15px; }
  .news-section .news-content {
    height: 100%;
    padding-left: 16px; }
    .news-section .news-content .news-item-title {
      margin: 16px 0 0; } }

@media (min-width: 992px) {
  .news-section .news-content {
    padding-left: 42px; }
  .news-section .news-title {
    width: 160px;
    flex-basis: 160px; } }

@media (min-width: 1280px) {
  .news-section .news-title {
    width: 210px;
    flex-basis: 210px; }
  .news-section .news-tile {
    margin-bottom: 64px; }
    .news-section .news-tile .news-img {
      width: 626px;
      padding: 65% 0 0; } }

.insta-section-wrapper.content-section {
  margin-top: 0;
  margin-bottom: 0; }

.insta-section {
  color: var(--brand-primary, #131415);
  border-radius: 0;
  margin: 0 auto; }
  .insta-section .insta-header {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .insta-section .insta-header {
        flex-flow: row nowrap;
        margin-bottom: 30px; } }
  .insta-section h2 {
    font-family: "future", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .insta-section h2 {
        margin-bottom: 0; } }
  .insta-section .insta-subtitle {
    text-align: center;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .insta-section .insta-subtitle {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto; } }
  .insta-section .follow-us {
    justify-content: flex-start; }
  @media (min-width: 1280px) {
    .insta-section .insta-tiles {
      padding: 0; } }
  .insta-section .insta-tile {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; }
    .insta-section .insta-tile a {
      display: block;
      position: relative;
      margin-bottom: 10px;
      padding-top: 100%; }
      @media (min-width: 768px) {
        .insta-section .insta-tile a {
          margin-bottom: 0; } }
    .insta-section .insta-tile img,
    .insta-section .insta-tile video {
      max-width: 100%;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.more-events-button-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .more-events-button-container {
      margin-top: 70px;
      margin-bottom: 70px; } }
  @media (min-width: 992px) {
    .more-events-button-container {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 1280px) {
    .more-events-button-container {
      margin-top: 80px;
      margin-bottom: 80px; } }

.sticky-wrapper.sticky-active .filter-links {
  max-width: 100%;
  flex-basis: 100%;
  border-radius: 0; }

.sticky-wrapper.sticky-active .filter-links-mobile {
  padding-top: 10px; }

.filter-links-container {
  position: relative;
  z-index: 4;
  justify-content: center; }
  .filter-links-container .btn {
    white-space: nowrap; }

.filter-links {
  height: 70px;
  border-radius: 35px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.filter-links-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center; }
  .filter-links-content .filter-option {
    font-weight: 700;
    color: #f06d47;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid transparent;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.1em;
    font-size: 12px;
    transition: color 200ms, border 200ms;
    position: relative;
    padding: 15px 20px; }
    @media (min-width: 1280px) {
      .filter-links-content .filter-option {
        padding: 15px 28px; } }
    .filter-links-content .filter-option:hover, .filter-links-content .filter-option:focus {
      border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
    .filter-links-content .filter-option.active {
      color: #000;
      pointer-events: none; }
  @media (min-width: 576px) {
    .filter-links-content .display-filters {
      margin-left: 20px; } }
  @media (min-width: 768px) {
    .filter-links-content .display-filters {
      margin-left: 35px; } }
  @media (min-width: 1280px) {
    .filter-links-content .display-filters {
      margin-left: 45px; } }

.show-btn {
  display: flex;
  width: 100%;
  border: 0;
  background: 0;
  padding: 5px 0;
  text-align: left; }
  .show-btn .h4 {
    flex-grow: 1; }

.cancel-filters {
  margin-right: 10px; }

.events-favorites {
  width: 100%;
  position: relative;
  z-index: 10; }
  .events-favorites .event-tiles {
    width: 100%;
    min-height: 400px; }
  .events-favorites .no-favorites {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .events-favorites .no-favorites p {
      text-align: center;
      font-weight: bold;
      margin: 0; }
    .events-favorites .no-favorites .btn {
      margin-top: 30px; }

.page-title {
  width: 100%;
  font-family: "future", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--brand-primary, #131415);
  letter-spacing: 0.14em;
  text-transform: uppercase; }
  .page-title span {
    white-space: nowrap; }
  @media (min-width: 992px) {
    .page-title {
      font-size: 64px; } }
  @media (min-width: 1280px) {
    .page-title {
      font-size: 92px; } }

.page-flexible-content .similar-event-listing h2 {
  margin-bottom: 50px; }

.page-event-detail .infobar-button {
  text-decoration: none;
  transition: color 0.15s;
  font-weight: 700;
  color: #000;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase; }
  .page-event-detail .infobar-button span {
    border-bottom: 1px solid var(--brand-secondary, #fff); }
  .page-event-detail .infobar-button svg {
    margin-right: 8px; }
    @media (min-width: 992px) {
      .page-event-detail .infobar-button svg {
        margin-right: 10px; } }

.page-event-detail .ticket-link svg,
.page-event-detail .ticketLink svg {
  width: 24px;
  height: 24px; }

.page-event-detail .ticket-link path,
.page-event-detail .ticketLink path {
  fill: transparent; }

.page-event-detail .ticketLink img {
  width: 24px;
  height: 24px;
  margin-right: 10px; }

.page-event-detail .layout-two-column .event-detail-intro-wrapper {
  order: 1; }
  @media (min-width: 768px) {
    .page-event-detail .layout-two-column .event-detail-intro-wrapper {
      order: 0; } }

.page-event-detail .layout-two-column .event-detail-banner-wrapper {
  order: 0; }
  @media (min-width: 768px) {
    .page-event-detail .layout-two-column .event-detail-banner-wrapper {
      order: 1; } }

.page-event-detail .layout-two-column .event-detail-content-block-wrapper {
  order: 2; }

.page-event-detail .event-banner {
  position: relative;
  margin: 8px 8px 0; }
  @media (min-width: 768px) {
    .page-event-detail .event-banner {
      margin: 20px 20px 0; } }

.page-event-detail .event-title h1 {
  font-family: "future", sans-serif;
  font-size: 36px;
  color: #000;
  margin-bottom: 24px;
  margin-top: 28px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .page-event-detail .event-title h1 {
      margin-top: 48px;
      font-size: 48px; } }
  @media (min-width: 1280px) {
    .page-event-detail .event-title h1 {
      margin-bottom: 40px;
      font-size: 70px; } }

.page-event-detail .event-tile-favorite svg {
  pointer-events: none;
  width: 24px;
  height: 24px;
  display: block; }

.page-event-detail .event-tile-favorite path {
  stroke: var(--brand-tertiary, #f06d47); }

.page-event-detail .share-link {
  background-color: transparent;
  border: 0;
  position: relative; }
  .page-event-detail .share-link svg {
    pointer-events: none;
    width: 24px;
    height: 24px;
    display: block; }
    @media (min-width: 768px) {
      .page-event-detail .share-link svg {
        width: 20px;
        height: 20px; } }
  .page-event-detail .share-link .sharethis-inline-share-buttons {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .page-event-detail .share-link .sharethis-inline-share-buttons :not(.st-last) {
      display: none; }
    .page-event-detail .share-link .sharethis-inline-share-buttons .st-last {
      background-color: transparent !important;
      min-width: 0 !important; }
      .page-event-detail .share-link .sharethis-inline-share-buttons .st-last img {
        display: none !important; }

.page-event-detail .event-functions {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0;
  background-color: var(--brand-secondary, #fff); }
  .page-event-detail .event-functions > button {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    padding: 15px 20px; }
    @media (min-width: 992px) {
      .page-event-detail .event-functions > button.datesLink {
        margin-left: 0; } }
    @media (max-width: 767.98px) {
      .page-event-detail .event-functions > button {
        padding: 0.7058823529rem;
        line-height: 1; } }

.page-event-detail .partner-links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px; }
  .page-event-detail .partner-links img {
    height: 50px;
    width: auto;
    padding: 0 20px;
    object-fit: contain; }

.page-event-detail .buttons {
  display: flex; }
  .page-event-detail .buttons .btn:not(:first-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.25) !important; }
  @media (max-width: 767.98px) {
    .page-event-detail .buttons .btn-subscribe {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .page-event-detail .buttons .btn.xs {
      padding: 0.7058823529rem;
      font-size: 12px;
      line-height: 1; } }

.page-event-detail .sticky-wrapper {
  min-height: 52px;
  height: 52px; }
  @media (max-width: 767.98px) {
    .page-event-detail .sticky-wrapper {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .page-event-detail .sticky-wrapper {
      height: auto; } }
  .page-event-detail .sticky-wrapper.sticky-active .event-functions {
    max-width: 100%;
    flex-basis: 100%;
    border-top: 0;
    border-radius: 0;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  @media (max-width: 767.98px) {
    .page-event-detail .sticky-wrapper .sticky-elem {
      margin-left: 0;
      margin-right: 0; } }

.page-event-detail .event-banner-image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1; }
  .page-event-detail .event-banner-image .responsive-banner {
    object-position: center top; }
  .page-event-detail .event-banner-image::before {
    content: "";
    display: block;
    padding-top: 75%; }
    @media (min-width: 576px) {
      .page-event-detail .event-banner-image::before {
        padding-top: 75%; } }
    @media (min-width: 768px) {
      .page-event-detail .event-banner-image::before {
        padding-top: 56.25%; } }
    @media (min-width: 992px) {
      .page-event-detail .event-banner-image::before {
        padding-top: 56.25%; } }
    @media (min-width: 1280px) {
      .page-event-detail .event-banner-image::before {
        padding-top: 37.5%; } }
  .page-event-detail .event-banner-image img,
  .page-event-detail .event-banner-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.page-event-detail .two-column-event-banner-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .page-event-detail .two-column-event-banner-image {
      padding-top: 65%; } }
  @media (min-width: 768px) {
    .page-event-detail .two-column-event-banner-image {
      margin-bottom: 80px; } }
  .page-event-detail .two-column-event-banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page-event-detail .event-banner-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }
  .page-event-detail .event-banner-footer .first-divider {
    display: none; }
  @media (min-width: 768px) {
    .page-event-detail .event-banner-footer .event-producer + .event-label-section .first-divider {
      display: block; } }
  .page-event-detail .event-banner-footer .divider::before {
    content: "\2022";
    color: #777;
    opacity: 0.4;
    margin-left: 24px;
    margin-right: 24px;
    vertical-align: middle;
    line-height: 1.6; }

.page-event-detail .event-subheading {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px; }

.page-event-detail .event-intro-title {
  text-transform: uppercase;
  margin-bottom: 30px; }

.page-event-detail .event-intro-content {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-event-detail .event-intro-content {
      max-width: 320px; } }
  @media (min-width: 1280px) {
    .page-event-detail .event-intro-content {
      max-width: 408px; } }
  .page-event-detail .event-intro-content p {
    font-size: 15px; }
    @media (min-width: 992px) {
      .page-event-detail .event-intro-content p {
        font-size: 17px; } }

.page-event-detail .event-producer {
  margin-top: 16px;
  text-align: center;
  font-weight: normal;
  letter-spacing: -0.1px; }

.page-event-detail .event-label-section {
  display: flex;
  flex-flow: column wrap; }
  .page-event-detail .event-label-section > div {
    margin-left: -6px;
    margin-right: 6px; }
    @media (min-width: 768px) {
      .page-event-detail .event-label-section > div {
        padding-bottom: 0; } }
  @media (min-width: 768px) {
    .page-event-detail .event-label-section {
      padding-top: 0;
      padding-bottom: 0; } }

.page-event-detail .event-labels {
  display: flex;
  flex-wrap: wrap; }
  .page-event-detail .event-labels a {
    margin: 0 6px 5px;
    padding: 7px 8px;
    background-color: #e0e5e0;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--brand-primary, #131415);
    text-transform: uppercase;
    text-decoration: none; }
    .page-event-detail .event-labels a:hover, .page-event-detail .event-labels a:focus {
      background-color: #000;
      color: #fff; }

.page-event-detail .event-label-icons {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: -5px;
  margin-right: -5px; }
  .page-event-detail .event-label-icons .event-icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px; }
    @media (max-width: 575.98px) {
      .page-event-detail .event-label-icons .event-icon {
        margin-bottom: 8px; } }
    .page-event-detail .event-label-icons .event-icon svg,
    .page-event-detail .event-label-icons .event-icon img {
      max-width: 100%;
      max-height: 100%; }

.page-event-detail .event-info {
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .page-event-detail .event-info {
      margin-bottom: 80px; } }
  .page-event-detail .event-info h1:first-child,
  .page-event-detail .event-info h2:first-child,
  .page-event-detail .event-info h3:first-child {
    margin-top: 0; }
  .page-event-detail .event-info p {
    font-size: 15px;
    margin-bottom: 1.25rem; }
    .page-event-detail .event-info p:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .page-event-detail .event-info p {
        font-size: 17px; } }

.page-event-detail .event-review {
  margin-bottom: 40px; }
  .page-event-detail .event-review:last-child {
    margin-bottom: 0; }
  .page-event-detail .event-review .star-rating {
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 28px; }
  .page-event-detail .event-review .review-source {
    color: #000; }

.page-event-detail .ticket-details {
  color: var(--brand-primary, #131415);
  background-color: #f5f5f5; }
  @media (min-width: 992px) {
    .page-event-detail .ticket-details {
      text-align: left; } }
  .page-event-detail .ticket-details h2 {
    font-family: "future", sans-serif;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 24px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .page-event-detail .ticket-details h2 {
        margin-top: 64px; } }
    @media (min-width: 992px) {
      .page-event-detail .ticket-details h2 {
        font-size: 38px;
        margin-top: 80px;
        margin-bottom: 32px; } }
    @media (min-width: 1280px) {
      .page-event-detail .ticket-details h2 {
        margin-top: 120px;
        font-size: 50px; } }

.page-event-detail .ticket-details-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .page-event-detail .ticket-details-header {
      padding-bottom: 64px; } }
  @media (min-width: 992px) {
    .page-event-detail .ticket-details-header {
      padding-bottom: 80px; } }
  @media (min-width: 1280px) {
    .page-event-detail .ticket-details-header {
      border-bottom: 0;
      padding-bottom: 64px; } }
  .page-event-detail .ticket-details-header .btn {
    width: 100%; }
    @media (min-width: 768px) {
      .page-event-detail .ticket-details-header .btn {
        width: auto; } }
  .page-event-detail .ticket-details-header .btn-block {
    flex-wrap: wrap; }
  .page-event-detail .ticket-details-header .btn {
    width: 50%;
    padding-top: 17px;
    padding-bottom: 17px; }
    @media (min-width: 992px) {
      .page-event-detail .ticket-details-header .btn {
        width: 200px; } }
    .page-event-detail .ticket-details-header .btn.btn-primary:hover {
      border-color: #f5f5f5; }
    .page-event-detail .ticket-details-header .btn.btn-secondary {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.25) transparent transparent transparent;
      border-width: 1px; }
      .page-event-detail .ticket-details-header .btn.btn-secondary:hover {
        background-color: transparent;
        border-color: transparent; }
  .page-event-detail .ticket-details-header .btn + .btn {
    margin-left: 0;
    margin-top: 0; }
    @media (min-width: 768px) {
      .page-event-detail .ticket-details-header .btn + .btn {
        margin-top: 0;
        margin-left: 0; } }

.page-event-detail .tickets table td:first-child {
  padding-right: 10px; }
  @media (min-width: 768px) {
    .page-event-detail .tickets table td:first-child {
      padding-right: 40px; } }

.page-event-detail .ticket-detail-content {
  width: 100%; }

.page-event-detail .accessibility {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.page-event-detail .content-section {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding-top: 32px;
  row-gap: 20px; }
  @media (min-width: 768px) {
    .page-event-detail .content-section {
      gap: 12px; } }
  @media (min-width: 992px) {
    .page-event-detail .content-section {
      gap: 24px; } }
  .page-event-detail .content-section:last-child {
    flex-flow: row wrap;
    border-bottom: 0;
    position: relative; }
    @media (min-width: 768px) {
      .page-event-detail .content-section:last-child {
        flex-flow: row nowrap; } }
  .page-event-detail .content-section .content-title {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    text-align: left;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .page-event-detail .content-section .content-title {
        width: 240px; } }
    @media (min-width: 992px) {
      .page-event-detail .content-section .content-title {
        font-size: 20px;
        letter-spacing: 3px;
        line-height: 1.4;
        width: 300px; } }
    .page-event-detail .content-section .content-title.dates-title {
      width: 100%;
      text-align: left;
      margin-top: 0;
      margin-bottom: 5px; }
  .page-event-detail .content-section .h5 {
    margin-top: 5px;
    margin-bottom: 8px;
    letter-spacing: initial; }
  .page-event-detail .content-section .content-table {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 48px; }
    @media (min-width: 992px) {
      .page-event-detail .content-section .content-table {
        width: 80%;
        margin-left: 68px;
        padding-bottom: 64px; } }
    .page-event-detail .content-section .content-table p:last-child {
      margin-bottom: 0; }
    .page-event-detail .content-section .content-table .table-days:first-child {
      width: auto; }
    .page-event-detail .content-section .content-table .table-days .performance-icon::before {
      width: 18px;
      height: 18px;
      background-size: 18px 18px;
      display: inline-block;
      margin-right: 0; }
  .page-event-detail .content-section.dates td {
    vertical-align: top; }
  @media (min-width: 768px) {
    .page-event-detail .content-section.accessibility-block {
      flex-flow: row nowrap; } }
  .page-event-detail .content-section .content-details .date-content,
  .page-event-detail .content-section .content-details .tickets-content,
  .page-event-detail .content-section .content-details .accessibility-list {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .page-event-detail .content-section .content-details .session-time,
  .page-event-detail .content-section .content-details .ticket-price {
    width: 80px;
    word-wrap: break-word; }
  .page-event-detail .content-section .content-details .date-content .date-times .session {
    display: flex;
    gap: 12px; }
    .page-event-detail .content-section .content-details .date-content .date-times .session .access-list {
      display: flex;
      gap: 8px; }
      .page-event-detail .content-section .content-details .date-content .date-times .session .access-list .access-icon svg {
        width: 24px;
        height: 24px; }
  .page-event-detail .content-section .content-details .tickets-content .ticket-notes {
    margin-top: 16px; }
  .page-event-detail .content-section .content-details .tickets-content .ticket {
    display: flex;
    gap: 12px; }
  .page-event-detail .content-section .content-details .map-wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 24px; }
    .page-event-detail .content-section .content-details .map-wrapper .map-container {
      width: 240px;
      height: 140px; }
    .page-event-detail .content-section .content-details .map-wrapper .venue-details {
      max-width: 360px;
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .page-event-detail .content-section .content-details .map-wrapper .venue-details > * {
        margin-bottom: 0; }
      .page-event-detail .content-section .content-details .map-wrapper .venue-details .get-directions-btn {
        padding: 0;
        width: fit-content; }
  .page-event-detail .content-section .content-details .accessibility-list .access-item {
    display: flex;
    align-items: center;
    gap: 16px; }
    .page-event-detail .content-section .content-details .accessibility-list .access-item .access-icon svg {
      width: 24px;
      height: 24px; }
  .page-event-detail .content-section .content-details .accessibility-notes {
    margin-top: 24px; }
    @media (min-width: 768px) {
      .page-event-detail .content-section .content-details .accessibility-notes {
        max-width: 70%; } }
    @media (min-width: 992px) {
      .page-event-detail .content-section .content-details .accessibility-notes {
        max-width: 84%; } }

.page-event-detail .map-wrap.embed-responsive {
  width: 100%;
  height: 100%; }

.page-event-detail .map-wrap::before {
  padding-top: 40%; }

.page-event-detail .map-wrap iframe {
  background-color: rgba(224, 229, 224, 0.4); }

.page-event-detail .access-options {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }

.page-event-detail .access-option {
  display: flex;
  align-items: center;
  margin-bottom: 8px; }
  .page-event-detail .access-option > svg,
  .page-event-detail .access-option > img {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
    flex-shrink: 0;
    padding: 2px; }
  .page-event-detail .access-option path[fill] {
    fill: var(--brand-primary, #131415); }
  .page-event-detail .access-option g[fill="#000"] {
    fill: var(--brand-primary, #131415); }

.page-event-detail .access-option-inline > svg,
.page-event-detail .access-option-inline > img {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  flex-shrink: 0;
  padding: 2px; }

.page-event-detail .access-option-inline path[fill] {
  fill: var(--brand-primary, #131415); }

.page-event-detail .access-option-inline g[fill="#000"] {
  fill: var(--brand-primary, #131415); }

.page-event-detail .access-option.english-no-barrier-span path.st2, .page-event-detail .access-option.English.No.Barrier-span path.st2,
.page-event-detail .access-option-inline.english-no-barrier-span path.st2,
.page-event-detail .access-option-inline.English.No.Barrier-span path.st2 {
  fill: var(--brand-primary, #131415); }

.page-event-detail .content-detail {
  padding-top: 30px;
  padding-bottom: 48px;
  text-align: start;
  flex-grow: 1; }
  @media (min-width: 992px) {
    .page-event-detail .content-detail {
      margin-left: 68px;
      width: 80%;
      padding-bottom: 64px; } }

.page-event-detail .card-body {
  padding-bottom: 24px; }
  .page-event-detail .card-body td.artist-title {
    padding-right: 100px; }

.page-event-detail .carousel-wrapper .swiper-button-prev,
.page-event-detail .carousel-wrapper .swiper-button-next {
  z-index: 1; }

.page-event-detail .similar-event-listing .similar-event-listing-title {
  display: flex;
  flex-flow: column nowrap; }
  @media (min-width: 768px) {
    .page-event-detail .similar-event-listing .similar-event-listing-title {
      flex-flow: row nowrap;
      justify-content: space-between; } }
  .page-event-detail .similar-event-listing .similar-event-listing-title h2 {
    max-width: 626px;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .page-event-detail .similar-event-listing .similar-event-listing-title .btn-link, .page-event-detail .similar-event-listing .similar-event-listing-title .remove-player-btn, .page-event-detail .similar-event-listing .similar-event-listing-title .return-homepage-link {
    font-size: 24px;
    justify-content: flex-start;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .page-event-detail .similar-event-listing .similar-event-listing-title .btn-link, .page-event-detail .similar-event-listing .similar-event-listing-title .remove-player-btn, .page-event-detail .similar-event-listing .similar-event-listing-title .return-homepage-link {
        margin-top: 0; } }

.page-event-detail .similar-event-listing .events-container {
  padding-top: 30px; }
  @media (min-width: 1280px) {
    .page-event-detail .similar-event-listing .events-container {
      padding-top: 60px; } }

.page-event-detail .similar-event-listing .event-tiles {
  margin-bottom: -40px; }

.page-event-detail .icon-links {
  display: flex;
  padding: 15px 20px; }
  @media (max-width: 767.98px) {
    .page-event-detail .icon-links {
      padding: 0.7058823529rem; } }
  .page-event-detail .icon-links > button {
    padding: 0; }
    .page-event-detail .icon-links > button + button {
      margin-left: 15px; }
      @media (max-width: 767.98px) {
        .page-event-detail .icon-links > button + button {
          margin-left: 12px; } }

.page-event-detail table td {
  padding-top: 6px;
  padding-bottom: 6px; }

.page-event-detail td p:last-child {
  margin-bottom: 0; }

.page-event-detail .table-days > span > span {
  display: block; }

.page-event-detail .partners-row {
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .page-event-detail .partners-row {
      margin-bottom: 80px; } }

.page-event-detail .events-accordion {
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .page-event-detail .events-accordion {
      margin-bottom: 80px; } }
  .page-event-detail .events-accordion:last-child {
    margin-bottom: 0; }
  .page-event-detail .events-accordion .card-header {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2); }
    .page-event-detail .events-accordion .card-header .card-header-btn {
      justify-content: space-between;
      width: 100%;
      padding: 20px 0 24px; }
      .page-event-detail .events-accordion .card-header .card-header-btn h3 {
        margin: 0; }
      .page-event-detail .events-accordion .card-header .card-header-btn .accordion-toggle svg {
        transform: rotate(135deg);
        transition: transform 200ms ease; }
      .page-event-detail .events-accordion .card-header .card-header-btn.collapsed .accordion-toggle svg {
        transform: rotate(0deg); }

@media (max-width: 575.98px) {
  .page-event-detail .event-producer {
    margin-top: 16px; }
  .page-event-detail .event-labels a {
    margin-bottom: 8px; }
  .page-event-detail .event-label-section > div {
    padding-bottom: 2px; }
  .page-event-detail .event-label-icons {
    width: 100%; } }

@media (min-width: 768px) {
  .page-event-detail .event-banner-footer {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px 0; }
  .page-event-detail .event-labels {
    padding: 0; }
  .page-event-detail .event-producer {
    margin-top: 0; }
  .page-event-detail .event-functions {
    transition: border-radius 300ms, margin 300ms;
    background-color: #fff;
    border-radius: 2px; }
  .page-event-detail .similar-event-listing .events-container {
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .page-event-detail .similar-event-listing .events-container {
    margin-bottom: 80px; }
  .page-event-detail .event-reviews {
    margin-bottom: 40px; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .page-event-detail .event-reviews {
      margin-bottom: 80px; } }

@media (min-width: 992px) {
    .page-event-detail .event-reviews .review-quotation blockquote {
      font-family: "Cormorant", serif;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.5px;
      font-weight: 500;
      font-style: normal; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .page-event-detail .event-reviews .review-quotation blockquote {
        font-size: 36px;
        line-height: 44px; } }

@media (min-width: 992px) {
  .event-tile-favorite svg,
  .share-link svg {
    width: 24px;
    height: 24px; } }

.filter-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  display: flex;
  z-index: 91;
  transition: transform 200ms; }
  .filter-menu .show {
    transform: translateX(-100%); }
  .filter-menu hr {
    margin: 0;
    border-color: #dcdcdc;
    border-width: 1px; }
  .filter-menu .buttons-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-grow: 2;
    margin-left: -10px; }
    .filter-menu .buttons-wrapper div {
      height: 100%; }
    .filter-menu .buttons-wrapper h5 {
      margin: 0; }

.filter-buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .filter-buttons {
      padding: 25px 0; } }

.title-row {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .title-row .h4 {
    margin: 0;
    font-size: 20px; }

.options-wrapper {
  padding: 20px;
  overflow-y: auto; }
  .options-wrapper h4 {
    font-size: 16px;
    color: #1d1e1f;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .options-wrapper h4 {
        margin-top: 0; } }
    .options-wrapper h4 .custom-check {
      line-height: 25px; }

.show-btn {
  display: flex;
  width: 100%; }
  .show-btn .h4 {
    flex-grow: 1;
    transition: color 100ms; }
  .show-btn path {
    transition: fill 100ms; }
  .show-btn:hover .h4, .show-btn:focus .h4 {
    color: var(--brand-primary, #131415); }
  .show-btn:hover path, .show-btn:focus path {
    fill: var(--brand-primary, #131415); }

.add-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: transform 200ms;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .add-filter button[class*="cancel-"] {
    margin-right: auto; }

.selected-filters {
  width: 100%;
  top: 0;
  bottom: 0;
  /* padding: 10px 8px; */
  position: absolute;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 200ms; }

.genreButtons,
.dateButtons {
  display: flex;
  align-items: center; }

.dateButtons .buttons-wrapper {
  flex-direction: column; }

.genreButtonsContainer,
.dateButtonsContainer {
  display: flex;
  flex-wrap: wrap; }

.filter-title {
  height: 62px;
  background-color: var(--brand-primary, #131415);
  display: flex;
  align-items: center; }

.filter-title h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px; }

.filters {
  padding: 0 20px;
  overflow-y: auto;
  position: absolute;
  top: 100px;
  bottom: 78px;
  width: 100%; }
  @media (max-width: 575.98px) {
    .filters {
      top: 62px;
      bottom: 60px; } }

.actions-container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 20px;
  box-shadow: inset 0 1px 0 0 #dcdcdc; }
  .actions-container .close-popup {
    margin-right: 30px; }
  .actions-container .remove-filters {
    margin-right: auto; }
    .actions-container .remove-filters svg {
      width: 15px;
      height: 15px; }
  @media (max-width: 575.98px) {
    .actions-container {
      padding: 0 15px;
      font-size: 15px; }
      .actions-container .btn-primary {
        padding-left: 10px;
        padding-right: 10px; } }

.actions {
  display: flex;
  justify-content: flex-end; }

.selected-filter-button {
  font-size: 12px;
  font-weight: normal;
  height: 24px;
  border: 1px solid #777;
  border-radius: 12px;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #fff;
  color: #000;
  transition: color 100ms; }
  .selected-filter-button svg {
    margin-top: -2px;
    margin-left: 3px; }
  .selected-filter-button:hover, .selected-filter-button:focus {
    color: var(--brand-primary, #131415); }

.special-time-options {
  margin-top: 30px; }

.quick-date {
  margin-bottom: 20px; }

.filter-img {
  padding-left: 60px; }
  .filter-img [type="checkbox"],
  .filter-img [type="radio"] {
    margin-left: -60px; }
  .filter-img > svg,
  .filter-img > img {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: -25px;
    vertical-align: middle; }

/*
.wheelchair-span {
	&::before {
		background-image: url(../img/svg/wheelchair-black.svg);
	}
}

.auslan-span {
	&::before {
		background-image: url(../img/svg/auslan-black.svg);
	}
}

.audio-dict-span {
	&::before {
		background-image: url(../img/svg/ad-black.svg);
	}
}

.captioning-span {
	&::before {
		background-image: url(../img/svg/captioned.svg);
	}
}

.described-span {
	&::before {
		background-image: url(../img/svg/english-no-barrier.svg);
	}
}

.tactile-span {
	&::before {
		background-image: url(../img/svg/tactile-black.svg);
	}
}

.relaxed-span {
	&::before {
		background-image: url(../img/svg/relaxed.svg);
	}
}

.assistive-span {
	&::before {
		background-image: url(../img/svg/assistive-listening-black.svg);
	}
}

.vision-50-less-span {
	&::before {
		background-image: url(../img/svg/vision-50-less.svg);
	}
}

.vision-50-span {
	&::before {
		background-image: url(../img/svg/vision-50.svg);
	}
}

.vision-75-span {
	&::before {
		background-image: url(../img/svg/vision-75.svg);
	}
}

.vision-100-span {
	&::before {
		background-image: url(../img/svg/vision-100.svg);
	}
}
*/
@media (min-width: 576px) {
  .filter-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms, visibility 200ms 200ms; }
    .filter-background.show {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
  .selected-filters::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms, visibility 200ms 200ms; }
  .selected-filters.pushed-back {
    transform: scale(0.9) translate3d(calc(-100% - 140px), 0, 0); }
    .selected-filters.pushed-back::after {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
  .filter-menu {
    right: -516px;
    width: 516px; }
  .filter-title {
    height: 100px; }
  .add-filter {
    min-width: 516px; }
  .selected-filters {
    width: 516px; }
  .actions-container {
    height: 77px; } }

.page-flexible-content .page-header.short-heading::after {
  /* sass-lint:disable-block force-element-nesting force-pseudo-nesting mixins-before-declarations */
  bottom: -20px; }
  @media (min-width: 768px) {
    .page-flexible-content .page-header.short-heading::after {
      bottom: -30px; } }
  @media (min-width: 768px) {
    .page-flexible-content .page-header.short-heading::after {
      bottom: -40px; } }
  @media (min-width: 992px) {
    .page-flexible-content .page-header.short-heading::after {
      bottom: -50px; } }
  @media (min-width: 1280px) {
    .page-flexible-content .page-header.short-heading::after {
      bottom: -60px; } }

.page-flexible-content .two-tile-panel {
  padding-top: 0; }

.banner-img {
  position: relative;
  width: 100%;
  border-radius: 0;
  z-index: 1; }

.sitemap-links > .row {
  background-color: rgba(224, 229, 224, 0.4);
  color: var(--brand-primary, #131415);
  border-radius: 0;
  padding: 40px 30px;
  margin: 40px 0; }
  @media (min-width: 992px) {
    .sitemap-links > .row {
      padding: 40px 0; } }
  @media (min-width: 1280px) {
    .sitemap-links > .row {
      padding: 64px 0; } }

.sitemap-links .sitemap-title {
  text-align: center;
  margin-bottom: 40px; }
  .sitemap-links .sitemap-title h2 {
    margin-bottom: 0;
    text-transform: uppercase; }

.sitemap-links ul {
  padding: 0;
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .sitemap-links ul {
      text-align: left; } }

.sitemap-links li {
  text-decoration: none;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .sitemap-links li {
      margin-bottom: 16px; } }
  .sitemap-links li:last-child {
    margin-bottom: 0; }
  .sitemap-links li .btn {
    line-height: 1.5; }

.sitemap-links a {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.14em;
  line-height: 20px;
  text-decoration: none;
  font-size: 16px;
  color: var(--brand-primary, #131415);
  font-weight: 400;
  transition: transform 200ms ease, font-weight 200ms ease; }
  .sitemap-links a:hover, .sitemap-links a:focus {
    transform: skew(-12deg);
    font-weight: 700; }

@media (min-width: 576px) {
  .sitemap-links ul {
    columns: 2; } }

@media (min-width: 992px) {
  .sitemap-links ul {
    columns: 2; } }

@media (min-width: 1280px) {
  .sitemap-links ul {
    columns: 2;
    column-gap: 64px; } }

.sitemap-links .btn-current-page {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.2); }

@media (min-width: 768px) {
  .page-flexible-content .banner-img-container {
    min-height: 300px; } }

@media (min-width: 992px) {
  .sitemap-links .sitemap-title {
    text-align: start;
    margin-bottom: 0; } }

.flexible-accordion {
  margin-top: 60px; }
  .flexible-accordion > h2,
  .flexible-accordion > .h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .flexible-accordion .accordion-anchor {
    display: block;
    position: relative;
    width: 1px;
    height: 1px;
    top: -88px; }
    @media (min-width: 576px) {
      .flexible-accordion .accordion-anchor {
        top: -98px; } }
    @media (min-width: 768px) {
      .flexible-accordion .accordion-anchor {
        top: -120px; } }
    @media (min-width: 992px) {
      .flexible-accordion .accordion-anchor {
        top: -128px; } }
  .flexible-accordion .event-spiel h3 {
    margin-top: 0;
    margin-bottom: 30px; }
  .flexible-accordion .event-spiel p:last-child {
    margin-bottom: 0; }
  .flexible-accordion .event-spiel + .partners-row,
  .flexible-accordion .event-spiel + .accordion {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .flexible-accordion .event-spiel + .partners-row,
      .flexible-accordion .event-spiel + .accordion {
        margin-top: 60px; } }
  .flexible-accordion .card {
    margin-bottom: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.25); }
    .flexible-accordion .card table {
      width: 100%; }
    .flexible-accordion .card img {
      margin: 5px 0;
      width: 138px;
      height: 80px;
      object-fit: contain; }
  .flexible-accordion .card-body li {
    list-style-type: inherit;
    margin: 12px 24px; }
  @media (max-width: 767.98px) {
    .flexible-accordion .card-body.wysiwyg-content p {
      font-size: 14px; } }
  .flexible-accordion .card-body p {
    font-size: 15px; }
    @media (min-width: 992px) {
      .flexible-accordion .card-body p {
        font-size: 16px; } }
    .flexible-accordion .card-body p:last-child {
      margin-bottom: 0; }
  .flexible-accordion .accordion h3,
  .flexible-accordion .accordion h4 {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    text-align: left;
    color: #000; }
  .flexible-accordion .partners-row {
    width: 100%;
    padding: 27px 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #dcdcdc; }
    @media (min-width: 576px) {
      .flexible-accordion .partners-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    .flexible-accordion .partners-row h3 {
      margin-right: 50px;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .flexible-accordion .partners-row h3 {
          margin-bottom: 0; } }
  .flexible-accordion .partner-links {
    margin-bottom: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 576px) {
      .flexible-accordion .partner-links {
        padding: 0 0 0 50px; } }
    @media (min-width: 768px) {
      .flexible-accordion .partner-links {
        max-width: 75%;
        justify-content: flex-end; } }
    .flexible-accordion .partner-links img {
      height: 50px;
      width: auto;
      padding: 0 20px;
      object-fit: contain;
      margin-bottom: 20px; }
  .flexible-accordion .card-header {
    display: flex;
    justify-content: space-between; }
  .flexible-accordion .card-header-btn {
    width: 100%;
    padding: 32px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px; }
    @media (max-width: 575.98px) {
      .flexible-accordion .card-header-btn {
        flex-direction: column;
        gap: 12px; }
        .flexible-accordion .card-header-btn .accordion-toggle:not(.mobile) {
          width: 100%; } }
    .flexible-accordion .card-header-btn:hover, .flexible-accordion .card-header-btn:focus {
      text-decoration: none; }
    .flexible-accordion .card-header-btn .accordion-toggle.mobile {
      display: none; }
      @media (max-width: 575.98px) {
        .flexible-accordion .card-header-btn .accordion-toggle.mobile {
          display: flex;
          width: 36px;
          height: 36px; } }
      .flexible-accordion .card-header-btn .accordion-toggle.mobile .arrow-icon {
        padding: 10px; }
    .flexible-accordion .card-header-btn .accordion-toggle.desktop {
      display: flex;
      gap: 12px; }
      .flexible-accordion .card-header-btn .accordion-toggle.desktop .primary-cta {
        font-style: normal;
        width: 184px; }
        @media (max-width: 575.98px) {
          .flexible-accordion .card-header-btn .accordion-toggle.desktop .primary-cta {
            width: 100%; } }
    .flexible-accordion .card-header-btn .accordion-toggle .primary-cta,
    .flexible-accordion .card-header-btn .accordion-toggle .show-info-button {
      font-size: 13px;
      padding: 12px 20px; }
      @media (min-width: 768px) {
        .flexible-accordion .card-header-btn .accordion-toggle .primary-cta,
        .flexible-accordion .card-header-btn .accordion-toggle .show-info-button {
          font-size: 14px;
          padding: 17px 28px; } }
      @media (min-width: 992px) {
        .flexible-accordion .card-header-btn .accordion-toggle .primary-cta,
        .flexible-accordion .card-header-btn .accordion-toggle .show-info-button {
          padding: 19px 32px;
          font-size: 14px; } }
    .flexible-accordion .card-header-btn .accordion-toggle .show-info-button {
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 2px;
      text-transform: uppercase;
      display: flex;
      gap: 10px; }
      @media (max-width: 575.98px) {
        .flexible-accordion .card-header-btn .accordion-toggle .show-info-button {
          display: none; } }
    .flexible-accordion .card-header-btn .accordion-toggle .show-text {
      display: none; }
    .flexible-accordion .card-header-btn .accordion-toggle svg {
      width: 12px;
      height: 12px;
      color: #000;
      transition: transform 200ms ease;
      transform: rotate(0deg); }
    .flexible-accordion .card-header-btn.collapsed .accordion-toggle .hide-text {
      display: none; }
    .flexible-accordion .card-header-btn.collapsed .accordion-toggle .show-text {
      display: block; }
    .flexible-accordion .card-header-btn.collapsed .accordion-toggle svg {
      transform: rotate(180deg); }
  .flexible-accordion .header-top {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .flexible-accordion .heading-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px; }
    .flexible-accordion .heading-block .date-range {
      text-transform: capitalize;
      margin-bottom: 0; }
  .flexible-accordion .event-notes {
    border-top: 1px solid rgba(0, 0, 0, 0.25); }
    @media (min-width: 768px) {
      .flexible-accordion .event-notes::before {
        content: "";
        width: 1px;
        height: 16px;
        background-color: #b9bdc1;
        display: block;
        position: absolute;
        top: 0;
        left: 200px; } }
    @media (min-width: 992px) {
      .flexible-accordion .event-notes::before {
        left: 258px; } }

.accordion-section .title-header {
  margin-bottom: 32px; }

.accordion-section .btn-subscribe {
  font-size: 13px;
  padding: 12px 20px; }
  @media (min-width: 768px) {
    .accordion-section .btn-subscribe {
      font-size: 14px;
      padding: 17px 28px; } }
  @media (min-width: 992px) {
    .accordion-section .btn-subscribe {
      padding: 19px 32px;
      font-size: 14px; } }

/**
 * @package PickMeUp
 * @author  Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @license 0BSD
 */
.pickmeup {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  touch-action: manipulation;
  width: 100%; }
  .pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pickmeup.pmu-flat {
    position: relative; }
  .pickmeup.pmu-hidden {
    display: none; }
  .pickmeup .pmu-instance {
    display: inline-block;
    padding: 0.5em;
    text-align: center;
    width: 100%;
    padding-top: 20px; }
    .pickmeup .pmu-instance nav:first-child {
      display: flex;
      justify-content: center;
      max-width: 270px;
      margin: 0 auto; }
      .pickmeup .pmu-instance nav:first-child .pmu-prev,
      .pickmeup .pmu-instance nav:first-child .pmu-next {
        position: relative;
        background-color: transparent;
        visibility: visible !important; }
        .pickmeup .pmu-instance nav:first-child .pmu-prev[style="visibility: hidden;"],
        .pickmeup .pmu-instance nav:first-child .pmu-next[style="visibility: hidden;"] {
          opacity: 0.5; }
    .pickmeup .pmu-instance .pmu-prev,
    .pickmeup .pmu-instance .pmu-next {
      overflow: hidden; }
      .pickmeup .pmu-instance .pmu-prev::after,
      .pickmeup .pmu-instance .pmu-next::after {
        display: block;
        float: left; }
    .pickmeup .pmu-instance .pmu-prev::after {
      content: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8H1M1 8L7.97436 1M1 8L7.97436 15' stroke='black' stroke-linecap='square'/%3E%3C/svg%3E%0A"); }
    .pickmeup .pmu-instance .pmu-next::after {
      content: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H17M17 8L10.0256 1M17 8L10.0256 15' stroke='black' stroke-linecap='square'/%3E%3C/svg%3E%0A"); }
    .pickmeup .pmu-instance .pmu-button {
      color: #000;
      cursor: pointer;
      text-decoration: none;
      width: 32px;
      height: 32px;
      font-size: 10px;
      font-weight: 700;
      border-radius: 16px;
      margin: 5px 4px;
      vertical-align: middle;
      line-height: 32px;
      letter-spacing: 0.14em;
      background-color: #fff;
      text-align: center; }
    .pickmeup .pmu-instance .pmu-not-in-month {
      cursor: default; }
    .pickmeup .pmu-instance .pmu-days .pmu-button:not(.pmu-disabled):not(.pmu-not-in-month):hover {
      background: var(--brand-tertiary, #f06d47);
      color: #fff; }
    .pickmeup .pmu-instance .pmu-not-in-month {
      color: transparent !important;
      background-color: transparent !important; }
    .pickmeup .pmu-instance .pmu-disabled,
    .pickmeup .pmu-instance .pmu-disabled:hover {
      color: #777;
      background-color: transparent;
      cursor: default; }
    .pickmeup .pmu-instance .pmu-selected {
      background: var(--brand-tertiary, #f06d47);
      color: #fff;
      outline-color: #000;
      font-weight: normal; }
    .pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
      background: #17384d; }
    .pickmeup .pmu-instance nav {
      color: #000;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      line-height: 2em; }
      .pickmeup .pmu-instance nav .pmu-prev,
      .pickmeup .pmu-instance nav .pmu-next {
        display: none;
        height: 32px;
        width: 20px;
        padding: 5px 0;
        border-radius: 0; }
      .pickmeup .pmu-instance nav .pmu-month {
        width: auto;
        flex-grow: 1;
        color: #1d1e1f;
        background-color: transparent;
        padding: 7px 10px 0;
        cursor: default; }
    .pickmeup .pmu-instance .pmu-years,
    .pickmeup .pmu-instance .pmu-months {
      color: #1d1e1f; }
      .pickmeup .pmu-instance .pmu-years *,
      .pickmeup .pmu-instance .pmu-months * {
        display: inline-block;
        line-height: 3.6em;
        width: 3.5em; }
    .pickmeup .pmu-instance .pmu-day-of-week {
      color: #000;
      cursor: default;
      font-size: 10px;
      font-weight: 700; }
    .pickmeup .pmu-instance .pmu-day-of-week,
    .pickmeup .pmu-instance .pmu-days {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: 280px;
      text-align: left;
      padding-top: 12px; }
      .pickmeup .pmu-instance .pmu-day-of-week .pmu-button,
      .pickmeup .pmu-instance .pmu-days .pmu-button {
        display: inline-block; }
      .pickmeup .pmu-instance .pmu-day-of-week .pmu-button:not(.pmu-not-in-month) ~ .pmu-not-in-month,
      .pickmeup .pmu-instance .pmu-days .pmu-button:not(.pmu-not-in-month) ~ .pmu-not-in-month {
        display: none; }
    .pickmeup .pmu-instance .pmu-day-of-week * {
      font-size: 10px;
      line-height: 1;
      text-align: center;
      font-weight: 700;
      flex-grow: 1;
      flex-basis: 0; }
  .pickmeup .pmu-instance:first-child .pmu-prev,
  .pickmeup .pmu-instance:last-child .pmu-next {
    display: block; }
  .pickmeup:not(.pmu-view-days) .pmu-days,
  .pickmeup:not(.pmu-view-days) .pmu-day-of-week,
  .pickmeup:not(.pmu-view-months) .pmu-months,
  .pickmeup:not(.pmu-view-years) .pmu-years {
    display: none; }

.header-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: flex;
  justify-content: center; }

.header-month {
  margin-bottom: 6px;
  color: #000;
  text-transform: uppercase;
  margin-right: 7px; }

.header-year {
  color: #767676; }

@media (min-width: 576px) {
  .pickmeup {
    width: 460px; }
    .pickmeup .pmu-instance {
      width: 15em;
      padding-top: 0.5em; }
      .pickmeup .pmu-instance .pmu-days {
        top: 10px;
        padding-bottom: 15px; }
      .pickmeup .pmu-instance .pmu-day-of-week,
      .pickmeup .pmu-instance .pmu-days {
        position: relative;
        left: 155px;
        transform: translateX(0); }
      .pickmeup .pmu-instance .pmu-day-of-week {
        padding: 0;
        margin-top: -22px; }
      .pickmeup .pmu-instance .pmu-prev,
      .pickmeup .pmu-instance .pmu-next {
        top: 70px;
        left: -57px;
        margin-right: 20px; }
      .pickmeup .pmu-instance .pmu-month {
        position: absolute;
        top: 20px;
        left: -24px; }
    .pickmeup .header-text {
      flex-direction: column;
      align-items: flex-start;
      margin-left: 40px; } }

.page-search .page-header {
  padding: 60px 0 50px; }

.page-search .gsc-control-wrapper-cse {
  margin: 60px 0; }
  .page-search .gsc-control-wrapper-cse .gsc-results-wrapper-overlay {
    background: transparent; }

.page-search .gsc-result {
  min-height: 150px; }
  .page-search .gsc-result a {
    color: var(--brand-primary, #131415) !important; }

.page-search .gsc-expansionArea {
  margin-bottom: 60px; }

.gsc-results-close-btn-visible {
  display: none !important; }

.gcsc-find-more-on-google-branding {
  display: none !important; }

.gsc-orderby-container {
  display: none; }

.search-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .search-header h1 {
    margin-bottom: 0;
    padding-bottom: 0; }
  .search-header .input-wrapper {
    display: flex;
    align-items: center;
    padding: 0; }
  .search-header .gsc-search-button {
    background-color: transparent;
    padding-left: 0;
    padding-right: 8px;
    border-color: transparent; }
  .search-header .custom-input {
    color: var(--menu-text-color, var(--brand-primary, #131415));
    font-size: 22px;
    background: 0 0;
    padding: 4px;
    border: 0; }
    .search-header .custom-input:focus, .search-header .custom-input:active {
      outline: none; }
    .search-header .custom-input::placeholder {
      color: var(--menu-text-color, var(--brand-primary, #131415));
      font-size: 22px;
      opacity: 0.5; }
    @media (min-width: 768px) {
      .search-header .custom-input {
        width: 600px; } }
  .search-header .gsc-search-box {
    margin-top: 40px; }
    .search-header .gsc-search-box tr {
      display: flex; }
      .search-header .gsc-search-box tr .gsc-input {
        order: 2; }
      .search-header .gsc-search-box tr .gsc-search-button {
        order: 1;
        position: relative;
        top: 0; }
        .search-header .gsc-search-box tr .gsc-search-button path {
          fill: var(--menu-text-color, var(--brand-primary, #131415)); }
      .search-header .gsc-search-box tr td .gsc-clear-button {
        color: var(--menu-text-color, var(--brand-primary, #131415)); }
      .search-header .gsc-search-box tr .gsst_b {
        height: 100%; }
      .search-header .gsc-search-box tr .gsst_a {
        text-decoration: none;
        height: 100%; }
        .search-header .gsc-search-box tr .gsst_a .gscb_a {
          color: transparent !important;
          position: relative;
          top: 15px;
          left: 1px;
          background-image: url(/assets/img/svg/closesearch.svg) !important;
          background-repeat: no-repeat;
          text-decoration: none; }
  .search-header .gsc-input-box {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid var(--menu-text-color, var(--brand-primary, #131415)); }

.search-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  background-color: var(--menu-bg-color, var(--brand-secondary, #fff));
  z-index: 3000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms, visibility 0s 200ms;
  display: flex;
  justify-content: center;
  align-items: center; }
  .search-container.search-open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    height: 100vh; }
    .search-container.search-open .gsc-input-box {
      border-radius: 0; }
  .search-container .gsc-search-box .gsc-input > input.gsc-input {
    border: 0;
    box-shadow: none; }
    .search-container .gsc-search-box .gsc-input > input.gsc-input::placeholder {
      color: var(--menu-text-color, var(--brand-primary, #131415));
      opacity: 0.5; }
    .search-container .gsc-search-box .gsc-input > input.gsc-input:focus, .search-container .gsc-search-box .gsc-input > input.gsc-input:active {
      outline: none; }

.custom-cse {
  width: 100%;
  position: relative; }

.js-hide-search {
  position: absolute;
  z-index: 3001;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  top: 10px;
  right: 10px;
  border: 0;
  border-radius: 50%;
  background: #131415 none;
  transition: background 200ms;
  padding: 7px; }
  .js-hide-search svg {
    width: 12px;
    height: 12px; }
    .js-hide-search svg path {
      stroke: transparent;
      fill: var(--menu-bg-color, var(--brand-secondary, #fff)); }
  .js-hide-search:hover, .js-hide-search:focus {
    background: var(--brand-tertiary, #f06d47) none; }

.gscb_a {
  color: var(--brand-secondary, #fff) !important; }

.gsc-search-button.gsc-search-button-v2 svg {
  width: 25px;
  height: 25px; }
  .gsc-search-button.gsc-search-button-v2 svg path {
    stroke: var(--brand-primary, #131415); }

.gsc-search-button.gsc-search-button-v2:hover svg path {
  stroke: var(--brand-tertiary, #f06d47); }

.gsc-control-searchbox-only {
  padding: 0 10%;
  max-width: 1200px;
  margin: 0 auto; }
  .gsc-control-searchbox-only input.gsc-input {
    text-indent: 0 !important;
    background-image: none !important;
    font-size: 42px; }
    .gsc-control-searchbox-only input.gsc-input::placeholder {
      font-size: 42px; }
  .gsc-control-searchbox-only .gsc-input-box {
    border: 0;
    border-bottom: 2px solid var(--menu-text-color, var(--brand-primary, #131415)); }
    @media (min-width: 576px) {
      .gsc-control-searchbox-only .gsc-input-box {
        border-bottom-width: 4px; } }
  .gsc-control-searchbox-only .gsc-input-box,
  .gsc-control-searchbox-only .gsc-input {
    background-color: var(--menu-bg-color, var(--brand-secondary, #fff)) !important;
    color: var(--menu-text-color, var(--brand-primary, #131415)); }
  .gsc-control-searchbox-only .gsc-search-button-v2 {
    background: none;
    border: 0;
    margin-left: 15px;
    padding: 0; }
    .gsc-control-searchbox-only .gsc-search-button-v2 svg {
      width: 35px;
      height: 35px; }
  .gsc-control-searchbox-only .gsc-input {
    width: 100%; }

#___gcse_2 {
  width: 100%; }
  #___gcse_2 div.gs-visibleUrl,
  #___gcse_2 .gs-title,
  #___gcse_2 .gcsc-find-more-on-google {
    color: var(--brand-primary, #131415);
    font-family: "future", sans-serif; }
  #___gcse_2 div.gs-visibleUrl {
    font-weight: bold; }
  #___gcse_2 .gs-title {
    font-size: 20px; }
    #___gcse_2 .gs-title:hover {
      text-decoration: none; }
  #___gcse_2 .gcsc-find-more-on-google-magnifier {
    fill: var(--brand-primary, #131415); }

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

.gsc-control-wrapper-cse .gsc-modal-background-image-visible {
  display: none; }

.gsc-control-wrapper-cse .gsc-tabsArea {
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  justify-content: center;
  border-bottom: 0;
  padding: 0 40px; }
  @media (min-width: 576px) {
    .gsc-control-wrapper-cse .gsc-tabsArea {
      border-bottom: 0;
      background-color: var(--brand-secondary, #fff);
      height: 70px;
      border-radius: 35px;
      display: flex;
      align-items: center;
      position: relative;
      justify-content: center;
      flex-wrap: nowrap; } }
  .gsc-control-wrapper-cse .gsc-tabsArea .gsc-inline-block {
    margin: 0 6px; }
    @media (min-width: 576px) {
      .gsc-control-wrapper-cse .gsc-tabsArea .gsc-inline-block {
        margin: 0 12px; } }
  .gsc-control-wrapper-cse .gsc-tabsArea .nav-link {
    text-decoration: none;
    font-weight: bold;
    transition: border-bottom 200ms ease; }
    @media (min-width: 576px) {
      .gsc-control-wrapper-cse .gsc-tabsArea .nav-link:hover, .gsc-control-wrapper-cse .gsc-tabsArea .nav-link:focus {
        text-decoration: none;
        position: relative;
        color: var(--brand-tertiary, #f06d47); }
        .gsc-control-wrapper-cse .gsc-tabsArea .nav-link:hover::before, .gsc-control-wrapper-cse .gsc-tabsArea .nav-link:focus::before {
          position: absolute;
          content: "";
          border-bottom: 2px solid var(--brand-tertiary, #f06d47);
          bottom: 2px;
          left: 0;
          right: 0; } }
    .gsc-control-wrapper-cse .gsc-tabsArea .nav-link.active {
      text-decoration: none;
      position: relative;
      color: var(--brand-tertiary, #f06d47); }
      .gsc-control-wrapper-cse .gsc-tabsArea .nav-link.active::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid var(--brand-tertiary, #f06d47);
        bottom: 2px;
        left: 0;
        right: 0; }

.gsc-control-wrapper-cse .gsc-refinementsGradient {
  background: none;
  border-radius: 0; }

.gsc-control-wrapper-cse .gsc-results-wrapper-overlay {
  border: 0;
  margin: auto;
  border-radius: 0;
  overflow: hidden;
  height: auto;
  box-shadow: none;
  /* border-collapse: separate; */
  background: var(--brand-secondary, #fff);
  padding: 0;
  width: 100%;
  position: static !important;
  opacity: 0;
  z-index: 100002;
  visibility: hidden;
  transition: all 0.25s linear;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888'); }

.gs-bidi-start-align {
  color: var(--brand-primary, #131415); }

.gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important; }
  .gsc-control-cse .gs-result .gs-title .gs-title * {
    font-size: inherit; }

.gsc-positioningWrapper {
  display: flex;
  justify-content: center; }

.gsc-refinementBlock {
  display: flex;
  justify-content: center;
  min-width: 250px; }
  .gsc-refinementBlock .gsc-tabHeader {
    padding: 0 2px;
    margin: 0 3px; }
    .gsc-refinementBlock .gsc-tabHeader.gsc-tabhInactive, .gsc-refinementBlock .gsc-tabHeader.gsc-tabhActive {
      background-color: transparent;
      color: var(--brand-secondary, #fff);
      font-size: 1rem;
      font-weight: bold;
      min-width: max-content;
      border-bottom: 2px solid transparent;
      padding-bottom: 0; }
      .gsc-refinementBlock .gsc-tabHeader.gsc-tabhInactive:hover, .gsc-refinementBlock .gsc-tabHeader.gsc-tabhActive:hover {
        border-bottom: 2px solid var(--brand-primary, #131415); }
    .gsc-refinementBlock .gsc-tabHeader.gsc-tabhActive {
      border-bottom: 2px solid var(--brand-primary, #131415); }

.gsc-wrapper {
  min-height: 300px; }

.gsc-wrapper .gs-web-image-box,
.gsc-above-wrapper-area .gs-web-image-box {
  width: 100% !important;
  height: auto !important;
  max-height: 310px; }
  .gsc-wrapper .gs-web-image-box img.gs-image,
  .gsc-above-wrapper-area .gs-web-image-box img.gs-image {
    min-width: 100%;
    height: auto !important;
    max-height: 300px;
    border: 0; }

.gsc-wrapper .gsc-result .gsc-table-cell-snippet-close,
.gsc-above-wrapper-area .gsc-result .gsc-table-cell-snippet-close {
  position: relative; }

.gsc-wrapper .gsc-result .gs-snippet,
.gsc-above-wrapper-area .gsc-result .gs-snippet {
  margin-left: -210px; }
  .gsc-wrapper .gsc-result .gs-snippet.gs-bidi-start-align,
  .gsc-above-wrapper-area .gsc-result .gs-snippet.gs-bidi-start-align {
    margin-left: 0;
    display: inline-block; }

.search-form {
  display: flex;
  align-items: center; }

.results-list .tile {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  @media (min-width: 576px) {
    .results-list .tile {
      flex-direction: row;
      align-items: center;
      padding: 15px 0; } }

.results-list .media {
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .results-list .media {
      margin-bottom: 0;
      margin-right: 30px; } }
  .results-list .media img {
    width: 100%;
    max-height: 300px;
    object-fit: cover; }
    @media (min-width: 576px) {
      .results-list .media img {
        width: 200px;
        height: 100px;
        max-width: none; } }

.results-list .text .title {
  margin-top: 0; }

.results-list .text .location-link {
  font-weight: 700; }

.results-list .text p {
  font-size: 0.7647058824rem;
  margin-bottom: 5px; }

@media (max-width: 575.98px) {
  .gsc-wrapper .gs-result {
    display: flex;
    flex-direction: column; }
    .gsc-wrapper .gs-result .gsc-thumbnail-inside .gs-title {
      display: none; }
    .gsc-wrapper .gs-result .gsc-url-top {
      display: none; }
    .gsc-wrapper .gs-result .gsc-url-bottom {
      display: block;
      color: var(--brand-primary, #131415) !important; }
    .gsc-wrapper .gs-result .gs-snippet {
      order: 4;
      position: relative; }
    .gsc-wrapper .gs-result .gsc-table-cell-snippet-close {
      display: flex;
      flex-direction: column; }
      .gsc-wrapper .gs-result .gsc-table-cell-snippet-close .gs-title {
        display: block;
        overflow: visible; }
  .gsc-control-searchbox-only {
    padding: 0 15% 0 10%; }
    .gsc-control-searchbox-only input.gsc-input {
      text-indent: 0 !important;
      background-image: none !important;
      font-size: 22px; }
      .gsc-control-searchbox-only input.gsc-input::placeholder {
        font-size: 22px;
        opacity: 0.5; } }

@media (min-width: 576px) {
  .gsc-wrapper .gsc-result {
    margin-left: 230px !important; }
  .gsc-wrapper .gs-web-image-box {
    left: -230px;
    max-width: 200px;
    height: auto !important;
    max-height: 200px;
    position: relative;
    top: -50px; }
  .gsc-refinementBlock {
    justify-content: space-around; }
    .gsc-refinementBlock .gsc-tabHeader.gsc-tabhInactive, .gsc-refinementBlock .gsc-tabHeader.gsc-tabhActive {
      background-color: transparent;
      color: var(--brand-primary, #131415);
      font-size: 1rem;
      font-weight: bold;
      min-width: max-content;
      border-bottom: 2px solid var(--brand-primary, #131415);
      padding-bottom: 0; }
      .gsc-refinementBlock .gsc-tabHeader.gsc-tabhInactive:hover, .gsc-refinementBlock .gsc-tabHeader.gsc-tabhActive:hover {
        border-bottom: 2px solid var(--brand-secondary, #fff); }
    .gsc-refinementBlock .gsc-tabHeader.gsc-tabhActive {
      border-bottom: 2px solid var(--brand-secondary, #fff); }
  .search-header #gsc-i-id2 {
    width: 400px !important; }
  .search-header .gsc-search-box {
    margin-top: 60px; } }

@media (min-width: 576px) {
  .gsc-wrapper .gsc-table-cell-thumbnail,
  .gsc-above-wrapper-area .gsc-table-cell-thumbnail {
    position: absolute; }
  .gsc-wrapper .gs-web-image-box img.gs-image,
  .gsc-above-wrapper-area .gs-web-image-box img.gs-image {
    min-width: 200px;
    height: auto !important;
    max-height: 133.3px;
    object-fit: cover; }
  .gsc-wrapper .gs-web-image-box a.gs-image,
  .gsc-above-wrapper-area .gs-web-image-box a.gs-image {
    display: block;
    min-width: 200px; } }

@media (min-width: 768px) {
  .search-header #gsc-i-id2 {
    width: 600px !important; } }

@media (min-width: 992px) {
  .js-hide-search {
    top: 20px;
    right: 20px; } }

.page-blog-listing .eventful-search-bar .search-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  @media (min-width: 576px) {
    .page-blog-listing .eventful-search-bar .search-bar {
      width: fit-content;
      flex-direction: row; } }
  .page-blog-listing .eventful-search-bar .search-bar .filter-label {
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.1em;
    padding: 15px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center; }
    @media (min-width: 576px) {
      .page-blog-listing .eventful-search-bar .search-bar .filter-label {
        width: auto;
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        border-bottom: 0;
        text-align: left; } }
  .page-blog-listing .eventful-search-bar .search-bar .filter-dropdown {
    flex: 0 0 auto;
    width: 210px;
    margin: auto; }
    @media (min-width: 576px) {
      .page-blog-listing .eventful-search-bar .search-bar .filter-dropdown {
        min-width: 210px;
        margin: 0; } }
    .page-blog-listing .eventful-search-bar .search-bar .filter-dropdown .form-control {
      background-color: transparent;
      background-position: right 18px center;
      font-size: 12px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 15px 20px; }

.page-blog-listing .back-to-all {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  margin-top: -15px;
  margin-bottom: 35px; }

.page-blog-listing .featured-articles .featured-article-image {
  order: 1; }
  .page-blog-listing .featured-articles .featured-article-image::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 51%; }
    @media (min-width: 992px) {
      .page-blog-listing .featured-articles .featured-article-image::before {
        padding-top: 57%; } }
    @media (min-width: 1280px) {
      .page-blog-listing .featured-articles .featured-article-image::before {
        padding-top: 65%; } }
  .page-blog-listing .featured-articles .featured-article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 992px) {
    .page-blog-listing .featured-articles .featured-article-image {
      order: 2; } }

.page-blog-listing .featured-articles .featured-article-body {
  order: 2; }
  @media (min-width: 1280px) {
    .page-blog-listing .featured-articles .featured-article-body .featured-article-body-content {
      max-width: 436px; } }
  .page-blog-listing .featured-articles .featured-article-body h2 {
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .page-blog-listing .featured-articles .featured-article-body h2 {
        font-size: 24px; } }

.page-blog-listing .featured-articles .featured-article-text {
  margin-bottom: 15px;
  margin-top: 20px; }
  @media (min-width: 1280px) {
    .page-blog-listing .featured-articles .featured-article-text {
      margin: 32px 0;
      order: 1; } }

.page-blog-listing .featured-articles .featured-article-date {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #000;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .page-blog-listing .featured-articles .featured-article-date {
      margin-top: 0; } }
  @media (min-width: 1280px) {
    .page-blog-listing .featured-articles .featured-article-date {
      margin-bottom: 32px; } }

.page-blog-listing .featured-articles .btn {
  margin-top: 5px; }

.page-blog-listing .featured-articles .tile-categories,
.page-blog-listing .article-tiles .tile-categories {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px; }
  @media (min-width: 1280px) {
    .page-blog-listing .featured-articles .tile-categories,
    .page-blog-listing .article-tiles .tile-categories {
      margin-bottom: 24px; } }
  .page-blog-listing .featured-articles .tile-categories a,
  .page-blog-listing .article-tiles .tile-categories a {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    font-weight: 700;
    background-color: #e0e5e0;
    padding: 7px 8px 5px;
    margin-right: 12px;
    transition: background 200ms;
    z-index: 1;
    text-decoration: none; }
    .page-blog-listing .featured-articles .tile-categories a:hover, .page-blog-listing .featured-articles .tile-categories a:active, .page-blog-listing .featured-articles .tile-categories a:focus,
    .page-blog-listing .article-tiles .tile-categories a:hover,
    .page-blog-listing .article-tiles .tile-categories a:active,
    .page-blog-listing .article-tiles .tile-categories a:focus {
      text-decoration: none;
      background-color: #000; }
      .page-blog-listing .featured-articles .tile-categories a:hover .tile-label, .page-blog-listing .featured-articles .tile-categories a:active .tile-label, .page-blog-listing .featured-articles .tile-categories a:focus .tile-label,
      .page-blog-listing .article-tiles .tile-categories a:hover .tile-label,
      .page-blog-listing .article-tiles .tile-categories a:active .tile-label,
      .page-blog-listing .article-tiles .tile-categories a:focus .tile-label {
        color: #fff; }
  .page-blog-listing .featured-articles .tile-categories .tile-label,
  .page-blog-listing .article-tiles .tile-categories .tile-label {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    white-space: nowrap;
    transition: color 200ms; }

.page-blog-listing .article-tiles {
  min-height: 420px; }
  .page-blog-listing .article-tiles .tile-categories {
    margin-bottom: 12px; }
  .page-blog-listing .article-tiles.no-results {
    min-height: 88px; }

.page-blog-listing .article-tile {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .page-blog-listing .article-tile {
      margin-bottom: 50px; } }
  .page-blog-listing .article-tile .event-tile-header {
    position: relative;
    overflow: hidden;
    z-index: 10;
    margin-bottom: 12px; }
    @media (min-width: 1280px) {
      .page-blog-listing .article-tile .event-tile-header {
        margin-bottom: 20px; } }
    .page-blog-listing .article-tile .event-tile-header .tile-more-info {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      transform: translateY(100%);
      transition: transform 200ms ease-in; }
      .page-blog-listing .article-tile .event-tile-header .tile-more-info .btn {
        position: absolute;
        z-index: 1;
        bottom: 20px; }
    .touch .page-blog-listing .article-tile .event-tile-header .open-info, .touch
    .page-blog-listing .article-tile .event-tile-header .close-info {
      position: absolute;
      display: block;
      top: auto;
      right: 10px;
      bottom: 10px;
      left: auto;
      width: 32px;
      height: 32px;
      appearance: none;
      border: 0;
      border-radius: 50%;
      overflow: hidden; }
    .no-touch .page-blog-listing .article-tile .event-tile-header .open-info, .no-touch
    .page-blog-listing .article-tile .event-tile-header .close-info {
      display: none; }
    .page-blog-listing .article-tile .event-tile-header .open-info {
      background: var(--brand-primary, #131415) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDYgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi41MDAyMyAyLjk5OTk1TDIuNTAwNyAzTDIuNDk5NzYgMi45OTkwMkMzLjMyODE4IDIuOTk5MDIgNCAyLjMyNzQxIDQgMS40OTkyN1YxLjQ5OTc0QzQuMDAwNDcgMC42NzExMzUgMy4zMjg2NCAwIDIuNTAwMjMgMEMxLjY3MTM1IDAgMSAwLjY3MTEzNSAxIDEuNDk5NzRDMSAyLjMyODM1IDEuNjcxMzUgMi45OTk0OCAyLjUwMDIzIDIuOTk5OTVaTTAgNkMwIDUuNDQ3NzIgMC40NDc3MTUgNSAxIDVIM0MzLjU1MjI4IDUgNCA1LjQ0NzcyIDQgNlYxNUg1QzUuNTUyMjggMTUgNiAxNS40NDc3IDYgMTZDNiAxNi41NTIzIDUuNTUyMjggMTcgNSAxN0gzSDFDMC40NDc3MTUgMTcgMCAxNi41NTIzIDAgMTZDMCAxNS40NDc3IDAuNDQ3NzE1IDE1IDEgMTVIMlY3SDFDMC40NDc3MTUgNyAwIDYuNTUyMjggMCA2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat center center/7px 16px;
      z-index: 25; }
    .page-blog-listing .article-tile .event-tile-header .close-info {
      background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3535 1.35363L15.7071 1.00008L15 0.292969L14.6464 0.646522L7.99998 7.29295L1.35355 0.646524L1 0.292969L0.292894 1.00008L0.646447 1.35363L7.29287 8.00006L0.646401 14.6465L0.292847 15.0001L0.999954 15.7072L1.35351 15.3536L7.99998 8.70717L14.6464 15.3536L15 15.7072L15.7071 15.0001L15.3535 14.6465L8.70708 8.00006L15.3535 1.35363Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center center/16px 16px;
      z-index: 24; }
    .page-blog-listing .article-tile .event-tile-header.active .tile-more-info {
      transform: none; }
    .page-blog-listing .article-tile .event-tile-header.active .close-info {
      z-index: 26; }
    .page-blog-listing .article-tile .event-tile-header:hover {
      cursor: pointer; }
      .no-touch .page-blog-listing .article-tile .event-tile-header:hover .tile-more-info {
        transform: none; }
  .page-blog-listing .article-tile .img-wrapper {
    background: rgba(224, 229, 224, 0.4); }
  .page-blog-listing .article-tile h3,
  .page-blog-listing .article-tile .h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400; }
    .page-blog-listing .article-tile h3 a,
    .page-blog-listing .article-tile .h3 a {
      text-decoration: none;
      color: inherit;
      font-weight: 400;
      text-transform: none; }
      .page-blog-listing .article-tile h3 a::after,
      .page-blog-listing .article-tile .h3 a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
  .page-blog-listing .article-tile .article-tile-date {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px; }

.page-blog-listing .more-articles-button-container {
  justify-content: center;
  margin-top: 24px; }
  @media (min-width: 992px) {
    .page-blog-listing .more-articles-button-container {
      margin-top: 0; } }
  .page-blog-listing .more-articles-button-container .btn-link, .page-blog-listing .more-articles-button-container .remove-player-btn, .page-blog-listing .more-articles-button-container .return-homepage-link {
    font-size: 24px; }

.blog-article[class^="theme-"], .blog-article[class*=" theme-"] {
  background-color: #fff !important;
  color: #000 !important; }

.blog-article:not(.theme-white) .site-header .nav-utils .calendar-btn {
  --button-secondary-bg-color: transparent;
  --button-secondary-border-color: transparent;
  --button-secondary-hover-bg-color: transparent; }

.blog-article .page-header {
  position: relative;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 0;
  margin: 0; }
  @media (min-width: 992px) {
    .blog-article .page-header {
      padding-top: 60px; } }
  .blog-article .page-header .article-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--page-header-background, #fff);
    height: 50%; }
  .blog-article .page-header .article-back {
    position: relative;
    z-index: 1;
    margin-bottom: 24px; }
    @media (min-width: 992px) {
      .blog-article .page-header .article-back {
        margin-bottom: 0; } }
    .blog-article .page-header .article-back svg {
      transform: rotate(180deg);
      margin: -2px 5px 0 0; }
    .blog-article .page-header .article-back:hover path, .blog-article .page-header .article-back:focus path {
      fill: #000; }
  .blog-article .page-header .article-controls {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    row-gap: 8px;
    margin-top: 24px; }
    @media (min-width: 992px) {
      .blog-article .page-header .article-controls {
        flex-flow: row nowrap;
        justify-content: space-between;
        margin-top: 40px; } }
    .blog-article .page-header .article-controls .article-date {
      font-size: 12px;
      line-height: 1.1;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      text-align: center; }
  .blog-article .page-header h1 {
    margin: 24px 0;
    text-align: center; }
    @media (min-width: 992px) {
      .blog-article .page-header h1 {
        margin: 32px 0; } }
  .blog-article .page-header .article-categories {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 8px;
    row-gap: 10px; }
    .blog-article .page-header .article-categories a {
      position: relative;
      padding: 7px 8px 5px;
      background-color: #e0e5e0;
      font-size: 0.5882352941rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #131415;
      line-height: 1;
      text-decoration: none;
      transition: background 200ms;
      z-index: 1; }
      .blog-article .page-header .article-categories a:hover, .blog-article .page-header .article-categories a:active, .blog-article .page-header .article-categories a:focus {
        text-decoration: none;
        background-color: var(--brand-primary, #131415); }
        .blog-article .page-header .article-categories a:hover .category-label, .blog-article .page-header .article-categories a:active .category-label, .blog-article .page-header .article-categories a:focus .category-label {
          color: #fff; }
    .blog-article .page-header .article-categories .category-label {
      display: block;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      white-space: nowrap;
      transition: color 200ms; }

.blog-article .blog-carousel-margin-helper {
  margin-top: 50px; }

.blog-article .article-container {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1280px) {
    .blog-article .article-container {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .blog-article .article-container .tile-swiper {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .blog-article .article-container .tile-swiper {
        margin-top: 40px;
        margin-bottom: 40px;
        /*
				.container > .row > .col-12 {
					max-width: percentage(10/12);
					margin: auto;
				}
				*/ } }
    @media (min-width: 992px) {
      body:not(.page-flexible-content) .blog-article .article-container .tile-swiper {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media (min-width: 1280px) {
      .blog-article .article-container .tile-swiper {
        margin-top: 70px;
        margin-bottom: 80px;
        /*
				.container > .row > .col-12 {
					max-width: percentage(8/12);
					margin: auto;
				}
				*/ } }

.blog-article .article-banner-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%; }
  .blog-article .article-banner-image img {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0; }

.blog-article .article-image .image-container {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 62.5%; }
  @media (min-width: 992px) {
    .blog-article .article-image .image-container {
      padding-top: 52.1%; } }
  .blog-article .article-image .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.blog-article .article-image p {
  font-size: 0.5882352941rem;
  color: #767676;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px; }

.blog-article .quote-wrapper {
  text-align: center; }

.blog-article .article-content h1,
.blog-article .article-content h2,
.blog-article .article-content h3,
.blog-article .article-content h4,
.blog-article .article-content h5,
.blog-article .article-content h6 {
  text-transform: uppercase;
  margin-bottom: 30px; }
  .blog-article .article-content h1:first-child,
  .blog-article .article-content h2:first-child,
  .blog-article .article-content h3:first-child,
  .blog-article .article-content h4:first-child,
  .blog-article .article-content h5:first-child,
  .blog-article .article-content h6:first-child {
    margin-top: 0; }

.blog-article .article-content p {
  margin-bottom: 30px; }
  .blog-article .article-content p:last-child {
    margin-bottom: 0; }

.blog-article .article-content ol,
.blog-article .article-content ul {
  margin-bottom: 30px; }

.blog-article .article-content .quote-wrapper,
.blog-article .article-content .article-image {
  margin-bottom: 60px;
  margin-top: 60px; }

@media (min-width: 768px) {
  .blog-article .article-content .quote-wrapper {
    margin-left: -5%;
    margin-right: -5%; } }

.blog-article .blog-wysiwyg-wrapper + .blog-wysiwyg-wrapper h1:first-child,
.blog-article .blog-wysiwyg-wrapper + .blog-wysiwyg-wrapper h2:first-child,
.blog-article .blog-wysiwyg-wrapper + .blog-wysiwyg-wrapper h3:first-child,
.blog-article .blog-wysiwyg-wrapper + .blog-wysiwyg-wrapper h4:first-child,
.blog-article .blog-wysiwyg-wrapper + .blog-wysiwyg-wrapper h5:first-child,
.blog-article .blog-wysiwyg-wrapper + .blog-wysiwyg-wrapper h6:first-child {
  margin-top: 30px; }

.blog-article .article-link-container {
  background-color: #f5f5f5;
  color: var(--brand-primary, #131415);
  padding: 0; }
  .blog-article .article-link-container > .row {
    margin: 0; }
  .blog-article .article-link-container .article-link-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 30px; }
    @media (min-width: 1280px) {
      .blog-article .article-link-container .article-link-body {
        padding: 120px 80px;
        justify-content: flex-start; } }
    .blog-article .article-link-container .article-link-body .article-link-title {
      margin: 0; }
    .blog-article .article-link-container .article-link-body .article-link-text {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.1;
      margin: 20px 0 0;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .blog-article .article-link-container .article-link-body .article-link-text {
          font-size: 28px; } }
      @media (min-width: 992px) {
        .blog-article .article-link-container .article-link-body .article-link-text {
          font-size: 32px; } }
    .blog-article .article-link-container .article-link-body .btn {
      margin: 20px 0 0;
      padding: 0;
      font-size: 14px; }
  .blog-article .article-link-container .article-link-image {
    position: relative;
    padding: 0; }
    .blog-article .article-link-container .article-link-image::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      padding-top: 71%; }
    .blog-article .article-link-container .article-link-image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.blog-article .events-container .events-header {
  justify-content: center; }
  .blog-article .events-container .events-header h2 {
    text-align: center; }

.blog-article .events-container .eventful-event-tiles {
  justify-content: center; }

.content-with-heading .wysiwyg-content {
  text-align: left; }

.content-with-heading p:last-child {
  margin-bottom: 0; }

.content-with-heading .content-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%; }
  @media (min-width: 992px) {
    .content-with-heading .content-actions {
      justify-content: flex-start; } }

.content-with-heading .btn {
  white-space: nowrap;
  margin-top: 28px;
  margin-right: 18px; }
  .content-with-heading .btn:last-child {
    margin-right: 0; }

@media (min-width: 768px) {
  .content-two-column .column-content > .row {
    margin-left: -20px;
    margin-right: -20px; }
    .content-two-column .column-content > .row > [class*="col-"] {
      padding-left: 20px;
      padding-right: 20px; } }

.content-two-column .wysiwyg-content > .h2 {
  margin-top: -0.2em; }

.content-two-column .content-item {
  margin-top: 30px; }

.content-two-column .h5 {
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0.5882352941rem; }

.content-two-column p:last-child {
  margin-bottom: 0; }

.hr-separator hr {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #767676; }

.tile-panel-section .tile-panel {
  border-bottom: 1px solid #767676;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .tile-panel-section .tile-panel:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

.tile-panel-section .panel-img-wrapper {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 0; }
  .tile-panel-section .panel-img-wrapper::before {
    content: "";
    display: block;
    padding-bottom: 76%; }
  @media (min-width: 992px) {
    .tile-panel-section .panel-img-wrapper {
      margin: 0; } }
  .tile-panel-section .panel-img-wrapper .panel-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transition: transform 200ms; }
  .tile-panel-section .panel-img-wrapper[data-toggle],
  .tile-panel-section .panel-img-wrapper a {
    cursor: pointer; }
    .tile-panel-section .panel-img-wrapper[data-toggle]:hover img,
    .tile-panel-section .panel-img-wrapper a:hover img {
      transform: scale(1.05); }

.tile-panel-section .panel-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .tile-panel-section .panel-content {
      align-items: flex-start; } }
  .tile-panel-section .panel-content .panel-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-align: center; }
    @media (min-width: 992px) {
      .tile-panel-section .panel-content .panel-title {
        font-size: 24px;
        text-align: left; } }
  .tile-panel-section .panel-content .panel-subheading {
    font-size: 14px;
    font-weight: 500;
    color: #767676;
    text-transform: uppercase;
    margin: 16px 0 0;
    text-align: center; }
    @media (min-width: 992px) {
      .tile-panel-section .panel-content .panel-subheading {
        text-align: left; } }
  .tile-panel-section .panel-content .wysiwyg-content {
    margin-top: 18px;
    text-align: center; }
    @media (min-width: 992px) {
      .tile-panel-section .panel-content .wysiwyg-content {
        text-align: left; } }
  .tile-panel-section .panel-content .panel-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media (min-width: 992px) {
      .tile-panel-section .panel-content .panel-actions {
        justify-content: flex-start; } }
  .tile-panel-section .panel-content p:last-child {
    margin-bottom: 0; }
  .tile-panel-section .panel-content .btn {
    white-space: nowrap; }
  .tile-panel-section .panel-content .btn,
  .tile-panel-section .panel-content select {
    margin-top: 24px;
    margin-right: 18px;
    width: auto; }
    .tile-panel-section .panel-content .btn:last-child,
    .tile-panel-section .panel-content select:last-child {
      margin-right: 0; }
    @media (min-width: 992px) {
      .tile-panel-section .panel-content .btn,
      .tile-panel-section .panel-content select {
        width: auto; } }
  .tile-panel-section .panel-content select, .tile-panel-section .panel-content select:focus:not(.error):not(:disabled), .tile-panel-section .panel-content select:active:not(.error):not(:disabled) {
    background-color: #fff; }

.tile-swiper {
  display: block;
  width: 100%;
  overflow-x: hidden; }
  .tile-swiper .section-heading {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 56px;
    margin: 0 0 18px;
    max-width: 6.75em;
    user-select: none;
    word-wrap: break-word;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 32px; }
    @media (min-width: 768px) {
      .tile-swiper .section-heading {
        margin: 0 0 32px;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .tile-swiper .section-heading {
        font-size: 50px; } }
    @media (min-width: 1280px) {
      .tile-swiper .section-heading {
        margin: 0 0 44px; } }
  .tile-swiper .swiper {
    position: relative;
    overflow-x: hidden; }
  .tile-swiper .swiper-button-prev,
  .tile-swiper .swiper-button-next {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 100%;
    left: auto;
    width: 44px;
    height: 0;
    padding: 0;
    margin: 0;
    margin-right: -10px;
    margin-bottom: 32px;
    color: var(--brand-primary, #131415);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    background: none;
    border-radius: 0; }
    .tile-swiper .swiper-button-prev:focus, .tile-swiper .swiper-button-prev:focus-visible,
    .tile-swiper .swiper-button-next:focus,
    .tile-swiper .swiper-button-next:focus-visible {
      outline: 1px dotted;
      box-shadow: none; }
    .tile-swiper .swiper-button-prev:focus:not(:focus-visible),
    .tile-swiper .swiper-button-next:focus:not(:focus-visible) {
      outline: none; }
    @media (min-width: 768px) {
      .tile-swiper .swiper-button-prev,
      .tile-swiper .swiper-button-next {
        height: 20px;
        margin-right: 0;
        margin-bottom: 32px; } }
    @media (min-width: 1280px) {
      .tile-swiper .swiper-button-prev,
      .tile-swiper .swiper-button-next {
        margin-bottom: 44px; } }
    .tile-swiper .swiper-button-prev svg,
    .tile-swiper .swiper-button-next svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .tile-swiper .swiper-button-prev {
    margin-right: 32px; }
    @media (min-width: 768px) {
      .tile-swiper .swiper-button-prev {
        margin-right: 44px; } }
  .tile-swiper .swiper-slide {
    position: relative;
    width: auto;
    background: transparent;
    overflow: hidden; }
  .tile-swiper .section-tile {
    position: relative;
    background: #555;
    color: #000;
    width: 232px;
    height: 216px; }
    @media (min-width: 768px) {
      .tile-swiper .section-tile {
        width: 320px;
        height: 300px; } }
    @media (min-width: 1280px) {
      .tile-swiper .section-tile {
        width: 408px;
        height: 380px; } }
    .tile-swiper .section-tile .tile-image {
      display: block;
      position: relative;
      margin: 0;
      padding: 0;
      border: 0;
      height: 0;
      padding-bottom: 66.9125%; }
      .tile-swiper .section-tile .tile-image img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        user-select: none; }
    .tile-swiper .section-tile .tile-content {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 14px 15px;
      background: #f5f5f5; }
      @media (min-width: 768px) {
        .tile-swiper .section-tile .tile-content {
          padding: 16px 18px; } }
      @media (min-width: 1280px) {
        .tile-swiper .section-tile .tile-content {
          padding: 20px 22px; } }
      .tile-swiper .section-tile .tile-content .content-heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        min-height: 51px; }
        @media (min-width: 768px) {
          .tile-swiper .section-tile .tile-content .content-heading {
            min-height: 62px; } }
        @media (min-width: 1280px) {
          .tile-swiper .section-tile .tile-content .content-heading {
            min-height: 75px; } }
      .tile-swiper .section-tile .tile-content .content-description {
        overflow: hidden;
        transition: max-height 0.25s ease 0s; }
      .tile-swiper .section-tile .tile-content .heading-main {
        margin: 0;
        color: inherit;
        font-size: 22px;
        letter-spacing: 0.15em;
        user-select: none;
        word-wrap: break-word;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .tile-swiper .section-tile .tile-content .heading-main {
            font-size: 24px; } }
      .tile-swiper .section-tile .tile-content .heading-sub {
        font-size: 10px;
        line-height: 1;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 8px;
        font-weight: 700;
        margin: 0;
        color: #000;
        user-select: none;
        word-wrap: break-word; }
      .tile-swiper .section-tile .tile-content .heading-sub + .heading-main {
        margin-top: 6px; }
        @media (min-width: 768px) {
          .tile-swiper .section-tile .tile-content .heading-sub + .heading-main {
            margin-top: 8px; } }
        @media (min-width: 1280px) {
          .tile-swiper .section-tile .tile-content .heading-sub + .heading-main {
            margin-top: 10px; } }
      .tile-swiper .section-tile .tile-content .description-text {
        color: #000;
        font-size: 14px;
        margin: 5px 0 0;
        user-select: none;
        word-wrap: break-word; }
        @media (min-width: 768px) {
          .tile-swiper .section-tile .tile-content .description-text {
            font-size: 16px;
            margin: 10px 0 0; } }
    .tile-swiper .section-tile:not(:hover):not(:active):not(:focus) .tile-content .content-description {
      max-height: 0 !important; }
    .tile-swiper .section-tile:hover .tile-content .content-description, .tile-swiper .section-tile:active .tile-content .content-description, .tile-swiper .section-tile:focus .tile-content .content-description {
      max-height: 300px; }

/*# sourceMappingURL=style.css.map */