@font-face{font-family:Geist;src:url(/fonts/Geist-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}*{margin:0;padding:0}body{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;color:#000;background-color:#fff}.text-thin{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:100}.text-extra-light{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:200}.text-light{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300}.text-regular{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.text-medium{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.text-semi-bold{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600}.text-bold{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700}.text-extra-bold{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800}.text-black{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:900}.multistep-form{width:100%;display:flex;flex-direction:column;min-height:100%}.multistep-form__progress-bar{margin-bottom:32px}.multistep-form__progress-bar-track{width:100%;height:4px;background-color:#e0e0e0;border-radius:2px;overflow:hidden}.multistep-form__progress-bar-fill{height:100%;background-color:#551494;border-radius:2px;transition:width .3s ease}.multistep-form__progress-text{margin-top:8px;text-align:center;color:#616161}.multistep-form__steps-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;gap:12px}.multistep-form__step{display:flex;flex-direction:column;align-items:center;flex:1;transition:all .2s ease}.multistep-form__step--clickable{cursor:pointer}.multistep-form__step--active .multistep-form__step-line{background-color:#000}.multistep-form__step--completed .multistep-form__step-line{background-color:#ff6d00}.multistep-form__step-text{margin-bottom:8px;text-align:center;transition:color .2s ease}.multistep-form__step-line{height:3px;width:100%;background-color:#fdede1;border-radius:2px;transition:background-color .2s ease}.multistep-form__header{margin-bottom:16px}.multistep-form__header-only{margin-bottom:0}.multistep-form__title{margin-bottom:8px;color:#000}.multistep-form__description{margin-top:8px;margin-bottom:16px}.multistep-form__content{flex:1;margin-bottom:24px;overflow-y:auto}.multistep-form__form-content{width:100%}.multistep-form__instruction-content{border-radius:12px;padding-bottom:16px}.multistep-form__instruction-text{line-height:1.6;color:#424242}.multistep-form__instruction-buttons{display:flex;gap:12px;justify-content:space-between;position:sticky;bottom:0;z-index:10}.multistep-form__next-button{min-width:360px}.multistep-form__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background-color:#fff;border-radius:12px;border:1px solid #e0e0e0}.multistep-form__error{padding:12px 16px;background-color:#fdede1;border:1px solid #ff6d00;border-radius:8px;text-align:center}.multistep-form__footer{margin-top:auto;padding-top:24px;border-top:1px solid #e0e0e0}.multistep-form__modal-text{margin:16px 0 24px;color:#424242;line-height:1.5}.multistep-form__modal-buttons{display:flex;gap:12px}@media (max-width: 768px){.multistep-form__steps-progress{gap:8px}.multistep-form__step-text{font-size:11px}.multistep-form__header{text-align:left}.multistep-form__title{font-size:20px}.multistep-form__instruction-content{padding:16px}.multistep-form__next-button{min-width:0px;width:100%}.multistep-form__modal-content{padding:16px}.multistep-form__modal-buttons{flex-direction:row;gap:8px}}@media (max-width: 480px){.multistep-form__steps-progress{flex-wrap:wrap;gap:4px}.multistep-form__step{min-width:60px}.multistep-form__step-text{font-size:10px;white-space:nowrap}}.multistep-form__content{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.multistep-form__step--clickable:focus{outline:2px solid #551494;outline-offset:2px;border-radius:4px}@media (prefers-contrast: high){.multistep-form__step-line,.multistep-form__progress-bar-track{border:1px solid currentColor}}@media (prefers-reduced-motion: reduce){.multistep-form__step,.multistep-form__step-text,.multistep-form__step-line,.multistep-form__progress-bar-fill,.multistep-form__content{transition:none;animation:none}}
