@charset "UTF-8";
/**
 * Swiper 3.7.8
 * from https://cdn.plyr.io/3.7.8/plyr.css
 * https://plyr.io/
 */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 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: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

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

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

.plyr__captions span:empty {
  display: none;
}

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

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

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

.plyr__caption div {
  display: inline;
}

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

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

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.plyr__menu .plyr__control svg {
  transition: transform 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.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

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

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

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

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

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

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -moz-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 rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

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

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 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: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

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

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

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

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

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

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

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

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

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

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

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

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 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, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

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

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

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

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

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

.plyr--audio {
  display: block;
}

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

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

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

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

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

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

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

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

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

.plyr--video {
  overflow: hidden;
}

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

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

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

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

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

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

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

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

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2025
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

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

.swiper-vertical {
  touch-action: pan-x;
}

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.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 {
  transform: scale(1);
}

.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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-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:only-child {
  display: none !important;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "Cera Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-700.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-900.woff2") format("woff2");
}
@font-face {
  font-family: "Bitter";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bitter-900.woff2") format("woff2");
}
@keyframes show-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  --plyr-color-main: #e80024;
  height: 100%;
  scroll-behavior: smooth;
  font-size: max(1px, 0.2666666667vw);
}
@media (min-width: 1024px) {
  html {
    font-size: 0.0520833333vw;
  }
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 360px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #000005;
  word-break: break-word;
  background-color: #ffffff;
}

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

picture {
  flex-shrink: 0;
}

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

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

button {
  font: inherit;
  color: inherit;
}
button:not([disabled]) {
  cursor: pointer;
}

[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

@media (min-width: 1024px) {
  [data-show=mobile] {
    display: none;
  }
}

[data-show=desktop] {
  display: none;
}
@media (min-width: 1024px) {
  [data-show=desktop] {
    display: block;
  }
}

.overlay {
  scrollbar-width: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  padding: 20rem;
  overflow: scroll;
  background-color: rgba(0, 0, 5, 0.8);
  backdrop-filter: blur(15px);
  opacity: 0;
  animation-name: arrow-scroll;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay.show {
  animation-name: overlay-show;
}
.overlay.hide {
  animation-name: overlay-hide;
}
.overlay.media {
  padding: 70rem 20rem 20rem 20rem;
}
@media (min-width: 1024px) {
  .overlay.media {
    padding: 100rem 20rem 20rem 20rem;
  }
}

@keyframes overlay-show {
  0% {
    z-index: 10;
  }
  100% {
    z-index: 10;
    opacity: 1;
  }
}
@keyframes overlay-hide {
  0% {
    z-index: 10;
    opacity: 1;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
.scroll-lock {
  overflow: hidden;
}

.visually-hidden:not(:focus, :active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden,
input[type=file].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.b-amba-list {
  width: 100%;
}

.b-amba-list__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30rem;
  margin-bottom: 30rem;
}
@media (min-width: 1024px) {
  .b-amba-list__top {
    margin-bottom: 50rem;
  }
}

.b-amba-list__btn {
  display: none;
}
@media (min-width: 1024px) {
  .b-amba-list__btn {
    display: block;
    flex-shrink: 0;
    min-width: 534rem;
  }
}

.b-amba-list__slider-container {
  position: relative;
  margin: 0 -20rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .b-amba-list__slider-container {
    margin: 0;
    overflow: visible;
  }
}

.b-amba-list__slider {
  width: 306rem;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 1024px) {
  .b-amba-list__slider {
    width: calc(100% + 4rem);
    margin-right: -4rem;
    margin-left: 0;
    padding-right: 4rem;
    overflow: hidden;
  }
}

.b-amba-list__slider-wrp > * {
  margin-right: 15rem;
}
@media (min-width: 1024px) {
  .b-amba-list__slider-wrp > * {
    margin-right: 22rem;
  }
}

.b-amba-list__item {
  display: block;
  flex-shrink: 0;
  width: 306rem;
}
.b-amba-list__item[href]:hover .b-amba-list__img::before, .b-amba-list__item[href]:focus-visible .b-amba-list__img::before {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
@media (min-width: 1024px) {
  .b-amba-list__item {
    width: 440rem;
  }
}

.b-amba-list__img {
  position: relative;
  height: 292rem;
}
.b-amba-list__img::before {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 180rem;
  background-color: #e80024;
  border-radius: 30rem;
}
.b-amba-list__img img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  border-radius: 0 0 30rem 30rem;
}
@media (min-width: 1024px) {
  .b-amba-list__img {
    height: 420rem;
  }
  .b-amba-list__img::before {
    width: 100%;
    height: 255rem;
    border-radius: 40rem;
  }
}

.b-amba-list__info {
  margin-top: 20rem;
  font-size: 12rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .b-amba-list__info {
    font-size: 18rem;
  }
}

.b-amba-list__lang {
  font-family: "Bitter", sans-serif;
  font-weight: 900;
  color: #bcc0ce;
  text-transform: uppercase;
}

.b-amba-list__name {
  margin-top: 5rem;
  font-size: 18rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .b-amba-list__name {
    margin-top: 7rem;
    font-size: 36rem;
  }
}

.b-amba-list__spec {
  margin-top: 8rem;
}
@media (min-width: 1024px) {
  .b-amba-list__spec {
    margin-top: 12rem;
  }
}

.b-amba-list__nav {
  display: none;
}
@media (min-width: 1024px) {
  .b-amba-list__nav {
    position: absolute;
    top: 165rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
  .b-amba-list__nav.left {
    right: calc(100% + 22rem);
  }
  .b-amba-list__nav.right {
    left: calc(100% + 22rem);
  }
}

.b-amba {
  width: 100%;
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 16rem;
  font-weight: 400;
  color: #000005;
}
@media (min-width: 1024px) {
  .b-amba {
    font-size: 20rem;
    line-height: 28rem;
  }
}

.b-amba__slider {
  scrollbar-width: none;
  width: calc(100% + 40rem);
  margin: 0 -20rem 28rem -20rem;
  overflow: scroll;
}
.b-amba__slider::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .b-amba__slider {
    width: 100%;
    margin: 0 0 20rem 0;
  }
}

.b-amba__slider-wrp {
  display: flex;
  align-items: flex-end;
  padding: 0 20rem;
}
.b-amba__slider-wrp > *:not(:last-child) {
  margin-right: 10rem;
}
@media (min-width: 1024px) {
  .b-amba__slider-wrp {
    gap: 20rem;
    padding: 0;
  }
  .b-amba__slider-wrp > *:not(:last-child) {
    margin-right: 0;
  }
}

.b-amba__slider-person {
  position: relative;
  flex-shrink: 0;
  width: 335rem;
  height: 263rem;
}
.b-amba__slider-person::before {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 159rem;
  background-color: #e80024;
  border-radius: 30rem;
}
.b-amba__slider-person img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  border-radius: 0 0 30rem 30rem;
}
.b-amba__slider-person .desktop {
  display: none;
}
@media (min-width: 1024px) {
  .b-amba__slider-person {
    width: 530rem;
    height: 420rem;
  }
  .b-amba__slider-person::before {
    height: 258rem;
    border-radius: 40rem;
  }
  .b-amba__slider-person img {
    border-radius: 40rem;
  }
  .b-amba__slider-person .mobile {
    display: none;
  }
  .b-amba__slider-person .desktop {
    display: block;
  }
}

.b-amba__slider-media {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  display: block;
  flex-shrink: 0;
  width: 159rem;
  height: 159rem;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  border-radius: 30rem;
}
.b-amba__slider-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .b-amba__slider-media {
    width: 258rem;
    height: 258rem;
    border-radius: 40rem;
  }
}

.b-amba__list {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
@media (min-width: 1024px) {
  .b-amba__list {
    gap: 24rem;
  }
}

.b-amba__item {
  width: 100%;
}
@media (min-width: 1024px) {
  .b-amba__item.right .b-amba__slider-person {
    order: 1;
  }
  .b-amba__item.right .b-amba__data {
    flex-direction: row-reverse;
  }
  .b-amba__item.right .b-amba__flag {
    margin-right: 696rem;
  }
  .b-amba__item.right .b-amba__info {
    margin-left: auto;
  }
}

.b-amba__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20rem;
  padding: 0 20rem;
}
@media (min-width: 1024px) {
  .b-amba__data {
    padding: 0 40rem;
  }
}

.b-amba__flag {
  flex-shrink: 0;
  width: 32rem;
  height: 24rem;
}
.b-amba__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-amba__social {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12rem;
  font-size: 14rem;
  line-height: 1;
}
.b-amba__social svg {
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  fill: #e80024;
}
.b-amba__social:hover, .b-amba__social:focus-visible {
  color: #e80024;
}
@media (min-width: 1024px) {
  .b-amba__social {
    gap: 20rem;
    font-size: 20rem;
  }
  .b-amba__social svg {
    width: 32rem;
    height: 32rem;
  }
}

.b-amba__info {
  margin-top: 16rem;
  padding: 0 20rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .b-amba__info {
    width: 100%;
    max-width: 810rem;
    margin-top: 10rem;
    padding: 0 40rem;
    text-align: left;
  }
}

.b-amba__suptitle {
  margin-bottom: 4rem;
  font-size: 12rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .b-amba__suptitle {
    margin-bottom: 10rem;
    font-size: 14rem;
  }
}

.b-amba__title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 24rem;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .b-amba__title {
    font-size: 36rem;
  }
}

.b-amba__text {
  margin: 20rem 0 0 0;
}
@media (min-width: 1024px) {
  .b-amba__text {
    margin-top: 25rem;
  }
}

.b-amba__articles {
  margin-top: 30rem;
}
@media (min-width: 1024px) {
  .b-amba__articles {
    margin-top: 70rem;
  }
}

.b-article {
  max-width: 100%;
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 16rem;
  text-align: left;
  color: #000005;
}
@media (min-width: 1024px) {
  .b-article {
    font-size: 18rem;
    line-height: 21rem;
  }
}

.b-article__content {
  display: grid;
  align-items: start;
  gap: 30rem;
}
.b-article__content blockquote {
  position: relative;
  font-size: 18rem;
  line-height: 21rem;
  font-weight: 500;
  text-align: center;
  color: #242b35;
}
.b-article__content blockquote p {
  margin: 0;
  padding: 20rem 0;
}
.b-article__content blockquote::before {
  content: "«»";
  display: block;
  font-family: "Bitter", sans-serif;
  font-size: 18rem;
  line-height: 21rem;
  font-weight: 900;
  color: #ff002a;
}
.b-article__content blockquote::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 72rem;
  height: 1rem;
  background-color: #e80024;
  transform: translateX(-50%);
}
.b-article__content figure {
  display: block;
  margin: 0 auto;
}
.b-article__content img {
  width: 335rem;
  height: auto;
  margin: 0 auto;
  border-radius: 30rem;
}
.b-article__content figcaption {
  display: block;
  margin-top: 10rem;
  font-size: 12rem;
  line-height: 14rem;
  font-weight: 400;
  text-align: center;
  color: #bcc0ce;
}
.b-article__content > p,
.b-article__content blockquote {
  width: 295rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .b-article__content {
    gap: 70rem;
  }
  .b-article__content blockquote {
    font-size: 36rem;
    line-height: 41rem;
  }
  .b-article__content blockquote p {
    margin: 0;
    padding: 40rem 0;
  }
  .b-article__content blockquote::before {
    font-family: "Bitter", sans-serif;
    font-size: 36rem;
    line-height: 41rem;
  }
  .b-article__content blockquote::after {
    width: 256rem;
    height: 2rem;
  }
  .b-article__content img {
    width: 890rem;
    border-radius: 40rem;
  }
  .b-article__content figcaption {
    padding-left: 40rem;
    font-size: 14rem;
    line-height: 16rem;
    text-align: left;
  }
  .b-article__content > p,
  .b-article__content blockquote {
    width: 810rem;
  }
}

.b-events-article {
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 16rem;
  text-align: left;
  color: #000005;
}
@media (min-width: 1024px) {
  .b-events-article {
    font-size: 18rem;
    line-height: 21rem;
  }
}

.b-events-article__content {
  display: grid;
  align-items: start;
  gap: 30rem;
}
.b-events-article__content > p {
  width: 295rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .b-events-article__content {
    gap: 70rem;
  }
  .b-events-article__content > p {
    width: 810rem;
  }
}

.b-events-date {
  position: relative;
  width: 100%;
  margin-bottom: -2rem;
  padding: 0 20rem 2rem 20rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .b-events-date {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}

@media (min-width: 1024px) {
  .b-events-date__slider {
    margin: 0 -2rem -2rem 0;
    padding: 0 2rem 2rem 0;
    overflow: hidden;
  }
}

.b-events-date__wrp {
  display: flex;
  align-items: center;
}

.b-events-date__item {
  display: block;
  flex-shrink: 0;
  width: 158rem;
}
@media (min-width: 1024px) {
  .b-events-date__item {
    width: -moz-max-content;
    width: max-content;
  }
}

.b-events-date__nav {
  display: none;
}
@media (min-width: 1024px) {
  .b-events-date__nav {
    position: absolute;
    top: 50%;
    display: block;
    width: -moz-max-content;
    width: max-content;
    transform: translateY(-50%);
  }
  .b-events-date__nav.left {
    right: calc(100% + 22rem);
  }
  .b-events-date__nav.right {
    left: calc(100% + 22rem);
  }
}

.b-events-promo {
  display: grid;
  grid-template-rows: auto repeat(4, 159rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "t t" "a b" "a c" "d e" "f f";
  gap: 12rem 16rem;
}
.b-events-promo > *:nth-child(1) {
  grid-area: t;
}
.b-events-promo > *:nth-child(2) {
  grid-area: a;
}
.b-events-promo > *:nth-child(3) {
  grid-area: b;
}
.b-events-promo > *:nth-child(4) {
  grid-area: c;
}
.b-events-promo > *:nth-child(5) {
  grid-area: d;
}
.b-events-promo > *:nth-child(6) {
  grid-area: e;
}
.b-events-promo > *:nth-child(7) {
  grid-area: f;
}
@media (min-width: 1024px) {
  .b-events-promo {
    grid-template-rows: 191rem 44rem 191rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-areas: "t t a d e" "b c a d e" "b c a f f";
    gap: 21rem;
  }
}

.events-promo__title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 36rem;
  line-height: 1;
  font-weight: 900;
  text-align: right;
  color: #000005;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .events-promo__title {
    font-size: 100rem;
    text-align: left;
  }
}

.b-events-promo__item {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: filter;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #e3e3e3;
  background-color: transparent;
  border: 0;
  border-radius: 30rem;
  filter: grayscale(1);
}
.b-events-promo__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-events-promo__item:hover, .b-events-promo__item:focus-visible {
  filter: none;
}
@media (min-width: 1024px) {
  .b-events-promo__item {
    border-radius: 40rem;
  }
}

.b-events__list {
  display: grid;
  align-items: start;
  gap: 60rem;
}
@media (min-width: 1024px) {
  .b-events__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30rem 20rem;
  }
  .b-events__list .c-event.big {
    grid-column: 1/3;
    margin-bottom: 40rem;
  }
}

.b-events__btn {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 60rem auto 0 auto;
}
@media (min-width: 1024px) {
  .b-events__btn {
    display: none;
  }
}

.b-footer {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 60rem 57rem;
  font-size: 14rem;
  line-height: 16rem;
}
@media (min-width: 1024px) {
  .b-footer {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 28rem;
    padding: 130rem 278rem;
    font-size: 18rem;
    line-height: 20rem;
  }
}

.b-footer__logo {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  width: 159rem;
  color: #e80024;
}
.b-footer__logo svg {
  width: 100%;
  height: auto;
  fill: currentcolor;
}
.b-footer__logo:hover, .b-footer__logo:focus-visible {
  color: #0a1972;
}
@media (min-width: 1024px) {
  .b-footer__logo {
    justify-self: start;
    width: 123rem;
  }
}

.b-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  justify-items: center;
  gap: 8rem;
  margin-top: 28rem;
}
@media (min-width: 1024px) {
  .b-footer__contact {
    grid-row: 2/3;
    justify-self: start;
    margin-top: 0;
  }
}

.b-footer__contact-item {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
}
.b-footer__contact-item:hover, .b-footer__contact-item:focus-visible {
  color: #e80024;
}

.b-footer__social {
  margin-top: 28rem;
}
@media (min-width: 1024px) {
  .b-footer__social {
    grid-column: 3/4;
    justify-self: end;
    margin-top: 0;
  }
}

.b-footer__copyright {
  margin: 28rem 0 0 0;
}
@media (min-width: 1024px) {
  .b-footer__copyright {
    justify-self: end;
    margin-top: 0;
  }
}

.b-footer__doc {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  justify-items: center;
  gap: 8rem;
  margin-top: 10rem;
}
@media (min-width: 1024px) {
  .b-footer__doc {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 0;
  }
}

.b-footer__doc-item {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.b-footer__doc-item:hover, .b-footer__doc-item:focus-visible {
  color: #e80024;
}

.b-gallery {
  display: grid;
  align-content: start;
  align-items: start;
  gap: 24rem;
}
@media (min-width: 1024px) {
  .b-gallery {
    gap: 20rem;
  }
}

.b-header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24rem;
  width: 100%;
  min-height: 60rem;
  padding: 12rem 15rem;
  background-color: #e80024;
  border-radius: 60rem;
}
.b-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e80024;
  border-radius: 60rem;
}
.b-header.open .b-header__menu {
  transform: scaleY(1);
  opacity: 1;
}
.b-header.open .b-header__link {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color, opacity;
  opacity: 1;
}
@media (min-width: 1024px) {
  .b-header {
    padding: 12rem 40rem;
  }
}

.b-header__burger {
  position: relative;
}
@media (min-width: 1024px) {
  .b-header__burger {
    display: none;
  }
}

.b-header__logo {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  position: relative;
  flex-shrink: 0;
  width: 72rem;
  color: #ffffff;
}
.b-header__logo svg {
  width: 100%;
  height: auto;
  fill: currentcolor;
}
.b-header__logo .desktop {
  display: none;
}
.b-header__logo:hover, .b-header__logo:focus-visible {
  color: #000005;
}
@media (min-width: 1024px) {
  .b-header__logo {
    width: 200rem;
    margin-right: auto;
  }
  .b-header__logo .mobile {
    display: none;
  }
  .b-header__logo .desktop {
    display: block;
  }
}

.b-header__menu {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  padding: 20rem 58rem 33rem 58rem;
  background-color: #e80024;
  border-radius: 0 0 30rem 30rem;
  transform: scaleY(0);
  transform-origin: left top;
}
@media (min-width: 1024px) {
  .b-header__menu {
    position: static;
    z-index: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    transform: none;
  }
}

.b-header__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26rem;
  padding: 46rem 0;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .b-header__list {
    flex-direction: row;
    gap: 24rem;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
  }
}

.b-header__link {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  position: relative;
  display: block;
  font-size: 18rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.25s;
}
.b-header__link.actv {
  font-weight: 700;
  cursor: default;
}
.b-header__link::after {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: transform;
  content: "";
  position: absolute;
  top: calc(100% + 3rem);
  left: 0;
  display: block;
  width: 100%;
  height: 2rem;
  background-color: #00ffff;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
}
.b-header__link:not(.actv):hover::after, .b-header__link:not(.actv):focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}
@media (min-width: 1024px) {
  .b-header__link {
    opacity: 1;
  }
}

.b-header__control {
  display: flex;
  justify-content: center;
  padding: 32rem 0;
  border-top: 2rem solid #ffffff;
}
@media (min-width: 1024px) {
  .b-header__control {
    display: none;
  }
}

.b-header__subscribe {
  position: relative;
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1024px) {
  .b-header__subscribe {
    min-width: 256rem;
  }
}

@media (min-width: 1024px) {
  .b-header__drop {
    position: relative;
  }
  .b-header__drop:hover .b-header__link::after, .b-header__drop:focus-within .b-header__link::after, .b-header__drop:focus-visible .b-header__link::after {
    transform: scaleX(1);
  }
  .b-header__drop:hover .b-header__drop-menu, .b-header__drop:focus-within .b-header__drop-menu, .b-header__drop:focus-visible .b-header__drop-menu {
    opacity: 1;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
    pointer-events: auto;
  }
}

.b-header__drop-menu {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: opacity;
  position: absolute;
  top: calc(100% + 14rem);
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10rem;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  padding: 20rem;
  background-color: #ffffff;
  border-radius: 10rem;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.b-header__drop-menu::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 2rem);
  left: 0;
  display: block;
  width: 100%;
  height: 16rem;
}
@media (min-width: 1024px) {
  .b-header__drop-menu {
    display: flex;
  }
}

.b-header__drop-link {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  font-family: "Cera Pro", sans-serif;
  font-size: 16rem;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  color: #000005;
}
.b-header__drop-link:hover, .b-header__drop-link:focus-visible {
  color: #e80024;
  text-decoration: underline;
}

.b-hero {
  position: relative;
  width: 100%;
}

.b-hero__bg {
  position: absolute;
  inset: 0;
  background-color: #242b35;
}
.b-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media (min-width: 1024px) {
  .b-hero__bg::after {
    top: 240rem;
    height: calc(100% - 240rem);
    background-image: linear-gradient(180deg, transparent 30%, #ffffff 100%);
  }
}

.b-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #242b35;
}

.b-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 450rem;
  padding: 30rem 10rem;
}
@media (min-width: 1024px) {
  .b-hero__content {
    height: 800rem;
    padding: 20rem 0 70rem 0;
  }
}

.b-hero__wrp {
  width: 100%;
  max-width: 1440rem;
}
@media (min-width: 1024px) {
  .b-hero__wrp {
    margin: 0 auto;
  }
}

.b-hero__header {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.b-hero__matches {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin: 20rem -10rem 0 -10rem;
}
@media (min-width: 1024px) {
  .b-hero__matches {
    margin: 20rem 38rem 0 38rem;
  }
}

.b-hero__controls {
  display: none;
}
@media (min-width: 1024px) {
  .b-hero__controls {
    position: relative;
    z-index: 1;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    margin: 20rem 38rem 0 38rem;
  }
}

@media (min-width: 1024px) {
  .b-hero__social {
    position: absolute;
    right: 0;
    bottom: calc(100% + 25rem);
  }
}

.b-hero__lang {
  margin-right: -6rem;
}

.b-hero__stories {
  flex-shrink: 0;
  margin: auto 10rem 0 10rem;
  text-align: left;
  color: #ffffff;
}
.b-hero__stories .b-hero__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.b-hero__stories .b-hero__btn {
  width: -moz-max-content;
  width: max-content;
  margin-top: 14rem;
}
@media (min-width: 1024px) {
  .b-hero__stories {
    width: 100%;
    max-width: 1364rem;
    margin: auto auto 60rem auto;
  }
  .b-hero__stories .b-hero__btn {
    margin-top: 40rem;
  }
}

.b-hero__article {
  flex-shrink: 0;
  margin: auto 10rem 0 10rem;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .b-hero__article {
    width: 100%;
    max-width: 1364rem;
    margin: auto auto 180rem auto;
  }
}

.b-hero__events-article {
  position: absolute;
  top: calc(100% - 100rem);
  left: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 0 10rem;
  text-align: center;
  color: #ffffff;
}
.b-hero__events-article .b-hero__date-info {
  margin: 0 auto;
}
.b-hero__events-article .b-hero__title {
  margin-top: 16rem;
  color: #000005;
}
.b-hero__events-article .b-hero__btn {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 26rem auto 0 auto;
}
@media (min-width: 1024px) {
  .b-hero__events-article {
    position: static;
    width: 100%;
    max-width: 1364rem;
    margin: auto auto 0 auto;
    padding: 0;
    text-align: left;
  }
  .b-hero__events-article .b-hero__date-info {
    margin-left: 0;
  }
  .b-hero__events-article .b-hero__title {
    margin-top: 32rem;
    color: #ffffff;
  }
  .b-hero__events-article .b-hero__btn {
    width: 530rem;
    margin-top: 60rem;
    margin-left: 0;
  }
}

.b-hero__descr {
  margin-top: 12rem;
}
@media (min-width: 1024px) {
  .b-hero__descr {
    margin-top: 40rem;
  }
}

.b-hero__date-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60rem;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1024px) {
  .b-hero__date-info {
    flex-direction: row;
    border: 0;
  }
}

.b-hero__date-slider {
  margin: auto -10rem 0 -10rem;
}
@media (min-width: 1024px) {
  .b-hero__date-slider {
    width: 100%;
    max-width: 1364rem;
    margin: auto auto 180rem auto;
  }
}

.b-hero__time {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  font-size: 12rem;
  line-height: 1;
  text-align: center;
  color: #000005;
}
.b-hero__time span {
  display: block;
  font-size: 24rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .b-hero__time {
    font-size: 20rem;
  }
  .b-hero__time.white {
    color: #ffffff;
  }
  .b-hero__time span {
    font-size: 36rem;
  }
}

.b-lang-switch {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 16rem;
}
@media (min-width: 1024px) {
  .b-lang-switch {
    gap: 4rem;
  }
}

.b-lang-switch__icon {
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
}
.b-lang-switch__icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .b-lang-switch__icon {
    width: 34rem;
    height: 34rem;
  }
}

.b-lang-switch__list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .b-lang-switch__list {
    gap: 6rem;
  }
}

.b-lang-switch__item {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0 6rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 18rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
}
.b-lang-switch__item.actv {
  font-weight: 900;
  color: #00ffff;
}
.b-lang-switch__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  width: 1rem;
  height: 16rem;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.b-lang-switch__item:hover, .b-lang-switch__item:focus-visible {
  color: #80ffff;
}
@media (min-width: 1024px) {
  .b-lang-switch__item {
    font-size: 22rem;
  }
  .b-lang-switch__item:not(:last-child)::after {
    height: 22rem;
  }
}

.b-main {
  display: grid;
  gap: 12rem;
}
@media (min-width: 1024px) {
  .b-main {
    gap: 70rem;
  }
}

.b-main__title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 36rem;
  line-height: 1;
  font-weight: 900;
  text-align: right;
  color: #000005;
  text-transform: uppercase;
}
.b-main__title .desktop {
  display: none;
  text-align: center;
}
@media (min-width: 1024px) {
  .b-main__title {
    font-size: 147rem;
    line-height: 1;
  }
  .b-main__title .mobile {
    display: none;
  }
  .b-main__title .desktop {
    display: block;
  }
}

.b-main__content {
  display: grid;
  grid-template-rows: repeat(3, 159rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "a a" "- b" "c d";
  align-items: flex-start;
  gap: 12rem 17rem;
}
.b-main__content > *:nth-child(1) {
  grid-area: a;
}
.b-main__content > *:nth-child(2) {
  grid-area: b;
}
.b-main__content > *:nth-child(3) {
  grid-area: c;
}
.b-main__content > *:nth-child(4) {
  grid-area: d;
}
@media (min-width: 1024px) {
  .b-main__content {
    grid-template-rows: auto 188rem;
    grid-template-columns: 1fr 257rem 257rem;
    grid-template-areas: "a c d" "a b b";
    gap: 20rem;
  }
}

.b-main__item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.b-main__item.main {
  position: relative;
}
.b-main__item.main .b-main__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 12rem);
  left: 0;
  width: 159rem;
  line-height: 1;
  text-align: left;
}
.b-main__item:not(.main) .b-main__text {
  display: none;
}
.b-main__item:hover .b-main__img, .b-main__item:focus-visible .b-main__img {
  filter: grayscale(0);
}
@media (min-width: 1024px) {
  .b-main__item {
    height: auto;
  }
  .b-main__item.main {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .b-main__item.main .b-main__img {
    flex-grow: 1;
  }
  .b-main__item.main .b-main__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    position: static;
    width: 100%;
    margin-top: 30rem;
    font-size: 36rem;
    line-height: 1;
  }
  .b-main__item:not(.main) .b-main__text {
    display: block;
    margin-top: 30rem;
  }
}

.b-main__img {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: filter;
  position: relative;
  height: 100%;
  filter: grayscale(1);
}
.b-main__img img {
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30rem;
}
@media (min-width: 1024px) {
  .b-main__img {
    height: 257rem;
  }
  .b-main__img img {
    border-radius: 40rem;
  }
}

.b-main__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 36rem;
  height: 36rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.b-main__play svg {
  width: 15rem;
  height: 13rem;
  fill: #242b35;
}
@media (min-width: 1024px) {
  .b-main__play {
    width: 60rem;
    height: 60rem;
  }
  .b-main__play svg {
    width: 25rem;
    height: 24rem;
  }
  .b-main__play.big {
    width: 80rem;
    height: 80rem;
  }
  .b-main__play.big svg {
    width: 34rem;
    height: 32rem;
  }
}

.b-main__text {
  font-size: 18rem;
  line-height: 21rem;
  font-weight: 900;
  text-align: center;
  color: #000005;
}

.b-matches {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.b-matches.show {
  animation-name: show-opacity;
}

.b-matches__tag-slider {
  scrollbar-width: none;
  display: flex;
  padding: 2rem 20rem;
  overflow: scroll;
}
.b-matches__tag-slider::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .b-matches__tag-slider {
    order: 1;
    padding: 2rem 0;
  }
}

.b-matches__tag-wrp {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  min-height: 20rem;
}
.b-matches__tag-wrp li {
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
}

.b-matches__tag {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 64rem;
  margin: 0;
  padding: 0;
  padding: 3rem 10rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 13rem;
  line-height: 14rem;
  font-weight: 400;
  color: #000005;
  background-color: #ffffff;
  border: 0;
  border-radius: 20rem;
}
.b-matches__tag.actv {
  color: #ffffff;
  background-color: #e80024;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
.b-matches__tag:not(.actv):hover, .b-matches__tag:not(.actv):focus-visible {
  color: #ffffff;
  background-color: #ef4d66;
}
@media (min-width: 1024px) {
  .b-matches__tag {
    font-size: 14rem;
    line-height: 18rem;
  }
}

.b-matches__game-container {
  min-height: 66rem;
}
@media (min-width: 1024px) {
  .b-matches__game-container {
    min-height: 70rem;
  }
}

.b-matches__game-slider {
  display: flex;
  padding: 0 20rem;
}
@media (min-width: 1024px) {
  .b-matches__game-slider {
    padding: 0;
  }
}

.b-matches__game-wrp {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.b-matches__game-wrp li {
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
}

.b-matches__match {
  display: flex;
  align-items: center;
  gap: 12rem;
  width: -moz-max-content;
  width: max-content;
  min-width: 256rem;
  min-height: 66rem;
  margin: 0;
  padding: 7rem 19rem;
  line-height: 1;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 20rem;
}
@media (min-width: 1024px) {
  .b-matches__match {
    min-height: 70rem;
    padding: 5rem 14rem;
  }
}

.b-matches__match-date {
  display: grid;
  flex-shrink: 0;
  margin-right: auto;
  font-family: "Cera Pro", sans-serif;
  font-size: 15rem;
  font-weight: 500;
  color: #000005;
}
.b-matches__match-date *:first-child {
  font-family: "Bitter", sans-serif;
  font-size: 19rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .b-matches__match-date {
    gap: 4rem;
    font-size: 16rem;
  }
  .b-matches__match-date *:first-child {
    font-size: 20rem;
  }
}

.b-matches__match-teams {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 9rem;
}

.b-matches__match-logo {
  flex-shrink: 0;
  width: 46rem;
  height: 46rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.b-matches__match-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.b-matches__match-logo img:not([src]) {
  display: none;
}
@media (min-width: 1024px) {
  .b-matches__match-logo {
    width: 50rem;
    height: 50rem;
  }
}

.b-matches__match-cross {
  font-family: "Cera Pro", sans-serif;
  font-size: 19rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .b-matches__match-cross {
    font-size: 20rem;
  }
}

.b-matches__match-score {
  font-family: "Bitter", sans-serif;
  font-size: 30rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .b-matches__match-score {
    font-size: 32rem;
  }
}

.b-media-grid {
  display: grid;
  gap: 12rem 17rem;
}
.b-media-grid > *:nth-child(1) {
  grid-area: a;
}
.b-media-grid > *:nth-child(2) {
  grid-area: b;
}
.b-media-grid > *:nth-child(3) {
  grid-area: c;
}
.b-media-grid > *:nth-child(4) {
  grid-area: d;
}
.b-media-grid > *:nth-child(5) {
  grid-area: e;
}
.b-media-grid.first {
  grid-template-rows: repeat(4, 161rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "a b" "a c" "d e" "d e";
}
.b-media-grid.second {
  grid-template-rows: repeat(4, 161rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "a a" "b d" "c d" "e e";
}
.b-media-grid.third {
  grid-template-rows: 161rem 161rem 249rem 83rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "a b" "a c" "d d" "e e";
}
.b-media-grid.fourth {
  grid-template-rows: repeat(4, 161rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "a b" "a b" "c e" "d e";
}
.b-media-grid.fifth {
  grid-template-rows: repeat(5, 161rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "a b" "c c" "c c" "d e" "d e";
}
.b-media-grid.sixth {
  grid-template-rows: repeat(3, 161rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "a a" "b c" "d d";
}
.b-media-grid.seventh {
  grid-template-rows: repeat(3, 159rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "a a" "b c" "d e";
}
@media (min-width: 1024px) {
  .b-media-grid {
    gap: 20rem 16rem;
  }
  .b-media-grid.first {
    grid-template-rows: repeat(2, 334rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "a b d e" "a c d e";
  }
  .b-media-grid.second {
    grid-template-rows: repeat(2, 334rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "a a d b" "e e d c";
  }
  .b-media-grid.third {
    grid-template-rows: 334rem 147rem 167rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "a d d b" "a d d c" "a e e c";
  }
  .b-media-grid.fourth {
    grid-template-rows: repeat(2, 334rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "c a b e" "d a b e";
  }
  .b-media-grid.fifth {
    grid-template-rows: repeat(2, 334rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "a b b d" "a c e e";
  }
  .b-media-grid.sixth {
    grid-template-rows: repeat(2, 334rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "a c c d" "b c c d";
  }
  .b-media-grid.seventh {
    grid-template-rows: repeat(2, 334rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "a c d e" "a b d e";
  }
}

.b-media-grid__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30rem;
}
.b-media-grid__item .btn-media {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: filter;
  filter: grayscale(1);
}
.b-media-grid__item .btn-media:hover, .b-media-grid__item .btn-media:focus-visible {
  filter: grayscale(0);
}
@media (min-width: 1024px) {
  .b-media-grid__item {
    border-radius: 40rem;
  }
}

.b-media {
  display: grid;
  gap: 60rem;
}
@media (min-width: 1024px) {
  .b-media {
    gap: 130rem;
  }
}

.b-media__title {
  margin-bottom: 12rem;
}
@media (min-width: 1024px) {
  .b-media__title {
    margin-bottom: 60rem;
  }
}

.b-play {
  display: grid;
  place-items: center;
  width: 36rem;
  height: 36rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
  border-radius: 50%;
}
.b-play svg {
  width: 15rem;
  height: 13rem;
  fill: #242b35;
}
.b-play.podcast {
  width: 60rem;
  height: 60rem;
}
.b-play.podcast svg {
  width: 24rem;
  height: 24rem;
}
@media (min-width: 1024px) {
  .b-play {
    width: 60rem;
    height: 60rem;
  }
  .b-play svg {
    width: 25rem;
    height: 24rem;
  }
  .b-play.big {
    width: 80rem;
    height: 80rem;
  }
  .b-play.big svg {
    width: 34rem;
    height: 32rem;
  }
  .b-play.podcast {
    width: 140rem;
    height: 140rem;
  }
  .b-play.podcast svg {
    width: 56rem;
    height: 56rem;
  }
}

.b-promo-more {
  margin: 0 -20rem;
}
@media (min-width: 1024px) {
  .b-promo-more {
    margin: 0;
  }
}

.b-promo-more__slider-container {
  margin-bottom: -4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .b-promo-more__slider-container {
    margin-right: -4rem;
    padding-right: 4rem;
  }
}

.b-promo-more__title {
  margin-bottom: 20rem;
  padding: 0 20rem;
}
@media (min-width: 1024px) {
  .b-promo-more__title {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 70rem;
    padding: 0;
  }
}

.b-promo-more__slider {
  width: 247rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .b-promo-more__slider {
    width: 100%;
  }
}

.b-promo-more__wrp {
  display: flex;
}

.b-promo-more__item {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  position: relative;
  display: grid;
  flex-shrink: 0;
  align-content: end;
  align-items: end;
  gap: 10rem;
  width: 247rem;
  height: 159rem;
  padding: 20rem;
  overflow: hidden;
  font-size: 10rem;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  background-color: #e3e3e3;
  border-radius: 30rem;
}
.b-promo-more__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-promo-more__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 5, 0) 0%, rgba(0, 0, 5, 0.65) 100%);
}
.b-promo-more__item:hover, .b-promo-more__item:focus-visible {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
@media (min-width: 1024px) {
  .b-promo-more__item {
    width: 440rem;
    height: 326rem;
    padding: 40rem;
    font-size: 14rem;
    line-height: 1;
  }
}

.b-promo-more__subname {
  position: relative;
  z-index: 1;
}

.b-promo-more__name {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 12rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .b-promo-more__name {
    font-size: 20rem;
    line-height: 23rem;
    font-weight: 900;
  }
}

.b-promo-page {
  position: relative;
  font-family: "Cera Pro", sans-serif;
  font-size: 20rem;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  background-color: #0a1972;
}
.b-promo-page .desktop {
  display: none;
}
@media (min-width: 1024px) {
  .b-promo-page {
    font-size: 39rem;
  }
  .b-promo-page .mobile {
    display: none;
  }
  .b-promo-page .desktop {
    display: block;
  }
}

.b-promo-page__bg {
  position: absolute;
  inset: 0;
}
.b-promo-page__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-promo-page__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 450rem;
  padding: 40rem 20rem;
}
@media (min-width: 1024px) {
  .b-promo-page__content {
    min-height: 600rem;
    padding: 75rem 275rem;
  }
}

.b-promo-page__title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 36rem;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
.b-promo-page__title h2 {
  margin: 0;
  font: inherit;
  color: inherit;
}
.b-promo-page__title span {
  color: #00ffff;
}
@media (min-width: 1024px) {
  .b-promo-page__title {
    width: 740rem;
    font-size: 72rem;
  }
}

.b-promo-page__text {
  margin: 15rem 0 0 0;
  font-size: 20rem;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.b-promo-page__text p {
  margin: 0;
  font: inherit;
  color: inherit;
}
@media (min-width: 1024px) {
  .b-promo-page__text {
    margin-top: 20rem;
    font-size: 39rem;
  }
}

.b-promo-page__btn {
  align-self: center;
  width: 258rem;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .b-promo-page__btn {
    align-self: flex-end;
    width: 394rem;
  }
}

.b-promo-page__link {
  display: block;
}
.b-promo-page__link img {
  width: 100%;
}
.b-promo-page__link.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .b-promo-page__link.mobile {
    display: none;
  }
  .b-promo-page__link.desktop {
    display: block;
  }
}

.b-show-list {
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .b-show-list__slider {
    width: 100%;
    margin: 0 -4rem -4rem 0;
    padding: 0 4rem 4rem 0;
    overflow: hidden;
  }
}

.b-show-list__wrp {
  display: flex;
}

.b-show-list__item {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 159rem;
  height: 159rem;
  padding: 12rem 16rem 16rem 16rem;
  overflow: hidden;
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 16rem;
  font-weight: 900;
  text-align: left;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  border-radius: 30rem;
}
.b-show-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 5, 0) 50%, rgba(0, 0, 5, 0.65) 100%);
}
@media (min-width: 1024px) {
  .b-show-list__item {
    width: 326rem;
    height: 326rem;
    padding: 40rem;
    font-size: 20rem;
    line-height: 23rem;
    border-radius: 40rem;
  }
}

.b-show-list__more {
  width: 159rem;
  height: 159rem;
}
@media (min-width: 1024px) {
  .b-show-list__more {
    width: 326rem;
    height: 326rem;
  }
}

.b-show-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ededed;
}
.b-show-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-show-list__icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
}
.b-show-list__icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .b-show-list__icon {
    width: 48rem;
    height: 48rem;
  }
}

.b-show-list__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .b-show-list__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
  }
}

.b-show-list__nav {
  display: none;
}
@media (min-width: 1024px) {
  .b-show-list__nav {
    position: absolute;
    top: 0;
    display: block;
  }
  .b-show-list__nav.left {
    right: calc(100% + 20rem);
  }
  .b-show-list__nav.right {
    left: calc(100% + 20rem);
  }
}

.b-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 20rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.b-contact li {
  flex-shrink: 0;
}
.b-contact.header {
  justify-content: space-between;
  gap: 30rem;
  width: 100%;
}
.b-contact.header .b-contact__item {
  width: 32rem;
  height: 32rem;
}
.b-contact.header .b-contact__item:hover, .b-contact.header .b-contact__item:focus-visible {
  color: #00ffff;
}
.b-contact.footer {
  gap: 43rem;
}
.b-contact.footer .b-contact__item {
  width: 32rem;
  height: 32rem;
  color: #242b35;
}
.b-contact.footer .b-contact__item:hover, .b-contact.footer .b-contact__item:focus-visible {
  color: #e80024;
}

.b-contact__item {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  display: block;
  width: 18rem;
  height: 18rem;
  color: #ffffff;
}
.b-contact__item svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
}
.b-contact__item:hover, .b-contact__item:focus-visible {
  color: #e80024;
}

.b-stories {
  font-size: 14rem;
  line-height: 18rem;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 1024px) {
  .b-stories {
    font-size: 18rem;
    line-height: 21rem;
  }
  .b-stories.right .b-stories__title {
    display: flex;
    justify-content: flex-end;
  }
  .b-stories.right .b-stories__main img {
    order: 1;
  }
}

.b-stories__title {
  margin-bottom: 20rem;
}
@media (min-width: 1024px) {
  .b-stories__title {
    margin-bottom: 70rem;
  }
}

.b-stories__main {
  display: grid;
  align-content: start;
  align-items: start;
  gap: 12rem;
}
.b-stories__main img {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  width: 100%;
  height: 189rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30rem;
}
.b-stories__main[href]:hover img, .b-stories__main[href]:focus-visible img {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
.b-stories__main[href]:hover .b-stories__main-title, .b-stories__main[href]:focus-visible .b-stories__main-title {
  color: #e80024;
}
@media (min-width: 1024px) {
  .b-stories__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20rem;
  }
  .b-stories__main img {
    height: 454rem;
  }
}

.b-stories__main-content {
  padding: 0 20rem;
}
@media (min-width: 1024px) {
  .b-stories__main-content {
    margin: 36rem 40rem;
  }
}

.b-stories__main-info {
  display: none;
}
@media (min-width: 1024px) {
  .b-stories__main-info {
    display: block;
    font-size: 14rem;
    line-height: 1;
  }
}

.b-stories__main-title {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  margin: 0;
  font-size: 18rem;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .b-stories__main-title {
    margin-top: 10rem;
    font-size: 36rem;
  }
}

.b-stories__main-descr {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  margin: 12rem 0 0 0;
}
@media (min-width: 1024px) {
  .b-stories__main-descr {
    margin-top: 60rem;
  }
}

.b-stories__list {
  position: relative;
  margin-top: 20rem;
}

@media (min-width: 1024px) {
  .b-stories__slider {
    flex-shrink: 0;
    width: 1368rem;
    margin-right: -4rem;
    margin-bottom: -4rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }
}

.b-stories__slider-wrp {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .b-stories__slider-wrp {
    flex-direction: row;
    gap: 0;
  }
  .b-stories__slider-wrp > * {
    margin-right: 20rem;
  }
}

.b-stories__item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-shrink: 0;
  align-items: center;
  gap: 16rem;
  width: 100%;
  height: 100%;
}
.b-stories__item img {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: filter;
  width: 100%;
  height: 160rem;
  background-color: #e3e3e3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30rem;
  filter: grayscale(1);
}
.b-stories__item[href]:hover img, .b-stories__item[href]:focus-visible img {
  filter: grayscale(0);
}
.b-stories__item[href]:hover .b-stories__item-title, .b-stories__item[href]:focus-visible .b-stories__item-title {
  color: #e80024;
}
.b-stories__item:nth-child(2n) {
  text-align: right;
}
.b-stories__item:nth-child(2n) img {
  order: 1;
}
@media (min-width: 1024px) {
  .b-stories__item {
    grid-template-columns: auto;
    gap: 20rem;
    width: 326rem;
  }
  .b-stories__item img {
    height: 326rem;
    border-radius: 40rem;
  }
  .b-stories__item:nth-child(2n) {
    text-align: left;
  }
  .b-stories__item:nth-child(2n) img {
    order: 0;
  }
}

@media (min-width: 1024px) {
  .b-stories__item-content {
    padding: 0 20rem;
  }
}

.b-stories__item-title {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 18rem;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .b-stories__item-title {
    line-height: 21rem;
  }
}

.b-stories__item-descr {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  margin: 13rem 0 0 0;
}
@media (min-width: 1024px) {
  .b-stories__item-descr {
    display: none;
  }
}

.b-stories__more {
  display: none;
}

.b-stories__nav {
  display: none;
}
@media (min-width: 1024px) {
  .b-stories__nav {
    position: absolute;
    top: 0;
    display: block;
  }
  .b-stories__nav.left {
    right: calc(100% + 20rem);
  }
  .b-stories__nav.right {
    left: calc(100% + 20rem);
  }
}

.b-stories__btn {
  flex-shrink: 0;
  width: 100%;
  height: 159rem;
}
@media (min-width: 1024px) {
  .b-stories__btn {
    width: 326rem;
    height: auto;
  }
}

.b-video-slider {
  position: relative;
  height: 100%;
}

.b-video-slider__slider {
  height: 100%;
}

.b-video-slider__pag.b-video-slider__pag {
  position: absolute;
  bottom: 15rem;
  left: 20rem;
  display: flex;
  align-items: center;
  gap: 35rem;
}
@media (min-width: 1024px) {
  .b-video-slider__pag.b-video-slider__pag {
    bottom: 70rem;
    left: 278rem;
    gap: 44rem;
  }
}

.btn-black {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 8rem 16rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 20rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000005;
  border: 0;
  border-radius: 36rem;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
.btn-black:hover, .btn-black:focus-visible {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
@media (min-width: 1024px) {
  .btn-black {
    font-size: 18rem;
    line-height: 20rem;
  }
}

.btn-burger {
  position: relative;
  display: block;
  width: 32rem;
  height: 32rem;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.btn-burger span {
  position: relative;
  left: 22%;
  display: block;
  width: 56%;
  height: 2rem;
  background-color: currentcolor;
  transition: all 0.3s;
}
.btn-burger span + span {
  margin-top: 4rem;
}
.btn-burger.open span:nth-child(1) {
  animation: ease 0.7s top forwards;
}
.btn-burger.close span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}
.btn-burger.open span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}
.btn-burger.close span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}
.btn-burger.open span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}
.btn-burger.close span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}
.btn-burger:hover, .btn-burger:focus-visible {
  color: #00ffff;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 6rem;
    transform: rotate(0);
  }
  100% {
    top: 6rem;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 6rem;
    transform: rotate(45deg);
  }
  50% {
    top: 6rem;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6rem;
    transform: rotate(0);
  }
  100% {
    bottom: 6rem;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 6rem;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6rem;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
}
.btn-close {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  display: block;
  flex-shrink: 0;
  width: 32rem;
  height: 32rem;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: transparent;
  border: 0;
}
.btn-close svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
}
.btn-close:hover, .btn-close:focus-visible {
  color: #e80024;
}
@media (min-width: 1024px) {
  .btn-close {
    width: 58rem;
    height: 58rem;
  }
}

.btn-dot {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: background-color;
  display: block;
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 0;
  border-radius: 50%;
}
.btn-dot.actv {
  background-color: #e80024;
  box-shadow: 0 0 0 3rem #e80024, 2rem 2rem 0 3rem #00ffff;
}
.btn-dot:not([disabled]):hover, .btn-dot:not([disabled]):focus-visible {
  background-color: #e80024;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .btn-dot {
    width: 10rem;
    height: 10rem;
  }
}

.btn-ghost {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30rem;
  width: 100%;
  margin: 0;
  padding: 10rem 25rem;
  font-family: "Bitter", sans-serif;
  font-size: 32rem;
  line-height: 1;
  font-weight: 900;
  color: #000005;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background-color: transparent;
  border: 1rem solid #000005;
  border-radius: 54rem;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
.btn-ghost svg {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: transform;
  flex-shrink: 0;
  width: 26rem;
  height: 22rem;
  fill: currentcolor;
}
.btn-ghost[disabled] {
  color: #bcc0ce;
  border-color: #bcc0ce;
  box-shadow: 0 0 0 0 #00ffff;
}
.btn-ghost:not([disabled]):hover, .btn-ghost:not([disabled]):focus-visible {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
.btn-ghost:not([disabled]):hover svg, .btn-ghost:not([disabled]):focus-visible svg {
  transform: translateX(4rem);
}

.btn-grid {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 25rem 25rem 25rem 25rem;
  font-family: "Bitter", sans-serif;
  font-size: 24rem;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #e80024;
  border: 0;
  border-radius: 30rem;
  box-shadow: 0 0 0 0 #00ffff;
}
.btn-grid svg {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: transform;
  position: absolute;
  right: 25rem;
  bottom: 25rem;
  width: 23rem;
  height: 21rem;
  fill: currentcolor;
}
.btn-grid .desktop {
  display: none;
}
.btn-grid:hover, .btn-grid:focus-visible {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
.btn-grid:hover svg, .btn-grid:focus-visible svg {
  transform: translateX(5rem);
}
@media (min-width: 1024px) {
  .btn-grid {
    align-items: flex-end;
    font-size: 32rem;
    border-radius: 40rem;
  }
  .btn-grid svg {
    top: 30rem;
    right: 30rem;
    bottom: auto;
  }
  .btn-grid .mobile {
    display: none;
  }
  .btn-grid .desktop {
    display: block;
  }
}

.btn-media {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #e3e3e3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
}
.btn-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.2;
}
.btn-media img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.btn-media img:not([src]) {
  display: none;
}

.btn-more {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 10rem 25rem;
  font-family: "Bitter", sans-serif;
  font-size: 24rem;
  line-height: 30rem;
  font-weight: 900;
  text-align: center;
  color: #000005;
  text-transform: uppercase;
  background-color: transparent;
  border: 1rem solid #000005;
  border-radius: 50rem;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
.btn-more svg {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: transform;
  flex-shrink: 0;
  width: 17rem;
  height: 17rem;
  fill: currentcolor;
}
.btn-more:hover, .btn-more:focus-visible {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
.btn-more:hover svg, .btn-more:focus-visible svg {
  transform: translateY(2rem);
}

.btn-more__content {
  display: flex;
  align-items: center;
  gap: 16rem;
}
.btn-more__content:last-child {
  display: none;
}

.btn-nav {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  display: grid;
  place-items: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 15rem 25rem;
  color: #000005;
  background-color: transparent;
  border: 1rem solid #000005;
  border-radius: 54rem;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
.btn-nav svg {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: transform;
  width: 26rem;
  height: 22rem;
  fill: currentcolor;
}
.btn-nav[disabled] {
  color: #bcc0ce;
  border-color: #bcc0ce;
  box-shadow: 0 0 0 0 #00ffff;
}
.btn-nav.white {
  background-color: #ffffff;
}
.btn-nav:not([disabled]):hover, .btn-nav:not([disabled]):focus-visible {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
.btn-nav:not([disabled]):hover.left svg, .btn-nav:not([disabled]):focus-visible.left svg {
  transform: translateX(-2rem);
}
.btn-nav:not([disabled]):hover.right svg, .btn-nav:not([disabled]):focus-visible.right svg {
  transform: translateX(2rem);
}

.btn-submit {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow, background-color;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  width: 100%;
  margin: 0;
  padding: 16rem 20rem;
  font-family: "Bitter", sans-serif;
  font-size: 18rem;
  line-height: 22rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000005;
  border: 0;
  border-radius: 54rem;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
.btn-submit svg {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: transform;
  width: 26rem;
  height: 22rem;
  fill: currentcolor;
}
.btn-submit[disabled] {
  background-color: #3d3d3d;
}
.btn-submit:not([disabled]):hover, .btn-submit:not([disabled]):focus-visible {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
.btn-submit:not([disabled]):hover svg, .btn-submit:not([disabled]):focus-visible svg {
  transform: translateX(4rem);
}
@media (min-width: 1024px) {
  .btn-submit {
    padding: 9rem 20rem;
    font-size: 32rem;
    line-height: 38rem;
    border-radius: 56rem;
  }
}

.btn-tag {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: background-color, color, border;
  display: block;
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 64rem;
  margin: 0;
  padding: 0;
  padding: 3rem 10rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 13rem;
  line-height: 14rem;
  font-weight: 400;
  color: #000005;
  background-color: #ffffff;
  border: 1rem solid #000005;
  border-radius: 20rem;
}
.btn-tag.actv {
  color: #ffffff;
  background-color: #e80024;
  border-color: #e80024;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
.btn-tag:not(.actv):hover, .btn-tag:not(.actv):focus-visible {
  color: #ffffff;
  background-color: #ef4d66;
  border-color: #ef4d66;
}
@media (min-width: 1024px) {
  .btn-tag {
    font-size: 14rem;
    line-height: 18rem;
  }
}

.btn {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 12rem 30rem;
  font-family: "Bitter", sans-serif;
  font-size: 20rem;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background-color: #ff002a;
  border: 0;
  border-radius: 44rem;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
.btn svg {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: transform;
  flex-shrink: 0;
  width: 17rem;
  height: 15rem;
  margin-bottom: 2rem;
  fill: currentcolor;
}
.btn:hover, .btn:focus-visible {
  box-shadow: 4rem 4rem 0 0 #00ffff;
}
.btn:hover svg, .btn:focus-visible svg {
  transform: translateX(5rem);
}
.btn.event {
  padding: 15rem 26rem;
  font-size: 24rem;
  border-radius: 54rem;
}
.btn.hero {
  padding: 13rem 26rem;
  font-size: 18rem;
}
.btn.promo {
  letter-spacing: 0.06em;
}
.btn.show {
  gap: 20rem;
  padding: 15rem 26rem;
  font-size: 24rem;
  letter-spacing: 0;
}
.btn.show svg {
  width: 22rem;
  height: auto;
}
@media (min-width: 1024px) {
  .btn {
    padding: 14rem 30rem;
    font-size: 32rem;
    border-radius: 60rem;
    box-shadow: 4rem 4rem 0 0 #00ffff;
  }
  .btn svg {
    width: 24rem;
    height: 22rem;
    margin-bottom: 0;
  }
  .btn:hover, .btn:focus-visible {
    box-shadow: 6rem 6rem 0 0 #00ffff;
  }
  .btn.hero {
    padding: 14rem 30rem;
    font-size: 32rem;
  }
  .btn.show {
    gap: 20rem;
    padding: 12rem 26rem;
    font-size: 32rem;
  }
}

.c-date {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 143rem;
  min-height: 68rem;
  margin: 0;
  padding: 10rem 15rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 12rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  border-radius: 30rem;
}
.c-date.actv {
  background-color: #e80024;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
.c-date.slider {
  width: 100%;
}
.c-date:not(.actv).slider {
  border: 1rem solid #ffffff;
}
@media (min-width: 1024px) {
  .c-date {
    min-width: 194rem;
    min-height: 80rem;
    font-size: 20rem;
  }
  .c-date:not(.actv).slider {
    border: 0;
  }
}

.c-date__top {
  font-family: "Bitter", sans-serif;
  font-size: 24rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .c-date__top {
    font-size: 36rem;
  }
}

.c-event {
  display: grid;
  align-items: start;
  gap: 20rem;
  font-size: 14rem;
  line-height: 16rem;
}
@media (min-width: 1024px) {
  .c-event {
    font-size: 20rem;
    line-height: 28rem;
  }
  .c-event.big {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 40rem;
  }
  .c-event.big .c-event__img {
    height: 495rem;
  }
  .c-event.big .c-event__content {
    padding: 0;
  }
}

.c-event__img {
  height: 200rem;
  overflow: hidden;
  border-radius: 30rem;
}
.c-event__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .c-event__img {
    height: 378rem;
    border-radius: 40rem;
  }
}

.c-event__content {
  padding: 0 20rem;
}
@media (min-width: 1024px) {
  .c-event__content {
    display: flex;
    flex-direction: column;
    padding: 0 40rem;
  }
}

.c-event__suptitle {
  margin-bottom: 10rem;
  font-size: 12rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .c-event__suptitle {
    margin-bottom: 12rem;
    font-size: 14rem;
  }
}

.c-event__title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 24rem;
  line-height: 1;
  font-weight: 900;
  color: #000005;
}
@media (min-width: 1024px) {
  .c-event__title {
    font-size: 36rem;
  }
}

.c-event__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 20rem;
}
@media (min-width: 1024px) {
  .c-event__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
  }
}

.c-event__btn {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 30rem auto 0 auto;
}
@media (min-width: 1024px) {
  .c-event__btn {
    justify-self: flex-end;
    margin: 40rem 0 0 0;
  }
}

.c-hero-video {
  position: relative;
  height: 100%;
  color: #ffffff;
}

.c-hero-video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242b35;
}
.c-hero-video__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero-video__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 30rem 20rem 40rem 20rem;
}
@media (min-width: 1024px) {
  .c-hero-video__content {
    padding: 20rem 278rem 145rem 278rem;
  }
}

.c-hero-video__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  max-width: 860rem;
}

.c-hero-video__descr {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  max-width: 860rem;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  .c-hero-video__descr {
    margin-top: 3rem;
  }
}

.c-hero-video__btn {
  width: -moz-max-content;
  width: max-content;
  margin-top: 14rem;
}
@media (min-width: 1024px) {
  .c-hero-video__btn {
    margin-top: 33rem;
  }
}

.c-modal-error {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10rem 20rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 12rem;
  line-height: 14rem;
  font-weight: 400;
  text-align: center;
  color: #000005;
  background-color: #ffffff;
  border-radius: 28rem;
}
@media (min-width: 1024px) {
  .c-modal-error {
    gap: 8rem;
    padding: 14rem 20rem;
    font-size: 16rem;
    border-radius: 36rem;
  }
}

.c-modal-error__title {
  font-size: 18rem;
  line-height: 21rem;
  font-weight: 900;
  color: #e80024;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-modal-error__title {
    font-size: 20rem;
  }
}

.c-podcast {
  position: relative;
}

.c-podcast__btn {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.c-podcast__btn:hover + * .c-podcast__poster img, .c-podcast__btn:focus-visible + * .c-podcast__poster img {
  transform: scale(1.05);
}
.c-podcast__btn:hover + * + * .c-podcast__title, .c-podcast__btn:focus-visible + * + * .c-podcast__title {
  color: #e80024;
}

.c-podcast__top {
  position: relative;
  overflow: hidden;
  border-radius: 30rem;
}
@media (min-width: 1024px) {
  .c-podcast__top {
    border-radius: 40rem;
  }
}

.c-podcast__poster {
  height: 189rem;
  background-color: #242b35;
}
.c-podcast__poster img {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .c-podcast__poster {
    height: 281rem;
  }
}

.c-podcast__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-podcast__bottom {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  padding: 12rem 20rem 0 20rem;
  text-align: left;
  color: #000005;
}
@media (min-width: 1024px) {
  .c-podcast__bottom {
    gap: 20rem;
    padding: 22rem 40rem 0 40rem;
  }
}

.c-podcast__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
  margin: 0;
  font-size: 18rem;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .c-podcast__title {
    font-size: 36rem;
  }
}

.c-podcast__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 12rem;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .c-podcast__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
    font-size: 20rem;
    line-height: 28rem;
  }
}

.hero-descr {
  margin: 0;
  font-size: 12rem;
  line-height: 14rem;
  font-weight: 400;
}
.hero-descr a[href] {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color;
}
.hero-descr a[href]:hover, .hero-descr a[href]:focus-visible {
  color: #e80024;
}
@media (min-width: 1024px) {
  .hero-descr {
    font-size: 24rem;
    line-height: 28rem;
  }
}

.hero-title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 24rem;
  line-height: 1;
  font-weight: 900;
}
.hero-title.white {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 72rem;
    text-transform: uppercase;
  }
}

.title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 36rem;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  color: #000005;
  text-transform: uppercase;
}
.title.right {
  text-align: right;
}
.title.white {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .title {
    font-size: 72rem;
    letter-spacing: 0.03em;
  }
  .title.desktop-big {
    font-size: 170rem;
    letter-spacing: 0;
  }
}

.f-field {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color, border-color;
  display: block;
  flex-shrink: 0;
  width: 100%;
  padding: 11rem 26rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 18rem;
  font-weight: 400;
  text-align: left;
  color: #000005;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 0;
  border-radius: 40rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.f-field::-moz-placeholder {
  font: inherit;
  color: #bcc0ce;
}
.f-field::placeholder {
  font: inherit;
  color: #bcc0ce;
}
.f-field::-webkit-credentials-auto-fill-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.f-field[type=number]::-webkit-outer-spin-button, .f-field[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.f-field[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
@media (min-width: 1024px) {
  .f-field {
    padding: 10rem 26rem;
    font-size: 20rem;
    line-height: 24rem;
    border-radius: 44rem;
  }
}

.f-label {
  display: block;
  flex-shrink: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 12rem;
  line-height: 15rem;
  font-weight: 500;
  text-align: left;
  color: inherit;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .f-label {
    font-size: 16rem;
    line-height: 20rem;
  }
}

.f-checkbox {
  position: relative;
}
.f-checkbox label {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 60rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 12rem;
  line-height: 14rem;
  font-weight: 400;
  text-align: left;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.f-checkbox label::before, .f-checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
}
.f-checkbox label::before {
  left: 20rem;
  width: 24rem;
  height: 24rem;
  border: 2rem solid #ffffff;
}
.f-checkbox label::after {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: opacity;
  left: 24rem;
  width: 16rem;
  height: 16rem;
  background-color: #ffffff;
  opacity: 0;
}
.f-checkbox label a[href] {
  text-decoration: underline;
}
.f-checkbox label a[href]:hover, .f-checkbox label a[href]:focus-visible {
  text-decoration: none;
}
.f-checkbox input {
  top: calc(50% + 12rem);
  left: 32rem;
}
.f-checkbox input:checked + label::after {
  opacity: 1;
}
@media (min-width: 1024px) {
  .f-checkbox label {
    padding-right: 20rem;
    padding-left: 102rem;
    font-size: 16rem;
    line-height: 18rem;
  }
  .f-checkbox label::before {
    width: 32rem;
    height: 32rem;
  }
  .f-checkbox label::after {
    left: 25rem;
    width: 22rem;
    height: 22rem;
  }
  .f-checkbox input {
    top: calc(50% + 16rem);
    left: 36rem;
  }
}

.m-cookie {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 14rem;
  width: 100%;
  padding: 30rem 20rem;
  color: #ffffff;
  background-color: #e80024;
  border-radius: 20rem 20rem 0 0;
  transform: translate(-50%, 200%);
  transition: transform 1s ease-in-out;
}
.m-cookie.show {
  transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .m-cookie {
    bottom: 20rem;
    left: 50%;
    flex-direction: row;
    align-items: center;
    gap: 26rem;
    max-width: 1086rem;
    min-height: 96rem;
    padding: 27rem 30rem;
    border-radius: 20rem;
    transform: translate(-50%, calc(200% + 20rem));
  }
  .m-cookie.show {
    transform: translate(-50%, 0);
  }
}

.m-cookie__text {
  margin: 0;
  padding: 0 10rem;
  font-size: 14rem;
  line-height: 16rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.m-cookie__text a[href] {
  text-decoration: underline;
}
.m-cookie__text a[href]:hover, .m-cookie__text a[href]:focus-visible {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .m-cookie__text {
    padding: 0;
    font-size: 18rem;
    line-height: 21rem;
    text-align: left;
  }
}

.m-cookie__btn {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 18rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
}
.m-cookie__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00ffff;
  border-radius: 36rem;
  transform: translate(2rem, 2rem);
  transition: transform 0.3s linear;
}
.m-cookie__btn span {
  position: relative;
  display: block;
  padding: 9rem 18rem;
  background-color: #000005;
  border-radius: 36rem;
}
.m-cookie__btn:not([disabled]):hover::before, .m-cookie__btn:not([disabled]):focus-visible::before {
  transform: translate(0, 0);
}
@media (min-width: 1024px) {
  .m-cookie__btn {
    flex-shrink: 0;
    width: 257rem;
  }
}

.m-media {
  position: relative;
  width: 100%;
  max-width: 534rem;
  margin: auto;
  font-family: "Cera Pro", sans-serif;
  font-size: 12rem;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .m-media {
    max-width: 810rem;
    font-size: 14rem;
    line-height: 18rem;
    border-radius: 40rem;
  }
}

.m-media__close {
  position: fixed;
  top: 20rem;
  right: 20rem;
}
@media (min-width: 1024px) {
  .m-media__close {
    top: 27rem;
    right: 278rem;
  }
}

.m-media__logo {
  position: fixed;
  top: 20rem;
  left: 20rem;
  width: 72rem;
  height: 35rem;
}
.m-media__logo svg {
  width: 100%;
  height: 100%;
  fill: #e80024;
}
@media (min-width: 1024px) {
  .m-media__logo {
    top: 27rem;
    left: 278rem;
    width: 120rem;
    height: 58rem;
  }
}

.m-media__slider {
  --max-height: calc(100vh - 100rem);
  align-items: center;
  height: 100%;
  max-height: var(--max-height);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .m-media__slider {
    --max-height: calc(100vh - 140rem);
  }
}

.m-media__slider-wrp {
  align-items: center;
  height: 100%;
  max-height: var(--max-height);
}
.m-media__slider-wrp .m-media__card {
  max-height: var(--max-height);
}
.m-media__slider-wrp .m-media__card img {
  max-height: var(--max-height);
}

.m-media__card {
  flex-shrink: 0;
}
.m-media__card video {
  width: 100%;
  height: auto;
  max-height: 608rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-media__card video.fullscreen {
  height: 100%;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-media__card img {
  width: 100%;
  height: auto;
  max-height: 608rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-media__info {
  margin-top: 10rem;
}
@media (min-width: 1024px) {
  .m-media__info {
    margin-top: 20rem;
  }
}

.m-media__title {
  margin: 0;
  font-size: 18rem;
  line-height: 1;
  font-weight: 700;
}
.m-media__title:not(:empty) {
  margin-top: 12rem;
}

.m-media__text {
  margin: 0;
}
.m-media__text:not(:empty) {
  margin-top: 4rem;
}

.m-media__nav {
  display: none;
}
@media (min-width: 1024px) {
  .m-media__nav {
    position: absolute;
    top: 50%;
    display: block;
    width: -moz-max-content;
    width: max-content;
    transform: translateY(-50%);
  }
  .m-media__nav.left {
    right: calc(100% + 200rem);
  }
  .m-media__nav.right {
    left: calc(100% + 200rem);
  }
}

.m-media__banner {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  gap: 1.56em;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  margin: 0;
  padding: 0.7em 1.08em;
  font-size: 10rem;
  line-height: 1.1em;
  font-weight: 700;
  color: #ffffff;
  background-color: #e80024;
  border: 0;
  border-radius: 0.52em;
  box-shadow: 4rem 4rem 0 0 #00ffff;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.m-media__banner svg {
  flex-shrink: 0;
  width: 0.875em;
  height: 0.9375em;
  fill: currentcolor;
}
.m-media__banner.show {
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
@media (width >= 480px) {
  .m-media__banner {
    bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .m-media__banner {
    bottom: 80rem;
    font-size: 24rem;
  }
}

.m-reg {
  position: relative;
  width: 100%;
  max-width: 534rem;
  margin: auto;
  padding: 60rem 20rem;
  color: #ffffff;
  background-color: #e80024;
  border-radius: 30rem;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
@media (min-width: 1024px) {
  .m-reg {
    padding: 40rem;
    border-radius: 40rem;
  }
}

.m-reg__close {
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media (min-width: 1024px) {
  .m-reg__close {
    right: 0;
    left: 100%;
  }
}

.m-reg__title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 24rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .m-reg__title {
    font-size: 36rem;
  }
}

.m-reg__error {
  margin-top: 14rem;
}
@media (min-width: 1024px) {
  .m-reg__error {
    position: absolute;
    top: calc(100% + 40rem);
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}

.m-reg__form {
  margin-top: 16rem;
}

.m-reg__el {
  display: grid;
  gap: 8rem;
}
.m-reg__el:not(:first-child) {
  margin-top: 28rem;
}
.m-reg__el .f-label {
  padding-left: 20rem;
}

.m-reg__agree {
  margin-top: 20rem;
}

.m-reg__submit {
  margin-top: 40rem;
}

.m-success {
  position: relative;
  width: 100%;
  max-width: 534rem;
  margin: auto;
  padding: 30rem 20rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background-color: #e80024;
  border-radius: 30rem;
  box-shadow: 2rem 2rem 0 0 #00ffff;
}
@media (min-width: 1024px) {
  .m-success {
    padding: 40rem;
    font-size: 20rem;
    border-radius: 40rem;
  }
}

.m-success__close {
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media (min-width: 1024px) {
  .m-success__close {
    right: 0;
    left: 100%;
  }
}

.m-success__logo {
  width: 130rem;
  height: 62rem;
  margin: 0 auto 40rem auto;
}
.m-success__logo svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.m-success__title {
  margin: 0;
  font-size: 18rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .m-success__title {
    font-size: 30rem;
  }
}

.m-success__text {
  margin: 18rem 0 0 0;
}
@media (min-width: 1024px) {
  .m-success__text {
    margin-top: 30rem;
  }
}

.p-amba {
  display: flex;
  flex-direction: column;
  gap: 60rem;
  width: 100%;
  max-width: 1440rem;
  padding: 30rem 20rem 60rem 20rem;
}
@media (min-width: 1024px) {
  .p-amba {
    position: relative;
    gap: 100rem;
    margin: -480rem auto 0 auto;
    padding: 0 38rem 130rem 38rem;
  }
}

.p-article {
  display: flex;
  flex-direction: column;
  gap: 60rem;
  width: 100%;
  max-width: 1440rem;
  padding: 30rem 20rem 60rem 20rem;
}
@media (min-width: 1024px) {
  .p-article {
    position: relative;
    gap: 130rem;
    margin: -80rem auto 0 auto;
    padding: 0 38rem 130rem 38rem;
  }
}

.p-events-article {
  display: flex;
  flex-direction: column;
  gap: 60rem;
  width: 100%;
  max-width: 1440rem;
  padding: 250rem 20rem 60rem 20rem;
}
@media (min-width: 1024px) {
  .p-events-article {
    gap: 130rem;
    margin: 0 auto;
    padding: 60rem 38rem 130rem 38rem;
  }
}

.p-events {
  width: 100%;
  max-width: 1440rem;
  padding: 30rem 20rem 60rem 20rem;
}
@media (min-width: 1024px) {
  .p-events {
    position: relative;
    margin: -100rem auto 0 auto;
    padding: 0 38rem 130rem 38rem;
  }
}

.p-gallery {
  display: flex;
  flex-direction: column;
  gap: 60rem;
  width: 100%;
  max-width: 1440rem;
  padding: 30rem 20rem 60rem 20rem;
}
@media (min-width: 1024px) {
  .p-gallery {
    gap: 130rem;
    margin: -320rem auto 0 auto;
    padding: 0 38rem 130rem 38rem;
  }
}

.p-main {
  display: flex;
  flex-direction: column;
  gap: 60rem;
  width: 100%;
  max-width: 1440rem;
  padding: 60rem 20rem;
  overflow: hidden;
  color: #000005;
}
.p-main.top {
  padding-top: 30rem;
}
@media (min-width: 1024px) {
  .p-main {
    gap: 130rem;
    margin: 0 auto;
    padding: 130rem 38rem;
    overflow: visible;
  }
  .p-main.top {
    padding-top: 70rem;
  }
}

.p-main__media {
  display: grid;
  gap: 12rem;
}
@media (min-width: 1024px) {
  .p-main__media {
    gap: 70rem;
  }
}

.p-main__media-title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 36rem;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  color: #000005;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .p-main__media-title {
    font-size: 100rem;
  }
}

.p-main__stories {
  display: grid;
  gap: 12rem;
}
@media (min-width: 1024px) {
  .p-main__stories {
    gap: 70rem;
  }
}

.p-media {
  display: grid;
  gap: 60rem;
  width: 100%;
  max-width: 1440rem;
  padding: 30rem 20rem 60rem 20rem;
}
@media (min-width: 1024px) {
  .p-media {
    position: relative;
    gap: 130rem;
    margin: -450rem auto 0 auto;
    padding: 0 38rem 130rem 38rem;
  }
  .p-media .b-media > *:first-child .title {
    color: #ffffff;
  }
}

.p-podcast {
  width: 100%;
  max-width: 1440rem;
  padding: 30rem 20rem 60rem 20rem;
}
@media (min-width: 1024px) {
  .p-podcast {
    margin: 0 auto;
    padding: 70rem 38rem 130rem 38rem;
    overflow: visible;
  }
}

.p-podcast__filter {
  scrollbar-width: none;
  display: flex;
  align-items: center;
  gap: 8rem;
  margin: 0 -20rem;
  padding: 0 20rem;
  overflow: auto scroll;
}
.p-podcast__filter::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .p-podcast__filter {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}

.p-podcast__list {
  display: flex;
  flex-direction: column;
  gap: 30rem;
  margin-top: 30rem;
}
@media (min-width: 1024px) {
  .p-podcast__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60rem 20rem;
  }
}

.p-show {
  display: flex;
  flex-direction: column;
  gap: 60rem;
  width: 100%;
  max-width: 1440rem;
  padding: 30rem 20rem 60rem 20rem;
  overflow: hidden;
  color: #000005;
}
@media (min-width: 1024px) {
  .p-show {
    gap: 130rem;
    margin: 0 auto;
    padding: 70rem 38rem 130rem 38rem;
    overflow: visible;
  }
}

.p-show__slider {
  margin: 0 -20rem;
  padding: 0 20rem;
}
@media (min-width: 1024px) {
  .p-show__slider {
    margin: 0;
    padding: 0;
  }
}

.p-show__stories {
  display: grid;
  gap: 12rem;
}
@media (min-width: 1024px) {
  .p-show__stories {
    gap: 70rem;
  }
}

.p-show__stories-title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 36rem;
  line-height: 1;
  font-weight: 900;
  text-align: right;
  color: #000005;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .p-show__stories-title {
    font-size: 170rem;
  }
}

.p-stories {
  width: 100%;
  max-width: 1440rem;
  padding: 30rem 20rem 60rem 20rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .p-stories {
    margin: 0 auto;
    padding: 0 38rem 130rem 38rem;
    overflow: visible;
  }
}

.p-stories__content {
  display: grid;
  align-content: start;
  align-items: start;
  gap: 60rem;
  margin-top: 30rem;
}
@media (min-width: 1024px) {
  .p-stories__content {
    gap: 130rem;
    margin-top: 130rem;
  }
}
/*# sourceMappingURL=style.css.map */
