:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:light){:root{--background:#ededed;--foreground:#0a0a0a}}body,html{height:100%;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;padding:0;margin:0}a{text-decoration:none}a,button{color:inherit}button{cursor:pointer}@media (hover:hover) and (pointer:fine){button:hover{filter:brightness(.9);box-shadow:0 2px 4px rgba(0,0,0,.1)}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.bg-warning{background-color:goldenrod;color:#0a0a0a}.bg-danger{background-color:#dc3545;color:#ffffff}.bg-white{background-color:white;color:#0a0a0a}.bg-trans{background-color:transparent}.bg-light{background-color:hsl(0,0%,90%)}h1{font-size:2.5rem;margin-bottom:1.25rem}h2{font-size:2.25rem;margin-bottom:1rem}h3{font-size:2rem;margin-bottom:.75rem}h4{font-size:1.5rem;margin-bottom:.5rem}h5{font-size:1.25rem}h5,h6{margin-bottom:.25rem}h6{font-size:1rem}.fs-1{font-size:xx-small}.fs-2{font-size:small}.fs-3{font-size:medium}.fs-4{font-size:xx-large}.fs-5{font-size:large}.fs-10p{font-size:10px}.fs-11p{font-size:11px}.fs-12p{font-size:12px}.cursor{cursor:pointer}.icon-btn{padding:5px;border-radius:50%;display:flex;font-size:inherit;justify-content:center;box-shadow:0 4px 6px rgba(0,0,0,.3)}.btn-cancel,.btn-danger,.btn-disabled,.btn-dormant,.btn-primary,.btn-secondary,.btn-special,.btn-success,.btn-tertiary,.btn-warning{padding:10px;border-radius:5px;text-align:center;font-size:14px;display:flex;gap:.5rem;cursor:pointer;justify-content:center;align-items:center}.btn-primary{border:none;color:whitesmoke;background-color:#2D68C4;&:hover{box-shadow:0 4px 6px rgba(0,0,0,.3)}}.btn-secondary{color:#2D68C4;background-color:white;border:.1px solid #2d68c4;&:hover{box-shadow:0 4px 6px rgba(0,0,0,.3)}}.btn-success{border:none;color:whitesmoke;background-color:forestgreen}.btn-cancel{background-color:whitesmoke;border:.1px solid crimson;color:crimson;&:hover{color:white;background-color:orangered}}.btn-warning{border:none;background:#f4c150;color:#1a1a1a;&:hover{background-color:white;color:darkorange}}.btn-danger{color:white;background-color:#dc3545;border:.1px solid coral}.btn-tertiary{color:#111;background-color:whitesmoke;border:.1px solid darkgray;&:hover{color:darkslategray;font-weight:700;background-color:bisque}}.btn-special{color:darkslateblue;background-color:transparent;border:.1px solid silver;&:hover{box-shadow:0 4px 6px rgba(0,0,0,.3)}}.btn-dormant{color:inherit;background-color:whitesmoke;border:.1px solid transparent}.btn-disabled{opacity:.6;pointer-events:none;background-color:#e0e0e0!important;color:#a0a0a0!important;border:.1px solid #ccc!important;cursor:not-allowed}.btn-group{margin:25px auto;width:100%;gap:10px;display:flex;justify-content:space-between;button{width:100%}}.input-group{margin:10px auto;width:100%;gap:10px;display:flex;justify-content:space-between}.bold{font-weight:700}.italic{font-style:italic}.font-fam-sans{font-family:sans-serif}.font-fam-curve{font-family:cursive}.font-fam-fan{font-family:fantasy}.txt-primary{color:#2D68C4}.txt-danger{color:#dc3545}.txt-success{color:forestgreen}.txt-black{color:#000}.txt-white{color:#fff}.op-05{opacity:.5}.justify-center{display:flex;justify-content:center}.space-between{display:flex;justify-content:space-between}.space-around{display:flex;justify-content:space-around}.items-center{display:flex;align-items:center}.contents-center{align-content:center}.items-right{justify-content:end}.items-end{align-items:end}.text-center{text-align:center}.underline{padding-bottom:2px;border-bottom:2px solid cornflowerblue}.underline-light{padding-bottom:1px;border-bottom:1px solid lightgray}.hide-in-xs{@media screen and (max-width:600px){display:none}}.hide-in-xs{@media screen and (max-width:768px){display:none}}.block{display:block}.grid{display:grid}.flex{display:flex}.wrap{flex-wrap:wrap}.br-5{border-radius:5px}.br-20{border-radius:20px}.br-99{border-radius:99px}.rounded-circle{border-radius:50%;height:auto;width:auto}.m-1{margin:.5rem}.m-2{margin:1rem}.my-auto{margin:auto 0}.mx-auto{margin:0 auto}.ml-1{margin-left:.5rem}.mr-1{margin-right:.1rem}.mr-2{margin-right:1rem}.-mt1{margin-top:-10px}.-mb1{margin-bottom:-10px}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.my-1{margin:.5rem 0}.my-2{margin:20px 0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.p-1{padding:.5rem}.p-2{padding:.75rem}.p-4{padding:2rem}.pl-1{padding-left:10px}.px-1{padding:0 10px}.px-2{padding:0 20px}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.py-1{padding:10px 0}.py-2{padding:20px 0}.pb-1{padding-bottom:1rem}.gap-1{gap:.5rem}.gap-105{gap:.75rem}.gap-2{gap:1rem}.full-width{width:100%}.half-width{width:50%}.min-width-non{min-width:none}.min-width-44{min-width:44px}.min-width-50{min-width:50px}.min-width-75{min-width:75px}.min-width-100{min-width:100px}.min-width-125{min-width:125px}.min-width-150{min-width:150px}.min-width-200{min-width:200px}.min-width-360{min-width:360px}.min-width-none{min-width:none}.max-width-50{max-width:50px}.max-width-100{max-width:100px}.max-width-150{max-width:150px}.max-width-180{max-width:180px}.max-width-300{max-width:300px}.max-width-360{max-width:360px}.max-width-500{max-width:501px}.max-width-800{max-width:800px}.min-height-50{min-height:50px}.min-height-60{min-height:60px}.min-height-100{min-height:100vh}.max-height-40{max-height:40px}.max-height-fc{max-height:-moz-fit-content;max-height:fit-content}.wh-40{width:40px;height:40px}.radioTag{max-width:max-content;width:100%;margin:auto 0;padding:5px 15px;display:flex;flex-direction:row;justify-content:space-around;border:.1px solid #ccc;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:20px;background-color:#ccc;font-size:12.5px}.radioTag input,.tickbox{width:.66rem;height:.66rem;@media screen and (max-width:768px){width:.6rem;height:.6rem}}.alert{position:fixed;top:10px;right:10px;padding:1rem;border-radius:8px;z-index:9999;font-weight:700}.alert-success{background:#d1fae5;color:#065f46}.alert-error{background:#fee2e2;color:#991b1b}.alert-info{background:#e0f2fe;color:#0369a1}.global-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);display:flex;justify-content:center;align-items:center;z-index:9998;font-size:1.2rem}.absolute{position:absolute}.fixed{position:fixed}.group{position:relative}.sticky{position:-webkit-sticky;position:sticky}.top-50{top:50%}.subtitle{position:absolute;top:25px;left:10px;min-height:25px;min-width:100px;display:flex;opacity:0;z-index:10;width:100%;font-size:10px;align-items:center;margin-top:.25rem;border-radius:.25rem;padding:.25rem .5rem;justify-content:center;transform:translateX(-50%);background-color:whitesmoke;transition:opacity .2s ease-in-out}.group:hover .subtitle{opacity:1}.cookie-banner{position:fixed;bottom:1rem;left:1rem;right:1rem;background-color:#1a1a1a;color:#ffffff;padding:1rem;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.3);z-index:9999;font-family:system-ui,sans-serif}.cookie-banner p{margin-bottom:.5rem;font-size:.95rem;line-height:1.4}.cookie-banner .actions{justify-content:flex-end;display:flex;gap:.5rem}.cookie-banner .accept-btn{background-color:#22c55e;padding:.5rem 1rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:background-color .2s}.cookie-banner .accept-btn:hover{background-color:#16a34a}.cookie-banner .decline-btn{background-color:#ef4444;padding:.5rem 1rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:background-color .2s}.cookie-banner .decline-btn:hover{background-color:#dc2626}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.form-control{display:block;width:100%;padding:.625rem .75rem;font-size:1rem;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;&:focus{color:#212529;background-color:#fff;border-color:#2D68C4;outline:0;box-shadow:0 0 0 .25rem rgba(45,104,196,.25)}&::placeholder{color:#6c757d;opacity:1}}@media (pointer:coarse){.form-control{font-size:16px}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}