<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slide.breaking-news {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/images/background-480.webp);
  background-size: cover;
  background-position: center;
}
#top-header {
  min-height: 139px;
}
@media screen and (min-width: 481px) {
  .slide.breaking-news {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(/images/background-1000.webp);
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1124px) {
  .slide.breaking-news {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(/images/background-1350.webp);
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1361px) {
  .slide.breaking-news {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(/images/background-1920.webp);
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1200px) {
  #top-header {
    min-height: 147px;
  }
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Roboto_Slab/static/RobotoSlab-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Roboto_Slab/static/RobotoSlab-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto_Slab/static/RobotoSlab-Regular.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto_Slab/static/RobotoSlab-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Oxygen/Oxygen-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Oxygen/Oxygen-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Oxygen/Oxygen-Bold.ttf) format("truetype");
}
</pre></body></html>