<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#app{--teal:#7dc3e6;--green:#36a556;--navy:#3757a6;--blue:#1955aa;--orange:#f07d19;--light-green:rgba(54,165,86,0.08);--light-orange:rgba(240,125,25,0.08);--light-blue:rgba(25,85,170,0.08);--dark-gray:#6f6f6f;--red:#f02f06;--white:#fff;--gray:#ccc;--black:#232528}.questions{padding-top:1.5rem}@media(min-width:600px){.questions{grid-gap:1rem}}@media(min-width:1280px){.questions{grid-gap:1.875rem}}.questions .question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:#989898;height:2rem;width:2rem}@media(min-width:1280px){.questions .question{height:1.625rem;width:1.625rem}}.questions .question.active{background:#1955aa;color:var(--white)}.questions .question.previous{background:var(--teal);color:var(--white)}</pre></body></html>