@charset "UTF-8";
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.333333%;
    max-width: 33.333333%;
  }
  .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.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md4,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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 {
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 28.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-6 {
  width: 50%;
}
.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;
  }
}
.card-news-h .ico-320.card-figure-bg:before,
.card-news .ico-320.card-figure-bg:before,
.ico-320.player-bg:before,
.icon.ico-320:before,
.video-widget-similars .ico-320.similars-card-figure-bg:before,
.video-widget .ico-320.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-agenda.card-figure-bg:before,
.card-news .ico-agenda.card-figure-bg:before,
.ico-agenda.player-bg:before,
.icon.ico-agenda:before,
.video-widget-similars .ico-agenda.similars-card-figure-bg:before,
.video-widget .ico-agenda.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-angel-d.card-figure-bg:before,
.card-news .ico-angel-d.card-figure-bg:before,
.ico-angel-d.player-bg:before,
.icon.ico-angel-d:before,
.video-widget-similars .ico-angel-d.similars-card-figure-bg:before,
.video-widget .ico-angel-d.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-angel-l.card-figure-bg:before,
.card-news .ico-angel-l.card-figure-bg:before,
.ico-angel-l.player-bg:before,
.icon.ico-angel-l:before,
.video-widget-similars .ico-angel-l.similars-card-figure-bg:before,
.video-widget .ico-angel-l.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-angel-r.card-figure-bg:before,
.card-news .ico-angel-r.card-figure-bg:before,
.ico-angel-r.player-bg:before,
.icon.ico-angel-r:before,
.video-widget-similars .ico-angel-r.similars-card-figure-bg:before,
.video-widget .ico-angel-r.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-angel-u.card-figure-bg:before,
.card-news .ico-angel-u.card-figure-bg:before,
.ico-angel-u.player-bg:before,
.icon.ico-angel-u:before,
.video-widget-similars .ico-angel-u.similars-card-figure-bg:before,
.video-widget .ico-angel-u.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-arrow-r.card-figure-bg:before,
.card-news .ico-arrow-r.card-figure-bg:before,
.ico-arrow-r.player-bg:before,
.icon.ico-arrow-r:before,
.video-widget-similars .ico-arrow-r.similars-card-figure-bg:before,
.video-widget .ico-arrow-r.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-bkn_-ra_d.card-figure-bg:before,
.card-news .ico-bkn_-ra_d.card-figure-bg:before,
.ico-bkn_-ra_d.player-bg:before,
.icon.ico-bkn_-ra_d:before,
.video-widget-similars .ico-bkn_-ra_d.similars-card-figure-bg:before,
.video-widget .ico-bkn_-ra_d.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-bookmark-o.card-figure-bg:before,
.card-news .ico-bookmark-o.card-figure-bg:before,
.ico-bookmark-o.player-bg:before,
.icon.ico-bookmark-o:before,
.video-widget-similars .ico-bookmark-o.similars-card-figure-bg:before,
.video-widget .ico-bookmark-o.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-breaking-news.card-figure-bg:before,
.card-news .ico-breaking-news.card-figure-bg:before,
.ico-breaking-news.player-bg:before,
.icon.ico-breaking-news:before,
.video-widget-similars .ico-breaking-news.similars-card-figure-bg:before,
.video-widget .ico-breaking-news.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-cancel.card-figure-bg:before,
.card-news .ico-cancel.card-figure-bg:before,
.ico-cancel.player-bg:before,
.icon.ico-cancel:before,
.video-widget-similars .ico-cancel.similars-card-figure-bg:before,
.video-widget .ico-cancel.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-caret-d.card-figure-bg:before,
.card-news .ico-caret-d.card-figure-bg:before,
.ico-caret-d.player-bg:before,
.icon.ico-caret-d:before,
.video-widget-similars .ico-caret-d.similars-card-figure-bg:before,
.video-widget .ico-caret-d.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-caret-u.card-figure-bg:before,
.card-news .ico-caret-u.card-figure-bg:before,
.ico-caret-u.player-bg:before,
.icon.ico-caret-u:before,
.video-widget-similars .ico-caret-u.similars-card-figure-bg:before,
.video-widget .ico-caret-u.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-category-add.card-figure-bg:before,
.card-news .ico-category-add.card-figure-bg:before,
.ico-category-add.player-bg:before,
.icon.ico-category-add:before,
.video-widget-similars .ico-category-add.similars-card-figure-bg:before,
.video-widget .ico-category-add.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-chart-line.card-figure-bg:before,
.card-news .ico-chart-line.card-figure-bg:before,
.ico-chart-line.player-bg:before,
.icon.ico-chart-line:before,
.video-widget-similars .ico-chart-line.similars-card-figure-bg:before,
.video-widget .ico-chart-line.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-check-2.card-figure-bg:before,
.card-news .ico-check-2.card-figure-bg:before,
.ico-check-2.player-bg:before,
.icon.ico-check-2:before,
.video-widget-similars .ico-check-2.similars-card-figure-bg:before,
.video-widget .ico-check-2.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-check.card-figure-bg:before,
.card-news .ico-check.card-figure-bg:before,
.ico-check.player-bg:before,
.icon.ico-check:before,
.video-widget-similars .ico-check.similars-card-figure-bg:before,
.video-widget .ico-check.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-close.card-figure-bg:before,
.card-news .ico-close.card-figure-bg:before,
.ico-close.player-bg:before,
.icon.ico-close:before,
.video-widget-similars .ico-close.similars-card-figure-bg:before,
.video-widget .ico-close.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-cnn.card-figure-bg:before,
.card-news .ico-cnn.card-figure-bg:before,
.ico-cnn.player-bg:before,
.icon.ico-cnn:before,
.video-widget-similars .ico-cnn.similars-card-figure-bg:before,
.video-widget .ico-cnn.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-code.card-figure-bg:before,
.card-news .ico-code.card-figure-bg:before,
.ico-code.player-bg:before,
.icon.ico-code:before,
.video-widget-similars .ico-code.similars-card-figure-bg:before,
.video-widget .ico-code.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-degree.card-figure-bg:before,
.card-news .ico-degree.card-figure-bg:before,
.ico-degree.player-bg:before,
.icon.ico-degree:before,
.video-widget-similars .ico-degree.similars-card-figure-bg:before,
.video-widget .ico-degree.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-email.card-figure-bg:before,
.card-news .ico-email.card-figure-bg:before,
.ico-email.player-bg:before,
.icon.ico-email:before,
.video-widget-similars .ico-email.similars-card-figure-bg:before,
.video-widget .ico-email.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-facebook.card-figure-bg:before,
.card-news .ico-facebook.card-figure-bg:before,
.ico-facebook.player-bg:before,
.icon.ico-facebook:before,
.video-widget-similars .ico-facebook.similars-card-figure-bg:before,
.video-widget .ico-facebook.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-finance.card-figure-bg:before,
.card-news .ico-finance.card-figure-bg:before,
.ico-finance.player-bg:before,
.icon.ico-finance:before,
.video-widget-similars .ico-finance.similars-card-figure-bg:before,
.video-widget .ico-finance.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-flipboard-footer-o.card-figure-bg:before,
.card-news .ico-flipboard-footer-o.card-figure-bg:before,
.ico-flipboard-footer-o.player-bg:before,
.icon.ico-flipboard-footer-o:before,
.video-widget-similars .ico-flipboard-footer-o.similars-card-figure-bg:before,
.video-widget .ico-flipboard-footer-o.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-flipboard-footer.card-figure-bg:before,
.card-news .ico-flipboard-footer.card-figure-bg:before,
.ico-flipboard-footer.player-bg:before,
.icon.ico-flipboard-footer:before,
.video-widget-similars .ico-flipboard-footer.similars-card-figure-bg:before,
.video-widget .ico-flipboard-footer.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-flipboard-o.card-figure-bg:before,
.card-news .ico-flipboard-o.card-figure-bg:before,
.ico-flipboard-o.player-bg:before,
.icon.ico-flipboard-o:before,
.video-widget-similars .ico-flipboard-o.similars-card-figure-bg:before,
.video-widget .ico-flipboard-o.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-flipboard.card-figure-bg:before,
.card-news .ico-flipboard.card-figure-bg:before,
.ico-flipboard.player-bg:before,
.icon.ico-flipboard:before,
.video-widget-similars .ico-flipboard.similars-card-figure-bg:before,
.video-widget .ico-flipboard.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-full-screen.card-figure-bg:before,
.card-news .ico-full-screen.card-figure-bg:before,
.ico-full-screen.player-bg:before,
.icon.ico-full-screen:before,
.video-widget-similars .ico-full-screen.similars-card-figure-bg:before,
.video-widget .ico-full-screen.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-gallery-news.card-figure-bg:before,
.card-news .ico-gallery-news.card-figure-bg:before,
.ico-gallery-news.player-bg:before,
.icon.ico-gallery-news:before,
.video-widget-similars .ico-gallery-news.similars-card-figure-bg:before,
.video-widget .ico-gallery-news.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-gallery.card-figure-bg:before,
.card-news .ico-gallery.card-figure-bg:before,
.ico-gallery.player-bg:before,
.icon.ico-gallery:before,
.video-widget-similars .ico-gallery.similars-card-figure-bg:before,
.video-widget .ico-gallery.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-google-news-o.card-figure-bg:before,
.card-news .ico-google-news-o.card-figure-bg:before,
.ico-google-news-o.player-bg:before,
.icon.ico-google-news-o:before,
.video-widget-similars .ico-google-news-o.similars-card-figure-bg:before,
.video-widget .ico-google-news-o.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-google-news.card-figure-bg:before,
.card-news .ico-google-news.card-figure-bg:before,
.ico-google-news.player-bg:before,
.icon.ico-google-news:before,
.video-widget-similars .ico-google-news.similars-card-figure-bg:before,
.video-widget .ico-google-news.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-google.card-figure-bg:before,
.card-news .ico-google.card-figure-bg:before,
.ico-google.player-bg:before,
.icon.ico-google:before,
.video-widget-similars .ico-google.similars-card-figure-bg:before,
.video-widget .ico-google.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-infinite.card-figure-bg:before,
.card-news .ico-infinite.card-figure-bg:before,
.ico-infinite.player-bg:before,
.icon.ico-infinite:before,
.video-widget-similars .ico-infinite.similars-card-figure-bg:before,
.video-widget .ico-infinite.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-instagram.card-figure-bg:before,
.card-news .ico-instagram.card-figure-bg:before,
.ico-instagram.player-bg:before,
.icon.ico-instagram:before,
.video-widget-similars .ico-instagram.similars-card-figure-bg:before,
.video-widget .ico-instagram.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-link.card-figure-bg:before,
.card-news .ico-link.card-figure-bg:before,
.ico-link.player-bg:before,
.icon.ico-link:before,
.video-widget-similars .ico-link.similars-card-figure-bg:before,
.video-widget .ico-link.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-live-2.card-figure-bg:before,
.card-news .ico-live-2.card-figure-bg:before,
.ico-live-2.player-bg:before,
.icon.ico-live-2:before,
.video-widget-similars .ico-live-2.similars-card-figure-bg:before,
.video-widget .ico-live-2.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-live.card-figure-bg:before,
.card-news .ico-live.card-figure-bg:before,
.ico-live.player-bg:before,
.icon.ico-live:before,
.video-widget-similars .ico-live.similars-card-figure-bg:before,
.video-widget .ico-live.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-logout.card-figure-bg:before,
.card-news .ico-logout.card-figure-bg:before,
.ico-logout.player-bg:before,
.icon.ico-logout:before,
.video-widget-similars .ico-logout.similars-card-figure-bg:before,
.video-widget .ico-logout.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-my-tv.card-figure-bg:before,
.card-news .ico-my-tv.card-figure-bg:before,
.ico-my-tv.player-bg:before,
.icon.ico-my-tv:before,
.video-widget-similars .ico-my-tv.similars-card-figure-bg:before,
.video-widget .ico-my-tv.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-notification-error.card-figure-bg:before,
.card-news .ico-notification-error.card-figure-bg:before,
.ico-notification-error.player-bg:before,
.icon.ico-notification-error:before,
.video-widget-similars .ico-notification-error.similars-card-figure-bg:before,
.video-widget .ico-notification-error.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-notification-success.card-figure-bg:before,
.card-news .ico-notification-success.card-figure-bg:before,
.ico-notification-success.player-bg:before,
.icon.ico-notification-success:before,
.video-widget-similars .ico-notification-success.similars-card-figure-bg:before,
.video-widget .ico-notification-success.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-notification-warning.card-figure-bg:before,
.card-news .ico-notification-warning.card-figure-bg:before,
.ico-notification-warning.player-bg:before,
.icon.ico-notification-warning:before,
.video-widget-similars .ico-notification-warning.similars-card-figure-bg:before,
.video-widget .ico-notification-warning.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-ovc_ra.card-figure-bg:before,
.card-news .ico-ovc_ra.card-figure-bg:before,
.ico-ovc_ra.player-bg:before,
.icon.ico-ovc_ra:before,
.video-widget-similars .ico-ovc_ra.similars-card-figure-bg:before,
.video-widget .ico-ovc_ra.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-play-o.card-figure-bg:before,
.card-news .ico-play-o.card-figure-bg:before,
.ico-play-o.player-bg:before,
.icon.ico-play-o:before,
.video-widget-similars .ico-play-o.similars-card-figure-bg:before,
.video-widget .ico-play-o.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-play.card-figure-bg:before,
.card-news .ico-play.card-figure-bg:before,
.ico-play.player-bg:before,
.icon.ico-play:before,
.video-widget-similars .ico-play.similars-card-figure-bg:before,
.video-widget .ico-play.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-fullscreen-enter.card-figure-bg:before,
.card-news .ico-player-fullscreen-enter.card-figure-bg:before,
.ico-player-fullscreen-enter.player-bg:before,
.icon.ico-player-fullscreen-enter:before,
.video-widget-similars
  .ico-player-fullscreen-enter.similars-card-figure-bg:before,
.video-widget .ico-player-fullscreen-enter.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-fullscreen-exit.card-figure-bg:before,
.card-news .ico-player-fullscreen-exit.card-figure-bg:before,
.ico-player-fullscreen-exit.player-bg:before,
.icon.ico-player-fullscreen-exit:before,
.video-widget-similars
  .ico-player-fullscreen-exit.similars-card-figure-bg:before,
.video-widget .ico-player-fullscreen-exit.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-pause.card-figure-bg:before,
.card-news .ico-player-pause.card-figure-bg:before,
.ico-player-pause.player-bg:before,
.icon.ico-player-pause:before,
.video-widget-similars .ico-player-pause.similars-card-figure-bg:before,
.video-widget .ico-player-pause.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-play.card-figure-bg:before,
.card-news .ico-player-play.card-figure-bg:before,
.ico-player-play.player-bg:before,
.icon.ico-player-play:before,
.video-widget-similars .ico-player-play.similars-card-figure-bg:before,
.video-widget .ico-player-play.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-settings.card-figure-bg:before,
.card-news .ico-player-settings.card-figure-bg:before,
.ico-player-settings.player-bg:before,
.icon.ico-player-settings:before,
.video-widget-similars .ico-player-settings.similars-card-figure-bg:before,
.video-widget .ico-player-settings.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-share.card-figure-bg:before,
.card-news .ico-player-share.card-figure-bg:before,
.ico-player-share.player-bg:before,
.icon.ico-player-share:before,
.video-widget-similars .ico-player-share.similars-card-figure-bg:before,
.video-widget .ico-player-share.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-vol-0.card-figure-bg:before,
.card-news .ico-player-vol-0.card-figure-bg:before,
.ico-player-vol-0.player-bg:before,
.icon.ico-player-vol-0:before,
.video-widget-similars .ico-player-vol-0.similars-card-figure-bg:before,
.video-widget .ico-player-vol-0.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-vol-1.card-figure-bg:before,
.card-news .ico-player-vol-1.card-figure-bg:before,
.ico-player-vol-1.player-bg:before,
.icon.ico-player-vol-1:before,
.video-widget-similars .ico-player-vol-1.similars-card-figure-bg:before,
.video-widget .ico-player-vol-1.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-vol-2.card-figure-bg:before,
.card-news .ico-player-vol-2.card-figure-bg:before,
.ico-player-vol-2.player-bg:before,
.icon.ico-player-vol-2:before,
.video-widget-similars .ico-player-vol-2.similars-card-figure-bg:before,
.video-widget .ico-player-vol-2.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-player-vol-3.card-figure-bg:before,
.card-news .ico-player-vol-3.card-figure-bg:before,
.ico-player-vol-3.player-bg:before,
.icon.ico-player-vol-3:before,
.video-widget-similars .ico-player-vol-3.similars-card-figure-bg:before,
.video-widget .ico-player-vol-3.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-plus-o.card-figure-bg:before,
.card-news .ico-plus-o.card-figure-bg:before,
.ico-plus-o.player-bg:before,
.icon.ico-plus-o:before,
.video-widget-similars .ico-plus-o.similars-card-figure-bg:before,
.video-widget .ico-plus-o.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-plus.card-figure-bg:before,
.card-news .ico-plus.card-figure-bg:before,
.ico-plus.player-bg:before,
.icon.ico-plus:before,
.video-widget-similars .ico-plus.similars-card-figure-bg:before,
.video-widget .ico-plus.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-profile-o.card-figure-bg:before,
.card-news .ico-profile-o.card-figure-bg:before,
.ico-profile-o.player-bg:before,
.icon.ico-profile-o:before,
.video-widget-similars .ico-profile-o.similars-card-figure-bg:before,
.video-widget .ico-profile-o.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-profile.card-figure-bg:before,
.card-news .ico-profile.card-figure-bg:before,
.ico-profile.player-bg:before,
.icon.ico-profile:before,
.video-widget-similars .ico-profile.similars-card-figure-bg:before,
.video-widget .ico-profile.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-programs.card-figure-bg:before,
.card-news .ico-programs.card-figure-bg:before,
.ico-programs.player-bg:before,
.icon.ico-programs:before,
.video-widget-similars .ico-programs.similars-card-figure-bg:before,
.video-widget .ico-programs.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-ramadan.card-figure-bg:before,
.card-news .ico-ramadan.card-figure-bg:before,
.ico-ramadan.player-bg:before,
.icon.ico-ramadan:before,
.video-widget-similars .ico-ramadan.similars-card-figure-bg:before,
.video-widget .ico-ramadan.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-rss.card-figure-bg:before,
.card-news .ico-rss.card-figure-bg:before,
.ico-rss.player-bg:before,
.icon.ico-rss:before,
.video-widget-similars .ico-rss.similars-card-figure-bg:before,
.video-widget .ico-rss.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-search.card-figure-bg:before,
.card-news .ico-search.card-figure-bg:before,
.ico-search.player-bg:before,
.icon.ico-search:before,
.video-widget-similars .ico-search.similars-card-figure-bg:before,
.video-widget .ico-search.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-settings.card-figure-bg:before,
.card-news .ico-settings.card-figure-bg:before,
.ico-settings.player-bg:before,
.icon.ico-settings:before,
.video-widget-similars .ico-settings.similars-card-figure-bg:before,
.video-widget .ico-settings.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-test.card-figure-bg:before,
.card-news .ico-test.card-figure-bg:before,
.ico-test.player-bg:before,
.icon.ico-test:before,
.video-widget-similars .ico-test.similars-card-figure-bg:before,
.video-widget .ico-test.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-tiktok.card-figure-bg:before,
.card-news .ico-tiktok.card-figure-bg:before,
.ico-tiktok.player-bg:before,
.icon.ico-tiktok:before,
.video-widget-similars .ico-tiktok.similars-card-figure-bg:before,
.video-widget .ico-tiktok.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-toggle-arrow.card-figure-bg:before,
.card-news .ico-toggle-arrow.card-figure-bg:before,
.ico-toggle-arrow.player-bg:before,
.icon.ico-toggle-arrow:before,
.video-widget-similars .ico-toggle-arrow.similars-card-figure-bg:before,
.video-widget .ico-toggle-arrow.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-twitter.card-figure-bg:before,
.card-news .ico-twitter.card-figure-bg:before,
.ico-twitter.player-bg:before,
.icon.ico-twitter:before,
.video-widget-similars .ico-twitter.similars-card-figure-bg:before,
.video-widget .ico-twitter.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-video-warning.card-figure-bg:before,
.card-news .ico-video-warning.card-figure-bg:before,
.ico-video-warning.player-bg:before,
.icon.ico-video-warning:before,
.video-widget-similars .ico-video-warning.similars-card-figure-bg:before,
.video-widget .ico-video-warning.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-video.card-figure-bg:before,
.card-news .ico-video.card-figure-bg:before,
.ico-video.player-bg:before,
.icon.ico-video:before,
.video-widget-similars .ico-video.similars-card-figure-bg:before,
.video-widget .ico-video.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-320.card-figure-bg:before,
.card-news .ico-w-320.card-figure-bg:before,
.ico-w-320.player-bg:before,
.icon.ico-w-320:before,
.video-widget-similars .ico-w-320.similars-card-figure-bg:before,
.video-widget .ico-w-320.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_.card-figure-bg + ra_d:before,
.card-news .ico-w-bkn_.card-figure-bg + ra_d:before,
.ico-w-bkn_.player-bg + ra_d:before,
.icon.ico-w-bkn_ + ra_d:before,
.video-widget-similars .ico-w-bkn_.similars-card-figure-bg + ra_d:before,
.video-widget .ico-w-bkn_.next-card-figure-bg + ra_d:before,
[data-category="videoplus"] .ico-w-bkn_.player-bg:before + ra_d:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_.card-figure-bg + ra_n:before,
.card-news .ico-w-bkn_.card-figure-bg + ra_n:before,
.ico-w-bkn_.player-bg + ra_n:before,
.icon.ico-w-bkn_ + ra_n:before,
.video-widget-similars .ico-w-bkn_.similars-card-figure-bg + ra_n:before,
.video-widget .ico-w-bkn_.next-card-figure-bg + ra_n:before,
[data-category="videoplus"] .ico-w-bkn_.player-bg:before + ra_n:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_.card-figure-bg + sn_d:before,
.card-news .ico-w-bkn_.card-figure-bg + sn_d:before,
.ico-w-bkn_.player-bg + sn_d:before,
.icon.ico-w-bkn_ + sn_d:before,
.video-widget-similars .ico-w-bkn_.similars-card-figure-bg + sn_d:before,
.video-widget .ico-w-bkn_.next-card-figure-bg + sn_d:before,
[data-category="videoplus"] .ico-w-bkn_.player-bg:before + sn_d:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_.card-figure-bg + sn_n:before,
.card-news .ico-w-bkn_.card-figure-bg + sn_n:before,
.ico-w-bkn_.player-bg + sn_n:before,
.icon.ico-w-bkn_ + sn_n:before,
.video-widget-similars .ico-w-bkn_.similars-card-figure-bg + sn_n:before,
.video-widget .ico-w-bkn_.next-card-figure-bg + sn_n:before,
[data-category="videoplus"] .ico-w-bkn_.player-bg:before + sn_n:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_-ra_d.card-figure-bg:before,
.card-news .ico-w-bkn_-ra_d.card-figure-bg:before,
.ico-w-bkn_-ra_d.player-bg:before,
.icon.ico-w-bkn_-ra_d:before,
.video-widget-similars .ico-w-bkn_-ra_d.similars-card-figure-bg:before,
.video-widget .ico-w-bkn_-ra_d.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_d.card-figure-bg:before,
.card-news .ico-w-bkn_d.card-figure-bg:before,
.ico-w-bkn_d.player-bg:before,
.icon.ico-w-bkn_d:before,
.video-widget-similars .ico-w-bkn_d.similars-card-figure-bg:before,
.video-widget .ico-w-bkn_d.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_n.card-figure-bg:before,
.card-news .ico-w-bkn_n.card-figure-bg:before,
.ico-w-bkn_n.player-bg:before,
.icon.ico-w-bkn_n:before,
.video-widget-similars .ico-w-bkn_n.similars-card-figure-bg:before,
.video-widget .ico-w-bkn_n.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_ra_d.card-figure-bg:before,
.card-news .ico-w-bkn_ra_d.card-figure-bg:before,
.ico-w-bkn_ra_d.player-bg:before,
.icon.ico-w-bkn_ra_d:before,
.video-widget-similars .ico-w-bkn_ra_d.similars-card-figure-bg:before,
.video-widget .ico-w-bkn_ra_d.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_ra_n.card-figure-bg:before,
.card-news .ico-w-bkn_ra_n.card-figure-bg:before,
.ico-w-bkn_ra_n.player-bg:before,
.icon.ico-w-bkn_ra_n:before,
.video-widget-similars .ico-w-bkn_ra_n.similars-card-figure-bg:before,
.video-widget .ico-w-bkn_ra_n.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_sn_d.card-figure-bg:before,
.card-news .ico-w-bkn_sn_d.card-figure-bg:before,
.ico-w-bkn_sn_d.player-bg:before,
.icon.ico-w-bkn_sn_d:before,
.video-widget-similars .ico-w-bkn_sn_d.similars-card-figure-bg:before,
.video-widget .ico-w-bkn_sn_d.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bkn_sn_n.card-figure-bg:before,
.card-news .ico-w-bkn_sn_n.card-figure-bg:before,
.ico-w-bkn_sn_n.player-bg:before,
.icon.ico-w-bkn_sn_n:before,
.video-widget-similars .ico-w-bkn_sn_n.similars-card-figure-bg:before,
.video-widget .ico-w-bkn_sn_n.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-bl.card-figure-bg:before,
.card-news .ico-w-bl.card-figure-bg:before,
.ico-w-bl.player-bg:before,
.icon.ico-w-bl:before,
.video-widget-similars .ico-w-bl.similars-card-figure-bg:before,
.video-widget .ico-w-bl.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-fg_d.card-figure-bg:before,
.card-news .ico-w-fg_d.card-figure-bg:before,
.ico-w-fg_d.player-bg:before,
.icon.ico-w-fg_d:before,
.video-widget-similars .ico-w-fg_d.similars-card-figure-bg:before,
.video-widget .ico-w-fg_d.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-ovc.card-figure-bg:before,
.card-news .ico-w-ovc.card-figure-bg:before,
.ico-w-ovc.player-bg:before,
.icon.ico-w-ovc:before,
.video-widget-similars .ico-w-ovc.similars-card-figure-bg:before,
.video-widget .ico-w-ovc.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-ovc_.card-figure-bg + ra:before,
.card-news .ico-w-ovc_.card-figure-bg + ra:before,
.ico-w-ovc_.player-bg + ra:before,
.icon.ico-w-ovc_ + ra:before,
.video-widget-similars .ico-w-ovc_.similars-card-figure-bg + ra:before,
.video-widget .ico-w-ovc_.next-card-figure-bg + ra:before,
[data-category="videoplus"] .ico-w-ovc_.player-bg:before + ra:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-ovc_.card-figure-bg + sn:before,
.card-news .ico-w-ovc_.card-figure-bg + sn:before,
.ico-w-ovc_.player-bg + sn:before,
.icon.ico-w-ovc_ + sn:before,
.video-widget-similars .ico-w-ovc_.similars-card-figure-bg + sn:before,
.video-widget .ico-w-ovc_.next-card-figure-bg + sn:before,
[data-category="videoplus"] .ico-w-ovc_.player-bg:before + sn:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-ovc_-ra.card-figure-bg:before,
.card-news .ico-w-ovc_-ra.card-figure-bg:before,
.ico-w-ovc_-ra.player-bg:before,
.icon.ico-w-ovc_-ra:before,
.video-widget-similars .ico-w-ovc_-ra.similars-card-figure-bg:before,
.video-widget .ico-w-ovc_-ra.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-ovc_-sn.card-figure-bg:before,
.card-news .ico-w-ovc_-sn.card-figure-bg:before,
.ico-w-ovc_-sn.player-bg:before,
.icon.ico-w-ovc_-sn:before,
.video-widget-similars .ico-w-ovc_-sn.similars-card-figure-bg:before,
.video-widget .ico-w-ovc_-sn.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-ovc_ra.card-figure-bg:before,
.card-news .ico-w-ovc_ra.card-figure-bg:before,
.ico-w-ovc_ra.player-bg:before,
.icon.ico-w-ovc_ra:before,
.video-widget-similars .ico-w-ovc_ra.similars-card-figure-bg:before,
.video-widget .ico-w-ovc_ra.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-ovc_sn.card-figure-bg:before,
.card-news .ico-w-ovc_sn.card-figure-bg:before,
.ico-w-ovc_sn.player-bg:before,
.icon.ico-w-ovc_sn:before,
.video-widget-similars .ico-w-ovc_sn.similars-card-figure-bg:before,
.video-widget .ico-w-ovc_sn.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-ovc_ts_ra.card-figure-bg:before,
.card-news .ico-w-ovc_ts_ra.card-figure-bg:before,
.ico-w-ovc_ts_ra.player-bg:before,
.icon.ico-w-ovc_ts_ra:before,
.video-widget-similars .ico-w-ovc_ts_ra.similars-card-figure-bg:before,
.video-widget .ico-w-ovc_ts_ra.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-skc_d.card-figure-bg:before,
.card-news .ico-w-skc_d.card-figure-bg:before,
.ico-w-skc_d.player-bg:before,
.icon.ico-w-skc_d:before,
.video-widget-similars .ico-w-skc_d.similars-card-figure-bg:before,
.video-widget .ico-w-skc_d.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-w-skc_n.card-figure-bg:before,
.card-news .ico-w-skc_n.card-figure-bg:before,
.ico-w-skc_n.player-bg:before,
.icon.ico-w-skc_n:before,
.video-widget-similars .ico-w-skc_n.similars-card-figure-bg:before,
.video-widget .ico-w-skc_n.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-whatsapp.card-figure-bg:before,
.card-news .ico-whatsapp.card-figure-bg:before,
.ico-whatsapp.player-bg:before,
.icon.ico-whatsapp:before,
.video-widget-similars .ico-whatsapp.similars-card-figure-bg:before,
.video-widget .ico-whatsapp.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-writers.card-figure-bg:before,
.card-news .ico-writers.card-figure-bg:before,
.ico-writers.player-bg:before,
.icon.ico-writers:before,
.video-widget-similars .ico-writers.similars-card-figure-bg:before,
.video-widget .ico-writers.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
.card-news-h .ico-youtube.card-figure-bg:before,
.card-news .ico-youtube.card-figure-bg:before,
.ico-youtube.player-bg:before,
.icon.ico-youtube:before,
.video-widget-similars .ico-youtube.similars-card-figure-bg:before,
.video-widget .ico-youtube.next-card-figure-bg:before {
  font-family: font-icon;
  content: "";
}
@font-face {
  font-family: icomoon;
  src: url(https://v6s.cnnturk.com/fonts/icomoon/icomoon.eot?1630317598=);
  src: url(https://v6s.cnnturk.com/fonts/icomoon/icomoon.eot?1630317598=#iefix)
      format("embedded-opentype"),
    url(https://v6s.cnnturk.com/fonts/icomoon/icomoon.woff2?1630317598=)
      format("woff2"),
    url(https://v6s.cnnturk.com/fonts/icomoon/icomoon.woff?1630317598=)
      format("woff"),
    url(https://v6s.cnnturk.com/fonts/icomoon/icomoon.ttf?1630317598=)
      format("truetype");
  font-weight: 400;
  font-style: normal;
}
.card-news-h .card-figure-bg,
.card-news .card-figure-bg,
.icon,
.player-bg,
.video-widget-similars .similars-card-figure-bg,
.video-widget .next-card-figure-bg,
[data-category="videoplus"] .player-bg:before {
  font-family: icomoon;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-user:before {
  content: "";
}
.icon-align-left:before {
  content: "";
}
.icon-altin:before {
  content: "";
}
.icon-android:before {
  content: "";
}
.icon-angle-double-bottom:before {
  content: "";
}
.icon-angle-double-left:before {
  content: "";
}
.icon-angle-double-right:before {
  content: "";
}
.icon-angle-double-top:before {
  content: "";
}
.icon-angle-down:before {
  content: "";
}
.icon-angle-left:before {
  content: "";
}
.icon-angle-light-down:before {
  content: "";
}
.icon-angle-light-left:before {
  content: "";
}
.icon-angle-light-right:before {
  content: "";
}
.icon-angle-light-up:before {
  content: "";
}
.icon-angle-medium-left:before {
  content: "";
}
.icon-angle-medium-right:before {
  content: "";
}
.icon-angle-right:before {
  content: "";
}
.icon-angle-up-right:before {
  content: "";
}
.icon-angle-up:before {
  content: "";
}
.icon-apple:before {
  content: "";
}
.icon-arrow-down:before {
  content: "";
}
.icon-arrow-link:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-arrow-up:before {
  content: "";
}
.icon-bada:before {
  content: "";
}
.icon-barometer:before {
  content: "";
}
.icon-bars:before {
  content: "";
}
.icon-bist-ico:before {
  content: "";
}
.icon-bist:before {
  content: "";
}
.icon-blackberry:before {
  content: "";
}
.icon-bookmark-o:before {
  content: "";
}
.icon-bookmark:before {
  content: "";
}
.icon-bus:before {
  content: "";
}
.icon-camera:before {
  content: "";
}
.icon-caret-down:before {
  content: "";
}
.icon-celsius-l:before {
  content: "";
}
.icon-celsius:before {
  content: "";
}
.icon-check-square-o:before {
  content: "";
}
.icon-checker:before {
  content: "";
}
.icon-clock-o:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-cnnturk:before {
  content: "";
}
.icon-cnnturkcom:before {
  content: "";
}
.icon-code:before {
  content: "";
}
.icon-cog:before {
  content: "";
}
.icon-comments:before {
  content: "";
}
.icon-compress:before {
  content: "";
}
.icon-corona:before {
  content: "";
}
.icon-crypto-down:before {
  content: "";
}
.icon-crypto-up:before {
  content: "";
}
.icon-d000:before {
  content: "";
}
.icon-d100:before {
  content: "";
}
.icon-d200:before {
  content: "";
}
.icon-d210:before {
  content: "";
}
.icon-d211:before {
  content: "";
}
.icon-d212:before {
  content: "";
}
.icon-d220:before {
  content: "";
}
.icon-d221:before {
  content: "";
}
.icon-d222:before {
  content: "";
}
.icon-d240:before {
  content: "";
}
.icon-d300:before {
  content: "";
}
.icon-d310:before {
  content: "";
}
.icon-d311:before {
  content: "";
}
.icon-d312:before {
  content: "";
}
.icon-d320:before {
  content: "";
}
.icon-d321:before {
  content: "";
}
.icon-d322:before {
  content: "";
}
.icon-d340:before {
  content: "";
}
.icon-d400:before {
  content: "";
}
.icon-d410:before {
  content: "";
}
.icon-d411:before {
  content: "";
}
.icon-d412:before {
  content: "";
}
.icon-d420:before {
  content: "";
}
.icon-d421:before {
  content: "";
}
.icon-d422:before {
  content: "";
}
.icon-d430:before {
  content: "";
}
.icon-d431:before {
  content: "";
}
.icon-d440:before {
  content: "";
}
.icon-d600:before {
  content: "";
}
.icon-dailymotion:before {
  content: "";
}
.icon-dolar-ico:before {
  content: "";
}
.icon-dolar:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-envelope-open:before {
  content: "";
}
.icon-envelope:before {
  content: "";
}
.icon-euro-ico:before {
  content: "";
}
.icon-euro:before {
  content: "";
}
.icon-exen:before {
  content: "";
}
.icon-expand:before {
  content: "";
}
.icon-external-links:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-fax:before {
  content: "";
}
.icon-file:before {
  content: "";
}
.icon-flipboard:before {
  content: "";
}
.icon-globe:before {
  content: "";
}
.icon-gold-ico:before {
  content: "";
}
.icon-google-news:before {
  content: "";
}
.icon-google:before {
  content: "";
}
.icon-graphic:before {
  content: "";
}
.icon-history:before {
  content: "";
}
.icon-humidity:before {
  content: "";
}
.icon-iftar-menu:before {
  content: "";
}
.icon-info-circle:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-key:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-live:before {
  content: "";
}
.icon-log-in:before {
  content: "";
}
.icon-log-out:before {
  content: "";
}
.icon-logout:before {
  content: "";
}
.icon-map-marker:before {
  content: "";
}
.icon-minus:before {
  content: "";
}
.icon-mobile:before {
  content: "";
}
.icon-mytv-profile:before {
  content: "";
}
.icon-mytv:before {
  content: "";
}
.icon-newspaper-o:before {
  content: "";
}
.icon-notification-success:before {
  content: "";
}
.icon-notification-warning:before {
  content: "";
}
.icon-ovi:before {
  content: "";
}
.icon-pause:before {
  content: "";
}
.icon-pen:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-pinterest-p:before {
  content: "";
}
.icon-play-circle-2:before {
  content: "";
}
.icon-play-circle:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-plus-o:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-print:before {
  content: "";
}
.icon-refresh:before {
  content: "";
}
.icon-replay:before {
  content: "";
}
.icon-rss:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-settings:before {
  content: "";
}
.icon-share:before {
  content: "";
}
.icon-sliders:before {
  content: "";
}
.icon-snapchat:before {
  content: "";
}
.icon-south:before {
  content: "";
}
.icon-square-o:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-stay-home:before {
  content: "";
}
.icon-success-circle:before {
  content: "";
}
.icon-survey-ico:before {
  content: "";
}
.icon-thumb-down:before {
  content: "";
}
.icon-thumb-up-filled:before {
  content: "";
}
.icon-thumb-up:before {
  content: "";
}
.icon-times:before {
  content: "";
}
.icon-tumblr:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-warning:before {
  content: "";
}
.icon-weather:before {
  content: "";
}
.icon-whatsapp-o:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-windows:before {
  content: "";
}
.icon-youtube-new:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.card-news-h .card-figure-bg,
.card-news .card-figure-bg,
.icon,
.icon-base,
.player-bg,
.share-item-ico:after,
.share.type-2 .share-toggle-btn:after,
.video-widget-similars .similars-card-figure-bg,
.video-widget .next-card-figure-bg,
[data-category="videoplus"] .player-bg:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.section-programs .view-all-button-light,
.view-all-button-light-base {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #444;
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0),
      rgba(193, 199, 208, 0.02)
    ),
    #fff;
  box-shadow: 0 1px 2px 0 rgba(164, 172, 185, 0.24),
    0 0 0 1px rgba(33, 33, 33, 0.08);
  border-radius: 4px;
  padding: 8px 12px;
  margin-right: 10px;
}
.section-programs .swiper-navigation,
.swiper-navigation-base {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.section-programs .swiper-navigation .swiper-navigation-next,
.section-programs .swiper-navigation .swiper-navigation-prev,
.swiper-navigation-base .swiper-navigation-next,
.swiper-navigation-base .swiper-navigation-prev {
  padding: 8px;
  width: 36px;
  height: 36px;
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0),
      rgba(193, 199, 208, 0.02)
    ),
    #fff;
  box-shadow: 0 1px 2px 0 rgba(164, 172, 185, 0.24),
    0 0 0 1px rgba(33, 33, 33, 0.08);
  border-radius: 4px;
}
.section-programs .swiper-navigation .swiper-navigation-next:after,
.section-programs .swiper-navigation .swiper-navigation-prev:after,
.swiper-navigation-base .swiper-navigation-next:after,
.swiper-navigation-base .swiper-navigation-prev:after {
  content: none;
}
:after,
:before,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  vertical-align: baseline;
  text-decoration: none;
  font-style: normal;
}
html {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  max-width: 100vw;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
:focus {
  outline: 0;
}
strong {
  font-weight: 700;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  border-style: none;
  max-width: 100%;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
.cf {
  zoom: 1;
}
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
  content: " ";
  display: table;
}
input {
  box-sizing: border-box;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
textarea {
  box-sizing: border-box;
  resize: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
[role="button"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  box-sizing: content-box;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  outline: none;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[role="button"] {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: pre;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
iframe {
  max-width: 100% !important;
}
.hidden {
  display: none !important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
@font-face {
  font-display: swap;
}
html {
  font-size: 10px;
  transition: opacity 0.2s linear;
}
body,
html {
  min-height: 100%;
}
body {
  color: #575757;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  min-height: 100vh;
  max-width: 100%;
  max-width: 100vw;
  padding: 0;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden !important;
}
h1,
h2,
h3 {
  line-height: 1.25;
}
#cnn-app {
  width: 100%;
  max-width: 100vw;
  position: relative;
}
.card-news-h .card-figure-bg,
.card-news .card-figure-bg,
.icon,
.player-bg,
.video-widget-similars .similars-card-figure-bg,
.video-widget .next-card-figure-bg,
[data-category="videoplus"] .player-bg:before {
  display: inline-block;
  vertical-align: middle;
}
.card-news-h .card-figure-bg:before,
.card-news .card-figure-bg:before,
.icon:before,
.player-bg:before,
.video-widget-similars .similars-card-figure-bg:before,
.video-widget .next-card-figure-bg:before,
[data-category="videoplus"] .player-bg:before {
  display: block;
}
.global-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}
.global-title:before {
  width: 87px;
  height: 4px;
  content: "";
  display: block;
  margin-bottom: 6px;
  margin-right: 9px;
  background-color: #e20404;
}
.global-title[data-position="right"] {
  text-align: right;
}
.global-title[data-position="right"]:before {
  position: relative;
  left: calc(100% - 87px);
}
[data-category="agenda"] .global-title:before {
  background-color: #ba0707;
}
[data-category="sport"] .global-title:before {
  background-color: #03c43e;
}
[data-category="magazine"] .global-title:before {
  background-color: #ff0089;
}
[data-category="economy"] .global-title:before {
  background-color: #0346c4;
}
[data-category="health"] .global-title:before {
  background-color: #67ded5;
}
[data-category="technology"] .global-title:before {
  background-color: #00c4ff;
}
[data-category="life"] .global-title:before {
  background-color: #a133db;
}
[data-category="information"] .global-title:before {
  background-color: #b48a52;
}
[data-category="highlights"] .global-title:before {
  background-color: #0091b4;
}
[data-category="programs"] .global-title:before {
  background-color: #e20404;
}
[data-category="world"] .global-title:before {
  background-color: #0091b4;
}
[data-category="travel"] .global-title:before {
  background-color: #ffe200;
}
[data-category="auto"] .global-title:before {
  background-color: #068e35;
}
[data-category="videoplus"] .global-title:before {
  background-color: #67ded5;
}
[data-category="writers"] .global-title:before {
  background-color: #8399b4;
}
.global-badge {
  display: inline-block;
  border-radius: 3px;
  background-color: #e20404;
  padding: 0 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
}
.global-badge[data-label="agenda"] {
  background-color: #ba0707;
}
.global-badge[data-label="sport"] {
  background-color: #03c43e;
}
.global-badge[data-label="magazine"] {
  background-color: #ff0089;
}
.global-badge[data-label="economy"] {
  background-color: #0346c4;
}
.global-badge[data-label="health"] {
  background-color: #67ded5;
}
.global-badge[data-label="technology"] {
  background-color: #00c4ff;
}
.global-badge[data-label="life"] {
  background-color: #a133db;
}
.global-badge[data-label="information"] {
  background-color: #b48a52;
}
.global-badge[data-label="highlights"] {
  background-color: #0091b4;
}
.global-badge[data-label="programs"] {
  background-color: #e20404;
}
.global-badge[data-label="world"] {
  background-color: #0091b4;
}
.global-badge[data-label="travel"] {
  background-color: #ffe200;
}
.global-badge[data-label="auto"] {
  background-color: #068e35;
}
.global-badge[data-label="videoplus"] {
  background-color: #67ded5;
}
.global-badge[data-label="writers"] {
  background-color: #8399b4;
}
@media (max-width: 767.98px) {
  .slide-sm-down {
    padding-top: 10px;
    margin-top: -10px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .slide-sm-down::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .slide-sm-down > * {
    max-width: 265px;
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  .slide-md-down {
    padding-left: 10px !important;
  }
}
@media (max-width: 991.98px) {
  .slide-md-down {
    margin-left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding-top: 10px;
    margin-top: -10px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .slide-md-down::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-md-down:after,
  .slide-md-down:before {
    content: "";
    flex-shrink: 0;
    width: 24px;
  }
}
@media (max-width: 991.98px) {
  .slide-md-down > * {
    max-width: 280px;
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  .slide-md-down > * {
    max-width: 265px;
  }
}
.cta-all {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 16px 5px 0;
  position: relative;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
}
.cta-all:after {
  content: "";
  font-family: font-icon;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.no-touch .cta-all:hover,
.touch .cta-all:active {
  color: #e20404 !important;
}
[data-category="agenda"] .cta-all:active,
[data-category="agenda"] .cta-all:hover {
  color: #ba0707 !important;
}
[data-category="sport"] .cta-all:active,
[data-category="sport"] .cta-all:hover {
  color: #03c43e !important;
}
[data-category="magazine"] .cta-all:active,
[data-category="magazine"] .cta-all:hover {
  color: #ff0089 !important;
}
[data-category="economy"] .cta-all:active,
[data-category="economy"] .cta-all:hover {
  color: #0346c4 !important;
}
[data-category="health"] .cta-all:active,
[data-category="health"] .cta-all:hover {
  color: #67ded5 !important;
}
[data-category="technology"] .cta-all:active,
[data-category="technology"] .cta-all:hover {
  color: #00c4ff !important;
}
[data-category="life"] .cta-all:active,
[data-category="life"] .cta-all:hover {
  color: #a133db !important;
}
[data-category="information"] .cta-all:active,
[data-category="information"] .cta-all:hover {
  color: #b48a52 !important;
}
[data-category="highlights"] .cta-all:active,
[data-category="highlights"] .cta-all:hover {
  color: #0091b4 !important;
}
[data-category="programs"] .cta-all:active,
[data-category="programs"] .cta-all:hover {
  color: #e20404 !important;
}
[data-category="world"] .cta-all:active,
[data-category="world"] .cta-all:hover {
  color: #0091b4 !important;
}
[data-category="travel"] .cta-all:active,
[data-category="travel"] .cta-all:hover {
  color: #ffe200 !important;
}
[data-category="auto"] .cta-all:active,
[data-category="auto"] .cta-all:hover {
  color: #068e35 !important;
}
[data-category="videoplus"] .cta-all:active,
[data-category="videoplus"] .cta-all:hover {
  color: #67ded5 !important;
}
[data-category="writers"] .cta-all:active,
[data-category="writers"] .cta-all:hover {
  color: #8399b4 !important;
}
.cta-live {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
.cta-live:before {
  content: "";
  color: #e20404;
  font-family: font-icon;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.no-touch .cta-live:hover,
.touch .cta-live:active {
  color: #e20404;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.loading {
  height: 40px;
  left: 50%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-out;
  width: 40px;
  will-change: opacity;
  z-index: 2;
}
.loading .spinner {
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  border-radius: 50%;
  border: 2px solid #e20404;
  border-top-color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
.dummy:before {
  display: block;
  border-radius: 1px;
  background-size: 80vw;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-animation: ghost-lines 2s linear infinite;
  animation: ghost-lines 2s linear infinite;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.1),
    rgba(87, 87, 87, 0.2) 40px,
    hsla(0, 0%, 100%, 0.1) 80px
  );
}
.dummy:after {
  display: block;
  border-radius: 1px;
  background-size: 80vw;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-animation: ghost-lines 2s linear infinite;
  animation: ghost-lines 2s linear infinite;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.1),
    rgba(87, 87, 87, 0.2) 40px,
    hsla(0, 0%, 100%, 0.1) 80px
  );
}
@-webkit-keyframes ghost-lines {
  0% {
    background-position: -100px;
  }
  40% {
    background-position: 40vw;
  }
  to {
    background-position: 60vw;
  }
}
@keyframes ghost-lines {
  0% {
    background-position: -100px;
  }
  40% {
    background-position: 40vw;
  }
  to {
    background-position: 60vw;
  }
}
.swiper-pagination-loading {
  pointer-events: none;
}
.finance-bar {
  color: #fff;
  flex-grow: 1;
  display: flex;
  position: relative;
  align-items: center;
}
.finance-bar-sponsored {
  display: none;
}
.finance-bar-items {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: space-between;
}
.finance-bar-items::-webkit-scrollbar {
  display: none;
}
.finance-bar-items .fb-item-link {
  flex-shrink: 0;
  color: #fff;
}
.finance-bar-items .fb-item-link.dummy {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  -webkit-animation: ghost-lines 10s linear infinite;
  animation: ghost-lines 10s linear infinite;
}
.finance-bar-items .fb-item-link.dummy:before {
  content: "";
  width: 45px;
  height: 14px;
  margin-bottom: 2px;
}
.finance-bar-items .fb-item-link.dummy:after {
  content: "";
  width: 75px;
  height: 14px;
}
.finance-bar-items .fb-item-link:not(.dummy) {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}
.finance-bar-items .fb-item-link:not(.dummy).show {
  opacity: 1;
}
.finance-bar-items .fb-item-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
@media (min-width: 768px) {
  .finance-bar-items .fb-item-name {
    font-size: 11px;
  }
}
.finance-bar-items .fb-item-value {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}
@media (min-width: 768px) {
  .finance-bar-items .fb-item-value {
    font-size: 11px;
  }
}
.finance-bar-items .fb-item-change {
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .finance-bar-items .fb-item-change {
    font-size: 8px;
  }
}
.finance-bar-items .fb-item-change.down:after,
.finance-bar-items .fb-item-change.up:after {
  font-size: 8px;
  font-family: font-icon;
  margin-left: 2px;
}
.finance-bar-items .fb-item-change.up:after {
  content: "";
  color: #03c43e;
}
.finance-bar-items .fb-item-change.down:after {
  content: "";
  color: #e20404;
}
.finance-bar.with-sponsored .finance-bar-sponsored {
  display: block;
  margin-right: 5px;
  width: 58px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .finance-bar.with-sponsored .finance-bar-sponsored {
    margin-right: 23px;
    width: 104px;
  }
}
.finance-bar.with-sponsored .finance-bar-sponsored picture {
  display: block;
}
.finance-bar.with-sponsored .finance-bar-sponsored img {
  max-width: 58px;
}
@media (min-width: 768px) {
  .finance-bar.with-sponsored .finance-bar-sponsored img {
    max-width: 104px;
  }
}
@-webkit-keyframes itemSlideHor {
  0%,
  10.101010101% {
    transform: translateX(0);
  }
  11.1111111111%,
  21.2121212121% {
    transform: translateX(-5.55556%);
  }
  22.2222222222%,
  32.3232323232% {
    transform: translateX(-11.11111%);
  }
  33.3333333333%,
  43.4343434343% {
    transform: translateX(-16.66667%);
  }
  44.4444444444%,
  54.5454545455% {
    transform: translateX(-22.22222%);
  }
  55.5555555556%,
  65.6565656566% {
    transform: translateX(-27.77778%);
  }
  66.6666666667%,
  76.7676767677% {
    transform: translateX(-33.33333%);
  }
  77.7777777778%,
  87.8787878788% {
    transform: translateX(-38.88889%);
  }
  88.8888888889%,
  98.9898989899% {
    transform: translateX(-44.44444%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes itemSlideHor {
  0%,
  10.101010101% {
    transform: translateX(0);
  }
  11.1111111111%,
  21.2121212121% {
    transform: translateX(-5.55556%);
  }
  22.2222222222%,
  32.3232323232% {
    transform: translateX(-11.11111%);
  }
  33.3333333333%,
  43.4343434343% {
    transform: translateX(-16.66667%);
  }
  44.4444444444%,
  54.5454545455% {
    transform: translateX(-22.22222%);
  }
  55.5555555556%,
  65.6565656566% {
    transform: translateX(-27.77778%);
  }
  66.6666666667%,
  76.7676767677% {
    transform: translateX(-33.33333%);
  }
  77.7777777778%,
  87.8787878788% {
    transform: translateX(-38.88889%);
  }
  88.8888888889%,
  98.9898989899% {
    transform: translateX(-44.44444%);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes itemSlideVer {
  0%,
  10.101010101% {
    transform: translateY(0);
  }
  11.1111111111%,
  21.2121212121% {
    transform: translateY(-5.55556%);
  }
  22.2222222222%,
  32.3232323232% {
    transform: translateY(-11.11111%);
  }
  33.3333333333%,
  43.4343434343% {
    transform: translateY(-16.66667%);
  }
  44.4444444444%,
  54.5454545455% {
    transform: translateY(-22.22222%);
  }
  55.5555555556%,
  65.6565656566% {
    transform: translateY(-27.77778%);
  }
  66.6666666667%,
  76.7676767677% {
    transform: translateY(-33.33333%);
  }
  77.7777777778%,
  87.8787878788% {
    transform: translateY(-38.88889%);
  }
  88.8888888889%,
  98.9898989899% {
    transform: translateY(-44.44444%);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes itemSlideVer {
  0%,
  10.101010101% {
    transform: translateY(0);
  }
  11.1111111111%,
  21.2121212121% {
    transform: translateY(-5.55556%);
  }
  22.2222222222%,
  32.3232323232% {
    transform: translateY(-11.11111%);
  }
  33.3333333333%,
  43.4343434343% {
    transform: translateY(-16.66667%);
  }
  44.4444444444%,
  54.5454545455% {
    transform: translateY(-22.22222%);
  }
  55.5555555556%,
  65.6565656566% {
    transform: translateY(-27.77778%);
  }
  66.6666666667%,
  76.7676767677% {
    transform: translateY(-33.33333%);
  }
  77.7777777778%,
  87.8787878788% {
    transform: translateY(-38.88889%);
  }
  88.8888888889%,
  98.9898989899% {
    transform: translateY(-44.44444%);
  }
  to {
    transform: translateY(-50%);
  }
}
.css-slider {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  height: 43px;
  overflow: hidden;
}
.css-slider-inner {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  -webkit-animation: 29.7s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  animation: 29.7s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  -webkit-animation-name: itemSlideVer;
  animation-name: itemSlideVer;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .css-slider-inner {
    flex-direction: row;
    width: auto;
    -webkit-animation-name: itemSlideHor;
    animation-name: itemSlideHor;
  }
}
.no-touch .css-slider-inner:hover,
.touch .css-slider-inner:active {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.css-slider-run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.css-slider-slides {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .css-slider-slides {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.css-slider-slide {
  flex-shrink: 0;
  width: 100%;
  height: 43px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .css-slider-slide {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .css-slider-slide {
    width: 145px;
  }
}
.css-slider-item {
  display: block;
  width: 100%;
  height: 100%;
  color: purple;
  font-size: 36px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.finance-bar-container {
  margin: 0 0 30px;
  display: flex;
  background-image: url(../images/bg-img-desktop.png);
  background-size: cover;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .finance-bar-container.mobile {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 992px) {
  .finance-bar-container.mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .finance-bar-container.desktop {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container.desktop {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .finance-bar-container {
    background-image: url(../images/bg-img-tablet.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container {
    background-image: url(../images/bg-img-tablet.png);
  }
}
@media screen and (max-width: 576px) {
  .finance-bar-container {
    background-image: url(../images/bg-img-mobile.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 576px) {
  .finance-bar-container {
    background-image: url(../images/bg-img-mobile.png);
  }
}
.finance-bar-container .logo-content {
  padding: 1px;
}
@media screen and (max-width: 992px) {
  .finance-bar-container .logo-content {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container .logo-content {
    display: none;
  }
}
.finance-bar-container .logo-content .logo-navigate {
  display: flex;
}
.finance-bar-container .right-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .finance-bar-container .right-content {
    padding: 10px;
    justify-content: normal;
    gap: 10px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container .right-content {
    padding: 10px;
    justify-content: normal;
    gap: 10px;
  }
}
.finance-bar-container .right-content .description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .finance-bar-container .right-content .description {
    order: 2;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container .right-content .description {
    order: 2;
  }
}
.finance-bar-container .right-content .description .edge {
  display: flex;
}
@media screen and (max-width: 992px) {
  .finance-bar-container .right-content .description .edge {
    background: hsla(0, 0%, 100%, 0.25);
    border-radius: 6px;
    padding: 3px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container .right-content .description .edge {
    background: hsla(0, 0%, 100%, 0.25);
    border-radius: 6px;
    padding: 3px;
  }
}
@media screen and (max-width: 576px) {
  .finance-bar-container .right-content .description .edge {
    width: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 576px) {
  .finance-bar-container .right-content .description .edge {
    width: 100%;
  }
}
.finance-bar-container .right-content .description .edge .description-content {
  border: 0.5px solid hsla(0, 0%, 100%, 0.4);
  border-radius: 4px;
  box-shadow: 0 11.2391853333px 20.605173111px 0 rgba(9, 16, 43, 0.2);
  padding: 3px 10px;
  background: linear-gradient(0deg, #fff, #fff),
    linear-gradient(0deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4));
}
@media screen and (max-width: 992px) {
  .finance-bar-container
    .right-content
    .description
    .edge
    .description-content {
    padding: 3.5px 6px;
    display: flex;
    width: 309px;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container
    .right-content
    .description
    .edge
    .description-content {
    padding: 3.5px 6px;
    display: flex;
    width: 309px;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .finance-bar-container
    .right-content
    .description
    .edge
    .description-content {
    width: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 576px) {
  .finance-bar-container
    .right-content
    .description
    .edge
    .description-content {
    width: 100%;
  }
}
.finance-bar-container
  .right-content
  .description
  .edge
  .description-content
  .title {
  font-size: 14px;
  font-weight: 500;
  color: #006db2;
}
@media screen and (max-width: 992px) {
  .finance-bar-container
    .right-content
    .description
    .edge
    .description-content
    .title {
    font-size: 12px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container
    .right-content
    .description
    .edge
    .description-content
    .title {
    font-size: 12px;
  }
}
.finance-bar-container
  .right-content
  .description
  .edge
  .description-content
  .finance-arrow {
  display: inline-block;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #006db2;
  border-left: 2px solid #006db2;
  margin-right: 5px;
}
@media screen and (min-width: 991px) {
  .finance-bar-container
    .right-content
    .description
    .edge
    .description-content
    .finance-arrow {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 992px) {
  .finance-bar-container
    .right-content
    .description
    .edge
    .description-content
    .finance-arrow {
    display: none;
  }
}
.finance-bar-container .right-content .description .link {
  border: 0.75px solid hsla(0, 0%, 100%, 0.5);
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .finance-bar-container .right-content .description .link {
    font-size: 13px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container .right-content .description .link {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .finance-bar-container .right-content .description .link {
    display: none;
    left: 15px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 576px) {
  .finance-bar-container .right-content .description .link {
    display: none;
  }
}
.finance-bar-container .right-content .exchange-rate-container {
  display: grid;
  grid-template-columns: repeat(6, auto);
}
@media screen and (min-width: 577px) {
  .finance-bar-container .right-content .exchange-rate-container {
    justify-content: space-between;
  }
}
.finance-bar-container
  .right-content
  .exchange-rate-container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 992px) {
  .finance-bar-container .right-content .exchange-rate-container {
    order: 1;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container .right-content .exchange-rate-container {
    order: 1;
  }
}
@media screen and (max-width: 576px) {
  .finance-bar-container .right-content .exchange-rate-container {
    overflow-x: scroll;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 576px) {
  .finance-bar-container .right-content .exchange-rate-container {
    overflow-x: scroll;
  }
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item {
  display: flex;
  flex-direction: column;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .loading-area {
  position: relative;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .finance-bar-container
    .right-content
    .exchange-rate-container
    .exchange-rate-item
    .loading-area.finance {
    width: calc((100vw - 48px) / 6);
  }
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .loading-area.hide {
  display: none;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .loading-area:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-animation: spinner 1.2s linear infinite;
  animation: spinner 1.2s linear infinite;
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item:first-child {
  order: 1;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item:nth-child(2) {
  order: 2;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item:nth-child(3) {
  order: 3;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item:nth-child(4) {
  order: 4;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item:nth-child(5) {
  order: 5;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item:nth-child(6) {
  order: 6;
}
@media screen and (max-width: 576px) {
  .finance-bar-container
    .right-content
    .exchange-rate-container
    .exchange-rate-item:nth-child(4) {
    order: 5;
  }
  .finance-bar-container
    .right-content
    .exchange-rate-container
    .exchange-rate-item:nth-child(5) {
    order: 4;
  }
  .finance-bar-container
    .right-content
    .exchange-rate-container
    .exchange-rate-item:not(.last) {
    margin-right: 48px;
  }
  .finance-bar-container
    .right-content
    .exchange-rate-container
    .exchange-rate-item.last {
    margin-right: 4px;
  }
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .exchange-rate {
  display: flex;
  gap: 6px;
  align-items: center;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .exchange-rate
  .name {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 1 !important;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .exchange-rate
  .rate-icon {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #03c43e;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .exchange-rate
  .rate-icon.decrease {
  transform: rotate(180deg);
  border-bottom-color: #f43c2e;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .ratio-container {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}
@media screen and (max-width: 992px) {
  .finance-bar-container
    .right-content
    .exchange-rate-container
    .exchange-rate-item
    .ratio-container {
    flex-direction: column;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container
    .right-content
    .exchange-rate-container
    .exchange-rate-item
    .ratio-container {
    flex-direction: column;
  }
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .ratio-container
  .price {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .finance-bar-container
    .right-content
    .exchange-rate-container
    .exchange-rate-item
    .ratio-container
    .price {
    font-size: 13px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 992px) {
  .finance-bar-container
    .right-content
    .exchange-rate-container
    .exchange-rate-item
    .ratio-container
    .price {
    font-size: 13px;
  }
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .ratio-container
  .ratio {
  font-size: 12px;
  font-weight: 500;
  color: #03c43e;
}
.finance-bar-container
  .right-content
  .exchange-rate-container
  .exchange-rate-item
  .ratio-container
  .ratio.decrease {
  color: #f43c2e;
}
.finance-banner {
  font-family: Inter, sans-serif;
  background-size: cover;
  background-position: 100% 100%;
  padding: 10px 15px;
  min-height: 100px;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}
.finance-banner .inner {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .finance-banner .inner {
    flex-flow: row;
    align-items: center;
  }
}
.finance-banner .inner .item-left {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .finance-banner .inner .item-left {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    flex-basis: 58%;
    max-width: 58%;
    margin-bottom: 0;
  }
}
.finance-banner .inner .item-right {
  display: flex;
}
.finance-banner .inner .img-fluid {
  margin-top: 1px;
  margin-right: 5px;
}
.card-news-h .finance-banner .inner .img-fluid.card-figure-bg,
.card-news .finance-banner .inner .img-fluid.card-figure-bg,
.finance-banner .inner .card-news-h .img-fluid.card-figure-bg,
.finance-banner .inner .card-news .img-fluid.card-figure-bg,
.finance-banner .inner .img-fluid.icon,
.finance-banner .inner .img-fluid.player-bg,
.finance-banner
  .inner
  .video-widget-similars
  .img-fluid.similars-card-figure-bg,
.finance-banner .inner .video-widget .img-fluid.next-card-figure-bg,
.finance-banner .inner [data-category="videoplus"] .img-fluid.player-bg:before,
.video-widget-similars
  .finance-banner
  .inner
  .img-fluid.similars-card-figure-bg,
.video-widget .finance-banner .inner .img-fluid.next-card-figure-bg,
[data-category="videoplus"] .finance-banner .inner .img-fluid.player-bg:before {
  width: 22px;
}
.finance-banner .brand-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.finance-banner .title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.52;
  color: #fff;
  padding: 11px 0 0 10px;
}
@media screen and (max-width: 992px) {
  .finance-banner .title {
    font-size: 12px;
    padding: 10px 0 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .finance-banner .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
}
.finance-banner .title .type-opacity {
  font-family: Inter;
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  color: #858ba7;
}
@media screen and (max-width: 767px) {
  .finance-banner .title .type-opacity {
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
  }
}
.finance-banner .exchange-rate-container {
  display: flex;
  border: 1px solid;
  border-radius: 14px;
  gap: 10px;
  padding-right: 10px;
  white-space: nowrap;
  background-color: #100b25;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .finance-banner .exchange-rate-container {
    margin-left: -5px;
    margin-bottom: 10px;
  }
}
.finance-banner .exchange-rate-container li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .finance-banner .exchange-rate-container {
    display: none;
  }
}
.finance-banner .exchange-rate-container .exchange-rate-item {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.finance-banner
  .exchange-rate-container
  .exchange-rate-item:not(:first-of-type):before {
  content: "•";
  color: #575466;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%) translateX(-50%);
}
.finance-banner .exchange-rate-container .exchange-rate-item .exchange-rate {
  display: flex;
  gap: 6px;
  align-items: center;
}
.finance-banner
  .exchange-rate-container
  .exchange-rate-item
  .exchange-rate
  .name {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #c3c2c8;
}
.finance-banner .exchange-rate-container .exchange-rate-item .exchange-rate .p {
  color: #c3c2c8;
}
.finance-banner .exchange-rate-container .exchange-rate-item .ratio-container {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}
@media screen and (max-width: 992px) {
  .finance-banner
    .exchange-rate-container
    .exchange-rate-item
    .ratio-container {
    flex-direction: column;
  }
}
.finance-banner
  .exchange-rate-container
  .exchange-rate-item
  .ratio-container
  .price {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .finance-banner
    .exchange-rate-container
    .exchange-rate-item
    .ratio-container
    .price {
    font-size: 13px;
  }
}
.finance-banner
  .exchange-rate-container
  .exchange-rate-item
  .ratio-container
  .ratio {
  font-size: 12px;
  font-weight: 500;
  color: #03c43e;
}
.finance-banner
  .exchange-rate-container
  .exchange-rate-item
  .ratio-container
  .ratio.decrease {
  color: #f43c2e;
}
.finance-banner .btn-link {
  display: block;
  max-width: 112px;
}
.finance-banner .btn-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 3px 1px 1px;
  gap: 3px;
  min-width: 119px;
  min-height: 24px;
  border-radius: 99px;
  color: #fff;
}
.finance-banner .btn-icon.type-yellow {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.12),
      hsla(0, 0%, 100%, 0)
    ),
    #d69a00;
  box-shadow: 0 1px 2px rgba(214, 154, 0, 0.5), 0 0 0 1px #d69a00;
}
.finance-banner .btn-icon.type-blue {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.12),
      hsla(0, 0%, 100%, 0)
    ),
    #006db2;
  box-shadow: 0 1px 2px rgba(0, 109, 178, 0.5), 0 0 0 1px #006db2;
}
.finance-banner .btn-icon.type-green {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.12),
      hsla(0, 0%, 100%, 0)
    ),
    #6e9e30;
  box-shadow: 0 1px 2px rgba(110, 158, 48, 0.5), 0 0 0 1px #6e9e30;
}
.card-news-h .finance-banner .btn-icon .card-figure-bg,
.card-news .finance-banner .btn-icon .card-figure-bg,
.finance-banner .btn-icon .card-news-h .card-figure-bg,
.finance-banner .btn-icon .card-news .card-figure-bg,
.finance-banner .btn-icon .icon,
.finance-banner .btn-icon .player-bg,
.finance-banner .btn-icon .video-widget-similars .similars-card-figure-bg,
.finance-banner .btn-icon .video-widget .next-card-figure-bg,
.finance-banner .btn-icon [data-category="videoplus"] .player-bg:before,
.video-widget-similars .finance-banner .btn-icon .similars-card-figure-bg,
.video-widget .finance-banner .btn-icon .next-card-figure-bg,
[data-category="videoplus"] .finance-banner .btn-icon .player-bg:before {
  width: 20px;
}
@media screen and (min-width: 767px) {
  .card-news-h .finance-banner .btn-icon .card-figure-bg,
  .card-news .finance-banner .btn-icon .card-figure-bg,
  .finance-banner .btn-icon .card-news-h .card-figure-bg,
  .finance-banner .btn-icon .card-news .card-figure-bg,
  .finance-banner .btn-icon .icon,
  .finance-banner .btn-icon .player-bg,
  .finance-banner .btn-icon .video-widget-similars .similars-card-figure-bg,
  .finance-banner .btn-icon .video-widget .next-card-figure-bg,
  .finance-banner .btn-icon [data-category="videoplus"] .player-bg:before,
  .video-widget-similars .finance-banner .btn-icon .similars-card-figure-bg,
  .video-widget .finance-banner .btn-icon .next-card-figure-bg,
  [data-category="videoplus"] .finance-banner .btn-icon .player-bg:before {
    width: 22px;
  }
}
.finance-banner .btn-icon .text {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-right: 5px;
}
.weather-bar {
  order: 2;
  color: #fff;
  display: flex;
  margin-left: auto;
  padding-left: 10px;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background-image: linear-gradient(
    90deg,
    #039a3d 0,
    rgba(3, 154, 61, 0.89) 53%,
    rgba(3, 154, 61, 0)
  );
}
@media (min-width: 768px) {
  .weather-bar {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .weather-bar + .finance-bar:after {
    content: "";
    width: 17px;
    height: 43px;
    display: inline-block;
    position: absolute;
    right: 0;
    background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.3) 0,
      transparent
    );
  }
}
.weather-bar .loading {
  width: 20px;
  height: 20px;
  opacity: 0;
}
.weather-bar .loading .spinner {
  border-color: #fff #00b18f #00b18f;
}
.weather-bar-sponsored {
  display: none;
}
.weather-bar.with-sponsored .weather-bar-sponsored {
  display: block;
  flex-shrink: 0;
  padding-right: 7px;
  width: 57px;
}
@media (min-width: 768px) {
  .weather-bar.with-sponsored .weather-bar-sponsored {
    padding-right: 8px;
    width: 98px;
  }
}
@media (min-width: 992px) {
  .weather-bar.with-sponsored .weather-bar-sponsored {
    padding-right: 15px;
    width: 105px;
  }
}
.weather-bar.with-sponsored .weather-bar-sponsored a,
.weather-bar.with-sponsored .weather-bar-sponsored picture {
  display: block;
}
.weather-bar.with-sponsored .weather-bar-sponsored img {
  max-width: 50px;
}
@media (min-width: 768px) {
  .weather-bar.with-sponsored .weather-bar-sponsored img {
    max-width: 90px;
  }
}
.weather-bar .js-dropdown {
  overflow: hidden;
}
.weather-bar .js-dropdown-btn {
  position: relative;
}
.weather-bar .js-dropdown-btn i {
  font-size: 20px;
  margin-right: 6px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .weather-bar .js-dropdown-btn i {
    margin-right: 11px;
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .weather-bar .js-dropdown-btn i {
    font-size: 25px;
    margin-right: 10px;
  }
}
.with-sponsored.weather-bar .js-dropdown-btn i {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .with-sponsored.weather-bar .js-dropdown-btn i {
    margin-right: 7px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .with-sponsored.weather-bar .js-dropdown-btn i {
    margin-right: 6px;
  }
}
.weather-bar .js-dropdown-btn .city {
  flex-grow: 1;
  font-size: 11px;
  font-weight: 700;
  padding-right: 2px;
  text-transform: uppercase;
  max-width: 87px;
  overflow: hidden;
}
@media (max-width: 375px) {
  .weather-bar .js-dropdown-btn .city {
    max-width: 55px;
  }
}
@media (min-width: 768px) {
  .weather-bar .js-dropdown-btn .city {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .weather-bar .js-dropdown-btn .city {
    max-width: 95px;
  }
}
@media (min-width: 1200px) {
  .weather-bar .js-dropdown-btn .city {
    max-width: 100px;
  }
}
.with-sponsored.weather-bar .js-dropdown-btn .city {
  max-width: 32px;
}
@media (min-width: 768px) {
  .with-sponsored.weather-bar .js-dropdown-btn .city {
    max-width: 36px;
  }
}
.weather-bar .js-dropdown-btn .city span {
  margin-top: 2px;
  position: relative;
}
.weather-bar .js-dropdown-btn .city span:first-child {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.with-sponsored.weather-bar .js-dropdown-btn .city span:first-child {
  display: none;
}
.weather-bar .js-dropdown-btn .city span:last-child {
  display: none;
}
.with-sponsored.weather-bar .js-dropdown-btn .city span:last-child {
  display: inline-block;
  padding-right: 4px;
}
.with-sponsored.weather-bar .js-dropdown-btn .city span:last-child:after {
  content: ".";
  right: 0;
  bottom: 0;
  position: absolute;
}
.weather-bar .js-dropdown-btn .js-dropdown-ico {
  font-size: 8px;
}
.weather-bar .js-dropdown-btn .js-dropdown-ico:hover {
  color: #00baff;
}
@media (min-width: 768px) {
  .weather-bar .js-dropdown-btn .js-dropdown-ico {
    font-size: 7px;
  }
}
@media (min-width: 992px) {
  .weather-bar .js-dropdown-btn .js-dropdown-ico {
    font-size: 6px;
  }
}
.weather-bar .js-dropdown-ico {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .weather-bar .js-dropdown-ico {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .weather-bar .js-dropdown-ico {
    padding-left: 10px;
  }
}
.weather-bar .js-dropdown-label {
  transition: opacity 0.3s ease-out;
}
.weather-bar .js-dropdown-label .degree {
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-left: auto;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .weather-bar .js-dropdown-label .degree {
    font-size: 20px;
    line-height: 26px;
    margin-top: 2px;
  }
}
.weather-bar .js-dropdown-label .degree span + span {
  margin-left: 7px;
}
.weather-bar .js-dropdown-label .degree span {
  position: relative;
  padding-right: 9px;
}
.weather-bar .js-dropdown-label .degree span.low-temp {
  display: none;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .weather-bar .js-dropdown-label .degree span.low-temp {
    display: block;
  }
}
.with-sponsored.weather-bar .js-dropdown-label .degree span.low-temp {
  display: none;
}
.weather-bar .js-dropdown-label .degree span:after {
  font-family: font-icon;
  content: "";
  top: 2px;
  right: 1px;
  font-size: 7px;
  width: 7px;
  height: 7px;
  line-height: 7px;
  position: absolute;
}
.weather-bar .js-dropdown-list {
  left: 0;
  width: 100%;
  max-height: 314px;
}
.weather-bar .js-dropdown-item {
  line-height: 43px;
  padding-left: 14px;
}
.weather-bar .js-dropdown-item.active {
  pointer-events: none;
}
.no-touch .weather-bar .js-dropdown-item:hover,
.touch .weather-bar .js-dropdown-item:active,
.weather-bar .js-dropdown-item.active {
  color: #fff;
  background-image: linear-gradient(90deg, #00f2c3 0, #00b18f);
}
.weather-bar.weather-bar-loading .js-dropdown-label,
.weather-bar.weather-bar-loading .loading {
  opacity: 0.5;
}
.main-nav {
  flex-grow: 0 !important;
  margin-right: 0 !important;
  height: 44px;
  display: flex;
  box-shadow: none !important;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 992px) {
  .main-nav {
    border: none;
    margin-left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  .main-nav {
    margin-left: 5px;
  }
}
.main-nav .breaking-news-mobile {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 180px;
  position: relative;
  margin-left: 6px;
}
.main-nav .breaking-news-mobile:after {
  content: "";
  position: absolute;
  border: 1px solid #e2e2e2;
  width: 18px;
  right: 0;
  transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  .main-nav .breaking-news-mobile {
    display: none;
  }
}
.main-nav .breaking-news-mobile img {
  width: 16px;
  height: 16px;
}
.main-nav .breaking-news-mobile a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
}
.main-nav-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(10, auto);
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 0 7px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.main-nav-list::-webkit-scrollbar {
  display: none;
}
.main-nav-item {
  height: 100%;
  flex-grow: 1;
}
.main-nav-item[data-nav-item="breaking-news"] {
  display: none;
}
@media screen and (min-width: 992px) {
  .main-nav-item[data-nav-item="breaking-news"] {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item {
    position: relative;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="1"] {
    order: 1;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="1"] {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="2"] {
    order: 2;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="2"] {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="3"] {
    order: 3;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="3"] {
    order: 3;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="4"] {
    order: 4;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="4"] {
    order: 4;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="5"] {
    order: 5;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="5"] {
    order: 5;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="6"] {
    order: 6;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="6"] {
    order: 6;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="7"] {
    order: 7;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="7"] {
    order: 7;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="8"] {
    order: 8;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="8"] {
    order: 8;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="9"] {
    order: 9;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="9"] {
    order: 9;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="10"] {
    order: 10;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="10"] {
    order: 10;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="11"] {
    order: 11;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="11"] {
    order: 11;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="12"] {
    order: 12;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="12"] {
    order: 12;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="13"] {
    order: 13;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="13"] {
    order: 13;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="14"] {
    order: 14;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="14"] {
    order: 14;
  }
}
@media (max-width: 991.98px) {
  .main-nav-item[data-m-order="15"] {
    order: 15;
  }
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="15"] {
    order: 15;
  }
}
.main-nav-item:before {
  content: none !important;
}
@media (min-width: 992px) {
  .main-nav-item[data-d-order="1"]:before {
    display: none;
  }
}
.main-nav-item[data-m-order="1"]:before {
  display: none;
}
.main-nav-link {
  display: flex;
  padding: 0 3px;
  align-items: center;
  white-space: nowrap;
  color: #333;
  justify-content: center;
  transition: color 0.2s ease-out;
  font-weight: 500;
  font-size: 14px;
  height: 100%;
  letter-spacing: -0.2px;
}
.main-nav-link:not([href="https://finans.cnnturk.com"]):before
{
  content: none !important;
}
[data-nav-item="finance"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
[data-nav-item="live"] .main-nav-link {
  width: 60px;
  height: calc(100% + 21px);
  margin-top: -21px;
  padding-top: 13px;
  font-weight: 700;
  color: #e20404;
}
[data-nav-item="live"] .main-nav-link:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
@media (min-width: 992px) {
  [data-nav-item="live"] .main-nav-link {
    width: auto;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}
[data-nav-item="live"] .main-nav-link:before {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 9px;
  margin-left: 7px;
}
@media (min-width: 992px) {
  [data-nav-item="live"] .main-nav-link:before {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    margin-left: 0;
    color: #e20404;
  }
}
@media (max-width: 991.98px) {
  .main-nav-link .d-show {
    display: none;
  }
}
.no-touch
  .main-nav-item:not(.has-sub):not([data-nav-item="videoplus"])
  .main-nav-link:hover,
.touch .main-nav-link:active {
  color: #e20404;
}
.main-nav-sub-nav {
  display: none;
}
@media (min-width: 992px) {
  .main-nav-sub-nav {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    padding-left: 88px;
  }
}
@media (min-width: 1200px) {
  .main-nav-sub-nav {
    height: 34px;
    padding-left: 102px;
  }
}
@media (min-width: 992px) {
  .main-nav-sub-nav:after,
  .main-nav-sub-nav:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #e20404;
    top: 0;
  }
}
@media (min-width: 992px) {
  .main-nav-sub-nav:before {
    right: 50%;
  }
}
@media (min-width: 992px) {
  .main-nav-sub-nav:after {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .main-nav-sub-list {
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: #e20404;
  }
}
@media (min-width: 992px) {
  .main-nav-sub-item {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .main-nav-sub-link {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
    transition: background-color 0.2s ease-out;
  }
}
.main-nav-sub-link span {
  position: relative;
}
@media (min-width: 992px) {
  .main-nav-sub-link span:after {
    content: "";
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease-out;
    background-color: #fff;
    position: absolute;
    height: 2px;
    bottom: -2px;
  }
}
@media (min-width: 992px) {
  .no-touch .main-nav-sub-link:hover span:after,
  .touch .main-nav-sub-link:active span:after {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-nav-item.has-sub .main-nav-link {
    transition: none;
  }
}
@media (min-width: 992px) {
  .main-nav-item.has-sub.selected {
    background-color: #e20404;
  }
}
@media (min-width: 992px) {
  .main-nav-item.has-sub.selected:before {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .main-nav-item.has-sub.selected .main-nav-link {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .main-nav-item.has-sub.selected .main-nav-sub-nav {
    display: block;
  }
}
.main-nav .selected .main-nav-link:hover {
  color: #e20404;
}
.main-nav .selected.has-sub .main-nav-link:hover {
  color: #fff;
}
[data-nav-item="live"] {
  background-color: #e20404;
}
[data-nav-item="live"] span {
  color: #fff;
}
[data-nav-item="live"]:before {
  display: none;
}
[data-nav-item="live"] .main-nav-link:before {
  color: #fff;
  content: "";
  background: url(../images/live-desktop.gif) 100% 100%;
  width: 30px;
  background-size: 100%;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
}
a[href="https://finans.cnnturk.com"]
{
  color: #006db2 !important;
}
a[href="https://finans.cnnturk.com"]:before
{
  font-size: 17px !important;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  a[href="https://finans.cnnturk.com"]:before
  {
    font-size: 12px !important;
  }
}
.main-area {
  position: relative;
  display: flex;
  height: auto !important;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-area .main-logo {
  width: 84px !important;
  height: 61px !important;
}
.main-area .main-logo .dark-mode {
  height: 61px;
}
.main-area .main-logo:before {
  content: none !important;
}
@media screen and (max-width: 992px) {
  .main-area .header-hamburger-btn-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-nav-link {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .main-nav-link {
    font-size: 14px;
  }
}
.milliyet-premium-box {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 4px;
  color: #fff;
  border-radius: 4px;
  min-width: 67px;
  height: 34px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  color: #575757 !important;
  font-size: 14px;
}
.milliyet-premium-box .user-profile-menu {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff;
  right: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  position: absolute;
  top: 40px;
  z-index: 10;
}
.milliyet-premium-box .user-profile-menu a {
  color: #575757;
  display: block;
  line-height: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.012em;
}
@media (max-width: 991px) {
  .milliyet-premium-box .user-profile-menu a {
    font-size: 12px;
    letter-spacing: -0.01em;
  }
}
.milliyet-premium-box .user-profile-menu #logoutbtn,
.milliyet-premium-box .user-profile-menu #showProfileButton {
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 700;
}
.milliyet-premium-box .milliyet-premium-logo {
  min-width: 18px;
  height: 18px;
  display: inline-block;
}
.milliyet-premium-box.login {
  gap: 4px;
  min-width: 51px;
  height: 34px;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .milliyet-premium-box.login {
    min-width: 85px;
  }
}
.milliyet-premium-box.login:focus:after {
  border-top: 0 solid transparent;
  transform: rotate(0deg) translateY(-6px);
}
.milliyet-premium-box.login.opened {
  overflow: visible;
}
.milliyet-premium-box.login.opened:after {
  border-top: 0 solid transparent;
  transform: rotate(-183deg) translateY(6px);
}
.milliyet-premium-box.opened .user-profile-menu {
  background-color: #fff;
  overflow: visible;
  display: block;
}
.popup_w
  .voltranProfile
  .voltranProfile__area
  .voltranProfile__area__left
  a#logoffBtn {
  display: none;
}
.milliyet-premium-box.login {
  padding: 8px 0 8px 8px;
}
.milliyet-premium-box.login:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNWwzIDMgMy0zIiBzdHJva2U9IiM1NzU3NTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  position: absolute;
  top: 50%;
  right: 6px;
  transform: rotate(0deg) translateY(-50%);
  display: inline-block;
  border: none;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .milliyet-premium-box.login:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNWwzIDMgMy0zIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  }
}
.milliyet-premium-box.opened {
  overflow: visible;
}
.milliyet-premium-box.opened:after {
  border-top: 0 solid transparent;
  transform: rotate(-183deg) translateY(6px);
}
.milliyet-premium-box:active,
.milliyet-premium-box:focus,
.milliyet-premium-box:visited {
  text-decoration: none;
}
.milliyet-premium-logo {
  height: 13px;
  display: inline-block;
  margin-bottom: -1px;
}
.header__external--account {
  border-radius: 4px;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  margin-left: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 360px) {
  .header__external--account {
    margin-left: 15px;
  }
}
.header__external--account:hover {
  opacity: 1;
}
.header__external--account.login {
  background-size: 14px;
  position: relative;
  z-index: 1;
  width: 87px;
  padding-left: 10px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .header__external--account.login {
    font-size: 12px;
    line-height: 18px;
  }
}
.header__external--account.login:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.header__external--account.opened:after {
  border-top: 0 solid transparent;
}
.header__external--account.opened .user-profile-menu {
  display: block;
  width: 180px;
  height: 84px;
}
.user-profile-menu {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff;
  border-radius: 4px;
  right: 0;
  font-size: 14px;
  padding: 16px;
  position: absolute;
  top: 40px;
  z-index: 10;
}
.user-profile-menu a {
  color: #575757;
  display: block;
  line-height: 16px;
  padding-bottom: 16px;
}
.user-profile-menu #logoutbtn,
.user-profile-menu #showProfileButton {
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 700;
}
.search-btn {
  display: flex;
  width: 26px;
  height: 100%;
  color: #fff;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.search-btn:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
@media (min-width: 992px) {
  .search-btn {
    font-size: 21px;
    color: #575757;
    width: 22px;
    margin-left: auto;
  }
  .no-touch .search-btn:hover,
  .touch .search-btn:active {
    color: #e20404;
  }
}
.live-btn {
  display: flex;
  width: 118px;
  -webkit-min-logical-width: 118px;
  text-transform: none !important;
  gap: 2px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s ease-out;
  font-weight: 600;
  border-radius: 4px;
  position: static !important;
  padding: 0 !important;
  transform: none !important;
  width: 108px;
  -webkit-min-logical-width: 108px;
  height: 34px;
  font-size: 12px;
  background-color: #fff;
  color: #e20404;
  border-color: #fff;
}
@media screen and (min-width: 992px) {
  .live-btn {
    color: #fff;
    background-color: #e20404;
    border-color: #e20404;
    font-size: 14px;
    height: 36px;
    width: 118px;
  }
}
@media screen and (max-width: 576px) {
  .live-btn {
    width: 102px;
    -webkit-min-logical-width: 102px;
    height: 32px;
  }
}
.live-btn:before {
  content: none !important;
}
.live-btn .desktop-live-gif {
  width: 24px;
  display: none;
}
@media screen and (min-width: 992px) {
  .live-btn .desktop-live-gif {
    display: flex;
  }
}
.live-btn .mobile-live-gif {
  display: flex;
  width: 20px;
}
@media screen and (min-width: 992px) {
  .live-btn .mobile-live-gif {
    display: none;
  }
}
.live-btn span {
  letter-spacing: -0.2px;
}
.hamburger-btn {
  position: fixed;
  transform: translateZ(0);
  bottom: 75px;
  right: 11px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #e20404;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hamburger-btn {
    bottom: 81px;
  }
}
@media (min-width: 992px) {
  .hamburger-btn {
    bottom: unset;
    right: unset;
    z-index: 1;
    position: relative;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    margin-left: 20px;
    width: 23px;
  }
}
.hamburger-btn-spin {
  position: relative;
  width: 23px;
  height: 20px;
  transition: width 0.3s ease-out, height 0.3s ease-out;
}
.hamburger-btn i {
  position: absolute;
  height: 2px;
  background-color: #fff;
  right: 0;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.23, 0.5, 0.32, 0.5),
    background-color 0.3s ease-out;
}
@media (min-width: 992px) {
  .hamburger-btn i {
    background-color: #575757;
  }
}
.hamburger-btn i:first-child {
  width: 23px;
  top: 0;
}
.hamburger-btn i:nth-child(2) {
  width: 18px;
  top: calc(50% - 1px);
}
.hamburger-btn i:nth-child(3) {
  width: 11px;
  bottom: 0;
}
.hamburger-nav-active .hamburger-btn-spin {
  width: 22px;
  height: 22px;
}
.hamburger-nav-active .hamburger-btn i {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.hamburger-nav-active .hamburger-btn i:first-child {
  top: 10px;
  width: 30px;
  right: -4px;
  transform: rotate(405deg);
}
.hamburger-nav-active .hamburger-btn i:nth-child(2) {
  opacity: 0;
}
.hamburger-nav-active .hamburger-btn i:nth-child(3) {
  bottom: 10px;
  width: 30px;
  right: -4px;
  transform: rotate(-405deg);
}
@media (min-width: 992px) {
  .no-touch .hamburger-btn:hover i,
  .touch .hamburger-btn:active i {
    background-color: #e20404;
  }
}
.loginAccount,
.loginAccount a {
  color: #f00000 !important;
}
.loginAccount svg {
  fill: #f00000;
}
.loginDiv.user-profile-menu:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgZmlsbD0iI2ZmZiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41NCA1LjVjLS42NiAwLTEuMzE4LjAwMy0xLjk3Ny0uMDA1LS42My0uMDA3LTEuMzM2LS4wMTYtMS45NS0uMjQ4LS42NjItLjI1LTEuMS0uNjg3LTEuNTQyLTEuMjAxLS4zMTgtLjM3LS45NDItMS4xNi0xLjI0Ni0xLjU0MS0uMjUtLjMxMy0uNzM2LS45My0xLjAwMi0xLjIzQzEwLjQ4OC45IDEwLjA3NS41IDkuNS41cy0uOTg5LjQtMS4zMjMuNzc1Yy0uMjY2LjI5OS0uNzUzLjkxNy0xLjAwMiAxLjIzLS4zMDQuMzgtLjkyOCAxLjE3LTEuMjQ2IDEuNTQtLjQ0Mi41MTUtLjg4Ljk1Mi0xLjU0MyAxLjIwMi0uNjEzLjIzLTEuMzIuMjQxLTEuOTUuMjQ4LS42NTguMDA3LTEuMzE3LjAwNC0xLjk3NS4wMDQiLz48L21hc2s+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41NCA1LjVjLS42NiAwLTEuMzE4LjAwMy0xLjk3Ny0uMDA1LS42My0uMDA3LTEuMzM2LS4wMTYtMS45NS0uMjQ4LS42NjItLjI1LTEuMS0uNjg3LTEuNTQyLTEuMjAxLS4zMTgtLjM3LS45NDItMS4xNi0xLjI0Ni0xLjU0MS0uMjUtLjMxMy0uNzM2LS45My0xLjAwMi0xLjIzQzEwLjQ4OC45IDEwLjA3NS41IDkuNS41cy0uOTg5LjQtMS4zMjMuNzc1Yy0uMjY2LjI5OS0uNzUzLjkxNy0xLjAwMiAxLjIzLS4zMDQuMzgtLjkyOCAxLjE3LTEuMjQ2IDEuNTQtLjQ0Mi41MTUtLjg4Ljk1Mi0xLjU0MyAxLjIwMi0uNjEzLjIzLTEuMzIuMjQxLTEuOTUuMjQ4LS42NTguMDA3LTEuMzE3LjAwNC0xLjk3NS4wMDQiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTYuNTYzIDUuNDk1bC0uMDA1LjUuMDA1LS41em0tMS45NS0uMjQ4bC0uMTc2LjQ2OC4xNzctLjQ2OHptLTEuNTQyLTEuMjAxbC4zOC0uMzI2LS4zOC4zMjZ6bS0xLjI0Ni0xLjU0MWwtLjM5MS4zMTEuMzktLjMxMXptLTEuMDAyLTEuMjNsLjM3My0uMzMyLS4zNzMuMzMzem0tMi42NDYgMEw3LjgwNC45NDNsLjM3My4zMzJ6bS0xLjAwMiAxLjIzbC0uMzktLjMxMmgtLjAwMWwuMzkxLjMxMXptLTEuMjQ2IDEuNTRsLjM4LjMyNi0uMzgtLjMyNnpNNC4zODYgNS4yNDdsLjE3Ni40NjgtLjE3Ni0uNDY4em0tMS45NS4yNDhsLjAwNi41LS4wMDUtLjV6bTE2LjEwMy0uNDk2Yy0uNjYyIDAtMS4zMTUuMDA0LTEuOTctLjAwNGwtLjAxMSAxYy42NjIuMDA4IDEuMzI2LjAwNCAxLjk4MS4wMDRWNXptLTEuOTctLjAwNGMtLjY0Ny0uMDA3LTEuMjYyLS4wMi0xLjc3OS0uMjE2bC0uMzUzLjkzNmMuNzEuMjY4IDEuNTA3LjI3NCAyLjEyLjI4bC4wMTItMXpNMTQuNzkgNC43OGMtLjU0LS4yMDQtLjkxMi0uNTYtMS4zNC0xLjA1OWwtLjc1OS42NTFjLjQ1NS41My45NjIgMS4wNDggMS43NDYgMS4zNDRsLjM1My0uOTM2em0tMS4zNC0xLjA2Yy0uMzEtLjM2LS45MjUtMS4xMzgtMS4yMzQtMS41MjZsLS43ODIuNjI0Yy4yOTkuMzc0LjkzMiAxLjE3NSAxLjI1OCAxLjU1NGwuNzU4LS42NTF6bS0xLjIzNC0xLjUyNmMtLjI0Mi0uMzA0LS43NDItLjkzNy0xLjAyLTEuMjVsLS43NDcuNjY1Yy4yNTUuMjg2LjczLjg4Ny45ODUgMS4yMDhsLjc4Mi0uNjIzem0tMS4wMi0xLjI1QzEwLjg2Ni41NzMgMTAuMzIgMCA5LjUgMHYxYy4zMyAwIC42MS4yMjYuOTUuNjA4bC43NDYtLjY2NXpNOS41IDBjLS44MiAwLTEuMzY3LjU3My0xLjY5Ni45NDNsLjc0Ni42NjVDOC44OSAxLjIyNiA5LjE3IDEgOS41IDFWMHpNNy44MDMuOTQzYy0uMjc3LjMxMi0uNzc3Ljk0Ni0xLjAxOSAxLjI1bC43ODIuNjIzYy4yNTYtLjMyMS43My0uOTIzLjk4NC0xLjIwOEw3LjgwMy45NDN6bS0xLjAyIDEuMjVjLS4zMDcuMzg3LS45MjMgMS4xNjYtMS4yMzMgMS41MjZsLjc1OC42NTJjLjMyNi0uMzguOTYtMS4xOCAxLjI1OC0xLjU1NWwtLjc4Mi0uNjIzek01LjU1IDMuNzE5Yy0uNDMuNS0uOC44NTYtMS4zNCAxLjA2bC4zNTMuOTM2Yy43ODQtLjI5NiAxLjI5LS44MTQgMS43NDUtMS4zNDRMNS41NSAzLjcyek00LjIxIDQuNzhjLS41MTcuMTk0LTEuMTMyLjIwOS0xLjc3OS4yMTZsLjAxMSAxYy42MTQtLjAwNyAxLjQxLS4wMTMgMi4xMi0uMjhsLS4zNTItLjkzNnptLTEuNzc5LjIxNmMtLjY1NS4wMDctMS4zMDguMDA0LTEuOTcuMDA0djFjLjY1NSAwIDEuMzE5LjAwMyAxLjk4MS0uMDA0bC0uMDEtMXoiIGZpbGw9IiNDQ0MiIG1hc2s9InVybCgjYSkiLz48L3N2Zz4=);
  position: absolute;
  top: -5px;
  height: 5px;
  width: 20px;
  right: 25px;
}
@media screen and (max-width: 991px) {
  .header__external--account {
    border-radius: 4px !important;
    border: 0 !important;
    background-color: #c00000;
    color: #fff !important;
  }
  .header__external--account svg path {
    fill: #fff;
  }
  .header__external--account #showProfileButton svg path {
    fill: #575757;
  }
  .header__external--account .loginAccount svg path {
    fill: #f00000;
  }
}
.header__external--account .user-icon {
  margin-right: 4px;
}
@media (min-width: 992px) {
  .sub-nav-list {
    display: flex;
    padding-left: 88px;
    height: 30px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .sub-nav-list {
    height: 34px;
    padding-left: 102px;
  }
}
.sub-nav-item {
  height: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="1"] {
    order: 1;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="2"] {
    order: 2;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="3"] {
    order: 3;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="4"] {
    order: 4;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="5"] {
    order: 5;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="6"] {
    order: 6;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="7"] {
    order: 7;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="8"] {
    order: 8;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="9"] {
    order: 9;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="10"] {
    order: 10;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="11"] {
    order: 11;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="12"] {
    order: 12;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="13"] {
    order: 13;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="14"] {
    order: 14;
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="15"] {
    order: 15;
  }
}
@media (min-width: 992px) {
  .sub-nav-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #bebebe;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .sub-nav-item[data-d-order="1"]:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .sub-nav-item[data-d-order="1"] {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .sub-nav-link {
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    height: 100%;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .sub-nav-link {
    padding: 0 17px;
  }
}
.sub-nav-link span {
  position: relative;
}
.sub-nav-link span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  transition: width 0.3s ease-out, background-color 0.3s ease-out;
}
.no-touch [data-category="agenda"] .sub-nav-link:hover span:after,
.touch [data-category="agenda"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #ba0707;
}
.no-touch [data-category="sport"] .sub-nav-link:hover span:after,
.touch [data-category="sport"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #03c43e;
}
.no-touch [data-category="magazine"] .sub-nav-link:hover span:after,
.touch [data-category="magazine"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #ff0089;
}
.no-touch [data-category="economy"] .sub-nav-link:hover span:after,
.touch [data-category="economy"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #0346c4;
}
.no-touch [data-category="health"] .sub-nav-link:hover span:after,
.touch [data-category="health"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #67ded5;
}
.no-touch [data-category="technology"] .sub-nav-link:hover span:after,
.touch [data-category="technology"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #00c4ff;
}
.no-touch [data-category="life"] .sub-nav-link:hover span:after,
.touch [data-category="life"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #a133db;
}
.no-touch [data-category="information"] .sub-nav-link:hover span:after,
.touch [data-category="information"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #b48a52;
}
.no-touch [data-category="highlights"] .sub-nav-link:hover span:after,
.touch [data-category="highlights"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #0091b4;
}
.no-touch [data-category="programs"] .sub-nav-link:hover span:after,
.touch [data-category="programs"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #e20404;
}
.no-touch [data-category="world"] .sub-nav-link:hover span:after,
.touch [data-category="world"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #0091b4;
}
.no-touch [data-category="travel"] .sub-nav-link:hover span:after,
.touch [data-category="travel"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #ffe200;
}
.no-touch [data-category="auto"] .sub-nav-link:hover span:after,
.touch [data-category="auto"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #068e35;
}
.no-touch [data-category="videoplus"] .sub-nav-link:hover span:after,
.touch [data-category="videoplus"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #67ded5;
}
.no-touch [data-category="writers"] .sub-nav-link:hover span:after,
.touch [data-category="writers"] .sub-nav-link:active span:after {
  width: 100%;
  background-color: #8399b4;
}
.hamburger-nav {
  width: 100%;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hamburger-nav {
    -moz-column-count: 2;
    column-count: 2;
    padding-top: 58px;
    padding-left: 61px;
    -moz-column-count: unset;
    column-count: unset;
    display: grid;
    grid-gap: 0;
    grid-template-areas: "group-1 group-2 group-3 group-4" "group-1 group-2 group-3 group-5";
    grid-auto-rows: auto 1fr;
    padding: 0;
    width: 940px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 1200px) {
  .hamburger-nav {
    width: 1120px;
    grid-auto-columns: 2fr 1fr 1fr 1.2fr;
  }
}
.hamburger-nav::-webkit-scrollbar {
  display: none;
}
.hamburger-nav .global-title {
  color: #fff;
}
@media (max-width: 767.98px) {
  .hamburger-nav .global-title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .hamburger-nav .global-title:before {
    width: 100%;
  }
}
.hamburger-nav-group {
  padding-top: 24px;
  border-top: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .hamburger-nav-group {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-nav-group {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .hamburger-nav-group {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (min-width: 992px) {
  .hamburger-nav-group {
    border: none;
  }
  .hamburger-nav-group:first-child {
    grid-area: group-1;
  }
  .hamburger-nav-group:nth-child(2) {
    grid-area: group-2;
  }
  .hamburger-nav-group:nth-child(3) {
    grid-area: group-3;
  }
  .hamburger-nav-group:nth-child(4) {
    grid-area: group-4;
  }
  .hamburger-nav-group:nth-child(5) {
    grid-area: group-5;
    padding-top: 40px;
  }
}
.hamburger-nav-group .global-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
}
.hamburger-nav-group .global-title:before {
  content: none !important;
}
.hamburger-nav-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -moz-column-count: 2;
  column-count: 2;
  padding-top: 20px;
}
.hamburger-nav-list[item-name="haberler"] {
  height: 370px;
}
.hamburger-nav-list[item-name="kategoriler"] {
  height: 215px;
}
.hamburger-nav-list[item-name="tv programları"] {
  height: 250px;
}
.hamburger-nav-list[item-name="tv programları"] a[href="/canli-yayin"] {
  color: #e20404;
}
@media (min-width: 768px) {
  .hamburger-nav-list {
    -moz-column-count: unset;
    column-count: unset;
  }
}
@media (min-width: 992px) {
  .hamburger-nav-list {
    height: 570px !important;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hamburger-nav-list {
    width: 80%;
    height: 435px !important;
  }
}
.hamburger-nav-item {
  padding-bottom: 14px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}
.hamburger-nav-item .info {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .hamburger-nav-item .info {
    top: 3px;
  }
}
.hamburger-nav-item.fb {
  order: 1;
}
.hamburger-nav-item.ig {
  order: 2;
}
.hamburger-nav-item.tw {
  order: 3;
}
.hamburger-nav-item.yt {
  order: 4;
}
.hamburger-nav-item.tk {
  order: 5;
}
.hamburger-nav-link {
  display: inline-block;
}
.hamburger-nav-link:not(.yt, .tw, .ig, .tk, .fb) {
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e;
  line-height: 18px;
  transition: color 0.2s ease-out;
  padding: 3px 0;
}
@media (min-width: 768px) {
  .hamburger-nav-link:not(.yt, .tw, .ig, .tk, .fb) {
    padding: 0;
  }
}
.hamburger-nav-link:not(.yt,.tw,.ig,.tk,.fb)[href="https://finans.cnnturk.com"]:before
{
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.hamburger-nav-link:not(.yt,.tw,.ig,.tk,.fb)[href="https://finans.cnnturk.com"]:before
{
  margin-right: 6px;
}
.no-touch
  .hamburger-nav-list:not(.hamburger-nav-social):not(.hamburger-nav-market)
  .hamburger-nav-link:not(.yt, .tw, .ig, .tk, .fb):hover,
.touch
  .hamburger-nav-list:not(.hamburger-nav-social):not(.hamburger-nav-market)
  .hamburger-nav-link:not(.yt, .tw, .ig, .tk, .fb):active {
  color: #e20404;
}
.hamburger-nav-link.fb,
.hamburger-nav-link.ig,
.hamburger-nav-link.tk,
.hamburger-nav-link.tw,
.hamburger-nav-link.yt {
  width: 20px;
  height: 20px;
}
.hamburger-nav-link.fb img,
.hamburger-nav-link.ig img,
.hamburger-nav-link.tk img,
.hamburger-nav-link.tw img,
.hamburger-nav-link.yt img {
  width: 100%;
  height: 100%;
}
.hamburger-nav-link.watch {
  color: #e20404;
  margin-right: 6px;
}
.hamburger-nav-social .hamburger-nav-item {
  width: 36px;
  height: 36px;
  border: 1px solid #e2e2e2;
  border-radius: 36px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger-nav-market,
.hamburger-nav-social {
  -moz-column-count: unset;
  column-count: unset;
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  gap: 0 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .hamburger-nav-market,
  .hamburger-nav-social {
    justify-content: space-between;
    padding-bottom: 0;
    height: auto !important;
    gap: 0;
  }
}
.hamburger-nav-market {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .hamburger-nav-market {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-nav-market {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .hamburger-nav-market {
    gap: 0 15px;
  }
}
.dark-mode .hamburger-nav-group .hamburger-nav-market {
  margin-left: -10px;
  width: auto;
}
.dark-mode .hamburger-nav-group .global-title {
  margin-left: 10px;
}
.dark-mode .hamburger-nav-group .global-title a {
  color: #fff;
}
.dark-mode
  .hamburger-nav-group
  .hamburger-nav-item
  .hamburger-nav-link:not(.yt, .tw, .ig, .tk, .fb) {
  color: #fff;
  margin-left: 10px;
}
.search {
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1;
}
.search,
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-close {
  font-size: 21px;
  color: #fff;
  position: absolute;
  right: 9px;
  top: 9px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.search-close:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
@media (min-width: 768px) {
  .search-close {
    right: 29px;
    top: 15px;
  }
}
.search-container {
  transition: height 0.7s cubic-bezier(0, 1, 0.5, 1) 0.3s;
  background-color: rgba(0, 0, 0, 0.83);
  -webkit-backdrop-filter: blur(10px) brightness(0.65);
  backdrop-filter: blur(10px) brightness(0.65);
  padding-top: 74px;
  width: 100%;
  height: 264px;
}
@media (min-width: 768px) {
  .search-container {
    padding-top: 117px;
    height: 352px;
  }
}
@media (min-width: 992px) {
  .search-container {
    padding-top: 77px;
    height: 302px;
  }
}
@media (min-width: 1200px) {
  .search-container {
    height: 293px;
  }
}
.search-container::-webkit-scrollbar {
  display: none;
}
.search-input-row {
  position: relative;
}
.search-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .search-title {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 46px;
  }
}
@media (min-width: 992px) {
  .search-title {
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .search-title {
    margin-bottom: 27px;
  }
}
.search-title span {
  color: #e20404;
}
.search-form {
  display: flex;
  margin-bottom: 40px;
}
.search-input {
  flex-grow: 1;
  background-color: hsla(0, 0%, 100%, 0.3);
  height: 46px;
  border: 0;
  box-sizing: border-box;
  margin-right: 11px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  padding: 14px 13px;
  font-weight: 500;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .search-input {
    font-size: 16px;
    line-height: 24px;
    padding: 11px 13px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .search-input {
    margin-right: 30px;
  }
}
.search-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-input:-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  font-weight: 500;
}
.search-submit {
  width: 84px;
  height: 46px;
  background-color: #e20404;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  transition: color 0.2s ease-out, opactiy 0.2s ease-out;
}
@media (min-width: 768px) {
  .search-submit {
    width: 100px;
    font-size: 16px;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .search-submit {
    width: 126px;
  }
}
.search-submit.disabled {
  cursor: default;
  opacity: 0.3;
}
.search-tags {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: -20px -10px 40px;
  padding: 0 10px;
}
.search-tags::-webkit-scrollbar {
  display: none;
}
.search-tags-item {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .search-tags-item {
    padding-right: 18px;
  }
}
.search-tags-btn {
  display: flex;
  align-items: center;
  opacity: 0.3;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 21px;
  height: 27px;
  font-size: 11px;
  padding: 0 12px 0 10px;
  transition: opacity 0.3s ease-out;
  min-width: 95px;
}
.search-tags-item.history .search-tags-btn:after,
.search-tags-item.trend .search-tags-btn:after {
  font-family: font-icon;
  font-size: 12px;
  margin-left: auto;
  padding-left: 7px;
}
.search-tags-item.trend .search-tags-btn:after {
  content: "";
}
.search-tags-item.history .search-tags-btn:after {
  content: "";
}
.no-touch .search-tags-btn:hover,
.touch .search-tags-btn:active {
  opacity: 1;
}
.search-result-row {
  display: flex;
  flex-direction: column;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.search-result-row .section-search {
  margin-bottom: 30px;
}
.search-result-row .section-search-swiper {
  margin-top: -10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 992px) {
  .search-result-row .section-search-swiper .swiper-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.search-result-row .section-search-swiper .swiper-slide {
  padding: 10px;
  width: 285px;
}
@media (min-width: 768px) {
  .search-result-row .section-search-swiper .swiper-slide {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .search-result-row .section-search-swiper .swiper-slide {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .search-result-row .section-search-swiper .swiper-slide {
    width: 380px;
  }
}
.search-result-row .section-search-swiper .swiper-navigation {
  top: -25px;
}
@media (min-width: 768px) {
  .search-result-row .section-search-swiper .swiper-navigation {
    top: -29px;
  }
}
@media (min-width: 992px) {
  .search-result-row .section-search-swiper .swiper-navigation {
    top: -36px;
  }
}
@media (min-width: 1200px) {
  .search-result-row .section-search-swiper .swiper-navigation {
    top: -28px;
  }
}
.search-result-row .global-title {
  color: #fff;
}
.search-result-inner {
  position: relative;
  transition: height 0.2s ease-out 0.3s;
  height: 40px;
}
.search-result-inner .loading {
  opacity: 0;
}
.search-no-result {
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.search-no-result p {
  font-size: 12px;
  font-weight: 400;
  margin: auto;
}
@media (min-width: 768px) {
  .search-no-result p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .search-no-result p {
    font-size: 16px;
  }
}
.search-all-results {
  font-size: 13px;
  font-weight: 700;
  color: #e20404;
  align-self: center;
  position: relative;
  padding-right: 14px;
  transition: opacity 0.2s ease-out;
  margin-bottom: 40px;
}
.search-all-results:after {
  font-family: font-icon;
  content: "";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-all-results.disabled {
  pointer-events: none;
  opacity: 0;
}
.search.display {
  display: block;
}
.search.display.visible {
  opacity: 1;
  pointer-events: auto;
}
.search.typing .search-container {
  transition-delay: 0s;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.search.typing .search-result-row {
  transition-delay: 0.7s;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.search.typing .search-result-inner .loading {
  opacity: 1;
}
.search.typing .search-result-inner.loaded {
  transition-delay: 0s;
  height: 278px;
}
@media (min-width: 768px) {
  .search.typing .search-result-inner.loaded {
    height: 215px;
  }
}
@media (min-width: 992px) {
  .search.typing .search-result-inner.loaded {
    height: 106px;
  }
}
@media (min-width: 1200px) {
  .search.typing .search-result-inner.loaded {
    height: 120px;
  }
}
.search.typing .search-result-inner.loaded .loading {
  opacity: 0;
}
.search.typing .search-result-inner.loaded .section-search-swiper {
  transition-delay: 0.2s;
  opacity: 1;
  pointer-events: auto;
}
.search.typing .search-result-inner.no-loaded {
  height: 60px;
}
.search.typing .search-result-inner.no-loaded .loading {
  opacity: 0;
}
.search.typing .search-result-inner.no-loaded .search-no-result {
  transition-delay: 0.2s;
  opacity: 1;
  pointer-events: auto;
}
.search-active {
  overflow: hidden;
}
.search-active body {
  overflow: hidden;
  height: 100%;
}
.header {
  width: 100%;
  width: 100vw;
  z-index: 9998;
  position: relative;
  margin-bottom: 1px;
}
.header-scroll-container {
  width: 100vw;
  position: relative;
  z-index: 2;
  height: 90px;
}
@media screen and (max-width: 992px) {
  .header-scroll-container {
    height: 102px;
  }
}
.header-scroll-area {
  width: 100vw;
  position: fixed;
  top: 0;
}
.header-widgets-row {
  width: 100vw;
  background-image: linear-gradient(270deg, #0086b8, #05316e);
}
.header-widgets-row .container {
  display: flex;
}
.header-widgets-row .finance-bar {
  width: 50%;
  height: 43px;
}
@media (min-width: 768px) {
  .header-widgets-row .finance-bar {
    width: 451px;
  }
}
@media (min-width: 992px) {
  .header-widgets-row .finance-bar {
    width: 685px;
  }
}
@media (min-width: 1200px) {
  .header-widgets-row .finance-bar {
    width: 855px;
  }
}
.header-widgets-row .weather-bar {
  width: 50%;
  height: 43px;
}
@media (min-width: 768px) {
  .header-widgets-row .weather-bar {
    width: 249px;
  }
}
@media (min-width: 992px) {
  .header-widgets-row .weather-bar {
    width: 255px;
  }
}
@media (min-width: 1200px) {
  .header-widgets-row .weather-bar {
    width: 265px;
  }
}
.header-primary-row {
  width: 100vw;
  background-color: #e20404;
  transition: background-color 0.3s ease-out;
  z-index: 2;
}
.header-primary-row.dark-mode,
.header-primary-row.dark-mode .header-hamburger-area {
  background-color: #2e2e2e;
}
@media screen and (max-width: 768px) {
  .header-primary-row.dark-mode .header-hamburger-area {
    overflow-y: auto;
  }
}
.header-primary-row.dark-mode .header-secondary-row {
  width: inherit;
}
.header-primary-row.dark-mode .main-nav-item .main-nav-link {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header-primary-row.dark-mode .main-nav-item .main-nav-link {
    color: #2e2e2e;
  }
}
.header-primary-row.dark-mode .main-nav-item .main-nav-link a[href="https://finans.cnnturk.com"]
{
  color: #006db2 !important;
}
@media (min-width: 992px) {
  .header-primary-row {
    background-color: #fff;
  }
}
.header-hamburger-area {
  position: fixed;
  height: 100%;
  z-index: 1;
  top: 0;
  width: 100%;
  left: 0;
  top: 60px;
  background-color: #fff;
  transform: translateY(-200vh);
  transition: transform 0.3s ease-in-out 0.3s !important;
  display: block !important;
}
.header-hamburger-area.d-block {
  transform: translateY(0);
  overflow-y: scroll;
}
@media screen and (max-width: 991px) {
  .header-hamburger-area.d-block {
    overflow-y: scroll;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header-hamburger-area.d-block {
    top: 60px;
  }
}
@media screen and (min-width: 991px) {
  .header-hamburger-area {
    border-top: 0.5px solid #ccc;
  }
}
@media (min-width: 992px) {
  .header-hamburger-area {
    position: absolute;
    height: 705px;
    width: 100%;
    right: 0;
    background-color: #fff;
    -webkit-backdrop-filter: blur(10px) brightness(0.65);
    backdrop-filter: blur(10px) brightness(0.65);
  }
}
@media (min-width: 1200px) {
  .header-hamburger-area {
    top: 60px;
    height: 558px;
  }
}
.header-hamburger-area-olay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 9%, 0.5);
}
@media (min-width: 992px) {
  .header-hamburger-area-olay {
    z-index: 0;
    background: transparent;
  }
}
.header-hamburger-area .search-area {
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #fff;
  padding-left: 3px;
}
@media screen and (min-width: 1440px) {
  .header-hamburger-area .search-area {
    width: 800px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .header-hamburger-area .search-area {
    width: 52.1%;
  }
}
@media screen and (max-width: 991px) {
  .header-hamburger-area .search-area {
    width: 79%;
  }
}
@media screen and (max-width: 577px) {
  .header-hamburger-area .search-area {
    width: 95%;
  }
}
.header-hamburger-area .search-area .mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .header-hamburger-area .search-area .mobile {
    display: flex;
    position: absolute;
    top: 12px;
    left: 12px;
  }
}
.header-hamburger-area .search-area input {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  padding: 0 10px;
  border: none;
}
@media screen and (max-width: 576px) {
  .header-hamburger-area .search-area input {
    background: #f5f5f5;
    width: 100%;
    padding: 0 38px;
  }
}
.header-hamburger-area .search-area button {
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #f5f5f5;
  border-left: 1px solid #e2e2e2;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 576px) {
  .header-hamburger-area .search-area button {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .header-hamburger-area .hamburger-line {
    border-bottom: 0.5px solid #ccc;
  }
}
.header-secondary-row {
  background: #e20404;
  width: 100vw;
  height: 30px;
  position: fixed;
  top: 60px;
  z-index: -1;
}
.header-secondary-row .container {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (min-width: 1200px) {
  .header-secondary-row .container {
    padding: 0 2px;
  }
}
.header-secondary-row .container .breaking-news-btn {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .header-secondary-row .container .breaking-news-btn {
    font-size: 14px;
  }
}
.header-secondary-row .container .breaking-news-list {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: 550px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .header-secondary-row .container .breaking-news-list {
    width: 720px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.header-secondary-row .container .breaking-news-list .news-item {
  display: grid;
  grid-auto-flow: column;
  width: 240px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 13px;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header-secondary-row .container .breaking-news-list .news-item {
    font-size: 12px;
    width: 52.63158%;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.header-secondary-row .container .breaking-news-list .news-item .loading-area {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-secondary-row
  .container
  .breaking-news-list
  .news-item
  .loading-area.hide {
  display: none;
}
.header-secondary-row
  .container
  .breaking-news-list
  .news-item
  .loading-area:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-animation: spinner 1.2s linear infinite;
  animation: spinner 1.2s linear infinite;
}
.header-secondary-row .container .breaking-news-list .news-item .news-hour {
  font-weight: 600;
}
.header-secondary-row .container .breaking-news-list .news-item .news-desc {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.header-secondary-row .container .breaking-news-list .news-item img {
  width: 4px;
  height: 4px;
}
.header-secondary-row .container .breaking-news-arrow-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.header-secondary-row .container .breaking-news-arrow-container .left-arrow,
.header-secondary-row .container .breaking-news-arrow-container .right-arrow {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.header-secondary-row
  .container
  .breaking-news-arrow-container
  .left-arrow.passive,
.header-secondary-row
  .container
  .breaking-news-arrow-container
  .right-arrow.passive {
  opacity: 0.5;
  cursor: default;
}
.header-secondary-row .container .breaking-news-arrow-container .left-arrow img,
.header-secondary-row
  .container
  .breaking-news-arrow-container
  .right-arrow
  img {
  width: 13px;
}
.header-secondary-row
  .container
  .breaking-news-arrow-container
  .left-arrow
  img[alt="left-arrow"],
.header-secondary-row
  .container
  .breaking-news-arrow-container
  .right-arrow
  img[alt="left-arrow"] {
  transform: translate(1.5px, 1px);
}
.header-secondary-row
  .container
  .breaking-news-arrow-container
  .left-arrow
  img[alt="right-arrow"],
.header-secondary-row
  .container
  .breaking-news-arrow-container
  .right-arrow
  img[alt="right-arrow"] {
  transform: translate(2.5px, 1px);
}
.header-secondary-row .container .weather-bar-container {
  display: grid;
  align-items: center;
  width: 100%;
  background: linear-gradient(89.54deg, #074a8e 0.33%, #5596d8 99.54%);
  height: 30px;
  position: relative;
}
.header-secondary-row .container .weather-bar-container.loaded {
  grid-template-columns: auto auto 1fr;
  width: 190px;
}
.header-secondary-row .container .weather-bar-container .loading-area {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .header-secondary-row
    .container
    .weather-bar-container
    .loading-area.finance {
    width: calc((100vw - 48px) / 6);
  }
}
.header-secondary-row .container .weather-bar-container .loading-area.hide {
  display: none;
}
.header-secondary-row .container .weather-bar-container .loading-area:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-animation: spinner 1.2s linear infinite;
  animation: spinner 1.2s linear infinite;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.header-secondary-row .container .weather-bar-container img[alt="weather"] {
  margin-left: 10px;
  margin-top: -1px;
  width: 24px;
  height: 24px;
  display: none;
}
.header-secondary-row
  .container
  .weather-bar-container
  img[alt="weather"].show {
  display: initial;
}
.header-secondary-row .container .weather-bar-container .degree {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  margin: 0 6px;
  width: 22px;
  overflow: hidden;
  display: none;
}
.header-secondary-row .container .weather-bar-container .degree.show {
  display: initial;
}
.header-secondary-row .container .weather-bar-container .city-container {
  justify-content: space-around;
  position: relative;
  width: 90px;
  display: none;
}
.header-secondary-row .container .weather-bar-container .city-container.show {
  display: flex !important;
  align-items: center;
}
.header-secondary-row
  .container
  .weather-bar-container
  .city-container
  .city-name {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.header-secondary-row
  .container
  .weather-bar-container
  .city-container
  .arrow-container {
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-secondary-row
  .container
  .weather-bar-container
  .city-container
  .arrow-container:hover {
  background: #457eb8;
  border-radius: 4px;
}
.header-secondary-row
  .container
  .weather-bar-container
  .city-container
  .arrow-container
  img {
  width: 10px;
}
.header-secondary-row
  .container
  .weather-bar-container
  .city-container
  .arrow-container
  img[alt="up-arrow"] {
  transform: rotate(180deg);
}
.header-secondary-row .container .weather-bar-container .city-list {
  position: absolute;
  width: 100%;
  height: 315px;
  overflow-y: scroll;
  background-color: #fff;
  top: 30px;
  box-shadow: 0 12px 35px -12px rgba(0, 0, 0, 0.25);
}
.header-secondary-row
  .container
  .weather-bar-container
  .city-list::-webkit-scrollbar {
  width: 5px;
}
.header-secondary-row
  .container
  .weather-bar-container
  .city-list::-webkit-scrollbar-track {
  background: #dfdfdf;
}
.header-secondary-row
  .container
  .weather-bar-container
  .city-list::-webkit-scrollbar-thumb {
  background: #9e9e9e;
}
.header-secondary-row .container .weather-bar-container .city-list li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  line-height: 43px;
  cursor: pointer;
}
.header-secondary-row .container .weather-bar-container .city-list li:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  [data-page-type] .header-scroll-container {
    height: 24px;
  }
}
.header-hamburger-area-olay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}
.header-hamburger-area-olay.active {
  opacity: 1;
  background: hsla(0, 0%, 9%, 0.5);
  top: 60px;
}
@media (max-width: 991.98px) {
  .hamburger-nav-active {
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .hamburger-nav-active body {
    height: 100%;
    overflow: hidden;
  }
}
.hamburger-nav-active #cnn-app {
  margin-left: -299px;
}
@media (min-width: 768px) {
  .hamburger-nav-active #cnn-app {
    margin-left: -675px;
  }
}
@media (min-width: 992px) {
  .hamburger-nav-active #cnn-app {
    margin-left: 0;
  }
}
.hamburger-nav-active .header-hamburger-area {
  right: 0;
}
@media (max-width: 991.98px) {
  .hamburger-nav-active .header-hamburger-area {
    box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 992px) {
  .hamburger-nav-active .header-hamburger-area {
    display: block;
  }
}
.hamburger-nav-active .header-hamburger-area-olay {
  opacity: 1;
  pointer-events: auto;
}
.js-header-fixed.sticky-header-position {
  top: -136px;
}
.sticky-header-position .header-scroll-area {
  top: -170px;
}
:root {
  --menu-icon-width: 43px;
  --menu-icon-gap: 12px;
  --menu-icon-color: #fff;
  --menu-icon-transition: all ease-in-out 0.4s;
  --bg-color: #111;
}
@media screen and (max-width: 1199px) {
  :root {
    --menu-icon-width: 43px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --menu-icon-width: 35px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --menu-icon-color: #575757;
  }
}
:root .dark-mode {
  --menu-icon-color: #fff;
}
.menu-icon {
  margin-right: 5px;
  width: var(--menu-icon-width);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.menu-icon span {
  width: 11px;
  position: relative;
  height: 2px;
}
.menu-icon i {
  right: 0;
  width: 15px;
  transition: opacity 0.3s;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .menu-icon i {
    right: -5px;
    top: 6px;
  }
}
.menu-icon i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) {
  .menu-icon i img {
    -webkit-filter: none;
    filter: none;
  }
}
.menu-icon span,
.menu-icon span:after,
.menu-icon span:before {
  border-radius: var(--menu-icon-width);
  background-color: var(--menu-icon-color);
  transition: var(--menu-icon-transition);
}
.menu-icon span:before {
  width: 16px !important;
}
.menu-icon span:after,
.menu-icon span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.menu-icon span:before {
  top: calc(100% + var(--menu-icon-gap) / 2);
}
.menu-icon span:after {
  bottom: calc(100% + var(--menu-icon-gap) / 2);
}
.open.menu-icon span {
  background-color: transparent;
}
.open.menu-icon i {
  opacity: 0;
}
.open.menu-icon span:before {
  transform: rotate(-45deg);
  top: 0;
  width: 21px !important;
}
.open.menu-icon span:after {
  transform: rotate(45deg);
  bottom: 0;
  width: 21px !important;
}
.dark-mode .menu-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.dark-mode .menu-area {
  background-color: #2e2e2e;
}
.menu-area {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  background-color: #e20404;
}
@media screen and (min-width: 992px) {
  .menu-area {
    background-color: #fff;
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  .menu-area .container {
    max-width: 992px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-area .container {
    padding-left: 2px;
  }
}
@media screen and (max-width: 768px) {
  .menu-active .header-primary-row {
    overflow: auto;
  }
}
footer.footer {
  padding-top: 19px;
  color: #575757;
  background-color: #eaeaea;
  border-top: 7px solid transparent;
  flex-direction: column;
    display: flex
;
}
@media (min-width: 768px) {
  footer.footer {
    border-top-color: #ddd;
  }
}
@media screen and (max-width: 430px) {
  footer.footer .footer-row .apps-markets {
    flex-wrap: wrap;
  }
  footer.footer .footer-row .apps-markets a.huawei {
    margin-top: 11px;
  }
}
footer.footer .footer-navigation-item {
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 993px) {
  footer.footer .footer-navigation-item {
    width: 340px;
  }
}
footer.footer .footer-row:last-child {
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  footer.footer .footer-row:last-child {
    padding-bottom: 0;
  }
}
footer.footer .footer-row[data-bg-color="silver"] {
  background-color: #bebebe;
}
footer.footer .footer-row[data-bg-color="alto"] {
  background-color: #ddd;
}
footer.footer .footer-row .footer-navigation {
  display: flex;
  padding-bottom: 30px;
  justify-content: space-between;
}
footer.footer .footer-row .footer-navigation-item {
  display: none;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer.footer .footer-row .footer-navigation-item {
    display: flex;
  }
}
footer.footer .footer-row .footer-navigation-item:last-child {
  display: flex;
}
@media (max-width: 767.98px) {
  footer.footer .footer-row .footer-navigation-item:last-child {
    width: 100%;
  }
}
footer.footer .footer-row .footer-navigation-item:last-child .global-title {
  font-size: 20px;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  footer.footer .footer-row .footer-navigation-item:last-child .global-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199.98px) {
  footer.footer .footer-row .footer-navigation-item .global-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  footer.footer
    .footer-row
    .footer-navigation-item
    .global-title[data-position="right"] {
    z-index: 2;
  }
}
footer.footer .footer-row .footer-navigation-item ul li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}
footer.footer .footer-row .footer-navigation-item ul li:hover a {
  color: #e20404;
}
footer.footer .footer-row .hot-line {
  position: relative;
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  footer.footer .footer-row .hot-line {
    z-index: 1;
  }
}
footer.footer .footer-row .hot-line-link {
  font-size: 35px;
}
@media screen and (max-width: 993px) {
  footer.footer .footer-row .hot-line-link {
    font-size: 33px;
  }
}
@media (min-width: 576px) {
  footer.footer .footer-row .hot-line-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
footer.footer .footer-row .hot-line-link h3 {
  font-weight: 900;
  text-align: right;
}
@media (min-width: 576px) {
  footer.footer .footer-row .hot-line-link h3 {
    width: 137px;
    height: 146px;
    margin-top: 0;
    font-size: 45px;
    font-weight: 900;
    line-height: 45px;
    display: inline-block;
  }
}
footer.footer .footer-row .hot-line-link i {
  font-size: 98px;
  color: #ddd;
}
@media (max-width: 767.98px) {
  footer.footer .footer-row .hot-line-link i {
    left: 0;
    top: -35px;
    z-index: -1;
    position: absolute;
  }
}
@media (min-width: 576px) {
  footer.footer .footer-row .hot-line-link i {
    font-size: 103px;
  }
}
@media (min-width: 992px) {
  footer.footer .footer-row .hot-line-link i {
    font-size: 130px;
  }
}
footer.footer .footer-row .hot-line-link:hover h4 {
  color: #e20404;
}
footer.footer .footer-row .apps-markets {
  display: flex;
  margin-bottom: 19px;
  align-items: center;
  justify-content: center;
}
footer.footer .footer-row .apps-markets a {
  width: 127px;
  height: 44px;
  display: flex;
  padding: 7px 0;
  border-radius: 5px;
  color: #000;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
footer.footer .footer-row .apps-markets a:hover {
  color: #fff;
  background-color: #000;
}
footer.footer .footer-row .apps-markets a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}
footer.footer .footer-row .apps-markets a:not(last-child) {
  margin-right: 11px;
}
footer.footer .footer-row .apps-markets a.android:hover:before {
  background-image: url(../images/google-play-white.svg);
}
footer.footer .footer-row .apps-markets a.android:before {
  background-image: url(../images/google-play.svg);
}
footer.footer .footer-row .apps-markets a.ios:hover:before {
  background-image: url(../images/app-store-white.svg);
}
footer.footer .footer-row .apps-markets a.ios:before {
  background-image: url(../images/app-store.svg);
}
footer.footer .footer-row .apps-markets a.huawei:hover:before {
  background-image: url(../images/app-gallery-white.svg);
}
footer.footer .footer-row .apps-markets a.huawei:before {
  background-image: url(../images/app-gallery.svg);
}
footer.footer .footer-row .apps-markets a span {
  font-size: 0;
}
footer.footer .footer-row .corporate-navigation {
  display: flex;
  padding: 30px 0;
  justify-content: center;
  border-top: 1px solid #bebebe;
}
@media (min-width: 576px) {
  footer.footer .footer-row .corporate-navigation {
    padding: 19px 0 38px;
  }
}
@media (min-width: 768px) {
  footer.footer .footer-row .corporate-navigation {
    padding: 19px 0 34px;
  }
}
@media (min-width: 992px) {
  footer.footer .footer-row .corporate-navigation {
    padding: 19px 0 42px;
  }
}
footer.footer .footer-row .corporate-navigation ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  footer.footer .footer-row .corporate-navigation ul {
    max-width: 670px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  footer.footer .footer-row .corporate-navigation ul {
    max-width: 100%;
    justify-content: flex-start;
  }
}
footer.footer .footer-row .corporate-navigation ul li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 576px) {
  footer.footer .footer-row .corporate-navigation ul li {
    margin-right: 7px;
  }
}
footer.footer .footer-row .corporate-navigation ul li:hover a {
  color: #e20404;
}
footer.footer .footer-row .corporate-navigation ul li:after {
  content: "";
  margin-left: 7px;
}
@media (min-width: 768px) {
  footer.footer .footer-row .corporate-navigation ul li:after {
    content: "|";
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  footer.footer .footer-row .corporate-navigation ul li:nth-child(5):after {
    content: "";
  }
}
footer.footer .footer-row .corporate-navigation ul li:last-child:after {
  content: "";
}
footer.footer .footer-row .other-language-navigation {
  display: none;
}
@media (min-width: 768px) {
  footer.footer .footer-row .other-language-navigation {
    display: block;
  }
}
footer.footer .footer-row .other-language-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer.footer .footer-row .other-language-navigation ul li {
  margin-right: 20px;
}
footer.footer .footer-row .other-language-navigation ul li:last-child {
  margin-right: 0;
}
footer.footer .footer-row .other-language-navigation ul li a {
  font-size: 13px;
  font-weight: 500;
}
footer.footer .footer-row .social-navigation {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer.footer .footer-row .social-navigation {
    min-width: 286px;
    max-width: 307px;
    flex-direction: row;
  }
}
footer.footer .footer-row .social-navigation h4 {
  padding: 0;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 19px;
}
@media (min-width: 768px) {
  footer.footer .footer-row .social-navigation h4 {
    margin-bottom: 0;
    margin-right: 34px;
  }
}
footer.footer .footer-row .social-navigation ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 768px) {
  footer.footer .footer-row .social-navigation ul {
    flex-grow: 1;
    justify-content: space-between;
  }
}
footer.footer .footer-row .social-navigation ul li a {
  font-size: 16px;
}
footer.footer .footer-row .social-navigation ul li a.telegram i {
  display: flex;
  width: 16px;
  height: 16px;
  background-image: url(../images/telegram.svg);
}
footer.footer .footer-row .social-navigation ul li:hover a.facebook {
  color: #0346c4;
}
footer.footer .footer-row .social-navigation ul li:hover a.twitter svg path {
  fill: #00c4ff;
}
footer.footer .footer-row .social-navigation ul li:hover a.instagram {
  color: #ff0089;
}
footer.footer .footer-row .social-navigation ul li:hover a.youtube {
  color: #e20404;
}
footer.footer .footer-row .social-navigation ul li:hover a.flipboard {
  color: #e20404;
}
footer.footer .footer-row .social-navigation ul li:hover a.tiktok {
  color: #000;
}
footer.footer .footer-row .social-navigation ul li:hover a.telegram i {
  background-image: url(../images/original-telegram.svg);
}
footer.footer .footer-row .other-channel {
  overflow-x: auto;
}
footer.footer .footer-row .other-channel ul {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  overflow-y: hidden;
  align-items: center;
  -webkit-overflow-scrolling: touch;
}
footer.footer .footer-row .other-channel ul li {
  flex-shrink: 0;
  margin-right: 25px;
}
footer.footer .footer-row .other-channel ul li:hover a {
  color: #e20404;
}
footer.footer .footer-row .other-channel ul li:last-child {
  margin-right: 0;
}
footer.footer .footer-row .other-channel ul li.divider {
  width: 2px;
  height: 34px;
  margin-right: 8px;
  margin-left: -12px;
  background-color: #575757;
}
footer.footer .footer-row .other-channel ul li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  color: #414141;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  footer.footer .footer-row .other-channel ul li a {
    font-size: 13px;
  }
}
footer.footer .footer-row .copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer.footer .footer-row .copyright {
    flex-direction: row;
  }
}
footer.footer .footer-row .copyright .slogan {
  display: flex;
  align-items: center;
  padding: 10px 0 9px;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer.footer .footer-row .copyright .slogan {
    flex-direction: row;
  }
}
footer.footer .footer-row .copyright .slogan .main-logo {
  width: auto;
  height: auto;
  align-self: center;
  margin-bottom: 9px;
  background-color: transparent;
}
@media (min-width: 768px) {
  footer.footer .footer-row .copyright .slogan .main-logo {
    margin-bottom: 0;
    margin-right: 29px;
  }
}
@media (min-width: 992px) {
  footer.footer .footer-row .copyright .slogan .main-logo {
    margin-right: 0;
  }
}
footer.footer .footer-row .copyright .slogan .main-logo:before {
  content: "";
}
footer.footer .footer-row .copyright .slogan .footer-logo {
  width: 65px;
  height: 50px;
  background-image: url(../images/cnnturk-logo.png);
  background-size: cover;
}
footer.footer .footer-row .copyright .slogan h5 {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}
@media (min-width: 768px) {
  footer.footer .footer-row .copyright .slogan h5 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  footer.footer .footer-row .copyright .slogan h5 {
    font-size: 20px;
  }
}
footer.footer .footer-row .copyright p {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 11px;
}
@media (min-width: 768px) {
  footer.footer .footer-row .copyright p {
    font-size: 13px;
    max-width: 307px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer.footer .footer-row .copyright p {
    max-width: none;
    text-align: left;
  }
}
.ico-flipboard:before {
  content: "";
  color: transparent;
  background-image: url(../fonts/ico-flipboard-footer.svg);
}
.ico-flipboard:hover:before {
  color: transparent;
  background-image: url(../fonts/ico-flipboard-footer-o.svg);
}
.section {
  margin-bottom: 40px;
  display: block;
  width: 100%;
  position: relative;
}
.section .bg {
  display: none;
}
.section-header {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-header {
    margin: 14px 0;
  }
}
@media (min-width: 992px) {
  .section-header {
    margin: 21px 0;
  }
}
@media (min-width: 1200px) {
  .section-header {
    margin: 13px 0;
  }
}
.section-header .cta-all {
  align-self: flex-end;
  margin-left: auto;
  order: 1;
}
@media (min-width: 992px) {
  .section-header .cta-all {
    order: 2;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.section .global-title {
  order: 0;
}
.section-nav {
  margin-top: 19px;
  order: 2;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .section-nav {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .section-nav {
    order: 1;
    margin: 0 auto 0 23px;
    width: auto;
    align-self: flex-end;
    border-left: 1px solid #e2e2e2;
  }
}
.section-nav-list {
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .section-nav-list {
    padding-left: 18px;
    padding-right: 0;
  }
}
.section-nav-list::-webkit-scrollbar {
  display: none;
}
.section-nav-item {
  flex-shrink: 0;
  padding-right: 13px;
}
.section-nav-link {
  color: #575757;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 0;
  transition: color 0.3s ease-out;
}
@media (min-width: 992px) {
  .section-nav-link {
    padding: 3px 0;
  }
}
.no-touch .section-nav-link:hover,
.touch .section-nav-link:active {
  color: #e20404;
}
.no-touch [data-category="agenda"] .section-nav-link:hover,
.touch [data-category="agenda"] .section-nav-link:active {
  color: #ba0707;
}
.no-touch [data-category="sport"] .section-nav-link:hover,
.touch [data-category="sport"] .section-nav-link:active {
  color: #03c43e;
}
.no-touch [data-category="magazine"] .section-nav-link:hover,
.touch [data-category="magazine"] .section-nav-link:active {
  color: #ff0089;
}
.no-touch [data-category="economy"] .section-nav-link:hover,
.touch [data-category="economy"] .section-nav-link:active {
  color: #0346c4;
}
.no-touch [data-category="health"] .section-nav-link:hover,
.touch [data-category="health"] .section-nav-link:active {
  color: #67ded5;
}
.no-touch [data-category="technology"] .section-nav-link:hover,
.touch [data-category="technology"] .section-nav-link:active {
  color: #00c4ff;
}
.no-touch [data-category="life"] .section-nav-link:hover,
.touch [data-category="life"] .section-nav-link:active {
  color: #a133db;
}
.no-touch [data-category="information"] .section-nav-link:hover,
.touch [data-category="information"] .section-nav-link:active {
  color: #b48a52;
}
.no-touch [data-category="highlights"] .section-nav-link:hover,
.touch [data-category="highlights"] .section-nav-link:active {
  color: #0091b4;
}
.no-touch [data-category="programs"] .section-nav-link:hover,
.touch [data-category="programs"] .section-nav-link:active {
  color: #e20404;
}
.no-touch [data-category="world"] .section-nav-link:hover,
.touch [data-category="world"] .section-nav-link:active {
  color: #0091b4;
}
.no-touch [data-category="travel"] .section-nav-link:hover,
.touch [data-category="travel"] .section-nav-link:active {
  color: #ffe200;
}
.no-touch [data-category="auto"] .section-nav-link:hover,
.touch [data-category="auto"] .section-nav-link:active {
  color: #068e35;
}
.no-touch [data-category="videoplus"] .section-nav-link:hover,
.touch [data-category="videoplus"] .section-nav-link:active {
  color: #67ded5;
}
.no-touch [data-category="writers"] .section-nav-link:hover,
.touch [data-category="writers"] .section-nav-link:active {
  color: #8399b4;
}
.section-bg {
  padding-top: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-bg {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.section-bg .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.section-broadcast {
  margin-bottom: 0;
  display: block;
  width: 100%;
  position: relative;
}
.section.scl-v1.son-dakika-haberleri[data-category="agenda"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="agenda"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="agenda"] .section-header a {
  color: #ba0707;
}
.section.scl-v1.son-dakika-haberleri[data-category="sport"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="sport"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="sport"] .section-header a {
  color: #03c43e;
}
.section.scl-v1.son-dakika-haberleri[data-category="magazine"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="magazine"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="magazine"]
  .section-header
  a {
  color: #ff0089;
}
.section.scl-v1.son-dakika-haberleri[data-category="economy"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="economy"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="economy"]
  .section-header
  a {
  color: #0346c4;
}
.section.scl-v1.son-dakika-haberleri[data-category="health"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="health"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="health"] .section-header a {
  color: #67ded5;
}
.section.scl-v1.son-dakika-haberleri[data-category="technology"]
  .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="technology"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="technology"]
  .section-header
  a {
  color: #00c4ff;
}
.section.scl-v1.son-dakika-haberleri[data-category="life"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="life"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="life"] .section-header a {
  color: #a133db;
}
.section.scl-v1.son-dakika-haberleri[data-category="information"]
  .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="information"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="information"]
  .section-header
  a {
  color: #b48a52;
}
.section.scl-v1.son-dakika-haberleri[data-category="highlights"]
  .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="highlights"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="highlights"]
  .section-header
  a {
  color: #0091b4;
}
.section.scl-v1.son-dakika-haberleri[data-category="programs"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="programs"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="programs"]
  .section-header
  a {
  color: #e20404;
}
.section.scl-v1.son-dakika-haberleri[data-category="world"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="world"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="world"] .section-header a {
  color: #0091b4;
}
.section.scl-v1.son-dakika-haberleri[data-category="travel"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="travel"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="travel"] .section-header a {
  color: #ffe200;
}
.section.scl-v1.son-dakika-haberleri[data-category="auto"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="auto"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="auto"] .section-header a {
  color: #068e35;
}
.section.scl-v1.son-dakika-haberleri[data-category="videoplus"]
  .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="videoplus"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="videoplus"]
  .section-header
  a {
  color: #67ded5;
}
.section.scl-v1.son-dakika-haberleri[data-category="writers"] .section-header {
  padding-top: 5px;
}
.section.scl-v1.son-dakika-haberleri[data-category="writers"]
  .section-header
  .global-title,
.section.scl-v1.son-dakika-haberleri[data-category="writers"]
  .section-header
  a {
  color: #8399b4;
}
.card-news,
.card-news-h {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.card-news-h .card-inner,
.card-news .card-inner {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  padding: 10px;
  transition: box-shadow 0.3s ease-out;
}
.card-news-h .card-agenda,
.card-news .card-agenda {
  flex-direction: row !important;
  height: 95px;
  max-width: 360px;
}
@media screen and (max-width: 993px) {
  .card-news-h .card-agenda,
  .card-news .card-agenda {
    max-width: 340px;
    height: 94px !important;
  }
}
@media screen and (max-width: 767px) {
  .card-news-h .card-agenda,
  .card-news .card-agenda {
    height: 72px;
  }
}
.card-news-h .card-agenda .card-figure,
.card-news .card-agenda .card-figure {
  width: 135px !important;
  height: 76px !important;
}
@media screen and (max-width: 993px) {
  .card-news-h .card-agenda .card-figure,
  .card-news .card-agenda .card-figure {
    max-width: 132px;
    height: 74px;
  }
}
@media screen and (max-width: 767px) {
  .card-news-h .card-agenda .card-figure,
  .card-news .card-agenda .card-figure {
    max-width: 93px;
    height: 52px !important;
    top: 13px;
  }
}
.card-news-h .card-agenda .card-title,
.card-news .card-agenda .card-title {
  font-size: 16px;
  max-width: 198px;
  padding-left: 7px;
  text-align: left;
}
@media screen and (max-width: 993px) {
  .card-news-h .card-agenda .card-title,
  .card-news .card-agenda .card-title {
    font-size: 13px;
    padding-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .card-news-h .card-agenda .card-title,
  .card-news .card-agenda .card-title {
    padding-top: 10px;
  }
}
.card-news-h .card-agenda-mobile,
.card-news .card-agenda-mobile {
  flex-direction: row !important;
  width: 340px;
  height: 94px;
}
@media screen and (max-width: 767px) {
  .card-news-h .card-agenda-mobile .card-figure,
  .card-news .card-agenda-mobile .card-figure {
    max-width: 132px;
    height: 74px !important;
  }
}
.card-news-h .card-agenda-mobile .card-title,
.card-news .card-agenda-mobile .card-title {
  padding-left: 7px;
}
.card-news-h .card-figure-bg,
.card-news .card-figure-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.card-news-h .card-figure-bg:before,
.card-news .card-figure-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.card-news-h .card-figure,
.card-news .card-figure {
  overflow: hidden;
  position: relative;
}
.card-news-h .card-figure:before,
.card-news .card-figure:before {
  background-color: #ddd;
  pointer-events: none;
  width: 100%;
  padding-top: 56.25%;
  content: "";
  display: block;
}
.card-news-h .card-figure .navigate,
.card-news .card-figure .navigate {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-news-h .card-figure .navigate img,
.card-news .card-figure .navigate img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.card-news-h .card-figure .card-figure-bg,
.card-news-h .card-figure .icon,
.card-news-h .card-figure .player-bg,
.card-news-h .card-figure .video-widget-similars .similars-card-figure-bg,
.card-news-h .card-figure .video-widget .next-card-figure-bg,
.card-news-h .card-figure [data-category="videoplus"] .player-bg:before,
.card-news .card-figure .card-figure-bg,
.card-news .card-figure .icon,
.card-news .card-figure .player-bg,
.card-news .card-figure .video-widget-similars .similars-card-figure-bg,
.card-news .card-figure .video-widget .next-card-figure-bg,
.card-news .card-figure [data-category="videoplus"] .player-bg:before,
.video-widget-similars .card-news-h .card-figure .similars-card-figure-bg,
.video-widget-similars .card-news .card-figure .similars-card-figure-bg,
.video-widget .card-news-h .card-figure .next-card-figure-bg,
.video-widget .card-news .card-figure .next-card-figure-bg,
[data-category="videoplus"] .card-news-h .card-figure .player-bg:before,
[data-category="videoplus"] .card-news .card-figure .player-bg:before {
  position: absolute;
}
.card-news-h .card-figure .ico-play.card-figure-bg,
.card-news-h .card-figure .ico-play.player-bg,
.card-news-h .card-figure .icon.ico-play,
.card-news-h
  .card-figure
  .video-widget-similars
  .ico-play.similars-card-figure-bg,
.card-news-h .card-figure .video-widget .ico-play.next-card-figure-bg,
.card-news-h
  .card-figure
  [data-category="videoplus"]
  .ico-play.player-bg:before,
.card-news .card-figure .ico-play.card-figure-bg,
.card-news .card-figure .ico-play.player-bg,
.card-news .card-figure .icon.ico-play,
.card-news
  .card-figure
  .video-widget-similars
  .ico-play.similars-card-figure-bg,
.card-news .card-figure .video-widget .ico-play.next-card-figure-bg,
.card-news .card-figure [data-category="videoplus"] .ico-play.player-bg:before,
.video-widget-similars
  .card-news-h
  .card-figure
  .ico-play.similars-card-figure-bg,
.video-widget-similars
  .card-news
  .card-figure
  .ico-play.similars-card-figure-bg,
.video-widget .card-news-h .card-figure .ico-play.next-card-figure-bg,
.video-widget .card-news .card-figure .ico-play.next-card-figure-bg,
[data-category="videoplus"]
  .card-news-h
  .card-figure
  .ico-play.player-bg:before,
[data-category="videoplus"] .card-news .card-figure .ico-play.player-bg:before {
  width: 34px;
  height: 28px;
  bottom: 0;
  left: 0;
  color: #575757;
  background-color: #eaeaea;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.card-news-h .card-title,
.card-news .card-title {
  font-weight: 700;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.3s ease-out;
}
.card-news-h .card-title.dummy:before,
.card-news .card-title.dummy:before {
  content: "";
  width: 100%;
  height: 22px;
}
.card-news-h .card-title.dummy:after,
.card-news .card-title.dummy:after {
  content: "";
  width: 100%;
  height: 22px;
  margin-top: 2px;
}
.card-news-h .card-desc,
.card-news .card-desc {
  transition: color 0.3s ease-out;
}
.no-touch .card-news-h:hover .card-inner,
.no-touch .card-news:hover .card-inner,
.touch .card-news-h:active .card-inner,
.touch .card-news:active .card-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.no-touch .card-news-h:hover .card-figure .ico-play,
.no-touch .card-news:hover .card-figure .ico-play,
.touch .card-news-h:active .card-figure .ico-play,
.touch .card-news:active .card-figure .ico-play {
  background-color: #e20404;
  color: #fff;
}
.no-touch .card-news-h:hover .card-title,
.no-touch .card-news:hover .card-title,
.touch .card-news-h:active .card-title,
.touch .card-news:active .card-title {
  color: #e20404;
}
.no-touch .card-news-h:hover .card-desc,
.no-touch .card-news:hover .card-desc,
.touch .card-news-h:active .card-desc,
.touch .card-news:active .card-desc {
  color: #e20404;
}
.no-touch [data-category="agenda"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="agenda"].card-news:hover .card-figure .ico-play,
.touch [data-category="agenda"].card-news-h:active .card-figure .ico-play,
.touch [data-category="agenda"].card-news:active .card-figure .ico-play {
  background-color: #ba0707;
}
.no-touch [data-category="agenda"].card-news-h:hover .card-title,
.no-touch [data-category="agenda"].card-news:hover .card-title,
.touch [data-category="agenda"].card-news-h:active .card-title,
.touch [data-category="agenda"].card-news:active .card-title {
  color: #ba0707;
}
.no-touch [data-category="agenda"].card-news-h:hover .card-desc,
.no-touch [data-category="agenda"].card-news:hover .card-desc,
.touch [data-category="agenda"].card-news-h:active .card-desc,
.touch [data-category="agenda"].card-news:active .card-desc {
  color: #ba0707;
}
.no-touch [data-category="sport"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="sport"].card-news:hover .card-figure .ico-play,
.touch [data-category="sport"].card-news-h:active .card-figure .ico-play,
.touch [data-category="sport"].card-news:active .card-figure .ico-play {
  background-color: #03c43e;
}
.no-touch [data-category="sport"].card-news-h:hover .card-title,
.no-touch [data-category="sport"].card-news:hover .card-title,
.touch [data-category="sport"].card-news-h:active .card-title,
.touch [data-category="sport"].card-news:active .card-title {
  color: #03c43e;
}
.no-touch [data-category="sport"].card-news-h:hover .card-desc,
.no-touch [data-category="sport"].card-news:hover .card-desc,
.touch [data-category="sport"].card-news-h:active .card-desc,
.touch [data-category="sport"].card-news:active .card-desc {
  color: #03c43e;
}
.no-touch [data-category="magazine"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="magazine"].card-news:hover .card-figure .ico-play,
.touch [data-category="magazine"].card-news-h:active .card-figure .ico-play,
.touch [data-category="magazine"].card-news:active .card-figure .ico-play {
  background-color: #ff0089;
}
.no-touch [data-category="magazine"].card-news-h:hover .card-title,
.no-touch [data-category="magazine"].card-news:hover .card-title,
.touch [data-category="magazine"].card-news-h:active .card-title,
.touch [data-category="magazine"].card-news:active .card-title {
  color: #ff0089;
}
.no-touch [data-category="magazine"].card-news-h:hover .card-desc,
.no-touch [data-category="magazine"].card-news:hover .card-desc,
.touch [data-category="magazine"].card-news-h:active .card-desc,
.touch [data-category="magazine"].card-news:active .card-desc {
  color: #ff0089;
}
.no-touch [data-category="economy"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="economy"].card-news:hover .card-figure .ico-play,
.touch [data-category="economy"].card-news-h:active .card-figure .ico-play,
.touch [data-category="economy"].card-news:active .card-figure .ico-play {
  background-color: #0346c4;
}
.no-touch [data-category="economy"].card-news-h:hover .card-title,
.no-touch [data-category="economy"].card-news:hover .card-title,
.touch [data-category="economy"].card-news-h:active .card-title,
.touch [data-category="economy"].card-news:active .card-title {
  color: #0346c4;
}
.no-touch [data-category="economy"].card-news-h:hover .card-desc,
.no-touch [data-category="economy"].card-news:hover .card-desc,
.touch [data-category="economy"].card-news-h:active .card-desc,
.touch [data-category="economy"].card-news:active .card-desc {
  color: #0346c4;
}
.no-touch [data-category="health"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="health"].card-news:hover .card-figure .ico-play,
.touch [data-category="health"].card-news-h:active .card-figure .ico-play,
.touch [data-category="health"].card-news:active .card-figure .ico-play {
  background-color: #67ded5;
}
.no-touch [data-category="health"].card-news-h:hover .card-title,
.no-touch [data-category="health"].card-news:hover .card-title,
.touch [data-category="health"].card-news-h:active .card-title,
.touch [data-category="health"].card-news:active .card-title {
  color: #67ded5;
}
.no-touch [data-category="health"].card-news-h:hover .card-desc,
.no-touch [data-category="health"].card-news:hover .card-desc,
.touch [data-category="health"].card-news-h:active .card-desc,
.touch [data-category="health"].card-news:active .card-desc {
  color: #67ded5;
}
.no-touch [data-category="technology"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="technology"].card-news:hover .card-figure .ico-play,
.touch [data-category="technology"].card-news-h:active .card-figure .ico-play,
.touch [data-category="technology"].card-news:active .card-figure .ico-play {
  background-color: #00c4ff;
}
.no-touch [data-category="technology"].card-news-h:hover .card-title,
.no-touch [data-category="technology"].card-news:hover .card-title,
.touch [data-category="technology"].card-news-h:active .card-title,
.touch [data-category="technology"].card-news:active .card-title {
  color: #00c4ff;
}
.no-touch [data-category="technology"].card-news-h:hover .card-desc,
.no-touch [data-category="technology"].card-news:hover .card-desc,
.touch [data-category="technology"].card-news-h:active .card-desc,
.touch [data-category="technology"].card-news:active .card-desc {
  color: #00c4ff;
}
.no-touch [data-category="life"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="life"].card-news:hover .card-figure .ico-play,
.touch [data-category="life"].card-news-h:active .card-figure .ico-play,
.touch [data-category="life"].card-news:active .card-figure .ico-play {
  background-color: #a133db;
}
.no-touch [data-category="life"].card-news-h:hover .card-title,
.no-touch [data-category="life"].card-news:hover .card-title,
.touch [data-category="life"].card-news-h:active .card-title,
.touch [data-category="life"].card-news:active .card-title {
  color: #a133db;
}
.no-touch [data-category="life"].card-news-h:hover .card-desc,
.no-touch [data-category="life"].card-news:hover .card-desc,
.touch [data-category="life"].card-news-h:active .card-desc,
.touch [data-category="life"].card-news:active .card-desc {
  color: #a133db;
}
.no-touch
  [data-category="information"].card-news-h:hover
  .card-figure
  .ico-play,
.no-touch [data-category="information"].card-news:hover .card-figure .ico-play,
.touch [data-category="information"].card-news-h:active .card-figure .ico-play,
.touch [data-category="information"].card-news:active .card-figure .ico-play {
  background-color: #b48a52;
}
.no-touch [data-category="information"].card-news-h:hover .card-title,
.no-touch [data-category="information"].card-news:hover .card-title,
.touch [data-category="information"].card-news-h:active .card-title,
.touch [data-category="information"].card-news:active .card-title {
  color: #b48a52;
}
.no-touch [data-category="information"].card-news-h:hover .card-desc,
.no-touch [data-category="information"].card-news:hover .card-desc,
.touch [data-category="information"].card-news-h:active .card-desc,
.touch [data-category="information"].card-news:active .card-desc {
  color: #b48a52;
}
.no-touch [data-category="highlights"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="highlights"].card-news:hover .card-figure .ico-play,
.touch [data-category="highlights"].card-news-h:active .card-figure .ico-play,
.touch [data-category="highlights"].card-news:active .card-figure .ico-play {
  background-color: #0091b4;
}
.no-touch [data-category="highlights"].card-news-h:hover .card-title,
.no-touch [data-category="highlights"].card-news:hover .card-title,
.touch [data-category="highlights"].card-news-h:active .card-title,
.touch [data-category="highlights"].card-news:active .card-title {
  color: #0091b4;
}
.no-touch [data-category="highlights"].card-news-h:hover .card-desc,
.no-touch [data-category="highlights"].card-news:hover .card-desc,
.touch [data-category="highlights"].card-news-h:active .card-desc,
.touch [data-category="highlights"].card-news:active .card-desc {
  color: #0091b4;
}
.no-touch [data-category="programs"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="programs"].card-news:hover .card-figure .ico-play,
.touch [data-category="programs"].card-news-h:active .card-figure .ico-play,
.touch [data-category="programs"].card-news:active .card-figure .ico-play {
  background-color: #e20404;
}
.no-touch [data-category="programs"].card-news-h:hover .card-title,
.no-touch [data-category="programs"].card-news:hover .card-title,
.touch [data-category="programs"].card-news-h:active .card-title,
.touch [data-category="programs"].card-news:active .card-title {
  color: #e20404;
}
.no-touch [data-category="programs"].card-news-h:hover .card-desc,
.no-touch [data-category="programs"].card-news:hover .card-desc,
.touch [data-category="programs"].card-news-h:active .card-desc,
.touch [data-category="programs"].card-news:active .card-desc {
  color: #e20404;
}
.no-touch [data-category="world"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="world"].card-news:hover .card-figure .ico-play,
.touch [data-category="world"].card-news-h:active .card-figure .ico-play,
.touch [data-category="world"].card-news:active .card-figure .ico-play {
  background-color: #0091b4;
}
.no-touch [data-category="world"].card-news-h:hover .card-title,
.no-touch [data-category="world"].card-news:hover .card-title,
.touch [data-category="world"].card-news-h:active .card-title,
.touch [data-category="world"].card-news:active .card-title {
  color: #0091b4;
}
.no-touch [data-category="world"].card-news-h:hover .card-desc,
.no-touch [data-category="world"].card-news:hover .card-desc,
.touch [data-category="world"].card-news-h:active .card-desc,
.touch [data-category="world"].card-news:active .card-desc {
  color: #0091b4;
}
.no-touch [data-category="travel"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="travel"].card-news:hover .card-figure .ico-play,
.touch [data-category="travel"].card-news-h:active .card-figure .ico-play,
.touch [data-category="travel"].card-news:active .card-figure .ico-play {
  background-color: #ffe200;
}
.no-touch [data-category="travel"].card-news-h:hover .card-title,
.no-touch [data-category="travel"].card-news:hover .card-title,
.touch [data-category="travel"].card-news-h:active .card-title,
.touch [data-category="travel"].card-news:active .card-title {
  color: #ffe200;
}
.no-touch [data-category="travel"].card-news-h:hover .card-desc,
.no-touch [data-category="travel"].card-news:hover .card-desc,
.touch [data-category="travel"].card-news-h:active .card-desc,
.touch [data-category="travel"].card-news:active .card-desc {
  color: #ffe200;
}
.no-touch [data-category="auto"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="auto"].card-news:hover .card-figure .ico-play,
.touch [data-category="auto"].card-news-h:active .card-figure .ico-play,
.touch [data-category="auto"].card-news:active .card-figure .ico-play {
  background-color: #068e35;
}
.no-touch [data-category="auto"].card-news-h:hover .card-title,
.no-touch [data-category="auto"].card-news:hover .card-title,
.touch [data-category="auto"].card-news-h:active .card-title,
.touch [data-category="auto"].card-news:active .card-title {
  color: #068e35;
}
.no-touch [data-category="auto"].card-news-h:hover .card-desc,
.no-touch [data-category="auto"].card-news:hover .card-desc,
.touch [data-category="auto"].card-news-h:active .card-desc,
.touch [data-category="auto"].card-news:active .card-desc {
  color: #068e35;
}
.no-touch [data-category="videoplus"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="videoplus"].card-news:hover .card-figure .ico-play,
.touch [data-category="videoplus"].card-news-h:active .card-figure .ico-play,
.touch [data-category="videoplus"].card-news:active .card-figure .ico-play {
  background-color: #67ded5;
}
.no-touch [data-category="videoplus"].card-news-h:hover .card-title,
.no-touch [data-category="videoplus"].card-news:hover .card-title,
.touch [data-category="videoplus"].card-news-h:active .card-title,
.touch [data-category="videoplus"].card-news:active .card-title {
  color: #67ded5;
}
.no-touch [data-category="videoplus"].card-news-h:hover .card-desc,
.no-touch [data-category="videoplus"].card-news:hover .card-desc,
.touch [data-category="videoplus"].card-news-h:active .card-desc,
.touch [data-category="videoplus"].card-news:active .card-desc {
  color: #67ded5;
}
.no-touch [data-category="writers"].card-news-h:hover .card-figure .ico-play,
.no-touch [data-category="writers"].card-news:hover .card-figure .ico-play,
.touch [data-category="writers"].card-news-h:active .card-figure .ico-play,
.touch [data-category="writers"].card-news:active .card-figure .ico-play {
  background-color: #8399b4;
}
.no-touch [data-category="writers"].card-news-h:hover .card-title,
.no-touch [data-category="writers"].card-news:hover .card-title,
.touch [data-category="writers"].card-news-h:active .card-title,
.touch [data-category="writers"].card-news:active .card-title {
  color: #8399b4;
}
.no-touch [data-category="writers"].card-news-h:hover .card-desc,
.no-touch [data-category="writers"].card-news:hover .card-desc,
.touch [data-category="writers"].card-news-h:active .card-desc,
.touch [data-category="writers"].card-news:active .card-desc {
  color: #8399b4;
}
.card-news .card-inner {
  flex-direction: column;
}
.card-news .card-figure-bg {
  font-size: 64px;
}
.card-news .card-figure {
  width: 100%;
}
.card-news .card-caption {
  padding-top: 8px;
  height: 82px;
}
@media (min-width: 768px) {
  .card-news .card-caption {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .card-news .card-caption {
    height: 73px;
  }
}
@media (min-width: 1200px) {
  .card-news .card-caption {
    height: 89px;
  }
}
.card-news .card-title {
  font-size: 16px;
}
.card-news-h .card-inner {
  flex-direction: row;
  align-items: center;
}
.card-news-h .card-figure-bg {
  font-size: 32px;
}
.card-news-h .card-figure {
  flex-shrink: 0;
  width: 41.5%;
  max-width: 135px;
}
.card-news-h .card-caption {
  padding-left: 7px;
}
.card-news-h .card-title {
  font-size: 13px;
}
@media (min-width: 992px) {
  .card-news-h .card-title {
    font-size: 16px;
  }
}
.card-news-h .card-desc {
  display: none;
}
.card-news.line-4 .card-caption {
  height: 110px;
}
@media (min-width: 768px) {
  .card-news.line-4 .card-caption {
    height: 122px;
  }
}
@media (min-width: 992px) {
  .card-news.line-4 .card-caption {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .card-news.line-4 .card-caption {
    height: 117px;
  }
}
.card-news.line-4 .card-title {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.card-news-2 .card-inner {
  padding: 80px 10px 20px;
}
.card-news-2 .card-inner .card-category {
  height: 138px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  justify-content: center;
}
.card-news-2 .card-inner .card-category-text {
  z-index: 1;
  color: #fff;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .card-news-2 .card-inner .card-category-text {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .card-news-2 .card-inner .card-category {
    height: 146px;
  }
}
@media (min-width: 992px) {
  .card-news-2 .card-inner {
    padding: 100px 20px 20px;
  }
  .card-news-2 .card-inner .card-category {
    height: 156px;
  }
}
@media (min-width: 1200px) {
  .card-news-2 .card-inner {
    padding: 125px 20px 20px;
  }
  .card-news-2 .card-inner .card-category {
    height: 187px;
  }
}
@media (min-width: 992px) {
  .card-news-web-h .card-inner {
    flex-direction: row;
    align-items: center;
  }
}
.card-news-web-h .card-figure-bg {
  font-size: 32px;
}
@media (min-width: 992px) {
  .card-news-web-h .card-figure {
    flex-shrink: 0;
    width: 41.5%;
  }
}
.card-news-web-h .card-caption {
  height: 100px;
}
@media (min-width: 768px) {
  .card-news-web-h .card-caption {
    height: 101px;
  }
}
@media (min-width: 992px) {
  .card-news-web-h .card-caption {
    height: auto;
    padding-top: 0;
    padding-left: 7px;
  }
}
.card-news-web-h .card-title {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 992px) {
  .card-news-web-h .card-title {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    white-space: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.card-news-h.line-3 .card-title {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.card-news-h-v2 .card-inner {
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 16px;
}
.card-news-h-v2 .card-figure {
  width: 106px;
}
.card-news-h-v2 .card-caption {
  align-self: flex-start;
}
.card-news-h-v2 .card-title {
  font-size: 13px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 991px) {
  .card-news-h-v2 .card-title {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    white-space: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.card-news-h-v2 .card-desc {
  margin-top: 1px;
  font-size: 13px;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card-news-h .card-inner {
  position: relative;
}
.card-news-h .card-inner time {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background-color: #fff7f7;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e20404;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.0008em;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .category .headline-cards .slide-md-down .col-lg-6 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .category .headline-cards .slide-md-down .col-lg-6 {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 993px) {
  .category .headline-cards .card-inner .card-figure {
    max-height: 112px;
  }
}
@media screen and (min-width: 1200px) {
  .category .headline-cards .card-inner .card-figure {
    max-height: 139px;
  }
}
.category .headline-cards .card-inner .card-caption {
  padding-bottom: 0 !important;
}
.card-presenter {
  position: relative;
  display: inline-block;
  width: 100%;
}
.card-presenter .card-inner {
  display: flex;
  align-items: center;
}
.card-presenter .card-figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 200px;
  height: 100%;
  flex-shrink: 0;
}
.card-presenter .card-figure:before {
  pointer-events: none;
  width: 100%;
  padding-top: 100%;
  content: "";
  display: block;
}
.card-presenter .card-figure img {
  position: absolute;
  max-width: none;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.card-presenter .card-caption {
  padding-left: 1px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-presenter .card-title {
  font-size: 16px;
  font-weight: 700;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: color 0.3s ease-out;
}
@media (min-width: 1200px) {
  .card-presenter .card-title {
    font-size: 20px;
  }
}
.card-presenter .card-prop-1 {
  font-size: 14px;
}
.card-presenter .card-prop-1,
.card-presenter .card-prop-2 {
  font-weight: 700;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: color 0.3s ease-out;
}
.card-presenter .card-prop-2 {
  font-size: 11px;
  margin-top: 2px;
  color: #e20404;
}
.no-touch .card-presenter:hover .card-prop-1,
.touch .card-presenter:active .card-prop-1 {
  color: #e20404;
}
.no-touch .card-presenter:hover .card-prop-2,
.touch .card-presenter:active .card-prop-2 {
  color: #e20404;
}
.no-touch .card-presenter:hover .card-title,
.touch .card-presenter:active .card-title {
  color: #e20404;
}
.card-mycategory,
.card-mycategory-s {
  position: relative;
  display: inline-block;
  width: 100%;
}
.card-mycategory-s .card-inner,
.card-mycategory .card-inner {
  width: 100%;
  background-color: #ddd;
  position: relative;
  overflow: hidden;
}
.card-mycategory-s .card-inner:before,
.card-mycategory .card-inner:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: font-icon;
  content: "";
  color: #fff;
}
.card-mycategory-s .card-figure,
.card-mycategory .card-figure {
  top: 0;
  left: 0;
  background: 50% / cover no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-mycategory-s .card-figure:after,
.card-mycategory .card-figure:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-mycategory-s .card-caption,
.card-mycategory .card-caption {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
}
.card-mycategory-s .card-news-h .card-figure-bg,
.card-mycategory-s .card-news .card-figure-bg,
.card-mycategory-s .icon,
.card-mycategory-s .player-bg,
.card-mycategory-s .video-widget-similars .similars-card-figure-bg,
.card-mycategory-s .video-widget .next-card-figure-bg,
.card-mycategory-s [data-category="videoplus"] .player-bg:before,
.card-mycategory .card-news-h .card-figure-bg,
.card-mycategory .card-news .card-figure-bg,
.card-mycategory .icon,
.card-mycategory .player-bg,
.card-mycategory .video-widget-similars .similars-card-figure-bg,
.card-mycategory .video-widget .next-card-figure-bg,
.card-mycategory [data-category="videoplus"] .player-bg:before,
.card-news-h .card-mycategory-s .card-figure-bg,
.card-news-h .card-mycategory .card-figure-bg,
.card-news .card-mycategory-s .card-figure-bg,
.card-news .card-mycategory .card-figure-bg,
.video-widget-similars .card-mycategory-s .similars-card-figure-bg,
.video-widget-similars .card-mycategory .similars-card-figure-bg,
.video-widget .card-mycategory-s .next-card-figure-bg,
.video-widget .card-mycategory .next-card-figure-bg,
[data-category="videoplus"] .card-mycategory-s .player-bg:before,
[data-category="videoplus"] .card-mycategory .player-bg:before {
  color: #fff;
  background-color: transparent;
  width: 34px;
  height: 34px;
  font-size: 20px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  cursor: pointer;
}
.card-mycategory-s .card-news-h .card-figure-bg:before,
.card-mycategory-s .card-news .card-figure-bg:before,
.card-mycategory-s .icon:before,
.card-mycategory-s .player-bg:before,
.card-mycategory-s .video-widget-similars .similars-card-figure-bg:before,
.card-mycategory-s .video-widget .next-card-figure-bg:before,
.card-mycategory .card-news-h .card-figure-bg:before,
.card-mycategory .card-news .card-figure-bg:before,
.card-mycategory .icon:before,
.card-mycategory .player-bg:before,
.card-mycategory .video-widget-similars .similars-card-figure-bg:before,
.card-mycategory .video-widget .next-card-figure-bg:before,
.card-news-h .card-mycategory-s .card-figure-bg:before,
.card-news-h .card-mycategory .card-figure-bg:before,
.card-news .card-mycategory-s .card-figure-bg:before,
.card-news .card-mycategory .card-figure-bg:before,
.video-widget-similars .card-mycategory-s .similars-card-figure-bg:before,
.video-widget-similars .card-mycategory .similars-card-figure-bg:before,
.video-widget .card-mycategory-s .next-card-figure-bg:before,
.video-widget .card-mycategory .next-card-figure-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.card-mycategory-s .card-news-h .card-figure-bg:before,
.card-mycategory-s .card-news .card-figure-bg:before,
.card-mycategory-s .icon:before,
.card-mycategory-s .player-bg:before,
.card-mycategory-s .video-widget-similars .similars-card-figure-bg:before,
.card-mycategory-s .video-widget .next-card-figure-bg:before,
.card-mycategory .card-news-h .card-figure-bg:before,
.card-mycategory .card-news .card-figure-bg:before,
.card-mycategory .icon:before,
.card-mycategory .player-bg:before,
.card-mycategory .video-widget-similars .similars-card-figure-bg:before,
.card-mycategory .video-widget .next-card-figure-bg:before,
.card-news-h .card-mycategory-s .card-figure-bg:before,
.card-news-h .card-mycategory .card-figure-bg:before,
.card-news .card-mycategory-s .card-figure-bg:before,
.card-news .card-mycategory .card-figure-bg:before,
.video-widget-similars .card-mycategory-s .similars-card-figure-bg:before,
.video-widget-similars .card-mycategory .similars-card-figure-bg:before,
.video-widget .card-mycategory-s .next-card-figure-bg:before,
.video-widget .card-mycategory .next-card-figure-bg:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-mycategory-s .card-news-h .selected.card-figure-bg,
.card-mycategory-s .card-news .selected.card-figure-bg,
.card-mycategory-s .icon.selected,
.card-mycategory-s .selected.player-bg,
.card-mycategory-s .video-widget-similars .selected.similars-card-figure-bg,
.card-mycategory-s .video-widget .selected.next-card-figure-bg,
.card-mycategory-s [data-category="videoplus"] .selected.player-bg:before,
.card-mycategory .card-news-h .selected.card-figure-bg,
.card-mycategory .card-news .selected.card-figure-bg,
.card-mycategory .icon.selected,
.card-mycategory .selected.player-bg,
.card-mycategory .video-widget-similars .selected.similars-card-figure-bg,
.card-mycategory .video-widget .selected.next-card-figure-bg,
.card-mycategory [data-category="videoplus"] .selected.player-bg:before,
.card-news-h .card-mycategory-s .selected.card-figure-bg,
.card-news-h .card-mycategory .selected.card-figure-bg,
.card-news .card-mycategory-s .selected.card-figure-bg,
.card-news .card-mycategory .selected.card-figure-bg,
.video-widget-similars .card-mycategory-s .selected.similars-card-figure-bg,
.video-widget-similars .card-mycategory .selected.similars-card-figure-bg,
.video-widget .card-mycategory-s .selected.next-card-figure-bg,
.video-widget .card-mycategory .selected.next-card-figure-bg,
[data-category="videoplus"] .card-mycategory-s .selected.player-bg:before,
[data-category="videoplus"] .card-mycategory .selected.player-bg:before {
  font-size: 13px;
  border-color: #67ded5;
  background-color: #67ded5;
}
.card-mycategory-s .card-news-h .selected.card-figure-bg:before,
.card-mycategory-s .card-news .selected.card-figure-bg:before,
.card-mycategory-s .icon.selected:before,
.card-mycategory-s .selected.player-bg:before,
.card-mycategory-s
  .video-widget-similars
  .selected.similars-card-figure-bg:before,
.card-mycategory-s .video-widget .selected.next-card-figure-bg:before,
.card-mycategory .card-news-h .selected.card-figure-bg:before,
.card-mycategory .card-news .selected.card-figure-bg:before,
.card-mycategory .icon.selected:before,
.card-mycategory .selected.player-bg:before,
.card-mycategory
  .video-widget-similars
  .selected.similars-card-figure-bg:before,
.card-mycategory .video-widget .selected.next-card-figure-bg:before,
.card-news-h .card-mycategory-s .selected.card-figure-bg:before,
.card-news-h .card-mycategory .selected.card-figure-bg:before,
.card-news .card-mycategory-s .selected.card-figure-bg:before,
.card-news .card-mycategory .selected.card-figure-bg:before,
.video-widget-similars
  .card-mycategory-s
  .selected.similars-card-figure-bg:before,
.video-widget-similars
  .card-mycategory
  .selected.similars-card-figure-bg:before,
.video-widget .card-mycategory-s .selected.next-card-figure-bg:before,
.video-widget .card-mycategory .selected.next-card-figure-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.card-news-h .no-touch .card-mycategory-s .selected.card-figure-bg:hover,
.card-news-h .no-touch .card-mycategory .selected.card-figure-bg:hover,
.card-news-h .touch .card-mycategory-s .selected.active.card-figure-bg,
.card-news-h .touch .card-mycategory .selected.active.card-figure-bg,
.card-news .no-touch .card-mycategory-s .selected.card-figure-bg:hover,
.card-news .no-touch .card-mycategory .selected.card-figure-bg:hover,
.card-news .touch .card-mycategory-s .selected.active.card-figure-bg,
.card-news .touch .card-mycategory .selected.active.card-figure-bg,
.no-touch .card-mycategory-s .card-news-h .selected.card-figure-bg:hover,
.no-touch .card-mycategory-s .card-news .selected.card-figure-bg:hover,
.no-touch .card-mycategory-s .icon.selected:hover,
.no-touch .card-mycategory-s .selected.player-bg:hover,
.no-touch
  .card-mycategory-s
  .video-widget-similars
  .selected.similars-card-figure-bg:hover,
.no-touch .card-mycategory-s .video-widget .selected.next-card-figure-bg:hover,
.no-touch
  .card-mycategory-s
  [data-category="videoplus"]
  .selected.player-bg:hover:before,
.no-touch .card-mycategory .card-news-h .selected.card-figure-bg:hover,
.no-touch .card-mycategory .card-news .selected.card-figure-bg:hover,
.no-touch .card-mycategory .icon.selected:hover,
.no-touch .card-mycategory .selected.player-bg:hover,
.no-touch
  .card-mycategory
  .video-widget-similars
  .selected.similars-card-figure-bg:hover,
.no-touch .card-mycategory .video-widget .selected.next-card-figure-bg:hover,
.no-touch
  .card-mycategory
  [data-category="videoplus"]
  .selected.player-bg:hover:before,
.touch .card-mycategory-s .card-news-h .selected.active.card-figure-bg,
.touch .card-mycategory-s .card-news .selected.active.card-figure-bg,
.touch .card-mycategory-s .icon.selected.active,
.touch .card-mycategory-s .selected.active.player-bg,
.touch
  .card-mycategory-s
  .video-widget-similars
  .selected.active.similars-card-figure-bg,
.touch .card-mycategory-s .video-widget .selected.active.next-card-figure-bg,
.touch
  .card-mycategory-s
  [data-category="videoplus"]
  .selected.active.player-bg:before,
.touch .card-mycategory .card-news-h .selected.active.card-figure-bg,
.touch .card-mycategory .card-news .selected.active.card-figure-bg,
.touch .card-mycategory .icon.selected.active,
.touch .card-mycategory .selected.active.player-bg,
.touch
  .card-mycategory
  .video-widget-similars
  .selected.active.similars-card-figure-bg,
.touch .card-mycategory .video-widget .selected.active.next-card-figure-bg,
.touch
  .card-mycategory
  [data-category="videoplus"]
  .selected.active.player-bg:before,
.video-widget-similars
  .no-touch
  .card-mycategory-s
  .selected.similars-card-figure-bg:hover,
.video-widget-similars
  .no-touch
  .card-mycategory
  .selected.similars-card-figure-bg:hover,
.video-widget-similars
  .touch
  .card-mycategory-s
  .selected.active.similars-card-figure-bg,
.video-widget-similars
  .touch
  .card-mycategory
  .selected.active.similars-card-figure-bg,
.video-widget .no-touch .card-mycategory-s .selected.next-card-figure-bg:hover,
.video-widget .no-touch .card-mycategory .selected.next-card-figure-bg:hover,
.video-widget .touch .card-mycategory-s .selected.active.next-card-figure-bg,
.video-widget .touch .card-mycategory .selected.active.next-card-figure-bg,
[data-category="videoplus"]
  .no-touch
  .card-mycategory-s
  .selected.player-bg:hover:before,
[data-category="videoplus"]
  .no-touch
  .card-mycategory
  .selected.player-bg:hover:before,
[data-category="videoplus"]
  .touch
  .card-mycategory-s
  .selected.active.player-bg:before,
[data-category="videoplus"]
  .touch
  .card-mycategory
  .selected.active.player-bg:before {
  font-size: 14px;
  border-color: #e20404;
  background-color: #e20404;
}
.card-news-h .no-touch .card-mycategory-s .selected.card-figure-bg:hover:before,
.card-news-h .no-touch .card-mycategory .selected.card-figure-bg:hover:before,
.card-news-h .touch .card-mycategory-s .selected.active.card-figure-bg:before,
.card-news-h .touch .card-mycategory .selected.active.card-figure-bg:before,
.card-news .no-touch .card-mycategory-s .selected.card-figure-bg:hover:before,
.card-news .no-touch .card-mycategory .selected.card-figure-bg:hover:before,
.card-news .touch .card-mycategory-s .selected.active.card-figure-bg:before,
.card-news .touch .card-mycategory .selected.active.card-figure-bg:before,
.no-touch .card-mycategory-s .card-news-h .selected.card-figure-bg:hover:before,
.no-touch .card-mycategory-s .card-news .selected.card-figure-bg:hover:before,
.no-touch .card-mycategory-s .icon.selected:hover:before,
.no-touch .card-mycategory-s .selected.player-bg:hover:before,
.no-touch
  .card-mycategory-s
  .video-widget-similars
  .selected.similars-card-figure-bg:hover:before,
.no-touch
  .card-mycategory-s
  .video-widget
  .selected.next-card-figure-bg:hover:before,
.no-touch .card-mycategory .card-news-h .selected.card-figure-bg:hover:before,
.no-touch .card-mycategory .card-news .selected.card-figure-bg:hover:before,
.no-touch .card-mycategory .icon.selected:hover:before,
.no-touch .card-mycategory .selected.player-bg:hover:before,
.no-touch
  .card-mycategory
  .video-widget-similars
  .selected.similars-card-figure-bg:hover:before,
.no-touch
  .card-mycategory
  .video-widget
  .selected.next-card-figure-bg:hover:before,
.touch .card-mycategory-s .card-news-h .selected.active.card-figure-bg:before,
.touch .card-mycategory-s .card-news .selected.active.card-figure-bg:before,
.touch .card-mycategory-s .icon.selected.active:before,
.touch .card-mycategory-s .selected.active.player-bg:before,
.touch
  .card-mycategory-s
  .video-widget-similars
  .selected.active.similars-card-figure-bg:before,
.touch
  .card-mycategory-s
  .video-widget
  .selected.active.next-card-figure-bg:before,
.touch .card-mycategory .card-news-h .selected.active.card-figure-bg:before,
.touch .card-mycategory .card-news .selected.active.card-figure-bg:before,
.touch .card-mycategory .icon.selected.active:before,
.touch .card-mycategory .selected.active.player-bg:before,
.touch
  .card-mycategory
  .video-widget-similars
  .selected.active.similars-card-figure-bg:before,
.touch
  .card-mycategory
  .video-widget
  .selected.active.next-card-figure-bg:before,
.video-widget-similars
  .no-touch
  .card-mycategory-s
  .selected.similars-card-figure-bg:hover:before,
.video-widget-similars
  .no-touch
  .card-mycategory
  .selected.similars-card-figure-bg:hover:before,
.video-widget-similars
  .touch
  .card-mycategory-s
  .selected.active.similars-card-figure-bg:before,
.video-widget-similars
  .touch
  .card-mycategory
  .selected.active.similars-card-figure-bg:before,
.video-widget
  .no-touch
  .card-mycategory-s
  .selected.next-card-figure-bg:hover:before,
.video-widget
  .no-touch
  .card-mycategory
  .selected.next-card-figure-bg:hover:before,
.video-widget
  .touch
  .card-mycategory-s
  .selected.active.next-card-figure-bg:before,
.video-widget
  .touch
  .card-mycategory
  .selected.active.next-card-figure-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.card-mycategory-s .card-title,
.card-mycategory .card-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.dummy.card-mycategory-s .card-title:before,
.dummy.card-mycategory .card-title:before {
  content: "";
  width: 75px;
  height: 22px;
}
.card-mycategory .card-inner {
  height: 140px;
}
@media (min-width: 768px) {
  .card-mycategory .card-inner {
    height: 132px;
  }
}
@media (min-width: 992px) {
  .card-mycategory .card-inner {
    height: 117px;
  }
}
@media (min-width: 1200px) {
  .card-mycategory .card-inner {
    height: 140px;
  }
}
.card-mycategory .card-inner:before {
  font-size: 64px;
}
.card-mycategory .card-caption {
  flex-direction: column;
  justify-content: center;
}
.card-mycategory .card-news-h .card-figure-bg,
.card-mycategory .card-news .card-figure-bg,
.card-mycategory .icon,
.card-mycategory .player-bg,
.card-mycategory .video-widget-similars .similars-card-figure-bg,
.card-mycategory .video-widget .next-card-figure-bg,
.card-mycategory [data-category="videoplus"] .player-bg:before,
.card-news-h .card-mycategory .card-figure-bg,
.card-news .card-mycategory .card-figure-bg,
.video-widget-similars .card-mycategory .similars-card-figure-bg,
.video-widget .card-mycategory .next-card-figure-bg,
[data-category="videoplus"] .card-mycategory .player-bg:before {
  margin-bottom: 11px;
}
.card-mycategory-s .card-inner {
  height: 82px;
}
.card-mycategory-s .card-inner:before {
  font-size: 32px;
}
.card-mycategory-s .card-caption {
  flex-direction: row;
  justify-content: space-between;
}
.card-mycategory-s .card-news-h .card-figure-bg,
.card-mycategory-s .card-news .card-figure-bg,
.card-mycategory-s .icon,
.card-mycategory-s .player-bg,
.card-mycategory-s .video-widget-similars .similars-card-figure-bg,
.card-mycategory-s .video-widget .next-card-figure-bg,
.card-mycategory-s [data-category="videoplus"] .player-bg:before,
.card-news-h .card-mycategory-s .card-figure-bg,
.card-news .card-mycategory-s .card-figure-bg,
.video-widget-similars .card-mycategory-s .similars-card-figure-bg,
.video-widget .card-mycategory-s .next-card-figure-bg,
[data-category="videoplus"] .card-mycategory-s .player-bg:before {
  order: 2;
  margin-right: 10px;
  margin-bottom: 0;
}
.card-mycategory-s .card-title {
  order: 1;
  margin-left: 18px;
}
.card-presenter-2,
.card-presenter-2-s {
  position: relative;
  display: inline-block;
  width: 100%;
}
.card-presenter-2 .card-inner,
.card-presenter-2-s .card-inner {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  overflow: hidden;
}
.card-presenter-2 .card-inner:before,
.card-presenter-2-s .card-inner:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: font-icon;
  content: "";
  color: #fff;
}
.card-presenter-2 .card-bg,
.card-presenter-2-s .card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: 50% / cover no-repeat;
}
.card-presenter-2 .card-bg:after,
.card-presenter-2-s .card-bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.card-presenter-2 .card-figure,
.card-presenter-2-s .card-figure {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.card-presenter-2 .card-figure:before,
.card-presenter-2-s .card-figure:before {
  background-color: #ddd;
  pointer-events: none;
  width: 100%;
  padding-top: 100%;
  content: "";
  display: block;
}
.card-presenter-2 .card-figure img,
.card-presenter-2-s .card-figure img {
  position: absolute;
  max-width: none;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.card-presenter-2 .card-caption,
.card-presenter-2-s .card-caption {
  padding-left: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-presenter-2 .card-prop-1,
.card-presenter-2-s .card-prop-1 {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 1px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.card-presenter-2 .card-title,
.card-presenter-2-s .card-title {
  font-weight: 700;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card-news-h .card-presenter-2 .card-figure-bg,
.card-news-h .card-presenter-2-s .card-figure-bg,
.card-news .card-presenter-2 .card-figure-bg,
.card-news .card-presenter-2-s .card-figure-bg,
.card-presenter-2 .card-news-h .card-figure-bg,
.card-presenter-2 .card-news .card-figure-bg,
.card-presenter-2 .icon,
.card-presenter-2 .player-bg,
.card-presenter-2 .video-widget-similars .similars-card-figure-bg,
.card-presenter-2 .video-widget .next-card-figure-bg,
.card-presenter-2 [data-category="videoplus"] .player-bg:before,
.card-presenter-2-s .card-news-h .card-figure-bg,
.card-presenter-2-s .card-news .card-figure-bg,
.card-presenter-2-s .icon,
.card-presenter-2-s .player-bg,
.card-presenter-2-s .video-widget-similars .similars-card-figure-bg,
.card-presenter-2-s .video-widget .next-card-figure-bg,
.card-presenter-2-s [data-category="videoplus"] .player-bg:before,
.video-widget-similars .card-presenter-2 .similars-card-figure-bg,
.video-widget-similars .card-presenter-2-s .similars-card-figure-bg,
.video-widget .card-presenter-2 .next-card-figure-bg,
.video-widget .card-presenter-2-s .next-card-figure-bg,
[data-category="videoplus"] .card-presenter-2 .player-bg:before,
[data-category="videoplus"] .card-presenter-2-s .player-bg:before {
  position: absolute;
  background-color: transparent;
  color: #575757;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #575757;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  cursor: pointer;
}
.card-news-h .card-presenter-2 .card-figure-bg:before,
.card-news-h .card-presenter-2-s .card-figure-bg:before,
.card-news .card-presenter-2 .card-figure-bg:before,
.card-news .card-presenter-2-s .card-figure-bg:before,
.card-presenter-2 .card-news-h .card-figure-bg:before,
.card-presenter-2 .card-news .card-figure-bg:before,
.card-presenter-2 .icon:before,
.card-presenter-2 .player-bg:before,
.card-presenter-2 .video-widget-similars .similars-card-figure-bg:before,
.card-presenter-2 .video-widget .next-card-figure-bg:before,
.card-presenter-2-s .card-news-h .card-figure-bg:before,
.card-presenter-2-s .card-news .card-figure-bg:before,
.card-presenter-2-s .icon:before,
.card-presenter-2-s .player-bg:before,
.card-presenter-2-s .video-widget-similars .similars-card-figure-bg:before,
.card-presenter-2-s .video-widget .next-card-figure-bg:before,
.video-widget-similars .card-presenter-2 .similars-card-figure-bg:before,
.video-widget-similars .card-presenter-2-s .similars-card-figure-bg:before,
.video-widget .card-presenter-2 .next-card-figure-bg:before,
.video-widget .card-presenter-2-s .next-card-figure-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.card-news-h .card-presenter-2 .selected.card-figure-bg,
.card-news-h .card-presenter-2-s .selected.card-figure-bg,
.card-news .card-presenter-2 .selected.card-figure-bg,
.card-news .card-presenter-2-s .selected.card-figure-bg,
.card-presenter-2 .card-news-h .selected.card-figure-bg,
.card-presenter-2 .card-news .selected.card-figure-bg,
.card-presenter-2 .icon.selected,
.card-presenter-2 .selected.player-bg,
.card-presenter-2 .video-widget-similars .selected.similars-card-figure-bg,
.card-presenter-2 .video-widget .selected.next-card-figure-bg,
.card-presenter-2 [data-category="videoplus"] .selected.player-bg:before,
.card-presenter-2-s .card-news-h .selected.card-figure-bg,
.card-presenter-2-s .card-news .selected.card-figure-bg,
.card-presenter-2-s .icon.selected,
.card-presenter-2-s .selected.player-bg,
.card-presenter-2-s .video-widget-similars .selected.similars-card-figure-bg,
.card-presenter-2-s .video-widget .selected.next-card-figure-bg,
.card-presenter-2-s [data-category="videoplus"] .selected.player-bg:before,
.video-widget-similars .card-presenter-2 .selected.similars-card-figure-bg,
.video-widget-similars .card-presenter-2-s .selected.similars-card-figure-bg,
.video-widget .card-presenter-2 .selected.next-card-figure-bg,
.video-widget .card-presenter-2-s .selected.next-card-figure-bg,
[data-category="videoplus"] .card-presenter-2 .selected.player-bg:before,
[data-category="videoplus"] .card-presenter-2-s .selected.player-bg:before {
  font-size: 13px;
  color: #fff;
  border-color: #67ded5;
  background-color: #67ded5;
}
.card-news-h .card-presenter-2 .selected.card-figure-bg:before,
.card-news-h .card-presenter-2-s .selected.card-figure-bg:before,
.card-news .card-presenter-2 .selected.card-figure-bg:before,
.card-news .card-presenter-2-s .selected.card-figure-bg:before,
.card-presenter-2 .card-news-h .selected.card-figure-bg:before,
.card-presenter-2 .card-news .selected.card-figure-bg:before,
.card-presenter-2 .icon.selected:before,
.card-presenter-2 .selected.player-bg:before,
.card-presenter-2
  .video-widget-similars
  .selected.similars-card-figure-bg:before,
.card-presenter-2 .video-widget .selected.next-card-figure-bg:before,
.card-presenter-2-s .card-news-h .selected.card-figure-bg:before,
.card-presenter-2-s .card-news .selected.card-figure-bg:before,
.card-presenter-2-s .icon.selected:before,
.card-presenter-2-s .selected.player-bg:before,
.card-presenter-2-s
  .video-widget-similars
  .selected.similars-card-figure-bg:before,
.card-presenter-2-s .video-widget .selected.next-card-figure-bg:before,
.video-widget-similars
  .card-presenter-2
  .selected.similars-card-figure-bg:before,
.video-widget-similars
  .card-presenter-2-s
  .selected.similars-card-figure-bg:before,
.video-widget .card-presenter-2 .selected.next-card-figure-bg:before,
.video-widget .card-presenter-2-s .selected.next-card-figure-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.card-news-h .no-touch .card-presenter-2 .selected.card-figure-bg:hover,
.card-news-h .no-touch .card-presenter-2-s .selected.card-figure-bg:hover,
.card-news-h .touch .card-presenter-2 .selected.active.card-figure-bg,
.card-news-h .touch .card-presenter-2-s .selected.active.card-figure-bg,
.card-news .no-touch .card-presenter-2 .selected.card-figure-bg:hover,
.card-news .no-touch .card-presenter-2-s .selected.card-figure-bg:hover,
.card-news .touch .card-presenter-2 .selected.active.card-figure-bg,
.card-news .touch .card-presenter-2-s .selected.active.card-figure-bg,
.no-touch .card-presenter-2 .card-news-h .selected.card-figure-bg:hover,
.no-touch .card-presenter-2 .card-news .selected.card-figure-bg:hover,
.no-touch .card-presenter-2 .icon.selected:hover,
.no-touch .card-presenter-2 .selected.player-bg:hover,
.no-touch
  .card-presenter-2
  .video-widget-similars
  .selected.similars-card-figure-bg:hover,
.no-touch .card-presenter-2 .video-widget .selected.next-card-figure-bg:hover,
.no-touch
  .card-presenter-2
  [data-category="videoplus"]
  .selected.player-bg:hover:before,
.no-touch .card-presenter-2-s .card-news-h .selected.card-figure-bg:hover,
.no-touch .card-presenter-2-s .card-news .selected.card-figure-bg:hover,
.no-touch .card-presenter-2-s .icon.selected:hover,
.no-touch .card-presenter-2-s .selected.player-bg:hover,
.no-touch
  .card-presenter-2-s
  .video-widget-similars
  .selected.similars-card-figure-bg:hover,
.no-touch .card-presenter-2-s .video-widget .selected.next-card-figure-bg:hover,
.no-touch
  .card-presenter-2-s
  [data-category="videoplus"]
  .selected.player-bg:hover:before,
.touch .card-presenter-2 .card-news-h .selected.active.card-figure-bg,
.touch .card-presenter-2 .card-news .selected.active.card-figure-bg,
.touch .card-presenter-2 .icon.selected.active,
.touch .card-presenter-2 .selected.active.player-bg,
.touch
  .card-presenter-2
  .video-widget-similars
  .selected.active.similars-card-figure-bg,
.touch .card-presenter-2 .video-widget .selected.active.next-card-figure-bg,
.touch
  .card-presenter-2
  [data-category="videoplus"]
  .selected.active.player-bg:before,
.touch .card-presenter-2-s .card-news-h .selected.active.card-figure-bg,
.touch .card-presenter-2-s .card-news .selected.active.card-figure-bg,
.touch .card-presenter-2-s .icon.selected.active,
.touch .card-presenter-2-s .selected.active.player-bg,
.touch
  .card-presenter-2-s
  .video-widget-similars
  .selected.active.similars-card-figure-bg,
.touch .card-presenter-2-s .video-widget .selected.active.next-card-figure-bg,
.touch
  .card-presenter-2-s
  [data-category="videoplus"]
  .selected.active.player-bg:before,
.video-widget-similars
  .no-touch
  .card-presenter-2
  .selected.similars-card-figure-bg:hover,
.video-widget-similars
  .no-touch
  .card-presenter-2-s
  .selected.similars-card-figure-bg:hover,
.video-widget-similars
  .touch
  .card-presenter-2
  .selected.active.similars-card-figure-bg,
.video-widget-similars
  .touch
  .card-presenter-2-s
  .selected.active.similars-card-figure-bg,
.video-widget .no-touch .card-presenter-2 .selected.next-card-figure-bg:hover,
.video-widget .no-touch .card-presenter-2-s .selected.next-card-figure-bg:hover,
.video-widget .touch .card-presenter-2 .selected.active.next-card-figure-bg,
.video-widget .touch .card-presenter-2-s .selected.active.next-card-figure-bg,
[data-category="videoplus"]
  .no-touch
  .card-presenter-2
  .selected.player-bg:hover:before,
[data-category="videoplus"]
  .no-touch
  .card-presenter-2-s
  .selected.player-bg:hover:before,
[data-category="videoplus"]
  .touch
  .card-presenter-2
  .selected.active.player-bg:before,
[data-category="videoplus"]
  .touch
  .card-presenter-2-s
  .selected.active.player-bg:before {
  font-size: 14px;
  border-color: #e20404;
  background-color: #e20404;
}
.card-news-h .no-touch .card-presenter-2 .selected.card-figure-bg:hover:before,
.card-news-h
  .no-touch
  .card-presenter-2-s
  .selected.card-figure-bg:hover:before,
.card-news-h .touch .card-presenter-2 .selected.active.card-figure-bg:before,
.card-news-h .touch .card-presenter-2-s .selected.active.card-figure-bg:before,
.card-news .no-touch .card-presenter-2 .selected.card-figure-bg:hover:before,
.card-news .no-touch .card-presenter-2-s .selected.card-figure-bg:hover:before,
.card-news .touch .card-presenter-2 .selected.active.card-figure-bg:before,
.card-news .touch .card-presenter-2-s .selected.active.card-figure-bg:before,
.no-touch .card-presenter-2 .card-news-h .selected.card-figure-bg:hover:before,
.no-touch .card-presenter-2 .card-news .selected.card-figure-bg:hover:before,
.no-touch .card-presenter-2 .icon.selected:hover:before,
.no-touch .card-presenter-2 .selected.player-bg:hover:before,
.no-touch
  .card-presenter-2
  .video-widget-similars
  .selected.similars-card-figure-bg:hover:before,
.no-touch
  .card-presenter-2
  .video-widget
  .selected.next-card-figure-bg:hover:before,
.no-touch
  .card-presenter-2-s
  .card-news-h
  .selected.card-figure-bg:hover:before,
.no-touch .card-presenter-2-s .card-news .selected.card-figure-bg:hover:before,
.no-touch .card-presenter-2-s .icon.selected:hover:before,
.no-touch .card-presenter-2-s .selected.player-bg:hover:before,
.no-touch
  .card-presenter-2-s
  .video-widget-similars
  .selected.similars-card-figure-bg:hover:before,
.no-touch
  .card-presenter-2-s
  .video-widget
  .selected.next-card-figure-bg:hover:before,
.touch .card-presenter-2 .card-news-h .selected.active.card-figure-bg:before,
.touch .card-presenter-2 .card-news .selected.active.card-figure-bg:before,
.touch .card-presenter-2 .icon.selected.active:before,
.touch .card-presenter-2 .selected.active.player-bg:before,
.touch
  .card-presenter-2
  .video-widget-similars
  .selected.active.similars-card-figure-bg:before,
.touch
  .card-presenter-2
  .video-widget
  .selected.active.next-card-figure-bg:before,
.touch .card-presenter-2-s .card-news-h .selected.active.card-figure-bg:before,
.touch .card-presenter-2-s .card-news .selected.active.card-figure-bg:before,
.touch .card-presenter-2-s .icon.selected.active:before,
.touch .card-presenter-2-s .selected.active.player-bg:before,
.touch
  .card-presenter-2-s
  .video-widget-similars
  .selected.active.similars-card-figure-bg:before,
.touch
  .card-presenter-2-s
  .video-widget
  .selected.active.next-card-figure-bg:before,
.video-widget-similars
  .no-touch
  .card-presenter-2
  .selected.similars-card-figure-bg:hover:before,
.video-widget-similars
  .no-touch
  .card-presenter-2-s
  .selected.similars-card-figure-bg:hover:before,
.video-widget-similars
  .touch
  .card-presenter-2
  .selected.active.similars-card-figure-bg:before,
.video-widget-similars
  .touch
  .card-presenter-2-s
  .selected.active.similars-card-figure-bg:before,
.video-widget
  .no-touch
  .card-presenter-2
  .selected.next-card-figure-bg:hover:before,
.video-widget
  .no-touch
  .card-presenter-2-s
  .selected.next-card-figure-bg:hover:before,
.video-widget
  .touch
  .card-presenter-2
  .selected.active.next-card-figure-bg:before,
.video-widget
  .touch
  .card-presenter-2-s
  .selected.active.next-card-figure-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.dummy.card-presenter-2 .card-figure:before,
.dummy.card-presenter-2-s .card-figure:before {
  content: "";
  width: 102px;
  height: 102px;
  background-color: transparent;
}
.dummy.card-presenter-2 .card-caption:before,
.dummy.card-presenter-2-s .card-caption:before {
  content: "";
  width: 145px;
  height: 62px;
}
.card-presenter-2 .card-inner {
  height: 180px;
}
.card-presenter-2 .card-inner:before {
  font-size: 64px;
}
.card-presenter-2 .card-figure {
  width: 102px;
}
.card-presenter-2 .card-caption {
  padding-left: 6px;
}
.card-presenter-2 .card-title {
  font-size: 16px;
}
.card-news-h .card-presenter-2 .card-figure-bg,
.card-news .card-presenter-2 .card-figure-bg,
.card-presenter-2 .card-news-h .card-figure-bg,
.card-presenter-2 .card-news .card-figure-bg,
.card-presenter-2 .icon,
.card-presenter-2 .player-bg,
.card-presenter-2 .video-widget-similars .similars-card-figure-bg,
.card-presenter-2 .video-widget .next-card-figure-bg,
.card-presenter-2 [data-category="videoplus"] .player-bg:before,
.video-widget-similars .card-presenter-2 .similars-card-figure-bg,
.video-widget .card-presenter-2 .next-card-figure-bg,
[data-category="videoplus"] .card-presenter-2 .player-bg:before {
  top: 12px;
  right: 10px;
}
.card-presenter-2-s .card-inner {
  height: 82px;
}
.card-presenter-2-s .card-figure {
  width: 50px;
}
.card-presenter-2-s .card-caption {
  padding-left: 4px;
  padding-right: 4px;
}
.card-presenter-2-s .card-title {
  font-size: 13px;
}
.card-news-h .card-presenter-2-s .card-figure-bg,
.card-news .card-presenter-2-s .card-figure-bg,
.card-presenter-2-s .card-news-h .card-figure-bg,
.card-presenter-2-s .card-news .card-figure-bg,
.card-presenter-2-s .icon,
.card-presenter-2-s .player-bg,
.card-presenter-2-s .video-widget-similars .similars-card-figure-bg,
.card-presenter-2-s .video-widget .next-card-figure-bg,
.card-presenter-2-s [data-category="videoplus"] .player-bg:before,
.video-widget-similars .card-presenter-2-s .similars-card-figure-bg,
.video-widget .card-presenter-2-s .next-card-figure-bg,
[data-category="videoplus"] .card-presenter-2-s .player-bg:before {
  position: relative;
  margin-left: auto;
  top: auto;
  right: auto;
  flex-shrink: 0;
}
.card-end {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  padding: 10px;
  transition: box-shadow 0.2s ease-out;
}
.card-end .card-caption {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.card-end .card-title {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.3s ease-out;
}
.card-end .card-title:after {
  font-family: font-icon;
  content: "";
  font-size: 10px;
  vertical-align: middle;
}
.no-touch .card-end:hover,
.touch .card-end:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.no-touch .card-end:hover .card-title,
.touch .card-end:active .card-title {
  color: #e20404;
}
.no-touch [data-category="agenda"] .card-end:hover .card-title,
.touch [data-category="agenda"] .card-end:active .card-title {
  color: #ba0707;
}
.no-touch [data-category="sport"] .card-end:hover .card-title,
.touch [data-category="sport"] .card-end:active .card-title {
  color: #03c43e;
}
.no-touch [data-category="magazine"] .card-end:hover .card-title,
.touch [data-category="magazine"] .card-end:active .card-title {
  color: #ff0089;
}
.no-touch [data-category="economy"] .card-end:hover .card-title,
.touch [data-category="economy"] .card-end:active .card-title {
  color: #0346c4;
}
.no-touch [data-category="health"] .card-end:hover .card-title,
.touch [data-category="health"] .card-end:active .card-title {
  color: #67ded5;
}
.no-touch [data-category="technology"] .card-end:hover .card-title,
.touch [data-category="technology"] .card-end:active .card-title {
  color: #00c4ff;
}
.no-touch [data-category="life"] .card-end:hover .card-title,
.touch [data-category="life"] .card-end:active .card-title {
  color: #a133db;
}
.no-touch [data-category="information"] .card-end:hover .card-title,
.touch [data-category="information"] .card-end:active .card-title {
  color: #b48a52;
}
.no-touch [data-category="highlights"] .card-end:hover .card-title,
.touch [data-category="highlights"] .card-end:active .card-title {
  color: #0091b4;
}
.no-touch [data-category="programs"] .card-end:hover .card-title,
.touch [data-category="programs"] .card-end:active .card-title {
  color: #e20404;
}
.no-touch [data-category="world"] .card-end:hover .card-title,
.touch [data-category="world"] .card-end:active .card-title {
  color: #0091b4;
}
.no-touch [data-category="travel"] .card-end:hover .card-title,
.touch [data-category="travel"] .card-end:active .card-title {
  color: #ffe200;
}
.no-touch [data-category="auto"] .card-end:hover .card-title,
.touch [data-category="auto"] .card-end:active .card-title {
  color: #068e35;
}
.no-touch [data-category="videoplus"] .card-end:hover .card-title,
.touch [data-category="videoplus"] .card-end:active .card-title {
  color: #67ded5;
}
.no-touch [data-category="writers"] .card-end:hover .card-title,
.touch [data-category="writers"] .card-end:active .card-title {
  color: #8399b4;
}
@media (max-width: 993px) {
  .manset-sag {
    padding: 0;
  }
}
.manset-sag .card-news .card-inner {
  padding: 0;
  height: 216px;
}
@media (max-width: 1200px) {
  .manset-sag .card-news .card-inner {
    height: 176px;
  }
}
@media (max-width: 993px) {
  .manset-sag .card-news .card-inner {
    height: 190px;
  }
}
.manset-sag .card-news .card-caption {
  padding: 10px;
  height: 55px;
}
.top-manset .card {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top-manset .card {
    padding: 0 10px;
  }
  .top-manset .card:first-child {
    margin-bottom: 15px;
  }
}
.bik-ilan {
  margin-bottom: 20px;
}
.bik-ilan .card {
  margin-bottom: 0 !important;
}
.bik-ilan .card:hover .card-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.bik-ilan .card:hover .card-title {
  color: #e20404;
}
.detail-middle .detail-content .related-news-card {
  width: 100%;
  position: relative;
  display: flex;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  background-image: url(../images/related-news-card-bg.jpg);
  background-size: cover;
  background-position: 50%;
  min-height: 280px;
  border-radius: 4px;
}
.detail-middle .detail-content .related-news-card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: 50% / cover no-repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
}
.detail-middle .detail-content .related-news-card .image-section {
  flex: 1;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
.detail-middle
  .detail-content
  .related-news-card
  .image-section
  .related-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.detail-middle .detail-content .related-news-card .card-figure-bg {
  display: none;
}
.detail-middle .detail-content .related-news-card .content-section {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: -6%;
}
.detail-middle
  .detail-content
  .related-news-card
  .content-section
  .category-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.detail-middle
  .detail-content
  .related-news-card
  .content-section
  .category-title:before {
  content: "|";
  font-size: 16px;
  font-weight: 400;
}
.detail-middle
  .detail-content
  .related-news-card
  .content-section
  .related-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.02em;
}
.detail-middle .detail-content .related-news-card .news-tag {
  background-color: #fff;
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  color: #e20404;
}
.detail-middle .detail-content .related-news-card .news-tag:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/notch-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (max-width: 767px) {
  .detail-middle .detail-content .related-news-card .content-section {
    margin-top: -1%;
  }
}
@media screen and (max-width: 576px) {
  .detail-middle .detail-content .related-news-card {
    flex-direction: column;
    padding: 15px;
    background-image: url(../images/related-news-card-bg-mobile.jpg);
  }
  .detail-middle .detail-content .related-news-card .image-section {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .detail-middle .detail-content .related-news-card .content-section,
  .detail-middle
    .detail-content
    .related-news-card
    .image-section
    .related-image,
  .detail-middle
    .detail-content
    .related-news-card
    .image-section
    .related-image
    img {
    width: 100%;
  }
  .detail-middle
    .detail-content
    .related-news-card
    .content-section
    .category-title {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 4%;
  }
  .detail-middle
    .detail-content
    .related-news-card
    .content-section
    .related-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .detail-middle .detail-content .related-news-card .news-tag {
    margin-bottom: 12px;
  }
}
.lazy-img:not([src]) {
  visibility: hidden;
}
.lazy-img.lazyloading {
  opacity: 0;
}
.lazy-img.lazyloaded {
  opacity: 1;
}
.js-dropdown {
  height: 100%;
  display: flex;
  flex-grow: 1;
}
.js-dropdown-list {
  display: none;
}
.js-dropdown-item {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.js-dropdown-btn {
  cursor: pointer;
}
.js-dropdown-btn,
.js-dropdown-ico {
  display: flex;
  align-items: center;
  height: 100%;
}
.js-dropdown-ico {
  font-size: 8px;
  flex-shrink: 0;
}
.js-dropdown-ico:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.js-dropdown-label {
  flex-grow: 1;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.js-dropdown-label a {
  flex-grow: inherit;
  display: inherit;
  align-items: inherit;
  -webkit-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
}
.js-dropdown.dropdown-active .js-dropdown-list {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 100%;
  z-index: 1000;
  scrollbar-width: thin;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  color: #212529;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 12px 35px -12px rgba(0, 0, 0, 0.25);
}
.js-dropdown.dropdown-active .js-dropdown-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: transparent;
}
.js-dropdown.dropdown-active .js-dropdown-list::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.js-dropdown.dropdown-active .js-dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b4b4b4;
}
.js-dropdown.dropdown-active .js-dropdown-list:hover::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
}
.js-dropdown.dropdown-active .js-dropdown-list::-webkit-resizer {
  display: none;
}
.js-dropdown.dropdown-active .js-dropdown-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.js-dropdown.dropdown-active .js-dropdown-ico:before {
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown .dropdown-button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  user-select: none;
  text-align: center;
  color: #575757;
  display: inline-block;
  vertical-align: middle;
  -ms-user-select: none;
  border-radius: 0.25rem;
  -moz-user-select: none;
  padding: 0.375rem 0.75rem;
  -webkit-user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dropdown .dropdown-button:after {
  content: "";
  font-size: 8px;
  font-family: font-icon;
}
.dropdown.dropdown-active .dropdown-button:after {
  transform: rotate(180deg);
}
.dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  float: left;
  z-index: 1000;
  display: none;
  color: #212529;
  font-size: 1rem;
  min-width: 10rem;
  text-align: left;
  list-style: none;
  max-height: 30.4rem;
  margin: 0.125rem 0 0;
  border-radius: 0.25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}
.dropdown-item {
  font-size: 13px;
  font-weight: 700;
  line-height: 43px;
  padding-left: 14px;
  text-transform: uppercase;
}
@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")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 25px;
}
.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(-1 * 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: 0.35;
  cursor: auto;
  pointer-events: none;
}
.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;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.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(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 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-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-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, 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%;
  -o-object-fit: contain;
  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%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-writers .container {
  position: relative;
}
.section-writers .container .swiper-button-next:after,
.section-writers .container .swiper-button-prev:after {
  transition: color 0.2s ease-out;
  color: #ddd;
}
.swiper-common {
  position: relative;
}
@media (max-width: 991.98px) {
  .swiper-common.fluid-md-down {
    margin-left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-common.fluid-md-down .swiper-wrapper:after,
  .swiper-common.fluid-md-down .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    width: 24px;
  }
}
.swiper-common .swiper-slide {
  height: auto;
}
.swiper-common .swiper-navigation {
  top: -35px;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 999;
}
@media (min-width: 768px) {
  .swiper-common .swiper-navigation {
    top: -39px;
  }
}
@media (min-width: 992px) {
  .swiper-common .swiper-navigation {
    top: -46px;
  }
}
@media (min-width: 1200px) {
  .swiper-common .swiper-navigation {
    top: -38px;
  }
}
.swiper-common .swiper-navigation-next,
.swiper-common .swiper-navigation-prev {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease-out;
  color: #ddd;
}
.swiper-common .swiper-navigation-next.swiper-button-lock,
.swiper-common .swiper-navigation-prev.swiper-button-lock {
  display: none;
  pointer-events: none;
}
.swiper-common .swiper-navigation-next:after,
.swiper-common .swiper-navigation-prev:after {
  font-family: font-icon;
  font-size: 24px;
}
.swiper-common .swiper-navigation-next.swiper-button-disabled,
.swiper-common .swiper-navigation-prev.swiper-button-disabled {
  opacity: 0.5;
}
.no-touch
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #e20404;
}
.no-touch
  [data-category="agenda"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="agenda"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="agenda"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="agenda"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #ba0707;
}
.no-touch
  [data-category="sport"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="sport"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="sport"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="sport"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #03c43e;
}
.no-touch
  [data-category="magazine"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="magazine"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="magazine"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="magazine"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #ff0089;
}
.no-touch
  [data-category="economy"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="economy"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="economy"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="economy"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #0346c4;
}
.no-touch
  [data-category="health"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="health"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="health"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="health"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #67ded5;
}
.no-touch
  [data-category="technology"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="technology"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="technology"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="technology"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #00c4ff;
}
.no-touch
  [data-category="life"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="life"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="life"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="life"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #a133db;
}
.no-touch
  [data-category="information"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="information"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="information"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="information"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #b48a52;
}
.no-touch
  [data-category="highlights"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="highlights"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="highlights"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="highlights"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #0091b4;
}
.no-touch
  [data-category="programs"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="programs"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="programs"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="programs"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #e20404;
}
.no-touch
  [data-category="world"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="world"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="world"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="world"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #0091b4;
}
.no-touch
  [data-category="travel"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="travel"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="travel"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="travel"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #ffe200;
}
.no-touch
  [data-category="auto"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="auto"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="auto"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="auto"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #068e35;
}
.no-touch
  [data-category="videoplus"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="videoplus"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="videoplus"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="videoplus"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #67ded5;
}
.no-touch
  [data-category="writers"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):hover,
.no-touch
  [data-category="writers"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):hover,
.touch
  [data-category="writers"]
  .swiper-common
  .swiper-navigation-next:not(.swiper-button-disabled):active,
.touch
  [data-category="writers"]
  .swiper-common
  .swiper-navigation-prev:not(.swiper-button-disabled):active {
  color: #8399b4;
}
.swiper-common .swiper-navigation-prev {
  justify-content: flex-start;
}
.swiper-common .swiper-navigation-prev:after {
  content: "";
}
.swiper-common .swiper-navigation-next {
  justify-content: flex-end;
}
.swiper-common .swiper-navigation-next:after {
  content: "";
}
.swiper-common:not(.native-swiper).headline-category-swiper:not(.nested-inner)
  .swiper-slide
  picture:not(.lazyloaded-parent),
.swiper-common:not(.native-swiper).headline-swiper
  .swiper-slide
  picture:not(.lazyloaded-parent) {
  visibility: visible;
}
.swiper-common:not(.native-swiper).headline-category-swiper:not(.nested-inner)
  .swiper-slide.swiper-slide-active
  picture,
.swiper-common:not(.native-swiper).headline-category-swiper:not(.nested-inner)
  .swiper-slide.swiper-slide-duplicate-active
  picture,
.swiper-common:not(.native-swiper).headline-category-swiper:not(.nested-inner)
  .swiper-slide.swiper-slide-duplicate-next
  picture,
.swiper-common:not(.native-swiper).headline-category-swiper:not(.nested-inner)
  .swiper-slide.swiper-slide-next
  picture,
.swiper-common:not(.native-swiper).headline-swiper
  .swiper-slide.swiper-slide-active
  picture,
.swiper-common:not(.native-swiper).headline-swiper
  .swiper-slide.swiper-slide-duplicate-active
  picture,
.swiper-common:not(.native-swiper).headline-swiper
  .swiper-slide.swiper-slide-duplicate-next
  picture,
.swiper-common:not(.native-swiper).headline-swiper
  .swiper-slide.swiper-slide-next
  picture {
  visibility: visible;
}
.swiper-common:not(.native-swiper).headline-tab-swiper
  .swiper-slide
  picture:not(.lazyloaded-parent) {
  visibility: visible;
}
.swiper-common:not(.native-swiper).headline-tab-swiper
  .swiper-slide.swiper-slide-active
  .nested-inner
  .swiper-slide.swiper-slide-active
  picture,
.swiper-common:not(.native-swiper).headline-tab-swiper
  .swiper-slide.swiper-slide-active
  .nested-inner
  .swiper-slide.swiper-slide-duplicate-active
  picture,
.swiper-common:not(.native-swiper).headline-tab-swiper
  .swiper-slide.swiper-slide-active
  .nested-inner
  .swiper-slide.swiper-slide-duplicate-next
  picture,
.swiper-common:not(.native-swiper).headline-tab-swiper
  .swiper-slide.swiper-slide-active
  .nested-inner
  .swiper-slide.swiper-slide-next
  picture {
  visibility: visible;
}
.native-swiper .swiper-navigation,
.native-swiper .swiper-navigation-next,
.native-swiper .swiper-navigation-prev,
.native-swiper .swiper-pagination {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .native-swiper .swiper-wrapper:after,
  .native-swiper .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    width: 24px !important;
  }
}
.native-swiper .swiper-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
}
.native-swiper .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.native-swiper .swiper-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.swiper-pagination {
  display: none;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  top: 0;
  width: 26px;
}
@media (min-width: 992px) {
  .swiper-pagination {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination {
    width: 31px;
  }
}
.swiper-pagination-bullet {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  height: 100%;
  justify-content: center;
  margin: 0;
  min-height: 23px;
  opacity: 1;
  width: 100%;
}
@media (min-width: 1200px) {
  .swiper-pagination-bullet {
    min-height: 27px;
  }
}
.swiper-pagination-bullet-active {
  background-color: #fff;
  color: #e20404;
}
.swiper-pagination-bullet-active[data-category="agenda"] {
  color: #ba0707;
}
.swiper-pagination-bullet-active[data-category="sport"] {
  color: #03c43e;
}
.swiper-pagination-bullet-active[data-category="magazine"] {
  color: #ff0089;
}
.swiper-pagination-bullet-active[data-category="economy"] {
  color: #0346c4;
}
.swiper-pagination-bullet-active[data-category="health"] {
  color: #67ded5;
}
.swiper-pagination-bullet-active[data-category="technology"] {
  color: #00c4ff;
}
.swiper-pagination-bullet-active[data-category="life"] {
  color: #a133db;
}
.swiper-pagination-bullet-active[data-category="information"] {
  color: #b48a52;
}
.swiper-pagination-bullet-active[data-category="highlights"] {
  color: #0091b4;
}
.swiper-pagination-bullet-active[data-category="programs"] {
  color: #e20404;
}
.swiper-pagination-bullet-active[data-category="world"] {
  color: #0091b4;
}
.swiper-pagination-bullet-active[data-category="travel"] {
  color: #ffe200;
}
.swiper-pagination-bullet-active[data-category="auto"] {
  color: #068e35;
}
.swiper-pagination-bullet-active[data-category="videoplus"] {
  color: #67ded5;
}
.swiper-pagination-bullet-active[data-category="writers"] {
  color: #8399b4;
}
.swiper-pagination.nested {
  bottom: 0;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  background-color: #2e2e2e;
  justify-content: space-between;
}
.swiper-pagination.nested .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  width: auto;
  flex-grow: 1;
  height: 44px;
  display: flex;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #2e2e2e;
}
@media (min-width: 768px) {
  .swiper-pagination.nested .swiper-pagination-bullet {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .swiper-pagination.nested .swiper-pagination-bullet {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination.nested .swiper-pagination-bullet {
    height: 31px;
  }
}
.swiper-pagination.nested .swiper-pagination-bullet-active {
  color: #fff;
  background-color: #e20404;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="agenda"] {
  background-color: #ba0707;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="sport"] {
  background-color: #03c43e;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="magazine"] {
  background-color: #ff0089;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="economy"] {
  background-color: #0346c4;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="health"] {
  background-color: #67ded5;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="technology"] {
  background-color: #00c4ff;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="life"] {
  background-color: #a133db;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="information"] {
  background-color: #b48a52;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="highlights"] {
  background-color: #0091b4;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="programs"] {
  background-color: #e20404;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="world"] {
  background-color: #0091b4;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="travel"] {
  background-color: #ffe200;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="auto"] {
  background-color: #068e35;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="videoplus"] {
  background-color: #67ded5;
}
.swiper-pagination.nested
  .swiper-pagination-bullet-active[data-category="writers"] {
  background-color: #8399b4;
}
.swiper-pagination.category {
  bottom: 0;
  width: 100%;
  height: 44px;
  display: flex;
  margin-top: -1px;
  position: relative;
  flex-direction: row;
  align-items: center;
  padding: 10px 0 9px;
  justify-content: center;
  background-color: #000;
}
@media (min-width: 768px) {
  .swiper-pagination.category {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .swiper-pagination.category {
    height: auto;
    border: 1px solid #000;
    background-color: #fff;
    border-top: 0;
  }
}
.swiper-pagination.category .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  font-size: 0;
  height: 10px;
  display: flex;
  cursor: pointer;
  min-height: 10px;
  font-weight: 700;
  color: #ddd;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #ddd;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .swiper-pagination.category .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .swiper-pagination.category .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    width: 100%;
    height: 26px;
    border-radius: 0;
    position: relative;
    color: #fff;
    background-color: #000;
  }
  .swiper-pagination.category
    .swiper-pagination-bullet:not(:first-child):before {
    content: "|";
    left: -2px;
    font-weight: 100;
    position: absolute;
    color: #fff;
  }
}
.swiper-pagination.category .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  font-size: 13px;
  color: #fff;
  background-color: #e20404;
}
@media (min-width: 768px) {
  .swiper-pagination.category .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 992px) {
  .swiper-pagination.category .swiper-pagination-bullet-active {
    width: 100%;
    height: 26px;
    color: #e20404;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="agenda"] {
  background-color: #ba0707;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="agenda"] {
    color: #ba0707;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="sport"] {
  background-color: #03c43e;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="sport"] {
    color: #03c43e;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="magazine"] {
  background-color: #ff0089;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="magazine"] {
    color: #ff0089;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="economy"] {
  background-color: #0346c4;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="economy"] {
    color: #0346c4;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="health"] {
  background-color: #67ded5;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="health"] {
    color: #67ded5;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="technology"] {
  background-color: #00c4ff;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="technology"] {
    color: #00c4ff;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="life"] {
  background-color: #a133db;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="life"] {
    color: #a133db;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="information"] {
  background-color: #b48a52;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="information"] {
    color: #b48a52;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="highlights"] {
  background-color: #0091b4;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="highlights"] {
    color: #0091b4;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="programs"] {
  background-color: #e20404;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="programs"] {
    color: #e20404;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="world"] {
  background-color: #0091b4;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="world"] {
    color: #0091b4;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="travel"] {
  background-color: #ffe200;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="travel"] {
    color: #ffe200;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="auto"] {
  background-color: #068e35;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="auto"] {
    color: #068e35;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="videoplus"] {
  background-color: #67ded5;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="videoplus"] {
    color: #67ded5;
    background-color: #fff;
  }
}
.swiper-pagination.category
  .swiper-pagination-bullet-active[data-category="writers"] {
  background-color: #8399b4;
}
@media (min-width: 992px) {
  .swiper-pagination.category
    .swiper-pagination-bullet-active[data-category="writers"] {
    color: #8399b4;
    background-color: #fff;
  }
}
.swiper-pagination.embed {
  bottom: 0;
  width: 100%;
  height: 44px;
  display: flex;
  margin-top: 5px;
  position: relative;
  flex-direction: row;
  align-items: center;
  padding: 10px 0 9px;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper-pagination.embed {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .swiper-pagination.embed {
    height: auto;
    border: 1px solid #000;
    background-color: #fff;
    border-top: 0;
  }
}
.swiper-pagination.embed .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  font-size: 0;
  height: 10px;
  display: flex;
  cursor: pointer;
  min-height: 10px;
  font-weight: 700;
  color: #ddd;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #ddd;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .swiper-pagination.embed .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .swiper-pagination.embed .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    width: 100%;
    height: 26px;
    border-radius: 0;
    position: relative;
    color: #fff;
    background-color: #000;
  }
  .swiper-pagination.embed .swiper-pagination-bullet:not(:first-child):before {
    content: "|";
    left: -2px;
    font-weight: 100;
    position: absolute;
    color: #fff;
  }
}
.swiper-pagination.embed .swiper-pagination-bullet-active {
  color: #fff;
  background-color: #e20404;
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="agenda"] {
  background-color: #ba0707;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="agenda"] {
    color: #ba0707;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="sport"] {
  background-color: #03c43e;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="sport"] {
    color: #03c43e;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="magazine"] {
  background-color: #ff0089;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="magazine"] {
    color: #ff0089;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="economy"] {
  background-color: #0346c4;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="economy"] {
    color: #0346c4;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="health"] {
  background-color: #67ded5;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="health"] {
    color: #67ded5;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="technology"] {
  background-color: #00c4ff;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="technology"] {
    color: #00c4ff;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="life"] {
  background-color: #a133db;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="life"] {
    color: #a133db;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="information"] {
  background-color: #b48a52;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="information"] {
    color: #b48a52;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="highlights"] {
  background-color: #0091b4;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="highlights"] {
    color: #0091b4;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="programs"] {
  background-color: #e20404;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="programs"] {
    color: #e20404;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="world"] {
  background-color: #0091b4;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="world"] {
    color: #0091b4;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="travel"] {
  background-color: #ffe200;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="travel"] {
    color: #ffe200;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="auto"] {
  background-color: #068e35;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="auto"] {
    color: #068e35;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="videoplus"] {
  background-color: #67ded5;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="videoplus"] {
    color: #67ded5;
    background-color: #fff;
  }
}
.swiper-pagination.embed
  .swiper-pagination-bullet-active[data-category="writers"] {
  background-color: #8399b4;
}
@media (min-width: 992px) {
  .swiper-pagination.embed
    .swiper-pagination-bullet-active[data-category="writers"] {
    color: #8399b4;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .manset-left {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .manset-left .swiper-pagination {
    bottom: 0;
    width: 100%;
    height: 44px;
    display: flex;
    margin-top: -1px;
    position: relative;
    flex-direction: row;
    align-items: center;
    padding: 10px 0 9px;
    justify-content: center;
    background-color: #000;
  }
}
@media screen and (min-width: 992px) and (min-width: 993px) {
  .manset-left .swiper-pagination.nested {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .manset-left .swiper-pagination {
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .manset-left .swiper-pagination {
    height: auto;
    padding: 22.5px 10px;
    background: #fff;
    border: solid #e5e5e5;
    border-width: 0 0 1.5px;
  }
}
@media (min-width: 992px) {
  .manset-left .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    font-size: 0;
    height: 12px;
    display: flex;
    cursor: pointer;
    min-height: 12px;
    font-weight: 700;
    color: #ddd;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background-color: #ddd;
    margin: 0 4px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .manset-left .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    font-size: 13px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .manset-left .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    width: 100%;
    height: 26px;
    border-radius: 0;
    position: relative;
    color: #fff;
    background-color: #000;
  }
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet:not(:first-child):before {
    content: "" !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .manset-left .swiper-pagination .swiper-pagination-bullet {
    color: #212121;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 90px;
    width: 23px !important;
    height: 23px;
    margin: 0 3px;
    padding: 12px;
  }
  .manset-left .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .manset-left .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background-color: #e20404;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .manset-left .swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background-color: #e20404;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .manset-left .swiper-pagination .swiper-pagination-bullet-active {
    width: 100%;
    height: 26px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .manset-left .swiper-pagination .swiper-pagination-bullet-active {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="agenda"] {
    background-color: #ba0707;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="agenda"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="agenda"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="agenda"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="sport"] {
    background-color: #03c43e;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="sport"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="sport"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="sport"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="magazine"] {
    background-color: #ff0089;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="magazine"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="magazine"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="magazine"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="economy"] {
    background-color: #0346c4;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="economy"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="economy"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="economy"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="health"] {
    background-color: #67ded5;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="health"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="health"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="health"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="technology"] {
    background-color: #00c4ff;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="technology"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="technology"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="technology"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="life"] {
    background-color: #a133db;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="life"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="life"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="life"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="information"] {
    background-color: #b48a52;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="information"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="information"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="information"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="highlights"] {
    background-color: #0091b4;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="highlights"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="highlights"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="highlights"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="programs"] {
    background-color: #e20404;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="programs"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="programs"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="programs"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="world"] {
    background-color: #0091b4;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="world"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="world"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="world"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="travel"] {
    background-color: #ffe200;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="travel"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="travel"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="travel"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="auto"] {
    background-color: #068e35;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="auto"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="auto"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="auto"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="videoplus"] {
    background-color: #67ded5;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="videoplus"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="videoplus"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="videoplus"] {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="writers"] {
    background-color: #8399b4;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="writers"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="writers"] {
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .manset-left
    .swiper-pagination
    .swiper-pagination-bullet-active[data-category="writers"] {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .manset-left .swiper-pagination.category .swiper-pagination-bullet-active {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .manset-left .swiper-pagination.category .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    color: transparent;
  }
}
.adv-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .adv-block[data-platform="mobile"] {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .adv-block[data-platform="desktop"] {
    display: none;
    margin-bottom: 0;
  }
}
.adv-block iframe {
  max-width: none !important;
}
.adv-oop {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.adv-skyscraper {
  display: none;
}
@media (min-width: 992px) {
  .adv-skyscraper {
    position: relative;
    z-index: 99;
    display: block;
  }
}
@media (min-width: 992px) {
  .adv-skyscraper .adv-block {
    top: 0;
    width: 0;
    margin-bottom: 0;
    position: absolute;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .adv-skyscraper .adv-block > * {
    top: 155px !important;
    margin: auto;
    position: fixed !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .adv-skyscraper .adv-block.corona > * {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .adv-skyscraper .adv-block.adv-left {
    left: -10px;
    justify-content: flex-end;
    top: -280px;
    display: flex;
  }
}
@media (min-width: 992px) {
  .adv-skyscraper .adv-block.adv-right {
    right: -10px;
    justify-content: flex-start;
    top: -280px;
    display: flex;
  }
}
@media (min-width: 992px) {
  .adv-skyscraper img {
    max-width: none;
  }
}
.adv-masthead {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  min-height: auto;
  padding: 0;
  height: 250px;
}
.adv-masthead .adv-block {
  margin-bottom: 0;
}
.adv-320x50 {
  width: 100%;
}
.adv-320x50 .adv-block {
  margin-bottom: 20px;
}
.adv-300x250 {
  width: 100%;
}
.adv-300x250 .adv-block {
  margin-bottom: 32px;
}
.adv-728x90 {
  width: 100%;
}
.adv-728x90 .adv-block {
  margin-bottom: 32px;
}
.adserviceOop,
.adserviceOop .adv-block {
  margin-bottom: 0 !important;
}
.adserviceOop .adv-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
[data-device-type="mobile"] {
  display: none;
}
@media (max-width: 767.98px) {
  [data-device-type="mobile"] {
    display: flex;
    margin-bottom: 0;
  }
}
[data-device-type="desktop"] {
  display: none;
}
@media (min-width: 576px) {
  [data-device-type="desktop"] {
    display: flex;
    margin-bottom: 0;
  }
}
.adv-desktop {
  display: none;
}
@media (min-width: 768px) {
  .adv-desktop {
    display: flex;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section-octal-sidebar .adv-desktop.medyanet-right-adv {
    display: none !important;
  }
}
.section-octal-sidebar .adv-desktop.medyanet-right-adv .adv-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .section-octal-sidebar .adv-desktop.medyanet-right-adv .adv-block {
    display: none !important;
  }
}
.adv-mobile {
  padding: 0;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
@media (min-width: 768px) {
  .adv-mobile {
    display: none;
  }
}
.adv-mobile.adv-masthead {
  background-color: transparent;
}
.adv-mobile.adserviceOop {
  margin: 0 !important;
}
.detail-container .adv-mobile {
  background-color: #f2f2f2;
}
.mb-0 {
  margin-bottom: 0 !important;
}
[id*="scroll_ad"] {
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .adv-skyscraper {
    display: none;
  }
}
@media (min-width: 768px) {
  .adv-desktop.adv-masthead {
    display: flex !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .adv-desktop.adv-masthead .advMasthead .adv-desktop,
  .adv-desktop.adv-masthead .advMasthead .adv-masthead {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .adv-desktop.adv-masthead .advMasthead .adv-desktop,
  .adv-desktop.adv-masthead .advMasthead .adv-masthead {
    display: flex !important;
  }
}
.adv-desktop.adv-masthead .advMasthead .adv-desktop iframe,
.adv-desktop.adv-masthead .advMasthead .adv-masthead iframe {
  max-width: unset !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .adv-desktop.adv-masthead .advMasthead .adv-desktop iframe[width="970"],
  .adv-desktop.adv-masthead .advMasthead .adv-masthead iframe[width="970"] {
    scale: 0.77;
  }
}
@media (max-width: 768px) {
  .adv-desktop.medyanet-right-adv {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .adv-desktop.medyanet-right-adv .adv-block {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .adv-desktop.medyanet-fullwidth-adv {
    display: flex !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .adv-desktop.adv-skyscraper {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .adv-desktop.adv-skyscraper {
    display: flex !important;
  }
}
.sticky-bar {
  position: sticky;
  top: 122px;
}
@media (min-width: 768px) {
  .section-card-list .special-col .adv-desktop,
  .section-card-list .special-col .adv-desktop .adv-block,
  .section-programs-swiper .adv-block,
  .section-programs-swiper .adv-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .section-card-list .special-col .adv-desktop .adv-block {
    position: relative !important;
  }
}
.detail-content .adv-wrapper {
  justify-content: center;
}
.detail-aside {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .detail-aside {
    align-items: center;
  }
}
.detail-aside.sticky {
  position: sticky;
  top: 113px;
}
@media (min-width: 1200px) {
  .detail-aside.sticky {
    top: 122px;
  }
}
@media (min-width: 1200px) {
  .detail-aside .adv-block:not(:empty) {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    padding: 25px 0;
    width: 100%;
  }
}
.detail-container .container .adv-mobile {
  margin: 30px 0;
}
.detail-container
  .detail-aside
  .adv.adv-desktop.medyanet-right-adv:first-of-type {
  height: 310px;
}
@media (min-width: 1200px) {
  .detail-container .detail-aside .adv-block:not(:empty) {
    padding: 12px;
    min-width: 360px;
  }
}
@media (min-width: 992px) {
  .detail-container .adv-skyscraper .adv-block > * {
    position: sticky !important;
  }
}
.detail-item .container .adv-mobile {
  background-color: #fff;
  margin: 30px 0;
}
.detail-item .detail-aside .adv.adv-desktop.medyanet-right-adv:first-of-type {
  height: 310px;
}
@media (min-width: 1200px) {
  .detail-item .detail-aside .adv-block:not(:empty) {
    padding: 12px;
    min-width: 360px;
  }
}
@media (min-width: 992px) {
  .detail-item .adv-skyscraper .adv-block > * {
    position: fixed !important;
  }
}
.detail-container .home-container .adv-mobile {
  background-color: transparent !important;
}
.adv.adv-desktop.adv-masthead.medyanet-header,
.adv.adv-mobile.adv-masthead.medyanet-header {
  height: 250px;
}
.video-widget .video-js .vjs-play-control {
  order: 1;
}
.video-widget .video-js .vjs-volume-menu-button {
  order: 2;
}
.video-widget .video-js .vjs-current-time {
  order: 3;
}
.video-widget .video-js .vjs-duration {
  order: 5;
}
.video-widget .video-js .vjs-live-control,
.video-widget .video-js .vjs-progress-control {
  order: 4;
}
.video-widget .video-js .vjs-settings-button {
  order: 6;
}
.video-widget .video-js .vjs-fullscreen-control {
  order: 7;
}
.video-widget .video-js .vjs-big-play-button,
.video-widget .video-js .vjs-fullscreen-control,
.video-widget .video-js .vjs-icon-play,
.video-widget .video-js .vjs-play-control,
.video-widget .video-js .vjs-settings-button,
.video-widget .video-js .vjs-settings-button .vjs-selected:after,
.video-widget .video-js .vjs-volume-menu-button {
  font-family: font-icon;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.video-widget .video-js .vjs-big-play-button:before,
.video-widget .video-js .vjs-icon-play:before,
.video-widget .video-js .vjs-play-control:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .video-js .vjs-play-control.vjs-playing:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .video-js .vjs-volume-menu-button.vjs-vol-0:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .video-js .vjs-volume-menu-button.vjs-vol-1:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .video-js .vjs-volume-menu-button.vjs-vol-2:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .video-js .vjs-volume-menu-button.vjs-vol-3:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .video-js .vjs-settings-button:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .video-js .vjs-settings-button .vjs-selected:after {
  content: "";
}
.video-widget .video-js .vjs-fullscreen-control:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .video-js .vjs-control-bar {
  background-color: transparent;
  height: 40px;
  transition: opacity 0.3s ease-out !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .video-widget .video-js .vjs-control-bar {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-control-bar {
    height: 52px;
    padding-bottom: 20px;
  }
}
.video-widget .video-js.vjs-fullscreen .vjs-control-bar {
  height: 40px;
}
@media (min-width: 768px) {
  .video-widget .video-js.vjs-fullscreen .vjs-control-bar {
    padding-left: 0;
    padding-right: 0;
    height: 52px;
    padding-bottom: 20px;
  }
}
.video-widget .video-js .overlay-empty-el {
  cursor: pointer;
}
.video-widget .video-js .vjs-control {
  width: 30px;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-control {
    width: 40px;
  }
}
.video-widget .video-js .vjs-control.vjs-current-time,
.video-widget .video-js .vjs-control.vjs-duration {
  width: auto;
}
.video-widget .video-js .vjs-control:focus,
.video-widget .video-js .vjs-control:focus:before,
.video-widget .video-js .vjs-control:hover:before {
  text-shadow: none;
}
.video-widget .video-js:hover .vjs-big-play-button {
  background: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.video-widget .video-js .vjs-menu {
  display: none;
  opacity: 0;
}
.video-widget .video-js .vjs-menu-button {
  cursor: pointer;
}
.video-widget .video-js .vjs-menu-button:hover .vjs-menu {
  display: block;
  opacity: 1;
}
.video-widget .video-js .vjs-menu-button-popup .vjs-menu {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-menu-button-popup .vjs-menu {
    margin-bottom: 32px;
  }
}
.video-widget .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  bottom: 0;
  max-height: 120px;
  font-family: Montserrat, sans-serif;
}
.video-widget .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item {
  text-align: left;
  padding: 0 8px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.video-widget .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item:focus,
.video-widget .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item:hover {
  background: none;
}
.no-touch
  .video-widget
  .video-js
  .vjs-menu-button-popup
  .vjs-menu
  .vjs-menu-item:not(.vjs-selected):hover,
.touch
  .video-widget
  .video-js
  .vjs-menu-button-popup
  .vjs-menu
  .vjs-menu-item:not(.vjs-selected):active {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.video-widget
  .video-js
  .vjs-menu-button-popup
  .vjs-menu
  .vjs-menu-item.vjs-selected {
  font-family: Montserrat, sans-serif;
  background-color: transparent;
  cursor: default;
}
.video-widget
  .video-js
  .vjs-menu-button-popup
  .vjs-menu
  .vjs-menu-item.vjs-selected:after {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
}
.video-widget .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item span {
  line-height: 24px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}
.video-widget .video-js .vjs-big-play-button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 45px;
  width: 35px;
  height: 45px;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.video-widget .video-js .vjs-play-control:before {
  font-size: 23px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-play-control:before {
    line-height: 32px;
    font-size: 28px;
  }
}
.video-widget .video-js .vjs-volume-menu-button:before {
  font-size: 19px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-volume-menu-button:before {
    line-height: 32px;
  }
}
.video-widget
  .video-js
  .vjs-volume-menu-button
  .vjs-volume-bar.vjs-slider-vertical {
  margin: 8px auto;
  width: 7px;
  height: calc(100% - 16px);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.4);
}
.video-widget
  .video-js
  .vjs-volume-menu-button
  .vjs-volume-bar.vjs-slider-vertical:focus {
  box-shadow: none;
}
.video-widget
  .video-js
  .vjs-volume-menu-button
  .vjs-volume-bar.vjs-slider-vertical
  .vjs-volume-level {
  width: 100%;
  border-radius: 5px;
}
.video-widget
  .video-js
  .vjs-volume-menu-button
  .vjs-volume-bar.vjs-slider-vertical
  .vjs-volume-level:before {
  display: none;
}
.video-widget .video-js .vjs-current-time {
  line-height: 40px;
  font-size: 11px;
  font-weight: 500;
  padding: 0;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-current-time {
    line-height: 32px;
  }
}
.video-widget .video-js .vjs-time-divider {
  display: none !important;
}
.video-widget .video-js .vjs-duration {
  line-height: 40px;
  font-size: 11px;
  font-weight: 500;
  padding: 0;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-duration {
    line-height: 32px;
  }
}
.video-widget .video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 5px;
  height: 5px;
  transition: none;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-progress-control .vjs-progress-holder {
    height: 6px;
  }
}
.video-widget .video-js .vjs-progress-control .vjs-load-progress,
.video-widget .video-js .vjs-progress-control .vjs-load-progress div {
  border-radius: 5px;
  background-color: #fff;
}
.video-widget .video-js .vjs-progress-control .vjs-mouse-display:after {
  background-color: #fff;
  color: #e20404;
}
.video-widget .video-js .vjs-progress-control .vjs-play-progress {
  border-radius: 5px;
  background-color: #e20404;
}
.video-widget .video-js .vjs-progress-control .vjs-play-progress:before {
  display: none;
}
.video-widget .video-js .vjs-progress-control .vjs-play-progress:after {
  background-color: #e20404;
  color: #fff;
}
.no-touch
  .video-widget
  .video-js
  .vjs-progress-control:hover
  .vjs-mouse-display:after,
.no-touch
  .video-widget
  .video-js
  .vjs-progress-control:hover
  .vjs-play-progress:after,
.touch
  .video-widget
  .video-js
  .vjs-progress-control:active
  .vjs-mouse-display:after,
.touch
  .video-widget
  .video-js
  .vjs-progress-control:active
  .vjs-play-progress:after,
.video-widget .video-js .vjs-progress-control .video-js .vjs-time-tooltip,
.video-widget .video-js .vjs-progress-control .vjs-mouse-display:after,
.video-widget .video-js .vjs-progress-control .vjs-play-progress:after {
  font-family: Montserrat, sans-serif;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  top: auto;
  bottom: 15px;
  right: 0;
  transform: translateX(50%);
}
.video-widget .video-js .vjs-live-control {
  padding: 0 10px;
}
.video-widget .video-js .vjs-live-control .vjs-live-display {
  line-height: 40px;
  font-size: 11px;
  font-weight: 500;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-live-control .vjs-live-display {
    line-height: 32px;
  }
}
.video-widget .video-js .vjs-settings-button:before {
  font-size: 23px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-settings-button:before {
    line-height: 32px;
    font-size: 26px;
  }
}
.video-widget .video-js .vjs-fullscreen-control:before {
  font-size: 19px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-fullscreen-control:before {
    line-height: 32px;
    font-size: 22px;
  }
}
.video-widget .video-js:after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.81));
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}
@media (min-width: 768px) {
  .video-widget .video-js:after {
    height: 96px;
  }
}
.video-widget .video-js .ima-controls-div:before {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.81));
}
@media (min-width: 768px) {
  .video-widget .video-js .ima-controls-div:before {
    height: 96px;
  }
}
[data-category="videoplus"]
  .video-widget
  .video-js
  .vjs-progress-control
  .vjs-play-progress {
  background-color: #67ded5;
}
[data-category="videoplus"]
  .video-widget
  .video-js
  .vjs-progress-control
  .vjs-play-progress:after {
  background-color: #67ded5;
}
[data-category="videoplus"]
  .video-widget
  .video-js
  .vjs-progress-control
  .vjs-mouse-display:after {
  color: #67ded5;
}
.player-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
}
.player-wrapper:before {
  content: "";
  padding-top: 56.25%;
  display: block;
  width: 100%;
  pointer-events: none;
}
.player-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  width: 75px;
  height: 54px;
  display: flex;
  color: #fff;
  background-color: #e20404;
}
.player-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
@media (min-width: 768px) {
  .player-bg {
    font-size: 45px;
    width: 88px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .player-bg {
    font-size: 53px;
    width: 102px;
    height: 93px;
  }
}
.player-bg:before {
  margin: auto;
}
[data-category="videoplus"] .player-bg {
  background-color: transparent;
}
[data-category="videoplus"] .player-bg:before {
  font-family: font-icon;
  content: "";
  width: auto;
  height: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #00a79d, #2e3192);
  background-color: transparent;
}
[data-category="videoplus"] .player-bg span:after,
[data-category="videoplus"] .player-bg span:before {
  font-family: font-icon;
  position: absolute;
  color: #575757;
}
[data-category="videoplus"] .player-bg span:before {
  content: "";
  font-size: 15px;
  top: 19px;
  left: 13px;
}
@media (min-width: 768px) {
  [data-category="videoplus"] .player-bg span:before {
    font-size: 20px;
    top: 30px;
    left: 17px;
  }
}
@media (min-width: 1200px) {
  [data-category="videoplus"] .player-bg span:before {
    font-size: 25px;
    top: 33px;
    left: 20px;
  }
}
[data-category="videoplus"] .player-bg span:after {
  content: "";
  font-size: 15px;
  top: 19px;
  left: 50px;
}
@media (min-width: 768px) {
  [data-category="videoplus"] .player-bg span:after {
    font-size: 20px;
    top: 30px;
    left: 67px;
  }
}
@media (min-width: 1200px) {
  [data-category="videoplus"] .player-bg span:after {
    font-size: 25px;
    top: 33px;
    left: 78px;
  }
}
.player-items {
  top: 0;
  left: 0;
}
.player-container,
.player-items {
  position: absolute;
  width: 100%;
  height: 100%;
}
.player-dummy-img {
  position: absolute;
  width: 100%;
  height: auto;
}
.video-widget {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .video-widget {
    flex-direction: row;
  }
}
.video-widget-wrapper {
  background-image: url(../images/radyo-bg.png);
  background-color: #0a0a0a;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .video-widget-wrapper {
    padding: 32px 0;
  }
}
@media (min-width: 992px) {
  .video-widget-wrapper {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .video-widget-wrapper {
    padding: 48px 0;
  }
}
.video-widget-wrapper .section {
  margin-bottom: 0;
}
.video-widget-player {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  flex-grow: 1;
}
.video-widget-player .navigate {
  position: relative;
}
.video-widget-player .navigate i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #eaeaea;
}
.video-widget-player .navigate i:before {
  color: #575757;
  font-size: 18px;
  position: absolute;
  left: 55%;
  top: 51%;
  transform: translate(-45%, -49%);
}
.video-widget-player.live-video-button .vjs-control-bar {
  padding-bottom: 0 !important;
  height: 52px !important;
}
@media screen and (max-width: 768px) {
  .video-widget-player.live-video-button .vjs-control-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .video-widget-player.live-video-button .vjs-control-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 993px) {
  .video-widget-player {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.video-widget-player .player-caption {
  display: flex;
  flex-direction: column;
  margin-top: 11px;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .video-widget-player .player-caption {
    margin-top: 31px;
  }
}
@media (min-width: 992px) {
  .video-widget-player .player-caption {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.video-widget-player .player-desc {
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .video-widget-player .player-desc {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    white-space: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 992px) {
  .video-widget-player .player-desc {
    margin-bottom: 15px;
  }
}
.video-widget-player .player-desc.dummy:before {
  width: 100%;
  height: 22px;
}
.video-widget-player .player-tag {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .video-widget-player .player-tag {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.video-widget-player .player-tag ul {
  width: 100%;
  display: flex;
}
.video-widget-player .player-tag-item {
  width: 95px;
  height: 27px;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  font-style: normal;
  margin-right: 10px;
  line-height: normal;
  border-radius: 21px;
  letter-spacing: normal;
  color: #575757;
  padding: 6px 10px 7px;
  border: 1px solid #575757;
}
.video-widget-player .player-tag-item i {
  margin-left: 10px;
}
.video-widget-player .player-tag-item i:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget-player .player-tag-item.selected {
  color: #fff;
  background-color: #67ded5;
}
.video-widget-player .player-tag-item.selected i {
  margin-left: 10px;
}
.video-widget-player .player-tag-item.selected i:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget-player .cta-all {
  color: #fff;
}
.video-widget-playlist {
  padding: 0 10px 10px;
}
@media (max-width: 991.98px) {
  .video-widget-playlist {
    margin-left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .video-widget-playlist {
    width: 320px;
    flex-shrink: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    max-height: 500px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .video-widget-playlist {
    max-height: 583px;
  }
}
@media (min-width: 992px) {
  .video-widget-playlist:after {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 15px;
    width: calc(100% - 25px);
    height: 131px;
    background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.75) 63%,
      #fff
    );
  }
}
.video-widget-playlist .scroll-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .video-widget-playlist .scroll-wrapper {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    scrollbar-width: thin;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding-right: 5px;
  }
  .video-widget-playlist .scroll-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #707070;
  }
  .video-widget-playlist .scroll-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
  }
  .video-widget-playlist .scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #b4b4b4;
  }
  .video-widget-playlist .scroll-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
  }
  .video-widget-playlist .scroll-wrapper::-webkit-resizer {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .video-widget-playlist .scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .video-widget-playlist .scroll-wrapper:after,
  .video-widget-playlist .scroll-wrapper:before {
    content: "";
    flex-shrink: 0;
    width: 24px;
  }
}
.video-widget-playlist .playlist-item {
  width: 100%;
  max-width: 158px;
  padding: 10px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .video-widget-playlist .playlist-item {
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  .video-widget-playlist .playlist-item {
    max-width: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.video-widget-playlist .playlist-item:first-child {
  display: none;
}
@media (min-width: 992px) {
  .video-widget-playlist .playlist-item:last-child {
    margin-bottom: 131px;
  }
}
.video-widget-playlist .playlist-item:hover a {
  background-color: #fff;
}
.video-widget-playlist .playlist-item:hover a .card-title {
  color: #e20404;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .card-inner {
  background-color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .card-title {
  color: #e20404;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .card-news
  .card-figure-bg,
[data-click-to-play] .video-widget-playlist .playlist-item .card.active .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active
  [data-category="videoplus"]
  .player-bg:before {
  color: #fff;
  background-color: #e20404;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #ba0707;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="agenda"]
  .card-title {
  color: #ba0707;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #03c43e;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="sport"]
  .card-title {
  color: #03c43e;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #ff0089;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="magazine"]
  .card-title {
  color: #ff0089;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #0346c4;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="economy"]
  .card-title {
  color: #0346c4;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #67ded5;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="health"]
  .card-title {
  color: #67ded5;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #00c4ff;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="technology"]
  .card-title {
  color: #00c4ff;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #a133db;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="life"]
  .card-title {
  color: #a133db;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #b48a52;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="information"]
  .card-title {
  color: #b48a52;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #0091b4;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="highlights"]
  .card-title {
  color: #0091b4;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #e20404;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="programs"]
  .card-title {
  color: #e20404;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #0091b4;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="world"]
  .card-title {
  color: #0091b4;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #ffe200;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="travel"]
  .card-title {
  color: #ffe200;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #068e35;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="auto"]
  .card-title {
  color: #068e35;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .video-widget
  .next-card-figure-bg {
  background-color: #67ded5;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="videoplus"]
  .card-title {
  color: #67ded5;
}
.card-news-h
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .card-figure-bg,
.card-news
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .card-figure-bg,
.video-widget-similars
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .similars-card-figure-bg,
.video-widget
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .next-card-figure-bg,
[data-category="videoplus"]
  [data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .player-bg:before,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .card-news-h
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .card-news
  .card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .icon,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .player-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .video-widget-similars
  .similars-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .video-widget
  .next-card-figure-bg,
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  [data-category="videoplus"]
  .player-bg:before {
  background-color: #8399b4;
  color: #fff;
}
[data-click-to-play]
  .video-widget-playlist
  .playlist-item
  .card.active[data-category="writers"]
  .card-title {
  color: #8399b4;
}
[data-click-to-play] .video-widget-playlist .playlist-item:first-child {
  display: block;
}
@media (min-width: 992px) {
  .video-widget-playlist .card-news .card-inner {
    background-color: transparent;
    transition: background-color 0.3s ease-out;
  }
}
@media (min-width: 992px) {
  .video-widget-playlist .card-news .card-title {
    color: #fff;
  }
}
.video-widget-playlist .card-news .card-title.dummy:before {
  width: 152px;
  height: 35px;
}
.video-widget-playlist .card-news .card-title.dummy:after {
  display: none;
}
@media (min-width: 992px) {
  .no-touch .video-widget-playlist .card-news:hover .card-inner,
  .touch .video-widget-playlist .card-news:active .card-inner {
    background-color: #fff;
  }
}
@media screen and (max-width: 389px) {
  .detail-container[data-scroll="detail-video"]
    .video-widget-player
    .share.type-4 {
    scale: 0.9;
  }
}
.video-widget-playlist-live {
  order: 3;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background-color: #171717;
  padding: 15px 15px 0;
}
@media (min-width: 768px) {
  .video-widget-playlist-live {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .video-widget-playlist-live {
    order: 0;
    width: 300px;
    flex-shrink: 0;
    overflow: hidden;
    padding-bottom: 0;
    margin-left: -10px;
    margin-right: 10px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .video-widget-playlist-live {
    width: 360px;
  }
}
.video-widget-playlist-live:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78px;
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(
    0deg,
    #171717,
    hsla(0, 0%, 9%, 0.56) 64%,
    hsla(0, 0%, 9%, 0)
  );
}
.video-widget-playlist-live .scroll-wrapper {
  scrollbar-width: thin;
  overflow-scrolling: touch;
  margin-left: 0;
  margin-right: 0;
  overflow-y: auto;
  max-height: 428px;
  padding-right: 5px;
  overflow-x: hidden;
  padding-bottom: 78px;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
}
.video-widget-playlist-live .scroll-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #707070;
}
.video-widget-playlist-live .scroll-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.video-widget-playlist-live .scroll-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b4b4b4;
}
.video-widget-playlist-live .scroll-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
}
.video-widget-playlist-live .scroll-wrapper::-webkit-resizer {
  display: none;
}
@media (min-width: 768px) {
  .video-widget-playlist-live .scroll-wrapper {
    max-height: 360px;
  }
}
@media (min-width: 992px) {
  .video-widget-playlist-live .scroll-wrapper {
    max-height: 295px;
  }
}
@media (min-width: 1200px) {
  .video-widget-playlist-live .scroll-wrapper {
    max-height: 358px;
  }
}
.video-widget-playlist-live .live-list-item:nth-child(odd) .live-list-link {
  background-color: #121212;
}
.video-widget-playlist-live .live-list-item .live-list-link {
  height: 75px;
  display: flex;
  align-items: center;
  padding: 19px 10px 18px;
}
.video-widget-playlist-live .live-list-item .live-list-link time {
  height: 20px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  color: #fff;
}
.video-widget-playlist-live .live-list-item .live-list-link time:after {
  width: 8px;
  height: 8px;
  background-color: #e20404;
  content: "";
  border-radius: 50%;
  margin-left: 4px;
  margin-top: 6px;
}
.video-widget-playlist-live .live-list-item .live-list-link time u {
  border-bottom: 1px solid #fff;
  font-size: 11px;
  height: 16px;
}
.video-widget-playlist-live .live-list-item .live-list-link h3 {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  font-style: normal;
  color: #fff;
  letter-spacing: normal;
}
.video-widget-playlist-live .live-items-header {
  padding-bottom: 9px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e20a10;
}
@media (min-width: 768px) {
  .video-widget-playlist-live .live-items-header {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .video-widget-playlist-live .live-items-header {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .video-widget-playlist-live .live-items-header {
    margin-bottom: 20px;
  }
}
.video-widget-playlist-live .live-items-header h2 {
  line-height: 25px;
  height: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .video-footer {
    width: 100%;
  }
}
.video-footer {
  margin-right: 10px;
  margin-left: 10px;
  height: 60px;
  background-image: url(../images/video-live-footer.jpg);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
}
@media (max-width: 768px) {
  .video-footer {
    margin-left: 0;
    margin-right: 0;
  }
}
.video-footer .title {
  height: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .video-footer .title {
    flex-wrap: wrap;
  }
  .video-footer .title .live {
    width: 100%;
  }
}
.video-footer .title .speaker.dummy:before {
  content: "";
  width: 145px;
  height: 20px;
}
.video-footer .title .divider {
  width: 2px;
  color: #e20404;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.video-footer .title .speaker:not(.dummy):empty + .divider {
  display: none;
}
.video-footer .title .program .dummy:before {
  content: "";
  width: 125px;
  height: 20px;
}
.video-footer .title mark.live {
  color: #e20404;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
}
.share-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .video-footer .title mark.live {
    margin-left: 5px;
  }
}
.share-text {
  color: #b2b2b2;
  display: none;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-transform: uppercase;
}
.share .divider {
  width: 1px;
  height: 25px;
  display: none;
  margin-left: 7px;
  margin-right: 10px;
  background-color: #b2b2b2;
}
@media (min-width: 992px) {
  .share.type-2 .divider,
  .share.type-2 .share-text {
    display: block;
  }
}
[data-video-widget="player-broadcast"] .share.type-2 .share-item-ico,
[data-video-widget="player-broadcast"] .share.type-2 .share-text {
  color: #fff;
}
[data-video-widget="player-broadcast"] .share.type-2 .share-item-ico {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  [data-video-widget="player-broadcast"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  [data-video-widget="player-broadcast"] {
    flex-wrap: wrap;
  }
}
[data-video-widget="player-broadcast"] .video-widget-player {
  width: auto;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  [data-video-widget="player-broadcast"] .video-widget-player {
    margin-left: 34px;
    margin-right: 34px;
  }
}
.video-widget-similars {
  position: relative;
  z-index: 11;
  transition: opacity 0.3s ease-out;
  height: 89px;
}
@media (min-width: 992px) {
  .video-widget-similars {
    margin-top: -89px;
    opacity: 0;
    pointer-events: none;
  }
}
.video-widget-similars .swiper-common {
  background-color: #000;
  height: 100%;
}
@media (min-width: 992px) {
  .video-widget-similars .swiper-common {
    background-color: transparent;
  }
}
.video-widget-similars .swiper-container {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.loaded.video-widget-similars .swiper-container {
  opacity: 1;
}
.video-widget-similars .swiper-slide {
  width: auto;
  padding: 10px;
}
@media (min-width: 992px) {
  .video-widget-similars .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.video-widget-similars .similars-card {
  width: 260px;
  display: block;
  position: relative;
}
.video-widget-similars .similars-card-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  background-color: rgba(0, 0, 0, 0.6);
}
.video-widget-similars .similars-card-figure {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-widget-similars .similars-card-figure-inner {
  width: 100%;
  position: relative;
}
.video-widget-similars .similars-card-figure-inner:before {
  pointer-events: none;
  width: 100%;
  padding-top: 56.25%;
  content: "";
  display: block;
}
.video-widget-similars .similars-card-figure img {
  position: absolute;
  max-width: none;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.video-widget-similars .similars-card-figure-bg {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: hsla(0, 0%, 100%, 0.4);
}
.video-widget-similars .similars-card-figure-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget-similars .similars-card-caption {
  padding-left: 11px;
  padding-top: 7px;
  flex-grow: 1;
  height: 69px;
}
.video-widget-similars .similars-card-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 32px;
  margin-bottom: 5px;
  color: #fff;
}
.video-widget-similars .similars-card-label {
  padding: 0 5px;
  background-color: #e20404;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 15px;
  display: none;
}
.video-widget-similars .similars-card.next-similar .similars-card-label {
  display: inline-block;
}
.video-widget .next-card {
  width: 212px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
@media (min-width: 768px) {
  .video-widget .next-card {
    bottom: 62px;
    right: 34px;
  }
}
@media (min-width: 992px) {
  .video-widget .next-card {
    bottom: 150px;
    right: 10px;
  }
}
.video-widget .next-card-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  height: 42px;
}
.video-widget .next-card-figure {
  flex-shrink: 0;
  width: 75px;
  overflow: hidden;
  position: relative;
}
.video-widget .next-card-figure:before {
  background-color: #ddd;
  pointer-events: none;
  width: 100%;
  padding-top: 56%;
  content: "";
  display: block;
}
.video-widget .next-card-figure img {
  position: absolute;
  max-width: none;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.video-widget .next-card-figure-bg {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.video-widget .next-card-figure-bg:before {
  font-family: font-icon;
  font-style: normal;
  font-weight: 400;
  content: "";
}
.video-widget .next-card-caption {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  flex-grow: 1;
}
.video-widget .next-card-progress {
  background: #e20404;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  transition: width 0.3s ease-out;
}
.video-widget .next-card-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.video-widget .next-card.active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .video-widget[data-video-widget="player-similars"]
    .vjs-control-bar:not(.ima-controls-div) {
    height: 140px;
    padding-bottom: 108px;
  }
  .video-widget[data-video-widget="player-similars"]
    .vjs-control-bar:not(.ima-controls-div)
    .live-video-button {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .video-widget[data-video-widget="player-similars"]
    .vjs-control-bar:not(.ima-controls-div) {
    height: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .video-widget[data-video-widget="player-similars"] .video-js:after {
    height: 140px;
  }
}
.video-widget .video-js .vjs-share-button {
  order: 5;
  cursor: pointer;
}
.video-widget .video-js .vjs-share-button:before {
  content: "";
  font-family: font-icon;
  font-size: 23px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .video-widget .video-js .vjs-share-button:before {
    font-size: 26px;
    line-height: 32px;
  }
}
.video-widget .share-popup {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.81));
}
@media (min-width: 768px) {
  .video-widget .share-popup {
    padding-bottom: 115px;
  }
}
.video-widget .share-popup.active {
  z-index: 2;
  display: flex;
}
.video-widget.vw-has-started .video-js:after {
  opacity: 1;
}
@media (min-width: 992px) {
  .video-widget.vw-has-started:not(.vw-ad-playing) .video-widget-similars {
    opacity: 1;
    pointer-events: auto;
  }
}
.video-widget.vw-has-started.vw-user-inactive:not(.vw-paused) .video-js:after {
  opacity: 0;
}
@media (min-width: 992px) {
  .video-widget.vw-has-started.vw-user-inactive:not(.vw-paused)
    .video-widget-similars {
    opacity: 0;
    pointer-events: none;
  }
}
.video-widget.vw-has-started.vw-paused .bumpable-ima-ad-container,
.video-widget.vw-has-started.vw-playing.vw-user-active
  .bumpable-ima-ad-container {
  margin-top: -40px;
}
@media (min-width: 768px) {
  .video-widget.vw-has-started.vw-paused .bumpable-ima-ad-container,
  .video-widget.vw-has-started.vw-playing.vw-user-active
    .bumpable-ima-ad-container {
    margin-top: -52px;
  }
}
@media (min-width: 992px) {
  .video-widget.vw-has-started[data-video-widget="player-similars"].vw-paused
    .bumpable-ima-ad-container,
  .video-widget.vw-has-started[data-video-widget="player-similars"].vw-playing.vw-user-active
    .bumpable-ima-ad-container {
    margin-top: -140px;
  }
}
.video-widget .player-warning {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #414141;
  border: 1 solid #ffae00;
}
@media (min-width: 768px) {
  .video-widget .player-warning {
    font-size: 25px;
  }
}
.video-widget .player-warning p {
  width: 90%;
  margin-bottom: 20px;
}
.video-widget .player-warning p b {
  font-size: 20px;
  color: #ffae00;
}
@media (min-width: 768px) {
  .video-widget .player-warning p b {
    font-size: 30px;
  }
}
.video-widget .player-warning i {
  font-size: 75px;
  color: #ffae00;
}
@media (min-width: 768px) {
  .video-widget .player-warning i {
    font-size: 150px;
  }
}
.share-toggle-btn {
  display: none;
}
.share-list {
  display: flex;
}
.share-item {
  cursor: pointer;
}
.share-item-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out,
    opacity 0.3s ease-out;
}
.share-item-ico:after {
  color: #fff;
  font-family: font-icon;
}
[data-type="facebook"] .share-item-ico:after {
  font-size: 16px;
  content: "";
}
.no-touch [data-type="facebook"] .share-item-ico:hover,
.touch [data-type="facebook"] .share-item-ico:active {
  border-color: #0346c4;
  background-color: #0346c4;
}
[data-type="twitter"] .share-item-ico:after {
  font-size: 17px;
  margin-left: 1px;
  content: "";
}
.no-touch [data-type="twitter"] .share-item-ico:hover,
.touch [data-type="twitter"] .share-item-ico:active {
  border-color: #f5f5f5;
  background-color: #000;
}
.no-touch [data-type="twitter"] .share-item-ico:hover svg path,
.touch [data-type="twitter"] .share-item-ico:active svg path {
  fill: #fff;
}
[data-type="twitter"] .share-item-ico svg path {
  fill: #b2b2b2;
}
[data-type="whatsapp"] .share-item-ico:after {
  font-size: 17px;
  margin-left: 1px;
  content: "";
}
.no-touch [data-type="whatsapp"] .share-item-ico:hover,
.touch [data-type="whatsapp"] .share-item-ico:active {
  border-color: #04c31a;
  background-color: #04c31a;
}
[data-type="flipboard"] .share-item-ico:after {
  font-size: 17px;
  margin-left: 4px;
  margin-top: 2px;
  content: "";
}
.no-touch [data-type="flipboard"] .share-item-ico:hover,
.touch [data-type="flipboard"] .share-item-ico:active {
  border-color: #e20404;
  background-color: #e20404;
}
[data-type="googlenews"] .share-item-ico:after {
  font-size: 17px;
  margin-left: 0;
  margin-top: 0;
  content: "";
}
.no-touch [data-type="googlenews"] .share-item-ico:hover,
.touch [data-type="googlenews"] .share-item-ico:active {
  border-color: #7296c7;
  background-color: #7296c7;
}
[data-type="email"] .share-item-ico:after {
  font-size: 11px;
  content: "";
}
.no-touch [data-type="email"] .share-item-ico:hover,
.touch [data-type="email"] .share-item-ico:active {
  border-color: #ff8900;
  background-color: #ff8900;
}
[data-type="embed"] .share-item-ico:after {
  font-size: 11px;
  content: "";
}
.no-touch [data-type="embed"] .share-item-ico:hover,
.touch [data-type="embed"] .share-item-ico:active {
  border-color: #0091b4;
  background-color: #0091b4;
}
.share-item-text {
  display: none;
}
.share.type-1 {
  flex-grow: 1;
}
.share.type-1 .share-toggle-btn {
  display: none;
}
.share.type-1 .share-item {
  margin-right: 10px;
}
@media (max-width: 320px) {
  .share.type-1 .share-item {
    margin-right: 5px;
  }
}
.share.type-1 .share-item:first-child {
  margin-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .share.type-1 .share-item:first-child {
    margin-left: 5px;
  }
}
.share.type-1 .share-item:last-child {
  margin-right: 0;
}
.share.type-1 .share-item-ico {
  background-color: #575757;
}
.share.type-1 .share-item[data-type="googlenews"] {
  margin-left: auto;
}
.share.type-1 .share-item[data-type="googlenews"] .share-item-ico {
  border-radius: 7px;
  color: #7296c7;
  background-color: #f2f2f2;
}
.share.type-1 .share-item[data-type="googlenews"] .share-item-ico:after {
  color: inherit;
  font-size: 21px;
}
.no-touch
  .share.type-1
  .share-item[data-type="googlenews"]
  .share-item-ico:hover,
.touch
  .share.type-1
  .share-item[data-type="googlenews"]
  .share-item-ico:active {
  color: #fff;
  background-color: #7296c7;
}
.share.type-1 .share-item[data-type="flipboard"] .share-item-ico {
  border-radius: 7px;
  color: #f52828;
  background-color: #f2f2f2;
}
.share.type-1 .share-item[data-type="flipboard"] .share-item-ico:after {
  color: inherit;
  font-size: 21px;
  margin-left: 0;
  margin-top: 0;
  content: "";
}
.no-touch
  .share.type-1
  .share-item[data-type="flipboard"]
  .share-item-ico:hover,
.touch .share.type-1 .share-item[data-type="flipboard"] .share-item-ico:active {
  color: #fff;
  background-color: #f52828;
}
.share.type-2 {
  position: relative;
}
.share.type-2 .share-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
@media (min-width: 992px) {
  .share.type-2 .share-toggle-btn {
    display: none;
  }
}
.share.type-2 .share-toggle-btn:after {
  color: #fff;
  font-family: font-icon;
  font-size: 16px;
  content: "";
}
.active.share.type-2 .share-toggle-btn,
.no-touch .share.type-2 .share-toggle-btn:hover,
.touch .share.type-2 .share-toggle-btn:active {
  border-color: #e20404;
  background-color: #e20404;
}
@media (max-width: 991.98px) {
  .share.type-2 .share-list {
    flex-direction: column;
    padding: 20px 20px 0;
    width: 269px;
    position: absolute;
    top: calc(100% + 25px);
    right: 0;
    background-color: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-out, top 0.2s ease-out;
  }
}
@media (max-width: 991.98px) {
  .share.type-2 .share-list:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 9px solid #000;
    position: absolute;
    top: -9px;
    right: 7px;
  }
}
@media (max-width: 991.98px) {
  .active.share.type-2 .share-list {
    opacity: 1;
    pointer-events: auto;
    top: calc(100% + 30px);
  }
}
.share.type-2 .share-item {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .share.type-2 .share-item {
    margin-left: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
}
.share.type-2 .share-item:first-child {
  margin-left: 0;
}
.share.type-2 .share-item-ico {
  border: 2px solid #fff;
}
@media (max-width: 991.98px) {
  .share.type-2 .share-item-ico {
    margin-right: 10px;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .share.type-2 .share-item-text {
    display: block;
    border-left: 2px solid #e20404;
    padding-left: 7px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
}
.share.type-2 .share-item[data-type="flipboard"],
.share.type-2 .share-item[data-type="googlenews"] {
  display: none;
}
.share.type-2 [data-type="facebook"] .share-item-ico:hover:after {
  color: #fff;
}
@media (max-width: 991.98px) {
  .share.type-2 [data-type="facebook"] .share-item-ico {
    border-color: #fff;
    background-color: #0346c4;
  }
}
.share.type-2 [data-type="twitter"] .share-item-ico:hover:after {
  color: #fff;
}
@media (max-width: 991.98px) {
  .share.type-2 [data-type="twitter"] .share-item-ico {
    border-color: #fff;
    background-color: #030303;
  }
}
.share.type-2 [data-type="whatsapp"] .share-item-ico:hover:after {
  color: #fff;
}
@media (max-width: 991.98px) {
  .share.type-2 [data-type="whatsapp"] .share-item-ico {
    border-color: #fff;
    background-color: #04c31a;
  }
}
@media (max-width: 991.98px) {
  .share.type-2 [data-type="flipboard"] .share-item-ico {
    border-color: #c1c1c1;
    background-color: #e20404;
  }
}
@media (max-width: 991.98px) {
  .share.type-2 [data-type="email"] .share-item-ico {
    border-color: #c1c1c1;
    background-color: #ff8900;
  }
}
.share.type-3 .share-toggle-btn {
  display: none;
}
.share.type-3 .share-item-ico {
  border: 2px solid #fff;
}
.share.type-3 .share-item[data-type="flipboard"],
.share.type-3 .share-item[data-type="googlenews"] {
  display: none;
}
.share.type-4 .share-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.share.type-4 .share-item {
  margin-right: 10px;
}
.share.type-4 .share-item:last-child {
  margin-right: 0;
}
.share.type-4 .share-news {
  display: flex;
  margin-top: 26px;
  align-items: center;
}
.share.type-4 .share-news input {
  width: 240px;
  height: 33px;
  cursor: none;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
  color: #fff;
  background-color: transparent;
  border-color: transparent transparent #fff;
}
@media (min-width: 992px) {
  .share.type-4 .share-news input {
    width: 350px;
  }
}
.share.type-4 .share-news span {
  font-size: 13px;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
.icon-circle.facebook:hover {
  color: #3b5998 !important;
  border-color: #3b5998 !important;
}
.icon-circle.twitter:hover {
  color: #000;
  border-color: #000;
}
.icon-circle.twitter:hover svg:not(.author) path {
  fill: #000;
}
.icon-circle.google-plus:hover {
  color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}
.icon-circle.youtube:hover {
  color: #b00 !important;
  border-color: #b00 !important;
}
.icon-circle.instagram:hover {
  color: #fccd63 !important;
  border-color: #fccd63 !important;
}
.icon-circle.rss:hover {
  color: #ed6400 !important;
  border-color: #ed6400 !important;
}
.icon-circle.pinterest:hover {
  color: #cb2027 !important;
  border-color: #cb2027 !important;
}
.icon-circle.flipboard:hover {
  color: #e12828 !important;
  border-color: #e12828 !important;
}
.icon-circle.email.active,
.icon-circle.email:hover {
  color: #1cb7eb !important;
  border-color: #1cb7eb !important;
}
.icon-circle.email.active {
  position: relative;
}
.icon-circle.email.active:after,
.icon-circle.email.active:before {
  top: -1px !important;
  z-index: 1;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.icon-circle.email.active:after {
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
  margin-top: 35px !important;
  margin-left: -10px;
  border-width: 10px !important;
  border-width: -40px;
  margin-top: 40px;
}
.icon-circle.email.active:before {
  border-color: rgba(28, 183, 235, 0) rgba(28, 183, 235, 0) #1cb7eb;
  margin-top: 33px !important;
  border-width: 10px !important;
  margin-left: -10px;
  border-width: -29px;
  margin-top: 29px;
}
@media (max-width: 991px) {
  .icon-circle.email.active:after,
  .icon-circle.email.active:before {
    top: -10px !important;
  }
}
.icon-circle.tumblr.active,
.icon-circle.tumblr:hover {
  color: #32506d !important;
  border-color: #32506d !important;
}
.icon-circle.brand:hover {
  color: #ca0000 !important;
  border-color: #ca0000 !important;
}
.icon-circle.add-embed:hover {
  color: #22acff !important;
  border-color: #22acff !important;
}
.with-background-color .icon-circle {
  font-size: 14px;
  position: relative;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .with-background-color .icon-circle {
    border: 6px solid transparent !important;
  }
}
.with-background-color .icon-circle i {
  font-size: inherit;
}
.with-background-color .icon-circle:hover {
  color: #fff !important;
  border-color: #fff !important;
}
.with-background-color .icon-circle:hover:after {
  content: "";
  display: none;
  position: absolute;
  border-radius: 100%;
  border: 3px solid transparent !important;
}
@media (min-width: 992px) {
  .with-background-color .icon-circle:hover:after {
    top: -23%;
    left: -21%;
    width: 40px;
    height: 40px;
    display: block;
  }
}
.with-background-color .icon-circle.facebook {
  background-color: #3b5998 !important;
}
.with-background-color .icon-circle.facebook:hover:after {
  border-color: #3b5998 !important;
}
.with-background-color .icon-circle.twitter {
  background-color: #00aced !important;
}
.with-background-color .icon-circle.twitter:hover:after {
  border-color: #00aced !important;
}
.with-background-color .icon-circle.google-plus {
  background-color: #dd4b39 !important;
}
.with-background-color .icon-circle.google-plus:hover:after {
  border-color: #dd4b39 !important;
}
.with-background-color .icon-circle.google-news {
  background-color: #4756b8 !important;
}
.with-background-color .icon-circle.google-news:hover:after {
  border-color: #4756b8 !important;
}
.with-background-color .icon-circle.youtube {
  background-color: #b00 !important;
}
.with-background-color .icon-circle.youtube:hover:after {
  border-color: #b00 !important;
}
.with-background-color .icon-circle.instagram {
  background-color: #fccd63 !important;
}
.with-background-color .icon-circle.instagram:hover:after {
  border-color: #fccd63 !important;
}
.with-background-color .icon-circle.rss {
  background-color: #ed6400 !important;
}
.with-background-color .icon-circle.rss:hover:after {
  border-color: #ed6400 !important;
}
.with-background-color .icon-circle.pinterest {
  background-color: #cb2027 !important;
}
.with-background-color .icon-circle.pinterest:hover:after {
  border-color: #cb2027 !important;
}
.with-background-color .icon-circle.flipboard {
  background-color: #e12828 !important;
}
.with-background-color .icon-circle.flipboard:hover:after {
  border-color: #e12828 !important;
}
.with-background-color .icon-circle.whatsapp {
  background-color: #4dc247 !important;
}
.with-background-color .icon-circle.whatsapp:hover:after {
  border-color: #4dc247 !important;
}
.with-background-color .icon-circle.email,
.with-background-color .icon-circle .email.active {
  background-color: #1cb7eb !important;
}
.with-background-color .icon-circle .email.active:hover:after,
.with-background-color .icon-circle.email:hover:after {
  border-color: #1cb7eb !important;
}
.with-background-color .icon-circle.tumblr,
.with-background-color .icon-circle .tumblr.active {
  background-color: #32506d !important;
}
.with-background-color .icon-circle .tumblr.active:hover:after,
.with-background-color .icon-circle.tumblr:hover:after {
  border-color: #32506d !important;
}
.with-background-color .icon-circle.brand {
  background-color: #ca0000 !important;
}
.with-background-color .icon-circle.brand:hover:after {
  border-color: #ca0000 !important;
}
.with-background-color .icon-circle.add-embed {
  background-color: #22acff !important;
}
.with-background-color .icon-circle.add-embed:hover:after {
  border-color: #22acff !important;
}
.with-background-color .icon-circle.btn-expand {
  background-color: #c5c8cd !important;
}
.with-background-color .icon-circle.btn-expand:hover:after {
  border-color: #c5c8cd !important;
}
.social-icons {
  font-size: 0;
}
.social-icons .icon-circle {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #c5c8cd;
  font-size: 16px;
  position: relative;
  border: 1px solid #c5c8cd;
  margin: 0 5px;
}
.social-icons .icon-circle i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
}
.social-icons .icon-circle i.icon-rss {
  padding-left: 1px;
}
.social-icons .icon-circle i {
  transform: translate(-50%, -46%);
}
@media (max-width: 991px) {
  .social-icons .icon-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c5c8cd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #c5c8cd;
    font-size: 14px;
    position: relative;
  }
  .social-icons .icon-circle i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -49%);
  }
  .social-icons .icon-circle i.icon-rss {
    padding-left: 1px;
  }
}
.social-icons .divider {
  width: 1px;
  height: 36px;
  background: #c5c8cd;
  display: inline-block;
}
.detail-tools {
  font-size: 0;
}
.detail-tools .icon-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #c5c8cd;
  font-size: 18px;
  position: relative;
  border: 1px solid #c5c8cd;
  margin: 0 10px;
}
.detail-tools .icon-circle i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
}
.detail-tools .icon-circle i.icon-rss {
  padding-left: 1px;
}
.detail-tools .icon-circle svg {
  transform: translate(-50%, -46%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.detail-tools .icon-circle i {
  transform: translate(-50%, -46%);
  font-size: 16px;
}
.detail-tools .icon-circle.active,
.detail-tools .icon-circle:hover {
  border-width: 4px;
}
@media (max-width: 991px) {
  .detail-tools .icon-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c5c8cd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #c5c8cd;
    font-size: 14px;
    position: relative;
    margin: 0 5px;
  }
  .detail-tools .icon-circle i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -49%);
  }
  .detail-tools .icon-circle i.icon-rss {
    padding-left: 1px;
  }
}
.detail-tools .icon-circle:first-child {
  margin-left: 0;
}
.share-mail {
  position: absolute !important;
  width: 100%;
  padding: 10px;
  margin-top: 16px;
  border: 1px solid #1cb7eb;
  background-color: #fff;
}
@media (min-width: 992px) {
  .share-mail {
    width: 650px;
  }
}
.share-mail input {
  height: 32px;
  color: #1cb7eb;
  border: 1px solid #e7e9ec;
}
.share-mail input:focus {
  box-shadow: none;
}
.share-mail button {
  background-color: #1cb7eb;
  color: #fff;
  font-size: 18px;
  border: 1px solid #ed7e00;
  height: 52px;
  margin-top: 10px;
}
.social-navbar .icon-circle {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin: 0 7px;
}
.social-navbar .icon-circle i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
}
.social-navbar .icon-circle i.icon-rss {
  padding-left: 1px;
}
.social-navbar i {
  color: #fff !important;
  margin-top: -1px;
}
.social-navbar .facebook {
  background: #3b5998;
  color: #fff !important;
  border: none !important;
}
.social-navbar .twitter {
  background: #00aced;
  color: #fff !important;
  border: none !important;
}
.social-navbar .google-plus {
  background: #dd4b39;
  color: #fff !important;
  border: none !important;
}
.social-navbar .youtube {
  background: #b00;
  color: #fff !important;
  border: none !important;
  font-size: 18px;
}
.social-navbar .flipboard {
  background: #e12828;
  color: #fff !important;
  border: none !important;
}
.social-navbar .flipboard i {
  margin-left: 1px;
}
.social-navbar .instagram {
  background: #fccd63;
  color: #fff !important;
  border: none !important;
}
.social-navbar .whatsapp {
  background: #4dc247;
}
.social-navbar .pinterest,
.social-navbar .whatsapp {
  color: #fff !important;
  border: none !important;
  font-size: 20px;
}
.social-navbar .pinterest {
  background: #cb2027;
}
.social-navbar .email {
  background: #1cb7eb;
}
.social-navbar .email,
.social-navbar .tumblr {
  color: #fff !important;
  border: none !important;
  font-size: 18px;
}
.social-navbar .tumblr {
  background: #32506d;
}
.social-navbar .share-mail {
  margin-top: 0;
  top: 70px;
}
.social-navbar .share-mail input {
  margin-bottom: 10px;
}
.social-navbar .share-mail:before {
  left: 50%;
  margin-left: 110px;
}
.social-navbar .share-mail:after {
  left: 50%;
  margin-left: 110px;
}
.social-navbar.in {
  overflow: visible;
}
.icons-circle-social {
  font-size: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icons-circle-social {
    width: 500px;
    margin: 0 auto;
  }
}
.icons-circle-social .divider {
  width: 1px;
  height: 50px;
  background: #c5c8cd;
  display: inline-block;
}
.icons-circle-social .icon-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #c5c8cd;
  font-size: 18px;
  position: relative;
  border: 2px solid #c5c8cd;
  margin: 0 15px;
}
.icons-circle-social .icon-circle i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
}
.icons-circle-social .icon-circle i.icon-rss {
  padding-left: 1px;
}
.icons-circle-social .icon-circle:hover {
  border-width: 6px;
}
.card-news-h .icons-circle-social .icon-circle i.card-figure-bg,
.card-news .icons-circle-social .icon-circle i.card-figure-bg,
.icons-circle-social .icon-circle .card-news-h i.card-figure-bg,
.icons-circle-social .icon-circle .card-news i.card-figure-bg,
.icons-circle-social
  .icon-circle
  .video-widget-similars
  i.similars-card-figure-bg,
.icons-circle-social .icon-circle .video-widget i.next-card-figure-bg,
.icons-circle-social
  .icon-circle
  [data-category="videoplus"]
  i.player-bg:before,
.icons-circle-social .icon-circle i.icon,
.icons-circle-social .icon-circle i.player-bg,
.video-widget-similars
  .icons-circle-social
  .icon-circle
  i.similars-card-figure-bg,
.video-widget .icons-circle-social .icon-circle i.next-card-figure-bg,
[data-category="videoplus"]
  .icons-circle-social
  .icon-circle
  i.player-bg:before {
  margin-top: -2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icons-circle-social {
    width: 500px;
    margin: 0 auto;
  }
  .icons-circle-social .divider,
  .icons-circle-social .icon-circle {
    margin-bottom: 20px;
  }
}
.icon-rect:hover.facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.icon-rect:hover.twitter {
  color: #00aced;
  border-color: #00aced;
}
.icon-rect:hover.email {
  color: #1cb7eb;
  border-color: #1cb7eb;
}
.icon-rect:hover.tumblr {
  color: #32506d;
  border-color: #32506d;
}
.icon-rect:hover.url {
  color: #ca0000;
  border-color: #ca0000;
  height: 32px;
}
.icon-square {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}
.icon-square i {
  line-height: 1.9;
}
.icon-square.facebook {
  background-color: #3b5998;
}
.icon-square.twitter {
  background-color: #00aced;
}
.icon-square.instagram {
  background-color: #fccd63;
}
.icon-square.google-plus {
  background-color: #dd4b39;
}
.icon-square.youtube {
  background-color: #b00;
}
.icon-square.pinterest {
  background-color: #cb2027;
}
.icon-square.dailymotion {
  background-color: #3766b1;
}
.icon-square.snapchat {
  background-color: #ffde00;
}
.icon-square.tumblr {
  background-color: #32506d;
}
.icon-square.flipboard {
  background-color: #e12828;
}
