body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--nb-bg:#ffffffc7;--nb-bg-solid:#fff;--nb-text:#12314a;--nb-muted:#12314ab8;--nb-border:#12314a1a;--nb-accent-1:#ff6aa2;--nb-accent-2:#6ad7ff;--nb-accent-3:#8bf0a5;--nb-accent-4:#ffd56a;--nb-radius:18px;--nb-shadow:0 14px 40px #0000001a;--nb-shadow-soft:0 10px 26px #00000014}.nb-no-scroll{overflow:hidden}.nb{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffc7;background:var(--nb-bg);border-bottom:1px solid #12314a1a;border-bottom:1px solid var(--nb-border);position:-webkit-sticky;position:sticky;top:0;z-index:999}.nb--scrolled{background:#ffffffeb;box-shadow:0 10px 30px #00000012}.nb__inner{align-items:center;display:flex;gap:16px;justify-content:space-between;margin:0 auto;max-width:1240px;padding:12px 18px}.nb__brand{align-items:center;border-radius:14px;display:inline-flex;gap:10px;outline:none;padding:0;text-decoration:none}.nb__brand:focus-visible{box-shadow:0 0 0 4px #6ad7ff59}.nb__logo{display:block;filter:drop-shadow(0 8px 14px rgba(0,0,0,.08));height:96px;object-fit:contain;width:140px}.nb__links{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;justify-content:flex-end}.nb__link{border-radius:999px;color:#12314a;color:var(--nb-text);font-size:.92rem;font-weight:700;letter-spacing:.2px;padding:10px 12px;position:relative;text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease;white-space:nowrap}.nb__link:hover{background:#6ad7ff2e;transform:translateY(-1px)}.nb__link:active{transform:translateY(0)}.nb__link:focus-visible{background:#ff6aa21f;box-shadow:0 0 0 4px #ff6aa240;outline:none}.nb__more{position:relative}.nb__moreBtn{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #12314a1f;border-radius:999px;box-shadow:0 10px 24px #0000000f;color:#12314a;color:var(--nb-text);cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:800;gap:8px;padding:10px 14px;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.nb__moreBtn:hover{background:#ffd56a29;transform:translateY(-1px)}.nb__moreBtn:focus-visible{box-shadow:0 0 0 4px #6ad7ff59;outline:none}.nb__chev{transition:transform .18s ease}.nb__moreBtn.is-open .nb__chev{transform:rotate(180deg)}.nb__moreMenu{grid-gap:6px;background:#fff;background:var(--nb-bg-solid);border:1px solid #12314a1a;border-radius:18px;box-shadow:0 10px 26px #00000014;box-shadow:var(--nb-shadow-soft);display:grid;gap:6px;opacity:0;padding:10px;pointer-events:none;position:absolute;right:0;top:calc(100% + 10px);transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease;width:min(340px,72vw)}.nb__moreMenu.show{opacity:1;pointer-events:auto;transform:translateY(0)}.nb__moreItem{background:#6ad7ff1a;border:1px solid #6ad7ff2e;border-radius:14px;color:#12314a;color:var(--nb-text);font-weight:800;padding:12px;text-decoration:none;transition:transform .16s ease,background .16s ease;white-space:nowrap}.nb__moreItem:hover{background:#ff6aa224;transform:translateX(-2px)}.nb__moreItem:focus-visible{box-shadow:0 0 0 4px #ffd56a47;outline:none}.nb__burger{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #12314a1a;border:1px solid var(--nb-border);border-radius:14px;box-shadow:0 10px 24px #0000000f;cursor:pointer;display:none;height:46px;justify-content:center;padding:0;position:relative;width:46px}.nb__burger:focus-visible{box-shadow:0 0 0 4px #ffd56a4d;outline:none}.nb__burgerLine{background:#12314a;background:var(--nb-text);border-radius:2px;height:2.5px;position:absolute;transition:transform .22s ease,opacity .2s ease,top .22s ease;width:20px}.nb__burgerLine:first-child{top:16px}.nb__burgerLine:nth-child(2){top:22px}.nb__burgerLine:nth-child(3){top:28px}.nb__burger.is-open .nb__burgerLine:first-child{top:22px;transform:rotate(45deg)}.nb__burger.is-open .nb__burgerLine:nth-child(2){opacity:0}.nb__burger.is-open .nb__burgerLine:nth-child(3){top:22px;transform:rotate(-45deg)}.nb__sprinkles{background:linear-gradient(90deg,#ff6aa2,#ffd56a,#6ad7ff,#8bf0a5,#ff6aa2);background:linear-gradient(90deg,var(--nb-accent-1),var(--nb-accent-4),var(--nb-accent-2),var(--nb-accent-3),var(--nb-accent-1));height:6px;opacity:.9}.nb__overlay{background:#08141e6b;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .22s ease;z-index:1000}.nb__overlay.show{opacity:1;pointer-events:auto}.nb__drawer{background:#fff;background:var(--nb-bg-solid);border-left:1px solid #12314a14;box-shadow:0 14px 40px #0000001a;box-shadow:var(--nb-shadow);display:flex;flex-direction:column;height:100%;position:absolute;right:0;top:0;transform:translateX(110%);transition:transform .26s cubic-bezier(.2,.8,.2,1);width:min(86vw,360px)}.nb__drawer.open{transform:translateX(0)}.nb__drawerHeader{align-items:center;border-bottom:1px solid #12314a14;display:flex;justify-content:space-between;padding:18px 16px}.nb__drawerLogo{filter:drop-shadow(0 8px 14px rgba(0,0,0,.08));height:56px;object-fit:contain;width:56px}.nb__close{background:#fffc;border:1px solid #12314a1f;border-radius:14px;cursor:pointer;font-size:18px;height:44px;line-height:1;width:44px}.nb__close:focus-visible{box-shadow:0 0 0 4px #6ad7ff59;outline:none}.nb__drawerLinks{display:flex;flex-direction:column;gap:6px;overflow:auto;padding:14px 10px 18px}.nb__drawerLink{background:#6ad7ff1a;border:1px solid #6ad7ff2e;border-radius:14px;color:#12314a;color:var(--nb-text);font-weight:800;padding:12px;text-decoration:none;transition:transform .16s ease,background .16s ease}.nb__drawerLink:hover{background:#ffd56a29;transform:translateX(-2px)}.nb__drawerLink:focus-visible{box-shadow:0 0 0 4px #ff6aa238;outline:none}.nb__drawerFooter{display:flex;gap:10px;justify-content:flex-start;margin-top:auto;padding:18px 16px 22px}.nb__bubble{border-radius:999px;filter:drop-shadow(0 10px 16px rgba(0,0,0,.1));height:18px;width:18px}.nb__bubble--1{background:#ff6aa2;background:var(--nb-accent-1)}.nb__bubble--2{background:#6ad7ff;background:var(--nb-accent-2)}.nb__bubble--3{background:#ffd56a;background:var(--nb-accent-4)}@media (max-width:980px){.nb__links{display:none}.nb__burger{border-radius:12px;display:inline-flex;flex:0 0 auto;height:38px;width:38px}.nb__inner{gap:10px;padding:4px 10px}.nb__brand{display:flex;flex:1 1 auto;justify-content:center;margin:0 auto}.nb__logo{display:block;filter:drop-shadow(0 8px 14px rgba(0,0,0,.08));height:55px;object-fit:cover;object-position:center;width:min(92vw,165px)}.nb__sprinkles{height:4px}.nb__burgerLine{height:2.2px;width:18px}.nb__burgerLine:first-child{top:13px}.nb__burgerLine:nth-child(2){top:18px}.nb__burgerLine:nth-child(3){top:23px}.nb__burger.is-open .nb__burgerLine:first-child,.nb__burger.is-open .nb__burgerLine:nth-child(3){top:18px}}.fwa{animation:fwaBounce 3.2s ease-in-out infinite;background:#ffd56af2;border:1px solid #12314a1f;border-radius:999px;bottom:18px;box-shadow:0 18px 40px #0000002e,0 6px 18px #0000001a;color:#12314a;display:grid;height:64px;place-items:center;position:fixed;right:18px;text-decoration:none;width:64px;z-index:9999}.fwa:hover{animation:none;box-shadow:0 22px 56px #00000038,0 8px 22px #0000001f;transform:translateY(-3px) scale(1.03)}.fwa:active{transform:translateY(0) scale(.98)}.fwa__icon{height:30px;width:30px}.fwa__ring{animation:fwaPulse 3.6s ease-in-out infinite;background:radial-gradient(circle,#6ad7ff59,#ff6aa240,#0000 70%);border-radius:999px;filter:blur(8px);inset:-10px;position:absolute;z-index:-1}@keyframes fwaBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fwaPulse{0%,to{opacity:.7}50%{opacity:1}}@media (max-width:980px){.fwa{bottom:14px;height:56px;right:14px;width:56px}.fwa__icon{height:26px;width:26px}}.home{overflow:hidden;padding:10px 0;position:relative}.home:after{background:radial-gradient(140% 110% at 50% 100%,#fff 0,#ffffff9e 52%,#fff0 85%),linear-gradient(180deg,#fff0 0,#ffffff59 60%,#fff);bottom:-34px;content:"";filter:blur(8px);height:150px;left:-8%;pointer-events:none;position:absolute;right:-8%;z-index:1}.home__container{margin:0 auto;max-width:1240px;padding:0 18px;position:relative;z-index:2}.home__blob{border-radius:999px;filter:blur(80px);opacity:.16;pointer-events:none;position:absolute;z-index:0}.home__blob--a{background:#ff6aa2e6;height:560px;left:-240px;top:-220px;width:560px}.home__blob--b{background:#6ad7ffe6;height:620px;right:-260px;top:-180px;width:620px}.home__blob--c{background:#ffd56acc;bottom:-260px;height:520px;left:30%;width:520px}.home__hero{align-items:center;display:grid;grid-template-columns:1fr;padding:18px 0 10px;position:relative;z-index:2}@media (min-width:981px){.home__hero{justify-items:center}.home__copy,.home__hero{text-align:center}.home__ctaRow{justify-content:center}}.home__copy{max-width:760px}.home__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #12314a1a;border-radius:999px;box-shadow:0 10px 24px #0000000f;color:#12314a;font-size:.92rem;font-weight:800;gap:10px;padding:10px 14px}.home__badge,.home__spark{align-items:center;display:inline-flex}.home__spark{background:#6ad7ff2e;border-radius:999px;height:26px;justify-content:center;width:26px}.home__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:14px 0 10px}.home__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000;text-shadow:0 2px 12px #ff3d8140,0 2px 16px #3bbcff33}.home__subtitle{color:#12314adb;font-size:1.03rem;font-weight:760;line-height:1.85;margin:0;max-width:56ch}.home__ctaRow{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;position:relative;z-index:3}.home__cta{align-items:center;animation:gentleBounce 2.8s ease-in-out infinite;border:1px solid #12314a1f;border-radius:999px;box-shadow:0 16px 36px #0000001f;color:#12314a;display:inline-flex;font-weight:900;justify-content:center;min-width:180px;padding:12px 18px;text-decoration:none}.home__cta,.home__cta--primary{background:#ffd56af2}.home__cta:hover{animation:none;transform:translateY(-2px)}.home__cta:active{transform:translateY(0)}@keyframes gentleBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.home__balloon{animation:homeFloat 6.2s ease-in-out infinite;font-size:40px;opacity:.14;pointer-events:none;position:absolute;z-index:0}.home__balloon--1{animation-duration:6.8s;left:6%;top:32%}.home__balloon--2{animation-delay:.6s;animation-duration:7.4s;right:10%;top:18%}.home__balloon--3{animation-delay:1.1s;animation-duration:6.6s;bottom:10%;right:22%}@keyframes homeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (max-width:980px){.home{padding:18px 0 14px}.home__title{font-size:1.55rem}.home__subtitle{font-size:.95rem;line-height:1.75}.home__badge{font-size:.82rem;padding:7px 11px}.home__cta{font-size:.9rem;min-width:140px;padding:10px 14px}.home__balloon{font-size:28px;opacity:.11}.home:after{bottom:-28px;filter:blur(9px);height:110px}}.about{isolation:isolate;overflow:hidden;padding:28px 0 22px;position:relative}.about:before{background:radial-gradient(circle at 12% 18%,#12314a0a,#0000 45%),radial-gradient(circle at 88% 22%,#12314a08,#0000 45%),radial-gradient(circle at 30% 90%,#12314a08,#0000 55%),linear-gradient(180deg,#fff 0,#fffffffa 30%,#ffffffc7 52%,#fff0 76%),radial-gradient(circle at 18% 84%,#ff6aa22e,#0000 58%),radial-gradient(circle at 82% 66%,#6ad7ff33,#0000 56%),radial-gradient(circle at 50% 96%,#ffd56a2e,#0000 62%);inset:0;z-index:-3}.about:after,.about:before{content:"";pointer-events:none;position:absolute}.about:after{background:linear-gradient(180deg,#fff0 0,#ffffff94 55%,#fff);bottom:-2px;filter:blur(2px);height:140px;left:0;right:0;z-index:-2}.about__container{margin:0 auto;max-width:1240px;padding:0 18px}.about__blob{border-radius:999px;filter:blur(22px);opacity:.14;pointer-events:none;position:absolute;z-index:-1}.about__blob--a{background:#ff6aa2cc;height:520px;right:-220px;top:-220px;width:520px}.about__blob--b{background:#6ad7ffcc;bottom:-280px;height:620px;left:-260px;width:620px}.about__header{margin:0 0 18px}.about__title{color:#12314a;font-size:clamp(1.85rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:0}.about__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000;text-shadow:0 2px 12px #ff3d8147,0 2px 18px #3bbcff38}.about__grid{grid-gap:16px;align-items:start;display:grid;gap:16px}.about__p p{color:#12314ad6;font-size:1.06rem;font-weight:780;line-height:1.85;margin:0;padding:4px 2px}.about__media{background:#fff9;border:1px solid #12314a1a;border-radius:22px;box-shadow:0 22px 60px #0000001a,0 6px 18px #0000000f;margin:0 auto;max-width:520px;overflow:hidden;position:relative;width:100%}.about__media:before{background:radial-gradient(circle at 35% 45%,#ff6aa224,#0000 55%),radial-gradient(circle at 65% 45%,#6ad7ff29,#0000 55%),radial-gradient(circle at 50% 90%,#ffd56a24,#0000 60%);content:"";filter:blur(18px);inset:-70px;pointer-events:none;position:absolute;z-index:-1}.about__video{aspect-ratio:16/11;display:block;height:100%;object-fit:cover;pointer-events:auto;width:100%}@media (min-width:981px){.about__grid{align-items:center;gap:22px;grid-template-areas:"p1 media" "p2 media";grid-template-columns:1.05fr .95fr}.about__p--one{grid-area:p1}.about__p--two{grid-area:p2}.about__media{grid-area:media}}@media (max-width:980px){.about{padding:18px 0 12px}.about__title{font-size:1.55rem}.about__p p{font-size:.96rem;line-height:1.75}.about__media{border-radius:18px;max-width:380px}.about__video{aspect-ratio:16/12}.about:after{height:120px}}@media (max-width:420px){.about__media{max-width:100%}.about__video{aspect-ratio:4/3}}.schedule{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 22px;position:relative}.schedule:before{background:linear-gradient(180deg,#fff 0,hsla(0,0%,100%,.985) 30%,#ffffffdb 52%,#fff0 78%),url(/static/media/T3.a5ec2c40bec83e2b4f71.png);background-blend-mode:normal,multiply;background-position:50%,right 12% center;background-repeat:no-repeat,no-repeat;background-size:cover,min(560px,55vw);inset:0;opacity:1;z-index:-3}.schedule:after,.schedule:before{content:"";pointer-events:none;position:absolute}.schedule:after{background:radial-gradient(140% 110% at 50% 100%,#fff 0,#ffffff8c 55%,#fff0 86%),linear-gradient(180deg,#fff0 0,#ffffff47 60%,#fff);bottom:-34px;filter:blur(8px);height:150px;left:-8%;right:-8%;z-index:-2}.schedule__blob{border-radius:999px;filter:blur(90px);opacity:.12;pointer-events:none;position:absolute;z-index:-4}.schedule__blob--a{background:#ff6aa2e6;bottom:-280px;height:560px;left:-240px;width:560px}.schedule__blob--b{background:#6ad7ffe6;bottom:-320px;height:620px;right:-260px;width:620px}.schedule__container{margin:0 auto;max-width:1240px;padding:0 18px;position:relative;z-index:1}.schedule__header{margin:0 0 16px}.schedule__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:0}.schedule__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000;text-shadow:0 2px 12px #ff3d8133,0 2px 16px #3bbcff2e}.schedule__subtitle{color:#12314ab8;font-weight:740;line-height:1.7;margin:10px 0 0;max-width:66ch}.schedule__timeline{grid-gap:12px;display:grid;gap:12px;max-width:78ch;padding-left:18px;position:relative}.schedule__timeline:before{background:repeating-linear-gradient(180deg,#12314a24 0 8px,#12314a00 8px 16px);border-radius:2px;bottom:6px;content:"";left:6px;position:absolute;top:6px;width:2px}.schedule__item{grid-gap:14px;align-items:start;display:grid;gap:14px;grid-template-columns:18px 1fr;position:relative}.schedule__dot{background:#ffd56af2;border:1px solid #12314a24;border-radius:999px;box-shadow:0 10px 18px #0000001a;height:14px;margin-top:14px;position:relative;width:14px;z-index:2}.schedule__card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffa8;border:1px solid #12314a14;border-radius:18px;box-shadow:0 16px 44px #0000000f;padding:14px}.schedule__label{color:#12314aeb;display:inline-block;font-weight:950;letter-spacing:.1px;margin-bottom:6px}.schedule__value{color:#12314ad1;font-weight:760;line-height:1.8}.schedule__item:nth-child(2) .schedule__dot{background:#6ad7fff2}.schedule__item:nth-child(3) .schedule__dot{background:#ff6aa2eb}.schedule__item:nth-child(4) .schedule__dot{background:#8bf0a5e6}.schedule__item:nth-child(5) .schedule__dot{background:#ffd56af2}@media (min-width:981px){.schedule__timeline{max-width:82ch}}@media (max-width:980px){.schedule{padding:18px 0 14px}.schedule__title{font-size:1.55rem}.schedule__subtitle{font-size:.95rem}.schedule__timeline{gap:10px;padding-left:14px}.schedule__card{border-radius:16px;padding:12px}.schedule__label,.schedule__value{font-size:.95rem;line-height:1.7}.schedule:before{background-blend-mode:normal,multiply;background-position:50%,right 6% center;background-size:cover,min(460px,76vw)}.schedule:after{bottom:-28px;filter:blur(9px);height:110px}}.pkgbg{background-image:url(/static/media/p4.89a711399d20b5c132df.png);background-position:50%;background-repeat:no-repeat;background-size:cover;isolation:isolate;min-height:520px;overflow:hidden;padding:34px 0 30px;position:relative}.pkgbg__overlay{background:linear-gradient(180deg,#ffffffeb 0,#ffffffb3 28%,#ffffff59 52%,#ffffff14 72%,#fff0),radial-gradient(70% 60% at 50% 45%,#ffffffc7 0,#fff6 48%,#fff0 76%);inset:0;pointer-events:none;position:absolute;z-index:0}.pkgbg__container{display:grid;margin:0 auto;max-width:1240px;min-height:520px;padding:0 18px;place-items:center;position:relative;z-index:2}.pkgbg__content{max-width:72ch;text-align:center}.pkgbg__text{color:#12314aeb;font-size:1.12rem;font-weight:820;line-height:1.85;margin:0;text-shadow:0 2px 18px #ffffffa6}.pkgbg__hint{color:#12314ab3;font-weight:900;margin-top:12px;opacity:.95;text-shadow:0 2px 18px #ffffffb3}.pkgbg__cta{align-items:center;background:#ffd56af2;border:1px solid #12314a1f;border-radius:999px;box-shadow:0 16px 40px #0000001f;color:#12314a;display:inline-flex;font-weight:950;justify-content:center;margin-top:16px;min-width:220px;padding:12px 18px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.pkgbg__cta:hover{box-shadow:0 22px 60px #00000024;transform:translateY(-2px)}.pkgbg__cta:active{transform:translateY(0)}.pkgbg__float{animation:pkgbgFloat 6.2s ease-in-out infinite;opacity:.1;pointer-events:none;position:absolute;z-index:1}@keyframes pkgbgFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.pkgbg__float--balloon1{animation-duration:6.8s;font-size:54px;left:6%;top:16%}.pkgbg__float--balloon2{animation-delay:.6s;animation-duration:7.4s;font-size:48px;right:8%;top:20%}.pkgbg__float--star1{animation-duration:5.8s;bottom:14%;font-size:34px;left:16%}.pkgbg__float--star2{animation-delay:.8s;animation-duration:6.4s;bottom:18%;font-size:30px;right:16%}@media (max-width:980px){.pkgbg{background-position:50%;padding:22px 0 18px}.pkgbg,.pkgbg__container{min-height:420px}.pkgbg__text{font-size:.98rem;line-height:1.75}.pkgbg__cta,.pkgbg__hint{font-size:.92rem}.pkgbg__cta{min-width:200px;padding:11px 14px}.pkgbg__float{opacity:.07}.pkgbg__float--balloon1{font-size:44px}.pkgbg__float--balloon2{font-size:40px}.pkgbg__float--star1{font-size:28px}.pkgbg__float--star2{font-size:26px}}.testi{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 22px;position:relative}.testi:before{background:linear-gradient(180deg,#fff 0,#fffffffa 35%,#ffffffdb 58%,#fff0 80%);inset:0;z-index:-4}.testi:after,.testi:before{content:"";pointer-events:none;position:absolute}.testi:after{background:linear-gradient(180deg,#fff0 0,#fff6 55%,#fff);bottom:-30px;filter:blur(6px);height:120px;left:-8%;right:-8%;z-index:-3}.testi__hands{background:radial-gradient(circle at 18% 32%,#6ad7ff 0 22px,#0000 24px),radial-gradient(circle at 28% 46%,#ff6aa2 0 18px,#0000 20px),radial-gradient(circle at 74% 30%,#ffd56a 0 22px,#0000 24px),radial-gradient(circle at 80% 52%,#6ad7ff 0 18px,#0000 20px),radial-gradient(circle at 52% 72%,#ff6aa2 0 22px,#0000 24px);inset:0;opacity:.07;pointer-events:none;position:absolute;z-index:-2}.testi__shape{background:#ff5a5ad9;border-radius:16px 16px 26px 26px;filter:blur(.2px);height:52px;left:18%;opacity:.9;position:absolute;top:34%;transform:rotate(-18deg);width:52px;z-index:-1}.testi__garland{background:linear-gradient(90deg,#0000,#ffd56a,#6ad7ff,#ff6aa2,#0000);border-radius:999px;height:18px;left:50%;opacity:.8;position:absolute;top:14px;transform:translateX(-50%);width:min(460px,86vw);z-index:-1}.testi__container{margin:0 auto;max-width:980px;padding:0 18px;position:relative;text-align:center;z-index:1}.testi__title{color:#1b4b7a;font-size:clamp(2rem,3vw,3rem);font-weight:1000;letter-spacing:-.6px;line-height:1.1;margin:0 0 16px}.testi__quotes{grid-gap:18px;display:grid;gap:18px;justify-items:center}.testi__quote{color:#12314ae0;font-size:1.03rem;font-weight:760;line-height:1.9;margin:0;max-width:72ch}@media (max-width:980px){.testi{padding:18px 0 14px}.testi__title{font-size:1.8rem}.testi__quote{font-size:.95rem;line-height:1.75}.testi__shape{left:10%;top:38%;transform:rotate(-14deg) scale(.9)}}.contact{background:#fff;isolation:isolate;overflow:hidden;padding:28px 0 30px;position:relative}.contact:after{background:linear-gradient(180deg,#fff0 0,#ffffff73 55%,#fff);bottom:-30px;content:"";filter:blur(6px);height:140px;left:-6%;right:-6%;z-index:-2}.contact:after,.contact__blob{pointer-events:none;position:absolute}.contact__blob{border-radius:999px;filter:blur(90px);opacity:.18;z-index:-3}.contact__blob--a{background:#ffd56ae6;height:520px;left:-260px;top:-260px;width:520px}.contact__blob--b{background:#6ad7ffe6;bottom:-300px;height:620px;right:-280px;width:620px}.contact__stars{height:140px;opacity:.65;pointer-events:none;position:absolute;top:10px;width:200px;z-index:-1}.contact__stars--left{left:16px}.contact__stars--right{right:16px;transform:scaleX(-1)}.contact__stars:before{background:radial-gradient(circle at 20% 30%,#ffd56a 0 6px,#0000 7px),radial-gradient(circle at 55% 20%,#ffd56a 0 5px,#0000 6px),radial-gradient(circle at 45% 60%,#6ad7ff 0 4px,#0000 5px),radial-gradient(circle at 70% 70%,#ff6aa2 0 4px,#0000 5px);content:"";inset:0;position:absolute}.contact__container{margin:0 auto;max-width:920px;padding:0 18px;text-align:center}.contact__title{color:#e5532d;font-size:clamp(2rem,3vw,2.6rem);font-weight:1000;letter-spacing:-.4px;margin:0 0 16px}.contact__card{background:#ffffffdb;border:1px solid #12314a14;border-radius:22px;box-shadow:0 22px 60px #0000001f,0 8px 22px #00000014;display:inline-block;padding:20px 26px;text-align:left}.contact__list{list-style:none;margin:0;padding:0}.contact__list li{grid-gap:12px;align-items:start;color:#12314ae0;display:grid;font-size:1.02rem;font-weight:760;gap:12px;grid-template-columns:44px 1fr;line-height:1.7;margin-bottom:12px}.contact__list a{color:#12314a;font-weight:820;text-decoration:none}.contact__list a:hover{text-decoration:underline}.contact__icon{background:#ffffffbf;border:1px solid #12314a1a;border-radius:14px;box-shadow:0 14px 26px #0000000f;display:grid;height:40px;place-items:center;width:40px}.contact__svg{height:22px;width:22px}.contact__icon--whatsapp{background:#8bf0a538}.contact__icon--facebook,.contact__icon--tiktok{background:#6ad7ff2e}.contact__icon--mail{background:#ffd56a38}.contact__icon--phone{background:#ff6aa229}.contact__icon--pin{background:#ffd56a2e}.contact__addrLine{display:block}.contact__ctaRow{display:flex;justify-content:center;margin-top:14px}.contact__cta{align-items:center;border:1px solid #12314a1f;border-radius:999px;box-shadow:0 16px 36px #0000001a;display:inline-flex;font-weight:950;justify-content:center;min-width:240px;padding:12px 16px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.contact__cta--whatsapp{background:#ffd56af2;color:#12314a}.contact__cta:hover{box-shadow:0 22px 54px #00000024;transform:translateY(-2px)}@media (max-width:980px){.contact{padding:22px 0 24px}.contact__card{padding:18px 16px;width:100%}.contact__list li{font-size:.95rem;grid-template-columns:42px 1fr}.contact__cta{min-width:100%}}@media (max-width:480px){.contact{padding:18px 0 22px}.contact__title{font-size:1.6rem;margin-bottom:12px}.contact__card{border-radius:18px;padding:14px}.contact__list li{font-size:.88rem;gap:10px;grid-template-columns:36px 1fr;line-height:1.55;margin-bottom:10px}.contact__icon{border-radius:12px;height:34px;width:34px}.contact__svg{height:18px;width:18px}.contact__addrLine{font-size:.88rem}.contact__ctaRow{margin-top:12px}.contact__cta{font-size:.9rem;min-width:100%;padding:10px 14px}.contact__blob{opacity:.12}.contact__stars{height:100px;opacity:.45;width:150px}}.facility{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 22px;position:relative}.facility:before{background:linear-gradient(180deg,#fff 0,#fffffffa 30%,#fffc 52%,#fff0 76%);inset:0;z-index:-3}.facility:after,.facility:before{content:"";pointer-events:none;position:absolute}.facility:after{background:linear-gradient(180deg,#fff0 0,#ffffff59 60%,#fff);bottom:0;height:85px;left:0;right:0;z-index:-2}.facility__container{margin:0 auto;max-width:1240px;padding:0 18px}.facility__blob{border-radius:999px;filter:blur(80px);opacity:.18;pointer-events:none;position:absolute;z-index:-4}.facility__blob--a{background:#ff6aa2e6;bottom:-280px;height:560px;left:-240px;width:560px}.facility__blob--b{background:#6ad7ffe6;bottom:-320px;height:620px;right:-260px;width:620px}.facility__header{margin:0 0 16px}.facility__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:0}.facility__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000;text-shadow:0 2px 12px #ff3d8140,0 2px 16px #3bbcff33}.facility__grid{grid-gap:22px;align-items:center;display:grid;gap:22px}.facility__content{max-width:62ch}.facility__lead{color:#12314ae0;font-size:1.05rem;font-weight:760}.facility__lead,.facility__list{line-height:1.85;margin:0 0 12px}.facility__list{color:#12314adb;font-size:1.02rem;font-weight:740;padding-left:18px}.facility__list li{margin:6px 0}.facility__goal{color:#12314ae6;font-size:1.03rem;font-weight:780;line-height:1.85;margin:0}.facility__gallery{min-height:420px;position:relative;width:100%}.facility__photo{background:#ffffffeb;border:1px solid #12314a14;border-radius:18px;box-shadow:0 22px 60px #0000001f,0 8px 22px #00000014;cursor:pointer;margin:0;overflow:hidden;padding:10px 10px 18px;position:absolute;transform-origin:center;transition:transform .18s ease,box-shadow .18s ease,z-index 0ms}.facility__photo img{border-radius:14px;display:block;height:100%;object-fit:cover;width:100%}.facility__tape{background:#ffd56a8c;border:1px solid #12314a14;border-radius:10px;box-shadow:0 10px 16px #00000014;height:22px;left:22px;position:absolute;top:-10px;transform:rotate(-6deg);width:70px}.facility__photo--one{height:250px;left:0;top:0;transform:rotate(-3deg);width:52%;z-index:1}.facility__photo--two{height:230px;right:0;top:26px;transform:rotate(4deg);width:44%;z-index:2}.facility__photo--three{bottom:0;height:240px;left:7%;transform:rotate(3deg);width:46%;z-index:3}.facility__photo--four{bottom:14px;height:255px;right:6%;transform:rotate(-4deg);width:48%;z-index:4}@media (hover:hover){.facility__photo:hover{box-shadow:0 26px 70px #00000024,0 10px 26px #0000001a;transform:translateY(-4px) scale(1.01) rotate(0deg)}}.facility__confetti{border-radius:8px;filter:drop-shadow(0 10px 16px rgba(0,0,0,.1));opacity:.9;position:absolute}.facility__confetti--a{background:#ff6aa2e6;height:10px;left:48%;top:58%;transform:rotate(12deg);width:10px}.facility__confetti--b{background:#6ad7ffe6;height:12px;left:46%;top:18%;transform:rotate(-18deg);width:12px}.facility__confetti--c{background:#ffd56af2;bottom:22%;height:10px;left:54%;transform:rotate(24deg);width:10px}@media (min-width:981px){.facility__grid{align-items:center;grid-template-columns:1.05fr .95fr}}@media (max-width:980px){.facility{padding:18px 0 14px}.facility__lead{font-size:.96rem;line-height:1.75}.facility__goal,.facility__list{font-size:.95rem;line-height:1.75}.facility__gallery{min-height:360px}.facility__photo--one{height:200px}.facility__photo--two{height:185px}.facility__photo--three{height:195px}.facility__photo--four{height:205px}.facility:after{height:70px}.facility__photo.is-active{box-shadow:0 32px 90px #0000002e,0 12px 30px #0000001f;transform:translateY(-6px) scale(1.03) rotate(0deg);z-index:999}}@media (max-width:420px){.facility__gallery{min-height:320px}.facility__photo--one{width:54%}.facility__photo--two{width:42%}.facility__photo--three{width:46%}.facility__photo--four{width:48%}}.teams{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 22px;position:relative}.teams:before{background:linear-gradient(180deg,#fff 0,#fffffffa 30%,#ffffffd6 52%,#fff0 76%);inset:0;z-index:-3}.teams:after,.teams:before{content:"";pointer-events:none;position:absolute}.teams:after{background:radial-gradient(140% 110% at 50% 100%,#fff 0,#ffffff9e 52%,#fff0 85%),linear-gradient(180deg,#fff0 0,#ffffff59 60%,#fff);bottom:-34px;filter:blur(8px);height:150px;left:-6%;right:-6%;z-index:-2}.teams__blob{border-radius:999px;filter:blur(80px);opacity:.18;pointer-events:none;position:absolute;z-index:-4}.teams__blob--a{background:#ff6aa2e6;bottom:-280px;height:560px;left:-240px;width:560px}.teams__blob--b{background:#6ad7ffe6;bottom:-320px;height:620px;right:-260px;width:620px}.teams__container{margin:0 auto;max-width:1240px;padding:0 18px;position:relative;z-index:1}.teams__header{margin:0 0 16px}.teams__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:0}.teams__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000;text-shadow:0 2px 12px #ff3d8140,0 2px 16px #3bbcff33}.teams__page{max-width:72ch}.teams__quote{color:#12314ae6;font-size:1.05rem;font-weight:820;line-height:1.85;margin:0 0 14px}.teams__body{color:#12314adb;font-size:1.03rem;font-weight:760;line-height:1.85;margin:0}.teams__ctaRow{margin-top:18px}.teams__cta{align-items:center;animation:teamsBounce 2.8s ease-in-out infinite;background:#ffd56af2;border:1px solid #12314a1f;border-radius:999px;box-shadow:0 16px 36px #0000001f;color:#12314a;display:inline-flex;font-weight:900;justify-content:center;min-width:180px;padding:12px 18px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.teams__cta:hover{animation:none;transform:translateY(-2px)}.teams__cta:active{transform:translateY(0)}@keyframes teamsBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.teams__hang{height:140px;opacity:.85;pointer-events:none;position:absolute;top:14px;width:220px;z-index:0}.teams__hang--left{left:14px}.teams__hang--right{right:14px;transform:scaleX(-1)}@media (min-width:981px){.teams__ctaRow,.teams__header,.teams__page{margin-left:auto;margin-right:auto;text-align:center}.teams__page{max-width:78ch}}@media (max-width:980px){.teams{padding:18px 0 14px}.teams__title{font-size:1.55rem}.teams__quote{font-size:.96rem;line-height:1.75}.teams__body{font-size:.95rem;line-height:1.75}.teams__cta{font-size:.9rem;min-width:140px;padding:10px 14px}.teams:after{bottom:-28px;filter:blur(9px);height:110px}}.learnenv{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 22px;position:relative}.learnenv:before{background:linear-gradient(180deg,#fff 0,#fffffffa 30%,#ffffffd6 52%,#fff0 76%);inset:0;z-index:-3}.learnenv:after,.learnenv:before{content:"";pointer-events:none;position:absolute}.learnenv:after{background:radial-gradient(140% 110% at 50% 100%,#fff 0,#ffffff9e 52%,#fff0 85%),linear-gradient(180deg,#fff0 0,#ffffff59 60%,#fff);bottom:-34px;filter:blur(8px);height:150px;left:-8%;right:-8%;z-index:-2}.learnenv__blob{border-radius:999px;filter:blur(80px);opacity:.18;pointer-events:none;position:absolute;z-index:-4}.learnenv__blob--a{background:#ff6aa2e6;bottom:-280px;height:560px;left:-240px;width:560px}.learnenv__blob--b{background:#6ad7ffe6;bottom:-320px;height:620px;right:-260px;width:620px}.learnenv__container{margin:0 auto;max-width:1240px;padding:0 18px;position:relative;z-index:1}.learnenv__header{margin:0 0 16px}.learnenv__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:0}.learnenv__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000;text-shadow:0 2px 12px #ff3d8140,0 2px 16px #3bbcff33}.learnenv__layout{grid-gap:16px;align-items:center;display:grid;gap:16px}.learnenv__img{background:#fff9;border:1px solid #12314a14;border-radius:22px;box-shadow:0 22px 60px #0000001a,0 8px 22px #00000014;margin:0;overflow:hidden;width:100%}.learnenv__img img{display:block;height:100%;object-fit:cover;width:100%}.learnenv__img--one{transform:rotate(-1.2deg)}.learnenv__img--two{transform:rotate(1.2deg)}.learnenv__text{color:#12314ae0;font-size:1.03rem;font-weight:780;line-height:1.85;margin:0;max-width:72ch}@media (min-width:981px){.learnenv__header{text-align:center}.learnenv__layout{gap:22px;grid-template-columns:.95fr 1.1fr .95fr}.learnenv__text{margin:0 auto;text-align:center}}@media (max-width:980px){.learnenv{padding:18px 0 14px}.learnenv__title{font-size:1.55rem}.learnenv__text{font-size:.95rem;line-height:1.75}.learnenv__img{border-radius:18px}.learnenv__img--one,.learnenv__img--two{transform:none}.learnenv:after{bottom:-28px;filter:blur(9px);height:110px}}.curr{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 22px;position:relative}.curr:before{background:linear-gradient(180deg,#fff 0,#fffffffa 30%,#ffffffd6 52%,#fff0 76%);inset:0;z-index:-3}.curr:after,.curr:before{content:"";pointer-events:none;position:absolute}.curr:after{background:radial-gradient(140% 110% at 50% 100%,#fff 0,#ffffff9e 52%,#fff0 85%),linear-gradient(180deg,#fff0 0,#ffffff59 60%,#fff);bottom:-34px;filter:blur(8px);height:150px;left:-8%;right:-8%;z-index:-2}.curr__blob{border-radius:999px;filter:blur(80px);opacity:.16;pointer-events:none;position:absolute;z-index:-4}.curr__blob--a{background:#ff6aa2e6;bottom:-280px;height:560px;left:-240px;width:560px}.curr__blob--b{background:#6ad7ffe6;bottom:-320px;height:620px;right:-260px;width:620px}.curr__container{margin:0 auto;max-width:1240px;padding:0 18px;position:relative;z-index:1}.curr__header{margin:0 0 16px}.curr__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:0}.curr__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000;text-shadow:0 2px 12px #ff3d8140,0 2px 16px #3bbcff33}.curr__content{max-width:78ch}.curr__p{color:#12314adb;font-size:1.03rem;font-weight:760;line-height:1.85;margin:0 0 12px}.curr__p:last-child{margin-bottom:0}.curr__float{animation:currFloat 6.2s ease-in-out infinite;filter:blur(.15px);opacity:.14;pointer-events:none;position:absolute;transform:translateZ(0);z-index:0}@keyframes currFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.curr__float--balloon1{animation-duration:6.8s;font-size:54px;left:6%;opacity:.16;top:18%}.curr__float--balloon2{animation-delay:.6s;animation-duration:7.4s;font-size:48px;opacity:.15;right:8%;top:22%}.curr__float--star1{animation-duration:5.8s;bottom:14%;font-size:34px;left:18%;opacity:.16}.curr__float--star2{animation-delay:.8s;animation-duration:6.4s;bottom:20%;font-size:30px;opacity:.15;right:18%}.curr__float--toy1{animation-duration:7s;font-size:34px;left:46%;opacity:.13;top:10%}.curr__float--toy2{animation-duration:6.6s;bottom:10%;font-size:32px;opacity:.13;right:42%}@media (min-width:981px){.curr__content,.curr__header{margin-left:auto;margin-right:auto;text-align:center}.curr__content{max-width:82ch}}@media (max-width:980px){.curr{padding:18px 0 14px}.curr__title{font-size:1.55rem}.curr__p{font-size:.95rem;line-height:1.75}.curr__float{opacity:.11}.curr__float--balloon1{font-size:44px}.curr__float--balloon2{font-size:40px}.curr__float--star1{font-size:28px}.curr__float--star2{font-size:26px}.curr__float--toy1{font-size:28px}.curr__float--toy2{font-size:26px}.curr:after{bottom:-28px;filter:blur(9px);height:110px}}.apage{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 22px;position:relative}.apage:before{background:linear-gradient(180deg,#fff 0,#fffffffa 30%,#ffffffd6 52%,#fff0 76%);inset:0;z-index:-3}.apage:after,.apage:before{content:"";pointer-events:none;position:absolute}.apage:after{background:radial-gradient(140% 110% at 50% 100%,#fff 0,#ffffff8c 55%,#fff0 86%),linear-gradient(180deg,#fff0 0,#ffffff47 60%,#fff);bottom:-34px;filter:blur(8px);height:150px;left:-8%;right:-8%;z-index:-2}.apage__blob{border-radius:999px;filter:blur(90px);opacity:.12;pointer-events:none;position:absolute;z-index:-4}.apage__blob--a{background:#ff6aa2e6;bottom:-280px;height:560px;left:-240px;width:560px}.apage__blob--b{background:#6ad7ffe6;bottom:-320px;height:620px;right:-260px;width:620px}.apage__container{margin:0 auto;max-width:1240px;padding:0 18px;position:relative;z-index:1}.apage__header{margin:0 0 16px}.apage__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:0}.apage__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000;text-shadow:0 2px 12px #ff3d8133,0 2px 16px #3bbcff2e}.apage__list{grid-gap:14px;display:grid;gap:14px;max-width:80ch}.apage__line{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:18px 1fr}.apage__bullet{color:#ffd56af2;display:inline-flex;justify-content:center;margin-top:3px;text-shadow:0 10px 16px #0000001a;width:18px}.apage__text{color:#12314adb;font-size:1.03rem;font-weight:760;line-height:1.85}.apage__label{color:#12314aeb;font-weight:950}.apage__desc{color:#12314ad1;font-weight:760}.apage__stroke{background:linear-gradient(90deg,#ff6aa238,#6ad7ff38,#ffd56a47);border-radius:999px;filter:blur(.2px);height:10px;margin-top:18px;opacity:.9;width:min(520px,80%)}.apage__doodle{animation:apageFloat 6.2s ease-in-out infinite;opacity:.08;pointer-events:none;position:absolute;z-index:0}@keyframes apageFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.apage__doodle--balloon1{animation-duration:6.8s;font-size:54px;left:7%;top:18%}.apage__doodle--balloon2{animation-delay:.6s;animation-duration:7.4s;font-size:48px;right:8%;top:22%}.apage__doodle--star1{animation-duration:5.8s;bottom:16%;font-size:30px;left:16%}.apage__doodle--star2{animation-delay:.8s;animation-duration:6.4s;bottom:22%;font-size:28px;right:16%}.apage__doodle--crayon1{animation-duration:7s;font-size:34px;left:44%;top:8%}.apage__doodle--crayon2{animation-duration:6.6s;bottom:10%;font-size:32px;right:42%}.apage__doodle--toy1{animation-duration:7.2s;font-size:30px;left:58%;top:18%}.apage__doodle--toy2{animation-duration:6.9s;bottom:8%;font-size:30px;left:10%}@media (min-width:981px){.apage__header,.apage__list,.apage__stroke{margin-left:auto;margin-right:auto}.apage__header{text-align:center}}@media (max-width:980px){.apage{padding:18px 0 14px}.apage__title{font-size:1.55rem}.apage__text{font-size:.95rem;line-height:1.75}.apage__doodle{opacity:.06}.apage:after{bottom:-28px;filter:blur(9px);height:110px}}.enroll{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 22px;position:relative}.enroll:before{background:linear-gradient(180deg,#fff 0,#fffffffa 30%,#ffffffd6 52%,#fff0 76%);inset:0;z-index:-3}.enroll:after,.enroll:before{content:"";pointer-events:none;position:absolute}.enroll:after{background:radial-gradient(140% 110% at 50% 100%,#fff 0,#ffffff8c 55%,#fff0 86%),linear-gradient(180deg,#fff0 0,#ffffff47 60%,#fff);bottom:-34px;filter:blur(8px);height:150px;left:-8%;right:-8%;z-index:-2}.enroll__float{animation:enrollFloat 6.2s ease-in-out infinite;opacity:.08;pointer-events:none;position:absolute;z-index:0}@keyframes enrollFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.enroll__float--star1{font-size:34px;left:10%;top:14%}.enroll__float--star2{animation-delay:.7s;font-size:30px;right:12%;top:18%}.enroll__float--balloon1{animation-duration:7s;bottom:12%;font-size:52px;left:7%}.enroll__float--balloon2{animation-duration:7.6s;bottom:14%;font-size:46px;right:8%}.enroll__container{margin:0 auto;max-width:1240px;padding:0 18px;position:relative;z-index:1}.enroll__header{margin:0 0 14px}.enroll__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #12314a1a;border-radius:999px;box-shadow:0 10px 24px #0000000f;color:#12314a;font-size:.92rem;font-weight:900;gap:10px;padding:10px 14px}.enroll__badge,.enroll__spark{align-items:center;display:inline-flex}.enroll__spark{background:#6ad7ff2e;border-radius:999px;height:26px;justify-content:center;width:26px}.enroll__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:12px 0 8px}.enroll__accent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000}.enroll__subtitle{color:#12314abd;font-weight:740;line-height:1.7;margin:0;max-width:78ch}.enroll__steps{align-items:center;display:inline-flex;gap:10px;margin-top:12px}.enroll__step{background:#ffffffbf;border:1px solid #12314a1a;border-radius:999px;color:#12314abf;display:grid;font-weight:1000;height:34px;place-items:center;width:34px}.enroll__step.is-on{background:#ffd56aeb;color:#12314a}.enroll__panel{margin-top:14px}.enroll__grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.enroll__grid--single{grid-template-columns:1fr}.enroll__block{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #12314a14;border-radius:22px;box-shadow:0 18px 44px #0000000f;padding:14px}.enroll__blockTitle{color:#12314aeb;font-weight:1000;letter-spacing:-.2px;margin:0 0 10px}.enroll__field{grid-gap:8px;color:#12314ad9;display:grid;font-weight:850;gap:8px;margin-bottom:12px}.enroll__field input,.enroll__field select,.enroll__field textarea{background:#ffffffd1;border:1px solid #12314a1f;border-radius:16px;color:#12314ae6;font-weight:760;outline:none;padding:12px;width:100%}.enroll__field textarea{resize:vertical}.enroll__row2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.enroll__hint{color:#12314aa8;font-weight:720;line-height:1.7}.enroll__chips{margin-bottom:12px}.enroll__chipsLabel{color:#12314adb;font-weight:950;margin-bottom:8px}.enroll__chipsRow{display:flex;flex-wrap:wrap;gap:8px}.enroll__chip{background:#ffffffbf;border:1px solid #12314a1f;border-radius:999px;color:#12314adb;cursor:pointer;font-weight:900;padding:9px 12px}.enroll__chip.is-on{background:#6ad7ff38;border-color:#6ad7ff59}.enroll__radioRow{display:flex;gap:10px;margin-bottom:12px}.enroll__radio{background:#ffffffc7;border:1px solid #12314a1f;border-radius:999px;color:#12314adb;cursor:pointer;font-weight:950;padding:10px 14px}.enroll__radio.is-on{background:#ffd56adb;color:#12314a}.enroll__notice{color:#12314ab3;font-weight:760;margin:8px 0 12px}.enroll__consent{align-items:flex-start;color:#12314ad1;display:flex;font-weight:850;gap:10px}.enroll__review{margin-top:10px}.enroll__pre{background:#ffffffbf;border:1px solid #12314a1a;border-radius:18px;color:#12314ad9;font-weight:750;line-height:1.6;margin:0;padding:12px;white-space:pre-wrap;word-break:break-word}.enroll__finalRow{display:flex;justify-content:flex-start;margin-top:12px}.enroll__submit{background:#ffd56af2;border:1px solid #12314a1f;border-radius:999px;box-shadow:0 16px 36px #0000001f;color:#12314a;cursor:pointer;font-weight:1000;padding:12px 16px}.enroll__nav{display:flex;gap:10px;justify-content:space-between;margin-top:14px}.enroll__btn{background:#ffd56af2;border:1px solid #12314a1f;border-radius:999px;box-shadow:0 16px 36px #0000001a;color:#12314a;cursor:pointer;font-weight:1000;padding:12px 16px;transition:transform .16s ease}.enroll__btn:hover{transform:translateY(-1px)}.enroll__btn:active{transform:translateY(0)}.enroll__btn--ghost{background:#ffffffc7}.enroll__btn.is-disabled{opacity:.55}.enroll__btn:disabled{cursor:not-allowed;opacity:.55}@media (max-width:980px){.enroll{padding:18px 0 14px}.enroll__title{font-size:1.55rem}.enroll__grid,.enroll__row2{grid-template-columns:1fr}.enroll__badge{font-size:.85rem;padding:8px 12px}.enroll__float{opacity:.06}}.hs{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 22px;position:relative}.hs:before{background:linear-gradient(180deg,#fff 0,#fffffffa 30%,#ffffffd6 52%,#fff0 78%);inset:0;z-index:-4}.hs:after,.hs:before{content:"";pointer-events:none;position:absolute}.hs:after{background:radial-gradient(140% 110% at 50% 100%,#fff 0,#ffffff8c 55%,#fff0 86%),linear-gradient(180deg,#fff0 0,#ffffff47 60%,#fff);bottom:-34px;filter:blur(8px);height:150px;left:-8%;right:-8%;z-index:-3}.hs__hands{background:radial-gradient(circle at 18% 36%,#ff6aa2 0 22px,#0000 24px),radial-gradient(circle at 24% 42%,#6ad7ff 0 18px,#0000 20px),radial-gradient(circle at 68% 30%,#ffd56a 0 22px,#0000 24px),radial-gradient(circle at 78% 42%,#6ad7ff 0 18px,#0000 20px),radial-gradient(circle at 52% 78%,#ff6aa2 0 22px,#0000 24px);filter:blur(.6px);inset:0;opacity:.07;z-index:-2}.hs__blob,.hs__hands{pointer-events:none;position:absolute}.hs__blob{border-radius:999px;filter:blur(90px);opacity:.12;z-index:-5}.hs__blob--a{background:#ff6aa2e6;bottom:-280px;height:560px;left:-240px;width:560px}.hs__blob--b{background:#6ad7ffe6;bottom:-320px;height:620px;right:-260px;width:620px}.hs__container{margin:0 auto;max-width:1240px;padding:0 18px;position:relative;z-index:1}.hs__header{margin:0 0 16px;text-align:center}.hs__garland{background:linear-gradient(90deg,#0000,#ffd56a,#6ad7ff,#ff6aa2,#0000);border-radius:999px;filter:blur(.2px);height:18px;margin:0 auto 10px;opacity:.9;width:min(420px,86vw)}.hs__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);font-weight:1000;letter-spacing:-.4px;line-height:1.12;margin:0}.hs__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000}.hs__subtitle{color:#12314abd;font-weight:740;line-height:1.7;margin:10px 0 0}.hs__grid{grid-gap:14px;align-items:stretch;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.hs__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #12314a1a;border-radius:22px;box-shadow:0 18px 44px #0000000f;padding:16px 14px}.hs__cardTitle{color:#12314aeb;font-weight:950;margin:0 0 10px}.hs__list{color:#12314ad6;font-weight:740;line-height:1.75;margin:0;padding-left:18px}.hs__list li{margin:6px 0}.hs__card--pink{background:#ff6aa21f}.hs__card--yellow{background:#ffd56a24}.hs__card--orange{background:#ffaa5a24}@media (max-width:980px){.hs{padding:18px 0 14px}.hs__grid{grid-template-columns:1fr}.hs__title{font-size:1.55rem}.hs__list,.hs__subtitle{font-size:.95rem}.hs:after{bottom:-28px;filter:blur(9px);height:110px}}.gallery{background:#fff;isolation:isolate;overflow:hidden;padding:26px 0 24px;position:relative}.gallery:after{background:linear-gradient(180deg,#fff0 0,#ffffff59 60%,#fff);bottom:0;content:"";height:85px;left:0;right:0;z-index:-2}.gallery:after,.gallery__blob{pointer-events:none;position:absolute}.gallery__blob{border-radius:999px;filter:blur(80px);opacity:.18;z-index:-4}.gallery__blob--a{background:#ff6aa2e6;bottom:-280px;height:560px;left:-240px;width:560px}.gallery__blob--b{background:#6ad7ffe6;bottom:-320px;height:620px;right:-260px;width:620px}.gallery__container{margin:0 auto;max-width:1240px;padding:0 18px;position:relative;z-index:1}.gallery__header{margin-bottom:18px}.gallery__title{color:#12314a;font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:-.4px;line-height:1.12;margin:0}.gallery__titleAccent{background:linear-gradient(90deg,#ff3d81,#3bbcff,#ffcc3d);-webkit-background-clip:text;background-clip:text;color:#0000;text-shadow:0 2px 12px #ff3d8140,0 2px 16px #3bbcff33}.gallery__subtitle{color:#12314ac7;font-size:1.02rem;font-weight:720;line-height:1.7;margin-top:6px;max-width:56ch}.gallery__grid{min-height:540px;position:relative;width:100%}.gallery__item{background:#ffffffeb;border:1px solid #12314a14;border-radius:18px;box-shadow:0 22px 60px #0000001f,0 8px 22px #00000014;cursor:pointer;margin:0;overflow:hidden;padding:10px 10px 18px;position:absolute;transform-origin:center;transition:transform .18s ease,box-shadow .18s ease,z-index 0ms}.gallery__item img{border-radius:14px;display:block;height:100%;object-fit:cover;width:100%}.gallery__item:after{background:#ffd56a8c;border:1px solid #12314a14;border-radius:10px;box-shadow:0 10px 16px #00000014;content:"";height:22px;left:22px;position:absolute;top:-10px;transform:rotate(-6deg);width:70px}.gallery__item--one{height:260px;left:0;top:40px;transform:rotate(-3deg);width:52%;z-index:1}.gallery__item--two{height:240px;right:0;top:70px;transform:rotate(4deg);width:44%;z-index:2}.gallery__item--three{bottom:0;height:250px;left:7%;transform:rotate(3deg);width:46%;z-index:3}.gallery__item--four{bottom:14px;height:265px;right:6%;transform:rotate(-4deg);width:48%;z-index:4}.gallery__item--five{box-shadow:0 28px 80px #00000029,0 12px 30px #0000001f;height:300px;left:50%;top:0;transform:translateX(-50%) rotate(-2deg);width:56%;z-index:6}@media (hover:hover){.gallery__item:hover{box-shadow:0 32px 90px #0000002e,0 12px 30px #0000001f;transform:translateY(-6px) scale(1.03) rotate(0deg);z-index:20}.gallery__item--five:hover{transform:translateX(-50%) translateY(-6px) scale(1.03) rotate(0deg)}}@media (max-width:980px){.gallery{padding:18px 0 16px}.gallery__title{font-size:1.55rem}.gallery__subtitle{font-size:.95rem}.gallery__grid{min-height:620px}.gallery__item--five{height:240px;top:0;width:92%}.gallery__item--one{height:210px;left:0;top:200px;width:56%}.gallery__item--two{height:200px;right:0;top:230px;width:44%}.gallery__item--three{bottom:0;height:205px;left:2%;width:48%}.gallery__item--four{bottom:10px;height:215px;right:2%;width:52%}}@media (max-width:420px){.gallery__grid{min-height:580px}.gallery__item--five{height:220px}.gallery__item--one{height:190px}.gallery__item--two{height:180px}.gallery__item--three{height:185px}.gallery__item--four{height:195px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.ea1f5b15.css.map*/