:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:light){:root{--background:#ededed;--foreground:#0a0a0a}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{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-info{background-color:lightblue;color:#0a0a0a}.bg-wheat{background-color:wheat;color:#0a0a0a}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}.btn-primary{border:none;padding:10px;border-radius:5px;text-align:center;color:whitesmoke;background-color:#2D68C4}.btn-secondary{padding:10px;text-align:center;border-radius:5px;color:#2D68C4;background-color:white;border:.1px solid #2d68c4;&:hover{background-color:ghostwhite}}.btn-cancel{padding:10px;text-align:center;border-radius:5px;color:tomato;background-color:whitesmoke;border:.1px solid coral;@media (hover:hover) and (pointer:fine){&:hover{color:black}}}.btn-warning{border-radius:5px;color:#1a1a1a;background-color:goldenrod;border:.1px solid gold}.btn-danger,.btn-warning{padding:10px;text-align:center}.btn-danger{border-radius:5px;color:white;background-color:tomato;border:.1px solid coral}.btn-tertiary{padding:10px;text-align:center;border-radius:5px;color:dimgray;background-color:whitesmoke;border:.1px solid transparent;@media (hover:hover) and (pointer:fine){&:hover{color:darkslateblue}}}.btn-disabled{padding:10px;text-align:center;border-radius:5px;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}.txt-primary{color:#2D68C4}.txt-secondary{color:whitesmoke}.txt-wheat{color:wheat}.txt-silver{color:silver}.txt-danger{color:#dc3545}.txt-success{color:forestgreen}.txt-black{color:#000}.txt-white{color:#fff}.txt-gray{color:#555}.justify-center{display:flex;justify-content:center}.space-between{display:flex;justify-content:space-between}.space-around{display:flex;justify-content:space-around}.text-center{text-align:center;justify-content:center}.items-center{display:flex;align-items:center}.items-right{justify-content:end}.block{display:block}.grid{display:grid}.flex{display:flex}.br-5{border-radius:5px}.rounded-circle{border-radius:50%;height:auto;width:auto}.wh-40{width:40px;height:40px}.m-1{margin:.5rem}.m-2{margin:1rem}.p-1{padding:.5rem}.p-2{padding:.75rem}.p-4{padding:20px}.ml-1{margin-left:.5rem}.ml-2{margin-left:1rem}.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}.my-1{margin:.5rem 0}.my-2{margin:20px 0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.py-1{padding:10px 0}.px-1{padding:0 10px}.px-02{padding:0 2px};.my-auto{margin:auto 0}.mx-auto{margin-left:auto;margin-right:auto}.gap-1{gap:.5rem}.gap-2{gap:1rem}.full-width{width:100%}.half-width{width:50%}.min-width-non{min-width:none}.min-height-50{min-height:50px}.min-height-100{min-height:100vh}.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-300{min-width:300px}.min-width-none{min-width:none}.width-80{width:80%}.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-360{max-width:360px}.max-height-40{max-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}.relative{position:relative}.absolute{position:absolute}.wrap{flex-wrap:wrap}.group{position:relative}.subtitle{position:absolute;top:25px;left:10px;height:25px;display:flex;min-width:80px;opacity:0;z-index:10;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}@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/569ce4b8f30dc480-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_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--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"}