@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");
@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%);
  }
}
.detail .ce-title {
  font-family: "Sora", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--text-color) !important;
}

.live .ce-title {
  font-family: "Sora", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--text-color-white) !important;
}

#engerio-widget-horizontal-6ae8d577-7471-4867-a674-089a7b6421d9,
#engerio-widget-horizontal-507959f8-29f7-4ce5-98f8-35278668416d {
  background-color: var(--bg-color) !important;
}

.banner .horizontal-imageContainer-6ae8d577-7471-4867-a674-089a7b6421d9 {
  padding-top: 56.25% !important;
}

.banner .horizontal-imageContainer-507959f8-29f7-4ce5-98f8-35278668416d {
  padding-top: 56.25% !important;
}

.banner .horizontal-title-507959f8-29f7-4ce5-98f8-35278668416d {
  font-size: 16px !important;
}

.banner .horizontal-row-6ae8d577-7471-4867-a674-089a7b6421d9.row-replacer {
  padding-bottom: 2rem !important;
}

.banner .horizontal-row-507959f8-29f7-4ce5-98f8-35278668416d {
  padding-bottom: 1.5rem !important;
}

.banner .horizontal-widget-6ae8d577-7471-4867-a674-089a7b6421d9 {
  padding: 0 !important;
}

.banner .horizontal-widget-507959f8-29f7-4ce5-98f8-35278668416d {
  padding: 0 !important;
}

h1.horizontal-title-6ae8d577-7471-4867-a674-089a7b6421d9 {
  font-family: "Sora", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--text-color) !important;
}

h1.horizontal-title-507959f8-29f7-4ce5-98f8-35278668416d {
  font-family: "Sora", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--text-color) !important;
}

.horizontal-widget-66ebcd64-0925-45e6-8eb4-152eca22d8bb.widget-replacer {
  background-color: var(--bg-color) !important;
  margin: 3rem auto;
}

h2.horizontal-header-66ebcd64-0925-45e6-8eb4-152eca22d8bb {
  color: var(--secondary-color) !important;
  font-family: "Sora", sans-serif !important;
}

.horizontal-logoLink-66ebcd64-0925-45e6-8eb4-152eca22d8bb {
  font-family: "Sora", sans-serif;
  color: var(--secondary-color);
}

.horizontal-row-66ebcd64-0925-45e6-8eb4-152eca22d8bb.row-replacer {
  column-gap: 2rem !important;
  height: auto !important;
}

.horizontal-post-66ebcd64-0925-45e6-8eb4-152eca22d8bb.post-replacer h1 {
  border-bottom: 0;
  color: var(--text-color) !important;
  font-family: "Sora", sans-serif !important;
}

span.horizontal-sas-title-66ebcd64-0925-45e6-8eb4-152eca22d8bb.horizontal-title-66ebcd64-0925-45e6-8eb4-152eca22d8bb {
  color: var(--text-color) !important;
  font-family: "Sora", sans-serif !important;
}

h3.horizontal-preamble-66ebcd64-0925-45e6-8eb4-152eca22d8bb {
  color: var(--secondary-color) !important;
  font-weight: 400 !important;
  font-family: "Work Sans", sans-serif !important;
  text-decoration: none !important;
}

p.horizontal-adLabel-66ebcd64-0925-45e6-8eb4-152eca22d8bb {
  color: var(--secondary-color) !important;
  font-weight: 400 !important;
  font-family: "Work Sans", sans-serif !important;
  text-decoration: none !important;
}

.detail_strossleWidget {
  margin-top: 2rem;
}

.detail_strossleWidget_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.detail_strossleWidget_grid .article--main .article_section {
  margin-top: 0.75rem;
}
.detail_strossleWidget_grid .article--main .article_headline h2 {
  margin: 0.25rem 0;
  font-size: 1.3rem;
}

@media only screen and (max-width: 900px) {
  .detail_strossleWidget_grid .article--main .article_headline h2 {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 768px) {
  .detail_strossleWidget_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .detail_strossleWidget_grid .article--main .article_headline h2 {
    font-size: 1.3rem;
  }
  .banner .horizontal-row-6ae8d577-7471-4867-a674-089a7b6421d9.row-replacer {
    row-gap: 2rem;
  }
  .banner .horizontal-row-507959f8-29f7-4ce5-98f8-35278668416d {
    row-gap: 1.5rem !important;
  }
}
@media only screen and (max-width: 525px) {
  .detail_strossleWidget_grid .article--main .article_headline h2 {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 425px) {
  .detail_strossleWidget_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .detail_strossleWidget_grid .article--main .article_headline h2 {
    font-size: 1.3rem;
  }
}
: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%);
  }
}
.detail_share {
  border: 0;
  outline: none;
  border-radius: 4px;
  width: calc(100% - 4rem);
  max-width: 450px;
  padding: 1rem;
}
.detail_share_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.detail_share_title .button {
  border: 0;
  color: rgba(26, 32, 43, 0.5);
}
.detail_share::backdrop {
  cursor: pointer;
  background: var(--backdrop-color);
}
.detail_share ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.detail_share ul li {
  list-style-type: none;
  border: 1px solid rgba(26, 32, 43, 0.1);
  border-radius: 4px;
  align-self: center;
  display: grid;
}
.detail_share ul li:hover {
  border: 1px solid rgba(26, 32, 43, 0.3);
}
.detail_share ul li a {
  height: 60px;
  padding: 1rem;
  display: grid;
  justify-content: center;
  gap: 0.35rem;
  place-content: center;
  text-decoration: none;
}
.detail_share ul li a span {
  display: block;
  color: rgba(26, 32, 43, 0.5);
  text-decoration: none;
}
.detail_share ul li a svg {
  margin: auto;
}
.detail_share ul li.facebook svg {
  color: #3b5998;
}
.detail_share ul li.twitter svg {
  color: #00acee;
}
.detail_share ul li.whatsapp svg {
  color: #128c7e;
}
.detail_share ul li.link {
  border: 0;
  grid-area: 2/1/3/4;
}
.detail_share ul li.link span {
  display: block;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #1A202B;
}
.detail_share ul li.link div {
  position: relative;
  margin-bottom: 1rem;
}
.detail_share ul li.link div .button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0;
  height: 100%;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  border: 1px solid rgba(26, 32, 43, 0.1);
  color: rgba(26, 32, 43, 0.5);
  background-color: var(--text-color-white);
}
.detail_share ul li.link div input {
  padding: 0.85rem;
  width: calc(100% - 1.7rem - 2px);
  z-index: 1;
  user-select: all;
  border-radius: 4px;
  border: 1px solid rgba(26, 32, 43, 0.1);
  background-color: var(--text-color-white);
  color: var(--text-color-black);
}
.detail_share ul li.link div svg.hide {
  display: none;
}
.detail_share ul li.link div #successIcon {
  color: #2fc950;
}

: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);
}

.mreporter_promo {
  background-color: var(--blue-color-10);
  padding: 1rem;
  padding-bottom: 0;
  border-radius: 4px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin: 1rem 0;
  container-name: mreporter_promo;
  container-type: inline-size;
}
.mreporter_promo h3 {
  width: 100%;
  flex-shrink: 0;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  font-size: 1.3rem;
}
.mreporter_promo h3 a {
  text-decoration: none;
  color: var(--text-color);
}
.mreporter_promo > div {
  flex: 1;
  align-self: flex-start;
}
.mreporter_promo p {
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  color: var(--text-color-75);
}
.mreporter_promo .button {
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .mreporter_promo p {
    font-size: 1rem;
  }
}
@container mreporter_promo (width < 360px) {
  img {
    width: 120px;
  }
}
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;
  }
}
h1.detail_title {
  width: 100%;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  color: var(--text-color);
  border-bottom: 1px solid var(--border-color-10);
  margin-top: 0.75rem;
}

.detail_title_online {
  color: var(--secondary-color);
  text-transform: uppercase;
}

.detail {
  width: 100%;
}

.detail_date {
  display: block;
  color: var(--text-color-50);
}

.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.detail_image {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.detail_image img {
  border-radius: 2px;
  width: 100%;
}
.detail_image_author {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: var(--backdrop-color);
  backdrop-filter: blur(2px);
  border-radius: 2px;
  z-index: 2;
  color: var(--text-color-white);
  font-size: 0.875rem;
}

.detail_author {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.detail_author_wrap {
  display: grid;
  width: 100%;
  gap: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color-10);
}
.detail_author_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.detail_author_thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  width: 1.87rem;
  border-radius: 4px;
  border: 1px solid var(--border-color-10);
}
.detail_author_thumb svg {
  stroke: var(--grey-color);
}
.detail_author_thumb img {
  width: 21px;
  aspect-ratio: 1/1;
}
.detail_author_name {
  color: var(--text-color);
  font-weight: 600;
}
.detail_author a {
  text-decoration: none;
}

.detail_perex {
  color: var(--text-color);
  font-family: "Work Sans", sans-serif;
  max-width: 930px;
  font-size: 1.34rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.detail_sections {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}
.detail_sections a {
  text-decoration: none;
  color: var(--text-color-50);
  font-size: 1rem;
  white-space: nowrap;
}
.detail_sections a.button--translate {
  margin-left: auto;
  padding: 4px;
  border-radius: 3px;
}
.detail_sections a.button--translate img {
  border-radius: 3px;
}

.detail_columns {
  display: grid;
  grid-template-columns: calc(100% - 300px - 4rem) 300px;
  gap: 4rem;
}

.detail_text_wrap {
  display: grid;
  grid-template-columns: 1fr 75px;
  gap: 4rem;
}

.detail_text_socials {
  border: 1px solid var(--border-color-10);
  border-radius: 2px;
  display: grid;
  align-items: flex-start;
  align-self: start;
  grid-template-columns: 1fr;
  position: sticky;
  top: 130px;
}
.detail_text_socials_item {
  width: calc(100% - 1rem - 2px);
  padding: 0.5rem;
  justify-content: center;
  text-align: center;
  display: grid;
  gap: 0.35rem;
  cursor: pointer;
  border-bottom: 1px solid var(--border-color-10);
  text-decoration: none;
}
.detail_text_socials_item.new {
  position: relative;
}
.detail_text_socials_item.new::after {
  content: "nové";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  padding: 2px 5px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  font-weight: bold;
  font-size: 9px;
}
.detail_text_socials_item.hide {
  display: none;
}
.detail_text_socials_item.back {
  display: none;
}
.detail_text_socials_item:is(a) {
  border-bottom: 0;
}
.detail_text_socials_item svg {
  stroke: var(--text-color);
  margin: auto;
}
.detail_text_socials_item span {
  font-size: 0.75rem;
  color: var(--text-color-50);
}
.detail_text_socials_item:hover svg {
  stroke: var(--secondary-color);
}
.detail_text_socials_item:hover span {
  color: var(--secondary-color-25);
}

#webpushr-button svg {
  transform-origin: top center;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  2%, 6% {
    transform: rotate(25deg);
  }
  4%, 8% {
    transform: rotate(-25deg);
  }
  10% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.detail_text_items {
  font-family: "Work Sans", sans-serif;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}
.detail_text_items p a,
.detail_text_items h1 a,
.detail_text_items h2 a,
.detail_text_items h3 a,
.detail_text_items h4 a,
.detail_text_items h5 a,
.detail_text_items h6 a {
  color: var(--secondary-color);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.detail_text_items p,
.detail_text_items ol,
.detail_text_items ul {
  font-size: 1.135rem;
}

.detail_text_item_readmore {
  margin: 1rem 0;
  padding: 2rem 0;
  border-top: 1px dashed var(--border-color-10);
  border-bottom: 1px dashed var(--border-color-10);
  color: var(--text-color);
  font-size: 1.4rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr 30%;
  align-items: center;
  gap: 1rem;
}
.detail_text_item_readmore_text {
  align-self: start;
}
.detail_text_item_readmore_image img {
  width: 100%;
}
.detail_text_item_readmore span {
  text-transform: uppercase;
  color: var(--secondary-color);
  display: block;
  font-size: 1rem;
  text-transform: none;
}
.detail_text_item_readmore h3 {
  text-transform: none;
  font-size: 1.35rem;
  color: var(--text-color);
  margin: 0.25rem 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detail_text_item_readmore a {
  text-decoration: none;
  color: var(--text-color);
}

.detail_text_item_iframe,
.detail_text_item_instagram,
.detail_text_item_facebook,
.detail_text_item_twitter {
  margin: 1rem 0;
}

.detail_text_item_iframe iframe {
  background-color: white;
}

.detail_text_item_facebook {
  text-align: center;
}
.detail_text_item_facebook iframe {
  background-color: white;
}

.detail_poll {
  padding: 1rem;
  border-radius: 8px;
  background-color: var(--blue-color-10);
  /*
   progress{
      appearance: none;
     &::-webkit-progress-bar {
          background-color: var(--grey-color);
          background-color: var(--text-color);
      }
      &::-webkit-progress-value {
          background-color: var(--secondary-color);
      }
  }*/
}
.detail_poll_subheadline {
  font-family: "Work Sans", sans-serif;
  color: var(--secondary-color);
  font-weight: 600;
}
.detail_poll h2 {
  margin: 0.15rem 0 1rem 0;
  font-size: 1.5rem;
}
.detail_poll a {
  color: var(--text-color);
}
.detail_poll .detail_poll_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.detail_poll.detail_poll_waiting, .detail_poll.detail_poll_waiting * {
  cursor: wait !important;
}
.detail_poll .detail_poll_votes {
  color: var(--text-color-50);
  padding: 1rem 0;
}
.detail_poll .detail_poll_option a {
  padding: 1rem;
  border-radius: 4px;
  margin: 0;
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  background-color: var(--blue-color-10);
}
.detail_poll .detail_poll_option a:hover {
  background-color: var(--secondary-color-10);
}
.detail_poll .detail_poll_option a::before {
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 2px;
  background-color: var(--text-color-white);
  border: 1px solid var(--border-color-10);
}
.detail_poll .detail_poll_option a b {
  font-weight: 600;
}
.detail_poll .detail_poll_option .detail_poll_option_votes {
  border-bottom: 1px dashed var(--text-color-10);
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  color: var(--text-color-50);
}
.detail_poll .detail_poll_option .detail_poll_option_votes progress[value] {
  flex: 1;
  margin-right: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  appearance: none;
  height: 10px;
  border-radius: 2px;
}
.detail_poll .detail_poll_option .detail_poll_option_votes progress[value]::-webkit-progress-bar {
  height: 10px;
  border-radius: 2px;
  background-color: var(--text-color-10);
}
.detail_poll .detail_poll_option .detail_poll_option_votes progress[value]::-moz-progress-bar {
  height: 10px;
  border-radius: 2px;
  background-color: var(--secondary-color);
}
.detail_poll .detail_poll_option .detail_poll_option_votes progress[value]::-webkit-progress-value {
  height: 10px;
  border-radius: 2px;
  background-color: var(--secondary-color);
}
.detail_poll .detail_poll_option .detail_poll_option_votes .detail_poll_option_perc {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  color: var(--text-color);
  margin-right: 0.25rem;
}
.detail_poll.hide_votes .detail_poll_option_votes, .detail_poll.hide_votes .detail_poll_votes {
  display: none;
}

.detail_video {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 330px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  background-color: var(--back-color-blue);
  border-radius: 4px;
  position: relative;
}
.detail_video.only_video {
  width: calc(100% - 300px - 4rem);
  grid-template-columns: 100%;
}
.detail_video .detail_text_item_livebox {
  width: 100%;
  z-index: 2;
  position: relative;
}
.detail_video .detail_text_item_livebox figure {
  margin: 0;
}
.detail_video_main {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
}
.detail_video_main::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADuSURBVHgB3ZXhEYIwDIXfOQEbyAiOwgawAW6gG+AmjMAI6gRlA0eI6ZEeUXtXKeEP310ODsJL0qYB2DVEVLA1bD2bowkHC1ioYnvRL+sDsMhNCQ5sLdsRFrDQVYR99i0skfUO4idYozbSNnMRb0y7JBKglwA1DDmo+1KuT2xB6EmsRPbRbRngQ0cv0SgO2QdKtfYjFiA8rJBPCDAiEj206YBM1DmqYy8LmofbGQvx3yTPkUzQxaPC+6rk6pRzp4IkK5HMg/gF/+Adacb5rHRFfF/SNMIH5ddhCbLpjtL47PM7j+Zf5v2rql4qK7Br3qadlU94DZYwAAAAAElFTkSuQmCC);
  animation: rotate 500ms linear infinite;
}
.detail_video_right {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(330px - 2rem);
  height: 100%;
  overflow-y: auto;
  padding: 1rem;
  scrollbar-color: var(--text-color-white-50) var(--text-color-white-10);
  scrollbar-width: thin;
}
.detail_video_right::-webkit-scrollbar {
  width: 0.5rem;
}
.detail_video_right::-webkit-scrollbar-track {
  background-color: var(--text-color-white-10);
}
.detail_video_right::-webkit-scrollbar-thumb {
  background-color: var(--text-color-white-50);
  border-radius: 4px;
}
.detail_video_right_label button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.87rem;
  background-color: transparent;
  border: 0;
  border: 0;
  color: #6C798F;
  padding: 0;
}
.detail_video_right_label button svg {
  display: none;
}
.detail_video_right .article--side {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--text-color-white-10);
}
.detail_video_right .article--side .article_image {
  margin-top: 0;
}
.detail_video_right .article--side .article_headline {
  display: grid;
}
.detail_video_right .article--side .article_headline h4 {
  margin: 0 0 0.15rem 0;
  color: var(--text-color-white);
  order: 1;
  font-weight: 400;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detail_video_right .article--side .article_headline .article_section {
  order: 2;
  color: var(--text-color-white-50);
  font-size: 0.75rem;
}
.detail_video_right ul {
  margin: 0;
  margin-top: 1rem;
  padding: 0;
}
.detail_video_right ul li {
  list-style-type: none;
}

.detail_infobox {
  background-color: var(--blue-color-25);
  padding: 1rem;
  border-radius: 2px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.detail_depth {
  margin-bottom: 2rem;
}

.detail_depthIdicator {
  display: block;
  width: 0;
  height: 1.5px;
  background-color: var(--secondary-color);
  position: fixed;
  top: 119px;
  z-index: 9996;
  left: 0;
  opacity: 1;
  transition: all 100ms;
}
.detail_depthIdicator.hide {
  opacity: 0;
}

.detail_hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
  margin-bottom: 0;
  color: var(--text-color);
}
.detail_hashtags a {
  text-decoration: underline;
  color: var(--text-color-75);
}
.detail_hashtags a:hover {
  color: var(--secondary-color);
}

.detail_pagination {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}
.detail_pagination > span {
  color: var(--text-color-50);
}
.detail_pagination > span b {
  color: var(--text-color);
}
.detail_pagination_text {
  color: var(--secondary-color);
  margin: 2rem auto;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.detail_embed_gallery {
  margin: 2rem 0;
}
.detail_embed_gallery > span {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 0.85rem;
}
.detail_embed_gallery h3 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.detail_embed_gallery_grid {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.detail_embed_gallery_item:first-of-type {
  grid-area: 1/1/3/4;
}
.detail_embed_gallery_item img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.detail_image {
  border-radius: 2px;
}
.detail_image_description {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  opacity: 0.75;
}
.detail_image_wrap {
  position: relative;
  display: block;
  background-color: var(--border-color-10);
  aspect-ratio: 16/9;
}

.detail_comments {
  border: 0;
  outline: none;
  border-radius: 4px;
  width: calc(100% - 4rem);
  max-width: 450px;
  padding: 1rem;
}
.detail_comments_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-color-10);
  justify-content: space-between;
  padding: 1rem 0;
}
.detail_comments_title .button {
  color: rgba(26, 32, 43, 0.5);
}
.detail_comments::backdrop {
  cursor: pointer;
  background: var(--backdrop-color);
}

.detail_quiz {
  padding: 1rem;
  border-radius: 8px;
  background-color: var(--blue-color-10);
  margin: 1rem 0;
  display: grid;
}
.detail_quiz_image {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.detail_quiz_image img {
  width: 100%;
}
.detail_quiz_title h3 {
  font-size: 1.5rem;
  margin: 0.15rem 0 0.5rem 0;
}
.detail_quiz_title h3 a {
  text-decoration: none;
  color: var(--text-color);
}
.detail_quiz p {
  display: block;
  margin: 0 0 1rem 0;
}
.detail_quiz_label {
  font-weight: bold;
  color: var(--secondary-color);
  display: block;
  margin-top: 0.5rem;
}

.detail_googlenews {
  background-color: var(--blue-color-25);
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 1rem;
  order: 4;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.detail_googlenews:hover {
  background-color: var(--blue-color-10);
}
.detail_googlenews_logo {
  display: flex;
  align-items: center;
  gap: 7px;
}
.detail_googlenews_divider {
  width: 1px;
  height: 45px;
  background-color: var(--text-color-10);
}
.detail_googlenews_text {
  font-size: 0.9rem;
  color: var(--text-color-50);
}
.detail_googlenews_text b {
  color: #4788F4;
  display: block;
}
.detail_googlenews_text b:hover {
  text-decoration: underline;
}
.detail_googlenews_button {
  display: grid;
  place-content: center;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #4788F4;
  flex-shrink: 0;
  margin-left: auto;
}
.detail_googlenews_button svg {
  stroke: var(--text-color-white);
  width: 20px;
  height: 20px;
}
.detail_googlenews_button:hover {
  background-color: #2a5bb8;
}

@media only screen and (max-width: 1200px) {
  .detail_googlenews_logo img:last-of-type {
    display: none;
  }
  .detail_googlenews_divider {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .detail_text_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .detail_googlenews {
    order: 3;
  }
  .detail_googlenews_logo img:last-of-type {
    display: block;
  }
  .detail_googlenews_divider {
    display: block;
  }
  .detail_text_socials {
    display: flex;
    order: 1;
    position: relative;
    top: 0;
  }
  .detail_text_socials #print-button {
    display: none;
  }
  .detail_text_socials_item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0;
    gap: 1rem;
    border-right: 1px solid var(--border-color-10);
  }
  .detail_text_socials_item.new {
    position: relative;
  }
  .detail_text_socials_item.new::after {
    right: 0.25rem;
    left: auto;
  }
  .detail_text_socials_item:is(a) {
    border-right: 0;
  }
  .detail_text_socials_item svg {
    margin: 0;
  }
  .detail_text_items {
    order: 2;
  }
  .detail_video {
    grid-template-columns: 1fr;
  }
  .detail_video.only_video {
    width: 100%;
    grid-template-columns: 100%;
  }
  .detail_video_right {
    width: calc(100% - 2rem);
    position: relative;
  }
  .detail_video_right_label button svg {
    display: flex;
  }
  .detail_video_right_label button.open svg {
    transform: rotate(180deg);
  }
  .detail_video_right ul {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
  .detail_video_right ul .article--side {
    display: grid;
    border-bottom: 0;
    gap: 0.5rem;
  }
  .detail_video_right ul .article--side .article_image {
    width: 100%;
    order: 1;
  }
  .detail_video_right ul .article--side .article_headline {
    order: 2;
  }
  .detail_video_right ul.open {
    display: grid;
  }
  .detail_depthIdicator {
    top: 117px;
  }
  .detail_depthIdicator.down {
    top: 43px;
  }
}
@media only screen and (max-width: 900px) {
  .detail_googlenews_logo img:last-of-type {
    display: none;
  }
  .detail_googlenews_divider {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  .detail_text_items p,
  .detail_text_items ol,
  .detail_text_items ul {
    font-size: 1.3rem;
  }
  .detail_perex {
    font-size: 1.45rem;
  }
  .detail_columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .detail_text_items {
    max-width: 560px;
    width: 100%;
    overflow: hidden;
    margin: auto;
  }
  .detail_text_socials {
    padding: 0;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    z-index: 9997;
    width: 100%;
    background-color: var(--bg-color);
    border: 0;
    height: 60px;
    --shadow-color: 0deg 0% 0%;
    box-shadow: 0px -1px 1.5px hsl(var(--shadow-color)/0), 0px -4px 6px hsl(var(--shadow-color)/0.03), -0.1px -7.8px 11.6px hsl(var(--shadow-color)/0.06), -0.1px -15.7px 23.4px hsl(var(--shadow-color)/0.1);
    display: flex;
  }
  .detail_text_socials_item {
    height: 100%;
    padding: 0;
    flex: 1;
  }
  .detail_text_socials_item.back {
    display: grid;
    place-items: center;
    width: 60px;
    flex: none;
  }
  .detail_depthIdicator {
    top: auto;
    height: 3px;
    bottom: 60px;
  }
  .detail_depthIdicator.down {
    top: auto;
  }
  .detail_video_right ul {
    grid-template-columns: 1fr 1fr;
  }
  .detail_googlenews_logo img:last-of-type {
    display: block;
  }
  .detail_googlenews_divider {
    display: block;
  }
  :root[data-theme=theme-dark] .detail_text_socials {
    background-color: var(--back-color-black);
  }
}
@media only screen and (max-width: 640px) {
  h1.detail_title {
    font-size: 2rem;
  }
  .detail_depth,
  .detail_columns,
  .detail_text {
    overflow: hidden;
  }
}
@media only screen and (max-width: 525px) {
  .detail_googlenews_logo img:last-of-type {
    display: none;
  }
  .detail_googlenews_divider {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .detail_video_right ul {
    grid-template-columns: 1fr;
  }
  .detail_video_right ul .article--side {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid var(--text-color-white-10);
  }
  .detail_video_right ul .article--side .article_headline {
    order: 1;
  }
  .detail_video_right ul .article--side .article_image {
    order: 2;
    width: 40%;
  }
  .detail_quiz .button {
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 375px) {
  .detail_googlenews_button {
    display: none;
  }
}
:root[data-theme=theme-dark] .detail_video {
  background-color: var(--back-color-black);
}

@media print {
  .mainnav,
  .appbar,
  .detail_text_socials,
  footer,
  .banner,
  .detail_advert,
  .sidebar,
  .detail_text_item_livebox,
  .detail_text_item_readmore {
    display: none;
  }
  body {
    padding: 0;
    padding-top: 0;
  }
  .stripe-loading-indicator *,
  [data-id=gni-rci-chrome-extension] {
    visibility: hidden !important;
  }
  .stripe-loading-indicator,
  [data-id=gni-rci-chrome-extension] {
    display: none;
  }
  .detail_columns {
    grid-template-columns: 100%;
  }
}
