@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");
:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

.banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.banner_bottom {
  margin-bottom: 4rem;
}

.banner_top {
  margin-top: 2rem;
}

.detail_advert {
  display: block;
  height: 100%;
}
.detail_advert .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
}
.detail_advert .banner:last-of-type {
  position: sticky;
  top: 130px;
}

.section_advert {
  display: block;
  height: 100%;
}
.section_advert .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
}
.section_advert .banner:last-of-type {
  position: sticky;
  top: 130px;
}

.section_listing .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.episode_listing_advert {
  display: block;
  height: 100%;
}
.episode_listing_advert .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
}
.episode_listing_advert .banner:last-of-type {
  position: sticky;
  top: 130px;
}

.episode_listing_grid .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  overflow: hidden;
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
}

.isekunda_content .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media only screen and (max-width: 900px) {
  .episode_listing_grid .banner {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media only screen and (max-width: 768px) {
  .episode_listing_grid .banner {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (max-width: 640px) {
  .mobile_up {
    order: -1;
  }
}
@media only screen and (max-width: 425px) {
  .episode_listing_grid .banner {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.shp_twoColumns_advert .banner {
  position: sticky;
  top: 120px;
  display: block;
  text-align: center;
}

#webpushr-prompt-wrapper {
  display: none !important;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  font-size: 13px;
  line-height: 1.4;
  font-family: "Sora", sans-serif;
  background-color: var(--bg-color);
  padding: 0;
  margin: 0;
  color: var(--text-color);
}

body {
  padding-top: 119px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
      * A better looking default horizontal rule
      */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

figure {
  margin: 0;
}

/*
      * Remove the gap between audio, canvas, iframes,
      * images, videos and the bottom of their containers:
      * https://github.com/h5bp/html5-boilerplate/issues/440
      */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-radius: 2px;
}

/*
      * Remove default fieldset styles.
      */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
      * Allow only vertical resizing of textareas.
      */
textarea {
  resize: vertical;
}

/* ==========================================================================
        Author's custom styles
        ========================================================================== */
/* ==========================================================================
        Helper classes
        ========================================================================== */
/*
      * Hide visually and from screen readers
      */
.hidden,
[hidden] {
  display: none !important;
}

/*
      * Hide only visually, but have it available for screen readers:
      * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
      *
      * 1. For long content, line feeds are not interpreted as spaces and small width
      *    causes content to wrap 1 word per line:
      *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
      */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
      * Extends the .sr-only class to allow the element
      * to be focusable when navigated to via the keyboard:
      * https://www.drupal.org/node/897638
      */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
      * Hide visually and from screen readers, but maintain layout
      */
.invisible {
  visibility: hidden;
}

.container {
  max-width: 1080px;
  margin: auto;
  padding: 60px;
  background-color: var(--bg-color);
  position: relative;
}

/*
      * Clearfix: contain floats
      *
      * For modern browsers
      * 1. The space content is one way to avoid an Opera bug when the
      *    `contenteditable` attribute is included anywhere else in the document.
      *    Otherwise it causes space to appear at the top and bottom of elements
      *    that receive the `clearfix` class.
      * 2. The use of `table` rather than `block` is only necessary if using
      *    `:before` to contain the top-margins of child elements.
      */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
        EXAMPLE Media Queries for Responsive Design.
        These examples override the primary ('mobile first') styles.
        Modify as content requires.
        ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
        Print styles.
        Inlined to avoid the additional HTTP request:
        https://www.phpied.com/delay-loading-your-print-css/
        ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
      * Don't show links that are fragment identifiers,
      * or use the `javascript:` pseudo protocol
      */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
      * Printing Tables:
      * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
      */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (min-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}
.section_headline {
  position: relative;
  width: 100%;
  color: var(--text-color);
  margin: 0 0 1rem 0;
}
.section_headline span {
  color: var(--secondary-color);
}
.section_headline a {
  text-decoration: none;
  color: var(--text-color);
}
.section_headline a span {
  color: var(--secondary-color);
}

.section_subheadline {
  color: var(--text-color-50);
  margin: 0.75rem 0 1.5rem 0;
}

.section_cta {
  position: absolute;
  top: 5px;
  right: 0;
  color: var(--text-color-50);
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.section_cta svg {
  stroke: var(--grey-color);
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    padding: 1rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 95px;
  }
}
.appbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--bg-color);
  display: none;
  z-index: 9996;
  --shadow-color: 0deg 0% 0%;
  box-shadow: 0px -0.9px 1px hsl(var(--shadow-color)/0.06), 0.1px -2.6px 2.9px -0.8px hsl(var(--shadow-color)/0.06), 0.1px -6.1px 6.9px -1.7px hsl(var(--shadow-color)/0.06), 0.3px -14.6px 16.4px -2.5px hsl(var(--shadow-color)/0.06);
}

.appbar_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.appbar_item a {
  padding: 0.75rem 1rem 0.5rem 1rem;
  width: 100%;
  display: grid;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--grey-color);
}
.appbar_item.hide {
  display: none;
}
.appbar_item.live .appbar_label {
  color: var(--secondary-color);
  text-transform: uppercase;
}
.appbar_item.live .appbar_icon {
  display: grid;
  place-items: center;
  height: 24px;
}
.appbar_item.live .appbar_icon i {
  display: block;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: var(--secondary-color);
  animation: pulse-red 2s infinite;
}
.appbar_item.new {
  position: relative;
}
.appbar_item.new::after {
  content: "nové";
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  padding: 2px 5px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  font-weight: bold;
  font-size: 8px;
}
.appbar_item.icon svg path {
  color: var(--text-color);
  fill: var(--text-color);
}

.appbar_label {
  font-size: 0.87rem;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media only screen and (max-width: 768px) {
  .appbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
:root[data-theme=theme-dark] .appbar {
  background-color: var(--back-color-black);
}

.mainnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
}

.topnav {
  background-color: var(--back-color-blue);
  color: var(--text-color-white);
  display: flex;
  align-items: center;
  gap: 2rem;
  width: calc(100% - 4rem);
  padding: 1rem 2rem;
  transition: margin 100ms ease-out;
}

.topnav_menu {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.topnav_menu svg {
  color: var(--text-color-white);
}

.topnav_list {
  overflow: hidden;
  margin: 0 3rem;
}
.topnav_list ul {
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 44px;
  padding: 0;
  gap: 1rem;
  margin: 0;
}
.topnav_list ul li {
  display: inline-flex;
  align-items: center;
  height: 44px;
  list-style-type: none;
}
.topnav_list ul li a {
  text-decoration: none;
  color: var(--text-color-white);
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  padding: 0.815rem;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 150ms ease-out;
}
.topnav_list ul li a:hover {
  background-color: var(--text-color-white-10);
  transition: background-color 100ms ease-in;
}
.topnav_list ul li a.highlight {
  position: relative;
}
.topnav_list ul li a.highlight.nove::after {
  content: "nové";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}
.topnav_list ul li a.highlight.exkluzivne::after {
  content: "exkluzívne";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}
.topnav_list ul li a.highlight.coskoro::after {
  content: "čoskoro";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}

.topnav_podcasty {
  margin-left: auto;
}
.topnav_podcasty svg path {
  fill: var(--text-color-white);
}

.topnav_kalendar {
  border-left: 1px solid var(--text-color-white-10);
  padding: 0 1rem;
  font-family: "Work Sans", sans-serif;
  white-space: nowrap;
}
.topnav_kalendar * {
  display: block;
}
.topnav_kalendar span {
  font-weight: normal;
  color: var(--text-color-white-75);
}

.topnav_pocasie {
  border-left: 1px solid var(--text-color-white-10);
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0 1rem;
  font-family: "Work Sans", sans-serif;
  white-space: nowrap;
}

.topnav_search {
  color: var(--white);
  border-radius: 100%;
  background-color: var(--secondary-color);
  padding: 0.75rem;
  line-height: 18px;
}

.subnav {
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  background-color: var(--back-color-grey);
  position: relative;
}
.subnav_list {
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.subnav_list::-webkit-scrollbar {
  display: none;
}
.subnav_list_mobile {
  display: none;
}
.subnav_list_desktop {
  display: block;
}
.subnav #subnav_left,
.subnav #subnav_right {
  position: absolute;
  border: 0;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: var(--back-color-grey);
  display: none;
}
.subnav #subnav_left.hide,
.subnav #subnav_right.hide {
  display: none;
}
.subnav #subnav_right {
  left: auto;
  right: 0;
}
.subnav.scrolling #subnav_left,
.subnav.scrolling #subnav_right {
  display: block;
}
.subnav.scrolling #subnav_left.hide,
.subnav.scrolling #subnav_right.hide {
  display: none;
}
.subnav ul {
  display: inline-flex;
  align-items: center;
  height: 45px;
  padding: 0 2.5rem;
  margin: 0;
  gap: 1.75rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.subnav ul li {
  list-style-type: none;
  height: 45px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.subnav ul li a {
  text-decoration: none;
  color: var(--text-color);
  padding: 0.9rem 0;
  font-size: 0.935rem;
  opacity: 1;
  transition: opacity 150ms ease-in;
}
.subnav ul li a:hover {
  opacity: 0.75;
  transition: opacity 350ms ease-out;
}
.subnav ul li.highlight a {
  color: var(--secondary-color);
  font-weight: 600;
}
.subnav ul li.online a {
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}
.subnav ul li.online a::before {
  content: "";
  display: block;
  background-color: var(--secondary-color);
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
  position: relative;
  top: -1px;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media screen and (max-width: 1600px) {
  .topnav {
    gap: 1rem;
    width: calc(100% - 2rem);
    padding: 1rem;
  }
  .topnav_list {
    margin: 0 1rem;
  }
  .topnav_kalendar,
  .topnav_pocasie {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1024px) {
  .topnav {
    transition: margin 350ms ease-out;
  }
  .topnav.hide {
    margin-top: -74px;
    transition: margin 250ms ease-in;
  }
  .topnav_list {
    display: none;
  }
  .subnav ul li a {
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .topnav {
    padding: 0;
    width: 100%;
  }
  .topnav.hide {
    margin-top: -50px;
  }
  .topnav_kalendar,
  .topnav_pocasie, .topnav_podcasty {
    display: none;
  }
  .topnav_search {
    background-color: transparent;
    margin-left: auto;
    order: 2;
  }
  .topnav_menu {
    order: 3;
    background-color: var(--text-color-white-10);
    padding: 1rem;
  }
  .logo {
    order: 1;
    height: 32px;
    width: auto;
    margin-left: 1rem;
  }
  .subnav ul {
    padding: 0 1rem;
  }
  .subnav_list_mobile {
    display: block;
  }
  .subnav_list_desktop {
    display: none;
  }
}
:root[data-theme=theme-dark] .subnav::after {
  background-image: linear-gradient(to right, rgba(41, 50, 67, 0), rgb(41, 50, 67));
}
:root[data-theme=theme-dark] .topnav {
  background-color: var(--back-color-black);
}
:root[data-theme=theme-dark] .topnav_menu {
  background-color: transparent;
}

.backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--backdrop-color);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.backdrop.open {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: opacity 0.3s;
}

.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-120%, 0, 0);
  width: calc(100% - 4rem);
  max-width: 320px;
  height: 100dvh;
  overflow-y: auto;
  z-index: 9999;
  background-color: var(--bg-color);
  transition: transform 0.3s;
  box-shadow: var(--shadow-elevation-medium);
  display: flex;
  flex-direction: column;
}
.sidenav.open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}

.sidenav_header {
  padding: 1rem;
  display: flex;
  border-bottom: 1px solid var(--border-color-10);
  width: calc(100% - 2rem);
}
.sidenav_header .close {
  background-color: transparent;
  border: 0;
  margin-left: auto;
  color: var(--grey-color);
  border-radius: 2px;
  cursor: pointer;
}
.sidenav_header .close:hover {
  background-color: var(--border-color-10);
}

.sidenav_search {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-color-10);
}
.sidenav_search input {
  position: relative;
  z-index: 5;
  background-color: transparent;
  width: calc(100% - 2rem);
  padding: 1.5rem 1rem;
  border: 0;
  border-radius: 0;
}
.sidenav_search input::placeholder {
  color: var(--border-color-30);
}
.sidenav_search input:focus {
  border: 0;
  outline: 1px solid var(--secondary-color-25);
  box-shadow: 0px 4px 8px var(--secondary-color-10);
}
.sidenav_search input:focus ~ button {
  display: none;
}
.sidenav_search button {
  background-color: transparent;
  border: 0;
  color: var(--text-color);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
}

.sidenav_body {
  flex: 1;
  padding-bottom: 2rem;
}
.sidenav_body .tabs {
  height: 100%;
}
.sidenav_body .tabs .tabs_nav .button,
.sidenav_body .tabs .tabs_nav a {
  font-weight: bold;
  font-size: 1.1rem;
}
.sidenav_body .tabs .tabs_nav ul li a.live::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  background-color: var(--secondary-color);
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
  position: relative;
  top: -1px;
  animation: pulse-red 2s infinite;
}
.sidenav_body .tabs_body ul li a.highlight {
  position: relative;
}
.sidenav_body .tabs_body ul li a.highlight.nove::before {
  content: "nové";
  color: var(--secondary-color);
  display: block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}
.sidenav_body .tabs_body ul li a.highlight.exkluzivne::before {
  content: "exkluzívne";
  color: var(--secondary-color);
  display: block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}
.sidenav_body .tabs_body ul li a.highlight.coskoro::before {
  content: "čoskoro";
  color: var(--secondary-color);
  display: block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}

.sidenav_footer {
  margin-top: auto;
}
.sidenav_footer ul {
  margin: 0;
  padding: 0;
}
.sidenav_footer ul li {
  list-style-type: none;
}
.sidenav_footer ul li a,
.sidenav_footer ul li button {
  width: 100%;
  text-decoration: none;
  color: var(--text-color);
  padding: 1rem;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  border-top: 1px solid var(--border-color-10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}
.sidenav_footer ul li a svg,
.sidenav_footer ul li button svg {
  stroke: var(--border-color-30);
}
.sidenav_footer ul li a .search_icon,
.sidenav_footer ul li button .search_icon {
  stroke: var(--secondary-color);
}
.sidenav_footer ul li.icon a svg,
.sidenav_footer ul li.icon button svg {
  stroke: var(--text-color);
}
.sidenav_footer_socials {
  display: grid;
  text-align: center;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px solid var(--border-color-10);
}
.sidenav_footer_socials > span {
  color: var(--text-color-50);
}
.sidenav_footer_socials div {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.sidenav_footer_socials div a {
  text-decoration: none;
  padding: 0.25rem;
}
.sidenav_footer_socials div a svg {
  color: var(--text-color);
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
#themeSwitch.theme_light .get_light {
  display: none;
}
#themeSwitch.theme_light .get_dark {
  display: flex;
}
#themeSwitch.theme_dark .get_light {
  display: flex;
}
#themeSwitch.theme_dark .get_dark {
  display: none;
}

:root[data-theme=theme-dark] .sidenav_logo g path:first-of-type {
  fill: white;
  color: white;
}

.tabs .tabs_nav {
  display: flex;
  margin-bottom: 0.5rem;
  width: 100%;
  font-family: "Work Sans", sans-serif;
}
.tabs .tabs_nav ul {
  padding: 0;
  margin: 0;
}
.tabs .tabs_nav ul li {
  list-style-type: none;
}
.tabs .tabs_body {
  font-family: "Work Sans", sans-serif;
}
.tabs .tabs_body ul {
  padding: 0;
  margin: 0;
}
.tabs .tabs_body ul li {
  list-style-type: none;
}
.tabs .tab_item {
  display: none;
}
.tabs .tab_item.active {
  display: block;
}
.tabs .button--tab {
  font-size: 0.87rem;
  flex: 1;
}
.tabs .button--tab.active {
  font-weight: bold;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.tabs.vertical {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tabs.vertical .tabs_nav {
  border-right: 1px solid var(--border-color-10);
}
.tabs.vertical .tabs_nav ul {
  width: 100%;
}
.tabs.vertical .tabs_nav ul li {
  width: 100%;
}
.tabs.vertical .tabs_nav ul li a,
.tabs.vertical .tabs_nav ul li button {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid var(--border-color-10);
  padding: 1.5rem 1rem;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
.tabs.vertical .tabs_nav ul li a {
  color: var(--text-color);
}
.tabs.vertical .tabs_body ul li a {
  color: var(--text-color);
  text-decoration: none;
  padding: 0.875rem 1.15rem;
  display: block;
}
.tabs.vertical .button--tab {
  border-radius: 0;
  border: 0;
}
.tabs.vertical .button--tab.active {
  position: relative;
  font-weight: bold;
  color: var(--secondary-color);
}
.tabs.vertical .button--tab.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  width: 3px;
  display: block;
  background-color: var(--bg-color);
}

.button {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid var(--border-color-10);
  padding: 0.85rem 1rem;
  color: var(--text-color);
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  display: block;
  text-align: center;
  width: fit-content;
}
.button:hover {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color-10);
}
.button--fluid {
  width: calc(100% - 2rem);
  margin: 1rem 0;
}
.button--link {
  padding: 0.05rem 0rem;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--border-color-30);
}
.button--link:hover {
  color: var(--secondary-color);
  border: 0;
  border-bottom: 1px solid var(--secondary-color-10);
}
.button--full {
  font-weight: 700;
  background-color: var(--text-color-10);
}
.button--main {
  font-weight: 700;
  border: 0;
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border: 1px solid var(--secondary-color);
}
.button--main:hover {
  color: var(--text-color-white);
  background-color: var(--secondary-color-dark);
  border: 1px solid var(--secondary-color);
}
.button--small {
  padding: 0.65rem 0.85rem;
}
.button--icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

input {
  padding: 0.85rem 1rem;
  border: 1px solid var(--border-color-10);
  border-radius: 2px;
  background-color: var(--bg-color);
  color: var(--text-color);
}
input::placeholder {
  color: var(--text-color-50);
}

:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

.modal {
  border: 0;
  outline: none;
  border-radius: 4px;
  width: calc(100% - 4rem);
  width: 100%;
  max-width: 450px;
  margin: auto;
  padding: 0;
}
.modal--fullscreen {
  max-width: 100%;
  border-radius: 0px;
  height: 100dvh;
}
.modal--large {
  max-width: 768px;
}
.modal_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(26, 32, 43, 0.1);
  padding: 1rem;
}
.modal_title .button {
  border: 0;
  color: rgba(26, 32, 43, 0.5);
}
.modal_title .button:hover {
  color: #E20919;
}
.modal_body {
  padding: 1rem;
}
.modal::backdrop {
  cursor: pointer;
  background: var(--backdrop-color);
}

@media only screen and (max-width: 525px) {
  .modal {
    max-width: none;
    width: calc(100% - 2rem);
    margin: auto 1rem;
  }
  .modal--fullscreen {
    margin: 0;
    width: 100%;
  }
}
:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

footer {
  position: relative;
  z-index: 10;
  background-color: var(--back-color-blue);
  color: var(--text-color-white);
}

.footer_nav {
  max-width: 1080px;
  margin: auto;
  padding: 4rem 60px;
  border-bottom: 1px solid var(--text-color-white-10);
  font-family: "Work Sans", sans-serif;
}
.footer_nav > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.footer_nav > ul > li {
  list-style-type: none;
}
.footer_nav > ul > li a, .footer_nav > ul > li button {
  text-decoration: none;
  color: var(--text-color-white);
}
.footer_nav > ul > li button {
  background-color: transparent;
  border: none;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}

.footer_grid {
  max-width: 1080px;
  margin: auto;
  padding: 4rem 60px;
  display: grid;
  gap: 2rem;
  align-items: flex-end;
  grid-template-columns: repeat(4, 1fr);
}
.footer_grid_item {
  display: block;
}
.footer_grid_item span {
  font-family: "Work Sans", sans-serif;
  display: block;
  margin-bottom: 0.5rem;
  color: var(--grey-color);
}
.footer_grid_item a {
  color: var(--text-color-white);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer_grid_item > div {
  display: flex;
  gap: 1rem;
}

.footer_gdpr {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 4px;
  border: 1px solid var(--text-color-white-10);
  color: var(--text-color-white);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  text-decoration: none;
}

.footer_copyright {
  position: relative;
  background-color: var(--back-color-black);
  display: grid;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  gap: 0.25rem;
}
.footer_copyright p {
  margin: 0;
}
.footer_copyright p:first-of-type {
  opacity: 0.75;
}

.sutaz_modal ul {
  margin: 0;
  padding: 0;
}
.sutaz_modal ul li {
  align-items: center;
  list-style-type: none;
  width: 100%;
}
.sutaz_modal ul li a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px dashed rgba(26, 32, 43, 0.1);
  color: #1A202B;
  width: calc(100% - 2rem);
  text-decoration: none;
}
.sutaz_modal ul li a:hover {
  color: var(--secondary-color);
}
.sutaz_modal ul li a::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-position: center center;
  opacity: 0.5;
  background-size: 24px 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFcSURBVHgB3VQxVsMwDP0psHfkhcVZaYcegR6hJ2l7AugNegNyEzhClvLY6gmykT0vMRJJaOzajZPCAH9J/C3ry7Ik4K8jsJGhmD7QxlJBjU+clSWu5qlMJPoI3Ijplhwv4YdOEYvA5EMB4xJFlMpX68FQTJSvyMgk2Dl/Xc51W8U2YoT86VrMhJdAHyiU8y6RQQKU16w6fLEPEIia/hL5EYECal1HbkKYxCUGIJUvMX3iNmc8/DfOegMf/LrAUYocue3E0HNn46iT6bH2OFRDQl264C5teCrLrISK3+VubbFnyDe5i5qF7Q3axrMA+WOb5wFIUa1CcXtvsed9zZmzTCnyiBqHGgl3Ol9E3GB0+RUtNw1PUVsns7OK2HkdUdLmWzNKG+XcB3W6/AQq53imebOAJ8z0MJwpcl25Gmg5/2Y+9r0b7ZA6fVS44N1ozNeTk8t0S/Noc8r+/+ATxCKXfxJAgv4AAAAASUVORK5CYII=);
}

@media only screen and (max-width: 1024px) {
  .footer_grid {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
  }
  .footer_grid_item > div {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .footer_nav {
    padding: 0;
  }
  .footer_nav > ul {
    width: calc(100% - 2rem);
    padding: 4rem 1rem;
  }
  .footer_nav > ul > li {
    white-space: nowrap;
  }
  .footer_grid {
    grid-template-columns: 1fr;
  }
  .footer_copyright {
    text-align: left;
    justify-content: left;
    padding-right: 155px;
  }
}
@media only screen and (max-width: 425px) {
  .footer_copyright {
    padding-top: 80px;
    padding-right: 2rem;
    text-align: center;
    justify-content: center;
  }
  .footer_gdpr {
    right: 50%;
    transform: translateX(50%);
  }
}
article img {
  width: 100%;
  border-radius: 2px;
}
article a {
  text-decoration: none;
  color: var(--text-color);
}
article p,
article span,
article .article_section,
article .article_author,
article .article_date {
  font-family: "Work Sans", sans-serif;
}
article h2,
article h3,
article h4 {
  font-family: "Sora", sans-serif;
  transition: opacity 150ms ease-in;
  opacity: 1;
}
article h2:hover,
article h3:hover,
article h4:hover {
  opacity: 0.75;
  transition: opacity 350ms ease-out;
}
article.pr h2,
article.pr h3,
article.pr h4 {
  font-family: "Work Sans", sans-serif;
}
article p {
  margin: 0;
}
article .article_section {
  color: var(--secondary-color);
}
article .article_section svg {
  position: relative;
  top: -2px;
}
article .article_section a {
  color: var(--secondary-color);
}
article .article_headline a > b {
  color: var(--secondary-color);
  text-transform: uppercase;
}
article .article_author,
article .article_date {
  color: var(--grey-color);
  font-size: 0.875rem;
}
@keyframes pulseBackground {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
  100% {
    opacity: 1;
  }
}
article .article_image {
  background-color: var(--border-color-10);
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 2px;
  object-position: center;
  opacity: 1;
  display: block;
  position: relative;
}
article .article_image:empty {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: pulseBackground;
  animation-timing-function: linear;
}
article .article_image .article_videolabel {
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: var(--secondary-color);
  border-color: var(--bg-color);
  border-style: solid;
}
article .article_image .article_videolabel svg {
  color: var(--text-color-white);
}
article .article_image .article_photolabel {
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  display: grid;
  place-items: center;
  background-color: var(--secondary-color);
  outline-color: var(--bg-color);
  outline-style: solid;
}
article .article_image .article_photolabel svg {
  color: var(--text-color-white);
}
article .article_image .article_onlinelabel {
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: var(--bg-color);
  border-color: var(--bg-color);
  border-style: solid;
}
article .article_image .article_onlinelabel span {
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background-color: var(--secondary-color);
  animation: pulse-red 2s infinite;
}

.article--main, .article--main--hybrid {
  display: grid;
  align-self: flex-start;
}
.article--main h2 a,
.article--main p a, .article--main--hybrid h2 a,
.article--main--hybrid p a {
  color: var(--text-color);
}
.article--main .article_videolabel, .article--main--hybrid .article_videolabel {
  bottom: -3rem;
  right: -3rem;
  width: 3rem;
  height: 3rem;
  outline-width: 5px;
  border-radius: 5px;
}
.article--main .article_videolabel svg, .article--main--hybrid .article_videolabel svg {
  height: initial;
  width: initial;
}
.article--main .article_photolabel, .article--main--hybrid .article_photolabel {
  bottom: -2.2rem;
  right: -2.2rem;
  width: 2.7rem;
  height: 2.7rem;
  outline-width: 5px;
  border-radius: 5px;
}
.article--main .article_photolabel svg, .article--main--hybrid .article_photolabel svg {
  height: initial;
  width: initial;
}
.article--main .article_onlinelabel, .article--main--hybrid .article_onlinelabel {
  bottom: -2.7rem;
  right: -2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  outline-width: 5px;
  border-radius: 5px;
  border-radius: 10px;
}
.article--main .article_onlinelabel svg, .article--main--hybrid .article_onlinelabel svg {
  height: initial;
  width: initial;
}
.article--main .article_section b::after, .article--main--hybrid .article_section b::after {
  content: " /";
  font-weight: normal;
}
.article--text {
  justify-content: space-between;
}
.article--text h4 a,
.article--text p a {
  color: var(--text-color);
}
.article--text .article_image {
  display: none;
}
.article--text .article_image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.article--text .article_videolabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0;
}
.article--text .article_videolabel svg {
  height: 18px;
  width: 18px;
}
.article--text .article_photolabel {
  bottom: -1.4rem;
  left: -1.4rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0;
}
.article--text .article_photolabel svg {
  height: 21px;
  width: 21px;
}
.article--text .article_onlinelabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0;
  border-radius: 7px;
}
.article--text .article_onlinelabel svg {
  height: 0;
  width: 0;
}
.article--side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.article--side .article_headline {
  flex: 1;
  order: 1;
}
.article--side .article_headline h4 {
  margin: 0.25rem 0 0.5rem 0;
}
.article--side .article_headline h4 a {
  color: var(--text-color);
}
.article--side .article_image {
  width: 40%;
  order: 2;
  margin-top: 1.2rem;
}
.article--side .article_image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
.article--side .article_videolabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0.35rem;
}
.article--side .article_videolabel svg {
  height: 18px;
  width: 18px;
}
.article--side .article_photolabel {
  bottom: -1.4rem;
  left: -1.4rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0.35rem;
}
.article--side .article_photolabel svg {
  height: 21px;
  width: 21px;
}
.article--side .article_onlinelabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0.35rem;
  border-radius: 7px;
}
.article--side .article_onlinelabel svg {
  height: 21px;
  width: 21px;
}
.article--side .article_section b::after {
  content: " /";
  font-weight: normal;
}
.article--squareSide .article_image {
  width: 40%;
  order: 2;
  margin-top: 1.2rem;
}
.article--squareSide .article_image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.article--squareSide .article_videolabel {
  bottom: -1.6rem;
  right: -1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  outline-width: 3px;
  border-radius: 3px;
}
.article--squareSide .article_videolabel svg {
  height: 18px;
  width: 18px;
}
.article--squareSide .article_photolabel {
  bottom: -1.15rem;
  right: -1.15rem;
  width: 1.6rem;
  height: 1.6rem;
  outline-width: 2px;
  border-radius: 2px;
}
.article--squareSide .article_photolabel svg {
  height: 21px;
  width: 21px;
}
.article--squareSide .article_onlinelabel {
  bottom: -1.7rem;
  right: -1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  outline-width: 2px;
  border-radius: 2px;
  border-radius: 7px;
}
.article--squareSide .article_onlinelabel svg {
  height: 0px;
  width: 0px;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media only screen and (max-width: 640px) {
  .article--main .article_videolabel, .article--main--hybrid .article_videolabel {
    bottom: -2.5rem;
    right: -2.5rem;
    width: 3rem;
    height: 3rem;
    outline-width: 2.5rem;
    border-radius: 2.5rem;
  }
  .article--main .article_videolabel svg, .article--main--hybrid .article_videolabel svg {
    height: initial;
    width: initial;
  }
  .article--main .article_photolabel, .article--main--hybrid .article_photolabel {
    bottom: -2rem;
    right: -2rem;
    width: 2.7rem;
    height: 2.7rem;
    outline-width: 5px;
    border-radius: 5px;
  }
  .article--main .article_photolabel svg, .article--main--hybrid .article_photolabel svg {
    height: initial;
    width: initial;
  }
  .article--main .article_onlinelabel, .article--main--hybrid .article_onlinelabel {
    bottom: -2.7rem;
    right: -2.7rem;
    width: 2.7rem;
    height: 2.7rem;
    outline-width: 2.7rem;
    border-radius: 2.7rem;
  }
  .article--main .article_onlinelabel svg, .article--main--hybrid .article_onlinelabel svg {
    height: initial;
    width: initial;
  }
  .article--squareSide .article_videolabel {
    bottom: -2rem;
    left: -2rem;
    width: 2rem;
    height: 2rem;
    outline-width: 4px;
    border-radius: 4px;
    left: 0.35rem;
  }
  .article--squareSide .article_videolabel svg {
    height: 18px;
    width: 18px;
  }
  .article--squareSide .article_photolabel {
    bottom: -1.4rem;
    left: -1.4rem;
    width: 2rem;
    height: 2rem;
    outline-width: 4px;
    border-radius: 4px;
    left: 0.35rem;
  }
  .article--squareSide .article_photolabel svg {
    height: 21px;
    width: 21px;
  }
  .article--squareSide .article_onlinelabel {
    bottom: -2rem;
    left: -2rem;
    width: 2rem;
    height: 2rem;
    outline-width: 4px;
    border-radius: 4px;
    left: 0.35rem;
  }
  .article--squareSide .article_onlinelabel svg {
    height: 21px;
    width: 21px;
  }
}
table.section-calendar {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
table.section-calendar td {
  text-align: center;
  color: var(--text-color-50);
}
table.section-calendar td a {
  outline: 1px solid rgba(1, 1, 1, 0.1);
  text-decoration: none;
  color: var(--text-color);
  display: block;
  font-size: 0.935rem;
  opacity: 1;
  transition: opacity 150ms ease-in;
}

.tvshow_header {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  max-height: 486px;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: var(--text-color-white);
  aspect-ratio: 20/9;
}
.tvshow_header * {
  position: relative;
  z-index: 2;
}
.tvshow_header_content {
  width: 100%;
  display: grid;
  padding: 2rem;
  padding-top: 6rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.tvshow_header h1 {
  margin-bottom: 0;
}

.tvshow_background {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.tvshow_time {
  opacity: 0.75;
  font-family: "Work Sans", sans-serif;
  margin: 0.5rem 0 1rem 0;
}

.tvshow_description {
  opacity: 0.75;
  margin-top: 0;
  font-family: "Work Sans", sans-serif;
}

.episode_listing {
  display: grid;
  margin: 4rem 0;
  grid-template-columns: 1fr 300px;
  gap: 4rem;
}

.tvshow_actions {
  display: flex;
  gap: 1rem;
}
.tvshow_actions .button {
  color: var(--text-color-white);
  padding: 0.5rem 0.75rem;
  border-color: var(--text-color-white-50);
}
.tvshow_actions .button--main {
  border-color: var(--secondary-color);
}
.tvshow_actions .button--outlined {
  display: none;
}

.episode_listing_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.episode_listing_grid .article--main {
  margin-bottom: 1rem;
}
.episode_listing_grid .article--main p,
.episode_listing_grid .article--main .article_section {
  display: none;
}
.episode_listing_grid .article--main .article_headline h2 {
  line-height: 1.35;
  font-size: 1.2rem;
  margin: 1rem 0 0.25rem 0;
}
.episode_listing_grid .article--main .article_photolabel,
.episode_listing_grid .article--main .article_videolabel,
.episode_listing_grid .article--main .article_onlinelabel {
  display: none;
}
.episode_listing_grid .article--main.pr .article_section {
  display: block;
  margin-top: 1rem;
}
.episode_listing_grid .article--main.pr .article_headline h2 {
  line-height: 1.3;
  font-size: 1.3rem;
  margin: 0.25rem 0 0.25rem 0;
}

.section_pagination {
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.section_pagination b {
  font-weight: normal;
  color: var(--text-color);
}
.section_pagination span {
  color: var(--text-color-50);
}
.section_pagination svg {
  color: var(--border-color-30);
}

@media only screen and (max-width: 900px) {
  .episode_listing_grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .tvshow_header {
    aspect-ratio: 4/3;
  }
  .episode_listing {
    grid-template-columns: 100%;
  }
  .episode_listing_grid {
    grid-template-columns: 1fr 1fr;
  }
  .episode_listing_grid .article--main .article_headline h2 {
    font-size: clamp(1rem, 3vw, 1.3rem);
  }
}
@media only screen and (max-width: 525px) {
  .tvshow_header {
    aspect-ratio: 1/1;
  }
  .tvshow_description {
    display: none;
  }
  .tvshow_actions .button--outlined {
    display: block;
  }
}
@media only screen and (max-width: 425px) {
  .tvshow_header {
    aspect-ratio: 3/4;
  }
  .tvshow_header_content {
    padding: 1rem;
  }
  .episode_listing_grid {
    grid-template-columns: 100%;
  }
  .tvshow_actions .button svg {
    display: none;
  }
}
