.Footer-module__-hR_gW__footer{background-color:var(--2a);color:#fff;width:100%;padding:2rem 0}.Footer-module__-hR_gW__topSection{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.Footer-module__-hR_gW__connectHeading{margin:0;font-size:2.5rem;font-weight:700}.Footer-module__-hR_gW__highlight{color:var(--primary)}.Footer-module__-hR_gW__highlight2{color:var(--secondary)}.Footer-module__-hR_gW__contactButton a{background-color:var(--p-50);color:#000;border-radius:2rem;align-items:center;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Footer-module__-hR_gW__contactButton a:hover{transform:translateY(-2px)}.Footer-module__-hR_gW__arrowCircle{color:var(--p-50);background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin-left:1rem;display:inline-flex}.Footer-module__-hR_gW__divider{background-color:#ffffff1a;height:1px;margin:2rem 0}.Footer-module__-hR_gW__mainContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;padding:1rem 0;display:grid}.Footer-module__-hR_gW__companyInfo{flex-direction:column;display:flex}.Footer-module__-hR_gW__logo{align-items:center;margin-bottom:1rem;display:flex}.Footer-module__-hR_gW__logoIcon{color:var(--p-50);margin-right:.5rem}.Footer-module__-hR_gW__logoText{font-size:1.25rem;font-weight:600}.Footer-module__-hR_gW__logoImage{object-fit:contain;width:auto;height:40px;margin-right:.5rem}.Footer-module__-hR_gW__companyDescription{opacity:.8;margin-bottom:1.5rem;line-height:1.6}.Footer-module__-hR_gW__socialLinks{gap:1rem;display:flex}.Footer-module__-hR_gW__socialIcon{width:2.5rem;height:2.5rem;color:var(--p-50);background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__-hR_gW__socialIcon:hover{background-color:var(--p-50);color:#000;transform:translateY(-3px)}.Footer-module__-hR_gW__navigationSection h3,.Footer-module__-hR_gW__contactInfo h3,.Footer-module__-hR_gW__newsletter h3,.Footer-module__-hR_gW__languageSelector h3{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:500}.Footer-module__-hR_gW__navLinks{margin:0;padding:0;list-style:none}.Footer-module__-hR_gW__navLinks li{margin-bottom:.75rem}.Footer-module__-hR_gW__navLinks a{color:#fff;opacity:.8;text-decoration:none;transition:all .2s}.Footer-module__-hR_gW__navLinks a:hover{opacity:1;color:var(--p-50)}.Footer-module__-hR_gW__contactList{opacity:.8;margin:0;padding:0;list-style:none}.Footer-module__-hR_gW__contactList li{margin-bottom:.75rem}.Footer-module__-hR_gW__subscribeForm{display:flex;position:relative}.Footer-module__-hR_gW__statusMessage{color:var(--p-50);margin-top:.75rem;font-size:.9rem}.Footer-module__-hR_gW__errorMessage{color:#ffb3b3}.Footer-module__-hR_gW__emailInput{color:#fff;background-color:#ffffff1a;border:none;border-radius:2rem;outline:none;width:100%;padding:1rem;transition:all .3s}.Footer-module__-hR_gW__emailInput::placeholder{color:#ffffff80}.Footer-module__-hR_gW__emailInput:focus{background-color:#ffffff26}.Footer-module__-hR_gW__submitBtn{background-color:var(--p-50);cursor:pointer;width:2.5rem;height:2.5rem;color:var(--black);border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.Footer-module__-hR_gW__submitBtn:hover{border:1px solid var(--p-50);color:var(--p-50);background-color:#0000}.Footer-module__-hR_gW__languageSelector{flex-direction:column;gap:.4rem;margin-top:.75rem;display:flex}.Footer-module__-hR_gW__languageSelect{color:#fff;background-color:#ffffff14;border:1px solid #fff3;border-radius:.6rem;width:100%;padding:.6rem .8rem}.Footer-module__-hR_gW__langToggle{background:0 0;border:1px solid #ffffff2e;border-radius:.75rem;align-items:center;gap:.25rem;width:fit-content;padding:.25rem;display:inline-flex}.Footer-module__-hR_gW__langOption{color:#ffffffe6;cursor:pointer;letter-spacing:.02em;background:0 0;border:none;border-radius:.55rem;padding:.45rem .8rem;font-weight:600;transition:background-color .2s,color .2s,transform .2s}.Footer-module__-hR_gW__langOption:hover{color:#fff;background-color:#ffffff0f}.Footer-module__-hR_gW__langOption:focus-visible{outline:2px solid var(--p-50);outline-offset:2px}.Footer-module__-hR_gW__langOptionActive{color:#fff;background-color:#ffffff1f}.Footer-module__-hR_gW__bottomSection{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.Footer-module__-hR_gW__copyright{opacity:.7;margin:0}.Footer-module__-hR_gW__termsLinks{gap:.5rem;display:flex}.Footer-module__-hR_gW__termsLinks a{color:#fff;opacity:.7;text-decoration:none;transition:all .2s}.Footer-module__-hR_gW__termsLinks a:hover{opacity:1;color:var(--p-50)}.Footer-module__-hR_gW__contactLink{color:var(--primary);background-color:var(--p-100);border:1px solid #0000;border-radius:50px;padding:10px 20px;font-weight:500;text-decoration:none;transition:all .2s}.Footer-module__-hR_gW__contactLink:hover{border:1px solid var(--p-100);color:var(--p-100);background-color:#0000}@media (max-width:768px){.Footer-module__-hR_gW__topSection{flex-direction:column;align-items:flex-start}.Footer-module__-hR_gW__connectHeading{font-size:2rem}.Footer-module__-hR_gW__bottomSection{flex-direction:column;align-items:flex-start}.Footer-module__-hR_gW__mainContent{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.Footer-module__-hR_gW__footer{padding:2rem 10px}.Footer-module__-hR_gW__container{padding:0 1rem}.Footer-module__-hR_gW__connectHeading{font-size:1.75rem}.Footer-module__-hR_gW__socialLinks{gap:.5rem}.Footer-module__-hR_gW__socialIcon{width:2rem;height:2rem}.Footer-module__-hR_gW__termsLinks{font-size:.8rem}}
.SidebarMenu-module___lifuW__no-scroll{overflow:hidden}.SidebarMenu-module___lifuW__overlay{z-index:9998;opacity:0;pointer-events:none;background-color:#00000080;transition:opacity .3s;position:fixed;inset:0}.SidebarMenu-module___lifuW__overlayVisible{opacity:1;pointer-events:auto}.SidebarMenu-module___lifuW__sidebar{background-color:var(--2a);color:var(--ff);z-index:9999;flex-direction:column;gap:20px;width:100%;padding:40px;transition:transform .32s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.SidebarMenu-module___lifuW__sidebarDesktop{transform:translate(-100%)}.SidebarMenu-module___lifuW__sidebarDesktopOpen{transform:translate(0)}.SidebarMenu-module___lifuW__sidebarDesktopClosed{transform:translate(-100%)}.SidebarMenu-module___lifuW__sidebarMobile{transform:translateY(100%)}.SidebarMenu-module___lifuW__sidebarMobileOpen{transform:translateY(0)}.SidebarMenu-module___lifuW__sidebarMobileClosed{transform:translateY(100%)}@media screen and (min-width:768px){.SidebarMenu-module___lifuW__sidebar{width:350px}}.SidebarMenu-module___lifuW__closeButton{cursor:pointer;color:var(--ff);background:0 0;border:none;align-self:flex-end;font-size:1.5rem}.SidebarMenu-module___lifuW__closeButton:hover{color:var(--p-100)}.SidebarMenu-module___lifuW__logoArea{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.SidebarMenu-module___lifuW__sidebarLink{color:var(--white);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;font-size:1.2rem;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.SidebarMenu-module___lifuW__sidebarLink.SidebarMenu-module___lifuW__highlighted{background-color:var(--primary);color:var(--black);border-radius:12px;padding:10px}.SidebarMenu-module___lifuW__sidebarLink:hover{color:var(--p-100)}.SidebarMenu-module___lifuW__sidebarLink.SidebarMenu-module___lifuW__highlighted:hover{background-color:var(--p-200);color:var(--p-50)}
.Navbar-module__0pHrVG__navbarContainer{--nav-radius:16px;--nav-height:74px;--nav-blur:12px;--nav-glass-bg:#11182761;--nav-glass-border:#ffffff24;--nav-fallback-bg:linear-gradient(135deg,#111827b8,#1218309e);--nav-fallback-noise:radial-gradient(circle at 15% 20%,#ffffff1f,transparent 45%),radial-gradient(circle at 85% 80%,#ffffff14,transparent 45%);color:var(--00);border-bottom:none}.Navbar-module__0pHrVG__overlay{z-index:9999;background:0 0;position:fixed;inset:0 0 auto}.Navbar-module__0pHrVG__bar{border-radius:var(--nav-radius);-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:1px solid #0000;margin-top:15px;padding-top:.5rem;padding-bottom:.5rem;transition:background .2s,border-color .2s,-webkit-backdrop-filter .2s,backdrop-filter .2s,box-shadow .2s;position:relative;overflow:hidden}.Navbar-module__0pHrVG__bar:before{content:"";border-radius:inherit;pointer-events:none;opacity:0;z-index:0;transition:opacity .2s;position:absolute;inset:0}.Navbar-module__0pHrVG__bar>*{z-index:1;position:relative}.Navbar-module__0pHrVG__barScrolled{background:var(--nav-glass-bg);border-color:var(--nav-glass-border);-webkit-backdrop-filter:blur(var(--nav-blur))saturate(160%);backdrop-filter:blur(var(--nav-blur))saturate(160%);box-shadow:0 10px 30px #0000002e}.Navbar-module__0pHrVG__barTop{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border-color:#0000}.Navbar-module__0pHrVG__barTop:before{opacity:0;-webkit-backdrop-filter:none;background:0 0}.Navbar-module__0pHrVG__barTop .Navbar-module__0pHrVG__navbarLink,.Navbar-module__0pHrVG__barTop .Navbar-module__0pHrVG__navbarMobileBars{color:var(--ff)}.Navbar-module__0pHrVG__barTop .Navbar-module__0pHrVG__navbarCatButton{background-color:var(--ff);color:var(--primary)}.Navbar-module__0pHrVG__navbarContent{width:100%;min-height:var(--nav-height);justify-content:space-between;align-items:center;display:flex}.Navbar-module__0pHrVG__navbarLogoContainer{width:200px;color:var(--ff);align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__0pHrVG__navbarLogoContainer b{color:var(--primary)}.Navbar-module__0pHrVG__navbarLinks{justify-content:center;gap:40px;display:flex}@media (max-width:1080px){.Navbar-module__0pHrVG__navbarLinks{display:none}}.Navbar-module__0pHrVG__navbarLink{color:var(--ff);border-bottom:1px solid #0000;font-size:1.05rem;font-weight:400;text-decoration:none;transition:color .16s,border-color .16s}.Navbar-module__0pHrVG__navbarLink:hover{cursor:pointer;border-bottom:1px solid}.Navbar-module__0pHrVG__navbarCatSection{justify-content:flex-end;align-items:center;width:200px;display:flex}@media (max-width:1080px){.Navbar-module__0pHrVG__navbarCatSection{display:none}}.Navbar-module__0pHrVG__navbarCatButton{background-color:var(--ff);color:var(--primary);border:1px solid #0000;border-radius:18px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background-color .2s,filter .2s;display:flex}.Navbar-module__0pHrVG__navbarCatButton:hover{filter:drop-shadow(var(--secondary)0 0 5px)}.Navbar-module__0pHrVG__navbarCatButton svg{font-size:1.2rem}.Navbar-module__0pHrVG__navbarMobileBars{cursor:pointer;background:0 0;border:none;display:none}@media (max-width:1080px){.Navbar-module__0pHrVG__navbarMobileBars{color:var(--ff);align-items:center;font-size:1.4rem;display:flex}.Navbar-module__0pHrVG__navbarContent{padding:10px 18px}.Navbar-module__0pHrVG__bar{border-radius:0 0 var(--nav-radius)var(--nav-radius);margin-top:0}}
.PixelBlast-module__KTookq__pixel-blast-container{width:100%;height:100%;position:relative;overflow:hidden}
.HeroSection-module__baocUG__hero{isolation:isolate;background:#060a15;min-height:100svh;position:relative;overflow:hidden}.HeroSection-module__baocUG__hero:before{content:"";z-index:1;pointer-events:none;background:#02050c3d;position:absolute;inset:0}.HeroSection-module__baocUG__heroBackground{z-index:0;position:absolute;inset:0}.HeroSection-module__baocUG__heroContainer{z-index:2;align-items:center;gap:clamp(1rem,2.5vw,2rem);width:100%;min-height:100svh;padding-top:7rem;padding-bottom:4rem;display:flex;position:relative}.HeroSection-module__baocUG__heroTextColumn{text-align:left;gap:1rem;width:100%;display:grid}.HeroSection-module__baocUG__kicker{text-transform:uppercase;letter-spacing:.14em;color:#ffffffc7;font-size:.9rem;font-weight:650}.HeroSection-module__baocUG__heroTitle{letter-spacing:-.02em;text-wrap:balance;max-width:25ch;font-size:clamp(2.3rem,6vw,4.3rem);line-height:1.04}.HeroSection-module__baocUG__heroLead{color:#fffffff2;max-width:42ch;font-size:clamp(1.1rem,2vw,1.35rem)}.HeroSection-module__baocUG__heroDescription{color:#ffffffe6;max-width:68ch;font-size:clamp(.98rem,1.4vw,1.12rem);line-height:1.6}.HeroSection-module__baocUG__heroActions{flex-wrap:wrap;gap:.75rem;margin-top:.3rem;display:flex}.HeroSection-module__baocUG__heroVisualColumn{width:100%;min-height:clamp(360px,44vw,640px);position:relative}.HeroSection-module__baocUG__heroVisualImage{object-fit:contain;object-position:center right;filter:drop-shadow(0 24px 50px #00000080)}.HeroSection-module__baocUG__primaryCta,.HeroSection-module__baocUG__ghostCta{border-radius:999px;justify-content:center;align-items:center;gap:.45rem;padding:.8rem 1.2rem;font-size:.95rem;font-weight:650;transition:transform .18s,background-color .18s,color .18s;display:inline-flex}.HeroSection-module__baocUG__primaryCta{color:#121212;background:#fff}.HeroSection-module__baocUG__primaryCta:hover{background:#f4f4f4;transform:translateY(-1px)}.HeroSection-module__baocUG__ghostCta{color:#fffffffa;background:#ffffff0f;border:1px solid #ffffff7a}.HeroSection-module__baocUG__ghostCta:hover{background:#ffffff29;transform:translateY(-1px)}@media (max-width:1024px){.HeroSection-module__baocUG__hero{min-height:92svh}.HeroSection-module__baocUG__heroContainer{grid-template-columns:1fr;align-items:end;min-height:92svh}.HeroSection-module__baocUG__heroVisualColumn{display:none}}@media (max-width:640px){.HeroSection-module__baocUG__hero:before{background:#02050c80}.HeroSection-module__baocUG__heroContainer{padding-top:6.2rem;padding-bottom:2rem}.HeroSection-module__baocUG__heroActions{grid-template-columns:1fr;display:grid}.HeroSection-module__baocUG__primaryCta,.HeroSection-module__baocUG__ghostCta{width:100%}}
.WhatIsSection-module__1ROTKW__section{isolation:isolate;background:radial-gradient(75% 75% at 0 20%,#e82f8929 0%,#e82f8900 48%),linear-gradient(#05070cf5 0%,#060910fa 100%);position:relative}.WhatIsSection-module__1ROTKW__container{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:clamp(1.1rem,2vw,1.8rem);display:grid}.WhatIsSection-module__1ROTKW__intro{gap:.95rem;display:grid}.WhatIsSection-module__1ROTKW__kicker{text-transform:uppercase;letter-spacing:.17em;color:#ffffffa8;font-size:.8rem}.WhatIsSection-module__1ROTKW__sectionTitle{letter-spacing:-.02em;color:#fffffffc;font-size:clamp(1.8rem,4.2vw,3rem);line-height:1.08}.WhatIsSection-module__1ROTKW__sectionParagraph{color:#ffffffe0;max-width:78ch;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.62}.WhatIsSection-module__1ROTKW__panel{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(140deg,#ffffff14 0%,#ffffff08 100%),radial-gradient(120% 120% at 100% 0,#3ebfe924 0%,#3ebfe900 50%);border:1px solid #ffffff29;border-radius:1.2rem;gap:1rem;padding:clamp(1rem,1.8vw,1.25rem);display:grid}.WhatIsSection-module__1ROTKW__points{gap:.78rem;list-style:none;display:grid}.WhatIsSection-module__1ROTKW__point{background:#0206109e;border:1px solid #ffffff17;border-radius:.9rem;grid-template-columns:auto 1fr;gap:.85rem;padding:.85rem .9rem;display:grid}.WhatIsSection-module__1ROTKW__pointIndex{letter-spacing:.08em;color:#fffffff0;background:linear-gradient(160deg,#e82f894d 0%,#3ebfe94d 100%);border:1px solid #ffffff42;border-radius:999px;justify-content:center;align-items:center;min-width:2.2rem;height:2.2rem;font-size:.8rem;font-weight:700;display:inline-flex}.WhatIsSection-module__1ROTKW__point h3{margin-bottom:.22rem;font-size:clamp(.98rem,1.5vw,1.12rem);line-height:1.25}.WhatIsSection-module__1ROTKW__point p{color:#fffc;font-size:.95rem;line-height:1.45}.WhatIsSection-module__1ROTKW__highlightText{color:#fffffff5;background:linear-gradient(140deg,#3ebfe921 0%,#e82f891a 100%);border:1px solid #3ebfe966;border-radius:.95rem;padding:.95rem 1rem;font-size:clamp(.98rem,1.3vw,1.05rem);line-height:1.55}@media (max-width:980px){.WhatIsSection-module__1ROTKW__container{grid-template-columns:1fr}}@media (max-width:640px){.WhatIsSection-module__1ROTKW__point{grid-template-columns:1fr}.WhatIsSection-module__1ROTKW__highlightText{padding:.95rem}}
.MagicBento-module__o5Mnja__cardGrid{grid-template-columns:repeat(12,minmax(0,1fr));gap:.9rem;width:100%;display:grid}.MagicBento-module__o5Mnja__bentoSection{-webkit-user-select:none;user-select:none;position:relative}.MagicBento-module__o5Mnja__magicBentoCard{grid-column:span var(--col-span,4);grid-row:span var(--row-span,1);aspect-ratio:4/3;isolation:isolate;--glow-x:50%;--glow-y:50%;--glow-intensity:0;--glow-radius:200px;background:#060010;border:1px solid #ffffff2e;border-radius:20px;flex-direction:column;justify-content:space-between;width:100%;min-height:220px;padding:1.25rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.MagicBento-module__o5Mnja__magicBentoCard:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000059}.MagicBento-module__o5Mnja__cardHeader,.MagicBento-module__o5Mnja__cardContent{z-index:2;color:#fff;display:flex;position:relative}.MagicBento-module__o5Mnja__cardHeader{justify-content:space-between;gap:.75rem}.MagicBento-module__o5Mnja__cardContent{flex-direction:column}.MagicBento-module__o5Mnja__cardLabel{font-size:1rem}.MagicBento-module__o5Mnja__cardTitle,.MagicBento-module__o5Mnja__cardDescription{--clamp-title:1;--clamp-desc:2;margin:0}.MagicBento-module__o5Mnja__cardTitle{margin-bottom:.25rem;font-size:1rem;font-weight:600}.MagicBento-module__o5Mnja__cardDescription{opacity:.9;font-size:.8rem;line-height:1.3}.MagicBento-module__o5Mnja__textAutoHide .MagicBento-module__o5Mnja__cardTitle,.MagicBento-module__o5Mnja__textAutoHide .MagicBento-module__o5Mnja__cardDescription{text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.MagicBento-module__o5Mnja__textAutoHide .MagicBento-module__o5Mnja__cardTitle{-webkit-line-clamp:var(--clamp-title);line-clamp:var(--clamp-title)}.MagicBento-module__o5Mnja__textAutoHide .MagicBento-module__o5Mnja__cardDescription{-webkit-line-clamp:var(--clamp-desc);line-clamp:var(--clamp-desc)}.MagicBento-module__o5Mnja__borderGlow:after{content:"";background:radial-gradient(var(--glow-radius)circle at var(--glow-x)var(--glow-y),rgba(var(--glow-color),calc(var(--glow-intensity)*.8))0%,rgba(var(--glow-color),calc(var(--glow-intensity)*.4))30%,transparent 60%);border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;opacity:1;z-index:1;padding:2px;position:absolute;inset:0;mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-position:0 0,0 0;mask-size:auto,auto;mask-repeat:repeat,repeat;mask-clip:content-box,border-box;mask-origin:content-box,border-box;mask-composite:exclude;mask-mode:match-source,match-source}.MagicBento-module__o5Mnja__particleContainer{position:relative;overflow:hidden}.MagicBento-module__o5Mnja__particle{position:absolute}.MagicBento-module__o5Mnja__particle:before{content:"";z-index:-1;background:#8400ff33;border-radius:50%;position:absolute;inset:-2px}.MagicBento-module__o5Mnja__globalSpotlight{mix-blend-mode:screen;will-change:transform,opacity;z-index:200;pointer-events:none}@media (max-width:1024px){.MagicBento-module__o5Mnja__magicBentoCard{grid-column:span var(--col-span-md,6);grid-row:span var(--row-span-md,1);min-height:210px}}@media (max-width:680px){.MagicBento-module__o5Mnja__cardGrid{grid-template-columns:1fr;gap:.8rem}.MagicBento-module__o5Mnja__magicBentoCard{grid-area:span 1/span 1;min-height:245px}}
.WhatIncludesSection-module__Q1Ci1a__section{isolation:isolate;background:radial-gradient(100% 120% at 8% 0,#e82f8921 0%,#e82f8900 52%),linear-gradient(#060914 0%,#080c17 100%);position:relative}.WhatIncludesSection-module__Q1Ci1a__container{gap:clamp(1.05rem,2.2vw,1.8rem);display:grid}.WhatIncludesSection-module__Q1Ci1a__header{gap:.74rem;max-width:80ch;display:grid}.WhatIncludesSection-module__Q1Ci1a__kicker{text-transform:uppercase;letter-spacing:.17em;color:#ffffffad;font-size:.8rem}.WhatIncludesSection-module__Q1Ci1a__title{letter-spacing:-.02em;font-size:clamp(1.85rem,4.5vw,3rem);line-height:1.08}.WhatIncludesSection-module__Q1Ci1a__description{color:#ffffffe0;max-width:70ch;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.62}.WhatIncludesSection-module__Q1Ci1a__bento{width:100%}.WhatIncludesSection-module__Q1Ci1a__card{aspect-ratio:auto;background:radial-gradient(130% 120% at 100% 0,#3ebfe933 0%,#3ebfe900 50%),linear-gradient(135deg,#ffffff14 0%,#ffffff05 100%);border:1px solid #ffffff2e;border-radius:1.18rem;height:210px;min-height:210px;padding:0;box-shadow:0 16px 34px #00000047}.WhatIncludesSection-module__Q1Ci1a__cardInner{align-content:start;gap:.64rem;height:100%;padding:clamp(1rem,1.8vw,1.3rem);display:grid}.WhatIncludesSection-module__Q1Ci1a__tag{letter-spacing:.09em;text-transform:uppercase;color:#fffffffa;background:#e82f8947;border:1px solid #e82f896b;border-radius:999px;width:fit-content;padding:.26rem .62rem;font-size:.76rem;font-weight:700;display:inline-flex}.WhatIncludesSection-module__Q1Ci1a__cardInner h3{font-size:clamp(1.02rem,2vw,1.24rem);line-height:1.24}.WhatIncludesSection-module__Q1Ci1a__cardInner p{color:#ffffffd6;line-height:1.52}@media (max-width:1024px){.WhatIncludesSection-module__Q1Ci1a__card{min-height:196px}}@media (max-width:640px){.WhatIncludesSection-module__Q1Ci1a__card{min-height:188px}}
.WhereSection-module__nQox6G__section{isolation:isolate;background:radial-gradient(90% 90% at 0 100%,#3ebfe929 0%,#3ebfe900 56%),linear-gradient(#05080f 0%,#0a101e 100%);position:relative}.WhereSection-module__nQox6G__container{gap:clamp(1rem,2vw,1.5rem);display:grid}.WhereSection-module__nQox6G__header{gap:.75rem;max-width:84ch;display:grid}.WhereSection-module__nQox6G__kicker{text-transform:uppercase;letter-spacing:.17em;color:#ffffffad;font-size:.8rem}.WhereSection-module__nQox6G__title{letter-spacing:-.02em;font-size:clamp(1.9rem,4.2vw,3rem);line-height:1.08}.WhereSection-module__nQox6G__description{color:#ffffffde;max-width:72ch;font-size:clamp(1rem,1.28vw,1.1rem);line-height:1.6}.WhereSection-module__nQox6G__statement{color:#fffffff5;font-size:clamp(1.02rem,1.4vw,1.2rem);font-weight:650;line-height:1.45}.WhereSection-module__nQox6G__gridTitle{color:#fffffff7;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700}.WhereSection-module__nQox6G__venuesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.9rem,1.8vw,1.2rem);display:grid}.WhereSection-module__nQox6G__venueCard{background:#090d18;border:1px solid #fff3;border-radius:1.15rem;grid-template-columns:minmax(190px,38%) minmax(0,1fr);min-height:clamp(220px,24vw,300px);display:grid;position:relative;overflow:hidden}.WhereSection-module__nQox6G__venueMedia{background:#04070e99;border-right:1px solid #ffffff1f;min-height:100%;position:relative}.WhereSection-module__nQox6G__venueImage{object-fit:contain;object-position:center;width:100%;height:100%;padding:clamp(.45rem,1vw,.7rem);position:absolute;inset:0}.WhereSection-module__nQox6G__venueShade{background:linear-gradient(#0609111a 0%,#06091175 100%),radial-gradient(90% 70% at 100% 0,#e82f892e 0%,#e82f8900 56%);position:absolute;inset:0}.WhereSection-module__nQox6G__venueContent{background:radial-gradient(120% 100% at 100% 0,#e82f892e 0%,#e82f8900 55%),linear-gradient(#080c17b8 0%,#080c17e6 100%);align-content:center;gap:.7rem;padding:clamp(.95rem,1.7vw,1.2rem);display:grid}.WhereSection-module__nQox6G__venueContent h3{font-size:clamp(1.2rem,2.2vw,1.5rem);line-height:1.18}.WhereSection-module__nQox6G__venueContent p{color:#ffffffe6;font-size:.98rem;line-height:1.5}.WhereSection-module__nQox6G__pills{flex-wrap:wrap;gap:.45rem;list-style:none;display:flex}.WhereSection-module__nQox6G__pills li{letter-spacing:.05em;text-transform:uppercase;color:#fffffff2;background:#0000003d;border:1px solid #ffffff61;border-radius:999px;padding:.3rem .58rem;font-size:.76rem;font-weight:700}.WhereSection-module__nQox6G__highlights{flex-wrap:wrap;gap:.56rem;display:flex}.WhereSection-module__nQox6G__highlights span{color:#fffffff2;background:#3ebfe921;border:1px solid #3ebfe96b;border-radius:.75rem;padding:.54rem .78rem;font-size:.88rem;font-weight:650}@media (max-width:900px){.WhereSection-module__nQox6G__venuesGrid{grid-template-columns:1fr}.WhereSection-module__nQox6G__venueCard{grid-template-columns:minmax(180px,40%) minmax(0,1fr);min-height:clamp(220px,42vw,280px)}}@media (max-width:640px){.WhereSection-module__nQox6G__venueCard{grid-template-columns:1fr;min-height:clamp(340px,92vw,430px)}.WhereSection-module__nQox6G__venueMedia{border-bottom:0;border-right:0;min-height:clamp(340px,92vw,430px)}.WhereSection-module__nQox6G__venueImage{padding:clamp(.3rem,1vw,.55rem)}.WhereSection-module__nQox6G__venueShade{background:linear-gradient(#0609110a 0%,#06091142 46%,#060911e6 100%),radial-gradient(90% 70% at 100% 0,#e82f8929 0%,#e82f8900 56%)}.WhereSection-module__nQox6G__venueContent{background:linear-gradient(#080c1700 0%,#080c17b8 45%,#080c17e6 100%);align-content:end;gap:.6rem;padding:.9rem .85rem .95rem;position:absolute;inset:auto 0 0}.WhereSection-module__nQox6G__venueContent p{font-size:.96rem}.WhereSection-module__nQox6G__pills{gap:.36rem}.WhereSection-module__nQox6G__pills li{padding:.26rem .52rem;font-size:.72rem}.WhereSection-module__nQox6G__highlights{grid-template-columns:1fr;display:grid}}
.WhatCanDoSection-module___uVLTW__section{isolation:isolate;background:radial-gradient(75% 100% at 12% 0,#ffcd802b,#0000 50%),radial-gradient(90% 100% at 88% 100%,#ff5f8a29,#0000 60%),linear-gradient(#050a13 0%,#080f1d 100%);position:relative}.WhatCanDoSection-module___uVLTW__container{gap:1.2rem;display:grid}.WhatCanDoSection-module___uVLTW__header{gap:.68rem;max-width:78ch;display:grid}.WhatCanDoSection-module___uVLTW__kicker{text-transform:uppercase;letter-spacing:.12em;color:#ffffffb8;font-size:.82rem;font-weight:600}.WhatCanDoSection-module___uVLTW__title{letter-spacing:-.02em;font-size:clamp(1.82rem,4vw,2.95rem);line-height:1.08}.WhatCanDoSection-module___uVLTW__description{color:#ffffffe6;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.6}.WhatCanDoSection-module___uVLTW__grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:clamp(210px,17vw,238px);gap:.75rem}.WhatCanDoSection-module___uVLTW__card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#080c17d1;border:1px solid #ffffff29;border-radius:1rem;aspect-ratio:auto!important;height:100%!important;min-height:0!important}.WhatCanDoSection-module___uVLTW__cardBody{align-content:start;gap:.5rem;height:100%;padding:clamp(.9rem,1.4vw,1.1rem);display:grid}.WhatCanDoSection-module___uVLTW__emoji{font-size:1.5rem;line-height:1}.WhatCanDoSection-module___uVLTW__cardBody h3{font-size:clamp(1.05rem,1.9vw,1.4rem);line-height:1.2}.WhatCanDoSection-module___uVLTW__cardBody p{color:#ffffffe0;line-height:1.53}@media (max-width:1024px){.WhatCanDoSection-module___uVLTW__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(210px,auto)}}@media (max-width:640px){.WhatCanDoSection-module___uVLTW__grid{grid-template-columns:1fr;grid-auto-rows:minmax(190px,auto)}}
.FaultyTerminal-module__d1AiLa__faulty-terminal-container{width:100%;height:100%;position:relative;overflow:hidden}
.WhatCanDoSection-module__4KWjrq__section{isolation:isolate;position:relative}.WhatCanDoSection-module__4KWjrq__darkSection{background:#070a12f5}.WhatCanDoSection-module__4KWjrq__container{gap:clamp(1rem,2.1vw,1.85rem);display:grid}.WhatCanDoSection-module__4KWjrq__header{gap:.78rem;max-width:74ch;display:grid}.WhatCanDoSection-module__4KWjrq__kicker{text-transform:uppercase;letter-spacing:.17em;color:#ffffffa8;font-size:.8rem}.WhatCanDoSection-module__4KWjrq__sectionTitle{letter-spacing:-.02em;color:#fffffffc;font-size:clamp(1.8rem,4.2vw,3rem);line-height:1.08}.WhatCanDoSection-module__4KWjrq__sectionParagraph{color:#ffffffd1;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.6}.WhatCanDoSection-module__4KWjrq__featureBento{width:100%}.WhatCanDoSection-module__4KWjrq__featureCard{aspect-ratio:auto;background:linear-gradient(135deg,#ffffff17 0%,#ffffff08 100%),radial-gradient(130% 120% at 100% 0,#e82f8933 0%,#e82f8900 48%);border:1px solid #ffffff29;border-radius:1.15rem;height:196px;min-height:196px;padding:0;box-shadow:0 16px 36px #00000047}.WhatCanDoSection-module__4KWjrq__featureInner{align-content:start;gap:.58rem;height:100%;padding:clamp(1rem,1.8vw,1.35rem);display:grid}.WhatCanDoSection-module__4KWjrq__meta{letter-spacing:.08em;text-transform:uppercase;color:#fffffff2;background:#3ebfe93d;border:1px solid #3ebfe966;border-radius:999px;width:fit-content;padding:.26rem .6rem;font-size:.76rem;font-weight:700;display:inline-flex}.WhatCanDoSection-module__4KWjrq__featureInner h3{font-size:clamp(1.02rem,2vw,1.26rem);line-height:1.25}.WhatCanDoSection-module__4KWjrq__featureInner p{color:#ffffffd6;line-height:1.5}@media (max-width:1024px){.WhatCanDoSection-module__4KWjrq__featureCard{min-height:196px}}@media (max-width:640px){.WhatCanDoSection-module__4KWjrq__featureCard{min-height:188px}}
.BicolorImageFrame-module__H00VUq__frame{background:linear-gradient(135deg,#3ebfe96b,#e82f896b);border-radius:clamp(1.2rem,2vw,2rem);padding:clamp(.5rem,1.3vw,.85rem);position:relative;box-shadow:0 24px 58px #0000004d}.BicolorImageFrame-module__H00VUq__inner{width:100%;height:100%;min-height:inherit;border-radius:clamp(.9rem,1.7vw,1.55rem);position:relative;overflow:hidden}.BicolorImageFrame-module__H00VUq__image{object-fit:cover;object-position:center}.BicolorImageFrame-module__H00VUq__overlay{pointer-events:none;background:linear-gradient(#00000008 0%,#0000003d 100%);position:absolute;inset:0}
.ForWhoSection-module__jjxHmG__section{isolation:isolate;background:radial-gradient(80% 80% at 0 100%,#3ebfe92e 0%,#3ebfe900 48%),linear-gradient(#05080ff5 0%,#070b14fa 100%);position:relative}.ForWhoSection-module__jjxHmG__container{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:clamp(1rem,2vw,1.75rem);display:grid}.ForWhoSection-module__jjxHmG__left{gap:.9rem;display:grid}.ForWhoSection-module__jjxHmG__kicker{text-transform:uppercase;letter-spacing:.17em;color:#ffffffa8;font-size:.8rem}.ForWhoSection-module__jjxHmG__sectionTitle{letter-spacing:-.02em;color:#fffffffc;font-size:clamp(1.8rem,4.2vw,3rem);line-height:1.08}.ForWhoSection-module__jjxHmG__pillWrap{flex-wrap:wrap;gap:.65rem;display:flex}.ForWhoSection-module__jjxHmG__pill{color:#fffffff2;background:#ffffff14;border:1px solid #ffffff3d;border-radius:999px;padding:.58rem .95rem;font-size:.93rem}.ForWhoSection-module__jjxHmG__right{background:linear-gradient(135deg,#ffffff14 0%,#ffffff08 100%);border:1px solid #ffffff29;border-radius:1.1rem;padding:1rem}.ForWhoSection-module__jjxHmG__smallLabel{letter-spacing:.12em;text-transform:uppercase;color:#ffffffa8;margin-bottom:.7rem;font-size:.78rem}.ForWhoSection-module__jjxHmG__steps{gap:.75rem;margin:0;padding-left:1.15rem;display:grid}.ForWhoSection-module__jjxHmG__steps li::marker{color:#3ebfe9f2;font-weight:700}.ForWhoSection-module__jjxHmG__steps h3{margin-bottom:.18rem;font-size:1rem;line-height:1.3}.ForWhoSection-module__jjxHmG__steps p{color:#ffffffd1;line-height:1.45}.ForWhoSection-module__jjxHmG__highlightText{color:#fff;background:linear-gradient(140deg,#e82f8924 0%,#3ebfe924 100%);border:1px solid #ffffff29;border-radius:1rem;grid-column:1/-1;padding:1.1rem 1.2rem;font-size:clamp(1.02rem,1.6vw,1.2rem);line-height:1.58}@media (max-width:980px){.ForWhoSection-module__jjxHmG__container{grid-template-columns:1fr}}@media (max-width:640px){.ForWhoSection-module__jjxHmG__highlightText{padding:.95rem}}
.ForWhoSection-module__fnAG0a__section{isolation:isolate;background:linear-gradient(#080d17 0%,#070c15 100%);position:relative;overflow:hidden}.ForWhoSection-module__fnAG0a__terminalBackground{opacity:.4;z-index:0;position:absolute;inset:0}.ForWhoSection-module__fnAG0a__terminalCanvas{width:100%;height:100%}.ForWhoSection-module__fnAG0a__terminalMask{background:radial-gradient(circle at 18% 15%,#ffd38d3d,#0000 36%),linear-gradient(#06091185 0%,#060911cc 100%);position:absolute;inset:0}.ForWhoSection-module__fnAG0a__container{z-index:1;gap:1rem;display:grid;position:relative}.ForWhoSection-module__fnAG0a__header{gap:.58rem;display:grid}.ForWhoSection-module__fnAG0a__kicker{text-transform:uppercase;letter-spacing:.12em;color:#ffffffb8;font-size:.82rem;font-weight:600}.ForWhoSection-module__fnAG0a__title{letter-spacing:-.02em;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.08}.ForWhoSection-module__fnAG0a__board{flex-wrap:wrap;gap:.7rem;display:flex}.ForWhoSection-module__fnAG0a__audienceCard{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#070c18bf;border:1px solid #ffffff4d;border-radius:999px;padding:.65rem .95rem}.ForWhoSection-module__fnAG0a__audienceCard p{color:#fffffff5;font-size:.96rem;line-height:1.3}.ForWhoSection-module__fnAG0a__statement{background:#080c15c7;border:1px solid #fff3;border-radius:1rem;max-width:62ch;padding:clamp(.95rem,1.8vw,1.2rem)}.ForWhoSection-module__fnAG0a__statement p{color:#fffffff7;font-size:clamp(1.04rem,1.5vw,1.2rem);font-weight:560;line-height:1.6}
.EventosCasaSection-module__bgUZIa__section{background:radial-gradient(120% 90% at 12% 0,#e82f8924 0%,#e82f8900 55%),radial-gradient(90% 100% at 88% 100%,#3ebfe92e 0%,#3ebfe900 54%),linear-gradient(#05070e 0%,#070a13 100%);position:relative}.EventosCasaSection-module__bgUZIa__section:before{content:"";pointer-events:none;opacity:.35;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.EventosCasaSection-module__bgUZIa__container{z-index:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(1rem,3vw,2.2rem);padding-top:clamp(3rem,7vw,6rem);padding-bottom:clamp(3rem,7vw,6rem);display:grid;position:relative}.EventosCasaSection-module__bgUZIa__copyBlock{gap:1rem;display:grid}.EventosCasaSection-module__bgUZIa__kicker{letter-spacing:.13em;text-transform:uppercase;color:#ffffffb8;font-size:clamp(.8rem,1.15vw,.95rem);font-weight:700}.EventosCasaSection-module__bgUZIa__title{letter-spacing:-.02em;text-wrap:balance;max-width:20ch;font-size:clamp(1.95rem,3.8vw,3.2rem);line-height:1.06}.EventosCasaSection-module__bgUZIa__description{color:#ffffffde;max-width:58ch;font-size:clamp(1rem,1.3vw,1.14rem);line-height:1.58}.EventosCasaSection-module__bgUZIa__highlight{color:var(--primary);font-size:clamp(1.2rem,2.1vw,1.95rem);font-weight:700;line-height:1.18}.EventosCasaSection-module__bgUZIa__cta{background:#ffffff0a;border:1px solid #ffffff73;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;margin-top:.3rem;padding:.78rem 1.16rem;font-weight:600;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.EventosCasaSection-module__bgUZIa__cta:hover{background:#ffffff24;border-color:#ffffff9e;transform:translateY(-1px)}.EventosCasaSection-module__bgUZIa__mediaFrame{min-height:clamp(280px,44vw,520px)}@media (max-width:980px){.EventosCasaSection-module__bgUZIa__container{grid-template-columns:1fr}.EventosCasaSection-module__bgUZIa__title,.EventosCasaSection-module__bgUZIa__description{max-width:100%}.EventosCasaSection-module__bgUZIa__mediaFrame{order:3;min-height:clamp(260px,58vw,420px)}}@media (prefers-reduced-motion:reduce){.EventosCasaSection-module__bgUZIa__cta{transition:none}}
.ExperienceSection-module__MxZFLG__section{isolation:isolate;position:relative}.ExperienceSection-module__MxZFLG__container{z-index:1;gap:clamp(1rem,2vw,1.8rem);display:grid;position:relative}.ExperienceSection-module__MxZFLG__header{gap:.7rem;max-width:78ch;display:grid}.ExperienceSection-module__MxZFLG__kicker{text-transform:uppercase;letter-spacing:.17em;color:#ffffffa8;font-size:.8rem}.ExperienceSection-module__MxZFLG__sectionTitle{letter-spacing:-.02em;color:#fffffffc;font-size:clamp(1.8rem,4.2vw,3rem);line-height:1.08}.ExperienceSection-module__MxZFLG__rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.ExperienceSection-module__MxZFLG__railItem{background:linear-gradient(130deg,#ffffff14 0%,#ffffff08 100%),radial-gradient(120% 120% at 100% 0,#3ebfe926 0%,#3ebfe900 55%);border:1px solid #ffffff26;border-radius:1rem;grid-template-columns:auto 1fr;align-items:start;gap:.85rem;padding:.95rem;display:grid}.ExperienceSection-module__MxZFLG__railIndex{letter-spacing:.09em;color:#fffffff2;background:linear-gradient(160deg,#e82f894d 0%,#3ebfe94d 100%);border:1px solid #ffffff42;border-radius:999px;justify-content:center;align-items:center;min-width:2rem;height:2rem;font-size:.76rem;font-weight:700;display:inline-flex}.ExperienceSection-module__MxZFLG__railItem p{color:#ffffffe0;line-height:1.5}.ExperienceSection-module__MxZFLG__highlightText{color:#fff;background:linear-gradient(140deg,#e82f8924 0%,#3ebfe924 100%);border:1px solid #ffffff29;border-radius:1rem;padding:1.1rem 1.2rem;font-size:clamp(1.02rem,1.6vw,1.2rem);line-height:1.58}@media (max-width:980px){.ExperienceSection-module__MxZFLG__rail{grid-template-columns:1fr}}@media (max-width:640px){.ExperienceSection-module__MxZFLG__highlightText{padding:.95rem}}
.ExperienceSection-module__9mwmZW__section{isolation:isolate;background:radial-gradient(88% 78% at 82% 5%,#ff5f8a1f,#0000 52%),linear-gradient(#050910 0%,#060b14 100%);position:relative}.ExperienceSection-module__9mwmZW__container{gap:1rem;display:grid}.ExperienceSection-module__9mwmZW__header{gap:.58rem;max-width:74ch;display:grid}.ExperienceSection-module__9mwmZW__kicker{text-transform:uppercase;letter-spacing:.12em;color:#ffffffb8;font-size:.82rem;font-weight:600}.ExperienceSection-module__9mwmZW__title{letter-spacing:-.02em;font-size:clamp(1.85rem,4vw,2.92rem);line-height:1.08}.ExperienceSection-module__9mwmZW__layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(1rem,2vw,1.35rem);display:grid}.ExperienceSection-module__9mwmZW__manifestoCard{background:#070b14c7;border:1px solid #ffffff29;border-radius:1.1rem;align-content:start;gap:.8rem;padding:clamp(1rem,2vw,1.35rem);display:grid}.ExperienceSection-module__9mwmZW__manifestoTag{letter-spacing:.1em;text-transform:uppercase;color:#ffcd80e6;font-size:.76rem;font-weight:700}.ExperienceSection-module__9mwmZW__manifestoCard h3{font-size:clamp(1.24rem,2.2vw,1.7rem);line-height:1.2}.ExperienceSection-module__9mwmZW__manifestoCard p{color:#ffffffe6;line-height:1.6}.ExperienceSection-module__9mwmZW__timeline{gap:.62rem;display:grid}.ExperienceSection-module__9mwmZW__timelineCard{background:#090d18b8;border:1px solid #ffffff24;border-radius:.9rem;grid-template-columns:auto auto 1fr;align-items:center;gap:.65rem;padding:.72rem .82rem;display:grid;position:relative}.ExperienceSection-module__9mwmZW__dot{background:linear-gradient(160deg,#ff5f8a,#ffd38d);border-radius:50%;width:.62rem;height:.62rem;box-shadow:0 0 16px #ff5f8a80}.ExperienceSection-module__9mwmZW__timelineCard span{color:#ffcd80eb;font-family:monospace;font-size:.78rem}.ExperienceSection-module__9mwmZW__timelineCard p{color:#ffffffe6;line-height:1.5}@media (max-width:1050px){.ExperienceSection-module__9mwmZW__layout{grid-template-columns:1fr}}@media (max-width:640px){.ExperienceSection-module__9mwmZW__timelineCard{grid-template-columns:auto 1fr}.ExperienceSection-module__9mwmZW__timelineCard span{display:none}}
.Hero-module__x_p9mG__hero{isolation:isolate;min-height:100svh;position:relative}.Hero-module__x_p9mG__media{z-index:-1;position:absolute;inset:0}.Hero-module__x_p9mG__backgroundImage{object-fit:cover;object-position:center}.Hero-module__x_p9mG__overlay{background:linear-gradient(120deg,#040a14b8 0%,#080f1e94 45%,#060c1861 100%),linear-gradient(#00000057 0%,#0000008f 100%);align-items:center;min-height:100svh;display:flex}.Hero-module__x_p9mG__container{width:100%}.Hero-module__x_p9mG__content{flex-direction:column;gap:1.2rem;width:100%;max-width:840px;padding-top:9.5rem;padding-bottom:4.5rem;display:flex}.Hero-module__x_p9mG__kicker{text-transform:uppercase;letter-spacing:.16em;color:#ffffffd1;font-size:.95rem;font-weight:600}.Hero-module__x_p9mG__title{color:#fff;text-wrap:balance;max-width:15ch;font-size:4rem;font-weight:700;line-height:1.04}.Hero-module__x_p9mG__primaryWord{color:var(--primary)}.Hero-module__x_p9mG__secondaryWord{color:var(--secondary)}.Hero-module__x_p9mG__subtitle{color:#ffffffeb;max-width:68ch;font-size:1.15rem;line-height:1.55}.Hero-module__x_p9mG__actions{flex-wrap:wrap;gap:.8rem;margin-top:.75rem;display:flex}.Hero-module__x_p9mG__cta{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.82rem 1.25rem;font-size:.96rem;font-weight:600;line-height:1;transition:transform .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.Hero-module__x_p9mG__cta:hover{transform:translateY(-1px)}.Hero-module__x_p9mG__ctaPrimary{color:#111827;background-color:#fff}.Hero-module__x_p9mG__ctaPrimary:hover{background-color:#f6f6f6}.Hero-module__x_p9mG__ctaGhost{-webkit-backdrop-filter:blur(8px);color:#fff;background-color:#ffffff0f;border-color:#ffffff6b}.Hero-module__x_p9mG__ctaGhost:hover{background-color:#ffffff24}@media (max-width:900px){.Hero-module__x_p9mG__hero,.Hero-module__x_p9mG__overlay{min-height:92svh}.Hero-module__x_p9mG__content{max-width:100%;padding-top:7.25rem;padding-bottom:3.75rem}.Hero-module__x_p9mG__title{max-width:16ch;font-size:3.1rem}.Hero-module__x_p9mG__subtitle{font-size:1.06rem}}@media (max-width:560px){.Hero-module__x_p9mG__backgroundImage{object-position:center center}.Hero-module__x_p9mG__overlay{align-items:flex-end}.Hero-module__x_p9mG__content{gap:1rem;padding-top:0;padding-bottom:1.75rem}.Hero-module__x_p9mG__kicker{font-size:.8rem}.Hero-module__x_p9mG__title{max-width:100%;font-size:2.35rem;line-height:1.08}.Hero-module__x_p9mG__subtitle{font-size:.98rem;line-height:1.5}.Hero-module__x_p9mG__actions{grid-template-columns:1fr;width:100%;display:grid}.Hero-module__x_p9mG__cta{width:100%;padding:.9rem 1.05rem}}.Hero-module__x_p9mG__ctaLabel{display:block}.Hero-module__x_p9mG__ctaIcon{flex-shrink:0;font-size:1.05rem;line-height:1;display:block}
.InclusionSection-module__iCakqa__section{isolation:isolate;position:relative}.InclusionSection-module__iCakqa__container{z-index:1;gap:clamp(1rem,2vw,1.7rem);display:grid;position:relative}.InclusionSection-module__iCakqa__header{gap:.75rem;max-width:84ch;display:grid}.InclusionSection-module__iCakqa__kicker{text-transform:uppercase;letter-spacing:.17em;color:#ffffffad;font-size:.8rem}.InclusionSection-module__iCakqa__sectionTitle{letter-spacing:-.02em;color:#fffffffc;font-size:clamp(1.8rem,4.2vw,3rem);line-height:1.08}.InclusionSection-module__iCakqa__sectionParagraph{color:#ffffffe0;max-width:78ch;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.62}.InclusionSection-module__iCakqa__capabilityGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.88rem;display:grid}.InclusionSection-module__iCakqa__capabilityCard{background:linear-gradient(132deg,#ffffff14 0%,#ffffff08 100%),radial-gradient(120% 120% at 100% 0,#3ebfe924 0%,#3ebfe900 52%);border:1px solid #ffffff29;border-radius:1rem;grid-column:span 2;gap:.42rem;padding:1rem;display:grid}.InclusionSection-module__iCakqa__capabilityCardWide{grid-column:span 4}.InclusionSection-module__iCakqa__capabilityCard h3{font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.25}.InclusionSection-module__iCakqa__capabilityCard p{color:#ffffffd6;line-height:1.45}.InclusionSection-module__iCakqa__highlightText{color:#fff;background:linear-gradient(140deg,#e82f8924 0%,#3ebfe924 100%);border:1px solid #ffffff29;border-radius:1rem;padding:1.1rem 1.2rem;font-size:clamp(1.02rem,1.6vw,1.2rem);line-height:1.58}@media (max-width:1024px){.InclusionSection-module__iCakqa__capabilityGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.InclusionSection-module__iCakqa__capabilityCard,.InclusionSection-module__iCakqa__capabilityCardWide{grid-column:span 2}}@media (max-width:640px){.InclusionSection-module__iCakqa__capabilityGrid{grid-template-columns:1fr}.InclusionSection-module__iCakqa__capabilityCard,.InclusionSection-module__iCakqa__capabilityCardWide{grid-column:span 1}.InclusionSection-module__iCakqa__highlightText{padding:.95rem}}
.Stack-module__90qatG__stackContainer{perspective:600px;width:100%;height:100%;position:relative}.Stack-module__90qatG__cardRotate{cursor:grab;width:100%;height:100%;position:absolute}.Stack-module__90qatG__cardRotateDisabled{cursor:pointer;width:100%;height:100%;position:absolute}.Stack-module__90qatG__card{border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.Stack-module__90qatG__card img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.Stack-module__90qatG__cardImage{object-fit:cover;pointer-events:none;width:100%;height:100%}
.ChallengesSection-module__XHBhbq__section{isolation:isolate;position:relative}.ChallengesSection-module__XHBhbq__challengesSection{background:radial-gradient(80% 80% at 50% 0,#3ebfe921 0%,#3ebfe900 45%),radial-gradient(88% 88% at 50% 100%,#e82f8926 0%,#e82f8900 55%),linear-gradient(#05070f 0%,#090d19 100%)}.ChallengesSection-module__XHBhbq__container{gap:clamp(1rem,2vw,1.7rem);display:grid}.ChallengesSection-module__XHBhbq__challengesHeader{gap:.9rem;max-width:84ch;display:grid}.ChallengesSection-module__XHBhbq__sectionTitle{letter-spacing:-.02em;color:#fffffffc;font-size:clamp(1.8rem,4.2vw,3rem);line-height:1.08}.ChallengesSection-module__XHBhbq__sectionParagraph{color:#ffffffe0;max-width:78ch;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.62}.ChallengesSection-module__XHBhbq__challengesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2vw,1.3rem);display:grid}.ChallengesSection-module__XHBhbq__levelCard{background:#070a12a3;border:1px solid #fff3;border-radius:1.2rem;gap:.95rem;padding:clamp(.95rem,1.5vw,1.15rem);display:grid}.ChallengesSection-module__XHBhbq__levelHeader{gap:.45rem;display:grid}.ChallengesSection-module__XHBhbq__levelHeader h3{font-size:clamp(1.2rem,2.4vw,1.52rem);line-height:1.18}.ChallengesSection-module__XHBhbq__levelHeader p{color:#ffffffdb;line-height:1.5}.ChallengesSection-module__XHBhbq__stackViewport{width:100%;height:clamp(360px,50vw,460px);position:relative}.ChallengesSection-module__XHBhbq__challengeCard{background:#0b0f1d;border:1px solid #ffffff47;border-radius:1rem;height:100%;position:relative;overflow:hidden}.ChallengesSection-module__XHBhbq__challengeImageElement{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.ChallengesSection-module__XHBhbq__challengeOverlay{z-index:1;background:linear-gradient(#0000000a 0%,#000000bd 82%,#000000eb 100%);position:absolute;inset:0}.ChallengesSection-module__XHBhbq__challengeCopy{z-index:2;gap:.28rem;padding:.8rem .85rem;display:grid;position:absolute;inset:auto 0 0}.ChallengesSection-module__XHBhbq__challengeCopy h4{font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.2}.ChallengesSection-module__XHBhbq__challengeCopy p{color:#ffffffde;font-size:.9rem;line-height:1.4}@media (max-width:1024px){.ChallengesSection-module__XHBhbq__challengesGrid{grid-template-columns:1fr}}@media (max-width:640px){.ChallengesSection-module__XHBhbq__levelCard{padding:.8rem}.ChallengesSection-module__XHBhbq__stackViewport{height:430px}.ChallengesSection-module__XHBhbq__challengeImageElement{object-fit:contain;object-position:center;background:radial-gradient(circle at 50% 40%,#ffffff14,#0c101ef2)}.ChallengesSection-module__XHBhbq__challengeCopy{background:linear-gradient(#0000 0%,#000000db 72%,#000000f2 100%)}}
.ExperiencesSection-module__stxCNW__section{isolation:isolate;position:relative}.ExperiencesSection-module__stxCNW__experiencesSection{background:radial-gradient(80% 80% at 50% 0,#3ebfe921 0%,#3ebfe900 45%),radial-gradient(88% 88% at 50% 100%,#e82f8926 0%,#e82f8900 55%),linear-gradient(#05070f 0%,#090d19 100%)}.ExperiencesSection-module__stxCNW__container{gap:clamp(1rem,2vw,1.7rem);display:grid}.ExperiencesSection-module__stxCNW__experiencesHeader{gap:.9rem;max-width:84ch;display:grid}.ExperiencesSection-module__stxCNW__sectionTitle{letter-spacing:-.02em;color:#fffffffc;font-size:clamp(1.8rem,4.2vw,3rem);line-height:1.08}.ExperiencesSection-module__stxCNW__sectionParagraph{color:#ffffffe0;max-width:78ch;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.62}.ExperiencesSection-module__stxCNW__experiencesGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.3rem);display:grid}.ExperiencesSection-module__stxCNW__levelCard{background:#070a12a3;border:1px solid #fff3;border-radius:1.2rem;gap:.95rem;padding:clamp(.95rem,1.5vw,1.15rem);display:grid}.ExperiencesSection-module__stxCNW__levelHeader{gap:.45rem;display:grid}.ExperiencesSection-module__stxCNW__levelHeader h3{font-size:clamp(1.2rem,2.4vw,1.52rem);line-height:1.18}.ExperiencesSection-module__stxCNW__levelHeader p{color:#ffffffdb;line-height:1.5}.ExperiencesSection-module__stxCNW__stackViewport{width:100%;height:clamp(360px,42vw,460px);position:relative}.ExperiencesSection-module__stxCNW__experienceCard{background:#0b0f1d;border:1px solid #ffffff47;border-radius:1rem;height:100%;position:relative;overflow:hidden}.ExperiencesSection-module__stxCNW__experienceImageElement{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.ExperiencesSection-module__stxCNW__experienceOverlay{z-index:1;background:linear-gradient(#0000000a 0%,#000000bd 82%,#000000eb 100%);position:absolute;inset:0}.ExperiencesSection-module__stxCNW__experienceCopy{z-index:2;gap:.28rem;padding:.8rem .85rem;display:grid;position:absolute;inset:auto 0 0}.ExperiencesSection-module__stxCNW__experienceCopy h4{font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.2}.ExperiencesSection-module__stxCNW__experienceCopy p{color:#ffffffde;font-size:.9rem;line-height:1.4}@media (max-width:1120px){.ExperiencesSection-module__stxCNW__experiencesGrid{grid-template-columns:1fr}.ExperiencesSection-module__stxCNW__stackViewport{height:clamp(370px,64vw,460px)}}@media (max-width:640px){.ExperiencesSection-module__stxCNW__levelCard{padding:.8rem}.ExperiencesSection-module__stxCNW__stackViewport{height:430px}.ExperiencesSection-module__stxCNW__experienceImageElement{object-fit:contain;object-position:center;background:radial-gradient(circle at 50% 40%,#ffffff14,#0c101ef2)}.ExperiencesSection-module__stxCNW__experienceCopy{background:linear-gradient(#0000 0%,#000000db 72%,#000000f2 100%)}}
.FormatsSection-module__XbnK8q__section{isolation:isolate;background:radial-gradient(95% 65% at 12% 0,#ffcd8024,#ffcd8000 58%),radial-gradient(75% 85% at 88% 100%,#ff5f8a21,#ff5f8a00 62%),linear-gradient(#05070e 0%,#070b14 100%);position:relative}.FormatsSection-module__XbnK8q__container{gap:clamp(.9rem,1.8vw,1.25rem);display:grid}.FormatsSection-module__XbnK8q__header{gap:.62rem;max-width:78ch;display:grid}.FormatsSection-module__XbnK8q__kicker{text-transform:uppercase;letter-spacing:.12em;color:#ffffffb8;font-size:.82rem;font-weight:600}.FormatsSection-module__XbnK8q__title{letter-spacing:-.02em;font-size:clamp(1.8rem,4vw,2.9rem);line-height:1.08}.FormatsSection-module__XbnK8q__description{color:#ffffffe0;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.6}.FormatsSection-module__XbnK8q__grid{grid-template-columns:repeat(auto-fit,minmax(250px,330px));justify-content:center;justify-items:center;gap:clamp(.85rem,1.6vw,1.2rem);display:grid}.FormatsSection-module__XbnK8q__formatCard{background:#080c16bf;border:1px solid #fff3;border-radius:1.1rem;grid-template-rows:auto 1fr;width:min(100%,330px);display:grid;overflow:hidden}.FormatsSection-module__XbnK8q__formatImageWrap{aspect-ratio:330/440;background:#0b101a;position:relative}.FormatsSection-module__XbnK8q__formatImage{object-fit:cover;object-position:center}.FormatsSection-module__XbnK8q__formatBody{align-content:start;gap:.55rem;padding:.85rem .9rem .95rem;display:grid}.FormatsSection-module__XbnK8q__formatIndex{letter-spacing:.08em;color:#ffcd80f2;font-family:monospace;font-size:.82rem}.FormatsSection-module__XbnK8q__formatBody h3{font-size:clamp(1.12rem,2vw,1.45rem);line-height:1.2}.FormatsSection-module__XbnK8q__formatBody p{color:#ffffffe0;line-height:1.52}.FormatsSection-module__XbnK8q__metaRow{flex-wrap:wrap;gap:.45rem;display:flex}.FormatsSection-module__XbnK8q__metaRow span{color:#ffffffe8;background:#ffffff0d;border:1px solid #ffffff3d;border-radius:999px;padding:.3rem .55rem;font-size:.8rem;line-height:1.25}.FormatsSection-module__XbnK8q__tags{gap:.32rem;margin:0;padding:0;list-style:none;display:grid}.FormatsSection-module__XbnK8q__tags li{color:#ffffffe3;padding-left:.9rem;font-size:.88rem;line-height:1.45;position:relative}.FormatsSection-module__XbnK8q__tags li:before{content:"";background:linear-gradient(140deg,#ff5f8a 0%,#ffd38d 100%);border-radius:50%;width:.34rem;height:.34rem;position:absolute;top:.56rem;left:0}@media (max-width:760px){.FormatsSection-module__XbnK8q__grid{grid-template-columns:repeat(2,minmax(0,330px))}}@media (max-width:640px){.FormatsSection-module__XbnK8q__grid{grid-template-columns:minmax(0,330px)}.FormatsSection-module__XbnK8q__formatImage{object-fit:cover;background:radial-gradient(circle at 50% 46%,#ffffff0f,#080c16f2)}}
.ZonaPartyPage-module__qqNF3G__main{background:linear-gradient(#05070f 0%,#090d19 30%,#070a13 70%,#05070f 100%)}
.GamesSection-module__xkxUFa__section{isolation:isolate;position:relative}.GamesSection-module__xkxUFa__gamesSection{background:radial-gradient(80% 80% at 50% 0,#3ebfe921 0%,#3ebfe900 45%),radial-gradient(88% 88% at 50% 100%,#e82f8926 0%,#e82f8900 55%),linear-gradient(#05070f 0%,#090d19 100%)}.GamesSection-module__xkxUFa__container{gap:clamp(1rem,2vw,1.7rem);display:grid}.GamesSection-module__xkxUFa__gamesHeader{gap:.9rem;max-width:84ch;display:grid}.GamesSection-module__xkxUFa__sectionTitle{letter-spacing:-.02em;color:#fffffffc;font-size:clamp(1.8rem,4.2vw,3rem);line-height:1.08}.GamesSection-module__xkxUFa__sectionParagraph{color:#ffffffe0;max-width:78ch;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.62}.GamesSection-module__xkxUFa__gamesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2vw,1.3rem);display:grid}.GamesSection-module__xkxUFa__platformCard{background:#070a12a3;border:1px solid #fff3;border-radius:1.2rem;gap:.95rem;padding:clamp(.95rem,1.5vw,1.15rem);display:grid}.GamesSection-module__xkxUFa__platformHeader{gap:.45rem;display:grid}.GamesSection-module__xkxUFa__platformHeader h3{font-size:clamp(1.2rem,2.4vw,1.52rem);line-height:1.18}.GamesSection-module__xkxUFa__platformHeader p{color:#ffffffdb;line-height:1.5}.GamesSection-module__xkxUFa__stackViewport{width:100%;height:clamp(360px,50vw,460px);position:relative}.GamesSection-module__xkxUFa__gameCard{background:#0b0f1d;border:1px solid #ffffff47;border-radius:1rem;height:100%;position:relative;overflow:hidden}.GamesSection-module__xkxUFa__gameImageElement{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.GamesSection-module__xkxUFa__gameOverlay{z-index:1;background:linear-gradient(#0000000a 0%,#000000bd 82%,#000000eb 100%);position:absolute;inset:0}.GamesSection-module__xkxUFa__gameCopy{z-index:2;gap:.28rem;padding:.8rem .85rem;display:grid;position:absolute;inset:auto 0 0}.GamesSection-module__xkxUFa__gameCopy h4{font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.2}.GamesSection-module__xkxUFa__gameCopy p{color:#ffffffde;font-size:.9rem;line-height:1.4}@media (max-width:1024px){.GamesSection-module__xkxUFa__gamesGrid{grid-template-columns:1fr}}@media (max-width:640px){.GamesSection-module__xkxUFa__platformCard{padding:.8rem}.GamesSection-module__xkxUFa__stackViewport{height:430px}.GamesSection-module__xkxUFa__gameImageElement{object-fit:contain;object-position:center;background:radial-gradient(circle at 50% 40%,#ffffff14,#0c101ef2)}.GamesSection-module__xkxUFa__gameCopy{background:linear-gradient(#0000 0%,#000000db 72%,#000000f2 100%)}}
