:root{--shadow-box-large:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);--shadow-box-xl:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03);--shadow-box-2xl:0 24px 48px -12px rgba(16,24,40,.18);--shadow-box-x-3xl:0 32px 64px -12px rgba(16,24,40,.14)}
:root{--heading-fs-h1:58px;--heading-fs-h2:48px;--heading-fs-h3:32px;--heading-fs-h4:24px;--heading-fs-h5:20px;--body-fs-regular:16px;--body-fs-small:14px;--heading-lh-h1:66px;--heading-lh-h2:56px;--heading-lh-h3:40px;--heading-lh-h4:34px;--heading-lh-h5:28px;--body-lh-regular:24px;--body-lh-small:22px;--font-regular:400;--font-bold:700}p{font-family:var(--font-inter);margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-urbanist,system-ui),-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";margin:0;font-style:normal}h1{font-size:var(--heading-fs-h1);line-height:var(--heading-lh-h1);font-weight:var(--font-bold)}h2{font-size:var(--heading-fs-h2);line-height:var(--heading-lh-h2);font-weight:var(--font-regular)}h3{font-size:var(--heading-fs-h3);line-height:var(--heading-lh-h3);font-weight:var(--font-regular)}h4{font-size:var(--heading-fs-h4);line-height:var(--heading-lh-h4);font-weight:var(--font-regular)}h5{font-size:var(--heading-fs-h5);line-height:var(--heading-lh-h5);font-weight:var(--font-regular)}a,p{font-size:var(--body-fs-regular);line-height:var(--body-lh-regular);font-weight:var(--font-regular)}@media (max-width:768px){:root{--heading-fs-h1:38px;--heading-fs-h2:32px;--heading-fs-h3:24px;--heading-fs-h4:20px;--heading-fs-h5:18px;--heading-lh-h1:46px;--heading-lh-h2:40px;--heading-lh-h3:34px;--heading-lh-h4:28px;--heading-lh-h5:20px}}
:root{--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:4rem}@media (max-width:740px){:root{--space-2xs:.125rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:.75rem;--space-lg:1rem;--space-xl:1.2rem;--space-2xl:1.3rem}}
:root{--radius-none:0px;--radius-xxs:2px;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:12px;--radius-2xl:16px;--radius-3xl:24px;--radius-full:9999px}
:root{--color-white:#fff;--color-black:#000;--color-primary:#0052cc;--color-secondary:gold;--color-positive:#43a048;--color-alert:#fb8a00;--color-negative:#f44336;--color-info:#b8b8b8;--color-gradient-tertiary:linear-gradient(180deg,rgba(0,82,204,.12) 3.22%,rgba(191,205,255,0) 100%);--color-gradient-secondary:linear-gradient(180deg,#eedfb9 0%,#d0a636 100%);--color-gradient-primary:linear-gradient(180deg,#bfcdff 0%,#0052cc 100%);--color-foreground-primary:#030307;--color-foreground-secondary:#252528;--color-foreground-tertiary:#777779;--color-foreground-disabled:#b8b8b8;--color-foreground-accent:#1e3ae5;--color-foreground-accent-secondary:#f57f17;--color-foreground-negative:#b71b1c;--color-foreground-positive:#1b5e21;--color-foreground-alert:#983301;--color-foreground-oninverse:#983301;--color-border:#d0d0d0;--color-border-accent:#576cff;--color-border-error:#f44336;--color-border-success:#66bb6b;--color-border-warning:#ffa525;--color-border-divider:#e8e8e8;--color-border-divider-accent:#c9ccff;--color-border-divider-error:#ffccd2;--color-border-divider-success:#c8e6c9;--color-border-divider-warning:#fff3e0;--color-bg-inverse:#121212;--color-bg-disabled:#e8e8e8;--color-bg-secondary:#fdd835;--color-bg-negative:#f44336;--color-bg-accent:#304ffe;--color-bg-alert:#fb8a00;--color-bg-accent-light:#eaebff;--color-bg-positive:#43a048;--color-bg-negative-light:#ffebee;--color-bg-success-light:#e8f5e9;--color-bg-secondary-light:#fff9c4;--color-bg-warning-light:#fff3e0;--color-bg-overlay:rgba(18,18,18,.3)}
*,:before,:after{box-sizing:border-box}html{color:inherit;text-decoration:none}html::-webkit-scrollbar{display:none}body{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;color:var(--color-foreground);background:var(--color-background);font-family:var(--font-inter,--font-urbanist,system-ui),-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";scroll-behavior:smooth;margin:0;overflow-x:hidden}main{flex-direction:column;align-items:center;gap:5rem;width:100%;padding-bottom:5rem;display:flex;position:relative}a{color:inherit;cursor:pointer;text-decoration:none}button{border:inherit;background:inherit;padding:0}img{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}img,svg,video,canvas,audio,iframe,embed,object{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}code,pre,kbd,samp{font-family:var(--font-mono,ui-monospace),SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}b,strong{font-weight:var(--font-bold)}@media (max-width:760px){main{gap:2rem}}

.container{width:100%;padding-left:var(--space-md);padding-right:var(--space-md);margin-left:auto;margin-right:auto}.link{margin-top:var(--space-sm);text-decoration:underline}.glass_morphism_effect{-webkit-backdrop-filter:blur(2px)saturate(180%);backdrop-filter:blur(2px)saturate(180%);background-color:var(--color-white-opacity);border-bottom:1px solid var(--color-black-opacity)}.sticky,.fixed{z-index:100;position:-webkit-sticky;position:sticky}.center_text{text-align:center}.w50{width:50%}.img_border_radius{border-radius:var(--radius-md)}@media (max-width:780px){.global_padding{padding:0 16px}.w50{width:100%}}.embla{overflow:hidden}.embla__container{display:flex}.embla__slide{min-width:0;padding-left:var(--space-md);flex:0 0 32%}@media (max-width:1024px){.embla__slide{padding:0 var(--space-md);flex:0 0 48%}}@media (max-width:760px){.embla__slide{padding:0 var(--space-md);flex:0 0 100%;height:auto;overflow:hidden}}

