:root{--default-font-family: Roboto, sans-serif;--default-font-size: 16px;--default-font-weight: 400;--default-foreground-color: #2f3640;--default-background-color: #ffffff;--default-border-color: #bdc3c7;--default-primary-color: #8e44ad}@media (prefers-color-scheme: dark){:root{--default-foreground-color: #ffffff;--default-background-color: #2f3640}}body{height:100vh;width:100%;font-family:var(--default-font-family, sans-serif);font-size:var(--default-font-size, 16px);font-weight:var(--default-font-weight: 400);color-scheme:light dark;background-color:var(--default-background-color, #ffffff);color:var(--default-foreground-color, #000000)}main{height:100vh;width:100%;display:grid;place-items:center}button{height:auto;width:100%;font-family:var(--default-font-family, sans-serif);font-size:var(--default-font-size, 16px);font-weight:500;border:1px solid var(--default-border-color, #cccccc);border-radius:.25rem;outline:none;text-decoration:none;cursor:pointer}button[disabled]{cursor:not-allowed}article{height:auto;width:100%;padding:0 .75rem;display:grid;place-items:center}.article__index-page{height:20rem}.article__index-page button[name=program]{width:auto;padding:.85rem 1.25rem;font-size:1.125rem;background-color:var(--default-primary-color, #cccccc);color:#fff;border-color:var(--default-primary-color, #cccccc)}.article__form-page form{height:auto;width:100%;max-width:60rem;display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;grid-template-areas:"inputs " "actions";grid-gap:2.5rem}.article__form-page fieldset{padding:0 1rem;border:none}.article__form-page legend{font-family:var(--default-font-family, sans-serif);font-size:1.75rem;font-weight:500}.section__heading{padding:1.5rem 0 .5rem;font-family:var(--default-font-family, sans-serif);font-size:1.25rem;font-weight:500}.section__input-radio{height:auto;width:100%;padding:.25rem 0;display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr;grid-gap:.75rem;font-family:var(--default-font-family, sans-serif);font-size:1.25rem;font-weight:var(--default-font-weight, 400)}.section__navigation{padding:0 1rem;height:auto;width:100%;display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:1fr;align-items:center;justify-content:space-between}.section__navigation button[name=back]{display:grid;padding:.4375rem .75rem;grid-template-columns:auto 1fr;grid-template-rows:1fr;grid-gap:.5rem;place-items:center}.section__navigation button[name=next]{display:grid;padding:.4375rem .75rem;grid-template-columns:1fr auto;grid-template-rows:1fr;grid-gap:.5rem;place-items:center}.section__error{height:100%;width:100%;padding:0 1rem}.section__error p{padding:.5rem .75rem;font-family:var(--default-font-family, sans-serif);font-size:var(--default-font-size, 16px);font-weight:var(--default-font-weight, 400);background-color:red;color:#fff}.section__actions{padding:0 1rem;height:auto;width:100%;display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:1fr;align-items:center;justify-content:space-between}.section__actions button[name=back]{display:grid;padding:.4375rem .75rem;grid-template-columns:auto 1fr;grid-template-rows:1fr;grid-gap:.5rem;place-items:center}.section__actions button[name=submit]{display:grid;padding:.4375rem .75rem;grid-template-columns:1fr auto;grid-template-rows:1fr;grid-gap:.5rem;place-items:center}.section__input-text{height:auto;width:100%;padding:.25rem 0;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;font-family:var(--default-font-family, sans-serif);font-size:var(--default-font-size, 16px);font-weight:var(--default-font-weight, 400)}.section__input-text label{font-family:var(--default-font-family, sans-serif);font-size:var(--default-font-size, 16px);font-weight:500}.section__input-text input{padding:.4375rem .75rem;font-family:var(--default-font-family, sans-serif);font-size:var(--default-font-size, 16px)}.material-symbols-outlined{pointer-events:none;font-size:20px}.article__congrats-page h2{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr;grid-gap:1rem;place-items:center;font-family:var(--default-font-family, sans-serif);font-size:2.75rem}.article__congrats-page .material-symbols-outlined{font-size:2rem}.section__message{height:auto;width:100%;max-width:60rem;padding:1rem .5rem;display:grid;place-items:center}.section__download{padding:2rem .5rem}.section__download a{font-family:var(--default-font-family, sans-serif);font-size:1.25rem}
