@charset "UTF-8";
/*

@import "third-party/_all";

@import "mixins/_all";
@import "variables/_all";

@import "layout/_all";
@import "typography/_all";
@import "navigation/_all";
@import "forms/_all";
@import "media/_all";

@import "partials/_all";
@import "pages/_all";

*/
/* --------------------------------------------------------------- */
/*  Reset */
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FIGURE, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

IMG {
  border: 0; }

:focus {
  outline: 0; }

BODY {
  line-height: 1;
  color: black;
  background: white; }

OL, UL {
  list-style: none; }

TABLE {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

CAPTION, TH, TD {
  text-align: left;
  font-weight: normal; }

BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after {
  content: ""; }

BLOCKQUOTE, Q {
  quotes: "" ""; }

MAIN {
  display: block; }

HTML, BODY {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

A {
  text-decoration: none;
  color: inherit; }

/* --------------------------------------------------------------- */
/*  Remove Orange Border on Android */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

/* --------------------------------------------------------------- */
/*  Form Elemtns */
SELECT {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

BUTTON,
INPUT[type="email"],
INPUT[type="tel"],
INPUT[type="password"],
INPUT[type="text"],
INPUT[type="button"],
INPUT[type="submit"],
TEXTAREA {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

INPUT[type="text"],
INPUT[type="email"],
INPUT[type="url"],
INPUT[type="password"],
INPUT[type="search"],
INPUT[type="number"],
INPUT[type="tel"],
INPUT[type="range"],
INPUT[type="date"],
INPUT[type="month"],
INPUT[type="week"],
INPUT[type="time"],
INPUT[type="datetime"],
INPUT[type="datetime-local"],
INPUT[type="color"],
TEXTAREA,
SELECT {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* --------------------------------------------------------------- */
ABBR {
  text-decoration: none; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing,10px)*2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing,10px)*-4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing,10px)*.7);
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px; }

a.plyr__control {
  text-decoration: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing,10px)/4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing,10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing,10px)/2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing,10px)*.7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing,10px)*.7*4); }

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing,10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing,10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing,10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing,10px)*.7*2); }

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing,10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing,10px)*.7); }

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing,10px)*.7*3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height,13px)*2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px; }

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing,10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size,4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height,13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height,13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height,13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
  white-space: normal; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc((var(--plyr-range-track-height,5px)/2)*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3; }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing,10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing,10px)/2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9; }

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; } }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing,10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing,10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing,10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing,10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads:empty:after {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing,10px)/2*2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1); }

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size,4px)*-1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 4px;
  border-radius: calc(var(--plyr-tooltip-radius,5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none; }

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none; }

.plyr__preview-thumb__time-container {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius,5px) - 1px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius,5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

/* Make clicks pass-through */
#nprogress {
  --offset: 0;
  --height: 3px;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  top: var(--offset);
  left: var(--offset);
  right: var(--offset);
  height: var(--height); }
  #nprogress .bar {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #nprogress .spinner {
    display: none !important; }

.nprogress-busy * {
  cursor: progress !important; }

/* Fancy blur effect */
/*
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
*/
/* Remove these to get rid of the spinner */
/*
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
*/
.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

/*
@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1; }

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em; }

.splide__arrow:hover:not(:disabled) {
  opacity: .9; }

.splide__arrow:disabled {
  opacity: .3; }

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1; }

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px; }

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__progress__bar {
  background: #ccc;
  height: 3px; }

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

.splide__slide:focus {
  outline: 0; }

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf; } }

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf; }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf; } }

.splide__toggle {
  cursor: pointer; }

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000; }

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em; }

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em; }

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto; }

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
look all the cases here:
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
*/
/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */
.sr-only:not(:focus):not(:active),
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

:root {
  --margin-xxs: 10px;
  --margin-xs: 40px;
  --margin-sm: 55px;
  --margin-md: 80px;
  --margin-lg: 100px;
  --margin-xl: 130px;
  --margin-wrap: 35px;
  --margin-grid: 30px;
  --margin-form: 30px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    :root {
      --margin-sm: 30px;
      --margin-md: 55px;
      --margin-lg: 60px;
      --margin-xl: 75px;
      --margin-wrap: 35px; } }
  @media (max-width: 767px) {
    :root {
      --margin-xxs: 8px;
      --margin-xs: 18px;
      --margin-sm: 20px;
      --margin-md: 40px;
      --margin-lg: 40px;
      --margin-xl: 70px;
      --margin-wrap: 15px; } }

@font-face {
  font-family: "National2-Light";
  src: url("../fonts/national-2-light.woff2") format("woff2"); }

@font-face {
  font-family: "National2-Regular";
  src: url("../fonts/national-2-regular.woff2") format("woff2"); }

@font-face {
  font-family: "National2-RegularItalic";
  src: url("../fonts/national-2-regular-italic.woff2") format("woff2"); }

@font-face {
  font-family: "National2-Medium";
  src: url("../fonts/national-2-medium.woff2") format("woff2"); }

@font-face {
  font-family: "National2-Bold";
  src: url("../fonts/national-2-bold.woff2") format("woff2"); }

BODY,
BUTTON,
INPUT,
SELECT,
OPTGROUP,
TEXTAREA {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%; }

P {
  margin: 0; }

DFN, CITE, EM, I {
  font-style: inherit; }

H1, H2, H3, H4, H5, H6 {
  clear: both;
  font-weight: normal;
  margin: 0; }

.skip-p > p:first-child {
  margin-top: 0px; }

.strip-p > p:first-child {
  margin: 0px; }

.tal,
.align__left,
.text-align-left {
  text-align: left; }
  .tal .img-wrapper.autosize,
  .align__left .img-wrapper.autosize,
  .text-align-left .img-wrapper.autosize {
    margin-left: 0; }

.tac,
.align__center,
.text-align-center {
  text-align: center; }

.tar,
.align__right,
.text-align-right {
  text-align: right; }
  .tar .img-wrapper.autosize,
  .align__right .img-wrapper.autosize,
  .text-align-right .img-wrapper.autosize {
    margin-right: 0; }

@media (min-width: 768px) {
  .align__justify,
  .text-align-justify {
    text-align: justify; } }

.balance-text {
  opacity: 0; }
  .balance-text.balanced {
    opacity: 1; }

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

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

.text__strike {
  position: relative; }
  .text__strike:before {
    background-color: #0D0402;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px; }

.text__base, BODY {
  font-family: "National2-Regular", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  font-style: normal; }
  @media (max-width: 767px) {
    .text__base, BODY {
      font-size: 15px; } }

.headline__lg {
  font-family: "National2-Bold", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 30px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .headline__lg {
      font-size: 39px; } }
  @media (min-width: 1024px) {
    .headline__lg {
      font-size: 46px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .headline__lg {
      line-height: 40.5px; } }
  @media (min-width: 1024px) {
    .headline__lg {
      line-height: 51px; } }
  @media (min-width: 1024px) {
    .headline__lg {
      letter-spacing: -0.6px; } }

.headline__light-md {
  font-family: "National2-Regular", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 22px; }
  @media (min-width: 1024px) {
    .headline__light-md {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .headline__light-md {
      line-height: 37px; } }

.headline__sm {
  font-family: "National2-Medium", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 26px; }

.statement__lg {
  font-family: "National2-Light", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 23px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .statement__lg {
      font-size: 27px; } }
  @media (min-width: 1024px) {
    .statement__lg {
      font-size: 35px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .statement__lg {
      line-height: 32.5px; } }
  @media (min-width: 1024px) {
    .statement__lg {
      line-height: 42px; } }
  @media (min-width: 1024px) {
    .statement__lg {
      letter-spacing: -0.46px; } }

.statement__sm {
  font-family: "National2-Light", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 22px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .statement__sm {
      font-size: 23.5px; } }
  @media (min-width: 1024px) {
    .statement__sm {
      font-size: 26px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .statement__sm {
      line-height: 29.5px; } }
  @media (min-width: 1024px) {
    .statement__sm {
      line-height: 37px; } }
  @media (min-width: 1024px) {
    .statement__sm {
      line-height: 37px; } }

.text__lg,
.paragraph__lg {
  font-family: "National2-Regular", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px; }
  .text__lg STRONG,
  .paragraph__lg STRONG {
    font-family: "National2-Bold", serif;
    font-style: normal;
    font-weight: normal; }
  .text__lg EM, .text__lg I,
  .paragraph__lg EM,
  .paragraph__lg I {
    font-family: "National2-RegularItalic", serif;
    font-style: normal;
    font-weight: normal; }
  @media (max-width: 767px) {
    .text__lg,
    .paragraph__lg {
      font-size: 18px; } }

.text__lg-bold,
.paragraph__lg-bold {
  font-family: "National2-Medium", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px; }
  @media (max-width: 767px) {
    .text__lg-bold,
    .paragraph__lg-bold {
      font-size: 18px; } }

.paragraph__lg,
.paragraph__lg-bold {
  line-height: 25px; }
  @media (max-width: 767px) {
    .paragraph__lg,
    .paragraph__lg-bold {
      line-height: 21px; } }

.text__md,
.paragraph__md,
.wysiwyg {
  font-family: "National2-Regular", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px; }
  .text__md STRONG,
  .paragraph__md STRONG,
  .wysiwyg STRONG {
    font-family: "National2-Bold", serif;
    font-style: normal;
    font-weight: normal; }
  .text__md EM, .text__md I,
  .paragraph__md EM,
  .wysiwyg EM,
  .paragraph__md I,
  .wysiwyg I {
    font-family: "National2-RegularItalic", serif;
    font-style: normal;
    font-weight: normal; }
  @media (max-width: 767px) {
    .text__md,
    .paragraph__md,
    .wysiwyg {
      font-size: 15px; } }


.paragraph__md,
.wysiwyg {
  line-height: 23px; }
  @media (max-width: 767px) {
    
    .paragraph__md,
    .wysiwyg {
      line-height: 20px; } }

.text__md-bold {
  font-family: "National2-Medium", serif;
  font-style: normal;
  font-weight: normal; }

.text__sm,
.paragraph__sm {
  font-family: "National2-Regular", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px; }

.paragraph__sm {
  line-height: 20px; }

.wysiwyg P,
.wysiwyg > * {
  margin-bottom: 17px;
  text-wrap: pretty; }
  .wysiwyg P:last-child,
  .wysiwyg > *:last-child {
    margin-bottom: 0; }

.wysiwyg EM, .wysiwyg I {
  font-style: italic; }

.wysiwyg A {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
  text-decoration: underline; }

.wysiwyg TABLE {
  width: auto !important; }
  .wysiwyg TABLE TR {
    height: auto !important; }
  .wysiwyg TABLE TD {
    height: auto !important;
    padding: 0 40px 0 0;
    width: auto !important; }

.wysiwyg UL {
  --indent: 34px;
  list-style: none;
  padding-left: 0;
  margin-left: var(--indent);
  width: 90%;
  max-width: 900px; }
  .wysiwyg UL LI {
    list-style-type: disc;
    position: relative;
    margin-bottom: 5px; }
    .wysiwyg UL LI::marker {
      color: #0D0402; }
    .wysiwyg UL LI:last-child {
      margin-bottom: 0; }

.wysiwyg IMG {
  display: block;
  width: 100%;
  height: auto; }

.wysiwyg .wp-caption {
  width: auto !important;
  padding-top: 30px;
  padding-bottom: 30px; }

.wysiwyg .wp-caption-text {
  color: #666;
  margin-top: 6px; }

@media (min-width: 1024px) {
  .wysiwyg .wp-caption {
    margin-left: -180px; } }

@media (max-width: 767px) {
  .wysiwyg P,
  .wysiwyg > * {
    margin-bottom: 10px; }
  .wysiwyg H1, .wysiwyg H2, .wysiwyg H3, .wysiwyg H4, .wysiwyg H5 {
    margin-top: 25px; } }

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
  .clamp.--lines-1 {
    -webkit-line-clamp: 1; }
  .clamp.--lines-2 {
    -webkit-line-clamp: 2; }
  .clamp.--lines-4 {
    -webkit-line-clamp: 4; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

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

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

INPUT[type="button"],
INPUT[type="submit"],
BUTTON.button,
.button {
  display: block;
  transition: all 200ms linear;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  background-color: #0D0402;
  font-family: "National2-Bold", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  padding: 21px 60px;
  max-width: 350px; }
  INPUT[type="button"].--big,
  INPUT[type="submit"].--big,
  BUTTON.button.--big,
  .button.--big {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      INPUT[type="button"].--big,
      INPUT[type="submit"].--big,
      BUTTON.button.--big,
      .button.--big {
        padding-top: 14px;
        padding-bottom: 14px; } }
  INPUT[type="button"].--filled,
  INPUT[type="submit"].--filled,
  BUTTON.button.--filled,
  .button.--filled {
    border: 1px solid #0D0402; }
    INPUT[type="button"].--filled:hover,
    INPUT[type="submit"].--filled:hover,
    BUTTON.button.--filled:hover,
    .button.--filled:hover {
      color: #0D0402;
      background-color: white; }
  INPUT[type="button"].--outline,
  INPUT[type="submit"].--outline,
  BUTTON.button.--outline,
  .button.--outline {
    color: #0D0402;
    border: 1px solid #0D0402;
    background-color: transparent; }
    INPUT[type="button"].--outline:hover,
    INPUT[type="submit"].--outline:hover,
    BUTTON.button.--outline:hover,
    .button.--outline:hover {
      color: white;
      background-color: #0D0402; }
  INPUT[type="button"].--with-chevron,
  INPUT[type="submit"].--with-chevron,
  BUTTON.button.--with-chevron,
  .button.--with-chevron {
    --shift-amount: 5px; }
    INPUT[type="button"].--with-chevron .text,
    INPUT[type="submit"].--with-chevron .text,
    BUTTON.button.--with-chevron .text,
    .button.--with-chevron .text {
      display: inline-block;
      transition: transform 0.3s ease;
      margin-right: calc(-1 * (var(--shift-amount) * 2)); }
    INPUT[type="button"].--with-chevron .chevron,
    INPUT[type="submit"].--with-chevron .chevron,
    BUTTON.button.--with-chevron .chevron,
    .button.--with-chevron .chevron {
      display: inline-block;
      opacity: 0;
      transform: translateX(calc(-1 * var(--shift-amount)));
      transition: opacity 0.3s ease, transform 0.3s ease;
      margin-left: 10px;
      position: relative;
      top: 1px; }
    INPUT[type="button"].--with-chevron:hover .text,
    INPUT[type="submit"].--with-chevron:hover .text,
    BUTTON.button.--with-chevron:hover .text,
    .button.--with-chevron:hover .text {
      transform: translateX(calc(-1 * var(--shift-amount))); }
    INPUT[type="button"].--with-chevron:hover .chevron,
    INPUT[type="submit"].--with-chevron:hover .chevron,
    BUTTON.button.--with-chevron:hover .chevron,
    .button.--with-chevron:hover .chevron {
      opacity: 1;
      transform: translateX(0); }

.button__strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .button__strip.--centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center; }

.img-wrapper {
  transition: opacity 0.4s ease-out, transform 1s linear;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.03); }
  .img-wrapper.no-background-color {
    background-color: transparent; }
  .img-wrapper > DIV {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .img-wrapper > IMG {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    font-family: "object-fit: cover";
    object-position: center center;
    line-height: 0; }
  .img-wrapper.contain > DIV,
  .img-wrapper.contain .img-wrapper > DIV {
    background-size: contain; }
  .img-wrapper.contain IMG {
    object-fit: contain;
    font-family: "object-fit: contain"; }
  .img-wrapper.as-background {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
  .img-wrapper.rounded {
    border-radius: 20px;
    overflow: hidden; }
    .img-wrapper.rounded img {
      border-radius: 20px; }

.img-wrapper > .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  height: auto;
  top: auto; }

.img-wrapper + .caption {
  padding-top: 15px;
  max-width: 1100px;
  margin-inline: auto;
  text-align: center; }

.img-sizer .img-wrapper + .caption {
  position: absolute;
  top: auto;
  bottom: -12px; }

.video__background.--dim:after, .video__background.--dim-10:after, .video__background.--dim-15:after, .video__background.--dim-20:after, .video__background.--dim-30:after, .video__background.--dim-40:after, .video__background.effect-dim:after,
.img-wrapper.--dim:after,
.img-wrapper.--dim-10:after,
.img-wrapper.--dim-15:after,
.img-wrapper.--dim-20:after,
.img-wrapper.--dim-30:after,
.img-wrapper.--dim-40:after,
.img-wrapper.effect-dim:after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4); }

.video__background.--dim-10:after,
.img-wrapper.--dim-10:after {
  background-color: rgba(0, 0, 0, 0.1); }

.video__background.--dim-15:after,
.img-wrapper.--dim-15:after {
  background-color: rgba(0, 0, 0, 0.15); }

.video__background.--dim-20:after,
.img-wrapper.--dim-20:after {
  background-color: rgba(0, 0, 0, 0.2); }

.video__background.--dim-30:after,
.img-wrapper.--dim-30:after {
  background-color: rgba(0, 0, 0, 0.3); }

.video__background.--dim-40:after,
.img-wrapper.--dim-40:after {
  background-color: rgba(0, 0, 0, 0.4); }

.video__background.--bw DIV,
.video__background.--bw IMG, .video__background.effect-bw DIV,
.video__background.effect-bw IMG,
.img-wrapper.--bw DIV,
.img-wrapper.--bw IMG,
.img-wrapper.effect-bw DIV,
.img-wrapper.effect-bw IMG {
  filter: grayscale(100%); }

.video__background .effect-bw,
.img-wrapper .effect-bw {
  filter: grayscale(100%); }

.video__background.--bw-hover DIV,
.video__background.--bw-hover IMG, .video__background.effect-bw-hover DIV,
.video__background.effect-bw-hover IMG,
.img-wrapper.--bw-hover DIV,
.img-wrapper.--bw-hover IMG,
.img-wrapper.effect-bw-hover DIV,
.img-wrapper.effect-bw-hover IMG {
  transition: filter 400ms;
  filter: grayscale(100%); }
  .video__background.--bw-hover DIV:hover,
  .video__background.--bw-hover IMG:hover, .video__background.effect-bw-hover DIV:hover,
  .video__background.effect-bw-hover IMG:hover,
  .img-wrapper.--bw-hover DIV:hover,
  .img-wrapper.--bw-hover IMG:hover,
  .img-wrapper.effect-bw-hover DIV:hover,
  .img-wrapper.effect-bw-hover IMG:hover {
    filter: grayscale(0); }

.img-wrapper .hover-swap {
  z-index: 2;
  opacity: 0;
  transition: opacity 650ms ease-out; }

.img-wrapper:hover .hover-swap {
  opacity: 1; }

.img-wrapper.--hover-fade, .img-wrapper.hover-fade {
  transition: opacity 200ms ease-in-out; }
  .img-wrapper.--hover-fade:hover, .img-wrapper.hover-fade:hover {
    opacity: 0.7; }

.img-wrapper.--hover-zoom > IMG,
.img-wrapper.--hover-zoom > DIV, .img-wrapper.hover-zoom > IMG,
.img-wrapper.hover-zoom > DIV {
  transition: transform 600ms; }

.img-wrapper.--hover-zoom:hover > IMG,
.img-wrapper.--hover-zoom:hover > DIV, .img-wrapper.hover-zoom:hover > IMG,
.img-wrapper.hover-zoom:hover > DIV {
  transform: scale(1.03); }

.img-wrapper.--hover-unzoom > IMG,
.img-wrapper.--hover-unzoom > DIV, .img-wrapper.hover-unzoom > IMG,
.img-wrapper.hover-unzoom > DIV {
  transition: transform 400ms;
  transform: scale(1.05); }

.img-wrapper.--hover-unzoom:hover > IMG,
.img-wrapper.--hover-unzoom:hover > DIV, .img-wrapper.hover-unzoom:hover > IMG,
.img-wrapper.hover-unzoom:hover > DIV {
  transform: scale(1); }

.img-wrapper.--hover-border:after, .img-wrapper.hover-border:after {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.img-wrapper.--hover-border:hover:after, .img-wrapper.hover-border:hover:after {
  opacity: 1; }

.lazyload,
.lazyload-persist {
  transition: opacity 1000ms, filter 1100ms ease, -webkit-filter 1100ms ease;
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  filter: blur(0); }

.img-wrapper {
  /*
    &.align-left-top {
        > IMG {
            object-position: left top;
        }
        > DIV {
            background-position: left top;
        }
    }
    &.align-center-top {
        > IMG {
            object-position: center top;
        }
        > DIV {
            background-position: center top;
        }
    }
    &.align-right-top {
        > IMG {
            object-position: right top;
        }
        > DIV {
            background-position: right top;
        }
    }
    &.align-left-center  {
        > IMG {
            object-position: left center;
        }
        > DIV {
            background-position: left center;
        }
    }
    &.align-center-center  {
        > IMG {
            object-position: center center;
        }
        > DIV {
            background-position: center center;
        }
    }
    &.align-right-center  {
        > IMG {
            object-position: right center;
        }
        > DIV {
            background-position: right center;
        }
    }
    &.align-left-bottom  {
        > IMG {
            object-position: left bottom;
        }
        > DIV {
            background-position: left bottom;
        }
    }
    &.align-center-bottom  {
        > IMG {
            object-position: center bottom;
        }
        > DIV {
            background-position: center bottom;
        }
    }
    &.align-right-bottom  {
        > IMG {
            object-position: right bottom;

        }
        > DIV {
            background-position: right bottom;
        }
    }
    */ }
  .img-wrapper > IMG.left_top {
    object-position: left top; }
  .img-wrapper > IMG.center_top {
    object-position: center top; }
  .img-wrapper > IMG.right_top {
    object-position: right top; }
  .img-wrapper > IMG.left_center {
    object-position: left center; }
  .img-wrapper > IMG.center_center {
    object-position: center center; }
  .img-wrapper > IMG.right_center {
    object-position: right center; }
  .img-wrapper > IMG.left_bottom {
    object-position: left bottom; }
  .img-wrapper > IMG.center_bottom {
    object-position: center bottom; }
  .img-wrapper > IMG.right_bottom {
    object-position: right bottom; }
  .img-wrapper > DIV.left_top {
    background-position: left top; }
  .img-wrapper > DIV.center_top {
    background-position: center top; }
  .img-wrapper > DIV.right_top {
    background-position: right top; }
  .img-wrapper > DIV.left_center {
    background-position: left center; }
  .img-wrapper > DIV.center_center {
    background-position: center center; }
  .img-wrapper > DIV.right_center {
    background-position: right center; }
  .img-wrapper > DIV.left_bottom {
    background-position: left bottom; }
  .img-wrapper > DIV.center_bottom {
    background-position: center bottom; }
  .img-wrapper > DIV.right_bottom {
    background-position: right bottom; }

.img-wrapper {
  aspect-ratio: 400/300; }
  .img-wrapper.autosize {
    aspect-ratio: unset; }
  .img-wrapper.fullheight {
    aspect-ratio: unset;
    height: 100svh; }
  .img-wrapper.square {
    aspect-ratio: 1/1; }
  .img-wrapper.three-two, .img-wrapper.size-3x2 {
    aspect-ratio: 300/200; }
  .img-wrapper.four-three, .img-wrapper.size-4x3 {
    aspect-ratio: 400/300; }
  .img-wrapper.sixteen-nine, .img-wrapper.size-16x9 {
    aspect-ratio: 16/9; }
    @media (max-width: 767px) {
      .img-wrapper.sixteen-nine, .img-wrapper.size-16x9 {
        aspect-ratio: 16/10.5; } }
  .img-wrapper.exhibition {
    aspect-ratio: 1200/720; }
  @media (max-width: 767px) {
    .img-wrapper.m\:square {
      aspect-ratio: 1/1; } }

.img-sizer {
  position: relative;
  overflow: hidden; }
  .img-sizer > DIV:not(.img-wrapper),
  .img-sizer > IMG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
  .img-sizer > DIV:not(.img-wrapper) {
    background-size: contain; }
  .img-sizer > IMG {
    object-fit: contain; }
  .img-sizer > .img-wrapper {
    background-color: transparent;
    position: static; }

/* --------------------------------------------------------------- */
/* Video */
.video__wrapper,
.video-wrapper {
  background-color: black;
  aspect-ratio: 16/9;
  cursor: default; }
  .video__wrapper.auto,
  .video-wrapper.auto {
    aspect-ratio: unset; }
  .video__wrapper.square,
  .video-wrapper.square {
    aspect-ratio: 1/1; }
  .video__wrapper *,
  .video-wrapper * {
    cursor: default; }

.video__placeholder {
  position: relative; }
  .video__placeholder:after {
    transition: background-color 300ms linear;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67px;
    height: 67px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.35) url("../img/icon-play-triangle.svg") no-repeat 24px 21px; }
  .video__placeholder:hover:after {
    background-color: rgba(0, 0, 0, 0.5); }

/* --------------------------------------------------------------- */
/* Video */
:root {
  --plyr-font-family: Arial, sans-serif;
  --plyr-font-size-base: 12px;
  --plyr-font-size-small: 12px;
  --plyr-font-size-large: 12px;
  --plyr-color-main: white;
  --plyr-range-track-height: 1px;
  --plyr-tooltip-radius: 0;
  --plyr-tooltip-background: white;
  --plyr-tooltip-padding: 0;
  --plyr-tooltip-color: black;
  --plyr-control-radius: 0;
  --plyr-control-icon-size: 17px; }

.plyr .plyr__control--overlaid {
  padding: 25px;
  cursor: pointer;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.35); }
  .plyr .plyr__control--overlaid * {
    fill: white; }
  .plyr .plyr__control--overlaid:hover {
    background-color: rgba(0, 0, 0, 0.5); }

.plyr--stopped:not(:hover) .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

/* --------------------------------------------------------------- */
/* Video */
.video__simple {
  position: relative;
  background-color: #0D0402;
  overflow: hidden; }
  .video__simple .placeholder {
    opacity: 1 !important;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 4;
    transition: opacity 300ms ease;
    background-color: #0D0402;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .video__simple IFRAME {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2; }
  .video__simple.--ready, .video__simple.--first-play {
    pointer-events: auto; }
    .video__simple.--ready IFRAME, .video__simple.--first-play IFRAME {
      opacity: 1; }
    .video__simple.--ready .placeholder, .video__simple.--first-play .placeholder {
      z-index: 1; }
  .video__simple .control-cover {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 4; }
  .video__simple .control-big {
    transition: opacity 500ms ease-out;
    display: block;
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: url("../img/video-play.svg") no-repeat 50% 50%;
    width: 50px;
    height: 50px;
    z-index: 5;
    opacity: 0;
    cursor: pointer; }
  .video__simple.--playing .control-big {
    background-image: url("../img/video-pause.svg"); }
  .video__simple .control-small {
    transition: opacity 500ms ease-out;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/video-small-play.svg") no-repeat 50% 50%;
    width: 64px;
    height: 70px;
    z-index: 5;
    opacity: 0;
    cursor: pointer; }
  .video__simple.--playing .control-small {
    background-image: url("../img/video-small-pause.svg"); }
  .video__simple.--ready:hover .control-big,
  .video__simple.--ready:hover .control-small {
    opacity: 1; }
  .video__simple.--ready.--playing .control-big,
  .video__simple.--ready.--playing .control-small {
    opacity: 0.5; }
    .video__simple.--ready.--playing .control-big:hover,
    .video__simple.--ready.--playing .control-small:hover {
      opacity: 1; }
  .video__simple .control-audio {
    pointer-events: none;
    transition: opacity 500ms ease;
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 70px;
    background: url("../img/video-small-mute.svg") no-repeat 50% 50%;
    position: absolute;
    cursor: pointer;
    z-index: 5; }
  .video__simple.--muted .control-audio {
    background-image: url("../img/video-small-unmute.svg"); }
  .video__simple.--playing .control-audio {
    pointer-events: auto;
    opacity: 0.5; }
    .video__simple.--playing .control-audio:hover {
      opacity: 1; }
  .video__simple.--playing.--muted .control-audio {
    opacity: 1 !important; }
  .video__simple:not(.autosize) IFRAME {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video__simple.autosize IFRAME {
    height: auto !important; }

.max__md {
  max-width: 710px; }

.max__content {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto; }

.max__vh {
  max-height: 100svh; }

.max__ch {
  max-height: calc(100svh - 60px);
  margin-left: auto;
  margin-right: auto; }

.min__vh {
  min-height: 100vh; }

*[class*='max__'].--left, *[class*='max__'].left {
  margin-right: auto;
  margin-left: 0; }

*[class*='max__'].--centered, *[class*='max__'].centered {
  margin-left: auto;
  margin-right: auto; }

*[class*='max__'].--right, *[class*='max__'].right {
  margin-right: 0;
  margin-left: auto; }

.block__xxxs,
.block-xxxs {
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .block__xxxs,
    .block-xxxs {
      margin-bottom: 3px; } }

.block__xxs,
.block-xxs {
  margin-bottom: var(--margin-xxs); }

.block__xs,
.block-xs,
.blocks__xs > DIV,
.blocks-xs > DIV {
  margin-bottom: var(--margin-xs); }

.block__sm,
.block-sm,
.blocks__sm > DIV,
.blocks-sm > DIV {
  margin-bottom: var(--margin-sm); }

.block, .blocks > DIV,
.block__md,
.blocks__md > DIV,
.blocks-md > DIV,
.block-md {
  margin-bottom: var(--margin-md); }

.block__lg,
.block-lg {
  margin-bottom: var(--margin-lg); }

.block__xl,
.block-xl {
  margin-bottom: var(--margin-xl); }

*[class*='block'] {
  position: relative; }
  *[class*='block']:last-child {
    margin-bottom: 0; }

.wrap__sm {
  padding-left: 20px;
  padding-right: 20px; }

.wrap {
  position: relative;
  padding-left: var(--margin-wrap);
  padding-right: var(--margin-wrap); }

.wrap__lg {
  padding-left: calc(var(--margin-wrap) * 2);
  padding-right: calc(var(--margin-wrap) * 2); }

.wrap__all,
.wrap-all {
  padding: var(--margin-wrap); }

.unwrap {
  margin-left: calc(var(--margin-wrap) * -1);
  margin-right: calc(var(--margin-wrap) * -1); }

@media (max-width: 767px) {
  .m\:unwrap {
    margin-left: calc(var(--margin-wrap) * -1);
    margin-right: calc(var(--margin-wrap) * -1); } }

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

@media (max-width: 767px) {
  .hide-for-mobile,
  .hide-mobile {
    display: none !important;
    visibility: hidden; } }

@media (min-width: 768px) {
  .show-for-mobile,
  .show-mobile {
    display: none !important;
    visibility: hidden; } }

@media (min-width: 1024px) {
  .hide-for-desktop,
  .hide-desktop {
    display: none !important;
    visibility: hidden; } }

@media (max-width: 1024px) {
  .show-for-desktop,
  .show-desktop {
    display: none !important;
    visibility: hidden; } }

.hidden {
  visibility: hidden; }

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

.columns__layout {
  --gap: var(--margin-md);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  overflow: hidden;
  padding-bottom: 1px; }
  @media (min-width: 1024px) {
    .columns__layout {
      --gap: var(--margin-md);
      flex-direction: row; }
      .columns__layout .left {
        flex: 1; }
      .columns__layout .right {
        width: 66.66%;
        margin-left: auto; } }
  @media (min-width: 1400px) {
    .columns__layout {
      --gap: var(--margin-lg); } }

.columns {
  --gap-horizontal: var(--margin-lg);
  --gap-vertical: var(--margin-xl);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: calc(var(--gap-horizontal) * -1);
  margin-top: calc(var(--gap-vertical) * -1);
  justify-content: center; }
  .columns .col {
    width: 100%;
    margin-top: var(--gap-vertical);
    padding-left: var(--gap-horizontal); }
    .columns .col.--vertical-center {
      align-self: center; }
    .columns .col.--vertical-bottom {
      align-self: end; }
  @media (max-width: 1024px) {
    .columns {
      --gap-horizontal: var(--margin-md);
      --gap-vertical: var(--margin-lg); } }
  @media (min-width: 768px) {
    .columns.--reverse, .columns.reverse {
      flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .columns:not(.columns[cols]) .col, .columns[cols='2'] .col {
      width: 50%; }
    .columns:not(.columns[cols]) .col.large, .columns[cols='2'] .col.large {
      width: 100%; } }
  @media (min-width: 768px) {
    .columns[cols='3'] .col {
      width: 33.333%; }
    .columns[cols='3'] .col.large {
      width: 66.666%; } }
  @media (min-width: 768px) {
    .columns[cols='4'] .col {
      width: 25%; }
    .columns[cols='4'] .col.large {
      width: 50%; }
    .columns[cols='4'] .col.xlarge {
      width: 100%; } }
  @media (min-width: 768px) {
    .columns[cols='6'] .col.col-4 {
      width: 33.33%; }
    .columns[cols='6'] .col.col-6 {
      width: 50%; }
    .columns[cols='6'] .col.col-12 {
      width: 100%; } }

.columns__text {
  --gap-column: var(--margin-sm);
  --gap-row: 12px;
  column-count: 1;
  column-gap: var(--gap-column); }
  @media (min-width: 768px) {
    .columns__text[cols='2'], .columns__text[col-num='2'] {
      column-count: 2; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .columns__text[cols='3'], .columns__text[col-num='3'] {
      column-count: 2; } }
  @media (min-width: 1024px) {
    .columns__text[cols='3'], .columns__text[col-num='3'] {
      column-count: 3; } }
  @media (min-width: 1800px) {
    .columns__text[cols='3'], .columns__text[col-num='3'] {
      column-count: 4; } }
  .columns__text[cols='4'], .columns__text[col-num='4'] {
    column-count: 2; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .columns__text[cols='4'], .columns__text[col-num='4'] {
        column-count: 3; } }
    @media (min-width: 1024px) {
      .columns__text[cols='4'], .columns__text[col-num='4'] {
        column-count: 4; } }
  .columns__text[cols='4-1'], .columns__text[col-num='4-1'] {
    column-count: 1; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .columns__text[cols='4-1'], .columns__text[col-num='4-1'] {
        column-count: 3; } }
    @media (min-width: 1024px) {
      .columns__text[cols='4-1'], .columns__text[col-num='4-1'] {
        column-count: 4; } }
  .columns__text > DIV {
    break-inside: avoid; }

.grid {
  display: grid;
  column-gap: var(--margin-md);
  row-gap: var(--margin-md);
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .grid {
      column-gap: var(--margin-sm);
      row-gap: var(--margin-sm); } }
  @media (max-width: 767px) {
    .grid {
      column-gap: var(--margin-xs);
      row-gap: var(--margin-md); } }
  .grid.vertical-center {
    justify-content: center; }
  .grid.vertical-bottom {
    justify-content: flex-end; }
  @media (min-width: 768px) {
    .grid[cols='2'], .grid[grid-cols='2'], .grid.cols-2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 1024px) {
    .grid[cols='3-2'], .grid[grid-cols='3-2'], .grid.cols-3-2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .grid[cols='3-2'], .grid[grid-cols='3-2'], .grid.cols-3-2 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .grid[cols='3'], .grid[grid-cols='3'], .grid.cols-3 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .grid[cols='3'], .grid[grid-cols='3'], .grid.cols-3 {
      grid-template-columns: repeat(3, 1fr); } }
  .grid[cols='4'], .grid[grid-cols='4'], .grid.cols-4 {
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .grid[cols='4'], .grid[grid-cols='4'], .grid.cols-4 {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1024px) {
      .grid[cols='4'], .grid[grid-cols='4'], .grid.cols-4 {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1800px) {
      .grid[cols='4'], .grid[grid-cols='4'], .grid.cols-4 {
        grid-template-columns: repeat(5, 1fr); } }
  .grid[cols='5'], .grid[grid-cols='5'], .grid.cols-5 {
    grid-template-columns: repeat(3, 1fr); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .grid[cols='5'], .grid[grid-cols='5'], .grid.cols-5 {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1024px) {
      .grid[cols='5'], .grid[grid-cols='5'], .grid.cols-5 {
        grid-template-columns: repeat(5, 1fr); } }
    @media (min-width: 1800px) {
      .grid[cols='5'], .grid[grid-cols='5'], .grid.cols-5 {
        grid-template-columns: repeat(6, 1fr); } }
  .grid[cols='6'], .grid[grid-cols='6'], .grid.cols-6 {
    grid-template-columns: repeat(3, 1fr); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .grid[cols='6'], .grid[grid-cols='6'], .grid.cols-6 {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1024px) {
      .grid[cols='6'], .grid[grid-cols='6'], .grid.cols-6 {
        grid-template-columns: repeat(6, 1fr); } }

:root {
  --header-color: #000; }

HEADER.full {
  transition: top 650ms ease-out;
  position: absolute;
  top: 0;
  padding-top: var(--margin-wrap);
  left: var(--margin-wrap);
  right: var(--margin-wrap);
  color: var(--header-color); }
  HEADER.full .logo SVG {
    width: 209px;
    height: auto; }
    @media screen and (max-width: 1400px) {
      HEADER.full .logo SVG {
        width: 166px; } }
  HEADER.full .corner {
    z-index: 100;
    position: absolute;
    top: calc(var(--margin-wrap) - 6px);
    right: 0;
    display: flex;
    gap: 35px;
    align-items: center; }
    HEADER.full .corner .info {
      transition: opacity 300ms linear;
      opacity: 0;
      text-align: right; }
      HEADER.full .corner .info.--loaded {
        opacity: 1; }
    HEADER.full .corner .tickets {
      width: fit-content; }
      HEADER.full .corner .tickets .button {
        border: 1px solid var(--header-color);
        border-color: var(--header-color);
        background: transparent;
        color: var(--header-color); }

HEADER.compact {
  transition: transform 650ms ease-out, top 650ms ease-out, border-color 450ms ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
  color: var(--header-color); }
  HEADER.compact .top {
    padding: 14px 30px;
    text-align: right; }
    HEADER.compact .top .logo IMG {
      width: 158px; }
  HEADER.compact .burger {
    pointer-events: auto;
    padding: 16px 14px;
    background-color: black;
    position: fixed;
    top: 8px;
    left: 14px;
    z-index: 100; }
    HEADER.compact .burger IMG {
      width: 28px;
      display: block; }
  HEADER.compact .drawer {
    transition: top 650ms ease-out;
    display: block;
    pointer-events: none;
    transition: opacity 600ms ease;
    background-color: white;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    opacity: 0;
    color: #0D0402; }
    HEADER.compact .drawer.--show {
      pointer-events: auto;
      transform: translateX(0);
      opacity: 1; }
    HEADER.compact .drawer .x {
      position: absolute;
      top: 20px;
      left: 28px;
      z-index: 100; }
    HEADER.compact .drawer .scroll {
      height: 100vh;
      width: 100%;
      overflow-y: scroll;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      padding: 70px 26px 26px 26px; }

:root {
  --notice-height: 80px; }

HEADER.notice {
  transition: transform 650ms ease-out, opacity 550ms ease-out;
  background-color: #0D0402;
  color: white;
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  HEADER.notice .inner {
    height: var(--notice-height);
    display: flex;
    gap: 20px;
    align-items: center; }
    HEADER.notice .inner .close {
      margin-left: auto; }
      HEADER.notice .inner .close svg {
        display: block;
        width: 20px; }

BODY.--has-notice {
  padding-top: var(--notice-height); }
  BODY.--has-notice HEADER.notice {
    opacity: 1;
    transform: translateY(0); }
  BODY.--has-notice HEADER.full {
    top: var(--notice-height); }
  BODY.--has-notice HEADER.compact {
    top: var(--notice-height); }
    BODY.--has-notice HEADER.compact .burger {
      top: calc(var(--notice-height) + 8px); }

FOOTER .button__strip .button {
  width: 100%; }

FOOTER .bottom IMG {
  display: block;
  width: 100%; }

@media (min-width: 768px) {
  FOOTER .main .right {
    padding-top: 100px; } }

@media (max-width: 767px) {
  FOOTER {
    padding-top: 40px !important; }
    FOOTER .columns .col {
      margin-top: 8px; } }

UL.nav {
  list-style: none;
  position: relative; }
  UL.nav LI {
    color: inherit;
    list-style-type: none;
    display: inline-block;
    position: relative; }

UL.nav.horizontal,
UL.nav.--horizontal {
  display: inline-flex;
  gap: var(--margin-sm);
  margin-inline: auto; }

UL.nav.vertical,
UL.nav.--vertical {
  display: flex;
  gap: 7px;
  flex-direction: column; }
  UL.nav.vertical UL,
  UL.nav.--vertical UL {
    margin-top: 16px;
    margin-bottom: 10px;
    margin-left: 19px; }
  UL.nav.vertical .large,
  UL.nav.--vertical .large {
    font-family: "National2-Bold", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 27px; }
  UL.nav.vertical .small,
  UL.nav.--vertical .small {
    font-family: "National2-Bold", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px; }
  UL.nav.vertical .closed,
  UL.nav.--vertical .closed {
    display: none; }
  UL.nav.vertical.bottom A:hover,
  UL.nav.--vertical.bottom A:hover {
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px;
    text-decoration: underline; }
  UL.nav.vertical .large:hover,
  UL.nav.vertical .small:hover,
  UL.nav.--vertical .large:hover,
  UL.nav.--vertical .small:hover {
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px;
    text-decoration: underline; }

.nav__main {
  display: flex;
  gap: var(--margin-xs);
  flex-direction: column; }
  .nav__main .bottom {
    margin-top: auto; }
  .nav__main .social UL {
    list-style: none;
    display: flex;
    gap: 10px; }
  .nav__main .social SVG {
    width: 20px;
    height: 20px; }

A {
  transition: color 200ms linear; }

A.underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px; }

A.underline-hover:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px; }

.links__strip,
.link__strip {
  pointer-events: none;
  --gap-horizontal: 30px;
  --gap-vertical: 10px;
  text-wrap: balance;
  margin-top: calc(var(--gap-vertical) * -1); }
  .links__strip.--wider,
  .link__strip.--wider {
    --gap-horizontal: 45px; }
  .links__strip > DIV, .links__strip A,
  .link__strip > DIV,
  .link__strip A {
    pointer-events: auto;
    margin-top: var(--gap-vertical);
    display: inline-block;
    margin-left: calc(var(--gap-horizontal) / 2);
    margin-right: calc(var(--gap-horizontal) / 2); }
    .links__strip > DIV:first-child, .links__strip A:first-child,
    .link__strip > DIV:first-child,
    .link__strip A:first-child {
      margin-left: 0; }
    .links__strip > DIV:last-child, .links__strip A:last-child,
    .link__strip > DIV:last-child,
    .link__strip A:last-child {
      margin-right: 0; }

A.link__previous {
  display: inline-flex;
  align-items: center;
  color: #666; }
  A.link__previous:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 17px;
    background: transparent url("../img/arrow-long-left.svg") no-repeat 0 0;
    margin-right: 6px;
    margin-top: -3px; }
  A.link__previous:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }

A.link__next {
  display: inline-flex;
  align-items: center; }
  A.link__next:after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 14px;
    background: transparent url("../img/arrow-long-right.svg") no-repeat 0 0;
    margin-left: 6px; }

.module__header {
  display: flex;
  gap: var(--margin-xs); }
  .module__header > DIV {
    flex: 1; }
  @media (max-width: 767px) {
    .module__header {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .module__header .links {
      padding-bottom: 8px;
      text-align: right;
      align-self: flex-end; } }

.module__related-slider .splide__list {
  padding-left: calc(var(--margin-wrap) / 2) !important;
  padding-right: calc(var(--margin-wrap) / 2) !important; }

.module__related-slider .splide__slide {
  width: 400px;
  padding-left: calc(var(--margin-wrap) / 2);
  padding-right: calc(var(--margin-wrap) / 2); }

.module__related-slider .splide__arrow-bg--next {
  transition: opacity 200ms linear;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 355px;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.96) 15%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
  pointer-events: none; }

.module__related-slider .splide__arrow--prev {
  display: none; }

.module__related-slider .splide__arrow--next {
  transition: opacity 200ms linear;
  opacity: 1;
  background: transparent url("../img/arrow-right.svg") no-repeat 50% 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  z-index: 101; }

.module__related-slider.is-at-end .splide__arrow-bg--next,
.module__related-slider.is-at-end .splide__arrow--next {
  opacity: 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .module__related-slider .splide__slide {
    width: 300px; }
  .module__related-slider .splide__arrow-bg--next {
    width: 200px; } }

@media (max-width: 767px) {
  .module__related-slider .splide__slide {
    width: 200px; }
  .module__related-slider .splide__arrow-bg--next {
    width: 70px; }
  .module__related-slider .splide__arrow--next {
    display: none; } }

.module__quote-headshot {
  padding-top: var(--margin-md);
  padding-bottom: var(--margin-md);
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  gap: var(--margin-md);
  display: flex; }
  .module__quote-headshot .headshot {
    width: 200px; }
  .module__quote-headshot .quote {
    flex: 1; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .module__quote-headshot .headshot {
      width: 200px; } }
  @media (max-width: 767px) {
    .module__quote-headshot .headshot {
      width: 100px; } }

.module__slideshow {
  --ui-color: #000;
  position: relative;
  transition: opacity 600ms ease-out;
  opacity: 0;
  /*
    .caption {
        padding-top: 10px;
        padding-bottom: 3px;
        max-width: unset;
        padding-right: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        @include breakpoint('mobile') {
            padding-top: 5px;
        }
    }
    */ }
  .module__slideshow > .owl-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .module__slideshow.initialized {
    opacity: 1; }
  .module__slideshow .nav-arrow {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10; }
    .module__slideshow .nav-arrow SPAN {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 40px;
      right: 40px; }
    .module__slideshow .nav-arrow.prev {
      left: 0; }
      .module__slideshow .nav-arrow.prev SPAN {
        transition: left 200ms ease-out; }
    .module__slideshow .nav-arrow.next {
      right: 0;
      text-align: right; }
      .module__slideshow .nav-arrow.next SPAN {
        transition: right 200ms ease-out; }
    .module__slideshow .nav-arrow:hover.prev SPAN {
      left: 35px; }
    .module__slideshow .nav-arrow:hover.next SPAN {
      right: 35px; }
    @media (max-width: 767px) {
      .module__slideshow .nav-arrow SPAN {
        left: 0px !important;
        right: 0px !important;
        transform: translateY(-50%) scale(0.75); } }
  .module__slideshow .owl-dots {
    text-align: center; }
    .module__slideshow .owl-dots .owl-dot {
      padding: 5px 5px 10px 5px; }
      .module__slideshow .owl-dots .owl-dot SPAN {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid var(--ui-color);
        display: inline-block; }
      .module__slideshow .owl-dots .owl-dot:hover SPAN,
      .module__slideshow .owl-dots .owl-dot.active SPAN {
        background-color: var(--ui-color); }
  .module__slideshow[data-dots="true"] {
    padding-bottom: 23px; }
  .module__slideshow.dots-over .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 10; }
    .module__slideshow.dots-over .owl-dots .owl-dot SPAN {
      box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.2);
      border: 0;
      background-color: rgba(255, 255, 255, 0.5); }
    .module__slideshow.dots-over .owl-dots .owl-dot:hover SPAN,
    .module__slideshow.dots-over .owl-dots .owl-dot.active SPAN {
      background-color: white; }
  .module__slideshow.dots-below .owl-dots {
    position: relative;
    bottom: -6px; }
  .module__slideshow.dots-below.has-captions .owl-dots {
    position: absolute;
    bottom: -3px;
    right: 0; }
  .module__slideshow .arrows-over > A {
    display: block;
    width: 50%;
    height: auto;
    bottom: 100px;
    position: absolute;
    top: 0;
    z-index: 10; }
    .module__slideshow .arrows-over > A.prev {
      left: 0; }
    .module__slideshow .arrows-over > A.next {
      right: 0; }
  @media (max-width: 1024px) {
    .module__slideshow .arrows-over {
      display: none; } }
  .module__slideshow .counter {
    position: absolute;
    bottom: 3px;
    right: 0; }

.module-slideshow-image > .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .module-slideshow-image > .owl-carousel .slide {
    width: 100%; }
    .module-slideshow-image > .owl-carousel .slide .background {
      position: absolute;
      top: -1000px;
      width: 100%;
      height: 2000px;
      z-index: -1; }

.module__slideshow-strip .splide__slide {
  padding-left: var(--margin-wrap); }
  .module__slideshow-strip .splide__slide:last-child {
    padding-right: var(--margin-wrap); }
  .module__slideshow-strip .splide__slide .inside {
    padding-right: calc(var(--margin-wrap) + 30px); }
  .module__slideshow-strip .splide__slide .top {
    height: 18px; }
  .module__slideshow-strip .splide__slide .inside.featured .top {
    background: url("../img/icon-star.svg") no-repeat 0 0;
    background-size: 15px auto; }
  .module__slideshow-strip .splide__slide .inside.featured .duration {
    font-family: "National2-Bold", serif; }

.module__slideshow-strip .splide__arrow {
  transition: opacity 300ms linear;
  opacity: 0;
  pointer-events: none;
  border: 1px solid black;
  width: 60px;
  height: 60px;
  background-color: white;
  background-repeat: no-repeat; }
  .module__slideshow-strip .splide__arrow.splide__arrow--prev {
    background-image: url("../img/arrow-chevron-left.svg");
    background-position: 22px 16px; }
  .module__slideshow-strip .splide__arrow.splide__arrow--next {
    background-image: url("../img/arrow-chevron-right.svg");
    background-position: 25px 16px; }

.module__slideshow-strip:not(.is-at-start) .splide__arrow--prev {
  opacity: 1;
  pointer-events: auto; }

.module__slideshow-strip.is-overflow:not(.is-at-end) .splide__arrow--next {
  opacity: 1;
  pointer-events: auto; }

.module__slideshow-strip .splide__list {
  display: flex;
  justify-content: flex-start; }

.module__slideshow-strip .title {
  min-height: 46px; }

.module__slideshow-strip .img-wrapper {
  --max: 126px;
  height: var(--max); }

@media (max-width: 767px) {
  .module__slideshow-strip .img-wrapper {
    --max: 110px; }
  .module__slideshow-strip .splide__arrow {
    display: none !important; } }

.module__accordion {
  --ui-color: #0D0402;
  border-top: 1px solid var(--ui-color); }
  .module__accordion .item {
    position: relative;
    padding: 17px 0 16px 0;
    border-bottom: 1px solid var(--ui-color); }
    .module__accordion .item .trigger {
      background: no-repeat url("../img/arrow-dropdown.svg");
      background-position: right 3px center;
      cursor: pointer;
      padding-right: 40px; }
    .module__accordion .item .details {
      max-height: 0px;
      overflow: hidden; }
      .module__accordion .item .details > .inner {
        transition: opacity 800ms linear;
        opacity: 0;
        padding: var(--margin-sm) var(--margin-sm) var(--margin-sm) 0; }
    .module__accordion .item.open .trigger {
      background-image: url("../img/arrow-dropdown-open.svg"); }
    .module__accordion .item.open .details > .inner {
      opacity: 1; }

.cursor.cursor-left, .cursor.cursor-previous {
  cursor: url(../img/arrow-left.svg) 22 22, auto; }

.cursor.cursor-right, .cursor.cursor-next {
  cursor: url(../img/arrow-right.svg) 22 22, auto; }

.cursor-zoomin {
  cursor: zoom-in; }

.debug-wrapper {
  border: 1px solid #ff00ff; }
  .debug-wrapper .img-wrapper {
    background-color: rgba(255, 0, 255, 0.1) !important; }

.debug {
  padding: 10px;
  border: 1px solid #ff00ff;
  color: #ff00ff;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  font-family: Courier, fixed; }

BODY.is-development:before {
  content: 'Breakpoint: Default';
  line-height: 17px;
  position: fixed;
  top: 1px;
  letter-spacing: 0;
  width: 160px;
  text-align: center;
  color: white;
  font-size: 9px;
  font-family: Arial;
  padding: 0 11px 1px 10px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  border-radius: 11px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  /* Left */
  /* Center */
  left: 50%;
  margin-left: -80px;
  /* Sizes */ }
  @media (max-width: 767px) {
    BODY.is-development:before {
      content: 'Breakpoint: Mobile'; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    BODY.is-development:before {
      content: 'Breakpoint: Tablet'; } }
  @media (min-width: 1024px) {
    BODY.is-development:before {
      content: 'Breakpoint: Desktop'; } }
  @media (min-width: 1400px) {
    BODY.is-development:before {
      content: 'Breakpoint: Desktop (LG)'; } }
  @media (min-width: 1800px) {
    BODY.is-development:before {
      content: 'Breakpoint: Desktop (XL)'; } }

.wordpress-edit-button {
  display: none; }

@media (min-width: 768px) {
  .wordpress-edit-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000; }
    .wordpress-edit-button A {
      display: inline-block;
      text-decoration: none;
      letter-spacing: 0px;
      text-shadow: none;
      padding: 7px 7px 6px 7px;
      background-color: #000;
      color: white;
      border-bottom: 1px solid white;
      border-left: 1px solid white; }
      .wordpress-edit-button A SVG {
        display: inline-block;
        width: 18px;
        height: auto; }
  HTML.--modal-open .wordpress-edit-button {
    display: none; } }

#user_switching_switch_on {
  position: static !important;
  padding: 0 5px 10px var(--margin-md) !important; }

@keyframes reveal-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.defer-reveal,
[data-script="Reveal"],
[data-script-init="Reveal"] {
  opacity: 0;
  transform: translateY(60px);
  transition: transform 0.6s ease-out; }
  .defer-reveal.--show,
  [data-script="Reveal"].--show,
  [data-script-init="Reveal"].--show {
    transform: translateY(0);
    animation: reveal-fade-in 1800ms cubic-bezier(0, 0, 0.3, 1) forwards; }

.reveal-cascade,
[data-script="RevealCascade"],
[data-script-init="RevealCascade"] {
  --animation-delay: 400ms; }
  .reveal-cascade .cascade,
  .reveal-cascade [cascade],
  [data-script="RevealCascade"] .cascade,
  [data-script="RevealCascade"] [cascade],
  [data-script-init="RevealCascade"] .cascade,
  [data-script-init="RevealCascade"] [cascade] {
    --animation-index: 0;
    opacity: 0;
    transform: translateY(60px);
    transition: transform 0.6s ease-out; }
    .reveal-cascade .cascade.--show,
    .reveal-cascade [cascade].--show,
    [data-script="RevealCascade"] .cascade.--show,
    [data-script="RevealCascade"] [cascade].--show,
    [data-script-init="RevealCascade"] .cascade.--show,
    [data-script-init="RevealCascade"] [cascade].--show {
      transform: translateY(0);
      animation: reveal-fade-in 2100ms cubic-bezier(0, 0, 0.3, 1) forwards;
      animation-delay: calc(var(--animation-index) * var(--animation-delay)); }

.defer-reveal-random,
[data-script="RevealRandom"],
[data-script-init="RevealRandom"] {
  --animation-delay: 200ms; }
  .defer-reveal-random > *,
  [data-script="RevealRandom"] > *,
  [data-script-init="RevealRandom"] > * {
    --animation-index: 0;
    opacity: 0; }
    .defer-reveal-random > *.--show,
    [data-script="RevealRandom"] > *.--show,
    [data-script-init="RevealRandom"] > *.--show {
      animation: reveal-fade-in 1500ms cubic-bezier(0, 0, 0.3, 1) forwards;
      animation-delay: calc(var(--animation-index) * var(--animation-delay)); }

.gdpr__dialog {
  transition: all 500ms linear;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: -25px;
  padding: 24px 24px 0 24px;
  z-index: 9999;
  background-color: #0D0402;
  width: 439px;
  background-color: #fff;
  border: 1px solid #0D0402;
  border-bottom: 0; }
  .gdpr__dialog.--show {
    opacity: 1;
    visibility: visible;
    bottom: 0; }
  .gdpr__dialog .text A {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }
  .gdpr__dialog .confirm A {
    display: inline-block;
    padding: 15px 30px 25px 30px; }

/* --------------------------------------------------------------- */
/*  Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9000; }
  .modal .modal-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9001; }
  .modal .modal-content {
    opacity: 1;
    transition: opacity 300ms linear;
    padding: var(--margin-sm);
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9002;
    overflow: auto;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    /* Scrollbar for this is added below in the HTML.no-scroll class */
    overflow: auto; }
    .modal .modal-content .x {
      top: var(--margin-sm);
      right: var(--margin-sm);
      position: absolute;
      z-index: 9002;
      cursor: pointer;
      color: #0D0402;
      pointer-events: auto;
      /*
            top: 30px;
            right: 30px;
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            z-index: 9002;
            cursor: pointer;
            color: $black;
            pointer-events: auto;
            IMG {
                display: block;
                width: 100%;
                height: auto;
            }
            */ }
      .modal .modal-content .x #icon-close {
        transition: stroke-width 200ms ease; }
      .modal .modal-content .x:hover #icon-close {
        stroke-width: 2; }
    .modal .modal-content .window {
      margin: auto;
      padding: var(--margin-sm);
      width: 100%;
      max-width: 1800px;
      position: relative;
      pointer-events: auto;
      background-color: white;
      border: 1px solid #0D0402; }
    .modal .modal-content .target {
      padding-top: 45px; }
      .modal .modal-content .target > MAIN {
        padding: 0; }
    .modal .modal-content.full {
      overflow-y: hidden;
      top: 0;
      padding: 0;
      bottom: 0;
      left: 0; }
      .modal .modal-content.full .window {
        height: 100vh;
        width: 100vw;
        box-shadow: none;
        overflow: hidden;
        max-width: none;
        border: 0; }
      .modal .modal-content.full .img-wrapper {
        aspect-ratio: unset;
        height: calc(100vh - 143px); }
    .modal .modal-content.xlarge {
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
      padding: var(--margin-md); }
      .modal .modal-content.xlarge .window {
        max-width: none; }
  .modal.--loading .modal-content {
    opacity: 0; }
  @media (min-width: 1400px) {
    .modal .modal-content {
      padding: var(--margin-md); } }
  @media (max-width: 767px) {
    .modal .modal-content .window {
      padding-top: 30px;
      padding-bottom: 30px;
      max-width: none; }
    .modal .modal-content .x:before {
      position: absolute;
      display: block;
      content: ' ';
      top: -5px;
      left: -10px;
      right: -10px;
      bottom: -5px; }
    .modal .modal-content.small {
      top: auto;
      bottom: 40px;
      left: 40px; }
    .modal .modal-content.inquire {
      padding: 0; }
      .modal .modal-content.inquire .window {
        border: 0; } }

/* --------------------------------------------------------------- */
/*  Modal */
.modal-drawer {
  display: none;
  position: fixed;
  z-index: 9000; }
  .modal-drawer .modal-overlay {
    transition: opacity 300ms linear;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9001; }
  .modal-drawer .modal-content {
    transition: opacity 300ms linear, transform 500ms linear;
    opacity: 0;
    transform: translateX(70%);
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    max-width: 930px;
    height: 100vh;
    z-index: 9002;
    background-color: white; }
    .modal-drawer .modal-content:after {
      content: '';
      display: block;
      width: 100px;
      height: 100vh;
      background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
      pointer-events: none;
      position: absolute;
      z-index: 9003;
      top: 0;
      left: -100px; }
    .modal-drawer .modal-content .x {
      transition: border-color 300ms linear;
      top: var(--margin-sm);
      right: var(--margin-sm);
      position: fixed;
      z-index: 9002;
      cursor: pointer;
      color: #0D0402;
      pointer-events: auto;
      width: 60px;
      height: 60px;
      background-color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid white;
      /*
            top: 30px;
            right: 30px;
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            z-index: 9002;
            cursor: pointer;
            color: $black;
            pointer-events: auto;
            IMG {
                display: block;
                width: 100%;
                height: auto;
            }
            */ }
      .modal-drawer .modal-content .x:hover {
        border-color: black; }
    .modal-drawer .modal-content .scroll {
      scroll-behavior: smooth;
      overflow: auto;
      max-height: 100vh; }
    .modal-drawer .modal-content .window {
      padding: var(--margin-md);
      position: relative;
      pointer-events: auto; }
    .modal-drawer .modal-content .target {
      padding-top: 30px; }
      .modal-drawer .modal-content .target > MAIN {
        padding: 0; }
      .modal-drawer .modal-content .target SECTION {
        padding-right: 0;
        padding-left: 0; }
  .modal-drawer.--open .modal-overlay,
  .modal-drawer.--open .modal-content {
    opacity: 1;
    transform: translateX(0); }

.map__wrapper {
  background-color: #666;
  height: 90vh; }

.map__legend {
  margin-top: 14px; }
  .map__legend SPAN {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-right: 15px;
    font-size: 15px; }
    .map__legend SPAN:before {
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      border: 1px solid #0D0402;
      background-color: white;
      margin-right: 6px;
      margin-top: -2px; }
    .map__legend SPAN.primary:before {
      background-color: #0D0402; }

.outdated-browser {
  text-align: center;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999; }
  .outdated-browser .inner {
    width: 500px;
    background-color: white;
    padding: 40px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .outdated-browser .fa {
    font-size: 20px;
    margin-bottom: 15px; }

.module__readmore {
  min-height: 15px;
  position: relative;
  position: relative; }
  .module__readmore A.trigger {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .module__readmore.open A.trigger {
    display: none; }
  .module__readmore .more {
    overflow: hidden;
    height: 0; }
  .module__readmore .inner {
    padding-top: 15px;
    padding-bottom: 15px; }

.scrollbar__vertical {
  overflow-x: auto;
  border-bottom: 0 !important;
  border-left: 0 !important;
  margin-right: -30px;
  padding-right: 30px; }
  .scrollbar__vertical::-webkit-scrollbar {
    width: 9px;
    height: 9px; }
  .scrollbar__vertical::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #333; }
  .scrollbar__vertical::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 5px;
    border: 1px solid white; }
    .scrollbar__vertical::-webkit-scrollbar-thumb:hover {
      background: #0D0402; }

.loading__bounce {
  margin: 0 auto;
  text-align: center; }
  .loading__bounce > DIV {
    margin: 0 4px;
    width: 5px;
    height: 5px;
    background-color: #0D0402;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: animation-loading-bounce 1.4s infinite ease-in-out both;
    animation: animation-loading-bounce 1.4s infinite ease-in-out both; }
  .loading__bounce .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .loading__bounce .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@keyframes animation-loading-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.loading__tick {
  width: 60px;
  aspect-ratio: 15;
  background: radial-gradient(circle closest-side, #000 90%, #0000) 0/calc(100%/3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: animation-loading-tick 1s steps(4) infinite;
  margin-inline: auto; }

@keyframes animation-loading-tick {
  to {
    clip-path: inset(0 -34% 0 0); } }

.spinner {
  --spinner-size: 30px;
  --spinner-width: 2px;
  --spinner-color: #0D0402;
  pointer-events: none;
  animation: animation-spinner-rotate 1500ms linear infinite !important;
  width: var(--spinner-size) !important;
  height: var(--spinner-size) !important;
  border-radius: 50% !important;
  border-top: var(--spinner-width) solid var(--spinner-color) !important;
  border-bottom: var(--spinner-width) solid var(--spinner-color) !important;
  border-left: var(--spinner-width) solid var(--spinner-color) !important;
  border-right: var(--spinner-width) solid transparent !important;
  margin-left: auto !important;
  margin-right: auto !important; }
  .spinner.--left {
    margin-left: 0 !important; }

@keyframes animation-spinner-rotate {
  100% {
    transform: rotate(360deg); } }

.loading__bounce + DIV,
.loading__tick + DIV,
.spinner + DIV {
  padding-top: 8px; }

.module-subscribe {
  position: relative; }
  .module-subscribe FORM.form {
    position: relative; }
  .module-subscribe INPUT[type="text"],
  .module-subscribe INPUT[type="email"] {
    width: 100%;
    display: block;
    padding-right: 45px; }
  .module-subscribe INPUT[type="submit"] {
    display: none; }
  .module-subscribe .loading,
  .module-subscribe .submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 6px;
    padding: 10px;
    z-index: 8;
    transition: right 400ms ease-out; }
  .module-subscribe .submit {
    cursor: pointer; }
    .module-subscribe .submit:hover {
      right: 2px; }
  .module-subscribe .loading {
    display: none; }
  .module-subscribe .response {
    margin-top: 10px; }
  .module-subscribe.processing .submit {
    display: none; }
  .module-subscribe.processing .loading {
    display: block; }

.module__share UL.nav-horizontal {
  padding-bottom: 0; }

.module__share-toggle {
  position: relative; }
  .module__share-toggle .trigger,
  .module__share-toggle .module__share {
    transition: opacity 200ms linear, visibility 200ms linear; }
  .module__share-toggle .trigger {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: #0D0402; }
  .module__share-toggle .module__share {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    width: fit-content; }
    .module__share-toggle .module__share A {
      margin-top: 0; }
  @media (max-width: 1024px) {
    .module__share-toggle .trigger {
      display: inline-block;
      text-decoration: none; }
      .module__share-toggle .trigger:after {
        content: ':'; }
    .module__share-toggle .module__share {
      opacity: 1;
      visibility: visible;
      position: static;
      display: inline-block;
      --gap-horizontal: 15px; }
      .module__share-toggle .module__share A {
        text-decoration-color: #0D0402; } }
  .module__share-toggle.over .trigger {
    opacity: 0;
    pointer-events: none; }
  .module__share-toggle.over .module__share {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.pswp__bg,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption,
.pswp__img--placeholder--blank {
  background-color: white; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: red; }

.pswp__button--close {
  background: url("../img/icon-close.svg") no-repeat;
  background-position: 50% 50%; }

.pswp__button--arrow--left:before {
  background: url("../img/arrow-left.svg") no-repeat;
  background-position: 50% 50%; }

.pswp__button--arrow--right:before {
  background: url("../img/arrow-right.svg") no-repeat;
  background-position: 50% 50%; }

.pswp__top-bar,
.pswp__button,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1 !important; }

.pswp__img {
  padding-right: 50px;
  padding-left: 50px; }

BODY div.ctct-form-embed div.ctct-form-defaults {
  padding: 0;
  font: unset; }
  BODY div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-field {
    margin-bottom: 13px; }
    BODY div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-field LABEL {
      display: none; }
  BODY div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element {
    border-radius: 0;
    box-shadow: unset;
    font-family: "National2-Regular", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    border: 1px solid #000;
    padding: 15px;
    height: unset; }
  BODY div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button {
    font-family: "National2-Bold", serif;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #0D0402;
    font-size: 17px;
    padding: 21px 50px;
    height: unset;
    border-radius: 0; }
    BODY div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:hover {
      color: #0D0402;
      background-color: white; }
  BODY div.ctct-form-embed div.ctct-form-defaults #gdpr_text {
    display: none; }
  BODY div.ctct-form-embed div.ctct-form-defaults .ctct-form-success {
    padding-top: 10px; }
    BODY div.ctct-form-embed div.ctct-form-defaults .ctct-form-success .ctct-form-text {
      display: none; }

HTML {
  min-height: 100%;
  width: 100%; }

BODY {
  transition: background-color 400ms linear, padding-top 650ms ease-out;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  color: #0D0402;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto; }
  BODY .skip-to-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999; }
    BODY .skip-to-main:focus, BODY .skip-to-main:active {
      color: #fff;
      background-color: #000;
      left: auto;
      top: auto;
      width: auto;
      height: auto;
      white-space: nowrap;
      overflow: auto;
      margin: 10px;
      padding: 10px;
      text-align: center;
      font-size: 14px;
      z-index: 999; }

HTML.no-scroll {
  overflow: hidden; }
  HTML.no-scroll BODY {
    overflow: hidden; }

::selection {
  color: white;
  background-color: #000; }

#loading-wrapper {
  position: relative; }

@media (max-width: 767px) {
  .loading-container {
    overflow: hidden; } }

.g-recaptcha {
  display: none !important; }

HR {
  margin: 0;
  border: 0;
  height: 2px;
  background-color: #333; }

DL.table {
  display: flex;
  flex-wrap: wrap; }
  DL.table DT {
    width: 40%;
    margin-bottom: 9px; }
  DL.table DD {
    margin-left: auto;
    width: 60%;
    margin-bottom: 9px; }

MAIN {
  min-height: 100vh;
  padding-top: 200px; }

SECTION {
  --section-margin: var(--margin-md);
  padding-left: var(--margin-wrap);
  padding-right: var(--margin-wrap);
  margin-bottom: var(--section-margin); }
  SECTION:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    SECTION {
      --section-margin: var(--margin-xl); } }

SECTION.--backgrounded {
  padding-top: var(--section-margin);
  padding-bottom: var(--section-margin);
  background: #B4C9E0;
  position: relative; }
  SECTION.--backgrounded:before {
    content: '';
    display: block;
    z-index: -1;
    top: 0;
    left: -1000px;
    right: -1000px;
    bottom: 0;
    position: absolute;
    background: #B4C9E0; }

SECTION.--backgrounded + SECTION.--backgrounded {
  padding-top: 0;
  margin-top: calc(var(--section-margin) * -0.75); }
  SECTION.--backgrounded + SECTION.--backgrounded:before {
    margin-top: 0;
    top: calc(var(--section-margin) * -1); }

A.anchor {
  scroll-margin-top: var(--margin-md); }

BODY.home {
  --header-color: #fff;
  --hero-height: calc(100vh - 112px); }
  @media (min-width: 1024px) {
    BODY.home {
      --hero-height: max(640px, calc(100vh - 112px)); } }
  BODY.home HEADER.full .corner .tickets .button {
    background-color: rgba(0, 0, 0, 0.2); }
    BODY.home HEADER.full .corner .tickets .button:hover {
      background-color: #0D0402; }
  BODY.home .hero .over {
    transition: opacity 900ms linear;
    height: var(--hero-height);
    overflow: hidden;
    color: white;
    position: relative; }
    BODY.home .hero .over .over-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: var(--margin-wrap);
      pointer-events: none;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 767px) {
    BODY.home .hero .max__md {
      max-width: 390px; } }
  BODY.home .hero .nav {
    transition: opacity 200ms linear;
    opacity: 0;
    position: absolute;
    z-index: 10;
    bottom: 30px;
    right: var(--margin-md); }
    BODY.home .hero .nav A {
      padding: 5px 6px 10px 5px;
      display: inline-block;
      float: left; }
      BODY.home .hero .nav A SPAN {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        display: inline-block;
        box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.2);
        border: 1px solid white; }
      BODY.home .hero .nav A:hover SPAN,
      BODY.home .hero .nav A.active SPAN {
        background-color: white; }
  BODY.home .hero.--ready .nav {
    opacity: 1; }
  BODY.home .hero .behind {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--hero-height);
    overflow: hidden;
    z-index: -1; }
    BODY.home .hero .behind:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.35;
      background-color: black;
      z-index: 10;
      pointer-events: none; }
    BODY.home .hero .behind:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 370px;
      opacity: 0.55;
      z-index: 11;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0D0402 100%); }
    BODY.home .hero .behind .video__wrapper,
    BODY.home .hero .behind .video-wrapper,
    BODY.home .hero .behind .img-wrapper {
      aspect-ratio: unset;
      height: calc(var(--hero-height)); }

MAIN.home {
  padding-top: var(--margin-md); }
  @media (max-width: 767px) {
    MAIN.home SECTION.current-exhibitions .module__header {
      margin-bottom: var(--margin-md); } }
  MAIN.home SECTION.upcoming-programs .display {
    min-height: 300px; }
    MAIN.home SECTION.upcoming-programs .display.--loaded .loading {
      display: none; }
  @media (max-width: 767px) {
    MAIN.home SECTION.upcoming-programs .module__header {
      margin-bottom: var(--margin-md); } }

/*# sourceMappingURL=style.css.map */