@charset "UTF-8";
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  height: 100%;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.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: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

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

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}
.plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  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;
}
.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;
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child {
  padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  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 0.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 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  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);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: 7px;
}
.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: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -ms-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;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}
.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: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
  background: rgba(114, 133, 151, 0.2);
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  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;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.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 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}
.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(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track, .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track, .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

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

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

.plyr__time {
  font-size: 14px;
}
.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  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 {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

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

.plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}
.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 {
  transform: translate(0, 0) scale(1);
}
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}
.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, 0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}
.plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  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;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

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

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

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.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-right: 5px;
  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;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track, .plyr--full-ui.plyr--audio input[type=range]::-moz-range-track, .plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb, .plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb, .plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

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

.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(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
.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: #00b3ff;
  color: #fff;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff;
}

.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, .plyr--full-ui.plyr--video input[type=range]::-moz-range-track, .plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb, .plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb, .plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

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

.plyr:-webkit-full-screen, .plyr:-ms-fullscreen, .plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video, .plyr:-ms-fullscreen video, .plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper, .plyr:-ms-fullscreen .plyr__video-wrapper, .plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper, .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper, .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen, .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen, .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg, .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg, .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls, .plyr:-ms-fullscreen.plyr--hide-controls, .plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:-webkit-full-screen, .plyr:-moz-full-screen, .plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video, .plyr:-moz-full-screen video, .plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper, .plyr:-moz-full-screen .plyr__video-wrapper, .plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper, .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper, .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen, .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen, .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg, .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg, .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls, .plyr:-moz-full-screen.plyr--hide-controls, .plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions, .plyr:-ms-fullscreen .plyr__captions, .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.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;
  }
}
.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 {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

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

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.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);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html:not(.no-js) select {
  width: 100%;
  border: 0;
  box-shadow: none;
  opacity: 0;
  appearance: none;
}

select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  position: relative;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.625rem 0;
  font-family: "NeueMontreal", serif;
  font-size: 0.875rem;
  color: #5D4A23;
  text-align: right;
  white-space: nowrap;
  background: transparent;
  border-bottom: 1px solid #5D4A23;
  border-radius: 0;
}
.bootstrap-select > .dropdown-toggle:hover, .bootstrap-select > .dropdown-toggle:focus {
  color: #5D4A23;
}
.bootstrap-select > .dropdown-toggle .filter-option {
  flex: 1 1 auto;
  text-align: left;
}
.bootstrap-select > .dropdown-toggle::after {
  display: inline-block;
  margin-top: -1px;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.select-show-type > .dropdown-toggle::before {
  flex: 0;
  padding-right: 0.3125rem;
  content: "Rodzaj: ";
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.bootstrap-select > .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  text-align: left;
  list-style: none;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(93, 74, 35, 0.2);
}
.bootstrap-select > .dropdown-menu[x-placement=bottom-start] {
  border-top: 0;
}
.bootstrap-select > .dropdown-menu.show {
  display: block;
}
.bootstrap-select > .dropdown-menu .inner:focus {
  outline: none;
}
.bootstrap-select > .dropdown-menu .dropdown-menu {
  padding: 0.625rem;
  list-style: none;
}
.bootstrap-select > .dropdown-menu .dropdown-menu > li {
  padding-top: 0.0625rem;
}
.bootstrap-select > .dropdown-menu .dropdown-menu > li > a {
  display: block;
  padding: 0.75rem 1.4375rem;
  cursor: pointer;
}
.bootstrap-select > .dropdown-menu .dropdown-menu > li > a:hover, .bootstrap-select > .dropdown-menu .dropdown-menu > li > a:focus, .bootstrap-select > .dropdown-menu .dropdown-menu > li > a.selected {
  text-decoration: none;
  background: rgba(237, 237, 237, 0.2);
}

.jquery-ripples {
  position: relative;
  z-index: 0 !important;
  background-size: 100%;
  background-position: 0 0;
}
.jquery-ripples img {
  opacity: 0;
}

.ripple-effect {
  background-position: 0 0;
  background-size: 100%;
}
.ripple-effect img {
  opacity: 0;
}

.select-calendar {
  position: relative;
}
.select-calendar > .icon {
  position: absolute;
  top: 0.875rem;
  left: 0;
  font-size: 1.25rem;
}
.select-calendar .bootstrap-select > .dropdown-toggle {
  padding-left: 2.5rem;
}
.select-calendar .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.select-calendar-nav {
  position: absolute;
  top: 0.75rem;
  right: 0;
  display: flex;
}

.select-calendar-nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
}
.select-calendar-nav-prev::after {
  display: block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(90deg);
}

.select-calendar-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
}
.select-calendar-nav-next::after {
  display: block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}

.plyr__control--overlaid {
  background: #5D4A23;
  border: 2px solid #fff;
}

.plyr--full-ui input[type=range] {
  color: #5D4A23;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #5D4A23;
  box-shadow: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.2;
  margin: 0 0.4375rem;
  width: 0.5rem;
  height: 0.5rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@font-face {
  font-family: "MonumentExtended";
  src: url("../fonts/MonumentExtended-Bold.woff2") format("woff2"), url("../fonts/Euclid/MonumentExtended-BoldS.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NeueMontreal";
  src: url("../fonts/NeueMontreal-Regular.woff2") format("woff2"), url("../fonts/NeueMontreal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.h1, .buy-ticket, .h2, .user-article h2, .h2-lg, .h3, .user-article h3 {
  margin: 0;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
}

.h1, .buy-ticket {
  font-size: 1.5rem;
}

@media (min-width: 760px) {
  .h1, .buy-ticket {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.h2, .user-article h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.h2-lg {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.h3, .user-article h3 {
  font-size: 1.25rem;
}

.page-title {
  margin: 0 0 2.5rem 0;
}
.page-title img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 760px) {
  .page-title {
    margin: 5rem 0;
  }

  .page-title-mt {
    margin-top: 2.5rem;
  }
}
p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

a {
  color: #5D4A23;
  text-decoration: none;
  transition: background 0.12s ease-in, color 0.12s ease-in, border 0.12s ease-in;
}
a:hover {
  color: #5D4A23;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
a:focus {
  color: #5D4A23;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  outline: none;
}

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

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

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

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

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

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

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

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

ul, ol {
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 2;
}

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

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

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

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

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive-center {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive-full {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.img-circle {
  border-radius: 50%;
}

.touch .hidden-touch, .no-touch .hidden-no-touch {
  display: none;
}

.d-block {
  display: block;
}

.fade {
  transition: opacity 0.12s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

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

@-ms-viewport {
  width: device-width;
}
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "NeueMontreal", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5D4A23;
  background-color: #F6F3E9;
}

@media (min-width: 1200px) {
  body {
    font-size: 1rem;
  }
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 760px) {
  .container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.row > div {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media (min-width: 760px) {
  .row:not(.row-thin-space) {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .row:not(.row-thin-space) > div {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .row:not(.row-thin-space) {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .row:not(.row-thin-space) > div {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .row:not(.row-thin-space):not(.simple-grid) {
    margin-right: -5rem;
    margin-left: -5rem;
  }
  .row:not(.row-thin-space):not(.simple-grid) > div {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-right-0 {
  margin-right: 0%;
}

.col-xs-offset-right-1 {
  margin-right: 8.33333%;
}

.col-xs-offset-right-2 {
  margin-right: 16.66667%;
}

.col-xs-offset-right-3 {
  margin-right: 25%;
}

.col-xs-offset-right-4 {
  margin-right: 33.33333%;
}

.col-xs-offset-right-5 {
  margin-right: 41.66667%;
}

.col-xs-offset-right-6 {
  margin-right: 50%;
}

.col-xs-offset-right-7 {
  margin-right: 58.33333%;
}

.col-xs-offset-right-8 {
  margin-right: 66.66667%;
}

.col-xs-offset-right-9 {
  margin-right: 75%;
}

.col-xs-offset-right-10 {
  margin-right: 83.33333%;
}

.col-xs-offset-right-11 {
  margin-right: 91.66667%;
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}

@media (min-width: 760px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-right-0 {
    margin-right: 0%;
  }

  .col-sm-offset-right-1 {
    margin-right: 8.33333%;
  }

  .col-sm-offset-right-2 {
    margin-right: 16.66667%;
  }

  .col-sm-offset-right-3 {
    margin-right: 25%;
  }

  .col-sm-offset-right-4 {
    margin-right: 33.33333%;
  }

  .col-sm-offset-right-5 {
    margin-right: 41.66667%;
  }

  .col-sm-offset-right-6 {
    margin-right: 50%;
  }

  .col-sm-offset-right-7 {
    margin-right: 58.33333%;
  }

  .col-sm-offset-right-8 {
    margin-right: 66.66667%;
  }

  .col-sm-offset-right-9 {
    margin-right: 75%;
  }

  .col-sm-offset-right-10 {
    margin-right: 83.33333%;
  }

  .col-sm-offset-right-11 {
    margin-right: 91.66667%;
  }

  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-right-0 {
    margin-right: 0%;
  }

  .col-md-offset-right-1 {
    margin-right: 8.33333%;
  }

  .col-md-offset-right-2 {
    margin-right: 16.66667%;
  }

  .col-md-offset-right-3 {
    margin-right: 25%;
  }

  .col-md-offset-right-4 {
    margin-right: 33.33333%;
  }

  .col-md-offset-right-5 {
    margin-right: 41.66667%;
  }

  .col-md-offset-right-6 {
    margin-right: 50%;
  }

  .col-md-offset-right-7 {
    margin-right: 58.33333%;
  }

  .col-md-offset-right-8 {
    margin-right: 66.66667%;
  }

  .col-md-offset-right-9 {
    margin-right: 75%;
  }

  .col-md-offset-right-10 {
    margin-right: 83.33333%;
  }

  .col-md-offset-right-11 {
    margin-right: 91.66667%;
  }

  .col-md-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-right-0 {
    margin-right: 0%;
  }

  .col-lg-offset-right-1 {
    margin-right: 8.33333%;
  }

  .col-lg-offset-right-2 {
    margin-right: 16.66667%;
  }

  .col-lg-offset-right-3 {
    margin-right: 25%;
  }

  .col-lg-offset-right-4 {
    margin-right: 33.33333%;
  }

  .col-lg-offset-right-5 {
    margin-right: 41.66667%;
  }

  .col-lg-offset-right-6 {
    margin-right: 50%;
  }

  .col-lg-offset-right-7 {
    margin-right: 58.33333%;
  }

  .col-lg-offset-right-8 {
    margin-right: 66.66667%;
  }

  .col-lg-offset-right-9 {
    margin-right: 75%;
  }

  .col-lg-offset-right-10 {
    margin-right: 83.33333%;
  }

  .col-lg-offset-right-11 {
    margin-right: 91.66667%;
  }

  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
}
.form-input {
  width: 100%;
  padding: 0.625rem 0;
  font-family: "NeueMontreal", serif;
  font-size: 0.875rem;
  color: #5D4A23;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #5D4A23;
}
.form-input:focus {
  outline: none;
}
.form-input::placeholder {
  color: #5D4A23;
  opacity: 1;
}

.form-input-icon {
  position: relative;
}
.form-input-icon > .icon {
  position: absolute;
  top: 0.75rem;
  left: 0;
  font-size: 1.25rem;
}
.form-input-icon > .form-input {
  padding-left: 2.5rem;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  display: block;
}
.nav > li > a {
  display: inline-block;
}

body.open-navbar {
  /* stylelint-disable-line selector-no-qualifying-type */
}

@media (max-width: 1199px) {
  body.open-navbar {
    overflow: hidden;
  }
}
.page-header-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 1.25rem 2.5rem 1.25rem;
}

.page-header {
  margin-bottom: 5.5rem;
}
@media (max-width: 1200px) {
  .page-header {
    margin-bottom: 1rem;
  }
}

.page-header-brand {
  position: fixed;
  bottom: 2.5rem;
  left: 1.25rem;
  z-index: 29;
}
.page-header-brand img {
  display: block;
  width: 3.375rem;
  height: auto;
}

.page-header-toggle {
  position: relative;
  z-index: 32;
  width: 1.5rem;
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  transition: none;
}
.page-header-toggle:focus {
  outline: none;
}
.page-header-toggle .icon-bar {
  display: block;
  width: 1.5rem;
  height: 2px;
  margin-right: 0;
  background: #5D4A23;
  transition: all 0.6s;
}
.page-header-toggle .icon-bar:nth-child(1) {
  transform-origin: top left;
}
.page-header-toggle .icon-bar:nth-child(2) {
  margin-top: 0.25rem;
}
.page-header-toggle .icon-bar:nth-child(3) {
  margin-top: 0.25rem;
  transform-origin: bottom left;
}
.page-header-toggle[aria-expanded=true] {
  transition: all 0.6s ease 0.5s;
}
.page-header-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
  margin-left: 0.25rem;
  transform: rotate(45deg);
  transform-origin: top left;
}
.page-header-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
  opacity: 0;
}
.page-header-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
  margin-top: 0.5rem;
  margin-left: 0.25rem;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.page-header-navbar {
  position: fixed;
  top: 0;
  right: -110%;
  z-index: 31;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 8.75rem 1.25rem 1.875rem 5rem;
  overflow: auto;
  background: #fff;
  transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

body.open-navbar .page-header-navbar {
  /* stylelint-disable-line selector-no-qualifying-type */
  right: 0;
}

.page-header-nav-name a {
  display: inline-block;
  min-height: 1.5rem;
  font-family: "ivypresto-display", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  letter-spacing: 1px;
  text-decoration: none;
}
.page-header-nav-name a img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .page-header-nav-name a img {
    width: 220px;
  }
}
.page-header-nav-name a.active {
  width: 4rem;
}
.page-header-nav-name a:hover, .page-header-nav-name a:focus {
  text-decoration: none;
}
.page-header-nav-name a:hover img, .page-header-nav-name a:hover p, .page-header-nav-name a:focus img, .page-header-nav-name a:focus p {
  text-decoration: none;
}

.page-header-nav-ticket a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.page-header-nav-ticket a:hover, .page-header-nav-ticket a:focus {
  text-decoration: none;
  border-bottom-color: #5D4A23;
}

.page-header-nav-main {
  padding: 0 0 3.75rem 0;
  text-align: left;
}
.page-header-nav-main > li {
  padding: 1.25rem 0;
}
.page-header-nav-main > li > a {
  font-size: 1.25rem;
  line-height: 1;
  color: #5D4A23;
  border-bottom: 1px solid transparent;
}
.page-header-nav-main > li > a:hover, .page-header-nav-main > li > a:focus, .page-header-nav-main > li > a.active {
  text-decoration: none;
  border-bottom-color: #5D4A23;
}

@media (min-width: 760px) {
  .page-header-navbar {
    width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .page-header-brand {
    position: fixed;
    bottom: 2.5rem;
    left: 2.5rem;
    z-index: 100;
  }
  .page-header-brand img {
    width: 5rem;
  }

  .page-header-container {
    position: relative;
    display: block;
    max-width: 100rem;
    padding: 0 5rem;
    margin-right: auto;
    margin-left: auto;
  }

  .page-header-toggle {
    display: none;
  }

  .page-header-navbar {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 2.5rem 0;
    overflow: visible;
    background: transparent !important;
    /* stylelint-disable-line declaration-no-important */
    border-bottom: 1px solid rgba(237, 237, 237, 0.2);
    transition: none;
  }

  .page-header-nav-name {
    position: absolute;
    top: 2.6875rem;
    left: 5rem;
  }
  .page-header-nav-name a {
    min-height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .page-header-nav-name a div {
    display: flex;
    gap: 1rem;
    max-width: 230px;
  }
  .page-header-nav-name a div img {
    width: 100%;
    height: auto;
  }
  .page-header-nav-name a div p {
    font-size: 1rem;
    font-family: "NeueMontreal", serif;
    text-transform: none;
    max-width: 200px;
    line-height: 1.25rem;
    margin: 0;
  }
}
@media (min-width: 1320px) {
  .page-header-nav-name a div {
    max-width: 290px;
  }
  .page-header-nav-name a div img {
    width: 100%;
    height: auto;
  }
}
.page-header-nav-ticket {
  position: absolute;
  top: 2.6875rem;
  right: 5rem;
}
.page-header-nav-ticket a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.page-header-nav-main {
  display: flex;
  padding: 0;
}
@media (max-width: 1200px) {
  .page-header-nav-main {
    flex-direction: column;
  }
}
.page-header-nav-main > li {
  padding: 0 2.5rem 0 0;
}
.page-header-nav-main > li:last-child {
  padding-right: 0;
}
.page-header-nav-main > li > a {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.page-header-no-separator .page-header-navbar {
  border-bottom: 0;
}

@media (min-width: 1620px) {
  .page-header-brand {
    left: 50%;
    margin-left: -47.8125rem;
  }
}
.page-footer-main {
  padding-top: 0.3125rem;
  border-top: 1px solid rgba(93, 74, 35, 0.2);
}

.page-footer-nav > li {
  padding: 0.3125rem 0;
}

.page-footer-nav-label {
  margin: 4.6875rem 0 2.1875rem;
}

.page-footer-festival {
  padding: 4.6875rem 0 5rem;
}
.page-footer-festival a img {
  margin-right: 0.625rem;
}
.page-footer-festival a:hover, .page-footer-festival a:focus {
  text-decoration: none;
}
.page-footer-festival a:hover span, .page-footer-festival a:focus span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.page-footer-aside {
  padding: 2.1875rem 0 2.5rem;
  border-top: 1px solid rgba(93, 74, 35, 0.2);
}

.page-footer-aside-nav > li {
  padding: 0.3125rem 0;
}

.page-footer-newsletter {
  display: none;
}

.page-footer-info {
  padding: 0.0625rem 0 0.0625rem 0;
  background-color: #fff;
  color: #5D4A23;
}

@media (min-width: 1200px) {
  .page-footer {
    padding-bottom: 0;
  }

  .page-footer-newsletter {
    display: block;
    border-top: 1px solid rgba(93, 74, 35, 0.2);
  }

  .page-footer-newsletter-title {
    display: block;
    margin: 5rem 0 1.25rem 0;
  }

  .page-footer-newsletter-form {
    border-bottom: 1px solid rgba(93, 74, 35, 0.2);
  }

  .page-footer-newsletter-form-group {
    display: flex;
  }

  .page-footer-newsletter-form-input {
    flex: 1;
    width: 100%;
    padding: 0.625rem 0;
    color: #5D4A23;
    background: transparent;
    border: 0;
  }
  .page-footer-newsletter-form-input::placeholder {
    color: #5D4A23;
    opacity: 1;
  }
  .page-footer-newsletter-form-input:focus {
    outline: none;
  }

  .page-footer-newsletter-form-btn {
    flex: 0;
    padding: 0.625rem 0;
    color: #5D4A23;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 0;
  }
  .page-footer-newsletter-form-btn:hover, .page-footer-newsletter-form-btn:focus {
    text-decoration: underline;
  }

  .page-footer-main {
    border-top: 0;
  }

  .page-footer-festival {
    padding: 2.1875rem 0 2.5rem;
  }

  .page-footer-aside {
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 0;
  }

  .page-footer-aside-nav {
    display: flex;
  }
  .page-footer-aside-nav > li {
    padding: 0 2.5rem 0 0;
  }
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.btn {
  display: inline-block;
  padding: 1rem;
  color: #F6F3E9;
  white-space: nowrap;
  cursor: pointer;
  background: #5D4A23;
  border: 0;
}
.btn:focus {
  text-decoration: none;
  outline: none;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
}

.btn-lg {
  height: 3rem;
  padding: 0.4375rem 1rem;
  line-height: 2.1;
}

.btn-border {
  color: #5D4A23;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-border:hover, .btn-border:focus {
  color: #5D4A23;
}

.btn-round {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5D4A23;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background: #F6F3E9;
  border: 1px solid #5D4A23;
  border-radius: 1.375rem;
}
.btn-round:focus {
  text-decoration: none;
  outline: none;
}
.btn-round:hover, .btn-round:focus {
  color: #F6F3E9;
  text-decoration: none;
  background: #5D4A23;
}

.buy-ticket {
  position: sticky;
  top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 12.5rem;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #5D4A23;
  border-radius: 50%;
}
.buy-ticket:hover, .buy-ticket:focus {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}

/* stylelint-disable */
@font-face {
  font-family: "fkz";
  src: url("./../fonts/fkz.eot");
  src: url("./../fonts/fkz.eot?#iefix") format("embedded-opentype"), url("./../fonts/fkz.woff") format("woff"), url("./../fonts/fkz.ttf") format("truetype"), url("./../fonts/fkz.svg#fkz") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon::before {
  font-family: "fkz" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-d-block::before {
  display: block;
}

.icon-facebook:before {
  content: "a";
}

.icon-copy:before {
  content: "b";
}

.icon-twitter:before {
  content: "c";
}

.icon-calendar:before {
  content: "d";
}

.icon-search:before {
  content: "e";
}

.icon-arrow-left:before {
  content: "f";
}

.icon-arrow-right:before {
  content: "g";
}

.user-article {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1px 0;
  margin-bottom: 3.75rem;
  overflow: hidden;
}
.user-article .article-main-img {
  position: relative;
  margin-bottom: 2.5rem;
}
.user-article .article-main-img-size {
  display: block;
  width: 100%;
}
.user-article .article-main-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center center;
}
.user-article .h1, .user-article .buy-ticket {
  margin: 2.5rem 0 1.25rem;
}

.user-article-attr {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.25rem 0 1.25rem;
  list-style: none;
}
.user-article-attr > li::after {
  padding: 0 1.25rem;
  content: "/";
}
.user-article-attr > li:last-child::after {
  display: none;
}
.user-article-attr > li .online {
  color: #60ab26;
}
.user-article-attr + .h1, .user-article-attr + .buy-ticket {
  margin-top: 1.25rem;
}
.user-article-attr:first-child {
  margin-top: 0;
}
.user-article-attr:last-child {
  margin-bottom: 2.5rem;
}

.user-article blockquote {
  font-style: italic;
  margin: 2.5rem 0;
  padding: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #5D4A23;
  background: rgba(93, 74, 35, 0.1);
  border-left: 0.3125rem solid #5D4A23;
}
.user-article a {
  text-decoration: underline;
}
.user-article p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.25rem;
}
.user-article li {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 0 0.5rem;
}
.user-article img {
  width: 100%;
  height: auto;
  margin: 2.5rem 0;
}
.user-article h1 {
  font-size: 4rem;
  line-height: 4.5rem;
}
.user-article h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}
.user-article h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}
.user-article h4 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.user-article h1, .user-article h2, .user-article h3, .user-article h4, .user-article h5, .user-article h6 {
  margin: 0 0 2.5rem;
}
.user-article .link-list {
  padding: 0;
  margin: 2.5rem 0 1.25rem;
  list-style: none;
}
.user-article .sponsor-title {
  margin: 5rem 0 1.25rem;
}
.user-article .sponsor-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.25rem 0;
  list-style: none;
}
.user-article .sponsor-list > li:not(:last-child) {
  padding-right: 1.25rem;
}
.user-article .sponsor-list img {
  display: block;
  width: auto;
  height: 6.25rem;
  margin: 0;
}
.user-article .video-player,
.user-article .audio-player {
  margin: 2.5rem 0;
}
.user-article .share-article, .user-article .copy-link-article {
  display: none;
}
.user-article .article-gallery-swiper {
  overflow: visible;
}
.user-article .article-gallery-swiper .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.user-article .article-gallery-swiper .swiper-slide > span {
  opacity: 0;
}
.user-article .article-gallery-swiper .swiper-slide-active {
  opacity: 1;
}
.user-article .article-gallery-swiper .swiper-slide-active > span {
  opacity: 1;
}
.user-article .article-gallery-swiper .swiper-slide img {
  margin-bottom: 1.25rem;
}
.user-article .article-gallery-nav {
  display: none;
}

.user-article-container p:last-child, .user-article-container h2:last-child, .user-article-container h3:last-child {
  margin-bottom: 0;
}
.user-article-container img {
  margin: 0;
}

@media (min-width: 992px) {
  .user-article-container {
    margin-right: calc(-16.6% - 5rem);
    margin-left: calc(-16.6% - 5rem);
  }

  .user-article .article-main-img {
    margin-right: 18%;
    margin-left: 18%;
  }
}
@media (min-width: 1200px) {
  .user-article-container {
    margin-right: calc(-50% - 5rem);
    margin-left: calc(-50% - 5rem);
  }

  .user-article .article-main-img {
    margin-right: 27%;
    margin-left: 27%;
  }
  .user-article .article-img, .user-article .user-article-video {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .user-article-attr:first-child {
    margin-top: 2.5rem;
  }

  .user-article .sponsor-title {
    margin: 5rem 0 2.5rem;
  }
  .user-article .sponsor-list > li:not(:last-child) {
    padding-right: 2.5rem;
  }
  .user-article .audio-player {
    margin: 5rem -4rem;
  }
  .user-article .share-article {
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(93, 74, 35, 0.2);
  }
  .user-article .share-article-list {
    display: flex;
    padding: 0;
    margin: 1.25rem 0;
    list-style: none;
  }
  .user-article .share-article-list > li {
    padding-right: 1.25rem;
  }
  .user-article .share-article-list > li > a {
    font-size: 2rem;
    text-decoration: none;
  }
  .user-article .copy-link-article {
    display: block;
  }
  .user-article .copy-link-article a {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  .user-article .copy-link-article a .icon {
    padding-right: 0.625rem;
    font-size: 1.75rem;
  }
  .user-article .copy-link-article a.copied::after {
    position: absolute;
    top: 0;
    left: 110%;
    padding: 0.3125rem;
    content: attr(data-copy-info);
    background-color: #fff;
    border: 1px solid rgba(93, 74, 35, 0.2);
  }
  .user-article .article-gallery {
    margin: 3.75rem 0;
  }
  .user-article .article-gallery-swiper .swiper-slide > span {
    display: block;
    padding-right: 7.5rem;
  }
  .user-article .article-gallery-nav {
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: flex-end;
    margin-top: -1.875rem;
  }
  .user-article .article-gallery-nav > button {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    background: transparent;
    color: #5D4A23;
    border: 1px solid #5D4A23;
    border-radius: 50%;
  }
  .user-article .article-gallery-nav > button:not(.swiper-button-disabled) {
    cursor: pointer;
  }
  .user-article .article-gallery-nav > button.swiper-button-disabled {
    opacity: 0.2;
  }

  .user-article-report .user-article-header .h2, .user-article-report .user-article-header .user-article h2 {
    margin-top: 2.5rem;
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .user-article .user-article-report .user-article-header h2 {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .user-article-report p {
    margin: 2.5rem 0;
  }
  .user-article-report img, .user-article-report h2, .user-article-report h3, .user-article-report .plyr {
    margin: 5rem 0;
  }
  .user-article-report .article-gallery {
    margin: 5rem 0;
  }
  .user-article-report .article-gallery img {
    margin: 0;
  }
  .user-article-report .user-article-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .user-article-report .user-article-container img {
    margin: 0;
  }
  .user-article-report .user-article-container p:first-child {
    margin-top: 0;
  }
  .user-article-report .user-article-container p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .user-article-container .row {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .user-article-container .row > div {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .user-article .article-main-img {
    margin-right: auto;
    margin-left: auto;
  }
}
.news-tile {
  display: block;
  margin-bottom: 2.5rem;
}

.news-tile-img {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 1.25rem;
}

.news-tile-img-size {
  display: block;
  width: 100%;
}

.news-tile-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.news-tile-title {
  display: block;
  padding-top: 0.625rem;
  margin: 0;
}

.news-tile:hover, .news-tile:focus {
  text-decoration: none;
}
.news-tile:hover .news-tile-img img, .news-tile:focus .news-tile-img img {
  transform: translate(-50%, -50%);
}
.news-tile:hover .news-tile-title, .news-tile:focus .news-tile-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (min-width: 1200px) {
  .news-tile {
    margin-bottom: 5rem;
  }
}
.event-tile {
  display: block;
  margin-bottom: 5rem;
}

.event-tile-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.event-tile-img-size {
  display: block;
  width: 100%;
}

.event-tile-img-hover {
  opacity: 0;
}

.event-tile-img img, .event-tile-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
  object-fit: cover;
}

.event-tile-img-info {
  position: absolute;
  bottom: 0;
  left: 2rem;
  padding: 0.25rem 0.5rem;
  color: #F6F3E9;
  background: #5D4A23;
}

.event-tile-title {
  position: relative;
  padding-left: 2.5rem;
  margin: 2.5rem 0;
}
.event-tile-title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-color: transparent;
  border: 1px solid #5D4A23;
  border-radius: 1.25rem;
}
.event-tile-title.online::before {
  background-color: #FC1C7A;
  border: 1px solid #FC1C7A;
}

.event-tile-info {
  display: block;
  padding-left: 2.5rem;
  margin: 1.25rem 0;
  font-size: 0.875rem;
}
.event-tile-info .online {
  color: #FC1C7A;
}

.event-tile:hover, .event-tile:focus {
  text-decoration: none;
}
.event-tile:hover .event-tile-title, .event-tile:focus .event-tile-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.event-tile:hover .event-tile-title::before, .event-tile:focus .event-tile-title::before {
  background-color: #5D4A23;
}
.event-tile:hover .event-tile-title.online::before, .event-tile:focus .event-tile-title.online::before {
  background-color: #FC1C7A;
}
.event-tile:hover .event-tile-img img, .event-tile:hover .event-tile-img video {
  transform: scale(1.1);
}
.event-tile:focus .event-tile-img img, .event-tile:focus .event-tile-img video {
  transform: scale(1.1);
}
.event-tile:hover .event-tile-img-hover, .event-tile:focus .event-tile-img-hover {
  opacity: 1;
}

@media (max-width: 760px) {
  .event-tile-info-lg {
    display: none;
  }
}
@media (min-width: 760px) {
  .event-tile-title {
    margin: 1.25rem 0;
  }

  .event-tile-info-xs {
    display: none;
  }

  .event-tile-info-lg {
    display: block;
  }
}
.broadcast-tile {
  display: block;
  margin-bottom: 5rem;
}

.broadcast-tile-img {
  overflow: hidden;
}
.broadcast-tile-img img {
  transition: all 0.2s;
}

.broadcast-tile-title {
  position: relative;
  padding-left: 3rem;
  margin: 1.25rem 0 0.625rem;
}
.broadcast-tile-title img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
}

.broadcast-tile-info {
  display: block;
  padding-left: 3rem;
  margin: 0.0625rem 0 0 0;
}

.broadcast-tile:hover, .broadcast-tile:focus {
  text-decoration: none;
}
.broadcast-tile:hover .broadcast-tile-title, .broadcast-tile:focus .broadcast-tile-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.broadcast-tile:hover .broadcast-tile-img img, .broadcast-tile:focus .broadcast-tile-img img {
  transform: scale(1.1);
}

@media (min-width: 760px) {
  .broadcast-tile-title {
    margin: 1.25rem 0;
  }

  .broadcast-tile-info-xs {
    display: none;
  }

  .broadcast-tile-info-lg {
    display: block;
  }
}
.pagination {
  display: flex;
  margin-bottom: 5rem;
}
.pagination > li:first-child {
  padding-right: 1.25rem;
}
.pagination > li:last-child {
  padding-left: 1.25rem;
}
.pagination > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2rem;
}
.pagination > li > a.disabled {
  color: rgba(93, 74, 35, 0.2);
  cursor: not-allowed;
  text-decoration: none !important;
}

.partners-content {
  padding: 2.5rem 0 1.25rem;
  border-top: 1px solid rgba(93, 74, 35, 0.2);
}

.partners-title {
  margin-bottom: 2.5rem;
}

.partners-title-sponsor {
  margin: 2.5rem 0;
}

.partners-list {
  display: flex;
  padding: 0 0 1.25rem 0;
  margin: 0;
  list-style: none;
}
.partners-list > li {
  padding-right: 2.5rem;
}
.partners-list > li:last-child {
  padding-right: 0;
}

.partners-list-wrap {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  overflow: auto;
}

@media (min-width: 760px) {
  .partners-content {
    padding: 2.5rem 0;
  }

  .partners-title {
    display: none;
  }

  .partners-title-sponsor {
    margin: 2.5rem 0;
  }

  .partners-list {
    justify-content: space-between;
    padding: 0;
  }
  .partners-list > li {
    padding-right: 0;
  }
  .partners-list > li:last-child {
    padding-right: 0;
  }

  .partners-list-wrap {
    padding: 0;
    margin: 0;
    overflow: visible;
  }
}
.download-btn-content {
  padding: 5rem 0;
  border-top: 1px solid rgba(93, 74, 35, 0.2);
}

.detailed-report-content {
  padding: 3.75rem 0;
  border-top: 1px solid rgba(93, 74, 35, 0.2);
}

.detailed-report-title {
  margin-bottom: 2.5rem;
}

.detailed-report-block {
  margin: 1.25rem 0;
}
.detailed-report-block h3 {
  font-size: 1rem;
}
.detailed-report-block p, .detailed-report-block ol, .detailed-report-block h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
  .detailed-report-content {
    padding: 2.5rem 0;
  }

  .detailed-report-title {
    margin-bottom: 2.5rem;
  }

  .detailed-report-block {
    margin: 2.5rem 0;
  }
}
.info-content {
  padding: 3.75rem 0;
  border-top: 1px solid rgba(93, 74, 35, 0.2);
}

.info-text {
  margin: 1.25rem 0;
}
.info-text a {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .info-content {
    padding: 2.5rem 0;
  }

  .info-text {
    margin: 2.5rem 0;
  }
}
.news-small-list-content {
  padding: 5rem 0 2.5rem;
  border-top: 1px solid rgba(93, 74, 35, 0.2);
}

.news-small-list-title, .news-small-list-more {
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .news-small-list-content {
    padding: 5rem 0 0;
  }

  .news-small-list-title, .news-small-list-more {
    margin-bottom: 5rem;
  }
}
.news-list-subtitle {
  margin: 0 0 2.5rem 0;
}

@media (min-width: 760px) {
  .news-list-subtitle {
    margin: 0 0 5rem 0;
  }

  .news-list-row {
    position: relative;
  }
  .news-list-row::before {
    position: absolute;
    top: 0;
    bottom: 5rem;
    left: 50%;
    display: block;
    content: "";
    border-right: 1px solid rgba(93, 74, 35, 0.2);
  }
}
@media (min-width: 992px) {
  .news-list-section {
    overflow: hidden;
  }

  .news-list-row::before {
    left: 33.333%;
  }
  .news-list-row::after {
    position: absolute;
    top: 0;
    right: 33.333%;
    bottom: 5rem;
    display: block;
    content: "";
    border-right: 1px solid rgba(93, 74, 35, 0.2);
  }
}
.program-list-content {
  padding: 0 0 5rem 0;
}

.program-list-current {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(93, 74, 35, 0.2);
}

.program-list-current-player {
  margin-bottom: 1.25rem;
}

.program-list-current-body {
  margin-bottom: 2.5rem;
}
.program-list-current-body .h2, .program-list-current-body .user-article h2 {
  margin: 1.25rem 0;
}

.user-article .program-list-current-body h2 {
  margin: 1.25rem 0;
}

.program-list-current-body p {
  margin: 0;
}

.program-list-row-filter {
  margin-bottom: 2.5rem;
}
.program-list-row-filter > div {
  margin-bottom: 1.25rem;
}

.program-list-filter-change-date {
  display: flex;
  align-items: center;
}

.program-list-filter-change-date-current {
  padding: 0 0.625rem;
}

.program-list-filter-change-date-prev {
  display: block;
  padding: 0.5rem;
}
.program-list-filter-change-date-prev::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5rem;
  content: "";
  border-color: transparent #5D4A23 transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.program-list-filter-change-date-prev[aria-disabled=true] {
  opacity: 0.2;
}

.program-list-filter-change-date-next {
  display: block;
  padding: 0.5rem;
}
.program-list-filter-change-date-next::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5rem;
  content: "";
  border-color: transparent transparent transparent #5D4A23;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.program-list-filter-change-date-next[aria-disabled=true] {
  opacity: 0.2;
}

.program-list-title {
  margin-bottom: 2.5rem;
}

.program-list-key {
  position: relative;
  z-index: 2;
  display: block;
  padding-bottom: 5rem;
  background-color: #F6F3E9;
}
.program-list-key .wrapper {
  width: 100%;
  height: 90%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.program-list-key-size {
  display: block;
  width: 100%;
}

.program-list-key img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.program-list-nav {
  display: flex;
  justify-content: space-between;
}

.program-list-nav-link > span {
  display: block;
}
.program-list-nav-link > span + span {
  padding-top: 0.625rem;
}
.program-list-nav-link:last-child {
  text-align: right;
}
.program-list-nav-link:hover, .program-list-nav-link:focus {
  text-decoration: none;
}
.program-list-nav-link:hover > span:last-child, .program-list-nav-link:focus > span:last-child {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (min-width: 760px) {
  .program-list-row::before {
    position: absolute;
    top: 0;
    bottom: 5rem;
    left: 50%;
    display: block;
    content: "";
    border-right: 1px solid rgba(93, 74, 35, 0.2);
  }
}
@media (min-width: 992px) {
  .program-list-row::before {
    left: 33.333%;
  }
  .program-list-row::after {
    position: absolute;
    top: 0;
    right: 33.333%;
    bottom: 5rem;
    display: block;
    content: "";
    border-right: 1px solid rgba(93, 74, 35, 0.2);
  }
}
@media (min-width: 1200px) {
  .program-list-current {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
  .program-list-current .row {
    align-items: flex-end;
  }

  .program-list-current-player {
    margin-right: -2.5rem;
    margin-bottom: 0;
  }

  .program-list-current-body {
    margin-bottom: 0;
  }

  .program-list-row-filter {
    margin-bottom: 5rem;
  }
  .program-list-row-filter > div {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .program-list-current-player {
    margin-right: -5rem;
  }
}
.program-small-list-content {
  padding: 5rem 0 2.5rem;
  border-top: 1px solid rgba(93, 74, 35, 0.2);
}

.program-small-list-title {
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .program-small-list-content {
    padding: 5rem 0 0;
  }

  .program-small-list-title {
    margin-bottom: 5rem;
  }

  .program-small-list-row > div {
    position: relative;
  }
  .program-small-list-row > div:not(:nth-child(3))::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5rem;
    display: block;
    content: "";
    border-right: 1px solid rgba(93, 74, 35, 0.2);
  }
}
.broadcast-list-content {
  padding: 2.5rem 0 2.5rem;
  border-top: 1px solid rgba(93, 74, 35, 0.2);
}

.broadcast-list-title {
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .broadcast-list-content {
    padding: 0;
  }

  .broadcast-list-title {
    margin-bottom: 5rem;
  }

  .broadcast-list-row > div {
    position: relative;
    padding-top: 5rem;
  }
  .broadcast-list-row > div:nth-child(2n+1)::before {
    position: absolute;
    top: 5rem;
    right: 0;
    bottom: 5rem;
    display: block;
    content: "";
    border-right: 1px solid rgba(93, 74, 35, 0.2);
  }
  .broadcast-list-row > div:nth-child(2n+1)::after {
    position: absolute;
    top: 0;
    left: 5rem;
    display: block;
    width: calc(200% - 10rem);
    content: "";
    border-top: 1px solid rgba(93, 74, 35, 0.2);
  }
  .broadcast-list-row > div:nth-child(1), .broadcast-list-row > div:nth-child(2) {
    padding-top: 0;
  }
  .broadcast-list-row > div:nth-child(1)::before, .broadcast-list-row > div:nth-child(2)::before {
    top: 0;
  }
  .broadcast-list-row > div:nth-child(1)::after, .broadcast-list-row > div:nth-child(2)::after {
    display: none;
  }
}
.sponsors-list-title {
  margin: 0 0 2.5rem 0;
}

.sponsors-list-row {
  margin-bottom: 2.5rem;
}

.sponsors-list-row-text > div + div {
  margin-top: 2.5rem;
}

.sponsors-list-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16.25rem;
  margin-bottom: 1.25rem;
  background: #fff;
  border: 1px solid rgba(93, 74, 35, 0.2);
}

.sponsors-list-item-text {
  margin: 2.5rem 0 0;
}

.sponsors-list-persons {
  display: block;
  padding: 0.3125rem 0;
}

@media (min-width: 760px) {
  .sponsors-list-row {
    margin-bottom: 2.5rem;
  }

  .sponsors-list-row-text > div + div {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .sponsors-list-content {
    padding: 0;
  }

  .sponsors-list-title {
    margin-top: 5rem;
  }

  .sponsors-list-row {
    margin-bottom: 5rem;
  }

  .sponsors-list-item-img-lg {
    min-height: 21.25rem;
  }
}
.statistics-content {
  padding: 0 0 3.75rem 0;
}

.statistics-title {
  margin: 0 0 1.25rem 0;
}

.statistics-text {
  margin: 1.25rem 0;
}

@media (min-width: 1200px) {
  .statistics-content {
    padding: 0 0 3.75rem;
  }

  .statistics-title {
    margin-bottom: 2.5rem;
  }

  .statistics-text {
    margin: 2.5rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
