.chart {
  font-size: 18px;
}
.chart .chart-bottom-line {
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
  height: 1px;
  background: #eeeeee;
}
.chart .chart-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.chart .chart-content h3 {
  font-size: 34px;
}
@media screen and (max-width: 991px) {
  .chart .chart-content h3 {
    font-size: 24px;
  }
}
.chart .chart-content p {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .chart .chart-content p {
    font-size: 16px;
  }
}
.chart__kpi {
  border-radius: 8px;
  padding: 18px 20px;
  color: #fff;
  text-align: center;
  background: #ff7900;
}
.chart__kpi-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin: 4px 0;
}
.chart__kpi-label {
  font-size: 15px;
  letter-spacing: normal;
  color: #000;
  font-weight: 500;
  text-transform: none;
}
.chart__kpi-sub {
  font-size: 12px;
  margin-top: 4px;
  color: #000;
  font-weight: 500;
  text-transform: none;
}
.chart__canvas-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 991px) {
  .chart__canvas-wrapper {
    height: 260px;
  }
}
.chart__canvas-wrapper canvas {
  width: 100% !important;
  height: 100% !important;
}
.chart__loading,
.chart__error {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #888;
  text-align: center;
  padding: 20px;
}
.chart__error {
  color: #c00;
  display: none;
}
.chart__stats {
  margin-top: 10px;
  font-size: 12px;
  color: #555;
  font-family: monospace;
}
.chart__stats span {
  margin-right: 14px;
  white-space: nowrap;
}
.chart__bg {
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.chart__box-bg {
  background-color: #fff;
  min-height: 100%;
}
.chart__title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
}
.chart__list {
  list-style-type: none;
}
.chart__list-text {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .chart__list-text {
    line-height: 1.25;
  }
}
.chart__list-text::before {
  position: absolute;
  content: "";
  border: 4px solid #ff7900;
  background: #000;
  left: 0px;
}
@media screen and (max-width: 991px) {
  .chart__list-text::before {
    margin-top: 5.2px;
  }
}
@media screen and (min-width: 992px) {
  .chart__list-text::before {
    margin-top: 7.2px;
  }
}
@media screen and (min-width: 992px) {
  .chart__links p {
    margin-bottom: 1.7rem;
  }
}
.chart__links p a {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
.chart__links p a:hover {
  color: #ff7900;
}
.chart a {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
.chart a:hover {
  color: #ff7900;
}

@media screen and (min-width: 992px) {
  .singular-post__content .chart {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .singular-post__content .chart__bg {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .singular-post__content .chart__row {
    margin-left: 0;
    margin-right: 0;
  }
}/*# sourceMappingURL=chart.css.map */