<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
  pointer-events: none
}

.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background-color: #ffe400
}

.vjs-ad-playing .vjs-captions-button {
  display: none
}

.vjs-ad-playing .vjs-audio-button {
  display: none
}

.vjs-ad-loading .vjs-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vjs-spinner-show 0s linear 0.3s forwards
}

.vjs-ad-loading .vjs-loading-spinner:before,
.vjs-ad-loading .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-ad-loading .vjs-loading-spinner:after {
  animation-delay: 0.44s
}

.vjs-ad-loading .vjs-big-play-button,
.vjs-ad-loading .vjs-poster,
.vjs-ad-content-resuming .vjs-big-play-button,
.vjs-ad-content-resuming .vjs-poster {
  display: none !important;
}

/**
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.ima-ad-container {
  top: 0em;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

/* Move overlay if user fast-clicks play button. */
.video-js.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

/* Move overlay when controls are active. */
.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
  margin-top: 0em;
}

.video-js.vjs-paused .bumpable-ima-ad-container,
.video-js.vjs-playing:hover .bumpable-ima-ad-container,
.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

.ima-controls-div {
  bottom: 0em;
  height: 1.4em;
  position: absolute;
  overflow: hidden;
  display: none;
  opacity: 1;
  background-color: rgba(7, 20, 30, .7);
  background: -moz-linear-gradient(bottom,
      rgba(7, 20, 30, .7) 0%,
      rgba(7, 20, 30, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0%, rgba(7, 20, 30, .7)),
      color-stop(100%, rgba(7, 20, 30, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom,
      rgba(7, 20, 30, .7) 0%,
      rgba(7, 20, 30, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom,
      rgba(7, 20, 30, .7) 0%,
      rgba(7, 20, 30, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom,
      rgba(7, 20, 30, .7) 0%,
      rgba(7, 20, 30, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to top,
      rgba(7, 20, 30, .7) 0%,
      rgba(7, 20, 30, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0007141E',
      endColorstr='#07141E', GradientType=0);
  /* IE6-9 */
}

.ima-controls-div.ima-controls-div-showing {
  height: 3.7em;
}

.ima-countdown-div {
  height: 1em;
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #000;
  cursor: default;
}

.ima-seek-bar-div {
  top: 1.2em;
  height: 0.3em;
  position: absolute;
  background: rgba(255, 255, 255, .4);
}

.ima-progress-div {
  width: 0em;
  height: 0.3em;
  background-color: #ECC546;
}

.ima-play-pause-div,
.ima-mute-div,
.ima-slider-div,
.ima-fullscreen-div {
  width: 2.33em;
  height: 1.33em;
  top: 0.733em;
  left: 0em;
  position: absolute;
  color: #CCCCCC;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  font-family: VideoJS;
  cursor: pointer;
}

.ima-mute-div {
  left: auto;
  right: 5.667em;
}

.ima-slider-div {
  left: auto;
  right: 2.33em;
  width: 3.33em;
  height: 0.667em;
  top: 1.33em;
  background-color: #555555;
}

.ima-slider-level-div {
  width: 100%;
  height: 0.667em;
  background-color: #ECC546;
}

.ima-fullscreen-div {
  left: auto;
  right: 0em;
}

.ima-playing:before {
  content: "\00f103";
}

.ima-paused:before {
  content: "\00f101";
}

.ima-playing:hover:before,
.ima-paused:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-muted:before {
  content: "\00f107";
}

.ima-muted:before {
  content: "\00f104";
}

.ima-non-muted:hover:before,
.ima-muted:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-fullscreen:before {
  content: "\00f108";
}

.ima-fullscreen:before {
  content: "\00f109";
}

.ima-non-fullscreen:hover:before,
.ima-fullscreen:hover:before {
  text-shadow: 0 0 1em #fff;
}


/** Custom Start **/
/* Base Player Container */
.video-js.vjs-adskin {
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Play Button */
.video-js.vjs-adskin .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.65);
  border: none;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  line-height: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  margin-left: 0;
  margin-top: 0;
  transition: background-color 0.3s ease;
}

.video-js.vjs-adskin .vjs-big-play-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Progress Bar */
.video-js.vjs-adskin .vjs-progress-control .vjs-progress-holder {
  background-color: rgba(255, 255, 255, 0.15);
  height: 6px;
  border-radius: 3px;
}

.video-js.vjs-adskin .vjs-play-progress,
.video-js.vjs-adskin .vjs-slider-bar {
  background: #00c6ff;
  background: linear-gradient(90deg, #00c6ff 0%, #0072ff 100%);
  height: 6px;
  border-radius: 3px;
}

/* Time display */
.video-js.vjs-adskin .vjs-remaining-time,
.video-js.vjs-adskin .vjs-current-time,
.video-js.vjs-adskin .vjs-duration {
  color: #fff;
  font-size: 12px;
}

/* Volume and Seek Sliders */
.video-js.vjs-adskin .vjs-volume-bar,
.video-js.vjs-adskin .vjs-slider-horizontal {
  background: rgba(255, 255, 255, 0.2);
  height: 4px;
  border-radius: 2px;
}

.video-js.vjs-adskin .vjs-volume-level {
  background: #00c6ff;
  height: 4px;
  border-radius: 2px;
}

/* Fullscreen and Mute */
.video-js.vjs-adskin .vjs-icon-fullscreen-enter:before,
.video-js.vjs-adskin .vjs-icon-volume-high:before {
  font-size: 16px;
  color: #fff;
}

/* Ad Countdown Overlay */
.video-js.vjs-adskin .vjs-ima-ad-container {
  pointer-events: none;
}

.vjs-ad-text {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  z-index: 9999;
  pointer-events: none;
}

/* Spinner */
.video-js.vjs-adskin .vjs-loading-spinner {
  border-color: #00c6ff transparent #00c6ff transparent;
}

/* Responsive Aspect Ratio */
.video-js.vjs-adskin {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  height: auto;
}

.waldo-video-ad-countdown {
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  padding-top: 2px;
  display: none;
  z-index: 100000;
}

.video-js.vjs-adskin .vjs-button {
  color: #fff;
  transition: color 0.3s ease, transform 0.2s ease;
}

.video-js.vjs-adskin .vjs-button:hover {
  color: #179F84;
  transform: scale(1.2);
}

.video-js.vjs-adskin .vjs-play-control .vjs-icon-placeholder:before {
  font-size: 20px;
}

.video-js.vjs-adskin .vjs-progress-control {
  flex-grow: 1;
  margin: 0 10px;
}

.video-js.vjs-adskin .vjs-play-progress,
.video-js.vjs-adskin .vjs-volume-level {
  background: #179F84;
}

.video-js.vjs-adskin .vjs-load-progress {
  background: rgba(255, 255, 255, 0.3);
}

/* Slider customization */
.video-js.vjs-adskin .vjs-slider {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  height: 4px;
}

/* Volume panel */
.video-js.vjs-adskin .vjs-volume-panel {
  max-width: 100px;
}

.video-js.vjs-adskin .vjs-volume-level {
  background-color: #179F84;
}

/* Fullscreen toggle */
.video-js.vjs-adskin .vjs-fullscreen-control {
  margin-left: auto;
}

/* Tooltip */
.video-js.vjs-adskin .vjs-tooltip {
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
}

.has-sticky-footer-ad .floating-video {
  bottom: 80px !important;
}

.floating-video {
  position: fixed !important;
  bottom: 30px;
  right: 20px;
  width: 200px;
  height: 112.5px;
  z-index: 9999;
  background: transparent;
}

@media (min-width: 768px) {
  .has-sticky-footer-ad .floating-video {
    bottom: 120px !important;
  }

  .floating-video {
    width: 400px !important;
    height: 245px !important;
  }
}


.floating-video .floating-close {
  display: block;
}

.is-floating {
  width: 100%;
  min-height: 200px;
  background-color: #179f84;
}

@media (min-width: 768px) {
  .is-floating {
    min-height: 480px;
  }
}

.clickable-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}

.nm-article-button {
  background-color: #179f84;
  color: #fff;
  font-weight: normal;
  padding: 0 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
}

.nm-article-button:hover {
  background-color: #12866f;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.video-js.vjs-adskin .vjs-big-play-button {
  background-color: #12866f;
  border: none;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  line-height: 1.5em;
  opacity: 0.9;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.video-js.vjs-adskin .vjs-loading-spinner {
  border-color: #12866f;
  width: 3em;
  height: 3em;
}

@media (min-width: 768px) {
  .video-js.vjs-adskin .vjs-big-play-button {
    width: 2.5em;
    height: 2.5em;
    font-size: 2em;
    line-height: 2.5em;
  }

  .video-js.vjs-adskin .vjs-loading-spinner {
    border-color: #12866f;
    width: 5em;
    height: 5em;
  }
}

.video-js.vjs-adskin .vjs-big-play-button:hover {
  background-color: #179f84;
  opacity: 1;
}

.video-js.vjs-adskin .vjs-big-play-button .vjs-icon-placeholder:before {
  color: white;
}

.nm-video-header {
  background: #179F84;
  padding: 0 5px;
  height: 30px;
}

.nm-video-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nm-video-read-more {
  position: absolute;
  left: 5px;
}

.nm-video-read-more a {
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-weight: bold;
}

.nm-video-read-more a:hover {
  text-decoration: none !important;
}

.nm-video-header .floating-close {
  color: #fff;
  font-size: 24px;
  border: none;
  cursor: pointer;
  z-index: 10000;
  text-align: right;
  height: 30px;
  line-height: 30px;
  float: right;
  margin-left: auto;
}

.floating-close {
  color: #179F84;
  font-size: 24px;
  border: none;
  cursor: pointer;
  z-index: 10000;
  text-align: right;
  height: 30px;
  line-height: 30px;
  display: none;
  margin-left: auto;
}</pre></body></html>