.hero-progress-track,
.oca-progress__bar {
  overflow: hidden;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-progress-fill,
.oca-progress__bar span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #714b67, #017e84);
  transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
