:root{--font-primary:var(--font-satoshi), -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-display:var(--font-satoshi), var(--font-primary);--section-title-font:var(--font-primary);--section-title-size:var(--fs-3xl);--section-title-weight:700;--section-title-spacing:-.02em;--section-subtitle-font:var(--font-primary);--section-subtitle-size:var(--fs-lg);--section-subtitle-weight:400;--section-subtitle-color:var(--color-text-muted);--fs-xs:clamp(.75rem, .7rem + .25vw, .875rem);--fs-sm:clamp(.875rem, .8rem + .375vw, 1rem);--fs-base:clamp(1rem, .9rem + .5vw, 1.125rem);--fs-lg:clamp(1.125rem, 1rem + .625vw, 1.25rem);--fs-xl:clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--fs-2xl:clamp(1.5rem, 1.3rem + 1vw, 2rem);--fs-3xl:clamp(2rem, 1.8rem + 1.25vw, 2.5rem);--fs-4xl:clamp(2.5rem, 2.3rem + 1.5vw, 3rem);--lh-tight:1.2;--lh-base:1.5;--lh-loose:1.7;--space-3xs:clamp(.25rem, .2rem + .25vw, .375rem);--space-2xs:clamp(.5rem, .4rem + .5vw, .75rem);--space-xs:clamp(.75rem, .6rem + .75vw, 1rem);--space-sm:clamp(1rem, .8rem + 1vw, 1.5rem);--space-md:clamp(1.5rem, 1.2rem + 1.5vw, 2rem);--space-lg:clamp(2rem, 1.6rem + 2vw, 3rem);--space-xl:clamp(3rem, 2.4rem + 3vw, 4rem);--space-2xl:clamp(4rem, 3.2rem + 4vw, 6rem);--color-blue:#4169e1;--color-blue-hover:#5277e5;--color-blue-dark:#001b3f;--color-green:#90c090;--color-green-hover:#a0d0a0;--color-red:#ff6b6b;--color-red-hover:#ff8080;--color-dark:#1e1e1e;--color-dark-lighter:#2a2a2a;--color-dark-darker:#0a0a0a;--color-white:#fff;--color-white-muted:#ffffffb3;--color-text:var(--color-white);--color-text-muted:var(--color-white-muted);--color-background:var(--color-dark);--color-primary:var(--color-blue);--color-primary-hover:var(--color-blue-hover);--color-primary-dark:var(--color-blue-dark);--color-accent:var(--color-green);--color-accent-hover:var(--color-green-hover);--color-danger:var(--color-red);--color-danger-hover:var(--color-red-hover);--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--radius-full:9999px;--bp-sm:40em;--bp-md:48em;--bp-lg:64em;--bp-xl:80em;--bp-2xl:96em;--container-sm:640px;--container-md:768px;--container-lg:1024px;--container-xl:1280px;--button-height-sm:40px;--button-height-base:44px;--button-height-lg:52px;--button-font-weight:500;--button-transition:all .2s cubic-bezier(.4, 0, .2, 1);--button-shadow:0 4px 20px #4169e140;--button-shadow-hover:0 6px 25px #4169e159}body{font-family:var(--font-primary);font-size:var(--fs-base);line-height:var(--lh-base);color:var(--color-text);background:var(--color-background)}@media (max-width:48em){body{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-feature-settings:"cv02","cv03","cv04","cv11";font-variation-settings:normal;-webkit-font-smoothing:antialiased;font-size:16px}@media (max-width:48em){html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}}h1,h2,h3,h4,h5{font-family:var(--font-primary);line-height:var(--lh-tight);font-weight:700}h1{font-size:var(--fs-4xl)}h2{font-size:var(--fs-3xl)}h3{font-size:var(--fs-2xl)}h4{font-size:var(--fs-xl)}h5{font-size:var(--fs-lg)}p{margin-bottom:var(--space-2xs)}img,video{max-width:100%;height:auto}.container{width:100%;padding-left:var(--space-sm);padding-right:var(--space-sm);max-width:var(--container-lg);margin-left:auto;margin-right:auto}.grid{gap:var(--space-sm);display:grid}@media (min-width: var(--bp-sm)){.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: var(--bp-md)){.grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: var(--bp-lg)){.grid{grid-template-columns:repeat(4,1fr)}}.flex{gap:var(--space-sm);display:flex}.flex-col{flex-direction:column}.flex-center{justify-content:center;align-items:center}.flex-between{justify-content:space-between}.text-center{text-align:center}.text-right{text-align:right}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.w-full{width:100%}.h-full{height:100%}.button,button[class*=button]{justify-content:center;align-items:center;gap:var(--space-2xs);height:var(--button-height-base);padding:0 var(--space-sm);border-radius:var(--radius-md);font-size:var(--fs-base);font-weight:var(--button-font-weight);transition:var(--button-transition);cursor:pointer;font-family:var(--font-primary);border:none;min-width:140px;display:inline-flex;position:relative;overflow:hidden}.button:before,button[class*=button]:before{content:"";background:linear-gradient(120deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.button:hover:before,button[class*=button]:hover:before{left:100%}.button.large,button[class*=button].large{height:var(--button-height-lg);padding:0 var(--space-md);font-size:var(--fs-lg);min-width:180px}.button.small,button[class*=button].small{height:var(--button-height-sm);padding:0 var(--space-xs);font-size:var(--fs-sm);min-width:120px}.button.primary,button[class*=button].primary{background:var(--color-primary);color:var(--color-white)}.button.primary:hover,button[class*=button].primary:hover{background:var(--color-primary-hover)}.button.primary.with-shadow,button[class*=button].primary.with-shadow{box-shadow:var(--button-shadow)}.button.primary.with-shadow:hover,button[class*=button].primary.with-shadow:hover{box-shadow:var(--button-shadow-hover)}.button.secondary,button[class*=button].secondary{background:var(--color-dark-lighter);color:var(--color-white)}.button.secondary:hover,button[class*=button].secondary:hover{background:var(--color-dark)}.button.secondary.outline,button[class*=button].secondary.outline{border:2px solid var(--color-accent);background:0 0}.button.secondary.outline:hover,button[class*=button].secondary.outline:hover{border-color:var(--color-accent-hover);background:#ffffff0d}.button.full-width,button[class*=button].full-width{width:100%;min-width:unset}.button svg,button[class*=button] svg{width:18px;height:18px}.button svg:first-child,button[class*=button] svg:first-child{margin-right:var(--space-3xs)}.button svg:last-child,button[class*=button] svg:last-child{margin-left:var(--space-3xs)}.button.icon-only,button[class*=button].icon-only{width:var(--button-height-base);min-width:var(--button-height-base);padding:0}.button.icon-only.large,button[class*=button].icon-only.large{width:var(--button-height-lg);min-width:var(--button-height-lg)}.button.icon-only.large svg,button[class*=button].icon-only.large svg{width:24px;height:24px}.button.icon-only.small,button[class*=button].icon-only.small{width:var(--button-height-sm);min-width:var(--button-height-sm)}.button.icon-only.small svg,button[class*=button].icon-only.small svg{width:16px;height:16px}.button:disabled,button[class*=button]:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (max-width:768px){.button,button[class*=button]{min-width:unset;width:100%}.button.large,button[class*=button].large{height:var(--button-height-base);font-size:var(--fs-base);padding:0 var(--space-sm)}.button.icon-only,button[class*=button].icon-only{width:var(--button-height-base);min-width:var(--button-height-base)}}.button-group{gap:var(--space-sm);display:flex}.button-group.vertical{flex-direction:column}.button-group.wrap{flex-wrap:wrap}.button-group.center{justify-content:center}.button-group.end{justify-content:flex-end}@media (max-width:768px){.button-group{gap:var(--space-xs);flex-direction:column;width:100%}.button-group.maintain-horizontal{flex-direction:row}.button-group.maintain-horizontal .button{flex:1;width:auto}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out forwards fadeIn}html.loading body{opacity:0}html.loaded body{opacity:1;transition:opacity .3s}
@font-face{font-family:satoshi;src:url(../media/Satoshi_Light-s.p.0lx670_9j82xu.woff2)format("woff2");font-display:block;font-weight:300;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Regular-s.p.049.kwhs-b7lf.woff2)format("woff2");font-display:block;font-weight:400;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Medium-s.p.0hq2a81xn4_re.woff2)format("woff2");font-display:block;font-weight:500;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Bold-s.p.0yt9gwi-.i49f.woff2)format("woff2");font-display:block;font-weight:700;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Black-s.p.0mxjq567rs1on.woff2)format("woff2");font-display:block;font-weight:900;font-style:normal}@font-face{font-family:satoshi Fallback;src:local(Arial);ascent-override:102.23%;descent-override:24.29%;line-gap-override:10.12%;size-adjust:98.8%}.satoshi_aa233268-module__GAa8RW__className{font-family:satoshi,satoshi Fallback}.satoshi_aa233268-module__GAa8RW__variable{--font-satoshi:"satoshi", "satoshi Fallback"}
