@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800,900);
html, body {
  font-size: 12px; }

@media only screen and (max-width: 3840px) {
  html, body {
    font-size: 20px; } }

@media only screen and (max-width: 1920px) {
  html, body {
    font-size: 10px; } }

@media only screen and (max-width: 1280px) {
  html, body {
    font-size: 6.667px; } }

@media only screen and (max-width: 960px) {
  html, body {
    font-size: 5px; } }

.player[type="video"][state="buffering"] .overlay {
  display: block;
  visibility: visible; }

.player[type="video"][state="buffering"] .gradient {
  display: block;
  visibility: visible; }

.player[type="video"][state="buffering"] .controls-play-pause {
  display: none; }

.player[type="video"][state="buffering"] .controls {
  display: block; }

.player[type="video"][state="buffering"] .video-js {
  display: block; }

.player[type="video"][state="buffering"]:not(.seeking) .controls-cur-time {
  display: none; }

.player[type="video"][state="buffering"]:not(.seeking) .controls-total-time {
  display: none; }

.player[type="video"][state="buffering"]:not(.seeking) .controls-progress {
  display: none; }

.player[type="video"][state="buffering"][live="true"] .controls-cur-time {
  display: none !important; }

.player[type="video"][state="buffering"][live="true"] .controls-total-time {
  display: none !important; }

.player[type="video"][state="buffering"][live="true"] .controls-progress {
  display: none !important; }

.player[type="video"][state="buffering"][preview-mode="true"] .preview-mode-info {
  display: flex; }

.player[type="video"][state="playing"] .logo {
  display: none; }

.player[type="video"][state="playing"] .overlay {
  display: block;
  visibility: hidden; }

.player[type="video"][state="playing"] .gradient {
  display: block;
  visibility: hidden; }

.player[type="video"][state="playing"] .watermark {
  display: block;
  visibility: hidden; }

.player[type="video"][state="playing"] .controls-play-pause {
  display: none; }

.player[type="video"][state="playing"]:not(.seeking) .controls-play-pause {
  display: none; }

.player[type="video"][state="playing"]:not(.seeking) .controls-cur-time {
  margin-left: 0; }

.player[type="video"][state="playing"] .video-js {
  display: block; }

.player[type="video"][state="playing"].seeking .overlay {
  display: block;
  visibility: visible; }

.player[type="video"][state="playing"].seeking .gradient {
  display: block;
  visibility: visible; }

.player[type="video"][state="playing"].seeking .controls {
  display: block; }

.player[type="video"][state="playing"][live="true"] .controls-cur-time {
  display: none !important; }

.player[type="video"][state="playing"][live="true"] .controls-total-time {
  display: none !important; }

.player[type="video"][state="playing"][live="true"] .controls-progress {
  display: none !important; }

.player[type="video"][state="playing"][preview-mode="true"] .preview-mode-info {
  display: flex; }

.player[type="video"][state="playing"][preview-mode="true"] .overlay {
  display: block;
  visibility: visible; }

.player[type="video"][state="playing"][preview-mode="true"] .gradient {
  display: block;
  visibility: visible; }

.player[type="video"][state="playing"][preview-mode="true"] .watermark {
  display: block;
  visibility: visible; }

.player[type="video"][state="playing"][preview-mode="true"] .media-info {
  display: none; }

.player[type="video"][state="playing"][preview-mode="true"].seeking .preview-mode-info {
  display: flex; }

.player[type="video"][state="paused"] .logo {
  display: none; }

.player[type="video"][state="paused"] .overlay {
  display: block;
  visibility: visible; }

.player[type="video"][state="paused"] .gradient {
  display: block;
  visibility: visible; }

.player[type="video"][state="paused"] .watermark {
  display: block;
  visibility: visible;
  display: block; }

.player[type="video"][state="paused"] .controls-play-pause {
  display: flex; }

.player[type="video"][state="paused"] .controls {
  display: block; }

.player[type="video"][state="paused"]:not(.seeking) .controls-cur-time {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s linear 5s; }

.player[type="video"][state="paused"]:not(.seeking) .controls-total-time {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s linear 5s; }

.player[type="video"][state="paused"]:not(.seeking) .controls-progress {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s linear 5s; }

.player[type="video"][state="paused"]:not(.seeking) .gradient {
  opacity: 0.1;
  -webkit-transition: opacity 1s linear 5s; }

.player[type="video"][state="paused"] .video-js {
  display: block; }

.player[type="video"][state="paused"][live="true"] .controls-cur-time {
  display: none !important; }

.player[type="video"][state="paused"][live="true"] .controls-total-time {
  display: none !important; }

.player[type="video"][state="paused"][live="true"] .controls-progress {
  display: none !important; }

.player[type="video"][state="paused"][preview-mode="true"] .media-info {
  opacity: 1; }

.player[type="video"][state="paused"].seeking .overlay {
  display: block;
  visibility: visible !important; }

#env-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2001;
  color: yellow;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.3rem;
  font-size: 2rem;
  font-family: sans-serif;
  display: none;
  white-space: pre-line;
  text-align: right; }
  #env-label.visible {
    display: block; }

#player.player .ads-counter {
  position: absolute;
  top: 10.4rem;
  left: 9rem;
  display: flex; }
  #player.player .ads-counter.hidden {
    display: none; }
  #player.player .ads-counter div {
    height: 2.8rem;
    padding: 0.5rem 1rem;
    line-height: 2.8rem;
    font-size: 2rem;
    font-family: Endurance Pro, 'Endurance W05 Light', sans-serif; }
  #player.player .ads-counter #ads-number {
    color: black;
    background-color: #fff;
    min-width: 5.1rem; }
  #player.player .ads-counter #ads-countdown {
    background-color: rgba(0, 0, 0, 0.6);
    min-width: 2.7rem;
    color: white; }

.has-ads-in-progress .player .media-info {
  display: none; }

/* ------------------------------------------------- */
/* Animations                                        */
/* ------------------------------------------------- */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes loading {
  0% {
    margin-left: -100%; }
  100% {
    margin-left: 100%; } }

@-webkit-keyframes customBlockFadeoutPlay {
  0% {
    display: block;
    opacity: 1; }
  25% {
    opacity: 1; }
  100% {
    display: none;
    opacity: 0; } }

@-webkit-keyframes customFlexFadeoutPlay {
  0% {
    display: flex;
    opacity: 1; }
  25% {
    opacity: 1; }
  100% {
    display: none;
    opacity: 0; } }

@-webkit-keyframes customBlockFadeoutPause {
  0% {
    display: block;
    opacity: 1; }
  25% {
    opacity: 1; }
  100% {
    display: none;
    opacity: 0; } }

@-webkit-keyframes customFlexFadeoutPause {
  0% {
    display: flex;
    opacity: 1; }
  25% {
    opacity: 1; }
  100% {
    display: none;
    opacity: 0; } }

body {
  background-color: #000; }

.player {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #f1f1f1;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .player .logo {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: auto;
    height: 14%;
    background: transparent; }
  .player .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    opacity: 0.9;
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%); }
  .player img {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: fill; }
  .player .video-js {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: fill; }
    .player .video-js .vjs-control-bar {
      display: none; }
  .player .media-info {
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 37px; }
    .player .media-info .media-title {
      color: rgba(255, 255, 255, 0.8);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: Endurance Pro, 'Endurance W05 Light', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 33px;
      display: flex;
      align-items: center;
      letter-spacing: -1px;
      margin-top: 8px;
      margin-left: -3px; }
    .player .media-info .media-subtitle {
      font-family: 'FS Meridian W05 Bold', FS Meridian, Avenir, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      display: flex;
      align-items: center;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .player .media-info .media-subtitle span:not(:first-child):before {
        content: '\B7';
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold; }
    .player .media-info .network-logo {
      position: unset;
      display: block;
      height: 41px;
      width: auto; }
  .player .media-text {
    align-self: flex-end;
    width: 80%; }
  .player .controls {
    display: none;
    bottom: 37px;
    height: 30px;
    left: 48px;
    position: absolute;
    right: 48px; }
  .player .controls-play-pause {
    display: none;
    background-size: cover;
    height: 80px;
    width: 80px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #e1e1e1;
    font-family: 'FS Meridian W05 Bold', FS Meridian, Avenir, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #F2F2F2;
    align-items: center;
    justify-content: center;
    background: #f0f8ff29;
    margin: 0px auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .player .overlay {
    position: absolute;
    height: 183px;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    top: auto;
    padding: 0 48px;
    background-color: #04080C; }
  .player .progressBar {
    background-color: #e1e1e1; }
  .player .controls-progress {
    height: 8px;
    margin-top: 11px;
    margin-bottom: 11px;
    position: relative;
    padding-top: 4px; }
  .player .controls-progress-inner {
    height: 4px;
    opacity: 0.8; }
  .player .controls-additional {
    display: flex;
    justify-content: space-between; }
  .player .controls-buttons {
    display: flex;
    justify-content: space-between; }
  .player .controls-casting {
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 18px;
    background-size: 100%; }
  .player .controls-progress-total {
    width: 100%;
    position: absolute;
    background-color: rgba(238, 238, 238, 0.2);
    height: 4px;
    top: 4px;
    z-index: 0; }
  .player .controls-progress-thumb {
    height: 8px;
    width: 8px;
    background-color: #e1e1e1;
    position: absolute;
    top: 2px;
    margin-left: -3px;
    border-radius: 50%; }
  .player .controls-time {
    display: flex;
    align-items: baseline;
    font-family: Endurance Pro, 'Endurance W05 Light', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
  .player .controls-cur-time {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    float: left;
    margin-right: 0.5rem; }
  .player .controls-total-time {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    margin-left: 0.5rem; }
  .player .preview-mode-info {
    padding-bottom: 54px;
    display: none;
    margin: -143px 0 0 0;
    overflow: hidden; }
    .player .preview-mode-info .preview-mode-text {
      width: 100%;
      align-self: flex-end; }
    .player .preview-mode-info .preview-mode-title {
      color: rgba(255, 255, 255, 0.8);
      font-size: 44px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 80%; }
    .player .preview-mode-info .preview-mode-subtitle {
      color: rgba(203, 203, 203, 0.8);
      font-size: 22px;
      overflow: hidden;
      width: 80%; }
      .player .preview-mode-info .preview-mode-subtitle span:not(:first-child):before {
        content: '\B7';
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold; }
    .player .preview-mode-info .preview-mode-timer {
      display: flex;
      color: #cfcfcf;
      font-size: 22px;
      overflow: hidden;
      width: 80%; }
    .player .preview-mode-info .preview-mode-timer-starts {
      font-weight: bold; }
  .player .device-info {
    font-family: 'FS Meridian W05 Bold', FS Meridian, Avenir, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e2e2e2; }

.player[type="video"][state="launching"] .overlay {
  display: none; }

.player[type="video"][state="launching"] .logo {
  display: block; }

.player[type="video"][state="launching"] .controls {
  display: none; }

.player[type="video"][state="launching"] .media-info {
  display: none; }

.player[type="video"][state="launching"] .media-artwork {
  display: none; }

.player[type="video"][state="launching"] .spinner {
  height: 36px;
  width: 32px;
  display: block;
  position: absolute;
  bottom: 64px;
  left: 50%;
  margin-left: 32px / -2; }

.player[type="video"][state="loading"] .overlay {
  display: block; }

.player[type="video"][state="loading"] .controls {
  display: block; }

.player[type="video"][state="loading"] .controls-progress {
  overflow: hidden; }

.player[type="video"][state="loading"] .watermark {
  display: block; }

.player[type="video"][state="loading"] .controls-cur-time {
  display: none; }

.player[type="video"][state="loading"] .controls-total-time {
  display: none; }

.player[type="video"][state="loading"] .controls-progress-thumb {
  display: none; }

.player[type="video"][state="loading"] .controls-play-pause {
  display: none;
  display: none; }

.player[type="video"][state="loading"] .controls-progress-inner {
  width: 90% !important;
  -webkit-animation: loading 2s infinite linear; }

.player[state="idle"] .overlay {
  display: none; }

.player[state="idle"] .spinner {
  display: none; }

.player[state="done"] .overlay {
  display: none; }

.error-container {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  width: 50%;
  height: 100%;
  text-shadow: black;
  overflow: auto; }
  .error-container pre {
    white-space: pre-wrap;
    text-shadow: 2px 2px black;
    filter: drop-shadow(0px 0px 12px black);
    font-size: 8px; }
    .error-container pre.error {
      color: red; }
    .error-container pre.warn {
      color: yellow; }
    .error-container pre.info {
      color: green; }

#player.player {
  background-color: #ffeddc; }
  #player.player[type="video"][state="launching"] .overlay, #player.player[type="video"][state="idle"].playback-ended .overlay {
    display: none; }
  #player.player[type="video"][state="launching"] .logo, #player.player[type="video"][state="idle"].playback-ended .logo {
    display: block; }
  #player.player[type="video"][state="launching"] .controls, #player.player[type="video"][state="idle"].playback-ended .controls {
    display: none; }
  #player.player[type="video"][state="launching"] .media-info, #player.player[type="video"][state="idle"].playback-ended .media-info {
    display: none; }
  #player.player[type="video"][state="launching"] .media-artwork, #player.player[type="video"][state="idle"].playback-ended .media-artwork {
    display: none; }
  #player.player[state="idle"] .vjs-control-bar, #player.player[state="done"] .vjs-control-bar, #player.player[type="video"][state="launching"] .vjs-control-bar, #player.player[type="video"][state="playing"]:not(.seeking) .vjs-control-bar {
    animation-name: customBlockFadeoutPlay;
    animation-delay: 1000ms;
    animation-duration: 1000ms;
    animation-fill-mode: forwards; }
  #player.player[type="video"][state="paused"]:not(.seeking) .vjs-control-bar {
    animation-name: customFlexFadeoutPause;
    animation-delay: 2000ms;
    animation-duration: 1000ms;
    animation-fill-mode: forwards; }
  #player.player[type="video"][state="paused"]:not(.seeking) .controls-cur-time,
  #player.player[type="video"][state="paused"]:not(.seeking) .overlay,
  #player.player[type="video"][state="paused"]:not(.seeking) .controls-total-time,
  #player.player[type="video"][state="paused"]:not(.seeking) .controls-progress,
  #player.player[type="video"][state="paused"]:not(.seeking) .gradient {
    animation-name: customBlockFadeoutPause;
    animation-delay: 2000ms;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
    visibility: visible; }
  #player.player[type="video"][state="playing"] .overlay,
  #player.player[type="video"][state="playing"] .gradient {
    display: block;
    animation-name: customBlockFadeoutPlay;
    animation-delay: 1000ms;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
    visibility: visible; }
  #player.player .gradient {
    opacity: 1;
    visibility: visible; }
  #player.player .logo {
    height: 7rem; }
  #player.player .controls, #player.player .controls-play-pause {
    display: none !important; }
  #player.player .overlay {
    height: 30rem;
    padding: 50rem 9.6rem 0;
    background-color: transparent; }
  #player.player .media-info img {
    background-color: transparent; }
  #player.player .media-info .media-subtitle, #player.player .media-info .media-title {
    font-family: "Inter", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.4rem;
    margin-top: 0.8rem;
    margin-left: 0; }
  #player.player .media-info .network-logo {
    height: 4.1rem; }
  #player.player .vjs-control-bar {
    display: flex !important;
    transform: none !important;
    z-index: 10;
    height: 12.8rem;
    background-color: transparent; }
    #player.player .vjs-control-bar .vjs-control:not(.vjs-progress-control):not(.vjs-play-control):not(.vjs-time-control) {
      display: none; }
    #player.player .vjs-control-bar .vjs-play-control {
      width: 5.8rem;
      height: 5.8rem;
      left: 9.6rem;
      top: -0.4rem;
      color: #d92f56;
      border: 0.4rem solid #d92f56;
      border-radius: 50%;
      background-color: #ffeddc; }
      #player.player .vjs-control-bar .vjs-play-control > .vjs-icon-placeholder:before {
        font-size: 4rem;
        line-height: 5.3rem; }
      #player.player .vjs-control-bar .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
        line-height: 5.2rem; }
    #player.player .vjs-control-bar .vjs-time-control {
      font-family: 'Endurance Pro', 'Endurance W05 Light', sans-serif;
      font-size: 2.4rem;
      line-height: 3.2rem;
      top: 2.5rem; }
      #player.player .vjs-control-bar .vjs-time-control.vjs-current-time {
        left: 8rem; }
      #player.player .vjs-control-bar .vjs-time-control.vjs-time-divider {
        left: 4.3rem;
        position: relative; }
      #player.player .vjs-control-bar .vjs-time-control.vjs-duration {
        left: 1rem; }
    #player.player .vjs-control-bar .vjs-progress-control:not(.hidden) {
      top: 0;
      padding: 0 9.6rem 0 18rem;
      height: 0.4rem; }
      #player.player .vjs-control-bar .vjs-progress-control:not(.hidden).disabled .vjs-play-progress {
        background-color: #C4C4C4; }
      #player.player .vjs-control-bar .vjs-progress-control:not(.hidden).disabled .vjs-slider {
        background-color: rgba(147, 147, 147, 0.7); }
      #player.player .vjs-control-bar .vjs-progress-control:not(.hidden) .vjs-play-progress {
        background-color: #d92f56; }
      #player.player .vjs-control-bar .vjs-progress-control:not(.hidden) .vjs-slider {
        background-color: #875460; }
      #player.player .vjs-control-bar .vjs-progress-control:not(.hidden) .vjs-ssai-ad-marker {
        background-color: #F2F2F2; }
        #player.player .vjs-control-bar .vjs-progress-control:not(.hidden) .vjs-ssai-ad-marker.hidden {
          display: none; }
      #player.player .vjs-control-bar .vjs-progress-control:not(.hidden) .vjs-load-progress {
        display: none; }
    #player.player .vjs-control-bar .vjs-progress-control:not(.disabled) .vjs-play-progress::after {
      display: none; }
  #player.player .media-info {
    margin-top: 3.7rem;
    padding-bottom: 3.2rem; }


/*# sourceMappingURL=style.css.map?v=d41af004b7835e54cd0f*/