*{scroll-behavior:smooth!important;margin:0;padding:0}*,body{box-sizing:border-box}body{background:var(--light-surface-container-low);font-family:var(--font-work-sans),"Segoe UI","sans-serif"}a{text-decoration:none}ul{list-style:none!important}.loading-wrapper{position:fixed;top:0;width:100%;height:100vh;background:var(--light-surface-container-highest);z-index:10000;display:flex;justify-content:center;align-items:center;flex-direction:column}.loader,.loading-wrapper img{position:relative}.loader{margin-top:24px;width:90%;max-width:600px;height:16px;border-radius:20px;color:var(--light-primary);border:2px solid}.loader:before{content:"";position:absolute;margin:2px;inset:0 100% 0 0;border-radius:inherit;background:currentColor;animation:l6 5s 1}@keyframes l6{to{inset:0}}.spinner{position:relative;bottom:70px;box-sizing:border-box;background-clip:padding-box;width:200px;height:200px;border-radius:100px;border:4px solid hsla(0,0%,100%,.1);-webkit-mask:linear-gradient(rgba(0,0,0,.1),#000 90%);transform-origin:50% 60%;transform:perspective(200px) rotateX(66deg);animation:spinner-wiggle 1.2s infinite}.spinner:after,.spinner:before{content:"";position:absolute;margin:-4px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:.05;border:inherit;border-color:transparent;animation:spinner-spin 1.2s cubic-bezier(.6,.2,0,.8) infinite,spinner-fade 1.2s linear infinite}.spinner:before{border-top-color:#66e6ff}.spinner:after{border-top-color:#f0db75;animation-delay:.3s}@keyframes spinner-spin{to{transform:rotate(1turn)}}@keyframes spinner-fade{20%{opacity:.1}40%{opacity:1}60%{opacity:.1}}.h1{margin:0;font-weight:600;letter-spacing:.05rem;color:var(--dark-on-surface);font-family:var(--font-work-sans),Segoe UI,sans-serif;font-size:3rem;line-height:1.167;color:var(--white)}.medium{font-weight:500}.semi-bold{font-weight:600}.bold{font-weight:700}@media (max-width:600px){.h1{font-size:2rem}}.max-width-lg{max-width:900px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media (max-width:600px){.max-width-lg{max-width:100%;padding-left:16px;padding-right:16px}}.max-width-xl{max-width:1536px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media (max-width:600px){.max-width-xl{max-width:100%;padding-left:16px;padding-right:16px}}.mt-16{margin-top:16px}@keyframes pulse{0%{color:transparent;background:#e5e7eb;border:none;filter:brightness(0);background-image:none;opacity:.06}50%{opacity:.3}to{color:transparent;background:#e5e7eb;border:none;filter:brightness(0);background-image:none;opacity:.06}}.skeleton{animation:pulse 1s cubic-bezier(.4,0,.6,1) 5;animation-fill-mode:none}@keyframes darkPulse{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}.dark-skeleton{animation:darkPulse 1s linear infinite alternate}.image-wrapper{position:relative;width:100%;overflow:hidden}.image-fill{width:100%;height:100%}.image-wrapper img{object-fit:cover}.border-radius-12{border-radius:12px}.overflow-hidden{overflow:hidden}.body1,.body1 p,.body1 strong{margin:8px 0;font-weight:400;color:var(--light-on-surface-variant);font-family:var(--font-work-sans),Segoe UI,sans-serif;font-size:1rem;line-height:1.5}.body1 strong{font-weight:600!important;display:inline-block;letter-spacing:0;margin:0}.body1 ul{margin-left:32px;margin-top:24px;margin-bottom:24px}.body1 ul li{position:relative;margin:8px 0}.body1 ul li:before{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjAwMTMgMC42NjY5OTJDNi42NDEzIDAuNjY2OTkyIDAuNjY3OTY5IDYuNjQwMzMgMC42Njc5NjkgMTQuMDAwM0MwLjY2Nzk2OSAyMS4zNjAzIDYuNjQxMyAyNy4zMzM3IDE0LjAwMTMgMjcuMzMzN0MyMS4zNjEzIDI3LjMzMzcgMjcuMzM0NiAyMS4zNjAzIDI3LjMzNDYgMTQuMDAwM0MyNy4zMzQ2IDYuNjQwMzMgMjEuMzYxMyAwLjY2Njk5MiAxNC4wMDEzIDAuNjY2OTkyWk0xMS4zMzQ2IDIwLjY2N0w0LjY2Nzk3IDE0LjAwMDNMNi41NDc5NyAxMi4xMjAzTDExLjMzNDYgMTYuODkzN0wyMS40NTQ2IDYuNzczNjZMMjMuMzM0NiA4LjY2Njk5TDExLjMzNDYgMjAuNjY3WiIgZmlsbD0iIzJCNDkzQiIvPgo8L3N2Zz4K");position:absolute;top:2px;left:-2rem}.body2{font-weight:400;color:var(--light-on-surface-variant);font-family:var(--font-work-sans),Segoe UI,sans-serif;font-size:.9rem}strong{font-weight:500}.mt-8{margin-top:8px}.mt-16{margin-top:16px!important}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-40{margin-top:40px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.flex{display:flex}.align-center{align-items:center}.justify-center{justify-content:center}.space-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-4{gap:4px}.gap-8{gap:8px}.gap-16{gap:16px}.gap-24{gap:24px}:root{--material-theme--white:#fff;--material-theme--black:#000;--light-primary:#08271c;--light-surface-tint:#466556;--light-on-primary:#fff;--light-primary-container:#2b493c;--light-on-primary-container:#fff;--light-secondary:#09271c;--light-on-secondary:#fff;--light-secondary-container:#2b493b;--light-on-secondary-container:#fff;--light-tertiary:#252215;--light-on-tertiary:#fff;--light-tertiary-container:#474333;--light-on-tertiary-container:#fff;--light-error:#4e0002;--light-on-error:#fff;--light-error-container:#8c0009;--light-on-error-container:#fff;--light-background:#faf9f7;--light-on-background:#1a1c1b;--light-surface:#faf9f7;--light-on-surface:#000;--light-surface-variant:#dde4de;--light-on-surface-variant:#1f2522;--light-outline:#3e4440;--light-outline-variant:rgba(62,68,64,.2);--light-shadow:#000;--light-scrim:#000;--light-inverse-surface:#2f312f;--light-inverse-on-surface:#fff;--light-inverse-primary:#d2f4e1;--light-primary-fixed:#2b493c;--light-on-primary-fixed:#fff;--light-primary-fixed-dim:#143226;--light-on-primary-fixed-variant:#143226;--light-secondary-fixed:#2b493b;--light-on-secondary-fixed:#fff;--light-secondary-fixed-dim:#153226;--light-on-secondary-fixed-variant:#fff;--light-tertiary-fixed:#474333;--light-on-tertiary-fixed:#fff;--light-tertiary-fixed-dim:#302d1e;--light-on-tertiary-fixed-variant:#fff;--light-surface-dim:#dadad8;--light-surface-bright:#faf9f7;--light-surface-container-lowest:#fff;--light-surface-container-low:#f4f4f1;--light-surface-container:#eeeeeb;--light-surface-container-high:#e8e8e6;--light-surface-container-highest:#e3e2e0;--dark-primary:#91cef4;--dark-surface-tint:#91cef4;--dark-on-primary:#00344b;--dark-primary-container:#004c6a;--dark-on-primary-container:#c5e7ff;--dark-secondary:#98d4a4;--dark-on-secondary:#003919;--dark-secondary-container:#16512c;--dark-on-secondary-container:#b3f1be;--dark-tertiary:#91cef4;--dark-on-tertiary:#00344a;--dark-tertiary-container:#004c6a;--dark-on-tertiary-container:#c5e7ff;--dark-error:#ffb4ab;--dark-on-error:#690005;--dark-error-container:#93000a;--dark-on-error-container:#ffdad6;--dark-background:#0f1417;--dark-on-background:#dfe3e7;--dark-surface:#0f1417;--dark-on-surface:#eceff3;--dark-surface-variant:#41484d;--dark-on-surface-variant:#c1c7ce;--dark-outline:#8b9297;--dark-outline-variant:#41484d;--dark-shadow:#000;--dark-scrim:#000;--dark-inverse-surface:#dfe3e7;--dark-inverse-on-surface:#2c3134;--dark-inverse-primary:#1f6587;--dark-primary-fixed:#c5e7ff;--dark-on-primary-fixed:#001e2d;--dark-primary-fixed-dim:#91cef4;--dark-on-primary-fixed-variant:#004c6a;--dark-secondary-fixed:#b3f1be;--dark-on-secondary-fixed:#00210c;--dark-secondary-fixed-dim:#98d4a4;--dark-on-secondary-fixed-variant:#16512c;--dark-tertiary-fixed:#c5e7ff;--dark-on-tertiary-fixed:#001e2d;--dark-tertiary-fixed-dim:#91cef4;--dark-on-tertiary-fixed-variant:#004c6a;--dark-surface-dim:#0f1417;--dark-surface-bright:#353a3d;--dark-surface-container-lowest:#0a0f12;--dark-surface-container-low:#181c1f;--dark-surface-container:#1c2024;--dark-surface-container-high:#262b2e;--dark-surface-container-highest:#313539}@font-face{font-family:Work Sans;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/10f65c94012f0d89-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Work Sans;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/1a3ad150732fe43e-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:Work Sans;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b0088cce7ac0b424-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:Work Sans Fallback;src:local("Arial");ascent-override:83.09%;descent-override:21.71%;line-gap-override:0.00%;size-adjust:111.93%}.__className_15cf24{font-family:Work Sans,Work Sans Fallback;font-style:normal}.__variable_15cf24{--font-work-sans:"Work Sans","Work Sans Fallback"}