.progress-bars{margin-left:auto;margin-right:auto;max-width:1440px;padding:0 15px}@media only screen and (min-width:768px){.progress-bars{padding:0 50px}}.progress-bars{display:block}.progress-bars-full-width--true{max-width:none}.progress-bars--inner{display:grid;gap:20px}@media only screen and (min-width:768px){.progress-bars--inner{column-gap:45px;grid-template-columns:repeat(var(--columns,2),1fr)}}@media only screen and (min-width:1068px){.progress-bars--inner{column-gap:60px;grid-template-columns:repeat(var(--columns,2),1fr)}}.progress-bars--heading{display:block;font-size:.9375rem;font-weight:var(--font-body-bold-weight,600);margin-bottom:10px}.progress-bars--progress{background:var(--color-bg);border-radius:2.5px;height:5px;position:relative}.progress-bars--progress div{background:var(--color-bar);border-radius:7px;clip-path:inset(0 var(--final-position,50%) 0 0 round 7px);height:100%;left:0;position:absolute;top:0;width:100%}.progress-bars--labels{display:flex;font-size:.8125rem;gap:30px;justify-content:space-between;margin-top:10px}.progress-bars--labels span:last-child{text-align:right}