@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30"; }

.fa-1 {
  --fa: "\31"; }

.fa-2 {
  --fa: "\32"; }

.fa-3 {
  --fa: "\33"; }

.fa-4 {
  --fa: "\34"; }

.fa-5 {
  --fa: "\35"; }

.fa-6 {
  --fa: "\36"; }

.fa-7 {
  --fa: "\37"; }

.fa-8 {
  --fa: "\38"; }

.fa-9 {
  --fa: "\39"; }

.fa-fill-drip {
  --fa: "\f576"; }

.fa-arrows-to-circle {
  --fa: "\e4bd"; }

.fa-circle-chevron-right {
  --fa: "\f138"; }

.fa-chevron-circle-right {
  --fa: "\f138"; }

.fa-at {
  --fa: "\40"; }

.fa-trash-can {
  --fa: "\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed"; }

.fa-text-height {
  --fa: "\f034"; }

.fa-user-xmark {
  --fa: "\f235"; }

.fa-user-times {
  --fa: "\f235"; }

.fa-stethoscope {
  --fa: "\f0f1"; }

.fa-message {
  --fa: "\f27a"; }

.fa-comment-alt {
  --fa: "\f27a"; }

.fa-info {
  --fa: "\f129"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422"; }

.fa-compress-alt {
  --fa: "\f422"; }

.fa-explosion {
  --fa: "\e4e9"; }

.fa-file-lines {
  --fa: "\f15c"; }

.fa-file-alt {
  --fa: "\f15c"; }

.fa-file-text {
  --fa: "\f15c"; }

.fa-wave-square {
  --fa: "\f83e"; }

.fa-ring {
  --fa: "\f70b"; }

.fa-building-un {
  --fa: "\e4d9"; }

.fa-dice-three {
  --fa: "\f527"; }

.fa-calendar-days {
  --fa: "\f073"; }

.fa-calendar-alt {
  --fa: "\f073"; }

.fa-anchor-circle-check {
  --fa: "\e4aa"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1"; }

.fa-volleyball {
  --fa: "\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2"; }

.fa-sort-down {
  --fa: "\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd"; }

.fa-circle-minus {
  --fa: "\f056"; }

.fa-minus-circle {
  --fa: "\f056"; }

.fa-door-open {
  --fa: "\f52b"; }

.fa-right-from-bracket {
  --fa: "\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5"; }

.fa-atom {
  --fa: "\f5d2"; }

.fa-soap {
  --fa: "\e06e"; }

.fa-icons {
  --fa: "\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539"; }

.fa-bridge-circle-check {
  --fa: "\e4c9"; }

.fa-pump-medical {
  --fa: "\e06a"; }

.fa-fingerprint {
  --fa: "\f577"; }

.fa-hand-point-right {
  --fa: "\f0a4"; }

.fa-magnifying-glass-location {
  --fa: "\f689"; }

.fa-search-location {
  --fa: "\f689"; }

.fa-forward-step {
  --fa: "\f051"; }

.fa-step-forward {
  --fa: "\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8"; }

.fa-flag-checkered {
  --fa: "\f11e"; }

.fa-football {
  --fa: "\f44e"; }

.fa-football-ball {
  --fa: "\f44e"; }

.fa-school-circle-exclamation {
  --fa: "\e56c"; }

.fa-crop {
  --fa: "\f125"; }

.fa-angles-down {
  --fa: "\f103"; }

.fa-angle-double-down {
  --fa: "\f103"; }

.fa-users-rectangle {
  --fa: "\e594"; }

.fa-people-roof {
  --fa: "\e537"; }

.fa-people-line {
  --fa: "\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc"; }

.fa-beer {
  --fa: "\f0fc"; }

.fa-diagram-predecessor {
  --fa: "\e477"; }

.fa-arrow-up-long {
  --fa: "\f176"; }

.fa-long-arrow-up {
  --fa: "\f176"; }

.fa-fire-flame-simple {
  --fa: "\f46a"; }

.fa-burn {
  --fa: "\f46a"; }

.fa-person {
  --fa: "\f183"; }

.fa-male {
  --fa: "\f183"; }

.fa-laptop {
  --fa: "\f109"; }

.fa-file-csv {
  --fa: "\f6dd"; }

.fa-menorah {
  --fa: "\f676"; }

.fa-truck-plane {
  --fa: "\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9"; }

.fa-face-grin-stars {
  --fa: "\f587"; }

.fa-grin-stars {
  --fa: "\f587"; }

.fa-bong {
  --fa: "\f55c"; }

.fa-spaghetti-monster-flying {
  --fa: "\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af"; }

.fa-spoon {
  --fa: "\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674"; }

.fa-mail-bulk {
  --fa: "\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb"; }

.fa-circle-h {
  --fa: "\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e"; }

.fa-pager {
  --fa: "\f815"; }

.fa-address-book {
  --fa: "\f2b9"; }

.fa-contact-book {
  --fa: "\f2b9"; }

.fa-strikethrough {
  --fa: "\f0cc"; }

.fa-k {
  --fa: "\4b"; }

.fa-landmark-flag {
  --fa: "\e51c"; }

.fa-pencil {
  --fa: "\f303"; }

.fa-pencil-alt {
  --fa: "\f303"; }

.fa-backward {
  --fa: "\f04a"; }

.fa-caret-right {
  --fa: "\f0da"; }

.fa-comments {
  --fa: "\f086"; }

.fa-paste {
  --fa: "\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea"; }

.fa-code-pull-request {
  --fa: "\e13c"; }

.fa-clipboard-list {
  --fa: "\f46d"; }

.fa-truck-ramp-box {
  --fa: "\f4de"; }

.fa-truck-loading {
  --fa: "\f4de"; }

.fa-user-check {
  --fa: "\f4fc"; }

.fa-vial-virus {
  --fa: "\e597"; }

.fa-sheet-plastic {
  --fa: "\e571"; }

.fa-blog {
  --fa: "\f781"; }

.fa-user-ninja {
  --fa: "\f504"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539"; }

.fa-scroll-torah {
  --fa: "\f6a0"; }

.fa-torah {
  --fa: "\f6a0"; }

.fa-broom-ball {
  --fa: "\f458"; }

.fa-quidditch {
  --fa: "\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458"; }

.fa-toggle-off {
  --fa: "\f204"; }

.fa-box-archive {
  --fa: "\f187"; }

.fa-archive {
  --fa: "\f187"; }

.fa-person-drowning {
  --fa: "\e545"; }

.fa-arrow-down-9-1 {
  --fa: "\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886"; }

.fa-face-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-spray-can {
  --fa: "\f5bd"; }

.fa-truck-monster {
  --fa: "\f63b"; }

.fa-w {
  --fa: "\57"; }

.fa-earth-africa {
  --fa: "\f57c"; }

.fa-globe-africa {
  --fa: "\f57c"; }

.fa-rainbow {
  --fa: "\f75b"; }

.fa-circle-notch {
  --fa: "\f1ce"; }

.fa-tablet-screen-button {
  --fa: "\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa"; }

.fa-paw {
  --fa: "\f1b0"; }

.fa-cloud {
  --fa: "\f0c2"; }

.fa-trowel-bricks {
  --fa: "\e58a"; }

.fa-face-flushed {
  --fa: "\f579"; }

.fa-flushed {
  --fa: "\f579"; }

.fa-hospital-user {
  --fa: "\f80d"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f"; }

.fa-gavel {
  --fa: "\f0e3"; }

.fa-legal {
  --fa: "\f0e3"; }

.fa-binoculars {
  --fa: "\f1e5"; }

.fa-microphone-slash {
  --fa: "\f131"; }

.fa-box-tissue {
  --fa: "\e05b"; }

.fa-motorcycle {
  --fa: "\f21c"; }

.fa-bell-concierge {
  --fa: "\f562"; }

.fa-concierge-bell {
  --fa: "\f562"; }

.fa-pen-ruler {
  --fa: "\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae"; }

.fa-people-arrows {
  --fa: "\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068"; }

.fa-mars-and-venus-burst {
  --fa: "\e523"; }

.fa-square-caret-right {
  --fa: "\f152"; }

.fa-caret-square-right {
  --fa: "\f152"; }

.fa-scissors {
  --fa: "\f0c4"; }

.fa-cut {
  --fa: "\f0c4"; }

.fa-sun-plant-wilt {
  --fa: "\e57a"; }

.fa-toilets-portable {
  --fa: "\e584"; }

.fa-hockey-puck {
  --fa: "\f453"; }

.fa-table {
  --fa: "\f0ce"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521"; }

.fa-tachograph-digital {
  --fa: "\f566"; }

.fa-digital-tachograph {
  --fa: "\f566"; }

.fa-users-slash {
  --fa: "\e073"; }

.fa-clover {
  --fa: "\e139"; }

.fa-reply {
  --fa: "\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699"; }

.fa-house-fire {
  --fa: "\e50c"; }

.fa-square-minus {
  --fa: "\f146"; }

.fa-minus-square {
  --fa: "\f146"; }

.fa-helicopter {
  --fa: "\f533"; }

.fa-compass {
  --fa: "\f14e"; }

.fa-square-caret-down {
  --fa: "\f150"; }

.fa-caret-square-down {
  --fa: "\f150"; }

.fa-file-circle-question {
  --fa: "\e4ef"; }

.fa-laptop-code {
  --fa: "\f5fc"; }

.fa-swatchbook {
  --fa: "\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485"; }

.fa-bars {
  --fa: "\f0c9"; }

.fa-navicon {
  --fa: "\f0c9"; }

.fa-people-group {
  --fa: "\e533"; }

.fa-hourglass-end {
  --fa: "\f253"; }

.fa-hourglass-3 {
  --fa: "\f253"; }

.fa-heart-crack {
  --fa: "\f7a9"; }

.fa-heart-broken {
  --fa: "\f7a9"; }

.fa-square-up-right {
  --fa: "\f360"; }

.fa-external-link-square-alt {
  --fa: "\f360"; }

.fa-face-kiss-beam {
  --fa: "\f597"; }

.fa-kiss-beam {
  --fa: "\f597"; }

.fa-film {
  --fa: "\f008"; }

.fa-ruler-horizontal {
  --fa: "\f547"; }

.fa-people-robbery {
  --fa: "\e536"; }

.fa-lightbulb {
  --fa: "\f0eb"; }

.fa-caret-left {
  --fa: "\f0d9"; }

.fa-circle-exclamation {
  --fa: "\f06a"; }

.fa-exclamation-circle {
  --fa: "\f06a"; }

.fa-school-circle-xmark {
  --fa: "\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b"; }

.fa-sign-out {
  --fa: "\f08b"; }

.fa-circle-chevron-down {
  --fa: "\f13a"; }

.fa-chevron-circle-down {
  --fa: "\f13a"; }

.fa-unlock-keyhole {
  --fa: "\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e"; }

.fa-cloud-showers-heavy {
  --fa: "\f740"; }

.fa-headphones-simple {
  --fa: "\f58f"; }

.fa-headphones-alt {
  --fa: "\f58f"; }

.fa-sitemap {
  --fa: "\f0e8"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9"; }

.fa-donate {
  --fa: "\f4b9"; }

.fa-memory {
  --fa: "\f538"; }

.fa-road-spikes {
  --fa: "\e568"; }

.fa-fire-burner {
  --fa: "\e4f1"; }

.fa-flag {
  --fa: "\f024"; }

.fa-hanukiah {
  --fa: "\f6e6"; }

.fa-feather {
  --fa: "\f52d"; }

.fa-volume-low {
  --fa: "\f027"; }

.fa-volume-down {
  --fa: "\f027"; }

.fa-comment-slash {
  --fa: "\f4b3"; }

.fa-cloud-sun-rain {
  --fa: "\f743"; }

.fa-compress {
  --fa: "\f066"; }

.fa-wheat-awn {
  --fa: "\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd"; }

.fa-ankh {
  --fa: "\f644"; }

.fa-hands-holding-child {
  --fa: "\e4fa"; }

.fa-asterisk {
  --fa: "\2a"; }

.fa-square-check {
  --fa: "\f14a"; }

.fa-check-square {
  --fa: "\f14a"; }

.fa-peseta-sign {
  --fa: "\e221"; }

.fa-heading {
  --fa: "\f1dc"; }

.fa-header {
  --fa: "\f1dc"; }

.fa-ghost {
  --fa: "\f6e2"; }

.fa-list {
  --fa: "\f03a"; }

.fa-list-squares {
  --fa: "\f03a"; }

.fa-square-phone-flip {
  --fa: "\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b"; }

.fa-cart-plus {
  --fa: "\f217"; }

.fa-gamepad {
  --fa: "\f11b"; }

.fa-circle-dot {
  --fa: "\f192"; }

.fa-dot-circle {
  --fa: "\f192"; }

.fa-face-dizzy {
  --fa: "\f567"; }

.fa-dizzy {
  --fa: "\f567"; }

.fa-egg {
  --fa: "\f7fb"; }

.fa-house-medical-circle-xmark {
  --fa: "\e513"; }

.fa-campground {
  --fa: "\f6bb"; }

.fa-folder-plus {
  --fa: "\f65e"; }

.fa-futbol {
  --fa: "\f1e3"; }

.fa-futbol-ball {
  --fa: "\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3"; }

.fa-paintbrush {
  --fa: "\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc"; }

.fa-lock {
  --fa: "\f023"; }

.fa-gas-pump {
  --fa: "\f52f"; }

.fa-hot-tub-person {
  --fa: "\f593"; }

.fa-hot-tub {
  --fa: "\f593"; }

.fa-map-location {
  --fa: "\f59f"; }

.fa-map-marked {
  --fa: "\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e"; }

.fa-tree {
  --fa: "\f1bb"; }

.fa-bridge-lock {
  --fa: "\e4cc"; }

.fa-sack-dollar {
  --fa: "\f81d"; }

.fa-pen-to-square {
  --fa: "\f044"; }

.fa-edit {
  --fa: "\f044"; }

.fa-car-side {
  --fa: "\f5e4"; }

.fa-share-nodes {
  --fa: "\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0"; }

.fa-heart-circle-minus {
  --fa: "\e4ff"; }

.fa-hourglass-half {
  --fa: "\f252"; }

.fa-hourglass-2 {
  --fa: "\f252"; }

.fa-microscope {
  --fa: "\f610"; }

.fa-sink {
  --fa: "\e06d"; }

.fa-bag-shopping {
  --fa: "\f290"; }

.fa-shopping-bag {
  --fa: "\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881"; }

.fa-mitten {
  --fa: "\f7b5"; }

.fa-person-rays {
  --fa: "\e54d"; }

.fa-users {
  --fa: "\f0c0"; }

.fa-eye-slash {
  --fa: "\f070"; }

.fa-flask-vial {
  --fa: "\e4f3"; }

.fa-hand {
  --fa: "\f256"; }

.fa-hand-paper {
  --fa: "\f256"; }

.fa-om {
  --fa: "\f679"; }

.fa-worm {
  --fa: "\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b"; }

.fa-plug {
  --fa: "\f1e6"; }

.fa-chevron-up {
  --fa: "\f077"; }

.fa-hand-spock {
  --fa: "\f259"; }

.fa-stopwatch {
  --fa: "\f2f2"; }

.fa-face-kiss {
  --fa: "\f596"; }

.fa-kiss {
  --fa: "\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb"; }

.fa-face-grin-tongue {
  --fa: "\f589"; }

.fa-grin-tongue {
  --fa: "\f589"; }

.fa-chess-bishop {
  --fa: "\f43a"; }

.fa-face-grin-wink {
  --fa: "\f58c"; }

.fa-grin-wink {
  --fa: "\f58c"; }

.fa-ear-deaf {
  --fa: "\f2a4"; }

.fa-deaf {
  --fa: "\f2a4"; }

.fa-deafness {
  --fa: "\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa-road-circle-check {
  --fa: "\e564"; }

.fa-dice-five {
  --fa: "\f523"; }

.fa-square-rss {
  --fa: "\f143"; }

.fa-rss-square {
  --fa: "\f143"; }

.fa-land-mine-on {
  --fa: "\e51b"; }

.fa-i-cursor {
  --fa: "\f246"; }

.fa-stamp {
  --fa: "\f5bf"; }

.fa-stairs {
  --fa: "\e289"; }

.fa-i {
  --fa: "\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2"; }

.fa-pills {
  --fa: "\f484"; }

.fa-face-grin-wide {
  --fa: "\f581"; }

.fa-grin-alt {
  --fa: "\f581"; }

.fa-tooth {
  --fa: "\f5c9"; }

.fa-v {
  --fa: "\56"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"; }

.fa-bicycle {
  --fa: "\f206"; }

.fa-staff-snake {
  --fa: "\e579"; }

.fa-rod-asclepius {
  --fa: "\e579"; }

.fa-rod-snake {
  --fa: "\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579"; }

.fa-head-side-cough-slash {
  --fa: "\e062"; }

.fa-truck-medical {
  --fa: "\f0f9"; }

.fa-ambulance {
  --fa: "\f0f9"; }

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"; }

.fa-snowman {
  --fa: "\f7d0"; }

.fa-mortar-pestle {
  --fa: "\f5a7"; }

.fa-road-barrier {
  --fa: "\e562"; }

.fa-school {
  --fa: "\f549"; }

.fa-igloo {
  --fa: "\f7ae"; }

.fa-joint {
  --fa: "\f595"; }

.fa-angle-right {
  --fa: "\f105"; }

.fa-horse {
  --fa: "\f6f0"; }

.fa-q {
  --fa: "\51"; }

.fa-g {
  --fa: "\47"; }

.fa-notes-medical {
  --fa: "\f481"; }

.fa-temperature-half {
  --fa: "\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9"; }

.fa-dong-sign {
  --fa: "\e169"; }

.fa-capsules {
  --fa: "\f46b"; }

.fa-poo-storm {
  --fa: "\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a"; }

.fa-face-frown-open {
  --fa: "\f57a"; }

.fa-frown-open {
  --fa: "\f57a"; }

.fa-hand-point-up {
  --fa: "\f0a6"; }

.fa-money-bill {
  --fa: "\f0d6"; }

.fa-bookmark {
  --fa: "\f02e"; }

.fa-align-justify {
  --fa: "\f039"; }

.fa-umbrella-beach {
  --fa: "\f5ca"; }

.fa-helmet-un {
  --fa: "\e503"; }

.fa-bullseye {
  --fa: "\f140"; }

.fa-bacon {
  --fa: "\f7e5"; }

.fa-hand-point-down {
  --fa: "\f0a7"; }

.fa-arrow-up-from-bracket {
  --fa: "\e09a"; }

.fa-folder {
  --fa: "\f07b"; }

.fa-folder-blank {
  --fa: "\f07b"; }

.fa-file-waveform {
  --fa: "\f478"; }

.fa-file-medical-alt {
  --fa: "\f478"; }

.fa-radiation {
  --fa: "\f7b9"; }

.fa-chart-simple {
  --fa: "\e473"; }

.fa-mars-stroke {
  --fa: "\f229"; }

.fa-vial {
  --fa: "\f492"; }

.fa-gauge {
  --fa: "\f624"; }

.fa-dashboard {
  --fa: "\f624"; }

.fa-gauge-med {
  --fa: "\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca"; }

.fa-e {
  --fa: "\45"; }

.fa-pen-clip {
  --fa: "\f305"; }

.fa-pen-alt {
  --fa: "\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca"; }

.fa-user {
  --fa: "\f007"; }

.fa-school-circle-check {
  --fa: "\e56b"; }

.fa-dumpster {
  --fa: "\f793"; }

.fa-van-shuttle {
  --fa: "\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6"; }

.fa-building-user {
  --fa: "\e4da"; }

.fa-square-caret-left {
  --fa: "\f191"; }

.fa-caret-square-left {
  --fa: "\f191"; }

.fa-highlighter {
  --fa: "\f591"; }

.fa-key {
  --fa: "\f084"; }

.fa-bullhorn {
  --fa: "\f0a1"; }

.fa-globe {
  --fa: "\f0ac"; }

.fa-synagogue {
  --fa: "\f69b"; }

.fa-person-half-dress {
  --fa: "\e548"; }

.fa-road-bridge {
  --fa: "\e563"; }

.fa-location-arrow {
  --fa: "\f124"; }

.fa-c {
  --fa: "\43"; }

.fa-tablet-button {
  --fa: "\f10a"; }

.fa-building-lock {
  --fa: "\e4d6"; }

.fa-pizza-slice {
  --fa: "\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a"; }

.fa-chart-area {
  --fa: "\f1fe"; }

.fa-area-chart {
  --fa: "\f1fe"; }

.fa-house-flag {
  --fa: "\e50d"; }

.fa-person-circle-minus {
  --fa: "\e540"; }

.fa-ban {
  --fa: "\f05e"; }

.fa-cancel {
  --fa: "\f05e"; }

.fa-camera-rotate {
  --fa: "\e0d8"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0"; }

.fa-air-freshener {
  --fa: "\f5d0"; }

.fa-star {
  --fa: "\f005"; }

.fa-repeat {
  --fa: "\f363"; }

.fa-cross {
  --fa: "\f654"; }

.fa-box {
  --fa: "\f466"; }

.fa-venus-mars {
  --fa: "\f228"; }

.fa-arrow-pointer {
  --fa: "\f245"; }

.fa-mouse-pointer {
  --fa: "\f245"; }

.fa-maximize {
  --fa: "\f31e"; }

.fa-expand-arrows-alt {
  --fa: "\f31e"; }

.fa-charging-station {
  --fa: "\f5e7"; }

.fa-shapes {
  --fa: "\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f"; }

.fa-shuffle {
  --fa: "\f074"; }

.fa-random {
  --fa: "\f074"; }

.fa-person-running {
  --fa: "\f70c"; }

.fa-running {
  --fa: "\f70c"; }

.fa-mobile-retro {
  --fa: "\e527"; }

.fa-grip-lines-vertical {
  --fa: "\f7a5"; }

.fa-spider {
  --fa: "\f717"; }

.fa-hands-bound {
  --fa: "\e4f9"; }

.fa-file-invoice-dollar {
  --fa: "\f571"; }

.fa-plane-circle-exclamation {
  --fa: "\e556"; }

.fa-x-ray {
  --fa: "\f497"; }

.fa-spell-check {
  --fa: "\f891"; }

.fa-slash {
  --fa: "\f715"; }

.fa-computer-mouse {
  --fa: "\f8cc"; }

.fa-mouse {
  --fa: "\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090"; }

.fa-sign-in {
  --fa: "\f090"; }

.fa-shop-slash {
  --fa: "\e070"; }

.fa-store-alt-slash {
  --fa: "\e070"; }

.fa-server {
  --fa: "\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9"; }

.fa-shop-lock {
  --fa: "\e4a5"; }

.fa-hourglass-start {
  --fa: "\f251"; }

.fa-hourglass-1 {
  --fa: "\f251"; }

.fa-blender-phone {
  --fa: "\f6b6"; }

.fa-building-wheat {
  --fa: "\e4db"; }

.fa-person-breastfeeding {
  --fa: "\e53a"; }

.fa-right-to-bracket {
  --fa: "\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6"; }

.fa-venus {
  --fa: "\f221"; }

.fa-passport {
  --fa: "\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f"; }

.fa-heart-pulse {
  --fa: "\f21e"; }

.fa-heartbeat {
  --fa: "\f21e"; }

.fa-people-carry-box {
  --fa: "\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce"; }

.fa-temperature-high {
  --fa: "\f769"; }

.fa-microchip {
  --fa: "\f2db"; }

.fa-crown {
  --fa: "\f521"; }

.fa-weight-hanging {
  --fa: "\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a"; }

.fa-file-prescription {
  --fa: "\f572"; }

.fa-weight-scale {
  --fa: "\f496"; }

.fa-weight {
  --fa: "\f496"; }

.fa-user-group {
  --fa: "\f500"; }

.fa-user-friends {
  --fa: "\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e"; }

.fa-chess-knight {
  --fa: "\f441"; }

.fa-face-laugh-squint {
  --fa: "\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b"; }

.fa-wheelchair {
  --fa: "\f193"; }

.fa-circle-arrow-up {
  --fa: "\f0aa"; }

.fa-arrow-circle-up {
  --fa: "\f0aa"; }

.fa-toggle-on {
  --fa: "\f205"; }

.fa-person-walking {
  --fa: "\f554"; }

.fa-walking {
  --fa: "\f554"; }

.fa-l {
  --fa: "\4c"; }

.fa-fire {
  --fa: "\f06d"; }

.fa-bed-pulse {
  --fa: "\f487"; }

.fa-procedures {
  --fa: "\f487"; }

.fa-shuttle-space {
  --fa: "\f197"; }

.fa-space-shuttle {
  --fa: "\f197"; }

.fa-face-laugh {
  --fa: "\f599"; }

.fa-laugh {
  --fa: "\f599"; }

.fa-folder-open {
  --fa: "\f07c"; }

.fa-heart-circle-plus {
  --fa: "\e500"; }

.fa-code-fork {
  --fa: "\e13b"; }

.fa-city {
  --fa: "\f64f"; }

.fa-microphone-lines {
  --fa: "\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9"; }

.fa-pepper-hot {
  --fa: "\f816"; }

.fa-unlock {
  --fa: "\f09c"; }

.fa-colon-sign {
  --fa: "\e140"; }

.fa-headset {
  --fa: "\f590"; }

.fa-store-slash {
  --fa: "\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566"; }

.fa-user-minus {
  --fa: "\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f"; }

.fa-glass-cheers {
  --fa: "\f79f"; }

.fa-clipboard {
  --fa: "\f328"; }

.fa-house-circle-exclamation {
  --fa: "\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574"; }

.fa-file-upload {
  --fa: "\f574"; }

.fa-wifi {
  --fa: "\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb"; }

.fa-bath {
  --fa: "\f2cd"; }

.fa-bathtub {
  --fa: "\f2cd"; }

.fa-underline {
  --fa: "\f0cd"; }

.fa-user-pen {
  --fa: "\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff"; }

.fa-signature {
  --fa: "\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551"; }

.fa-bold {
  --fa: "\f032"; }

.fa-anchor-lock {
  --fa: "\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7"; }

.fa-manat-sign {
  --fa: "\e1d5"; }

.fa-not-equal {
  --fa: "\f53e"; }

.fa-border-top-left {
  --fa: "\f853"; }

.fa-border-style {
  --fa: "\f853"; }

.fa-map-location-dot {
  --fa: "\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0"; }

.fa-jedi {
  --fa: "\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681"; }

.fa-poll {
  --fa: "\f681"; }

.fa-mug-hot {
  --fa: "\f7b6"; }

.fa-car-battery {
  --fa: "\f5df"; }

.fa-battery-car {
  --fa: "\f5df"; }

.fa-gift {
  --fa: "\f06b"; }

.fa-dice-two {
  --fa: "\f528"; }

.fa-chess-queen {
  --fa: "\f445"; }

.fa-glasses {
  --fa: "\f530"; }

.fa-chess-board {
  --fa: "\f43c"; }

.fa-building-circle-check {
  --fa: "\e4d2"; }

.fa-person-chalkboard {
  --fa: "\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255"; }

.fa-hand-rock {
  --fa: "\f255"; }

.fa-square-caret-up {
  --fa: "\f151"; }

.fa-caret-square-up {
  --fa: "\f151"; }

.fa-cloud-showers-water {
  --fa: "\e4e4"; }

.fa-chart-bar {
  --fa: "\f080"; }

.fa-bar-chart {
  --fa: "\f080"; }

.fa-hands-bubbles {
  --fa: "\e05e"; }

.fa-hands-wash {
  --fa: "\e05e"; }

.fa-less-than-equal {
  --fa: "\f537"; }

.fa-train {
  --fa: "\f238"; }

.fa-eye-low-vision {
  --fa: "\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8"; }

.fa-crow {
  --fa: "\f520"; }

.fa-sailboat {
  --fa: "\e445"; }

.fa-window-restore {
  --fa: "\f2d2"; }

.fa-square-plus {
  --fa: "\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe"; }

.fa-torii-gate {
  --fa: "\f6a1"; }

.fa-frog {
  --fa: "\f52e"; }

.fa-bucket {
  --fa: "\e4cf"; }

.fa-image {
  --fa: "\f03e"; }

.fa-microphone {
  --fa: "\f130"; }

.fa-cow {
  --fa: "\f6c8"; }

.fa-caret-up {
  --fa: "\f0d8"; }

.fa-screwdriver {
  --fa: "\f54a"; }

.fa-folder-closed {
  --fa: "\e185"; }

.fa-house-tsunami {
  --fa: "\e515"; }

.fa-square-nfi {
  --fa: "\e576"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"; }

.fa-martini-glass {
  --fa: "\f57b"; }

.fa-glass-martini-alt {
  --fa: "\f57b"; }

.fa-square-binary {
  --fa: "\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea"; }

.fa-table-columns {
  --fa: "\f0db"; }

.fa-columns {
  --fa: "\f0db"; }

.fa-lemon {
  --fa: "\f094"; }

.fa-head-side-mask {
  --fa: "\e063"; }

.fa-handshake {
  --fa: "\f2b5"; }

.fa-gem {
  --fa: "\f3a5"; }

.fa-dolly {
  --fa: "\f472"; }

.fa-dolly-box {
  --fa: "\f472"; }

.fa-smoking {
  --fa: "\f48d"; }

.fa-minimize {
  --fa: "\f78c"; }

.fa-compress-arrows-alt {
  --fa: "\f78c"; }

.fa-monument {
  --fa: "\f5a6"; }

.fa-snowplow {
  --fa: "\f7d2"; }

.fa-angles-right {
  --fa: "\f101"; }

.fa-angle-double-right {
  --fa: "\f101"; }

.fa-cannabis {
  --fa: "\f55f"; }

.fa-circle-play {
  --fa: "\f144"; }

.fa-play-circle {
  --fa: "\f144"; }

.fa-tablets {
  --fa: "\f490"; }

.fa-ethernet {
  --fa: "\f796"; }

.fa-euro-sign {
  --fa: "\f153"; }

.fa-eur {
  --fa: "\f153"; }

.fa-euro {
  --fa: "\f153"; }

.fa-chair {
  --fa: "\f6c0"; }

.fa-circle-check {
  --fa: "\f058"; }

.fa-check-circle {
  --fa: "\f058"; }

.fa-circle-stop {
  --fa: "\f28d"; }

.fa-stop-circle {
  --fa: "\f28d"; }

.fa-compass-drafting {
  --fa: "\f568"; }

.fa-drafting-compass {
  --fa: "\f568"; }

.fa-plate-wheat {
  --fa: "\e55a"; }

.fa-icicles {
  --fa: "\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f"; }

.fa-neuter {
  --fa: "\f22c"; }

.fa-id-badge {
  --fa: "\f2c1"; }

.fa-marker {
  --fa: "\f5a1"; }

.fa-face-laugh-beam {
  --fa: "\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a"; }

.fa-helicopter-symbol {
  --fa: "\e502"; }

.fa-universal-access {
  --fa: "\f29a"; }

.fa-circle-chevron-up {
  --fa: "\f139"; }

.fa-chevron-circle-up {
  --fa: "\f139"; }

.fa-lari-sign {
  --fa: "\e1c8"; }

.fa-volcano {
  --fa: "\f770"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"; }

.fa-sterling-sign {
  --fa: "\f154"; }

.fa-gbp {
  --fa: "\f154"; }

.fa-pound-sign {
  --fa: "\f154"; }

.fa-viruses {
  --fa: "\e076"; }

.fa-square-person-confined {
  --fa: "\e577"; }

.fa-user-tie {
  --fa: "\f508"; }

.fa-arrow-down-long {
  --fa: "\f175"; }

.fa-long-arrow-down {
  --fa: "\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e"; }

.fa-certificate {
  --fa: "\f0a3"; }

.fa-reply-all {
  --fa: "\f122"; }

.fa-mail-reply-all {
  --fa: "\f122"; }

.fa-suitcase {
  --fa: "\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5"; }

.fa-skating {
  --fa: "\f7c5"; }

.fa-filter-circle-dollar {
  --fa: "\f662"; }

.fa-funnel-dollar {
  --fa: "\f662"; }

.fa-camera-retro {
  --fa: "\f083"; }

.fa-circle-arrow-down {
  --fa: "\f0ab"; }

.fa-arrow-circle-down {
  --fa: "\f0ab"; }

.fa-file-import {
  --fa: "\f56f"; }

.fa-arrow-right-to-file {
  --fa: "\f56f"; }

.fa-square-arrow-up-right {
  --fa: "\f14c"; }

.fa-external-link-square {
  --fa: "\f14c"; }

.fa-box-open {
  --fa: "\f49e"; }

.fa-scroll {
  --fa: "\f70e"; }

.fa-spa {
  --fa: "\f5bb"; }

.fa-location-pin-lock {
  --fa: "\e51f"; }

.fa-pause {
  --fa: "\f04c"; }

.fa-hill-avalanche {
  --fa: "\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb"; }

.fa-bomb {
  --fa: "\f1e2"; }

.fa-registered {
  --fa: "\f25d"; }

.fa-address-card {
  --fa: "\f2bb"; }

.fa-contact-card {
  --fa: "\f2bb"; }

.fa-vcard {
  --fa: "\f2bb"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516"; }

.fa-balance-scale-right {
  --fa: "\f516"; }

.fa-subscript {
  --fa: "\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb"; }

.fa-directions {
  --fa: "\f5eb"; }

.fa-burst {
  --fa: "\e4dc"; }

.fa-house-laptop {
  --fa: "\e066"; }

.fa-laptop-house {
  --fa: "\e066"; }

.fa-face-tired {
  --fa: "\f5c8"; }

.fa-tired {
  --fa: "\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3"; }

.fa-smog {
  --fa: "\f75f"; }

.fa-crutch {
  --fa: "\f7f7"; }

.fa-cloud-arrow-up {
  --fa: "\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee"; }

.fa-palette {
  --fa: "\f53f"; }

.fa-arrows-turn-right {
  --fa: "\e4c0"; }

.fa-vest {
  --fa: "\e085"; }

.fa-ferry {
  --fa: "\e4ea"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9"; }

.fa-seedling {
  --fa: "\f4d8"; }

.fa-sprout {
  --fa: "\f4d8"; }

.fa-left-right {
  --fa: "\f337"; }

.fa-arrows-alt-h {
  --fa: "\f337"; }

.fa-boxes-packing {
  --fa: "\e4c7"; }

.fa-circle-arrow-left {
  --fa: "\f0a8"; }

.fa-arrow-circle-left {
  --fa: "\f0a8"; }

.fa-group-arrows-rotate {
  --fa: "\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6"; }

.fa-candy-cane {
  --fa: "\f786"; }

.fa-arrow-down-wide-short {
  --fa: "\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160"; }

.fa-sort-amount-down {
  --fa: "\f160"; }

.fa-cloud-bolt {
  --fa: "\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c"; }

.fa-text-slash {
  --fa: "\f87d"; }

.fa-remove-format {
  --fa: "\f87d"; }

.fa-face-smile-wink {
  --fa: "\f4da"; }

.fa-smile-wink {
  --fa: "\f4da"; }

.fa-file-word {
  --fa: "\f1c2"; }

.fa-file-powerpoint {
  --fa: "\f1c4"; }

.fa-arrows-left-right {
  --fa: "\f07e"; }

.fa-arrows-h {
  --fa: "\f07e"; }

.fa-house-lock {
  --fa: "\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed"; }

.fa-children {
  --fa: "\e4e1"; }

.fa-chalkboard {
  --fa: "\f51b"; }

.fa-blackboard {
  --fa: "\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa"; }

.fa-envelope-open {
  --fa: "\f2b6"; }

.fa-handshake-simple-slash {
  --fa: "\e05f"; }

.fa-handshake-alt-slash {
  --fa: "\e05f"; }

.fa-mattress-pillow {
  --fa: "\e525"; }

.fa-guarani-sign {
  --fa: "\e19a"; }

.fa-arrows-rotate {
  --fa: "\f021"; }

.fa-refresh {
  --fa: "\f021"; }

.fa-sync {
  --fa: "\f021"; }

.fa-fire-extinguisher {
  --fa: "\f134"; }

.fa-cruzeiro-sign {
  --fa: "\e152"; }

.fa-greater-than-equal {
  --fa: "\f532"; }

.fa-shield-halved {
  --fa: "\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed"; }

.fa-book-atlas {
  --fa: "\f558"; }

.fa-atlas {
  --fa: "\f558"; }

.fa-virus {
  --fa: "\e074"; }

.fa-envelope-circle-check {
  --fa: "\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd"; }

.fa-arrows-to-dot {
  --fa: "\e4be"; }

.fa-archway {
  --fa: "\f557"; }

.fa-heart-circle-check {
  --fa: "\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6"; }

.fa-file-archive {
  --fa: "\f1c6"; }

.fa-square {
  --fa: "\f0c8"; }

.fa-martini-glass-empty {
  --fa: "\f000"; }

.fa-glass-martini {
  --fa: "\f000"; }

.fa-couch {
  --fa: "\f4b8"; }

.fa-cedi-sign {
  --fa: "\e0df"; }

.fa-italic {
  --fa: "\f033"; }

.fa-table-cells-column-lock {
  --fa: "\e678"; }

.fa-church {
  --fa: "\f51d"; }

.fa-comments-dollar {
  --fa: "\f653"; }

.fa-democrat {
  --fa: "\f747"; }

.fa-z {
  --fa: "\5a"; }

.fa-person-skiing {
  --fa: "\f7c9"; }

.fa-skiing {
  --fa: "\f7c9"; }

.fa-road-lock {
  --fa: "\e567"; }

.fa-a {
  --fa: "\41"; }

.fa-temperature-arrow-down {
  --fa: "\e03f"; }

.fa-temperature-down {
  --fa: "\e03f"; }

.fa-feather-pointed {
  --fa: "\f56b"; }

.fa-feather-alt {
  --fa: "\f56b"; }

.fa-p {
  --fa: "\50"; }

.fa-snowflake {
  --fa: "\f2dc"; }

.fa-newspaper {
  --fa: "\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641"; }

.fa-ad {
  --fa: "\f641"; }

.fa-circle-arrow-right {
  --fa: "\f0a9"; }

.fa-arrow-circle-right {
  --fa: "\f0a9"; }

.fa-filter-circle-xmark {
  --fa: "\e17b"; }

.fa-locust {
  --fa: "\e520"; }

.fa-sort {
  --fa: "\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb"; }

.fa-person-dress-burst {
  --fa: "\e544"; }

.fa-money-check-dollar {
  --fa: "\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d"; }

.fa-vector-square {
  --fa: "\f5cb"; }

.fa-bread-slice {
  --fa: "\f7ec"; }

.fa-language {
  --fa: "\f1ab"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598"; }

.fa-filter {
  --fa: "\f0b0"; }

.fa-question {
  --fa: "\3f"; }

.fa-file-signature {
  --fa: "\f573"; }

.fa-up-down-left-right {
  --fa: "\f0b2"; }

.fa-arrows-alt {
  --fa: "\f0b2"; }

.fa-house-chimney-user {
  --fa: "\e065"; }

.fa-hand-holding-heart {
  --fa: "\f4be"; }

.fa-puzzle-piece {
  --fa: "\f12e"; }

.fa-money-check {
  --fa: "\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0"; }

.fa-code {
  --fa: "\f121"; }

.fa-whiskey-glass {
  --fa: "\f7a0"; }

.fa-glass-whiskey {
  --fa: "\f7a0"; }

.fa-building-circle-exclamation {
  --fa: "\e4d3"; }

.fa-magnifying-glass-chart {
  --fa: "\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e"; }

.fa-external-link {
  --fa: "\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6"; }

.fa-won-sign {
  --fa: "\f159"; }

.fa-krw {
  --fa: "\f159"; }

.fa-won {
  --fa: "\f159"; }

.fa-virus-covid {
  --fa: "\e4a8"; }

.fa-austral-sign {
  --fa: "\e0a9"; }

.fa-f {
  --fa: "\46"; }

.fa-leaf {
  --fa: "\f06c"; }

.fa-road {
  --fa: "\f018"; }

.fa-taxi {
  --fa: "\f1ba"; }

.fa-cab {
  --fa: "\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541"; }

.fa-chart-pie {
  --fa: "\f200"; }

.fa-pie-chart {
  --fa: "\f200"; }

.fa-bolt-lightning {
  --fa: "\e0b7"; }

.fa-sack-xmark {
  --fa: "\e56a"; }

.fa-file-excel {
  --fa: "\f1c3"; }

.fa-file-contract {
  --fa: "\f56c"; }

.fa-fish-fins {
  --fa: "\e4f2"; }

.fa-building-flag {
  --fa: "\e4d5"; }

.fa-face-grin-beam {
  --fa: "\f582"; }

.fa-grin-beam {
  --fa: "\f582"; }

.fa-object-ungroup {
  --fa: "\f248"; }

.fa-poop {
  --fa: "\f619"; }

.fa-location-pin {
  --fa: "\f041"; }

.fa-map-marker {
  --fa: "\f041"; }

.fa-kaaba {
  --fa: "\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e"; }

.fa-helmet-safety {
  --fa: "\f807"; }

.fa-hard-hat {
  --fa: "\f807"; }

.fa-hat-hard {
  --fa: "\f807"; }

.fa-eject {
  --fa: "\f052"; }

.fa-circle-right {
  --fa: "\f35a"; }

.fa-arrow-alt-circle-right {
  --fa: "\f35a"; }

.fa-plane-circle-check {
  --fa: "\e555"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5"; }

.fa-object-group {
  --fa: "\f247"; }

.fa-chart-line {
  --fa: "\f201"; }

.fa-line-chart {
  --fa: "\f201"; }

.fa-mask-ventilator {
  --fa: "\e524"; }

.fa-arrow-right {
  --fa: "\f061"; }

.fa-signs-post {
  --fa: "\f277"; }

.fa-map-signs {
  --fa: "\f277"; }

.fa-cash-register {
  --fa: "\f788"; }

.fa-person-circle-question {
  --fa: "\e542"; }

.fa-h {
  --fa: "\48"; }

.fa-tarp {
  --fa: "\e57b"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9"; }

.fa-tools {
  --fa: "\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf"; }

.fa-plug-circle-bolt {
  --fa: "\e55b"; }

.fa-heart {
  --fa: "\f004"; }

.fa-mars-and-venus {
  --fa: "\f224"; }

.fa-house-user {
  --fa: "\e1b0"; }

.fa-home-user {
  --fa: "\e1b0"; }

.fa-dumpster-fire {
  --fa: "\f794"; }

.fa-house-crack {
  --fa: "\e3b1"; }

.fa-martini-glass-citrus {
  --fa: "\f561"; }

.fa-cocktail {
  --fa: "\f561"; }

.fa-face-surprise {
  --fa: "\f5c2"; }

.fa-surprise {
  --fa: "\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b"; }

.fa-pause-circle {
  --fa: "\f28b"; }

.fa-toilet-paper-slash {
  --fa: "\e072"; }

.fa-apple-whole {
  --fa: "\f5d1"; }

.fa-apple-alt {
  --fa: "\f5d1"; }

.fa-kitchen-set {
  --fa: "\e51a"; }

.fa-r {
  --fa: "\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca"; }

.fa-cube {
  --fa: "\f1b2"; }

.fa-bitcoin-sign {
  --fa: "\e0b4"; }

.fa-shield-dog {
  --fa: "\e573"; }

.fa-solar-panel {
  --fa: "\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1"; }

.fa-elevator {
  --fa: "\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682"; }

.fa-poll-h {
  --fa: "\f682"; }

.fa-circle {
  --fa: "\f111"; }

.fa-backward-fast {
  --fa: "\f049"; }

.fa-fast-backward {
  --fa: "\f049"; }

.fa-recycle {
  --fa: "\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb"; }

.fa-plane-slash {
  --fa: "\e069"; }

.fa-trademark {
  --fa: "\f25c"; }

.fa-basketball {
  --fa: "\f434"; }

.fa-basketball-ball {
  --fa: "\f434"; }

.fa-satellite-dish {
  --fa: "\f7c0"; }

.fa-circle-up {
  --fa: "\f35b"; }

.fa-arrow-alt-circle-up {
  --fa: "\f35b"; }

.fa-mobile-screen-button {
  --fa: "\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd"; }

.fa-volume-high {
  --fa: "\f028"; }

.fa-volume-up {
  --fa: "\f028"; }

.fa-users-rays {
  --fa: "\e593"; }

.fa-wallet {
  --fa: "\f555"; }

.fa-clipboard-check {
  --fa: "\f46c"; }

.fa-file-audio {
  --fa: "\f1c7"; }

.fa-burger {
  --fa: "\f805"; }

.fa-hamburger {
  --fa: "\f805"; }

.fa-wrench {
  --fa: "\f0ad"; }

.fa-bugs {
  --fa: "\e4d0"; }

.fa-rupee-sign {
  --fa: "\f156"; }

.fa-rupee {
  --fa: "\f156"; }

.fa-file-image {
  --fa: "\f1c5"; }

.fa-circle-question {
  --fa: "\f059"; }

.fa-question-circle {
  --fa: "\f059"; }

.fa-plane-departure {
  --fa: "\f5b0"; }

.fa-handshake-slash {
  --fa: "\e060"; }

.fa-book-bookmark {
  --fa: "\e0bb"; }

.fa-code-branch {
  --fa: "\f126"; }

.fa-hat-cowboy {
  --fa: "\f8c0"; }

.fa-bridge {
  --fa: "\e4c8"; }

.fa-phone-flip {
  --fa: "\f879"; }

.fa-phone-alt {
  --fa: "\f879"; }

.fa-truck-front {
  --fa: "\e2b7"; }

.fa-cat {
  --fa: "\f6be"; }

.fa-anchor-circle-exclamation {
  --fa: "\e4ab"; }

.fa-truck-field {
  --fa: "\e58d"; }

.fa-route {
  --fa: "\f4d7"; }

.fa-clipboard-question {
  --fa: "\e4e3"; }

.fa-panorama {
  --fa: "\e209"; }

.fa-comment-medical {
  --fa: "\f7f5"; }

.fa-teeth-open {
  --fa: "\f62f"; }

.fa-file-circle-minus {
  --fa: "\e4ed"; }

.fa-tags {
  --fa: "\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3"; }

.fa-forward-fast {
  --fa: "\f050"; }

.fa-fast-forward {
  --fa: "\f050"; }

.fa-face-meh-blank {
  --fa: "\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4"; }

.fa-square-parking {
  --fa: "\f540"; }

.fa-parking {
  --fa: "\f540"; }

.fa-house-signal {
  --fa: "\e012"; }

.fa-bars-progress {
  --fa: "\f828"; }

.fa-tasks-alt {
  --fa: "\f828"; }

.fa-faucet-drip {
  --fa: "\e006"; }

.fa-cart-flatbed {
  --fa: "\f474"; }

.fa-dolly-flatbed {
  --fa: "\f474"; }

.fa-ban-smoking {
  --fa: "\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d"; }

.fa-terminal {
  --fa: "\f120"; }

.fa-mobile-button {
  --fa: "\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514"; }

.fa-basket-shopping {
  --fa: "\f291"; }

.fa-shopping-basket {
  --fa: "\f291"; }

.fa-tape {
  --fa: "\f4db"; }

.fa-bus-simple {
  --fa: "\f55e"; }

.fa-bus-alt {
  --fa: "\f55e"; }

.fa-eye {
  --fa: "\f06e"; }

.fa-face-sad-cry {
  --fa: "\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3"; }

.fa-audio-description {
  --fa: "\f29e"; }

.fa-person-military-to-person {
  --fa: "\e54c"; }

.fa-file-shield {
  --fa: "\e4f0"; }

.fa-user-slash {
  --fa: "\f506"; }

.fa-pen {
  --fa: "\f304"; }

.fa-tower-observation {
  --fa: "\e586"; }

.fa-file-code {
  --fa: "\f1c9"; }

.fa-signal {
  --fa: "\f012"; }

.fa-signal-5 {
  --fa: "\f012"; }

.fa-signal-perfect {
  --fa: "\f012"; }

.fa-bus {
  --fa: "\f207"; }

.fa-heart-circle-xmark {
  --fa: "\e501"; }

.fa-house-chimney {
  --fa: "\e3af"; }

.fa-home-lg {
  --fa: "\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0"; }

.fa-face-frown {
  --fa: "\f119"; }

.fa-frown {
  --fa: "\f119"; }

.fa-prescription {
  --fa: "\f5b1"; }

.fa-shop {
  --fa: "\f54f"; }

.fa-store-alt {
  --fa: "\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7"; }

.fa-save {
  --fa: "\f0c7"; }

.fa-vihara {
  --fa: "\f6a7"; }

.fa-scale-unbalanced {
  --fa: "\f515"; }

.fa-balance-scale-left {
  --fa: "\f515"; }

.fa-sort-up {
  --fa: "\f0de"; }

.fa-sort-asc {
  --fa: "\f0de"; }

.fa-comment-dots {
  --fa: "\f4ad"; }

.fa-commenting {
  --fa: "\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa"; }

.fa-diamond {
  --fa: "\f219"; }

.fa-face-grin-squint {
  --fa: "\f585"; }

.fa-grin-squint {
  --fa: "\f585"; }

.fa-hand-holding-dollar {
  --fa: "\f4c0"; }

.fa-hand-holding-usd {
  --fa: "\f4c0"; }

.fa-chart-diagram {
  --fa: "\e695"; }

.fa-bacterium {
  --fa: "\e05a"; }

.fa-hand-pointer {
  --fa: "\f25a"; }

.fa-drum-steelpan {
  --fa: "\f56a"; }

.fa-hand-scissors {
  --fa: "\f257"; }

.fa-hands-praying {
  --fa: "\f684"; }

.fa-praying-hands {
  --fa: "\f684"; }

.fa-arrow-rotate-right {
  --fa: "\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e"; }

.fa-redo {
  --fa: "\f01e"; }

.fa-biohazard {
  --fa: "\f780"; }

.fa-location-crosshairs {
  --fa: "\f601"; }

.fa-location {
  --fa: "\f601"; }

.fa-mars-double {
  --fa: "\f227"; }

.fa-child-dress {
  --fa: "\e59c"; }

.fa-users-between-lines {
  --fa: "\e591"; }

.fa-lungs-virus {
  --fa: "\e067"; }

.fa-face-grin-tears {
  --fa: "\f588"; }

.fa-grin-tears {
  --fa: "\f588"; }

.fa-phone {
  --fa: "\f095"; }

.fa-calendar-xmark {
  --fa: "\f273"; }

.fa-calendar-times {
  --fa: "\f273"; }

.fa-child-reaching {
  --fa: "\e59d"; }

.fa-head-side-virus {
  --fa: "\e064"; }

.fa-user-gear {
  --fa: "\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe"; }

.fa-arrow-up-1-9 {
  --fa: "\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163"; }

.fa-door-closed {
  --fa: "\f52a"; }

.fa-shield-virus {
  --fa: "\e06c"; }

.fa-dice-six {
  --fa: "\f526"; }

.fa-mosquito-net {
  --fa: "\e52c"; }

.fa-file-fragment {
  --fa: "\e697"; }

.fa-bridge-water {
  --fa: "\e4ce"; }

.fa-person-booth {
  --fa: "\f756"; }

.fa-text-width {
  --fa: "\f035"; }

.fa-hat-wizard {
  --fa: "\f6e8"; }

.fa-pen-fancy {
  --fa: "\f5ac"; }

.fa-person-digging {
  --fa: "\f85e"; }

.fa-digging {
  --fa: "\f85e"; }

.fa-trash {
  --fa: "\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629"; }

.fa-tachometer-average {
  --fa: "\f629"; }

.fa-book-medical {
  --fa: "\f7e6"; }

.fa-poo {
  --fa: "\f2fe"; }

.fa-quote-right {
  --fa: "\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e"; }

.fa-shirt {
  --fa: "\f553"; }

.fa-t-shirt {
  --fa: "\f553"; }

.fa-tshirt {
  --fa: "\f553"; }

.fa-cubes {
  --fa: "\f1b3"; }

.fa-divide {
  --fa: "\f529"; }

.fa-tenge-sign {
  --fa: "\f7d7"; }

.fa-tenge {
  --fa: "\f7d7"; }

.fa-headphones {
  --fa: "\f025"; }

.fa-hands-holding {
  --fa: "\f4c2"; }

.fa-hands-clapping {
  --fa: "\e1a8"; }

.fa-republican {
  --fa: "\f75e"; }

.fa-arrow-left {
  --fa: "\f060"; }

.fa-person-circle-xmark {
  --fa: "\e543"; }

.fa-ruler {
  --fa: "\f545"; }

.fa-align-left {
  --fa: "\f036"; }

.fa-dice-d6 {
  --fa: "\f6d1"; }

.fa-restroom {
  --fa: "\f7bd"; }

.fa-j {
  --fa: "\4a"; }

.fa-users-viewfinder {
  --fa: "\e595"; }

.fa-file-video {
  --fa: "\f1c8"; }

.fa-up-right-from-square {
  --fa: "\f35d"; }

.fa-external-link-alt {
  --fa: "\f35d"; }

.fa-table-cells {
  --fa: "\f00a"; }

.fa-th {
  --fa: "\f00a"; }

.fa-file-pdf {
  --fa: "\f1c1"; }

.fa-book-bible {
  --fa: "\f647"; }

.fa-bible {
  --fa: "\f647"; }

.fa-o {
  --fa: "\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa"; }

.fa-medkit {
  --fa: "\f0fa"; }

.fa-user-secret {
  --fa: "\f21b"; }

.fa-otter {
  --fa: "\f700"; }

.fa-person-dress {
  --fa: "\f182"; }

.fa-female {
  --fa: "\f182"; }

.fa-comment-dollar {
  --fa: "\f651"; }

.fa-business-time {
  --fa: "\f64a"; }

.fa-briefcase-clock {
  --fa: "\f64a"; }

.fa-table-cells-large {
  --fa: "\f009"; }

.fa-th-large {
  --fa: "\f009"; }

.fa-book-tanakh {
  --fa: "\f827"; }

.fa-tanakh {
  --fa: "\f827"; }

.fa-phone-volume {
  --fa: "\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0"; }

.fa-hat-cowboy-side {
  --fa: "\f8c1"; }

.fa-clipboard-user {
  --fa: "\f7f3"; }

.fa-child {
  --fa: "\f1ae"; }

.fa-lira-sign {
  --fa: "\f195"; }

.fa-satellite {
  --fa: "\f7bf"; }

.fa-plane-lock {
  --fa: "\e558"; }

.fa-tag {
  --fa: "\f02b"; }

.fa-comment {
  --fa: "\f075"; }

.fa-cake-candles {
  --fa: "\f1fd"; }

.fa-birthday-cake {
  --fa: "\f1fd"; }

.fa-cake {
  --fa: "\f1fd"; }

.fa-envelope {
  --fa: "\f0e0"; }

.fa-angles-up {
  --fa: "\f102"; }

.fa-angle-double-up {
  --fa: "\f102"; }

.fa-paperclip {
  --fa: "\f0c6"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3"; }

.fa-ribbon {
  --fa: "\f4d6"; }

.fa-lungs {
  --fa: "\f604"; }

.fa-arrow-up-9-1 {
  --fa: "\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887"; }

.fa-litecoin-sign {
  --fa: "\e1d3"; }

.fa-border-none {
  --fa: "\f850"; }

.fa-circle-nodes {
  --fa: "\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd"; }

.fa-indent {
  --fa: "\f03c"; }

.fa-truck-field-un {
  --fa: "\e58e"; }

.fa-hourglass {
  --fa: "\f254"; }

.fa-hourglass-empty {
  --fa: "\f254"; }

.fa-mountain {
  --fa: "\f6fc"; }

.fa-user-doctor {
  --fa: "\f0f0"; }

.fa-user-md {
  --fa: "\f0f0"; }

.fa-circle-info {
  --fa: "\f05a"; }

.fa-info-circle {
  --fa: "\f05a"; }

.fa-cloud-meatball {
  --fa: "\f73b"; }

.fa-camera {
  --fa: "\f030"; }

.fa-camera-alt {
  --fa: "\f030"; }

.fa-square-virus {
  --fa: "\e578"; }

.fa-meteor {
  --fa: "\f753"; }

.fa-car-on {
  --fa: "\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1"; }

.fa-hand-holding-water {
  --fa: "\f4c1"; }

.fa-water {
  --fa: "\f773"; }

.fa-calendar-check {
  --fa: "\f274"; }

.fa-braille {
  --fa: "\f2a1"; }

.fa-prescription-bottle-medical {
  --fa: "\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486"; }

.fa-landmark {
  --fa: "\f66f"; }

.fa-truck {
  --fa: "\f0d1"; }

.fa-crosshairs {
  --fa: "\f05b"; }

.fa-person-cane {
  --fa: "\e53c"; }

.fa-tent {
  --fa: "\e57d"; }

.fa-vest-patches {
  --fa: "\e086"; }

.fa-check-double {
  --fa: "\f560"; }

.fa-arrow-down-a-z {
  --fa: "\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d"; }

.fa-money-bill-wheat {
  --fa: "\e52a"; }

.fa-cookie {
  --fa: "\f563"; }

.fa-arrow-rotate-left {
  --fa: "\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2"; }

.fa-undo {
  --fa: "\f0e2"; }

.fa-hard-drive {
  --fa: "\f0a0"; }

.fa-hdd {
  --fa: "\f0a0"; }

.fa-face-grin-squint-tears {
  --fa: "\f586"; }

.fa-grin-squint-tears {
  --fa: "\f586"; }

.fa-dumbbell {
  --fa: "\f44b"; }

.fa-rectangle-list {
  --fa: "\f022"; }

.fa-list-alt {
  --fa: "\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c"; }

.fa-house-medical-circle-check {
  --fa: "\e511"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca"; }

.fa-calendar-plus {
  --fa: "\f271"; }

.fa-plane-arrival {
  --fa: "\f5af"; }

.fa-circle-left {
  --fa: "\f359"; }

.fa-arrow-alt-circle-left {
  --fa: "\f359"; }

.fa-train-subway {
  --fa: "\f239"; }

.fa-subway {
  --fa: "\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc"; }

.fa-inr {
  --fa: "\e1bc"; }

.fa-crop-simple {
  --fa: "\f565"; }

.fa-crop-alt {
  --fa: "\f565"; }

.fa-money-bill-1 {
  --fa: "\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1"; }

.fa-left-long {
  --fa: "\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a"; }

.fa-dna {
  --fa: "\f471"; }

.fa-virus-slash {
  --fa: "\e075"; }

.fa-minus {
  --fa: "\f068"; }

.fa-subtract {
  --fa: "\f068"; }

.fa-chess {
  --fa: "\f439"; }

.fa-arrow-left-long {
  --fa: "\f177"; }

.fa-long-arrow-left {
  --fa: "\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c"; }

.fa-street-view {
  --fa: "\f21d"; }

.fa-franc-sign {
  --fa: "\e18f"; }

.fa-volume-off {
  --fa: "\f026"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3"; }

.fa-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-asl-interpreting {
  --fa: "\f2a3"; }

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-gear {
  --fa: "\f013"; }

.fa-cog {
  --fa: "\f013"; }

.fa-droplet-slash {
  --fa: "\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7"; }

.fa-mosque {
  --fa: "\f678"; }

.fa-mosquito {
  --fa: "\e52b"; }

.fa-star-of-david {
  --fa: "\f69a"; }

.fa-person-military-rifle {
  --fa: "\e54b"; }

.fa-cart-shopping {
  --fa: "\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a"; }

.fa-vials {
  --fa: "\f493"; }

.fa-plug-circle-plus {
  --fa: "\e55f"; }

.fa-place-of-worship {
  --fa: "\f67f"; }

.fa-grip-vertical {
  --fa: "\f58e"; }

.fa-hexagon-nodes {
  --fa: "\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148"; }

.fa-level-up {
  --fa: "\f148"; }

.fa-u {
  --fa: "\55"; }

.fa-square-root-variable {
  --fa: "\f698"; }

.fa-square-root-alt {
  --fa: "\f698"; }

.fa-clock {
  --fa: "\f017"; }

.fa-clock-four {
  --fa: "\f017"; }

.fa-backward-step {
  --fa: "\f048"; }

.fa-step-backward {
  --fa: "\f048"; }

.fa-pallet {
  --fa: "\f482"; }

.fa-faucet {
  --fa: "\e005"; }

.fa-baseball-bat-ball {
  --fa: "\f432"; }

.fa-s {
  --fa: "\53"; }

.fa-timeline {
  --fa: "\e29c"; }

.fa-keyboard {
  --fa: "\f11c"; }

.fa-caret-down {
  --fa: "\f0d7"; }

.fa-house-chimney-medical {
  --fa: "\f7f2"; }

.fa-clinic-medical {
  --fa: "\f7f2"; }

.fa-temperature-three-quarters {
  --fa: "\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8"; }

.fa-mobile-screen {
  --fa: "\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf"; }

.fa-plane-up {
  --fa: "\e22d"; }

.fa-piggy-bank {
  --fa: "\f4d3"; }

.fa-battery-half {
  --fa: "\f242"; }

.fa-battery-3 {
  --fa: "\f242"; }

.fa-mountain-city {
  --fa: "\e52e"; }

.fa-coins {
  --fa: "\f51e"; }

.fa-khanda {
  --fa: "\f66d"; }

.fa-sliders {
  --fa: "\f1de"; }

.fa-sliders-h {
  --fa: "\f1de"; }

.fa-folder-tree {
  --fa: "\f802"; }

.fa-network-wired {
  --fa: "\f6ff"; }

.fa-map-pin {
  --fa: "\f276"; }

.fa-hamsa {
  --fa: "\f665"; }

.fa-cent-sign {
  --fa: "\e3f5"; }

.fa-flask {
  --fa: "\f0c3"; }

.fa-person-pregnant {
  --fa: "\e31e"; }

.fa-wand-sparkles {
  --fa: "\f72b"; }

.fa-ellipsis-vertical {
  --fa: "\f142"; }

.fa-ellipsis-v {
  --fa: "\f142"; }

.fa-ticket {
  --fa: "\f145"; }

.fa-power-off {
  --fa: "\f011"; }

.fa-right-long {
  --fa: "\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b"; }

.fa-flag-usa {
  --fa: "\f74d"; }

.fa-laptop-file {
  --fa: "\e51d"; }

.fa-tty {
  --fa: "\f1e4"; }

.fa-teletype {
  --fa: "\f1e4"; }

.fa-diagram-next {
  --fa: "\e476"; }

.fa-person-rifle {
  --fa: "\e54e"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512"; }

.fa-closed-captioning {
  --fa: "\f20a"; }

.fa-person-hiking {
  --fa: "\f6ec"; }

.fa-hiking {
  --fa: "\f6ec"; }

.fa-venus-double {
  --fa: "\f226"; }

.fa-images {
  --fa: "\f302"; }

.fa-calculator {
  --fa: "\f1ec"; }

.fa-people-pulling {
  --fa: "\e535"; }

.fa-n {
  --fa: "\4e"; }

.fa-cable-car {
  --fa: "\f7da"; }

.fa-tram {
  --fa: "\f7da"; }

.fa-cloud-rain {
  --fa: "\f73d"; }

.fa-building-circle-xmark {
  --fa: "\e4d4"; }

.fa-ship {
  --fa: "\f21a"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8"; }

.fa-download {
  --fa: "\f019"; }

.fa-face-grin {
  --fa: "\f580"; }

.fa-grin {
  --fa: "\f580"; }

.fa-delete-left {
  --fa: "\f55a"; }

.fa-backspace {
  --fa: "\f55a"; }

.fa-eye-dropper {
  --fa: "\f1fb"; }

.fa-eye-dropper-empty {
  --fa: "\f1fb"; }

.fa-eyedropper {
  --fa: "\f1fb"; }

.fa-file-circle-check {
  --fa: "\e5a0"; }

.fa-forward {
  --fa: "\f04e"; }

.fa-mobile {
  --fa: "\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce"; }

.fa-face-meh {
  --fa: "\f11a"; }

.fa-meh {
  --fa: "\f11a"; }

.fa-align-center {
  --fa: "\f037"; }

.fa-book-skull {
  --fa: "\f6b7"; }

.fa-book-dead {
  --fa: "\f6b7"; }

.fa-id-card {
  --fa: "\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2"; }

.fa-outdent {
  --fa: "\f03b"; }

.fa-dedent {
  --fa: "\f03b"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe"; }

.fa-house {
  --fa: "\f015"; }

.fa-home {
  --fa: "\f015"; }

.fa-home-alt {
  --fa: "\f015"; }

.fa-home-lg-alt {
  --fa: "\f015"; }

.fa-calendar-week {
  --fa: "\f784"; }

.fa-laptop-medical {
  --fa: "\f812"; }

.fa-b {
  --fa: "\42"; }

.fa-file-medical {
  --fa: "\f477"; }

.fa-dice-one {
  --fa: "\f525"; }

.fa-kiwi-bird {
  --fa: "\f535"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec"; }

.fa-exchange {
  --fa: "\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9"; }

.fa-utensils {
  --fa: "\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161"; }

.fa-sort-amount-up {
  --fa: "\f161"; }

.fa-mill-sign {
  --fa: "\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb"; }

.fa-skull {
  --fa: "\f54c"; }

.fa-tower-broadcast {
  --fa: "\f519"; }

.fa-broadcast-tower {
  --fa: "\f519"; }

.fa-truck-pickup {
  --fa: "\f63c"; }

.fa-up-long {
  --fa: "\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c"; }

.fa-stop {
  --fa: "\f04d"; }

.fa-code-merge {
  --fa: "\f387"; }

.fa-upload {
  --fa: "\f093"; }

.fa-hurricane {
  --fa: "\f751"; }

.fa-mound {
  --fa: "\e52d"; }

.fa-toilet-portable {
  --fa: "\e583"; }

.fa-compact-disc {
  --fa: "\f51f"; }

.fa-file-arrow-down {
  --fa: "\f56d"; }

.fa-file-download {
  --fa: "\f56d"; }

.fa-caravan {
  --fa: "\f8ff"; }

.fa-shield-cat {
  --fa: "\e572"; }

.fa-bolt {
  --fa: "\f0e7"; }

.fa-zap {
  --fa: "\f0e7"; }

.fa-glass-water {
  --fa: "\e4f4"; }

.fa-oil-well {
  --fa: "\e532"; }

.fa-vault {
  --fa: "\e2c5"; }

.fa-mars {
  --fa: "\f222"; }

.fa-toilet {
  --fa: "\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557"; }

.fa-yen-sign {
  --fa: "\f157"; }

.fa-cny {
  --fa: "\f157"; }

.fa-jpy {
  --fa: "\f157"; }

.fa-rmb {
  --fa: "\f157"; }

.fa-yen {
  --fa: "\f157"; }

.fa-ruble-sign {
  --fa: "\f158"; }

.fa-rouble {
  --fa: "\f158"; }

.fa-rub {
  --fa: "\f158"; }

.fa-ruble {
  --fa: "\f158"; }

.fa-sun {
  --fa: "\f185"; }

.fa-guitar {
  --fa: "\f7a6"; }

.fa-face-laugh-wink {
  --fa: "\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c"; }

.fa-horse-head {
  --fa: "\f7ab"; }

.fa-bore-hole {
  --fa: "\e4c3"; }

.fa-industry {
  --fa: "\f275"; }

.fa-circle-down {
  --fa: "\f358"; }

.fa-arrow-alt-circle-down {
  --fa: "\f358"; }

.fa-arrows-turn-to-dots {
  --fa: "\e4c1"; }

.fa-florin-sign {
  --fa: "\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884"; }

.fa-less-than {
  --fa: "\3c"; }

.fa-angle-down {
  --fa: "\f107"; }

.fa-car-tunnel {
  --fa: "\e4de"; }

.fa-head-side-cough {
  --fa: "\e061"; }

.fa-grip-lines {
  --fa: "\f7a4"; }

.fa-thumbs-down {
  --fa: "\f165"; }

.fa-user-lock {
  --fa: "\f502"; }

.fa-arrow-right-long {
  --fa: "\f178"; }

.fa-long-arrow-right {
  --fa: "\f178"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac"; }

.fa-ellipsis {
  --fa: "\f141"; }

.fa-ellipsis-h {
  --fa: "\f141"; }

.fa-chess-pawn {
  --fa: "\f443"; }

.fa-kit-medical {
  --fa: "\f479"; }

.fa-first-aid {
  --fa: "\f479"; }

.fa-person-through-window {
  --fa: "\e5a9"; }

.fa-toolbox {
  --fa: "\f552"; }

.fa-hands-holding-circle {
  --fa: "\e4fb"; }

.fa-bug {
  --fa: "\f188"; }

.fa-credit-card {
  --fa: "\f09d"; }

.fa-credit-card-alt {
  --fa: "\f09d"; }

.fa-car {
  --fa: "\f1b9"; }

.fa-automobile {
  --fa: "\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7"; }

.fa-book-open-reader {
  --fa: "\f5da"; }

.fa-book-reader {
  --fa: "\f5da"; }

.fa-mountain-sun {
  --fa: "\e52f"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba"; }

.fa-dice-d20 {
  --fa: "\f6cf"; }

.fa-truck-droplet {
  --fa: "\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040"; }

.fa-temperature-up {
  --fa: "\e040"; }

.fa-medal {
  --fa: "\f5a2"; }

.fa-bed {
  --fa: "\f236"; }

.fa-square-h {
  --fa: "\f0fd"; }

.fa-h-square {
  --fa: "\f0fd"; }

.fa-podcast {
  --fa: "\f2ce"; }

.fa-temperature-full {
  --fa: "\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7"; }

.fa-bell {
  --fa: "\f0f3"; }

.fa-superscript {
  --fa: "\f12b"; }

.fa-plug-circle-xmark {
  --fa: "\e560"; }

.fa-star-of-life {
  --fa: "\f621"; }

.fa-phone-slash {
  --fa: "\f3dd"; }

.fa-paint-roller {
  --fa: "\f5aa"; }

.fa-handshake-angle {
  --fa: "\f4c4"; }

.fa-hands-helping {
  --fa: "\f4c4"; }

.fa-location-dot {
  --fa: "\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5"; }

.fa-file {
  --fa: "\f15b"; }

.fa-greater-than {
  --fa: "\3e"; }

.fa-person-swimming {
  --fa: "\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4"; }

.fa-arrow-down {
  --fa: "\f063"; }

.fa-droplet {
  --fa: "\f043"; }

.fa-tint {
  --fa: "\f043"; }

.fa-eraser {
  --fa: "\f12d"; }

.fa-earth-americas {
  --fa: "\f57d"; }

.fa-earth {
  --fa: "\f57d"; }

.fa-earth-america {
  --fa: "\f57d"; }

.fa-globe-americas {
  --fa: "\f57d"; }

.fa-person-burst {
  --fa: "\e53b"; }

.fa-dove {
  --fa: "\f4ba"; }

.fa-battery-empty {
  --fa: "\f244"; }

.fa-battery-0 {
  --fa: "\f244"; }

.fa-socks {
  --fa: "\f696"; }

.fa-inbox {
  --fa: "\f01c"; }

.fa-section {
  --fa: "\e447"; }

.fa-gauge-high {
  --fa: "\f625"; }

.fa-tachometer-alt {
  --fa: "\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625"; }

.fa-envelope-open-text {
  --fa: "\f658"; }

.fa-hospital {
  --fa: "\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8"; }

.fa-wine-bottle {
  --fa: "\f72f"; }

.fa-chess-rook {
  --fa: "\f447"; }

.fa-bars-staggered {
  --fa: "\f550"; }

.fa-reorder {
  --fa: "\f550"; }

.fa-stream {
  --fa: "\f550"; }

.fa-dharmachakra {
  --fa: "\f655"; }

.fa-hotdog {
  --fa: "\f80f"; }

.fa-person-walking-with-cane {
  --fa: "\f29d"; }

.fa-blind {
  --fa: "\f29d"; }

.fa-drum {
  --fa: "\f569"; }

.fa-ice-cream {
  --fa: "\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc"; }

.fa-fax {
  --fa: "\f1ac"; }

.fa-paragraph {
  --fa: "\f1dd"; }

.fa-check-to-slot {
  --fa: "\f772"; }

.fa-vote-yea {
  --fa: "\f772"; }

.fa-star-half {
  --fa: "\f089"; }

.fa-boxes-stacked {
  --fa: "\f468"; }

.fa-boxes {
  --fa: "\f468"; }

.fa-boxes-alt {
  --fa: "\f468"; }

.fa-link {
  --fa: "\f0c1"; }

.fa-chain {
  --fa: "\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2"; }

.fa-assistive-listening-systems {
  --fa: "\f2a2"; }

.fa-tree-city {
  --fa: "\e587"; }

.fa-play {
  --fa: "\f04b"; }

.fa-font {
  --fa: "\f031"; }

.fa-table-cells-row-lock {
  --fa: "\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002"; }

.fa-search {
  --fa: "\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d"; }

.fa-table-tennis {
  --fa: "\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470"; }

.fa-diagnoses {
  --fa: "\f470"; }

.fa-trash-can-arrow-up {
  --fa: "\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a"; }

.fa-naira-sign {
  --fa: "\e1f6"; }

.fa-cart-arrow-down {
  --fa: "\f218"; }

.fa-walkie-talkie {
  --fa: "\f8ef"; }

.fa-file-pen {
  --fa: "\f31c"; }

.fa-file-edit {
  --fa: "\f31c"; }

.fa-receipt {
  --fa: "\f543"; }

.fa-square-pen {
  --fa: "\f14b"; }

.fa-pen-square {
  --fa: "\f14b"; }

.fa-pencil-square {
  --fa: "\f14b"; }

.fa-suitcase-rolling {
  --fa: "\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f"; }

.fa-chevron-down {
  --fa: "\f078"; }

.fa-battery-full {
  --fa: "\f240"; }

.fa-battery {
  --fa: "\f240"; }

.fa-battery-5 {
  --fa: "\f240"; }

.fa-skull-crossbones {
  --fa: "\f714"; }

.fa-code-compare {
  --fa: "\e13a"; }

.fa-list-ul {
  --fa: "\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca"; }

.fa-school-lock {
  --fa: "\e56f"; }

.fa-tower-cell {
  --fa: "\e585"; }

.fa-down-long {
  --fa: "\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309"; }

.fa-ranking-star {
  --fa: "\e561"; }

.fa-chess-king {
  --fa: "\f43f"; }

.fa-person-harassing {
  --fa: "\e549"; }

.fa-brazilian-real-sign {
  --fa: "\e46c"; }

.fa-landmark-dome {
  --fa: "\f752"; }

.fa-landmark-alt {
  --fa: "\f752"; }

.fa-arrow-up {
  --fa: "\f062"; }

.fa-tv {
  --fa: "\f26c"; }

.fa-television {
  --fa: "\f26c"; }

.fa-tv-alt {
  --fa: "\f26c"; }

.fa-shrimp {
  --fa: "\e448"; }

.fa-list-check {
  --fa: "\f0ae"; }

.fa-tasks {
  --fa: "\f0ae"; }

.fa-jug-detergent {
  --fa: "\e519"; }

.fa-circle-user {
  --fa: "\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd"; }

.fa-user-shield {
  --fa: "\f505"; }

.fa-wind {
  --fa: "\f72e"; }

.fa-car-burst {
  --fa: "\f5e1"; }

.fa-car-crash {
  --fa: "\f5e1"; }

.fa-y {
  --fa: "\59"; }

.fa-person-snowboarding {
  --fa: "\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce"; }

.fa-truck-fast {
  --fa: "\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b"; }

.fa-fish {
  --fa: "\f578"; }

.fa-user-graduate {
  --fa: "\f501"; }

.fa-circle-half-stroke {
  --fa: "\f042"; }

.fa-adjust {
  --fa: "\f042"; }

.fa-clapperboard {
  --fa: "\e131"; }

.fa-circle-radiation {
  --fa: "\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba"; }

.fa-baseball {
  --fa: "\f433"; }

.fa-baseball-ball {
  --fa: "\f433"; }

.fa-jet-fighter-up {
  --fa: "\e518"; }

.fa-diagram-project {
  --fa: "\f542"; }

.fa-project-diagram {
  --fa: "\f542"; }

.fa-copy {
  --fa: "\f0c5"; }

.fa-volume-xmark {
  --fa: "\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9"; }

.fa-hand-sparkles {
  --fa: "\e05d"; }

.fa-grip {
  --fa: "\f58d"; }

.fa-grip-horizontal {
  --fa: "\f58d"; }

.fa-share-from-square {
  --fa: "\f14d"; }

.fa-share-square {
  --fa: "\f14d"; }

.fa-child-combatant {
  --fa: "\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0"; }

.fa-gun {
  --fa: "\e19b"; }

.fa-square-phone {
  --fa: "\f098"; }

.fa-phone-square {
  --fa: "\f098"; }

.fa-plus {
  --fa: "\2b"; }

.fa-add {
  --fa: "\2b"; }

.fa-expand {
  --fa: "\f065"; }

.fa-computer {
  --fa: "\e4e5"; }

.fa-xmark {
  --fa: "\f00d"; }

.fa-close {
  --fa: "\f00d"; }

.fa-multiply {
  --fa: "\f00d"; }

.fa-remove {
  --fa: "\f00d"; }

.fa-times {
  --fa: "\f00d"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047"; }

.fa-arrows {
  --fa: "\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c"; }

.fa-chalkboard-teacher {
  --fa: "\f51c"; }

.fa-peso-sign {
  --fa: "\e222"; }

.fa-building-shield {
  --fa: "\e4d8"; }

.fa-baby {
  --fa: "\f77c"; }

.fa-users-line {
  --fa: "\e592"; }

.fa-quote-left {
  --fa: "\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d"; }

.fa-tractor {
  --fa: "\f722"; }

.fa-trash-arrow-up {
  --fa: "\f829"; }

.fa-trash-restore {
  --fa: "\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0"; }

.fa-lines-leaning {
  --fa: "\e51e"; }

.fa-ruler-combined {
  --fa: "\f546"; }

.fa-copyright {
  --fa: "\f1f9"; }

.fa-equals {
  --fa: "\3d"; }

.fa-blender {
  --fa: "\f517"; }

.fa-teeth {
  --fa: "\f62e"; }

.fa-shekel-sign {
  --fa: "\f20b"; }

.fa-ils {
  --fa: "\f20b"; }

.fa-shekel {
  --fa: "\f20b"; }

.fa-sheqel {
  --fa: "\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b"; }

.fa-map {
  --fa: "\f279"; }

.fa-rocket {
  --fa: "\f135"; }

.fa-photo-film {
  --fa: "\f87c"; }

.fa-photo-video {
  --fa: "\f87c"; }

.fa-folder-minus {
  --fa: "\f65d"; }

.fa-hexagon-nodes-bolt {
  --fa: "\e69a"; }

.fa-store {
  --fa: "\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e"; }

.fa-sign-hanging {
  --fa: "\f4d9"; }

.fa-sign {
  --fa: "\f4d9"; }

.fa-bezier-curve {
  --fa: "\f55b"; }

.fa-bell-slash {
  --fa: "\f1f6"; }

.fa-tablet {
  --fa: "\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb"; }

.fa-school-flag {
  --fa: "\e56e"; }

.fa-fill {
  --fa: "\f575"; }

.fa-angle-up {
  --fa: "\f106"; }

.fa-drumstick-bite {
  --fa: "\f6d7"; }

.fa-holly-berry {
  --fa: "\f7aa"; }

.fa-chevron-left {
  --fa: "\f053"; }

.fa-bacteria {
  --fa: "\e059"; }

.fa-hand-lizard {
  --fa: "\f258"; }

.fa-notdef {
  --fa: "\e1fe"; }

.fa-disease {
  --fa: "\f7fa"; }

.fa-briefcase-medical {
  --fa: "\f469"; }

.fa-genderless {
  --fa: "\f22d"; }

.fa-chevron-right {
  --fa: "\f054"; }

.fa-retweet {
  --fa: "\f079"; }

.fa-car-rear {
  --fa: "\f5de"; }

.fa-car-alt {
  --fa: "\f5de"; }

.fa-pump-soap {
  --fa: "\e06b"; }

.fa-video-slash {
  --fa: "\f4e2"; }

.fa-battery-quarter {
  --fa: "\f243"; }

.fa-battery-2 {
  --fa: "\f243"; }

.fa-radio {
  --fa: "\f8d7"; }

.fa-baby-carriage {
  --fa: "\f77d"; }

.fa-carriage-baby {
  --fa: "\f77d"; }

.fa-traffic-light {
  --fa: "\f637"; }

.fa-thermometer {
  --fa: "\f491"; }

.fa-vr-cardboard {
  --fa: "\f729"; }

.fa-hand-middle-finger {
  --fa: "\f806"; }

.fa-percent {
  --fa: "\25"; }

.fa-percentage {
  --fa: "\25"; }

.fa-truck-moving {
  --fa: "\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5"; }

.fa-display {
  --fa: "\e163"; }

.fa-face-smile {
  --fa: "\f118"; }

.fa-smile {
  --fa: "\f118"; }

.fa-thumbtack {
  --fa: "\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d"; }

.fa-trophy {
  --fa: "\f091"; }

.fa-person-praying {
  --fa: "\f683"; }

.fa-pray {
  --fa: "\f683"; }

.fa-hammer {
  --fa: "\f6e3"; }

.fa-hand-peace {
  --fa: "\f25b"; }

.fa-rotate {
  --fa: "\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1"; }

.fa-spinner {
  --fa: "\f110"; }

.fa-robot {
  --fa: "\f544"; }

.fa-peace {
  --fa: "\f67c"; }

.fa-gears {
  --fa: "\f085"; }

.fa-cogs {
  --fa: "\f085"; }

.fa-warehouse {
  --fa: "\f494"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7"; }

.fa-splotch {
  --fa: "\f5bc"; }

.fa-face-grin-hearts {
  --fa: "\f584"; }

.fa-grin-hearts {
  --fa: "\f584"; }

.fa-dice-four {
  --fa: "\f524"; }

.fa-sim-card {
  --fa: "\f7c4"; }

.fa-transgender {
  --fa: "\f225"; }

.fa-transgender-alt {
  --fa: "\f225"; }

.fa-mercury {
  --fa: "\f223"; }

.fa-arrow-turn-down {
  --fa: "\f149"; }

.fa-level-down {
  --fa: "\f149"; }

.fa-person-falling-burst {
  --fa: "\e547"; }

.fa-award {
  --fa: "\f559"; }

.fa-ticket-simple {
  --fa: "\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff"; }

.fa-building {
  --fa: "\f1ad"; }

.fa-angles-left {
  --fa: "\f100"; }

.fa-angle-double-left {
  --fa: "\f100"; }

.fa-qrcode {
  --fa: "\f029"; }

.fa-clock-rotate-left {
  --fa: "\f1da"; }

.fa-history {
  --fa: "\f1da"; }

.fa-face-grin-beam-sweat {
  --fa: "\f583"; }

.fa-grin-beam-sweat {
  --fa: "\f583"; }

.fa-file-export {
  --fa: "\f56e"; }

.fa-arrow-right-from-file {
  --fa: "\f56e"; }

.fa-shield {
  --fa: "\f132"; }

.fa-shield-blank {
  --fa: "\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885"; }

.fa-comment-nodes {
  --fa: "\e696"; }

.fa-house-medical {
  --fa: "\e3b2"; }

.fa-golf-ball-tee {
  --fa: "\f450"; }

.fa-golf-ball {
  --fa: "\f450"; }

.fa-circle-chevron-left {
  --fa: "\f137"; }

.fa-chevron-circle-left {
  --fa: "\f137"; }

.fa-house-chimney-window {
  --fa: "\e00d"; }

.fa-pen-nib {
  --fa: "\f5ad"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580"; }

.fa-tents {
  --fa: "\e582"; }

.fa-wand-magic {
  --fa: "\f0d0"; }

.fa-magic {
  --fa: "\f0d0"; }

.fa-dog {
  --fa: "\f6d3"; }

.fa-carrot {
  --fa: "\f787"; }

.fa-moon {
  --fa: "\f186"; }

.fa-wine-glass-empty {
  --fa: "\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce"; }

.fa-cheese {
  --fa: "\f7ef"; }

.fa-yin-yang {
  --fa: "\f6ad"; }

.fa-music {
  --fa: "\f001"; }

.fa-code-commit {
  --fa: "\f386"; }

.fa-temperature-low {
  --fa: "\f76b"; }

.fa-person-biking {
  --fa: "\f84a"; }

.fa-biking {
  --fa: "\f84a"; }

.fa-broom {
  --fa: "\f51a"; }

.fa-shield-heart {
  --fa: "\e574"; }

.fa-gopuram {
  --fa: "\f664"; }

.fa-earth-oceania {
  --fa: "\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b"; }

.fa-square-xmark {
  --fa: "\f2d3"; }

.fa-times-square {
  --fa: "\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3"; }

.fa-hashtag {
  --fa: "\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424"; }

.fa-expand-alt {
  --fa: "\f424"; }

.fa-oil-can {
  --fa: "\f613"; }

.fa-t {
  --fa: "\54"; }

.fa-hippo {
  --fa: "\f6ed"; }

.fa-chart-column {
  --fa: "\e0e3"; }

.fa-infinity {
  --fa: "\f534"; }

.fa-vial-circle-check {
  --fa: "\e596"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538"; }

.fa-voicemail {
  --fa: "\f897"; }

.fa-fan {
  --fa: "\f863"; }

.fa-person-walking-luggage {
  --fa: "\e554"; }

.fa-up-down {
  --fa: "\f338"; }

.fa-arrows-alt-v {
  --fa: "\f338"; }

.fa-cloud-moon-rain {
  --fa: "\f73c"; }

.fa-calendar {
  --fa: "\f133"; }

.fa-trailer {
  --fa: "\e041"; }

.fa-bahai {
  --fa: "\f666"; }

.fa-haykal {
  --fa: "\f666"; }

.fa-sd-card {
  --fa: "\f7c2"; }

.fa-dragon {
  --fa: "\f6d5"; }

.fa-shoe-prints {
  --fa: "\f54b"; }

.fa-circle-plus {
  --fa: "\f055"; }

.fa-plus-circle {
  --fa: "\f055"; }

.fa-face-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-hand-holding {
  --fa: "\f4bd"; }

.fa-plug-circle-exclamation {
  --fa: "\e55d"; }

.fa-link-slash {
  --fa: "\f127"; }

.fa-chain-broken {
  --fa: "\f127"; }

.fa-chain-slash {
  --fa: "\f127"; }

.fa-unlink {
  --fa: "\f127"; }

.fa-clone {
  --fa: "\f24d"; }

.fa-person-walking-arrow-loop-left {
  --fa: "\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4"; }

.fa-fire-alt {
  --fa: "\f7e4"; }

.fa-tornado {
  --fa: "\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494"; }

.fa-book-quran {
  --fa: "\f687"; }

.fa-quran {
  --fa: "\f687"; }

.fa-anchor {
  --fa: "\f13d"; }

.fa-border-all {
  --fa: "\f84c"; }

.fa-face-angry {
  --fa: "\f556"; }

.fa-angry {
  --fa: "\f556"; }

.fa-cookie-bite {
  --fa: "\f564"; }

.fa-arrow-trend-down {
  --fa: "\e097"; }

.fa-rss {
  --fa: "\f09e"; }

.fa-feed {
  --fa: "\f09e"; }

.fa-draw-polygon {
  --fa: "\f5ee"; }

.fa-scale-balanced {
  --fa: "\f24e"; }

.fa-balance-scale {
  --fa: "\f24e"; }

.fa-gauge-simple-high {
  --fa: "\f62a"; }

.fa-tachometer {
  --fa: "\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a"; }

.fa-shower {
  --fa: "\f2cc"; }

.fa-desktop {
  --fa: "\f390"; }

.fa-desktop-alt {
  --fa: "\f390"; }

.fa-m {
  --fa: "\4d"; }

.fa-table-list {
  --fa: "\f00b"; }

.fa-th-list {
  --fa: "\f00b"; }

.fa-comment-sms {
  --fa: "\f7cd"; }

.fa-sms {
  --fa: "\f7cd"; }

.fa-book {
  --fa: "\f02d"; }

.fa-user-plus {
  --fa: "\f234"; }

.fa-check {
  --fa: "\f00c"; }

.fa-battery-three-quarters {
  --fa: "\f241"; }

.fa-battery-4 {
  --fa: "\f241"; }

.fa-house-circle-check {
  --fa: "\e509"; }

.fa-angle-left {
  --fa: "\f104"; }

.fa-diagram-successor {
  --fa: "\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc"; }

.fa-hand-fist {
  --fa: "\f6de"; }

.fa-fist-raised {
  --fa: "\f6de"; }

.fa-cloud-moon {
  --fa: "\f6c3"; }

.fa-briefcase {
  --fa: "\f0b1"; }

.fa-person-falling {
  --fa: "\e546"; }

.fa-image-portrait {
  --fa: "\f3e0"; }

.fa-portrait {
  --fa: "\f3e0"; }

.fa-user-tag {
  --fa: "\f507"; }

.fa-rug {
  --fa: "\e569"; }

.fa-earth-europe {
  --fa: "\f7a2"; }

.fa-globe-europe {
  --fa: "\f7a2"; }

.fa-cart-flatbed-suitcase {
  --fa: "\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d"; }

.fa-rectangle-xmark {
  --fa: "\f410"; }

.fa-rectangle-times {
  --fa: "\f410"; }

.fa-times-rectangle {
  --fa: "\f410"; }

.fa-window-close {
  --fa: "\f410"; }

.fa-baht-sign {
  --fa: "\e0ac"; }

.fa-book-open {
  --fa: "\f518"; }

.fa-book-journal-whills {
  --fa: "\f66a"; }

.fa-journal-whills {
  --fa: "\f66a"; }

.fa-handcuffs {
  --fa: "\e4f8"; }

.fa-triangle-exclamation {
  --fa: "\f071"; }

.fa-exclamation-triangle {
  --fa: "\f071"; }

.fa-warning {
  --fa: "\f071"; }

.fa-database {
  --fa: "\f1c0"; }

.fa-share {
  --fa: "\f064"; }

.fa-mail-forward {
  --fa: "\f064"; }

.fa-bottle-droplet {
  --fa: "\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508"; }

.fa-right-left {
  --fa: "\f362"; }

.fa-exchange-alt {
  --fa: "\f362"; }

.fa-paper-plane {
  --fa: "\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565"; }

.fa-dungeon {
  --fa: "\f6d9"; }

.fa-align-right {
  --fa: "\f038"; }

.fa-money-bill-1-wave {
  --fa: "\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b"; }

.fa-life-ring {
  --fa: "\f1cd"; }

.fa-hands {
  --fa: "\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7"; }

.fa-signing {
  --fa: "\f2a7"; }

.fa-calendar-day {
  --fa: "\f783"; }

.fa-water-ladder {
  --fa: "\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d"; }

.fa-arrows-v {
  --fa: "\f07d"; }

.fa-face-grimace {
  --fa: "\f57f"; }

.fa-grimace {
  --fa: "\f57f"; }

.fa-wheelchair-move {
  --fa: "\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce"; }

.fa-turn-down {
  --fa: "\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be"; }

.fa-person-walking-arrow-right {
  --fa: "\e552"; }

.fa-square-envelope {
  --fa: "\f199"; }

.fa-envelope-square {
  --fa: "\f199"; }

.fa-dice {
  --fa: "\f522"; }

.fa-bowling-ball {
  --fa: "\f436"; }

.fa-brain {
  --fa: "\f5dc"; }

.fa-bandage {
  --fa: "\f462"; }

.fa-band-aid {
  --fa: "\f462"; }

.fa-calendar-minus {
  --fa: "\f272"; }

.fa-circle-xmark {
  --fa: "\f057"; }

.fa-times-circle {
  --fa: "\f057"; }

.fa-xmark-circle {
  --fa: "\f057"; }

.fa-gifts {
  --fa: "\f79c"; }

.fa-hotel {
  --fa: "\f594"; }

.fa-earth-asia {
  --fa: "\f57e"; }

.fa-globe-asia {
  --fa: "\f57e"; }

.fa-id-card-clip {
  --fa: "\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e"; }

.fa-search-plus {
  --fa: "\f00e"; }

.fa-thumbs-up {
  --fa: "\f164"; }

.fa-user-clock {
  --fa: "\f4fd"; }

.fa-hand-dots {
  --fa: "\f461"; }

.fa-allergies {
  --fa: "\f461"; }

.fa-file-invoice {
  --fa: "\f570"; }

.fa-window-minimize {
  --fa: "\f2d1"; }

.fa-mug-saucer {
  --fa: "\f0f4"; }

.fa-coffee {
  --fa: "\f0f4"; }

.fa-brush {
  --fa: "\f55d"; }

.fa-file-half-dashed {
  --fa: "\e698"; }

.fa-mask {
  --fa: "\f6fa"; }

.fa-magnifying-glass-minus {
  --fa: "\f010"; }

.fa-search-minus {
  --fa: "\f010"; }

.fa-ruler-vertical {
  --fa: "\f548"; }

.fa-user-large {
  --fa: "\f406"; }

.fa-user-alt {
  --fa: "\f406"; }

.fa-train-tram {
  --fa: "\e5b4"; }

.fa-user-nurse {
  --fa: "\f82f"; }

.fa-syringe {
  --fa: "\f48e"; }

.fa-cloud-sun {
  --fa: "\f6c4"; }

.fa-stopwatch-20 {
  --fa: "\e06f"; }

.fa-square-full {
  --fa: "\f45c"; }

.fa-magnet {
  --fa: "\f076"; }

.fa-jar {
  --fa: "\e516"; }

.fa-note-sticky {
  --fa: "\f249"; }

.fa-sticky-note {
  --fa: "\f249"; }

.fa-bug-slash {
  --fa: "\e490"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"; }

.fa-bone {
  --fa: "\f5d7"; }

.fa-table-cells-row-unlock {
  --fa: "\e691"; }

.fa-user-injured {
  --fa: "\f728"; }

.fa-face-sad-tear {
  --fa: "\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4"; }

.fa-plane {
  --fa: "\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581"; }

.fa-exclamation {
  --fa: "\21"; }

.fa-arrows-spin {
  --fa: "\e4bb"; }

.fa-print {
  --fa: "\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb"; }

.fa-try {
  --fa: "\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa-dollar-sign {
  --fa: "\24"; }

.fa-dollar {
  --fa: "\24"; }

.fa-usd {
  --fa: "\24"; }

.fa-x {
  --fa: "\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688"; }

.fa-search-dollar {
  --fa: "\f688"; }

.fa-users-gear {
  --fa: "\f509"; }

.fa-users-cog {
  --fa: "\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a"; }

.fa-building-columns {
  --fa: "\f19c"; }

.fa-bank {
  --fa: "\f19c"; }

.fa-institution {
  --fa: "\f19c"; }

.fa-museum {
  --fa: "\f19c"; }

.fa-university {
  --fa: "\f19c"; }

.fa-umbrella {
  --fa: "\f0e9"; }

.fa-trowel {
  --fa: "\e589"; }

.fa-d {
  --fa: "\44"; }

.fa-stapler {
  --fa: "\e5af"; }

.fa-masks-theater {
  --fa: "\f630"; }

.fa-theater-masks {
  --fa: "\f630"; }

.fa-kip-sign {
  --fa: "\e1c4"; }

.fa-hand-point-left {
  --fa: "\f0a5"; }

.fa-handshake-simple {
  --fa: "\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6"; }

.fa-jet-fighter {
  --fa: "\f0fb"; }

.fa-fighter-jet {
  --fa: "\f0fb"; }

.fa-square-share-nodes {
  --fa: "\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1"; }

.fa-barcode {
  --fa: "\f02a"; }

.fa-plus-minus {
  --fa: "\e43c"; }

.fa-video {
  --fa: "\f03d"; }

.fa-video-camera {
  --fa: "\f03d"; }

.fa-graduation-cap {
  --fa: "\f19d"; }

.fa-mortar-board {
  --fa: "\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e"; }

.fa-turn-up {
  --fa: "\f3bf"; }

.fa-level-up-alt {
  --fa: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(90,97,113,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90,97,113,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eceef1;
          box-shadow: -1px 0 0 #eceef1;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff5a5f;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #ff5a5f;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ff5a5f;
          box-shadow: -10px 0 0 #ff5a5f;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
          box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72,72,72,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
          box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
span.flatpickr-day.selected {
  font-weight: bold;
}


.autocomplete {
    background: white;
    z-index: 1000;
    font: 14px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid rgba(50, 50, 50, 0.6);
}

.autocomplete * {
    font: inherit;
}

.autocomplete > div {
    padding: 0 4px;
}

.autocomplete .group {
    background: #eee;
}

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
    background: #81ca91;
    cursor: pointer;
}


[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*!
 * smartbanner.js v1.20.0 <https://github.com/ain/smartbanner.js#readme>
 * Copyright © 2023 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  /** Android styles **/
}
.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center;
}
.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: " ";
}
.smartbanner__exit::before {
  transform: rotate(45deg);
}
.smartbanner__exit::after {
  transform: rotate(-45deg);
}
.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px;
}
.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  align-items: center;
  color: #000;
}
.smartbanner__info__title {
  font-size: 14px;
}
.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px;
}
.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.smartbanner__button__label {
  text-align: center;
}
.smartbanner.smartbanner--android {
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  box-shadow: inset 0 4px 0 #88b131;
}
.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 20px;
  line-height: 17px;
  text-shadow: 0 1px 1px #000;
}
.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  background: #b1b1b3;
}
.smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee;
}
.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none;
}
.smartbanner.smartbanner--android .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: bold;
}
.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 0;
  background: none;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: bold;
}
.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1;
}

@charset "UTF-8";
.c-debug .subtitle {
  margin-bottom: 30px; }

.c-debug-icons .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #1d2028;
  border: 1px solid #f2f5f9;
  border-radius: 4px;
  box-shadow: 0 2px 5px -2px #cecfdc;
  margin-bottom: 10px;
  padding: 8px 20px; }
  .c-debug-icons .item .name {
    font-size: 14px;
    font-weight: 500; }
  .c-debug-icons .item .preview {
    font-size: 25px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 95%; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1080px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?v=u6cd4a626");
  src: url("../fonts/icons.eot?v=u6cd4a626#iefix") format("eot"), url("../fonts/icons.woff?v=u6cd4a626") format("woff"), url("../fonts/icons.ttf?v=u6cd4a626") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon, [class^="icon-"], [class*=" icon-"] {
  display: inline;
  vertical-align: middle;
  font-family: 'icons';
  font-size: inherit;
  text-rendering: auto;
  text-decoration: none;
  text-transform: none;
  font-style: normal; }

.icon-404:before {
  content: "\E001"; }

.icon-arrow-bottom:before {
  content: "\E002"; }

.icon-arrow-down:before {
  content: "\E003"; }

.icon-arrow-left:before {
  content: "\E004"; }

.icon-arrow-right:before {
  content: "\E005"; }

.icon-arrow-top:before {
  content: "\E006"; }

.icon-audio-lines:before {
  content: "\E007"; }

.icon-bookmark:before {
  content: "\E008"; }

.icon-calendar:before {
  content: "\E009"; }

.icon-camera:before {
  content: "\E00A"; }

.icon-caret-down:before {
  content: "\E00B"; }

.icon-checked:before {
  content: "\E00C"; }

.icon-checkmark:before {
  content: "\E00D"; }

.icon-chevron-down:before {
  content: "\E00E"; }

.icon-chevron-left:before {
  content: "\E00F"; }

.icon-chevron-right:before {
  content: "\E010"; }

.icon-chevron-up:before {
  content: "\E011"; }

.icon-close:before {
  content: "\E012"; }

.icon-czech-republic:before {
  content: "\E013"; }

.icon-edit:before {
  content: "\E014"; }

.icon-email-outline:before {
  content: "\E015"; }

.icon-facebook:before {
  content: "\E016"; }

.icon-faq:before {
  content: "\E017"; }

.icon-file-audio:before {
  content: "\E018"; }

.icon-file-code:before {
  content: "\E019"; }

.icon-file-image:before {
  content: "\E01A"; }

.icon-file-jpg:before {
  content: "\E01B"; }

.icon-file-pdf:before {
  content: "\E01C"; }

.icon-file-png:before {
  content: "\E01D"; }

.icon-file-video:before {
  content: "\E01E"; }

.icon-file-zip:before {
  content: "\E01F"; }

.icon-file:before {
  content: "\E020"; }

.icon-grid:before {
  content: "\E021"; }

.icon-handshake:before {
  content: "\E022"; }

.icon-heart-fill:before {
  content: "\E023"; }

.icon-heart:before {
  content: "\E024"; }

.icon-info:before {
  content: "\E025"; }

.icon-instagram:before {
  content: "\E026"; }

.icon-linkedin:before {
  content: "\E027"; }

.icon-logo-voyo:before {
  content: "\E028"; }

.icon-logout:before {
  content: "\E029"; }

.icon-menu:before {
  content: "\E02A"; }

.icon-microphone:before {
  content: "\E02B"; }

.icon-newsletter-send:before {
  content: "\E02C"; }

.icon-newsletter:before {
  content: "\E02D"; }

.icon-no-video:before {
  content: "\E02E"; }

.icon-order:before {
  content: "\E02F"; }

.icon-pause:before {
  content: "\E030"; }

.icon-phone-outline:before {
  content: "\E031"; }

.icon-play:before {
  content: "\E032"; }

.icon-podcast:before {
  content: "\E033"; }

.icon-qa:before {
  content: "\E034"; }

.icon-questionmark:before {
  content: "\E035"; }

.icon-quote:before {
  content: "\E036"; }

.icon-reality-app-back:before {
  content: "\E037"; }

.icon-reality-app-group:before {
  content: "\E038"; }

.icon-reality-app-home:before {
  content: "\E039"; }

.icon-reality-app-rating:before {
  content: "\E03A"; }

.icon-reality-app-video:before {
  content: "\E03B"; }

.icon-refresh:before {
  content: "\E03C"; }

.icon-rss:before {
  content: "\E03D"; }

.icon-search:before {
  content: "\E03E"; }

.icon-star-fill:before {
  content: "\E03F"; }

.icon-star:before {
  content: "\E040"; }

.icon-target:before {
  content: "\E041"; }

.icon-tiktok:before {
  content: "\E042"; }

.icon-twitter:before {
  content: "\E043"; }

.icon-twitter_old:before {
  content: "\E044"; }

.icon-user:before {
  content: "\E045"; }

.icon-video:before {
  content: "\E046"; }

.icon-visibility:before {
  content: "\E047"; }

.icon-visibility_off:before {
  content: "\E048"; }

.icon-volume-mute:before {
  content: "\E049"; }

.icon-volume:before {
  content: "\E04A"; }

.icon-warning-fill:before {
  content: "\E04B"; }

.icon-warning:before {
  content: "\E04C"; }

.icon-youtube:before {
  content: "\E04D"; }

*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  font-family: "Organica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #1A1919;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%; }
  body.dark-mode {
    background: #1A1919; }
  body.-hp .c-hero-wrapper > .container > .row {
    padding-bottom: 0; }
    body.-hp .c-hero-wrapper > .container > .row:after {
      display: none; }

::-moz-selection {
  background: #CF3339;
  color: #fff; }

::selection {
  background: #CF3339;
  color: #fff; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

button {
  background: transparent;
  border: 0;
  cursor: pointer; }

mark {
  background: transparent; }

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
  font-weight: inherit;
  line-height: inherit; }

h1.c-title {
  font-size: 46px;
  margin: 0 0 24px 0; }
  h1.c-title + .short-description {
    color: #7C7C7C;
    font-size: 14px;
    margin-top: -16px;
    line-height: 1.5; }

.container {
  padding: 0 32px; }

.c-source-text {
  font-style: italic;
  font-weight: 500;
  color: rgba(26, 25, 25, 0.6);
  margin: 24px 0; }
  .c-source-text a {
    color: #CF3339;
    font-weight: 600;
    margin-right: 4px; }

.c-frontend-navigation {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  pointer-events: none;
  pointer-events: none; }
  .c-frontend-navigation > * {
    pointer-events: all; }
  .c-frontend-navigation .toggle {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
    background: #CF3339;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s ease opacity;
    pointer-events: all; }
    .c-frontend-navigation .toggle:before {
      content: "\E02A";
      font-family: 'Icons'; }
    .c-frontend-navigation .toggle:hover {
      opacity: 0; }
      .c-frontend-navigation .toggle:hover + .content {
        transform: none;
        pointer-events: all; }
  .c-frontend-navigation .content {
    position: relative;
    background: #F6F4F3;
    border-radius: 10px;
    transform: translateX(-110%);
    transition: 0.3s ease transform;
    pointer-events: none;
    max-width: 600px;
    overflow: hidden;
    padding: 20px; }
    .c-frontend-navigation .content .header {
      display: flex;
      justify-content: center;
      border-bottom: 1px solid #E5DFDC;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .c-frontend-navigation .content .header .c-logo {
        display: flex;
        align-items: flex-start; }
    .c-frontend-navigation .content ul {
      display: flex;
      flex-wrap: wrap;
      max-height: 250px;
      overflow-y: scroll; }
      .c-frontend-navigation .content ul li {
        width: 33.333%;
        margin: 3px 0; }
        .c-frontend-navigation .content ul li a {
          display: flex;
          font-size: 14px;
          color: #1A1919; }
          .c-frontend-navigation .content ul li a:before {
            content: "\E010";
            font-family: 'Icons';
            font-size: 8px;
            margin-right: 5px;
            margin-top: 3px;
            color: #0096CC; }
          .c-frontend-navigation .content ul li a:hover {
            color: #0096CC; }
        .c-frontend-navigation .content ul li.active {
          font-weight: 700; }
    .c-frontend-navigation .content:hover {
      pointer-events: all;
      transform: none; }

.mobile-only {
  display: none !important; }

.c-content {
  padding-top: 65px;
  flex: 1 0 auto; }
  .c-content-inner > *:first-child {
    margin-top: 0; }
  .c-content-inner > *:last-child {
    margin-bottom: 0; }
  .c-content-inner > * + * {
    margin-top: 24px; }
  .c-content-inner > .c-section-inner + .text-center {
    margin-top: -8px !important; }
  .c-content-inner > .c-section-inner .js-article-load-more .c-article-wrapper {
    margin-top: -8px !important; }
  .c-content > .c-section {
    margin: 20px 0; }

.image.is-missing,
.img.is-missing {
  background: #ebe7e4;
  position: relative; }
  .image.is-missing:before,
  .img.is-missing:before {
    content: '';
    background-image: url("../assets/logo2025.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: grayscale(1) brightness(0.65);
    z-index: 10;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .image.is-missing > img,
  .img.is-missing > img {
    display: none; }
  .image.is-missing *:not(canvas),
  .img.is-missing *:not(canvas) {
    z-index: 10; }

img.lazyload,
img.lazyloading {
  opacity: 0; }

img.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

img.lazyload:not([src]) {
  visibility: hidden; }

.dark-mode .c-content {
  background: #1A1919 !important;
  color: #fff; }

.c-404 {
  text-align: center;
  padding: 40px 0; }
  .c-404 .icon {
    display: inline-block;
    color: #CF3339;
    font-size: calc(60px + 2vw); }

.cta-button.text-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.cta-button .btn-primary {
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  background: #0096CC;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #fff !important;
  cursor: pointer; }
  .cta-button .btn-primary:hover {
    background: #145C8F !important; }

#didomi-consent-popup ~ #didomi-popup {
  display: none; }

body > .adsbox {
  display: none; }

.-novaczlogo,
.-oneplaylogo {
  display: block !important; }
  .-novaczlogo.-darkmode,
  .-oneplaylogo.-darkmode {
    display: none !important; }

@media (min-width: 1200px) {
  .c-content-inner {
    max-width: 716px;
    flex: initial; }
  .c-sidebar {
    max-width: 324px; } }

@media (max-width: 1199.98px) {
  .c-frontend-navigation {
    display: none; } }

@media (max-width: 991.98px) {
  body.has-nav-open,
  html.has-nav-open {
    overflow: hidden !important; }
  .c-content {
    padding-top: 62px; } }

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none !important; }
  .mobile-only {
    display: flex !important; }
  .container {
    padding: 0 16px; }
  .c-content {
    padding-top: 62px; }
  h1.c-title {
    font-size: 26px;
    margin: 0 0 16px 0; }
  .c-404 {
    padding: 20px 0; }
    .c-404 .icon {
      margin-bottom: 0 !important; } }

/* Blocking Recovery (anti adblock) popup */
.fc-ab-root .fc-dialog-container .fc-header-image-container {
  width: 150px !important;
  height: 46px !important;
  margin: auto !important;
  background: url("https://cloudia.cms.nova.cz/rx/0f42f808-9e54-4c85-963a-4b0e57563592") no-repeat !important;
  background-size: 100% !important; }
  .fc-ab-root .fc-dialog-container .fc-header-image-container img {
    display: none !important; }

.--top-anchor {
  position: absolute;
  top: calc(var(--anchor-top-offset, 0) * -1); }

.-dark-theme {
  /* TCF (cookies accepting) popup */
  /* Blocking Recovery (anti adblock) popup */ }
  .-dark-theme body,
  .-dark-theme .c-content {
    background: #1A1919;
    color: #fff; }
  .-dark-theme .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: rgba(246, 244, 243, 0.25);
    opacity: initial; }
    .-dark-theme .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
      background: rgba(246, 244, 243, 0.4); }
  .-dark-theme .pw-subscription-popup-inner {
    background: #313030;
    color: #fff;
    box-shadow: 0px 3px 6px rgba(229, 229, 229, 0.16); }
    .-dark-theme .pw-subscription-popup-inner button.pw-subscribe-popup-button:not(.pw-subscribe-popup-button-active) {
      color: #fff; }
      .-dark-theme .pw-subscription-popup-inner button.pw-subscribe-popup-button:not(.pw-subscribe-popup-button-active):hover {
        background: #272626; }
  .-dark-theme .c-source-text {
    color: #7C7C7C; }
  .-dark-theme #didomi-host .didomi-popup-container {
    background: #313030;
    color: #fff; }
  .-dark-theme #didomi-host .didomi-popup-notice-text-container p, .-dark-theme #didomi-host .didomi-popup-notice-text-container span {
    color: #fff; }
  .-dark-theme #didomi-host .didomi-consent-popup-category p, .-dark-theme #didomi-host .didomi-consent-popup-category span {
    color: #fff; }
  .-dark-theme #didomi-host .didomi-consent-popup-category .didomi-components-radio__option:not(.didomi-components-radio__option--selected) {
    color: #1A1919; }
    .-dark-theme #didomi-host .didomi-consent-popup-category .didomi-components-radio__option:not(.didomi-components-radio__option--selected) span {
      color: #1A1919; }
  .-dark-theme #didomi-host div[role=tooltip] {
    background: #292828; }
  .-dark-theme #didomi-host a:not(.didomi-no-link-style) {
    color: #BCB8B8 !important; }
  .-dark-theme #didomi-host .didomi-consent-popup-data-processing__purpose_actions {
    background: transparent !important; }
    .-dark-theme #didomi-host .didomi-consent-popup-data-processing__purpose_actions_title {
      color: #fff !important; }
  .-dark-theme #didomi-host .didomi-consent-popup-data-processing__description span {
    color: #fff; }
  .-dark-theme #didomi-host svg.didomi-icon:not(.didomi-logo-icon) {
    background: #fff;
    border-radius: 10px; }
  .-dark-theme #didomi-host svg.didomi-icon.didomi-logo-icon {
    filter: invert(1); }
  .-dark-theme #didomi-host .label-click span {
    color: #E5E5E5; }
  .-dark-theme #didomi-host .didomi-arrow-back-popup-preferences-vendors {
    filter: invert(1); }
  .-dark-theme #didomi-host [dataTooltip]:focus:after {
    background: #292828;
    border-color: #292828; }
  .-dark-theme #didomi-host .didomi-popup-close {
    filter: invert(1); }
  .-dark-theme #didomi-host .didomi-popup-footer {
    background: #313030; }
    .-dark-theme #didomi-host .didomi-popup-footer a img {
      filter: invert(1); }
  .-dark-theme .fc-ab-root .fc-dialog-container {
    box-shadow: #000 0px 0px 0.75em !important; }
    .-dark-theme .fc-ab-root .fc-dialog-container .fc-ab-dialog {
      background: #313030 !important; }
    .-dark-theme .fc-ab-root .fc-dialog-container .fc-dialog-body p {
      color: #fff !important; }
    .-dark-theme .fc-ab-root .fc-dialog-container .fc-buttons .fc-button-label {
      outline: none !important; }
    .-dark-theme .fc-ab-root .fc-dialog-container .fc-header-image-container {
      background-image: url("https://cloudia.cms.nova.cz/rx/6e3fa27a-abdb-49f5-a1be-70643e59b965") !important; }
  .-dark-theme .-novaczlogo,
  .-dark-theme .-oneplaylogo {
    display: none !important; }
    .-dark-theme .-novaczlogo.-darkmode,
    .-dark-theme .-oneplaylogo.-darkmode {
      display: block !important; }

@font-face {
  font-family: 'Organica';
  src: url("../fonts/Organica_T_Regular.eot?v=u9209649a");
  src: url("../fonts/Organica_T_Regular.eot?v=u9209649a#iefix") format("embedded-opentype"), url("../fonts/Organica_T_Regular-new-ascent-descent.woff2?v=u9209649a") format("woff2"), url("../fonts/Organica_T_Regular.woff?v=u9209649a") format("woff"), url("../fonts/Organica_T_Regular.svg?v=u9209649a#Organica_T_Regular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Organica';
  src: url("../fonts/Organica_L_Regular.eot?v=u9209649a");
  src: url("../fonts/Organica_L_Regular.eot?v=u9209649a#iefix") format("embedded-opentype"), url("../fonts/Organica_L_Regular-new-ascent-descent.woff2?v=u9209649a") format("woff2"), url("../fonts/Organica_L_Regular.woff?v=u9209649a") format("woff"), url("../fonts/Organica_L_Regular.svg?v=u9209649a#Organica_L_Regular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Organica';
  src: url("../fonts/Organica_R_Regular.eot?v=u9209649a");
  src: url("../fonts/Organica_R_Regular.eot?v=u9209649a#iefix") format("embedded-opentype"), url("../fonts/Organica_R_Regular-new-ascent-descent.woff2?v=u9209649a") format("woff2"), url("../fonts/Organica_R_Regular.woff?v=u9209649a") format("woff"), url("../fonts/Organica_R_Regular.svg?v=u9209649a#Organica_R_Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Organica';
  src: url("../fonts/Organica_R_Italic.eot?v=u9209649a");
  src: url("../fonts/Organica_R_Italic.eot?v=u9209649a#iefix") format("embedded-opentype"), url("../fonts/Organica_R_Italic-new-ascent-descent.woff2?v=u9209649a") format("woff2"), url("../fonts/Organica_R_Italic.woff?v=u9209649a") format("woff"), url("../fonts/Organica_R_Italic.svg?v=u9209649a#Organica_R_Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Organica';
  src: url("../fonts/Organica_M_Regular.eot?v=u9209649a");
  src: url("../fonts/Organica_M_Regular.eot?v=u9209649a#iefix") format("embedded-opentype"), url("../fonts/Organica_M_Regular-new-ascent-descent.woff2?v=u9209649a") format("woff2"), url("../fonts/Organica_M_Regular.woff?v=u9209649a") format("woff"), url("../fonts/Organica_M_Regular.svg?v=u9209649a#Organica_M_Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Organica';
  src: url("../fonts/Organica_R_Bold.eot?v=u9209649a");
  src: url("../fonts/Organica_R_Bold.eot?v=u9209649a#iefix") format("embedded-opentype"), url("../fonts/Organica_R_Bold-new-ascent-descent.woff2?v=u9209649a") format("woff2"), url("../fonts/Organica_R_Bold.woff?v=u9209649a") format("woff"), url("../fonts/Organica_R_Bold.svg?v=u9209649a#Organica_R_Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Organica';
  src: url("../fonts/Organica_R_Bold_Italic.eot?v=u9209649a");
  src: url("../fonts/Organica_R_Bold_Italic.eot?v=u9209649a#iefix") format("embedded-opentype"), url("../fonts/Organica_R_Bold_Italic-new-ascent-descent.woff2?v=u9209649a") format("woff2"), url("../fonts/Organica_R_Bold_Italic.woff?v=u9209649a") format("woff"), url("../fonts/Organica_R_Bold_Italic.svg?v=u9209649a#Organica_R_Bold_Italic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Organica';
  src: url("../fonts/Organica_M_Bold.eot?v=u9209649a");
  src: url("../fonts/Organica_M_Bold.eot?v=u9209649a#iefix") format("embedded-opentype"), url("../fonts/Organica_M_Bold-new-ascent-descent.woff2?v=u9209649a") format("woff2"), url("../fonts/Organica_M_Bold.woff?v=u9209649a") format("woff"), url("../fonts/Organica_M_Bold.svg?v=u9209649a#Organica_M_Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

.c-header {
  width: 100%;
  top: 0;
  z-index: 1039;
  padding: 0 50px;
  position: fixed;
  height: 65px;
  align-items: center;
  display: flex; }
  .c-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F6F4F3;
    z-index: 15; }
  .c-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0096CC, #C6F1FF);
    pointer-events: none;
    z-index: 15; }
  .c-header .main {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1450px;
    margin: auto; }
    .c-header .main > *:not(.c-navigation):not(.c-search) {
      position: relative;
      z-index: 15; }
    .c-header .main > * + * {
      margin-left: 30px; }
  .c-header .hamburger {
    position: relative;
    display: none;
    min-width: 16px;
    height: 16px;
    color: #1A1919; }
    .c-header .hamburger:before, .c-header .hamburger:after {
      font-family: 'Icons';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 14px; }
    .c-header .hamburger:before {
      content: "\E02A"; }
    .c-header .hamburger:after {
      content: "\E012";
      opacity: 0; }
    .c-header .hamburger.-active:before {
      opacity: 0; }
    .c-header .hamburger.-active:after {
      opacity: 1; }
    .c-header .hamburger:focus {
      outline: 0; }
    .c-header .hamburger-desktop {
      display: inline-flex; }
      .c-header .hamburger-desktop:hover {
        color: #CF3339; }
  .c-header .live-box {
    position: relative;
    margin: 0 -50px 0 auto;
    display: flex;
    max-width: 325px;
    flex-shrink: 0; }
    .c-header .live-box.-big {
      display: none; }
    .c-header .live-box.-small {
      display: block;
      visibility: hidden; }
    .c-header .live-box .c-article.-live {
      margin-bottom: 0;
      padding: 4px;
      border-radius: 0; }
      .c-header .live-box .c-article.-live.-inline {
        flex-wrap: initial; }
      .c-header .live-box .c-article.-live .img {
        flex-shrink: 0;
        display: flex;
        align-items: flex-start;
        margin-right: 0;
        min-width: 129px; }
        .c-header .live-box .c-article.-live .img img {
          border-radius: 1px; }
      .c-header .live-box .c-article.-live .content {
        display: flex;
        align-items: center;
        height: 72px;
        margin: 0; }
        .c-header .live-box .c-article.-live .content .title {
          font-size: 12px;
          font-weight: 700;
          line-height: 1.4; }
          .c-header .live-box .c-article.-live .content .title > a {
            display: flex;
            align-items: center;
            display: -webkit-box;
            max-height: 48px;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 3;
            margin-right: 15px;
            margin-left: 15px; }
            .c-header .live-box .c-article.-live .content .title > a:empty {
              display: none; }
      .c-header .live-box .c-article.-live:after {
        display: none; }
    .c-header .live-box > .c-live-badge.-large {
      margin-right: 50px;
      margin-left: 10px;
      padding-top: 11px; }
  .c-header .apps-banner {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    margin: 0 22px 0 10px;
    color: #1A1919;
    display: flex;
    align-items: center;
    column-gap: 8px; }
    .c-header .apps-banner:before {
      content: "";
      width: 18px;
      height: 18px;
      display: block;
      background: var(--icon-lightmode) no-repeat;
      background-size: 100%; }
    .c-header .apps-banner.-tiny .apps-banner-text {
      display: none; }

.c-logo {
  width: 70px;
  flex-shrink: 0; }
  .c-logo img {
    width: 100%;
    height: auto;
    display: block; }

@media (max-width: 1250px) {
  .c-header {
    padding: 0 16.66667px; }
    .c-header .main > * + * {
      margin-left: 20px; }
    .c-header .live-box {
      margin-left: auto; }
      .c-header .live-box .c-article.-live .img {
        max-width: 100%; }
      .c-header .live-box .c-article.-live .content {
        display: none; } }

@media (max-width: 991.98px) {
  .c-header {
    height: 62px;
    padding: 0 16px; }
    .c-header .main > * + * {
      margin-left: 22px; }
    .c-header .hamburger {
      order: 3;
      display: inline-flex; }
      .c-header .hamburger-desktop {
        display: none; }
    .c-header .c-search {
      order: 2; }
    .c-header .live-box {
      margin: 0 0 0 auto;
      height: auto;
      padding: 0; }
      .c-header .live-box.-small {
        visibility: visible; }
      .c-header .live-box .c-article.-live {
        padding: 2px;
        margin: 0; }
        .c-header .live-box .c-article.-live .content {
          display: none; }
        .c-header .live-box .c-article.-live .img {
          width: auto;
          max-width: initial;
          min-width: unset; }
          .c-header .live-box .c-article.-live .img img {
            display: none; }
          .c-header .live-box .c-article.-live .img .live-badge {
            position: relative; }
      .c-header .live-box .c-article .img .live-badge {
        position: relative; }
      .c-header .live-box > .c-live-badge.-large {
        margin-right: 0;
        margin-left: 4px;
        padding: 8px; }
    .c-header .apps-banner {
      display: none; }
  .c-logo {
    width: 64px; } }

.-dark-theme .c-header:before {
  background: #313030; }

.-dark-theme .c-header .hamburger {
  color: #fff; }
  .-dark-theme .c-header .hamburger:hover {
    color: #CF3339; }

@media (max-width: 991.98px) {
  .-dark-theme .c-header .hamburger:hover {
    color: #fff; } }

.-dark-theme .apps-banner {
  color: #fff; }
  .-dark-theme .apps-banner:before {
    background-image: var(--icon-darkmode); }

.c-navigation {
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  transition: 0.3s ease; }
  .c-navigation .items {
    display: flex;
    align-items: center; }
    .c-navigation .items .item .link {
      position: relative;
      z-index: 15;
      display: inline-flex;
      align-items: center;
      text-transform: uppercase;
      color: #1A1919;
      font-size: 14px;
      font-weight: 600;
      padding: 8px 10px;
      line-height: 21px;
      white-space: nowrap; }
      .c-navigation .items .item .link .icon {
        font-weight: normal; }
      .c-navigation .items .item .link:hover {
        color: #CF3339; }
      .c-navigation .items .item .link.is-active:not(.has-dropdown) {
        color: #CF3339; }
    .c-navigation .items .item .dropdown-toggle {
      display: none; }
    .c-navigation .items .item .dropdown-menu {
      display: block;
      align-items: center;
      justify-content: center;
      position: fixed;
      top: calc(65px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important;
      padding: 0 50px;
      margin: 0;
      width: 100vw;
      height: 60px;
      left: 0 !important;
      background: transparent;
      z-index: 10;
      border: 0;
      transition: 0.3s ease;
      transform: none !important;
      border-radius: 0px; }
      .c-navigation .items .item .dropdown-menu.is-hidden {
        pointer-events: none !important; }
        .c-navigation .items .item .dropdown-menu.is-hidden .dropdown-menu.dropdown-menu--always-shown {
          pointer-events: auto !important; }
      .c-navigation .items .item .dropdown-menu .dropdown-menu {
        top: calc(65px + 50px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important; }
      .c-navigation .items .item .dropdown-menu .item {
        display: flex;
        height: 50px; }
        .c-navigation .items .item .dropdown-menu .item .link {
          padding: 0;
          white-space: nowrap;
          font-size: 13px; }
        .c-navigation .items .item .dropdown-menu .item + .item {
          margin-left: 0; }
      .c-navigation .items .item .dropdown-menu > * {
        overflow-y: hidden; }
      @media (min-width: 992px) {
        .c-navigation .items .item .dropdown-menu.is-hidden {
          top: calc(65px -50px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important; }
          .c-navigation .items .item .dropdown-menu.is-hidden:has(.dropdown-menu--always-shown), .c-navigation .items .item .dropdown-menu.is-hidden.--has-dropdown-menu-always-shown {
            top: calc(65px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important; }
          .c-navigation .items .item .dropdown-menu.is-hidden .dropdown-menu--always-shown {
            top: calc(65px + 50px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important; }
        .c-navigation .items .item .dropdown-menu .dropdown-menu.is-hidden {
          top: calc(65px + 50px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important; } }
      @media (min-width: 1451px) {
        .c-navigation .items .item .dropdown-menu {
          padding-left: calc((100vw - 1450px) / 2);
          padding-right: calc((100vw - 1450px) / 2); } }
    .c-navigation .items .item .dropdown-menu__background {
      position: absolute;
      width: 100%;
      height: 50px;
      top: 0;
      left: 0;
      background: var(--multi-level-menu-accent-color, #E5E5E5); }
    .c-navigation .items .item .dropdown-menu__items {
      width: 100%;
      max-width: 1450px;
      background: transparent;
      height: 60px;
      display: flex;
      gap: 20px;
      overflow: hidden; }
      .c-navigation .items .item .dropdown-menu__items .dropdown-menu__items {
        overflow: visible; }
    .c-navigation .items .item + .item {
      margin-left: 8px; }
    .c-navigation .items .item.-profile {
      position: relative; }
      .c-navigation .items .item.-profile .link {
        padding-left: 38px; }
      .c-navigation .items .item.-profile .icon {
        position: absolute;
        font-size: 22px;
        left: 0;
        margin-top: -5px; }
    .c-navigation .items .item.is-active > .link {
      position: relative;
      background: #E5E5E5; }
      .c-navigation .items .item.is-active > .link:before {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%);
        border-color: #E5E5E5 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0; }
      .c-navigation .items .item.is-active > .link:not(.has-dropdown):before {
        content: none; }
    @media (min-width: 992px) {
      .c-navigation .items .item.is-active .dropdown-menu {
        display: flex; } }
    .c-navigation .items .item:hover > .link:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 16px;
      left: 0;
      top: 100%; }
    .c-navigation .items .item:hover .dropdown-menu.dropdown-menu.dropdown-menu {
      top: calc(65px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important;
      transform: none !important;
      z-index: 14; }
      .c-navigation .items .item:hover .dropdown-menu.dropdown-menu.dropdown-menu .dropdown-menu.dropdown-menu {
        top: calc(65px + 50px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important; }
    .c-navigation .items .item:hover .dropdown-menu.is-hidden {
      pointer-events: auto !important; }
    .c-navigation .items .item:has(.dropdown-menu .dropdown-menu:hover):hover .dropdown-menu.dropdown-menu.is-hidden, .c-navigation .items .item.--bottom-menu-is-hovered:hover .dropdown-menu.dropdown-menu.is-hidden {
      top: calc(65px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important; }
      .c-navigation .items .item:has(.dropdown-menu .dropdown-menu:hover):hover .dropdown-menu.dropdown-menu.is-hidden .dropdown-menu.dropdown-menu, .c-navigation .items .item.--bottom-menu-is-hovered:hover .dropdown-menu.dropdown-menu.is-hidden .dropdown-menu.dropdown-menu {
        top: calc(65px + 50px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important; }
    @media (min-width: 992px) {
      .c-navigation .items .item.-desktop-hidden {
        position: absolute;
        visibility: hidden; } }
  .c-navigation .menu-desktop-wrapper {
    position: absolute;
    color: #1A1919;
    display: flex;
    flex-wrap: wrap;
    top: calc( 65px + 3px);
    left: 0;
    right: 0;
    transform: translateY(calc(-100% - 10px));
    z-index: 6;
    transition: transform .3s ease; }
    .c-navigation .menu-desktop-wrapper.-active {
      transform: none; }
    .c-navigation .menu-desktop-wrapper:before, .c-navigation .menu-desktop-wrapper:after {
      content: "";
      background: #F0F0F0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100%;
      z-index: -1;
      box-shadow: -30px 2px 4px #E5DFDC; }
    .c-navigation .menu-desktop-wrapper:after {
      left: -100vw; }
    .c-navigation .menu-desktop-wrapper .menu-header {
      font-size: 21px;
      font-weight: 600;
      display: flex;
      column-gap: 12px;
      margin-bottom: 26px;
      align-items: center; }
      .c-navigation .menu-desktop-wrapper .menu-header .-icon {
        height: 30px; }
      .c-navigation .menu-desktop-wrapper .menu-header .-label {
        margin: -10px 0; }
    .c-navigation .menu-desktop-wrapper .tag-menu {
      display: flex;
      flex-wrap: nowrap;
      column-gap: 28px;
      width: 100%;
      flex-shrink: 0;
      height: 50px;
      align-items: center;
      position: relative; }
      .c-navigation .menu-desktop-wrapper .tag-menu li {
        position: relative;
        z-index: 1;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        text-transform: uppercase; }
        .c-navigation .menu-desktop-wrapper .tag-menu li a {
          color: #1A1919;
          padding: 4px 0; }
          .c-navigation .menu-desktop-wrapper .tag-menu li a:hover {
            color: #CF3339; }
      .c-navigation .menu-desktop-wrapper .tag-menu:before {
        content: "";
        position: absolute;
        width: 200vw;
        height: 100%;
        background: #E5E5E5;
        z-index: 0;
        left: -100vw; }
      .c-navigation .menu-desktop-wrapper .tag-menu:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 1px;
        top: 100%;
        background: linear-gradient(90deg, #E4E4E4, #CBCBCB, #E4E4E4);
        left: 50%;
        transform: translate(-50%); }
    .c-navigation .menu-desktop-wrapper .menu-column {
      width: 33.33%;
      padding: 24px 32px 14px;
      border-right: 1px #dadada solid; }
      .c-navigation .menu-desktop-wrapper .menu-column:nth-of-type(1) {
        padding-left: 0; }
      .c-navigation .menu-desktop-wrapper .menu-column:nth-of-type(3) {
        padding-right: 0;
        border-right: none; }
        .c-navigation .menu-desktop-wrapper .menu-column:nth-of-type(3) .menu-header .-label {
          padding-right: 30px; }
      .c-navigation .menu-desktop-wrapper .menu-column.-apps-col {
        width: calc(100% / calc(1450 / 356)); }
      .c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col {
        width: calc(100% / calc(1450 / 498)); }
      .c-navigation .menu-desktop-wrapper .menu-column.-social-col {
        width: calc(100% / calc(1450 / 596)); }
      .c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col .c-newsletter-gdpr {
        font-size: 12px; }
        .c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col .c-newsletter-gdpr + ul > li > .form-group {
          margin-top: 0; }
      .c-navigation .menu-desktop-wrapper .menu-column a.blue-link {
        color: #0096CC;
        font-size: 14px;
        font-weight: 600; }
        .c-navigation .menu-desktop-wrapper .menu-column a.blue-link:hover {
          color: #145C8F; }
        .c-navigation .menu-desktop-wrapper .menu-column a.blue-link i.icon-arrow-right {
          font-size: 11px;
          margin-left: 6px;
          font-weight: 400;
          display: inline-block; }
      .c-navigation .menu-desktop-wrapper .menu-column a:not(.c-button):hover {
        text-decoration: underline; }
      .c-navigation .menu-desktop-wrapper .menu-column .logo-tn {
        width: 64px;
        margin-bottom: 12px; }
      .c-navigation .menu-desktop-wrapper .menu-column p {
        margin-bottom: 16px;
        line-height: 150%; }
    .c-navigation .menu-desktop-wrapper .-gradient-line-btm {
      position: relative; }
      .c-navigation .menu-desktop-wrapper .-gradient-line-btm:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 100%;
        background: linear-gradient(90deg, #f0f0f0, #cbcbcb, #f0f0f0); }
    .c-navigation .menu-desktop-wrapper .apps-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 12px;
      margin-bottom: 18px; }
      .c-navigation .menu-desktop-wrapper .apps-wrapper .-app {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        background: #E5E5E5;
        padding: 14px;
        border-radius: 10px; }
      .c-navigation .menu-desktop-wrapper .apps-wrapper img {
        width: 100%; }
    .c-navigation .menu-desktop-wrapper .socials {
      display: flex;
      column-gap: 24px;
      padding-bottom: 24px;
      margin-bottom: 24px; }
      .c-navigation .menu-desktop-wrapper .socials .item {
        display: flex; }
        .c-navigation .menu-desktop-wrapper .socials .item .icon {
          font-size: 21px; }
          .c-navigation .menu-desktop-wrapper .socials .item .icon:before {
            position: relative;
            z-index: 1; }
          .c-navigation .menu-desktop-wrapper .socials .item .icon:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%; }
          .c-navigation .menu-desktop-wrapper .socials .item .icon-facebook {
            font-size: 23px; }
            .c-navigation .menu-desktop-wrapper .socials .item .icon-facebook:after {
              background: #3b5998; }
          .c-navigation .menu-desktop-wrapper .socials .item .icon-twitter {
            font-size: 19px; }
            .c-navigation .menu-desktop-wrapper .socials .item .icon-twitter:after {
              background: #000000; }
          .c-navigation .menu-desktop-wrapper .socials .item .icon-tiktok:after {
            background: #1A1919; }
          .c-navigation .menu-desktop-wrapper .socials .item .icon-instagram:after {
            background: #CF3339; }
          .c-navigation .menu-desktop-wrapper .socials .item .icon-wrapper {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            color: #fff;
            width: 42px;
            height: 42px; }
        .c-navigation .menu-desktop-wrapper .socials .item a:hover {
          text-decoration: none; }
    .c-navigation .menu-desktop-wrapper .contact-info {
      display: flex;
      align-items: start;
      column-gap: 35px;
      padding-bottom: 24px;
      margin-bottom: 24px;
      flex-wrap: wrap;
      row-gap: 10px; }
      .c-navigation .menu-desktop-wrapper .contact-info li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-width: 124px;
        row-gap: 8px; }
        .c-navigation .menu-desktop-wrapper .contact-info li .icon {
          display: inline-block;
          min-width: 20px;
          margin-right: 10px;
          color: #CF3339;
          margin-top: -2px; }
          .c-navigation .menu-desktop-wrapper .contact-info li .icon-phone-outline {
            font-size: 20px; }
        .c-navigation .menu-desktop-wrapper .contact-info li a {
          color: #1A1919;
          font-weight: 700;
          font-size: 15px;
          word-break: break-word; }
          .c-navigation .menu-desktop-wrapper .contact-info li a ~ * {
            margin-left: 30px; }
    .c-navigation .menu-desktop-wrapper .theme-settings {
      display: grid;
      grid-template-columns: max-content 1fr;
      font-size: 15px;
      column-gap: 22px; }
      .c-navigation .menu-desktop-wrapper .theme-settings .theme-checks {
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 20px; }
        .c-navigation .menu-desktop-wrapper .theme-settings .theme-checks label {
          white-space: nowrap;
          width: max-content;
          margin: 0; }
        .c-navigation .menu-desktop-wrapper .theme-settings .theme-checks .predefined {
          display: inherit;
          column-gap: inherit;
          flex-wrap: nowrap; }
    .c-navigation .menu-desktop-wrapper .menu-loga-wrapper {
      position: absolute;
      right: 0;
      top: 12px; }
      .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga {
        display: flex;
        align-items: center;
        column-gap: 24px; }
        .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga img {
          height: 24px;
          display: block; }
        .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga .-tnlivelogo {
          height: 26px; }
        .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga .-novaczlogo {
          height: auto;
          width: 84px; }
    .c-navigation .menu-desktop-wrapper .desktop-menu-close {
      position: absolute;
      top: 60px;
      right: 0;
      font-size: 20px;
      color: #A2A2A2; }
      .c-navigation .menu-desktop-wrapper .desktop-menu-close:hover {
        color: #CF3339; }
    .c-navigation .menu-desktop-wrapper .c-radio .label {
      font-size: 15px; }
  .c-navigation .more-dropdown {
    position: relative; }
    .c-navigation .more-dropdown__button::after {
      content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 13L10 8L15 13" stroke="white" stroke-width="2"/></svg>');
      display: inline-block;
      margin: 6px 0 0 2px;
      transform-origin: 10px 10px; }
    .c-navigation .more-dropdown__content {
      display: none;
      position: absolute;
      top: 95%;
      display: block;
      right: -50px;
      border-radius: 15px;
      background: #F6F4F3;
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
      min-width: 300px;
      padding: 5px 16px; }
      .c-navigation .more-dropdown__content > * {
        border-bottom: 1px dashed #E5DFDC; }
      .c-navigation .more-dropdown__content > *:last-child {
        border-bottom: none; }
      .c-navigation .more-dropdown__content .item.item.item {
        height: 42px; }
      .c-navigation .more-dropdown__content .link.link.link.link.link.link {
        color: black; }
      .c-navigation .more-dropdown__content::before {
        content: '';
        border-right: 10px solid;
        border-bottom: 10px solid;
        border-color: #F6F4F3;
        margin-left: 3px;
        position: absolute;
        top: -4px;
        right: 77px;
        transform: rotate(45deg);
        z-index: 20; }
    .c-navigation .more-dropdown.--closed .more-dropdown__content {
      display: none; }
    .c-navigation .more-dropdown.--closed .more-dropdown__button::after {
      rotate: 180deg; }
  .c-navigation .item:hover.more-dropdown .more-dropdown__button::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 13L10 8L15 13" stroke="white" stroke-width="2"/></svg>') !important;
    position: static;
    width: auto;
    height: auto; }

.has-nav-desktop-open .c-navigation .items .item .dropdown-menu {
  display: none; }

@media (max-width: 1250px) {
  .c-navigation .items .item .link {
    padding: 6px 8px; }
  .c-navigation .items .item + .item {
    margin-left: 4px; }
  .c-navigation .menu-desktop-wrapper .menu-header {
    font-size: 18px; }
  .c-navigation .menu-desktop-wrapper .menu-column.-apps-col {
    width: calc(100% / calc(1084 / 330)); }
  .c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col {
    width: calc(100% / calc(1084 / 380)); }
  .c-navigation .menu-desktop-wrapper .menu-column.-social-col {
    width: calc(100% / calc(1084 / 372)); } }

@media (max-width: 991.98px) {
  .c-navigation {
    position: fixed;
    padding: 10px 0 0 26px;
    top: 65px;
    height: calc(100% - 62px - 3px);
    margin: 0 !important;
    padding: 0;
    display: none;
    overflow-y: scroll;
    background: #F6F4F3;
    flex-wrap: wrap; }
    .c-navigation .items {
      height: 100%;
      height: auto;
      width: 100%;
      flex-direction: column;
      padding: 9px 24px; }
      .c-navigation .items .item {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .c-navigation .items .item + .item {
          margin: 0;
          border-top: 1px dashed #E5DFDC; }
        .c-navigation .items .item:last-of-type {
          border-bottom: 1px dashed #E5DFDC; }
        .c-navigation .items .item .link {
          display: inline-flex;
          margin: 0;
          padding: 15px 0;
          width: 100%; }
          .c-navigation .items .item .link.has-dropdown {
            width: calc(100% - 36px); }
          .c-navigation .items .item .link:before, .c-navigation .items .item .link:after {
            display: none !important; }
          .c-navigation .items .item .link:hover {
            color: #1A1919; }
        .c-navigation .items .item .dropdown-toggle {
          position: relative;
          display: inline-flex;
          align-items: center;
          margin-left: auto;
          width: 36px;
          justify-content: center;
          margin-right: -10px; }
          .c-navigation .items .item .dropdown-toggle:before, .c-navigation .items .item .dropdown-toggle:after {
            content: '';
            position: absolute;
            width: 14px;
            height: 2px;
            border: 0;
            background: #0096CC;
            top: 50%; }
          .c-navigation .items .item .dropdown-toggle:before {
            transform: translateY(-50%); }
          .c-navigation .items .item .dropdown-toggle:after {
            transform: translateY(-50%) rotate(90deg); }
          .c-navigation .items .item .dropdown-toggle:focus {
            outline: 0; }
        .c-navigation .items .item .dropdown-menu {
          display: none;
          position: relative !important;
          flex-direction: column;
          position: inherit;
          padding: 0 0 12px 0;
          margin: 0;
          transform: none !important;
          height: auto;
          background: #F6F4F3;
          top: 0 !important; }
          .c-navigation .items .item .dropdown-menu:before, .c-navigation .items .item .dropdown-menu:after {
            display: none; }
          .c-navigation .items .item .dropdown-menu .item {
            height: auto;
            border: 0; }
            .c-navigation .items .item .dropdown-menu .item .link {
              padding: 8px 0 !important; }
          .c-navigation .items .item .dropdown-menu.show {
            display: flex; }
        .c-navigation .items .item .dropdown-menu__items {
          height: auto;
          display: block;
          scroll-snap-type: x mandatory;
          overflow-x: scroll;
          margin-right: 17px;
          scrollbar-width: thin;
          scrollbar-color: transparent transparent;
          -ms-overflow-style: none; }
          .c-navigation .items .item .dropdown-menu__items::-webkit-scrollbar {
            display: none; }
          .c-navigation .items .item .dropdown-menu__items .dropdown-menu__items {
            overflow-x: scroll; }
        .c-navigation .items .item .dropdown-menu.dropdown-menu {
          top: 0 !important; }
        .c-navigation .items .item.is-active > .link {
          background: transparent;
          color: #1A1919 !important; }
        .c-navigation .items .item.is-active .dropdown-menu {
          padding-top: 0; }
        .c-navigation .items .item.show .dropdown-toggle:after {
          opacity: 0; }
        .c-navigation .items .item.-profile {
          position: absolute;
          bottom: 0;
          border-top: 1px solid #E5DFDC;
          background: #fff; }
          .c-navigation .items .item.-profile .link {
            height: 56px;
            padding: 0 24px; }
            .c-navigation .items .item.-profile .link .icon {
              position: relative;
              margin-right: 5px;
              left: auto; }
            .c-navigation .items .item.-profile .link:after {
              content: "\E005";
              font-family: 'Icons';
              color: #0096CC;
              font-size: 14px;
              margin-left: auto; }
        .c-navigation .items .item:hover .dropdown-menu.dropdown-menu.dropdown-menu {
          top: 67px !important;
          top: calc(67px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important; }
          .c-navigation .items .item:hover .dropdown-menu.dropdown-menu.dropdown-menu .dropdown-menu.dropdown-menu {
            top: 112px !important;
            top: calc(112px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important; }
        .c-navigation .items .item:has(.dropdown-menu .dropdown-menu:hover):hover .dropdown-menu.dropdown-menu.is-hidden, .c-navigation .items .item.--bottom-menu-is-hovered:hover .dropdown-menu.dropdown-menu.is-hidden {
          top: 22px !important;
          top: calc(22px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important; }
          .c-navigation .items .item:has(.dropdown-menu .dropdown-menu:hover):hover .dropdown-menu.dropdown-menu.is-hidden .dropdown-menu.dropdown-menu, .c-navigation .items .item.--bottom-menu-is-hovered:hover .dropdown-menu.dropdown-menu.is-hidden .dropdown-menu.dropdown-menu {
            top: 67px !important;
            top: calc(67px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important; }
    .c-navigation.-active {
      display: flex; }
    .c-navigation .menu-desktop-wrapper {
      position: relative;
      flex-direction: column;
      top: 0;
      padding: 24px 0 36px 0;
      display: flex;
      width: 100%;
      border-right: none;
      transform: none; }
      .c-navigation .menu-desktop-wrapper:before, .c-navigation .menu-desktop-wrapper:after {
        content: none; }
      .c-navigation .menu-desktop-wrapper .menu-header .icon {
        display: none; }
      .c-navigation .menu-desktop-wrapper .menu-column {
        width: 100% !important;
        padding: 0 24px 24px !important;
        margin-bottom: 24px !important;
        border-right: none;
        border-bottom: 1px #E5DFDC solid; }
        .c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col {
          max-width: 500px; }
      .c-navigation .menu-desktop-wrapper .tag-menu {
        display: block;
        padding: 0 24px 28px;
        margin-top: -33px;
        height: auto; }
        .c-navigation .menu-desktop-wrapper .tag-menu:before, .c-navigation .menu-desktop-wrapper .tag-menu:after {
          content: none; }
        .c-navigation .menu-desktop-wrapper .tag-menu li {
          flex: 0 0 100%;
          border-top: 1px dashed #E5DFDC; }
          .c-navigation .menu-desktop-wrapper .tag-menu li:first-of-type {
            border-top: none; }
          .c-navigation .menu-desktop-wrapper .tag-menu li:last-of-type {
            border-bottom: 1px dashed #E5DFDC; }
          .c-navigation .menu-desktop-wrapper .tag-menu li a {
            width: 100%;
            padding: 15px 0;
            line-height: 21px; }
            .c-navigation .menu-desktop-wrapper .tag-menu li a:hover {
              color: inherit; }
      .c-navigation .menu-desktop-wrapper .apps-wrapper {
        grid-template-columns: min(calc(50% - 6px), 180px) min(calc(50% - 6px), 180px); }
      .c-navigation .menu-desktop-wrapper .contact-info {
        flex-direction: column;
        row-gap: 12px; }
        .c-navigation .menu-desktop-wrapper .contact-info li {
          max-width: 220px; }
          .c-navigation .menu-desktop-wrapper .contact-info li a {
            font-size: 14px;
            font-weight: 400; }
          .c-navigation .menu-desktop-wrapper .contact-info li .icon {
            color: #7C7C7C; }
      .c-navigation .menu-desktop-wrapper .menu-loga-wrapper {
        position: relative;
        padding: 0 24px 80px;
        top: 0; }
        .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga li {
          flex-basis: 114px; }
          .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga li .-tnlive {
            flex-basis: 95px; }
          .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga li img {
            max-width: 100%;
            height: auto; }
        .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga .-tnlivelogo {
          height: auto; }
        .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga .-novaczlogo {
          height: auto;
          width: auto;
          max-height: 23px; }
      .c-navigation .menu-desktop-wrapper .theme-settings {
        grid-template-columns: 1fr; }
        .c-navigation .menu-desktop-wrapper .theme-settings .theme-checks {
          margin-top: 16px; }
      .c-navigation .menu-desktop-wrapper .-gradient-line-btm:after {
        background: #E5DFDC;
        width: 100vw;
        left: -24px; }
      .c-navigation .menu-desktop-wrapper .-gradient-line-btm.socials {
        border-bottom: 1px #E5DFDC dashed; }
        .c-navigation .menu-desktop-wrapper .-gradient-line-btm.socials:after {
          content: none; }
      .c-navigation .menu-desktop-wrapper .desktop-menu-close {
        display: none; }
  body.has-nav-open .c-navigation .dropdown-menu {
    padding: 0 24px 12px !important; }
    body.has-nav-open .c-navigation .dropdown-menu .dropdown-menu__background {
      display: none; }
    body.has-nav-open .c-navigation .dropdown-menu .dropdown-menu__items {
      margin-right: 0; }
      body.has-nav-open .c-navigation .dropdown-menu .dropdown-menu__items::before, body.has-nav-open .c-navigation .dropdown-menu .dropdown-menu__items::after {
        display: none !important; }
  body.has-nav-open .c-navigation .item:hover .dropdown-menu.dropdown-menu.dropdown-menu {
    top: 0px !important;
    top: calc(0px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important; }
    body.has-nav-open .c-navigation .item:hover .dropdown-menu.dropdown-menu.dropdown-menu .dropdown-menu.dropdown-menu {
      top: 0px !important;
      top: calc(0px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important; } }

.-dark-theme .c-navigation .items .item .link {
  color: #fff; }
  .-dark-theme .c-navigation .items .item .link:hover {
    color: #CF3339; }

.-dark-theme .c-navigation .items .item.is-active > .link {
  background: transparent; }
  .-dark-theme .c-navigation .items .item.is-active > .link:before {
    border: none; }

.-dark-theme .c-navigation .items .item .dropdown-menu:before, .-dark-theme .c-navigation .items .item .dropdown-menu:after {
  background: #313030; }

.-dark-theme .c-navigation .items .item .dropdown-menu__background {
  background: #313030; }

.-dark-theme .c-navigation .menu-desktop-wrapper {
  color: #fff; }
  .-dark-theme .c-navigation .menu-desktop-wrapper:before, .-dark-theme .c-navigation .menu-desktop-wrapper:after {
    background: #313030;
    box-shadow: -30px 2px 4px #464646; }
  .-dark-theme .c-navigation .menu-desktop-wrapper .menu-column {
    border-color: #464646; }
    .-dark-theme .c-navigation .menu-desktop-wrapper .menu-column .contact-info li a {
      color: inherit; }
    .-dark-theme .c-navigation .menu-desktop-wrapper .menu-column .socials {
      border-color: #464646; }
  .-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu:before {
    background: #464646; }
  .-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu:after {
    background: #464646; }
  .-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu li {
    border-color: #464646; }
    .-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu li a {
      color: #fff; }
      .-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu li a:hover {
        color: #CF3339; }
  .-dark-theme .c-navigation .menu-desktop-wrapper .apps-wrapper .-app {
    background: #464646; }
  .-dark-theme .c-navigation .menu-desktop-wrapper .contact-info li .icon {
    color: #fff; }
  .-dark-theme .c-navigation .menu-desktop-wrapper .-gradient-line-btm:after {
    background: #464646; }

.-dark-theme .c-navigation .more-dropdown__content {
  background: #1A1919; }
  .-dark-theme .c-navigation .more-dropdown__content > * {
    border-bottom: 1px dashed #464646; }
  .-dark-theme .c-navigation .more-dropdown__content .link.link.link.link.link.link {
    color: white; }
  .-dark-theme .c-navigation .more-dropdown__content::before {
    content: '';
    border-color: #1A1919; }

@media (max-width: 991.98px) {
  .-dark-theme .c-navigation {
    color: #fff;
    background: #1A1919; }
    .-dark-theme .c-navigation .items .item.is-active > .link {
      color: #fff !important; }
    .-dark-theme .c-navigation .items .item .dropdown-menu {
      background: transparent; }
    .-dark-theme .c-navigation .items .item + .item {
      border-top-color: #464646; }
    .-dark-theme .c-navigation .items .item:last-of-type {
      border-bottom-color: #464646; }
    .-dark-theme .c-navigation .menu-desktop-wrapper {
      background: #1A1919; }
      .-dark-theme .c-navigation .menu-desktop-wrapper .menu-column:nth-of-type(1) {
        border-bottom-color: #464646; }
      .-dark-theme .c-navigation .menu-desktop-wrapper .menu-column:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0; }
      .-dark-theme .c-navigation .menu-desktop-wrapper .menu-loga-wrapper:before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100%;
        background: #464646;
        left: 0;
        top: -24px;
        z-index: -1; } }

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.c-pagination {
  display: flex;
  margin: 20px 0; }
  .c-pagination ul {
    width: 100%;
    display: flex; }
    .c-pagination ul li + li {
      margin-left: 2px; }
    .c-pagination ul li a,
    .c-pagination ul li span {
      display: inline-flex;
      min-width: 32px;
      height: 32px;
      font-size: 14px;
      font-weight: 600;
      align-items: center;
      justify-content: center;
      color: #0096CC;
      background: #F6F4F3; }
      .c-pagination ul li a .text,
      .c-pagination ul li span .text {
        display: none; }
      .c-pagination ul li a.-active,
      .c-pagination ul li span.-active {
        background: #0096CC;
        color: #fff; }
      .c-pagination ul li a.-disabled i,
      .c-pagination ul li span.-disabled i {
        color: #E7E2DF; }
    .c-pagination ul li a:hover {
      color: #145C8F;
      background: #ebe7e4; }
    .c-pagination ul li:first-child a, .c-pagination ul li:first-child span {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .c-pagination ul li:last-child a, .c-pagination ul li:last-child span {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
  .c-pagination.-buttons .c-button {
    margin-left: 10px; }

@media (max-width: 767.98px) {
  .pagination-wrapper {
    flex-direction: column; }
  .c-pagination.-buttons .c-button {
    margin: 0 3px; } }

.-dark-theme .c-pagination ul li a,
.-dark-theme .c-pagination ul li span:not(.-active) {
  background: #313030; }

.-dark-theme .c-pagination ul li span.-disabled i {
  color: #0096cc;
  opacity: 0.5; }

.c-navigation.c-navigation--sports .item.is-active .dropdown-menu {
  visibility: visible; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden {
    top: calc(65px + 3px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu {
    color: white !important; }
    .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .link {
      color: white; }
      .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .link img {
        max-height: 34px; }
    .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .dropdown-menu__items:has(.item.-category), .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .dropdown-menu__items.--has-item-as-category {
      scroll-snap-type: none;
      overflow-x: hidden;
      gap: 0px; }
      .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .dropdown-menu__items:has(.item.-category)::before, .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .dropdown-menu__items.--has-item-as-category::before {
        display: none; }
    .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .item:has(.horizontal-submenu), .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .item.--has-horizontal-submenu {
      position: relative;
      width: 1px; }
      .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .item:has(.horizontal-submenu)::before, .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .item.--has-horizontal-submenu::before {
        content: '';
        height: 45px;
        width: 45px;
        position: absolute;
        top: 0;
        z-index: 16;
        pointer-events: none;
        background: linear-gradient(to right, var(--multi-level-menu-accent-color, #E5E5E5) 0%, transparent 90%);
        left: 0;
        opacity: 0;
        transition: 0.3s ease; }
    .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .item.--has-horizontal-submenu.--horizontal-submenu-is-scrolled::before {
      opacity: 1; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items::after, .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items::before {
    content: '';
    height: 45px;
    width: 45px;
    position: absolute;
    top: 0;
    z-index: 16;
    pointer-events: none;
    transition: .6s ease opacity; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items::after {
    background: linear-gradient(to right, transparent 0%, var(--multi-level-menu-accent-color, #E5E5E5) 90%);
    right: 0; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items::before {
    background: linear-gradient(to right, var(--multi-level-menu-accent-color, #E5E5E5) 0%, transparent 90%);
    left: 0;
    opacity: 0; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items.--is-scrolled::before {
    opacity: 1; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items.--is-end-of-scroll::after {
    opacity: 0; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu > * {
    scroll-snap-align: start;
    scroll-margin: 24px; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.show,
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.-category,
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item:has(> .link.is-active), .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.--has-active-link {
    position: relative; }
    .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.show::before,
    .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.-category::before,
    .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item:has(> .link.is-active)::before, .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.--has-active-link::before {
      content: '';
      border-right: 10px solid;
      border-bottom: 10px solid;
      border-color: var(--multi-level-menu-accent-color, #E5E5E5);
      position: absolute;
      bottom: -4px;
      left: calc(50% - 3px);
      transform: rotate(45deg);
      z-index: 20; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.-category.--has-active-subitem::before {
    display: none; }
  .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.-category::before {
    left: calc(50% - 3px - 14px); }

.c-navigation.c-navigation--sports .horizontal-submenu-wrapper .item.-category {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: nowrap;
  align-items: center; }
  .c-navigation.c-navigation--sports .horizontal-submenu-wrapper .item.-category::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M5.25 3.75L9 7.5L5.25 11.25" stroke="white" stroke-opacity="0.85" stroke-width="2"/></svg>');
    display: inline-block;
    margin-top: 2px; }

.c-navigation.c-navigation--sports .horizontal-submenu-wrapper .dropdown-menu__items > .item.-category {
  width: auto;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0; }

.c-navigation.c-navigation--sports .horizontal-submenu-wrapper .dropdown-menu__items > .item:not(.-category) {
  width: 0;
  flex-basis: 0;
  flex-shrink: 1;
  flex-grow: 1; }

.c-navigation.c-navigation--sports .horizontal-submenu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  scroll-snap-type: x mandatory;
  scroll-snap-align: start;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 20px;
  position: relative;
  width: auto !important;
  height: 60px;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none; }
  .c-navigation.c-navigation--sports .horizontal-submenu::-webkit-scrollbar {
    display: none; }
  .c-navigation.c-navigation--sports .horizontal-submenu > * {
    scroll-snap-align: start; }
  .c-navigation.c-navigation--sports .horizontal-submenu > :first-child {
    margin-left: 12px;
    scroll-margin-left: 12px; }
  .c-navigation.c-navigation--sports .horizontal-submenu > :last-child {
    margin-right: 12px;
    scroll-margin-right: 12px; }
  .c-navigation.c-navigation--sports .horizontal-submenu.--is-scrolled::before {
    opacity: 1; }
  .c-navigation.c-navigation--sports .horizontal-submenu ul li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto; }
  .c-navigation.c-navigation--sports .horizontal-submenu .link {
    height: 50px; }
  .c-navigation.c-navigation--sports .horizontal-submenu .item {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    height: 60px !important; }
    .c-navigation.c-navigation--sports .horizontal-submenu .item:has(> .link.is-active)::before, .c-navigation.c-navigation--sports .horizontal-submenu .item.--has-active-link::before {
      bottom: 6px !important; }

body.with-single-layer-horizontal-menu .c-content {
  margin-top: 50px; }

body.with-double-layer-horizontal-menu .c-content {
  margin-top: 100px; }

html.dfp-adform-gate body.with-single-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard,
html.dfp-adform-gate body.with-single-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard-nbs, html.dfp-image-gate body.with-single-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard,
html.dfp-image-gate body.with-single-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard-nbs {
  top: calc( 65px + 3px + 50px); }

html.dfp-adform-gate body.with-double-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard,
html.dfp-adform-gate body.with-double-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard-nbs, html.dfp-image-gate body.with-double-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard,
html.dfp-image-gate body.with-double-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard-nbs {
  top: calc( 65px + 3px + 100px); }

.-dark-theme .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__background {
  background-color: var(--multi-level-menu-accent-color, #313030); }

.-dark-theme .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.show::before,
.-dark-theme .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.-category::before,
.-dark-theme .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item:has(> .link.is-active)::before, .-dark-theme .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .item.--has-active-link::before {
  border-color: var(--multi-level-menu-accent-color, #313030); }

.-dark-theme .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items.dropdown-menu__items::after {
  background: linear-gradient(to right, transparent 0%, var(--multi-level-menu-accent-color, #313030) 90%); }

.-dark-theme .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items.dropdown-menu__items::before {
  background: linear-gradient(to right, var(--multi-level-menu-accent-color, #313030) 0%, transparent 90%); }

@media (max-width: 991.98px) {
  body:not(.has-nav-open) .c-navigation.c-navigation--sports {
    display: block;
    visibility: hidden; }
    body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu {
      visibility: visible;
      width: 100vw;
      top: calc(67px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important;
      left: 0 !important;
      position: fixed !important;
      border-radius: 0px;
      padding-bottom: 0px;
      height: 55px;
      display: block;
      background: transparent;
      padding-right: 0; }
      body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu {
        top: calc(112px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important;
        color: white !important; }
        body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .link {
          color: white; }
          body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu .link img {
            max-height: 29px; }
      body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden {
        top: calc(22px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important; }
        body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item.show,
        body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item.-category,
        body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item:has(> .link.is-active), body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item.--has-active-link {
          position: relative; }
          body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item.show::before,
          body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item.-category::before,
          body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item:has(> .link.is-active)::before, body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item.--has-active-link::before {
            bottom: 2px;
            opacity: 0; }
          body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item.show .dropdown-menu .item:not(.--has-horizontal-submenu)::before,
          body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item.-category .dropdown-menu .item:not(.--has-horizontal-submenu)::before,
          body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item:has(> .link.is-active) .dropdown-menu .item:not(.--has-horizontal-submenu)::before, body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .item.--has-active-link .dropdown-menu .item:not(.--has-horizontal-submenu)::before {
            opacity: 1;
            bottom: -4px; }
        body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu.is-hidden .dropdown-menu.dropdown-menu {
          top: calc(67px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important; }
      body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__background {
        background: var(--multi-level-menu-accent-color, #E5E5E5);
        height: 45px; }
      body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items {
        display: flex;
        flex-direction: row;
        margin-right: 0px;
        height: 55px;
        overflow-y: visible; }
        body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items > * {
          scroll-snap-align: start;
          scroll-margin: 19px;
          width: auto; }
        body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items > .item:first-of-type {
          margin-left: 19px; }
        body:not(.has-nav-open) .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__items > .item:last-of-type {
          margin-right: 19px; }
    body:not(.has-nav-open) .c-navigation.c-navigation--sports .item {
      height: 45px !important; }
    body:not(.has-nav-open) .c-navigation.c-navigation--sports .link {
      padding: 0px !important; }
    body:not(.has-nav-open) .c-navigation.c-navigation--sports .horizontal-submenu {
      height: 55px; }
      body:not(.has-nav-open) .c-navigation.c-navigation--sports .horizontal-submenu .link {
        height: 45px; }
      body:not(.has-nav-open) .c-navigation.c-navigation--sports .horizontal-submenu .item {
        height: 55px !important; }
  body.has-nav-open .c-navigation.c-navigation--sports .items .item.is-active .dropdown-menu {
    transition-duration: 0s; }
    body.has-nav-open .c-navigation.c-navigation--sports .items .item.is-active .dropdown-menu.is-hidden {
      top: 0px !important; }
    body.has-nav-open .c-navigation.c-navigation--sports .items .item.is-active .dropdown-menu .dropdown-menu {
      transition-duration: 0s;
      display: none; }
  body.has-nav-open .c-navigation.c-navigation--sports .items .item .dropdown-menu .dropdown-menu__items {
    margin-right: 0px; }
  body.has-nav-open .c-navigation.c-navigation--sports .items .item .dropdown-menu .dropdown-menu__background {
    display: none; }
  body.has-nav-open .c-navigation.c-navigation--sports .item.show::before,
  body.has-nav-open .c-navigation.c-navigation--sports .item.-category::before,
  body.has-nav-open .c-navigation.c-navigation--sports .item:has(> .link.is-active)::before, body.has-nav-open .c-navigation.c-navigation--sports .item.--has-active-link::before {
    display: none; }
  .-dark-theme .c-navigation.c-navigation--sports .item.is-active .dropdown-menu .dropdown-menu__background {
    background-color: var(--multi-level-menu-accent-color, #313030) !important; }
  body.with-single-layer-horizontal-menu .c-content {
    margin-top: 45px; }
  body.with-double-layer-horizontal-menu .c-content {
    margin-top: 90px; }
  html.dfp-adform-gate body.with-single-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard,
  html.dfp-adform-gate body.with-single-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard-nbs, html.dfp-image-gate body.with-single-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard,
  html.dfp-image-gate body.with-single-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard-nbs {
    top: 112px; }
  html.dfp-adform-gate body.with-double-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard,
  html.dfp-adform-gate body.with-double-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard-nbs, html.dfp-image-gate body.with-double-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard,
  html.dfp-image-gate body.with-double-layer-horizontal-menu .c-leaderboard #div-ad-leaderboard-nbs {
    top: 157px; } }

.c-button {
  font-size: 14px;
  font-weight: 600;
  line-height: initial;
  border-radius: 30px;
  background: #CF3339;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer; }
  .c-button .icon {
    font-size: 16px;
    font-weight: normal; }
    .c-button .icon-arrow-right, .c-button .icon-arrow-left {
      font-size: 12px; }
    .c-button .icon-play {
      font-size: 14px; }
    .c-button .icon-close {
      font-size: 14px; }
    .c-button .icon-chevron-right, .c-button .icon-chevron-left {
      font-size: 12px; }
  .c-button .text {
    font-weight: 600; }
  .c-button > * + * {
    margin-left: 8px; }
  .c-button:hover {
    background: #962327; }
  .c-button:focus {
    outline: 0; }
  .c-button.-ghost {
    background: transparent;
    height: auto;
    padding: 0;
    text-transform: none;
    color: #0096CC; }
    .c-button.-ghost:hover {
      color: #145C8F; }
  .c-button.-secondary {
    background: #0096CC; }
    .c-button.-secondary:hover {
      background: #145C8F; }
    .c-button.-secondary.-outline {
      background: transparent;
      border: 2px solid #E5DFDC;
      color: #0096CC; }
      .c-button.-secondary.-outline:hover {
        background: #E5DFDC;
        color: #145C8F; }
      .c-button.-secondary.-outline.-filled {
        background: #fff;
        color: #1A1919; }
        .c-button.-secondary.-outline.-filled:hover {
          background: #E5DFDC; }
  .c-button.-sm {
    font-size: 12px;
    height: 40px;
    padding: 0 16px; }
  .c-button.-disabled {
    background: #BDBDBD;
    color: #9D9D9D;
    pointer-events: none; }
  .c-button.-sport {
    background: #06D6A0; }
    .c-button.-sport:hover {
      background: #05bd8d; }

.button-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px; }
  .button-group .c-button {
    margin: 5px 0 0 0;
    margin-right: 5px; }

.c-button-group {
  display: flex; }
  .c-button-group.-center {
    margin: 0 auto; }
  .c-button-group :not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0 !important; }
  .c-button-group :not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.c-ghost-link-cloud {
  display: flex;
  gap: 18px;
  margin-top: 32px; }
  @media (min-width: 576px) {
    .c-ghost-link-cloud {
      gap: 22px; } }

.c-article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .c-article .timestamp {
    font-size: 14px;
    color: #7C7C7C;
    margin-right: 16px; }
  .c-article .img {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0; }
    .c-article .img .image {
      font-size: 0; }
    .c-article .img img {
      max-width: 100%;
      height: auto; }
    .c-article .img .video-preview {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden;
      opacity: 0;
      transition: opacity .3s ease; }
      .c-article .img .video-preview .video {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 10;
        object-fit: cover; }
      .c-article .img .video-preview.-visible {
        opacity: 1; }
    .c-article .img .media {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 28px;
      background: #fff;
      display: flex;
      align-items: center;
      border-radius: 3px 0px 2px 0px;
      overflow: hidden; }
      .c-article .img .media .icon {
        height: 28px;
        width: 28px;
        background: #CF3339;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px; }
        .c-article .img .media .icon-podcast {
          font-size: 18px; }
      .c-article .img .media .audio-lines {
        background: transparent;
        width: auto;
        color: #000;
        padding-right: 12px; }
      .c-article .img .media .duration {
        padding: 0 8px;
        font-weight: 700;
        font-size: 12px;
        color: #1A1919;
        margin-top: 4px; }
        .c-article .img .media .duration:empty {
          display: none; }
    .c-article .img .c-live-badge {
      position: absolute;
      left: 0;
      top: 0; }
    .c-article .img + .content {
      margin-top: 10px; }
    .c-article .img:hover + .content .title > a {
      text-decoration: underline; }
  .c-article .content {
    width: 100%; }
    .c-article .content .category {
      display: inline-block;
      text-transform: uppercase;
      font-size: 13px;
      color: #7C7C7C;
      margin-bottom: 4px;
      font-weight: 600; }
    .c-article .content a.category:hover {
      text-decoration: underline; }
    .c-article .content .title {
      font-size: 18px;
      line-height: 1.35;
      font-weight: 700; }
      .c-article .content .title > a {
        display: block; }
        .c-article .content .title > a:hover {
          text-decoration: underline; }
    .c-article .content .perex {
      line-height: 1.45;
      font-size: 14px;
      font-family: "Noto Sans"; }
      .c-article .content .perex + .article-info {
        margin-top: 8px; }
    .c-article .content .article-info {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 6px;
      text-transform: uppercase;
      color: #7C7C7C;
      font-weight: 400;
      font-size: 13px;
      line-height: 20px; }
      .c-article .content .article-info > * + * {
        position: relative;
        padding-left: 6px;
        margin-left: 6px; }
        .c-article .content .article-info > * + *:before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 1px;
          height: 60%;
          left: 0;
          background: #7C7C7C; }
      .c-article .content .article-info > * {
        margin-top: 3px;
        margin-bottom: 3px; }
      .c-article .content .article-info .subtitle {
        width: 100%;
        padding-left: 0;
        margin: 0;
        width: 100%;
        text-transform: initial; }
        .c-article .content .article-info .subtitle:before {
          content: none; }
      .c-article .content .article-info .author {
        color: inherit;
        display: flex;
        align-items: center;
        width: calc(100% - 84px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; }
        .c-article .content .article-info .author img {
          border-radius: 50%;
          margin: 0px 10px 0 0; }
        .c-article .content .article-info .author .author-name-full {
          display: inline; }
        .c-article .content .article-info .author .author-name-short {
          display: none; }
      .c-article .content .article-info .media {
        display: flex;
        align-items: center; }
        .c-article .content .article-info .media .icon-play {
          font-size: 8px;
          margin: -2px 4px 0 0; }
        .c-article .content .article-info .media .icon-podcast {
          font-size: 12px;
          margin: -2px 5px 0 0; }
      .c-article .content .article-info a {
        font-weight: normal; }
        .c-article .content .article-info a:hover {
          text-decoration: underline; }
  .c-article.-m .content .title {
    font-size: 22px !important;
    line-height: 1.25 !important; }
  .c-article.-content-bg {
    background: #fff; }
    .c-article.-content-bg .content {
      padding: 8px;
      margin-top: 0 !important;
      display: flex;
      flex-direction: column;
      height: 100%; }
      .c-article.-content-bg .content .article-info {
        margin-top: auto;
        padding-top: 4px; }
  .c-article.-inline, .c-article.-gallery {
    flex-direction: row; }
    .c-article.-inline .img .gallery-preview, .c-article.-gallery .img .gallery-preview {
      display: flex;
      flex-direction: column;
      margin-left: 8px; }
      .c-article.-inline .img .gallery-preview > * + *, .c-article.-gallery .img .gallery-preview > * + * {
        margin-top: 7px; }
      .c-article.-inline .img .gallery-preview ~ .video-preview, .c-article.-gallery .img .gallery-preview ~ .video-preview {
        width: 66.5%; }
      .c-article.-inline .img .gallery-preview ~ .media, .c-article.-gallery .img .gallery-preview ~ .media {
        right: 119px; }
    .c-article.-inline .img + .content, .c-article.-gallery .img + .content {
      margin: 0 0 0 16px; }
    .c-article.-inline .content .title, .c-article.-gallery .content .title {
      font-size: 21px;
      line-height: 1.15; }
  .c-article.-live {
    border-radius: 10px;
    background: #1A1919;
    padding: 16px;
    color: #fff;
    flex-wrap: wrap; }
    .c-article.-live .img {
      max-width: 50%; }
      .c-article.-live .img .link-map {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 10; }
    .c-article.-live .content {
      background: rgba(255, 255, 255, 0);
      width: calc(50% - 16px); }
      .c-article.-live .content .category {
        margin-bottom: 8px; }
        .c-article.-live .content .category.-time {
          font-size: 12px;
          font-weight: 400;
          color: #ACACAC; }
      .c-article.-live .content .title {
        font-size: 23px;
        line-height: 1.25; }
    .c-article.-live .other-streams {
      display: block;
      margin-top: 20px; }
      .c-article.-live .other-streams .other-streams-header {
        margin-bottom: 12px;
        font-size: 14px; }
      .c-article.-live .other-streams .streams-wrapper {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 8px 0px;
        grid-template-areas: "c-live-badge-wrap stream-time stream-name";
        align-items: center; }
        .c-article.-live .other-streams .streams-wrapper > * {
          padding: 0 5px;
          color: #fff; }
        .c-article.-live .other-streams .streams-wrapper .c-live-badge-wrap {
          margin-left: -5px; }
          .c-article.-live .other-streams .streams-wrapper .c-live-badge-wrap .c-live-badge {
            background: #313030; }
        .c-article.-live .other-streams .streams-wrapper .stream-time {
          font-size: 12px;
          font-weight: 400;
          color: #ACACAC;
          margin-top: 2px; }
        .c-article.-live .other-streams .streams-wrapper .stream-name {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: inline-block;
          font-size: 15px; }
    @media (max-width: 767.98px) {
      .c-article.-live .content {
        width: 100%; }
      .c-article.-live .other-streams .other-streams-header {
        margin: 14px 0 18px 0;
        font-size: 16px; }
      .c-article.-live .other-streams .streams-wrapper {
        display: block; }
        .c-article.-live .other-streams .streams-wrapper .c-live-badge-wrap,
        .c-article.-live .other-streams .streams-wrapper .stream-time {
          display: inline-block; }
        .c-article.-live .other-streams .streams-wrapper .stream-name {
          display: block;
          margin: 0px 0 15px -5px;
          padding-top: 7px;
          white-space: unset; } }
  .c-article.-highlight {
    align-items: center; }
    .c-article.-highlight .img + .content {
      margin: 0; }
    .c-article.-highlight .content {
      position: relative;
      padding: 24px;
      margin: 0;
      background: #F6F4F3;
      border-radius: 0 0 10px 10px; }
      .c-article.-highlight .content .article-info {
        margin-top: 8px; }
      .c-article.-highlight .content .perex {
        display: -webkit-box;
        max-height: 76px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3; }
    .c-article.-highlight.-inline {
      flex-direction: row-reverse; }
      .c-article.-highlight.-inline .img {
        max-width: 55%; }
      .c-article.-highlight.-inline .content {
        border-radius: 10px 0 0 10px;
        margin-right: -30px; }
  .c-article.-l .content .article-info {
    flex-direction: row-reverse;
    justify-content: flex-end; }
    .c-article.-l .content .article-info > * {
      margin-left: 0;
      padding-left: 0;
      margin-right: 6px;
      padding-right: 6px; }
      .c-article.-l .content .article-info > * + :before {
        left: auto;
        right: 0; }
    .c-article.-l .content .article-info .author {
      display: flex;
      width: auto;
      overflow: initial; }
  .c-article.-s .img .media {
    height: 24px; }
    .c-article.-s .img .media .icon {
      width: 24px;
      height: 24px; }
      .c-article.-s .img .media .icon-play {
        font-size: 12px; }
      .c-article.-s .img .media .icon-podcast {
        font-size: 16px; }
  .c-article.-s .content .title {
    font-size: 16px;
    line-height: 1.3; }
  .c-article.-s .content .article-info time.date {
    width: max-content; }
  .c-article.-s .content .article-info .author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: calc(100% - 84px); }
  .c-article.-minuta-inline .img {
    width: 236px; }
  .dark-mode .c-article .content .article-info {
    color: #E5E5E5; }
  .c-article.-flashnews .content .title {
    font-size: 21px; }

.-hp-category-listing-small .c-article .content .article-info .author {
  width: calc(100% - 84px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block; }

@media (max-width: 991.98px) {
  .c-article {
    flex-direction: row; }
    .c-article .img {
      width: 180px; }
      .c-article .img + .content {
        margin: 0 0 0 16px; }
    .c-article .content .article-info > * {
      margin-top: 1px;
      margin-bottom: 1px; }
    .c-article:not(.-m) .content .title {
      font-size: 16px;
      line-height: 1.35; }
    .c-article.-flashnews:not(.-m) .content .title {
      font-size: 16px;
      line-height: 1.35; }
    .c-article.-inline .img .gallery-preview ~ .video-preview {
      width: 100%; }
    .c-article.-inline .img .gallery-preview ~ .media {
      right: 0; }
    .c-article.-inline .content .title {
      font-size: 16px;
      line-height: 1.35; }
    .c-article.-inline:not(.-l) .perex {
      font-size: 14px;
      line-height: 1.3; }
    .c-article.-live .img {
      width: 320px; }
    .c-article.-highlight, .c-article.-l {
      flex-direction: column !important; }
      .c-article.-highlight .img, .c-article.-l .img {
        width: 100%;
        max-width: 100% !important; }
      .c-article.-highlight.-inline .content, .c-article.-l.-inline .content {
        border-radius: 0 0 10px 10px;
        margin-right: 0; }
    .c-article.-s .img {
      width: 105px; }
    .c-article.-minuta-inline .img {
      width: 180px; }
    .c-article.-gallery .img {
      width: calc(180px + 90px); }
      .c-article.-gallery .img > img {
        width: 180px; }
      .c-article.-gallery .img .gallery-preview ~ .video-preview {
        width: 66.5%; }
      .c-article.-gallery .img .gallery-preview ~ .media {
        right: 90px; }
  .-hp-category-listing-small .c-article .content .article-info .author {
    max-width: none; } }

@media (max-width: 767.98px) {
  .c-article.-live {
    flex-direction: column; }
    .c-article.-live .img {
      width: 100%;
      max-width: 100%; }
      .c-article.-live .img + .content {
        margin: 16px 0 0; }
  .c-article.-minuta-inline {
    flex-direction: column; }
    .c-article.-minuta-inline .img {
      width: 100%; }
      .c-article.-minuta-inline .img + .content {
        margin: 16px 0 0; }
        .c-article.-minuta-inline .img + .content .c-live-badge {
          position: absolute;
          top: 0;
          left: 0; } }

@media (max-width: 575.98px) {
  .c-article .img {
    width: 112px; }
  .c-article .content {
    border-radius: 0 !important; }
  .c-article.-highlight, .c-article.-live {
    margin-left: -16px;
    margin-right: -16px; }
  .c-article.-live {
    border-radius: 0; }
    .c-article.-live:before {
      content: '';
      position: absolute;
      width: 100%;
      top: -16px;
      margin-top: -1px;
      left: 0;
      border-top: 1px solid #fff; }
  .c-article.-highlight .content {
    padding: 16px; }
  .c-article.-l .content .title {
    font-size: 23px;
    line-height: 1.25; }
  .c-article.-l .content .perex {
    display: none; }
  .c-article.-l .content .article-info {
    margin-top: 10px; }
  .c-article.-l:not(.-highlight) .img + .content {
    margin: 16px 0 0; }
  .c-article:not(.-highlight):not(.-l) .img .media {
    height: 24px; }
    .c-article:not(.-highlight):not(.-l) .img .media .icon {
      width: 24px;
      height: 24px; }
      .c-article:not(.-highlight):not(.-l) .img .media .icon-play {
        font-size: 12px; }
      .c-article:not(.-highlight):not(.-l) .img .media .icon-podcast {
        font-size: 16px; }
  .c-article.-live-listing {
    padding-top: 22px; }
    .c-article.-live-listing .timestamp {
      position: absolute;
      top: 0;
      left: 0; }
  .c-article.-gallery {
    flex-wrap: wrap; }
    .c-article.-gallery .img {
      width: 100%; }
      .c-article.-gallery .img > img {
        width: 66%; }
      .c-article.-gallery .img .gallery-preview {
        width: calc(33% - 8px); }
        .c-article.-gallery .img .gallery-preview > img {
          width: 100%; }
        .c-article.-gallery .img .gallery-preview ~ .media {
          right: 34%; }
      .c-article.-gallery .img + .content {
        margin: 12px 0 0 0; }
    .c-article.-gallery .c-minuta.-inline .c-minuta-header {
      min-height: initial; }
    .c-article.-gallery .c-minuta.-inline > .content {
      margin-left: 0;
      width: 100%; } }

@media (min-width: 992px) {
  .c-article.-highlight.-inline .img .c-live-badge {
    left: auto;
    right: 0; }
  body.-article-detail .c-content .c-section > .container {
    width: 95%;
    max-width: 1080px; } }

@media (min-width: 576px) {
  .c-article.-l:not(.-highlight) .img + .content {
    margin: 16px 0 0; }
  .c-article.-l .content .title {
    font-size: 30px;
    line-height: 1.25; }
  .c-article.-l .content .perex {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 16px; }
  .c-article.-l .content .article-info {
    margin-top: 15px; }
  .c-article.-l .img .media, .c-article.-highlight .img .media {
    height: 40px; }
    .c-article.-l .img .media .icon, .c-article.-highlight .img .media .icon {
      width: 40px;
      height: 40px; }
      .c-article.-l .img .media .icon-play, .c-article.-highlight .img .media .icon-play {
        font-size: 20px; }
      .c-article.-l .img .media .icon-podcast, .c-article.-highlight .img .media .icon-podcast {
        font-size: 22px; }
    .c-article.-l .img .media .audio-lines, .c-article.-highlight .img .media .audio-lines {
      width: auto; }
    .c-article.-l .img .media .duration, .c-article.-highlight .img .media .duration {
      padding: 0 12px; } }

@media (max-width: 575.98px) {
  .c-article .content .article-info .author .author-name-full {
    display: none; }
  .c-article .content .article-info .author .author-name-short {
    display: inline; }
  .c-article:not(.-l) .content .article-info time.date {
    width: max-content; }
  .c-article:not(.-l) .content .article-info .author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: calc(100% - 84px); } }

.-dark-theme .c-article.-highlight .content {
  background: #313030; }

.-dark-theme .c-article.-content-bg {
  background: #1A1919; }

.-dark-theme .c-article .content .article-info {
  color: #E5E5E5; }

.-dark-theme .c-article .content .category {
  color: #E5E5E5; }

.-dark-theme [id^="interviewFeed"] .b-forms form {
  background: #313030; }

@media (max-width: 575.98px) {
  .-dark-theme .c-article.-live:before {
    border-top-color: #464646; } }

.c-nastartujme-cesko {
  position: relative;
  margin-left: -32px;
  padding: 32px;
  background: #145C8F;
  color: #fff;
  border-radius: 0 10px 10px 0; }
  .c-nastartujme-cesko .header {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: flex-start; }
    .c-nastartujme-cesko .header .content {
      padding-right: 100px; }
      .c-nastartujme-cesko .header .content .title-wrapper {
        display: inline-flex;
        align-items: center; }
        .c-nastartujme-cesko .header .content .title-wrapper .flag {
          display: flex;
          flex-direction: column;
          margin-right: 20px; }
          .c-nastartujme-cesko .header .content .title-wrapper .flag span {
            display: inline-block;
            width: 18px;
            height: 18px;
            border-radius: 50%; }
            .c-nastartujme-cesko .header .content .title-wrapper .flag span:first-child {
              background: #fff; }
            .c-nastartujme-cesko .header .content .title-wrapper .flag span:nth-child(2) {
              background: #F2333B; }
            .c-nastartujme-cesko .header .content .title-wrapper .flag span:nth-child(3) {
              background: #4188E4; }
            .c-nastartujme-cesko .header .content .title-wrapper .flag span + span {
              margin-top: 4px; }
        .c-nastartujme-cesko .header .content .title-wrapper .title {
          font-size: 24px;
          line-height: 1.25;
          position: relative;
          top: 4px; }
      .c-nastartujme-cesko .header .content .perex {
        color: #b9cedd;
        line-height: 1.5;
        margin: 24px 0 12px 0; }
      .c-nastartujme-cesko .header .content .c-button {
        color: #fff; }
        .c-nastartujme-cesko .header .content .c-button:hover {
          color: #b9cedd; }
    .c-nastartujme-cesko .header .img {
      display: flex;
      align-items: flex-start; }
    .c-nastartujme-cesko .header.-borderless {
      border: none; }
  .c-nastartujme-cesko .c-article .content {
    background: rgba(255, 255, 255, 0); }
    .c-nastartujme-cesko .c-article .content .article-info {
      color: #b9cedd; }
      .c-nastartujme-cesko .c-article .content .article-info .media .icon {
        color: #F2333B; }
      .c-nastartujme-cesko .c-article .content .article-info > *:before {
        background: #b9cedd; }
  .c-nastartujme-cesko .c-article-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }

@media (max-width: 575.98px) {
  .c-nastartujme-cesko {
    padding: 24px;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0; }
    .c-nastartujme-cesko .header {
      margin-bottom: 24px; }
      .c-nastartujme-cesko .header .img {
        display: none; }
      .c-nastartujme-cesko .header .content {
        padding-right: 0; }
      .c-nastartujme-cesko .header + .c-player {
        margin-top: -48px; }
    .c-nastartujme-cesko + * .c-section-header:not(.-alt) {
      padding-top: 0;
      border: 0; } }

.c-green-week {
  position: relative;
  padding: 25px 32px;
  margin-top: 35px;
  margin-left: -32px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(0deg, #B6DACF, #B6DACF), #222B54; }
  .c-green-week::before {
    content: '';
    position: absolute;
    top: -22px;
    left: 32px;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #E5DFDC; }
  .c-green-week p {
    margin-bottom: 16px;
    line-height: 22.5px;
    font-size: 15px;
    font-weight: 400;
    color: #316B59; }
  .c-green-week__description {
    position: relative; }
    .c-green-week__description--short {
      display: grid;
      grid-template-rows: 1fr;
      grid-column-gap: 20px;
      grid-template-columns: 1fr 190px;
      margin-bottom: 16px; }
      .c-green-week__description--short img {
        width: 190px;
        height: auto; }
    .c-green-week__description--ext {
      display: none; }
      .c-green-week__description--ext.shown {
        display: block; }
  .c-green-week__actions {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #316B59; }
    .c-green-week__actions > * {
      font-size: 14px;
      font-weight: 600;
      color: #316B59; }
      .c-green-week__actions > *:not(:last-child) {
        margin-right: 45px; }
    .c-green-week__actions i {
      margin-left: 12px; }
    .c-green-week__actions--show-more.active i {
      transform: rotate(180deg); }
  .c-green-week__video {
    margin-bottom: 34px; }
  .c-green-week__calendar img {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 6px 0 #4D9E86; }
  .c-green-week__calendar ul {
    margin-top: 20px; }
    .c-green-week__calendar ul li {
      position: relative;
      padding-left: 25px;
      line-height: 22.5px;
      font-size: 15px;
      font-weight: 400;
      color: #316B59; }
      .c-green-week__calendar ul li:not(:last-of-type) {
        margin-bottom: 10px; }
      .c-green-week__calendar ul li strong {
        font-weight: 700; }
      .c-green-week__calendar ul li::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        margin-left: -25px;
        margin-top: 5px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: #316B59;
        transform: rotate(-45deg); }
  .c-green-week__calendar__img--desktop {
    display: block; }
  .c-green-week__calendar__img--mobile {
    display: none;
    width: 100%;
    height: 100%; }
  .c-green-week + .c-section-inner .c-section-header {
    padding-top: 8px;
    border-top: 0 none; }

#green-week-calendar,
#green-week-articles {
  scroll-margin-top: 100px; }

@media (max-width: 575.98px) {
  .c-green-week {
    margin: 0 -16px;
    padding: 18px 18px 30px;
    border-radius: 0; }
    .c-green-week::before {
      content: unset; }
    .c-green-week__description--short {
      display: flex;
      flex-direction: column-reverse;
      align-items: center; }
      .c-green-week__description--short img {
        width: 110px;
        margin-bottom: 16px; }
    .c-green-week__actions > *:not(:last-child) {
      margin-right: 16px; }
    .c-green-week__actions > * i {
      margin-left: 8px; }
    .c-green-week__calendar__img--desktop {
      display: none; }
    .c-green-week__calendar__img--mobile {
      display: block; }
  #green-week-calendar,
  #green-week-articles {
    scroll-margin-top: 80px; } }

.c-article-wrapper .load-more,
.c-article-wrapper + .load-more {
  text-align: center;
  margin-top: 32px; }
  .c-article-wrapper .load-more.paginator,
  .c-article-wrapper + .load-more.paginator {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; }

.c-article-wrapper img[style*="width:0px; height:0px; visibility:hidden;"] {
  display: block; }

.c-article-wrapper > * + * {
  margin-top: 24px; }

.c-article-wrapper > *:empty {
  margin-top: 0; }

.c-article-wrapper > :has(> script:only-child) {
  margin-top: 0; }

.c-article-wrapper.-hero {
  position: relative;
  margin-top: 25px;
  padding-bottom: 20px; }
  .c-article-wrapper.-hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 1px;
    width: calc(100% - 24px);
    background: #E5DFDC; }
  .c-article-wrapper.-hero.-v2 {
    margin-bottom: 96px;
    padding-bottom: 0; }
    .c-article-wrapper.-hero.-v2 > * {
      margin-top: 0; }
    .c-article-wrapper.-hero.-v2:before {
      content: '';
      position: absolute;
      width: calc(100% + ((32px - 24px / 2) * 2));
      height: calc(100% + (32px * 2));
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
      background: #F6F4F3; }
    .c-article-wrapper.-hero.-v2:after {
      bottom: -64px; }
  .c-article-wrapper.-hero.-v3 .c-article .img {
    pointer-events: all; }
  .c-article-wrapper.-hero.-v3 .c-article .content {
    position: relative; }
    .c-article-wrapper.-hero.-v3 .c-article .content .media {
      background: #fff;
      display: inline-flex;
      align-items: center; }
      .c-article-wrapper.-hero.-v3 .c-article .content .media .icon {
        background: #CF3339;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px; }
        .c-article-wrapper.-hero.-v3 .c-article .content .media .icon-podcast {
          font-size: 18px; }
      .c-article-wrapper.-hero.-v3 .c-article .content .media .text {
        padding: 0 12px;
        font-weight: 700;
        font-size: 12px;
        color: #1A1919;
        margin-top: 4px; }
    .c-article-wrapper.-hero.-v3 .c-article .content .title {
      color: #fff; }
    .c-article-wrapper.-hero.-v3 .c-article .content .perex,
    .c-article-wrapper.-hero.-v3 .c-article .content .article-info {
      color: #E5DFDC; }
  .c-article-wrapper.-hero.-v3 .c-article.-l .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1; }

.c-article-wrapper.-ordered {
  margin-top: -12px;
  margin-bottom: -12px;
  list-style: none;
  counter-reset: article-wrapper-ordered; }
  .c-article-wrapper.-ordered > * {
    margin: 12px 0;
    counter-increment: article-wrapper-ordered; }
  .c-article-wrapper.-ordered .c-article .img .media .order-badge {
    min-width: 24px;
    text-align: center;
    padding: 0 4px 0 7px; }
    .c-article-wrapper.-ordered .c-article .img .media .order-badge:before {
      position: relative;
      content: counter(article-wrapper-ordered) ".";
      top: 2px;
      font-weight: 700;
      font-size: 16px;
      color: #0096CC; }

.c-article-wrapper.-aside {
  flex-direction: column; }
  .c-article-wrapper.-aside > * {
    max-width: 100%; }

.c-article-wrapper.-top {
  padding: 16px;
  background: #F6F4F3;
  border-radius: 10px;
  counter-reset: article-wrapper-top; }
  .c-article-wrapper.-top .c-article {
    counter-increment: article-wrapper-top; }
    .c-article-wrapper.-top .c-article .content .title > a:before {
      content: counter(article-wrapper-top) ".";
      display: inline-block;
      font-weight: 700;
      color: #0096CC;
      margin-right: 5px; }
    .c-article-wrapper.-top .c-article + .c-article {
      margin-top: 14px;
      padding-top: 16px;
      border-top: 1px dashed #E5DFDC; }

.c-article-wrapper.-baseline {
  align-items: baseline;
  margin-top: -24px; }

.c-article-wrapper.livestream-stopped .c-live-limiter-info-text {
  opacity: 1;
  pointer-events: all; }

.c-article-wrapper .c-live-limiter-info-text {
  display: inline-flex;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  transform: translateY(-4px);
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none; }
  .c-article-wrapper .c-live-limiter-info-text.-mobile {
    display: none; }
  .c-article-wrapper .c-live-limiter-info-text:hover {
    text-decoration: underline; }

.c-hero-wrapper > .container > .row {
  position: relative;
  padding-bottom: 32px; }
  .c-hero-wrapper > .container > .row:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 24px);
    border-top: 1px solid #E5DFDC;
    bottom: 0; }

.-dark-theme .c-article-wrapper.-hero:after {
  background: #464646; }

.-dark-theme .c-article-wrapper.-top {
  background: #313030; }

.-dark-theme .c-hero-wrapper > .container > .row:after {
  border-top-color: #464646; }

@media (max-width: 991.98px) {
  .c-section.-hero-v3-dark {
    margin-top: 0; }
    .c-section.-hero-v3-dark > .container {
      padding: 0; }
  .c-article-wrapper.-hero:after {
    display: none; }
  .c-article-wrapper.-hero.-v2 .c-article.-l {
    padding-bottom: 18px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #E5DFDC; }
  .c-article-wrapper.-hero.-v2 .c-article-wrapper {
    margin-top: 0; }
  .c-article-wrapper.-hero.-v3 {
    margin-left: -32px;
    margin-right: -32px;
    margin-top: -16px;
    margin-bottom: 48px;
    padding: 32px 20px 20px;
    background: #1A1919;
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas: "v3-article" "next-program" "other-streams" "v3-article-wrapper"; }
    .c-article-wrapper.-hero.-v3 .c-article {
      grid-area: v3-article; }
      .c-article-wrapper.-hero.-v3 .c-article.-l {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-bottom: 0 !important;
        border: none !important;
        background: #313030; }
        .c-article-wrapper.-hero.-v3 .c-article.-l .img {
          transform: none; }
          .c-article-wrapper.-hero.-v3 .c-article.-l .img .c-live-badge {
            top: 3px; }
        .c-article-wrapper.-hero.-v3 .c-article.-l .content {
          height: auto;
          display: block;
          width: calc(100% - 40px);
          margin-left: 20px;
          margin-top: 16px;
          padding-bottom: 18px;
          border-bottom: 1px dashed #5b5858; }
          .c-article-wrapper.-hero.-v3 .c-article.-l .content .media {
            position: absolute;
            right: 0;
            top: -44px;
            height: 28px;
            pointer-events: none;
            right: -20px; }
            .c-article-wrapper.-hero.-v3 .c-article.-l .content .media .icon {
              width: 28px;
              height: 28px; }
          .c-article-wrapper.-hero.-v3 .c-article.-l .content .article-info a {
            color: #e5dfdc;
            text-decoration: none; }
        .c-article-wrapper.-hero.-v3 .c-article.-l:not(:first-child:nth-last-child(1)) {
          padding-bottom: 18px;
          border-bottom: 1px dashed #5b5858; }
      .c-article-wrapper.-hero.-v3 .c-article-wrapper {
        margin-top: 24px; }
      .c-article-wrapper.-hero.-v3 .c-article .content {
        overflow-wrap: break-word; }
    .c-article-wrapper.-hero.-v3:after {
      width: calc(100% - 64px);
      bottom: -32px; }
    .c-article-wrapper.-hero.-v3 .c-article-wrapper {
      grid-area: v3-article-wrapper; }
      .c-article-wrapper.-hero.-v3 .c-article-wrapper .content {
        width: calc(100% - 196px); }
    .c-article-wrapper.-hero.-v3 .tn-live-program {
      grid-area: next-program;
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-top: 0;
      border-radius: 0px;
      padding: 24px 20px;
      background: #313030;
      color: #fff; }
      .c-article-wrapper.-hero.-v3 .tn-live-program .c-program-live-carousel {
        height: auto; }
        .c-article-wrapper.-hero.-v3 .tn-live-program .c-program-live-carousel:after {
          display: none; }
      .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-slide {
        justify-content: center;
        display: flex;
        flex-direction: column; }
        .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-slide .time {
          font-size: 12px;
          color: #BCB8B8;
          margin-bottom: 6px; }
        .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-slide h2 {
          font-size: 13px;
          font-weight: 400; }
      .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .c-slider-navigation {
        display: none; }
      .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-pagination-bullets {
        display: block;
        width: max-content;
        margin: 10px auto 0 auto; }
        .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
          width: 24px;
          height: 4px;
          border-radius: 2px; }
          .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
            background: #CBCBCB; }
    .c-article-wrapper.-hero.-v3 .other-streams {
      display: grid;
      grid-area: other-streams;
      grid-template-areas: "title" "wrapper" "more-link"; }
      .c-article-wrapper.-hero.-v3 .other-streams .c-section-header {
        grid-area: title;
        color: #E5E5E5; }
        .c-article-wrapper.-hero.-v3 .other-streams .c-section-header .title {
          color: #fff; }
      .c-article-wrapper.-hero.-v3 .other-streams .c-card, .c-article-wrapper.-hero.-v3 .other-streams .c-hero-card {
        background: #313030; }
      .c-article-wrapper.-hero.-v3 .other-streams .c-live-box-inline-wrapper {
        grid-area: wrapper; }
        .c-article-wrapper.-hero.-v3 .other-streams .c-live-box-inline-wrapper > div {
          margin-top: 0;
          margin-bottom: 16px; }
      .c-article-wrapper.-hero.-v3 .other-streams .more-link {
        grid-area: more-link;
        text-align: left;
        margin-top: 16px; }
        .c-article-wrapper.-hero.-v3 .other-streams .more-link a {
          color: #00B6F8; }
          .c-article-wrapper.-hero.-v3 .other-streams .more-link a:after {
            content: "\E004";
            font-family: Icons;
            font-size: 11px;
            margin-left: 10px; }
          .c-article-wrapper.-hero.-v3 .other-streams .more-link a:hover {
            color: #145c8f; }
  .c-hero-wrapper > .container > .row > * + * {
    margin-top: 24px; }
  .c-hero-wrapper > .container > .row .c-sidebar {
    position: relative;
    margin-bottom: -32px; }
    .c-hero-wrapper > .container > .row .c-sidebar:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #fff;
      z-index: 1; }
    .c-hero-wrapper > .container > .row .c-sidebar > .js-sticky {
      margin-bottom: 22px; }
    .c-hero-wrapper > .container > .row .c-sidebar #ssp-zone-248021:not(.adFull) {
      margin-top: -20px; } }

@media (max-width: 767.98px) {
  .c-article-wrapper.-baseline {
    margin-top: 0; }
  .c-article-wrapper .c-live-limiter-info-text {
    width: 100%;
    text-align: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .c-article-wrapper .c-live-limiter-info-text:not(.-mobile) {
      display: none !important; }
    .c-article-wrapper .c-live-limiter-info-text.-mobile {
      display: flex; } }

@media (max-width: 575.98px) {
  .c-article-wrapper .load-more,
  .c-article-wrapper + .load-more {
    margin: 24px 0 12px 0; }
    .c-article-wrapper .load-more .c-button,
    .c-article-wrapper + .load-more .c-button {
      width: 100%;
      justify-content: center; }
  .c-article-wrapper.-hero {
    margin-top: -16px;
    padding-bottom: 16px; }
    .c-article-wrapper.-hero.-v2 {
      margin-top: 0;
      margin-bottom: 32px; }
      .c-article-wrapper.-hero.-v2:before {
        width: calc(100% + 32px);
        height: calc(100% + 32px); }
    .c-article-wrapper.-hero.-v3 {
      margin-left: -16px;
      margin-right: -16px;
      margin-top: -16px;
      margin-bottom: 40px;
      padding: 16px; }
      .c-article-wrapper.-hero.-v3 .c-article-wrapper .content {
        width: calc(100% - 128px); }
      .c-article-wrapper.-hero.-v3 .article-info .author img {
        margin-top: 0;
        vertical-align: middle; }
      .c-article-wrapper.-hero.-v3 .c-article.-l {
        width: calc(100% + 32px);
        margin-left: -16px; }
      .c-article-wrapper.-hero.-v3 .tn-live-program {
        width: calc(100% + 32px);
        margin-left: -16px; }
      .c-article-wrapper.-hero.-v3:after {
        width: calc(100% - 32px);
        bottom: -24px; }
  .c-hero-wrapper > .container > .row {
    padding-bottom: 22px; }
    .c-hero-wrapper > .container > .row .c-sidebar {
      margin-bottom: -22px; } }

@media (min-width: 992px) {
  .c-article-wrapper.-hero.-v3 {
    margin-top: 40px;
    margin-bottom: 64px;
    padding-bottom: 0;
    min-height: 450px;
    padding: 0 12px;
    background: #1A1919;
    padding: 0 32px;
    display: grid;
    grid-template-columns: calc(50% + 20px) calc(50% - 20px);
    grid-template-areas: "v3-article v3-article-wrapper" "next-program next-program" "other-streams other-streams"; }
    .c-article-wrapper.-hero.-v3 > * {
      position: static;
      width: 100%; }
    .c-article-wrapper.-hero.-v3.-tnlive-headline {
      min-height: 546px;
      width: calc(100% + 64px);
      margin-left: -32px; }
      .c-article-wrapper.-hero.-v3.-tnlive-headline .content > .media .group {
        display: inline-flex;
        align-items: center; }
      .c-article-wrapper.-hero.-v3.-tnlive-headline .media + .c-live-limiter-info-text {
        margin-left: 15px; }
      .c-article-wrapper.-hero.-v3.-tnlive-headline .img > div:first-of-type iframe {
        z-index: -1; }
    .c-article-wrapper.-hero.-v3:after {
      bottom: -32px; }
    .c-article-wrapper.-hero.-v3 .c-article {
      grid-area: v3-article; }
      .c-article-wrapper.-hero.-v3 .c-article.-l {
        position: static;
        height: 100%;
        justify-content: flex-end;
        margin-top: auto;
        padding-right: 24px; }
        .c-article-wrapper.-hero.-v3 .c-article.-l .img {
          position: absolute;
          /*width: calc(100% + ((32px - 24px / 2) * 2));*/
          width: 100%;
          height: calc(100% + (32px * 2));
          left: 50%;
          transform: translate(-50%);
          pointer-events: none;
          overflow: hidden;
          display: flex;
          justify-content: center;
          max-height: 610px; }
          .c-article-wrapper.-hero.-v3 .c-article.-l .img img {
            height: 100%;
            max-width: unset; }
          .c-article-wrapper.-hero.-v3 .c-article.-l .img .c-live-badge {
            margin: 32px; }
          .c-article-wrapper.-hero.-v3 .c-article.-l .img:before {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)); }
        .c-article-wrapper.-hero.-v3 .c-article.-l .content {
          height: 572px;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          bottom: 30px;
          overflow-wrap: break-word; }
          .c-article-wrapper.-hero.-v3 .c-article.-l .content .media {
            height: 40px;
            margin-bottom: 16px;
            width: max-content; }
            .c-article-wrapper.-hero.-v3 .c-article.-l .content .media .icon {
              height: 40px;
              width: 40px;
              font-size: 14px; }
              .c-article-wrapper.-hero.-v3 .c-article.-l .content .media .icon-play {
                font-size: 20px; }
              .c-article-wrapper.-hero.-v3 .c-article.-l .content .media .icon-podcast {
                font-size: 22px; }
            .c-article-wrapper.-hero.-v3 .c-article.-l .content .media:hover + .title {
              text-decoration: underline; }
        .c-article-wrapper.-hero.-v3 .c-article.-l:first-child:nth-last-child(1) {
          margin-top: 0;
          padding-right: 0;
          max-width: 65%; }
          .c-article-wrapper.-hero.-v3 .c-article.-l:first-child:nth-last-child(1) .content .title {
            font-size: 40px; }
      .c-article-wrapper.-hero.-v3 .c-article .content {
        position: relative;
        overflow-wrap: break-word; }
        .c-article-wrapper.-hero.-v3 .c-article .content .title {
          color: #fff; }
        .c-article-wrapper.-hero.-v3 .c-article .content .perex,
        .c-article-wrapper.-hero.-v3 .c-article .content .article-info {
          color: #E5DFDC; }
    .c-article-wrapper.-hero.-v3 .c-article-wrapper {
      grid-area: v3-article-wrapper;
      width: calc(100% + 25px);
      margin-top: auto;
      position: relative;
      bottom: 30px; }
      .c-article-wrapper.-hero.-v3 .c-article-wrapper > *:first-child:nth-last-child(1) {
        max-width: 100%;
        flex: 0 0 100%; }
    .c-article-wrapper.-hero.-v3 .tn-live-program {
      grid-area: next-program;
      margin-top: 0;
      background: #313030;
      color: #fff;
      border-radius: 0 0 10px 10px;
      width: calc(100% + 64px);
      margin-left: -32px;
      padding: 24px 32px; }
      .c-article-wrapper.-hero.-v3 .tn-live-program .c-program-live-carousel:after {
        content: '';
        position: absolute;
        right: -1px;
        bottom: 0;
        height: 100%;
        width: 100px;
        background: linear-gradient(to left, #313030, rgba(49, 48, 48, 0));
        z-index: 5;
        pointer-events: none; }
      .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-slide {
        justify-content: center;
        display: flex;
        flex-direction: column; }
        .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-slide:first-of-type {
          padding-left: 0; }
        .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-slide .time {
          font-size: 12px;
          color: #BCB8B8;
          margin-bottom: 6px; }
        .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-slide h2.title {
          font-size: 13px;
          font-weight: 400;
          overflow-wrap: break-word;
          line-height: 20px; }
      .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .swiper-pagination-bullets {
        display: none; }
      .c-article-wrapper.-hero.-v3 .tn-live-program .swiper-container .c-slider-navigation {
        margin-top: 0;
        padding: 0;
        top: 50%;
        transform: translateY(-50%); }
    .c-article-wrapper.-hero.-v3 .other-streams {
      grid-area: other-streams;
      display: grid;
      grid-template-areas: "title more-link" "wrapper wrapper"; }
      .c-article-wrapper.-hero.-v3 .other-streams .c-section-header {
        grid-area: title;
        color: #E5E5E5; }
        .c-article-wrapper.-hero.-v3 .other-streams .c-section-header .title {
          color: #fff; }
      .c-article-wrapper.-hero.-v3 .other-streams .c-live-box-inline-wrapper {
        grid-area: wrapper;
        padding-bottom: 10px;
        margin-bottom: 0; }
      .c-article-wrapper.-hero.-v3 .other-streams .c-card, .c-article-wrapper.-hero.-v3 .other-streams .c-hero-card {
        background: #313030; }
        .c-article-wrapper.-hero.-v3 .other-streams .c-card:hover, .c-article-wrapper.-hero.-v3 .other-streams .c-hero-card:hover {
          background: #292828; }
      .c-article-wrapper.-hero.-v3 .other-streams .more-link {
        grid-area: more-link;
        text-align: right; }
        .c-article-wrapper.-hero.-v3 .other-streams .more-link a {
          color: #00B6F8; }
          .c-article-wrapper.-hero.-v3 .other-streams .more-link a:after {
            content: "\E004";
            font-family: Icons;
            font-size: 11px;
            margin-left: 10px; }
          .c-article-wrapper.-hero.-v3 .other-streams .more-link a:hover {
            color: #145c8f; }
  .c-hero-wrapper > .container > .row .c-sidebar .c-section-header:not(.-alt) {
    border-top: 0;
    padding-top: 0; }
  .c-hero-wrapper > .container > .row .c-sidebar #ssp-zone-248021:not(.adFull) {
    margin-top: -20px; }
  .c-section.-hero-v3-dark {
    margin-top: 0; }
    .c-section.-hero-v3-dark > .container {
      max-width: none;
      padding: 0; }
      .c-section.-hero-v3-dark > .container > *:not(.-tnlive-headline-wrapper) {
        max-width: 1080px;
        align-self: center; }
      .c-section.-hero-v3-dark > .container .-tnlive-headline-wrapper {
        background: #1A1919; }
        .c-section.-hero-v3-dark > .container .-tnlive-headline-wrapper > .-hero.-v3 {
          max-width: 1080px;
          margin-left: auto;
          margin-right: auto;
          padding-left: 32px;
          padding-right: 32px; }
          .c-section.-hero-v3-dark > .container .-tnlive-headline-wrapper > .-hero.-v3 .-tnlive-headline {
            width: 100%;
            margin-left: 0; }
    .c-section.-hero-v3-dark .c-article-wrapper.-hero.-v3 {
      margin-top: 0; }
      .c-section.-hero-v3-dark .c-article-wrapper.-hero.-v3 .c-article.-l .content {
        height: 0;
        margin-top: 611px; }
        .c-section.-hero-v3-dark .c-article-wrapper.-hero.-v3 .c-article.-l .content .article-info a {
          color: #e5dfdc;
          text-decoration: none; }
      .c-section.-hero-v3-dark .c-article-wrapper.-hero.-v3 .c-article.-l .img {
        top: 0;
        pointer-events: all; }
  .dfp-adform-gate .c-content .c-branding + .c-section.-hero-v3-dark > .container:before,
  .dfp-image-gate .c-content .c-branding + .c-section.-hero-v3-dark > .container:before {
    top: 0; }
  .dfp-adform-gate .c-section.-hero-v3-dark,
  .dfp-image-gate .c-section.-hero-v3-dark {
    background: transparent;
    margin-top: 3px; }
    .dfp-adform-gate .c-section.-hero-v3-dark .c-article-wrapper.-hero.-v3 .c-article.-l .content,
    .dfp-image-gate .c-section.-hero-v3-dark .c-article-wrapper.-hero.-v3 .c-article.-l .content {
      height: 0px;
      margin-top: 588px; }
    .dfp-adform-gate .c-section.-hero-v3-dark .c-article-wrapper.-hero.-v3 .c-article.-l .img,
    .dfp-image-gate .c-section.-hero-v3-dark .c-article-wrapper.-hero.-v3 .c-article.-l .img {
      top: auto; }
    .dfp-adform-gate .c-section.-hero-v3-dark > .container,
    .dfp-image-gate .c-section.-hero-v3-dark > .container {
      max-width: 1080px;
      padding: 0 32px; }
      .dfp-adform-gate .c-section.-hero-v3-dark > .container .-tnlive-headline-wrapper,
      .dfp-image-gate .c-section.-hero-v3-dark > .container .-tnlive-headline-wrapper {
        background: transparent; }
      .dfp-adform-gate .c-section.-hero-v3-dark > .container .container,
      .dfp-image-gate .c-section.-hero-v3-dark > .container .container {
        padding: 0; }
  .dfp-adform-gate .c-section .c-article-wrapper.-hero.-v3:first-child,
  .dfp-image-gate .c-section .c-article-wrapper.-hero.-v3:first-child {
    padding-top: 16px; } }

.c-author-box {
  display: flex; }
  .c-author-box .img {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start; }
    .c-author-box .img img {
      border-radius: 50%; }
    .c-author-box .img + .content {
      margin-left: 20px; }
  .c-author-box .content .c-title {
    font-size: 32px;
    margin-bottom: 10px; }
  .c-author-box .content .subtitle {
    color: #7C7C7C;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.25; }
  .c-author-box .content .perex {
    font-family: "Noto Sans";
    font-size: 17px;
    line-height: 1.5; }
  .c-author-box .c-actions {
    margin-top: 20px; }
  .c-rte .c-author-box .content .title {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 4px; }
  .c-rte .c-author-box .content .perex {
    font-size: 19px;
    color: #4e4b4b;
    font-size: 19px;
    line-height: 1.6; }
  .c-author-listing .c-author-box {
    background: #F6F4F3;
    border-radius: 10px;
    padding: 15px 20px;
    color: #1A1919;
    align-items: center;
    width: calc(33.333% - 6px);
    margin: 3px; }
    .c-author-listing .c-author-box .img {
      margin-left: -10px; }
      .c-author-listing .c-author-box .img + .content {
        margin-left: 10px; }
    .c-author-listing .c-author-box .content {
      margin-top: 4px; }
      .c-author-listing .c-author-box .content .c-title {
        font-size: 16px;
        margin-bottom: 0; }
      .c-author-listing .c-author-box .content .subtitle {
        font-size: 12px;
        margin: 0; }
    .c-author-listing .c-author-box:hover {
      background: #efecea; }

.c-author-listing {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px; }

@media (max-width: 767.98px) {
  .c-author-box {
    flex-direction: column; }
    .c-author-box .img {
      margin-bottom: 20px; }
      .c-author-box .img + .content {
        margin: 0; }
    .c-author-box .content .c-title {
      font-size: 22px;
      margin-bottom: 8px; }
    .c-author-listing .c-author-box .content {
      margin: 0 !important; } }

@media (max-width: 575.98px) {
  .c-author-box .content .perex {
    font-size: 15px; }
  .c-rte .c-author-box .img {
    margin-bottom: 12px; }
  .c-rte .c-author-box .content .perex {
    font-size: 17px; }
  .c-author-listing .c-author-box {
    width: calc(50% - 6px); }
    .c-author-listing .c-author-box .img {
      margin-bottom: 10px; }
    .c-author-listing .c-author-box .content .subtitle {
      margin-top: 3px; } }

.c-article-carousel .swiper-slide,
.c-article-live-carousel .swiper-slide {
  height: auto;
  display: flex; }

.c-article-carousel .c-article,
.c-article-live-carousel .c-article {
  flex-direction: column; }
  .c-article-carousel .c-article .img,
  .c-article-live-carousel .c-article .img {
    width: 100%; }
    .c-article-carousel .c-article .img + .content,
    .c-article-live-carousel .c-article .img + .content {
      margin: 10px 0 0; }
  .c-article-carousel .c-article .article-info .author,
  .c-article-live-carousel .c-article .article-info .author {
    line-height: 20px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block; }

.c-article-carousel .slider-pagination,
.c-article-live-carousel .slider-pagination {
  margin-top: 24px;
  justify-content: center; }
  .c-article-carousel .slider-pagination:not(.swiper-pagination-lock):not(.swiper-pagination-hidden),
  .c-article-live-carousel .slider-pagination:not(.swiper-pagination-lock):not(.swiper-pagination-hidden) {
    display: flex; }
  .c-article-carousel .slider-pagination .swiper-pagination-bullet,
  .c-article-live-carousel .slider-pagination .swiper-pagination-bullet {
    position: relative;
    width: 24px;
    height: 4px;
    border-radius: 10px;
    background: #c9c9c9;
    opacity: 1;
    margin: 0 2px; }
    .c-article-carousel .slider-pagination .swiper-pagination-bullet:before,
    .c-article-live-carousel .slider-pagination .swiper-pagination-bullet:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 20px; }
    .c-article-carousel .slider-pagination .swiper-pagination-bullet:hover,
    .c-article-live-carousel .slider-pagination .swiper-pagination-bullet:hover {
      background: #afafaf; }
    .c-article-carousel .slider-pagination .swiper-pagination-bullet-active,
    .c-article-live-carousel .slider-pagination .swiper-pagination-bullet-active {
      background: #0096CC !important; }

.dark-mode .c-article-carousel .slider-pagination .swiper-pagination-bullet, .dark-mode
.c-article-live-carousel .slider-pagination .swiper-pagination-bullet {
  background: #4b4949; }
  .dark-mode .c-article-carousel .slider-pagination .swiper-pagination-bullet:hover, .dark-mode
  .c-article-live-carousel .slider-pagination .swiper-pagination-bullet:hover {
    background: #3e3d3d; }

.c-article-carousel.is-loading,
.c-article-live-carousel.is-loading {
  transition: 0.3s ease;
  min-height: 50px;
  position: relative; }
  .c-article-carousel.is-loading:before, .c-article-carousel.is-loading:after,
  .c-article-live-carousel.is-loading:before,
  .c-article-live-carousel.is-loading:after {
    content: '';
    display: block; }
  .c-article-carousel.is-loading:before,
  .c-article-live-carousel.is-loading:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #faf9f7;
    opacity: 0.7;
    backdrop-filter: blur(5px);
    z-index: 5;
    -webkit-backdrop-filter: blur(5px); }
  .c-article-carousel.is-loading:after,
  .c-article-live-carousel.is-loading:after {
    position: absolute;
    box-sizing: border-box;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border-top: 4px solid #0096CC;
    border-right: 4px solid transparent;
    animation: spinner .5s linear infinite;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 8; }
  .c-article-carousel.is-loading *,
  .c-article-live-carousel.is-loading * {
    filter: blur(5px); }
  .c-article-carousel.is-loading .placeholder,
  .c-article-live-carousel.is-loading .placeholder {
    max-width: 100%; }
    .c-article-carousel.is-loading .placeholder img,
    .c-article-live-carousel.is-loading .placeholder img {
      max-width: 100%; }

.c-article-live-carousel .swiper-slide {
  display: block; }
  .c-article-live-carousel .swiper-slide .c-article .content .title {
    overflow-wrap: break-word; }

.c-slider-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 24px;
  margin-top: 45px;
  width: 100%;
  z-index: 7;
  pointer-events: none;
  padding: 0 8px; }
  .c-slider-navigation .prev,
  .c-slider-navigation .next {
    pointer-events: all;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0096CC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease opacity, 0.3s ease visibility; }
    .c-slider-navigation .prev:hover,
    .c-slider-navigation .next:hover {
      background: #145C8F; }
    .c-slider-navigation .prev.swiper-button-disabled,
    .c-slider-navigation .next.swiper-button-disabled {
      opacity: 0;
      visibility: hidden; }

@media (max-width: 991.98px) {
  .c-article-carousel.-xl {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 32px; }
  .c-article-live-carousel {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px; }
    .c-article-live-carousel .c-slider-navigation {
      display: none; } }

@media (max-width: 767.98px) {
  .c-article-carousel {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 32px; } }

@media (max-width: 575.98px) {
  .c-article-carousel,
  .c-article-live-carousel {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px; }
    .c-article-carousel.-xl,
    .c-article-live-carousel.-xl {
      margin-left: -16px;
      margin-right: -16px;
      padding: 0 16px; }
  .c-article-live-carousel {
    padding-bottom: 8px; } }

@media (min-width: 992px) {
  .c-article-live-carousel {
    padding-top: 24px;
    margin-top: -24px; }
    .c-article-live-carousel .slider-pagination {
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      width: auto;
      bottom: auto;
      margin: 0; }
    .c-article-live-carousel:after {
      content: '';
      position: absolute;
      right: -1px;
      bottom: 0;
      height: calc(100% - 24px);
      width: 50px;
      background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
      z-index: 5;
      pointer-events: none; }
    .dark-mode .c-article-live-carousel:after {
      background: linear-gradient(to left, #1A1919, rgba(26, 25, 25, 0)); }
  .c-carousel-wrap.-xl .c-article .title {
    font-size: 21px; } }

.-dark-theme .c-article-carousel.is-loading:before {
  background: #1A1919; }

.-dark-theme .c-article-live-carousel:after {
  background: linear-gradient(to left, #1A1919, rgba(26, 25, 25, 0)); }

.c-file-box {
  display: flex; }
  .c-file-box .img {
    max-width: 128px; }
    .c-file-box .img + .content {
      margin-left: 20px; }
    .c-file-box .img.icon {
      position: relative; }
      .c-file-box .img.icon:before {
        content: "\E020";
        font-family: 'icons';
        display: flex;
        font-size: 110px;
        align-items: flex-start;
        margin-top: -5px; }
      .c-file-box .img.icon.-pdf:before {
        content: "\E01C"; }
      .c-file-box .img.icon.-jpg:before {
        content: "\E01B"; }
      .c-file-box .img.icon.-png:before {
        content: "\E01D"; }
      .c-file-box .img.icon.-audio:before {
        content: "\E018"; }
      .c-file-box .img.icon.-code:before {
        content: "\E019"; }
      .c-file-box .img.icon.-image:before {
        content: "\E01A"; }
      .c-file-box .img.icon.-video:before {
        content: "\E01E"; }
      .c-file-box .img.icon.-zip:before {
        content: "\E01F"; }
  .c-file-box .content .c-title {
    font-size: 22px;
    margin-bottom: 10px; }
  .c-file-box .content .perex {
    font-size: 17px;
    line-height: 24px;
    color: #413f3f; }
  .c-file-box .content .group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px; }
    .c-file-box .content .group .info {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      margin-right: 16px;
      color: #413f3f; }
      .c-file-box .content .group .info strong {
        color: #1A1919;
        font-weight: 700; }
  .c-file-box .content .cta {
    margin-top: 16px; }
    .c-file-box .content .cta .c-button .icon {
      font-size: 12px; }

@media (max-width: 767.98px) {
  .c-file-box {
    flex-direction: column-reverse; }
    .c-file-box .img {
      margin-top: 20px;
      max-width: unset; }
      .c-file-box .img img {
        width: 100%; }
      .c-file-box .img + .content {
        margin: 0; }
      .c-file-box .img.icon {
        display: flex;
        justify-content: center; } }

.c-actions {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  padding-left: 0; }
  .c-actions .item {
    list-style: none;
    margin: 0; }
    .c-actions .item .link {
      display: flex;
      align-items: center;
      color: #0096CC;
      padding: 4px 10px;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.4;
      text-transform: uppercase;
      margin: 0; }
      .c-actions .item .link .icon {
        margin: -1px 8px 0 0;
        font-size: 14px;
        font-weight: normal; }
        .c-actions .item .link .icon-facebook {
          margin: -2px 5px 0 0;
          font-size: 18px; }
      .c-actions .item .link:hover {
        color: #145C8F; }
    .c-actions .item + .item {
      margin-left: 8px; }

@media (max-width: 767.98px) {
  .c-actions {
    flex-wrap: wrap; }
    .c-actions .item + .item {
      margin: 0; } }

.c-tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 24px 0 24px -4px; }
  .c-tags .item {
    list-style: none;
    margin: 4px;
    margin-bottom: 8px; }
    .c-tags .item .link {
      margin: 0;
      color: #0096CC;
      background: #F6F4F3;
      border-radius: 12px;
      padding: 5px 10px;
      font-weight: 600;
      font-size: 14px;
      line-height: 1.5; }
      .c-tags .item .link:hover {
        color: #145C8F; }
  .c-rte + .c-tags {
    padding-left: 24px; }
  .c-tags.-inside {
    margin: -5px; }
    .c-tags.-inside .item .link {
      background: #fff; }

@media (max-width: 991.98px) {
  .c-rte + .c-tags {
    padding-left: 0; } }

.-dark-theme .c-tags .item .link {
  background: #313030; }

.c-condolence {
  width: calc(100% + 64px);
  margin-left: -32px;
  margin-right: 0; }
  .c-condolence > *:not(.hero) {
    padding: 0 64px; }
  .c-condolence > .title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px; }
    .c-condolence > .title.-center {
      text-align: center; }
  .c-condolence .hero {
    margin-bottom: 32px;
    position: relative; }
    .c-condolence .hero:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50%;
      height: 100%;
      background: black;
      background: linear-gradient(270deg, rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.4) 50%, rgba(10, 10, 10, 0.2), transparent); }
    .c-condolence .hero .img {
      font-size: 0; }
    .c-condolence .hero .content {
      display: flex;
      flex-direction: column;
      max-width: 500px;
      padding: 0 30px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      color: #fff; }
      .c-condolence .hero .content:before {
        content: '';
        display: block;
        background: black;
        background: radial-gradient(circle, rgba(0, 0, 0, 0.5) -40%, rgba(0, 0, 0, 0) 60%);
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 120%;
        z-index: -1;
        transform: translate(-50%, -50%); }
      .c-condolence .hero .content .c-rte {
        padding: 0; }
        .c-condolence .hero .content .c-rte p {
          font-size: 20px; }
        .c-condolence .hero .content .c-rte h2 {
          font-size: 38px;
          font-weight: 700; }
      .c-condolence .hero .content .action {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: calc(-5px + (32px)); }
        .c-condolence .hero .content .action .c-button {
          margin: 5px 10px; }
  .c-condolence > .group.-bordered {
    position: relative; }
    .c-condolence > .group.-bordered:before {
      content: '';
      display: block;
      width: 4px;
      height: 100%;
      background: #1A1919;
      position: absolute;
      left: 32px;
      top: 0; }
  .c-condolence > .group > .header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-bottom: 1px solid #E5DFDC;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0; }
    .c-condolence > .group > .header .title {
      font-size: 32px; }
    .c-condolence > .group > .header .actions {
      display: flex; }
      .c-condolence > .group > .header .actions .c-button {
        align-items: center; }
        .c-condolence > .group > .header .actions .c-button + .c-button {
          margin-left: 10px; }
    .c-condolence > .group > .header + .c-alert {
      margin-top: -16px;
      margin-bottom: 16px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .c-condolence > .group .content .item {
    list-style: none;
    padding-left: 64px;
    position: relative; }
    .c-condolence > .group .content .item + .item {
      margin-top: 20px; }
    .c-condolence > .group .content .item .header {
      margin: 0 0 8px 0; }
      .c-condolence > .group .content .item .header .time {
        font-size: 14px;
        color: #7C7C7C;
        position: absolute;
        left: 0px;
        top: 0; }
      .c-condolence > .group .content .item .header .name {
        color: #7C7C7C;
        font-size: 14px;
        font-weight: 600; }
    .c-condolence > .group .content .item .content {
      margin: 0;
      font-size: 16px; }
      .c-condolence > .group .content .item .content p {
        font-size: 16px; }
    .c-condolence > .group .content .item .devider {
      display: flex;
      justify-content: center;
      width: calc(100% + 64px);
      margin-left: -64px;
      border-top: 1px dotted #E5DFDC; }
      .c-condolence > .group .content .item .devider .text {
        font-size: 14px;
        color: #7C7C7C;
        margin-top: 6px; }
  .c-condolence > .actions {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 32px; }
    .c-condolence > .actions .c-button + .c-button {
      margin-left: 16px; }
    .c-condolence > .actions .c-button .icon-chevron-down {
      font-size: 8px; }

@media (max-width: 767.98px) {
  .c-condolence > .title {
    font-size: 26px; }
  .c-condolence .hero {
    margin-bottom: 24px; }
    .c-condolence .hero:before {
      content: none; }
    .c-condolence .hero .content {
      position: static;
      background: #1A1919;
      padding: 24px;
      transform: unset;
      max-width: 100%;
      width: 100%; }
      .c-condolence .hero .content:before {
        content: none; }
      .c-condolence .hero .content .c-rte p {
        font-size: 16px;
        margin-bottom: 20px; }
        .c-condolence .hero .content .c-rte p:last-child {
          margin-bottom: 0; }
      .c-condolence .hero .content .c-rte h2 {
        font-size: 22px;
        margin-bottom: 20px; }
      .c-condolence .hero .content .action {
        margin-top: 20px; }
  .c-condolence > .group {
    padding: 0 16px; }
    .c-condolence > .group.-bordered:before {
      content: none; }
    .c-condolence > .group > .header {
      flex-direction: column; }
      .c-condolence > .group > .header .title {
        font-size: 22px;
        font-weight: 600; }
      .c-condolence > .group > .header .actions {
        margin-top: 12px; }
        .c-condolence > .group > .header .actions .c-button + .c-button {
          margin-top: 8px; }
    .c-condolence > .group > .content .item {
      padding-left: 0; }
      .c-condolence > .group > .content .item .header {
        display: flex;
        flex-wrap: wrap; }
        .c-condolence > .group > .content .item .header .time {
          margin-right: 8px;
          position: static; }
        .c-condolence > .group > .content .item .header .name {
          color: #1A1919; }
  .c-condolence > .actions {
    display: flex;
    flex-direction: column; }
    .c-condolence > .actions .c-button {
      justify-content: center; }
      .c-condolence > .actions .c-button + .c-button {
        margin-left: 0;
        margin-top: 16px; } }

@media (max-width: 575.98px) {
  .c-condolence {
    margin-left: -16px;
    width: calc(100% + (32px)); } }

.flash-news-item {
  display: flex; }
  .flash-news-item a:hover {
    text-decoration: underline; }
    .flash-news-item a:hover + .news-content .title > a {
      text-decoration: underline; }
  .flash-news-item .flash-news-image {
    width: 236px; }
  .flash-news-item .news-content {
    margin-left: 16px;
    padding-top: 20px; }
    .flash-news-item .news-content .title {
      font-size: 21px;
      line-height: 1.15; }
      .flash-news-item .news-content .title > a {
        display: block; }
    .flash-news-item .news-content .editors {
      margin-top: 6px; }
      .flash-news-item .news-content .editors > a {
        text-transform: uppercase;
        color: #7C7C7C;
        font-weight: 400;
        font-size: 13px; }
    .flash-news-item .news-content + a[target='_top'] {
      top: 0 !important;
      left: 252px;
      right: auto !important;
      display: inline-block;
      text-transform: uppercase;
      font-size: 13px !important;
      color: #7C7C7C !important;
      margin-bottom: 4px;
      font-weight: 600; }

@media (max-width: 991.98px) {
  .flash-news-item .flash-news-image {
    width: 180px; }
  .flash-news-item .news-content .title {
    font-size: 16px;
    line-height: 1.35; }
  .flash-news-item .news-content + a[target='_top'] {
    left: 196px; } }

@media (max-width: 575.98px) {
  .flash-news-item .flash-news-image {
    width: 112px; }
  .flash-news-item .news-content + a[target='_top'] {
    left: 128px; } }

.c-importants {
  padding: 20px 25px 25px 25px;
  background: #F6F4F3;
  border-radius: 10px; }
  .c-importants .c-section-header:not(.alt) {
    border: none;
    border-bottom: 1px #E5DFDC dashed;
    padding-top: 0;
    padding-bottom: 10px; }
  .c-importants .c-article .article-info {
    display: none; }

@media (max-width: 991.98px) {
  .c-importants .row {
    row-gap: 24px; } }

@media (max-width: 575.98px) {
  .c-importants .row {
    row-gap: 12px; } }

.-dark-theme .c-importants {
  background: #313030; }
  .-dark-theme .c-importants .c-section-header:not(.alt) {
    border-bottom-color: #464646; }

.js-sticky .right-top-articles:first-child > .c-section-inner,
#div-ad-rectangle-right1:empty + script + .right-top-articles .c-section-inner,
#ssp-zone-248024:empty + .right-top-articles .c-section-inner {
  margin-top: 0; }

/* remove with removing google GAM GPT, ...*/
#div-gpt-ad-rectangle-right1:empty + script + .right-top-articles .c-section-inner {
  margin-top: 0; }

/* remove with removing google GAM GPT, ... END*/
#top-articles-detail {
  border-top: 1px solid #e5dfdc; }

.-dark-theme #top-articles-detail {
  border-top: 1px solid #464646; }

@media (min-width: 992px) {
  .right-top-articles:not(.-alt) .c-section-header {
    padding-top: 0;
    border-top: 0; }
  .right-top-articles:not(.-alt) .c-article-wrapper > div {
    max-width: initial;
    flex: initial; }
  .right-top-articles:not(.-alt) .c-article-wrapper .content .title {
    font-size: 16px;
    line-height: 20px;
    text-align: left; }
  .right-top-articles:not(.-alt) .c-article-wrapper .content .article-info {
    display: none; }
  #top-articles-detail {
    display: none; } }

@media (max-width: 991.98px) {
  .right-top-articles {
    display: none; } }

.c-sidebar {
  /* remove with removing google GAM GPT, ... END*/
  /* remove with removing google GAM GPT, ... END*/ }
  .c-sidebar > * + * {
    margin-top: 20px; }
  .c-sidebar * ~ .c-section-header:not(.-alt) {
    padding-top: 16px;
    border-top: 1px solid #E5DFDC; }
  .c-sidebar .adFull {
    margin: 0 auto; }
    .c-sidebar .adFull > * + * {
      margin-top: 20px; }
  .c-sidebar .right-top-articles:not(:empty) + #div-ad-rectangle-right2:empty + script + .c-section-inner .c-section-header,
  .c-sidebar .right-top-articles:not(:empty) + .c-section-inner .c-section-header {
    padding-top: 16px;
    border-top: 1px solid #E5DFDC !important; }
  .c-sidebar .right-top-articles:empty + #div-ad-rectangle-right2:empty + script + .c-section-inner,
  .c-sidebar .right-top-articles:empty + .c-section-inner {
    margin-top: 0; }
  .c-sidebar .right-top-articles:not(:empty) + #div-gpt-ad-rectangle-right2:empty + script + .c-section-inner .c-section-header,
  .c-sidebar .right-top-articles:not(:empty) + .c-section-inner .c-section-header {
    padding-top: 16px;
    border-top: 1px solid #E5DFDC !important; }
  .c-sidebar .right-top-articles:empty + #div-gpt-ad-rectangle-right2:empty + script + .c-section-inner,
  .c-sidebar .right-top-articles:empty + .c-section-inner {
    margin-top: 0; }
  .c-sidebar .c-section-inner.-denik-cz {
    margin-top: 20px !important; }

.-dark-theme .c-sidebar * ~ .c-section-header:not(.-alt) {
  border-top-color: #464646; }

.c-live-box .header {
  margin-bottom: 8px; }
  .c-live-box .header .c-live-badge {
    margin-bottom: 8px; }
  .c-live-box .header .img {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start; }
  .c-live-box .header .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4; }
    .c-live-box .header .title span {
      font-weight: 400; }
  .c-live-box .header .label {
    color: #A5A5A5;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 4px; }

.c-live-box .live-duration {
  text-align: left;
  font-size: 12px;
  color: #7C7C7C;
  margin-top: 8px; }

.c-live-box .c-time-listing li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-live-box.-alt .live-duration {
  text-align: left; }

.c-live-box-inline-wrapper .c-card, .c-live-box-inline-wrapper .c-hero-card {
  padding: 16px 24px;
  height: 100%;
  color: #fff; }
  .c-live-box-inline-wrapper .c-card:hover, .c-live-box-inline-wrapper .c-hero-card:hover {
    background: #292828; }
  .c-live-box-inline-wrapper .c-card.-not-active, .c-live-box-inline-wrapper .-not-active.c-hero-card {
    cursor: default;
    pointer-events: none; }
    .c-live-box-inline-wrapper .c-card.-not-active:hover, .c-live-box-inline-wrapper .-not-active.c-hero-card:hover {
      background: #313030; }

.c-live-box-wrapper {
  margin-top: -12px;
  margin-bottom: -12px; }
  .c-live-box-wrapper > * {
    margin: 12px 0; }

.dark-mode .c-live-box .header .c-live-badge {
  color: #E5E5E5; }

.dark-mode .c-live-box .live-duration {
  color: #BCB8B8; }

.c-live-box-inline-wrapper {
  margin-bottom: -20px; }
  .c-live-box-inline-wrapper > div {
    margin-bottom: 20px; }

@media (max-width: 767.98px) {
  .c-live-box-wrapper {
    margin-top: -6px;
    margin-bottom: -6px; }
    .c-live-box-wrapper > * {
      margin: 6px 0; }
      .c-live-box-wrapper > * + * .c-live-box {
        padding-top: 16px;
        border-top: 1px dashed #E5DFDC; } }

.c-progress-bar {
  position: relative;
  display: flex;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background: #E5DFDC;
  overflow: hidden; }
  .c-progress-bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    background: #0096CC;
    height: 100%;
    max-width: 100%; }
  .dark-mode .c-progress-bar {
    background: #4b4949; }

.c-time-duration {
  display: flex;
  align-items: center;
  background: #F6F4F3;
  width: 100%;
  padding: 12px 12px 8px 12px;
  position: relative; }
  .c-time-duration:hover .group .action {
    color: #962327; }
  .c-time-duration.-active .group .action .icon-pause {
    display: block; }
  .c-time-duration.-active .group .action .icon-play {
    display: none; }
  .c-time-duration.-loading .group .action {
    position: relative; }
    .c-time-duration.-loading .group .action > * {
      display: none !important; }
    .c-time-duration.-loading .group .action:before {
      content: '';
      box-sizing: border-box;
      top: 50%;
      left: 50%;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border-top: 2px solid #CF3339;
      border-right: 2px solid transparent;
      animation: spinner .5s linear infinite;
      overflow: hidden;
      text-indent: -9999px;
      margin: 0 auto; }
  .c-time-duration .group {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-right: 32px; }
    .c-time-duration .group .action {
      display: flex;
      padding: 8px;
      font-size: 14px;
      color: #CF3339;
      margin-top: -6px;
      margin-right: 4px;
      width: 32px; }
      .c-time-duration .group .action .icon {
        display: flex;
        width: 14px; }
        .c-time-duration .group .action .icon-pause {
          display: none; }
    .c-time-duration .group .time {
      margin-left: 4px;
      min-width: 78px;
      font-size: 12px;
      font-weight: 700;
      color: #1A1919;
      text-align: left;
      transform: translateY(-2px); }
      .c-time-duration .group .time .time-current {
        display: inline-flex;
        min-width: 29px; }
        .c-time-duration .group .time .time-current + .time-duration {
          opacity: 0.7;
          position: relative; }
          .c-time-duration .group .time .time-current + .time-duration:before {
            content: ' / '; }
  .c-time-duration .text {
    color: #1A1919;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 10;
    text-align: left; }
  .c-time-duration .duration {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .c-time-duration .duration .bar {
      background: #1A1919;
      opacity: 0.1; }
  .c-time-duration + .c-time-duration {
    margin-top: 4px; }
  .c-time-duration:last-child {
    border-radius: 0 0 10px 10px; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

@media (max-width: 575.98px) {
  .c-time-duration {
    padding: 12px ​8px 8px; }
    .c-time-duration .group {
      margin-right: 16px; }
    .c-time-duration .text {
      font-size: 14px; } }

.c-time-listing {
  font-size: 14px;
  margin-top: 12px; }
  .c-time-listing li {
    display: flex;
    align-items: baseline; }
    .c-time-listing li + li {
      margin-top: 8px; }
  .c-time-listing .time {
    display: inline-block;
    font-size: 12px;
    color: #7C7C7C;
    margin-right: 25px;
    margin-top: 1px;
    min-width: 35px; }
  .c-time-listing p {
    line-height: 1.5; }
  .c-time-listing + .c-button {
    margin: 12px 0 0 60px; }

.tn-live-page .c-bricks-wrapper .brick-wrapper .title-wrapper {
  background: #313030; }
  .tn-live-page .c-bricks-wrapper .brick-wrapper .title-wrapper .title {
    color: #fff; }

.tn-live-page .c-bricks-wrapper .brick-wrapper:hover .title-wrapper {
  background: #292828; }

.tn-live-page .c-bricks-wrapper .swiper-wrapper .swiper-slide {
  width: calc(33.33% - 23px); }
  .tn-live-page .c-bricks-wrapper .swiper-wrapper .swiper-slide a .brick-wrapper {
    background: #313030; }

@media (min-width: 992px) {
  .tn-live-page .c-section-header {
    padding-top: 24px !important; }
    .tn-live-page .c-section-header h2.title {
      font-size: 32px;
      text-transform: initial; }
  .tn-live-page .js-other-streams .c-section-header h2.title {
    font-size: 14px;
    text-transform: uppercase; } }

@media (max-width: 575.98px) {
  .tn-live-page .c-breadcrumbs {
    padding-bottom: 8px; }
  .tn-live-page main.c-content > .c-section:first-child > .container {
    padding-left: 0;
    padding-right: 0; }
  .tn-live-page main.c-content > .c-branding + .c-section > .container {
    padding-left: 0;
    padding-right: 0; }
  .tn-live-page .c-section-header.-borderless {
    padding-top: 16px; } }

.c-player.-live {
  display: flex;
  flex-direction: column;
  width: auto; }
  .c-player.-live .js-livestream-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    padding-bottom: 0;
    background-size: cover; }
  .c-player.-live .c-card, .c-player.-live .c-hero-card {
    border-radius: 0 0 10px 10px; }
    .c-player.-live .c-card.js-tn-live-program, .c-player.-live .js-tn-live-program.c-hero-card {
      display: grid;
      grid-template-columns: 40% 60%;
      grid-template-rows: auto;
      gap: 0 20px;
      grid-template-areas: "title carousel"; }
    .c-player.-live .c-card .upper, .c-player.-live .c-hero-card .upper {
      display: flex;
      align-items: center; }
      .c-player.-live .c-card .upper .time, .c-player.-live .c-hero-card .upper .time {
        color: #BCB8B8;
        font-size: 12px;
        margin-left: 8px; }
    .c-player.-live .c-card .main-info, .c-player.-live .c-hero-card .main-info {
      grid-area: title; }
      .c-player.-live .c-card .main-info .title, .c-player.-live .c-hero-card .main-info .title {
        font-size: 22px;
        font-weight: 700;
        margin-top: 8px; }
    .c-player.-live .c-card .c-program-live-carousel-wrap, .c-player.-live .c-hero-card .c-program-live-carousel-wrap {
      grid-area: carousel; }
      .c-player.-live .c-card .c-program-live-carousel-wrap .program-item, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .program-item {
        padding: 0; }
        .c-player.-live .c-card .c-program-live-carousel-wrap .program-item:first-of-type, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .program-item:first-of-type {
          padding: 0; }
        .c-player.-live .c-card .c-program-live-carousel-wrap .program-item .title, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .program-item .title {
          font-size: 13px;
          font-weight: 400;
          line-height: 1.4;
          margin-top: 10px; }
        .c-player.-live .c-card .c-program-live-carousel-wrap .program-item .time, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .program-item .time {
          color: #BCB8B8;
          font-size: 12px; }
      .c-player.-live .c-card .c-program-live-carousel-wrap .c-program-live-carousel:after, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .c-program-live-carousel:after {
        content: '';
        position: absolute;
        right: -1px;
        bottom: 0;
        height: 100%;
        width: 100px;
        background: linear-gradient(to left, #313030, rgba(49, 48, 48, 0));
        z-index: 5;
        pointer-events: none; }
      .c-player.-live .c-card .c-program-live-carousel-wrap .slider-pagination, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .slider-pagination {
        justify-content: center;
        display: none !important; }
        .c-player.-live .c-card .c-program-live-carousel-wrap .slider-pagination:not(.swiper-pagination-lock):not(.swiper-pagination-hidden), .c-player.-live .c-hero-card .c-program-live-carousel-wrap .slider-pagination:not(.swiper-pagination-lock):not(.swiper-pagination-hidden) {
          display: flex; }
        .c-player.-live .c-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet {
          position: relative;
          width: 24px;
          height: 4px;
          border-radius: 10px;
          background: #c9c9c9;
          opacity: 1;
          margin: 0 2px; }
          .c-player.-live .c-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet:before, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 20px; }
          .c-player.-live .c-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet:hover, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet:hover {
            background: #afafaf; }
          .c-player.-live .c-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet-active, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet-active {
            background: #0096CC !important; }
        .c-player.-live .c-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet {
          background: #4b4949; }
          .c-player.-live .c-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet:hover, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .slider-pagination .swiper-pagination-bullet:hover {
            background: #3e3d3d; }
      .c-player.-live .c-card .c-program-live-carousel-wrap .c-slider-navigation, .c-player.-live .c-hero-card .c-program-live-carousel-wrap .c-slider-navigation {
        margin-top: 0;
        padding: 0;
        top: 50%;
        transform: translate(0, -50%); }

.c-player.-live-inline {
  height: 72px;
  width: 129px; }

@media (max-width: 991.98px) {
  .c-player.-live {
    margin-left: -32px;
    margin-right: -32px; }
    .c-player.-live .c-card, .c-player.-live .c-hero-card {
      border-radius: 0;
      padding: 16px 16px 12px 16px; }
      .c-player.-live .c-card.js-tn-live-program, .c-player.-live .js-tn-live-program.c-hero-card {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        gap: 20px 0;
        grid-template-areas: "title" "carousel"; }
        .c-player.-live .c-card.js-tn-live-program .program-item, .c-player.-live .js-tn-live-program.c-hero-card .program-item {
          padding: 0;
          margin-bottom: 20px; }
        .c-player.-live .c-card.js-tn-live-program .c-program-live-carousel-wrap .c-program-live-carousel:after, .c-player.-live .js-tn-live-program.c-hero-card .c-program-live-carousel-wrap .c-program-live-carousel:after {
          display: none; }
        .c-player.-live .c-card.js-tn-live-program .c-program-live-carousel-wrap .slider-pagination, .c-player.-live .js-tn-live-program.c-hero-card .c-program-live-carousel-wrap .slider-pagination {
          display: flex !important; }
        .c-player.-live .c-card.js-tn-live-program .c-slider-navigation, .c-player.-live .js-tn-live-program.c-hero-card .c-slider-navigation {
          display: none; }
      .c-player.-live .c-card .main-info .title, .c-player.-live .c-hero-card .main-info .title {
        margin-top: 4px; } }

@media (max-width: 575.98px) {
  .c-player.-live {
    margin-left: -16px;
    margin-right: -16px; } }

.c-section {
  position: relative;
  margin: 32px 0; }
  .c-section-inner {
    position: relative;
    margin: 32px 0;
    background: #fff; }
    .c-section-inner + .c-section-inner {
      margin-top: -8px; }
    .c-section-inner.-gray, .c-section-inner.-dark {
      background: #F6F4F3;
      border-radius: 10px;
      padding: 32px; }
      .c-section-inner.-gray .c-section-header:not(.-alt), .c-section-inner.-dark .c-section-header:not(.-alt) {
        border: 0;
        padding: 0; }
    .c-section-inner.-dark {
      background: #1A1919; }
      .c-section-inner.-dark .c-section-header.-classic {
        color: #fff;
        font-size: 21px;
        font-weight: 700; }
    .c-section-inner.-borderless-after + * .c-section-header {
      border-top: none;
      padding-top: 0; }
    .c-section-inner.-sm {
      padding: 16px; }
    .c-section-inner.-offset {
      margin-left: -32px;
      padding: 32px; }
      .c-section-inner.-offset h2 {
        line-height: 1; }
      .c-section-inner.-offset.-gray, .c-section-inner.-offset.-dark {
        border-radius: 0 10px 10px 0; }
    .c-section-inner.-margin-top-zero {
      margin-top: 0; }
    .c-card + .c-section-inner .c-section-header, .c-hero-card + .c-section-inner .c-section-header {
      border-top: 0;
      padding-top: 0; }
  .c-section-header {
    margin: 0 0 16px 0;
    display: flex;
    align-items: center; }
    .c-section-header .title {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #7C7C7C; }
      .c-section-header .title a {
        color: #0096CC; }
        .c-section-header .title a:hover {
          color: #145C8F; }
    .c-section-header .c-title {
      margin: 0; }
    .c-section-header .logo {
      margin-left: 8px; }
      .c-section-header .logo .-novaczlogo {
        margin-left: 6px; }
    .c-section-header:not(.-alt) {
      padding-top: 16px;
      border-top: 1px solid #E5DFDC; }
    .c-section-header.-alt {
      padding-bottom: 8px;
      border-bottom: 1px solid #E5DFDC; }
      .c-section-header.-alt .title {
        font-weight: 400;
        font-size: 13px;
        text-transform: none; }
    .c-section-header.-borderless {
      padding-top: 0;
      border: 0 !important;
      z-index: 1;
      position: relative; }
    .c-section-header.-stripe {
      padding-top: 8px;
      border-top: 1px dashed #E5DFDC;
      margin: 0 0 8px; }
      .c-section-header.-stripe .title {
        font-weight: 400; }
    .c-section-header.-action .c-button {
      margin-left: auto; }
    .c-section-header + .c-article-wrapper.-top {
      margin-top: 16px; }
  .c-section-actions {
    margin-bottom: 16px; }
    .c-section-actions .actions {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      .c-section-actions .actions li {
        display: flex;
        align-items: center; }
        .c-section-actions .actions li + li {
          margin-left: 30px; }
      .c-section-actions .actions .link {
        color: #0096CC;
        display: inline-flex;
        align-items: center;
        font-size: 14px; }
        .c-section-actions .actions .link .icon {
          font-size: 18px;
          margin-right: 6px;
          margin-top: -4px; }
          .c-section-actions .actions .link .icon-calendar {
            font-size: 20px;
            margin-right: 4px; }
        .c-section-actions .actions .link .text {
          font-weight: 600; }
        .c-section-actions .actions .link:hover {
          color: #145C8F; }
      .c-section-actions .actions + .c-dismissible-badge {
        margin-top: 16px; }
  .c-section-cta {
    margin-top: 24px;
    display: flex; }
    .c-section-cta.-center {
      text-align: center;
      justify-content: center; }
  .c-section-categories {
    display: flex;
    margin-bottom: 16px; }
    .c-section-categories .title {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #7C7C7C;
      display: inline-flex;
      margin-right: 10px;
      flex-shrink: 0; }
      .c-section-categories .title a {
        color: #0096CC; }
        .c-section-categories .title a:hover {
          color: #145C8F; }
    .c-section-categories .c-section-actions {
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      .c-section-categories .c-section-actions .actions {
        margin: 0;
        margin-left: -10px;
        margin-top: -4px;
        flex-wrap: wrap; }
        .c-section-categories .c-section-actions .actions li {
          margin: 4px 10px 0; }
  .c-section:first-of-type .c-content-inner > .c-section-inner:first-child .c-section-header {
    border-top: none;
    padding-top: 0; }
  .dark-mode .c-section .c-section-header .title {
    color: #E5E5E5; }
  .dark-mode .c-section .c-section-header:not(.-alt) {
    border-top: 1px solid #313030; }
  .c-section .c-perex {
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    margin-top: 20px; }

.c-section-group {
  position: relative;
  margin: 32px 0; }
  .c-section-group .c-title {
    margin-top: 42px; }
  .c-section-group .c-tabs-wrapper {
    margin-top: 56px; }
  .c-section-group + .c-section-group {
    margin-top: -32px; }

@media (max-width: 991.98px) {
  .c-section-inner.-margin-top-zero {
    margin-top: 24px; }
  .c-section-inner.-offset {
    margin-right: -32px; }
    .c-section-inner.-offset + * .c-section-header:not(.-alt) {
      padding-top: 0;
      border: 0; }
    .c-section-inner.-offset.-gray {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .c-section-inner.-margin-top-zero {
    margin-top: 0; }
  .c-section .c-content-inner .adFull {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 575.98px) {
  .c-section {
    margin: 16px 0; }
    .c-section-inner {
      margin: 24.0006px 0; }
      .c-section-inner.-offset {
        margin-right: -16px;
        margin-left: -16px;
        padding: 32px 16px; }
      .c-section-inner.-gray {
        padding: 32px 16px; }
      .c-section-inner.-sm {
        padding: 16px; }
    .c-section-cta .c-button {
      width: 100%;
      justify-content: center; }
    .c-section-actions .actions li + li {
      margin-left: 20px; }
    .c-section-header.-action {
      flex-direction: column;
      align-items: flex-start; }
      .c-section-header.-action .c-button {
        margin: 8px 0 0; }
  .c-section-group {
    margin: 16px 0; }
    .c-section-group + .c-section-group {
      margin-top: -16px 0; } }

.-dark-theme .c-section-header:not(.-alt) {
  border-top-color: #464646; }

.-dark-theme .c-section-header.-alt {
  border-bottom-color: #464646; }

.-dark-theme .c-section-header .title {
  color: #E5E5E5; }
  .-dark-theme .c-section-header .title mark {
    color: #E5E5E5; }

.-dark-theme .c-section-inner {
  background: #1A1919; }
  .-dark-theme .c-section-inner.-gray, .-dark-theme .c-section-inner.-dark {
    background: #313030; }

.c-bricks-wrapper {
  margin-bottom: 24px; }
  .c-bricks-wrapper .brick-wrapper {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: relative; }
    .c-bricks-wrapper .brick-wrapper img {
      width: 100%;
      height: calc( 100% - 36px); }
    .c-bricks-wrapper .brick-wrapper .title-wrapper {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0px 25px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #F6F4F3; }
      .c-bricks-wrapper .brick-wrapper .title-wrapper .title {
        font-weight: 600;
        font-size: 14px;
        color: #272727;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; }
    .c-bricks-wrapper .brick-wrapper:hover .title-wrapper {
      background: #E5E5E5; }
  .c-bricks-wrapper .swiper-wrapper {
    flex-wrap: wrap;
    gap: 20px 24px; }
    .c-bricks-wrapper .swiper-wrapper .swiper-slide {
      width: calc(25% - 18px);
      position: relative; }
      .c-bricks-wrapper .swiper-wrapper .swiper-slide a {
        padding-top: calc( 32.6% + 36px); }
        .c-bricks-wrapper .swiper-wrapper .swiper-slide a .brick-wrapper {
          position: absolute;
          top: 0;
          height: 100%;
          background: #C4C4C4; }
  .c-bricks-wrapper .c-article-carousel .slider-pagination:not(.swiper-pagination-lock):not(.swiper-pagination-hidden) {
    display: none; }

@media (max-width: 991.98px) {
  .c-bricks-wrapper .swiper-wrapper .swiper-slide {
    width: calc(33.33% - 23px); } }

@media (max-width: 767.98px) {
  .c-bricks-wrapper .swiper-wrapper {
    flex-wrap: initial;
    gap: initial; }
    .c-bricks-wrapper .swiper-wrapper .swiper-slide {
      width: 100%; }
  .c-bricks-wrapper .c-article-carousel .slider-pagination:not(.swiper-pagination-lock):not(.swiper-pagination-hidden) {
    display: flex; } }

.-dark-theme .c-bricks-wrapper .brick-wrapper {
  background: #313030; }
  .-dark-theme .c-bricks-wrapper .brick-wrapper .title-wrapper {
    background: #313030; }
    .-dark-theme .c-bricks-wrapper .brick-wrapper .title-wrapper .title {
      color: #fff; }
  .-dark-theme .c-bricks-wrapper .brick-wrapper:hover .title-wrapper {
    background: #292828; }

.-dark-theme .c-bricks-wrapper .swiper-wrapper .swiper-slide a .brick-wrapper {
  background: #313030; }

.c-results-table {
  font-size: 14px; }
  .c-results-table .item {
    height: 42px;
    display: flex;
    align-items: center; }
    .c-results-table .item + .item {
      border-top: 1px dashed #E5DFDC; }
    .c-results-table .item .title {
      width: 50%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-right: 25px;
      color: #7C7C7C; }
    .c-results-table .item .match {
      overflow: hidden;
      white-space: nowrap;
      width: 30%;
      text-overflow: ellipsis; }
    .c-results-table .item .status {
      margin: 0 25px 0 auto;
      color: #7C7C7C; }
      .c-results-table .item .status .live-badge {
        font-size: 12px;
        font-weight: 700;
        color: #CF3339; }
        .c-results-table .item .status .live-badge:before {
          content: '';
          position: relative;
          display: inline-block;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #CF3339;
          margin-right: 4px;
          top: -1px; }
    .c-results-table .item .match,
    .c-results-table .item .result {
      font-weight: 700; }

.c-comparison-table .header {
  display: flex;
  align-items: center;
  background: #1A1919;
  min-height: 55px;
  padding: 0 20px; }
  .c-comparison-table .header .title {
    font-weight: 600;
    color: #fff; }

.c-comparison-table .title {
  min-width: 60%;
  margin: 0; }

.c-comparison-table .column {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0 10px; }
  .c-comparison-table .column .icon-checkmark {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #218380;
    border-radius: 50%;
    color: #fff;
    font-size: 16px; }

.c-comparison-table .items {
  padding-left: 0 !important; }
  .c-comparison-table .items li {
    display: flex;
    align-items: center;
    list-style-type: none;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.2; }
    .c-comparison-table .items li:nth-child(even) {
      background: #F6F4F3; }
    .c-comparison-table .items li + li {
      margin-top: 0; }

.c-comparison-table .tooltip {
  color: #7C7C7C;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #F6F4F3; }

@media (max-width: 575.98px) {
  .c-comparison-table .title {
    font-size: 14px;
    min-width: 50%; }
  .c-comparison-table .header {
    padding: 0 10px; }
  .c-comparison-table .items li {
    padding: 10px; } }

.c-table .c-table-header {
  font-size: 21px;
  margin-bottom: 25px;
  font-weight: 600; }
  .c-table .c-table-header .alert {
    font-size: initial;
    font-weight: initial;
    margin: 15px 0; }
  .c-table .c-table-header .-light {
    font-weight: 400;
    color: #7C7C7C; }

.c-table table {
  width: 100%; }
  .c-table table th, .c-table table td {
    text-align: left; }
    .c-table table th.-right, .c-table table td.-right {
      text-align: right; }
    .c-table table th.-highlight, .c-table table td.-highlight {
      font-weight: 600;
      color: #1A1919 !important; }
  .c-table table tr:first-of-type {
    border-bottom: 1px solid #E5DFDC; }
    .c-table table tr:first-of-type th {
      padding-bottom: 10px; }
  .c-table table tr:nth-of-type(2) td {
    padding-top: 15px; }
    .c-table table tr:nth-of-type(2) td:not(:last-of-type) {
      padding-right: 30px; }
  .c-table table tr:last-of-type {
    border-bottom: 1px solid #E5DFDC; }
    .c-table table tr:last-of-type td {
      padding-bottom: 15px; }
  .c-table table th {
    color: #7C7C7C;
    font-weight: 400; }
  .c-table table tr td {
    padding-bottom: 10px; }

.c-table .c-table-pagination .c-pagination ul li {
  margin: 0; }
  .c-table .c-table-pagination .c-pagination ul li.-empty {
    pointer-events: none;
    cursor: default; }
  .c-table .c-table-pagination .c-pagination ul li a, .c-table .c-table-pagination .c-pagination ul li span {
    background-color: #fff;
    border: 1px solid #E7E2DF;
    cursor: pointer; }
    .c-table .c-table-pagination .c-pagination ul li a.-active, .c-table .c-table-pagination .c-pagination ul li span.-active {
      background-color: #0096CC; }
  .c-table .c-table-pagination .c-pagination ul li:not(:first-of-type) a, .c-table .c-table-pagination .c-pagination ul li:not(:first-of-type) span {
    border-left: 0; }

.c-table .c-table-link {
  font-size: 16px;
  display: inline-block;
  margin-top: 16px;
  color: #000; }

@media (max-width: 991.98px) {
  .c-table-wrap {
    max-width: 100%;
    overflow: scroll; }
    .c-table-wrap table {
      min-width: 600px; } }

.-dark-theme .c-table table td.-highlight {
  color: #fff !important; }

.c-player + .c-fact-check {
  margin-top: -24px; }
  .c-player + .c-fact-check .results {
    border-radius: 0px 0px 8px 8px; }

.c-fact-check {
  position: relative; }
  .c-fact-check .list {
    margin-left: 6px; }
    .c-fact-check .list .c-card + .c-card, .c-fact-check .list .c-hero-card + .c-card, .c-fact-check .list .c-card + .c-hero-card, .c-fact-check .list .c-hero-card + .c-hero-card {
      margin-top: 24px; }
  .c-fact-check .c-card.-true .status, .c-fact-check .-true.c-hero-card .status {
    background: #218380; }
  .c-fact-check .c-card.-false .status, .c-fact-check .-false.c-hero-card .status {
    background: #CF3339; }
  .c-fact-check .c-card.-unverifiable .status, .c-fact-check .-unverifiable.c-hero-card .status {
    background: #1A1919; }
  .c-fact-check .header {
    display: flex;
    flex-direction: column;
    margin: 0; }
    .c-fact-check .header .group {
      margin: 0;
      display: flex;
      align-items: center; }
    .c-fact-check .header .person {
      display: flex;
      flex-direction: column;
      max-width: 50px;
      width: 100%;
      margin-right: 15px; }
      .c-fact-check .header .person img {
        width: 100%;
        border-radius: 50%; }
    .c-fact-check .header .name {
      font-size: 16px;
      color: #1A1919;
      opacity: 0.8; }
    .c-fact-check .header .status {
      font-size: 14px;
      position: absolute;
      right: 6px;
      top: 6px;
      display: inline-flex;
      align-items: center;
      background: #1A1919;
      border-radius: 4px;
      padding: 2px 8px; }
      .c-fact-check .header .status span {
        display: inline-flex;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600; }
      .c-fact-check .header .status .icon {
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 50%;
        font-weight: 700;
        margin-right: 5px; }
        .c-fact-check .header .status .icon-close {
          font-size: 10px; }
        .c-fact-check .header .status .icon-questionmark {
          font-size: 12px; }
    .c-fact-check .header .c-title {
      font-size: 18px;
      font-weight: 700;
      margin: 10px 0 10px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #e0d9d6; }
  .c-fact-check .content {
    margin: 0; }
    .c-fact-check .content .title {
      font-size: 18px;
      color: #7C7C7C;
      font-weight: 700; }
    .c-fact-check .content p {
      font-size: 18px; }

@media (max-width: 991.98px) {
  .c-fact-check .list .c-card, .c-fact-check .list .c-hero-card {
    border-radius: 8px;
    margin-left: -24px;
    margin-right: 0; } }

@media (max-width: 767.98px) {
  .c-fact-check .header .c-title {
    font-size: 16px; }
  .c-fact-check .header .person {
    max-width: 60px;
    margin-right: 10px; }
  .c-fact-check .content .title {
    font-size: 16px; }
  .c-fact-check .content p {
    font-size: 16px; } }

.-dark-theme .c-fact-check .header .name {
  color: #fff; }

.c-footer {
  position: relative;
  background: #F6F4F3;
  padding: 32px 0;
  flex: none;
  z-index: 1; }
  .c-footer:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0096CC, #C6F1FF);
    z-index: 3; }
  .c-footer.extended .f-col-1 {
    grid-area: f-col-1; }
  .c-footer.extended .f-col-2 {
    grid-area: f-col-2; }
  .c-footer.extended .f-col-3 {
    grid-area: f-col-3; }
  .c-footer.extended .f-col-4 {
    grid-area: f-col-4; }
  .c-footer.extended .f-col-5 {
    grid-area: f-col-5; }
  .c-footer.extended .f-col-6 {
    grid-area: f-col-6; }
  .c-footer.extended .f-col-7 {
    grid-area: f-col-7; }
  .c-footer.extended .f-col-8 {
    grid-area: f-col-8; }
  .c-footer.extended .row {
    row-gap: 40px;
    display: grid;
    grid-auto-columns: 25%;
    grid-template-areas: "f-col-1 f-col-2 f-col-3 f-col-4" "f-col-5 f-col-6 f-col-7 f-col-8"; }
    .c-footer.extended .row .footer-column {
      border-bottom: 1px #E5DFDC solid;
      padding-bottom: 30px; }
  .c-footer.extended .header .img img {
    max-height: 30px; }
    .c-footer.extended .header .img img.foot-tn-logo {
      max-width: 60px; }
  .c-footer.extended .header .title {
    font-size: 18px;
    font-weight: 600; }
  .c-footer.extended .f-col-1 .header, .c-footer.extended .f-col-2 .header, .c-footer.extended .f-col-3 .header, .c-footer.extended .f-col-4 .header {
    margin-bottom: 12px; }
  .c-footer .f-col-8 .header .title.-mobile {
    display: none; }
  .c-footer .header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    min-height: 32px; }
    .c-footer .header .img {
      display: inline-flex;
      align-items: flex-start;
      width: 100%; }
      .c-footer .header .img img {
        width: 100%;
        height: 100%;
        max-height: 32px;
        max-width: 70px; }
    .c-footer .header .title {
      font-size: 22px;
      font-weight: 700; }
      .c-footer .header .title.-mobile {
        display: none; }
  .c-footer .links li + li {
    margin-top: 12px; }
  .c-footer .links a {
    color: #1A1919;
    font-size: 14px; }
  .c-footer .contact-info {
    margin-top: 24px; }
    .c-footer .contact-info li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      max-width: 300px; }
      .c-footer .contact-info li + li {
        margin-top: 12px; }
      .c-footer .contact-info li .icon {
        display: inline-block;
        min-width: 20px;
        margin-right: 10px;
        color: #7C7C7C; }
        .c-footer .contact-info li .icon-phone-outline {
          font-size: 20px; }
      .c-footer .contact-info li a {
        color: #1A1919;
        font-weight: 700;
        font-size: 15px;
        word-break: break-word; }
        .c-footer .contact-info li a ~ * {
          margin: 8px 0 0 30px; }
  .c-footer .socials {
    display: flex;
    flex-direction: column;
    margin-top: -6px; }
    .c-footer .socials .item {
      display: flex;
      align-items: center; }
      .c-footer .socials .item .content {
        display: flex;
        flex-direction: column; }
        .c-footer .socials .item .content li + li {
          margin-top: 4px; }
      .c-footer .socials .item + .item {
        margin-top: 14px; }
      .c-footer .socials .item .icon:before {
        position: relative;
        z-index: 1; }
      .c-footer .socials .item .icon:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
      .c-footer .socials .item .icon-facebook {
        font-size: 20px; }
        .c-footer .socials .item .icon-facebook:after {
          background: #3b5998; }
      .c-footer .socials .item .icon-twitter {
        font-size: 14px;
        margin-left: 1px; }
        .c-footer .socials .item .icon-twitter:after {
          background: #000000; }
      .c-footer .socials .item .icon-tiktok {
        font-size: 16px; }
        .c-footer .socials .item .icon-tiktok:after {
          background: #1A1919; }
      .c-footer .socials .item .icon-instagram {
        margin-left: 1px; }
        .c-footer .socials .item .icon-instagram:after {
          background: #CF3339; }
      .c-footer .socials .item .icon-wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #fff;
        width: 32px;
        height: 32px;
        margin-right: 10px; }
      .c-footer .socials .item a {
        color: #1A1919;
        font-size: 14px;
        line-height: 20px; }
        .c-footer .socials .item a:hover {
          text-decoration: none; }
          .c-footer .socials .item a:hover .social-name {
            text-decoration: underline; }
  .c-footer .copyright {
    text-align: center;
    color: #7C7C7C;
    font-size: 12px;
    margin-top: 32px;
    line-height: 1.5; }
  .c-footer a:hover {
    text-decoration: underline; }

@media (max-width: 767.98px) {
  .c-footer.extended .row {
    row-gap: 24px;
    grid-auto-columns: auto;
    grid-template-areas: "f-col-8" "f-col-1"  "f-col-2"  "f-col-3"  "f-col-4"  "f-col-5"  "f-col-6"  "f-col-7"; }
    .c-footer.extended .row .footer-column {
      padding-bottom: 24px;
      order: initial; }
    .c-footer.extended .row > * {
      margin: 0 12px;
      padding: 0; }
  .c-footer.extended .f-col-1 .header .title, .c-footer.extended .f-col-2 .header .title, .c-footer.extended .f-col-3 .header .title, .c-footer.extended .f-col-4 .header .title {
    color: #1A1919;
    font-size: 18px;
    text-transform: none;
    text-align: left; }
  .c-footer.extended .f-col-8 .header .title {
    font-size: 14px; }
  .c-footer .f-col-8 .header .title.-desktop {
    display: none; }
  .c-footer .f-col-8 .header .title.-mobile {
    display: block; }
  .c-footer .row > * {
    order: 2;
    border-bottom: 1px solid #E5DFDC;
    margin: 0 12px 24px 12px;
    padding: 0 0 24px 0; }
    .c-footer .row > *:last-child {
      order: 1; }
  .c-footer .header {
    min-height: unset; }
    .c-footer .header .title {
      color: #7C7C7C;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      width: 100%;
      text-align: center; }
      .c-footer .header .title.-desktop {
        display: none; }
      .c-footer .header .title.-mobile {
        display: block; }
  .c-footer .links {
    display: flex;
    flex-wrap: wrap;
    margin: -8px; }
    .c-footer .links li {
      margin: 8px !important; }
  .c-footer .contact-info {
    border-top: 1px dashed #E5DFDC;
    margin: 16px 0 -8px 0;
    padding-top: 16px; }
    .c-footer .contact-info a {
      text-decoration: none; }
  .c-footer .socials {
    flex-direction: row;
    column-gap: 24px;
    justify-content: center;
    margin-top: -8px; }
    .c-footer .socials .item {
      flex-direction: column;
      text-align: center; }
      .c-footer .socials .item .icon-wrapper {
        margin: 0; }
      .c-footer .socials .item a {
        column-gap: 6px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 8px; }
      .c-footer .socials .item .content {
        align-items: center; }
        .c-footer .socials .item .content li + li {
          margin-top: 8px; }
      .c-footer .socials .item + .item {
        margin: 0; }
    .c-footer .socials a {
      text-decoration: none; }
      .c-footer .socials a .social-name {
        display: none; }
  .c-footer a {
    text-decoration: underline; }
  .c-footer .copyright {
    margin-top: 24px;
    text-align: left; }
  .c-footer.-foot-nav-detach {
    padding: 32px 0 95px 0; } }

.-dark-theme .c-footer {
  background: #464646; }
  .-dark-theme .c-footer .links a {
    color: #E5E5E5; }
  .-dark-theme .c-footer .socials .item a {
    color: #E5E5E5; }
  .-dark-theme .c-footer .contact-info li a {
    color: #E5E5E5; }
  .-dark-theme .c-footer.extended .row .footer-column {
    border-bottom-color: #313030; }

@media (max-width: 767.98px) {
  .-dark-theme .c-footer .contact-info {
    border-top-color: #313030; }
  .-dark-theme .c-footer.extended .header .title {
    color: #fff; }
  .-dark-theme .c-footer.extended .f-col-1 .header .title,
  .-dark-theme .c-footer.extended .f-col-2 .header .title,
  .-dark-theme .c-footer.extended .f-col-3 .header .title,
  .-dark-theme .c-footer.extended .f-col-4 .header .title {
    color: #fff; } }

.foot-nav {
  display: none; }

.-dark-theme .foot-nav {
  background: #313030;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.9); }

@media screen and (orientation: landscape) {
  .foot-nav {
    display: none !important; } }

@media (max-width: 767.98px) {
  .foot-nav {
    z-index: 9999999999;
    display: inline-block;
    background: #F6F4F3;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 300000001;
    box-shadow: 0 0 15px 0 #bdbdbd; }
    .foot-nav .items {
      display: flex;
      justify-content: space-around;
      align-items: flex-start; }
      .foot-nav .items li {
        width: 80px;
        text-align: center; }
        .foot-nav .items li a {
          display: flex;
          flex-direction: column;
          align-items: center;
          color: #7C7C7C;
          font-size: 12px;
          fill: #7C7C7C;
          -webkit-transition: all 0.15s ease-in-out;
          -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out; }
          .foot-nav .items li a:hover, .foot-nav .items li a.active {
            color: #CF3339;
            fill: #CF3339; }
          .foot-nav .items li a i {
            font-size: 18px;
            margin-bottom: 5px; }
          .foot-nav .items li a svg {
            height: 18px;
            margin-bottom: 4px; }
          .foot-nav .items li a span {
            text-overflow: ellipsis;
            display: inline-block;
            max-width: 95%;
            width: auto;
            white-space: nowrap;
            overflow: hidden;
            font-weight: 600;
            padding-top: 1px;
            margin-bottom: -1px; }
  body.mobile-menu-active #da-sticky > * {
    bottom: 60px !important; }
  body.mobile-menu-active #banner-reopen,
  body.mobile-menu-active #floating-related-wrapper {
    bottom: 60px !important; }
  body.mobile-menu-active #didomi-host .didomi-popup-backdrop {
    height: calc(100% - 60px); } }

@media (max-width: 575.98px) {
  .foot-nav {
    padding: 12px 0; }
    .foot-nav .items li {
      width: 70px; }
      .foot-nav .items li a {
        font-size: 11px; }
  body.mobile-menu-active .pw-subscribe-popup.pw-show {
    top: unset !important;
    bottom: 60px !important; } }

.c-breadcrumbs {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  color: #7C7C7C;
  font-size: 12px;
  white-space: nowrap; }
  .c-breadcrumbs li + li:before {
    content: '/';
    margin: 0 2px 0 4px; }
  .c-breadcrumbs li a {
    color: inherit;
    font-style: italic; }
    .c-breadcrumbs li a:hover {
      text-decoration: underline; }
  .c-breadcrumbs li:last-of-type {
    overflow: hidden;
    text-overflow: ellipsis; }
  .c-breadcrumbs + h1.c-title {
    margin: 12px 0 24px 0; }
    .c-breadcrumbs + h1.c-title + .c-section-inner {
      margin-top: 12px; }
  .dark-mode .c-breadcrumbs {
    color: #BCB8B8; }

@media (max-width: 575.98px) {
  .c-breadcrumbs {
    padding-top: 8px; }
    .c-breadcrumbs li {
      margin-bottom: 5px; }
    .c-breadcrumbs + h1.c-title {
      margin: 6px 0 24px; } }

.c-tabs {
  display: flex;
  white-space: nowrap;
  width: 100%;
  overflow-y: hidden; }
  .c-tabs li {
    display: inline-block; }
  .c-tabs .mCustomScrollBox {
    width: 100%; }
    .c-tabs .mCustomScrollBox .mCSB_container:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-top: 1px solid #E5DFDC;
      z-index: 5; }
    .c-tabs .mCustomScrollBox .mCSB_container li {
      padding-top: 26px;
      display: inline-block; }
    .c-tabs .mCustomScrollBox .mCSB_container:not(.mCS_no_scrollbar_x) {
      margin-bottom: 10px; }
    .c-tabs .mCustomScrollBox .mCSB_dragger {
      display: none !important;
      max-width: 200px !important;
      margin-top: 6px; }
      .c-tabs .mCustomScrollBox .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(0, 0, 0, 0.25); }
      .c-tabs .mCustomScrollBox .mCSB_dragger:hover .mCSB_dragger_bar, .c-tabs .mCustomScrollBox .mCSB_dragger:active .mCSB_dragger_bar, .c-tabs .mCustomScrollBox .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background-color: rgba(0, 0, 0, 0.4) !important; }
  .c-tabs .simplebar-track {
    margin: 0 32px; }
    .c-tabs .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
      height: 4px; }
      .c-tabs .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        background: rgba(0, 0, 0, 0.5); }
      .c-tabs .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-hover:before {
        background: rgba(0, 0, 0, 0.75); }
  .c-tabs[data-simplebar] {
    padding-bottom: 16px;
    margin-bottom: -14px; }
    .c-tabs[data-simplebar] ::-webkit-scrollbar {
      display: none; }
  .c-tabs li a {
    position: relative;
    display: block;
    color: #0096CC;
    font-size: 14px;
    padding-bottom: 12px; }
    .c-tabs li a:hover {
      color: #145C8F; }
    .c-tabs li a.-active {
      font-weight: 700;
      color: #1A1919; }
      .c-tabs li a.-active:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #1A1919;
        bottom: 0;
        left: 0;
        z-index: 10; }
  .c-tabs li + li {
    margin-left: 24px; }
  .c-tabs li:last-child a {
    margin-right: 50px; }
  .c-tabs-wrapper {
    position: relative;
    margin: 0 0 24px 0; }
    .c-tabs-wrapper:after {
      content: '';
      position: absolute;
      right: -1px;
      bottom: 1px;
      width: 50px;
      height: 100%;
      background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); }
    .c-tabs-wrapper + .c-section-inner .c-section-header {
      padding-top: 0;
      border-top: none; }

.c-title + .c-tabs-wrapper .c-tabs li {
  padding-top: 0; }

.c-title + .c-tabs-wrapper + .c-section-inner {
  margin-top: 24px; }

@media (max-width: 575.98px) {
  .c-tabs .mCustomScrollBox .mCSB_container {
    padding-left: 16px;
    padding-right: 16px; }
  .c-tabs .mCustomScrollBox .mCSB_scrollTools {
    margin-left: 16px;
    margin-right: 16px; }
  .c-tabs[data-simplebar] {
    padding-bottom: 14px;
    margin-bottom: -7px; }
    .c-tabs[data-simplebar] .simplebar-track {
      margin: 0 24px; }
  .c-tabs li + li {
    margin-left: 16px; }
  .c-tabs-wrapper {
    margin-top: -6px;
    margin-bottom: 16px;
    margin-left: -15px;
    margin-right: -15px; } }

.-dark-theme .c-tabs-wrapper:after {
  background: linear-gradient(to left, #1A1919, rgba(255, 255, 255, 0)); }

.-dark-theme .c-tabs .mCustomScrollBox .mCSB_container:after {
  border-top-color: #464646; }

.-dark-theme .c-tabs .mCustomScrollBox .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(246, 244, 243, 0.25); }

.-dark-theme .c-tabs .mCustomScrollBox .mCSB_dragger:hover .mCSB_dragger_bar, .-dark-theme .c-tabs .mCustomScrollBox .mCSB_dragger:active .mCSB_dragger_bar, .-dark-theme .c-tabs .mCustomScrollBox .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(246, 244, 243, 0.4) !important; }

.-dark-theme .c-tabs li a.-active {
  color: #fff; }
  .-dark-theme .c-tabs li a.-active:after {
    background: #fff; }

.c-newsletter-box {
  display: flex;
  width: 100%; }
  .c-newsletter-box .img {
    width: 80px; }
    .c-newsletter-box .img img {
      max-width: 100%; }
    .c-newsletter-box .img + .content {
      margin-left: 40px; }
  .c-newsletter-box .content {
    width: 100%; }
    .c-newsletter-box .content .title {
      font-size: 21px;
      line-height: 1.15; }
      .c-newsletter-box .content .title .icon {
        color: #CF3339;
        display: inline-block;
        font-size: 42px;
        margin-right: 15px;
        display: none;
        font-weight: 400; }
    .c-newsletter-box .content .perex {
      margin-top: 10px;
      line-height: 1.5;
      font-size: 17px;
      font-family: "Noto Sans"; }
    .c-newsletter-box .content .c-form {
      margin-top: 40px; }
      .c-newsletter-box .content .c-form .form-group {
        display: flex;
        flex-wrap: wrap;
        margin-top: -8px;
        padding-top: 14px; }
        .c-newsletter-box .content .c-form .form-group .c-radio {
          display: inline-flex;
          margin-right: 24px;
          width: auto;
          margin-top: 8px; }
      .c-newsletter-box .content .c-form .c-button .icon {
        font-size: 18px;
        display: none; }
      .c-newsletter-box .content .c-form .c-button .text {
        margin-left: 0; }
      .c-newsletter-box .content .c-form .all-dynamic-label:after {
        content: 'Všechny zprávy'; }
  .c-newsletter-box .c-newsletter-gdpr {
    font-size: 13px;
    color: #7C7C7C;
    line-height: 150%;
    margin-bottom: 10px; }
    .c-newsletter-box .c-newsletter-gdpr a {
      color: #0096CC; }
    .c-newsletter-box .c-newsletter-gdpr p {
      margin-bottom: 10px; }
    .c-newsletter-box .c-newsletter-gdpr__button {
      color: #0096CC;
      cursor: pointer; }
      .c-newsletter-box .c-newsletter-gdpr__button[aria-expanded="true"] .c-newsletter-gdpr__caret {
        transform: rotate(180deg); }
    .c-newsletter-box .c-newsletter-gdpr__caret {
      font-size: 5px;
      vertical-align: top;
      transition: transform 0.2s ease;
      display: inline-block; }
    .c-newsletter-box .c-newsletter-gdpr__details {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease; }

@media (max-width: 767.98px) {
  .c-newsletter-box .img {
    display: none; }
    .c-newsletter-box .img + .content {
      margin: 0; }
  .c-newsletter-box .content .title {
    display: flex;
    font-weight: 600; }
    .c-newsletter-box .content .title .icon {
      display: flex; }
  .c-newsletter-box .content .perex {
    font-size: 15px; }
  .c-newsletter-box .content .c-form {
    margin-top: 16px; }
    .c-newsletter-box .content .c-form .form-group {
      margin-top: 0; }
    .c-newsletter-box .content .c-form .c-radio {
      margin-right: 12px; }
    .c-newsletter-box .content .c-form .c-button .icon {
      display: flex;
      transform: translateX(-2px); }
    .c-newsletter-box .content .c-form .all-dynamic-label:after {
      content: 'Vše'; } }

@media (min-width: 376px) and (max-width: 435px) {
  .c-newsletter-box .content .title {
    font-size: 17px; } }

.-dark-theme .c-newsletter-box .c-newsletter-gdpr {
  color: #fff; }

.c-newsletter-thanks .c-newsletter-thanks__title {
  margin-bottom: 10px !important; }

.c-newsletter-thanks .c-newsletter-thanks__subtitle {
  font-size: 19px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 20px; }

.c-newsletter-thanks .c-newsletter-thanks__social-links {
  background: #F6F4F3;
  border-radius: 10px;
  padding: 28px; }

.c-newsletter-thanks .c-newsletter-thanks__social-links-title {
  font-size: 21px;
  line-height: 125%;
  margin-bottom: 15px; }

.c-newsletter-thanks .c-newsletter-thanks__social-links-text {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 150%; }

.c-newsletter-thanks .c-newsletter-thanks__social-icons {
  display: flex;
  justify-content: space-between; }
  .c-newsletter-thanks .c-newsletter-thanks__social-icons .icon {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px; }
  .c-newsletter-thanks .c-newsletter-thanks__social-icons .icon-instagram {
    background: #CF3339; }
  .c-newsletter-thanks .c-newsletter-thanks__social-icons .icon-facebook {
    background: #145C8F;
    font-size: 30px; }
  .c-newsletter-thanks .c-newsletter-thanks__social-icons .icon-tiktok {
    background: #000; }
  .c-newsletter-thanks .c-newsletter-thanks__social-icons .icon-twitter {
    background: #000000;
    font-size: 20px; }

.c-newsletter-thanks .c-newsletter-thanks__top-article-list .c-section-inner {
  margin-top: 16px; }

.c-newsletter-thanks .c-newsletter-thanks__top-article-list .c-section-header {
  border-top: none; }

@media (min-width: 576px) {
  .c-newsletter-thanks .c-newsletter-thanks__social-icons {
    justify-content: flex-start;
    gap: 30px; } }

.-dark-theme .c-newsletter-thanks .c-newsletter-thanks__social-links {
  background: #313030; }

.inline-group {
  display: flex;
  position: relative;
  align-items: stretch;
  width: 100%; }
  .inline-group .input {
    flex-grow: 1; }
    .inline-group .input .c-input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 0;
      width: 100%; }
  .inline-group .button .c-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media (max-width: 767.98px) {
  .inline-group .c-button {
    padding: 0 20px; }
    .inline-group .c-button .text {
      display: none; }
    .inline-group .c-button .icon {
      display: flex; } }

.c-input {
  display: flex;
  appearance: none;
  -webkit-appearance: none;
  height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  width: 100%; }
  .c-input.-alt {
    border-radius: 40px; }
  .c-input.-has-error {
    border-color: #CF3339; }
    .c-input.-has-error:focus {
      border-color: #CF3339; }
    .c-input.-has-error + .c-input-alert {
      display: flex; }
  .c-input:focus {
    outline: 0;
    border-color: #0096CC; }
  .c-input::placeholder {
    color: #7C7C7C; }
  .c-input.-textarea {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.4; }

.input {
  position: relative; }

.input-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #7C7C7C; }

.c-custom-select {
  width: 100% !important; }
  .c-custom-select .dropdown-toggle {
    height: 48px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d5ccc7;
    padding: 0 16px;
    font-size: 15px; }
    .c-custom-select .dropdown-toggle:after {
      content: "\E00E";
      font-family: 'Icons';
      border: 0;
      font-size: 7px;
      color: #0096CC;
      margin-top: 1px; }
    .c-custom-select .dropdown-toggle:focus {
      outline: 0 !important; }
    .c-custom-select .dropdown-toggle * {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
    .c-custom-select .dropdown-toggle.bs-placeholder {
      color: #7C7C7C !important; }
  .c-custom-select .dropdown-menu {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 50px -5px rgba(26, 25, 25, 0.2);
    padding: 6px 0 0;
    margin: 8px 0 0 0;
    max-height: 270px; }
    .c-custom-select .dropdown-menu .bs-searchbox {
      position: relative;
      padding: 4px 12px; }
      .c-custom-select .dropdown-menu .bs-searchbox .form-control {
        background: #F6F4F3;
        padding: 14px 15px 10px 40px;
        border-radius: 10px;
        color: #7C7C7C;
        font-weight: 500;
        -webkit-appearance: none; }
        .c-custom-select .dropdown-menu .bs-searchbox .form-control:focus {
          outline: 0; }
      .c-custom-select .dropdown-menu .bs-searchbox:after {
        content: "\E03E";
        font-family: 'Icons';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 24px;
        color: #cabfb9; }
    .c-custom-select .dropdown-menu li {
      position: relative; }
      .c-custom-select .dropdown-menu li a {
        padding: 14px 16px 10px 16px;
        font-size: 15px; }
        .c-custom-select .dropdown-menu li a:hover, .c-custom-select .dropdown-menu li a.active, .c-custom-select .dropdown-menu li a:active {
          color: #0096CC;
          background: transparent; }
      .c-custom-select .dropdown-menu li + li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        width: calc(100% - 32px);
        border-top: 1px dashed #E5DFDC; }
    .c-custom-select .dropdown-menu .no-results {
      margin: 16px;
      background: transparent;
      text-align: center;
      white-space: normal;
      color: #7C7C7C;
      line-height: 1.4;
      font-size: 15px; }
  .c-custom-select-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #E5DFDC; }
    .c-custom-select-wrapper .c-button {
      white-space: nowrap;
      margin-left: 24px; }
    .c-custom-select-wrapper.-bg:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("../assets/region-map-fade.jpg");
      background-size: cover;
      top: 0;
      left: 0;
      z-index: 0;
      pointer-events: none;
      border-radius: 0 10px 10px 0; }
    .c-custom-select-wrapper.-bg ~ * {
      position: relative;
      z-index: 1; }
    .c-custom-select-wrapper + .back-button {
      align-self: flex-start;
      margin-bottom: 16px; }
  .c-custom-select.show .dropdown-toggle:after {
    transform: scaleY(-1);
    margin-top: 0; }

@media (max-width: 575.98px) {
  .c-custom-select-wrapper {
    flex-direction: column;
    align-items: flex-start; }
    .c-custom-select-wrapper .c-button {
      margin: 16px 0 0; } }

.-dark-theme .c-custom-select-wrapper.-bg:before {
  background-image: url("../assets/region-map-fade-dark.jpg"); }

.-dark-theme .c-custom-select-wrapper.-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.74) 64.82%); }

.-dark-theme .c-custom-select-wrapper.-bg .dropdown,
.-dark-theme .c-custom-select-wrapper.-bg .c-button {
  position: relative;
  z-index: 4; }

.form-group .label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1A1919;
  margin-bottom: 4px; }
  .form-group .label .info {
    opacity: 0.7; }

.c-form {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%; }
  .c-form .form-group {
    position: relative;
    width: 100%; }
    .c-form .form-group + .form-group {
      margin-top: 15px; }
    .c-form .form-group + .form-inline {
      margin-top: 15px; }
  .c-form .form-inline {
    display: flex;
    width: 100%;
    flex-direction: row; }
    .c-form .form-inline .form-group + .form-group {
      margin-top: 0;
      margin-left: 15px; }
    .c-form .form-inline + .form-group {
      margin-top: 15px; }
  .c-form .form-actions {
    margin-top: 15px;
    display: flex; }
    .c-form .form-actions > *:not(:last-child) {
      margin-right: 10px; }
    .c-form .form-actions.-right {
      justify-content: flex-end; }
    .c-form .form-actions + .form-group,
    .c-form .form-actions + .form-inline,
    .c-form .form-actions + .form-actions {
      margin-top: 15px; }
  .c-form .title {
    font-size: 21px;
    line-height: 1.15;
    margin-bottom: 16px; }
  .c-form .form-title {
    font-size: 16px;
    margin: 16px 0; }

.c-radio {
  display: flex;
  width: 100%; }
  .c-radio .radiobtn {
    opacity: 0;
    appearance: none;
    position: absolute; }
    .c-radio .radiobtn:checked + .label:before {
      border-color: #0096CC;
      color: #0096CC;
      background-color: rgba(0, 150, 204, 0.8);
      box-shadow: inset 0 0 0 2px #fff; }
    .c-radio .radiobtn:checked + .label:after {
      animation: wave 0.3s ease forwards; }
    .c-radio .radiobtn:disabled + .label {
      pointer-events: none;
      opacity: 0.65; }
    .c-radio .radiobtn:disabled:checked + .label:before {
      border-color: #7C7C7C;
      color: #7C7C7C;
      background-color: rgba(124, 124, 124, 0.8); }
  .c-radio.has-error .label {
    color: #CF3339; }
    .c-radio.has-error .label:before {
      border-color: #CF3339; }
  .c-radio .label {
    font-weight: 400;
    line-height: 1.4;
    color: #1A1919;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding-left: 26px;
    transition: 0.3s ease;
    display: flex;
    align-items: center; }
    .c-radio .label:before, .c-radio .label:after {
      position: absolute;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px; }
    .c-radio .label:before {
      content: '';
      font-weight: 600;
      color: #fff;
      border-radius: 50%;
      border: 1px solid #c9c9c9;
      background-color: rgba(0, 150, 204, 0.4);
      box-shadow: inset 0 0 0 10px #fff; }
    .c-radio .label:after {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      transform: scale(0.1);
      background: #7C7C7C;
      opacity: 0.15;
      border-radius: 50%;
      z-index: -1; }
    .c-radio .label a {
      color: #CF3339;
      text-decoration: underline; }
    .c-radio .label:hover:before, .c-radio .label:focus:before {
      border-color: #0096CC; }
  .c-radio + .c-radio {
    margin-top: 8px; }

@keyframes wave {
  0% {
    transform: scale(0.1); }
  80% {
    transform: scale(0.9);
    opacity: 0.2; }
  100% {
    transform: unset;
    opacity: 0; } }

.-dark-theme .c-radio .label {
  color: #fff; }

.c-checkbox {
  display: flex;
  width: 100%;
  margin: 5px 0; }
  .c-checkbox .checkbox {
    opacity: 0;
    appearance: none;
    position: absolute; }
    .c-checkbox .checkbox:checked + .label:before {
      border-color: #0096CC;
      color: #fff;
      background: #0096CC; }
    .c-checkbox .checkbox:checked + .label:after {
      animation: wave 0.3s ease forwards; }
  .c-checkbox.has-error .label {
    color: #CF3339; }
    .c-checkbox.has-error .label:before {
      border-color: #CF3339; }
  .c-checkbox .label {
    font-weight: 400;
    line-height: 1.4;
    color: #1A1919;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding-left: 26px;
    display: flex;
    align-items: center; }
    .c-checkbox .label:before, .c-checkbox .label:after {
      position: absolute;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px; }
    .c-checkbox .label:before {
      content: "\E00D";
      font-family: 'icons';
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      border-radius: 4px;
      border: 1px solid #c9c9c9;
      background-color: transparent; }
    .c-checkbox .label:after {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      transform: scale(0.1);
      background: #7C7C7C;
      opacity: 0.15;
      border-radius: 50%;
      z-index: -1; }
    .c-checkbox .label a {
      color: #CF3339;
      text-decoration: underline; }
    .c-checkbox .label:hover:before, .c-checkbox .label:focus:before {
      border-color: #7C7C7C; }
  .c-checkbox + .c-checkbox {
    margin-top: 8px; }

@keyframes wave {
  0% {
    transform: scale(0.1); }
  80% {
    transform: scale(0.9);
    opacity: 0.2; }
  100% {
    transform: unset;
    opacity: 0; } }

.flatpickr-calendar {
  margin-top: 24px;
  border: 1px solid #E5DFDC;
  border-radius: 10px; }
  .flatpickr-calendar:before, .flatpickr-calendar:after {
    display: none; }
  .flatpickr-calendar.open {
    z-index: 1030; }

.flatpickr-months {
  position: relative; }
  .flatpickr-months .flatpickr-month {
    display: flex;
    align-items: center;
    background: #F6F4F3;
    height: 63px;
    border-radius: 10px 10px 0 0; }
  .flatpickr-months .flatpickr-current-month {
    height: auto;
    display: flex;
    justify-content: center; }
    .flatpickr-months .flatpickr-current-month * {
      background: transparent !important; }
    .flatpickr-months .flatpickr-current-month .cur-month {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      color: #1A1919; }
    .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
      padding-left: 0;
      background: transparent;
      -webkit-appearance: none;
      appearance: none; }
    .flatpickr-months .flatpickr-current-month .numInputWrapper {
      width: auto;
      max-width: 40px;
      display: flex;
      margin-left: 6px;
      pointer-events: none; }
      .flatpickr-months .flatpickr-current-month .numInputWrapper input {
        width: auto;
        padding: 0;
        max-width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #1A1919; }
      .flatpickr-months .flatpickr-current-month .numInputWrapper span {
        display: none; }
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #E5DFDC;
    color: #0096CC;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px; }
    .flatpickr-months .flatpickr-prev-month:before,
    .flatpickr-months .flatpickr-next-month:before {
      font-family: 'Icons'; }
    .flatpickr-months .flatpickr-prev-month svg,
    .flatpickr-months .flatpickr-next-month svg {
      display: none; }
    .flatpickr-months .flatpickr-prev-month:hover,
    .flatpickr-months .flatpickr-next-month:hover {
      background: #E5DFDC;
      color: #145C8F; }
  .flatpickr-months .flatpickr-prev-month:before {
    content: "\E004"; }
  .flatpickr-months .flatpickr-next-month:before {
    content: "\E005"; }

.flatpickr-innerContainer {
  border: 0;
  border-radius: 0 0 10px 10px; }
  .flatpickr-innerContainer .flatpickr-weekdays {
    background: transparent;
    height: 20px;
    margin: 16px 0 0;
    padding: 0 10px; }
    .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday {
      background: transparent;
      text-transform: uppercase;
      color: #7C7C7C;
      font-weight: 600; }
  .flatpickr-innerContainer .flatpickr-days {
    border: 0; }
    .flatpickr-innerContainer .flatpickr-days .dayContainer {
      padding: 10px 8px 6px; }
    .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled) {
      font-weight: bold; }
    .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today {
      border-color: #E5DFDC; }
    .flatpickr-innerContainer .flatpickr-days .flatpickr-day.selected {
      background: #0096CC;
      border-color: #0096CC; }

.js-datepicker--limited-dates .flatpickr-day {
  font-weight: bold; }

.-dark-theme .flatpickr-months {
  position: relative; }
  .-dark-theme .flatpickr-months .flatpickr-month {
    background: #313030; }
  .-dark-theme .flatpickr-months .flatpickr-current-month .cur-month,
  .-dark-theme .flatpickr-months .flatpickr-current-month .numInputWrapper input {
    color: #fff; }

.-dark-theme .flatpickr-innerContainer {
  background: #3b3a3a; }
  .-dark-theme .flatpickr-innerContainer .flatpickr-days .flatpickr-day {
    color: #BCB8B8; }
    .-dark-theme .flatpickr-innerContainer .flatpickr-days .flatpickr-day.nextMonthDay, .-dark-theme .flatpickr-innerContainer .flatpickr-days .flatpickr-day.prevMonthDay {
      color: #707070; }
    .-dark-theme .flatpickr-innerContainer .flatpickr-days .flatpickr-day:hover {
      background: #0096CC;
      border-color: #0096CC;
      color: #fff; }
    .-dark-theme .flatpickr-innerContainer .flatpickr-days .flatpickr-day.flatpickr-disabled {
      color: #494949; }
      .-dark-theme .flatpickr-innerContainer .flatpickr-days .flatpickr-day.flatpickr-disabled:hover {
        background: transparent;
        border-color: transparent;
        color: #565656; }

.c-autocomplete {
  z-index: 1052;
  border-radius: 10px;
  border: 1px solid #E5DFDC;
  margin-top: 8px;
  position: fixed !important;
  top: 65px !important; }
  .c-autocomplete .item {
    display: flex;
    width: 100%;
    color: #1A1919;
    height: 48px;
    font-size: 16px;
    padding: 16px;
    opacity: 0.6; }
    .c-autocomplete .item.selected {
      opacity: 1;
      background: #F6F4F3; }

@media (max-width: 991.98px) {
  .c-autocomplete {
    top: 50px !important; } }

@media (max-width: 767.98px) {
  .c-autocomplete {
    width: 100% !important;
    left: 0 !important;
    top: 59px !important;
    border-radius: 0; }
    .c-autocomplete .item {
      height: 44px;
      font-size: 14px; } }

.c-branding {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  .c-branding .c-skyscraper-left {
    position: absolute;
    top: 0;
    right: 100%; }
    .c-branding .c-skyscraper-left img {
      max-width: none; }
  .c-branding .c-skyscraper-right {
    position: absolute;
    top: 0;
    left: 100%; }
    .c-branding .c-skyscraper-right img {
      max-width: none; }
  .c-branding .c-leaderboard {
    max-height: 250px;
    overflow: hidden;
    text-align: center; }
    .c-branding .c-leaderboard img[src*="default.gif"] {
      height: 0px;
      display: block; }

html.dfp-adform-gate body, html.dfp-image-gate body {
  overflow-x: initial; }

html.dfp-adform-gate .c-content, html.dfp-image-gate .c-content {
  padding-top: 275px; }
  html.dfp-adform-gate .c-content > .c-section, html.dfp-image-gate .c-content > .c-section {
    position: relative;
    pointer-events: none; }
    html.dfp-adform-gate .c-content > .c-section .container, html.dfp-image-gate .c-content > .c-section .container {
      pointer-events: all; }
      html.dfp-adform-gate .c-content > .c-section .container > *, html.dfp-image-gate .c-content > .c-section .container > * {
        position: relative; }
      html.dfp-adform-gate .c-content > .c-section .container:before, html.dfp-image-gate .c-content > .c-section .container:before {
        content: '';
        display: block;
        width: 100%;
        max-width: 1080px;
        height: calc(100% + 128px);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #fff; }
  html.dfp-adform-gate .c-content .c-branding + .c-section > .container:before, html.dfp-image-gate .c-content .c-branding + .c-section > .container:before {
    top: -22px; }
  html.dfp-adform-gate .c-content .c-sport-hero,
  html.dfp-adform-gate .c-content .c-special-hero, html.dfp-image-gate .c-content .c-sport-hero,
  html.dfp-image-gate .c-content .c-special-hero {
    top: -22px;
    margin-bottom: -22px; }

html.dfp-adform-gate .dark-mode .c-content > .c-section .container:before, html.dfp-image-gate .dark-mode .c-content > .c-section .container:before {
  background: #1A1919; }

html.dfp-adform-gate .c-leaderboard, html.dfp-image-gate .c-leaderboard {
  position: relative;
  max-height: initial;
  overflow: initial;
  /* remove with removing google GAM GPT, ... */
  /* remove with removing google GAM GPT, ... END*/ }
  html.dfp-adform-gate .c-leaderboard div[id^="div-ad-leaderboard"], html.dfp-image-gate .c-leaderboard div[id^="div-ad-leaderboard"] {
    display: block; }
    html.dfp-adform-gate .c-leaderboard div[id^="div-ad-leaderboard"] div[id^="google_ads_iframe"], html.dfp-image-gate .c-leaderboard div[id^="div-ad-leaderboard"] div[id^="google_ads_iframe"] {
      display: block; }
  html.dfp-adform-gate .c-leaderboard iframe, html.dfp-image-gate .c-leaderboard iframe {
    width: 1920px;
    height: 1400px; }
  html.dfp-adform-gate .c-leaderboard #div-ad-leaderboard,
  html.dfp-adform-gate .c-leaderboard #div-ad-leaderboard-nbs, html.dfp-image-gate .c-leaderboard #div-ad-leaderboard,
  html.dfp-image-gate .c-leaderboard #div-ad-leaderboard-nbs {
    width: 1920px;
    height: 1400px;
    vertical-align: bottom;
    position: fixed;
    left: 50%;
    top: calc( 65px + 3px);
    transform: translateX(-50%); }
  html.dfp-adform-gate .c-leaderboard #div-gpt-ad-leaderboard > div,
  html.dfp-adform-gate .c-leaderboard #div-gpt-ad-leaderboard-nbs > div, html.dfp-image-gate .c-leaderboard #div-gpt-ad-leaderboard > div,
  html.dfp-image-gate .c-leaderboard #div-gpt-ad-leaderboard-nbs > div {
    width: 1920px;
    height: 1400px;
    vertical-align: bottom;
    position: fixed;
    left: 50%;
    top: calc( 65px + 3px);
    transform: translateX(-50%); }
  html.dfp-adform-gate .c-leaderboard div[id^="div-gpt-ad-leaderboard"], html.dfp-image-gate .c-leaderboard div[id^="div-gpt-ad-leaderboard"] {
    display: block; }
    html.dfp-adform-gate .c-leaderboard div[id^="div-gpt-ad-leaderboard"] div[id^="google_ads_iframe"], html.dfp-image-gate .c-leaderboard div[id^="div-gpt-ad-leaderboard"] div[id^="google_ads_iframe"] {
      display: block; }

html.dfp-adform-gate .c-footer, html.dfp-image-gate .c-footer {
  z-index: 11; }

html.dfp-pushdown-image .c-branding {
  display: none; }

html.dfp-pushdown-image #pushdown-advert {
  flex-shrink: 0;
  margin-top: 65px;
  margin-bottom: -65px; }
  html.dfp-pushdown-image #pushdown-advert .dfp-label {
    right: auto;
    left: 50%;
    transform: translate(-50%); }

.-dark-theme[class*="dfp-adform-gate"] .c-content > .c-section .container:before, .-dark-theme[class*="dfp-image-gate"] .c-content > .c-section .container:before {
  background: #1A1919; }

.-dark-theme[class*="dfp-adform-gate"] .c-content .c-branding + .c-section > .container:before, .-dark-theme[class*="dfp-image-gate"] .c-content .c-branding + .c-section > .container:before {
  top: -22px; }

.-dark-theme[class*="dfp-adform-gate"] .dark-mode .c-content > .c-section .container:before, .-dark-theme[class*="dfp-image-gate"] .dark-mode .c-content > .c-section .container:before {
  background: #1A1919; }

.-dark-theme[class*="dfp-adform-gate"] .c-leaderboard, .-dark-theme[class*="dfp-image-gate"] .c-leaderboard {
  position: relative;
  /* remove with removing google GAM GPT, ... */
  /* remove with removing google GAM GPT, ... END*/ }
  .-dark-theme[class*="dfp-adform-gate"] .c-leaderboard div[id^="div-ad-leaderboard"], .-dark-theme[class*="dfp-image-gate"] .c-leaderboard div[id^="div-ad-leaderboard"] {
    display: block; }
    .-dark-theme[class*="dfp-adform-gate"] .c-leaderboard div[id^="div-ad-leaderboard"] div[id^="google_ads_iframe"], .-dark-theme[class*="dfp-image-gate"] .c-leaderboard div[id^="div-ad-leaderboard"] div[id^="google_ads_iframe"] {
      display: block; }
  .-dark-theme[class*="dfp-adform-gate"] .c-leaderboard div[id^="div-gpt-ad-leaderboard"], .-dark-theme[class*="dfp-image-gate"] .c-leaderboard div[id^="div-gpt-ad-leaderboard"] {
    display: block; }
    .-dark-theme[class*="dfp-adform-gate"] .c-leaderboard div[id^="div-gpt-ad-leaderboard"] div[id^="google_ads_iframe"], .-dark-theme[class*="dfp-image-gate"] .c-leaderboard div[id^="div-gpt-ad-leaderboard"] div[id^="google_ads_iframe"] {
      display: block; }

.-dark-theme[class*="dfp-adform-gate"] .c-footer, .-dark-theme[class*="dfp-image-gate"] .c-footer {
  z-index: 11; }

.c-leaderboard {
  /*margin-top: 16px;*/ }
  .c-leaderboard iframe {
    display: block;
    margin: 0 auto; }
  .c-leaderboard div[id^="google_ads_iframe"] {
    display: block !important;
    margin: 0 auto; }
  .c-leaderboard .adFull {
    margin: 0 auto; }

@media (min-width: 992px) {
  #div-ad-leaderboard:not(:empty) {
    min-height: 210px; } }

[data-strossle-type='strossle-box-listing'] .strossle-item a {
  display: flex;
  cursor: default; }
  [data-strossle-type='strossle-box-listing'] .strossle-item a .dateTime {
    display: none; }
  [data-strossle-type='strossle-box-listing'] .strossle-item a .image-box {
    width: 236px;
    height: 131px;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    cursor: pointer; }
    [data-strossle-type='strossle-box-listing'] .strossle-item a .image-box img {
      max-width: 100%; }
    [data-strossle-type='strossle-box-listing'] .strossle-item a .image-box:hover + .news-content .title {
      text-decoration: underline; }
  [data-strossle-type='strossle-box-listing'] .strossle-item a .news-content {
    color: #1A1919;
    margin: 0 0 0 16px; }
    [data-strossle-type='strossle-box-listing'] .strossle-item a .news-content .title {
      font-size: 21px;
      line-height: 1.15;
      cursor: pointer; }
      [data-strossle-type='strossle-box-listing'] .strossle-item a .news-content .title:hover {
        text-decoration: underline; }
    [data-strossle-type='strossle-box-listing'] .strossle-item a .news-content .subtitle {
      text-transform: uppercase;
      font-size: 13px;
      color: #7C7C7C;
      margin-bottom: 4px;
      font-weight: 600;
      cursor: pointer; }
      [data-strossle-type='strossle-box-listing'] .strossle-item a .news-content .subtitle:hover {
        text-decoration: underline; }
  @media (max-width: 991.98px) {
    [data-strossle-type='strossle-box-listing'] .strossle-item a .image-box {
      width: 180px;
      height: 100px; }
    [data-strossle-type='strossle-box-listing'] .strossle-item a .news-content .title {
      font-size: 16px;
      line-height: 1.35; } }
  @media (max-width: 575.98px) {
    [data-strossle-type='strossle-box-listing'] .strossle-item a .image-box {
      width: 112px;
      height: 62px; } }

.-dark-theme [data-strossle-type='strossle-box-listing'] .strossle-item a .news-content {
  color: #fff; }
  .-dark-theme [data-strossle-type='strossle-box-listing'] .strossle-item a .news-content .subtitle {
    color: #E5E5E5; }

.-dark-theme [data-strossle-type='strossle-box-listing'] .strossle-item-link .tracking_pixel {
  visibility: hidden; }

.pr-article-list-wrapper {
  margin-top: -8px;
  margin-bottom: -8px; }
  .pr-article-list-wrapper .c-section-inner:last-child {
    margin-bottom: 24px; }
  @media (max-width: 575.98px) {
    .pr-article-list-wrapper {
      margin-top: 0;
      margin-bottom: 0; } }

.c-content-inner *[id^='ssp-zone-']:empty + * .c-section-header,
.c-content-inner *[id*=' ssp-zone-']:empty + * .c-section-header {
  border-top: 0;
  padding-top: 0; }

.c-content-inner > :not(.c-rte) {
  /* remove with removing google GAM GPT, ... */
  /* remove with removing google GAM GPT, ... END*/ }
  .c-content-inner > :not(.c-rte) *[id^='div-ad-rectangle-mobile']:not(:empty) {
    margin-left: -16px;
    margin-right: -16px; }
  .c-content-inner > :not(.c-rte) *[id^='div-gpt-ad-rectangle-mobile']:not(:empty) {
    margin-left: -16px;
    margin-right: -16px; }

@media (min-width: 576px) {
  .c-content-inner > :not(.c-rte) {
    /* remove with removing google GAM GPT, ... */
    /* remove with removing google GAM GPT, ... END*/ }
    .c-content-inner > :not(.c-rte) *[id^='div-ad-rectangle-mobile']:not(:empty) {
      margin-left: -32px;
      margin-right: -32px; }
    .c-content-inner > :not(.c-rte) *[id^='div-gpt-ad-rectangle-mobile']:not(:empty) {
      margin-left: -32px;
      margin-right: -32px; } }

@media (min-width: 992px) {
  #div-ad-rectangle-bottom {
    margin-left: 24px; }
  /* remove with removing google GAM GPT, ... */
  #div-gpt-ad-rectangle-bottom {
    margin-left: 24px; }
  /* remove with removing google GAM GPT, ... END*/ }

@media (min-width: 1000px) {
  .c-content-inner > :not(.c-rte) {
    /* remove with removing google GAM GPT, ... */
    /* remove with removing google GAM GPT, ... END*/ }
    .c-content-inner > :not(.c-rte) *[id^='div-ad-rectangle-mobile']:not(:empty) {
      margin-bottom: -24px; }
    .c-content-inner > :not(.c-rte) *[id^='div-gpt-ad-rectangle-mobile']:not(:empty) {
      margin-bottom: -24px; } }

.advert-wrapper {
  display: flex;
  justify-content: center; }
  .advert-wrapper .advert-inside {
    width: max-content; }
  .advert-wrapper .advert-label {
    display: none;
    color: #7C7C7C;
    font-size: 10px; }
    .advert-wrapper .advert-label.label-showed {
      display: flex;
      justify-content: end; }

.c-leaderboard .advert-label {
  margin-top: 6px; }

.dfp-adform-gate .c-leaderboard .advert-label span,
.dfp-image-gate .c-leaderboard .advert-label span {
  position: fixed;
  color: #000;
  background: #fff;
  padding: 3px;
  opacity: 0.55;
  top: calc( 65px + 3px);
  right: 0;
  z-index: 10;
  margin-top: 0; }

.dfp-adform-gate .with-single-layer-horizontal-menu .c-leaderboard .advert-label span,
.dfp-image-gate .with-single-layer-horizontal-menu .c-leaderboard .advert-label span {
  top: calc( 65px + 53px); }

.dfp-adform-gate .with-double-layer-horizontal-menu .c-leaderboard .advert-label span,
.dfp-image-gate .with-double-layer-horizontal-menu .c-leaderboard .advert-label span {
  top: calc( 65px + 103px); }

#cpex-skin .advert-label {
  position: fixed;
  color: #000;
  background: #fff;
  padding: 3px;
  opacity: .55;
  top: calc( 65px + 3px);
  right: 0;
  z-index: 10;
  font-size: 10px;
  margin-top: 0; }

.with-single-layer-horizontal-menu #cpex-skin .advert-label {
  top: calc( 65px + 53px); }

.with-double-layer-horizontal-menu #cpex-skin .advert-label {
  top: calc( 65px + 103px); }

.c-content-inner > :not(.c-rte) *[data-placement^='div-ad-rectangle-mobile']:not(:empty) .advert-label,
.c-content-inner > :not(.c-rte) *[data-placement^='div-gpt-ad-rectangle-mobile']:not(:empty) .advert-label {
  margin-left: -16px;
  margin-right: -16px; }
  @media (min-width: 1000px) {
    .c-content-inner > :not(.c-rte) *[data-placement^='div-ad-rectangle-mobile']:not(:empty) .advert-label,
    .c-content-inner > :not(.c-rte) *[data-placement^='div-gpt-ad-rectangle-mobile']:not(:empty) .advert-label {
      margin-left: -24px;
      margin-right: -24px; } }
  @media (min-width: 576px) {
    .c-content-inner > :not(.c-rte) *[data-placement^='div-ad-rectangle-mobile']:not(:empty) .advert-label,
    .c-content-inner > :not(.c-rte) *[data-placement^='div-gpt-ad-rectangle-mobile']:not(:empty) .advert-label {
      margin-left: -32px;
      margin-right: -32px; } }

.c-rte {
  padding-left: 24px; }
  .c-rte:not(.-header) p,
  .c-rte:not(.-header) ul,
  .c-rte:not(.-header) ol {
    font-family: "Noto Sans"; }
  .c-rte.-inline img {
    float: right;
    padding-left: 24px; }
  .c-rte .hero-media,
  .c-rte .c-card,
  .c-rte .c-hero-card,
  .c-rte .c-inline-gallery,
  .c-rte > .img {
    margin-left: -24px; }
  .c-rte > *:not(:last-child) {
    margin-bottom: 24px; }
  .c-rte .c-card.-cta.-weather .cta-title, .c-rte .-cta.-weather.c-hero-card .cta-title {
    font-size: 21px;
    font-weight: bold; }
  .c-rte .c-card.-cta.-weather .cta-info, .c-rte .-cta.-weather.c-hero-card .cta-info {
    font-size: 16px;
    font-weight: 400; }
  .c-rte .c-time-duration {
    margin-bottom: 0; }
  .c-rte h1 {
    font-size: 48px;
    font-weight: 700;
    margin-top: 0; }
  .c-rte h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2; }
  .c-rte h3 {
    font-size: 22px;
    font-weight: 600; }
  .c-rte h4 {
    font-size: 18px;
    font-weight: 600; }
  .c-rte h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45; }
  .c-rte table {
    width: 100%;
    display: inline-block; }
    .c-rte table caption {
      display: block; }
    .c-rte table caption,
    .c-rte table thead {
      width: 100%;
      background: #1A1919;
      text-align: left;
      color: #fff;
      min-height: 45px;
      padding: 14px 20px;
      font-weight: 600;
      font-size: 16px; }
    .c-rte table tbody {
      width: 100%;
      display: inline-block;
      overflow-x: auto;
      overflow-y: hidden; }
      .c-rte table tbody tr:nth-child(even) {
        background: #F6F4F3; }
      .c-rte table tbody tr td {
        font-size: 14px;
        padding: 10px 20px;
        line-height: 1.2; }
  .c-rte hr {
    margin: 24px 0;
    border-top: 3px solid #F6F4F3; }
  .c-rte .article-info {
    display: flex;
    margin-bottom: 32px; }
    .c-rte .article-info .author.-image {
      display: inline-flex;
      min-width: 48px;
      height: 48px;
      margin-right: 16px; }
      .c-rte .article-info .author.-image img {
        border-radius: 50%; }
    .c-rte .article-info .author.-name {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #0096CC;
      margin-bottom: 4px; }
      .c-rte .article-info .author.-name a {
        padding: 3px 0; }
      .c-rte .article-info .author.-name:hover {
        color: #145C8F; }
    .c-rte .article-info .group {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .c-rte .article-info .group .c-badge {
        margin-right: 8px; }
      .c-rte .article-info .group .date {
        color: #7C7C7C;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-top: -4px; }
        .c-rte .article-info .group .date .c-badge {
          margin-top: 4px; }
        .c-rte .article-info .group .date time {
          display: inline-flex;
          margin-top: 4px; }
  .c-rte.c-video-detail .article-info {
    margin-bottom: 16px; }
  .c-rte .article-summary .item {
    font-size: 18px;
    font-weight: 600;
    list-style: none;
    position: relative; }
    .c-rte .article-summary .item:before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      background: #7C7C7C;
      border-radius: 50%;
      position: absolute;
      left: -18px;
      top: 10px; }
  .c-rte .c-article.-inline {
    margin-left: -32px;
    padding: 32px;
    background: #F6F4F3;
    border-radius: 10px; }
    .c-rte .c-article.-inline .content .title {
      font-size: 22px; }
      .c-rte .c-article.-inline .content .title a {
        font-weight: 700;
        font-size: 22px;
        color: #1A1919; }
    .c-rte .c-article.-inline .content .article-info {
      margin-top: 8px;
      margin-bottom: 0; }
      @media (max-width: 379px) {
        .c-rte .c-article.-inline .content .article-info .author {
          display: none; } }
  .c-rte .lead {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 32px; }
  .c-rte .playlistplayer-wrap {
    background: #000; }
  .c-rte .src {
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    color: #0096CC;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    pointer-events: none;
    overflow: hidden; }
    .c-rte .src .icon {
      position: absolute;
      right: 0;
      bottom: 0;
      background: #F6F4F3;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      font-size: 16px;
      font-weight: 400;
      transition: 0.3s ease opacity;
      pointer-events: all; }
    .c-rte .src .text {
      width: 100%;
      color: #7C7C7C;
      font-size: 14px;
      transition: 0.3s ease;
      padding: 12px 16px;
      background: #F6F4F3;
      transform: translateY(100%);
      transition: 0.3s ease transform; }
    .c-rte .src:hover {
      pointer-events: all; }
      .c-rte .src:hover .icon {
        opacity: 0; }
      .c-rte .src:hover .text {
        transform: none; }
    .c-rte .src.-static {
      position: initial;
      right: unset;
      bottom: unset; }
      .c-rte .src.-static:hover .icon {
        opacity: 1; }
      .c-rte .src.-static .icon {
        position: initial;
        height: 40px;
        width: 40px;
        background: #efecea; }
      .c-rte .src.-static .text {
        transform: unset; }
  .c-rte > .img {
    position: relative;
    display: flex;
    flex-direction: column; }
    .c-rte > .img .info {
      font-size: 14px;
      color: #7C7C7C;
      margin-top: 8px; }
    .c-rte > .img .group {
      margin-top: -3px; }
  .c-rte p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6; }
    .c-rte p iframe {
      background: #fff; }
      .c-rte p iframe#pcz-vypocet-dane-danova-kalkulacka, .c-rte p iframe#pcz-danova-kalkulacka-osvc {
        border-radius: 15px; }
  .c-rte img {
    max-width: 100%;
    height: auto; }
  .c-rte .small {
    font-size: 75%; }
  @media (max-width: 991px) {
    .c-rte .b-minute-sm {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .c-rte .b-minute-scroller {
      display: none; } }
  .c-rte ul:not(.c-actions),
  .c-rte ol:not(.c-actions) {
    padding-left: 18px; }
  .c-rte ul li,
  .c-rte ol li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 1.6; }
    .c-rte ul li > *,
    .c-rte ol li > * {
      margin-top: 20px;
      margin-bottom: 20px; }
    .c-rte ul li ul,
    .c-rte ul li ol,
    .c-rte ol li ul,
    .c-rte ol li ol {
      margin-left: 15px; }
    .c-rte ul li + li,
    .c-rte ol li + li {
      margin-top: 10px; }
  .c-rte ol {
    padding-left: 15px; }
    .c-rte ol li {
      list-style-type: decimal; }
  .c-rte > *:not(.c-section-inner) a:not(.c-button):not(.c-category) {
    position: relative;
    color: #0096CC;
    text-decoration: none;
    font-weight: 600; }
    .c-rte > *:not(.c-section-inner) a:not(.c-button):not(.c-category):hover {
      color: #145C8F; }
  .c-rte .c-button {
    display: flex; }
  .c-rte .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .c-rte .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .c-rte .item h3 {
    margin-bottom: 5px; }
  .c-rte iframe {
    width: 100%; }
  .c-rte .iframe-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    padding-bottom: 0; }
    .c-rte .iframe-wrap > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .c-rte .description {
    margin: 0 0 25px 0;
    font-weight: 300;
    line-height: 1.45; }
    .c-rte .description .shortened > *:nth-last-of-type(1),
    .c-rte .description .complete > *:nth-last-of-type(1) {
      display: inline; }
    .c-rte .description .read-more {
      position: relative;
      color: #0096CC;
      font-weight: 700; }
      .c-rte .description .read-more:hover, .c-rte .description .read-more:focus {
        color: #145C8F;
        outline: 0; }
    .c-rte .description .complete .read-more {
      display: none; }
    .c-rte .description .shortened + .complete {
      display: none; }
      .c-rte .description .shortened + .complete .read-more {
        display: inline-block; }

@media (max-width: 991.98px) {
  .c-rte {
    padding-left: 0; }
    .c-rte .hero-media,
    .c-rte .c-card,
    .c-rte .c-hero-card,
    .c-rte .c-inline-gallery,
    .c-rte > .img {
      margin-left: -32px;
      margin-right: -32px; }
    
    .c-rte .c-card,
    .c-rte .c-hero-card {
      border-radius: 0; }
      .c-rte .c-card.-cta.-weather, .c-rte .-cta.-weather.c-hero-card {
        border-radius: 10px;
        margin-left: 0px;
        margin-right: 0px; }
    .c-rte > .img .info {
      margin: 8px 16px 0 16px; } }

@media (max-width: 575.98px) {
  .c-rte.-inline img {
    width: 100%;
    float: unset;
    padding-left: 0; }
  .c-rte .hero-media,
  .c-rte .c-card,
  .c-rte .c-hero-card,
  .c-rte .c-inline-gallery,
  .c-rte > .img {
    margin-left: -16px;
    margin-right: -16px; }
  .c-rte h1 {
    font-size: 26px; }
  .c-rte h2 {
    font-size: 22px;
    font-weight: 600; }
  .c-rte h3 {
    font-size: 18px;
    font-weight: 600; }
  .c-rte h4 {
    font-size: 16px;
    font-weight: 600; }
  .c-rte h5 {
    font-size: 14px;
    font-weight: 600; }
  .c-rte .article-info .group {
    flex-wrap: wrap; }
    .c-rte .article-info .group .date {
      flex-wrap: wrap; }
  .c-rte p {
    font-size: 16px; }
  .c-rte .lead {
    font-size: 16px; }
  .c-rte .article-summary .item {
    font-size: 16px; }
    .c-rte .article-summary .item:before {
      top: 8px; }
  .c-rte .c-article.-inline {
    width: calc(100% + 32px);
    padding: 16px;
    margin-left: -16px;
    background: #F6F4F3;
    border-radius: 0; }
    .c-rte .c-article.-inline .content .title {
      font-size: 16px; }
      .c-rte .c-article.-inline .content .title a {
        font-size: 16px; }
    .c-rte .c-article.-inline .content .article-info {
      margin-top: 4px; } }

.-dark-theme .c-rte table tr:nth-child(even) {
  background: #313030; }

.-dark-theme .c-rte .c-article.-inline {
  background: #313030;
  color: #fff; }
  .-dark-theme .c-rte .c-article.-inline .content .title a {
    color: #fff; }

.-dark-theme .c-rte .src.-static .icon {
  background: #313030; }

.-dark-theme .c-rte .src.-static .text {
  background: #313030; }

.-dark-theme .c-rte .c-author-box .content .perex {
  color: #fff; }

.-dark-theme .c-rte .c-file-box .content .perex {
  color: #fff; }

.-dark-theme .c-rte .c-file-box .content .group .info {
  color: #E5E5E5; }
  .-dark-theme .c-rte .c-file-box .content .group .info strong {
    color: #E5E5E5; }

.-dark-theme .c-time-duration {
  background: #313030; }
  .-dark-theme .c-time-duration .group .time {
    color: #fff; }
  .-dark-theme .c-time-duration .text {
    color: #fff; }

.c-rte.-header {
  margin-bottom: 20px; }
  .c-rte.-header h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0; }
  .c-rte.-header .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
  .c-rte.-header.-episode-detail {
    padding-left: 0;
    margin-top: 20px; }

@media (max-width: 991.98px) {
  .c-rte.-header h1 {
    font-size: 32px; } }

@media (max-width: 575.98px) {
  .c-rte.-header {
    margin-bottom: 12px; }
    .c-rte.-header h1 {
      font-size: 26px; }
      .c-rte.-header h1 + .c-actions {
        margin-top: 12px; } }

.c-rte .hero-media .img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .c-rte .hero-media .img > img {
    width: 100%; }
  .c-rte .hero-media .img + .c-time-duration-wrapper {
    margin-top: 4px; }
  .c-rte .hero-media .img .src.-static {
    border-radius: 0px 0px 2px 2px; }

.c-rte .hero-media + .group > .c-time-duration:first-child {
  margin-top: -20px; }

.c-rte .hero-media .iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  padding-bottom: 0; }
  .c-rte .hero-media .iframe-wrap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.c-rte .hero-media .playlistplayer-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.66%; }
  .c-rte .hero-media .playlistplayer-wrap .c-player {
    padding-bottom: 56.66%; }

@media (min-width: 768px) {
  .c-rte.c-video-detail .hero-media {
    margin-left: 0; } }

.c-category {
  display: inline-flex;
  padding: 5px 12px;
  background: #CF3339;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  font-size: 12px;
  line-height: 1.4; }
  .c-category.-live {
    padding-left: 20px; }
    .c-category.-live:after {
      content: '';
      position: absolute;
      left: 8px;
      top: 50%;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      display: inline-block;
      border-radius: 50%;
      background: #fff;
      animation: live-pulse-white 2s infinite; }

@keyframes live-pulse-white {
  0% {
    box-shadow: 0 0 0 0 #fff; }
  70% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

.special-theme-top-margin {
  margin-top: 20px; }
  @media (max-width: 575.98px) {
    .special-theme-top-margin {
      margin-top: 15px; } }

.-flex-same-height-articles article {
  height: 100%; }
  .-flex-same-height-articles article .content {
    height: inherit; }

.-tnlive-videos-listing {
  background: #1A1919;
  border-radius: 0 10px 10px 0;
  margin-left: -32px;
  padding-left: 32px; }
  .-tnlive-videos-listing.dark-mode .c-section-header .title {
    color: #BCB8B8; }
  .-tnlive-videos-listing .c-article.-content-bg {
    background: none; }
  .-tnlive-videos-listing .c-article.-content-bg .content {
    color: #fff;
    padding: 8px 0; }
  .-tnlive-videos-listing .c-section-inner.-offset.-gray {
    border-radius: 0;
    background: transparent;
    margin-bottom: 0px; }
  .-tnlive-videos-listing .c-section {
    margin: 0 0 0 -32px; }
    .-tnlive-videos-listing .c-section .container {
      max-width: 100%; }
      .-tnlive-videos-listing .c-section .container:before {
        content: none !important; }
    .-tnlive-videos-listing .c-section .c-bricks-wrapper .brick-wrapper .title-wrapper {
      background: #313030; }
      .-tnlive-videos-listing .c-section .c-bricks-wrapper .brick-wrapper .title-wrapper .title {
        color: #fff; }
    .-tnlive-videos-listing .c-section .c-bricks-wrapper .brick-wrapper:hover .title-wrapper {
      background: #292828; }
    .-tnlive-videos-listing .c-section .c-bricks-wrapper .swiper-wrapper {
      gap: 24px; }
      .-tnlive-videos-listing .c-section .c-bricks-wrapper .swiper-wrapper .swiper-slide {
        width: calc(33.33% - 16px); }
        .-tnlive-videos-listing .c-section .c-bricks-wrapper .swiper-wrapper .swiper-slide a .brick-wrapper {
          background: #313030; }
  .-tnlive-videos-listing .c-section-cta {
    display: none; }
    .-tnlive-videos-listing .c-section-cta.-nexts-link {
      display: flex;
      margin-top: 0px;
      padding-bottom: 32px; }
  @media (max-width: 991.98px) {
    .-tnlive-videos-listing {
      margin-right: -32px;
      border-radius: 0; }
      .-tnlive-videos-listing .c-section-inner.-offset {
        margin-right: 0; } }
  @media (max-width: 767.98px) {
    .-tnlive-videos-listing {
      margin-right: -32px;
      border-radius: 0; }
      .-tnlive-videos-listing .c-section .c-bricks-wrapper .swiper-wrapper {
        gap: 0; }
        .-tnlive-videos-listing .c-section .c-bricks-wrapper .swiper-wrapper .swiper-slide {
          width: calc(33.33% - 16px); } }
  @media (max-width: 575.98px) {
    .-tnlive-videos-listing {
      margin-right: -16px; }
      .-tnlive-videos-listing .c-section {
        padding-left: 16px; } }

.c-labels {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 8px;
  margin-bottom: 20px; }
  .c-labels:last-of-type {
    margin-bottom: 0px; }
  .c-labels .-label {
    font-size: 14px;
    font-weight: 600; }
    .c-labels .-label a {
      background: #7C7C7C;
      color: #1A1919;
      border-radius: 12px;
      padding: 4px 8px 2px;
      display: block; }
  .c-labels.-highlighted .-label a {
    color: #0096CC; }

.-dark .c-labels .-label a {
  background: #313030;
  color: #828282; }

.-dark .c-labels.-highlighted a {
  color: #0096CC; }

.-dark-theme .-tnlive-videos-listing {
  background: #313030; }
  .-dark-theme .-tnlive-videos-listing .c-section .c-bricks-wrapper .brick-wrapper .title-wrapper {
    background: #1A1919; }
    .-dark-theme .-tnlive-videos-listing .c-section .c-bricks-wrapper .brick-wrapper .title-wrapper .title {
      color: #fff; }
  .-dark-theme .-tnlive-videos-listing .c-section .c-bricks-wrapper .brick-wrapper:hover .title-wrapper {
    background: black; }

.c-badge {
  display: inline-flex;
  padding: 2px 10px;
  border-radius: 40px;
  background: rgba(207, 51, 57, 0.1);
  color: #CF3339;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4; }

.c-dismissible-badge {
  display: inline-flex;
  align-items: center;
  background: #F6F4F3;
  font-weight: 600;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 10px 0 10px;
  height: 24px; }
  .c-dismissible-badge .close {
    font-size: 7px;
    margin-left: 6px;
    margin-top: -2px;
    color: #7C7C7C; }
    .c-dismissible-badge .close:hover {
      color: #1A1919; }

.c-live-badge {
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  background: #1A1919;
  text-transform: uppercase;
  padding: 7px 10px 5px;
  border-radius: 1px;
  color: #fff; }
  .c-live-badge:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #F2333B;
    margin: -2px 5px 0 0;
    animation: live-pulse 2s infinite; }

@keyframes live-pulse {
  0% {
    box-shadow: 0 0 0 0 #F2333B; }
  70% {
    box-shadow: 0 0 0 5px rgba(242, 51, 59, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(242, 51, 59, 0); } }

@keyframes live-pulse-light {
  0% {
    box-shadow: 0 0 0 0 #fff; }
  70% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
  .c-live-badge.-transparent {
    background: transparent;
    padding: 0; }
  .c-live-badge.-inactive:before {
    filter: grayscale(1);
    animation: none; }
  .c-live-badge.-primary {
    background: #CF3339;
    border-radius: 3px 0px 3px 0px; }
    .c-live-badge.-primary:before {
      background: #fff;
      animation: live-pulse-light 2s infinite; }
  .c-live-badge.-large {
    padding: 12px 14px 10px;
    line-height: 1; }
    .c-live-badge.-large:before {
      margin-right: 7px; }
    .c-live-badge.-large:hover {
      background: #343232; }

.-dark-theme .c-dismissible-badge {
  background: #313030; }
  .-dark-theme .c-dismissible-badge .close:hover {
    color: #bcbcbc; }

.c-gallery {
  background: #1A1919;
  color: #fff;
  flex: 1 0 auto;
  display: flex; }
  .c-gallery .c-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .c-gallery .c-content .content {
      max-width: initial;
      width: 100%; }
      .c-gallery .c-content .content-wrapper {
        position: relative;
        max-width: 1080px;
        width: 100%;
        margin: auto;
        padding: 15px;
        background: #1a1919;
        flex: 1; }
      .c-gallery .c-content .content .gallery-overview {
        column-gap: 24px;
        row-gap: 24px;
        margin: 0 0 24px -1px; }
        .c-gallery .c-content .content .gallery-overview li {
          margin: 0; }
  .c-gallery .content {
    max-width: calc(100% - 324px); }
    .c-gallery .content .c-button + .gallery-overview {
      margin-top: 12px; }
    .c-gallery .content .gallery-overview {
      display: flex;
      flex-wrap: wrap;
      margin: -12px; }
      .c-gallery .content .gallery-overview li {
        margin: 12px; }
        .c-gallery .content .gallery-overview li a {
          display: flex;
          align-items: flex-start; }
    .c-gallery .content .gallery-end-mobile {
      display: none;
      margin: 24px 0; }
      .c-gallery .content .gallery-end-mobile .c-button {
        width: 100%;
        justify-content: center; }
    .c-gallery .content-wrapper {
      display: flex;
      align-items: flex-start;
      padding: 97px 32px 32px 32px; }
      .c-gallery .content-wrapper .sidebar {
        width: 300px;
        flex-shrink: 0;
        padding-left: 24px;
        margin-left: auto; }
  .c-gallery .header .actions .c-sharer-desktop {
    flex-direction: column;
    gap: 5px;
    align-items: start; }
    .c-gallery .header .actions .c-sharer-desktop .label {
      display: none; }
    .c-gallery .header .actions .c-sharer-desktop .icons li {
      margin-left: 0; }
      .c-gallery .header .actions .c-sharer-desktop .icons li .icon {
        margin-right: 0; }
        .c-gallery .header .actions .c-sharer-desktop .icons li .icon.icon-facebook {
          top: 0; }

@media (max-width: 991.98px) {
  .c-gallery .c-content .content .gallery-overview {
    justify-content: center; }
  .c-gallery .content {
    max-width: 100%;
    width: 100%; }
    .c-gallery .content .gallery-overview {
      margin: -6px; }
      .c-gallery .content .gallery-overview li {
        margin: 6px;
        width: calc(20% - 12px); }
    .c-gallery .content .gallery-end-mobile {
      display: block; }
    .c-gallery .content-wrapper {
      padding: 78px 16px 16px 16px;
      width: 100%; }
      .c-gallery .content-wrapper .sidebar {
        display: none; }
  .c-gallery .c-sharer-mobile {
    background: url(../assets/share-ico-white.svg?uncached) no-repeat; }
    .c-gallery .c-sharer-mobile:hover {
      opacity: 0.6; }
  .c-gallery .share .c-actions.mobile-only.sssp-hide {
    display: flex !important;
    margin-right: 0; } }

@media (max-width: 767.98px) {
  .c-gallery {
    padding-bottom: 50px; }
    .c-gallery .content .gallery-overview {
      margin: -4px; }
      .c-gallery .content .gallery-overview li {
        margin: 4px;
        width: calc(25% - 8px); }
    .c-gallery .content-wrapper {
      padding-bottom: 76px; } }

@media (max-width: 575.98px) {
  .c-gallery .content .gallery-overview {
    margin: -1px; }
    .c-gallery .content .gallery-overview li {
      margin: 1px;
      width: calc(33% - 2px); } }

.-dark-theme .c-gallery .c-sharer-mobile {
  filter: none; }

html.dfp-adform-gate .c-gallery .c-leaderboard #div-ad-leaderboard {
  top: 80px; }

.c-gallery .header {
  position: fixed;
  width: 100%;
  background: #1A1919;
  z-index: 6;
  padding: 16px 32px;
  min-height: 65px;
  display: flex;
  align-items: center; }
  .c-gallery .header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #0096CC, #C6F1FF); }
  .c-gallery .header .title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 20px;
    line-height: 1.25; }
  .c-gallery .header .actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding-left: 24px;
    white-space: nowrap; }
    .c-gallery .header .actions li + li {
      margin-left: 32px; }
    .c-gallery .header .actions li a {
      color: #fff; }
      .c-gallery .header .actions li a:not(.close) .icon {
        position: relative;
        margin-right: 8px;
        font-weight: normal; }
        .c-gallery .header .actions li a:not(.close) .icon-grid {
          font-size: 20px;
          margin-right: 5px;
          top: -1px; }
        .c-gallery .header .actions li a:not(.close) .icon-facebook {
          font-size: 18px;
          margin-right: 3px;
          top: -2px; }
      .c-gallery .header .actions li a:hover {
        opacity: 0.7; }
    .c-gallery .header .actions .close {
      font-size: 14px; }
      .c-gallery .header .actions .close .icon {
        font-weight: normal; }
    .c-gallery .header .actions .count {
      display: flex;
      align-items: center; }
      .c-gallery .header .actions .count .swiper-pagination-current {
        margin-right: -2px; }
      .c-gallery .header .actions .count .swiper-pagination-total {
        margin-left: -2px; }
      .c-gallery .header .actions .count > * + * {
        margin-left: 5px; }
  @media (max-width: 991.98px) {
    .c-gallery .header {
      min-height: 62px;
      padding: 0 16px; }
      .c-gallery .header .title {
        display: none; }
      .c-gallery .header .actions {
        margin-left: 0;
        width: 100%;
        padding-left: 16px; }
        .c-gallery .header .actions li + li {
          margin-left: 16px; }
        .c-gallery .header .actions .gallery-overview-toggle {
          display: none; }
        .c-gallery .header .actions .share {
          margin-left: auto; }
          .c-gallery .header .actions .share .text {
            display: none; }
          .c-gallery .header .actions .share .icon {
            top: -1px !important;
            font-size: 20px !important; } }

.c-gallery-carousel .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center; }
  .c-gallery-carousel .swiper-slide .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    max-height: calc(100vh - 65px - 64px - 28px); }
    .c-gallery-carousel .swiper-slide .img img {
      height: auto;
      width: 100%;
      max-height: 100%;
      object-fit: contain; }
    .c-gallery-carousel .swiper-slide .img picture {
      width: 100%;
      max-height: 100%; }
  .c-gallery-carousel .swiper-slide .text {
    font-size: 14px;
    color: #E5DFDC;
    margin-top: 12px; }
  .c-gallery-carousel .swiper-slide .source {
    font-size: 12px;
    color: #7C7C7C;
    margin-top: 6px; }

.c-gallery-carousel .slider-navigation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5; }
  .c-gallery-carousel .slider-navigation .prev,
  .c-gallery-carousel .slider-navigation .next {
    background: #0096CC;
    color: #fff;
    pointer-events: all;
    height: 48px;
    padding: 0 18px;
    font-size: 18px;
    margin-top: -28px; }
    .c-gallery-carousel .slider-navigation .prev:hover,
    .c-gallery-carousel .slider-navigation .next:hover {
      background: #145C8F; }
    .c-gallery-carousel .slider-navigation .prev.swiper-button-disabled,
    .c-gallery-carousel .slider-navigation .next.swiper-button-disabled {
      background: #a2a2a2;
      color: #7C7C7C;
      cursor: default; }
  .c-gallery-carousel .slider-navigation .prev {
    border-radius: 0 30px 30px 0; }
  .c-gallery-carousel .slider-navigation .next {
    border-radius: 30px 0 0 30px; }

@media (max-width: 991.98px) {
  .c-gallery-carousel {
    pointer-events: none;
    margin-left: -16px;
    margin-right: -16px; }
    .c-gallery-carousel .swiper-wrapper {
      flex-direction: column;
      transform: none !important;
      max-height: unset; }
    .c-gallery-carousel .swiper-slide {
      padding-top: 62px;
      margin-top: -62px; }
      .c-gallery-carousel .swiper-slide .img {
        max-height: 100%; }
      .c-gallery-carousel .swiper-slide .text {
        padding: 0 16px; }
      .c-gallery-carousel .swiper-slide:nth-child(1) {
        order: 1; }
      .c-gallery-carousel .swiper-slide:nth-child(2) {
        order: 2; }
      .c-gallery-carousel .swiper-slide:nth-child(3) {
        order: 3; }
      .c-gallery-carousel .swiper-slide:nth-child(4) {
        order: 4; }
      .c-gallery-carousel .swiper-slide:nth-child(5) {
        order: 5; }
      .c-gallery-carousel .swiper-slide:nth-child(6) {
        order: 6; }
      .c-gallery-carousel .swiper-slide:nth-child(7) {
        order: 7; }
      .c-gallery-carousel .swiper-slide:nth-child(8) {
        order: 8; }
      .c-gallery-carousel .swiper-slide:nth-child(9) {
        order: 9; }
      .c-gallery-carousel .swiper-slide:nth-child(10) {
        order: 10; }
      .c-gallery-carousel .swiper-slide:nth-child(11) {
        order: 11; }
      .c-gallery-carousel .swiper-slide:nth-child(12) {
        order: 12; }
      .c-gallery-carousel .swiper-slide:nth-child(13) {
        order: 13; }
      .c-gallery-carousel .swiper-slide:nth-child(14) {
        order: 14; }
      .c-gallery-carousel .swiper-slide:nth-child(15) {
        order: 15; }
      .c-gallery-carousel .swiper-slide:nth-child(16) {
        order: 16; }
      .c-gallery-carousel .swiper-slide:nth-child(17) {
        order: 17; }
      .c-gallery-carousel .swiper-slide:nth-child(18) {
        order: 18; }
      .c-gallery-carousel .swiper-slide:nth-child(19) {
        order: 19; }
      .c-gallery-carousel .swiper-slide:nth-child(20) {
        order: 20; }
      .c-gallery-carousel .swiper-slide:nth-child(21) {
        order: 21; }
      .c-gallery-carousel .swiper-slide:nth-child(22) {
        order: 22; }
      .c-gallery-carousel .swiper-slide:nth-child(23) {
        order: 23; }
      .c-gallery-carousel .swiper-slide:nth-child(24) {
        order: 24; }
      .c-gallery-carousel .swiper-slide:nth-child(25) {
        order: 25; }
      .c-gallery-carousel .swiper-slide:nth-child(26) {
        order: 26; }
      .c-gallery-carousel .swiper-slide:nth-child(27) {
        order: 27; }
      .c-gallery-carousel .swiper-slide:nth-child(28) {
        order: 28; }
      .c-gallery-carousel .swiper-slide:nth-child(29) {
        order: 29; }
      .c-gallery-carousel .swiper-slide:nth-child(30) {
        order: 30; }
      .c-gallery-carousel .swiper-slide:nth-child(31) {
        order: 31; }
      .c-gallery-carousel .swiper-slide:nth-child(32) {
        order: 32; }
      .c-gallery-carousel .swiper-slide:nth-child(33) {
        order: 33; }
      .c-gallery-carousel .swiper-slide:nth-child(34) {
        order: 34; }
      .c-gallery-carousel .swiper-slide:nth-child(35) {
        order: 35; }
      .c-gallery-carousel .swiper-slide:nth-child(36) {
        order: 36; }
      .c-gallery-carousel .swiper-slide:nth-child(37) {
        order: 37; }
      .c-gallery-carousel .swiper-slide:nth-child(38) {
        order: 38; }
      .c-gallery-carousel .swiper-slide:nth-child(39) {
        order: 39; }
      .c-gallery-carousel .swiper-slide:nth-child(40) {
        order: 40; }
      .c-gallery-carousel .swiper-slide:nth-child(41) {
        order: 41; }
      .c-gallery-carousel .swiper-slide:nth-child(42) {
        order: 42; }
      .c-gallery-carousel .swiper-slide:nth-child(43) {
        order: 43; }
      .c-gallery-carousel .swiper-slide:nth-child(44) {
        order: 44; }
      .c-gallery-carousel .swiper-slide:nth-child(45) {
        order: 45; }
      .c-gallery-carousel .swiper-slide:nth-child(46) {
        order: 46; }
      .c-gallery-carousel .swiper-slide:nth-child(47) {
        order: 47; }
      .c-gallery-carousel .swiper-slide:nth-child(48) {
        order: 48; }
      .c-gallery-carousel .swiper-slide:nth-child(49) {
        order: 49; }
      .c-gallery-carousel .swiper-slide + .swiper-slide {
        margin-top: calc(-62px + 24px); }
    .c-gallery-carousel .banner {
      margin: 30px 0;
      text-align: center; }
    .c-gallery-carousel .slider-navigation {
      display: none; } }

.c-inline-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .c-inline-gallery .row {
    margin-left: -4px;
    margin-right: -4px; }
  .c-inline-gallery .item {
    padding: 4px; }
    .c-inline-gallery .item .img {
      display: flex;
      align-items: flex-start; }
      .c-inline-gallery .item .img img {
        width: 100%; }
  .c-inline-gallery .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; }
  .c-inline-gallery.-thin {
    background: #F6F4F3;
    border-radius: 10px; }
    .c-inline-gallery.-thin .photo-line {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      column-gap: 14px;
      overflow-x: hidden;
      margin: 26px 24px; }
    .c-inline-gallery.-thin .item {
      flex: 1 0 40%;
      padding: 0; }
      .c-inline-gallery.-thin .item:nth-child(3) img {
        mask-image: linear-gradient(90deg, black 10%, rgba(0, 0, 0, 0) 40%); }
    .c-inline-gallery.-thin .cta {
      display: block;
      position: absolute;
      margin: 0;
      right: 45px; }

@media (max-width: 991.98px) {
  .c-inline-gallery.-offset {
    margin-left: -32px;
    width: calc(100% + 64px); } }

@media (max-width: 575.98px) {
  .c-inline-gallery.-offset {
    margin-left: -16px;
    width: calc(100% + 32px); }
    .c-inline-gallery.-offset .row {
      margin: 0; }
  .c-inline-gallery.-thin {
    border-radius: 0; }
    .c-inline-gallery.-thin .photo-line {
      column-gap: 18px;
      margin-right: 0; }
    .c-inline-gallery.-thin .item {
      flex-basis: 68%; }
      .c-inline-gallery.-thin .item:nth-child(2) img {
        mask-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 40%); }
      .c-inline-gallery.-thin .item:nth-child(n+3) {
        display: none; }
    .c-inline-gallery.-thin .cta {
      right: initial;
      left: 50%;
      transform: translate(-50%, 0);
      width: max-content; } }

.-dark-theme .c-inline-gallery.-thin {
  background: #313030; }

.c-card, .c-hero-card {
  display: flex;
  position: relative;
  flex-direction: column;
  background: #F6F4F3;
  border-radius: 10px;
  padding: 24px; }
  .c-card.-sm, .-sm.c-hero-card {
    padding: 16px; }
  .c-card.-offset, .-offset.c-hero-card {
    margin-left: -32px;
    padding: 32px;
    border-radius: 0 10px 10px 0; }
  .c-card .card-header, .c-hero-card .card-header {
    margin-bottom: 8px; }
    .c-card .card-header .title, .c-hero-card .card-header .title {
      font-size: 22px;
      font-weight: 600;
      margin: 0; }
      .c-card .card-header .title.-sm, .c-hero-card .card-header .title.-sm {
        font-size: 14px;
        color: #7C7C7C;
        font-weight: 400; }
    .c-card .card-header.-border-bottom, .c-hero-card .card-header.-border-bottom {
      margin-top: -10px;
      padding-bottom: 4px;
      margin-bottom: 16px;
      border-bottom: 1px dashed #E5DFDC; }
  .c-card .card-content .c-article, .c-hero-card .card-content .c-article {
    padding: 0; }
    .c-card .card-content .c-article.-inline, .c-hero-card .card-content .c-article.-inline {
      margin-left: 0; }
  .c-card .card-footer, .c-hero-card .card-footer {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
  .dark-mode .c-card, .dark-mode .c-hero-card {
    background: #313030; }
    .dark-mode .c-card.-outline, .dark-mode .-outline.c-hero-card {
      background: transparent;
      border: 1px solid #313030; }
  .c-card .group, .c-hero-card .group {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6; }
    .c-card .group img, .c-hero-card .group img {
      transform: translateY(4px); }
      .c-card .group img[src*=ae2b0a8d-ba4c-48dc-a802-9d90d694039f], .c-hero-card .group img[src*=ae2b0a8d-ba4c-48dc-a802-9d90d694039f] {
        width: 100px;
        margin-top: -4px;
        height: auto;
        align-self: start; }
    .c-card .group .img + .text, .c-hero-card .group .img + .text {
      margin-left: 15px; }
    .c-card .group .text .link, .c-hero-card .group .text .link {
      position: relative;
      color: #0096CC;
      text-decoration: none;
      font-weight: 600; }
      .c-card .group .text .link:hover, .c-hero-card .group .text .link:hover {
        color: #145C8F; }

@media (max-width: 991.98px) {
  .c-card, .c-hero-card {
    padding: 24px 16px; }
    .c-card.-offset, .-offset.c-hero-card {
      margin-left: 0;
      border-radius: 10px;
      padding: 24px 16px; } }

@media (max-width: 575.98px) {
  .c-card.-alt, .-alt.c-hero-card {
    padding: 16px; }
  .c-card .card-header .title, .c-hero-card .card-header .title {
    font-size: 20px; }
  .c-card .card-content .c-article.-inline, .c-hero-card .card-content .c-article.-inline {
    width: 100%; } }

.-dark-theme .c-card, .-dark-theme .c-hero-card {
  background: #313030; }
  .-dark-theme .c-card .card-header.-border-bottom, .-dark-theme .c-hero-card .card-header.-border-bottom {
    border-bottom-color: #7C7C7C; }
  .-dark-theme .c-card .group img[src*=ae2b0a8d-ba4c-48dc-a802-9d90d694039f], .-dark-theme .c-hero-card .group img[src*=ae2b0a8d-ba4c-48dc-a802-9d90d694039f] {
    filter: invert(1); }

.c-hero-card {
  position: relative; }
  .c-hero-card .upper {
    display: flex; }
  .c-hero-card .header {
    display: flex;
    flex-direction: column; }
    .c-hero-card .header .title {
      text-transform: uppercase;
      font-size: 14px;
      color: #7C7C7C;
      font-weight: 600; }
  .c-hero-card .quick-info {
    display: flex;
    margin-left: auto; }
    .c-hero-card .quick-info li {
      background: #fff;
      padding: 17px 12px 11px;
      text-align: center;
      min-width: 150px;
      display: flex;
      flex-direction: column; }
      .c-hero-card .quick-info li .title {
        font-size: 13px;
        color: #7C7C7C; }
      .c-hero-card .quick-info li .result {
        font-size: 24px;
        font-weight: 700;
        padding-top: 4px;
        margin-top: auto; }
      .c-hero-card .quick-info li:first-child {
        border-radius: 10px 0 0 10px; }
      .c-hero-card .quick-info li:last-child {
        border-radius: 0 10px 10px 0; }
      .c-hero-card .quick-info li + li {
        margin-left: 2px; }
  .c-hero-card .links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px; }
    .c-hero-card .links li {
      width: 33.333%;
      margin: 4px 0; }
      .c-hero-card .links li a {
        color: #0096CC;
        text-decoration: underline;
        font-size: 12px; }
        .c-hero-card .links li a:hover {
          text-decoration: none; }
  .c-hero-card.-covid {
    padding-left: 58px;
    overflow: hidden; }
    .c-hero-card.-covid:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: url("../assets/covid.png") no-repeat;
      width: 46px;
      height: 51px;
      background-size: 100%; }
  .c-hero-card + .c-article-wrapper.-hero {
    margin-top: 32px; }
    .c-hero-card + .c-article-wrapper.-hero.-v2, .c-hero-card + .c-article-wrapper.-hero.-v3 {
      margin-top: 64px; }

@media (max-width: 991.98px) {
  .c-hero-card .upper {
    flex-direction: column; }
  .c-hero-card .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .c-hero-card .quick-info {
    margin: 16px 0 0;
    width: 100%; }
    .c-hero-card .quick-info li {
      width: 100%;
      min-width: unset; }
  .c-hero-card .links {
    display: none; }
  .c-hero-card.-covid {
    padding-left: 16px; }
    .c-hero-card.-covid .header {
      padding-left: 46px; }
  .c-hero-card + .c-article-wrapper.-hero.-v3 {
    margin-top: 32px; } }

@media (max-width: 767.98px) {
  .c-hero-card {
    padding: 16px; }
    .c-hero-card .quick-info li {
      padding: 8px 8px 4px; }
      .c-hero-card .quick-info li .title {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .c-hero-card .quick-info li .result {
        font-size: 18px; }
    .c-hero-card.-covid .header {
      padding-left: 36px; }
    .c-hero-card.-covid:before {
      background-size: 80%; } }

@media (max-width: 575.98px) {
  .c-hero-card {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0; }
    .c-hero-card .quick-info {
      justify-content: center; }
      .c-hero-card .quick-info li {
        max-width: 110px; }
        .c-hero-card .quick-info li .title {
          font-size: 9px; }
        .c-hero-card .quick-info li .result {
          font-size: 16px; }
    .c-hero-card + .c-article-wrapper.-hero {
      margin-top: 16px; }
      .c-hero-card + .c-article-wrapper.-hero.-v2 {
        margin-top: 32px; }
      .c-hero-card + .c-article-wrapper.-hero.-v3 {
        margin-top: 16px; } }

.c-video-card .img {
  display: flex;
  align-items: flex-start; }

.c-video-card .content {
  margin-top: 16px; }
  .c-video-card .content .title {
    font-size: 21px;
    font-weight: 600; }
  .c-video-card .content .perex {
    font-size: 16px;
    line-height: 1.6; }
  .c-video-card .content > * + * {
    margin-top: 8px; }

.c-region-map {
  position: relative; }
  .c-region-map .region,
  .c-region-map .city {
    fill: #fff;
    stroke: #5b5858; }
  .c-region-map .region {
    fill-rule: evenodd; }
  .c-region-map .region-outline {
    fill: none; }
  .c-region-map .region-outline,
  .c-region-map .city {
    stroke: #7C7C7C; }
  .c-region-map a:hover path, .c-region-map a.active path {
    fill: #0096CC;
    stroke: #5b5858; }
  .c-region-map .weather-widget {
    overflow: visible; }
    .c-region-map .weather-widget .card {
      display: flex;
      flex-direction: column;
      width: 50px;
      height: 82px;
      text-align: center;
      padding: 6px 2px;
      background: #fff;
      border-radius: 6px;
      border: 1px solid #E5DFDC; }
    .c-region-map .weather-widget img {
      margin: 0 auto;
      max-width: 100%; }
    .c-region-map .weather-widget .temp-high {
      font-size: 12px;
      font-weight: 600;
      margin-top: auto;
      color: #1A1919; }
    .c-region-map .weather-widget .temp-low {
      font-size: 12px;
      font-weight: 500;
      color: #7C7C7C;
      margin-top: 1px; }
  .c-region-map .date {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #7C7C7C; }

@media (max-width: 575.98px) {
  .c-region-map .city {
    display: none; } }

.-dark-theme .region-outline {
  fill: #1A1919; }

.-dark-theme .c-region-map .weather-widget .card {
  background: #313030;
  border-color: #464646; }

.-dark-theme .c-region-map .weather-widget .temp-high {
  color: #fff; }

.-dark-theme .c-region-map .weather-widget .temp-low {
  color: #9F948F; }

.c-alert {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 12px 12px 10px;
  font-size: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  transition: 0.3s ease;
  font-family: "Noto Sans"; }
  .c-alert .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    line-height: 1;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 2px solid;
    font-weight: normal;
    margin-top: -2px; }
    .c-alert .icon-checkmark {
      font-size: 16px;
      font-weight: bold; }
    .c-alert .icon-close {
      font-size: 10px;
      font-weight: bold; }
    .c-alert .icon-warning {
      font-size: 28px;
      border: 0; }
    .c-alert .icon-info {
      font-size: 12px; }
  .c-alert a {
    color: inherit;
    text-decoration: underline; }
    .c-alert a:hover {
      text-decoration: none; }
  .c-alert.-error {
    background: #f9e7e7;
    color: #CF3339; }
  .c-alert.-success {
    background: #e4f0f0;
    color: #218380; }
  .c-alert.-info {
    background: #e0f2f9;
    color: #0096CC; }
  .c-alert.-warning {
    background: #fff7e0;
    color: #ffbb00; }
  .c-alert.alert-dismissible {
    padding-right: 40px; }
    .c-alert.alert-dismissible .close {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      height: 20px;
      width: 20px;
      right: 5px;
      top: 5px;
      color: inherit;
      padding: 5px; }

.c-input-alert {
  display: none;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-size: 14px;
  padding: 4px 0px;
  margin-top: 2px;
  font-weight: 400; }
  .c-input-alert .icon {
    display: inline-flex;
    margin-right: 5px;
    font-size: 14px; }
  .c-input-alert.-error {
    color: #CF3339; }
  .c-input-alert.-success {
    color: #218380; }

.c-weather-carousel .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  background: #F6F4F3;
  padding: 16px 12px 8px;
  font-size: 13px; }
  .c-weather-carousel .swiper-slide .title {
    color: #7C7C7C; }
  .c-weather-carousel .swiper-slide .img {
    width: calc(100% + 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0 8px 0; }
    .c-weather-carousel .swiper-slide .img img {
      max-width: 83px;
      max-height: 100%;
      width: auto;
      height: auto; }
  .c-weather-carousel .swiper-slide .temp-high {
    font-weight: 600;
    margin-bottom: 8px; }
  .c-weather-carousel .swiper-slide .temp-low {
    position: relative;
    padding-top: 8px;
    margin-top: auto;
    color: #7C7C7C;
    width: 100%;
    text-align: center; }
    .c-weather-carousel .swiper-slide .temp-low:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%);
      width: calc(100% + 12px);
      border-top: 1px dashed #E5DFDC; }
  .c-weather-carousel .swiper-slide:first-child {
    border-radius: 10px 0 0 10px; }
  .c-weather-carousel .swiper-slide:last-child {
    border-radius: 0 10px 10px 0; }

@media (max-width: 575.98px) {
  .c-weather-carousel {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px; } }

.-dark-theme .c-weather-carousel .swiper-slide {
  background: #313030; }

.c-weather-detail-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 32px 16px 16px;
  border-radius: 10px;
  margin-right: 20px;
  width: 55%; }
  .c-weather-detail-card .date {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #7C7C7C;
    margin: 16px; }
  .c-weather-detail-card .img {
    width: 100px;
    max-width: 100%;
    display: flex;
    align-items: flex-start; }
    .c-weather-detail-card .img img {
      width: 100%; }
  .c-weather-detail-card .title {
    font-size: 21px;
    font-weight: 600; }
  .c-weather-detail-card .subtitle {
    color: #7C7C7C;
    font-size: 13px;
    margin-top: 4px; }
  .c-weather-detail-card .info {
    width: 100%;
    margin-top: 16px;
    font-size: 14px; }
    .c-weather-detail-card .info li {
      border-top: 1px dashed #E5DFDC;
      padding: 10px 10px 6px;
      display: flex; }
      .c-weather-detail-card .info li span {
        margin-left: auto;
        font-weight: 600; }
  .c-weather-detail-card-wrapper {
    display: flex;
    align-items: flex-start; }
    .c-weather-detail-card-wrapper .selected-region {
      position: relative;
      width: 45%; }
      .c-weather-detail-card-wrapper .selected-region .title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #7C7C7C;
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        line-height: 1.3; }
      .c-weather-detail-card-wrapper .selected-region img {
        width: 100%;
        max-height: 320px; }

@media (max-width: 991.98px) {
  .c-weather-detail-card {
    width: 100%;
    margin: 0; }
    .c-weather-detail-card-wrapper .selected-region {
      display: none; } }

.-dark-theme .c-weather-detail-card {
  background: #1A1919; }

.-dark-theme .selected-region {
  filter: invert(0.93); }

.c-carousel-scrollbar {
  position: relative;
  height: 4px;
  margin: 16px auto 0 auto;
  background: #d5ccc7;
  border-radius: 20px;
  max-width: 180px; }
  .c-carousel-scrollbar .swiper-scrollbar-drag {
    background: #0096CC; }

@media (min-width: 992px) {
  .c-article-carousel.desktop-swipe-disabled .swiper-wrapper,
  .c-article-live-carousel.desktop-swipe-disabled .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important; }
  .c-article-carousel.desktop-swipe-disabled .slider-pagination,
  .c-article-carousel.desktop-swipe-disabled .c-slider-navigation,
  .c-article-live-carousel.desktop-swipe-disabled .slider-pagination,
  .c-article-live-carousel.desktop-swipe-disabled .c-slider-navigation {
    display: none !important; } }

.c-minute {
  margin: 0 0 30px 0;
  font-size: 16px; }
  .c-minute .refresh {
    font-size: 13px; }
  .c-minute b,
  .c-minute strong {
    font-weight: 400; }
  .c-minute header {
    position: relative;
    height: auto; }
    .c-minute header h1 {
      font-size: 32px;
      font-weight: 600;
      margin: 0 0 16px 0;
      padding-bottom: 16px;
      border-bottom: 1px solid #E5DFDC; }
    .c-minute header .refresh {
      position: absolute;
      top: 0;
      right: 0;
      margin: 4px 0 0 0; }
      .c-minute header .refresh button {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
        color: #0096CC;
        outline: 0;
        font-weight: 600; }
        .c-minute header .refresh button .ico {
          margin-right: 4px; }
          .c-minute header .refresh button .ico:before {
            content: "\E03C";
            font-family: 'icons';
            font-style: normal;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            font-size: 18px; }
        .c-minute header .refresh button:hover {
          color: #145C8F; }
        .c-minute header .refresh button[disabled] {
          opacity: 70%; }
      .c-minute header .refresh > span {
        display: none; }
  .c-minute .minutes {
    margin-bottom: 20px; }
    .c-minute .minutes div:last-child > article .dot {
      bottom: 0; }
      .c-minute .minutes div:last-child > article .dot:before {
        background: linear-gradient(to bottom, #bbbbbb, fade(#bbbbbb, 0%)); }
    .c-minute .minutes h1 {
      margin: 0 0 8px 0;
      line-height: 1.25;
      font-size: 18px;
      font-weight: 700; }
  .c-minute .dot {
    display: none; }
    .c-minute .dot + div > i {
      display: block;
      margin-bottom: 6px; }
  .c-minute article {
    margin: 32px 0 25px 0;
    position: relative;
    padding-left: 50px; }
    .c-minute article time {
      display: inline-block;
      margin: 0;
      font-size: 14px;
      font-weight: 400;
      color: #7C7C7C;
      position: absolute;
      top: 0px;
      left: 0px; }
    .c-minute article a {
      color: #CF3339; }
    .c-minute article.separator {
      border: 0;
      box-shadow: none;
      padding: 0;
      margin: 15px 0 50px 0;
      background: none;
      display: none; }
    .c-minute article.sticky, .c-minute article.important {
      border-color: #0096CC;
      padding-bottom: 20px; }
      .c-minute article.sticky:before, .c-minute article.important:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        left: -14px;
        top: 0;
        background: #0096CC;
        display: block;
        z-index: 2; }
    .c-minute article .e-image {
      margin-top: 20px; }
    .c-minute article img {
      max-width: 100%;
      height: auto;
      margin: 0 0 15px 0; }
      .c-minute article img + .info {
        margin: -15px 0 15px 0 !important;
        background: #e5e5e5 !important;
        padding: 10px 20px;
        font-size: 14px; }
    .c-minute article ul,
    .c-minute article ol {
      padding: 0 0 0 20px;
      margin: 0 0 15px 0;
      font-size: 16px;
      line-height: 21px; }
  .c-minute article,
  .c-minute header {
    position: relative; }
    .c-minute article:before, .c-minute article:after,
    .c-minute header:before,
    .c-minute header:after {
      content: ' ';
      display: table; }
    .c-minute article:after,
    .c-minute header:after {
      clear: both; }
  .c-minute p {
    margin: 0;
    line-height: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6; }
    .c-minute p + p {
      margin-top: 15px; }
  .c-minute p[data-reactid],
  .c-minute p:empty {
    display: none; }
  .c-minute p[data-reactid] + p {
    margin-top: 0 !important; }
  .c-minute .box-pager {
    text-align: center; }
    .c-minute .box-pager a {
      display: inline-block;
      background: #CF3339;
      color: #fff;
      padding: 10px 20px;
      margin: 0 5px;
      font-weight: 600; }
  .c-minute .cta-button .btn-primary {
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    background: #0096CC;
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer; }
    .c-minute .cta-button .btn-primary:hover {
      background: #145C8F !important; }

.b-minute-sm {
  height: 100%; }
  .b-minute-sm .box-minute {
    margin: 40px 0; }
    .b-minute-sm .box-minute > div {
      position: relative; }
    .b-minute-sm .box-minute .minutes {
      overflow-y: hidden;
      font-size: 14px;
      margin-bottom: 20px;
      border-left: 0;
      position: relative;
      padding-left: 14px; }
      .b-minute-sm .box-minute .minutes:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: #7C7C7C; }
      .b-minute-sm .box-minute .minutes h1 {
        font-size: 16px;
        margin: 0; }
    .b-minute-sm .box-minute article {
      padding-top: 0;
      margin-bottom: 20px; }
      .b-minute-sm .box-minute article time {
        background: none;
        position: static;
        padding: 0;
        color: #000;
        font-size: 14px;
        display: block;
        margin-bottom: 4px; }
      .b-minute-sm .box-minute article h1 {
        float: left;
        line-height: normal; }
        .b-minute-sm .box-minute article h1:after {
          content: '-';
          margin: 0 5px; }
      .b-minute-sm .box-minute article.separator {
        margin: 0 0 10px 0;
        display: none; }
      .b-minute-sm .box-minute article.sticky, .b-minute-sm .box-minute article.important {
        padding-bottom: 0; }
        .b-minute-sm .box-minute article.sticky time, .b-minute-sm .box-minute article.important time {
          color: #CF3339; }
    .b-minute-sm .box-minute .b-minute-scroller {
      position: static; }

.c-content :not(.c-rte) .c-minuta .messages .message .header .group .text {
  margin-top: 0; }

.c-content .c-minuta {
  margin: 0; }
  .-dark-theme .c-content .c-minuta .c-card, .-dark-theme .c-content .c-minuta .c-hero-card {
    background: #313030; }
  .c-content .c-minuta .c-card.-secondary, .c-content .c-minuta .-secondary.c-hero-card {
    background: #F6F4F3; }
    .dark-mode .c-content .c-minuta .c-card.-secondary, .dark-mode .c-content .c-minuta .-secondary.c-hero-card,
    .-dark-theme .c-content .c-minuta .c-card.-secondary,
    .-dark-theme .c-content .c-minuta .-secondary.c-hero-card {
      background: #313030; }
  .c-content .c-minuta .c-poll {
    color: #1A1919; }
    .-dark-theme .c-content .c-minuta .c-poll {
      color: #E5E5E5; }
  .c-content .c-minuta .c-minuta-header {
    display: flex;
    border-bottom: 1px solid #E5DFDC;
    padding-bottom: 16px;
    margin-bottom: 16px;
    flex-wrap: nowrap; }
    .c-content .c-minuta .c-minuta-header .title {
      font-size: 22px;
      font-weight: 600;
      padding-right: 32px; }
    .c-content .c-minuta .c-minuta-header .actions {
      flex-shrink: 0; }
      .c-content .c-minuta .c-minuta-header .actions .c-button {
        background-color: transparent;
        color: #0096CC;
        border: none;
        font-weight: 600;
        padding: 8px 4px; }
        .c-content .c-minuta .c-minuta-header .actions .c-button:first-child {
          padding-left: 0; }
        .c-content .c-minuta .c-minuta-header .actions .c-button.active {
          color: #145C8F; }
          .c-content .c-minuta .c-minuta-header .actions .c-button.active .svg-icon path {
            fill: #145C8F; }
        .c-content .c-minuta .c-minuta-header .actions .c-button:hover {
          color: #145C8F; }
          .c-content .c-minuta .c-minuta-header .actions .c-button:hover .svg-icon path {
            fill: #145C8F; }
        .c-content .c-minuta .c-minuta-header .actions .c-button .svg-icon path {
          fill: #0096CC; }
  .c-content .c-minuta > .content.sort-active .messages .message.-separator > .separator {
    padding-bottom: 0;
    padding-top: 8px; }
    .c-content .c-minuta > .content.sort-active .messages .message.-separator > .separator:before {
      bottom: unset;
      top: 0; }
    .c-content .c-minuta > .content.sort-active .messages .message.-separator > .separator time:before {
      transform: unset !important; }
  .c-content .c-minuta .c-alert {
    margin-bottom: 0; }
  .c-content .c-minuta .tags {
    display: none; }
    .c-content .c-minuta .tags .c-tag {
      border-radius: 12px;
      background: #F6F4F3;
      color: #0096CC;
      font-weight: 500;
      padding: 7px 12px 4px 12px; }
      .c-content .c-minuta .tags .c-tag.active {
        background: #0096CC;
        color: #fff; }
  .c-content .c-minuta .badges {
    margin: 0; }
  .c-content .c-minuta .c-badge {
    background: #0096CC;
    padding: 2px 10px; }
    .c-content .c-minuta .c-badge.-new {
      display: none; }
      .c-content .c-minuta .c-badge.-new:before {
        background: #fff;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4); }
  .c-content .c-minuta .minuta-gallery .image-list li:nth-child(4) {
    display: none !important; }
  .c-content .c-minuta .c-inline-gallery .cta a {
    border-radius: 30px;
    background: #0096CC !important;
    color: #fff !important;
    border-color: #0096CC !important; }
  .c-content .c-minuta .messages {
    padding-left: 50px !important; }
    .c-content .c-minuta .messages .message {
      position: relative;
      list-style: none; }
      .c-content .c-minuta .messages .message > * {
        margin-top: 0;
        margin-bottom: 0; }
      .c-content .c-minuta .messages .message.-separator {
        margin-top: 70px !important;
        position: relative; }
        .c-content .c-minuta .messages .message.-separator > .separator {
          position: absolute;
          display: flex;
          top: -50px;
          width: 100%;
          left: 50%;
          transform: translateX(-50%);
          justify-content: flex-start;
          font-size: 13px;
          color: #7C7C7C;
          padding-bottom: 8px;
          background: transparent;
          color: #7C7C7C; }
          .c-content .c-minuta .messages .message.-separator > .separator:before {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            border-top: 1px solid #E5DFDC;
            position: absolute;
            left: 0;
            bottom: 0; }
          .c-content .c-minuta .messages .message.-separator > .separator time {
            background: transparent;
            color: #7C7C7C;
            padding-top: 0;
            padding-bottom: 0;
            display: inline-flex;
            align-items: center; }
            .c-content .c-minuta .messages .message.-separator > .separator time:before {
              content: "\E002";
              font-family: 'icons';
              font-size: 9px;
              margin-right: 8px;
              transform: rotate(180deg) !important; }
            .c-content .c-minuta .messages .message.-separator > .separator time:after {
              content: none; }
      .c-content .c-minuta .messages .message .header .c-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 1.45; }
      .c-content .c-minuta .messages .message .header .group {
        margin: 0;
        margin-bottom: 20px; }
        .c-content .c-minuta .messages .message .header .group .text {
          margin-top: -4px;
          margin-bottom: 4px; }
        .c-content .c-minuta .messages .message .header .group .badges + .text {
          margin-left: 8px; }
        .c-content .c-minuta .messages .message .header .group .time {
          position: absolute;
          left: -50px;
          top: 11px;
          font-size: 14px;
          color: #7C7C7C; }
      .c-content .c-minuta .messages .message .content {
        line-height: 1.4;
        word-break: break-word; }
        .c-content .c-minuta .messages .message .content > *:not(:last-child) {
          margin-bottom: 10px; }
        .c-content .c-minuta .messages .message .content .instagram-media {
          max-width: 100% !important;
          min-width: unset !important; }
        .c-content .c-minuta .messages .message .content .twitter-tweet iframe {
          max-width: 100%; }
        .c-content .c-minuta .messages .message .content a {
          color: #0096CC;
          word-break: break-word; }
          .c-content .c-minuta .messages .message .content a:hover {
            color: #145C8F; }
      .c-content .c-minuta .messages .message .tags .c-tag {
        opacity: 0.8;
        background: #F6F4F3;
        padding: 4px 12px 4px 12px; }
      .c-content .c-minuta .messages .message.-hightlight {
        border: none; }
      .c-content .c-minuta .messages .message.-pinned {
        background: transparent; }
  .c-content .c-minuta.-inline {
    padding-bottom: 24px; }
    .c-content .c-minuta.-inline .c-minuta-header {
      flex-direction: column;
      align-items: flex-start;
      padding-bottom: 0;
      border: 0;
      margin-bottom: 12px; }
      .c-content .c-minuta.-inline .c-minuta-header .c-live-badge {
        margin-bottom: 12px; }
      .c-content .c-minuta.-inline .c-minuta-header .title {
        font-weight: 700;
        padding-right: 0;
        font-size: 21px;
        line-height: 1.15; }
    .c-content .c-minuta.-inline .messages .message {
      min-height: 16px; }
      .c-content .c-minuta.-inline .messages .message .header .group .time {
        font-size: 14px;
        color: #7C7C7C;
        top: 6px; }
      .c-content .c-minuta.-inline .messages .message .content p {
        line-height: 1.5;
        font-size: 16px;
        font-family: "Noto Sans"; }
      .c-content .c-minuta.-inline .messages .message + .message {
        margin-top: 6px; }
    .c-content .c-minuta.-inline .cta {
      padding-left: 50px;
      margin-top: 12px; }
  .c-content .c-minuta .minuta-gallery .image-main {
    margin-bottom: 10px;
    font-size: 0; }
    .c-content .c-minuta .minuta-gallery .image-main a {
      border: 0;
      box-shadow: none; }
    .c-content .c-minuta .minuta-gallery .image-main img {
      width: 100%;
      margin: 0 !important; }
  .c-content .c-minuta .minuta-gallery .image-list {
    padding: 0;
    margin: 0 -10px;
    display: flex;
    list-style: none; }
    .c-content .c-minuta .minuta-gallery .image-list a {
      border: 0;
      box-shadow: none; }
    .c-content .c-minuta .minuta-gallery .image-list li {
      margin: 5px; }
      .c-content .c-minuta .minuta-gallery .image-list li img {
        margin-top: 0;
        margin-bottom: 0; }
    .c-content .c-minuta .minuta-gallery .image-list img {
      margin: 0 !important; }
  .c-content .c-minuta .minuta-actions .c-button {
    background: #CF3339;
    font-size: 14px;
    font-weight: 600;
    line-height: initial;
    border-radius: 30px; }

@media (max-width: 991.98px) {
  .c-content .c-minuta.-inline .c-minuta-header .title {
    font-size: 16px;
    line-height: 1.35; } }

@media (max-width: 575.98px) {
  .c-minute article {
    padding-left: 0; }
    .c-minute article time {
      top: 0; }
  .c-minute .minutes h1 {
    text-indent: 50px;
    font-size: 16px; }
  .c-minute p {
    font-size: 16px; }
  .c-content .c-minuta .c-minuta-header {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start; }
    .c-content .c-minuta .c-minuta-header .title {
      padding-right: 0; }
    .c-content .c-minuta .c-minuta-header .actions {
      flex-shrink: unset; }
      .c-content .c-minuta .c-minuta-header .actions .c-button {
        font-size: 12px; }
  .c-content .c-minuta.-inline {
    padding-bottom: 24px;
    /*border-bottom: 1px solid $c_border;*/ }
    .c-content .c-minuta.-inline .c-minuta-header {
      margin-bottom: 10px;
      min-height: 64px; }
    .c-content .c-minuta.-inline > .content {
      margin-left: -128px;
      width: calc(100% + 128px); }
    .c-content .c-minuta.-inline .messages {
      padding-left: 40px !important; }
      .c-content .c-minuta.-inline .messages .message {
        margin-bottom: 10px; }
        .c-content .c-minuta.-inline .messages .message .header .group .time {
          top: 5px;
          font-size: 12px;
          left: -40px; }
        .c-content .c-minuta.-inline .messages .message .content p {
          font-size: 14px;
          line-height: 1.45; }
        .c-content .c-minuta.-inline .messages .message + .message {
          margin-top: 4px; }
    .c-content .c-minuta.-inline .cta {
      padding-left: 40px; }
  .c-content .c-minuta .messages .message.-separator {
    margin-top: 55px !important; }
    .c-content .c-minuta .messages .message.-separator > .separator {
      top: -40px; }
      .c-content .c-minuta .messages .message.-separator > .separator time {
        font-size: 12px;
        padding: 2px 6px; } }

.-dark-theme .c-content .c-minuta .messages .message .header .group .badges + .text {
  color: #E5E5E5; }

.box-sokrates .b-forms + .box-minute {
  margin-top: 24px; }

.box-sokrates form {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  background: #F6F4F3;
  border-radius: 10px;
  padding: 24px; }
  .box-sokrates form fieldset {
    display: block;
    width: 100%;
    padding: 0; }
    .box-sokrates form fieldset h2 {
      font-size: 32px;
      margin-bottom: 16px; }
  .box-sokrates form label .label {
    display: block;
    margin-bottom: 4px; }
  .box-sokrates form label br {
    display: none; }
  .box-sokrates form input:not(.submit),
  .box-sokrates form textarea {
    display: flex;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 48px;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    margin-bottom: 16px; }
  .box-sokrates form .submit {
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    background: #0096CC;
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-top: 16px; }
    .box-sokrates form .submit:hover {
      background: #145C8F; }
  .box-sokrates form textarea {
    width: 100%;
    height: auto;
    min-height: 120px;
    margin-bottom: 0;
    resize: none; }
  .box-sokrates form + .alert {
    margin-top: 16px; }
    .box-sokrates form + .alert.alert-success {
      color: #218380;
      background: #D7F5F4;
      border-color: #218380; }
    .box-sokrates form + .alert.alert-danger {
      color: #CF3339;
      background: #f9e7e7;
      border-color: #CF3339; }

.box-sokrates .box-minute header {
  height: auto;
  position: relative; }
  .box-sokrates .box-minute header h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5DFDC; }
  .box-sokrates .box-minute header .refresh {
    position: absolute;
    top: 0;
    right: 0;
    margin: 4px 0 0 0; }
    .box-sokrates .box-minute header .refresh .btn {
      display: flex;
      align-items: center;
      cursor: pointer;
      padding: 0 10px;
      line-height: 30px;
      font-size: 14px;
      color: #0096CC;
      outline: 0;
      font-weight: 600; }
      .box-sokrates .box-minute header .refresh .btn:before {
        content: "\E03C";
        font-family: 'icons';
        font-style: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        font-size: 18px;
        margin-right: 4px;
        margin-top: -3px; }
      .box-sokrates .box-minute header .refresh .btn:hover {
        color: #145C8F; }
      .box-sokrates .box-minute header .refresh .btn[disabled] {
        opacity: 70%; }
    .box-sokrates .box-minute header .refresh > span {
      display: none; }

.box-sokrates .box-minute .minutes {
  margin-bottom: 20px; }
  .box-sokrates .box-minute .minutes div:last-child > article .dot {
    bottom: 0; }
    .box-sokrates .box-minute .minutes div:last-child > article .dot:before {
      background: linear-gradient(to bottom, #bbbbbb, fade(#bbbbbb, 0%)); }
  .box-sokrates .box-minute .minutes .questionBox {
    position: relative; }
    .box-sokrates .box-minute .minutes .questionBox time {
      display: inline-block;
      font-size: 14px;
      color: #7C7C7C; }
    .box-sokrates .box-minute .minutes .questionBox h1 {
      display: inline-block !important;
      margin: 4px 0 4px 0;
      line-height: 1.25;
      font-size: 14px;
      font-weight: 600;
      color: #7C7C7C; }
      .box-sokrates .box-minute .minutes .questionBox h1:before {
        content: ' / ';
        font-size: 12px;
        margin: 0 4px 0 6px; }
    .box-sokrates .box-minute .minutes .questionBox p {
      font-weight: 700;
      font-size: 16px; }
    .box-sokrates .box-minute .minutes .questionBox .answer {
      display: flex;
      flex-direction: column-reverse;
      max-width: 100%;
      margin: 16px 0 16px 16px;
      background: #F6F4F3;
      border-radius: 10px;
      padding: 24px;
      position: relative; }
      .box-sokrates .box-minute .minutes .questionBox .answer:before {
        content: "";
        position: absolute;
        left: -16px;
        top: 20px;
        width: 0;
        height: 0;
        border-color: transparent #F6F4F3 transparent transparent;
        border-style: solid;
        border-width: 0 16px 16px 0; }
      .box-sokrates .box-minute .minutes .questionBox .answer p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5; }
      .box-sokrates .box-minute .minutes .questionBox .answer h1 {
        font-weight: 600;
        color: #1A1919;
        font-size: 16px;
        margin-top: 16px; }
        .box-sokrates .box-minute .minutes .questionBox .answer h1:before {
          content: none; }

.box-sokrates .cta-button .btn-primary {
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  background: #0096CC;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #fff !important;
  cursor: pointer; }
  .box-sokrates .cta-button .btn-primary:hover {
    background: #145C8F !important; }

@media (max-width: 767.98px) {
  .box-sokrates form {
    padding: 16px;
    border-radius: none;
    margin-left: -16px;
    width: calc(100% + 32px); }
    .box-sokrates form fieldset h2 {
      font-size: 22px; }
    .box-sokrates form .submit {
      margin-top: 16px; }
    .box-sokrates form input:not(.submit),
    .box-sokrates form textarea {
      width: 100%; }
  .box-sokrates .box-minute header h1 {
    font-size: 22px; }
  .box-sokrates .box-minute header .refresh {
    margin-top: -3px; }
  .box-sokrates .box-minute .minutes .questionBox .answer {
    padding: 16px; } }

.-dark-theme .box-sokrates .box-minute .questionBox .answer {
  background: #313030; }
  .-dark-theme .box-sokrates .box-minute .questionBox .answer:before {
    border-color: transparent #313030 transparent transparent; }
  .-dark-theme .box-sokrates .box-minute .questionBox .answer h1 {
    color: #E5E5E5; }

.c-memo {
  width: 100%;
  margin-right: 0;
  margin-left: -24px; }
  .c-memo.-showAllData .content .item {
    display: block !important; }
  .c-memo.-form-opened .footer .c-button.-showForm {
    display: none; }
  .c-memo.-condolence .hero {
    margin-bottom: 32px;
    position: relative; }
    .c-memo.-condolence .hero:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 2;
      width: 80%;
      height: 100%;
      background: black;
      background: linear-gradient(270deg, rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.5) 50%, rgba(10, 10, 10, 0.3), transparent); }
    .c-memo.-condolence .hero .img {
      font-size: 0; }
    .c-memo.-condolence .hero .content {
      display: flex;
      flex-direction: column;
      max-width: 380px;
      padding: 0 30px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      color: #fff;
      z-index: 13; }
      .c-memo.-condolence .hero .content:before {
        content: '';
        display: block;
        background: black;
        background: radial-gradient(circle, rgba(0, 0, 0, 0.5) -40%, rgba(0, 0, 0, 0) 60%);
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 150%;
        z-index: -1;
        transform: translate(-50%, -50%); }
      .c-memo.-condolence .hero .content .c-rte {
        padding: 0; }
        .c-memo.-condolence .hero .content .c-rte p {
          font-size: 16px; }
        .c-memo.-condolence .hero .content .c-rte h1 {
          font-size: 32px;
          font-weight: 700;
          display: -webkit-box;
          max-height: 110px;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          -webkit-line-clamp: 3; }
        .c-memo.-condolence .hero .content .c-rte .desc {
          font-size: 16px;
          display: -webkit-box;
          max-height: 108px;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          -webkit-line-clamp: 6; }
      .c-memo.-condolence .hero .content .action {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: calc(-5px + (32px)); }
        .c-memo.-condolence .hero .content .action .c-button {
          margin: 5px 10px; }
  .c-memo.-condolence .group > .content {
    position: relative;
    padding-left: 32px !important; }
    .c-memo.-condolence .group > .content:before {
      content: '';
      display: block;
      width: 4px;
      height: 100%;
      background: #1A1919;
      position: absolute;
      left: 0;
      top: 0; }
  .c-memo.-memo .c-memo-header {
    flex-direction: column; }
  .c-memo + .c-alert {
    margin-top: -16px;
    margin-bottom: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .c-memo .c-alert.-success {
    margin-top: 20px; }
    .c-memo .c-alert.-success .icon svg {
      width: 11px; }
    .c-memo .c-alert.-success .icon path {
      fill: #218380; }
  .c-memo-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5DFDC; }
    .c-memo-header .group {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: baseline;
      width: 100%; }
    .c-memo-header .desc {
      margin-top: 16px; }
    .c-memo-header .title {
      font-size: 32px; }
    .c-memo-header .actions {
      display: flex; }
      .c-memo-header .actions .c-button {
        align-items: center;
        background-color: transparent;
        color: #0096CC;
        border: none;
        font-weight: 600;
        padding: 8px 4px; }
        .c-memo-header .actions .c-button + .c-button {
          margin-left: 10px; }
        .c-memo-header .actions .c-button.active {
          color: #145C8F; }
          .c-memo-header .actions .c-button.active .svg-icon path {
            fill: #145C8F; }
        .c-memo-header .actions .c-button:hover {
          color: #145C8F; }
          .c-memo-header .actions .c-button:hover .svg-icon path {
            fill: #145C8F; }
        .c-memo-header .actions .c-button .svg-icon {
          margin-right: 7px;
          width: 20px;
          height: 20px;
          transform: translateY(-2px); }
          .c-memo-header .actions .c-button .svg-icon path {
            fill: #0096CC; }
  .c-memo .content {
    padding: 0 !important; }
    .c-memo .content .item {
      list-style: none;
      padding-left: 64px;
      position: relative; }
      .c-memo .content .item + .item {
        margin-top: 20px; }
      .c-memo .content .item.-separator {
        margin-top: 70px !important;
        position: relative; }
        .c-memo .content .item.-separator > .separator {
          position: absolute;
          display: flex;
          top: -60px;
          width: 100%;
          left: 50%;
          transform: translateX(-50%);
          justify-content: center;
          font-size: 13px;
          color: #7C7C7C;
          padding-top: 8px; }
          .c-memo .content .item.-separator > .separator:before {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            border-top: 1px dashed #E5DFDC;
            position: absolute;
            left: 0;
            top: 0; }
      .c-memo .content .item .header {
        margin: 0 0 8px 0; }
        .c-memo .content .item .header .time {
          font-size: 14px;
          color: #7C7C7C;
          position: absolute;
          left: 0px;
          top: 0; }
        .c-memo .content .item .header .name {
          color: #7C7C7C;
          font-size: 14px;
          font-weight: 600; }
      .c-memo .content .item .content {
        margin: 0;
        font-size: 16px;
        line-height: 1.4;
        word-break: break-word; }
        .c-memo .content .item .content a {
          word-break: break-word; }
        .c-memo .content .item .content p {
          line-height: 1.4;
          font-size: 16px; }
      .c-memo .content .item .devider {
        display: flex;
        justify-content: center;
        width: calc(100% + 64px);
        margin-left: -64px;
        border-top: 1px dotted #E5DFDC; }
        .c-memo .content .item .devider .text {
          font-size: 14px;
          color: #7C7C7C;
          margin-top: 6px; }
  .c-memo .c-form {
    margin: 30px 0; }
    .c-memo .c-form textarea.c-input {
      min-height: 100px;
      padding: 20px; }
    .c-memo .c-form .c-alert:last-child {
      margin-bottom: 15px; }
  .c-memo .footer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 32px; }
    .c-memo .footer .c-button + .c-button {
      margin-left: 16px; }
    .c-memo .footer .c-button .icon-chevron-down {
      font-size: 8px; }
  .c-memo .c-button:disabled {
    cursor: no-drop;
    filter: grayscale(1); }

@media (max-width: 991.98px) {
  .c-memo {
    margin-left: 0; } }

@media (max-width: 767.98px) {
  .c-memo {
    width: 100%;
    margin-left: 0; }
    .c-memo-header {
      flex-direction: column; }
      .c-memo-header .group {
        flex-direction: column; }
      .c-memo-header .title {
        font-size: 22px;
        font-weight: 600;
        margin-top: 16px; }
      .c-memo-header .actions {
        margin-top: 12px; }
        .c-memo-header .actions .c-button {
          height: 32px;
          padding-left: 0; }
          .c-memo-header .actions .c-button + .c-button {
            margin-top: 8px; }
    .c-memo .img {
      width: calc(100% + 32px);
      margin-left: -16px; }
    .c-memo.-condolence .hero:before {
      right: -16px; }
    .c-memo.-condolence .group > .content {
      padding-left: 16px !important; }
    .c-memo .group > .content .item {
      padding-left: 0; }
      .c-memo .group > .content .item .header {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 4px; }
        .c-memo .group > .content .item .header .time {
          margin-right: 8px;
          position: static; }
    .c-memo > .actions {
      display: flex;
      flex-direction: column; }
      .c-memo > .actions .c-button {
        justify-content: center; }
        .c-memo > .actions .c-button + .c-button {
          margin-left: 0;
          margin-top: 16px; } }

.c-content .c-quiz {
  margin: 0; }
  .c-content .c-quiz .c-title {
    font-weight: 600;
    font-size: 28px; }
  .c-content .c-quiz .c-perex {
    margin-top: 16px;
    color: #1A1919; }
  .c-content .c-quiz .c-button {
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    background: #CF3339;
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 1px 25px 0 25px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: none; }
    .c-content .c-quiz .c-button:hover {
      background: #962327; }
    .c-content .c-quiz .c-button.-secondary {
      background: #0096CC;
      color: #fff; }
      .c-content .c-quiz .c-button.-secondary:hover {
        background: #145C8F; }
      .c-content .c-quiz .c-button.-secondary.-outline {
        background: transparent;
        border: 2px solid #E5DFDC;
        color: #0096CC; }
        .c-content .c-quiz .c-button.-secondary.-outline:hover {
          background: #E5DFDC;
          color: #145C8F; }
        .c-content .c-quiz .c-button.-secondary.-outline.-filled {
          background: #fff;
          color: #1A1919; }
          .c-content .c-quiz .c-button.-secondary.-outline.-filled:hover {
            background: #E5DFDC; }
    .c-content .c-quiz .c-button.-sm {
      font-size: 12px;
      height: 40px;
      padding: 0 16px; }
    .c-content .c-quiz .c-button:disabled {
      background: #BDBDBD;
      color: #9D9D9D;
      pointer-events: none; }
  .c-content .c-quiz ul {
    padding-left: 0; }
  .c-content .c-quiz .c-question-counter {
    font-size: 18px;
    flex-shrink: 0; }
  .c-content .c-quiz .c-question {
    margin: 48px 0 16px 0;
    font-weight: 600; }
  .c-content .c-quiz .c-quiz-progress {
    background: #CF3339; }
  .c-content .c-quiz .c-quiz-result {
    margin-top: 48px;
    margin-bottom: 24px; }
  .c-content .c-quiz .c-quiz-result-desc {
    margin-bottom: 24px;
    text-align: center; }
  .c-content .c-quiz .c-button.-next.-submit {
    pointer-events: none; }
    .c-content .c-quiz .c-button.-next.-submit.-active {
      pointer-events: all; }
  .c-content .c-quiz .c-card, .c-content .c-quiz .c-hero-card {
    background: #F6F4F3;
    padding: 32px 24px;
    border-radius: 10px;
    width: 100%; }
    .c-content .c-quiz .c-card .header, .c-content .c-quiz .c-hero-card .header {
      margin: -24px;
      padding: 24px; }
      .c-content .c-quiz .c-card .header .c-title, .c-content .c-quiz .c-hero-card .header .c-title {
        font-size: 22px;
        font-weight: 600;
        text-align: left;
        padding-right: 32px; }
      .c-content .c-quiz .c-card .header-actions .icon, .c-content .c-quiz .c-hero-card .header-actions .icon {
        background: #0096CC; }
        .c-content .c-quiz .c-card .header-actions .icon:hover, .c-content .c-quiz .c-hero-card .header-actions .icon:hover {
          background: #145C8F; }
    .c-content .c-quiz .c-card .actions, .c-content .c-quiz .c-hero-card .actions {
      margin-top: 30px;
      display: flex;
      justify-content: center; }
      .c-content .c-quiz .c-card .actions .c-button + .c-button, .c-content .c-quiz .c-hero-card .actions .c-button + .c-button {
        margin-left: 10px; }
  .c-content .c-quiz .c-answers {
    padding-left: 0 !important; }
    .c-content .c-quiz .c-answers .answer input:checked + .label:after {
      border-color: #0096CC; }
    .c-content .c-quiz .c-answers .answer .label {
      margin-top: 0;
      font-size: 16px;
      min-height: 55px; }
      .c-content .c-quiz .c-answers .answer .label p {
        font-size: 16px; }
      .c-content .c-quiz .c-answers .answer .label:hover:before {
        border-color: #0096CC; }
      .c-content .c-quiz .c-answers .answer .label:before {
        left: 17px;
        top: 20px; }
      .c-content .c-quiz .c-answers .answer .label:after {
        left: 20px;
        top: 23px;
        background: #0096CC; }
  .c-content .c-quiz .c-quiz-result {
    display: block;
    text-align: center;
    margin: 50px 0 35px 0;
    font-size: 26px;
    font-weight: 300;
    color: #1A1919; }
    .c-content .c-quiz .c-quiz-result .score {
      color: #1A1919;
      font-weight: 400; }
  .c-content .c-quiz .c-result-list {
    padding-left: 0 !important; }
    .c-content .c-quiz .c-result-list .content {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
  @media (max-width: 576px) {
    .c-content .c-quiz .c-answers .answer .label {
      font-size: 14px;
      line-height: 1.3;
      padding: 12px 12px 12px 37px; }
      .c-content .c-quiz .c-answers .answer .label:before {
        width: 16px;
        height: 16px;
        left: 12px;
        top: 16px; }
      .c-content .c-quiz .c-answers .answer .label:after {
        width: 10px;
        height: 10px;
        left: 15px;
        top: 19px; }
    .c-content .c-quiz .c-answers .answer + .answer {
      margin-top: 10px; }
    .c-content .c-quiz .c-quiz-result {
      background: #F6F4F3;
      margin-bottom: 30px; } }
  @media (max-width: 576px) {
    .c-content .c-quiz .c-card .header .c-title, .c-content .c-quiz .c-hero-card .header .c-title {
      padding-right: 0;
      text-align: center; } }
  @media (max-width: 576px) {
    .c-content .c-quiz .c-question-counter {
      margin-top: 16px; }
    .c-content .c-quiz .c-question {
      margin-top: 40px; } }

.-dark-theme .c-content .c-quiz .c-card, .-dark-theme .c-content .c-quiz .c-hero-card,
.-dark-theme .c-content .c-quiz .c-hero-card {
  background: #313030; }

.-dark-theme .c-content .c-quiz .c-perex {
  color: #fff; }

.-dark-theme .c-content .c-quiz .c-answers .answer {
  background: #1A1919; }
  .-dark-theme .c-content .c-quiz .c-answers .answer label {
    background: transparent; }

.-dark-theme .c-content .c-quiz .c-quiz-timer .time {
  color: #E5E5E5; }

.-dark-theme .c-content .c-quiz .c-result-list .item {
  background: #1A1919; }

.-dark-theme .c-content .c-quiz .c-quiz-result {
  color: #E5E5E5; }
  .-dark-theme .c-content .c-quiz .c-quiz-result .score {
    color: #E5E5E5; }

.c-poll .c-title {
  margin-bottom: 10px; }

.c-poll .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px; }

.c-poll .answers {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important; }
  .c-poll .answers .answer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    list-style: none;
    cursor: pointer;
    padding: 4px 0; }
    .c-poll .answers .answer.-voted .text:before {
      content: "\E00D";
      font-family: 'icons';
      font-size: 14px;
      color: #fff;
      background: #0096CC;
      font-weight: 700;
      margin-right: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 22px;
      height: 22px; }
    .c-poll .answers .answer .text {
      grid-area: 1 / 1 / 2 / 8;
      width: 100%;
      margin: 0;
      font-size: 14px;
      font-weight: 600;
      font-family: "Noto Sans";
      display: flex;
      align-items: center; }
    .c-poll .answers .answer .number {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      grid-area: 1 / 8 / 2 / 11;
      width: 100%;
      text-align: right;
      margin: 0;
      font-weight: 600;
      font-size: 16px;
      color: #7C7C7C;
      font-family: "Noto Sans"; }
      .c-poll .answers .answer .number small {
        display: flex;
        margin-left: 8px;
        font-weight: 400;
        font-size: 16px; }
    .c-poll .answers .answer .c-bar {
      grid-area: 2 / 1 / 3 / 11;
      width: 100%;
      height: 8px;
      border-radius: 4px;
      background: #fff;
      margin: 0;
      overflow: hidden;
      margin-top: 6px; }
      .c-poll .answers .answer .c-bar .bar {
        display: block;
        height: 100%;
        background: #0096CC; }
    .c-poll .answers .answer:hover .text {
      color: #145C8F; }
    .c-poll .answers .answer:hover .number {
      color: #1A1919; }
    .c-poll .answers .answer:hover .c-bar .bar {
      background: #145C8F; }
    .c-poll .answers .answer + .answer {
      margin-top: 8px; }
    .c-poll .answers .answer.-image {
      display: flex;
      flex-direction: column;
      margin-bottom: 8px;
      width: calc(50% - 4px);
      padding: 16px;
      background: #fff;
      border-radius: 10px;
      border: 1px solid #E5DFDC; }
      .c-poll .answers .answer.-image.-voted {
        border-color: #0096CC; }
      .c-poll .answers .answer.-image:hover {
        border-color: #0096CC;
        cursor: pointer; }
        .c-poll .answers .answer.-image:hover .text {
          color: #1A1919; }
        .c-poll .answers .answer.-image:hover .number {
          color: #7C7C7C; }
      .c-poll .answers .answer.-image .img {
        margin: 16px 0 0 0;
        width: 100%;
        display: block; }
        .c-poll .answers .answer.-image .img img {
          height: auto;
          max-width: 100%; }
      .c-poll .answers .answer.-image .text {
        display: flex;
        width: 100%;
        font-size: 16px;
        font-weight: 600; }
      .c-poll .answers .answer.-image .number {
        display: flex;
        width: 100%;
        justify-content: flex-start; }
      .c-poll .answers .answer.-image + .answer {
        margin-top: 0; }
      .c-poll .answers .answer.-image:nth-child(odd) {
        margin-right: 8px; }

.c-poll .total {
  margin-top: 14px;
  font-size: 16px;
  color: #7C7C7C; }

.c-poll .mute {
  font-size: 16px;
  font-weight: 400;
  color: #7C7C7C;
  margin-top: 20px; }
  .c-poll .mute strong {
    font-weight: 700; }

.c-poll.voted .answers .answer {
  pointer-events: none; }
  .c-poll.voted .answers .answer:not(.-voted) .c-bar .bar {
    background: rgba(124, 124, 124, 0.8); }

.c-poll.voted .mute {
  color: #1A1919; }

@media (max-width: 575.98px) {
  .c-poll .title {
    font-size: 20px; }
  .c-poll .answers .answer.-image {
    width: 100%; }
    .c-poll .answers .answer.-image:nth-child(odd) {
      margin-right: 0; }
    .c-poll .answers .answer.-image .img img {
      width: 100%;
      height: auto; }
  .c-poll .total {
    text-align: center; } }

.-dark-theme .c-poll .answers .answer.-image {
  background: #1A1919;
  border-color: #1A1919; }

.-dark-theme .c-poll .answers .answer .number {
  color: #F6F4F3; }

.-dark-theme .c-poll .answers .answer:hover .text {
  color: #0096CC; }

.-dark-theme .c-poll .answers .answer:hover .number {
  color: #9F948F; }

.c-search {
  z-index: 105; }
  .c-search .search-toggle {
    position: relative;
    width: 20px;
    height: 20px; }
    .c-search .search-toggle.is-active .icon:before {
      content: "\E012";
      font-size: 14px; }
    .c-search .search-toggle:hover {
      color: #CF3339; }
  .c-search .form {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.95);
    margin-left: 38px;
    width: calc(100% - 105px - 325px - 50px);
    height: 65px;
    opacity: 0;
    visibility: hidden; }
    .c-search .form input {
      height: 48px;
      width: 100%;
      border-radius: 10px;
      background: #fff;
      border: 1px solid #E5DFDC;
      padding-left: 16px;
      padding-right: 42px;
      appearance: none;
      -webkit-appearance: none;
      color: #1A1919; }
      .c-search .form input::-webkit-search-decoration, .c-search .form input::-webkit-search-cancel-button, .c-search .form input::-webkit-search-results-button, .c-search .form input::-webkit-search-results-decoration {
        display: none; }
      .c-search .form input::placeholder, .c-search .form input::-moz-placeholder, .c-search .form input:-ms-input-placeholder {
        color: #7C7C7C; }
      .c-search .form input:focus {
        outline: 0; }
    .c-search .form .submit {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      color: #7C7C7C; }
      .c-search .form .submit:hover, .c-search .form .submit:focus {
        outline: 0;
        color: #1A1919; }
    .c-search .form.is-active {
      transform: translateY(-50%);
      opacity: 1;
      visibility: visible; }

@media (max-width: 1250px) {
  .c-search .form {
    width: calc(100% - 105px - 137px - 35px); } }

@media (max-width: 991.98px) {
  .c-search {
    display: flex;
    flex-direction: row-reverse; }
    .c-search .form {
      width: calc(100% - 125px);
      margin: 0 28px 0 0;
      height: 62px;
      right: 0; }
      .c-search .form input {
        font-size: 14px;
        height: 44px;
        padding-left: 12px;
        padding-right: 36px; }
      .c-search .form .submit {
        right: 12px; }
    .c-search .search-toggle.is-active {
      margin-right: -40px;
      background: #F6F4F3; } }

.-dark-theme .c-search .search-toggle {
  color: #fff; }
  .-dark-theme .c-search .search-toggle:hover {
    color: #CF3339; }

@media (max-width: 991.98px) {
  .-dark-theme .c-search .search-toggle.is-active {
    background: #313030; }
  .-dark-theme .c-search .search-toggle:hover {
    color: #fff; } }

.nova-results .c-section-header {
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin-bottom: 16px; }
  .nova-results .c-section-header .img {
    height: 24px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nova-results .c-section-header .img img {
      flex: 0 0 100%; }
  .nova-results .c-section-header .title {
    margin-top: 1px; }

.nova-results .carousel {
  overflow: hidden;
  margin-bottom: 24px; }
  .nova-results .carousel .swiper-slide {
    width: 31%;
    margin-right: 24px; }

.nova-results .show-poster {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px; }
  .nova-results .show-poster .img {
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 140%; }
    .nova-results .show-poster .img img {
      position: absolute;
      width: 100%;
      top: 0; }
  .nova-results .show-poster .show-name {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    color: #1A1919;
    text-align: center; }

.nova-results .slider-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.nova-results-shows {
  margin-bottom: 24px; }
  .nova-results-shows .c-article-wrapper {
    column-gap: 24px;
    row-gap: 18px;
    margin-top: 0;
    flex-wrap: wrap; }
    .nova-results-shows .c-article-wrapper > div {
      margin-top: 0;
      padding: 0;
      flex: 0 0 calc(33.333333% - 16px); }
  .nova-results-shows .c-article {
    flex-direction: column; }
    .nova-results-shows .c-article .content .article-info {
      flex-direction: row-reverse;
      justify-content: start;
      text-transform: none; }
      .nova-results-shows .c-article .content .article-info .author {
        width: auto;
        margin-left: 0;
        padding-left: 0; }
        .nova-results-shows .c-article .content .article-info .author:before {
          content: none; }
      .nova-results-shows .c-article .content .article-info .date {
        position: relative;
        margin-left: 6px;
        padding-left: 6px; }
        .nova-results-shows .c-article .content .article-info .date:before {
          content: "";
          position: absolute;
          top: 43%;
          transform: translateY(-50%);
          width: 1px;
          height: 63%;
          left: 0;
          background: #7C7C7C; }
    .nova-results-shows .c-article .img {
      width: 100%; }
      .nova-results-shows .c-article .img img {
        width: 100%; }
      .nova-results-shows .c-article .img + .content {
        margin: 10px 0 0 0; }
      .nova-results-shows .c-article .img .media {
        border-radius: 0; }
        .nova-results-shows .c-article .img .media .duration {
          display: none; }
  .nova-results-shows .swiper-wrapper {
    margin-bottom: 24px; }
  .nova-results-shows .slider-pagination {
    display: none; }

.nova-results .swiper-pagination-bullet {
  width: 24px;
  border-radius: 4px;
  height: 4px; }
  .nova-results .swiper-pagination-bullet:only-child {
    display: none; }

.nova-results .show-all {
  color: #0096CC;
  font-size: 14px;
  font-weight: 600; }
  .nova-results .show-all .icon {
    font-size: 11px;
    margin-left: 10px; }

.nova-results-content.-single .show-poster {
  width: calc(33% - 24px);
  position: absolute;
  z-index: 2; }

.nova-results-content.-single .c-article-wrapper > div:first-of-type {
  width: auto;
  max-width: initial;
  flex: 0 0 calc(67% - 12px);
  margin-left: calc(33% + 12px); }

@media (max-width: 575.98px) {
  .c-section-inner.-nova {
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 0; }
  .nova-results-content .swiper-wrapper {
    transform: translate3d(16px, 0px, 0px); }
  .nova-results-content .carousel .swiper-slide {
    width: 41%;
    margin-right: 18px; }
  .nova-results-content:not(.-single) {
    width: calc(100% + 32px);
    margin-left: -16px; }
  .nova-results-content.-single .show-poster {
    width: 45%;
    position: initial; }
  .nova-results-content.-single .c-article-wrapper > div:first-of-type {
    width: auto;
    max-width: initial;
    flex: 0 0 auto;
    margin-left: initial; }
  .nova-results-content.-single .nova-results-shows {
    width: calc(100% + 32px);
    margin-left: -16px; }
  .nova-results-shows {
    overflow: hidden; }
    .nova-results-shows .c-article-wrapper {
      flex-wrap: nowrap;
      column-gap: 0px; }
      .nova-results-shows .c-article-wrapper > div {
        margin-top: 0;
        padding: 0;
        flex: 0 0 calc(52%);
        margin-right: 24px; }
    .nova-results-shows .slider-pagination {
      display: flex; } }

.-dark-theme .nova-results .show-poster .show-name {
  color: #fff; }

.c-search-shows-box {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .c-search-shows-box__header {
    display: flex;
    align-items: center;
    gap: 20px; }
    .c-search-shows-box__header__title {
      color: #BCB8B8 !important;
      line-height: 22px !important;
      font-size: 14px !important;
      font-weight: 600 !important;
      text-transform: uppercase; }
      .c-search-shows-box__header__title__image img {
        border-radius: 10px;
        width: auto;
        height: 50px; }
  .c-search-shows-box__carousel {
    overflow: hidden; }
  .c-search-shows-box__pagination {
    display: none !important; }
  .c-search-shows-box__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px; }
    .c-search-shows-box__list__item {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .c-search-shows-box__list__item__title {
        color: #ffffff; }
      .c-search-shows-box__list__item__time {
        color: #BCB8B8;
        font-size: 13px;
        font-weight: 400; }

@media (max-width: 575.98px) {
  .c-search-shows-box__header {
    flex-direction: column;
    gap: 13px; }
    .c-search-shows-box__header__title {
      align-self: flex-start;
      order: -1; }
      .c-search-shows-box__header__title__image img {
        width: 100%;
        height: auto; }
  .c-search-shows-box__carousel {
    padding: 0; }
  .c-search-shows-box__pagination {
    display: flex !important; }
    .c-search-shows-box__pagination--hidden {
      display: none !important; }
  .c-search-shows-box__list {
    display: flex;
    column-gap: 0; }
  .c-search-shows-box .c-button {
    align-self: center; } }

.c-player {
  position: relative;
  width: 100%; }
  .c-player > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.c-player.is-in-cinema-mode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0; }
  .c-player.is-in-cinema-mode .src,
  .c-player.is-in-cinema-mode .js-tn-live-program {
    display: none !important; }
  .c-player.is-in-cinema-mode > * {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0; }

.c-player.is-fullscreen {
  z-index: 9999999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0; }
  .c-player.is-fullscreen > .c-card, .c-player.is-fullscreen > .c-hero-card {
    display: none !important; }
  .c-player.is-fullscreen .attach-container, .c-player.is-fullscreen .js-livestream-wrap {
    padding: 0;
    height: 100%; }

@media (hover: none) {
  body.-fake-fullscreen {
    overflow: hidden;
    height: 100%; }
    body.-fake-fullscreen [data-video-id].is-fullscreen {
      position: fixed !important;
      left: 0 !important;
      top: 0 !important;
      width: 100% !important;
      height: 100% !important; } }

@media (min-width: 992px) {
  .c-player-cinema-expanded {
    position: relative;
    padding-top: calc(56.25% + 40px); }
    .c-player-cinema-expanded .c-content-inner {
      position: static; }
    .c-player-cinema-expanded .hero-media {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      margin: 0; }
      .c-player-cinema-expanded .hero-media .c-time-duration:last-child {
        border-radius: 0; }
    .c-player-cinema-expanded .detach-container {
      display: flex;
      justify-content: center;
      align-items: center; }
      .c-player-cinema-expanded .detach-container > * {
        position: absolute !important; } }

@media (max-width: 991.98px) {
  .hero-media .c-player.is-in-cinema-mode {
    z-index: 9999999;
    position: fixed; } }

@media (max-width: 767.98px) {
  .player-in-cinema {
    overflow-y: hidden; } }

.c-player.-mini {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 300px; }

.miniplayer-description {
  padding: 10px;
  background: #eee;
  font-weight: 600;
  max-width: 300px;
  margin: 0 auto;
  min-height: 38px;
  text-align: left;
  border-radius: 0px 0px 2px 2px; }

.miniplayer-wrap {
  margin-bottom: 20px; }

@media (max-width: 991.98px) {
  .miniplayer {
    background-color: #f2f2f2;
    z-index: 10005;
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: bottom 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    margin: 0 10px 20px;
    display: grid;
    grid-template-columns: 124px auto 45px 45px;
    grid-template-rows: 70px;
    grid-template-areas: "video description play close";
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .miniplayer .miniplayer-off-button,
    .miniplayer .miniplayer-play-pause-button {
      font-size: 25px;
      line-height: 70px;
      text-align: center; }
    .miniplayer .miniplayer-off-button {
      grid-area: close;
      transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
    .miniplayer .miniplayer-play-pause-button {
      grid-area: play; }
    .miniplayer .miniplayer-description {
      grid-area: description;
      background: transparent;
      font-size: 12px;
      line-height: 14px;
      max-height: 70px;
      overflow: hidden;
      hyphens: auto;
      padding: 0;
      margin: 14px 0;
      padding-left: 10px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .miniplayer:not(.-fullscreen) .c-player {
      min-width: 124px;
      max-width: 124px;
      min-height: 70px;
      max-height: 70px;
      padding-top: 0;
      margin: 0; }
      .miniplayer:not(.-fullscreen) .c-player iframe {
        pointer-events: none; }
    .miniplayer.-active {
      bottom: 0; }
      .miniplayer.-active.-mobile-miniplayer-before-load {
        bottom: -100px; }
      .miniplayer.-active .miniplayer-off-button {
        transform: rotate(360deg); }
      .miniplayer.-active.-fullscreen {
        top: 0;
        background: #000;
        margin: 0;
        display: block; }
        .miniplayer.-active.-fullscreen .c-player {
          min-width: 100vw;
          min-height: 100%;
          padding-top: 0;
          top: 50%;
          transform: translate(0, -50%);
          position: absolute; }
        .miniplayer.-active.-fullscreen .miniplayer-description,
        .miniplayer.-active.-fullscreen .miniplayer-play-pause-button {
          visibility: hidden;
          pointer-events: none;
          transition: none; }
        .miniplayer.-active.-fullscreen .miniplayer-off-button {
          position: absolute;
          top: 10px;
          left: 10px;
          color: #fff;
          line-height: initial;
          opacity: 0.5; }
  .miniplayer-on-button {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #f2f2f2;
    font-size: 25px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    width: 70px;
    position: fixed;
    z-index: 10011;
    bottom: 10px;
    right: -140px;
    transition: 0.5s all cubic-bezier(0.76, 0.09, 0.51, 1.39); }
    .miniplayer-on-button .icon {
      left: 2px;
      position: relative; }
    .miniplayer-on-button.-active {
      right: 10px; } }

.-fake-fullscreen .c-header {
  z-index: 0; }

.-fake-fullscreen .miniplayer.-fullscreen > .c-player {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: unset;
  padding-bottom: 0;
  transform: unset; }

.-dark-theme .miniplayer {
  background: #313030; }
  .-dark-theme .miniplayer .miniplayer-description {
    background: #313030; }

.-dark-theme .miniplayer-on-button {
  background: #313030; }

.c-player.-sticky {
  flex-basis: 100%; }
  .c-player.-sticky iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important; }
  .c-player.-sticky .attach-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    padding-bottom: 0px;
    background: #000; }
  .c-player.-sticky .detach-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .c-player.-sticky .detach-container .js-close-sticky {
      display: none; }
  .c-player.-sticky.is-fullscreen .attach-container {
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .c-player.-sticky.is-playing .detach-container.-detach, .c-player.-sticky.is-paused-by-user .detach-container.-detach {
    width: 250px;
    height: 142px;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 8px;
    right: 8px;
    z-index: 999999;
    border: 2px solid #000;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3); }
    .c-player.-sticky.is-playing .detach-container.-detach .js-close-sticky, .c-player.-sticky.is-paused-by-user .detach-container.-detach .js-close-sticky {
      display: block;
      position: absolute;
      right: 0;
      top: -40px;
      opacity: 0.7;
      background: #fff;
      border-radius: 50%;
      width: 30px;
      height: 30px; }
      .c-player.-sticky.is-playing .detach-container.-detach .js-close-sticky:hover, .c-player.-sticky.is-paused-by-user .detach-container.-detach .js-close-sticky:hover {
        opacity: 1; }
  @media (min-width: 768px) {
    .c-player.-sticky.is-playing .detach-container.-detach, .c-player.-sticky.is-paused-by-user .detach-container.-detach {
      width: 402px;
      height: 228px;
      bottom: 16px;
      right: 16px; } }

.c-player.-live .js-close-sticky {
  display: none; }

.c-player.-live.is-playing .detach-container.-detach, .c-player.-live.is-paused-by-user .detach-container.-detach {
  width: 250px;
  height: 142px;
  position: fixed;
  top: auto;
  left: auto;
  bottom: 8px;
  right: 8px;
  z-index: 999999;
  border: 2px solid #000;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3); }
  .c-player.-live.is-playing .detach-container.-detach .js-close-sticky, .c-player.-live.is-paused-by-user .detach-container.-detach .js-close-sticky {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    opacity: 0.7;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px; }
    .c-player.-live.is-playing .detach-container.-detach .js-close-sticky:hover, .c-player.-live.is-paused-by-user .detach-container.-detach .js-close-sticky:hover {
      opacity: 1; }

@media (min-width: 768px) {
  .c-player.-live.is-playing .detach-container.-detach, .c-player.-live.is-paused-by-user .detach-container.-detach {
    width: 402px;
    height: 228px;
    bottom: 16px;
    right: 16px; } }

@media (max-width: 767.98px) {
  .c-player.-sticky .detach-container.-detach.-foot-nav-detach {
    bottom: 75px; } }

.c-aplikace-lp {
  padding-top: 32px; }
  .c-aplikace-lp .hero {
    display: flex;
    align-items: flex-start; }
    .c-aplikace-lp .hero .content {
      padding: 20px 0 0 50px; }
      .c-aplikace-lp .hero .content .selling-points {
        display: flex; }
        .c-aplikace-lp .hero .content .selling-points li {
          display: flex;
          align-items: center;
          margin: 10px 0; }
          .c-aplikace-lp .hero .content .selling-points li:before {
            content: "\E00D";
            font-family: 'Icons';
            margin-right: 6px;
            background: #0096CC;
            min-width: 24px;
            height: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            border-radius: 50%;
            margin-top: -4px;
            margin-right: 10px; }
      .c-aplikace-lp .hero .content .app-download {
        display: flex;
        max-width: 420px;
        margin-top: 30px; }
        .c-aplikace-lp .hero .content .app-download .c-card, .c-aplikace-lp .hero .content .app-download .c-hero-card {
          display: flex;
          flex-direction: column;
          width: 100%; }
          .c-aplikace-lp .hero .content .app-download .c-card + .c-card, .c-aplikace-lp .hero .content .app-download .c-hero-card + .c-card, .c-aplikace-lp .hero .content .app-download .c-card + .c-hero-card, .c-aplikace-lp .hero .content .app-download .c-hero-card + .c-hero-card {
            margin-left: 20px; }
        .c-aplikace-lp .hero .content .app-download .button {
          margin-bottom: 10px; }
        .c-aplikace-lp .hero .content .app-download .button,
        .c-aplikace-lp .hero .content .app-download .qr {
          width: 100%; }
          .c-aplikace-lp .hero .content .app-download .button img,
          .c-aplikace-lp .hero .content .app-download .qr img {
            width: 100%; }
        .c-aplikace-lp .hero .content .app-download .description {
          font-size: 12px;
          line-height: 1.25;
          font-weight: 500;
          color: #7C7C7C;
          margin: 10px 0 -10px 0;
          text-align: center; }
      .c-aplikace-lp .hero .content .about-app {
        margin-top: 30px; }
        .c-aplikace-lp .hero .content .about-app p {
          font-size: 14px;
          color: #7C7C7C;
          line-height: 1.5; }
          .c-aplikace-lp .hero .content .about-app p + p {
            margin-top: 20px; }
    .c-aplikace-lp .hero .img {
      flex-shrink: 0;
      padding-top: 30px;
      margin-top: -30px; }
  .c-aplikace-lp .tutorial {
    text-align: center;
    background: #e8f4ff;
    padding: 80px 32px;
    margin-bottom: -32px;
    margin-top: 50px; }

@media (max-width: 991.98px) {
  .c-aplikace-lp {
    padding-top: 0; }
    .c-aplikace-lp .hero {
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .c-aplikace-lp .hero .img {
        padding-top: 0;
        margin-top: 20px;
        margin-bottom: -100px;
        position: relative !important;
        top: auto !important; }
      .c-aplikace-lp .hero .content {
        padding: 0; }
        .c-aplikace-lp .hero .content .selling-points {
          text-align: left; }
        .c-aplikace-lp .hero .content .app-download {
          margin-left: auto;
          margin-right: auto; } }

@media (max-width: 575.98px) {
  .c-aplikace-lp .hero .img {
    max-width: 250px;
    margin-bottom: -70px; }
  .c-aplikace-lp .hero .content .app-download .c-card + .c-card, .c-aplikace-lp .hero .content .app-download .c-hero-card + .c-card, .c-aplikace-lp .hero .content .app-download .c-card + .c-hero-card, .c-aplikace-lp .hero .content .app-download .c-hero-card + .c-hero-card {
    margin-left: 10px; }
  .c-aplikace-lp .tutorial {
    margin-top: 30px;
    margin-bottom: -16px;
    padding: 50px 16px; } }

.c-election.-static-election .c-hero-wrapper .col-lg-8 .c-section-inner:first-child {
  margin-top: 0; }
  .c-election.-static-election .c-hero-wrapper .col-lg-8 .c-section-inner:first-child .c-section-header:first-of-type {
    padding-top: 0;
    border: none; }

.c-election.-static-election .c-hero-wrapper .c-sidebar .miniplayer-wrap {
  margin-top: 32px; }

.c-election h1.c-title {
  margin: 40px 0 30px;
  text-align: center; }

.c-election h2.c-title {
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  margin-bottom: 8px; }
  .c-election h2.c-title.-border-bottom {
    border-bottom: 1px #E5DFDC solid;
    padding-bottom: 8px; }
  .c-election h2.c-title + .c-subtitle {
    margin-top: 0; }

.c-election p.c-subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #7C7C7C;
  font-weight: 400;
  margin-top: -12px; }
  .c-election p.c-subtitle .-highlight {
    color: #000;
    font-weight: 600; }

.c-election a.c-party-link {
  color: #000; }
  .c-election a.c-party-link:hover {
    text-decoration: underline; }

.c-election .c-carousel-election-research {
  margin: 25px 0; }
  .c-election .c-carousel-election-research .c-slider-navigation {
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .c-election .c-carousel-election-research .slider-pagination {
    text-align: center; }

.c-election .js-candidates.-empty .c-table-wrap, .c-election .js-candidates.-empty .c-table-pagination {
  display: none; }

.c-election .c-election-table {
  margin: 32px 40px; }
  .c-election .c-election-table.c-table table {
    table-layout: fixed; }
    .c-election .c-election-table.c-table table th, .c-election .c-election-table.c-table table td {
      width: 30%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .c-election .c-election-table.c-table table th.-numeric, .c-election .c-election-table.c-table table td.-numeric {
        width: 20%; }

.c-election .c-election-header .js-election-turnout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .c-election .c-election-header .js-election-turnout .c-actualized-button {
    color: #BE333A;
    background-color: rgba(247, 165, 141, 0.2);
    padding: 5px 10px 3px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600; }
  .c-election .c-election-header .js-election-turnout .c-turnout-graphs {
    width: 100%;
    display: flex;
    justify-content: center; }
    .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph {
      display: grid;
      grid-auto-rows: 1fr;
      grid-template-columns: 120px 120px;
      grid-template-rows: 30px 30px;
      gap: 0 15px;
      grid-template-areas: "graph percentage" "graph label";
      width: 260px;
      height: 60px;
      margin: 32px 10px; }
      .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .percentage {
        grid-area: percentage; }
        .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .percentage .number {
          font-weight: 700;
          font-size: 32px; }
        .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .percentage .symbol {
          font-weight: 700;
          font-size: 15px; }
      .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .label {
        grid-area: label;
        font-size: 15px;
        line-height: 50px; }
      .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .semi-donut {
        --percentage: 0;
        grid-area: graph;
        width: 120px;
        height: 60px;
        position: relative;
        font-size: 22px;
        font-weight: 600;
        overflow: hidden;
        color: #9F948F;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        box-sizing: border-box; }
        .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .semi-donut:after {
          content: '';
          width: 120px;
          height: 120px;
          border: 30px solid;
          border-color: #F6F4F3 #F6F4F3 #9F948F #9F948F;
          position: absolute;
          border-radius: 50%;
          left: 0;
          top: 0;
          box-sizing: border-box;
          transform: rotate(calc( 1deg * ( -45 + var(--percentage) * 1.8 )));
          animation: fillAnimation 1s ease-in; }

.c-election .c-card .c-button.-secondary.-outline, .c-election .c-hero-card .c-button.-secondary.-outline {
  background-color: #fff; }

.c-election .c-parliament-grid {
  display: grid;
  grid-template-columns: 120px 120px 120px 120px;
  grid-template-rows: 40px 60px 60px 80px auto;
  gap: 8px 16px;
  grid-auto-flow: row;
  grid-template-areas: "section-1 section-5 section-6 section-7" "section-2 section-5 section-6 section-8" "section-3 info-box info-box section-9" "section-4 info-box info-box section-10" ". info-box info-box ."; }
  .c-election .c-parliament-grid .section .empty {
    width: 20px;
    height: 20px; }
  .c-election .c-parliament-grid .section-1,
  .c-election .c-parliament-grid .section-7 {
    display: grid;
    grid-template-columns: 20px 20px 20px 20px 20px 20px;
    grid-template-rows: 20px 20px;
    gap: 0 0;
    grid-auto-flow: row;
    grid-template-areas: ". . . . . ." ". . . . . ."; }
  .c-election .c-parliament-grid .section-2,
  .c-election .c-parliament-grid .section-3,
  .c-election .c-parliament-grid .section-8,
  .c-election .c-parliament-grid .section-9 {
    display: grid;
    grid-template-columns: 20px 20px 20px 20px 20px 20px;
    grid-template-rows: 20px 20px 20px;
    gap: 0 0;
    grid-auto-flow: row;
    grid-template-areas: ". . . . . ." ". . . . . ." ". . . . . ."; }
  .c-election .c-parliament-grid .section-4,
  .c-election .c-parliament-grid .section-10 {
    display: grid;
    grid-template-columns: 20px 20px 20px 20px 20px 20px;
    grid-template-rows: 20px 20px 20px 20px;
    gap: 0 0;
    grid-auto-flow: row;
    grid-template-areas: ". . . . . ." ". . . . . ." ". . . . . ." ". . . . . ."; }
  .c-election .c-parliament-grid .section-5 {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 20px 20px 20px 20px 20px 20px;
    grid-template-rows: 20px 20px 20px 20px 20px;
    gap: 0;
    grid-template-areas: ". . . . . empty-1" ". . . . . ." ". . . . . ." ". . . . . ." ". . . . . empty-2"; }
    .c-election .c-parliament-grid .section-5 .empty-1 {
      grid-area: empty-1; }
    .c-election .c-parliament-grid .section-5 .empty-2 {
      grid-area: empty-2; }
  .c-election .c-parliament-grid .section-6 {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 20px 20px 20px 20px 20px 20px;
    grid-template-rows: 20px 20px 20px 20px 20px;
    gap: 0;
    grid-template-areas: "empty-1 . . . . ." ". . . . . ." ". . . . . ." ". . . . . ." "empty-2 . . . . ."; }
    .c-election .c-parliament-grid .section-6 .empty-1 {
      grid-area: empty-1; }
    .c-election .c-parliament-grid .section-6 .empty-2 {
      grid-area: empty-2; }
  .c-election .c-parliament-grid .section-1 {
    grid-area: section-1; }
  .c-election .c-parliament-grid .section-2 {
    grid-area: section-2; }
  .c-election .c-parliament-grid .section-3 {
    grid-area: section-3; }
  .c-election .c-parliament-grid .section-4 {
    grid-area: section-4; }
  .c-election .c-parliament-grid .section-5 {
    grid-area: section-5; }
  .c-election .c-parliament-grid .section-6 {
    grid-area: section-6; }
  .c-election .c-parliament-grid .section-7 {
    grid-area: section-7; }
  .c-election .c-parliament-grid .section-8 {
    grid-area: section-8; }
  .c-election .c-parliament-grid .section-9 {
    grid-area: section-9; }
  .c-election .c-parliament-grid .section-10 {
    grid-area: section-10; }
  .c-election .c-parliament-grid .info-box {
    background-color: #fff;
    border-radius: 12px;
    grid-area: info-box;
    padding: 16px; }
    .c-election .c-parliament-grid .info-box span.c-title {
      text-align: center;
      font-size: 13px;
      color: #7C7C7C;
      display: block;
      margin-bottom: 10px; }
    .c-election .c-parliament-grid .info-box .info-box-item {
      display: flex;
      margin-bottom: 5px; }
      .c-election .c-parliament-grid .info-box .info-box-item > * {
        line-height: 25px; }
      .c-election .c-parliament-grid .info-box .info-box-item .name {
        width: 145px; }
      .c-election .c-parliament-grid .info-box .info-box-item .mandates {
        font-weight: 700;
        display: flex;
        width: 50px;
        justify-content: flex-end; }
      .c-election .c-parliament-grid .info-box .info-box-item .diff {
        text-align: right;
        width: 30px; }

.c-election .c-summary-link {
  color: #0096CC;
  padding: 16px 0;
  border-top: 1px solid #E5DFDC; }
  .c-election .c-summary-link:first-of-type {
    margin-top: 16px; }
  .c-election .c-summary-link:last-of-type {
    padding-bottom: 0; }

.c-election .c-election-map {
  margin: 0 auto; }
  .c-election .c-election-map path {
    fill: #7c7c7c;
    cursor: pointer;
    transition: 0.3s ease opacity; }
    .c-election .c-election-map path:hover {
      opacity: 0.8; }

.c-election .party-region-selection {
  display: flex; }
  .c-election .party-region-selection.-single {
    flex-direction: column; }
  .c-election .party-region-selection > div {
    width: 100%; }
  .c-election .party-region-selection h3 {
    margin: 0 auto 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7c7c7c;
    max-width: 400px; }

.c-election .c-custom-select-wrapper {
  padding-bottom: 32px;
  margin-bottom: 0; }
  .c-election .c-custom-select-wrapper .c-custom-select {
    max-width: 400px;
    margin: auto; }
    .c-election .c-custom-select-wrapper .c-custom-select .dropdown-menu {
      max-width: 100%;
      overflow-x: hidden !important; }

.c-election .c-election-town {
  margin-top: 32px;
  min-height: 300px;
  position: relative; }
  .c-election .c-election-town .c-election-search-wrap {
    max-width: 600px;
    margin: 32px auto 0;
    position: relative; }
    .c-election .c-election-town .c-election-search-wrap .js-election-search-input {
      height: 48px;
      width: 100%;
      border-radius: 10px;
      background: #fff;
      border: 1px solid #E5DFDC;
      padding-left: 16px;
      padding-right: 42px;
      padding-top: 2px;
      appearance: none;
      color: #1A1919;
      margin-bottom: 32px; }
    .c-election .c-election-town .c-election-search-wrap .js-election-search-whisperer {
      display: none;
      position: absolute;
      z-index: 10;
      top: 40px;
      padding: 16px;
      padding-top: 0;
      background-color: #fff;
      width: 100%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border: 1px solid #E5DFDC;
      border-top: 0;
      overflow-y: scroll;
      max-height: 200px; }
      .c-election .c-election-town .c-election-search-wrap .js-election-search-whisperer .js-whisperer-item {
        cursor: pointer;
        padding-bottom: 15px; }
      .c-election .c-election-town .c-election-search-wrap .js-election-search-whisperer > div:first-of-type {
        margin-top: 2px;
        padding-top: 10px;
        border-top: 1px dotted #E5DFDC; }
      .c-election .c-election-town .c-election-search-wrap .js-election-search-whisperer > div:last-of-type {
        padding-bottom: 0; }
  .c-election .c-election-town .js-election-town-wrap .empty-message {
    font-size: 27px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px; }
  .c-election .c-election-town .js-election-town-wrap .c-title {
    font-size: 21px; }
  .c-election .c-election-town .js-election-town-wrap .c-turnout {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    border-bottom: 1px dotted #E5DFDC;
    margin-bottom: 24px; }
    .c-election .c-election-town .js-election-town-wrap .c-turnout > div {
      margin: 5px 10px;
      color: #7C7C7C; }
      .c-election .c-election-town .js-election-town-wrap .c-turnout > div > span {
        color: #000;
        font-weight: 700; }

.c-election.party-detail p {
  margin-bottom: 20px; }

.c-election.party-detail .c-party-image {
  width: 100%;
  padding-bottom: 15px; }

.c-election-graph.-vertical {
  max-height: 310px;
  overflow-y: scroll;
  position: relative; }
  .c-election-graph.-vertical .item {
    padding-right: 5px; }

.c-election-graph.-horizontal {
  max-width: 100%;
  height: 280px;
  overflow-x: scroll;
  position: relative;
  display: flex; }
  .c-election-graph.-horizontal .item {
    flex-direction: column-reverse;
    width: 80px;
    margin-right: 24px; }
    .c-election-graph.-horizontal .item.-threshold {
      transform: rotate(-90deg);
      height: 40px;
      min-width: 220px;
      margin-left: -160px;
      position: relative;
      top: 80px;
      left: 80px; }
    .c-election-graph.-horizontal .item .name {
      width: 100%;
      text-align: center;
      margin-top: 5px; }
    .c-election-graph.-horizontal .item .percentage {
      width: 100%;
      display: flex;
      flex-direction: column-reverse;
      padding-right: 0; }
      .c-election-graph.-horizontal .item .percentage .line {
        height: calc(var(--percentage) * 100 / var(--max-percentage) * 2px);
        width: 80px;
        border-radius: 4px;
        min-height: 5px; }
      .c-election-graph.-horizontal .item .percentage .number {
        text-align: center;
        position: static;
        color: #000; }
    .c-election-graph.-horizontal .item .mandates {
      display: none; }

.c-election-graph .item {
  display: flex;
  margin-bottom: 5px; }
  .c-election-graph .item > * {
    line-height: 25px; }
  .c-election-graph .item.-threshold {
    border-top: 1px dotted #E5DFDC;
    margin-top: 16px;
    padding-top: 8px;
    margin-bottom: 13px;
    font-size: 13px;
    color: #7C7C7C; }
    .c-election-graph .item.-threshold > span {
      width: 100%;
      text-align: center; }
  .c-election-graph .item .name {
    width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .c-election-graph .item .percentage {
    --max-percentage: 0;
    --percentage: 0;
    --color: #7C7C7C;
    min-width: 50%;
    padding-right: 30px;
    position: relative; }
    .c-election-graph .item .percentage .line {
      width: calc(var(--percentage) * 100 / var(--max-percentage) * 1%);
      height: 24px;
      background-color: var(--color);
      min-width: 5px; }
    .c-election-graph .item .percentage .number {
      position: absolute;
      top: 1px;
      left: 10px;
      color: #fff;
      font-weight: 700; }
      .c-election-graph .item .percentage .number.-low {
        color: #000;
        left: calc(var(--percentage) * 100 / var(--max-percentage) * 1% + 10px); }
  .c-election-graph .item .mandates {
    display: flex;
    width: 20%;
    justify-content: flex-end; }

.c-election-region-modal {
  position: absolute;
  z-index: 99;
  background: #fff;
  border: 1px solid #E7E2DF;
  border-radius: 10px;
  padding: 15px; }
  .c-election-region-modal:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0) rotate(45deg);
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: -1; }
  .c-election-region-modal a.c-party-link {
    color: #000; }
    .c-election-region-modal a.c-party-link:hover {
      text-decoration: underline; }
  .c-election-region-modal .c-modal-header {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #E7E2DF; }
    .c-election-region-modal .c-modal-header h3.c-title {
      text-align: center;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 8px; }
    .c-election-region-modal .c-modal-header .c-modal-turnout {
      text-align: center;
      display: flex;
      justify-content: space-evenly; }
      .c-election-region-modal .c-modal-header .c-modal-turnout > div {
        color: #7C7C7C; }
        .c-election-region-modal .c-modal-header .c-modal-turnout > div > span {
          color: #000;
          font-weight: 700; }

@media (max-width: 575.98px) {
  .c-election h1.c-title {
    font-size: 24px;
    margin: 30px 0; }
  .c-election h2.c-title {
    font-size: 21px; }
  .c-election .c-election-header .js-election-turnout .c-turnout-graphs {
    align-items: center; }
    .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph {
      grid-template-columns: 60px 70px;
      grid-template-rows: 15px 15px;
      width: 130px;
      height: 30px;
      gap: 0 5px;
      margin: 32px 5px; }
      .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .semi-donut {
        width: 60px;
        height: 30px; }
        .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .semi-donut:after {
          width: 60px;
          height: 60px;
          border-width: 15px; }
      .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .percentage .number {
        font-size: 16px; }
      .c-election .c-election-header .js-election-turnout .c-turnout-graphs .c-graph .label {
        font-size: 9px;
        line-height: 22px; }
  .c-election-region-modal {
    left: 10px !important;
    right: 10px !important;
    width: calc(100% - 20px) !important; }
    .c-election-region-modal:before {
      display: none !important; } }

@media (max-width: 991.98px) {
  .c-election .c-election-table {
    margin: 32px 0; }
  .c-election .party-region-selection {
    flex-direction: column; }
    .c-election .party-region-selection div:first-of-type .c-custom-select-wrapper {
      border-bottom: 0; }
  .c-election .c-custom-select-wrapper .c-custom-select .dropdown-menu {
    max-width: 100%;
    overflow-x: hidden !important; }
  .c-election .c-summary-row {
    flex-direction: column-reverse; }
    .c-election .c-summary-row .js-parliament-layout {
      margin-top: 32px; }
      .c-election .c-summary-row .js-parliament-layout .c-parliament-grid {
        display: block; }
        .c-election .c-summary-row .js-parliament-layout .c-parliament-grid .section {
          display: none; }
  .c-election .c-election-map {
    width: 100%;
    height: 100%; }
  .c-election .c-election-graph {
    max-height: 310px;
    overflow-y: scroll;
    position: relative; }
    .c-election .c-election-graph .item {
      padding-right: 5px; } }

@media (max-width: 991.98px) {
  .c-election .c-section {
    position: relative;
    margin: 32px 0; }
    .c-election .c-section-inner.-offset.-dark {
      border-radius: 0; } }

.-dark-theme .c-election p.c-subtitle {
  color: #F6F4F3; }
  .-dark-theme .c-election p.c-subtitle .-highlight {
    color: #fff; }

.-dark-theme .c-election a.c-party-link {
  color: #fff; }

.-dark-theme .c-election .c-election-town .c-election-search-wrap {
  color: #1A1919; }

.-dark-theme .c-election .c-election-town .js-election-town-wrap .c-turnout > div > span {
  color: #fff; }

.-dark-theme .election-vue .c-card .ef-chip-list .c-tag, .-dark-theme .election-vue .c-hero-card .ef-chip-list .c-tag {
  background: #1A1919; }

.-dark-theme .election-vue .seats-wrapper {
  background: #1A1919; }

.-dark-theme .c-election-region-modal {
  background: #313030; }
  .-dark-theme .c-election-region-modal .c-modal-header .c-modal-turnout > div > span {
    color: #fff; }
  .-dark-theme .c-election-region-modal:before {
    background: #313030; }

.-dark-theme .c-election-graph .item .percentage .number.-low {
  color: #fff; }

.-dark-theme .c-election-graph.-horizontal .item .percentage .number {
  color: #fff; }

.-dark-theme .c-parliament-grid .info-box {
  background: #1A1919; }

.coalitions {
  border-top: 1px #E5DFDC solid;
  padding: 32px 0;
  margin-top: 32px; }
  .coalitions .legend {
    display: flex;
    justify-content: center; }
    .coalitions .legend li {
      display: flex;
      align-items: center;
      margin: 0 25px;
      font-size: 14px; }
      .coalitions .legend li:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        border-radius: 100%;
        margin-right: 8px; }
      .coalitions .legend li.item-1:before {
        background: #F6F4F3;
        border: 1px #7C7C7C solid; }
      .coalitions .legend li.item-2:before {
        background: #F6F4F3; }
    @media (max-width: 575.98px) {
      .coalitions .legend {
        display: block;
        text-align: center; }
        .coalitions .legend li {
          display: block;
          margin: 10px auto; } }
  .coalitions .coalitions-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 0px 24px; }
    @media (max-width: 1199.98px) {
      .coalitions .coalitions-wrapper {
        justify-content: center; } }
    .coalitions .coalitions-wrapper .coalition-item {
      width: 236px;
      min-height: 311px;
      background: #F6F4F3;
      box-sizing: border-box;
      border-radius: 10px;
      margin-top: 24px; }
      @media (max-width: 575.98px) {
        .coalitions .coalitions-wrapper .coalition-item {
          margin-left: auto;
          margin-right: auto; } }
      .coalitions .coalitions-wrapper .coalition-item.probable {
        border: 1px #7C7C7C solid; }
      .coalitions .coalitions-wrapper .coalition-item .coal-name {
        font-family: Organica;
        font-weight: 600;
        font-size: 17px;
        margin: 24px 16px 6px 16px; }
      .coalitions .coalitions-wrapper .coalition-item .coal-chairs {
        color: #7C7C7C;
        font-weight: 600;
        font-size: 15px;
        margin-left: 16px;
        display: flex;
        align-items: center; }
        .coalitions .coalitions-wrapper .coalition-item .coal-chairs svg {
          margin-top: -5px; }
      .coalitions .coalitions-wrapper .coalition-item .coalition-visual {
        margin-top: 8px;
        padding: 16px;
        position: relative;
        display: flex; }
        .coalitions .coalitions-wrapper .coalition-item .coalition-visual:before {
          content: "";
          border-top: 1px #E5DFDC dashed;
          display: block;
          position: absolute;
          width: calc( 100% - 32px);
          top: 0; }
        .coalitions .coalitions-wrapper .coalition-item .coalition-visual .coal-bar {
          width: 24px;
          height: 200px;
          margin-right: 16px;
          border-radius: 4px;
          overflow: hidden; }
          .coalitions .coalitions-wrapper .coalition-item .coalition-visual .coal-bar .part {
            width: 100%;
            border-top: 1px #F6F4F3 solid;
            border-bottom: 1px #F6F4F3 solid;
            box-sizing: border-box;
            min-height: 12%; }
            .coalitions .coalitions-wrapper .coalition-item .coalition-visual .coal-bar .part:first-child {
              border-top: none; }
            .coalitions .coalitions-wrapper .coalition-item .coalition-visual .coal-bar .part:last-child {
              border-bottom: none; }
        .coalitions .coalitions-wrapper .coalition-item .coalition-visual .coal-parties {
          height: 200px;
          width: calc(100% - 40px); }
          .coalitions .coalitions-wrapper .coalition-item .coalition-visual .coal-parties .part {
            display: flex;
            font-size: 14px;
            align-items: center;
            min-height: 12%; }
            .coalitions .coalitions-wrapper .coalition-item .coalition-visual .coal-parties .part .part-chairs {
              display: flex;
              align-items: center;
              margin-left: auto;
              font-weight: bold;
              font-size: 14px; }
              .coalitions .coalitions-wrapper .coalition-item .coalition-visual .coal-parties .part .part-chairs .part-value {
                display: inline-block;
                margin: 5px 0 0 0; }

.-dark-theme .coalitions .coalitions-wrapper .coalition-item {
  background: #313030; }
  .-dark-theme .coalitions .coalitions-wrapper .coalition-item .coalition-visual .coal-bar .part {
    border-color: #313030; }

.-dark-theme .coalitions .legend li[class^='item-']:before {
  background: #313030; }

.c-election_pr-candidates .c-election_pr-candidates__page-subtitle {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 120%; }

.c-election_pr-candidates .c-election_pr-candidates__page-title {
  margin-bottom: 20px;
  font-size: 21px;
  margin-top: 32px;
  text-align: center;
  line-height: 120%;
  font-weight: 600; }

.c-election_pr-candidates .c-election_pr-candidates__heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 155%;
  color: #7C7C7C;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #E5DFDC;
  text-transform: uppercase; }

.c-election_pr-candidates .c-election_pr-candidates__subheading {
  font-size: 13px;
  line-height: 125%;
  color: #7C7C7C;
  margin-bottom: 30px; }

.c-election_pr-candidates .c-election_pr-candidates__candidate-list {
  display: flex;
  gap: 32px;
  flex-direction: column; }

.c-election_pr-candidates .c-election_pr-candidates__candidate-card {
  background: white;
  border-radius: 12px; }

.c-election_pr-candidates .c-election_pr-candidates__card-layout {
  display: flex;
  padding: 20px;
  gap: 25px; }

.c-election_pr-candidates .c-election_pr-candidates__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%; }

.c-election_pr-candidates .c-election_pr-candidates__candidate-name {
  font-size: 21px;
  line-height: 120%;
  font-weight: 700px;
  color: #1A1919;
  margin-bottom: 5px; }

.c-election_pr-candidates .c-election_pr-candidates__candidate-details {
  font-size: 13px;
  font-weight: 600;
  line-height: 125%;
  color: #7C7C7C;
  margin-bottom: 10px; }

.c-election_pr-candidates .c-election_pr-candidates__candidate-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  color: #0096CC; }

@media (min-width: 768px) {
  .c-election_pr-candidates .c-election_pr-candidates__candidate-list {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .c-election_pr-candidates .c-election_pr-candidates__page-title {
    font-size: 32px; }
  .c-election_pr-candidates .c-election_pr-candidates__page-subtitle {
    font-size: 42px; } }

.tiraz-info {
  background: #F6F4F3;
  border-radius: 10px;
  padding: 30px 60px;
  margin-top: 30px; }
  .tiraz-info a {
    color: #1A1919; }
  .tiraz-info .tiraz-adress {
    line-height: 24px;
    display: block; }
    .tiraz-info .tiraz-adress.-mobile {
      display: none; }

.tiraz-contact {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 28px;
  position: relative; }
  .tiraz-contact a {
    display: block; }
  .tiraz-contact .icon {
    position: absolute;
    top: 0;
    left: 0; }

.tiraz-socials {
  display: flex;
  gap: 18px;
  margin-top: 32px; }
  .tiraz-socials .icon {
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px; }
    .tiraz-socials .icon.icon-instagram {
      background: #CF3339; }
    .tiraz-socials .icon.icon-facebook {
      background: #145C8F;
      font-size: 19px; }
    .tiraz-socials .icon.icon-tiktok {
      background: #1A1919; }
    .tiraz-socials .icon.icon-twitter {
      background: #000000;
      font-size: 13px; }

.tiraz-address {
  line-height: 24px; }

.tiraz-cards-box {
  margin-top: 40px; }
  .tiraz-cards-box .box-header {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px #E5DFDC solid;
    margin-bottom: 32px; }
  .tiraz-cards-box .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .tiraz-cards-box .cards .user-card {
      width: calc(50% - 15px);
      min-width: 270px;
      display: grid;
      gap: 15px;
      grid-template-columns: 70px auto;
      grid-template-areas: "img-wrapper card-info-wrapper"; }
      .tiraz-cards-box .cards .user-card .img-wrapper {
        width: 70px;
        height: 70px;
        border-radius: 50px;
        overflow: hidden;
        margin-right: 10px; }
        .tiraz-cards-box .cards .user-card .img-wrapper img {
          width: 100%;
          height: auto; }
      .tiraz-cards-box .cards .user-card .card-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 13px; }
        .tiraz-cards-box .cards .user-card .card-info .card-name {
          color: #0096CC;
          font-weight: 700;
          font-size: 14px;
          text-transform: uppercase; }
        .tiraz-cards-box .cards .user-card .card-info .card-position {
          margin: 5px 0 10px 0; }
        .tiraz-cards-box .cards .user-card .card-info a {
          color: #1A1919;
          font-weight: 700; }
        .tiraz-cards-box .cards .user-card .card-info .tiraz-contact {
          margin-bottom: 0;
          font-size: 13px;
          padding-left: 18px; }
          .tiraz-cards-box .cards .user-card .card-info .tiraz-contact a {
            font-weight: 500;
            max-width: 190px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block; }
          .tiraz-cards-box .cards .user-card .card-info .tiraz-contact .icon-email-outline:before {
            font-size: 11px; }

@media (max-width: 991.98px) {
  .tiraz-info .tiraz-adress {
    line-height: 24px;
    display: none; }
    .tiraz-info .tiraz-adress.-mobile {
      display: block; }
  .tiraz-cards-box .cards .user-card .card-info .tiraz-contact a {
    max-width: inherit; } }

@media (max-width: 767.98px) {
  .tiraz-cards-box .cards .user-card {
    width: calc(100% - 15px); } }

@media (max-width: 575.98px) {
  .tiraz-cards-box .box-header {
    font-size: 25px; } }

.-dark-theme .tiraz-info {
  background: #313030; }
  .-dark-theme .tiraz-info a {
    color: #fff; }

.-dark-theme .tiraz-cards-box .cards .user-card .card-info a:not(.card-name) {
  color: #fff; }

.title-trend img {
  width: 12px;
  margin-right: 5px;
  position: relative;
  top: 2px; }

.trendy nav ul li a {
  font-size: 14px;
  background: #CF3339;
  padding: 5px 6px 4px;
  border-radius: 6px;
  line-height: 120%;
  color: #fff;
  font-weight: 500; }
  .trendy nav ul li a:hover {
    color: #fff;
    background: #962327; }

.trendy .c-tabs .mCustomScrollBox .mCSB_container:after {
  border-top: 0; }

.trendy .c-tabs .mCustomScrollBox .mCSB_container li {
  padding-top: 0; }

.trendy .c-tabs li + li {
  margin-left: 5px; }

.trendy .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  top: calc(100% - 8px); }

@media (max-width: 800px) {
  .trendy nav ul li a {
    padding: 4px 6px;
    line-height: 100%; } }

@media (max-width: 575.98px) {
  .trendy {
    font-size: 14px; }
    .trendy:has(.mCS_no_scrollbar_x) .mCS_no_scrollbar_x {
      margin-bottom: 10px !important; } }

.horoscopes-wrapper {
  display: grid;
  grid-template-areas: "sign-header" "horoscopes-rte" "-source" "listing-zodiac" "listing-china"; }
  .horoscopes-wrapper.sign-selected, .horoscopes-wrapper.detail-listing-wrapper {
    grid-template-areas: "sign-header" "horoscopes-rte" "-source" "listing-zodiac" "listing-china"; }
  .horoscopes-wrapper [class*="listing-"] {
    margin-top: 0; }
  .horoscopes-wrapper.-general .horoscope-sign-header.china-box {
    display: none; }
  .horoscopes-wrapper .-source {
    grid-area: -source;
    color: #7C7C7C;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400; }

.horoscope-sign-header {
  grid-area: sign-header; }

.horoscopes-rte {
  grid-area: horoscopes-rte;
  margin-top: 24px; }
  .horoscopes-rte p {
    font-size: 17px; }
  .horoscopes-rte .c-rte {
    padding-left: 0; }
    .horoscopes-rte .c-rte *:not(.icon) {
      font-family: "Organica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      color: #7C7C7C;
      font-size: 17px; }
    .horoscopes-rte .c-rte a .icon {
      color: #0096CC; }
    .horoscopes-rte .c-rte a:hover .icon {
      color: #145C8F; }
    .horoscopes-rte .c-rte .other-periods {
      display: flex;
      margin-bottom: 0;
      justify-content: start;
      padding: 0;
      column-gap: 32px;
      flex-wrap: wrap;
      row-gap: 16px; }
      .horoscopes-rte .c-rte .other-periods li {
        list-style: none;
        font-size: 14px;
        margin: 0; }
        .horoscopes-rte .c-rte .other-periods li .icon {
          font-weight: 100;
          font-size: 11px;
          margin: 0 4px; }
  .horoscopes-rte + .-source {
    margin-top: -12px; }

.listing-zodiac {
  grid-area: listing-zodiac; }

.listing-china {
  grid-area: listing-china; }

@media (min-width: 991.9px) and (max-width: 1079.9px) {
  .horoscopes-rte .c-rte .other-periods {
    column-gap: 12px; } }

@media (max-width: 991.98px) {
  .horoscopes-rte .c-rte .other-periods {
    column-gap: 32px; } }

@media (max-width: 767.98px) {
  .horoscopes-rte .c-rte .other-periods {
    flex-direction: column;
    row-gap: 12px; } }

@media (max-width: 575.98px) {
  .horoscopes-rte + .-source {
    margin-top: 0px; } }

.-dark-theme .horoscopes-rte .c-rte * {
  color: #fff; }

.c-special-hero {
  margin-top: -20px;
  margin-left: -32px;
  margin-right: -32px; }

.c-special-header {
  position: relative;
  padding: 32px 32px 16px; }
  .c-special-header > * {
    position: relative;
    z-index: 5; }
  .c-special-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/horoscopes/header-background.svg);
    background-size: cover;
    background-position: center; }
  .c-special-header .c-breadcrumbs {
    display: flex;
    color: #fff; }
    .c-special-header .c-breadcrumbs li {
      padding-top: 4px;
      margin-top: -4px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .c-special-header .c-breadcrumbs li:nth-child(1), .c-special-header .c-breadcrumbs li:nth-child(2), .c-special-header .c-breadcrumbs li:last-child {
        flex-shrink: 0; }
  .c-special-header.horoscopes-header {
    margin-bottom: 32px; }
    .c-special-header.horoscopes-header .main {
      margin-bottom: 40px; }
  .c-special-header .main {
    display: flex;
    margin: 20px 0; }
    .c-special-header .main .c-title {
      color: #fff;
      line-height: 1.2;
      font-size: 42px;
      margin: 0;
      font-weight: 700; }
  .c-special-header .c-tabs li {
    padding-top: 0 !important; }
    .c-special-header .c-tabs li:first-child {
      margin-left: 32px; }
    .c-special-header .c-tabs li:last-child {
      margin-right: 32px; }
    .c-special-header .c-tabs li a {
      color: #fff; }
      .c-special-header .c-tabs li a:hover {
        color: #06D6A0; }
      .c-special-header .c-tabs li a.-active {
        color: #06D6A0; }
        .c-special-header .c-tabs li a.-active:after {
          background: currentColor; }
  .c-special-header .c-tabs .mCustomScrollBox .mCSB_container:after {
    display: none; }
  .c-special-header .c-tabs-wrapper {
    margin: 0 -32px; }
    .c-special-header .c-tabs-wrapper:after {
      display: none; }

@media (max-width: 767.98px) {
  .c-special-header .main .c-title {
    font-size: 26px; }
  .c-special-header.horoscopes-header .main {
    margin-bottom: 20px; } }

@media (max-width: 575.98px) {
  .c-special-hero {
    margin-left: -16px;
    margin-right: -16px; }
    .c-special-hero .info {
      padding: 24px; }
    .c-special-hero .c-tabs li:first-child {
      margin-left: 24px; }
    .c-special-hero .c-tabs li:last-child {
      margin-right: 24px; }
    .c-special-hero .c-tabs .mCustomScrollBox .mCSB_container {
      padding: 0; }
    .c-special-hero .c-tabs-wrapper {
      margin: 0 -24px; }
  .c-special-header {
    padding: 24px 24px 6px; }
    .c-special-header.horoscopes-header {
      margin-bottom: 20px; } }

.horoscope-sign-header {
  column-gap: 32px;
  background: #f0f0f0;
  padding: 32px;
  margin-left: -32px;
  border-radius: 0 10px 10px 0;
  display: grid;
  grid-template-areas: "image-wrapper info-header" "image-wrapper info-wrapper" "image-wrapper determine-wrapper";
  grid-template-columns: 127px auto; }
  .horoscope-sign-header .info-header {
    grid-area: info-header;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 20px 0; }
    .horoscope-sign-header .info-header a {
      color: #0096CC; }
  .horoscope-sign-header .image-wrapper {
    grid-area: image-wrapper;
    position: relative;
    width: 127px;
    height: 127px;
    flex-shrink: 0;
    flex-grow: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/horoscopes/heart-questionmark.svg); }
    .horoscope-sign-header .image-wrapper.beran {
      background-image: url(../assets/horoscopes/zodiac/beran.svg); }
    .horoscope-sign-header .image-wrapper.byk {
      background-image: url(../assets/horoscopes/zodiac/byk.svg); }
    .horoscope-sign-header .image-wrapper.blizenci {
      background-image: url(../assets/horoscopes/zodiac/blizenci2.svg); }
    .horoscope-sign-header .image-wrapper.rak {
      background-image: url(../assets/horoscopes/zodiac/rak.svg); }
    .horoscope-sign-header .image-wrapper.lev {
      background-image: url(../assets/horoscopes/zodiac/lev.svg); }
    .horoscope-sign-header .image-wrapper.panna {
      background-image: url(../assets/horoscopes/zodiac/panna.svg); }
    .horoscope-sign-header .image-wrapper.vahy {
      background-image: url(../assets/horoscopes/zodiac/vahy.svg); }
    .horoscope-sign-header .image-wrapper.stir {
      background-image: url(../assets/horoscopes/zodiac/stir.svg); }
    .horoscope-sign-header .image-wrapper.strelec {
      background-image: url(../assets/horoscopes/zodiac/strelec.svg); }
    .horoscope-sign-header .image-wrapper.kozoroh {
      background-image: url(../assets/horoscopes/zodiac/kozoroh.svg); }
    .horoscope-sign-header .image-wrapper.vodnar {
      background-image: url(../assets/horoscopes/zodiac/vodnar.svg); }
    .horoscope-sign-header .image-wrapper.ryby {
      background-image: url(../assets/horoscopes/zodiac/ryby.svg); }
    .horoscope-sign-header .image-wrapper.krysa {
      background-image: url(../assets/horoscopes/china/krysa.svg); }
    .horoscope-sign-header .image-wrapper.buvol {
      background-image: url(../assets/horoscopes/china/buvol.svg); }
    .horoscope-sign-header .image-wrapper.tygr {
      background-image: url(../assets/horoscopes/china/tygr.svg); }
    .horoscope-sign-header .image-wrapper.zajic {
      background-image: url(../assets/horoscopes/china/zajic.svg); }
    .horoscope-sign-header .image-wrapper.drak {
      background-image: url(../assets/horoscopes/china/drak.svg); }
    .horoscope-sign-header .image-wrapper.had {
      background-image: url(../assets/horoscopes/china/had.svg); }
    .horoscope-sign-header .image-wrapper.kun {
      background-image: url(../assets/horoscopes/china/kun.svg); }
    .horoscope-sign-header .image-wrapper.koza {
      background-image: url(../assets/horoscopes/china/koza.svg); }
    .horoscope-sign-header .image-wrapper.opice {
      background-image: url(../assets/horoscopes/china/opice.svg); }
    .horoscope-sign-header .image-wrapper.kohout {
      background-image: url(../assets/horoscopes/china/kohout.svg); }
    .horoscope-sign-header .image-wrapper.pes {
      background-image: url(../assets/horoscopes/china/pes.svg); }
    .horoscope-sign-header .image-wrapper.vepr {
      background-image: url(../assets/horoscopes/china/vepr.svg); }
  .horoscope-sign-header .info-wrapper {
    grid-area: info-wrapper;
    color: #7C7C7C;
    font-size: 13px;
    font-weight: 400; }
    .horoscope-sign-header .info-wrapper .sign-name {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 6px; }
    .horoscope-sign-header .info-wrapper .sign-date {
      margin-bottom: 16px; }
    .horoscope-sign-header .info-wrapper a {
      color: inherit;
      text-decoration: underline; }
      .horoscope-sign-header .info-wrapper a.blue-link {
        color: #0096CC;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none; }
        .horoscope-sign-header .info-wrapper a.blue-link i.icon {
          font-weight: 100;
          font-size: 11px;
          margin: 0 4px; }
    .horoscope-sign-header .info-wrapper .my-sign {
      display: grid;
      grid-template-areas: "my-btns char-link";
      grid-template-columns: max-content auto;
      column-gap: 30px;
      row-gap: 20px;
      margin-top: 32px; }
      .horoscope-sign-header .info-wrapper .my-sign .my-btns {
        grid-area: my-btns; }
        .horoscope-sign-header .info-wrapper .my-sign .my-btns .add {
          background: #fff;
          border: 1px #E5DFDC solid;
          border-radius: 25px;
          font-size: 13px;
          font-weight: 600;
          color: #1A1919;
          text-decoration: none;
          padding: 6px 16px 7px 36px;
          cursor: pointer; }
          .horoscope-sign-header .info-wrapper .my-sign .my-btns .add:before {
            content: "";
            position: absolute;
            background: url(../assets/horoscopes/heart-simple.svg) no-repeat;
            width: 18px;
            height: 18px;
            background-size: cover;
            margin: -2px 0 0 -24px; }
        .horoscope-sign-header .info-wrapper .my-sign .my-btns .change {
          display: none; }
          .horoscope-sign-header .info-wrapper .my-sign .my-btns .change .flag {
            margin-right: 8px;
            padding-left: 26px;
            display: flex;
            float: left; }
            .horoscope-sign-header .info-wrapper .my-sign .my-btns .change .flag:before {
              content: "";
              display: block;
              width: 20px;
              height: 20px;
              background: url(../assets/horoscopes/heart.svg) no-repeat;
              background-size: cover;
              position: absolute;
              margin: -4px 0 0 -26px; }
      .horoscope-sign-header .info-wrapper .my-sign .char-link {
        grid-area: char-link; }
      .horoscope-sign-header .info-wrapper .my-sign .change-link {
        grid-area: change-link;
        text-decoration: underline;
        cursor: pointer; }
  .horoscope-sign-header.its-my-sign .info-wrapper .my-sign .my-btns .add {
    display: none; }
  .horoscope-sign-header.its-my-sign .info-wrapper .my-sign .my-btns .change {
    display: block; }
  .horoscope-sign-header.detail-sign-box {
    margin-bottom: 0; }
  .horoscope-sign-header.my-sign-box .info-wrapper .blue-link, .horoscope-sign-header.detail-sign-box .info-wrapper .blue-link {
    margin-bottom: 16px;
    display: block; }
  .horoscope-sign-header.my-sign-box .info-wrapper .determine-sign, .horoscope-sign-header.detail-sign-box .info-wrapper .determine-sign {
    position: relative;
    color: #fff;
    background: #CF3339;
    padding: 15px 24px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
    width: max-content;
    border-radius: 30px;
    cursor: pointer; }
    .horoscope-sign-header.my-sign-box .info-wrapper .determine-sign.-loading, .horoscope-sign-header.detail-sign-box .info-wrapper .determine-sign.-loading {
      color: #CF3339; }
      .horoscope-sign-header.my-sign-box .info-wrapper .determine-sign.-loading:before, .horoscope-sign-header.detail-sign-box .info-wrapper .determine-sign.-loading:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background: #fff;
        border-radius: 20px;
        left: calc(50% - 17px);
        right: auto;
        transform: translate(0%, -50%);
        top: 50%;
        animation: animate-loading 1.8s ease-out infinite;
        opacity: 1; }
  .horoscope-sign-header.my-sign-box .info-wrapper.determine-wrapper, .horoscope-sign-header.detail-sign-box .info-wrapper.determine-wrapper {
    grid-area: determine-wrapper;
    max-width: 315px; }
  .horoscope-sign-header.my-sign-box .info-wrapper.my-sign-box-main-info, .horoscope-sign-header.detail-sign-box .info-wrapper.my-sign-box-main-info {
    display: none; }
  .horoscope-sign-header.my-sign-box:not(.-changing) .-change, .horoscope-sign-header.detail-sign-box:not(.-changing) .-change {
    display: none !important; }
  .horoscope-sign-header.my-sign-box.-changing .-set, .horoscope-sign-header.detail-sign-box.-changing .-set {
    display: none !important; }
  .horoscope-sign-header.my-sign-box .info-header {
    font-size: 14px;
    line-height: 1.5;
    color: #7C7C7C;
    font-weight: 400; }
  .horoscope-sign-header.my-sign-box .info-wrapper .my-sign {
    margin-top: 0;
    grid-template-areas: "char-link change-link"; }
  .horoscope-sign-header.detail-sign-box .info-wrapper .info-header {
    font-size: 14px;
    line-height: 1.5;
    color: #7C7C7C;
    font-weight: 400; }
  .horoscope-sign-header.detail-sign-box .info-wrapper .blue-link {
    margin-bottom: 16px;
    display: block; }
  .horoscope-sign-header.detail-sign-box.-changing .detail-sign-box-main-info {
    margin-bottom: 30px; }
  .horoscope-sign-header .-determine {
    display: none; }
  .horoscope-sign-header .-determination-process-active .-open {
    display: none; }
  .horoscope-sign-header .-determination-process-active .-determine {
    display: block; }
  .horoscope-sign-header .-determination-process-active .determination {
    display: block; }
    .horoscope-sign-header .-determination-process-active .determination.-confirmation .-determine {
      display: none; }
    .horoscope-sign-header .-determination-process-active .determination.-confirmation .change-actual {
      display: none !important; }
    .horoscope-sign-header .-determination-process-active .determination.-confirmation .confirm-sign {
      display: block; }
  .horoscope-sign-header .determination {
    display: none; }
    .horoscope-sign-header .determination.-form-invalid .btn, .horoscope-sign-header .determination.-form-invalid .c-input {
      border: 2px solid #CF3339; }
    .horoscope-sign-header .determination .-mobile {
      display: none; }
    .horoscope-sign-header .determination .birthwrapper {
      display: flex;
      column-gap: 15px;
      margin-bottom: 24px;
      flex-wrap: wrap;
      row-gap: 14px; }
      .horoscope-sign-header .determination .birthwrapper .dayselect-wrapper {
        width: 27.5%; }
      .horoscope-sign-header .determination .birthwrapper .monthselect-wrapper {
        width: calc(72.5% - 15px); }
      .horoscope-sign-header .determination .birthwrapper .yearinput-wrapper {
        width: 100%;
        font-size: 14px; }
        .horoscope-sign-header .determination .birthwrapper .yearinput-wrapper input::-webkit-outer-spin-button,
        .horoscope-sign-header .determination .birthwrapper .yearinput-wrapper input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .horoscope-sign-header .determination .birthwrapper .yearinput-wrapper input[type=number] {
          -moz-appearance: textfield;
          appearance: textfield; }
      .horoscope-sign-header .determination .birthwrapper .dropdown-menu .disabled {
        display: none; }
        .horoscope-sign-header .determination .birthwrapper .dropdown-menu .disabled + li:before {
          display: none; }
    .horoscope-sign-header .determination .-determine,
    .horoscope-sign-header .determination .-confirm {
      float: right; }
    .horoscope-sign-header .determination .confirm-sign {
      display: none; }
    .horoscope-sign-header .determination .confirm-sign-info {
      display: flex;
      column-gap: 20px;
      align-items: center;
      margin-bottom: 24px; }
      .horoscope-sign-header .determination .confirm-sign-info .sign-date {
        margin-bottom: 0; }
      .horoscope-sign-header .determination .confirm-sign-info .image-wrapper {
        width: 100px;
        height: 100px; }
        .horoscope-sign-header .determination .confirm-sign-info .image-wrapper:before {
          content: none !important; }
    .horoscope-sign-header .determination .change-actual {
      display: none;
      clear: both;
      padding-top: 30px;
      flex-wrap: wrap;
      column-gap: 15px; }
      .horoscope-sign-header .determination .change-actual * {
        color: #7C7C7C; }
      .horoscope-sign-header .determination .change-actual .actual-header {
        width: 100%;
        flex-grow: 0;
        flex-shrink: 0; }
      .horoscope-sign-header .determination .change-actual .image-wrapper {
        width: 50px;
        height: 50px; }
      .horoscope-sign-header .determination .change-actual .remove-link {
        text-decoration: underline;
        cursor: pointer; }
  .horoscope-sign-header:not(.--china):not(.china-box) .determination .birthwrapper .yearinput-wrapper {
    display: none; }

.sign-selected .horoscope-sign-header.my-sign-box .image-wrapper:before, .sign-selected .horoscope-sign-header.detail-sign-box .image-wrapper:before {
  content: "";
  position: absolute;
  background: url(../assets/horoscopes/heart.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  right: 4px;
  top: 4px;
  opacity: 0.85; }

.sign-selected .horoscope-sign-header.my-sign-box:not(.-changing) .info-wrapper, .sign-selected .horoscope-sign-header.detail-sign-box:not(.-changing) .info-wrapper {
  display: block; }
  .sign-selected .horoscope-sign-header.my-sign-box:not(.-changing) .info-wrapper.determine-wrapper > *:not(.determination), .sign-selected .horoscope-sign-header.detail-sign-box:not(.-changing) .info-wrapper.determine-wrapper > *:not(.determination) {
    display: none; }

.sign-selected .horoscope-sign-header.my-sign-box:not(.-changing) .-change,
.sign-selected .horoscope-sign-header.my-sign-box:not(.-changing) .-change-mobile, .sign-selected .horoscope-sign-header.detail-sign-box:not(.-changing) .-change,
.sign-selected .horoscope-sign-header.detail-sign-box:not(.-changing) .-change-mobile {
  display: none; }

.sign-selected .horoscope-sign-header.my-sign-box.-changing .my-sign-box-main-info, .sign-selected .horoscope-sign-header.detail-sign-box.-changing .my-sign-box-main-info {
  display: block;
  margin-bottom: 30px; }

.sign-selected .horoscope-sign-header.my-sign-box.-changing .-set, .sign-selected .horoscope-sign-header.detail-sign-box.-changing .-set {
  display: none !important; }

.sign-selected .horoscope-sign-header.my-sign-box.-changing .-change, .sign-selected .horoscope-sign-header.detail-sign-box.-changing .-change {
  display: block; }

.sign-selected .horoscope-sign-header.my-sign-box.-changing .change-actual, .sign-selected .horoscope-sign-header.detail-sign-box.-changing .change-actual {
  display: flex; }
  .sign-selected .horoscope-sign-header.my-sign-box.-changing .change-actual .image-wrapper:before, .sign-selected .horoscope-sign-header.detail-sign-box.-changing .change-actual .image-wrapper:before {
    top: -2px;
    right: -2px;
    width: 14px;
    height: 14px; }

.sign-selected .horoscope-sign-header.my-sign-box .info-wrapper .my-sign .my-btns .add, .sign-selected .horoscope-sign-header.detail-sign-box .info-wrapper .my-sign .my-btns .add {
  display: none; }

.sign-selected .horoscope-sign-header.my-sign-box .info-wrapper .my-sign .my-btns .change, .sign-selected .horoscope-sign-header.detail-sign-box .info-wrapper .my-sign .my-btns .change {
  display: block; }

.initializing .horoscope-sign-header.my-sign-box .info-wrapper {
  display: none; }
  .initializing .horoscope-sign-header.my-sign-box .info-wrapper.determine-wrapper {
    display: none; }

.horoscope-sign-header.its-my-sign.-changing .change-actual {
  display: flex; }

@media (max-width: 767.98px) {
  .horoscope-sign-header {
    grid-template-areas: "info-header info-header" "image-wrapper info-wrapper" "image-wrapper determine-wrapper";
    grid-template-columns: 140px auto;
    margin: 0px -32px 32px;
    border-radius: 0; }
    .horoscope-sign-header .image-wrapper {
      width: 140px;
      height: 140px; }
    .horoscope-sign-header.detail-sign-box {
      margin-top: -32px; }
    .horoscope-sign-header .info-wrapper .my-sign {
      grid-template-areas: "char-link" "my-btns";
      column-gap: 20px;
      row-gap: 36px;
      margin-top: 16px; }
    .horoscope-sign-header .info-wrapper .sign-date {
      margin-bottom: 20px; }
  .sign-selected .horoscope-sign-header .image-wrapper:before {
    width: 23px;
    height: 23px;
    right: 6px;
    top: 6px; }
  .sign-selected:not(.-general) .horoscope-sign-header {
    margin-top: -32px; } }

@media (min-width: 576px) {
  .horoscope-sign-header.-changing .-mobile,
  .horoscope-sign-header.-changing .-change-mobile {
    display: none !important; }
  .horoscope-sign-header.-changing .-desktop.-change {
    display: block;
    margin-bottom: 10px; } }

@media (max-width: 575.98px) {
  .horoscope-sign-header {
    grid-template-columns: 130px auto;
    padding: 20px 16px 28px;
    margin: -20px -16px 16px;
    column-gap: 20px; }
    .horoscope-sign-header .-desktop {
      display: none !important; }
    .horoscope-sign-header .image-wrapper {
      width: 130px;
      height: 130px; }
    .horoscope-sign-header .info-wrapper .my-sign {
      column-gap: 12px; }
    .horoscope-sign-header.detail-sign-box {
      margin-top: -20px; }
    .horoscope-sign-header.my-sign-box .info-wrapper .sign-date, .horoscope-sign-header.detail-sign-box .info-wrapper .sign-date {
      margin-bottom: 10px; }
    .horoscope-sign-header.my-sign-box .info-wrapper .-mobile, .horoscope-sign-header.detail-sign-box .info-wrapper .-mobile {
      display: block; }
      .horoscope-sign-header.my-sign-box .info-wrapper .-mobile.info-header, .horoscope-sign-header.detail-sign-box .info-wrapper .-mobile.info-header {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #EEEEE4; }
    .horoscope-sign-header.my-sign-box .info-wrapper.determine-wrapper, .horoscope-sign-header.detail-sign-box .info-wrapper.determine-wrapper {
      max-width: initial; }
    .horoscope-sign-header.my-sign-box .info-wrapper .determination, .horoscope-sign-header.detail-sign-box .info-wrapper .determination {
      position: fixed;
      display: block;
      top: 65px;
      left: 0;
      width: 100%;
      z-index: 5;
      color: #fff;
      padding: 32px;
      transition: transform 0.3s ease;
      transform: translateY(-300%); }
      .horoscope-sign-header.my-sign-box .info-wrapper .determination:before, .horoscope-sign-header.detail-sign-box .info-wrapper .determination:before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        border-radius: 100%;
        width: 182vw;
        height: 190vw;
        max-height: 740px;
        left: -17.6vw;
        top: calc(-64px - 38.13vw); }
      .horoscope-sign-header.my-sign-box .info-wrapper .determination .info-wrapper, .horoscope-sign-header.detail-sign-box .info-wrapper .determination .info-wrapper {
        color: #fff; }
      .horoscope-sign-header.my-sign-box .info-wrapper .determination .change-actual, .horoscope-sign-header.detail-sign-box .info-wrapper .determination .change-actual {
        row-gap: 10px; }
        .horoscope-sign-header.my-sign-box .info-wrapper .determination .change-actual *, .horoscope-sign-header.detail-sign-box .info-wrapper .determination .change-actual * {
          color: #fff; }
      .horoscope-sign-header.my-sign-box .info-wrapper .determination *, .horoscope-sign-header.detail-sign-box .info-wrapper .determination * {
        position: relative; }
    .horoscope-sign-header.my-sign-box .info-wrapper.-determination-process-active .determination, .horoscope-sign-header.detail-sign-box .info-wrapper.-determination-process-active .determination {
      transform: translateY(0); }
    .horoscope-sign-header.my-sign-box .info-wrapper.-determination-process-active .-open, .horoscope-sign-header.detail-sign-box .info-wrapper.-determination-process-active .-open {
      display: block; }
    .horoscope-sign-header.my-sign-box .info-wrapper .confirm-sign-info .info-wrapper, .horoscope-sign-header.detail-sign-box .info-wrapper .confirm-sign-info .info-wrapper {
      color: #fff; }
    .horoscope-sign-header.my-sign-box .info-wrapper .-close, .horoscope-sign-header.detail-sign-box .info-wrapper .-close {
      position: absolute;
      right: 30px;
      top: 20px;
      font-size: 13px;
      padding: 3px;
      color: #7C7C7C;
      z-index: 5;
      cursor: pointer; }
    .horoscope-sign-header.my-sign-box.china-box .info-wrapper .determination:before, .horoscope-sign-header.detail-sign-box.china-box .info-wrapper .determination:before {
      height: 214vw;
      max-height: 790px; }
    .horoscope-sign-header.my-sign-box.-changing .-change-mobile, .horoscope-sign-header.detail-sign-box.-changing .-change-mobile {
      display: block; }
  .sign-selected .horoscope-sign-header {
    margin-top: -20px; }
    .sign-selected .horoscope-sign-header .image-wrapper:before {
      width: 20px;
      height: 20px;
      right: 4px;
      top: 4px;
      opacity: 1; }
    .sign-selected .horoscope-sign-header.my-sign-box.-changing .my-sign-box-main-info {
      margin-bottom: initial; }
    .sign-selected .horoscope-sign-header.my-sign-box .info-wrapper.-determination-process-active .-open {
      display: none; }
  .sign-selected:not(.-general) .horoscope-sign-header {
    margin-top: -20px; }
  .horoscopes-wrapper.-general:not(.sign-selected) .horoscope-sign-header {
    margin-top: -10px; } }

@media (max-width: 364.9px) {
  .horoscope-sign-header {
    grid-template-columns: 90px auto; }
    .horoscope-sign-header .image-wrapper {
      width: 90px;
      height: 90px; }
    .horoscope-sign-header .info-header {
      font-size: 20px; }
    .horoscope-sign-header .info-wrapper .sign-name {
      font-size: 16px; }
    .horoscope-sign-header .info-wrapper .sign-date {
      margin-bottom: 16px; }
    .horoscope-sign-header .info-wrapper .my-sign {
      grid-template-areas: "char-link" "my-btns";
      column-gap: 12px; }
    .horoscope-sign-header.my-sign-box .info-wrapper .determination, .horoscope-sign-header.detail-sign-box .info-wrapper .determination {
      padding: 20px 16px; }
    .horoscope-sign-header.my-sign-box .info-wrapper .-close, .horoscope-sign-header.detail-sign-box .info-wrapper .-close {
      right: 16px;
      top: 12px; }
    .horoscope-sign-header.my-sign-box .info-wrapper .determination:before, .horoscope-sign-header.detail-sign-box .info-wrapper .determination:before {
      top: calc(-40px - 38.13vw); }
    .horoscope-sign-header.my-sign-box .info-wrapper .my-sign {
      grid-template-areas: "char-link" "change-link";
      row-gap: 14px; }
  .sign-selected .horoscope-sign-header .image-wrapper:before {
    width: 16px;
    height: 16px;
    right: 2px;
    top: 2px; } }

.-dark-theme .horoscope-sign-header {
  background: #313030; }
  .-dark-theme .horoscope-sign-header.my-sign-box .info-header {
    color: #fff; }
  .-dark-theme .horoscope-sign-header .info-wrapper {
    color: #fff; }
    .-dark-theme .horoscope-sign-header .info-wrapper .info-header {
      color: #fff; }
  .-dark-theme .horoscope-sign-header .change-actual * {
    color: #fff; }

@keyframes animate-loading {
  0% {
    width: 4px;
    height: 4px;
    left: calc(50% - 17px);
    opacity: 1; }
  33.32% {
    width: 10px;
    height: 10px;
    left: calc(50% - 20px);
    opacity: 0; }
  33.33% {
    width: 4px;
    height: 4px;
    left: calc(50% - 2px);
    opacity: 1; }
  66.66% {
    width: 10px;
    height: 10px;
    left: calc(50% - 5px);
    opacity: 0; }
  66.67% {
    width: 4px;
    height: 4px;
    left: calc(50% + 13px);
    opacity: 1; }
  99.99% {
    width: 10px;
    height: 10px;
    left: calc(50% + 10px);
    opacity: 0; } }

.sign-selected .horoscopes-signs-list {
  grid-template-areas: "scn-grid-header" "horoscope-info" "links" "sign-header" "list-wrapper"; }
  .sign-selected .horoscopes-signs-list .list-wrapper {
    margin-bottom: 0; }
  .sign-selected .horoscopes-signs-list .horoscope-sign-header {
    margin-bottom: 32px; }

.detail-listing-wrapper .horoscopes-signs-list .c-section-header,
.detail-listing-wrapper .horoscopes-signs-list .horoscope-info,
.detail-listing-wrapper .horoscopes-signs-list .links {
  display: none; }

.horoscopes-signs-list {
  display: grid;
  grid-template-areas: "scn-grid-header" "horoscope-info" "links" "list-wrapper" "sign-header"; }
  .horoscopes-signs-list .c-section-header {
    grid-area: scn-grid-header; }
  .horoscopes-signs-list .horoscope-sign-header {
    grid-area: sign-header; }
  .horoscopes-signs-list .horoscope-info {
    grid-area: horoscope-info;
    font-size: 13px;
    line-height: 1.5; }
  .horoscopes-signs-list .links {
    grid-area: links; }
  .horoscopes-signs-list .list-wrapper {
    grid-area: list-wrapper; }
  .horoscopes-signs-list .info-gray {
    color: #7C7C7C; }
  .horoscopes-signs-list .links {
    display: flex;
    margin-top: 25px;
    column-gap: 40px; }
    .horoscopes-signs-list .links a.blue-link {
      color: #0096CC;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 30px; }
      .horoscopes-signs-list .links a.blue-link i.icon {
        font-weight: 100;
        font-size: 11px;
        margin: 0 4px; }
  .horoscopes-signs-list .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
    justify-content: flex-start;
    column-gap: 18px;
    margin-bottom: 32px; }
    .horoscopes-signs-list .list-wrapper li {
      position: relative; }
      .horoscopes-signs-list .list-wrapper li.heart:before {
        content: "";
        position: absolute;
        background: url(../assets/horoscopes/heart.svg) no-repeat;
        width: 16px;
        height: 16px;
        background-size: cover;
        right: 4px;
        top: 4px;
        opacity: 0.85;
        z-index: 1; }
    .horoscopes-signs-list .list-wrapper a {
      display: block;
      font-size: 14px;
      color: #7C7C7C;
      font-weight: 400;
      text-align: center; }
      .horoscopes-signs-list .list-wrapper a:before {
        content: "";
        display: block;
        position: relative;
        width: 99px;
        height: 99px;
        border-radius: 50px;
        background-size: cover;
        margin-bottom: 8px;
        box-shadow: 0 0 2px #6b05b1;
        transition: box-shadow 0.3s; }
      .horoscopes-signs-list .list-wrapper a:hover:before {
        box-shadow: 0 0 5px #000; }
      .horoscopes-signs-list .list-wrapper a.--vodnar:before {
        background-image: url(../assets/horoscopes/zodiac/vodnar.svg); }
      .horoscopes-signs-list .list-wrapper a.--rak:before {
        background-image: url(../assets/horoscopes/zodiac/rak.svg); }
      .horoscopes-signs-list .list-wrapper a.--beran:before {
        background-image: url(../assets/horoscopes/zodiac/beran.svg); }
      .horoscopes-signs-list .list-wrapper a.--byk:before {
        background-image: url(../assets/horoscopes/zodiac/byk.svg); }
      .horoscopes-signs-list .list-wrapper a.--blizenci:before {
        background-image: url(../assets/horoscopes/zodiac/blizenci2.svg); }
      .horoscopes-signs-list .list-wrapper a.--lev:before {
        background-image: url(../assets/horoscopes/zodiac/lev.svg); }
      .horoscopes-signs-list .list-wrapper a.--vahy:before {
        background-image: url(../assets/horoscopes/zodiac/vahy.svg); }
      .horoscopes-signs-list .list-wrapper a.--ryby:before {
        background-image: url(../assets/horoscopes/zodiac/ryby.svg); }
      .horoscopes-signs-list .list-wrapper a.--strelec:before {
        background-image: url(../assets/horoscopes/zodiac/strelec.svg); }
      .horoscopes-signs-list .list-wrapper a.--kozoroh:before {
        background-image: url(../assets/horoscopes/zodiac/kozoroh.svg); }
      .horoscopes-signs-list .list-wrapper a.--panna:before {
        background-image: url(../assets/horoscopes/zodiac/panna.svg); }
      .horoscopes-signs-list .list-wrapper a.--stir:before {
        background-image: url(../assets/horoscopes/zodiac/stir.svg); }
      .horoscopes-signs-list .list-wrapper a.--krysa:before {
        background-image: url(../assets/horoscopes/china/krysa.svg); }
      .horoscopes-signs-list .list-wrapper a.--drak:before {
        background-image: url(../assets/horoscopes/china/drak.svg); }
      .horoscopes-signs-list .list-wrapper a.--opice:before {
        background-image: url(../assets/horoscopes/china/opice.svg); }
      .horoscopes-signs-list .list-wrapper a.--buvol:before {
        background-image: url(../assets/horoscopes/china/buvol.svg); }
      .horoscopes-signs-list .list-wrapper a.--had:before {
        background-image: url(../assets/horoscopes/china/had.svg); }
      .horoscopes-signs-list .list-wrapper a.--kohout:before {
        background-image: url(../assets/horoscopes/china/kohout.svg); }
      .horoscopes-signs-list .list-wrapper a.--tygr:before {
        background-image: url(../assets/horoscopes/china/tygr.svg); }
      .horoscopes-signs-list .list-wrapper a.--kun:before {
        background-image: url(../assets/horoscopes/china/kun.svg); }
      .horoscopes-signs-list .list-wrapper a.--pes:before {
        background-image: url(../assets/horoscopes/china/pes.svg); }
      .horoscopes-signs-list .list-wrapper a.--zajic:before {
        background-image: url(../assets/horoscopes/china/zajic.svg); }
      .horoscopes-signs-list .list-wrapper a.--koza:before {
        background-image: url(../assets/horoscopes/china/koza.svg); }
      .horoscopes-signs-list .list-wrapper a.--vepr:before {
        background-image: url(../assets/horoscopes/china/vepr.svg); }

.type-selected .find-sign-link,
.detail-listing-wrapper .find-sign-link {
  display: none; }

@media (max-width: 767.98px) {
  .horoscopes-signs-list .list-wrapper {
    justify-content: center; } }

@media (max-width: 575.98px) {
  .sign-selected .horoscopes-signs-list,
  .detail-listing-wrapper .horoscopes-signs-list {
    grid-template-areas: "sign-header" "scn-grid-header" "list-wrapper" "horoscope-info" "links"; }
    .sign-selected .horoscopes-signs-list .horoscope-sign-header,
    .detail-listing-wrapper .horoscopes-signs-list .horoscope-sign-header {
      margin-bottom: 20px; }
    .sign-selected .horoscopes-signs-list .links,
    .detail-listing-wrapper .horoscopes-signs-list .links {
      margin-top: 16px; }
  .type-selected .links {
    display: none; }
  .detail-listing-wrapper .horoscope-sign-header {
    margin-bottom: 30px; }
  .horoscopes-signs-list {
    grid-template-areas: "scn-grid-header" "list-wrapper" "horoscope-info" "links" "sign-header"; }
    .horoscopes-signs-list .horoscope-info {
      margin-top: 14px; }
    .horoscopes-signs-list .list-wrapper {
      column-gap: 9px;
      margin-bottom: 0px; }
      .horoscopes-signs-list .list-wrapper a:before {
        width: 79px;
        height: 79px; }
    .horoscopes-signs-list .horoscope-sign-header {
      grid-template-columns: 99px auto; }
      .horoscopes-signs-list .horoscope-sign-header .image-wrapper {
        width: 99px;
        height: 99px; }
  .-layout-mobile-condensed .horoscopes-signs-list .list-wrapper {
    column-gap: 17px; }
    .-layout-mobile-condensed .horoscopes-signs-list .list-wrapper a:before {
      width: 99px;
      height: 99px; }
  .-general > [class*="listing-"]:last-of-type {
    margin-bottom: 0; }
    .-general > [class*="listing-"]:last-of-type .links a.blue-link {
      margin-bottom: 0; } }

@media (max-width: 399.9px) {
  .horoscopes-signs-list .links a {
    width: max-content; } }

.-dark-theme .horoscopes-signs-list .list-wrapper a {
  color: #fff; }

.-dark-theme .horoscopes-signs-list .horoscope-info {
  color: #fff; }

.c-sharer-desktop {
  display: flex;
  align-items: center; }
  .c-sharer-desktop .label {
    color: #0096CC;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 12px; }
  .c-sharer-desktop .icons {
    display: flex;
    gap: 7px;
    align-items: center; }
    .c-sharer-desktop .icons li {
      list-style: none;
      margin: 0; }
      .c-sharer-desktop .icons li a {
        color: #fff !important; }
        .c-sharer-desktop .icons li a:hover {
          color: #fff; }
      .c-sharer-desktop .icons li .icon {
        margin: 0; }
    .c-sharer-desktop .icons .icon {
      display: block;
      width: 32px;
      height: 32px;
      border-radius: 16px;
      transition: 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center; }
      .c-sharer-desktop .icons .icon:hover {
        opacity: 0.7; }
      .c-sharer-desktop .icons .icon.icon-facebook {
        background: #145C8F;
        font-size: 17px; }
      .c-sharer-desktop .icons .icon.icon-twitter {
        background: #000000;
        font-size: 12px; }
        .c-sharer-desktop .icons .icon.icon-twitter:before {
          margin: 1px 0 0 2px; }
      .c-sharer-desktop .icons .icon.icon-email-outline {
        background: #CF3339;
        font-size: 15px;
        font-weight: 100; }
      .c-sharer-desktop .icons .icon.icon-link-svg:before, .c-sharer-desktop .icons .icon.icon-messenger:before {
        content: "";
        height: 20px;
        width: 20px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat; }
      .c-sharer-desktop .icons .icon.icon-link-svg {
        background: #ff5718;
        cursor: pointer; }
        .c-sharer-desktop .icons .icon.icon-link-svg:before {
          background-image: url(../assets/link-ico.svg);
          transform: scaleX(-1); }
      .c-sharer-desktop .icons .icon.icon-messenger {
        background: #007fff; }
        .c-sharer-desktop .icons .icon.icon-messenger:before {
          background-image: url(../assets/msngr-ico.svg);
          height: 18px;
          width: 18px; }
  .c-sharer-desktop .c-actions.mobile-only.sssp-hide {
    display: none; }

.c-sharer-mobile {
  display: none;
  order: 4;
  width: 20px;
  height: 20px;
  background: url(../assets/share-ico.svg) no-repeat;
  cursor: pointer; }

@media (max-width: 991.98px) {
  .c-sharer-desktop {
    display: none; }
  .c-sharer-mobile.-sharing-possible {
    display: block; } }

.-dark-theme .c-sharer-mobile {
  filter: invert(1); }

.c-pop-up {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .c-pop-up .c-pop-up__dialog {
    position: absolute;
    background: #F6F4F3;
    padding: 21px;
    top: calc(62px + 3px);
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 20px);
    height: auto;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    max-width: 692px;
    animation: slideInFromTop 0.2s linear; }
    .c-pop-up .c-pop-up__dialog .c-newsletter-box .title {
      padding-right: 30px;
      font-size: 18px;
      font-weight: 700;
      line-height: 125%; }
    .c-pop-up .c-pop-up__dialog .c-newsletter-box .perex {
      font-size: 14px;
      margin-top: 0px;
      font-family: Organica;
      margin-bottom: 15px; }
    .c-pop-up .c-pop-up__dialog.--closing {
      animation: slideOutToBottom 0.2s linear; }
  .c-pop-up .c-pop-up__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
  .c-pop-up .c-pop-up__close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 48px;
    height: 48px;
    font-size: 19px;
    cursor: pointer;
    color: #7C7C7C; }
  .c-pop-up .c-pop-up__overlay {
    width: 100%;
    height: 100%; }
  .c-pop-up.--active {
    display: block; }
  @media (min-width: 768px) {
    .c-pop-up .c-pop-up__dialog {
      top: calc(65px + 3px);
      padding-top: 30px;
      padding-right: 45px; }
    .c-pop-up .c-pop-up__close-button {
      font-size: 13px;
      top: 0px;
      right: 0px; } }

@keyframes slideInFromTop {
  0% {
    transform: translateY(-150%) translateX(-50%); }
  100% {
    transform: translateY(0) translateX(-50%); } }

@keyframes slideOutToBottom {
  0% {
    transform: translateY(0) translateX(-50%); }
  100% {
    transform: translateY(-150%) translateX(-50%); } }

.-dark-theme .c-pop-up .c-pop-up__dialog {
  background: #313030;
  color: #fff; }

.ski-resorts-wrapper .area-wrapper {
  border-top: 1px #E5DFDC solid;
  padding-top: 12px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-gap: 1px;
  grid-template-areas: "area-head-name area-head-day-0 area-head-day-1 area-head-day-2" "resorts-wrapper resorts-wrapper resorts-wrapper resorts-wrapper"; }
  .ski-resorts-wrapper .area-wrapper [class^=area-head] {
    color: #7C7C7C;
    margin-bottom: 10px; }
  .ski-resorts-wrapper .area-wrapper [class^=area-head-day] {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .ski-resorts-wrapper .area-wrapper .area-head-name {
    grid-area: area-head-name;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-right: 8px; }
    .ski-resorts-wrapper .area-wrapper .area-head-name .snowflake {
      display: block;
      margin-left: auto;
      margin-right: 20px; }
  .ski-resorts-wrapper .area-wrapper .area-head-day-0 {
    grid-area: area-head-day-0; }
  .ski-resorts-wrapper .area-wrapper .area-head-day-1 {
    grid-area: area-head-day-1; }
  .ski-resorts-wrapper .area-wrapper .area-head-day-2 {
    grid-area: area-head-day-2; }

.ski-resorts-wrapper .resorts-wrapper {
  grid-area: resorts-wrapper; }

.ski-resorts-wrapper .resort-wrapper {
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-gap: 1px;
  grid-template-areas: "resort-1-1 resort-1-2 resort-1-3 resort-1-4" "resort-2-1 resort-2-2 resort-2-3 resort-2-4"; }
  .ski-resorts-wrapper .resort-wrapper .resort-box {
    background: #F6F4F3;
    color: #1A1919;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    padding: 3px 12px 0 12px;
    font-size: 13px;
    font-weight: 600; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1 {
      height: 46px; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-2 {
      height: 28px;
      font-size: 13px; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1-1 {
      grid-area: resort-1-1;
      font-size: 16px;
      font-weight: 400;
      color: #7C7C7C;
      margin-right: 8px;
      border-radius: 10px 10px 0 0; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1-2 {
      grid-area: resort-1-2;
      border-radius: 10px 0 0 0; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1-3 {
      grid-area: resort-1-3; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1-4 {
      grid-area: resort-1-4;
      border-radius: 0 10px 0 0; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-2-1 {
      grid-area: resort-2-1;
      font-weight: 400;
      color: #7C7C7C;
      margin-right: 8px;
      border-radius: 0 0 10px 10px; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-2-2 {
      grid-area: resort-2-2;
      border-radius: 0 0 0 10px; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-2-3 {
      grid-area: resort-2-3; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-2-4 {
      grid-area: resort-2-4;
      border-radius: 0 0 10px 0; }
  .ski-resorts-wrapper .resort-wrapper .day-label {
    display: none; }
  .ski-resorts-wrapper .resort-wrapper .snow-amount {
    font-size: 18px;
    font-weight: 600;
    color: #1A1919;
    margin-left: auto; }
    .ski-resorts-wrapper .resort-wrapper .snow-amount .unit {
      font-size: 13px; }
    .ski-resorts-wrapper .resort-wrapper .snow-amount .snowflake {
      display: none; }
  .ski-resorts-wrapper .resort-wrapper .weather-img {
    display: block;
    width: 36px;
    margin-top: -3px; }
  .ski-resorts-wrapper .resort-wrapper .icon.icon-info {
    margin-left: auto;
    margin-top: -3px;
    cursor: pointer;
    transition: 0.3s ease; }
    .ski-resorts-wrapper .resort-wrapper .icon.icon-info:hover {
      background: rgba(0, 150, 204, 0.08); }
    .ski-resorts-wrapper .resort-wrapper .icon.icon-info:before {
      margin-left: -1px; }

.ski-resorts-wrapper .icon.icon-info {
  color: #0096CC;
  font-size: 8px;
  width: 13px;
  height: 13px;
  border: 1px #0096CC solid;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.ski-resorts-wrapper .ski-index-mobile, .ski-resorts-wrapper .mobile-value {
  display: none; }

.ski-resorts-wrapper .ski-index-info {
  color: #7C7C7C;
  font-size: 14px;
  line-height: 21px; }
  .ski-resorts-wrapper .ski-index-info .icon-info {
    float: left;
    margin: 3px 10px 0 0; }
  .ski-resorts-wrapper .ski-index-info p {
    margin-bottom: 6px; }
  .ski-resorts-wrapper .ski-index-info ul {
    margin: 16px 0; }
    .ski-resorts-wrapper .ski-index-info ul li {
      margin: 6px 0; }

@media (max-width: 767.98px) {
  .ski-resorts-wrapper .area-wrapper .area-head-name .snowflake {
    display: none; }
  .ski-resorts-wrapper .area-wrapper [class^=area-head-day] {
    display: none; }
  .ski-resorts-wrapper .resort-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "resort-1-1 resort-1-1 resort-1-1" "resort-1-2 resort-1-3 resort-1-4" "resort-2-1 resort-2-1 resort-2-1" "resort-2-2 resort-2-3 resort-2-4"; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1 {
      min-height: 46px;
      flex-wrap: wrap; }
      .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1:not(.resort-1-1) {
        padding: 10px 0;
        height: inherit; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-2 {
      height: initial;
      font-size: 13px;
      padding: 10px 0; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1-1 {
      margin-right: initial;
      border-radius: 10px 10px 0 0; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1-2 {
      border-radius: 0; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-1-4 {
      border-radius: 0; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-2-1 {
      margin-right: initial;
      border-radius: 0; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-2-2 {
      border-radius: 0 0 0 10px; }
    .ski-resorts-wrapper .resort-wrapper .resort-box.resort-2-4 {
      border-radius: 0 0 10px 0; }
    .ski-resorts-wrapper .resort-wrapper .day-label {
      display: block;
      flex-shrink: 0;
      width: 100%;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      color: #7C7C7C;
      margin-bottom: 4px; }
    .ski-resorts-wrapper .resort-wrapper .snow-amount .snowflake {
      display: inline-block;
      margin: -3px 12px 0 0;
      vertical-align: middle; }
    .ski-resorts-wrapper .resort-wrapper .icon.icon-info {
      margin-left: initial; } }

@media (max-width: 575.98px) {
  .ski-resorts-wrapper .resort-wrapper .resort-box {
    column-gap: 6px; } }

.-dark-theme .area-wrapper {
  border-top-color: #464646; }
  .-dark-theme .area-wrapper .area-head-name {
    color: #fff; }
  .-dark-theme .area-wrapper [class^=area-head-day] {
    color: #E5E5E5; }

.-dark-theme .ski-resorts-wrapper .ski-index-info {
  color: #E5E5E5; }

.-dark-theme .resort-wrapper .resort-box {
  background: #313030;
  color: #fff; }
  .-dark-theme .resort-wrapper .resort-box.resort-1-1 {
    color: #fff; }
  .-dark-theme .resort-wrapper .resort-box.resort-2-1 {
    color: #E5E5E5; }

.-dark-theme .resort-wrapper .snow-amount {
  color: #fff; }

.-dark-theme .resort-wrapper .day-label {
  color: #E5E5E5; }

.c-eyecatcher-line {
  background: linear-gradient(0deg, #191d20, #191d20), #222B54;
  color: #fff;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 25px;
  padding-left: 32px;
  margin-left: -32px; }
  .c-eyecatcher-line .line-text {
    font-size: 28px;
    font-weight: 700; }
    .c-eyecatcher-line .line-text a {
      color: #fff; }
  .c-eyecatcher-line .line-button {
    background: #0096CC;
    white-space: nowrap; }
    .c-eyecatcher-line .line-button:hover {
      background: #00a9e6; }

@media (max-width: 991.98px) {
  .c-eyecatcher-line {
    border-radius: 0;
    margin-right: -32px; }
    .c-eyecatcher-line .line-button-wrapper {
      margin-left: auto; } }

@media (max-width: 767.98px) {
  .c-eyecatcher-line {
    display: block;
    padding: 20px 32px; }
    .c-eyecatcher-line .line-text {
      font-size: 21px;
      margin-bottom: 20px; } }

@media (max-width: 575.98px) {
  .c-eyecatcher-line {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px; } }

.c-hero-overlay .c-section-inner {
  margin-bottom: 0 !important; }

@media (max-width: 575px) {
  .c-hero-overlay {
    margin-top: 0 !important; }
    .c-hero-overlay .title-wrapper {
      padding: 16px 0;
      position: absolute;
      z-index: 9;
      color: #fff; }
      .c-hero-overlay .title-wrapper .c-breadcrumbs li {
        color: #fff; }
      .c-hero-overlay .title-wrapper .c-title {
        color: #fff; }
      .c-hero-overlay .title-wrapper .short-description {
        color: #fff; }
    .c-hero-overlay .c-section-inner {
      margin-top: 0; }
      .c-hero-overlay .c-section-inner .-highlight .img {
        position: relative; }
        .c-hero-overlay .c-section-inner .-highlight .img::before {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #1a191a 100%);
          z-index: 1; } }

.c-partner-box {
  background: #F6F4F3;
  border-radius: 10px;
  padding: 18px;
  padding-top: 12px;
  margin-bottom: 24px; }
  .c-partner-box a:hover {
    text-decoration: underline; }
  .c-partner-box .partner-wrapper {
    display: flex;
    column-gap: 12px;
    font-size: 13px;
    color: #7C7C7C;
    padding: 18px 0;
    border-bottom: 1px #E5DFDC dashed; }
    .c-partner-box .partner-wrapper .partner-img-wrapper {
      margin-left: auto; }
      .c-partner-box .partner-wrapper .partner-img-wrapper img {
        display: block; }
    .c-partner-box .partner-wrapper:first-of-type {
      padding-top: 0; }
    .c-partner-box .partner-wrapper:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
    .c-partner-box .partner-wrapper .partner-info {
      line-height: 1.55; }
    .c-partner-box .partner-wrapper .partner-image {
      width: 100px;
      text-decoration: none; }

.partners-mobile {
  display: none; }

@media (max-width: 991.98px) {
  .partners-mobile {
    display: block; }
  .partners-desktop {
    display: none; }
  .c-partner-box {
    display: flex;
    flex-wrap: wrap;
    padding: 20px; }
    .c-partner-box .c-section-header {
      flex-shrink: 0;
      display: block;
      width: 100%;
      margin-bottom: 24px; }
    .c-partner-box .partner-wrapper {
      width: 50%;
      border-bottom: none;
      border-right: 1px #E5DFDC dashed;
      margin: 12px 0;
      padding: 0 18px; }
      .c-partner-box .partner-wrapper:nth-of-type(2n + 1) {
        padding-left: 0; }
      .c-partner-box .partner-wrapper:nth-of-type(2n) {
        padding-right: 0;
        border-right: none; }
      .c-partner-box .partner-wrapper:nth-of-type(-n+2) {
        margin-top: 0; }
      .c-partner-box .partner-wrapper:nth-last-of-type(-n+2) {
        margin-bottom: 0; } }

@media (max-width: 575.98px) {
  .partners-mobile {
    display: block; }
  .partners-desktop {
    display: none; }
  .c-partner-box {
    display: flex;
    flex-wrap: wrap;
    padding: 20px; }
    .c-partner-box .c-section-header {
      flex-shrink: 0;
      display: block;
      width: 100%;
      margin-bottom: 24px; }
    .c-partner-box .partner-wrapper {
      width: 100%;
      border-bottom: 1px #E5DFDC dashed;
      border-right: none;
      margin: 0;
      padding: 18px 0; }
      .c-partner-box .partner-wrapper:nth-of-type(n + 1) {
        padding-left: 0; }
      .c-partner-box .partner-wrapper:nth-of-type(n) {
        padding-right: 0;
        border-right: none; }
      .c-partner-box .partner-wrapper:nth-of-type(-n+1) {
        margin-top: 0; }
      .c-partner-box .partner-wrapper:nth-last-of-type(-n+1) {
        margin-bottom: 0; } }

.-dark-theme .c-partner-box {
  background: #313030; }
  .-dark-theme .c-partner-box .c-section-header .title {
    color: #fff; }
  .-dark-theme .c-partner-box .partner-wrapper {
    border-color: #464646;
    color: #fff; }

.c-sport-hero {
  margin-top: -21px;
  margin-left: -32px;
  margin-right: -32px; }
  .c-sport-hero .info {
    padding: 32px;
    background: #F6F4F3;
    color: #7C7C7C;
    font-size: 14px;
    line-height: 1.6; }

.c-sport-header {
  position: relative;
  background: #8A1538;
  padding: 32px 32px 16px; }
  .c-sport-header > * {
    position: relative;
    z-index: 5; }
  .c-sport-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/fifa2022-bg.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.1; }
  .c-sport-header .c-breadcrumbs {
    color: #fff; }
  .c-sport-header .main {
    display: flex;
    margin: 20px 0; }
    .c-sport-header .main .c-title {
      color: #fff;
      line-height: .7;
      font-size: 46px;
      padding-top: 6px;
      margin: 0;
      font-weight: 700; }
      .c-sport-header .main .c-title span {
        font-size: 26px;
        display: inline-block; }
      .c-sport-header .main .c-title[href]:hover {
        text-decoration: underline; }
    .c-sport-header .main .logo {
      position: absolute;
      right: 32px;
      top: 50%;
      transform: translateY(-50%); }
      .c-sport-header .main .logo img {
        height: 150px; }
  .c-sport-header .c-tabs li {
    padding-top: 0 !important; }
    .c-sport-header .c-tabs li:first-child {
      margin-left: 32px; }
    .c-sport-header .c-tabs li:last-child {
      margin-right: 32px; }
    .c-sport-header .c-tabs li a {
      color: #fff; }
      .c-sport-header .c-tabs li a:hover {
        color: #06D6A0; }
      .c-sport-header .c-tabs li a.-active {
        color: #06D6A0; }
        .c-sport-header .c-tabs li a.-active:after {
          background: currentColor; }
  .c-sport-header .c-tabs .mCustomScrollBox .mCSB_container:after {
    display: none; }
  .c-sport-header .c-tabs-wrapper {
    margin: 0 -32px; }
    .c-sport-header .c-tabs-wrapper:after {
      display: none; }

@media (max-width: 991.98px) {
  .c-sport-header .main .logo {
    position: static;
    transform: none;
    margin-left: auto; }
    .c-sport-header .main .logo img {
      height: 65px; } }

@media (max-width: 767.98px) {
  .c-sport-header .main .c-title {
    font-size: 26px;
    line-height: 1.1;
    padding: 0; }
    .c-sport-header .main .c-title span {
      font-size: 20px; } }

@media (max-width: 575.98px) {
  .c-sport-hero {
    margin-left: -16px;
    margin-right: -16px; }
    .c-sport-hero .info {
      padding: 24px; }
    .c-sport-hero .c-tabs li:first-child {
      margin-left: 24px; }
    .c-sport-hero .c-tabs li:last-child {
      margin-right: 24px; }
    .c-sport-hero .c-tabs .mCustomScrollBox .mCSB_container {
      padding: 0; }
    .c-sport-hero .c-tabs-wrapper {
      margin: 0 -24px; }
  .c-sport-header {
    padding: 24px 24px 6px; } }

.c-sport-cta-box {
  position: relative;
  background: #8A1538;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin-left: -32px;
  border-radius: 0 10px 10px 0; }
  .c-sport-cta-box > * {
    position: relative;
    z-index: 5; }
  .c-sport-cta-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/fifa2022-bg.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.1; }
  .c-sport-cta-box .info {
    font-size: 14px;
    line-height: 1.6; }
    .c-sport-cta-box .info a {
      color: #06D6A0;
      text-decoration: underline; }
      .c-sport-cta-box .info a:hover {
        text-decoration: none; }
  .c-sport-cta-box.-lg {
    padding: 32px;
    flex-direction: column;
    align-items: flex-start; }
    .c-sport-cta-box.-lg > * + * {
      margin-top: 16px; }
  .c-sport-cta-box:not(.-lg) .c-button {
    position: static; }
    .c-sport-cta-box:not(.-lg) .c-button:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

.c-sport-listing {
  position: relative;
  margin-left: -32px;
  margin-right: -32px;
  padding: 32px; }
  .c-sport-listing > * {
    position: relative;
    z-index: 5; }
  .c-sport-listing:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/fifa2022-bg.jpg);
    transform: scaleY(-1);
    background-position: top;
    opacity: 0.3; }
  .c-sport-listing:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(246, 244, 243, 0.7), #fff 50%);
    z-index: 1; }
  .c-sport-listing .c-sharer-desktop {
    justify-content: flex-end; }
    .c-sport-listing .c-sharer-desktop .label {
      margin-right: 10px; }
  .c-sport-listing .header {
    max-width: 700px; }
    .c-sport-listing .header .c-title {
      font-size: 46px;
      margin-bottom: 20px; }
    .c-sport-listing .header .info {
      color: #7C7C7C;
      font-size: 14px;
      line-height: 1.6; }
  .c-sport-listing .stadiums {
    margin-top: 100px;
    counter-reset: sports-listing-counter; }
    .c-sport-listing .stadiums .item {
      display: flex;
      align-items: flex-start;
      counter-increment: sports-listing-counter; }
      .c-sport-listing .stadiums .item:nth-child(even) {
        flex-direction: row-reverse; }
        .c-sport-listing .stadiums .item:nth-child(even) .img {
          margin-left: 0;
          margin-right: -32px; }
          .c-sport-listing .stadiums .item:nth-child(even) .img img {
            border-radius: 10px 0 0 10px; }
        .c-sport-listing .stadiums .item:nth-child(even) .content {
          margin-left: 0;
          margin-right: -100px; }
          .c-sport-listing .stadiums .item:nth-child(even) .content:before {
            right: 24px; }
      .c-sport-listing .stadiums .item + .item {
        margin-top: 50px; }
    .c-sport-listing .stadiums .img {
      margin-left: -32px;
      display: flex;
      align-items: flex-start; }
      .c-sport-listing .stadiums .img img {
        border-radius: 0 10px 10px 0; }
    .c-sport-listing .stadiums .content {
      position: relative;
      border-radius: 10px;
      background: #8A1538;
      color: #fff;
      padding: 24px;
      width: 100%;
      max-width: 450px;
      margin-left: -100px;
      margin-top: 40px; }
      .c-sport-listing .stadiums .content:before {
        content: counter(sports-listing-counter);
        font-size: 100px;
        font-weight: 700;
        position: absolute;
        line-height: 0.5;
        bottom: 100%;
        color: #06D6A0; }
      .c-sport-listing .stadiums .content > * + * {
        margin-top: 16px; }
      .c-sport-listing .stadiums .content .title {
        font-size: 32px;
        margin-bottom: -12px; }
      .c-sport-listing .stadiums .content .subtitle {
        font-weight: 700; }
      .c-sport-listing .stadiums .content .info {
        font-size: 16px;
        line-height: 1.6; }
        .c-sport-listing .stadiums .content .info > * + * {
          margin-top: 16px; }

@media (max-width: 991.98px) {
  .c-sport-listing .stadiums {
    margin-top: 32px; }
    .c-sport-listing .stadiums .item {
      flex-direction: column !important;
      align-items: flex-end;
      margin-left: -32px;
      margin-right: -32px; }
      .c-sport-listing .stadiums .item:nth-child(even) {
        align-items: flex-start; }
        .c-sport-listing .stadiums .item:nth-child(even) .content {
          border-radius: 0 10px 10px 0; }
          .c-sport-listing .stadiums .item:nth-child(even) .content:before {
            right: auto; }
    .c-sport-listing .stadiums .content {
      margin: -40px 0 0;
      max-width: calc(100% - 32px);
      border-radius: 10px 0 0 10px; }
      .c-sport-listing .stadiums .content:before {
        right: 24px; }
    .c-sport-listing .stadiums .img {
      margin: 0 !important; }
      .c-sport-listing .stadiums .img img {
        border-radius: 0 !important; } }

@media (max-width: 575.98px) {
  .c-sport-listing {
    padding: 24px;
    margin-left: -16px;
    margin-right: -16px; }
    .c-sport-listing .header .c-title {
      font-size: 24px;
      margin-bottom: 16px; }
    .c-sport-listing .stadiums {
      margin-top: 24px; }
      .c-sport-listing .stadiums .item {
        margin-left: -24px;
        margin-right: -24px; }
      .c-sport-listing .stadiums .content:before {
        font-size: 64px; }
      .c-sport-listing .stadiums .content > * + * {
        margin-top: 8px; }
      .c-sport-listing .stadiums .content .title {
        font-size: 20px;
        margin-bottom: -4px; }
      .c-sport-listing .stadiums .content .subtitle,
      .c-sport-listing .stadiums .content .info {
        font-size: 14px; }
      .c-sport-listing .stadiums .content .info > * + * {
        margin-top: 8px; }
  .c-sport-cta-box {
    flex-direction: column;
    align-items: flex-start;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0; }
    .c-sport-cta-box > * + * {
      margin-top: 16px; } }

.flatpickr-calendar.-sport-calendar {
  background: #fff;
  overflow: hidden;
  width: 324px;
  margin: -50px 0 0 -43px; }
  .flatpickr-calendar.-sport-calendar .flatpickr-rContainer {
    width: 100%; }
    .flatpickr-calendar.-sport-calendar .flatpickr-rContainer .flatpickr-days {
      width: 100%;
      justify-content: center; }
  .flatpickr-calendar.-sport-calendar .datepicker-actions {
    display: flex;
    border-top: 1px #E5DFDC solid; }
    .flatpickr-calendar.-sport-calendar .datepicker-actions .flatpickr-cancel {
      display: flex;
      color: #7C7C7C;
      font-size: 14px;
      font-weight: 600;
      padding: 4px;
      margin: 24px;
      margin-top: 14px;
      height: 26px;
      cursor: pointer; }
      .flatpickr-calendar.-sport-calendar .datepicker-actions .flatpickr-cancel:hover {
        color: #9F948F; }
      .flatpickr-calendar.-sport-calendar .datepicker-actions .flatpickr-cancel:before {
        content: '\2715';
        margin-right: 10px;
        font-size: 20px; }

.c-sport-calendar {
  width: 100%;
  background: #F6F4F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 20px;
  border-radius: 5px; }
  .c-sport-calendar .calendar-wrapper {
    width: 100%;
    max-width: 350px;
    display: flex;
    column-gap: 15px;
    align-items: center; }
    .c-sport-calendar .calendar-wrapper .js-sport-datepicker {
      position: relative;
      flex: 0 0 238px; }
      .c-sport-calendar .calendar-wrapper .js-sport-datepicker.-loading .-loading-display {
        display: block; }
    .c-sport-calendar .calendar-wrapper .c-input {
      font-size: 13px;
      line-height: 49px;
      color: #7C7C7C; }
    .c-sport-calendar .calendar-wrapper .-loading-display {
      display: none;
      position: absolute;
      width: calc(100% - 15px);
      height: 40px;
      background: rgba(255, 255, 255, 0.8);
      margin: 4px 8px; }
      .c-sport-calendar .calendar-wrapper .-loading-display:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background: #0096CC;
        border-radius: 20px;
        left: calc(20% - 17px);
        right: auto;
        transform: translate(0%, -50%);
        top: 50%;
        animation: animate-loading-calendar 1.8s ease-out infinite;
        opacity: 1; }
    .c-sport-calendar .calendar-wrapper .-calendar-icon {
      font-size: 25px;
      margin-left: -40px;
      z-index: 10; }
    .c-sport-calendar .calendar-wrapper .-day-shift-icon {
      font-size: 20px;
      flex: 0 0 40px;
      height: 40px; }
  .c-sport-calendar .link {
    color: #0096CC; }
    .c-sport-calendar .link:hover {
      color: #145C8F; }
  .c-sport-calendar .-calendar-today-matches {
    font-size: 12px;
    font-weight: 400;
    padding: 2px;
    margin: 12px 0 -8px 0; }
  .c-sport-calendar.-today .-calendar-today-matches {
    display: none; }

@media (max-width: 575.98px) {
  .flatpickr-calendar.-sport-calendar {
    animation: none !important;
    left: 50% !important;
    margin-left: 0px !important;
    transform: translate(-50%, 0); }
  .c-sport-calendar {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0; }
    .c-sport-calendar .calendar-wrapper .js-sport-datepicker {
      flex: 0 0 calc(100% - 110px); } }

@media (max-width: 329.9px) {
  .flatpickr-calendar.-sport-calendar {
    width: 300px; } }

.-dark-theme .c-sport-calendar {
  background: #313030; }

.-dark-theme .flatpickr-calendar.-sport-calendar {
  background: #313030; }
  .-dark-theme .flatpickr-calendar.-sport-calendar .datepicker-actions {
    border-top: none; }
    .-dark-theme .flatpickr-calendar.-sport-calendar .datepicker-actions .flatpickr-cancel {
      color: #0096CC; }
      .-dark-theme .flatpickr-calendar.-sport-calendar .datepicker-actions .flatpickr-cancel:hover {
        color: #145C8F; }

@keyframes animate-loading-calendar {
  0% {
    width: 4px;
    height: 4px;
    left: calc(20% - 17px);
    opacity: 1; }
  33.32% {
    width: 10px;
    height: 10px;
    left: calc(20% - 20px);
    opacity: 0; }
  33.33% {
    width: 4px;
    height: 4px;
    left: calc(20% - 2px);
    opacity: 1; }
  66.66% {
    width: 10px;
    height: 10px;
    left: calc(20% - 5px);
    opacity: 0; }
  66.67% {
    width: 4px;
    height: 4px;
    left: calc(20% + 13px);
    opacity: 1; }
  99.99% {
    width: 10px;
    height: 10px;
    left: calc(20% + 10px);
    opacity: 0; } }

.c-match-tabs {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }
  .c-match-tabs .c-tabs-option {
    position: relative;
    display: flex;
    align-items: center;
    width: 105px;
    height: 44.25px;
    justify-content: center;
    padding: 12px 24px 12px 20px;
    border: 2px solid #E7E2DF;
    background: #FFF; }
    .c-match-tabs .c-tabs-option .text {
      color: #0096CC;
      text-align: center;
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      line-height: 125%;
      text-transform: uppercase; }
    .c-match-tabs .c-tabs-option:hover .text {
      color: #145C8F; }
    .c-match-tabs .c-tabs-option-active {
      background: #0096CC;
      border: 2px solid #0096CC; }
      .c-match-tabs .c-tabs-option-active::before {
        position: absolute;
        content: '';
        top: 80%;
        left: 50%;
        width: 10px;
        height: 10px;
        background: #0096CC;
        transform: rotate(-45deg) translateX(-50%);
        flex-shrink: 0; }
      .c-match-tabs .c-tabs-option-active .text {
        color: #FFF; }
      .c-match-tabs .c-tabs-option-active:hover {
        background: #145C8F;
        border-color: #145C8F; }
        .c-match-tabs .c-tabs-option-active:hover::before {
          background: #145C8F; }
        .c-match-tabs .c-tabs-option-active:hover .text {
          color: #FFF; }
    .c-match-tabs .c-tabs-option:last-child {
      border-radius: 0px 30px 30px 0px; }
    .c-match-tabs .c-tabs-option:first-child {
      border-radius: 30px 0px 0px 30px; }

:root {
  --sport-tag-color: #0096CC; }

.c-sport-tags-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
  mask-image: linear-gradient(90deg, black 93%, rgba(255, 255, 255, 0) 99%); }
  .c-sport-tags-wrapper .c-sport-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-right: 16px;
    gap: 10px;
    overflow: auto; }

.c-sport-tags-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 13px 8.5px 13px;
  border-radius: 10px;
  border: 2px solid #E7E2DF;
  background: #FFF;
  text-wrap: nowrap; }
  .c-sport-tags-item .text {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
    color: var(--sport-tag-color); }
  .c-sport-tags-item:hover .text {
    filter: brightness(0.7); }

.-tag-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 5px;
  font-size: 12px; }
  .-tag-links .-tag-link {
    background: #F6F4F3;
    font-weight: 600;
    padding: 2px 8px 1px;
    border-radius: 20px;
    color: #0096CC; }
    .-tag-links .-tag-link:hover {
      color: #145C8F;
      text-decoration: none; }

.-dark-theme .c-sport-tags-item {
  border: 2px solid #4A4A4A;
  background: #313030; }

/* MATCH DETAIL */
.match-detail-score {
  display: grid;
  row-gap: 10px;
  grid-template-areas: "detail-logoA detail-score detail-logoB" "detail-info detail-info detail-info";
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px #E5DFDC dashed; }
  .match-detail-score .-score {
    grid-area: detail-score;
    font-size: 42px;
    font-weight: 600;
    justify-self: center;
    margin: 5px 0px -5px;
    letter-spacing: 2px; }
    .match-detail-score .-score .-colon {
      display: inline-block;
      margin: 0 10px; }
  .match-detail-score .-logo-A {
    grid-area: detail-logoA;
    justify-self: start; }
  .match-detail-score .-logo-B {
    grid-area: detail-logoB;
    justify-self: end; }
  .match-detail-score .-match-info {
    grid-area: detail-info;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 10px;
    text-align: center; }
    .match-detail-score .-match-info .-term {
      font-weight: 700;
      text-transform: uppercase; }
  .match-detail-score .-team-logo {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .match-detail-score .-team-logo a {
      display: inherit;
      justify-content: inherit;
      align-items: inherit;
      width: 100%;
      height: 100%;
      text-decoration: none; }
    .match-detail-score .-team-logo img {
      display: block;
      max-width: 100%;
      max-height: 100%; }

.short-description + .match-detail-score {
  margin-top: 20px; }

.match-detail-wrapper.-before .match-detail-score .-colored {
  color: #7C7C7C; }

.match-detail-wrapper.-live .match-detail-score .-colored {
  color: #CF3339; }

@media (max-width: 575.98px) {
  .c-card.-sportspecial, .-sportspecial.c-hero-card {
    position: relative;
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 0; }
    .c-card.-sportspecial .-card-mobile-link, .-sportspecial.c-hero-card .-card-mobile-link {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; } }

.-dark-theme .match-detail-score {
  border-color: #464646; }

/* COMPETITOR DETAIL */
.competitor-medailon {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 96px auto;
  grid-template-rows: 52px auto auto auto;
  column-gap: 24px;
  grid-template-areas: "image title" "image position" "perex perex" "info info"; }
  .competitor-medailon .image-wrapper {
    grid-area: image;
    width: 96px;
    height: 96px;
    margin-bottom: 36px;
    border-radius: 50px;
    overflow: hidden; }
  .competitor-medailon .c-title {
    grid-area: title;
    font-size: 25px;
    display: flex;
    align-items: end;
    margin-bottom: 6px; }
  .competitor-medailon .position {
    grid-area: position;
    font-size: 18px;
    font-weight: 600;
    color: #7C7C7C; }
  .competitor-medailon .text {
    grid-area: perex;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.56; }
  .competitor-medailon .c-sport-info-wrapper {
    grid-area: info; }

/* TEAM DETAIL */
.html-result-wrapper.-stats-box {
  display: flex;
  flex-direction: column;
  row-gap: 20px; }
  .html-result-wrapper.-stats-box .team-img img {
    height: 14px;
    margin-top: 3px; }

.-loader-dots-content {
  position: relative; }
  .-loader-dots-content .-loader-dots {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    column-gap: 10px;
    padding-top: 130px;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    z-index: 10; }
    .-loader-dots-content .-loader-dots .-dot {
      width: 8px;
      height: 8px;
      background: #000;
      border-radius: 10px;
      opacity: 0.3;
      animation: loadingDotAnimate 1.8s infinite; }
      .-loader-dots-content .-loader-dots .-dot.-dot-2 {
        animation-delay: 0.6s; }
      .-loader-dots-content .-loader-dots .-dot.-dot-3 {
        animation-delay: 1.2s; }
  .-loader-dots-content.-loading .-loader-dots {
    visibility: visible;
    opacity: 1; }

@keyframes loadingDotAnimate {
  0%, 66.7% {
    opacity: 0.3; }
  33.33% {
    opacity: 1; } }

.-dark-theme .-loader-dots-content .-loader-dots {
  background: #1A1919; }
  .-dark-theme .-loader-dots-content .-loader-dots .-dot {
    background-color: #fff; }

.-dark-theme .-loader-dots-content.-loading .-loader-dots {
  opacity: 0.7; }

:root {
  --football-color: #0096CC;
  --hockey-color: #0096CC; }

.--underlined a {
  text-decoration: underline; }

.c-rte .sport-wrapper .league-header img {
  height: 13.3px; }
  .c-rte .sport-wrapper .league-header img.-flag {
    height: 14px;
    width: auto; }

.c-section .short-description {
  color: #7C7C7C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */ }

.c-section-inner:last-child {
  margin-bottom: 54px; }

.sport-wrapper {
  position: relative;
  margin-bottom: 25px; }
  .sport-wrapper .pagination-button-wrapper {
    display: none;
    position: relative;
    justify-content: center;
    margin-top: -56px; }
    .sport-wrapper .pagination-button-wrapper .c-button {
      background: #0096CC; }
      .sport-wrapper .pagination-button-wrapper .c-button:hover {
        background: #145C8F; }
  .sport-wrapper.-teaser .pagination-button-wrapper {
    display: flex; }
  .sport-wrapper.-teaser .sport-listing-content,
  .sport-wrapper.-teaser .c-listings-table-lines {
    mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 40px, #000 100px); }
  .sport-wrapper.-motorsport .pagination-button-wrapper .c-button {
    background: var(--motorsport-color); }
    .sport-wrapper.-motorsport .pagination-button-wrapper .c-button:hover {
      background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), var(--motorsport-color); }
  .sport-wrapper.-football .pagination-button-wrapper .c-button {
    background: var(--football-color); }
    .sport-wrapper.-football .pagination-button-wrapper .c-button:hover {
      background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), var(--football-color); }
  .sport-wrapper.-hockey .pagination-button-wrapper .c-button {
    background: var(--hockey-color); }
    .sport-wrapper.-hockey .pagination-button-wrapper .c-button:hover {
      background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), var(--hockey-color); }

.sport-matches-table-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  .sport-matches-table-wrapper .c-section-header {
    width: 100%;
    justify-content: space-between; }
    .sport-matches-table-wrapper .c-section-header .subtitle {
      color: #1A1919;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
  .sport-matches-table-wrapper .--direction-column {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px; }
  .sport-matches-table-wrapper .league-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px dashed #E5DFDC; }
    .sport-matches-table-wrapper .league-header .text {
      color: #7C7C7C;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 155%;
      text-transform: uppercase; }
    .sport-matches-table-wrapper .league-header img.-flag {
      height: 14px;
      width: auto; }
  .sport-matches-table-wrapper .round-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0;
    border-top: 1px dashed #E5DFDC;
    width: 100%; }
    .sport-matches-table-wrapper .round-wrapper .text {
      color: #7C7C7C;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      /* 18px */ }
  .sport-matches-table-wrapper .group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    align-items: start;
    border-top: 1px solid #E5DFDC;
    width: 100%; }
    .sport-matches-table-wrapper .group-wrapper .title {
      color: #7C7C7C;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 155%;
      /* 21.7px */
      text-transform: uppercase; }
    .sport-matches-table-wrapper .group-wrapper .text {
      color: #1A1919;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 18px */ }

.tabs-content .-sporttab:not(.-sporttab-active) {
  display: none; }

.sport-matches-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: 100%;
  margin-bottom: 24px; }
  .sport-matches-table .matches-loadmore-wrapper {
    width: 100%; }

.sport-matches-table-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #F6F4F3; }
  .sport-matches-table-item-wrapper:nth-child(even) {
    background-color: #EAEAEA; }
  .sport-matches-table-item-wrapper:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .sport-matches-table-item-wrapper:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .sport-matches-table-item-wrapper.-homecountry {
    background: #DAE5E9; }

.-tennis-four-play {
  height: auto !important; }
  .-tennis-four-play .match-teams {
    gap: 8px; }
    .-tennis-four-play .match-teams .team:nth-child(2) {
      padding-bottom: 8px;
      border-bottom: 1px dashed #E5DFDC; }
  .-tennis-four-play .match-count {
    align-self: center;
    height: calc(100% - 52px); }

.sport-matches-table-item {
  display: grid;
  grid-template-columns: 75px 1fr 50px;
  padding: 10px 12px;
  width: 100%;
  height: 64px; }

.live-streaming-tag-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%; }

.live-streaming-tag {
  display: grid;
  grid-template-columns: 75px 1fr;
  padding: 10px 12px;
  border-top: 1px dashed #E5DFDC;
  width: calc(100% - 24px); }
  .live-streaming-tag .channels-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px; }
    .live-streaming-tag .channels-wrapper .channels {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 9px; }
    .live-streaming-tag .channels-wrapper .text {
      color: #7C7C7C;
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 15px */ }

.-live-match .match-state .text {
  color: #CF3339; }

.-live-match .match-count .text {
  color: #CF3339; }

.match-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .match-state .text {
    color: #1A1919;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    line-height: 125%;
    /* 12.5px */ }
  .match-state .penalty {
    font-weight: 400; }

.match-teams {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0; }
  .match-teams .--winner .text {
    font-weight: 600 !important; }
  .match-teams .team {
    width: 100%; }
    .match-teams .team .text {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 12px;
      color: #1A1919;
      font-size: 14px;
      height: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 155%; }
      .match-teams .team .text .team-name {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: fit-content;
        color: #1A1919; }
    .match-teams .team .team-img {
      width: 25px;
      height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0; }
      .match-teams .team .team-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        flex-shrink: 0; }
        .match-teams .team .team-img img.-flag {
          max-height: 14px; }

.match-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .match-count .text {
    color: #1A1919;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 15px;
    line-height: 155%;
    margin-bottom: 1px; }
    .match-count .text--empty {
      color: #7C7C7C;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 14px */ }
    .match-count .text.green {
      color: #1cc02c; }
    .match-count .text span {
      position: relative; }
  .match-count .sets,
  .match-count .count {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%; }
  .match-count .text-sm {
    font-size: 10px;
    font-weight: 400;
    transform: translateY(2.5px); }

.-live-result,
.-origin-result {
  width: 100%; }
  .-live-result .text.-changing-score:before,
  .-origin-result .text.-changing-score:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #8AD83D;
    border-radius: 5px;
    margin: 1px 0 0 -4px;
    opacity: 0;
    animation: livescoreupdate 10s; }
  .-live-result .text-sm.-changing-score:before,
  .-origin-result .text-sm.-changing-score:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #8AD83D;
    border-radius: 5px;
    margin: -1px 0 0 -5px;
    opacity: 0;
    animation: livescoreupdate 10s; }

@media (max-width: 575.98px) {
  .sport-wrapper .pagination-button-wrapper {
    width: calc(100% + 32px);
    margin-left: -16px; }
  .sport-wrapper.-teaser .sport-listing-content {
    margin: 0 -16px;
    padding: 0 16px; }
  .sport-matches-table-wrapper {
    width: auto;
    margin: 0 -16px; }
    .sport-matches-table-wrapper .c-section-header {
      width: calc(100% - 32px); }
    .sport-matches-table-wrapper .league-header {
      width: calc(100% - 32px); }
    .sport-matches-table-wrapper .round-wrapper {
      width: calc(100% - 32px); }
    .sport-matches-table-wrapper .group-wrapper {
      width: calc(100% - 32px); }
  .sport-matches-table-item {
    padding-right: 16px; }
  .sport-matches-table-item-wrapper:nth-child(even) {
    background-color: #EAEAEA; }
  .sport-matches-table-item-wrapper:first-child, .sport-matches-table-item-wrapper:last-child {
    border-radius: 0; } }

.-dark-theme .sport-matches-table-wrapper .c-section-header .title {
  color: #BCB8B8; }

.-dark-theme .sport-matches-table-wrapper .c-section-header .subtitle {
  color: #BCB8B8; }

.-dark-theme .sport-matches-table-wrapper .round-wrapper {
  border-top: 1px dashed #464646; }

.-dark-theme .sport-matches-table-wrapper .group-wrapper {
  border-color: #464646; }
  .-dark-theme .sport-matches-table-wrapper .group-wrapper .text {
    color: #BCB8B8; }

.-dark-theme .sport-matches-table-wrapper .league-header {
  border-top: 1px dashed #464646; }

.-dark-theme .match-state .text {
  color: #FFFFFF; }

.-dark-theme .match-teams .team .text {
  color: #FFFFFF; }
  .-dark-theme .match-teams .team .text .team-name {
    color: #FFFFFF; }

.-dark-theme .match-count .text {
  color: #FFFFFF; }
  .-dark-theme .match-count .text.green {
    color: #1cc02c; }

.-dark-theme .-live-match .match-state .text {
  color: #CF3339; }

.-dark-theme .-live-match .match-count .text {
  color: #CF3339; }

.-dark-theme .live-streaming-tag {
  border-top: 1px dashed #464646; }
  .-dark-theme .live-streaming-tag .channels-wrapper .text {
    color: #BCB8B8; }

.-dark-theme .sport-matches-table-item-wrapper {
  background-color: #333333; }
  .-dark-theme .sport-matches-table-item-wrapper:nth-child(even) {
    background-color: #2C2B2B; }
  .-dark-theme .sport-matches-table-item-wrapper.-homecountry {
    background: #465256; }

/* animate live update */
@keyframes livescoreupdate {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.c-section-inner h2 {
  color: #1a1919;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; }

.c-section-inner .season-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }

.c-section-inner .season {
  color: #7c7c7c;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */ }

.c-statistics-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .c-statistics-wrapper .c-section-header {
    margin: 0; }
  .c-statistics-wrapper .title {
    color: #7C7C7C;
    font-family: Organica;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    /* 21.7px */
    text-transform: uppercase;
    margin-bottom: 6px; }
  .c-statistics-wrapper .short-description {
    color: #1A1919;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    padding-bottom: 8px;
    border-bottom: 1px dashed #e5dfdc; }
  .c-statistics-wrapper .table-name {
    color: #7C7C7C;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    border-top: 1px dashed #e5dfdc;
    border-bottom: 1px dashed #e5dfdc;
    padding: 8px 0; }
  .c-statistics-wrapper .text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: max-content; }
    .c-statistics-wrapper .text-wrapper.form {
      justify-content: start; }
  .c-statistics-wrapper .text {
    color: #1A1919;
    height: fit-content;
    font-size: 12px;
    height: 12px;
    font-style: normal;
    font-weight: 400; }
  .c-statistics-wrapper.-competitor-detail .statistics-table-info {
    min-width: 230px; }
  .c-statistics-wrapper.-competitor-detail .c-statistics-table-item:not(.-stats) {
    grid-template-columns: auto; }
    .c-statistics-wrapper.-competitor-detail .c-statistics-table-item:not(.-stats) .name {
      column-gap: 24px; }
    .c-statistics-wrapper.-competitor-detail .c-statistics-table-item:not(.-stats) .text.-term {
      flex: 0 0 40px; }
  .c-statistics-wrapper.-no-data .short-description {
    border-bottom: none !important; }
  .c-statistics-wrapper.-no-data .results-description {
    display: none; }
  .c-statistics-wrapper.-no-data .statistics-table-data {
    margin-top: 0;
    font-size: 12px;
    background: #f6f4f3;
    display: flex;
    height: 34px;
    align-items: center;
    padding: 0px 20px; }
  .c-statistics-wrapper.-team-detail .c-statistics-table-item .count {
    justify-content: center; }

.results-description {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 8px 23px;
  padding-left: 0;
  overflow: hidden;
  position: sticky;
  z-index: 8;
  background: #fff;
  margin-bottom: 34px; }
  .results-description:before {
    content: none;
    min-width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: var(--nothing-width);
    box-shadow: 0 0 3px 2px #dadada;
    background: #fff; }

.results-description-inner {
  display: grid;
  grid-template-areas: 'stats-1 stats-2 stats-3 stats-4 stats-5 stats-6 stats-7 stats-8 stats-9 stats-10 stats-11 stats-12 stats-13 stats-14 stats-15 stats-16 stats-17 stats-18 stats-19 stats-20'; }
  .results-description-inner .text-wrapper {
    margin-left: 18px; }
    .results-description-inner .text-wrapper .text {
      color: #7C7C7C; }
    .results-description-inner .text-wrapper:nth-of-type(1) {
      grid-area: stats-1; }
    .results-description-inner .text-wrapper:nth-of-type(2) {
      grid-area: stats-2; }
    .results-description-inner .text-wrapper:nth-of-type(3) {
      grid-area: stats-3; }
    .results-description-inner .text-wrapper:nth-of-type(4) {
      grid-area: stats-4; }
    .results-description-inner .text-wrapper:nth-of-type(5) {
      grid-area: stats-5; }
    .results-description-inner .text-wrapper:nth-of-type(6) {
      grid-area: stats-6; }
    .results-description-inner .text-wrapper:nth-of-type(7) {
      grid-area: stats-7; }
    .results-description-inner .text-wrapper:nth-of-type(8) {
      grid-area: stats-8; }
    .results-description-inner .text-wrapper:nth-of-type(9) {
      grid-area: stats-9; }
    .results-description-inner .text-wrapper:nth-of-type(10) {
      grid-area: stats-10; }
    .results-description-inner .text-wrapper:nth-of-type(11) {
      grid-area: stats-11; }
    .results-description-inner .text-wrapper:nth-of-type(12) {
      grid-area: stats-12; }
    .results-description-inner .text-wrapper:nth-of-type(13) {
      grid-area: stats-13; }
    .results-description-inner .text-wrapper:nth-of-type(14) {
      grid-area: stats-14; }
    .results-description-inner .text-wrapper:nth-of-type(15) {
      grid-area: stats-15; }
    .results-description-inner .text-wrapper:nth-of-type(16) {
      grid-area: stats-16; }
    .results-description-inner .text-wrapper:nth-of-type(17) {
      grid-area: stats-17; }
    .results-description-inner .text-wrapper:nth-of-type(18) {
      grid-area: stats-18; }
    .results-description-inner .text-wrapper:nth-of-type(19) {
      grid-area: stats-19; }
    .results-description-inner .text-wrapper:nth-of-type(20) {
      grid-area: stats-20; }

.c-statistics-table-wrapper {
  width: 100%; }
  .c-statistics-table-wrapper .statistics-table-data {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    margin-top: -34px; }
  .c-statistics-table-wrapper.-scrollable-stats .results-description {
    justify-content: flex-start; }
    .c-statistics-table-wrapper.-scrollable-stats .results-description:before {
      content: '';
      z-index: 1; }
    .c-statistics-table-wrapper.-scrollable-stats .results-description .results-description-inner {
      position: relative;
      left: calc(var(--nothing-width, 0px) - var(--stats-scroll-left, 0px));
      grid-template-areas: 'played score points stats-1 stats-2 stats-3 stats-4 stats-5 stats-6 stats-7 stats-8 stats-9 stats-10 stats-11 stats-12 stats-13 stats-14 stats-15 stats-16 stats-17 stats-18 stats-19 stats-20'; }
      .c-statistics-table-wrapper.-scrollable-stats .results-description .results-description-inner .text-wrapper.played {
        grid-area: played; }
      .c-statistics-table-wrapper.-scrollable-stats .results-description .results-description-inner .text-wrapper.score {
        grid-area: score; }
      .c-statistics-table-wrapper.-scrollable-stats .results-description .results-description-inner .text-wrapper.points {
        grid-area: points; }
  .c-statistics-table-wrapper.-scrollable-stats .statistics-table-info {
    position: relative;
    z-index: 6;
    box-shadow: 2px -2px 3px 0px #dadada; }
  .c-statistics-table-wrapper.-scrollable-stats .results {
    grid-template-areas: 'played score points stats-1 stats-2 stats-3 stats-4 stats-5 stats-6 stats-7 stats-8 stats-9 stats-10 stats-11 stats-12 stats-13 stats-14 stats-15 stats-16 stats-17 stats-18 stats-19 stats-20'; }
    .c-statistics-table-wrapper.-scrollable-stats .results .text-wrapper.played {
      grid-area: played; }
    .c-statistics-table-wrapper.-scrollable-stats .results .text-wrapper.score {
      grid-area: score; }
    .c-statistics-table-wrapper.-scrollable-stats .results .text-wrapper.points {
      grid-area: points; }
  .c-statistics-table-wrapper .statistics-table-info,
  .c-statistics-table-wrapper .statistics-table-stats {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    width: 100%;
    gap: 1px; }
  .c-statistics-table-wrapper .statistics-table-info {
    min-width: 185px; }
  .c-statistics-table-wrapper .statistics-table-stats {
    overflow: auto; }
    .c-statistics-table-wrapper .statistics-table-stats .text-wrapper {
      white-space: nowrap;
      width: max-content; }

.c-statistics-item-wrapper:nth-child(even) .c-statistics-table-item {
  background: #eaeaea; }

.c-statistics-item-wrapper:last-child {
  position: relative;
  z-index: 5; }

.c-statistics-table-item {
  position: relative;
  display: grid;
  width: 100%;
  padding: 8px 24px 8px 14px;
  background: #f6f4f3;
  height: 34px; }
  .c-statistics-table-item:not(.-stats) {
    grid-template-columns: 32px auto; }
    .c-statistics-table-item:not(.-stats):before {
      position: absolute;
      content: '';
      height: 100%;
      width: 5px;
      left: 0;
      top: 0;
      background-color: var(--group-color); }
  .c-statistics-table-item.-stats {
    min-width: max-content;
    padding-left: 0; }
  .c-statistics-table-item .name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    height: 100%;
    min-width: 0; }
    .c-statistics-table-item .name .team-img {
      width: 25px;
      height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0; }
      .c-statistics-table-item .name .team-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover; }
        .c-statistics-table-item .name .team-img img.-flag {
          max-height: 14px; }
    .c-statistics-table-item .name .text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: auto;
      margin-bottom: -2px; }
  .c-statistics-table-item .results {
    align-items: center;
    justify-content: flex-end;
    display: grid;
    grid-template-areas: 'stats-1 stats-2 stats-3 stats-4 stats-5 stats-6 stats-7 stats-8 stats-9 stats-10 stats-11 stats-12 stats-13 stats-14 stats-15 stats-16 stats-17 stats-18 stats-19 stats-20'; }
    .c-statistics-table-item .results .text-wrapper {
      margin-left: 18px; }
      .c-statistics-table-item .results .text-wrapper .green {
        color: #1cc02c; }
      .c-statistics-table-item .results .text-wrapper .bold {
        font-weight: 600; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(1) {
        grid-area: stats-1; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(2) {
        grid-area: stats-2; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(3) {
        grid-area: stats-3; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(4) {
        grid-area: stats-4; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(5) {
        grid-area: stats-5; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(6) {
        grid-area: stats-6; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(7) {
        grid-area: stats-7; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(8) {
        grid-area: stats-8; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(9) {
        grid-area: stats-9; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(10) {
        grid-area: stats-10; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(11) {
        grid-area: stats-11; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(12) {
        grid-area: stats-12; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(13) {
        grid-area: stats-13; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(14) {
        grid-area: stats-14; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(15) {
        grid-area: stats-15; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(16) {
        grid-area: stats-16; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(17) {
        grid-area: stats-17; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(18) {
        grid-area: stats-18; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(19) {
        grid-area: stats-19; }
      .c-statistics-table-item .results .text-wrapper:nth-of-type(20) {
        grid-area: stats-20; }
  .c-statistics-table-item .count {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-right: 10px; }

.c-color-codes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 16px 0;
  width: 100%;
  flex-shrink: 0;
  flex-wrap: wrap; }
  .c-color-codes .color-code {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    gap: 8px; }
    .c-color-codes .color-code .color-description {
      color: #7C7C7C;
      font-size: 10px;
      height: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 15px */ }
    .c-color-codes .color-code .color {
      display: block;
      width: 14px;
      height: 14px;
      flex-shrink: 0; }

.statistics-table-data-wrapper .pagination-button-wrapper {
  display: none;
  position: relative;
  justify-content: center;
  margin-top: -22px;
  z-index: 30; }
  .statistics-table-data-wrapper .pagination-button-wrapper .c-button {
    display: block;
    text-align: center;
    background: var(--teaser-btn-color, #0096CC); }
    .statistics-table-data-wrapper .pagination-button-wrapper .c-button .text {
      font-size: 14px;
      height: 16px;
      font-weight: 600;
      color: #fff; }
    .statistics-table-data-wrapper .pagination-button-wrapper .c-button:hover {
      background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), var(--teaser-btn-color, #0096CC); }

.statistics-table-data-wrapper[data-load-more-url] .pagination-button-wrapper {
  display: flex; }

.statistics-table-data-wrapper[data-load-more-url] .statistics-table-data {
  mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 6px, #000 100px); }

@media (max-width: 575.98px) {
  .c-section-inner h2 {
    font-size: 26px; }
  .c-statistics-wrapper {
    width: auto;
    margin: 0 -16px;
    align-items: center; }
    .c-statistics-wrapper .c-section-header {
      width: calc(100% - 32px); }
    .c-statistics-wrapper .short-description {
      width: calc(100% - 32px); }
    .c-statistics-wrapper .table-name {
      width: calc(100% - 32px); }
  .results-description-inner .text-wrapper {
    margin-left: 12px; }
  .results-description {
    padding: 8px 16px;
    padding-left: 0; }
  .c-statistics-table-wrapper:not(.-no-data) .statistics-table-data {
    grid-template-columns: 1fr 1fr; }
  .-competitor-detail .c-statistics-table-wrapper:not(.-no-data) .statistics-table-data {
    grid-template-columns: 3fr 1fr; }
  .c-statistics-table-item {
    padding: 8px 16px 8px 10px; }
    .c-statistics-table-item .count {
      justify-content: center;
      padding-right: 6px; }
    .c-statistics-table-item:not(.-stats) .text.-term {
      margin-left: 6px; }
    .c-statistics-table-item .results .text-wrapper {
      margin-left: 12px; }
  .c-color-codes {
    padding: 0 16px; }
  .statistics-table-data-wrapper .pagination-button-wrapper .c-button {
    width: 310px;
    max-width: 80%; } }

.-dark-theme .c-section-inner h2 {
  color: #ffffff; }

.-dark-theme .c-statistics-wrapper .short-description {
  color: #BCB8B8;
  border-bottom: 1px dashed #464646; }

.-dark-theme .c-statistics-wrapper .text {
  color: #ffffff; }

.-dark-theme .c-statistics-wrapper.-no-data .statistics-table-data {
  background: #333333; }

.-dark-theme .c-statistics-item-wrapper:nth-child(even) .c-statistics-table-item {
  background: #2c2b2b; }

.-dark-theme .c-statistics-table-item {
  background: #333333; }

.-dark-theme .c-statistics-table-wrapper {
  background-color: #1A1919; }
  .-dark-theme .c-statistics-table-wrapper .statistics-table-data.-no-data {
    background: #333333; }
  .-dark-theme .c-statistics-table-wrapper .statistics-table-info,
  .-dark-theme .c-statistics-table-wrapper .statistics-table-stats {
    background-color: #1A1919; }
  .-dark-theme .c-statistics-table-wrapper.-scrollable-stats .statistics-table-info {
    box-shadow: 2px -2px 3px 0 rgba(80, 80, 80, 0.8); }

.-dark-theme .results-description {
  background: #1A1919; }
  .-dark-theme .results-description:before {
    background: #1A1919;
    box-shadow: 0 0 3px 2px rgba(80, 80, 80, 0.8); }

.season-switcher-wrapper {
  display: grid;
  width: fit-content;
  column-gap: 16px;
  grid-template-columns: max-content max-content auto;
  grid-template-areas: "sw-season sw-btn ." "sw-select-c sw-select-c sw-select-c"; }
  .season-switcher-wrapper .season {
    grid-area: sw-season;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left; }
  .season-switcher-wrapper .change-season-button {
    grid-area: sw-btn;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #0096CC; }
    .season-switcher-wrapper .change-season-button span {
      text-decoration: solid; }
    .season-switcher-wrapper .change-season-button:hover {
      color: #145C8F; }
    .season-switcher-wrapper .change-season-button.-cancel {
      display: none; }
  .season-switcher-wrapper .season-select-container {
    grid-area: sw-select-c;
    display: none;
    margin-top: 20px; }
  .season-switcher-wrapper .season-select.dropdown {
    max-width: 100%;
    width: max-content !important; }
    .season-switcher-wrapper .season-select.dropdown .filter-option {
      padding-right: 40px; }
  .season-switcher-wrapper.-changing .change-season-button.-change, .season-switcher-wrapper.-opened .change-season-button.-change {
    display: none; }
  .season-switcher-wrapper.-changing .change-season-button.-cancel, .season-switcher-wrapper.-opened .change-season-button.-cancel {
    display: block; }
  .season-switcher-wrapper.-opened .season-select-container {
    display: block; }

.sport-wrapper.-solid-header .c-section-header {
  border-top: 1px solid #E5DFDC;
  padding-top: 16px;
  margin-bottom: 16px; }
  .sport-wrapper.-solid-header .c-section-header .title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7C7C7C; }

.sport-wrapper .c-section-header {
  width: 100%;
  border-top: 1px dashed #E5DFDC;
  padding-top: 12px;
  margin-bottom: 12px; }
  .sport-wrapper .c-section-header .title {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #7C7C7C; }

.sport-wrapper .clickable-wrapper {
  background-color: #EAEAEA; }
  .sport-wrapper .clickable-wrapper:nth-child(2n) {
    background-color: #F6F4F3 !important; }

.c-competitionTeams-item {
  display: grid;
  width: 100%;
  grid-template-columns: 60px 1fr max-content;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: inherit;
  padding: 8px 12px;
  min-width: 0; }
  .c-competitionTeams-item .team-img {
    width: 60px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 12px;
    flex-shrink: 0; }
    .c-competitionTeams-item .team-img img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover; }
      .c-competitionTeams-item .team-img img.-flag {
        max-height: 24px; }
  .c-competitionTeams-item .text-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    min-width: 0;
    gap: 4px;
    max-width: 100%;
    flex: 1; }
    .c-competitionTeams-item .text-wrapper .title {
      display: block;
      color: #1A1919;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      /* 21px */
      height: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .c-competitionTeams-item .text-wrapper .description {
      font-size: 11px;
      font-weight: 400;
      color: #7c7c7c; }
    .c-competitionTeams-item .text-wrapper.-divided {
      border-left: 3px solid var(--divider-color); }
  .c-competitionTeams-item.-racer {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px; }
    .c-competitionTeams-item.-racer .team-img {
      position: relative; }
      .c-competitionTeams-item.-racer .team-img img {
        max-width: calc(100% + 16px);
        max-height: calc(100% + 16px);
        position: absolute;
        bottom: -8px;
        left: auto; }
  .c-competitionTeams-item .annex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    gap: 32px; }
    .c-competitionTeams-item .annex .flag {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: auto;
      flex-shrink: 0;
      border-radius: 3px;
      overflow: hidden; }
      .c-competitionTeams-item .annex .flag img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        flex-shrink: 0; }
    .c-competitionTeams-item .annex i {
      color: #0096CC; }

@media (max-width: 575.98px) {
  .c-competitionTeams-wrapper {
    margin: 0 -16px;
    width: auto; }
    .c-competitionTeams-wrapper .c-section-header {
      width: calc(100% - 32px); }
  .c-competitionTeams-item .annex .flag {
    width: 18px; }
  .season-switcher-wrapper {
    width: 100%; }
    .season-switcher-wrapper .season-select-container {
      width: 100%; }
    .season-switcher-wrapper .season-select.dropdown {
      width: 100% !important; } }

.c-rte .c-competitionTeams-wrapper .c-section-header {
  flex-direction: column;
  align-items: start; }
  .c-rte .c-competitionTeams-wrapper .c-section-header .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    text-transform: uppercase;
    margin-bottom: 6px; }
  .c-rte .c-competitionTeams-wrapper .c-section-header .short-description {
    color: #1a1919;
    font-size: 12px; }

.-dark-theme .sport-wrapper .c-section-header .title,
.-dark-theme .sport-wrapper .c-section-header .short-description {
  color: #E5E5E5; }

.-dark-theme .sport-wrapper.-solid-header .c-section-header {
  border-top: 1px solid #464646; }
  .-dark-theme .sport-wrapper.-solid-header .c-section-header .title {
    color: #E5E5E5; }

.-dark-theme .sport-wrapper .clickable-wrapper {
  background-color: #2C2B2B; }
  .-dark-theme .sport-wrapper .clickable-wrapper:nth-child(2n) {
    background-color: #313030 !important; }

.-dark-theme .c-competitionTeams-item {
  border-bottom: 1px solid #000; }
  .-dark-theme .c-competitionTeams-item .text-wrapper .title {
    color: #FFFFFF; }
  .-dark-theme .c-competitionTeams-item .text-wrapper .description {
    color: #fff; }

.c-section-inner .c-section-header.-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px; }

.c-section-inner .c-section-header.-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px; }

.c-section-inner .c-section-header.-motorsport {
  display: grid;
  grid-template-areas: "title link" "description description";
  grid-template-columns: 1fr max-content;
  align-items: start; }
  .c-section-inner .c-section-header.-motorsport .title {
    grid-area: title; }
  .c-section-inner .c-section-header.-motorsport .short-description {
    grid-area: description;
    margin-top: 8px; }
  .c-section-inner .c-section-header.-motorsport .c-button {
    grid-area: link;
    margin-left: 8px; }

.-hide-on-desktop {
  display: none !important; }

.-last-row-border {
  border-bottom: 3px solid #5D5D5D !important; }

.c-seo-box {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  gap: 8px;
  padding: 24px;
  background: #F6F4F3;
  color: #000000;
  border-radius: 10px; }
  .c-seo-box .title {
    font-size: 16px;
    margin-bottom: 8px; }
  .c-seo-box .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; }

.c-motosport-navigation {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px; }
  .c-motosport-navigation__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left; }
  .c-motosport-navigation__links {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%; }

.c-person-description {
  display: grid;
  gap: 16px;
  border-top: 1px solid #E5DFDC;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left; }
  .c-person-description__table {
    display: grid;
    grid-template-columns: 1fr; }
  .c-person-description__row {
    display: grid;
    grid-template-columns: 155px auto;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px dashed #E5DFDC;
    padding: 12px 0;
    column-gap: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    text-align: left; }
    .c-person-description__row:last-child {
      border-bottom: 1px dashed #E5DFDC; }
  .c-person-description__left-column {
    color: #7C7C7C; }

.c-sport-listings-wrapper .c-section-header {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0; }

.c-sport-race-results-wrapper .c-section-header {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px; }
  .c-sport-race-results-wrapper .c-section-header .title {
    margin-bottom: 8px; }

.c-sport-race-results-wrapper .c-listings-table-lines .c-team-item,
.sport-wrapper.-motorsport .c-listings-table-lines .c-team-item {
  flex-direction: row; }

.sport-header-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "breadcrumbs" "title" "tabs"; }
  .sport-header-layout .c-racer-image {
    display: none; }
  .sport-header-layout--racer {
    grid-template-areas: "breadcrumbs breadcrumbs" "title racer" "tabs racer";
    margin-bottom: -8px;
    grid-template-columns: 1fr auto; }
    .sport-header-layout--racer .c-title-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-areas: "title" "subtitle" "flag";
      column-gap: 24px; }
    .sport-header-layout--racer .c-racer-image {
      position: relative;
      grid-area: racer;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 150px;
      height: 150px;
      top: 32px; }
      .sport-header-layout--racer .c-racer-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .sport-header-layout--racer .race-country-img {
      width: auto !important;
      max-width: 150px !important;
      justify-content: flex-start;
      height: 30px !important; }
      .sport-header-layout--racer .race-country-img img {
        box-shadow: none;
        border-radius: 0; }
  .sport-header-layout .c-breadcrumbs {
    grid-area: breadcrumbs; }
  .sport-header-layout .c-title-wrapper {
    grid-area: title;
    margin-top: 16px; }
  .sport-header-layout .c-tabs-wrapper {
    grid-area: tabs;
    margin-bottom: 0;
    min-width: 100%; }
  .sport-header-layout--teams {
    margin-top: 0; }
    .sport-header-layout--teams .c-title-wrapper {
      grid-template-columns: 1fr 0.25fr; }
      .sport-header-layout--teams .c-title-wrapper .race-country-img {
        width: 150px;
        height: 51px;
        justify-content: flex-end;
        position: relative;
        margin-top: 0;
        top: 0; }
        .sport-header-layout--teams .c-title-wrapper .race-country-img img {
          box-shadow: none;
          border-radius: 0;
          width: 100%; }

.negative-margin {
  margin-top: -24px; }

.c-title-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title flag" "subtitle subtitle";
  column-gap: 24px;
  row-gap: 8px; }
  .c-title-wrapper .c-title {
    grid-area: title; }
  .c-title-wrapper .short-description {
    grid-area: subtitle; }
  .c-title-wrapper .race-country-img {
    grid-area: flag; }

.race-country-img {
  width: 50px;
  height: 33.25px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: center;
  flex-shrink: 0; }
  .race-country-img img {
    width: auto;
    max-width: 150px;
    height: inherit;
    object-fit: contain;
    object-position: right center;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #00000040;
    flex-shrink: 0; }

.circuit-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "subtitle" "content" "image" "source";
  row-gap: 16px; }
  .circuit-container .title {
    grid-area: title;
    font-size: 25px;
    font-weight: 700; }
  .circuit-container .flag {
    width: 50px;
    height: 33.25px;
    display: flex;
    align-items: center;
    margin-top: 12px;
    justify-content: center;
    flex-shrink: 0; }
    .circuit-container .flag img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      border-radius: 5px;
      box-shadow: 0px 0px 4px 0px #00000040;
      flex-shrink: 0; }
  .circuit-container .subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #7C7C7C;
    margin-top: -8px;
    line-height: 1.5; }
  .circuit-container .content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .circuit-container .content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 150%; }
  .circuit-container .image {
    grid-area: image;
    width: 100%;
    height: 100%; }
  .circuit-container .source {
    grid-area: source;
    font-size: 12px;
    font-style: italic;
    text-align: right;
    color: #7C7C7C; }

.c-sport-race-results-wrapper .c-button-advanced-stats-toggler {
  display: none; }

.-fastest .c-team-item__time-wrapper__best-time {
  display: none; }

.c-sport-race-results-wrapper.--fastest .c-motosport-table-header__right-column {
  grid-template-columns: min-content 64px 28px; }

.c-sport-race-results-wrapper.--fastest .c-team-item__best-time {
  max-width: 72px; }

.c-sport-race-results-wrapper.--race .c-button-advanced-stats-toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-color: #0096CC;
  color: #0096CC;
  margin-left: auto;
  float: right;
  margin-bottom: 12px;
  margin-top: -12px; }
  .c-sport-race-results-wrapper.--race .c-button-advanced-stats-toggler__text--advanced {
    display: none;
    visibility: hidden; }

.c-sport-race-results-wrapper.--race .c-motosport-table-header {
  margin-bottom: 0; }
  .c-sport-race-results-wrapper.--race .c-motosport-table-header__right-column {
    display: grid;
    grid-template-columns: min-content 64px 32px;
    padding-right: 14px;
    gap: 16px; }

.--team-members .c-motosport-table-header {
  margin-bottom: 0; }
  .--team-members .c-motosport-table-header__right-column {
    display: grid;
    grid-template-columns: min-content min-content 32px;
    padding-right: 14px;
    gap: 16px; }

.--team-members .-winner .c-team-item__profile__place span {
  font-size: 18px; }

.--team-members .-winner .c-team-item__profile__name h3 {
  font-size: 18px; }

.--team-members .-winner .c-team-item__points span {
  font-size: 21px; }

.c-motosport-table-header {
  position: relative;
  width: 100%;
  padding: 12px 0;
  background: transparent;
  font-size: 12px;
  color: #7C7C7C;
  font-weight: 400; }
  .c-motosport-table-header--results {
    display: grid;
    grid-template-columns: 68px repeat(2, 1fr);
    grid-template-areas: ". left right";
    justify-content: space-between; }
  .c-motosport-table-header__left-column {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-area: left; }
  .c-motosport-table-header__right-column {
    display: grid;
    grid-template-columns: repeat(3, 64px);
    align-items: center;
    justify-content: flex-end;
    grid-area: right;
    text-align: center;
    gap: 8px;
    padding-right: 19px; }
  .c-motosport-table-header .short-description {
    margin-left: 16px; }
  .c-motosport-table-header.-dashed:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    top: 0;
    border-top: 1px dashed #E5DFDC; }
  .c-motosport-table-header.-dashed .calendar-header {
    display: grid;
    grid-template-columns: 83px 1fr;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 12px;
    color: #7C7C7C;
    font-weight: 400; }
    .c-motosport-table-header.-dashed .calendar-header span {
      margin-top: 2px; }
    .c-motosport-table-header.-dashed .calendar-header span:first-child {
      text-align: center; }
    .c-motosport-table-header.-dashed .calendar-header span:nth-child(2) {
      padding-left: 20px; }

.c-calendar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #F6F4F3;
  border-bottom: 1px solid #ffffff;
  color: inherit;
  text-decoration: none; }
  .c-calendar-item:nth-child(even) {
    background-color: #EAEAEA; }

.c-calendar-item__content {
  display: grid;
  grid-template-columns: 83px 1fr;
  width: 100%;
  padding: 13px 0; }

.c-calendar-item__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 9px; }
  .c-calendar-item__date span {
    font-size: 12px; }

.c-calendar-item__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  gap: 16px;
  border-left: 1px solid #E5DFDC;
  width: 100%; }

.c-calendar-item__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px; }

.c-calendar-item__country {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px; }
  .c-calendar-item__country h3 {
    font-weight: 600;
    font-size: 14px; }
  .c-calendar-item__country span {
    font-size: 12px;
    color: #7C7C7C;
    font-weight: 400; }

.c-calendar-item__racers {
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: repeat(3, 64px);
  max-height: 24px;
  gap: 16px; }

.c-calendar-item__racer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px; }

.c-calendar-item__place {
  padding-right: 4px; }
  .c-calendar-item__place span {
    font-size: 14px;
    font-weight: 700;
    color: #1A1919;
    margin-top: 2px; }

.c-calendar-item__name {
  padding-left: 8px;
  border-left: solid 3px var(--racer-color, #000); }
  .c-calendar-item__name span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
    color: #1A1919; }

.c-calendar-item__link i {
  padding: 8px;
  color: #0096CC;
  width: 5px;
  height: 10px; }

.c-team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #F6F4F3;
  border-bottom: 1px solid #ffffff;
  color: inherit;
  text-decoration: none; }
  .c-team-item:nth-child(even) {
    background-color: #EAEAEA; }
  .c-team-item:last-child {
    border-bottom: none; }

.--advanced-stats-hidden .c-button-advanced-stats-toggler__text--simple {
  display: none;
  visibility: hidden; }

.--advanced-stats-hidden .c-button-advanced-stats-toggler__text--advanced {
  display: inline-block !important;
  visibility: visible !important; }

.--advanced-stats-hidden .c-team-item__info {
  grid-template-columns: 1fr repeat(3, min-content) 28px; }

.--advanced-stats-hidden .-fastest .c-team-item__time-wrapper__best-time {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 15px;
  height: 15px;
  align-items: center;
  padding: 2px;
  background: #80448F;
  border-radius: 5px; }

.--advanced-stats-hidden .c-team-item__advanced-stats,
.--advanced-stats-hidden .c-team-item__best-time {
  display: none;
  visibility: hidden; }

.c-team-item__empty {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  background-color: #F6F4F3; }
  .c-team-item__empty .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18.6px;
    margin-top: 2px; }

.c-team-item__info {
  position: relative;
  display: grid;
  grid-template-areas: "col-1 col-2 col-3 col-4 col-5";
  grid-template-columns: 1fr max-content 124px minmax(82px, auto) 28px;
  grid-template-rows: auto;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 13px 19px 13px 0;
  column-gap: 12px;
  row-gap: 8px; }

.c-team-item__columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 19px 13px 0; }

.c-team-item__stats {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px; }

.c-team-item__info.--no-time {
  grid-template-areas: "col-1 col-2 col-3 col-5";
  grid-template-columns: 1fr repeat(2, max-content) 28px; }

.c-team-item__info.--no-advanced-stats {
  grid-template-areas: "col-1 col-3 col-4 col-5";
  grid-template-columns: 1fr repeat(2, max-content) 28px; }

.c-team-item__info.--no-best-time {
  grid-template-areas: "col-1 col-2 . col-4 col-5";
  grid-template-columns: 1fr max-content minmax(0px, 124px) minmax(82px, auto) 28px; }

.c-team-item__info.--no-advanced-stats.--no-time {
  grid-template-areas: "col-1 col-3 col-5";
  grid-template-columns: 1fr minmax(82px, auto) 28px; }

.c-team-item__info.--no-advanced-stats.--best-time {
  grid-template-areas: "col-1 col-3";
  grid-template-columns: 1fr 82px; }

.c-team-item__info.--no-best-time.--no-time {
  grid-template-areas: "col-1 col-2 col-5";
  grid-template-columns: 1fr minmax(82px, auto) 28px; }

.c-team-item__info.--no-best-time.--no-advanced-stats {
  grid-template-areas: "col-1 col-4 col-5";
  grid-template-columns: 1fr minmax(82px, auto) 28px; }

.c-team-item__info.--no-best-time.--no-advanced-stats.--no-time {
  grid-template-areas: "col-1 col-5";
  grid-template-columns: 1fr 28px; }

.c-team-item__profile {
  display: grid;
  grid-area: col-1;
  height: 100%;
  grid-template-columns: 46px 1fr; }

.c-team-item__profile__place {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 9px; }
  .c-team-item__profile__place span {
    font-size: 14px;
    font-weight: 700;
    color: #1A1919; }

.c-team-item__profile__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-left: 3px solid var(--team-color, #000);
  padding-left: 19px;
  gap: 4px;
  width: 100%;
  flex: 1;
  min-width: 0; }
  .c-team-item__profile__name h3,
  .c-team-item__profile__name span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
  .c-team-item__profile__name h3 {
    font-weight: 600;
    font-size: 14px; }
  .c-team-item__profile__name span {
    font-size: 12px;
    color: #7C7C7C;
    font-weight: 400; }

.c-team-item__best-time {
  grid-area: col-3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #80448F;
  align-self: center;
  margin: 0 auto;
  padding: 6px 8px;
  border-radius: 5px;
  max-height: 22px;
  max-width: 84px;
  gap: 4px; }
  .c-team-item__best-time span {
    font-size: 11px;
    white-space: nowrap;
    font-weight: 600;
    color: #fff;
    margin-top: 2px; }

.c-team-item__advanced-stats {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  align-self: center;
  grid-area: col-2;
  min-width: 176px; }

.c-team-item__pit-stops {
  font-size: 11px;
  white-space: nowrap;
  margin-top: 2px;
  font-weight: 400;
  color: #7C7C7C; }

.c-team-item__pneus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px; }
  .c-team-item__pneus__text {
    font-size: 11px;
    white-space: nowrap;
    margin-top: 2px;
    font-weight: 400;
    color: #7C7C7C; }
  .c-team-item__pneus__img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px; }

.c-team-item__label {
  max-height: 25px;
  background-color: #d9d9d9;
  padding: 6px 8px;
  border-radius: 5px;
  width: fit-content;
  min-width: 64px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #7C7C7C; }
  .c-team-item__label--empty {
    background-color: transparent; }
  .c-team-item__label--black {
    color: #000; }
  .c-team-item__label--red {
    background-color: #FFE5E5;
    color: #FF5D5D; }

.c-team-item__laps {
  max-height: 25px;
  text-align: center;
  width: 100%;
  margin-top: 6px;
  width: 60px;
  font-size: 12px;
  font-weight: 600; }

.c-team-item__time-wrapper {
  position: relative;
  display: flex;
  grid-area: col-4;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  align-self: center; }

.c-team-item__time-wrapper__best-time {
  display: none; }

.c-team-item__points {
  grid-area: col-5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .c-team-item__points span {
    font-size: 16px;
    color: #1A1919;
    font-weight: 600;
    margin-top: 2px; }

.c-table-legend {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  text-align: left; }

.-winner .c-team-item__info,
.-winner .c-team-item__columns {
  background-color: #5D5D5D;
  background-image: url("../assets/sport/bg/race-winner-bg.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; }

.-winner .c-team-item__pit-stops {
  color: #fff; }

.-winner .c-team-item__pneus__text {
  color: #fff; }

.-winner .c-team-item__laps {
  color: #ffffff; }

.-winner .c-team-item__profile__place span,
.-winner .c-team-item__profile__name span,
.-winner .c-team-item__points span {
  color: #ffffff; }

.-winner .c-team-item__profile__name h3 {
  color: #ffffff; }

.-winner .c-team-item__advanced-stats__text {
  color: #ffffff; }

.-winner .c-team-item__info__wrapper__racer h3 {
  color: #ffffff; }

.-winner .c-team-item__info__wrapper__racer span {
  color: #ffffff; }

.-winner .c-team-item__info__wrapper__advanced-states__element__text {
  color: #fff; }

.-winner .c-team-item__info__wrapper__advanced-states__element__pneu span {
  margin-top: 2px;
  color: #fff; }

.-moto-gp-bg .c-team-item__info,
.-moto-gp-bg .c-team-item__columns {
  background-color: #5D5D5D;
  background-image: url("../assets/sport/bg/motogp-winner-bg.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; }

.-f1-bg .c-team-item__info,
.-f1-bg .c-team-item__columns {
  background-color: #5D5D5D;
  background-image: url("../assets/sport/bg/race-winner-bg.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; }

.c-tabs-wrapper + .ajax-table-content .c-section-inner:first-child {
  margin-top: 12px; }
  .c-tabs-wrapper + .ajax-table-content .c-section-inner:first-child .c-section-header {
    margin-top: -8px;
    border-top: none; }

@media (min-width: 768px) {
  .sport-header-layout--with-tabs + .c-section-inner,
  .sport-header-layout--with-tabs + .c-sport-race-results-wrapper {
    margin-top: 12px; }
    .sport-header-layout--with-tabs + .c-section-inner .c-section-header,
    .sport-header-layout--with-tabs + .c-section-inner .c-motosport-table-header,
    .sport-header-layout--with-tabs + .c-sport-race-results-wrapper .c-section-header,
    .sport-header-layout--with-tabs + .c-sport-race-results-wrapper .c-motosport-table-header {
      border-top: none; }
      .sport-header-layout--with-tabs + .c-section-inner .c-section-header::before,
      .sport-header-layout--with-tabs + .c-section-inner .c-motosport-table-header::before,
      .sport-header-layout--with-tabs + .c-sport-race-results-wrapper .c-section-header::before,
      .sport-header-layout--with-tabs + .c-sport-race-results-wrapper .c-motosport-table-header::before {
        border-top: none; } }

.--no-margin {
  margin: 0 !important; }

@media (max-width: 767.98px) {
  .-hide-on-mobile {
    display: none !important; }
    .-hide-on-mobile ~ .sport-header-layout {
      margin-top: 0; }
  .-hide-on-desktop {
    display: block !important; }
  .c-listings-table-lines {
    width: calc(100% + 32px);
    margin-left: -16px; }
  .sport-header-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "tabs" "title"; }
    .sport-header-layout .c-breadcrumbs {
      display: none; }
    .sport-header-layout .c-title-wrapper {
      margin-top: 20px; }
    .sport-header-layout .c-tabs li {
      padding-top: 0 !important; }
    .sport-header-layout--racer {
      grid-template-areas: "title racer" "tabs racer"; }
    .sport-header-layout--teams .c-title-wrapper {
      align-items: center;
      margin-top: 0;
      row-gap: 2px; }
      .sport-header-layout--teams .c-title-wrapper .race-country-img {
        width: 116px;
        height: 40px; }
  .circuit-container {
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-template-areas: "title flag" "subtitle ." "content content" "image image" "source source";
    gap: 16px;
    margin-top: 20px; }
    .circuit-container .title {
      margin-top: 0;
      margin-bottom: 0; }
    .circuit-container .flag {
      margin-top: 0;
      width: 36px;
      height: 26px; }
  .c-motosport-table-header {
    width: calc(100% + 32px);
    margin-left: -16px; }
    .c-motosport-table-header.-dashed:before {
      width: calc(100% - 32px);
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
  .calendar-item__racers {
    justify-content: space-between; }
  .c-team-item__info {
    grid-template-columns: 1fr repeat(2, 28px);
    grid-template-areas: "col-1 col-4 col-5" "col-2 col-3 .";
    column-gap: 8px;
    padding-right: 19px; }
    .c-team-item__info.--advanced-stats-hidden {
      row-gap: 0; }
    .c-team-item__info.--no-best-time {
      grid-template-columns: 1fr repeat(2, 28px);
      grid-template-areas: "col-1 col-4 col-5" "col-2 col-2 col-2"; }
    .c-team-item__info.--no-time {
      grid-template-columns: 1fr repeat(2, 28px);
      grid-template-areas: "col-1 col-3 col-5" "col-2 col-4 ."; }
  .c-team-item__best-time {
    position: relative;
    left: 10px;
    max-width: 64px; }
    .c-team-item__best-time img {
      display: none; }
  .c-team-item__advanced-stats {
    padding-left: 68px;
    justify-content: flex-start; }
  .-fastest .c-team-item__time-wrapper__best-time {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 15px;
    height: 15px;
    align-items: center;
    padding: 2px;
    background: #80448F;
    border-radius: 5px; }
  .c-sport-race-results-wrapper.--race .c-motosport-table-header {
    margin-bottom: 0; }
    .c-sport-race-results-wrapper.--race .c-motosport-table-header__right-column {
      display: grid;
      grid-template-columns: min-content 64px 28px;
      padding-right: 14px;
      gap: 12px; }
  .c-sport-race-results-wrapper.--race .c-team-item__info {
    padding-right: 14px;
    grid-template-columns: 1fr max-content 28px;
    column-gap: 12px; }
  .c-sport-race-results-wrapper.--race .c-team-item__best-time {
    max-width: 100%; } }

@media (max-width: 575.98px) {
  .c-calendar-item__racers {
    justify-content: space-between;
    gap: 8px; }
  .c-title-wrapper .race-country-img {
    width: 36px;
    height: 26px;
    margin-top: 0; }
  .sport-header-layout--racer .c-racer-image {
    width: 120px;
    height: 120px; } }

.c-calendar-item__racer {
  gap: 4px; }

.c-calendar-item__name {
  padding-left: 4px; }

.c-team-item__advanced-stats {
  gap: 8px; }

.-dark-theme .c-seo-box {
  background: #313030;
  color: #fff; }

.-dark-theme .c-listing-item,
.-dark-theme .c-team-item {
  background: #313030;
  border-bottom: 1px solid #1A1919; }
  .-dark-theme .c-listing-item:nth-of-type(even),
  .-dark-theme .c-team-item:nth-of-type(even) {
    background: #2c2b2b; }

.-dark-theme .c-motosport-table-header:before {
  border-top: 1px dashed #464646; }

.-dark-theme .c-team-header:before {
  border-top: 1px dashed #464646; }

.-dark-theme .c-calendar-item__details {
  border-left: 1px solid #464646; }

.-dark-theme .c-calendar-item__country h3 {
  color: #fff; }

.-dark-theme .c-calendar-item__place span,
.-dark-theme .c-calendar-item__name span {
  color: #ffffff; }

.-dark-theme .c-sport-race-results-wrapper .c-team-item,
.-dark-theme .sport-wrapper.-motorsport .c-team-item {
  border-bottom: 1px solid transparent;
  background-color: #313030; }
  .-dark-theme .c-sport-race-results-wrapper .c-team-item:nth-child(even),
  .-dark-theme .sport-wrapper.-motorsport .c-team-item:nth-child(even) {
    background-color: #2C2B2B; }
  .-dark-theme .c-sport-race-results-wrapper .c-team-item__place span,
  .-dark-theme .sport-wrapper.-motorsport .c-team-item__place span {
    color: #ffffff; }
  .-dark-theme .c-sport-race-results-wrapper .c-team-item__empty,
  .-dark-theme .sport-wrapper.-motorsport .c-team-item__empty {
    background-color: #313030; }
    .-dark-theme .c-sport-race-results-wrapper .c-team-item__empty .text,
    .-dark-theme .sport-wrapper.-motorsport .c-team-item__empty .text {
      color: #ffffff; }
  .-dark-theme .c-sport-race-results-wrapper .c-team-item__points span,
  .-dark-theme .sport-wrapper.-motorsport .c-team-item__points span {
    color: #ffffff; }
  .-dark-theme .c-sport-race-results-wrapper .c-team-item__profile__place span,
  .-dark-theme .sport-wrapper.-motorsport .c-team-item__profile__place span {
    color: #ffffff; }
  .-dark-theme .c-sport-race-results-wrapper .c-team-item__profile__name,
  .-dark-theme .sport-wrapper.-motorsport .c-team-item__profile__name {
    color: #fff; }
  .-dark-theme .c-sport-race-results-wrapper .c-team-item__info__racer-place,
  .-dark-theme .sport-wrapper.-motorsport .c-team-item__info__racer-place {
    color: #fff; }
  .-dark-theme .c-sport-race-results-wrapper .c-team-item__info__racer-name,
  .-dark-theme .sport-wrapper.-motorsport .c-team-item__info__racer-name {
    color: #fff; }
  .-dark-theme .c-sport-race-results-wrapper .c-team-item__info__points span,
  .-dark-theme .sport-wrapper.-motorsport .c-team-item__info__points span {
    color: #ffffff; }

.c-sport-info-wrapper.-dashed-header .c-section-header {
  border-top-style: dashed;
  margin-bottom: 12px;
  padding-top: 12px; }
  .c-sport-info-wrapper.-dashed-header .c-section-header .title {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: #7C7C7C; }

.info-table-line {
  background: #F6F4F3;
  padding: 10px 15px;
  display: grid;
  font-size: 12px;
  line-height: 1.5; }
  .info-table-line:nth-of-type(even) {
    background: #EAEAEA; }
  .info-table-line .-running {
    background-color: #D9D9D9;
    border-radius: 5px;
    max-height: 20px;
    color: #CF3339;
    padding: 0px 6px; }
  .info-table-line .-regular {
    background-color: #fff;
    border-radius: 5px;
    max-height: 20px;
    color: #000;
    padding: 0px 6px;
    margin-left: auto; }
  .info-table-line .-strong {
    font-weight: 600; }
  .info-table-line .-large {
    font-size: 21px; }
  .info-table-line .-green {
    color: #1CC02C; }
  .info-table-line .-red {
    color: #E94E4E; }
  .info-table-line .-gray {
    color: #7C7C7C; }
  .info-table-line a {
    color: inherit; }
    .info-table-line a:hover {
      text-decoration: underline; }
  .info-table-line.-info {
    grid-template-columns: 155px auto;
    column-gap: 5px; }
    .info-table-line.-info.-live-container {
      align-items: center; }
      .info-table-line.-info.-live-container .-value {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 16px; }
    .info-table-line.-info.-live-container .-value .-running {
      float: right; }
    .info-table-line.-info .-value {
      font-weight: 600; }
      .info-table-line.-info .-value .-weight-400 {
        font-weight: 400; }
    .info-table-line.-info.-dashed {
      background: #fff;
      color: #7C7C7C;
      border-top: 1px #E5DFDC dashed;
      padding-left: 0;
      padding-right: 0;
      font-size: 13px;
      line-height: 1.3; }
      .info-table-line.-info.-dashed .-value {
        color: #1A1919;
        font-weight: initial; }
  .info-table-line.-watch {
    grid-template-columns: 155px auto;
    align-items: center;
    column-gap: 5px; }
    .info-table-line.-watch .-channels {
      display: flex;
      flex-wrap: wrap;
      column-gap: 14px;
      row-gap: 4px; }
      .info-table-line.-watch .-channels img {
        display: block;
        height: 20px;
        flex-shrink: 0;
        margin: -4px 0; }
  .info-table-line.-live {
    grid-template-columns: 40px auto;
    align-items: center; }
    .info-table-line.-live .-value {
      display: flex; }
    .info-table-line.-live:not(.-heartbeat) .-value {
      flex-wrap: nowrap;
      row-gap: 10px;
      align-items: center; }
    .info-table-line.-live .-scorers {
      display: flex;
      flex-direction: column;
      row-gap: 6px; }
    .info-table-line.-live .-nbsp {
      white-space: nowrap; }
    .info-table-line.-live .-flag-wrapper {
      width: 24px;
      height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 16px;
      flex-shrink: 0; }
      .info-table-line.-live .-flag-wrapper + .-flag-wrapper {
        margin-left: -10px; }
      .info-table-line.-live .-flag-wrapper a {
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
        width: 100%;
        height: 100%;
        text-decoration: none; }
      .info-table-line.-live .-flag-wrapper .-img {
        max-width: 18px;
        max-height: 18px;
        margin-top: -2px; }
      .info-table-line.-live .-flag-wrapper.-goal {
        margin-left: 0; }
    .info-table-line.-live.-heartbeat {
      color: #7C7C7C;
      position: relative;
      background: linear-gradient(to right, #F6F4F3 50%, #FFFFFF 90%); }
      .info-table-line.-live.-heartbeat .-value {
        position: relative; }
      .info-table-line.-live.-heartbeat .-live-dots {
        display: flex;
        column-gap: 4px;
        align-items: center;
        position: absolute;
        right: 0;
        top: -2px;
        background: #fff;
        width: 32px;
        height: 100%;
        padding-left: 6px; }
      .info-table-line.-live.-heartbeat .-dot {
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 10px;
        opacity: 0.3;
        animation: liveDotAnimate 3s infinite; }
        .info-table-line.-live.-heartbeat .-dot.-dot-2 {
          animation-delay: 1s; }
        .info-table-line.-live.-heartbeat .-dot.-dot-3 {
          animation-delay: 2s; }
      .info-table-line.-live.-heartbeat:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.7) calc(100% - 45px), transparent calc(100% - 45px)); }
  .info-table-line.-stats .-labels {
    display: grid;
    grid-template-columns: max-content auto max-content;
    column-gap: 10px; }
    .info-table-line.-stats .-labels .-label-A,
    .info-table-line.-stats .-labels .-label-B {
      font-weight: 600; }
    .info-table-line.-stats .-labels .-label-A {
      color: var(--color-A); }
    .info-table-line.-stats .-labels .-label-B {
      color: var(--color-B); }
    .info-table-line.-stats .-labels .-label-name {
      text-align: center; }
  .info-table-line.-stats .-stat-line {
    height: 8px;
    display: grid;
    grid-template-columns: var(--line-column-template);
    column-gap: 1px;
    width: calc(100% + 30px);
    margin: 2px -15px -10px; }
    .info-table-line.-stats .-stat-line .-line-A {
      background: var(--color-A); }
    .info-table-line.-stats .-stat-line .-line-B {
      background: var(--color-B); }
  .info-table-line.-stats.-more-A {
    --color-A: #CF3339;
    --color-B: #1A1919; }
  .info-table-line.-stats.-more-B {
    --color-A: #1A1919;
    --color-B: #CF3339; }
  .info-table-line.-stats.-equals-AB {
    --color-A: #1A1919;
    --color-B: #1A1919; }
  .info-table-line.-stats.-zero-A {
    --line-column-template: 38px auto !important; }
  .info-table-line.-stats.-zero-B {
    --line-column-template: auto 38px !important; }
  .info-table-line.-paragraph p {
    min-height: 10px;
    font-size: inherit; }
  .info-table-line.-roster {
    display: grid;
    row-gap: 12px;
    grid-template-columns: min-content auto;
    grid-template-areas: "roster-image roster-label" "roster-value roster-value";
    align-items: center; }
    .info-table-line.-roster.-no-img {
      grid-template-columns: 100%;
      grid-template-areas: "roster-label" "roster-value"; }
    .info-table-line.-roster .-image-wrapper {
      grid-area: roster-image;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 18px; }
      .info-table-line.-roster .-image-wrapper a {
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
        width: 100%;
        height: 100%;
        text-decoration: none; }
      .info-table-line.-roster .-image-wrapper img {
        max-width: 100%;
        max-height: 100%; }
    .info-table-line.-roster .-label {
      grid-area: roster-label;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: -5px; }
    .info-table-line.-roster .-value {
      grid-area: roster-value; }
    .info-table-line.-roster a {
      color: inherit !important;
      font-weight: inherit !important; }
      .info-table-line.-roster a:hover {
        text-decoration: underline !important; }
  .info-table-line.-roster-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    grid-template-areas: "r-home r-away";
    padding-top: 8px;
    padding-bottom: 8px; }
    .info-table-line.-roster-v2 .-home {
      grid-area: r-home; }
    .info-table-line.-roster-v2 .-away {
      grid-area: r-away; }
    .info-table-line.-roster-v2 .-number {
      grid-area: r-number; }
    .info-table-line.-roster-v2 .-name {
      grid-area: r-name; }
    .info-table-line.-roster-v2 .-flag {
      grid-area: r-flag; }
    .info-table-line.-roster-v2 .-competitor {
      display: grid;
      align-items: center;
      grid-template-columns: 18px 10px 17px 7px 1fr;
      grid-template-areas: "r-number . r-flag . r-name"; }
    .info-table-line.-roster-v2 .-number {
      text-align: center; }
    .info-table-line.-roster-v2 .-name {
      min-width: 0; }
      .info-table-line.-roster-v2 .-name a {
        position: relative;
        display: flex;
        align-items: center;
        text-decoration: none;
        max-width: 100%;
        width: max-content; }
        .info-table-line.-roster-v2 .-name a:hover:after {
          content: "";
          position: absolute;
          bottom: 4px;
          width: 100%;
          height: 1px;
          background: #1A1919; }
        .info-table-line.-roster-v2 .-name a .-fullname {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          min-width: 0;
          max-width: max-content;
          flex: 1 1 auto; }
        .info-table-line.-roster-v2 .-name a .-position {
          white-space: nowrap;
          flex: 0 0 auto; }
          .info-table-line.-roster-v2 .-name a .-position:not(:empty) {
            margin-left: 4px; }
    .info-table-line.-roster-v2 .-flag {
      display: flex;
      justify-content: center;
      align-items: center; }
      .info-table-line.-roster-v2 .-flag img {
        max-width: 17px;
        max-height: 13px; }
    .info-table-line.-roster-v2 .-away {
      grid-template-columns: 1fr 7px 17px 10px 18px;
      grid-template-areas: "r-name . r-flag . r-number"; }
      .info-table-line.-roster-v2 .-away .-name a {
        justify-self: end; }

.c-rte .c-info-table-lines .info-table-line a:not(.-tag-link) {
  color: inherit;
  font-weight: inherit; }
  .c-rte .c-info-table-lines .info-table-line a:not(.-tag-link):hover {
    text-decoration: underline; }

@media (max-width: 575.98px) {
  .c-info-table-lines {
    width: calc(100% + 32px);
    margin-left: -16px; }
  .info-table-line.-info {
    grid-template-columns: 2fr 3fr; }
    .info-table-line.-info.-live-container .-value {
      justify-content: space-between; }
    .info-table-line.-info.-dashed {
      width: calc(100% - 32px);
      margin-left: 16px; }
  .info-table-line.-live.-heartbeat {
    background: linear-gradient(to right, #F6F4F3 20%, #FFFFFF 70%); }
    .info-table-line.-live.-heartbeat:after {
      background: linear-gradient(to right, transparent 0%, #fff calc(100% - 45px), transparent calc(100% - 45px)); }
  .info-table-line.-watch {
    grid-template-columns: 2fr 3fr; } }

.-dark-theme .c-sport-info-wrapper.-dashed-header .c-section-header .title {
  color: #E5E5E5; }

.-dark-theme .info-table-line {
  background: #333333; }
  .-dark-theme .info-table-line:nth-of-type(even) {
    background: #2c2b2b; }
  .-dark-theme .info-table-line .-running {
    background-color: #1a1919; }
  .-dark-theme .info-table-line.-info.-dashed {
    background: #1A1919;
    color: #BCB8B8;
    border-top-color: #464646; }
    .-dark-theme .info-table-line.-info.-dashed .-value {
      color: #fff;
      font-weight: initial; }
  .-dark-theme .info-table-line.-stats {
    background: #2c2b2b; }
    .-dark-theme .info-table-line.-stats.-more-A {
      --color-A: #CF3339;
      --color-B: #464646; }
      .-dark-theme .info-table-line.-stats.-more-A .-label-B {
        color: #fff; }
    .-dark-theme .info-table-line.-stats.-more-B {
      --color-A: #464646;
      --color-B: #CF3339; }
      .-dark-theme .info-table-line.-stats.-more-B .-label-A {
        color: #fff; }
    .-dark-theme .info-table-line.-stats.-equals-AB {
      --color-A: #464646;
      --color-B: #464646; }
      .-dark-theme .info-table-line.-stats.-equals-AB .-label-A,
      .-dark-theme .info-table-line.-stats.-equals-AB .-label-B {
        color: #fff; }
  .-dark-theme .info-table-line.-live.-heartbeat {
    color: #F6F4F3;
    background: linear-gradient(to right, #333333 50%, #1A1919 90%); }
    .-dark-theme .info-table-line.-live.-heartbeat .-live-dots {
      background: #1A1919; }
    .-dark-theme .info-table-line.-live.-heartbeat .-dot {
      background: #F6F4F3; }
    .-dark-theme .info-table-line.-live.-heartbeat:after {
      background: linear-gradient(90deg, transparent 0%, rgba(26, 25, 25, 0.7) calc(100% - 45px), transparent calc(100% - 45px)); }

.-dark-theme img[src*="hockey-goal.svg"] {
  filter: invert(1); }

@keyframes liveDotAnimate {
  0%, 66.7% {
    opacity: 0.3; }
  33.33% {
    opacity: 1; } }

.sport-stats-table.-team ul.-competitions a {
  color: #0096CC; }
  .sport-stats-table.-team ul.-competitions a:hover {
    color: #145C8F; }

.sport-stats-table-item {
  background-color: #F6F4F3;
  padding: 7px 16px;
  display: grid;
  grid-template-columns: 160px auto;
  font-size: 12px;
  line-height: 1.5; }
  .sport-stats-table-item:nth-child(odd) {
    background-color: #EAEAEA; }
  .sport-stats-table-item:first-child {
    border-radius: 5px 5px 0 0; }
  .sport-stats-table-item:last-child {
    border-radius: 0 0 5px 5px; }
  .sport-stats-table-item .-label {
    font-weight: 400; }
  .sport-stats-table-item .-value {
    font-weight: 600; }

ul.-team-form-flags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1px;
  row-gap: 1px; }
  ul.-team-form-flags li {
    position: relative;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-top: 1px;
    font-size: 12px;
    font-weight: 600; }
    ul.-team-form-flags li.-unknown {
      background: #ababab; }
    ul.-team-form-flags li.-lost {
      background: #ff465c; }
    ul.-team-form-flags li.-win {
      background: #5ad023; }
    ul.-team-form-flags li.-draw {
      background: #ffc42e; }
    ul.-team-form-flags li.-match-short-popup {
      cursor: pointer; }
    ul.-team-form-flags li:first-child {
      border-radius: 3px 0 0 3px; }
    ul.-team-form-flags li:last-child {
      border-radius: 0 3px 3px 0; }

.c-rte ul.-team-form-flags li {
  margin-top: 0;
  font-family: "Organica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.c-rte .sport-stats-table ul {
  padding: inherit; }
  .c-rte .sport-stats-table ul li {
    list-style: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-top: inherit;
    font-family: "Organica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

@media (max-width: 575.98px) {
  .sport-stats-table {
    margin-left: -16px;
    margin-right: -16px; }
    .sport-stats-table-item:first-child {
      border-radius: 0; }
    .sport-stats-table-item:last-child {
      border-radius: 0; } }

.-dark-theme .sport-stats-table-item {
  background-color: #2c2b2b; }
  .-dark-theme .sport-stats-table-item:nth-child(odd) {
    background-color: #333333; }

.sport-select-wrapper .-label {
  font-size: 12px;
  color: #1A1919;
  margin-bottom: 8px; }

.sport-select-wrapper .dropdown-toggle {
  color: #7C7C7C;
  font-size: 13px;
  line-height: 1.25;
  padding-top: 2px; }

.-dark-theme .sport-select-wrapper .-label {
  color: #fff; }

.-match-short-popup-wrapper {
  position: absolute;
  z-index: 50;
  overflow-x: clip;
  padding: 9px 6px 6px;
  margin-top: -9px; }
  .-match-short-popup-wrapper .popup-inside-wrapper {
    position: relative;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px #E5DFDC solid;
    box-shadow: 0px 0px 7px -3px #7C7C7C; }
  .-match-short-popup-wrapper .-floating-content {
    position: relative;
    color: #1A1919;
    width: max-content;
    max-width: calc(100vw - 6px);
    text-align: center;
    display: grid;
    grid-template-columns: 50px auto 50px;
    grid-template-areas: "msp-header msp-header msp-header" "msp-logoA msp-score msp-logoB" "msp-status msp-status msp-status" "msp-link msp-link msp-link"; }
  .-match-short-popup-wrapper .-msp-pointer {
    position: absolute;
    transform: translate(50%);
    right: 50%;
    top: -39px;
    height: 23px;
    width: 17px; }
    .-match-short-popup-wrapper .-msp-pointer:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      transform: translate(-50%) rotate(45deg);
      left: 50%;
      background: #fff;
      border-top: 1px solid #E5DFDC;
      border-left: 1px solid #E5DFDC;
      top: 16px; }
  .-match-short-popup-wrapper .-msp-header {
    grid-area: msp-header; }
  .-match-short-popup-wrapper .-msp-logoA {
    grid-area: msp-logoA; }
  .-match-short-popup-wrapper .-msp-logoB {
    grid-area: msp-logoB; }
  .-match-short-popup-wrapper .-msp-score {
    grid-area: msp-score; }
  .-match-short-popup-wrapper .-msp-status {
    grid-area: msp-status; }
  .-match-short-popup-wrapper .-msp-link {
    grid-area: msp-link; }
  .-match-short-popup-wrapper .-msp-header {
    font-size: 14px;
    text-align: center;
    padding: 0 20px 10px;
    border-bottom: 1px #E5DFDC dashed;
    margin-bottom: 16px; }
  .-match-short-popup-wrapper [class*="-msp-logo"] {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .-match-short-popup-wrapper [class*="-msp-logo"] img {
      max-width: 100%;
      max-height: 100%; }
  .-match-short-popup-wrapper .-msp-score {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 10px;
    margin-right: -10px;
    margin-bottom: -10px; }
  .-match-short-popup-wrapper .-msp-status {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .-match-short-popup-wrapper .-msp-link {
    font-size: 14px;
    font-weight: 600; }
    .-match-short-popup-wrapper .-msp-link a {
      color: #0096CC; }
      .-match-short-popup-wrapper .-msp-link a:hover {
        color: #145C8F; }
      .-match-short-popup-wrapper .-msp-link a .icon {
        margin-left: 6px; }

.-unknown .-match-short-popup-wrapper .-msp-score {
  color: #7C7C7C; }

.-dark-theme .-match-short-popup-wrapper .popup-inside-wrapper {
  background: #313030;
  border-color: #464646; }

.-dark-theme .-match-short-popup-wrapper .-floating-content {
  color: #fff; }
  .-dark-theme .-match-short-popup-wrapper .-floating-content .-msp-pointer:before {
    background: #313030;
    border-color: #464646; }

.wff_widget .wff_standings_generic .wff_event_start_time_status_container,
.wff_widget .wff_livescore_tournament_generic .wff_event_start_time_status_container,
.wff_widget .wff_livescore_default_version .wff_event_start_time_status_container {
  padding-right: 12px !important;
  padding-left: 12px !important; }

.wff_widget .wff_standings_generic .wff_event_link_small,
.wff_widget .wff_livescore_tournament_generic .wff_event_link_small,
.wff_widget .wff_livescore_default_version .wff_event_link_small {
  width: 100%;
  height: 100%;
  position: absolute; }

.wff_widget .wff_standings_generic .wff_event_row_wrapper,
.wff_widget .wff_livescore_tournament_generic .wff_event_row_wrapper,
.wff_widget .wff_livescore_default_version .wff_event_row_wrapper {
  flex-wrap: nowrap !important; }

.wff_widget .wff_standings_generic .wff_participants_and_results_container,
.wff_widget .wff_livescore_tournament_generic .wff_participants_and_results_container,
.wff_widget .wff_livescore_default_version .wff_participants_and_results_container {
  flex-grow: 1 !important; }
  .wff_widget .wff_standings_generic .wff_participants_and_results_container:has(.wff_expand_collapse_incidents_icon),
  .wff_widget .wff_livescore_tournament_generic .wff_participants_and_results_container:has(.wff_expand_collapse_incidents_icon),
  .wff_widget .wff_livescore_default_version .wff_participants_and_results_container:has(.wff_expand_collapse_incidents_icon) {
    padding-right: 15px; }

.wff_widget .wff_standings_generic .wff_tournament_header_container:not(:first-child),
.wff_widget .wff_livescore_tournament_generic .wff_tournament_header_container:not(:first-child),
.wff_widget .wff_livescore_default_version .wff_tournament_header_container:not(:first-child) {
  margin-top: 15px !important; }

.wff_widget .wff_standings_generic .wff_event_status_notstarted .wff_expand_collapse_incidents_icon,
.wff_widget .wff_livescore_tournament_generic .wff_event_status_notstarted .wff_expand_collapse_incidents_icon,
.wff_widget .wff_livescore_default_version .wff_event_status_notstarted .wff_expand_collapse_incidents_icon {
  display: none !important; }

.wff_widget .wff_standings_generic .wff_media_and_odds_wrapper,
.wff_widget .wff_livescore_tournament_generic .wff_media_and_odds_wrapper,
.wff_widget .wff_livescore_default_version .wff_media_and_odds_wrapper {
  display: none !important; }

.wff_widget .wff_standings_generic .wff_event_status_notstarted .wff_expand_collapse_incidents_icon,
.wff_widget .wff_livescore_tournament_generic .wff_event_status_notstarted .wff_expand_collapse_incidents_icon,
.wff_widget .wff_livescore_default_version .wff_event_status_notstarted .wff_expand_collapse_incidents_icon {
  display: none !important; }

.wff_widget .wff_standings_generic .wff_event_status_notstarted .wff_participants_and_results_container,
.wff_widget .wff_livescore_tournament_generic .wff_event_status_notstarted .wff_participants_and_results_container,
.wff_widget .wff_livescore_default_version .wff_event_status_notstarted .wff_participants_and_results_container {
  padding-right: 0 !important; }

.wff_widget .wff_event_grouping_header_component[data-v-b627f378] {
  cursor: auto !important; }

.wff_widget .wff_team_tab .wff_participant_link {
  pointer-events: none !important; }

.wff_widget.wff_widget_FW7A1271D9160BB91C .wff_event_start_time_status_container .wff_event_status {
  max-width: 154px !important;
  padding-right: 6px !important;
  padding-left: 6px !important; }

.wff_widget.wff_widget_FW935B7AD50858DDBA .wff_ranking_generic .wff_ranking_header_container {
  display: none !important; }

.wff_widget.wff_widget.wff_widget_FW3FCCF106B5252C6F .wff_participant_container_wrapper .wff_breakline {
  margin-left: 2px; }

.wff_widget .wff_livescore_tournament_generic .wff_header_root .wff_header_button_container .wff_calendar_wrapper .wff_arrow_container .wff_icon_container[data-v-20eacbc3] {
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important; }

.wff_widget.wff_widget.wff_widget_FW8D003F78F5CAEDCC .wff_calendar_wrapper .wff_arrow_container.wff_prev_arrow {
  left: 0 !important; }

.wff_widget.wff_widget.wff_widget_FW8D003F78F5CAEDCC .wff_calendar_wrapper .wff_arrow_container.wff_next_arrow {
  right: 0 !important; }

.wff_widget.wff_widget div[class^="wff_livescore_generic_"] div[class$="_livescore_generic_event_list"] .wff_generic_data_loaded .wff_generic_events .wff_generic_double_event_row .wff_double_row_generic_odds_container {
  display: none !important; }

.wff_widget.wff_widget div[class^="wff_livescore_generic_"] div[class$="_livescore_generic_event_list"] .wff_generic_data_loaded .wff_generic_events .wff_generic_double_event_row .wff_event_results_container {
  right: 10px !important; }

@media (max-width: 380px) {
  .wff_widget.wff_widget.wff_widget_FW6BB8E0081739076C .wff_ranking_generic .wff_data_selector_root {
    width: 120px !important; }
  .wff_widget.wff_widget.wff_widget_FW3FCCF106B5252C6F .wff_livescore_alt_version .wff_event_row_container .wff_event_row_wrapper.wff_double .wff_participants_and_results_container {
    width: calc(100% - 104px) !important; }
  .wff_widget .wff_incidents_generic[data-v-68e1ff44] .wff_incidents_period_root .wff_incident_row_root.wff_home_incident .wff_incident_details_wrapper {
    justify-content: unset !important; } }

@media (max-width: 500px) {
  .wff_widget.wff_widget.wff_widget_FW7B80837270955908 .wff_incidents_generic_soccer .wff_incidents_period_root .wff_incident_row_root.wff_template_type_minute_centered.wff_away_incident .wff_icon_and_results,
  .wff_widget.wff_widget.wff_widget_FW7B80837270955908 .wff_incidents_generic_soccer .wff_incidents_period_root .wff_incident_row_root.wff_template_type_minute_centered .wff_icon_and_results,
  .wff_widget.wff_widget.wff_widget_FW7A1271D9160BB91C .wff_event_start_time_status_container .wff_event_status,
  .wff_widget.wff_widget.wff_widget_FW7B80837270955908 .wff_incidents_period_root .wff_incident_row_root.wff_template_type_minute_centered .wff_icon_and_results,
  .wff_widget.wff_widget.wff_widget_FW7B80837270955908 .wff_incidents_period_root .wff_incident_row_root.wff_template_type_minute_centered.wff_away_incident .wff_icon_and_results {
    pointer-events: none !important; } }

@media (min-width: 558px) and (max-width: 799px), (min-width: 992px) {
  .c-sport-section.c-sport-section--has-logo-overflow h1.c-title {
    margin-bottom: 42px; } }

.c-sport-section.c-sport-section--has-logo-overflow .wff_widget:not(:last-of-type) {
  margin-bottom: 24px; }

.-dark-theme .wff_widget {
  padding: 10px;
  background: white !important;
  border-radius: 10px; }
  .-dark-theme .wff_widget .wff_widget {
    padding: unset;
    border-radius: unset; }
  .-dark-theme .wff_widget[class*="no_data"], .-dark-theme .wff_widget > [class*="no_data"] {
    color: black; }

@media (max-width: 374px) {
  .js-rescale_wff_widget .wff_widget .wff_info_row:has(.wff_form) {
    display: none !important; } }

.wff_widget .wff_topscorer_generic * {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  border-radius: 0 !important; }

.wff_widget .wff_topscorer_generic .wff_topscorer_table_title {
  font-size: 30px !important; }

.wff_widget .wff_topscorer_generic .wff_topscorer_table_header * {
  color: #4D4D4D !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  background-color: #F2F2F2 !important; }

.wff_widget .wff_topscorer_generic .wff_topscorer_table_row {
  line-height: 50px !important; }
  .wff_widget .wff_topscorer_generic .wff_topscorer_table_row:nth-child(even) {
    background-color: #F8F8F8 !important; }

.wff_widget .wff_topscorer_generic .wff_table_row_column {
  background-color: transparent !important; }

.c-sport-result-teaser {
  position: relative;
  padding-bottom: 56px;
  margin: 0 -16px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .c-sport-result-teaser .wff_widget {
    width: 100%; }
  .c-sport-result-teaser::after {
    content: '';
    position: absolute;
    bottom: 56px;
    left: 0;
    height: 57px;
    width: 100%;
    background: linear-gradient(180deg, rgba(246, 244, 243, 0) 0%, #F6F4F3 49.48%);
    z-index: 1; }
  .c-sport-result-teaser__cta {
    text-transform: uppercase;
    display: block;
    width: 311px;
    margin: 0 auto;
    height: 48px;
    position: absolute;
    color: white;
    bottom: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 10000px;
    z-index: 2; }

@media (min-width: 576px) {
  .c-sport-result-teaser {
    margin-left: 0px;
    margin-right: 0px; } }

.-dark-theme .c-sport-result-teaser::after {
  background: linear-gradient(180deg, rgba(246, 244, 243, 0) 0%, #1a1919 49.48%); }

.sport-team-detail-wrapper .c-title {
  display: grid;
  grid-template-columns: auto 50px;
  column-gap: 12px; }
  .sport-team-detail-wrapper .c-title + .short-description {
    font-size: 11px;
    margin-top: -24px;
    margin-bottom: 16px; }
  .sport-team-detail-wrapper .c-title .team-img {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: -50px;
    float: right; }

.sport-team-detail-wrapper .text {
  color: #1a1919;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px; }

.sport-team-detail-wrapper .like-heart {
  position: absolute;
  right: 12px;
  top: 56px;
  font-size: 25px;
  display: none; }
  .sport-team-detail-wrapper .like-heart .icon {
    color: #7C7C7C; }
    .sport-team-detail-wrapper .like-heart .icon.icon-heart-fill {
      color: #CF3339; }

@media (max-width: 575.98px) {
  .sport-team-detail-wrapper .c-title + .short-description {
    margin-top: -10px;
    margin-bottom: 30px; } }

.-dark-theme .sport-team-detail-wrapper .text {
  color: #fff; }

#floating-related-wrapper {
  position: fixed;
  bottom: 0px;
  height: 0px;
  width: 100%;
  background: #F6F4F3;
  box-shadow: 0px -2px 4px #E5DFDC;
  transition: height 0.2s linear;
  z-index: 300000000; }
  #floating-related-wrapper .c-section-inner {
    background: inherit; }

.related-floating-close {
  color: #7C7C7C;
  position: absolute;
  font-family: Icons;
  right: 16px;
  top: 24px;
  font-size: 12px;
  z-index: 5; }
  .related-floating-close:before {
    content: "\E012"; }
  .related-floating-close:hover {
    color: #CF3339; }

.-dark-theme #floating-related-wrapper {
  box-shadow: 0 -2px 4px #464646;
  background: #313030; }
  .-dark-theme #floating-related-wrapper .c-section-inner {
    background: inherit; }

.-dark-theme .related-floating-close {
  color: #E5E5E5; }

@media (min-width: 992px) {
  .c-related-articles .c-article {
    width: 100%; }
    .c-related-articles .c-article.-highlight.-inline .content {
      margin-right: -30px; }
    .c-related-articles .c-article.-inline:not(.-highlight) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .c-related-articles .c-article.-inline:not(.-highlight) .img {
        width: auto; }
      .c-related-articles .c-article.-inline:not(.-highlight) .content {
        margin: 0 0 0 16px; }
  .c-related-articles--by-article-content .c-article.-inline:not(.-highlight) .img {
    max-width: 236px; }
  .c-related-articles--by-article-content .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .c-related-articles--by-article-content .swiper-slide {
    display: block;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 24px; }
    .c-related-articles--by-article-content .swiper-slide:last-child {
      margin-bottom: 0; }
    .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+2),
    .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+2) ~ .swiper-slide {
      width: 30%;
      flex-shrink: 1; }
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+2):nth-child(1), .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+2):nth-child(2),
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+2) ~ .swiper-slide:nth-child(1),
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+2) ~ .swiper-slide:nth-child(2) {
        margin-right: 24px; }
    .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4),
    .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4) ~ .swiper-slide {
      width: 100%;
      flex-shrink: 0; }
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4):nth-child(2), .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4):nth-child(3), .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4):nth-child(4),
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4) ~ .swiper-slide:nth-child(2),
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4) ~ .swiper-slide:nth-child(3),
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4) ~ .swiper-slide:nth-child(4) {
        width: calc((100% - 48px) / 3);
        display: inline-block;
        margin-bottom: 0; }
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4):nth-child(2), .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4):nth-child(3),
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4) ~ .swiper-slide:nth-child(2),
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4) ~ .swiper-slide:nth-child(3) {
        margin-right: 24px; }
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4):nth-child(5),
      .c-related-articles--by-article-content .swiper-slide:first-child:nth-last-child(n+4) ~ .swiper-slide:nth-child(5) {
        margin-top: 24px; }
  .c-related-articles--by-article-themes .c-article.-inline:not(.-highlight) .img {
    max-width: 105px; }
  .c-related-articles--by-article-themes .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px; } }

@media (max-width: 991.98px) {
  .c-related-articles {
    overflow: hidden; }
    .c-related-articles .c-article .img img {
      aspect-ratio: 354 / 203;
      object-fit: cover; }
    .c-related-articles .c-article.-m.-highlight.-inline {
      margin-left: 0px;
      margin-right: 0px; }
      .c-related-articles .c-article.-m.-highlight.-inline .content {
        background: transparent;
        padding: 0; }
        .c-related-articles .c-article.-m.-highlight.-inline .content .title {
          font-size: 16px !important; }
      .c-related-articles .c-article.-m.-highlight.-inline .media {
        height: 24px; }
      .c-related-articles .c-article.-m.-highlight.-inline .icon {
        font-size: 14px;
        width: 28px;
        height: 28px; } }

.-dark-theme .c-article.-highlight .content {
  background: #313030; }

@media (max-width: 991.98px) {
  .-dark-theme .c-article.-highlight .content {
    background: transparent; } }

/* styl popup video */
.video-popup-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
  transition: opacity 0.3s; }

.video-popup-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  transition: opacity 0.3s;
  width: calc(100vw - 80px);
  height: calc(100vh - 125px);
  display: flex;
  justify-content: center;
  align-items: center; }

.video-popup-wrapper .-frame-wrapper {
  position: absolute;
  width: 100%;
  max-width: 1500px;
  padding-bottom: min(calc(100vh - 125px), 844px, 56.25%); }

.video-popup-wrapper .-close {
  position: absolute;
  top: -48px;
  right: 0;
  color: #fff;
  background: #000;
  border-radius: 50px;
  transition: color 0.3s;
  cursor: pointer;
  height: 50px;
  width: 50px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center; }

.video-popup-wrapper .-close:hover {
  color: #cf3339; }

.video-popup-wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.video-popup-bg.-hidden {
  opacity: 0; }

.video-popup-wrapper.-hidden {
  opacity: 0; }

.-fake-fullscreen .video-popup-wrapper {
  top: initial;
  left: initial;
  transform: initial;
  width: 100%;
  height: 100%; }

.-fake-fullscreen .-frame-wrapper {
  position: initial;
  width: 100%;
  height: 100%; }

.-fake-fullscreen .video-popup-wrapper iframe {
  width: 100%;
  height: 100%; }

@media (max-width: 767.9px) {
  .video-popup-wrapper .-close {
    top: -30px;
    width: 30px;
    height: 30px; }
  .video-popup-wrapper {
    width: calc(100vw - 20px); } }

.c-sitemap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  .c-sitemap--years, .c-sitemap--months, .c-sitemap--days {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
  .c-sitemap--near-days .c-sitemap__item {
    width: 60px; }
  .c-sitemap__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 14px;
    font-size: 14px;
    font-weight: 500; }
    .c-sitemap__item a {
      width: 100%;
      padding: 15px 0;
      color: #1A1919;
      text-decoration: underline;
      text-align: left; }
      .c-sitemap__item a:hover {
        text-decoration: none; }
    .c-sitemap__item::after {
      content: '';
      width: 100vw;
      height: 1px;
      background-color: #E5DFDC; }
    .c-sitemap__item--fullwidth {
      align-items: flex-start;
      width: 100%;
      line-height: 20px; }
  .c-sitemap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: transparent; }
  .c-sitemap--years::after, .c-sitemap--months::after, .c-sitemap--days::after, .c-sitemap--near-days::after {
    background-color: #ffffff; }
  .c-sitemap__title {
    margin: 24px 0 17px;
    line-height: 26px;
    font-size: 21px; }

html.-dark-theme .c-sitemap__item a {
  color: #ffffff; }

html.-dark-theme .c-sitemap__item::after {
  background-color: #464646; }

html.-dark-theme .c-sitemap::after {
  background-color: transparent; }

html.-dark-theme .c-sitemap--years::after, html.-dark-theme .c-sitemap--months::after, html.-dark-theme .c-sitemap--days::after, html.-dark-theme .c-sitemap--near-days::after {
  background-color: #1A1919; }

@media (max-width: 767.98px) {
  .c-sitemap--years, .c-sitemap--days {
    grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)); }
  .c-sitemap--months {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)); } }

body.videos-page main {
  background-color: #F1F1F1; }
  body.videos-page main .c-article-wrapper, body.videos-page main .c-section-inner {
    background: transparent; }
  body.videos-page main .c-article-wrapper .c-article .category,
  body.videos-page main .c-article-wrapper .c-article .article-info,
  body.videos-page main .c-article-wrapper .strossle-box-listing .category,
  body.videos-page main .c-article-wrapper .strossle-box-listing .article-info {
    color: #e5e5e5; }
  body.videos-page main .c-article-wrapper .c-article .title,
  body.videos-page main .c-article-wrapper .strossle-box-listing .title {
    color: #ffffff; }
  body.videos-page main .c-article-wrapper.-ordered .date.mobile {
    display: none; }
  body.videos-page main .c-sidebar .c-article-wrapper .c-article img, body.videos-page main .c-sidebar .c-article-wrapper .c-article picture {
    width: 104px;
    height: 57px; }
  body.videos-page main .c-sidebar .c-article-wrapper .c-article .content {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left; }
  body.videos-page main .c-sidebar .c-article-wrapper .c-article time {
    color: #e5e5e5;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px; }
  body.videos-page main .c-pagination ul li a,
  body.videos-page main .c-pagination ul li span:not(.-active) {
    background: #313030; }
  body.videos-page main .c-pagination ul li span.-disabled i {
    color: #0096cc;
    opacity: 0.5; }
  body.videos-page main .c-section {
    margin: 0; }
    body.videos-page main .c-section .container {
      background-color: #1A1919; }
      body.videos-page main .c-section .container::before {
        top: 0 !important;
        background-color: unset !important; }
    body.videos-page main .c-section:first-of-type .container {
      padding-top: 32px; }
    body.videos-page main .c-section:first-of-type .c-bricks-wrapper .c-section-header,
    body.videos-page main .c-section:first-of-type .c-hero-wrapper .c-section-header,
    body.videos-page main .c-section:first-of-type .c-section.js-other-streams-wrap .c-section-header {
      position: relative; }
      body.videos-page main .c-section:first-of-type .c-bricks-wrapper .c-section-header::before,
      body.videos-page main .c-section:first-of-type .c-hero-wrapper .c-section-header::before,
      body.videos-page main .c-section:first-of-type .c-section.js-other-streams-wrap .c-section-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #464646; }
    body.videos-page main .c-section:first-of-type .c-bricks-wrapper {
      margin-bottom: 35px; }
      body.videos-page main .c-section:first-of-type .c-bricks-wrapper + .c-hero-wrapper .c-article-wrapper .col-12:last-of-type {
        margin-top: 0; }
    body.videos-page main .c-section:first-of-type + .c-section.c-hero-wrapper .container .c-section-inner {
      margin-top: 0 !important; }
    body.videos-page main .c-section:first-of-type + .c-section.c-hero-wrapper .container .row {
      position: relative;
      margin-top: 20px; }
      body.videos-page main .c-section:first-of-type + .c-section.c-hero-wrapper .container .row::before {
        content: "";
        position: absolute;
        inset: 0 12px;
        width: calc(100% - 24px);
        height: 1px;
        background-color: #464646; }
  body.videos-page main .c-section-header {
    padding-top: 25px;
    margin-bottom: 25px; }
    body.videos-page main .c-section-header .title {
      color: #BCB8B8; }

body.videos-page .-origin-tags {
  font-size: 10px;
  color: #BCB8B8;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 15px; }

body.videos-page .c-category-wrapper p + .-origin-tags {
  margin-top: -12px; }

body.videos-page .c-breadcrumbs {
  z-index: 1;
  margin: -10px;
  padding: 10px;
  color: #ffffff !important; }

body.videos-page:not(.-episode-detail) .c-sharer-desktop {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-right: -32px; }
  body.videos-page:not(.-episode-detail) .c-sharer-desktop .label {
    margin-right: 10px; }

body.videos-page .c-bricks-wrapper {
  margin-top: -145px; }
  body.videos-page .c-bricks-wrapper .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px 35px; }
    body.videos-page .c-bricks-wrapper .swiper-wrapper .swiper-slide {
      width: 100%; }
    body.videos-page .c-bricks-wrapper .swiper-wrapper .swiper-slide--hidden {
      display: none !important; }
  body.videos-page .c-bricks-wrapper button.brick-wrapper .title-wrapper {
    height: 100%; }
  body.videos-page .c-bricks-wrapper .brick-wrapper {
    background: unset !important; }
    body.videos-page .c-bricks-wrapper .brick-wrapper:hover .title-wrapper {
      background-color: #292828; }
  body.videos-page .c-bricks-wrapper .title-wrapper {
    background-color: #313030; }
    body.videos-page .c-bricks-wrapper .title-wrapper .title {
      color: #ffffff; }

body.videos-page .c-hero-wrapper .c-article-carousel .category,
body.videos-page .c-hero-wrapper .c-article-carousel .article-info {
  color: #e5e5e5; }

body.videos-page .c-hero-wrapper .c-article-carousel .title {
  color: #ffffff; }

body.videos-page .c-section.js-other-streams-wrap .container.js-other-streams {
  max-width: 100%;
  margin: 0;
  padding: 0; }
  body.videos-page .c-section.js-other-streams-wrap .container.js-other-streams .c-section-header {
    margin-top: 25px !important; }
  body.videos-page .c-section.js-other-streams-wrap .container.js-other-streams .c-live-box-inline-wrapper {
    padding-bottom: 14px; }
  body.videos-page .c-section.js-other-streams-wrap .container.js-other-streams .c-card, body.videos-page .c-section.js-other-streams-wrap .container.js-other-streams .c-hero-card {
    background-color: #252424; }
    body.videos-page .c-section.js-other-streams-wrap .container.js-other-streams .c-card:hover, body.videos-page .c-section.js-other-streams-wrap .container.js-other-streams .c-hero-card:hover {
      background-color: #313030; }

body.videos-page .videos-page__highlight {
  position: relative;
  width: 100%;
  height: 520px;
  margin: 0 -32px -32px; }
  body.videos-page .videos-page__highlight--top {
    height: 600px;
    margin-top: calc(-32px - 14px - 10px); }
  body.videos-page .videos-page__highlight .video-preview, body.videos-page .videos-page__highlight__image, body.videos-page .videos-page__highlight__info {
    position: absolute;
    left: 0;
    width: calc(100% + 32px * 2);
    height: calc(100% + 32px + 14px); }
  body.videos-page .videos-page__highlight__image,
  body.videos-page .videos-page__highlight__image .video-preview,
  body.videos-page .videos-page__highlight__image .video-player {
    top: 0;
    overflow: hidden; }
  body.videos-page .videos-page__highlight__image img,
  body.videos-page .videos-page__highlight__image .video-preview video,
  body.videos-page .videos-page__highlight__image .video-player iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  body.videos-page .videos-page__highlight__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1.06deg, #1A1919 0.92%, rgba(0, 0, 0, 0.738107) 33.65%, rgba(0, 0, 0, 0) 74.57%, #1A1919 99.12%), linear-gradient(257.04deg, rgba(0, 0, 0, 0) 25.71%, rgba(0, 0, 0, 0.6) 90.64%); }
  body.videos-page .videos-page__highlight__image--top::after {
    background: linear-gradient(0deg, #1A1919 0%, rgba(0, 0, 0, 0.738107) 13.85%, rgba(0, 0, 0, 0) 46.66%), linear-gradient(257.04deg, rgba(0, 0, 0, 0) 25.71%, rgba(0, 0, 0, 0.6) 90.64%); }
  body.videos-page .videos-page__highlight__info {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 60%;
    padding: calc(32px + 14px) 32px 115px;
    pointer-events: none; }
    body.videos-page .videos-page__highlight__info--top {
      padding-bottom: 180px; }
    body.videos-page .videos-page__highlight__info__show, body.videos-page .videos-page__highlight__info__title, body.videos-page .videos-page__highlight__info__time {
      color: #ffffff; }
    body.videos-page .videos-page__highlight__info__show, body.videos-page .videos-page__highlight__info__time {
      font-weight: 600; }
    body.videos-page .videos-page__highlight__info__show {
      text-transform: uppercase; }
    body.videos-page .videos-page__highlight__info__title {
      margin: 10px 0;
      font-weight: 700; }
    body.videos-page .videos-page__highlight__info__time {
      font-size: 12px; }
  body.videos-page .videos-page__highlight__actions {
    display: flex;
    align-items: center;
    height: 40px;
    margin-top: 20px; }
    body.videos-page .videos-page__highlight__actions .icon,
    body.videos-page .videos-page__highlight__actions span {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    body.videos-page .videos-page__highlight__actions .icon {
      width: 40px;
      padding-left: 2px;
      background-color: #CF3339;
      color: #ffffff; }
    body.videos-page .videos-page__highlight__actions span {
      width: fit-content;
      padding: 2px 12px 0 12px;
      background-color: #ffffff;
      color: #000000;
      line-height: 15px;
      font-size: 12px;
      font-weight: 700; }
  body.videos-page .videos-page__highlight:hover .videos-page__highlight__info__title {
    text-decoration: underline; }

body.videos-page .charts .c-section-header {
  padding-top: 25px !important;
  margin-bottom: 25px; }

body.videos-page .charts .chart {
  margin-bottom: 25px; }
  body.videos-page .charts .chart ol {
    counter-reset: chartCounter; }
    body.videos-page .charts .chart ol li:not(:last-of-type) {
      margin-bottom: 24px; }
    body.videos-page .charts .chart ol li a {
      display: flex;
      align-items: flex-start;
      line-height: 20px;
      font-size: 16px;
      font-weight: 700;
      color: #ffffff;
      text-align: left; }
      body.videos-page .charts .chart ol li a .img {
        position: relative;
        width: 104px;
        min-width: 104px;
        height: 57px;
        margin-right: 16px;
        border-radius: 1px; }
        body.videos-page .charts .chart ol li a .img::before {
          counter-increment: chartCounter;
          content: counter(chartCounter) ".";
          position: absolute;
          bottom: 0;
          right: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          width: auto;
          min-width: 24px;
          height: 24px;
          padding-top: 2px;
          padding-left: 2px;
          line-height: 20px;
          font-size: 16px;
          font-weight: 700;
          color: #0096CC;
          background-color: #ffffff; }
        body.videos-page .charts .chart ol li a .img img {
          width: 100%;
          height: 100%;
          overflow: hidden;
          object-fit: cover; }
      body.videos-page .charts .chart ol li a:hover {
        text-decoration: underline; }

body.videos-page .c-article.-highlight .content {
  background-color: #313030; }

body.videos-page.-main .c-content-inner,
body.videos-page.-main .c-sidebar {
  margin-top: 25px; }

body.videos-page.-main .c-sidebar .c-section-header {
  border-top: 0 none;
  padding-top: 0; }

body.videos-page.-main .c-content-inner .c-section-header {
  border-top: 0 none;
  padding-top: 0; }

body.videos-page.-main .c-sharer-desktop {
  display: none; }

body.videos-page.-show-detail .c-hero-wrapper .row::before {
  content: unset !important; }

body.videos-page.-show-detail main .c-section:first-of-type + .c-hero-wrapper .container .row {
  margin-top: 30px; }

body.videos-page.-show-detail .videos-page__highlight__info--top {
  padding-bottom: 170px; }

body.videos-page.-show-detail .c-content-inner,
body.videos-page.-show-detail .c-sidebar {
  margin-top: -135px; }

body.videos-page.-show-detail .c-section-inner {
  margin-top: 0;
  margin-bottom: 0; }
  body.videos-page.-show-detail .c-section-inner .c-section-header + .c-article-wrapper.row {
    margin-bottom: 45px; }

body.videos-page.-show-detail .c-section-header {
  border-top-color: #464646; }
  body.videos-page.-show-detail .c-section-header.-highlight {
    display: none; }

body.videos-page.-show-detail .c-card, body.videos-page.-show-detail .c-hero-card {
  background-color: #313030;
  color: #ffffff; }
  body.videos-page.-show-detail .c-card.-highlight, body.videos-page.-show-detail .-highlight.c-hero-card {
    display: none; }
    body.videos-page.-show-detail .c-card.-highlight .title, body.videos-page.-show-detail .-highlight.c-hero-card .title {
      margin-bottom: 8px; }
    body.videos-page.-show-detail .c-card.-highlight .content p, body.videos-page.-show-detail .-highlight.c-hero-card .content p {
      margin-top: 8px; }
  body.videos-page.-show-detail .c-card .title, body.videos-page.-show-detail .c-hero-card .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px; }
  body.videos-page.-show-detail .c-card a, body.videos-page.-show-detail .c-hero-card a {
    color: #0096CC;
    font-weight: 600; }

body.videos-page.-episode-detail main .c-section:first-of-type + .c-hero-wrapper .container .row {
  margin-top: 0; }
  body.videos-page.-episode-detail main .c-section:first-of-type + .c-hero-wrapper .container .row::before {
    content: unset; }

body.videos-page.-episode-detail main .c-hero-wrapper > .container > .row:after {
  border-top-color: #464646; }

body.videos-page.-episode-detail main .c-hero-wrapper + .c-section .c-content-inner .c-section-inner,
body.videos-page.-episode-detail main .c-hero-wrapper + .c-section .c-sidebar .c-section-inner {
  margin-top: 0; }

body.videos-page.-episode-detail main .c-hero-wrapper + .c-section .c-content-inner .c-section-header,
body.videos-page.-episode-detail main .c-hero-wrapper + .c-section .c-sidebar .c-section-header {
  border-top: 0 none; }

body.videos-page.-episode-detail main .c-hero-wrapper + .c-section > .container {
  padding-bottom: 32px; }

body.videos-page.-episode-detail main .c-section-header {
  border-color: #464646; }

body.videos-page.-episode-detail main .hero-media + h1 {
  margin-bottom: 0;
  padding-right: 24px;
  padding-bottom: 24px;
  line-height: 58px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700; }

body.videos-page.-episode-detail main .c-video-detail {
  margin-bottom: 30px; }
  body.videos-page.-episode-detail main .c-video-detail time {
    margin-top: 0; }
  body.videos-page.-episode-detail main .c-video-detail p,
  body.videos-page.-episode-detail main .c-video-detail .date {
    color: #ffffff; }
  body.videos-page.-episode-detail main .c-video-detail .c-category-wrapper {
    display: none; }

@media (max-width: 1199.98px) {
  body.videos-page .c-bricks-wrapper .swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  body.videos-page .videos-page__highlight--top {
    width: calc(100% + 16px * 4);
    overflow: hidden; } }

@media (max-width: 991.98px) {
  body.videos-page main .c-section:first-of-type + .c-hero-wrapper .container .row {
    margin-top: 0 !important; }
  body.videos-page main .c-article-wrapper.-ordered .date.mobile {
    display: initial; }
  body.videos-page .c-bricks-wrapper .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 15px; }
  body.videos-page .c-sidebar {
    margin-top: 0 !important;
    padding-bottom: 30px; }
  body.videos-page .videos-page__highlight {
    height: 465px; }
  body.videos-page.-main .c-section-inner .c-section-header {
    padding-top: 25px; }
  body.videos-page.-main .c-sidebar .c-section-header {
    padding-top: 25px; }
  body.videos-page.-show-detail .c-section:first-of-type + .c-hero-wrapper .container {
    padding-top: 15px; }
  body.videos-page.-show-detail .c-content-inner,
  body.videos-page.-show-detail .c-sidebar {
    margin-top: 0; }
  body.videos-page.-show-detail .c-breadcrumbs,
  body.videos-page.-show-detail .c-sharer-desktop {
    display: none; }
  body.videos-page.-show-detail .c-section-header {
    padding-top: 15px;
    margin-bottom: 15px; }
    body.videos-page.-show-detail .c-section-header.-highlight {
      display: flex;
      margin-bottom: 0; }
  body.videos-page.-show-detail .c-card, body.videos-page.-show-detail .c-hero-card {
    display: none;
    margin: -32px -32px 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent; }
    body.videos-page.-show-detail .c-card .img, body.videos-page.-show-detail .c-hero-card .img {
      justify-content: center; }
      body.videos-page.-show-detail .c-card .img, body.videos-page.-show-detail .c-hero-card .img,
      body.videos-page.-show-detail .c-card .img img,
      body.videos-page.-show-detail .c-hero-card .img img {
        width: 100%; }
    body.videos-page.-show-detail .c-card .content, body.videos-page.-show-detail .c-hero-card .content {
      margin-top: 20px;
      padding: 0 32px 16px; }
    body.videos-page.-show-detail .c-card.-highlight, body.videos-page.-show-detail .-highlight.c-hero-card {
      display: block; }
  body.videos-page.-show-detail .videos-page__highlight {
    margin-top: 0; }
    body.videos-page.-show-detail .videos-page__highlight__info, body.videos-page.-show-detail .videos-page__highlight__info--top {
      padding-bottom: 50px; }
  body.videos-page.-episode-detail main .c-hero-wrapper > .container > .row:after,
  body.videos-page.-episode-detail main .c-hero-wrapper > .container > .row .c-sidebar:after {
    content: unset; }
  body.videos-page.-episode-detail main .c-hero-wrapper + .c-section .c-content-inner .c-section-header,
  body.videos-page.-episode-detail main .c-hero-wrapper + .c-section .c-sidebar .c-section-header {
    border-top: 1px solid #464646; }
  body.videos-page.-episode-detail main .c-hero-wrapper + .c-section > .container {
    padding-bottom: 0; } }

@media (max-width: 575.98px) {
  body.videos-page main .c-section:first-of-type .container {
    margin-top: 0; }
    body.videos-page main .c-section:first-of-type .container .c-bricks-wrapper {
      margin-bottom: 0; }
      body.videos-page main .c-section:first-of-type .container .c-bricks-wrapper + .c-hero-wrapper .c-article-wrapper {
        margin-top: -34px; }
        body.videos-page main .c-section:first-of-type .container .c-bricks-wrapper + .c-hero-wrapper .c-article-wrapper .col-12:last-of-type {
          margin-top: 25px; }
    body.videos-page main .c-section:first-of-type .container .c-hero-wrapper .c-section-header::before,
    body.videos-page main .c-section:first-of-type .container .c-section.js-other-streams-wrap .c-section-header::before {
      height: 0; }
  body.videos-page main .c-section:first-of-type + .c-section.c-hero-wrapper .container .row {
    margin-top: 0 !important; }
    body.videos-page main .c-section:first-of-type + .c-section.c-hero-wrapper .container .row::before {
      height: 0; }
  body.videos-page .c-breadcrumbs {
    display: none; }
  body.videos-page .c-bricks-wrapper {
    margin-top: 20px; }
  body.videos-page .c-section.js-other-streams-wrap .container.js-other-streams .c-live-box-inline-wrapper {
    padding-bottom: 30px; }
  body.videos-page .videos-page__highlight {
    height: 220px;
    margin: -16px -16px 0; }
    body.videos-page .videos-page__highlight--top {
      height: 220px;
      margin-top: -30px;
      width: calc(100% + 16px * 2);
      overflow: hidden; }
    body.videos-page .videos-page__highlight .video-preview, body.videos-page .videos-page__highlight__image, body.videos-page .videos-page__highlight__info {
      width: 100%;
      height: 100%; }
    body.videos-page .videos-page__highlight__image {
      width: calc(100% + 16px * 2); }
      body.videos-page .videos-page__highlight__image::after {
        background: linear-gradient(0.72deg, #1A1919 0.63%, rgba(0, 0, 0, 0.738107) 15.03%, rgba(0, 0, 0, 0) 64.41%, #1A1919 97.85%), linear-gradient(257.04deg, rgba(0, 0, 0, 0) 25.71%, rgba(0, 0, 0, 0.6) 90.64%); }
      body.videos-page .videos-page__highlight__image--top::after {
        background: linear-gradient(0deg, #1A1919 4.37%, rgba(0, 0, 0, 0.738107) 19.93%, rgba(0, 0, 0, 0) 46.66%), linear-gradient(257.04deg, rgba(0, 0, 0, 0) 25.71%, rgba(0, 0, 0, 0.6) 90.64%); }
    body.videos-page .videos-page__highlight__info {
      width: 100%;
      height: 100%;
      padding: 16px 16px 0; }
      body.videos-page .videos-page__highlight__info__show, body.videos-page .videos-page__highlight__info__time {
        font-size: 10px; }
      body.videos-page .videos-page__highlight__info__title {
        margin: 5px 0 10px;
        font-size: 22px; }
    body.videos-page .videos-page__highlight__actions {
      height: 28px;
      margin-top: 15px; }
      body.videos-page .videos-page__highlight__actions .icon {
        width: 28px; }
      body.videos-page .videos-page__highlight__actions span {
        width: 62px; }
  body.videos-page.-show-detail .c-card, body.videos-page.-show-detail .c-hero-card {
    margin: -32px -16px 0; }
    body.videos-page.-show-detail .c-card .content, body.videos-page.-show-detail .c-hero-card .content {
      padding: 0 16px 16px; }
  body.videos-page.-show-detail .videos-page__highlight__info--top {
    padding-bottom: 5px; }
  body.videos-page.-episode-detail main .hero-media {
    margin: -29px -16px 0; }
    body.videos-page.-episode-detail main .hero-media + h1 {
      padding: 0;
      line-height: 31px;
      font-size: 25px; }
  body.videos-page.-episode-detail main header.-episode-detail {
    display: none; }
    body.videos-page.-episode-detail main header.-episode-detail + .c-rte h1 {
      margin-top: 20px; }
  body.videos-page.-episode-detail main .c-video-detail .c-category-wrapper {
    display: flex;
    margin: 0; }
    body.videos-page.-episode-detail main .c-video-detail .c-category-wrapper .c-category {
      margin-bottom: 16px; } }

*[id^='strossle-'] {
  width: 100%; }
  *[id^='strossle-'].topic_list {
    display: block; }
  @media screen and (min-width: 549px) {
    *[id^='strossle-'].homepage .dateTime, *[id^='strossle-'].topic .dateTime {
      margin-right: 20px; } }
  @media screen and (max-width: 550px) {
    *[id^='strossle-'].homepage .dateTime, *[id^='strossle-'].topic .dateTime {
      margin-bottom: 15px; } }
  @media screen and (max-width: 549px) {
    *[id^='strossle-'] {
      padding: 10px 0 10px 0; } }
  @media screen and (min-width: 550px) and (max-width: 600px) {
    *[id^='strossle-'] .strossle-item .topic-new-item {
      margin-left: 0; } }
  @media screen and (max-width: 549px) {
    *[id^='strossle-'] .strossle-item .topic-new-item .dateTime {
      width: 100px; } }
  *[id^='strossle-'] .strossle-item .image-box img {
    object-fit: cover;
    transition: 0.7s ease opacity;
    opacity: 0; }
    @media screen and (max-width: 549px) {
      *[id^='strossle-'] .strossle-item .image-box img {
        max-height: 295px; } }
    @media screen and (max-width: 430px) {
      *[id^='strossle-'] .strossle-item .image-box img {
        max-height: 230px; } }
    @media screen and (max-width: 380px) {
      *[id^='strossle-'] .strossle-item .image-box img {
        max-height: 200px; } }
    @media screen and (max-width: 325px) {
      *[id^='strossle-'] .strossle-item .image-box img {
        max-height: 169px; } }
    *[id^='strossle-'] .strossle-item .image-box img[lazy=loaded] {
      opacity: 1; }
  @media screen and (max-width: 550px) {
    *[id^='strossle-'] .strossle-item .title {
      padding-bottom: 15px; } }
  *[id^='strossle-'] .strossle-item-link {
    position: relative; }
    *[id^='strossle-'] .strossle-item-link:hover {
      text-decoration: none; }
      *[id^='strossle-'] .strossle-item-link:hover .title {
        text-decoration: underline; }
    *[id^='strossle-'] .strossle-item-link .tracking_pixel {
      position: absolute;
      right: 0;
      bottom: 0; }

.advert-below-article {
  margin-bottom: 20px; }

#strossle_article_widget {
  clear: both;
  padding-top: 40px; }

.c-welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh; }
  .c-welcome .title {
    margin: 0 15px;
    font-size: 18px;
    font-weight: 400; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.c-article.-highlight .img a {
  display: flex; }

.c-article .brand-logo {
  position: absolute;
  bottom: 5px;
  left: 8px; }
  .c-article .brand-logo img {
    max-height: 25px !important;
    width: auto; }

.c-article .c-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.c-article .content .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 20px;
  height: 25px;
  line-height: normal;
  padding: 0 8px;
  color: #fff;
  background: #1a1919;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 400; }

.c-article .content .article-info .author {
  width: auto; }

.c-article .content .article-info .subtitle .voyo {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#30e3ea), to(#6722ff));
  background: linear-gradient(to right, #30e3ea, #6722ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }

.c-article .content .article-info .date {
  margin-right: 10px; }

.c-article .content .article-info .c-badge {
  margin: 0;
  padding: 2px 10px; }
  .c-article .content .article-info .c-badge::before {
    width: 0px; }

.c-article .content .title {
  font-weight: 600; }

.c-article.-flashnews .content .article-info .c-source-text {
  font-style: inherit;
  text-transform: initial; }
  .c-article.-flashnews .content .article-info .c-source-text a {
    color: #0096cc;
    font-weight: 800; }

.c-article.-flashnews .content .article-info .date {
  margin-right: 0; }

.c-article.-inline .content .title {
  font-size: 18px; }

.c-article.-s .content .title {
  font-size: 18px; }

.c-article.-m .content .title {
  font-size: 20px !important; }

.c-article.-m.-highlight .brand-logo, .c-article.-l.-highlight .brand-logo {
  position: absolute;
  bottom: 10px;
  left: 45px; }
  .c-article.-m.-highlight .brand-logo img, .c-article.-l.-highlight .brand-logo img {
    max-height: 100px !important;
    width: 100%; }

.c-article.-m.-highlight.-archive .content .article-info time::before, .c-article.-l.-highlight.-archive .content .article-info time::before {
  display: none; }

.c-article.-m .content .article-info, .c-article.-l .content .article-info {
  flex-direction: row; }
  .c-article.-m .content .article-info time::before, .c-article.-l .content .article-info time::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    left: 0;
    background: #7c7c7c; }

.c-article.-m .content .author, .c-article.-l .content .author {
  margin: 0; }

.c-article.-m .content .date, .c-article.-l .content .date {
  margin-right: 0px;
  padding: 0 6px; }

.c-article.-m .content .title, .c-article.-l .content .title {
  font-size: 30px; }

.c-article.-m .content .category, .c-article.-l .content .category {
  margin-bottom: 12px; }

.c-top-articles .c-section-header .nav {
  margin-left: auto;
  display: flex; }
  .c-top-articles .c-section-header .nav.-left {
    margin-left: 0; }
  .c-top-articles .c-section-header .nav > * + * {
    margin-left: 7px; }
  .c-top-articles .c-section-header .nav .nav-link {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7c7c7c;
    padding: 0; }
    .c-top-articles .c-section-header .nav .nav-link.active {
      font-weight: 600; }

.c-top-articles .c-article .content .title {
  display: -webkit-box;
  max-height: 58px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  font-weight: 500;
  line-height: 1.2;
  font-size: 15px; }

.c-top-articles .c-article-wrapper {
  margin-top: 0;
  margin-bottom: 0; }
  .c-top-articles .c-article-wrapper > * {
    margin: 0; }
    .c-top-articles .c-article-wrapper > * + * {
      margin-top: 24px; }

.c-sidebar .c-top-articles {
  max-width: 300px;
  margin: 0 auto; }

.c-category {
  border-radius: 20px;
  font-weight: 600; }

.-dark-theme .c-section-header:not(.-alt):not(.-borderless) .title {
  background-color: #313030; }

.-dark-theme .c-article.-flashnews .content .article-info > * + :before {
  background-color: #e5e5e5; }

.-dark-theme .c-article.-flashnews .content .article-info .c-source-text {
  color: #e5e5e5; }

.-dark-theme .c-article:not(.-m):not(.-l) .content .category {
  background-color: #313030;
  color: #fff; }

.-dark-theme .c-article.-highlight .content {
  background-color: #1a1919; }

.-dark-theme .c-top-articles .c-section-header .nav a:hover {
  background: #1a1919; }

.-dark-theme .c-top-articles .c-section-header .nav .nav-link {
  background: #1a1919; }

@media (max-width: 991.98px) {
  .c-article .brand-logo {
    bottom: 0;
    left: 5px; }
    .c-article .brand-logo img {
      max-height: 20px !important;
      width: auto; }
  .c-article.-l.-highlight .brand-logo {
    left: 10px;
    bottom: 5px; }
    .c-article.-l.-highlight .brand-logo img {
      max-height: 70px !important; }
  .c-article.-inline .c-player {
    padding-left: 0; }
  .c-article.-l .content .title {
    font-size: 23px; }
  .c-article:not(.-m):not(.-l) .content .title {
    font-size: 16px; }
  .c-article:not(.-m):not(.-l) .content .category {
    font-size: 10px;
    padding: 0 6px;
    height: 17px;
    line-height: normal; }
  .c-article-wrapper.-baseline {
    margin-top: 0; }
  .c-sidebar .c-top-articles {
    max-width: unset;
    margin-top: 24px; }
  .c-top-articles .c-section-header .nav {
    margin-left: auto;
    display: flex; }
    .c-top-articles .c-section-header .nav.-left {
      margin-left: 0; }
    .c-top-articles .c-section-header .nav > * + * {
      margin-left: 15px; } }

@media (max-width: 575.98px) {
  .c-article.-flashnews .content .article-info {
    flex-direction: column;
    align-items: flex-start; }
    .c-article.-flashnews .content .article-info * + * {
      padding-left: 0;
      margin-left: 0; }
    .c-article.-flashnews .content .article-info * + :before {
      display: none; }
  .c-article:not(.-highlight.-inline) .content .article-info .author {
    width: auto; } }

.load-more p {
  margin-bottom: 10px;
  text-align: center; }

.-dark-theme .c-article-wrapper.-hero.-v3:before {
  background-color: transparent; }

@media (max-width: 575.98px) {
  .c-article-wrapper.-hero {
    margin-top: 0; } }

.c-article.-inline.c-minuta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 24px; }
  .c-article.-inline.c-minuta .header {
    display: flex; }
  .c-article.-inline.c-minuta .title {
    font-weight: 700;
    padding-right: 0;
    font-size: 21px;
    line-height: 1.15; }
  .c-article.-inline.c-minuta .img img {
    width: 236px; }
  .c-article.-inline.c-minuta .img .gallery-preview {
    display: flex;
    flex-direction: column; }
    .c-article.-inline.c-minuta .img .gallery-preview img {
      width: 111px; }
  .c-article.-inline.c-minuta .img .gallery-preview ~ .media {
    right: 119px; }
  .c-article.-inline.c-minuta .img .media {
    right: 0; }
  .c-article.-inline.c-minuta .messages {
    margin-top: 10px; }
    .c-article.-inline.c-minuta .messages .header {
      height: 0; }
  .c-article.-inline.c-minuta .cta {
    width: 100%;
    margin-top: 12px;
    padding: 0;
    text-align: center; }
  @media (max-width: 991.98px) {
    .c-article.-inline.c-minuta .img {
      width: 180px; }
    .c-article.-inline.c-minuta .gallery-preview {
      display: none; } }
  @media (max-width: 575.98px) {
    .c-article.-inline.c-minuta .img {
      width: 112px; }
    .c-article.-inline.c-minuta .media {
      display: none; } }

.c-content .c-section:nth-of-type(1) {
  margin: 0; }

.c-section .c-button.-universal {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 24px; }
  .c-section .c-button.-universal .text {
    width: 100%;
    text-align: center; }

.c-section-header {
  margin-bottom: 20px; }
  .c-section-header.-carousel {
    margin-bottom: 15px; }
    .c-section-header.-carousel:not(.-alt):not(.-borderless) .title {
      background: transparent;
      color: #000;
      font-size: 22px;
      font-weight: 700;
      text-transform: none;
      padding: 0;
      margin-right: 10px;
      border-radius: 0px; }
    .c-section-header.-carousel .c-button {
      background-color: transparent;
      border-radius: 20px;
      border: 1px solid #0096CC;
      color: #0096CC;
      height: 22px;
      padding: 0 8px; }
      .c-section-header.-carousel .c-button > * + * {
        margin-left: 5px; }
      .c-section-header.-carousel .c-button .text {
        font-size: 12px;
        font-weight: 500;
        text-transform: none; }
      .c-section-header.-carousel .c-button .icon-arrow-right,
      .c-section-header.-carousel .c-button .c-button .icon-arrow-left {
        font-size: 8px; }
  .c-section-header:not(.-alt):not(.-borderless) {
    padding-top: 20px; }
    .c-section-header:not(.-alt):not(.-borderless) .title {
      border-radius: 30px;
      line-height: 1.3;
      padding: 10px 20px 7px 20px;
      color: #fff;
      background: #1a1919;
      font-size: 13px;
      overflow: hidden; }
      .c-section-header:not(.-alt):not(.-borderless) .title > a {
        color: inherit; }
        .c-section-header:not(.-alt):not(.-borderless) .title > a:hover {
          text-decoration: underline; }
  .c-section-header mark {
    color: inherit; }

.c-section-inner .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  pointer-events: none; }
  .c-section-inner .bg-img ~ * {
    position: relative;
    z-index: 5; }

.c-section-inner.-full {
  margin-left: -32px;
  margin-right: -32px;
  padding: 24px 32px;
  border-radius: 0; }
  .c-section-inner.-full .c-section-header:not(.-alt) {
    border: 0;
    padding: 0; }

.c-section-inner.-offset.-gray {
  overflow: hidden; }

.c-section-cta .c-button:not(.-ghost) {
  height: auto;
  padding: 0;
  background: transparent;
  color: #1a1919; }
  .c-section-cta .c-button:not(.-ghost):after {
    content: "\E005";
    font-family: 'Icons';
    margin-left: 8px;
    font-size: 12px; }
  .c-section-cta .c-button:not(.-ghost):hover .text {
    text-decoration: underline; }

.-dark-theme .c-section-header.-carousel:not(.-alt):not(.-borderless) .title {
  color: #fff; }

.-dark-theme .c-section-cta .c-button:not(.-ghost) {
  color: #fff; }

.c-section .container {
  position: relative;
  background: #fff; }
  .c-section .container:after {
    content: '';
    display: block;
    max-width: 1080px;
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    left: 0;
    top: -25px;
    background: #fff;
    z-index: -1; }

.-dark-theme .c-section .container {
  background: #1a1919; }
  .-dark-theme .c-section .container::after {
    background-color: transparent; }

@media (max-width: 991.98px) {
  .c-section-inner.-full .c-article-carousel {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 32px; }
  .c-section .container:after {
    content: none; } }

@media (max-width: 575.98px) {
  .c-section .c-button.-universal {
    width: 100%; }
  .c-section-inner:last-child {
    margin-bottom: 0px; }
  .c-section-inner.-full {
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px; }
    .c-section-inner.-full .c-article-carousel {
      margin-left: -16px;
      margin-right: -16px;
      padding-left: 16px;
      padding-right: 16px; } }

.c-rte .article-info .author.-name {
  margin: 4px 0; }

.c-rte .article-info .author.-image {
  align-items: center;
  height: auto; }

.c-rte .article-info .group .date time {
  margin-right: 15px; }

.c-rte .article-info .group .date .c-badge {
  margin: 0 0 0 -10px; }

@media (max-width: 575.98px) {
  .c-rte .article-info .author.-image {
    margin-right: 30px; }
  .c-rte .article-info .group .date time {
    margin: 0 15px 0 0; } }

.c-rte .share {
  margin: 0 -32px;
  padding: 20px 32px; }
  .c-rte .share .container {
    background-color: #f6f4f3; }
    .c-rte .share .container .row {
      background-color: #f6f4f3; }
      .c-rte .share .container .row > div:first-child {
        border-right: 1px dashed #cabfb9; }
    .c-rte .share .container .share-wrap {
      height: 39px;
      text-align: center;
      padding: 10px 0px 0px 0px; }
      .c-rte .share .container .share-wrap .title {
        font-size: 14px; }
      .c-rte .share .container .share-wrap .report-tip-link {
        padding-top: 6px; }
      .c-rte .share .container .share-wrap .c-category {
        background: #cc4827;
        cursor: pointer; }
        .c-rte .share .container .share-wrap .c-category i {
          margin: 2px 5px 0 0; }
      .c-rte .share .container .share-wrap .c-actions .item + .item {
        margin-left: 0px; }
      .c-rte .share .container .share-wrap .c-actions .item .link {
        padding: 4px 10px; }

.share-box .item {
  cursor: pointer; }
  .share-box .item span {
    text-transform: uppercase; }
  .share-box .item .fa-brands {
    font-size: 14px;
    background-color: #CF3339;
    padding: 9px;
    border-radius: 20px;
    width: 31px;
    height: 31px;
    color: #fff; }
  .share-box .item i {
    font-size: 14px;
    background-color: #CF3339;
    padding: 9px;
    border-radius: 20px;
    width: 31px;
    height: 31px;
    color: #fff; }
  .share-box .item .fa-link {
    font-weight: bold;
    padding: 9px 7px; }

.-dark-theme .c-rte .share .container {
  background: #313030; }
  .-dark-theme .c-rte .share .container .row {
    background: #313030; }

@media (max-width: 576px) {
  .c-rte .share {
    margin: 0 -16px;
    padding: 20px 0; }
    .c-rte .share .container .share-wrap .title {
      font-size: 10px; }
    .c-rte .share .container .share-wrap .c-actions .item .link {
      padding: 4px 5px; } }

.c-gadget {
  align-items: center;
  cursor: pointer; }
  .c-gadget .text {
    text-align: center;
    font-weight: 600;
    font-size: 18px; }
  .c-gadget .shortcut {
    padding: 0 0 0 10px; }
    .c-gadget .shortcut i {
      text-align: center;
      height: 40px;
      width: 40px;
      background: #CF3339;
      color: #fff;
      display: flex;
      flex-wrap: nowrap;
      align-content: stretch;
      justify-content: space-around;
      align-items: center;
      border-radius: 50%;
      margin: 0 auto;
      padding: 0; }

.tiraz-box .c-perex {
  font-size: 18px;
  line-height: 140%;
  font-weight: bolder; }

.tiraz-box .c-body {
  background: #f6f4f3;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px; }
  .tiraz-box .c-body .i {
    padding: 0;
    margin: 0; }
    .tiraz-box .c-body .i .title {
      color: #1a1919;
      font-size: 15px;
      font-weight: 700;
      padding-bottom: 5px; }
    .tiraz-box .c-body .i a {
      color: #1a1919;
      font-size: 15px; }
    .tiraz-box .c-body .i .content {
      line-height: 24px; }
    .tiraz-box .c-body .i .socials {
      display: block;
      margin-top: 25px; }
      .tiraz-box .c-body .i .socials span {
        margin-left: 10px; }
      .tiraz-box .c-body .i .socials li {
        margin-bottom: 25px; }
        .tiraz-box .c-body .i .socials li i {
          font-weight: normal; }
        .tiraz-box .c-body .i .socials li .icon {
          width: 32px;
          height: 32px;
          color: #fff;
          font-size: 16px;
          border-radius: 50%;
          padding: 7px; }
          .tiraz-box .c-body .i .socials li .icon.icon-instagram {
            background: #000; }
          .tiraz-box .c-body .i .socials li .icon.icon-facebook {
            background: #3b5998; }
          .tiraz-box .c-body .i .socials li .icon.icon-youtube {
            background: #ff0000; }
          .tiraz-box .c-body .i .socials li .icon.icon-tiktok {
            background: #000; }

.-dark-theme .tiraz-box .c-body {
  background-color: #313030; }
  .-dark-theme .tiraz-box .c-body .i .title, .-dark-theme .tiraz-box .c-body .i a {
    color: #fff; }

@media (max-width: 576px) {
  .tiraz-box .c-body .i .socials {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center; }
    .tiraz-box .c-body .i .socials span {
      display: none; }
    .tiraz-box .c-body .i .socials li {
      margin-right: 15px; }
      .tiraz-box .c-body .i .socials li:last-child {
        margin-right: 0; } }

.c-rte .grey {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Noto Sans';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f6f4f3;
  border-radius: 10px;
  padding: 24px;
  font-size: 18px; }
  .c-rte .grey p {
    font-size: 18px; }

.-dark-theme .c-rte .grey {
  background-color: #4b4949; }

@media (max-width: 575.98px) {
  .c-rte .grey {
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 0px;
    font-size: 16px; }
    .c-rte .grey p {
      font-size: 16px; } }

.g-news {
  width: 100%;
  background-color: #f6f4f3;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .g-news div:first-child {
    display: flex;
    align-items: center; }
  .g-news img {
    height: 30px;
    padding-right: 15px; }
  .g-news p {
    padding-right: 15px;
    font-size: 16px;
    line-height: 20px; }
  .g-news .c-button {
    display: flex;
    padding: 12px 16px;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .g-news .c-button .text {
      display: flex; }
    .g-news .c-button i {
      padding-right: 5px;
      font-size: 16px; }

.-dark-theme .g-news {
  background-color: #313030; }
  .-dark-theme .g-news p {
    color: #fff; }

@media (max-width: 575.98px) {
  .g-news {
    padding: 15px; }
    .g-news p {
      font-size: 15px;
      line-height: 18px; } }

.c-rte.-header .group {
  margin-top: 16px; }

.c-hero-card.-covid {
  padding: 15px; }
  .c-hero-card.-covid:before {
    width: 208px;
    height: 100%;
    opacity: 0.75; }
  .c-hero-card.-covid .header {
    position: relative; }
    .c-hero-card.-covid .header .c-button {
      color: #1a1919; }
    .c-hero-card.-covid .header .updated {
      font-size: 12px;
      margin-top: 12px;
      line-height: 1.3; }
  .c-hero-card.-covid .quick-info li {
    padding: 16px 12px 11px; }
    .c-hero-card.-covid .quick-info li .title {
      font-size: 10px;
      color: #1a1919; }
    .c-hero-card.-covid .quick-info li .result {
      font-size: 18px; }
      .c-hero-card.-covid .quick-info li .result.-up {
        color: #218380; }
      .c-hero-card.-covid .quick-info li .result.-down {
        color: #cf3339; }

.-dark-theme .c-hero-card.-covid .header .c-button {
  color: #fff; }

@media (min-width: 992px) {
  .c-article-wrapper.-hero.-v2 {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 64px; }
    .c-article-wrapper.-hero.-v2:before {
      height: 100%; }
    .c-article-wrapper.-hero.-v2:after {
      bottom: -32px; }
  .c-article-wrapper.-hero.-v3 {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 64px; }
    .c-article-wrapper.-hero.-v3 .c-article.-l .img {
      height: 100%; }
      .c-article-wrapper.-hero.-v3 .c-article.-l .img img {
        width: auto; }
    .c-article-wrapper.-hero.-v3:before {
      content: '';
      position: absolute;
      left: -20px;
      top: 100%;
      height: 96px;
      background: #fff;
      width: calc(100% + 40px); }
    .c-article-wrapper.-hero.-v3:after {
      bottom: -32px; }
    .c-article-wrapper.-hero.-v3.-column {
      flex-direction: column;
      min-height: 580px; }
      .c-article-wrapper.-hero.-v3.-column .c-article.-l {
        max-width: 70%;
        margin-right: auto; }
      .c-article-wrapper.-hero.-v3.-column .c-article-wrapper {
        width: auto;
        margin-top: 0; } }

@media (max-width: 991.98px) {
  .c-hero-card.-covid:before {
    display: none; }
  .c-hero-card.-covid .header {
    padding-left: 0; }
    .c-hero-card.-covid .header .updated {
      margin: 0; }
  .c-hero-card.-covid .quick-info li .result {
    font-size: 16px; }
  .c-article-wrapper.-hero.-v2 {
    padding-top: 32px; }
    .c-article-wrapper.-hero.-v2:before {
      height: 100%; }
  .c-article-wrapper.-hero.-v3 {
    margin-top: 0; } }

@media (max-width: 575.98px) {
  .c-article-wrapper.-hero.-v2 {
    padding-top: 16px; }
    .c-article-wrapper.-hero.-v2:before {
      height: 100%; }
  .c-hero-card.-covid .quick-info {
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px; }
    .c-hero-card.-covid .quick-info li {
      border-radius: 10px;
      margin: 2px;
      padding: 10px 10px 8px; } }

.c-header {
  height: 80px; }
  .c-header .main {
    max-width: 1200px; }
    .c-header .main > * + * {
      margin-left: 25px; }
  .c-header:after {
    height: 0; }
  .c-header .c-logo {
    width: 220px;
    display: flex;
    align-items: flex-start; }
    .c-header .c-logo img:last-child {
      display: none; }
  @media (max-width: 1199.98px) {
    .c-header .c-search {
      margin: 0 0 0 auto; }
      .c-header .c-search .form {
        width: calc(100% - 230px);
        margin: 0 28px 0 0;
        height: 64px;
        right: 0; } }
  @media (max-width: 420px) {
    .c-header .c-logo {
      width: 175px; } }

.-dark-theme .c-logo img:first-child {
  display: none; }

.-dark-theme .c-logo img:last-child {
  display: inline-block; }

.c-navigation {
  display: flex;
  justify-content: flex-end; }
  .c-navigation .menu-desktop-wrapper {
    z-index: 0; }
    .c-navigation .menu-desktop-wrapper:after, .c-navigation .menu-desktop-wrapper:before {
      box-shadow: 0px 0px 0px #000000; }
  .c-navigation .items .item.is-active > .link:before {
    display: none !important; }
  .c-navigation .items .item .dropdown-menu .item {
    display: none;
    padding: 0 10px;
    overflow: hidden; }
    .c-navigation .items .item .dropdown-menu .item:first-child {
      padding-left: 0; }
    .c-navigation .items .item .dropdown-menu .item .link {
      padding: 0;
      color: #fff !important;
      background: transparent !important;
      font-size: 13px;
      font-style: normal;
      font-weight: 500; }
      .c-navigation .items .item .dropdown-menu .item .link.is-active:not(.has-dropdown) {
        color: #fff; }
      .c-navigation .items .item .dropdown-menu .item .link:hover {
        color: #fff;
        text-decoration: underline;
        background-color: transparent; }
  .c-navigation .items .item .dropdown-menu.is-hidden {
    top: 80px !important;
    padding-left: calc((100vw - 1218px) / 2);
    padding-right: calc((100vw - 1218px) / 2); }
  .c-navigation .items .item.-open .dropdown-menu {
    display: flex;
    justify-content: flex-start;
    background-color: #0f3baf;
    height: 50px; }
    .c-navigation .items .item.-open .dropdown-menu .item {
      display: flex; }
  .c-navigation .items .item.-open .link i {
    transform: rotate(180deg); }
  .c-navigation .items .item:hover .link:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    position: absolute;
    width: 100vw;
    height: 30px;
    left: 0;
    top: 43px; }
  .c-navigation .items .item:hover .dropdown-menu {
    z-index: 1; }
    .c-navigation .items .item:hover .dropdown-menu.dropdown-menu.dropdown-menu {
      top: 80px !important; }
  .c-navigation .items .item .link i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    margin-left: 5px; }
  .c-navigation .items .item .link:hover {
    color: #1a1919;
    background-color: #e5e5e5;
    border-radius: 0; }
  .c-navigation .items .item .link.-nike {
    background-color: #000 !important;
    color: #ff8000 !important;
    border-radius: 7px !important;
    padding-left: 14px;
    padding-right: 14px; }

.has-nav-desktop-open .c-navigation .items .item .dropdown-menu {
  display: flex; }

.-dark-theme .c-navigation {
  background-color: #0f3baf; }
  .-dark-theme .c-navigation .menu-desktop-wrapper:after, .-dark-theme .c-navigation .menu-desktop-wrapper:before {
    box-shadow: 0px 0px 0px #000000; }
  .-dark-theme .c-navigation .items .item .dropdown-menu:after, .-dark-theme .c-navigation .items .item .dropdown-menu:before {
    background-color: #0f3baf; }
  .-dark-theme .c-navigation .items .item .link:hover {
    background-color: #1a1919;
    color: #fff; }

@media (max-width: 991.98px) {
  .c-navigation {
    display: none;
    top: 64px;
    background-color: #0f3baf; }
    .c-navigation.-active {
      display: block; }
    .c-navigation .items {
      margin: 0;
      padding: 0; }
      .c-navigation .items .item + .item {
        border-top: 0; }
      .c-navigation .items .item {
        padding: 0; }
        .c-navigation .items .item:last-child {
          padding: 0px 0 15px 0; }
        .c-navigation .items .item.-open .dropdown-menu {
          height: auto;
          display: none; }
        .c-navigation .items .item.-open .link i {
          transform: rotate(180deg); }
        .c-navigation .items .item.-open.show .dropdown-menu {
          display: flex; }
        .c-navigation .items .item:last-of-type {
          border-bottom: 0; }
        .c-navigation .items .item .link {
          color: #fff;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          text-transform: uppercase;
          padding: 15px !important;
          padding-bottom: 20px; }
          .c-navigation .items .item .link i {
            display: none; }
          .c-navigation .items .item .link:hover {
            color: #fff;
            background-color: transparent;
            border-radius: 0; }
          .c-navigation .items .item .link.has-dropdown {
            width: calc(100% - 50px); }
          .c-navigation .items .item .link.-nike {
            padding: 10px !important;
            margin: 5px 0 -10px 5px;
            width: auto; }
        .c-navigation .items .item .dropdown-toggle {
          margin-right: 0;
          width: 50px; }
          .c-navigation .items .item .dropdown-toggle:before, .c-navigation .items .item .dropdown-toggle:after {
            background-color: #fff; }
        .c-navigation .items .item .dropdown-menu {
          background-color: #0d3398;
          padding: 0; }
          .c-navigation .items .item .dropdown-menu .item {
            padding: 15px 0 0 25px;
            display: flex; }
            .c-navigation .items .item .dropdown-menu .item:first-child {
              padding: 15px 0 0 25px; }
            .c-navigation .items .item .dropdown-menu .item:last-child {
              padding: 15px 0 15px 25px; }
            .c-navigation .items .item .dropdown-menu .item .link {
              padding: 0 !important;
              font-size: 14px;
              font-style: normal;
              font-weight: 500;
              line-height: normal;
              text-transform: uppercase; }
          .c-navigation .items .item .dropdown-menu.is-hidden {
            top: 0 !important; }
          .c-navigation .items .item .dropdown-menu.show {
            border-radius: 0; }
        .c-navigation .items .item.show {
          background-color: #0b2b80; }
        .c-navigation .items .item.pageId843 .link {
          border-radius: 0px !important; }
  .-dark-theme .c-navigation .items .item .dropdown-menu {
    background-color: #0d3398; }
  .-dark-theme .c-navigation .items .item .link:hover {
    background-color: #0f3baf;
    background-color: transparent; } }

.c-navigation .menu-desktop-wrapper {
  top: 80px;
  padding: 0; }
  .c-navigation .menu-desktop-wrapper:before, .c-navigation .menu-desktop-wrapper:after {
    background: linear-gradient(0deg, #0b2b80 50%, #0f3baf 50%) !important; }
  .c-navigation .menu-desktop-wrapper .sub-menu {
    width: 100%; }
    .c-navigation .menu-desktop-wrapper .sub-menu .items {
      display: block; }
      .c-navigation .menu-desktop-wrapper .sub-menu .items .i {
        height: 50px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi ul {
          display: flex; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi ul li {
            padding: 0 10px; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi ul li:first-child {
              padding-left: 0; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi a {
          padding: 0;
          color: #fff;
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          text-transform: uppercase; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi a:hover {
            color: #fff;
            text-decoration: underline; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select {
          display: flex;
          align-items: center; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .title {
            font-weight: 500;
            color: #fff;
            text-transform: uppercase;
            font-size: 13px;
            font-style: normal;
            margin-right: 25px; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items {
            display: flex;
            align-items: center; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio {
              position: relative;
              padding-left: 25px;
              width: auto;
              color: #fff;
              height: 30px;
              background-color: transparent;
              display: flex;
              align-items: center;
              padding-right: 20px;
              padding-left: 30px;
              cursor: pointer;
              width: 100%; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-day {
                background-color: #cccccc;
                opacity: 1;
                border-radius: 5px 0 0 5px;
                color: #1a1919;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
                .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-day .label {
                  color: #1a1919; }
                .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-day:hover {
                  background-color: #e6e6e6; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-night {
                background-color: #071b51;
                opacity: .6;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
                .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-night:hover {
                  background-color: #0b2b80; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-system {
                border-radius: 0 5px 5px 0;
                background-color: #fff;
                color: #1a1919;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
                .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-system .label {
                  color: #1a1919; }
                .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-system:hover {
                  background-color: #e6e6e6; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio + .c-radio {
                margin-top: 0; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio .label {
                padding-left: 0;
                color: #fff;
                font-size: 13px;
                font-style: normal;
                font-weight: 500;
                white-space: nowrap; }
                .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio .label:before {
                  display: none; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio input[type="radio"] {
                position: absolute;
                opacity: 0;
                height: 0;
                width: 0; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio:before {
                font-family: var(--fa-style-family-classic);
                position: absolute;
                left: 7px;
                top: 3px;
                display: inline-block;
                width: 24px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                font-size: 11px; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-day::before {
                content: "\f185"; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-night::before {
                content: "\f186"; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-system::before {
                content: "\f005"; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-social ul {
          display: flex; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-social ul li {
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            color: #fff;
            text-transform: uppercase;
            margin-right: 20px;
            background-color: #fff;
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-social ul li:last-child {
              margin-right: 0; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-social ul li:first-child {
              background-color: transparent;
              height: auto;
              width: auto; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-social ul li a {
              color: #1a1919;
              padding: 8px;
              margin-top: 3px; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul {
          display: flex;
          overflow-x: visible;
          overflow-y: visible;
          padding-bottom: 0; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul li {
            margin-right: 20px; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul li img {
              height: 16px; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul li:last-child {
              margin-right: 0; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-voyo {
          display: flex;
          align-items: center; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-voyo .button {
            display: flex; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-voyo .button .btn {
              color: #fff;
              font-size: 10px;
              font-style: normal;
              font-weight: 500;
              line-height: normal;
              text-transform: uppercase;
              padding: 10px 20px;
              border-radius: 16px;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              background-image: linear-gradient(to right, #30e3ea 0%, #6722ff 50%, #30e3ea 100%);
              background-size: 200% auto; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-voyo .button .btn:hover {
                background: linear-gradient(to right, #30e3ea 0%, #6722ff 50%, #30e3ea 100%);
                background-size: 200% auto;
                background-position: right center; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-voyo .brand {
            height: 16px;
            margin-right: 20px; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-voyo .brand img {
              height: 16px; }

.-dark-theme .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-day {
  opacity: .6; }

.-dark-theme .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-night {
  opacity: 1; }

@media (max-width: 1199.98px) {
  .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul li {
    margin-right: 10px; }
    .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul li a {
      display: flex; }
    .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul li img {
      height: 15px; }
  .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-social ul li {
    margin-right: 10px;
    width: 21px;
    height: 21px; }
  .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-voyo .button .btn {
    padding: 8px 15px; } }

@media (max-width: 991.98px) {
  .c-navigation .menu-desktop-wrapper {
    top: 0;
    background-color: #0b2b80; }
    .c-navigation .menu-desktop-wrapper .sub-menu {
      padding: 15px; }
      .c-navigation .menu-desktop-wrapper .sub-menu .items .i {
        flex-direction: column;
        align-items: flex-start;
        height: auto; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi {
          background-color: #0d3398;
          margin: -15px 0 0 -15px;
          width: calc(100% + 30px);
          padding: 15px; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi ul {
            flex-direction: column; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi ul li {
              padding: 15px 0; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi ul li:first-child {
                padding-top: 0; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi ul li:last-child {
                padding-bottom: 0; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-navi ul li:hover {
                text-decoration: none; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select {
          flex-direction: column;
          margin-top: 15px;
          align-items: self-start; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .title {
            margin-right: 0;
            margin-bottom: 10px; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items {
            flex-direction: row;
            justify-content: center;
            margin: 0; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio {
              justify-content: space-evenly; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio::before {
                left: 5px; }
              .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio .label {
                margin-top: 2px; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-social, .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo, .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-voyo, .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select {
          display: flex;
          justify-content: flex-start;
          width: 100%;
          margin-bottom: 30px; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-voyo {
          margin-bottom: 75px;
          justify-content: space-between; }
        .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul {
          justify-content: center;
          flex-wrap: wrap; }
          .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul li {
            margin-bottom: 10px; }
            .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul li img {
              height: 20px; }
  .-dark-theme .c-navigation .menu-desktop-wrapper {
    background-color: #0b2b80; }
    .-dark-theme .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio.-night {
      background-color: #071b51; } }

@media screen and (max-width: 320px) {
  .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio {
    padding-right: 10px;
    padding-left: 25px; }
    .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-color-select .items .c-radio:before {
      left: 0; }
  .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo {
    /* All scroll */ }
    .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ul {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      overflow-x: scroll;
      padding-bottom: 10px;
      /* Firefox scroll */
      scrollbar-color: #0096CC #f6f4f3;
      scrollbar-width: thin; }
    .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ::-webkit-scrollbar-track {
      background: #f6f4f3;
      border-radius: 5px; }
    .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ::-webkit-scrollbar-thumb {
      background: #0096CC;
      border-radius: 5px; }
      .c-navigation .menu-desktop-wrapper .sub-menu .items .i .s-logo ::-webkit-scrollbar-thumb:hover {
        background-color: #145C8F; } }

.c-page-tabs {
  /* All scroll */ }
  .c-page-tabs ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: scroll;
    padding-bottom: 10px;
    /* Firefox scroll */
    scrollbar-color: #0096CC #f6f4f3;
    scrollbar-width: thin; }
    .c-page-tabs ul li {
      display: inline-block;
      padding: 10px;
      margin-left: 25px;
      white-space: nowrap; }
      .c-page-tabs ul li:first-child {
        margin-left: 0; }
      .c-page-tabs ul li a {
        color: #0096CC;
        padding-bottom: 12px;
        font-size: 16px; }
        .c-page-tabs ul li a.-active {
          color: #1a1919;
          font-weight: 700; }
        .c-page-tabs ul li a:hover {
          color: #145C8F; }
  .c-page-tabs ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .c-page-tabs ::-webkit-scrollbar-track {
    background: #f6f4f3;
    border-radius: 5px; }
  .c-page-tabs ::-webkit-scrollbar-thumb {
    background: #0096CC;
    border-radius: 5px; }
    .c-page-tabs ::-webkit-scrollbar-thumb:hover {
      background-color: #145C8F; }

.-dark-theme .c-page-tabs ul li a.-active {
  color: #fff; }

@media (max-width: 1199.98px) {
  .c-page-tabs ::-webkit-scrollbar {
    width: 3px;
    height: 3px; } }

.c-header .c-live-box {
  margin-left: 15px;
  display: none; }
  .c-header .c-live-box img {
    width: auto;
    height: 30px;
    display: flex; }

@media (max-width: 991.98px) {
  .c-header .c-live-box {
    display: block; } }

@media (max-width: 767.98px) {
  .c-header .c-live-box img {
    height: 25px; } }

.c-horizontal-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  height: 54px;
  border-bottom: 1px solid #e5dfdc; }
  .c-horizontal-nav .items {
    display: flex;
    align-items: center;
    width: fit-content; }
    .c-horizontal-nav .items .i {
      margin: 20px 12px;
      margin-bottom: 0;
      white-space: nowrap;
      padding-bottom: 12px; }
      .c-horizontal-nav .items .i.-active {
        border-bottom: 3px solid #000; }
        .c-horizontal-nav .items .i.-active a {
          font-weight: 700;
          color: #000; }
          .c-horizontal-nav .items .i.-active a:hover {
            color: #000; }
      .c-horizontal-nav .items .i:first-child {
        margin-left: 0; }
      .c-horizontal-nav .items .i:last-child {
        padding-right: 15px; }
      .c-horizontal-nav .items .i a {
        font-size: 16px;
        font-weight: 400;
        color: #0096CC; }
        .c-horizontal-nav .items .i a:hover {
          color: #145C8F; }
  .c-horizontal-nav .smooth-scrollbar {
    height: 59px;
    width: 100%; }
    .c-horizontal-nav .smooth-scrollbar::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 1px;
      width: 50px;
      height: 100%;
      background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0)); }
  .c-horizontal-nav .scrollbar-track-x {
    height: 6px; }
  .c-horizontal-nav .scrollbar-thumb {
    height: 6px; }
  @media (max-width: 767.98px) {
    .c-horizontal-nav .scrollbar-track-x {
      display: none !important; } }

.-dark-theme .c-horizontal-nav {
  border-bottom: 1px solid #464646; }
  .-dark-theme .c-horizontal-nav .items .i.-active {
    border-bottom: 3px solid #fff; }
    .-dark-theme .c-horizontal-nav .items .i.-active a {
      color: #fff; }
      .-dark-theme .c-horizontal-nav .items .i.-active a:hover {
        color: #fff; }
  .-dark-theme .c-horizontal-nav .smooth-scrollbar::after {
    background: -webkit-gradient(linear, right top, left top, from(#1a1919), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #1a1919, rgba(255, 255, 255, 0)); }

.c-newsletter-box .content .c-button {
  background: #ff5718;
  border-radius: 0px 30px 30px 0px; }

.js-newsletter-form .inline-group .c-button .text {
  display: block; }

.c-category {
  background: #337ab7; }

.c-footer .container > .row > [class*='col-']:first-of-type .header .img img,
.c-footer .container > .row > [class*='col-']:nth-of-type(2) .header .img img {
  width: auto;
  height: 22px;
  max-width: 100%;
  max-height: 100%; }

.c-footer .header a.img img {
  height: 22px;
  width: auto;
  max-width: 100%;
  max-height: 100%; }

.c-footer .socials .item .icon-youtube:after {
  background: #ff0000; }

.-dark-theme .c-footer.extended .row .footer-column {
  border-bottom-color: #636363; }

.c-region-map .city,
.c-region-map .region {
  stroke-width: 2px; }

.c-region-map .weather-widget .card {
  width: 83px;
  height: 136px; }

.c-region-map .weather-widget .temp-high,
.c-region-map .weather-widget .temp-low {
  font-size: 20px; }

.-dark-theme .c-region-map .region {
  fill: #1a1919; }
  .-dark-theme .c-region-map .region:hover {
    fill: #0096CC; }

.c-ticker {
  position: relative;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 24px 0;
  color: #1a1919;
  background: #f6f4f3; }
  .c-ticker .c-badge,
  .c-ticker .c-live-badge {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    color: #fff;
    background: #1a1919;
    margin-right: 16px;
    flex-shrink: 0;
    padding: 6px 12px 2px 12px; }
  .c-ticker .text {
    margin-top: 4px; }
  .c-ticker:after {
    content: "\E005";
    font-family: 'Icons';
    color: inherit;
    padding-left: 16px;
    margin-left: auto; }
  .c-ticker[href]:hover .text {
    text-decoration: underline; }
  .c-ticker + .c-ticker {
    margin-top: -12px; }
  .c-ticker + .c-article-wrapper.-hero {
    margin-top: 32px; }
    .c-ticker + .c-article-wrapper.-hero.-v2, .c-ticker + .c-article-wrapper.-hero.-v3 {
      margin-top: 64px; }

@media (max-width: 575.98px) {
  .c-ticker {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    margin: 16px 0; }
    .c-ticker + .c-ticker {
      margin-top: -8px; }
    .c-ticker .c-badge,
    .c-ticker .c-live-badge {
      margin: 0 0 8px 0; }
    .c-ticker:after {
      position: absolute;
      right: 12px;
      top: 18px; }
    .c-ticker + .c-article-wrapper.-hero {
      margin-top: 16px; }
      .c-ticker + .c-article-wrapper.-hero.-v2 {
        margin-top: 32px; }
      .c-ticker + .c-article-wrapper.-hero.-v3 {
        margin-top: 16px; } }

.c-tabs li a {
  font-size: 16px; }

.c-poll .total .d-flex div {
  max-width: 50%; }

.c-poll .total .-a {
  cursor: pointer; }
  .c-poll .total .-a:before {
    content: "\E028";
    font-family: icons;
    font-size: 14px;
    color: #7c7c7c;
    vertical-align: middle;
    margin-right: 5px; }

.c-poll .total img {
  height: 15px; }

.c-poll .answers {
  display: inline; }
  .c-poll .answers.push .c-push {
    margin: 25px 0; }
  .c-poll .answers.push .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .c-poll .answers.push .d-flex + .d-flex {
      margin-top: 20px; }
    .c-poll .answers.push .d-flex:hover .text {
      color: #145c8f; }
    .c-poll .answers.push .d-flex .number {
      text-align: right;
      font-size: 16px;
      color: #7c7c7c;
      font-weight: 600;
      font-family: Noto Sans; }
      .c-poll .answers.push .d-flex .number small {
        margin-left: 8px;
        font-weight: 400;
        font-size: 16px; }
    .c-poll .answers.push .d-flex .text {
      font-weight: 600;
      font-family: Noto Sans;
      font-size: 14px;
      color: #000000;
      max-width: 50%;
      cursor: pointer; }
    .c-poll .answers.push .d-flex .circle {
      background: #0096cc;
      font-weight: 700;
      margin: 0 25px 0 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      width: 12px;
      height: 12px; }
      .c-poll .answers.push .d-flex .circle.-voted {
        background: #0096cc;
        margin: 0 20px 0 0;
        width: 22px;
        height: 22px; }
        .c-poll .answers.push .d-flex .circle.-voted:before {
          content: "\E009";
          font-family: icons;
          font-size: 14px;
          color: #fff; }

.c-poll .progress {
  width: 100%;
  height: 8px; }

.-dark-theme .c-poll .answers.push .d-flex .text, .-dark-theme .c-poll .answers.push .d-flex .number {
  color: #fff; }

.c-gallery-banner {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0; }

.c-content #sticky-container {
  position: fixed;
  z-index: 50;
  right: 0;
  left: 0;
  bottom: 57px;
  background-color: #f6f4f3;
  width: 100%; }

#div-ad-article-banner-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

#div-ad-article-banner-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

#div-ad-article-banner-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

#div-ad-article-banner-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

#div-ad-article-banner-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 991.98px) {
  #div-ad-article-banner-1 {
    align-items: center; }
  #div-ad-article-banner-2 {
    align-items: center; }
  #div-ad-article-banner-3 {
    align-items: center; }
  #div-ad-article-banner-4 {
    align-items: center; }
  #div-ad-article-banner-5 {
    align-items: center; }
  .c-branding .c-leaderboard {
    max-height: inherit; }
  .c-gallery-banner {
    margin-top: 25px; } }

.strossle-widget-default .strossle.row div[class^="footer-"],
.strossle-widget-default .strossle.row div[class*="footer-"],
.strossle-widget-default .strossle.row div[class^="widget-header-"],
.strossle-widget-default .strossle.row div[class*="widget-header-"] {
  display: none; }

.strossle-widget-default .strossle.row div[class^="widget-wrapper-"],
.strossle-widget-default .strossle.row div[class*="widget-wrapper-"] {
  padding: 0px 13px;
  padding: 0px 0px !important; }

.strossle-widget-default .strossle.row div[class^="label-above-title-"],
.strossle-widget-default .strossle.row div[class*="label-above-title-"],
.strossle-widget-default .strossle.row div[class^="housead-label-above-title"],
.strossle-widget-default .strossle.row div[class*="housead-label-above-title"],
.strossle-widget-default .strossle.row div[class^="preamble-above-title-"],
.strossle-widget-default .strossle.row div[class*="label-above-title-label-above-title-"],
.strossle-widget-default .strossle.row div[class*="source-above-title-"],
.strossle-widget-default .strossle.row div[class*="source-above-title-"] {
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 5px; }

.strossle-widget-default .strossle.row div[class^="post-title-"],
.strossle-widget-default .strossle.row div[class*="post-title-"] {
  color: #1a1919;
  font-weight: 600 !important;
  font-size: 18px; }

.strossle-widget-default .strossle .row {
  margin-right: -20px !important;
  margin-left: -3px !important;
  margin-bottom: 20px !important; }

@media screen and (max-width: 600px) {
  .strossle.row img[class^="post-image-"],
  .strossle.row img[class*="post-image-"] {
    max-width: 81%;
    height: auto; } }

@media screen and (max-width: 991px) {
  .strossle.row div[class^="post-title-"],
  .strossle.row div[class*="post-title-"] {
    font-size: 16px; } }

.-dark-theme .strossle-widget-default .widget-wrapper-5e0vnm88ipe8l {
  background: #1a1919; }

.-dark-theme .strossle-widget-default .post-title-5e0vnm88ipe8l, .-dark-theme .strossle-widget-default .post-content-5e0vnm88ipe8l {
  color: #fff !important; }

.-local-test img {
  display: none; }
  .-local-test img:first-child {
    display: inline-block; }

@media (max-width: 767.98px) {
  .-local-test img {
    display: inline-block; }
    .-local-test img:first-child {
      display: none; } }

.-dark-theme .pagination-wrapper .c-pagination.-buttons .c-button.-secondary.-outline {
  border: 1px solid #e5dfdc; }
  .-dark-theme .pagination-wrapper .c-pagination.-buttons .c-button.-secondary.-outline:hover {
    background: #313030;
    color: #fff; }

.c-button-group {
  display: flex;
  justify-content: center; }
  .c-button-group :not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: 1px; }
  .c-button-group .c-button span,
  .c-button-group .c-button i {
    border: 0px; }
  .c-button-group .c-button i {
    font-size: 15px; }

.smartbanner {
  top: 70px; }

.smartbanner__icon {
  border: 1px solid #e8e8e8; }

.c-gallery .content-wrapper .c-gallery-carousel .info .text {
  font-size: 14px;
  color: #e5dfdc;
  margin-top: 12px;
  padding: 0 16px;
  text-align: center; }

.c-gallery .content-wrapper .c-gallery-carousel .info .source {
  font-size: 12px;
  color: #7c7c7c;
  margin-top: 6px;
  text-align: center; }

.c-gallery .content-wrapper .c-gallery-carousel .slider-navigation .prev,
.c-gallery .content-wrapper .c-gallery-carousel .slider-navigation .next {
  margin-top: 0px; }

.c-gallery .content-wrapper .c-gallery-carousel.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.c-gallery .content-wrapper .sidebar {
  display: inline-block; }

.c-gallery .header {
  top: 0; }
  .c-gallery .header .actions .share {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .c-gallery .header .actions .share:hover {
      opacity: 0.7; }
    .c-gallery .header .actions .share i {
      font-size: 15px;
      margin-right: 10px; }

@media (max-width: 991.98px) {
  .c-gallery .content-wrapper {
    display: inline-block; }
    .c-gallery .content-wrapper .sidebar {
      padding-left: 0;
      display: flex;
      margin: 0 auto; }
  .c-gallery .content .gallery-end-mobile {
    display: none; } }

.c-volby {
  margin: 20px auto; }
  .c-volby .d-flex {
    align-items: center; }

.c-volby.prez24 .content p {
  margin-bottom: 24px;
  line-height: 25px; }

.c-volby.prez24 .candidate .items .i .logo img {
  height: 80px; }

.c-volby.prez24 .candidate .items .i .content .text {
  font-size: 15px;
  margin-top: 2px; }

.c-volby.prez24 .candidate .items .i {
  background-color: #f6f4f3;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .c-volby.prez24 .candidate .items .i.-no-click {
    cursor: auto; }
    .c-volby.prez24 .candidate .items .i.-no-click:hover {
      background-color: #f6f4f3; }
  .c-volby.prez24 .candidate .items .i:hover {
    background-color: #e5dfdc; }
  .c-volby.prez24 .candidate .items .i:last-child {
    margin-bottom: 0; }
  .c-volby.prez24 .candidate .items .i .logo {
    margin-right: 15px;
    display: flex; }
    .c-volby.prez24 .candidate .items .i .logo img {
      height: 40px;
      border-radius: 50%; }
  .c-volby.prez24 .candidate .items .i .name {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    color: #1a1919; }
  .c-volby.prez24 .candidate .items .i .url {
    margin-right: 10px;
    margin-left: 50px; }
    .c-volby.prez24 .candidate .items .i .url a {
      color: #1a1919; }

.-dark-theme .c-volby.prez24 .items .i {
  background-color: #313030; }
  .-dark-theme .c-volby.prez24 .items .i.-no-click:hover {
    background-color: #313030; }
  .-dark-theme .c-volby.prez24 .items .i:hover {
    background-color: #3e3d3d; }
  .-dark-theme .c-volby.prez24 .items .i .name {
    color: #fff; }
  .-dark-theme .c-volby.prez24 .items .i .url a {
    color: #fff; }

@media (max-width: 575.98px) {
  .c-volby.prez24 .candidate.prez24 .items .i .logo img {
    height: 60px; }
  .c-volby.prez24 .candidate .items .i .url {
    margin-left: 30px; } }

.c-volby.usa24 {
  background: url("../assets/volby/2024/usa-back.jpg") no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 5px; }
  .c-volby.usa24.-detail .items {
    width: 100%; }
  .c-volby.usa24 .title {
    border-radius: 5px 5px 0 0;
    background-color: #000;
    display: flex;
    justify-content: center; }
    .c-volby.usa24 .title img {
      width: 91px; }
  .c-volby.usa24 .body {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .c-volby.usa24 .items {
    display: flex;
    width: 77%; }
    .c-volby.usa24 .items .title {
      background-color: transparent; }
    .c-volby.usa24 .items .cover {
      width: 45px; }
    .c-volby.usa24 .items .i {
      display: flex;
      align-items: center;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.85);
      border-radius: 5px;
      width: 100%;
      height: 60px;
      margin-right: 15px; }
      .c-volby.usa24 .items .i.-loser {
        opacity: 0.65; }
      .c-volby.usa24 .items .i:last-child {
        margin-right: 0; }
      .c-volby.usa24 .items .i .progress {
        height: 18px;
        border-radius: 0; }
      .c-volby.usa24 .items .i .info {
        width: calc(100% - 45px);
        margin-left: 15px; }
        .c-volby.usa24 .items .i .info .title {
          justify-content: space-between;
          margin-bottom: 3px;
          font-size: 14px;
          font-weight: 400; }
          .c-volby.usa24 .items .i .info .title strong {
            text-transform: uppercase; }
          .c-volby.usa24 .items .i .info .title .number ~ .perc {
            font-weight: 700; }
          .c-volby.usa24 .items .i .info .title .number {
            margin-right: 10px;
            font-size: 12px; }
          .c-volby.usa24 .items .i .info .title .perc {
            font-size: 12px; }
      .c-volby.usa24 .items .i img {
        border-radius: 50%;
        height: 40px !important;
        width: 40px !important; }
  .c-volby.usa24 .c-button {
    width: auto;
    background-color: #000;
    height: 30px;
    border-radius: 5px;
    padding: 0 10px; }
    .c-volby.usa24 .c-button .text {
      font-size: 14px;
      font-weight: 700;
      text-transform: none; }
  @media (max-width: 1199.98px) {
    .c-volby.usa24 .body {
      flex-direction: column; }
    .c-volby.usa24 .items {
      flex-direction: column;
      width: 100%;
      margin-bottom: 10px; }
      .c-volby.usa24 .items .i {
        min-width: 100%;
        margin-bottom: 10px; }
        .c-volby.usa24 .items .i:last-child {
          margin-bottom: 0; }
        .c-volby.usa24 .items .i .info .title .number {
          margin-right: 3px; } }

.-dark-theme .c-volby.usa24 .items .i .info .title {
  color: #000; }

.c-euro24 {
  margin: 0 auto;
  width: 100%; }
  .c-euro24 .-win {
    background-color: #00BA5D !important; }
  .c-euro24 .-los {
    background-color: #FF0000 !important; }
  .c-euro24 .-dra {
    background-color: #FFCB00 !important; }
  .c-euro24 h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 24px; }
  .c-euro24 .footer {
    height: 505px;
    background: url("../assets/euro24/footer_brand.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -20px; }
  .c-euro24 .-mob {
    display: none !important; }
  .c-euro24 .-desk {
    display: flex !important; }
  .c-euro24 .-light {
    opacity: 0.5 !important; }
  .c-euro24 .-strong {
    font-weight: 600 !important; }
  .c-euro24 .-normal {
    font-weight: 500 !important; }
  .c-euro24 .-mini {
    font-size: 10px !important;
    font-weight: 400 !important; }
  .c-euro24 .v-center {
    display: flex !important;
    align-items: center !important; }
  .c-euro24 .-right {
    display: flex !important;
    justify-content: flex-end !important; }
  .c-euro24 .-left {
    display: flex !important;
    justify-content: flex-start !important; }
  .c-euro24 .h-center {
    display: flex !important;
    justify-content: center !important; }
  .c-euro24 .-end {
    text-align: end !important; }
  .c-euro24 .btn, .c-euro24 a.btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #002C92;
    border-radius: 10px;
    padding: 7px 15px;
    color: #fff !important;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .c-euro24 .btn.-voyo, .c-euro24 a.btn.-voyo {
      background-color: #000; }
      .c-euro24 .btn.-voyo img, .c-euro24 a.btn.-voyo img {
        height: 13px;
        margin-left: 5px; }
    .c-euro24 .btn:hover, .c-euro24 a.btn:hover {
      background: #001d5f; }
  .c-euro24 .scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px; }
    .c-euro24 .scrollbar-track:hover {
      opacity: 1; }
  .c-euro24 .scrollbar-thumb {
    background-color: #001d5f; }
  .c-euro24 .voyo {
    display: flex;
    align-items: center;
    justify-content: center; }
    .c-euro24 .voyo img {
      margin-left: 3px;
      height: 9px !important;
      width: auto !important; }
    .c-euro24 .voyo .point {
      margin-right: 4px; }
      .c-euro24 .voyo .point img {
        height: 7px !important;
        width: 7px !important;
        margin-left: 0 !important; }
    .c-euro24 .voyo .watch a {
      font-size: 10px;
      color: #fff; }
  @media (max-width: 1199.98px) {
    .c-euro24 .voyo .watch a {
      font-size: 8px; } }
  @media (max-width: 991.98px) {
    .c-euro24 .voyo {
      margin-bottom: 0;
      flex-direction: row;
      align-items: center; }
      .c-euro24 .voyo:not(.point) {
        display: flex;
        flex-direction: row;
        align-items: center; }
      .c-euro24 .voyo .watch {
        display: flex;
        margin-bottom: 2px; }
      .c-euro24 .voyo a {
        font-size: 8px; }
      .c-euro24 .voyo div:last-child {
        text-align: center;
        display: flex;
        flex-direction: column; }
      .c-euro24 .voyo img {
        margin: 0; } }
  .c-euro24 .stadium-list .items .i {
    display: flex;
    background-color: #00BA5D;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .c-euro24 .stadium-list .items .i:nth-child(even) {
      flex-direction: row-reverse;
      background-color: #00a150; }
    .c-euro24 .stadium-list .items .i:last-child {
      margin-bottom: 0; }
    .c-euro24 .stadium-list .items .i:hover {
      box-shadow: 0 0 7px 2px #b3b3b3; }
    .c-euro24 .stadium-list .items .i .cover {
      flex-basis: 35%; }
      .c-euro24 .stadium-list .items .i .cover img {
        border-radius: 10px 10px 0 0; }
    .c-euro24 .stadium-list .items .i .info {
      flex-basis: 65%; }
      .c-euro24 .stadium-list .items .i .info h2 {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
        padding-top: 30px; }
      .c-euro24 .stadium-list .items .i .info p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        padding: 0 30px 30px 30px; }
      .c-euro24 .stadium-list .items .i .info .more {
        display: none;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 30px; }
        .c-euro24 .stadium-list .items .i .info .more i {
          margin-left: 7px; }
  @media (max-width: 991.98px) {
    .c-euro24 .stadium-list .items .i {
      flex-direction: column; }
      .c-euro24 .stadium-list .items .i:nth-child(even) {
        flex-direction: column; }
      .c-euro24 .stadium-list .items .i .cover img {
        width: 100%; }
      .c-euro24 .stadium-list .items .i .info p {
        display: none;
        margin-bottom: 20px; }
      .c-euro24 .stadium-list .items .i .info .more {
        display: block; } }
  .c-euro24 .c-widget {
    display: flex;
    justify-content: space-between;
    background: url("../assets/euro24/widgetHP/back-widget.svg"), #143CDB;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 10px 20px; }
    .c-euro24 .c-widget .voyo {
      margin-bottom: 5px; }
    .c-euro24 .c-widget .btn {
      width: 90px; }
      .c-euro24 .c-widget .btn:hover {
        background: #002C92; }
    .c-euro24 .c-widget .board {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: calc(100% - 230px);
      padding: 0 20px;
      border-radius: 10px; }
      .c-euro24 .c-widget .board .item {
        background: rgba(0, 44, 146, 0.85);
        padding: 15px;
        width: 100%;
        border-left: 1px solid #1F2369; }
        .c-euro24 .c-widget .board .item.-past .title, .c-euro24 .c-widget .board .item.-past .items {
          opacity: 0.4; }
        .c-euro24 .c-widget .board .item.-live {
          background-image: linear-gradient(#101337 15%, #1F2369 55px);
          padding-top: 10px; }
          .c-euro24 .c-widget .board .item.-live .title .live-info {
            display: flex;
            justify-content: space-between;
            font-size: 12px; }
        .c-euro24 .c-widget .board .item:first-child {
          border-radius: 10px 0 0 10px;
          border-left: 0px solid transparent; }
        .c-euro24 .c-widget .board .item:last-child {
          border-radius: 0 10px 10px 0; }
        .c-euro24 .c-widget .board .item .title {
          color: #fff;
          font-size: 12px;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 8px; }
          .c-euro24 .c-widget .board .item .title .fake-group {
            height: 14px; }
        .c-euro24 .c-widget .board .item .items .i {
          display: flex;
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          margin-bottom: 5px;
          line-height: normal; }
          .c-euro24 .c-widget .board .item .items .i:last-child {
            margin-bottom: 0; }
          .c-euro24 .c-widget .board .item .items .i img {
            height: 16px;
            width: 16px;
            margin-right: 5px; }
          .c-euro24 .c-widget .board .item .items .i .team {
            width: 100%;
            display: flex;
            justify-content: space-between; }
          .c-euro24 .c-widget .board .item .items .i span {
            margin-left: 10px; }
    .c-euro24 .c-widget .logo {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .c-euro24 .c-widget .logo img {
        width: 130px;
        margin-bottom: 10px; }
    .c-euro24 .c-widget .button {
      width: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .c-euro24 .c-widget .button .btn {
        width: 100%;
        background-color: rgba(0, 44, 146, 0.85);
        border: 2px solid #FFE066;
        font-weight: 600;
        font-size: 14px;
        color: #FFE066;
        padding: 12px; }
        .c-euro24 .c-widget .button .btn:hover {
          background: rgba(0, 29, 95, 0.85); }
  @media (max-width: 991.98px) {
    .c-euro24 .c-widget {
      flex-direction: column;
      background: url("../assets/euro24/widgetHP/back-widget-mob.svg"), #143CDB;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right;
      padding: 20px 10px; }
      .c-euro24 .c-widget .btn {
        width: auto;
        margin: 0; }
      .c-euro24 .c-widget .logo {
        align-items: center;
        flex-direction: row; }
        .c-euro24 .c-widget .logo img {
          margin-right: 15px; }
      .c-euro24 .c-widget .voyo {
        margin-bottom: 0; }
      .c-euro24 .c-widget .board {
        margin: 10px 0;
        padding: 0;
        flex-direction: column;
        width: 100%; }
        .c-euro24 .c-widget .board .item {
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          align-items: center;
          border-left: 0 solid transparent;
          border-top: 1px solid #1F2369; }
          .c-euro24 .c-widget .board .item:first-child {
            border-radius: 10px 10px 0 0;
            border-left: 0px solid transparent;
            border-top: 0px solid transparent; }
          .c-euro24 .c-widget .board .item:last-child {
            border-radius: 0 0 10px 10px; }
          .c-euro24 .c-widget .board .item.-live {
            padding-top: 15px; }
            .c-euro24 .c-widget .board .item.-live .group {
              display: none; }
            .c-euro24 .c-widget .board .item.-live .title {
              margin-bottom: 0; }
              .c-euro24 .c-widget .board .item.-live .title .live-info {
                align-items: center;
                flex-direction: row-reverse;
                margin-right: 15px;
                line-height: normal;
                font-size: 9px; }
            .c-euro24 .c-widget .board .item.-live .title {
              display: flex;
              flex-direction: row-reverse; }
          .c-euro24 .c-widget .board .item:not(.-live) .title {
            display: flex;
            flex-direction: row-reverse;
            margin-bottom: 0; }
            .c-euro24 .c-widget .board .item:not(.-live) .title div:last-child {
              margin-right: 10px; }
          .c-euro24 .c-widget .board .item .items {
            display: flex; }
            .c-euro24 .c-widget .board .item .items .i {
              margin-bottom: 0;
              min-width: 110px;
              display: flex;
              flex-wrap: nowrap;
              align-items: center; }
              .c-euro24 .c-widget .board .item .items .i img {
                margin-top: 1px; }
              .c-euro24 .c-widget .board .item .items .i .team {
                width: 45px; }
              .c-euro24 .c-widget .board .item .items .i:first-child {
                margin-right: 10px; }
      .c-euro24 .c-widget .button {
        margin: 0 auto;
        width: auto; }
        .c-euro24 .c-widget .button .btn {
          width: 180px;
          padding: 10px;
          font-size: 12px; } }
  @media (max-width: 575.98px) {
    .c-euro24 .c-widget .board .item .items .i {
      min-width: 85px; }
      .c-euro24 .c-widget .board .item .items .i span {
        margin-left: 7px; } }
  .c-euro24 .c-widget-section {
    background: url("../assets/euro24/widgetSection/table-back.svg"), #143CDB;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px; }
    .c-euro24 .c-widget-section .i-card {
      margin-right: 5px; }
      .c-euro24 .c-widget-section .i-card.-card {
        height: 12px;
        width: 8px;
        background-color: yellow; }
        .c-euro24 .c-widget-section .i-card.-card.red {
          background-color: red; }
    .c-euro24 .c-widget-section .scrollThis {
      max-height: 270px; }
    .c-euro24 .c-widget-section .title {
      display: flex;
      flex-direction: column;
      align-content: center;
      margin-bottom: 20px; }
      .c-euro24 .c-widget-section .title .logo {
        margin-bottom: -33px; }
        .c-euro24 .c-widget-section .title .logo img {
          width: 70px; }
      .c-euro24 .c-widget-section .title .name {
        display: flex;
        align-items: center;
        margin: 0 auto; }
        .c-euro24 .c-widget-section .title .name h2, .c-euro24 .c-widget-section .title .name h3 {
          color: #fff;
          font-weight: 600;
          font-size: 24px;
          text-align: center; }
        .c-euro24 .c-widget-section .title .name h3 {
          font-size: 22px;
          font-weight: 400; }
        .c-euro24 .c-widget-section .title .name h4 {
          color: #fff; }
        .c-euro24 .c-widget-section .title .name .-flag {
          display: flex;
          align-items: center;
          height: 35px; }
          .c-euro24 .c-widget-section .title .name .-flag div {
            display: flex;
            align-items: center;
            margin: 0;
            padding: 0; }
          .c-euro24 .c-widget-section .title .name .-flag img {
            height: 25px;
            width: 25px;
            margin-right: 5px; }
          .c-euro24 .c-widget-section .title .name .-flag:last-child {
            margin-left: 20px; }
    .c-euro24 .c-widget-section .c-tab {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
      .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs {
        display: flex;
        width: 100%;
        height: 80px;
        overflow: auto; }
        .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav {
          flex-wrap: nowrap; }
          .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li {
            margin: 0;
            border-right: 1px solid #002C92; }
            .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li a {
              border-radius: 0;
              height: 72px;
              width: 100px;
              display: flex;
              justify-content: center;
              flex-direction: column;
              text-align: center;
              font-size: 16px;
              font-weight: 500; }
              .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li a div {
                font-size: 16px;
                font-weight: 500; }
                .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li a div:first-child, .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li a div:last-child {
                  font-size: 14px;
                  font-weight: 400; }
            .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li:first-child a {
              border-radius: 10px 0 0 0;
              font-weight: 600; }
            .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li:last-child {
              border-right: 0px solid transparent; }
              .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li:last-child a {
                border-radius: 0 10px 0 0; }
      .c-euro24 .c-widget-section .c-tab .select {
        margin-right: -160px; }
      .c-euro24 .c-widget-section .c-tab:has(.select) {
        justify-content: space-between; }
        .c-euro24 .c-widget-section .c-tab:has(.select) .tabs .nav.nav-tabs li:first-child {
          margin-left: 0; }
      .c-euro24 .c-widget-section .c-tab .tabs {
        width: 100%; }
        .c-euro24 .c-widget-section .c-tab .tabs .nav {
          display: flex;
          justify-content: center; }
          .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs {
            border-bottom: 0px solid transparent; }
            .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs .nav-link {
              cursor: pointer;
              border: 0 solid transparent; }
              .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs .nav-link:hover {
                border: 0 solid transparent; }
            .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li {
              margin: 0 7px; }
              .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li a {
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                padding: 10px 15px;
                border-radius: 10px;
                border: 0;
                background-color: #0a34b6;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
                .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li a:hover {
                  background-color: #001d5f; }
                .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li a:last-child {
                  margin-right: 0; }
                .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li a.active {
                  background-color: #002479;
                  border: 0 solid transparent; }
      @media (max-width: 767.98px) {
        .c-euro24 .c-widget-section .c-tab {
          margin-bottom: 5px; }
          .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs {
            height: 68px; }
            .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li a {
              height: 60px; }
              .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li a div {
                font-size: 14px; }
                .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li a div:first-child, .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li a div:last-child {
                  font-size: 11px; }
            .c-euro24 .c-widget-section .c-tab.horizont-slider .tabs .nav.nav-tabs li:first-child a {
              font-size: 13px; }
          .c-euro24 .c-widget-section .c-tab:has(.select) .tabs {
            margin-left: 0; }
            .c-euro24 .c-widget-section .c-tab:has(.select) .tabs .nav {
              justify-content: flex-end; }
          .c-euro24 .c-widget-section .c-tab .tabs {
            width: 100%; }
            .c-euro24 .c-widget-section .c-tab .tabs.-skupiny .nav.nav-tabs li:last-child {
              margin: 0 7px 15px 7px; }
            .c-euro24 .c-widget-section .c-tab .tabs:not(.smooth-scrollbar):not(.-skupiny) .nav.nav-tabs li {
              margin: 0; }
              .c-euro24 .c-widget-section .c-tab .tabs:not(.smooth-scrollbar):not(.-skupiny) .nav.nav-tabs li a {
                border-radius: 0; }
              .c-euro24 .c-widget-section .c-tab .tabs:not(.smooth-scrollbar):not(.-skupiny) .nav.nav-tabs li:first-child a {
                border-radius: 10px 0 0 10px; }
              .c-euro24 .c-widget-section .c-tab .tabs:not(.smooth-scrollbar):not(.-skupiny) .nav.nav-tabs li:last-child a {
                border-radius: 0 10px 10px 0; }
            .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li {
              margin: 0 7px 15px 7px; }
              .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li:last-child {
                margin: 0; }
              .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li a {
                font-size: 13px;
                padding: 10px; } }
    .c-euro24 .c-widget-section .tab-content .tab-content .tab-pane:has(.program-slider) {
      max-height: 270px;
      overflow: auto; }
    .c-euro24 .c-widget-section .c-table .title {
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-weight: 600; }
    .c-euro24 .c-widget-section .c-table .table .points {
      display: flex;
      justify-content: center; }
      .c-euro24 .c-widget-section .c-table .table .points .point {
        height: 12px;
        width: 12px;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 3px; }
        .c-euro24 .c-widget-section .c-table .table .points .point:last-child {
          margin-right: 0; }
    .c-euro24 .c-widget-section .c-table .table thead tr th {
      background-color: #002479;
      padding: 20px;
      text-align: center;
      font-size: 16px;
      color: #fff; }
      .c-euro24 .c-widget-section .c-table .table thead tr th:first-child {
        padding-left: 24px;
        border-radius: 10px 0 0 0; }
      .c-euro24 .c-widget-section .c-table .table thead tr th:last-child {
        border-radius: 0 10px 0 0;
        padding-right: 24px; }
      .c-euro24 .c-widget-section .c-table .table thead tr th span {
        justify-content: center; }
    .c-euro24 .c-widget-section .c-table .table tr {
      border-bottom: 1px solid #002C92; }
      .c-euro24 .c-widget-section .c-table .table tr:last-of-type {
        border-bottom: 0px solid transparent; }
      .c-euro24 .c-widget-section .c-table .table tr:nth-last-child(2) {
        border-bottom: 0px solid transparent; }
        .c-euro24 .c-widget-section .c-table .table tr:nth-last-child(2) td:last-child {
          border-radius: 0 0 10px 0; }
        .c-euro24 .c-widget-section .c-table .table tr:nth-last-child(2) td:first-child {
          border-radius: 0 0 0 10px; }
      .c-euro24 .c-widget-section .c-table .table tr.legend {
        display: none; }
        .c-euro24 .c-widget-section .c-table .table tr.legend td {
          font-size: 8px; }
      .c-euro24 .c-widget-section .c-table .table tr td {
        margin: 0;
        padding: 10px 20px;
        background: rgba(0, 44, 146, 0.85);
        color: #fff;
        text-align: center;
        font-size: 16px;
        border: 0px solid transparent;
        vertical-align: middle; }
        .c-euro24 .c-widget-section .c-table .table tr td img {
          height: 21px;
          width: 21px; }
        .c-euro24 .c-widget-section .c-table .table tr td a {
          color: #fff; }
        .c-euro24 .c-widget-section .c-table .table tr td i {
          font-size: 12px; }
        .c-euro24 .c-widget-section .c-table .table tr td .team-name,
        .c-euro24 .c-widget-section .c-table .table tr td .player-name {
          display: flex;
          align-items: center;
          width: 190px; }
          .c-euro24 .c-widget-section .c-table .table tr td .team-name span,
          .c-euro24 .c-widget-section .c-table .table tr td .player-name span {
            text-align: left; }
          .c-euro24 .c-widget-section .c-table .table tr td .team-name div,
          .c-euro24 .c-widget-section .c-table .table tr td .player-name div {
            margin-left: 5px; }
            .c-euro24 .c-widget-section .c-table .table tr td .team-name div:first-child,
            .c-euro24 .c-widget-section .c-table .table tr td .player-name div:first-child {
              margin-left: 0; }
        .c-euro24 .c-widget-section .c-table .table tr td .player-name {
          width: auto; }
          .c-euro24 .c-widget-section .c-table .table tr td .player-name div {
            margin-left: 20px; }
            .c-euro24 .c-widget-section .c-table .table tr td .player-name div:first-child {
              margin-left: 0; }
            .c-euro24 .c-widget-section .c-table .table tr td .player-name div.name {
              margin-left: 10px;
              font-weight: 600;
              text-align: left; }
      .c-euro24 .c-widget-section .c-table .table tr .status {
        display: flex;
        flex-direction: column; }
        .c-euro24 .c-widget-section .c-table .table tr .status div:last-child {
          font-size: 9px; }
    .c-euro24 .c-widget-section .c-table.program-slider {
      overflow: auto;
      border-radius: 10px; }
      .c-euro24 .c-widget-section .c-table.program-slider .voyo .watch {
        font-size: 10px; }
      .c-euro24 .c-widget-section .c-table.program-slider .voyo .point {
        margin-top: -2px; }
      .c-euro24 .c-widget-section .c-table.program-slider .table tr td {
        border-radius: 0; }
        .c-euro24 .c-widget-section .c-table.program-slider .table tr td img.-voyo {
          height: 9px;
          width: auto;
          margin-left: 3px; }
        .c-euro24 .c-widget-section .c-table.program-slider .table tr td .team-name span {
          font-weight: 100; }
        .c-euro24 .c-widget-section .c-table.program-slider .table tr td.-live {
          background: #1f2369; }
          .c-euro24 .c-widget-section .c-table.program-slider .table tr td.-live:last-child {
            background-image: linear-gradient(to left, #101337, #1f2369); }
      .c-euro24 .c-widget-section .c-table.program-slider .table tr:nth-last-child(2) {
        border-bottom: 1px solid #002C92; }
        .c-euro24 .c-widget-section .c-table.program-slider .table tr:nth-last-child(2) td:last-child {
          border-radius: 0; }
        .c-euro24 .c-widget-section .c-table.program-slider .table tr:nth-last-child(2) td:first-child {
          border-radius: 0; }
      .c-euro24 .c-widget-section .c-table.program-slider .table tr:last-of-type td {
        font-style: normal; }
      .c-euro24 .c-widget-section .c-table.program-slider .table tr:hover td {
        cursor: pointer;
        background-color: #002783; }
      .c-euro24 .c-widget-section .c-table.program-slider.-match .table tr td {
        font-weight: 100;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer; }
        .c-euro24 .c-widget-section .c-table.program-slider.-match .table tr td .team-name span {
          font-weight: 100; }
      .c-euro24 .c-widget-section .c-table.program-slider.-match .table tr:hover td {
        background-color: #002783; }
    @media (max-width: 1199.98px) {
      .c-euro24 .c-widget-section .c-table.program-slider .table tr td:nth-child(3) {
        display: none; } }
    @media (max-width: 991.98px) {
      .c-euro24 .c-widget-section .c-table .table .points .point {
        height: 8px;
        width: 8px;
        margin-right: 2px; }
      .c-euro24 .c-widget-section .c-table .table thead tr th {
        padding: 15px;
        font-size: 14px; }
      .c-euro24 .c-widget-section .c-table .table tr:last-of-type td {
        font-style: italic; }
        .c-euro24 .c-widget-section .c-table .table tr:last-of-type td:last-child {
          border-radius: 0 0 10px 10px; }
      .c-euro24 .c-widget-section .c-table .table tr:nth-last-child(2) {
        padding: 0 0 10px 0; }
        .c-euro24 .c-widget-section .c-table .table tr:nth-last-child(2) td:last-child {
          border-radius: 0; }
        .c-euro24 .c-widget-section .c-table .table tr:nth-last-child(2) td:first-child {
          border-radius: 0; }
      .c-euro24 .c-widget-section .c-table .table tr td {
        padding: 15px;
        font-size: 14px; }
        .c-euro24 .c-widget-section .c-table .table tr td img {
          height: 16px;
          width: 16px; }
        .c-euro24 .c-widget-section .c-table .table tr td i {
          font-size: 10px; }
        .c-euro24 .c-widget-section .c-table .table tr td .team-name {
          display: flex;
          align-items: center;
          width: auto; }
          .c-euro24 .c-widget-section .c-table .table tr td .team-name span {
            text-align: left;
            height: 15px; }
        .c-euro24 .c-widget-section .c-table .table tr td .player-name div {
          margin-left: 10px; }
          .c-euro24 .c-widget-section .c-table .table tr td .player-name div.name {
            margin-left: 5px; }
        .c-euro24 .c-widget-section .c-table .table tr td .-rec {
          display: flex !important;
          align-items: flex-end !important;
          flex-direction: column !important; }
          .c-euro24 .c-widget-section .c-table .table tr td .-rec a {
            display: inherit; }
            .c-euro24 .c-widget-section .c-table .table tr td .-rec a:first-child {
              margin-bottom: 2px; }
          .c-euro24 .c-widget-section .c-table .table tr td .-rec .-mini {
            font-size: 8px !important; }
        .c-euro24 .c-widget-section .c-table .table tr td:first-child {
          padding-left: 24px; }
        .c-euro24 .c-widget-section .c-table .table tr td:last-child {
          padding-right: 24px; }
      .c-euro24 .c-widget-section .c-table .table tr.legend {
        display: table-row; }
      .c-euro24 .c-widget-section .c-table.program-slider .voyo .watch {
        font-size: 8px; }
      .c-euro24 .c-widget-section .c-table.program-slider .table tr td:nth-child(3) {
        display: none; }
      .c-euro24 .c-widget-section .c-table.program-slider .table tr:last-child td:last-child {
        border-radius: 0; }
      .c-euro24 .c-widget-section .c-table.program-slider .table tr:last-child td:first-child {
        border-radius: 0; } }
    @media (max-width: 767.98px) {
      .c-euro24 .c-widget-section .c-table.program-slider .table tr td:first-child {
        padding: 12px 5px 12px 15px; }
      .c-euro24 .c-widget-section .c-table.program-slider .table tr td:last-child {
        padding: 12px 15px 12px 5px; }
      .c-euro24 .c-widget-section .c-table.program-slider .table tr td.-live .point {
        margin-top: 0; }
      .c-euro24 .c-widget-section .c-table .table thead tr th {
        padding: 12px 5px;
        font-size: 12px; }
      .c-euro24 .c-widget-section .c-table .table tr td {
        padding: 12px 5px;
        font-size: 12px; }
        .c-euro24 .c-widget-section .c-table .table tr td img {
          height: 13px;
          width: 13px; } }
    .c-euro24 .c-widget-section .select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 160px; }
    .c-euro24 .c-widget-section .select .bootstrap-select .dropdown-toggle {
      padding: 10px 14px;
      border-radius: 10px;
      background: #0a34b6; }
      .c-euro24 .c-widget-section .select .bootstrap-select .dropdown-toggle:focus {
        outline: 0px auto -webkit-focus-ring-color !important; }
      .c-euro24 .c-widget-section .select .bootstrap-select .dropdown-toggle::after {
        color: #fff; }
      .c-euro24 .c-widget-section .select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .c-euro24 .c-widget-section .select .dropdown-menu {
      border-radius: 10px;
      padding: 5px; }
      .c-euro24 .c-widget-section .select .dropdown-menu .dropdown-item {
        padding: 5px;
        background-color: #0a34b6; }
        .c-euro24 .c-widget-section .select .dropdown-menu .dropdown-item:hover {
          background-color: #0d42e6; }
      .c-euro24 .c-widget-section .select .dropdown-menu li a span.text {
        font-size: 15px;
        color: #fff; }
      .c-euro24 .c-widget-section .select .dropdown-menu.show {
        top: 5px !important;
        background-color: #0a34b6 !important; }
        .c-euro24 .c-widget-section .select .dropdown-menu.show .inner.show {
          background-color: #0a34b6; }
    @media (max-width: 767.98px) {
      .c-euro24 .c-widget-section .select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 115px; }
      .c-euro24 .c-widget-section .select .bootstrap-select .dropdown-toggle {
        padding: 10px 14px; }
        .c-euro24 .c-widget-section .select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
          font-size: 13px; }
      .c-euro24 .c-widget-section .select .dropdown-menu li a span.text {
        font-size: 13px; } }
    .c-euro24 .c-widget-section .spider-wrapper {
      display: flex;
      height: auto;
      border-radius: 10px 10px 0 0;
      justify-content: flex-start;
      background-color: rgba(0, 44, 146, 0.85);
      padding: 20px;
      padding-top: 50px; }
      .c-euro24 .c-widget-section .spider-wrapper .status-info {
        position: absolute;
        width: 220px;
        text-align: left;
        margin-bottom: 110px;
        font-size: 16px;
        font-weight: 600;
        color: #fff; }
        .c-euro24 .c-widget-section .spider-wrapper .status-info.-first {
          margin-top: -30px;
          left: 0; }
        .c-euro24 .c-widget-section .spider-wrapper .status-info.-final {
          margin-bottom: 165px; }
      .c-euro24 .c-widget-section .spider-wrapper .item {
        display: flex;
        flex-direction: row-reverse;
        overflow: auto; }
        .c-euro24 .c-widget-section .spider-wrapper .item p {
          padding: 10px;
          margin: 0;
          border-radius: 5px;
          background-color: #072686;
          width: 220px;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .c-euro24 .c-widget-section .spider-wrapper .item p.b-voyo {
            background-color: #1F2369; }
          .c-euro24 .c-widget-section .spider-wrapper .item p.final {
            background: url("../assets/euro24/widgetSection/spider_final_back.svg");
            background-repeat: no-repeat;
            background-size: cover; }
            .c-euro24 .c-widget-section .spider-wrapper .item p.final .bck {
              background-color: #072686;
              display: flex;
              flex-direction: column;
              width: 100%;
              height: 100%;
              padding: 10px;
              border-radius: 5px; }
              .c-euro24 .c-widget-section .spider-wrapper .item p.final .bck .final-teams {
                display: flex;
                flex-direction: column;
                align-items: flex-start; }
                .c-euro24 .c-widget-section .spider-wrapper .item p.final .bck .final-teams span {
                  margin-bottom: 10px; }
                  .c-euro24 .c-widget-section .spider-wrapper .item p.final .bck .final-teams span:last-child {
                    margin-bottom: 0; }
                .c-euro24 .c-widget-section .spider-wrapper .item p.final .bck .final-teams img {
                  margin-left: 0 !important; }
            .c-euro24 .c-widget-section .spider-wrapper .item p.final span:last-child {
              margin-top: 0; }
          .c-euro24 .c-widget-section .spider-wrapper .item p span {
            color: #fff;
            font-size: 13px; }
            .c-euro24 .c-widget-section .spider-wrapper .item p span img {
              height: 21px;
              width: 21px;
              margin-right: 5px; }
              .c-euro24 .c-widget-section .spider-wrapper .item p span img:last-of-type {
                margin-left: 20px; }
              .c-euro24 .c-widget-section .spider-wrapper .item p span img.-voyo {
                height: 9px;
                width: 32px;
                margin-left: 0;
                margin-right: 0; }
            .c-euro24 .c-widget-section .spider-wrapper .item p span.past span, .c-euro24 .c-widget-section .spider-wrapper .item p span.live span, .c-euro24 .c-widget-section .spider-wrapper .item p span.def span {
              margin-right: 5px; }
              .c-euro24 .c-widget-section .spider-wrapper .item p span.past span:first-child, .c-euro24 .c-widget-section .spider-wrapper .item p span.live span:first-child, .c-euro24 .c-widget-section .spider-wrapper .item p span.def span:first-child {
                margin-right: 20px; }
            .c-euro24 .c-widget-section .spider-wrapper .item p span.def span {
              margin-right: 0; }
            .c-euro24 .c-widget-section .spider-wrapper .item p span.live img:not(.-voyo) {
              height: 7px;
              width: 7px; }
            .c-euro24 .c-widget-section .spider-wrapper .item p span.def, .c-euro24 .c-widget-section .spider-wrapper .item p span.past, .c-euro24 .c-widget-section .spider-wrapper .item p span.live {
              margin-bottom: 5px; }
            .c-euro24 .c-widget-section .spider-wrapper .item p span:has(img) {
              display: flex;
              align-items: center; }
        .c-euro24 .c-widget-section .spider-wrapper .item-parent {
          position: relative;
          margin-left: 50px;
          display: flex;
          align-items: center; }
          .c-euro24 .c-widget-section .spider-wrapper .item-parent:after {
            position: absolute;
            content: '';
            width: calc(50px / 2);
            height: 2px;
            left: 0;
            top: 50%;
            background-color: #fff;
            transform: translateX(-100%); }
        .c-euro24 .c-widget-section .spider-wrapper .item-childrens {
          display: flex;
          flex-direction: column;
          justify-content: center; }
        .c-euro24 .c-widget-section .spider-wrapper .item-child {
          display: flex;
          align-items: flex-start;
          justify-content: flex-end;
          margin-top: 0;
          margin-bottom: 5px;
          position: relative; }
          .c-euro24 .c-widget-section .spider-wrapper .item-child:before {
            content: '';
            position: absolute;
            background-color: #fff;
            right: 0;
            top: 50%;
            transform: translateX(100%);
            width: 25px;
            height: 2px; }
          .c-euro24 .c-widget-section .spider-wrapper .item-child:after {
            content: '';
            position: absolute;
            background-color: #fff;
            right: calc(-50px / 2);
            height: calc(50% + 22px);
            width: 2px;
            top: 50%; }
          .c-euro24 .c-widget-section .spider-wrapper .item-child:last-child:after {
            transform: translateY(-100%); }
          .c-euro24 .c-widget-section .spider-wrapper .item-child:only-child:after {
            display: none; }
    @media (max-width: 1199.98px) {
      .c-euro24 .c-widget-section .spider-wrapper {
        justify-content: normal;
        padding: 20px;
        padding-top: 50px; } }
    .c-euro24 .c-widget-section .stats-wrapper {
      display: flex;
      width: 100%;
      border-radius: 10px;
      justify-content: flex-start;
      background-color: rgba(0, 44, 146, 0.85);
      padding: 20px;
      color: #fff; }
      .c-euro24 .c-widget-section .stats-wrapper .c-graph {
        display: flex;
        align-items: center;
        width: 25%; }
        .c-euro24 .c-widget-section .stats-wrapper .c-graph .graph {
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: transparent;
          height: 80px;
          width: 80px;
          border-radius: 50%;
          margin-right: 20px;
          position: relative; }
          .c-euro24 .c-widget-section .stats-wrapper .c-graph .graph canvas {
            height: 100%;
            width: 100%; }
          .c-euro24 .c-widget-section .stats-wrapper .c-graph .graph span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 18px;
            font-weight: 600;
            line-height: 18px;
            text-align: center; }
        .c-euro24 .c-widget-section .stats-wrapper .c-graph .info {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .c-euro24 .c-widget-section .stats-wrapper .c-graph .info div {
            font-size: 16px;
            font-weight: 500;
            padding-bottom: 5px; }
            .c-euro24 .c-widget-section .stats-wrapper .c-graph .info div:last-child {
              padding-bottom: 0; }
      .c-euro24 .c-widget-section .stats-wrapper .c-stats {
        display: flex;
        width: 75%;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: -10px; }
        .c-euro24 .c-widget-section .stats-wrapper .c-stats .i {
          padding-right: 40px;
          padding-bottom: 10px; }
          .c-euro24 .c-widget-section .stats-wrapper .c-stats .i .title {
            font-size: 14px;
            font-weight: 600;
            margin: 0;
            display: flex;
            flex-direction: row; }
          .c-euro24 .c-widget-section .stats-wrapper .c-stats .i .perex {
            font-size: 10px;
            margin: 0;
            font-weight: 400; }
      @media (max-width: 1199.98px) {
        .c-euro24 .c-widget-section .stats-wrapper .c-graph {
          width: 33%; }
        .c-euro24 .c-widget-section .stats-wrapper .c-stats {
          width: 67%; } }
      @media (max-width: 767.98px) {
        .c-euro24 .c-widget-section .stats-wrapper {
          flex-direction: column; }
          .c-euro24 .c-widget-section .stats-wrapper .c-graph {
            width: 100%;
            justify-content: center;
            margin-bottom: 20px; }
            .c-euro24 .c-widget-section .stats-wrapper .c-graph .info div {
              font-size: 12px;
              font-weight: 500; }
          .c-euro24 .c-widget-section .stats-wrapper .c-stats {
            width: 100%; }
            .c-euro24 .c-widget-section .stats-wrapper .c-stats .i {
              width: 50%;
              padding-right: 3px; }
              .c-euro24 .c-widget-section .stats-wrapper .c-stats .i:nth-child(even) {
                padding-right: 0;
                padding-left: 3px; } }
    .c-euro24 .c-widget-section .c-detail.-player .perex .title .name h3:last-child {
      margin-left: 0; }
    .c-euro24 .c-widget-section .c-detail.-player .board .tab .i .stats div span:first-child {
      font-weight: 600; }
    .c-euro24 .c-widget-section .c-detail .perex {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .c-euro24 .c-widget-section .c-detail .perex .title {
        display: block;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        width: 100%; }
      .c-euro24 .c-widget-section .c-detail .perex .button {
        width: auto;
        position: absolute; }
        .c-euro24 .c-widget-section .c-detail .perex .button .btn i {
          font-size: 10px;
          margin-right: 8px; }
    .c-euro24 .c-widget-section .c-detail .board {
      background-color: rgba(0, 44, 146, 0.85);
      padding: 20px;
      border-radius: 10px;
      display: flex; }
      .c-euro24 .c-widget-section .c-detail .board .tab {
        width: 50%;
        padding-right: 20px;
        border-right: 2px solid #002C92; }
        .c-euro24 .c-widget-section .c-detail .board .tab:last-child {
          padding-left: 20px;
          padding-right: 0;
          border-right: 0px solid transparent; }
        .c-euro24 .c-widget-section .c-detail .board .tab .i {
          display: flex;
          flex-direction: column;
          margin-top: 25px; }
          .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .cover {
              background-repeat: no-repeat !important;
              background-position: center center !important;
              background-size: cover !important;
              height: 100px;
              width: 100px;
              border-radius: 50%; }
            .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data {
              display: flex;
              width: calc(100% - 100px); }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data h2 {
                font-size: 22px;
                font-weight: 700;
                line-height: 22px;
                margin-bottom: 10px; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data h3 {
                font-size: 18px;
                font-weight: 400; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data div {
                color: #fff; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data .name {
                margin-left: 20px;
                display: flex;
                flex-direction: column; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data .age {
                font-size: 52px;
                font-weight: 600;
                text-align: right;
                margin-left: 20px; }
          .c-euro24 .c-widget-section .c-detail .board .tab .i:first-child {
            margin-top: 0; }
          .c-euro24 .c-widget-section .c-detail .board .tab .i h4 {
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: 600;
            color: #fff; }
          .c-euro24 .c-widget-section .c-detail .board .tab .i .teams {
            display: flex;
            justify-content: center; }
            .c-euro24 .c-widget-section .c-detail .board .tab .i .teams .team {
              display: flex;
              align-items: center;
              width: auto;
              padding-right: 40px;
              font-size: 16px; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .teams .team:last-child {
                padding-right: 0; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .teams .team div {
                color: #fff; }
                .c-euro24 .c-widget-section .c-detail .board .tab .i .teams .team div:last-child {
                  width: 65px; }
                .c-euro24 .c-widget-section .c-detail .board .tab .i .teams .team div h3 {
                  font-weight: 400; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .teams .team img {
                height: 18px;
                width: 18px;
                margin-right: 5px; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .teams .team .penalty-items {
                display: flex;
                flex-wrap: wrap;
                width: 50px; }
                .c-euro24 .c-widget-section .c-detail .board .tab .i .teams .team .penalty-items .i {
                  height: 7px;
                  width: 7px;
                  border-radius: 50%;
                  background-color: #fff;
                  margin-right: 3px;
                  margin-bottom: 3px;
                  margin-top: 0; }
          .c-euro24 .c-widget-section .c-detail .board .tab .i .stats div {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            font-size: 16px; }
            .c-euro24 .c-widget-section .c-detail .board .tab .i .stats div:last-child {
              margin-bottom: 0; }
            .c-euro24 .c-widget-section .c-detail .board .tab .i .stats div img {
              height: 14px;
              width: 14px;
              margin-right: 8px; }
            .c-euro24 .c-widget-section .c-detail .board .tab .i .stats div span {
              display: flex;
              color: #fff; }
    @media (max-width: 1199.98px) {
      .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info {
        width: 100%;
        flex-direction: column; }
        .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .cover {
          margin-bottom: 15px; }
        .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data {
          justify-content: space-between;
          width: 100%; }
          .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data .name {
            margin-left: 0px; } }
    @media (max-width: 767.98px) {
      .c-euro24 .c-widget-section .c-detail .perex {
        justify-content: space-between; }
        .c-euro24 .c-widget-section .c-detail .perex .title {
          width: auto;
          margin-top: 0; }
        .c-euro24 .c-widget-section .c-detail .perex .name {
          width: auto; }
        .c-euro24 .c-widget-section .c-detail .perex .button {
          width: auto;
          position: relative; }
      .c-euro24 .c-widget-section .c-detail .board {
        flex-direction: column;
        padding: 0; }
        .c-euro24 .c-widget-section .c-detail .board .tab {
          width: 100%;
          padding: 20px;
          border-right: 0px solid transparent; }
          .c-euro24 .c-widget-section .c-detail .board .tab:last-child {
            padding-right: 20px;
            margin-bottom: 0;
            border-top: 2px solid #002C92; }
          .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info {
            flex-direction: column; }
            .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .cover {
              height: 80px;
              width: 80px; }
            .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data {
              width: 100%; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data h2 {
                font-size: 20px; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data h3 {
                font-size: 17px; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data .name {
                margin-left: 0; }
              .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data .age {
                font-size: 40px; }
          .c-euro24 .c-widget-section .c-detail .board .tab .i .stats div {
            font-size: 14px; }
            .c-euro24 .c-widget-section .c-detail .board .tab .i .stats div span:last-child {
              font-weight: 100; } }
  @media (max-width: 767.98px) {
    .c-euro24 .c-widget-section {
      padding: 15px;
      background-size: cover; }
      .c-euro24 .c-widget-section .title:has(.-flag) {
        margin-top: 0; }
      .c-euro24 .c-widget-section .title .name h2 {
        font-size: 20px; }
      .c-euro24 .c-widget-section .title .name h3 {
        font-size: 17px; }
      .c-euro24 .c-widget-section .title .name .-flag div:last-child {
        margin-top: 4px; } }

@media (max-width: 991.98px) {
  .c-euro24 .-mob {
    display: flex !important; }
  .c-euro24 .-desk {
    display: none !important; }
  .container .c-euro24 .footer {
    margin: 0 -32px;
    margin-bottom: -20px; } }

@media (max-width: 575.98px) {
  .c-euro24 .-mob {
    display: flex !important; }
  .c-euro24 .-desk {
    display: none !important; }
  .container .c-euro24 .footer {
    margin: 0 -16px;
    margin-bottom: -20px; } }

.c-rte .c-euro24 table {
  display: table; }

.c-rte .c-euro24 .c-widget-section .-mob {
  display: flex !important; }

.c-rte .c-euro24 .c-widget-section .-desk {
  display: none !important; }

.c-rte .c-euro24 .c-widget-section .c-table.program-slider .table tr:last-of-type td:last-child {
  border-radius: 0; }

.c-rte .c-euro24 .c-widget-section .c-table.program-slider .table tr td {
  width: auto; }

.c-rte .c-euro24 .c-widget-section .c-table .table tr.legend {
  display: table-row; }
  .c-rte .c-euro24 .c-widget-section .c-table .table tr.legend td {
    font-size: 10px; }

.c-rte .c-euro24 .c-widget-section .c-table .table tr:nth-child(even) {
  background: transparent; }

.c-rte .c-euro24 .c-widget-section .c-table .table tr:nth-last-child(2) td:first-child, .c-rte .c-euro24 .c-widget-section .c-table .table tr:nth-last-child(2) td:last-child {
  border-radius: 0; }

.c-rte .c-euro24 .c-widget-section .c-table .table tr:last-of-type td:last-child {
  border-radius: 0 0 10px 10px; }

.c-rte .c-euro24 .c-widget-section .c-table .table tr td {
  font-size: 12px; }
  .c-rte .c-euro24 .c-widget-section .c-table .table tr td .team-name {
    width: auto; }
  .c-rte .c-euro24 .c-widget-section .c-table .table tr td .-rec {
    display: flex !important;
    align-items: flex-end !important;
    flex-direction: column !important; }

.c-rte .c-euro24 .c-widget-section .c-table .table tbody, .c-rte .c-euro24 .c-widget-section .c-table .table thead {
  display: table-row-group;
  min-height: inherit;
  background-color: transparent; }

.c-rte .c-euro24 .c-widget-section .c-tab .tabs .nav {
  justify-content: flex-end; }
  .c-rte .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs {
    padding-left: 0; }
    .c-rte .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li {
      list-style: none;
      line-height: inherit; }
      .c-rte .c-euro24 .c-widget-section .c-tab .tabs .nav.nav-tabs li a {
        margin: 0; }

.c-rte .c-euro24 .c-widget-section .c-tab .tabs.-skupiny .nav.nav-tabs li {
  margin: 0 7px 15px 7px; }

.c-rte .c-euro24 .c-widget-section .stats-wrapper .c-graph {
  width: 35%; }

.c-rte .c-euro24 .c-widget-section .stats-wrapper .c-stats {
  width: 65%; }

.c-rte .c-euro24 .c-widget-section .select .dropdown-menu ul li > * {
  margin: 0; }

.c-rte .c-euro24 .c-widget-section .select .dropdown-menu ul li + li {
  margin: 0; }

.c-rte .c-euro24 .c-widget-section .c-detail .board {
  flex-direction: column; }
  .c-rte .c-euro24 .c-widget-section .c-detail .board .tab {
    width: 100%;
    padding: 20px;
    border-right: 0px solid transparent; }
    .c-rte .c-euro24 .c-widget-section .c-detail .board .tab:last-child {
      padding-right: 20px;
      margin-bottom: 0;
      border-top: 2px solid #002C92; }
    .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info {
      flex-direction: column; }
      .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .cover {
        height: 80px;
        width: 80px;
        margin-bottom: 15px; }
      .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data {
        width: 100%;
        justify-content: space-between; }
        .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data h2 {
          font-size: 20px; }
        .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data h3 {
          font-size: 17px; }
        .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data .name {
          margin-left: 0; }
        .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .player-info .data .age {
          font-size: 40px; }
    .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .teams .team div h3 {
      font-size: 16px; }
    .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .stats div {
      font-size: 14px; }
      .c-rte .c-euro24 .c-widget-section .c-detail .board .tab .i .stats div span:last-child {
        font-weight: 100; }

.c-rte .c-euro24 .c-widget-section a:not(.c-button):not(.c-category) {
  font-weight: 500; }

@media (max-width: 991.98px) {
  .c-rte .c-euro24 .c-widget-section .c-table .table tr.legend td {
    font-size: 8px; }
  .c-rte .c-euro24 .c-widget-section .stats-wrapper .c-graph {
    width: 100%; }
  .c-rte .c-euro24 .c-widget-section .stats-wrapper .c-stats {
    width: 100%; } }

.-fake-fullscreen .miniplayer.-fullscreen > .c-player {
  position: relative !important;
  top: unset !important;
  left: unset !important; }

@media (max-width: 575.98px) {
  .c-player.-sticky .attach-container.js-player-attach-container {
    margin-left: 0 !important;
    width: 100% !important; } }

.c-sitemap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  .c-sitemap--years, .c-sitemap--months, .c-sitemap--days {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
  .c-sitemap--near-days .c-sitemap__item {
    width: 60px; }
  .c-sitemap__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 14px;
    font-size: 14px;
    font-weight: 500; }
    .c-sitemap__item a {
      width: 100%;
      padding: 15px 0;
      color: #1a1919;
      text-decoration: underline;
      text-align: left; }
      .c-sitemap__item a:hover {
        text-decoration: none; }
    .c-sitemap__item::after {
      content: '';
      width: 100vw;
      height: 1px;
      background-color: #e5dfdc; }
    .c-sitemap__item--fullwidth {
      align-items: flex-start;
      width: 100%;
      line-height: 20px; }
  .c-sitemap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: transparent; }
  .c-sitemap--years::after, .c-sitemap--months::after, .c-sitemap--days::after, .c-sitemap--near-days::after {
    background-color: #ffffff; }
  .c-sitemap__title {
    margin: 24px 0 17px;
    line-height: 26px;
    font-size: 21px; }

html.-dark-theme .c-sitemap__item a {
  color: #ffffff; }

html.-dark-theme .c-sitemap__item::after {
  background-color: #464646; }

html.-dark-theme .c-sitemap::after {
  background-color: transparent; }

html.-dark-theme .c-sitemap--years::after, html.-dark-theme .c-sitemap--months::after, html.-dark-theme .c-sitemap--days::after, html.-dark-theme .c-sitemap--near-days::after {
  background-color: #1a1919; }

@media (max-width: 767.98px) {
  .c-sitemap--years, .c-sitemap--days {
    grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)); }
  .c-sitemap--months {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)); } }

.gn-subscribe-popup {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out; }
  .gn-subscribe-popup.gn-position-top {
    top: calc(-100% - 24px); }
    .gn-subscribe-popup.gn-position-top.gn-show {
      top: 0; }
  .gn-subscribe-popup.gn-position-bottom {
    bottom: calc(-100% - 24px); }
    .gn-subscribe-popup.gn-position-bottom.gn-show {
      bottom: 0; }
  .gn-subscribe-popup.gn-position-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .gn-subscribe-popup.gn-position-center:not(.gn-subscribe-popup__overlay) {
    pointer-events: none; }
  .gn-subscribe-popup.gn-position-center:not(.gn-show) {
    display: none; }

.gn-subscribe-popup__overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000000; }
  .gn-subscribe-popup__overlay.gn-position-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .gn-subscribe-popup__overlay.gn-position-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .gn-subscribe-popup__overlay.gn-position-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.gn-subscription-popup-inner {
  max-width: 400px;
  font-size: inherit;
  color: #000;
  font-weight: normal;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: auto; }

.gn-subscription-popup-content {
  padding: 16px 16px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

.gn-subscription-popup-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 12px;
  padding-top: 4px; }
  .gn-subscription-popup-icon img {
    max-width: 60px;
    max-height: 60px; }

.gn-subscription-popup-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px; }

.gn-subscription-popup-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 16px 16px; }

button.gn-subscribe-popup-button {
  border: solid 1px transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  font-weight: normal;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  outline: 0;
  text-decoration: none;
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  background: transparent;
  margin: 4px 8px; }
  button.gn-subscribe-popup-button:hover {
    background: rgba(0, 0, 0, 0.04); }
  button.gn-subscribe-popup-button:active {
    background: rgba(0, 0, 0, 0.12); }
  button.gn-subscribe-popup-button.gn-subscribe-popup-button-active {
    color: #fff;
    background: #0e3baf;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px transparent;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    font-weight: normal; }
    button.gn-subscribe-popup-button.gn-subscribe-popup-button-active:hover {
      -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
    button.gn-subscribe-popup-button.gn-subscribe-popup-button-active:active {
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 541px) {
  .gn-subscribe-popup-topbar {
    width: 100%; }
    .gn-subscribe-popup-topbar .gn-subscription-popup-inner {
      max-width: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 2px 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .gn-subscribe-popup-topbar .gn-subscription-popup-content {
      padding: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .gn-subscribe-popup-topbar .gn-subscription-popup-icon img {
      max-width: 28px;
      max-height: 28px; }
    .gn-subscribe-popup-topbar button.gn-subscribe-popup-button {
      height: 32px;
      line-height: 32px; }
    .gn-subscribe-popup-topbar .gn-subscription-popup-controls {
      padding: 0 0 0 16px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media screen and (max-width: 540px) {
  .gn-subscribe-popup,
  .gn-subscribe-popup.gn-position-top,
  .gn-subscribe-popup.gn-position-center,
  .gn-subscribe-popup.gn-position-bottom {
    top: auto;
    bottom: -110%;
    left: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: bottom .4s ease-out;
    -o-transition: bottom .4s ease-out;
    transition: bottom .4s ease-out;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .gn-subscribe-popup.gn-subscribe-popup__overlay {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .gn-subscribe-popup.gn-show {
    bottom: 60px; }
  .gn-subscribe-popup__overlay .gn-subscription-popup-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch; }
  .gn-subscription-popup-inner {
    max-width: 100%;
    width: 100%; } }

.c-article-carousel,
.c-article-live-carousel,
.c-article-live-carousel-wrap,
.c-weather-carousel {
  overflow: hidden !important; }

.c-article-live-carousel .c-slider-navigation {
  padding-right: 74px;
  top: 65px; }

.c-article-live-carousel .slider-pagination {
  left: 0; }
  .c-article-live-carousel .slider-pagination:not(.swiper-pagination-lock):not(.swiper-pagination-hidden) {
    justify-content: flex-end;
    right: 30px;
    top: 40px; }

@media (max-width: 1199.98px) {
  .swiper-pagination-bullet {
    display: none; } }

@media (max-width: 991.98px) {
  .c-sidebar .js-sticky, .c-sidebar.js-sticky {
    margin-top: 20px; } }

.c-bricks-wrapper-smart .scrollbar-track-x,
.c-bricks-wrapper-smart .scrollbar-thumb {
  height: 5px; }

.c-bricks-wrapper-smart .title {
  margin-bottom: 25px; }
  .c-bricks-wrapper-smart .title h2 {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    color: #7c7c7c; }

.c-bricks-wrapper-smart .items {
  display: flex;
  flex-wrap: wrap; }
  .c-bricks-wrapper-smart .items.-section .i a {
    filter: brightness(0.6);
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .c-bricks-wrapper-smart .items.-section .i.-active a, .c-bricks-wrapper-smart .items.-section .i:hover a {
    border: 1px solid #f6f4f3;
    filter: brightness(0.9); }
  .c-bricks-wrapper-smart .items.-section .i:hover a {
    border: 1px solid transparent; }
  .c-bricks-wrapper-smart .items .i {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0;
    padding-bottom: 16px;
    margin: 0; }
    .c-bricks-wrapper-smart .items .i:nth-child(even) {
      padding-left: 8px; }
    .c-bricks-wrapper-smart .items .i:nth-child(odd) {
      padding-right: 8px; }
    .c-bricks-wrapper-smart .items .i .cover {
      display: flex;
      border-radius: 10px 10px 0 0;
      background-size: cover !important;
      background-position: center !important;
      height: 50px; }
    .c-bricks-wrapper-smart .items .i .name {
      background-color: #313030;
      color: #fff;
      padding: 7px 10px;
      border-radius: 0 0 10px 10px;
      text-align: center; }
      .c-bricks-wrapper-smart .items .i .name h4 {
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

@media (max-width: 991.98px) {
  .c-bricks-wrapper-smart {
    padding-bottom: 10px; }
    .c-bricks-wrapper-smart .items .i .cover {
      height: 75px; }
    .c-bricks-wrapper-smart.smooth-scrollbar .items {
      flex-direction: row;
      flex-wrap: nowrap; }
      .c-bricks-wrapper-smart.smooth-scrollbar .items .i {
        margin-right: 10px;
        padding-bottom: 0px; }
        .c-bricks-wrapper-smart.smooth-scrollbar .items .i:nth-child(even), .c-bricks-wrapper-smart.smooth-scrollbar .items .i:nth-child(odd) {
          padding-left: 0;
          padding-right: 0; }
        .c-bricks-wrapper-smart.smooth-scrollbar .items .i:last-child {
          margin-right: 0; }
        .c-bricks-wrapper-smart.smooth-scrollbar .items .i .cover,
        .c-bricks-wrapper-smart.smooth-scrollbar .items .i .name {
          width: 150px; }
        .c-bricks-wrapper-smart.smooth-scrollbar .items .i .name h4 {
          font-size: 12px; } }

@media (max-width: 767.98px) {
  .c-bricks-wrapper-smart .items .i .cover {
    height: 50px; } }

.c-weather {
  padding: 0; }
  .c-weather.smooth-scrollbar {
    padding-bottom: 10px; }
    .c-weather.smooth-scrollbar .scrollbar-thumb, .c-weather.smooth-scrollbar .scrollbar-track-x {
      height: 5px; }
    .c-weather.smooth-scrollbar .scrollbar-track {
      background: transparent; }
    .c-weather.smooth-scrollbar .scrollbar-thumb {
      background-color: #cabfb9; }
  .c-weather .items {
    display: flex;
    flex-direction: row; }
    .c-weather .items .i {
      background-color: #f6f4f3;
      padding: 16px 25px 8px 25px;
      font-size: 13px;
      margin-right: 8px; }
      .c-weather .items .i:first-child {
        border-radius: 10px 0 0 10px; }
      .c-weather .items .i:last-child {
        margin-right: 0;
        border-radius: 0 10px 10px 0; }
      .c-weather .items .i img {
        height: 72px; }
      .c-weather .items .i .title {
        color: #7c7c7c;
        text-align: center; }
      .c-weather .items .i .temp-high {
        font-weight: 600;
        margin-bottom: 8px;
        text-align: center; }
      .c-weather .items .i .temp-low {
        position: relative;
        padding-top: 8px;
        margin-top: auto;
        color: #7c7c7c;
        width: 100%;
        text-align: center; }
        .c-weather .items .i .temp-low::before {
          content: '';
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%);
          width: calc(100% + 12px);
          border-top: 1px dashed #E5DFDC; }

.-dark-theme .c-weather .items .i {
  background-color: #313030; }

.-dark-theme.smooth-scrollbar .scrollbar-thumb, .-dark-theme.smooth-scrollbar .scrollbar-track-x {
  height: 4px; }

.-dark-theme.smooth-scrollbar .scrollbar-thumb {
  background-color: #f6f4f3; }

.c-banner {
  display: flex;
  color: #fff;
  padding: 0 20px;
  border-radius: 20px;
  margin: 0 -20px;
  margin-right: 0;
  margin-bottom: 24px; }
  .c-banner.voyo-max {
    height: 132px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #000 !important; }
    .c-banner.voyo-max .c-button {
      background-color: #f43150;
      height: 30px;
      font-size: 12px;
      font-weight: 700;
      float: left;
      padding: 0 20px; }
      .c-banner.voyo-max .c-button img {
        height: 9px; }
    .c-banner.voyo-max .title {
      font-size: 18px;
      font-weight: 400;
      text-align: left;
      margin-bottom: 20px; }
  .c-banner .l-side {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .c-banner .r-side {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 991.98px) {
    .c-banner {
      border-radius: 0;
      margin-right: -20px; }
      .c-banner.voyo-max {
        height: 122px;
        background-position-x: right !important; }
        .c-banner.voyo-max .title {
          font-size: 14px; }
        .c-banner.voyo-max .c-button {
          padding: 0 15px;
          font-size: 11px; }
          .c-banner.voyo-max .c-button img {
            height: 8px; }
      .c-banner .l-side {
        width: 55%; }
      .c-banner .r-side {
        width: 45%; } }

.-dark-theme .fc-ab-root .fc-dialog-headline-text {
  color: #fff !important; }

.-dark-theme .fc-ab-root .fc-dialog-container .fc-header-image-container {
  background-image: url("../assets/logo-tvn-inv.svg") !important; }

.fc-ab-root .fc-dialog-container .fc-header-image-container {
  background-image: url("../assets/logo.svg") !important; }

.v-banner {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  height: 145px;
  margin: 2rem 0;
  background-size: cover;
  border: 1px solid; }
  .v-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
    z-index: 1;
    pointer-events: none; }
  .v-banner .banner-image {
    z-index: 3;
    flex-shrink: 0;
    width: 75px;
    height: 105px;
    position: relative; }
    .v-banner .banner-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      border-radius: 10px;
      background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, #6fdfe7, #5f27f5) border-box;
      border: 1px solid transparent; }
  .v-banner .banner-content {
    z-index: 3;
    flex: 1;
    padding: 1rem; }
    .v-banner .banner-content .banner-title {
      color: #fff;
      margin: 0;
      font-size: 24px;
      font-weight: 700; }
    .v-banner .banner-content .banner-episode {
      margin: 6px 0 20px;
      font-size: 12px;
      opacity: 0.9; }
    .v-banner .banner-content .banner-button {
      display: inline-block;
      background: #f50f4d;
      color: #fff;
      text-decoration: none;
      padding: 6px 8px;
      border-radius: 999px;
      font-weight: 400;
      font-size: 12px;
      line-height: 1;
      transition: background 0.3s;
      text-transform: uppercase; }
      .v-banner .banner-content .banner-button span {
        font-weight: 700; }
      .v-banner .banner-content .banner-button:hover {
        background: #b00610; }
  .v-banner svg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0.8; }

.c-breadcrumbs {
  margin-top: 20px !important; }

.c-tnlive .c-tnlive-player-wrap {
  margin-bottom: 20px;
  background: linear-gradient(to bottom right, #000993, #001652); }
  .c-tnlive .c-tnlive-player-wrap .c-title.-sub {
    background-color: #313030;
    cursor: pointer; }
    .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header {
      background: transparent;
      justify-content: space-between;
      display: flex; }
      .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .logo {
        margin-left: 0;
        margin-right: 10px; }
        .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .logo img {
          height: 25px; }
  .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    padding: 20px; }
    .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px; }
      .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .logo img {
        height: 40px; }
    .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title {
      margin-left: 10px;
      height: 40px;
      display: flex;
      align-items: center; }
      .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title h1 {
        margin: 0;
        padding: 0; }
  .c-tnlive .c-tnlive-player-wrap .c-title .perex {
    background: transparent;
    padding: 20px;
    padding-top: 0; }
  .c-tnlive .c-tnlive-player-wrap .c-video .c-player.-live {
    margin: 0 !important; }
  .c-tnlive .c-tnlive-player-wrap .c-video .frame {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center; }
  .c-tnlive .c-tnlive-player-wrap .c-content {
    background: transparent;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
    background-color: #000; }
    .c-tnlive .c-tnlive-player-wrap .c-content .items {
      padding: 0;
      background-color: #000; }
      .c-tnlive .c-tnlive-player-wrap .c-content .items .i {
        padding: 20px; }
        .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live {
          background: transparent; }
          .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live .date,
          .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live .perex {
            font-size: calc(18px + 2px); }
        .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live) {
          padding-bottom: 0; }
          .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live):first-child {
            padding-top: 10px; }
          .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live) .date,
          .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live) .perex {
            opacity: 0.8; }
        .c-tnlive .c-tnlive-player-wrap .c-content .items .i .perex {
          padding-top: 5px; }

.c-tnlive .redirect {
  background: url("../assets/tnlive/sht.svg") #cc4827 no-repeat;
  background-position: center center;
  background-size: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  cursor: pointer; }

.c-tnlive .c-button {
  height: 35px;
  width: auto !important;
  padding: 0px 15px;
  font-size: 12px;
  margin: 0 !important;
  text-transform: unset;
  background: #cc4827;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .c-tnlive .c-button .sht {
    background: url("../assets/tnlive/sht.svg") no-repeat;
    height: 10px;
    width: 10px; }
  .c-tnlive .c-button:hover {
    background: #a1391f; }

.c-tnlive .flex-group {
  display: flex;
  align-items: center; }
  .c-tnlive .flex-group.-space-between {
    justify-content: space-between; }

.c-tnlive .perex {
  font-size: 16px;
  font-weight: 600;
  color: #fff; }

.c-tnlive .date {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  height: 25px;
  display: flex;
  align-items: center; }

.c-tnlive .title h1 {
  color: #fff;
  font-size: 30px;
  line-height: normal; }

.c-tnlive .title h2 {
  display: none;
  color: #000;
  font-size: 18px;
  line-height: normal; }

.c-tnlive .c-breadcrumbs {
  margin-top: 0 !important;
  background: transparent;
  padding: 20px;
  padding-bottom: 0; }
  .c-tnlive .c-breadcrumbs li {
    color: #fff;
    font-weight: 100; }
    .c-tnlive .c-breadcrumbs li a {
      color: #fff; }
    .c-tnlive .c-breadcrumbs li + li:before {
      color: #fff; }

.c-tnlive .-badge {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: red;
  margin: 0;
  -webkit-animation: live-pulse 2s infinite;
  animation: live-pulse 2s infinite; }

.c-tnlive .gradient {
  position: relative;
  width: 100%;
  height: 35px;
  margin-top: -35px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black); }

.c-tnlive .progress {
  height: 2px;
  background: #cccccc;
  margin: 10px 0; }
  .c-tnlive .progress .progress-bar {
    background: #CF3339;
    background: linear-gradient(to bottom right, #f5530b, #f5a613); }

.c-tnlive .scroll-wrap .smooth-scrollbar {
  max-height: 250px; }

.c-tnlive .scroll-wrap .scrollbar-thumb {
  background: #fff;
  left: 1px;
  width: 4px; }

.c-tnlive .scroll-wrap .scrollbar-track {
  background: transparent; }

.c-tnlive .scroll-wrap .scrollbar-track-y {
  margin-right: 5px; }

.c-tnlive .countdown-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  flex-direction: column;
  background: url("../assets/tnlive/bg.png") no-repeat;
  background-size: contain; }
  .c-tnlive .countdown-wrapper div {
    text-align: center; }
    .c-tnlive .countdown-wrapper div p {
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: 0%;
      text-align: center;
      color: #fff;
      text-align: left;
      margin-bottom: 6px; }
    .c-tnlive .countdown-wrapper div .countdown {
      font-weight: 700;
      font-size: 30px;
      line-height: 130%;
      letter-spacing: 0%;
      text-align: center;
      margin-bottom: 20px; }
  .c-tnlive .countdown-wrapper .c-button span {
    font-size: 14px; }

@media (max-width: 768px) {
  .c-tnlive {
    margin: 0 -16px; }
    .c-tnlive .countdown-wrapper div .countdown {
      font-size: 20px; }
    .c-tnlive .c-tnlive-player-wrap .c-content .items .i {
      padding: 10px; }
      .c-tnlive .c-tnlive-player-wrap .c-content .items .i .date,
      .c-tnlive .c-tnlive-player-wrap .c-content .items .i .perex {
        font-size: 14px; }
      .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live .date {
        font-size: 14px; }
      .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live .perex {
        font-size: 16px; }
      .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live) {
        padding-bottom: 0; }
        .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live) .perex {
          padding-top: 0px; }
        .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live):first-child {
          padding-top: 0px; }
    .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header {
      padding: 10px; }
      .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .logo img {
        height: 20px; }
      .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .date {
        font-size: 12px;
        line-height: normal; }
    .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header {
      padding: 10px; }
      .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title {
        margin-left: 5px;
        height: 24px;
        display: flex;
        align-items: center; }
        .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title h1 {
          font-size: 16px; }
      .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .logo {
        margin-left: 5px; }
        .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .logo img {
          height: 30px; }
    .c-tnlive .c-tnlive-player-wrap .c-title .perex {
      padding: 10px;
      padding-top: 0; }
    .c-tnlive .c-tnlive-player-wrap .perex {
      font-size: 16px; }
    .c-tnlive .-badge {
      width: 8px;
      height: 8px; }
    .c-tnlive .c-breadcrumbs {
      font-size: 10px; }
    .c-tnlive .date {
      font-size: 10px; }
    .c-tnlive .scroll-wrap .smooth-scrollbar {
      max-height: 133px; }
    .c-tnlive .scroll-wrap .scrollbar-thumb {
      width: 3px; }
    .c-tnlive .progress {
      margin: 5px 0; } }

.c-sidebar .c-tnlive .countdown-wrapper div .countdown,
.c-content-inner .c-tnlive .countdown-wrapper div .countdown {
  font-size: 20px; }

.c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items .i,
.c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items .i {
  padding: 10px; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items .i .date,
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items .i .perex,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items .i .date,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items .i .perex {
    font-size: 14px; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live .date,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live .date {
    font-size: 14px; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live .perex,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live .perex {
    font-size: 16px; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live),
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live) {
    padding-bottom: 0; }
    .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live) .perex,
    .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live) .perex {
      padding-top: 0px; }
    .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live):first-child,
    .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items .i:not(.-live):first-child {
      padding-top: 0px; }

.c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header,
.c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header {
  padding: 10px; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .logo img,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .logo img {
    height: 20px; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .date,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .date {
    font-size: 12px;
    line-height: normal; }

.c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header,
.c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header {
  padding: 10px; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title {
    margin-left: 5px;
    height: 24px;
    display: flex;
    align-items: center; }
    .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title h1,
    .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title h1 {
      font-size: 16px; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .logo,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .logo {
    margin-left: 5px; }
    .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .logo img,
    .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .logo img {
      height: 30px; }

.c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title .perex,
.c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title .perex {
  padding: 10px;
  padding-top: 0; }

.c-sidebar .c-tnlive .c-tnlive-player-wrap .perex,
.c-content-inner .c-tnlive .c-tnlive-player-wrap .perex {
  font-size: 16px; }

.c-sidebar .c-tnlive .-badge,
.c-content-inner .c-tnlive .-badge {
  width: 8px;
  height: 8px; }

.c-sidebar .c-tnlive .c-breadcrumbs,
.c-content-inner .c-tnlive .c-breadcrumbs {
  font-size: 10px; }

.c-sidebar .c-tnlive .date,
.c-content-inner .c-tnlive .date {
  font-size: 10px; }

.c-sidebar .c-tnlive .scroll-wrap .smooth-scrollbar,
.c-content-inner .c-tnlive .scroll-wrap .smooth-scrollbar {
  max-height: 133px; }

.c-sidebar .c-tnlive .scroll-wrap .scrollbar-thumb,
.c-content-inner .c-tnlive .scroll-wrap .scrollbar-thumb {
  width: 3px; }

.c-sidebar .c-tnlive .progress,
.c-content-inner .c-tnlive .progress {
  margin: 5px 0; }

.c-sidebar .c-tnlive .c-breadcrumbs,
.c-content-inner .c-tnlive .c-breadcrumbs {
  display: none; }

.c-sidebar .c-tnlive .c-tnlive-player-wrap,
.c-content-inner .c-tnlive .c-tnlive-player-wrap {
  padding: 10px;
  padding-top: 0; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title h1,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header .title h1 {
    display: none; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title.-sub,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title.-sub {
    background-color: #f6f4f3; }
    .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .logo,
    .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title.-sub .c-live-header .logo {
      margin-left: 0; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title .c-live-header {
    padding: 10px 0; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content {
    background-color: #fff; }
    .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items,
    .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items {
      background-color: #fff; }
      .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live,
      .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items .i.-live {
        cursor: pointer; }
  .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-live-header,
  .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-live-header {
    padding-left: 0; }

.c-sidebar .c-tnlive .gradient,
.c-content-inner .c-tnlive .gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.c-sidebar .c-tnlive .date,
.c-sidebar .c-tnlive .perex,
.c-content-inner .c-tnlive .date,
.c-content-inner .c-tnlive .perex {
  color: #000; }

.c-sidebar .c-tnlive .scroll-wrap .scrollbar-thumb,
.c-content-inner .c-tnlive .scroll-wrap .scrollbar-thumb {
  background-color: black; }

.-dark-theme .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-title.-sub,
.-dark-theme .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-title.-sub {
  background-color: #313030; }

.-dark-theme .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content,
.-dark-theme .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content {
  background-color: #000; }
  .-dark-theme .c-sidebar .c-tnlive .c-tnlive-player-wrap .c-content .items,
  .-dark-theme .c-content-inner .c-tnlive .c-tnlive-player-wrap .c-content .items {
    background-color: #000; }

.-dark-theme .c-sidebar .c-tnlive .gradient,
.-dark-theme .c-content-inner .c-tnlive .gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black); }

.-dark-theme .c-sidebar .c-tnlive .date,
.-dark-theme .c-sidebar .c-tnlive .perex,
.-dark-theme .c-content-inner .c-tnlive .date,
.-dark-theme .c-content-inner .c-tnlive .perex {
  color: #fff; }

.-dark-theme .c-sidebar .c-tnlive .scroll-wrap .scrollbar-thumb,
.-dark-theme .c-content-inner .c-tnlive .scroll-wrap .scrollbar-thumb {
  background-color: #fff; }

.c-tnlive .c-tnlive-player-wrap.-mimoriadne {
  background: linear-gradient(to bottom right, #ffff01, #feb802); }
  .c-tnlive .c-tnlive-player-wrap.-mimoriadne .c-live-header .title h1 {
    display: none; }
  .c-tnlive .c-tnlive-player-wrap.-mimoriadne .c-live-header .title h2 {
    display: block; }
  .c-tnlive .c-tnlive-player-wrap.-mimoriadne .c-content {
    background-color: #fff !important; }
    .c-tnlive .c-tnlive-player-wrap.-mimoriadne .c-content .items {
      background-color: #fff !important; }
  .c-tnlive .c-tnlive-player-wrap.-mimoriadne .c-title.-sub {
    background-color: #f6f4f3 !important; }
  .c-tnlive .c-tnlive-player-wrap.-mimoriadne .date,
  .c-tnlive .c-tnlive-player-wrap.-mimoriadne .perex {
    color: #000 !important; }
  .c-tnlive .c-tnlive-player-wrap.-mimoriadne .scroll-wrap .scrollbar-thumb {
    background-color: #000; }
  .c-tnlive .c-tnlive-player-wrap.-mimoriadne .progress {
    background: #cccccc; }
    .c-tnlive .c-tnlive-player-wrap.-mimoriadne .progress .progress-bar {
      background: #000; }
  .c-tnlive .c-tnlive-player-wrap.-mimoriadne .gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white) !important; }

.c-tnlive .c-tnlive-player-wrap.-hero {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
  padding: 10px;
  padding-top: 0;
  background: linear-gradient(to bottom right, #000993, #001652); }
  .c-tnlive .c-tnlive-player-wrap.-hero.-mimoriadne {
    background: #ffff01; }
  .c-tnlive .c-tnlive-player-wrap.-hero .c-title {
    width: 100%; }
    .c-tnlive .c-tnlive-player-wrap.-hero .c-title.-sub .c-live-header .logo img {
      height: 20px; }
    .c-tnlive .c-tnlive-player-wrap.-hero .c-title .perex {
      padding: 0 20px;
      height: 50px; }
    .c-tnlive .c-tnlive-player-wrap.-hero .c-title:not(.-sub) .c-live-header {
      height: 60px;
      padding-left: 0px; }
    .c-tnlive .c-tnlive-player-wrap.-hero .c-title .c-live-header {
      height: 50px; }
      .c-tnlive .c-tnlive-player-wrap.-hero .c-title .c-live-header .title {
        height: 30px; }
        .c-tnlive .c-tnlive-player-wrap.-hero .c-title .c-live-header .title h1 {
          font-size: 20px;
          line-height: normal; }
      .c-tnlive .c-tnlive-player-wrap.-hero .c-title .c-live-header .logo img {
        height: 30px; }
  .c-tnlive .c-tnlive-player-wrap.-hero .c-video {
    width: 55%;
    height: auto;
    overflow: hidden; }
  .c-tnlive .c-tnlive-player-wrap.-hero .c-content {
    width: 45%;
    overflow: hidden; }
    .c-tnlive .c-tnlive-player-wrap.-hero .c-content .items {
      height: auto; }
      .c-tnlive .c-tnlive-player-wrap.-hero .c-content .items .i {
        padding: 0 20px;
        padding-bottom: 10px; }
        .c-tnlive .c-tnlive-player-wrap.-hero .c-content .items .i.-live {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding: 20px;
          padding-bottom: 10px; }
          .c-tnlive .c-tnlive-player-wrap.-hero .c-content .items .i.-live .date {
            font-size: 14px;
            padding: 0;
            height: 14px; }
          .c-tnlive .c-tnlive-player-wrap.-hero .c-content .items .i.-live .perex {
            font-size: 16px;
            padding: 0; }
  .c-tnlive .c-tnlive-player-wrap.-hero .c-breadcrumbs {
    display: none; }
  .c-tnlive .c-tnlive-player-wrap.-hero .date {
    font-size: 14px; }
  .c-tnlive .c-tnlive-player-wrap.-hero .scroll-wrap .smooth-scrollbar {
    height: 207px; }
  .c-tnlive .c-tnlive-player-wrap.-hero .progress {
    margin: 8px 0; }
  @media (max-width: 1200px) {
    .c-tnlive .c-tnlive-player-wrap.-hero {
      flex-direction: column; }
      .c-tnlive .c-tnlive-player-wrap.-hero .c-video,
      .c-tnlive .c-tnlive-player-wrap.-hero .c-content {
        width: 100%;
        height: auto; }
        .c-tnlive .c-tnlive-player-wrap.-hero .c-video .items,
        .c-tnlive .c-tnlive-player-wrap.-hero .c-content .items {
          height: auto; }
          .c-tnlive .c-tnlive-player-wrap.-hero .c-video .items .i,
          .c-tnlive .c-tnlive-player-wrap.-hero .c-content .items .i {
            padding: 10px;
            padding-bottom: 0; }
            .c-tnlive .c-tnlive-player-wrap.-hero .c-video .items .i.-live,
            .c-tnlive .c-tnlive-player-wrap.-hero .c-content .items .i.-live {
              padding: 10px; }
      .c-tnlive .c-tnlive-player-wrap.-hero .c-title .c-live-header {
        height: auto; }
      .c-tnlive .c-tnlive-player-wrap.-hero .c-title .perex {
        height: auto;
        padding: 0 10px;
        padding-bottom: 10px; } }

.c-tnlive .tnl-banner {
  background: linear-gradient(to bottom right, #000993, #001652);
  display: flex;
  padding: 20px; }
  .c-tnlive .tnl-banner .m-header {
    display: flex;
    align-items: center;
    padding-right: 20px; }
    .c-tnlive .tnl-banner .m-header .logo {
      padding-left: 10px; }
      .c-tnlive .tnl-banner .m-header .logo img {
        height: 30px; }
  .c-tnlive .tnl-banner .m-info {
    width: 100%; }
    .c-tnlive .tnl-banner .m-info .date {
      font-size: 12px;
      font-weight: 400;
      height: auto;
      color: #fff; }
    .c-tnlive .tnl-banner .m-info .title {
      font-size: 16px;
      font-weight: 700;
      width: fit-content;
      padding-right: 10px;
      color: #fff; }
  @media (max-width: 991.98px) {
    .c-tnlive .tnl-banner .m-info .title {
      width: calc(100% - 20px); } }

.-dark-theme .c-tnlive .tnl-banner .m-info .date,
.-dark-theme .c-tnlive .tnl-banner .m-info .title {
  color: #fff; }

.pw-subscribe-popup.pw-position-top.pw-show {
  top: unset !important;
  bottom: 60px !important; }

body.videos-page .c-video-bottom-info h1 {
  margin: 0;
  padding: 20px 0; }

body.videos-page .c-video-bottom-info h3 {
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal; }

body.videos-page .-top {
  padding-bottom: 24px; }
  body.videos-page .-top h2 {
    margin-top: 4px; }

body.videos-page time {
  font-size: 12px;
  font-weight: 600; }

body.videos-page .videos-page__highlight__info__section,
body.videos-page h2 {
  font-size: 42px;
  font-weight: 700;
  padding-left: 32px;
  padding-top: 50px;
  color: #1a1919;
  position: relative; }

body.videos-page h2 {
  padding-left: 0;
  padding-top: 0; }

body.videos-page .videos-page__highlight__info__title,
body.videos-page h1 {
  font-size: 32px;
  font-weight: 700;
  padding: 20px 0;
  color: #1a1919; }

body.videos-page .videos-page__highlight__info__title,
body.videos-page .videos-page__highlight__info__section,
body.videos-page .c-article.-highlight .content {
  color: #fff; }

body.videos-page .c-hero-wrapper .c-article-carousel .title {
  color: #1a1919; }

body.videos-page .c-hero-wrapper .c-article-carousel .article-info {
  color: #7c7c7c; }

body.videos-page .-top .c-breadcrumbs {
  color: #1a1919 !important; }

body.videos-page .category {
  background-color: #0f3baf !important; }

body.videos-page .-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0f3baf;
  height: 33px;
  width: fit-content;
  padding: 0 15px;
  line-height: normal;
  font-size: 12px;
  border-radius: 23px;
  color: #fff;
  text-transform: uppercase; }

body.videos-page .c-bricks-wrapper {
  border-top: 1px solid #3c3c3c;
  position: relative; }
  body.videos-page .c-bricks-wrapper .c-nav-bricks .c-section-header {
    margin: 20px 0; }

body.videos-page .c-section-header {
  border-top: 0px solid transparent; }

body.videos-page .c-bricks-wrapper-smart .title h2,
body.videos-page .title.-v {
  font-size: 15px;
  color: #7c7c7c !important;
  font-weight: 500;
  line-height: 36px;
  text-transform: none; }

@media (max-width: 767.98px) {
  body.videos-page .c-article-wrapper .load-more .c-button,
  body.videos-page .c-article-wrapper + .load-more .c-button {
    width: auto;
    justify-content: center;
    height: 40px;
    font-size: 12px; }
  body.videos-page.videos-page .videos-page__highlight {
    margin-top: 0; }
  body.videos-page.videos-page .videos-page__highlight__info__title,
  body.videos-page.videos-page h1 {
    font-size: 21px;
    padding: 15px 0;
    margin: 0; }
  body.videos-page.videos-page .videos-page__highlight__info__section,
  body.videos-page.videos-page h2 {
    font-size: 30px;
    padding-left: 16px;
    padding-top: 0;
    margin-top: 0; }
  body.videos-page.videos-page h2 {
    padding-left: 0; }
  body.videos-page.videos-page .videos-page__highlight__info__show {
    height: 20px;
    font-size: 10px;
    padding: 0 10px; }
  body.videos-page.videos-page .c-breadcrumbs {
    display: flex;
    margin-top: 10px !important;
    font-size: 10px; }
  body.videos-page.videos-page .c-bricks-wrapper .c-nav-bricks .c-section-header {
    margin: 5px 0; } }

body.videos-page .c-video-wrapper {
  margin-top: -48px; }
  body.videos-page .c-video-wrapper .c-content-inner {
    padding: 0; }
  body.videos-page .c-video-wrapper .c-article-wrapper {
    margin: 0; }
  body.videos-page .c-video-wrapper .c-article-wrapper > * + * {
    margin-top: 0; }
  @media (max-width: 767.98px) {
    body.videos-page .c-video-wrapper {
      margin-top: 24px; }
      body.videos-page .c-video-wrapper .c-article-wrapper > * + * {
        margin-top: 24px; } }

.-dark-theme body.videos-page h1,
.-dark-theme body.videos-page h2,
.-dark-theme body.videos-page .-top .c-breadcrumbs,
.-dark-theme body.videos-page .c-hero-wrapper .c-article-carousel .title {
  color: #fff; }

.-dark-theme body.videos-page .c-article .content .article-info .subtitle .voyo {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(to right, #fff, #fff);
  -webkit-background-clip: text; }

