:root{--oec-black:#000;--oec-ink:#0b132b;--oec-dark-blue:#273654;--oec-ink-2:#212121;--oec-green:#007538;--oec-green-bright:#07b922;--oec-gold:#d0b969;--oec-gold-accent:#beab5d;--oec-badge-gold:#d1b85f;--oec-red:#ff4040;--oec-grey:#212121;--oec-soft:#fcfbf7;--oec-white:#fff;--ui-gold:#e9b649;--ui-green-primary:#007538;--ui-primary-900:#0b132b;--ui-soft:#faf7f5}.proAuthBody{background:#fcfbf7;margin:0}.proAuth{background:#fcfbf7;display:flex;min-height:100vh}.proAuth *,.proAuth :after,.proAuth :before{box-sizing:border-box}.proAuth__sidebar{background-position:top;background-repeat:no-repeat;background-size:cover;flex:0 0 41.32%;position:relative}.proAuth__back{display:block;height:9%;left:0;position:absolute;top:0;width:50%}.proAuth__main{align-items:flex-start;background:#fff;display:flex;flex:1 1 auto;justify-content:center;max-height:100vh;overflow-y:auto}.proAuth__card{max-width:100%;padding:72px 24px 48px;width:749px}.proAuth__pane{display:none}.proAuth__pane.is-active{display:block}.proAuth__pane--center.is-active{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:70vh;text-align:center}.proAuth__lead{color:#1d2a3d;font-size:22px;font-weight:500;letter-spacing:-.01em;line-height:28px;margin:0 0 24px}.proAuth__lead,.proAuth__paragraph{font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif}.proAuth__paragraph{color:#4f586b;font-size:16px;font-weight:400;line-height:24px;margin:0 0 12px}.proAuth__paragraph strong{color:#1d2a3d;font-weight:600}.proAuth__form{display:block}.proAuth__field{margin-bottom:12px}.proAuth__field[data-authenticated-hide="1"]{display:none}.proAuth__label{color:#101722;display:block;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:6px}.proAuth__control{position:relative}.proAuth__input{background:#fff;border:1px solid #aeb3bd;border-radius:8px;color:#101722;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:300;height:48px;line-height:24px;padding:12px 16px;transition:border-color .15s ease;width:100%}.proAuth__input::placeholder{color:#8e95a3}.proAuth__input:focus{border-color:#273654;outline:none}.proAuth__input.is-error{border-color:#ba1a1a}.proAuth__control:has(.proAuth__eye) .proAuth__input{padding-right:44px}.proAuth__eye{background:none;border:none;color:#8e95a3;cursor:pointer;display:inline-flex;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.proAuth__eye.is-on{color:#273654}.proAuth__fieldError{margin:6px 0 0}.proAuth__error,.proAuth__fieldError{color:#ba1a1a;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:18px}.proAuth__error{margin:0 0 12px}.proAuth__criteria{display:grid;gap:8px 16px;grid-template-columns:1fr 1fr;list-style:none;margin:0 0 16px;padding:0}.proAuth__criteria li{align-items:center;color:#212121;display:flex;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:14px;gap:6px;line-height:16px}.proAuth__criterionIcon{align-items:center;background:#ba1a1a;border-radius:50%;display:inline-flex;flex:0 0 20px;height:20px;justify-content:center;width:20px}.proAuth__criterionIcon:before{color:#fff;content:"✕";font-size:11px;line-height:1}.proAuth__criteria li.is-met .proAuth__criterionIcon{background:#207f1d}.proAuth__criteria li.is-met .proAuth__criterionIcon:before{content:"✓"}.proAuth__checkbox{align-items:center;color:#101722;cursor:pointer;display:flex;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:16px;gap:10px;line-height:24px;margin:4px 0 8px}.proAuth__checkbox input{height:0;opacity:0;position:absolute;width:0}.proAuth__checkboxBox{border:2px solid #273654;border-radius:4px;flex:0 0 20px;height:20px;position:relative;transition:background .15s ease;width:20px}.proAuth__checkbox input:checked+.proAuth__checkboxBox{background:#273654}.proAuth__checkbox input:checked+.proAuth__checkboxBox:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:11px;left:5px;position:absolute;top:1px;transform:rotate(45deg);width:6px}.proAuth__checkbox input:focus-visible+.proAuth__checkboxBox{outline:2px solid #273654;outline-offset:2px}.proAuth__row{display:flex;gap:12px}.proAuth__field--half{flex:1 1 0;min-width:0}.proAuth__radioGroup{display:flex;flex-wrap:wrap;gap:10px 20px}.proAuth__radio{align-items:center;color:#101722;cursor:pointer;display:inline-flex;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:16px;gap:8px;line-height:24px}.proAuth__radio input{height:0;opacity:0;position:absolute;width:0}.proAuth__radioMark{border:2px solid #aeb3bd;border-radius:50%;flex:0 0 20px;height:20px;position:relative;transition:border-color .15s ease;width:20px}.proAuth__radio input:checked+.proAuth__radioMark{border-color:#273654}.proAuth__radio input:checked+.proAuth__radioMark:after{background:#273654;border-radius:50%;content:"";height:8px;left:4px;position:absolute;top:4px;width:8px}.proAuth__radio input:focus-visible+.proAuth__radioMark{outline:2px solid #273654;outline-offset:2px}.proAuth__btn{align-items:center;border:1px solid transparent;border-radius:8px;cursor:pointer;display:inline-flex;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;gap:8px;justify-content:center;letter-spacing:.02em;line-height:19px;min-height:48px;padding:12px 24px;text-decoration:none;transition:opacity .15s ease,background .15s ease,color .15s ease;width:100%}.proAuth__btn:hover{opacity:.92}.proAuth__btn:disabled{cursor:not-allowed;opacity:1}.proAuth__btn .proAuth__btnChevron{flex:0 0 auto}.proAuth__btn--primary{background:#273654;color:#fff}.proAuth__btn--gold{background:#d5c792;color:#101722}.proAuth__btn--outline{background:#fff;border-color:#e6e7ea;color:#101722}.proAuth__btn--ghost{background:#f4f5f7;color:#c8cbd2}.proAuth__btn--ghost .proAuth__btnChevron{color:#aeb3bd}.proAuth__btn--ghost.is-ready{background:#273654;color:#fff;cursor:pointer}.proAuth__btn--ghost.is-ready .proAuth__btnChevron{color:#fff}.proAuth__loginSubmit{margin-top:4px}.proAuth__goIndividual{margin-top:12px}.proAuth__divider{border:none;border-top:1px solid #e6e7ea;margin:24px 0}.proAuth__link{border-bottom:2px solid #c0ac5c;color:#101722;display:inline-block;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;line-height:19px;margin:16px 0 0;padding-bottom:2px;text-decoration:none;width:fit-content}.proAuth__link:hover{opacity:.85}.proAuth__callout--warning{align-items:center;background:#fcf4d6;border:1px solid #f1c21b;border-radius:8px;display:flex;gap:12px;margin:0 0 12px;padding:12px}.proAuth__callout--warning .proAuth__calloutIcon{flex:0 0 24px}.proAuth__callout--warning .proAuth__calloutText{color:#000;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:22px}.proAuth__dropzone{align-items:center;border:2px dashed #aeb3bd;border-radius:12px;display:flex;flex-direction:column;gap:12px;margin:12px 0;padding:24px;text-align:center;transition:border-color .15s ease,background .15s ease}.proAuth__dropzone.is-dragover{background:#faf9f4;border-color:#273654}.proAuth__dropzoneOr,.proAuth__dropzoneText{color:#8e95a3;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:300;line-height:24px;margin:0}.proAuth__uploadBtn{cursor:pointer}.proAuth__files{margin:12px 0}.proAuth__filesLabel{color:#4f586b;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:14px;margin:0 0 8px}.proAuth__filesList{display:flex;flex-wrap:wrap;gap:8px}.proAuth__fileTag{align-items:center;background:#f4f5f7;border-radius:8px;color:#101722;display:inline-flex;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:14px;gap:8px;padding:8px 12px}.proAuth__fileDelete{background:none;border:none;color:#4f586b;cursor:pointer;font-size:18px;line-height:1}.proAuth__identityStatus{color:#4f586b;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:14px;margin:8px 0}.proAuth__identityStatus[data-state=done]{color:#207f1d}.proAuth__identityStatus[data-state=error]{color:#ba1a1a}.proAuth__actions{display:flex;gap:12px;margin-top:12px}.proAuth__actions .proAuth__btn{width:auto}.proAuth__actions .proAuth__identityBtn{flex:1 1 auto}.proAuth__actions .proAuth__submitBtn{flex:0 0 auto;min-width:150px}.proAuth__identityBtn.is-done{background:#207f1d}.proAuth__confirmIcon{margin-bottom:16px}.proAuth__confirmText{color:#000;font-family:Mona Sans,Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:24px;margin:0 0 16px;max-width:470px}.proAuth__pane--center .proAuth__btn{margin-top:8px;max-width:470px}@media(max-width:900px){.proAuth{flex-direction:column;min-height:100vh}.proAuth__sidebar{background-position:center 35%;flex:none;height:180px}.proAuth__back{height:40%;width:60%}.proAuth__main{max-height:none}.proAuth__card{padding:32px 20px 40px}.proAuth__criteria{grid-template-columns:1fr}.proAuth__row{gap:0}.proAuth__actions,.proAuth__row{flex-direction:column}.proAuth__actions .proAuth__btn{width:100%}}