@font-face {
  font-family: "CNN Clock Condensed";
  src: url("../fonts/CNNClock-CondensedRegular.woff2") format("woff2"), url("../fonts/CNNClock-CondensedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CNN Clock Condensed";
  src: url("../fonts/CNNClock-CondensedMedium.woff2") format("woff2"), url("../fonts/CNNClock-CondensedMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CNN Clock Condensed";
  src: url("../fonts/CNNClock-CondensedBold.woff2") format("woff2"), url("../fonts/CNNClock-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CNN Sans";
  src: url("../fonts/CNNSans-Light.woff2") format("woff2"), url("../fonts/CNNSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CNN Sans";
  src: url("../fonts/CNNSans-Regular.woff2") format("woff2"), url("../fonts/CNNSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CNN Sans";
  src: url("../fonts/CNNSans-Medium.woff2") format("woff2"), url("../fonts/CNNSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.font-text, body {
  font-family: "CNN Sans", sans-serif;
}

.font-heading, .menu__item, .section-tahapan .livereport__title, .section__title, .section-right__title, .list__date, .list__date-red, .list__title, .headline__title, .btn-float-link {
  font-family: "CNN Clock Condensed", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  color: #313131;
  background: #eeeeee;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a picture {
  overflow: hidden;
}
a picture img {
  transition: all 300ms ease-in-out 0s;
}
a:hover {
  color: #cc0000;
  transition: all 300ms ease-in-out 0s;
}
a:hover picture {
  overflow: hidden;
}
a:hover picture img {
  transform: scale(1.1);
  transition: all 300ms ease-in-out 0s;
}
.section--red a:hover, .section--grey a:hover {
  color: #eeeeee;
  transition: all 0.4s ease-in-out;
}

.head-1 {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 0.0625rem !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
}

.container {
  width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .container {
    width: 100%;
  }
}
.container-row {
  display: flex;
  flex: 0;
}
@media (max-width: 1080px) {
  .container-row {
    display: block;
  }
}

.col-left {
  width: 780px;
  padding-right: 40px;
}
@media (max-width: 1080px) {
  .col-left {
    width: 100%;
    padding-right: 0;
  }
}
.col-right {
  width: 300px;
}
@media (max-width: 1080px) {
  .col-right {
    width: 100%;
  }
}

.upper-space {
  padding-top: 10px;
}

.font-df, .footer__list-title, .wtfact__subscribe p, .list__date, .list__date-red {
  font-size: 14px;
}
.font-sm, .footer__rights, .footer__list-item a, .wtfact__form small {
  font-size: 12px;
}
.font-xs {
  font-size: 9px;
}
.font-md, .wtfact__form .btn, .wtfact__terms span, .list--col-2 .list__title, .lainnya {
  font-size: 16px;
}
.font-lg, .section-jadwal .list__title, .section-tahapan .list__title {
  font-size: 18px;
}
.font-xl, .menu__item, .wtfact, .list__title {
  font-size: 21px;
}
.font-xxl, .section__title, .section-right__title {
  font-size: 24px;
}
.font-txl {
  font-size: 27px;
}
.font-fxl, .headline__title {
  font-size: 30px;
}
.font-fxxl {
  font-size: 36px;
}

.col-row {
  display: flex;
  flex: 0;
  margin: 0 -10px;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .col-row {
    flex-direction: column;
  }
}

.col-1 {
  width: 8.3333333333%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-2 {
  width: 16.6666666667%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-3 {
  width: 25%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-4 {
  width: 33.3333333333%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-5 {
  width: 41.6666666667%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-6 {
  width: 50%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-7 {
  width: 58.3333333333%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-8 {
  width: 66.6666666667%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-9 {
  width: 75%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-10 {
  width: 83.3333333333%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-11 {
  width: 91.6666666667%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-12 {
  width: 100%;
  box-sizing: border-box;
  margin-right: 0;
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

@media (max-width: 1080px) {
  .col-m-12 {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    padding: 0 10px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

.img__fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ratio .img__fluid {
  position: absolute;
  left: 0;
  top: 0;
}

.ratio {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.ratio--16-9 {
  padding-top: 56.25%;
}

.btn-float {
  text-align: center;
  padding-top: 10px;
}
.btn-float-red {
  background: #c00;
  color: white;
  padding: 8px 16px;
}
.btn-float-red:hover {
  color: white;
}
.btn-float-link {
  border: 1px solid #a7a9ac;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  color: #cc0000;
}
.btn-float-link:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #a7a9ac;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}
.btn-float-link:hover {
  background: #cc0000;
  color: white;
  border: 1px solid white;
}

.py-20 {
  padding: 20px 0;
}

.py-30 {
  padding: 30px 0;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.hide-m {
  display: block;
}
@media (max-width: 1080px) {
  .hide-m {
    display: none !important;
  }
}

.show-m {
  display: none;
}
@media (max-width: 1080px) {
  .show-m {
    display: block;
  }
}

.lainnya {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
}
@media (max-width: 1080px) {
  .lainnya {
    position: relative;
  }
}
.lainnya::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-mask: url(../img/svg/chevron-right-white.svg) no-repeat center;
  mask: url(../img/svg/chevron-right-white.svg) no-repeat center;
  background-color: white;
}
.section--grey .lainnya:hover {
  color: #cc0000;
}
.section--red .lainnya:hover {
  opacity: 0.9;
}
.lainnya:hover:after {
  transition: all 300ms ease-in-out 0s;
}
.section--grey .lainnya:hover:after {
  background-color: #cc0000;
}
.section--red .lainnya:hover:after {
  opacity: 0.9;
}

.banner {
  text-align: center;
  margin: 10px auto;
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .banner {
    display: none;
  }
}

.banner-m {
  display: none;
  text-align: center;
  margin: 10px auto 30px;
}
@media (max-width: 1079px) {
  .banner-m {
    display: block;
  }
}

.head-1 {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 0.0625rem !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
}

.wftact-logo {
  border-bottom: 1px solid #c00;
  padding-bottom: 8px;
}

.header__logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  align-items: center;
  margin-bottom: 14px;
}
.header__logo .logopemilu {
  display: inline-flex;
  width: 342px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1080px) {
  .header__logo .logopemilu {
    width: 45%;
    max-width: 185px;
    padding-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .header__logo .logopemilu {
    width: 85%;
    max-width: 205px;
    padding-bottom: 10px;
  }
}
.header__countdown {
  padding: 8px 12px;
  display: flex;
  gap: 12px;
  background: #e3e8eb;
  height: fit-content;
  align-items: center;
}
@media (max-width: 450px) {
  .header__countdown {
    width: fit-content;
    margin: auto;
    margin-bottom: 32px;
  }
}
.header__countdown .menuju {
  display: flex;
  flex-direction: column;
}
.header__countdown .menuju__days {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__countdown .menuju__days .number {
  padding: 4px 8px;
  color: #c00;
  font-weight: 500;
  font-size: 44px;
  font-family: "CNN Clock Condensed";
}
@media (max-width: 450px) {
  .header__countdown .menuju__days .number {
    font-size: 55px;
  }
}
.header__countdown .menuju__days .title {
  display: flex;
  flex-direction: column;
  font-family: "CNN Clock Condensed";
}
.header__countdown .menuju__days .title__days {
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 450px) {
  .header__countdown .menuju__days .title__days {
    font-size: 26px;
  }
}
.header__countdown .menuju__days .title__goto {
  font-size: 21px;
  font-weight: 500;
  font-family: "CNN Clock Condensed";
  margin-top: -9px;
}
@media (max-width: 450px) {
  .header__countdown .menuju__days .title__goto {
    font-size: 26px;
  }
}
.header__countdown .menuju__title {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 450px) {
  .header__countdown .menuju__title {
    font-size: 24px;
  }
}
.header__countdown .ads {
  display: none;
  gap: 5px;
}
.header__countdown .ads a {
  width: 60px;
  height: 26px;
  text-align: center;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__countdown .ads a img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 450px) {
  .header__countdown .ads a {
    width: 67px;
    height: 28px;
  }
}
.header__countdown .ads__active {
  display: flex;
  gap: 5px;
}

.headline__title {
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
}
@media (max-width: 1080px) {
  .headline__title {
    font-size: 27px;
  }
}
@media (max-width: 450px) {
  .headline__title {
    font-size: 21px;
  }
}
.headline__list {
  padding-top: 20px;
}

.headline__list .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.list-wrap {
  max-height: 230px;
  overflow: auto;
  padding: 0 5px;
  overflow-y: auto;
  position: relative;
}
@media (min-width: 1080px) {
  .list-wrap {
    max-height: 285px;
    overflow: auto;
    padding: 0 5px;
    overflow-y: auto;
    position: relative;
  }
}
.list__frame {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.list__video {
  padding-top: 0px;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
  --tw-aspect-h: 9;
}
.list__video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.list--col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1080px) {
  .list--m-scroll {
    flex-wrap: nowrap;
    overflow: auto;
    overflow-x: scroll;
  }
}
@media (max-width: 1080px) {
  .list--m .list__item {
    flex: none;
  }
  .list--m .list__title {
    font-size: 14px;
  }
}
.list__item {
  padding-bottom: 20px;
  margin-bottom: 26px;
}
.headline__list .list__item {
  width: 48%;
  flex-shrink: 0;
  padding-right: 5px;
  border-bottom: 1px solid #cbcbcb;
}
.headline__list .list__item:nth-child(2n) {
  padding-left: 5px;
  padding-right: 0;
}
@media (max-width: 1080px) {
  .headline__list .list__item:nth-child(2n) {
    padding-left: 0;
  }
}
@media (max-width: 1080px) {
  .headline__list .list__item {
    width: 100%;
  }
}
.section-terbaru .list__item {
  border-bottom: 1px solid #a7a9ac;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.section-tahapan .list__item {
  padding-left: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  padding-right: 15px;
  max-height: 85px;
}
.section-tahapan .list__item:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10%;
  left: 0;
  border-left: 1px solid #909090;
}
.section-tahapan .list__item:last-child {
  border-left: none;
}
.list--col .list__item {
  padding: 0 10px;
  flex-shrink: 0;
  flex-grow: 0;
}
.list--col-3 .list__item {
  width: 33.33%;
}
.list--col-4 .list__item {
  width: 25%;
}
@media (max-width: 1080px) {
  .list--col-4 .list__item {
    width: 50%;
  }
}
@media (max-width: 1080px) {
  .list--mfull .list__item {
    width: 100%;
  }
}
.list--col-2 .list__item {
  width: 50%;
}
.list--col-2 .list__item:nth-child(2n) {
  padding-right: 0;
}
@media (max-width: 1080px) {
  .list--m-scroll .list__item {
    width: 45%;
  }
}
.list--m-scroll .list__item:nth-child(2n) {
  padding-right: 10px;
}
.section-jadwal .list__item {
  padding-left: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  padding-right: 15px;
  max-height: 85px;
}
.section-jadwal .list__item:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10%;
  left: 0;
  border-left: 1px solid #909090;
}
.section-jadwal .list__item:last-child {
  border-left: none;
}
.list__link {
  display: flex;
  align-items: flex-start;
}
.section-tahapan .list__link {
  display: block;
}
.list--col .list__link {
  flex-direction: column;
}
.section-jadwal .list__link {
  display: block;
}
.list__thumb {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
}
.list--col .list__thumb {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .list__thumb {
    width: 90px;
  }
}
.list__thumb-play {
  padding: 5px 5px;
  padding-left: 25px;
  background: url(../img/svg/play.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: #fff;
}
.list__title {
  padding: 0;
  margin: 0;
  font-weight: 400;
  max-height: 125px;
  overflow: hidden;
}
.section-tahapan .list__title {
  line-height: 130%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media (max-width: 1080px) {
  .list__title {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .list__title {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .list--m-scroll .list__title {
    font-size: 14px;
  }
}
.section-jadwal .list__title {
  line-height: 130%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.list__date-red {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #cc0000;
}
.list__date-red:hover {
  color: yellow;
}
.list__date {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.list__dots {
  width: 11px;
  height: 11px;
  background: #cc0000;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 3px;
  z-index: 2;
}

.section-diatologi .list__item {
  padding-bottom: 0px;
}
.section-diatologi .list__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.section-diatologi .list__link {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 450px) {
  .section-diatologi .list__link {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .section-diatologi .list__thumb {
    width: 100%;
    margin-bottom: 12px;
  }
}

.livereport {
  display: none;
}

.active {
  display: block !important;
}

.live {
  background: black;
  color: #fff;
  padding: 4px 8px;
  width: fit-content;
  height: fit-content;
  margin-bottom: 12px;
}
.live .blink {
  background: #c00;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.live__title {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 450px) {
  .live__title {
    font-size: 22px;
    line-height: 28px;
  }
}

.link-video {
  margin-bottom: 16px;
}

.section-right {
  margin-bottom: 40px;
}
.section-right__title {
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #cc0000;
  padding-bottom: 5px;
  padding-left: 5px;
}
.section-right__img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .section-right__img {
    margin-bottom: 16px;
  }
}
.section__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 450px) {
  .section__title {
    margin-bottom: 16px;
  }
}
.section__title a {
  display: block;
}
.section__title--red {
  color: #c00;
  background: url(../img/svg/chevron-right.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 25px;
}
.section__title--link {
  position: relative;
}
@media (max-width: 1080px) {
  .section__title--link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.section--grey {
  background: #565658;
  color: white;
  padding: 32px 0;
}
@media (max-width: 450px) {
  .section--grey {
    padding: 16px 0;
  }
}
.section--red {
  background: #cc0000;
  color: white;
  padding: 32px 0;
}
@media (max-width: 450px) {
  .section--red {
    padding: 16px 0;
  }
}
.section--soft-grey {
  background: #e3e8eb;
  padding: 32px 0;
}
@media (max-width: 450px) {
  .section--soft-grey {
    padding: 16px 0;
  }
}
.section__ensiklopemilu .section__title {
  color: #cc0000;
}
.section__ensiklopemilu .section__title .lainnya:after {
  background-color: #cc0000;
}
.section-tahapan {
  background: #464646;
  color: #fff;
  padding: 16px;
  margin-bottom: 0;
}
.section-tahapan .list__date {
  margin-bottom: 4px;
}
@media (max-width: 1080px) {
  .section-tahapan:after {
    display: none;
  }
}
@media (max-width: 450px) {
  .section-tahapan {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 0;
  }
}
.section-tahapan .livereport {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
@media (max-width: 450px) {
  .section-tahapan .livereport {
    flex-direction: column-reverse;
  }
}
.section-tahapan .livereport__title {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 450px) {
  .section-tahapan .livereport__title {
    width: 100%;
  }
}
.section-tahapan .liveImg {
  margin-bottom: 12px;
  box-sizing: border-box;
  flex: none;
  width: 424px;
}
@media (max-width: 450px) {
  .section-tahapan .liveImg {
    margin-left: -16px;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
    width: 100vw;
  }
}
.section-tahapan .list-live {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 450px) {
  .section-tahapan .list-live {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-direction: column;
  }
}
.section-selusur {
  position: relative;
  background: #e3e8eb;
  padding: 16px;
}
@media (max-width: 450px) {
  .section-selusur {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.section-podcast .list__item {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.section-white {
  padding: 32px 0;
}
.section-political .section__title {
  color: #cc0000;
}
.section-political .section__title .lainnya:after {
  background-color: #cc0000;
}
.section-jadwal {
  position: relative;
  background: #e3e8eb;
  padding: 16px;
}
.section-jadwal .section-right__title {
  width: 100%;
  display: block;
}
.section-jadwal .list__date {
  font-size: 14px;
  color: #cc0000;
}
.section-jadwal:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #e3e8eb 5%, rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
}

.wtfact {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #f2f4f5;
  box-shadow: inset 0 1px 0 0 #e6e6e6;
}
@media (max-width: 1080px) {
  .wtfact {
    margin: 20px;
  }
}
.wtfact #close_subs {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 1080px) {
  .wtfact #close_subs {
    background-color: #cc0000;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .wtfact #close_subs svg path {
    fill: #fff;
  }
}
.wtfact #close_subs:hover {
  cursor: pointer;
}
.wtfact__wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 1080px) {
  .wtfact__wrap {
    flex-direction: column;
    font-size: 16px;
    padding: 12px 24px 24px;
  }
}
.wtfact__logo {
  width: 190px;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .wtfact__logo {
    width: 220px;
    margin-bottom: 20px;
  }
}
.wtfact__terms {
  padding: 0 30px;
  line-height: 1.2;
}
.wtfact__terms a {
  text-decoration: underline;
}
@media (max-width: 1080px) {
  .wtfact__terms a {
    text-decoration: none;
    color: #cc0000;
  }
}
@media (max-width: 1080px) {
  .wtfact__terms {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.wtfact__terms p {
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1080px) {
  .wtfact__terms p {
    font-size: 14px;
    line-height: inherit;
  }
}
.wtfact__terms span {
  margin-top: 15px;
  display: block;
}
@media (max-width: 1080px) {
  .wtfact__terms span {
    font-size: 14px;
  }
}
.wtfact__subscribe {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .wtfact__subscribe {
    width: 100%;
  }
}
.wtfact__subscribe p {
  padding: 0;
  margin: 0;
}
.wtfact__subscribe a {
  text-decoration: underline;
}
.wtfact__form input {
  width: 100%;
  border: 1px solid #58595b;
  padding: 10px;
  border-radius: 8px;
  outline: none;
  color: #58595b;
  font-weight: normal;
  font-size: 14px;
  height: 45px;
  background: #eee;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .wtfact__form input {
    border-radius: 0;
    background: #fff;
  }
}
.wtfact__form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #58595b;
  opacity: 1;
  /* Firefox */
}
.wtfact__form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #58595b;
}
.wtfact__form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #58595b;
}
.wtfact__form .btn {
  border-radius: 10px;
  background: #58595b;
  color: white;
  border: none;
  outline: none;
  height: 45px;
  line-height: 0;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .wtfact__form .btn {
    border-radius: 0;
  }
}
.wtfact__form .btn:hover {
  background: #cc0000;
  color: white;
  border: 1px solid white;
}
.wtfact__form small {
  padding: 30px 0 10px;
  display: block;
}

.breaking {
  background: #cc0000;
  color: white;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  position: relative;
  font-size: 12px;
  margin-bottom: 20px;
  bottom: 0;
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -ms-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}
.breaking--open .breaking {
  flex-direction: column;
  margin: 10px 0;
}
@media (max-width: 1080px) {
  .breaking {
    flex-direction: column;
    align-items: flex-start;
  }
}
@keyframes up-totop {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.breaking.breaking--open {
  z-index: 5000;
  bottom: 0px;
  right: 0px;
  top: auto !important;
  width: auto !important;
  position: fixed;
  margin: 0;
  animation: up-totop 0.2s;
}
@media (max-width: 1080px) {
  .breaking.breaking--open {
    bottom: unset;
    right: unset;
    top: auto !important;
    width: auto !important;
    position: relative;
    animation: unset;
    margin: 10px 0;
    margin-bottom: 20px;
    padding: 10px;
  }
}
.breaking__text {
  max-width: 900px;
  overflow: hidden;
  max-height: 20px;
}
.breaking--open .breaking__text {
  max-height: unset;
  max-width: unset;
  margin-bottom: 5px;
}
@media (max-width: 1080px) {
  .breaking__text {
    max-height: unset;
    max-width: unset;
    margin-bottom: 10px;
  }
}
.breaking--open .breaking__text strong {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .breaking__text strong {
    display: block;
    margin-bottom: 10px;
  }
}
.breaking__text p {
  padding: 0;
  margin: 0;
}
.breaking__link {
  text-decoration: underline;
}
.breaking__link:hover {
  color: white;
  opacity: 0.7;
}
.breaking--open .breaking__link {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .breaking--open .breaking__link {
    margin-bottom: 0px;
  }
}
.breaking__video {
  display: none;
}
.breaking--open .breaking__video {
  display: block;
  width: 100%;
  height: 203px;
}
@media (max-width: 1080px) {
  .breaking--open .breaking__video {
    display: none;
  }
}
.breaking__video iframe {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}
@media (max-width: 1080px) {
  .breaking__video iframe {
    display: none;
  }
}
@media (max-width: 1080px) {
  .breaking__video {
    display: none;
  }
}
.breaking__close {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 10px;
}
.breaking__close:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-mask: url(../img/svg/close.svg) no-repeat center;
  mask: url(../img/svg/close.svg) no-repeat center;
  background-color: white;
}
.breaking__close:hover {
  opacity: 0.7;
}
.breaking--open .breaking__close {
  right: 10px;
  top: 10px;
}
.breaking__wrap {
  display: flex;
  align-items: center;
}
.breaking--open .breaking__wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 360px;
  height: auto;
  margin-bottom: -3px !important;
}
@media (max-width: 1080px) {
  .breaking__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.chevronright {
  background: url(../img/svg/chevron-right.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer {
  background: #272727;
  color: #cbcbcb;
  padding: 40px 0;
}
.footer__header {
  position: relative;
}
.footer__totop {
  position: absolute;
  width: 34px;
  right: 0;
  top: -60px;
}
.footer__links {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
}
.footer__list-item {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
}
.footer__list-item a {
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 1080px) {
  .footer__list-item {
    width: 50%;
  }
}
.footer__list-title {
  font-weight: 500;
  margin: 0;
  padding-bottom: 20px;
}
@media (max-width: 1080px) {
  .footer__list-title {
    margin-top: 40px;
  }
}
.footer__soc {
  display: flex;
}
.footer__soc-item {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
  background: #8D8D8D;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.footer__soc-item img {
  width: 50%;
}
.footer__soc--fb:hover {
  background: #39579a;
  opacity: 1;
}
.footer__soc--tw:hover {
  background: #1aa9e4;
  opacity: 1;
}
.footer__soc--ig:hover {
  background: #285aeb;
  background: -moz-radial-gradient(left bottom, ellipse cover, #febe20 15%, #b7348f 55%, #285aeb 100%);
  background: -webkit-radial-gradient(left bottom, ellipse cover, #febe20 15%, #b7348f 55%, #285aeb 100%);
  background: radial-gradient(ellipse at left bottom, #febe20 15%, #b7348f 55%, #285aeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$top_color", endColorstr="$bottom_color", GradientType=1);
  opacity: 1;
}
.footer__rights {
  text-align: center;
}
@media (max-width: 450px) {
  .footer__rights {
    font-size: 9px;
  }
}
.menu {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  gap: 20px;
}
@media (max-width: 1080px) {
  .menu {
    gap: 8px;
  }
}
.menu__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  align-items: center;
}
@media (max-width: 1080px) {
  .menu__list {
    width: 100%;
    overflow-x: auto;
    padding-top: 2px;
  }
}
.menu__item {
  margin-right: 24px;
  font-weight: 400;
}
.menu__item:first-child {
  line-height: 0;
}
@media (max-width: 1080px) {
  .menu__item:first-child img {
    height: 24px;
    width: auto;
  }
}
@media (max-width: 1080px) {
  .menu__item {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 450px) {
  .menu__item {
    font-size: 14px;
    margin-right: 0.5rem;
    font-weight: 500;
    flex: none;
  }
}
.menu__search {
  width: 20px;
}
.menu__link-live {
  border: 1px solid #cc0000;
  padding: 5px 5px 3px 20px;
  border-radius: 5px;
  position: relative;
}
.footer .menu__link-live {
  padding: 5px 5px 3px 20px;
}
@media (max-width: 1080px) {
  .footer .menu__link-live {
    display: none;
  }
}
.menu__link-live:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #cc0000;
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
}
.menu__link-red {
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #cc0000;
  color: #cc0000;
  line-height: normal;
}
.menu__link-red.active, .menu__link-red:hover {
  color: #fff;
  background-color: #cc0000;
  color: #fff;
}
.menu .logo-link {
  margin-top: -2px;
  height: 61px;
}
.menu .logo-link img {
  height: 60px;
  width: 60px;
}
@media (max-width: 1080px) {
  .menu .logo-link img {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 450px) {
  .menu .logo-link {
    height: 40px;
  }
}

.ontes {
  color: red;
}

.swiper-selusur {
  margin-top: -20px;
}
.swiper-pagination-selusur {
  position: relative !important;
  text-align: right !important;
}
.swiper-pagination::before {
  position: absolute;
  top: 0.75rem;
  display: block;
  width: 80%;
  border: 1px solid;
  --tw-border-opacity: 1;
  border-color: #909090;
  --tw-content: "";
  content: var(--tw-content);
}
.swiper-pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 0/var(--tw-bg-opacity));
}
.swiper-slide .list__item {
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

.bg-placeholder {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  width: 100%;
}

.content {
  width: 100%;
}

.qc {
  width: 100%;
}
.qc .bg-placeholder {
  height: 460px;
  background-color: #cfcfcf;
}
@media (max-width: 1080px) {
  .qc {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.qc-content h2 {
  color: #cc0000;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 1080px) {
  .qc-content h2 {
    padding: 0 10px;
  }
}
.qc-content .map-desc {
  border: 1px solid #cc0000;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px #cc0000;
  padding: 12px;
  flex-direction: column;
  position: absolute;
  display: none;
}
.qc-content .map-desc--partai {
  width: 250px;
}
@media (max-width: 1080px) {
  .qc-content .map-desc {
    left: 0;
  }
}
.qc-content .map-desc.show {
  display: inline-flex;
}
.qc-content .map-desc:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 100%;
  z-index: 2;
}
.qc-content .map-desc:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #cc0000 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: -13px;
  left: 18px;
}
.qc-content .map-desc__region {
  font-size: 14px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.qc-content .map-desc__paslon {
  display: flex;
  flex-direction: row;
  background-color: #f7f7f7;
  margin-top: 2px;
}
.qc-content .map-desc__paslon1 .paslon-no {
  color: #0a7bcd;
}
.qc-content .map-desc__paslon1.selected {
  background-color: #0a7bcd;
  color: #fff;
}
.qc-content .map-desc__paslon1.selected .paslon-no {
  color: #fff;
}
.qc-content .map-desc__paslon2 .paslon-no {
  color: #f7931d;
}
.qc-content .map-desc__paslon2.selected {
  background-color: #f7931d;
  color: #fff;
}
.qc-content .map-desc__paslon2.selected .paslon-no {
  color: #fff;
}
.qc-content .map-desc__paslon3 .paslon-no {
  color: #e31b1b;
}
.qc-content .map-desc__paslon3.selected {
  background-color: #e31b1b;
  color: #fff;
}
.qc-content .map-desc__paslon3.selected .paslon-no {
  color: #fff;
}
.qc-content .map-desc__partai {
  display: flex;
  flex-direction: row;
  background-color: #f7f7f7;
  margin-top: 2px;
}
.qc-content .map-desc__partai1 .partai-no {
  color: #c00;
}
.qc-content .map-desc__partai1.selected {
  background-color: #c00;
  color: #fff;
}
.qc-content .map-desc__partai1.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc__partai2 .partai-no {
  color: #faef06;
}
.qc-content .map-desc__partai2.selected {
  background-color: #faef06;
  color: #fff;
}
.qc-content .map-desc__partai2.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc__partai3 .partai-no {
  color: #990000;
}
.qc-content .map-desc__partai3.selected {
  background-color: #990000;
  color: #fff;
}
.qc-content .map-desc__partai3.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc__partai4 .partai-no {
  color: #03744c;
}
.qc-content .map-desc__partai4.selected {
  background-color: #03744c;
  color: #fff;
}
.qc-content .map-desc__partai4.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc__partai5 .partai-no {
  color: #292a63;
}
.qc-content .map-desc__partai5.selected {
  background-color: #292a63;
  color: #fff;
}
.qc-content .map-desc__partai5.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc .paslon-no,
.qc-content .map-desc .partai-no {
  padding: 8px;
  font-weight: 700;
}
.qc-content .map-desc .paslon-name,
.qc-content .map-desc .partai-name {
  padding: 8px;
}
.qc-content .map-desc .paslon-percentage,
.qc-content .map-desc .partai-percentage {
  padding: 8px;
  margin-left: auto;
}
.qc-content .map-desc-mobile {
  border: 1px solid #cc0000;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px #cc0000;
  padding: 12px;
  flex-direction: column;
  position: absolute;
  display: none;
}
.qc-content .map-desc-mobile.show {
  display: inline-flex;
}
.qc-content .map-desc-mobile:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 100%;
  z-index: 2;
}
.qc-content .map-desc-mobile:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #cc0000 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: -13px;
  left: 18px;
}
.qc-content .map-desc-mobile__region {
  font-size: 14px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.qc-content .map-desc-mobile__paslon {
  display: flex;
  flex-direction: row;
  background-color: #f7f7f7;
  margin-top: 2px;
}
.qc-content .map-desc-mobile__paslon1 .paslon-no {
  color: #0a7bcd;
}
.qc-content .map-desc-mobile__paslon1.selected {
  background-color: #0a7bcd;
  color: #fff;
}
.qc-content .map-desc-mobile__paslon1.selected .paslon-no {
  color: #fff;
}
.qc-content .map-desc-mobile__paslon2 .paslon-no {
  color: #f7931d;
}
.qc-content .map-desc-mobile__paslon2.selected {
  background-color: #f7931d;
  color: #fff;
}
.qc-content .map-desc-mobile__paslon2.selected .paslon-no {
  color: #fff;
}
.qc-content .map-desc-mobile__paslon3 .paslon-no {
  color: #e31b1b;
}
.qc-content .map-desc-mobile__paslon3.selected {
  background-color: #e31b1b;
  color: #fff;
}
.qc-content .map-desc-mobile__paslon3.selected .paslon-no {
  color: #fff;
}
.qc-content .map-desc-mobile__partai {
  display: flex;
  flex-direction: row;
  background-color: #f7f7f7;
  margin-top: 2px;
}
.qc-content .map-desc-mobile__partai1 .partai-no {
  color: #c00;
}
.qc-content .map-desc-mobile__partai1.selected {
  background-color: #c00;
  color: #fff;
}
.qc-content .map-desc-mobile__partai1.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc-mobile__partai2 .partai-no {
  color: #faef06;
}
.qc-content .map-desc-mobile__partai2.selected {
  background-color: #faef06;
  color: #fff;
}
.qc-content .map-desc-mobile__partai2.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc-mobile__partai3 .partai-no {
  color: #990000;
}
.qc-content .map-desc-mobile__partai3.selected {
  background-color: #990000;
  color: #fff;
}
.qc-content .map-desc-mobile__partai3.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc-mobile__partai4 .partai-no {
  color: #03744c;
}
.qc-content .map-desc-mobile__partai4.selected {
  background-color: #03744c;
  color: #fff;
}
.qc-content .map-desc-mobile__partai4.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc-mobile__partai5 .partai-no {
  color: #292a63;
}
.qc-content .map-desc-mobile__partai5.selected {
  background-color: #292a63;
  color: #fff;
}
.qc-content .map-desc-mobile__partai5.selected .partai-no {
  color: #fff;
}
.qc-content .map-desc-mobile .paslon-no,
.qc-content .map-desc-mobile .partai-no {
  padding: 8px;
  font-weight: 700;
}
.qc-content .map-desc-mobile .paslon-name,
.qc-content .map-desc-mobile .partai-name {
  padding: 8px;
}
.qc-content .map-desc-mobile .paslon-percentage,
.qc-content .map-desc-mobile .partai-percentage {
  padding: 8px;
}
@media (max-width: 1080px) {
  .qc-content-map {
    position: relative;
  }
}
@media (max-width: 1080px) {
  .qc-content-map #qc-map {
    width: 970px;
  }
}
.qc-content-tab {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .qc-content-tab {
    font-size: 14px;
  }
}
.qc-content-tab a {
  display: block;
  padding: 12px 24px;
}
.qc-content-tab a.active, .qc-content-tab a:hover {
  background: #fff;
  color: #cc0000;
}
@media (max-width: 1080px) {
  .qc-content-tab a.active, .qc-content-tab a:hover {
    color: #cc0000;
    background: none;
  }
}
.qc-tab {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 22px;
}
@media (max-width: 1080px) {
  .qc-tab {
    font-size: 16px;
  }
}
.qc-tab a {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  padding: 8px 0;
}
.qc-tab a.active, .qc-tab a:hover {
  color: #cc0000;
  border-bottom: 2px solid #cc0000;
}
.qc-map {
  background: #fff;
  padding: 20px;
}
@media (max-width: 1080px) {
  .qc-map {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
.qc-map__legend {
  padding-top: 20px;
  font-size: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .qc-map__legend {
    flex-direction: column;
    margin-left: 28px;
    align-items: normal;
    display: inline-flex;
  }
}
.qc-map__legend-paslon {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: #f7f7f7;
  padding-right: 8px;
}
.qc-map__legend-paslon--no {
  font-weight: 700;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.paslon-01 .qc-map__legend-paslon--no {
  background-color: #0a7bcd;
}
.paslon-02 .qc-map__legend-paslon--no {
  background-color: #f7931d;
}
.paslon-03 .qc-map__legend-paslon--no {
  background-color: #e31b1b;
}
.partai1 .qc-map__legend-paslon--no {
  background-color: #c00;
}
.partai2 .qc-map__legend-paslon--no {
  background-color: #faef06;
}
.partai3 .qc-map__legend-paslon--no {
  background-color: #900;
}
.partai4 .qc-map__legend-paslon--no {
  background-color: #03744c;
}
.partai5 .qc-map__legend-paslon--no {
  background-color: #292a63;
}
.qc-map .maps--orange {
  fill: #f7931d;
}
.qc-map .maps--red {
  fill: #e31b1b;
}
.qc-map .maps--blue {
  fill: #0a7bcd;
}
.qc-map .maps--partai1 {
  fill: #c00;
}
.qc-map .maps--partai2 {
  fill: #faef06;
}
.qc-map .maps--partai3 {
  fill: #900;
}
.qc-map .maps--partai4 {
  fill: #03744c;
}
.qc-map .maps--partai5 {
  fill: #292a63;
}
.qc-info {
  padding: 10px 20px 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.qc-info--center {
  justify-content: center;
}
@media (max-width: 1080px) {
  .qc-info {
    flex-direction: column;
    justify-content: center;
  }
  .qc-info div {
    padding: 0;
    margin-bottom: 8px;
    text-align: center;
  }
  .qc-info div.show-m {
    margin-bottom: 18px;
  }
}
.qc-info div div {
  border: 1px solid #f2f4f5;
  padding: 6px;
}
.qc-info span {
  color: #cc0000;
}
.qc-info-quick {
  margin-left: auto;
  display: flex;
  gap: 16px;
}
@media (max-width: 1080px) {
  .qc-info-quick {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }
}
.qc-graph {
  font-family: "CNN Clock Condensed", sans-serif;
  background-color: #fff;
  padding: 42px;
}
@media (max-width: 1080px) {
  .qc-graph {
    padding: 18px 20px;
  }
}
.qc-graph__select {
  margin-bottom: 32px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1080px) {
  .qc-graph__select {
    font-size: 14px;
  }
}
.qc-graph__select select {
  border: 1px solid #f2f4f5;
  padding: 8px;
}
@media (max-width: 1080px) {
  .qc-graph__select select {
    width: 60%;
  }
}
.qc-graph__info {
  flex: none;
  width: 100%;
  font-size: 14px;
}
.qc-graph__list {
  list-style: none;
  margin: 0;
  padding: 22px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1080px) {
  .qc-graph__list {
    gap: 12px;
  }
}
.qc-graph__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.qc-graph__list-name {
  text-align: right;
  display: block;
  width: 64px;
}
.qc-graph__list-bar {
  height: 20px;
  border-radius: 0 20px 20px 0;
}
.qc-graph__list-bar--1 {
  background-color: #ed1b24;
}
.qc-graph__list-bar--2 {
  background-color: #990000;
}
.qc-graph__list-bar--3 {
  background-color: #faef06;
}
.qc-graph__list-bar--4 {
  background-color: #096309;
}
.qc-graph__list-bar--5 {
  background-color: #03744c;
}
.qc-graph__list-bar--6 {
  background-color: #e6212a;
}
.qc-graph__list-bar--7 {
  background-color: #292a63;
}
.qc-graph__list-bar--8 {
  background-color: #ef8619;
}
.qc-graph__list-bar--9 {
  background-color: #004e99;
}
.qc-graph__list-bar--10 {
  background-color: #010080;
}
.qc-graph__list-bar--11 {
  background-color: #122138;
}
.qc-graph__list-bar--12 {
  background-color: #00ccff;
}
.qc-graph__list-bar--13 {
  background-color: #fe0000;
}
.qc-graph__list-bar--14 {
  background-color: #014224;
}
.qc-graph__list-bar--15 {
  background-color: #253e80;
}
.qc-graph__list-bar--16 {
  background-color: #fe5000;
}
.qc-graph__list-bar--17 {
  background-color: #f60;
}
.qc-graph__list-bar--grayscale {
  background-color: #e3e8eb;
}
.qc-list-partai {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 42px;
}
@media (max-width: 1080px) {
  .qc-list-partai {
    padding: 24px;
  }
}
.qc-list-partai li {
  width: 100px;
  height: 100%;
}
@media (max-width: 1080px) {
  .qc-list-partai li {
    width: 54px;
  }
}
.qc-list-partai li img {
  width: 100%;
  object-fit: contain;
}
.qc-disclaimer {
  font-family: "CNN Clock Condensed", sans-serif;
  border: 1px solid #c00;
  padding: 20px;
  background: #fff;
  font-size: 14px;
  margin: 10px 0;
}
.qc-disclaimer a {
  color: #c00;
}
@media (max-width: 1080px) {
  .qc-disclaimer {
    margin: 10px;
  }
}
.qc-disclaimer strong {
  color: #c00;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

.rc {
  font-family: "CNN Clock Condensed", sans-serif;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 28px 28px 32px;
}
@media (max-width: 1080px) {
  .rc.partai {
    padding-top: 0;
  }
}
@media (max-width: 1080px) {
  .rc {
    display: block;
  }
}
.rc-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  gap: 8px;
}
.rc-logo.pileg {
  display: inline-flex;
  margin: auto;
}
@media (max-width: 1080px) {
  .rc-logo {
    font-size: 16px;
    padding: 20px 0 0;
  }
}
.rc .qc-map__legend {
  padding: 0;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .rc .qc-map__legend {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .rc .qc-map__legend-label {
    text-align: center;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.qc-pilpresgraph {
  font-family: "CNN Clock Condensed", sans-serif;
  background-color: #fff;
  padding: 32px;
}
.qc-pilpresgraph__graph {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.qc-pilpresgraph__graph-paslon {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.qc-pilpresgraph__graph-paslon img {
  width: 150px;
}
@media (max-width: 1080px) {
  .qc-pilpresgraph__graph-paslon img {
    width: 100px;
  }
}
.qc-pilpresgraph__graph-info {
  width: 100%;
}
.qc-pilpresgraph__graph-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1080px) {
  .qc-pilpresgraph__graph-name {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.32px;
  }
}
.qc-pilpresgraph__graph-name span {
  display: block;
}
.qc-pilpresgraph__graph-name span.capres {
  position: relative;
  width: 100%;
}
.qc-pilpresgraph__graph-name span.capres:before {
  content: "";
  border-top: 1px solid #c00;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92px;
}
.qc-pilpresgraph__graph-value {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.qc-pilpresgraph__graph-percent {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  height: 26px;
  display: inline-block;
}
@media (max-width: 1080px) {
  .qc-pilpresgraph__graph-percent {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
.qc-pilpresgraph__graph-bar {
  border-radius: 0px 20px 20px 0px;
  height: 32px;
}
@media (max-width: 1080px) {
  .qc-pilpresgraph__graph-bar {
    height: 24px;
  }
}
.qc-pilpresgraph__graph-bar--green {
  background: #0ea131;
}
.qc-pilpresgraph__graph-bar--blue {
  background: #7bacf7;
}
.qc-pilpresgraph__graph-bar--red {
  background: #a90f0f;
}

.rc-count {
  font-family: "CNN Clock Condensed", sans-serif;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1080px) {
  .rc-count {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
}
.rc-count__wrap {
  background-color: #fff;
  padding: 28px 28px 60px;
}
@media (max-width: 1080px) {
  .rc-count__wrap {
    padding-bottom: 16px;
  }
}
.rc-count__wrap h3 {
  margin: 0 0 24px;
}
.rc-count-paslon {
  display: flex;
  gap: 16px;
  align-items: end;
}
.rc-count-paslon img {
  width: 125px;
}
.rc-count-info {
  width: 100%;
}
.rc-count-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 1080px) {
  .rc-count-name {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.32px;
  }
}
.rc-count-name span {
  display: block;
}
.rc-count-name span.capres {
  position: relative;
  width: 100%;
}
.rc-count-name span.capres:before {
  content: "";
  border-top: 1px solid #c00;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
}
.rc-count-percent {
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1080px) {
  .rc-count-percent {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1080px) {
  .mb-32.qc-info {
    margin-bottom: 0;
  }
}

.pilkadaqc {
  width: 100vw;
  position: relative;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 0;
  margin-bottom: 1.25rem;
  left: 50%;
}
.pilkadaqc::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.placeholder {
  background-color: #f3f3f3;
  background: linear-gradient(to right, #f3f3f3 5%, #eee 20%, #f3f3f3 35%);
  animation: placeholderShimmer 2s linear 0s infinite normal forwards;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .placeholder {
    margin-bottom: 10px;
  }
}
.placeholder.narrow {
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .placeholder.narrow {
    margin-bottom: 5px;
  }
}
.placeholder-wrap {
  width: 100%;
}
.placeholder-wrap > div:last-child {
  margin-bottom: 0;
}
.placeholder-wrap .title {
  position: relative;
  height: 20px;
  width: 100%;
}
.placeholder-wrap .title.headline {
  height: 32px;
}
.placeholder-wrap .title.heading {
  height: 18px;
}
.placeholder-wrap .title:after {
  position: absolute;
  right: 0;
  content: "";
  background: #fff;
  height: 28px;
  width: 0%;
}
.placeholder-wrap .title.medium {
  width: 50%;
}

@keyframes placeholderShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}

/*# sourceMappingURL=style.css.map */