/* Hacks go here */
/*.infographic__title em {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

.infographic__title--circle {
    position: relative;
    margin-bottom: 30px;
}

.infographic__title--circle canvas {
    position: absolute;
    left: 50%;
    top: -29px;
    transform: translateX(-50%);
}
*/
.main__wrapper .tabs li:before {
    display: none;
}

.infographic__title--big em, .infographic__title--number em {
  font-size: 4em;
  font-weight: normal;
  line-height: 1em;
}

.d-section--modification-11 .infographic {
  width: 100% !important;
  display: block !important;
  padding: 0 !important;
}

.d-section--modification-11 .bar-wrapper-inner {
  background-color: red;
  height: 10px;
  transition: max-width 2s;
  -webkit-transition: max-width 2s;
  -moz-transition: max-width 2s;
}

.infographic__title--bar {
  text-align: left;
}

.js-bar-wrapper-inner {
  max-width: 0px;
}

.js-bar-wrapper-inner.active {
  max-width: 100%;
}