.Marquee-module__XxqZwG__bar{background:var(--yellow);white-space:nowrap;color:var(--navy);padding:10px 0;display:block;overflow:hidden}.Marquee-module__XxqZwG__bar,.Marquee-module__XxqZwG__bar:hover,.Marquee-module__XxqZwG__bar:focus{color:var(--navy)}.Marquee-module__XxqZwG__track{font-family:var(--font-baloo), system-ui, sans-serif;gap:48px;padding-right:48px;font-size:16px;font-weight:700;animation:22s linear infinite Marquee-module__XxqZwG__marquee;display:inline-flex}.Marquee-module__XxqZwG__bar:hover .Marquee-module__XxqZwG__track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.Marquee-module__XxqZwG__track{animation:none}}@keyframes Marquee-module__XxqZwG__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
.Button-module__3dJGfa__btn{--t:var(--tilt-a);--r:var(--r-fluid-a);--press:4px;font-family:var(--font-baloo), system-ui, sans-serif;cursor:pointer;white-space:nowrap;border-radius:var(--r);transform:rotate(var(--t));transition:transform .18s var(--ease-spring), box-shadow .18s ease, color .16s ease, border-color .16s ease;border:none;justify-content:center;align-items:center;font-weight:700;line-height:1.15;display:inline-flex}.Button-module__3dJGfa__btn.Button-module__3dJGfa__seedB{--t:var(--tilt-b);--r:var(--r-fluid-b)}.Button-module__3dJGfa__btn.Button-module__3dJGfa__seedC{--t:var(--tilt-c);--r:var(--r-fluid-c)}.Button-module__3dJGfa__btn.Button-module__3dJGfa__seedD{--t:var(--tilt-d);--r:var(--r-fluid-d)}.Button-module__3dJGfa__btn:hover{transform:translateY(-2px) rotate(calc(var(--t) * -1.6))}.Button-module__3dJGfa__btn:active{transform:translateY(var(--press)) rotate(var(--t));box-shadow:none}.Button-module__3dJGfa__primary,.Button-module__3dJGfa__primary:hover,.Button-module__3dJGfa__primary:focus,.Button-module__3dJGfa__primary:active{color:var(--navy)}.Button-module__3dJGfa__nav,.Button-module__3dJGfa__nav:hover,.Button-module__3dJGfa__nav:focus,.Button-module__3dJGfa__nav:active{color:var(--white)}.Button-module__3dJGfa__primary{background:var(--yellow);color:var(--navy);box-shadow:0 6px 0 var(--yellow-d);--press:5px;padding:16px 36px;font-size:22px}.Button-module__3dJGfa__nav{background:var(--blue);color:var(--white);box-shadow:0 5px 0 var(--blue-d);--press:4px;padding:12px 28px;font-size:18px}.Button-module__3dJGfa__ghost{color:var(--cream);border:3px solid var(--o-border);background:0 0;padding:13px 30px;font-size:20px}.Button-module__3dJGfa__ghost:hover{transform:rotate(calc(var(--t) * -1.6));border-color:var(--yellow);color:var(--yellow)}.Button-module__3dJGfa__ghost:active{transform:rotate(var(--t))}@media (max-width:560px){.Button-module__3dJGfa__primary{padding:15px 30px;font-size:20px}.Button-module__3dJGfa__ghost{padding:12px 26px;font-size:18px}}
.SiteNav-module__xVSxrG__nav{max-width:var(--w-wide);padding:18px var(--gutter);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex;position:relative}.SiteNav-module__xVSxrG__logo{flex-shrink:0;align-items:center;display:flex}.SiteNav-module__xVSxrG__logo img{width:auto;height:54px}.SiteNav-module__xVSxrG__links{gap:28px;font-size:16px;font-weight:800;display:flex}.SiteNav-module__xVSxrG__active,.SiteNav-module__xVSxrG__active:hover{color:var(--yellow)}.SiteNav-module__xVSxrG__cta{flex-shrink:0}.SiteNav-module__xVSxrG__burger{background:var(--o-ui);border-radius:var(--r-sm);cursor:pointer;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;padding:0;display:none}.SiteNav-module__xVSxrG__burger span{background:var(--cream);width:21px;height:3px;transition:transform .22s var(--ease-spring), opacity .16s ease;border-radius:999px;display:block}.SiteNav-module__xVSxrG__burgerOpen span:first-child{transform:translateY(8px)rotate(45deg)}.SiteNav-module__xVSxrG__burgerOpen span:nth-child(2){opacity:0}.SiteNav-module__xVSxrG__burgerOpen span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.SiteNav-module__xVSxrG__panel{z-index:60;background:var(--ink-deep);border-top:1px solid var(--o-ui);padding:8px var(--gutter) 26px;flex-direction:column;display:none;position:absolute;top:100%;left:0;right:0}.SiteNav-module__xVSxrG__panelLinks{flex-direction:column;display:flex}.SiteNav-module__xVSxrG__panelLinks a{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--cream);border-bottom:1px solid var(--o-ui);padding:15px 4px;font-size:21px;font-weight:700}.SiteNav-module__xVSxrG__panelLinks a:last-child{border-bottom:none}.SiteNav-module__xVSxrG__panelCta{padding-top:18px;display:flex}.SiteNav-module__xVSxrG__panelCta>*{width:100%}@media (max-width:900px){.SiteNav-module__xVSxrG__nav{padding:14px var(--gutter);gap:16px}.SiteNav-module__xVSxrG__links,.SiteNav-module__xVSxrG__cta{display:none}.SiteNav-module__xVSxrG__burger{display:flex}.SiteNav-module__xVSxrG__burger:focus-visible{outline:4px solid var(--yellow);outline-offset:2px}.SiteNav-module__xVSxrG__panelOpen{display:flex}.SiteNav-module__xVSxrG__logo img{height:44px}}
.SiteFooter-module__p-5sba__footer{background:var(--ink-deep);padding:56px var(--gutter) 32px}.SiteFooter-module__p-5sba__inner{max-width:var(--w-wide);flex-direction:column;gap:40px;margin:0 auto;display:flex}.SiteFooter-module__p-5sba__cols{grid-template-columns:1.4fr 1fr 1fr;gap:40px;display:grid}.SiteFooter-module__p-5sba__brand{flex-direction:column;gap:16px;display:flex}.SiteFooter-module__p-5sba__blurb{max-width:320px;color:var(--haze);font-size:15px;font-weight:700;line-height:1.6}.SiteFooter-module__p-5sba__col{flex-direction:column;gap:10px;display:flex}.SiteFooter-module__p-5sba__colHead{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--yellow);margin-bottom:6px;font-size:18px;font-weight:700}.SiteFooter-module__p-5sba__col a{color:var(--haze);font-size:15px;font-weight:700}.SiteFooter-module__p-5sba__meta{border-top:1px solid var(--o-ui);color:var(--slate);flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:24px;font-size:14px;font-weight:700;display:flex}@media (max-width:900px){.SiteFooter-module__p-5sba__col{gap:0}.SiteFooter-module__p-5sba__col a{padding:10px 0}.SiteFooter-module__p-5sba__cols{grid-template-columns:1fr 1fr;gap:30px 22px}.SiteFooter-module__p-5sba__brand{grid-column:1/-1}}
.CardCompanion-module__5necja__companion{--base:128px;--overlap:18px;--tx:0;--ty:0;z-index:0;pointer-events:none;transform:translate(var(--tx), var(--ty));animation:5.6s ease-in-out infinite CardCompanion-module__5necja__companion-bob;position:absolute;bottom:-14px}.CardCompanion-module__5necja__left{--tx:calc(-100% + var(--overlap));left:0}.CardCompanion-module__5necja__right{--tx:calc(100% - var(--overlap));right:0}.CardCompanion-module__5necja__companion img{height:calc(var(--base) * var(--s,1));filter:drop-shadow(0 8px 12px #0000004d);width:auto}@keyframes CardCompanion-module__5necja__companion-bob{0%,to{transform:translate(var(--tx), var(--ty)) translateY(0)}50%{transform:translate(var(--tx), var(--ty)) translateY(-6px)}}@media (max-width:1250px){.CardCompanion-module__5necja__companion{--base:84px;--ty:calc(-100% + 4px);top:0;bottom:auto}.CardCompanion-module__5necja__left,.CardCompanion-module__5necja__right{--tx:0;left:18px;right:auto}}@media (max-width:420px){.CardCompanion-module__5necja__companion{--base:70px}}@media (prefers-reduced-motion:reduce){.CardCompanion-module__5necja__companion{animation:none}}
.Character-module__Jp_3ba__wrap{line-height:0;display:inline-block;position:relative}.Character-module__Jp_3ba__img{filter:drop-shadow(0 6px 10px #00000047);width:auto;height:auto}.Character-module__Jp_3ba__peek .Character-module__Jp_3ba__img{max-height:88px}.Character-module__Jp_3ba__spot .Character-module__Jp_3ba__img{max-height:132px}.Character-module__Jp_3ba__host .Character-module__Jp_3ba__img{max-height:200px}.Character-module__Jp_3ba__floating .Character-module__Jp_3ba__img{animation:5s ease-in-out infinite Character-module__Jp_3ba__char-float}@keyframes Character-module__Jp_3ba__char-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media (prefers-reduced-motion:reduce){.Character-module__Jp_3ba__floating .Character-module__Jp_3ba__img{animation:none}}.Character-module__Jp_3ba__cast{grid-template-columns:repeat(6,1fr);gap:18px 12px;width:100%;display:grid}.Character-module__Jp_3ba__member{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.Character-module__Jp_3ba__memberName{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--white);font-size:15px;font-weight:800}.Character-module__Jp_3ba__memberBest{color:var(--slate);font-size:12.5px;font-weight:700;line-height:1.35}@media (max-width:900px){.Character-module__Jp_3ba__cast{grid-template-columns:repeat(4,1fr)}}@media (max-width:560px){.Character-module__Jp_3ba__cast{grid-template-columns:repeat(3,1fr);gap:14px 8px}.Character-module__Jp_3ba__memberBest{display:none}}
.Hero-module__Z8hQ_W__section{max-width:var(--w-wide);padding:40px var(--gutter) 24px;margin:0 auto}.Hero-module__Z8hQ_W__grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;min-height:380px;display:grid}.Hero-module__Z8hQ_W__copy{flex-direction:column;gap:24px;display:flex}.Hero-module__Z8hQ_W__title{color:var(--white);font-size:52px;font-weight:800;line-height:1.15}.Hero-module__Z8hQ_W__body{color:var(--haze);max-width:480px;font-size:21px;font-weight:700;line-height:1.5}.Hero-module__Z8hQ_W__actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.Hero-module__Z8hQ_W__scene{height:360px;position:relative}.Hero-module__Z8hQ_W__stage{justify-content:center;align-items:flex-end;width:250px;height:280px;display:flex;position:absolute;top:6%;left:6%}.Hero-module__Z8hQ_W__blob{border-radius:var(--r-blob);opacity:.92;width:232px;height:232px;margin-top:-116px;margin-left:-116px;transition:background .5s;animation:4s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute;top:46%;left:50%}.Hero-module__Z8hQ_W__character{z-index:1;animation:.55s cubic-bezier(.22,1,.36,1) Hero-module__Z8hQ_W__char-in;position:relative}@keyframes Hero-module__Z8hQ_W__char-in{0%{opacity:0;transform:translateY(16px)scale(.88)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.Hero-module__Z8hQ_W__character{animation:none}}.Hero-module__Z8hQ_W__glyph{border-radius:var(--r-blob);background:var(--o-decor);justify-content:center;align-items:center;display:flex;position:absolute}.Hero-module__Z8hQ_W__glyph1{width:120px;height:120px;font-size:54px;animation:5s ease-in-out infinite Hero-module__Z8hQ_W__float;top:2%;right:4%}.Hero-module__Z8hQ_W__glyph2{width:96px;height:96px;font-size:44px;animation:4.5s ease-in-out .6s infinite Hero-module__Z8hQ_W__float;bottom:4%;right:18%}.Hero-module__Z8hQ_W__letter{font-family:var(--font-baloo), system-ui, sans-serif;font-size:64px;font-weight:800;transition:color .5s;animation:5.5s ease-in-out .3s infinite Hero-module__Z8hQ_W__float;position:absolute;bottom:10%;left:0}.Hero-module__Z8hQ_W__controls{justify-content:center;align-items:center;gap:20px;padding-top:8px;display:flex}.Hero-module__Z8hQ_W__arrow{background:var(--o-ui);width:52px;height:52px;color:var(--cream);cursor:pointer;font-size:22px;font-weight:800;font-family:var(--font-baloo), system-ui, sans-serif;border:none;border-radius:50%;transition:background .16s}.Hero-module__Z8hQ_W__arrow:hover{background:var(--blue)}.Hero-module__Z8hQ_W__dots{gap:10px;display:flex}.Hero-module__Z8hQ_W__dot{background:var(--o-dot);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px;padding:0;transition:background .2s;position:relative}.Hero-module__Z8hQ_W__dotActive{background:var(--yellow)}.Hero-module__Z8hQ_W__dot:after{content:"";position:absolute;inset:-15px -5px}@media (max-width:900px){.Hero-module__Z8hQ_W__grid{grid-template-columns:1fr;gap:32px}.Hero-module__Z8hQ_W__title{font-size:38px}.Hero-module__Z8hQ_W__body{font-size:18px}.Hero-module__Z8hQ_W__scene{height:300px}}@keyframes Hero-module__Z8hQ_W__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
.HowItWorks-module__a-Tr4W__facts{max-width:var(--w-wide);padding:8px var(--gutter) 0;margin:0 auto}.HowItWorks-module__a-Tr4W__factsInner{background:var(--o-well);border-radius:var(--r-md);flex-wrap:wrap;justify-content:center;gap:12px 40px;padding:20px 28px;display:flex}.HowItWorks-module__a-Tr4W__fact{color:var(--haze);align-items:baseline;gap:9px;font-size:16px;font-weight:700;display:flex}.HowItWorks-module__a-Tr4W__factKey{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--yellow);white-space:nowrap;font-size:19px;font-weight:800}.HowItWorks-module__a-Tr4W__steps{counter-reset:step;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;display:grid}.HowItWorks-module__a-Tr4W__step{background:var(--o-well);border-radius:var(--r-md);flex-direction:column;gap:10px;padding:28px 24px;display:flex;position:relative}.HowItWorks-module__a-Tr4W__stepNum{font-family:var(--font-baloo), system-ui, sans-serif;letter-spacing:1px;color:var(--navy);background:var(--yellow);border-radius:var(--r-pill);align-self:flex-start;padding:3px 13px;font-size:15px;font-weight:800}.HowItWorks-module__a-Tr4W__stepGlyph{font-size:38px;line-height:1}.HowItWorks-module__a-Tr4W__stepTitle{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--white);font-size:20px;font-weight:800;line-height:1.25}.HowItWorks-module__a-Tr4W__stepBody{color:var(--haze);font-size:16px;font-weight:700;line-height:1.5}.HowItWorks-module__a-Tr4W__week{grid-template-columns:repeat(7,1fr);gap:10px;width:100%;display:grid}.HowItWorks-module__a-Tr4W__day{border-radius:var(--r-md);text-align:center;flex-direction:column;justify-content:center;gap:6px;min-height:108px;padding:20px 8px;display:flex}.HowItWorks-module__a-Tr4W__dayName{font-family:var(--font-baloo), system-ui, sans-serif;letter-spacing:1px;font-size:15px;font-weight:800}.HowItWorks-module__a-Tr4W__dayKind{font-size:13px;font-weight:700}.HowItWorks-module__a-Tr4W__dayClass{background:var(--o-well)}.HowItWorks-module__a-Tr4W__dayClass .HowItWorks-module__a-Tr4W__dayName{color:var(--white)}.HowItWorks-module__a-Tr4W__dayClass .HowItWorks-module__a-Tr4W__dayKind{color:var(--haze)}.HowItWorks-module__a-Tr4W__dayRest{border:2px dashed var(--o-ui);background:0 0}.HowItWorks-module__a-Tr4W__dayRest .HowItWorks-module__a-Tr4W__dayName,.HowItWorks-module__a-Tr4W__dayRest .HowItWorks-module__a-Tr4W__dayKind{color:var(--slate)}.HowItWorks-module__a-Tr4W__dayPlay{background:var(--yellow);box-shadow:0 5px 0 var(--yellow-d)}.HowItWorks-module__a-Tr4W__dayPlay .HowItWorks-module__a-Tr4W__dayName,.HowItWorks-module__a-Tr4W__dayPlay .HowItWorks-module__a-Tr4W__dayKind{color:var(--navy)}.HowItWorks-module__a-Tr4W__weekNote{color:var(--haze);text-align:center;max-width:56ch;margin:0 auto;font-size:17px;font-weight:700}.HowItWorks-module__a-Tr4W__weekNote b{color:var(--yellow)}@media (max-width:1100px){.HowItWorks-module__a-Tr4W__steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.HowItWorks-module__a-Tr4W__week{grid-template-columns:repeat(3,1fr)}.HowItWorks-module__a-Tr4W__day{min-height:92px}.HowItWorks-module__a-Tr4W__day:last-child{grid-column:1/-1}}@media (max-width:560px){.HowItWorks-module__a-Tr4W__steps{grid-template-columns:1fr}.HowItWorks-module__a-Tr4W__factsInner{flex-direction:column;align-items:flex-start;gap:14px}.HowItWorks-module__a-Tr4W__fact{flex-direction:column;align-items:flex-start;gap:2px}}
.Levels-module__Y__Dxa__grid{grid-template-columns:repeat(5,1fr);gap:14px;width:100%;display:grid}.Levels-module__Y__Dxa__level{background:var(--o-well);border-radius:var(--r-md);text-align:center;flex-direction:column;align-items:center;gap:7px;padding:26px 16px;display:flex;position:relative}.Levels-module__Y__Dxa__level:after{content:"";border-radius:var(--r-pill) var(--r-pill) 0 0;background:var(--rung);height:4px;position:absolute;bottom:0;left:18px;right:18px}.Levels-module__Y__Dxa__mark{justify-content:center;align-items:center;min-height:62px;display:flex}.Levels-module__Y__Dxa__name{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--white);font-size:19px;font-weight:800}.Levels-module__Y__Dxa__ages{color:var(--haze);font-size:15px;font-weight:800}.Levels-module__Y__Dxa__note{color:var(--slate);font-size:13px;font-weight:700;line-height:1.4}.Levels-module__Y__Dxa__caption{color:var(--haze);text-align:center;max-width:60ch;margin:0 auto;font-size:17px;font-weight:700}.Levels-module__Y__Dxa__caption b{color:var(--yellow)}@media (max-width:900px){.Levels-module__Y__Dxa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.Levels-module__Y__Dxa__grid{grid-template-columns:1fr}}
.PreviewCard-module__Qx-3AG__wrap{position:relative}.PreviewCard-module__Qx-3AG__card{background:var(--cream);border-radius:var(--r-lg);box-shadow:var(--shadow-card-dark);flex-direction:column;gap:14px;padding:28px;display:flex;position:relative}.PreviewCard-module__Qx-3AG__cardBody{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.PreviewCard-module__Qx-3AG__head{align-items:center;gap:14px;display:flex}.PreviewCard-module__Qx-3AG__avatar{border-radius:var(--r-blob);width:52px;height:52px;color:var(--white);font-family:var(--font-baloo), system-ui, sans-serif;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;font-weight:800;display:flex}.PreviewCard-module__Qx-3AG__title{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--navy);font-size:20px;font-weight:700;line-height:1.25}.PreviewCard-module__Qx-3AG__subtitle{color:var(--steel);font-size:14px;font-weight:700}.PreviewCard-module__Qx-3AG__row{color:var(--steel);justify-content:space-between;gap:12px;font-size:16px;font-weight:700;display:flex}.PreviewCard-module__Qx-3AG__value{color:var(--navy);text-align:right;font-weight:800}.PreviewCard-module__Qx-3AG__track{background:var(--mist);border-radius:var(--r-pill);height:14px;overflow:hidden}.PreviewCard-module__Qx-3AG__fill{border-radius:var(--r-pill);height:100%}.PreviewCard-module__Qx-3AG__badge{font-family:var(--font-baloo), system-ui, sans-serif;border-radius:var(--r-pill);white-space:nowrap;padding:8px 18px;font-size:16px;font-weight:700;animation:3.5s ease-in-out infinite PreviewCard-module__Qx-3AG__float;position:absolute}.PreviewCard-module__Qx-3AG__badgeTopRight{top:-18px;right:-10px}.PreviewCard-module__Qx-3AG__badgeBottomLeft{animation:4s ease-in-out .5s infinite PreviewCard-module__Qx-3AG__float;bottom:-16px;left:-12px}@keyframes PreviewCard-module__Qx-3AG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1250px){.PreviewCard-module__Qx-3AG__hasCompanion{margin-top:calc(84px * var(--cs,1) - 8px)}}@media (max-width:420px){.PreviewCard-module__Qx-3AG__hasCompanion{margin-top:calc(70px * var(--cs,1) - 8px)}}
.Form-module__f4FJ4a__form{flex-direction:column;gap:18px;width:100%;display:flex}.Form-module__f4FJ4a__inline{flex-flow:wrap;align-items:flex-start;gap:12px}.Form-module__f4FJ4a__field{flex-direction:column;gap:8px;min-width:0;display:flex}.Form-module__f4FJ4a__inline .Form-module__f4FJ4a__field{flex:260px}.Form-module__f4FJ4a__label{color:var(--haze);font-size:15px;font-weight:800}.Form-module__f4FJ4a__input,.Form-module__f4FJ4a__textarea{font-family:var(--font-nunito), system-ui, sans-serif;color:var(--navy);background:var(--cream);border-radius:var(--r-sm);border:3px solid #0000;width:100%;min-height:52px;padding:14px 16px;font-size:16px;font-weight:700;transition:border-color .16s,box-shadow .16s}.Form-module__f4FJ4a__textarea{resize:vertical;min-height:120px;line-height:1.5}.Form-module__f4FJ4a__input::placeholder,.Form-module__f4FJ4a__textarea::placeholder{color:var(--steel);font-weight:700}.Form-module__f4FJ4a__input:focus,.Form-module__f4FJ4a__textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 4px #1b95e047}.Form-module__f4FJ4a__input:focus-visible,.Form-module__f4FJ4a__textarea:focus-visible{outline:none}.Form-module__f4FJ4a__invalid{border-color:var(--pink)}.Form-module__f4FJ4a__error{color:var(--pink-lift);border-radius:var(--r-sm);background:#f8436e24;border:2px solid #f8436e61;align-self:flex-start;padding:8px 12px;font-size:14px;font-weight:800}.Form-module__f4FJ4a__success{color:var(--ink);background:var(--green);border-radius:var(--r-md);text-align:center;box-shadow:0 4px 0 var(--green-d);animation:Form-module__f4FJ4a__bounce-in .4s var(--ease-spring);padding:16px 22px;font-size:17px;font-weight:800}.Form-module__f4FJ4a__note{color:var(--slate);font-size:14px;font-weight:700}.Form-module__f4FJ4a__inline .Form-module__f4FJ4a__note{flex:0 0 100%;order:3}.Form-module__f4FJ4a__onLight .Form-module__f4FJ4a__label{color:var(--navy)}.Form-module__f4FJ4a__onLight .Form-module__f4FJ4a__input,.Form-module__f4FJ4a__onLight .Form-module__f4FJ4a__textarea{background:var(--white);border-color:#1b3a6b2e}.Form-module__f4FJ4a__onLight .Form-module__f4FJ4a__input:focus,.Form-module__f4FJ4a__onLight .Form-module__f4FJ4a__textarea:focus{border-color:var(--blue)}.Form-module__f4FJ4a__onLight .Form-module__f4FJ4a__note{color:var(--steel)}.Form-module__f4FJ4a__onLight .Form-module__f4FJ4a__error{color:var(--navy);background:#f8436e33;border-color:#0000}.Form-module__f4FJ4a__submitRow{flex-direction:column;gap:8px;display:flex}.Form-module__f4FJ4a__submitRow:before{content:"";height:1.6em;font-size:15px;line-height:1.6}@media (max-width:560px){.Form-module__f4FJ4a__inline{flex-direction:column;align-items:stretch}.Form-module__f4FJ4a__inline .Form-module__f4FJ4a__field{flex:none}.Form-module__f4FJ4a__submitRow{width:100%}.Form-module__f4FJ4a__submitRow:before{display:none}}@keyframes Form-module__f4FJ4a__bounce-in{0%{opacity:0;transform:scale(.92)}60%{opacity:1;transform:scale(1.03)}to{transform:scale(1)}}
.Pieces-module__pGvFZW__panel{background:var(--cream);border-radius:var(--r-lg);box-shadow:var(--shadow-card-dark);color:var(--navy);flex-direction:column;gap:14px;padding:32px;display:flex;position:relative}.Pieces-module__pGvFZW__panelInner{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.Pieces-module__pGvFZW__panelTitle{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--navy);font-size:24px;font-weight:800}.Pieces-module__pGvFZW__panelBody{color:var(--steel);font-size:16px;font-weight:700;line-height:1.6}.Pieces-module__pGvFZW__panelList{color:var(--navy);flex-direction:column;gap:12px;margin:0;padding:0;font-size:17px;font-weight:700;list-style:none;display:flex}.Pieces-module__pGvFZW__panelList a{color:var(--blue)}.Pieces-module__pGvFZW__panelList a:hover{color:var(--pink)}.Pieces-module__pGvFZW__twoCol{grid-template-columns:1fr 1.2fr;align-items:start;gap:32px;display:grid}.Pieces-module__pGvFZW__faq{width:100%;max-width:var(--w-prose);flex-direction:column;gap:14px;margin:0 auto;display:flex}.Pieces-module__pGvFZW__faqItem{background:var(--o-well);border-radius:var(--r-md);padding:4px 24px}.Pieces-module__pGvFZW__faqItem summary{cursor:pointer;font-family:var(--font-baloo), system-ui, sans-serif;color:var(--white);justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:20px;font-weight:700;list-style:none;display:flex}.Pieces-module__pGvFZW__faqItem summary::-webkit-details-marker{display:none}.Pieces-module__pGvFZW__faqItem summary:after{content:"+";color:var(--yellow);transition:transform .2s var(--ease-spring);flex-shrink:0;font-size:26px}.Pieces-module__pGvFZW__faqItem[open] summary:after{transform:rotate(45deg)}.Pieces-module__pGvFZW__faqAnswer{color:var(--haze);padding-bottom:20px;font-size:17px;font-weight:700;line-height:1.6}.Pieces-module__pGvFZW__cardGrid{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}.Pieces-module__pGvFZW__topicCard{background:var(--o-well);border-radius:var(--r-md);flex-direction:column;display:flex;overflow:hidden}.Pieces-module__pGvFZW__topicThumb{justify-content:center;align-items:flex-end;height:150px;display:flex;overflow:hidden}.Pieces-module__pGvFZW__topicBody{flex-direction:column;align-items:flex-start;gap:10px;padding:22px 24px 26px;display:flex}.Pieces-module__pGvFZW__tag{font-family:var(--font-baloo), system-ui, sans-serif;letter-spacing:1px;border-radius:var(--r-pill);padding:4px 12px;font-size:12px;font-weight:700}.Pieces-module__pGvFZW__topicTitle{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--white);font-size:20px;font-weight:800;line-height:1.25}.Pieces-module__pGvFZW__soon{color:var(--slate);font-size:13px;font-weight:800}.Pieces-module__pGvFZW__timeline{max-width:var(--w-prose);flex-direction:column;gap:4px;width:100%;margin:0;padding:0;list-style:none;display:flex}.Pieces-module__pGvFZW__timelineItem{border-left:3px solid var(--o-ui);flex-direction:column;gap:6px;padding:22px 0 22px 30px;display:flex;position:relative}.Pieces-module__pGvFZW__timelineItem:before{content:"";background:var(--yellow);border-radius:50%;width:15px;height:15px;position:absolute;top:28px;left:-9px}.Pieces-module__pGvFZW__timelineItem:last-child{border-left-color:#0000}.Pieces-module__pGvFZW__timelineTitle{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--white);font-size:21px;font-weight:800}.Pieces-module__pGvFZW__timelineBody{color:var(--haze);font-size:17px;font-weight:700;line-height:1.55}.Pieces-module__pGvFZW__printCard{background:var(--cream);border-radius:var(--r-md);text-align:center;box-shadow:var(--shadow-card-dark);flex-direction:column;align-items:center;gap:14px;padding:24px;display:flex}.Pieces-module__pGvFZW__printThumb{justify-content:center;align-items:flex-end;min-height:140px;display:flex}.Pieces-module__pGvFZW__printTitle{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--navy);font-size:19px;font-weight:800;line-height:1.25}.Pieces-module__pGvFZW__printSoon{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--steel);background:var(--mist);border-radius:var(--r-pill);padding:9px 20px;font-size:15px;font-weight:700}.Pieces-module__pGvFZW__centerNote{color:var(--haze);text-align:center;max-width:52ch;margin:0 auto;font-size:16px;font-weight:700}.Pieces-module__pGvFZW__eventDate{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--navy);font-size:44px;font-weight:800;line-height:1.1}.Pieces-module__pGvFZW__eventMeta{color:var(--blue);font-size:16px;font-weight:800}@media (max-width:900px){.Pieces-module__pGvFZW__cardGrid,.Pieces-module__pGvFZW__twoCol{grid-template-columns:1fr}.Pieces-module__pGvFZW__eventDate{font-size:34px}.Pieces-module__pGvFZW__panel{padding:24px}}@media (max-width:1250px){.Pieces-module__pGvFZW__hasCompanion{margin-top:calc(84px * var(--cs,1) - 8px)}}@media (max-width:420px){.Pieces-module__pGvFZW__hasCompanion{margin-top:calc(70px * var(--cs,1) - 8px)}}
.Pricing-module__TjAkjG__card{background:var(--cream);border-radius:var(--r-lg);box-shadow:var(--shadow-card-dark);text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:520px;margin:0 auto;padding:40px 36px;display:flex;position:relative}.Pricing-module__TjAkjG__ribbon{background:var(--green);color:var(--white);font-family:var(--font-baloo), system-ui, sans-serif;border-radius:var(--r-pill);box-shadow:0 4px 0 var(--green-d);white-space:nowrap;padding:7px 16px;font-size:15px;font-weight:700;position:absolute;top:-16px;right:-12px}.Pricing-module__TjAkjG__worth{color:var(--steel);align-items:baseline;gap:7px;font-size:17px;font-weight:800;display:flex}.Pricing-module__TjAkjG__worth s{text-decoration-thickness:2px}.Pricing-module__TjAkjG__price{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--navy);font-variant-numeric:tabular-nums;font-size:62px;font-weight:800;line-height:1}.Pricing-module__TjAkjG__period{color:var(--steel);font-size:17px;font-weight:800}.Pricing-module__TjAkjG__rule{background:var(--mist);border-radius:var(--r-pill);width:100%;height:2px;margin:18px 0 6px}.Pricing-module__TjAkjG__includes{text-align:left;flex-direction:column;gap:12px;width:100%;margin:0;padding:0;list-style:none;display:flex}.Pricing-module__TjAkjG__item{color:var(--navy);align-items:flex-start;gap:11px;font-size:16px;font-weight:700;line-height:1.45;display:flex}.Pricing-module__TjAkjG__tick{background:var(--green);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:13px;font-weight:800;display:flex}.Pricing-module__TjAkjG__cta{margin-top:22px}.Pricing-module__TjAkjG__footnote{color:var(--steel);margin-top:12px;font-size:14px;font-weight:700}@media (max-width:560px){.Pricing-module__TjAkjG__card{padding:32px 24px}.Pricing-module__TjAkjG__price{font-size:50px}.Pricing-module__TjAkjG__ribbon{right:50%;transform:translate(50%)}}
.PricingCrowd-module__Ht3uVW__crowd{--base:116px;max-width:var(--w-wide);pointer-events:none;z-index:1;margin:0 auto;position:absolute;inset:0}.PricingCrowd-module__Ht3uVW__member{--tx:-50%;bottom:var(--b);left:var(--x);transform:translateX(var(--tx));animation:5.4s ease-in-out infinite PricingCrowd-module__Ht3uVW__crowd-bob;animation-delay:var(--d);position:absolute}.PricingCrowd-module__Ht3uVW__back{z-index:1;opacity:.94}.PricingCrowd-module__Ht3uVW__near{z-index:2}.PricingCrowd-module__Ht3uVW__member img{height:calc(var(--base) * var(--s) * var(--tier));filter:drop-shadow(0 8px 12px #00000052);width:auto}.PricingCrowd-module__Ht3uVW__back img{--tier:.86}.PricingCrowd-module__Ht3uVW__near img{--tier:1}@keyframes PricingCrowd-module__Ht3uVW__crowd-bob{0%,to{transform:translateX(var(--tx)) translateY(0)}50%{transform:translateX(var(--tx)) translateY(-7px)}}.PricingCrowd-module__Ht3uVW__cardLayer{z-index:3;position:relative}@media (max-width:1100px){.PricingCrowd-module__Ht3uVW__crowd{--base:clamp(44px, 11vw, 104px);justify-content:center;align-items:flex-end;width:100%;margin-top:34px;display:flex;position:static;inset:auto}.PricingCrowd-module__Ht3uVW__member{--tx:0px;flex:none;margin:0 clamp(-14px,-1.2vw,-8px);position:static}.PricingCrowd-module__Ht3uVW__back img,.PricingCrowd-module__Ht3uVW__near img{--tier:1}.PricingCrowd-module__Ht3uVW__back{opacity:1}}@media (prefers-reduced-motion:reduce){.PricingCrowd-module__Ht3uVW__member{animation:none}}
.PartyLine-module__hUvN_a__line{--base:clamp(46px, 8.4vw, 132px);width:100%;min-height:calc(var(--base) * 1.3 + 30px);justify-content:center;align-items:flex-end;display:flex}.PartyLine-module__hUvN_a__member{transform:translateY(calc(var(--lift) * -1));animation:5.2s ease-in-out infinite PartyLine-module__hUvN_a__party-bob;animation-delay:var(--d);flex:none;margin:0 clamp(-14px,-1vw,-4px);position:relative}.PartyLine-module__hUvN_a__member img{height:calc(var(--base) * var(--s));filter:drop-shadow(0 8px 12px #00000052);width:auto}@keyframes PartyLine-module__hUvN_a__party-bob{0%,to{transform:translateY(calc(var(--lift) * -1))}50%{transform:translateY(calc(var(--lift) * -1 - 8px))}}@media (prefers-reduced-motion:reduce){.PartyLine-module__hUvN_a__member{animation:none}}
.Reveal-module__vCs_Ea__reveal{opacity:0;transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(14px)scale(.965)}.Reveal-module__vCs_Ea__shown{opacity:1;will-change:auto;transform:none}.Reveal-module__vCs_Ea__character{transform:translateY(18px)scale(.9)}@media (prefers-reduced-motion:reduce){.Reveal-module__vCs_Ea__reveal{opacity:1;transition:none;transform:none}}
.Section-module__27SNAG__stack{max-width:var(--w-wide);padding:var(--section-y) var(--gutter);gap:var(--section-y);flex-direction:column;margin:0 auto;display:flex;position:relative}.Section-module__27SNAG__band{background:var(--navy);padding:var(--section-y) var(--gutter);position:relative}.Section-module__27SNAG__bandInner{max-width:var(--w-wide);flex-direction:column;align-items:center;gap:40px;margin:0 auto;display:flex}.Section-module__27SNAG__head{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:640px;margin:0 auto;display:flex}.Section-module__27SNAG__eyebrow{font-family:var(--font-baloo), system-ui, sans-serif;letter-spacing:2px;color:var(--yellow);font-size:16px;font-weight:700}.Section-module__27SNAG__h1{color:var(--white);font-size:52px;font-weight:800;line-height:1.15}.Section-module__27SNAG__h2{color:var(--white);font-size:40px;font-weight:800}.Section-module__27SNAG__intro{color:var(--haze);max-width:600px;font-size:20px;font-weight:700;line-height:1.5}.Section-module__27SNAG__statGrid{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}.Section-module__27SNAG__statTile{background:var(--o-well);border-radius:var(--r-md);text-align:center;flex-direction:column;gap:12px;padding:32px 28px;display:flex}.Section-module__27SNAG__statFigure{font-family:var(--font-baloo), system-ui, sans-serif;font-size:48px;font-weight:800;line-height:1.1}.Section-module__27SNAG__statBody{color:var(--haze);font-size:17px;font-weight:700;line-height:1.5}.Section-module__27SNAG__split{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.Section-module__27SNAG__copy{flex-direction:column;gap:16px;display:flex}.Section-module__27SNAG__copy h3{color:var(--white);font-size:30px;font-weight:800}.Section-module__27SNAG__copy p{color:var(--haze);font-size:18px;font-weight:700;line-height:1.6}.Section-module__27SNAG__media{position:relative}.Section-module__27SNAG__mediaCard{z-index:1;position:relative}.Section-module__27SNAG__mediaFirst .Section-module__27SNAG__copy{order:2}.Section-module__27SNAG__mediaFirst .Section-module__27SNAG__media{order:1}.Section-module__27SNAG__ctaWrap{max-width:var(--w-panel);margin:0 auto var(--section-y);padding:0 var(--gutter);position:relative}.Section-module__27SNAG__band+.Section-module__27SNAG__ctaWrap{margin-top:var(--section-y)}.Section-module__27SNAG__cta{background:var(--blue);border-radius:var(--r-lg);text-align:center;box-shadow:0 8px 0 var(--blue-d);flex-direction:column;align-items:center;gap:16px;padding:56px 48px;display:flex}.Section-module__27SNAG__ctaEyebrow{font-family:var(--font-baloo), system-ui, sans-serif;letter-spacing:2px;color:var(--cream-dim);font-size:16px;font-weight:700}.Section-module__27SNAG__ctaTitle{color:var(--white);font-size:38px;font-weight:800}.Section-module__27SNAG__ctaBody{color:var(--sky);font-size:20px;font-weight:700}@media (max-width:900px){.Section-module__27SNAG__statGrid{grid-template-columns:1fr}.Section-module__27SNAG__split{grid-template-columns:1fr;gap:32px}.Section-module__27SNAG__mediaFirst .Section-module__27SNAG__copy{order:1}.Section-module__27SNAG__mediaFirst .Section-module__27SNAG__media{order:2}.Section-module__27SNAG__h1{font-size:38px}.Section-module__27SNAG__h2{font-size:30px}.Section-module__27SNAG__copy h3{font-size:25px}.Section-module__27SNAG__cta{padding:40px 28px}.Section-module__27SNAG__ctaTitle{font-size:30px}}
.page-module__E0kJGG__statement{max-width:var(--w-prose);padding:56px var(--gutter);text-align:center;margin:0 auto}.page-module__E0kJGG__statementText{color:var(--haze);font-size:24px;font-weight:700;line-height:1.6}.page-module__E0kJGG__statementText b{color:var(--yellow)}@media (max-width:900px){.page-module__E0kJGG__statementText{font-size:20px}}
.Legal-module__thhP-G__wrap{max-width:760px;padding:var(--section-y) var(--gutter);margin:0 auto}.Legal-module__thhP-G__updated{color:var(--slate);margin-bottom:8px;font-size:15px;font-weight:700}.Legal-module__thhP-G__lede{color:var(--haze);margin:20px 0 8px;font-size:20px;font-weight:700;line-height:1.6}.Legal-module__thhP-G__prose{flex-direction:column;gap:14px;display:flex}.Legal-module__thhP-G__prose h2{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--white);margin-top:34px;font-size:26px;font-weight:800}.Legal-module__thhP-G__prose h3{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--yellow);margin-top:20px;font-size:20px;font-weight:700}.Legal-module__thhP-G__prose p,.Legal-module__thhP-G__prose li{color:var(--haze);font-size:17px;font-weight:700;line-height:1.65}.Legal-module__thhP-G__prose ul{flex-direction:column;gap:9px;margin:0;padding-left:22px;display:flex}.Legal-module__thhP-G__prose a{color:var(--yellow);text-underline-offset:3px;text-decoration:underline}.Legal-module__thhP-G__prose strong{color:var(--white)}.Legal-module__thhP-G__todo{color:var(--navy);background:var(--yellow);overflow-wrap:anywhere;border-radius:5px;padding:1px 7px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.92em;font-weight:700}.Legal-module__thhP-G__callout{background:var(--o-well);border-left:4px solid var(--yellow);border-radius:var(--r-sm);flex-direction:column;gap:10px;margin:8px 0;padding:20px 22px;display:flex}.Legal-module__thhP-G__table{border-collapse:collapse;width:100%;font-size:16px;display:block;overflow-x:auto}.Legal-module__thhP-G__table th,.Legal-module__thhP-G__table td{text-align:left;border-bottom:1px solid var(--o-ui);color:var(--haze);vertical-align:top;padding:12px 14px;font-weight:700}.Legal-module__thhP-G__table th{font-family:var(--font-baloo), system-ui, sans-serif;color:var(--white);white-space:nowrap;font-weight:800}@media (max-width:700px){.Legal-module__thhP-G__prose h2{font-size:22px}.Legal-module__thhP-G__lede{font-size:18px}}
