/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.app-counter {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .paragraph-one-column .app-counter {
    padding: 0 16.6666666667%;
  }
}
.app-counter__goal {
  margin-bottom: 1.25rem;
  font-weight: 900;
}
.app-counter__progress-bar {
  height: 1.7rem;
  width: 100%;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
  border-radius: 4px;
}
.app-counter__progress-bar::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #00aeef;
  -webkit-transform: translate3d(var(--transition-x-progress-bar, 0%), 0, 0);
  transform: translate3d(var(--transition-x-progress-bar, 0%), 0, 0);
}
.app-counter__progress-bar--emergency::after {
  background: #88112c;
}
.app-counter__cta {
  color: #00aeef;
  text-decoration: underline;
}
/*# sourceMappingURL=app-counter.css.map */
