@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.material-symbols-outlined.fill{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}:root{--sb-blue:#1A6792;--sb-red:#923C3C;--sb-green:#3C6B4E;--sb-gray:#D0D0D0;--sb-background:#F9F9F9;--sb-secondary-color:#212529BF;--foreground:#171717;--sb-shadow:#21252964}@media (prefers-color-scheme:dark){:root{--background:#F9F9F9;--foreground:#171717}html{color-scheme:dark}}body,html{max-width:100vw}body{color:var(--foreground);background:var(--sb-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body .grecaptcha-badge{visibility:hidden}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;outline:none}header{background-color:var(--sb-blue);color:#FFF;border-bottom:1px solid var(--sb-gray);width:100%;height:17vh;padding-top:1.5rem}header,header div{display:flex;flex-direction:column;align-items:center}header h1{padding-top:.5rem;font-size:1.2rem}section{display:flex;grid-template-rows:20px 1fr 20px;justify-content:center;min-height:100svh}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}.development{background-color:yellow;text-align:center;font-weight:500;position:fixed;width:100%}*,:focus,:hover
:active{outline:none}a:active,a:focus{box-shadow:none}a:active,a:focus,button{background-color:transparent;outline:none}button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}button:active,button:focus{outline:none;box-shadow:none}@media (max-width:450px){body{font-size:.8rem}}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}input:not([type=radio]),select{width:100%;color:#000;background-color:#FFF;border:2px solid #ced4da;border-radius:.5rem;font-size:1rem;font-weight:400;height:3.7rem;min-height:3.7rem;padding:1rem .75rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:not([type=radio]):focus,input:not([type=radio]):focus-visible,select:focus,select:focus-visible{box-shadow:none;border:2px solid var(--sb-blue);padding-top:1.625rem;padding-bottom:.625rem}input:not([type=radio]):not(:placeholder-shown),select:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}input:not([type=radio])~label,select~label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;display:flex;align-items:center}input:not([type=radio]):focus~label,input:not([type=radio]):not(:placeholder-shown)~label,select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}input:not([type=radio]):focus~label,select:focus~label{font-weight:700;color:#1A6792;opacity:1}input:not([type=radio])::placeholder{color:transparent}input.error,input.error:focus,input.error:focus-visible{border-color:red}input.error:focus~label,input.error:not(:placeholder-shown)~label,input.error~label{color:red!important}