header.MuiAppBar-positionFixed{transition:transform 225ms cubic-bezier(.4,0,.2,1);will-change:transform}header.MuiAppBar-positionFixed[data-appbar-hidden=true]{transform:translateY(-100%)}#root{min-height:100vh;min-height:100dvh;position:relative}.xyo-app-loader{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1100;pointer-events:none;opacity:1;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.xyo-static-hero-region{position:relative;width:100%;min-height:750px;overflow:hidden;background-color:var(--mui-palette-common-black, #000);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.xyo-static-hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:750px;width:100%;max-width:1200px;margin:0 auto;padding:24px;text-align:center;color:var(--mui-palette-text-primary, #F5F5F5)}@media(min-width:900px){.xyo-static-hero-content{padding:32px}}.xyo-static-hero-title{margin:0 0 .35em;font-family:Lexend Deca,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:600;line-height:1.05;letter-spacing:-.02em;font-size:2.75rem;background:linear-gradient(135deg,#fff 40%,var(--mui-palette-primary-light, #abadfd) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;width:100%;max-width:95%;padding-bottom:.1em}@media(min-width:600px){.xyo-static-hero-title{font-size:3.75rem;line-height:1.05}}@media(min-width:900px){.xyo-static-hero-title{font-size:5.25rem;line-height:1}}@media(min-width:1350px){.xyo-static-hero-title{font-size:6.5rem;line-height:1}}.xyo-static-hero-desc{margin:0;font-family:Lexend Deca,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:300;font-size:1.05rem;line-height:1.55;color:#ffffffc7;max-width:680px}@media(min-width:900px){.xyo-static-hero-desc{font-size:1.2rem}}.xyo-static-hero-ctas{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:16px}@media(min-width:900px){.xyo-static-hero-ctas{margin-top:24px}}.xyo-static-hero-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:1.5px solid transparent;border-radius:0;font-family:Lexend Deca,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:.9rem;letter-spacing:.02857em;text-transform:none;cursor:pointer;user-select:none;text-decoration:none;transition:transform .14s ease,background-color .14s ease,border-color .14s ease;will-change:transform}@media(min-width:600px){.xyo-static-hero-cta{padding:12px 26px;font-size:.9375rem}}.xyo-static-hero-cta:hover{transform:translateY(-2px) scale(1.02)}.xyo-static-hero-cta:active{transform:scale(.98);transition-duration:90ms}.xyo-static-hero-cta-icon{width:18px;height:18px;fill:currentColor;flex-shrink:0}@media(min-width:600px){.xyo-static-hero-cta-icon{width:22px;height:22px}}.xyo-static-hero-cta--filled{background-color:var(--mui-palette-primary-main, #8c8efb);color:var(--mui-palette-primary-contrastText, #0c0c0c)}.xyo-static-hero-cta--outlined{background-color:transparent;color:var(--mui-palette-primary-main, #8c8efb);border-color:currentColor}.xyo-static-hero-cta--outlined:hover{background-color:#8c8efb14}.xyo-content-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:48px 16px;font-family:Lexend Deca,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:300;font-size:.875rem;color:#ffffff8c;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.xyo-content-loading--hidden{opacity:0;pointer-events:none}.xyo-content-loading-spinner{width:14px;height:14px;border-radius:50%;border:2px solid var(--mui-palette-divider, rgba(128, 128, 128, .25));border-top-color:var(--mui-palette-primary-main, #8a4dff);animation:xyo-content-loading-spin .8s linear infinite;flex-shrink:0}@keyframes xyo-content-loading-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.xyo-content-loading-spinner{animation:none}}.xyo-app-loader--hidden{opacity:0}.xyo-app-loader-spinner{width:40px;height:40px;border-radius:50%;border:3px solid var(--mui-palette-divider, rgba(128, 128, 128, .25));border-top-color:var(--mui-palette-primary-main, #8a4dff);animation:xyo-app-loader-spin .8s linear infinite}@keyframes xyo-app-loader-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.xyo-app-loader-spinner{animation:none}}.xyo-logo-text-white{display:none}[data-mui-color-scheme=dark] .xyo-logo-text-white{display:inline-block}[data-mui-color-scheme=dark] .xyo-logo-text-black{display:none}.xyo-nav-details>summary{list-style:none;cursor:pointer}.xyo-nav-details>summary::-webkit-details-marker{display:none}.xyo-nav-details>summary::marker{content:""}.xyo-nav-details>.xyo-nav-content{position:fixed;left:0;right:0;top:var(--xyo-appbar-height, 80px);z-index:1100;max-height:0;overflow:hidden;pointer-events:none;transition:max-height 225ms cubic-bezier(.4,0,.2,1),visibility 0s linear 225ms;visibility:hidden}.xyo-nav-details[open]>.xyo-nav-content{max-height:80vh;pointer-events:auto;visibility:visible;transition:max-height 225ms cubic-bezier(0,0,.2,1),visibility 0s linear 0s}.xyo-nav-details>.xyo-nav-content>.xyo-nav-content-inner{min-height:0}.xyo-nav-details>summary .xyo-nav-caret{transition:transform 225ms cubic-bezier(.4,0,.2,1)}.xyo-nav-details[open]>summary .xyo-nav-caret{transform:rotate(180deg)}.xyo-nav-details[open]>summary .xyo-nav-label{text-decoration:underline 1.5px var(--xyo-nav-accent, currentColor);text-underline-offset:5px}.xyo-mobile-drawer-checkbox{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;pointer-events:none}.xyo-mobile-drawer-hamburger{cursor:pointer}.xyo-mobile-drawer{position:fixed;inset:0;z-index:1300;overflow-y:auto;transform:translate(100%);visibility:hidden;transition:transform 225ms cubic-bezier(.4,0,1,1),visibility 0s linear 225ms}.xyo-mobile-drawer-checkbox:checked~.xyo-mobile-drawer{transform:translate(0);visibility:visible;transition:transform 225ms cubic-bezier(0,0,.2,1),visibility 0s linear 0s}.xyo-mobile-drawer-checkbox:checked~.xyo-mobile-drawer-hamburger .xyo-menu-icon-open{display:none}.xyo-mobile-drawer-checkbox:checked~.xyo-mobile-drawer-hamburger .xyo-menu-icon-close{display:inline-flex}.xyo-mobile-section-details>summary{list-style:none;cursor:pointer}.xyo-mobile-section-details>summary::-webkit-details-marker{display:none}.xyo-mobile-section-details>summary::marker{content:""}.xyo-mobile-section-details>.xyo-mobile-section-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows 225ms cubic-bezier(.4,0,.2,1)}.xyo-mobile-section-details[open]>.xyo-mobile-section-content{grid-template-rows:1fr}.xyo-mobile-section-details>.xyo-mobile-section-content>.xyo-mobile-section-content-inner{overflow:hidden;min-height:0}.xyo-mobile-section-details>summary .xyo-mobile-section-caret{transition:transform 225ms cubic-bezier(.4,0,.2,1)}.xyo-mobile-section-details[open]>summary .xyo-mobile-section-caret{transform:rotate(180deg)}.xyo-static-banner-offset{height:var(--xyo-appbar-height, 80px)}.xyo-static-banner{background-color:var(--mui-palette-secondary-main, #497dff);color:var(--mui-palette-secondary-contrastText, #FBFCFD);position:relative;overflow:hidden;width:100%}.xyo-static-banner-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:16px;padding:8px 24px}.xyo-static-banner-chip{display:none;background-color:#fff3;color:inherit;font-weight:700;font-size:.65rem;letter-spacing:.1em;padding:2px 8px;border-radius:9999px;white-space:nowrap;line-height:1.5}@media(min-width:600px){.xyo-static-banner-chip{display:inline-flex;align-items:center}}.xyo-static-banner-text{font-size:.75rem;font-weight:600;line-height:1.4;text-align:center}.xyo-static-banner-cta{color:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;border-radius:9999px;white-space:nowrap;transition:background-color .15s ease}.xyo-static-banner-cta:hover{background-color:#ffffff1a}.xyo-static-banner-cta-icon{width:14px;height:14px;fill:currentColor}@font-face{font-family:XYO Display;src:url(/fonts/XYODisplay-Regular.woff2) format("woff2"),url(/fonts/XYODisplay-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lexend Deca;src:url(/fonts/lexend-deca/lexend-deca-latin.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,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:Lexend Deca;src:url(/fonts/lexend-deca/lexend-deca-latin-ext.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap;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}body,#root{height:100%;width:100%;margin:0;padding:0}
