:root{--ink:#18222f;--muted:#5c6675;--line:#dfe5ec;--surface:#ffffff;--surface-soft:#f7f9fb;--teal:#126e82;--amber:#f2a541;--navy:#283c63;--green:#15803d;--brown:#a87944;--danger:#b42318}*{box-sizing:border-box}html{background:var(--surface-soft);color:var(--ink)}body,html{min-height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page{min-height:100vh;background:var(--surface-soft)}.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(223,229,236,.9);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header-inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:16px}.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0;font-weight:800}.brand-mark,.school-logo{display:grid;flex:0 0 auto;place-items:center;width:44px;height:44px;border-radius:8px;background:linear-gradient(135deg,var(--teal),var(--navy));color:white;font-weight:900}.school-logo{background:linear-gradient(135deg,var(--school-primary),var(--school-accent))}.brand-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-nav{display:flex;align-items:center;gap:8px}.button,.icon-button,.nav-link{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:0 14px;color:var(--ink);font-weight:700}.nav-link{color:var(--muted)}.nav-link:hover{color:var(--ink);background:var(--surface-soft)}.button{background:var(--teal);color:white}.button.secondary{border-color:var(--line);background:white;color:var(--ink)}.button.school{background:var(--school-primary)}.button.amber{background:var(--amber);color:#24170a}.button.full{width:100%}.icon-button{width:40px;padding:0;border-color:var(--line);background:white}.hero{position:relative;isolation:isolate;min-height:560px;display:grid;align-items:flex-end;overflow:hidden;background:#0c1726}.hero img{z-index:-2;width:100%;height:100%;object-fit:cover}.hero img,.hero:after{position:absolute;inset:0}.hero:after{z-index:-1;content:"";background:linear-gradient(90deg,rgba(12,23,38,.88),rgba(12,23,38,.42)),linear-gradient(0deg,rgba(12,23,38,.88),rgba(12,23,38,.06))}[dir=rtl] .hero:after{background:linear-gradient(270deg,rgba(12,23,38,.88),rgba(12,23,38,.42)),linear-gradient(0deg,rgba(12,23,38,.88),rgba(12,23,38,.06))}.hero-content{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:72px 0 56px;color:white}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:rgba(255,255,255,.86);font-weight:800}.directory-hero h1,.hero h1,.profile-hero h1{max-width:840px;margin:0 0 18px;font-size:56px;line-height:1.05;letter-spacing:0}.directory-hero p,.hero p,.profile-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.84);font-size:18px;line-height:1.8}.hero-actions,.section-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.directory-hero,.profile-hero{padding:76px 0 32px;background:linear-gradient(135deg,var(--navy),#284f63);color:white}.directory-hero p,.profile-hero p{color:rgba(255,255,255,.82)}.search-panel{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;margin-top:32px;max-width:760px;padding:8px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(255,255,255,.12)}.search-panel label{display:flex;align-items:center;gap:10px;min-width:0;border-radius:6px;background:white;color:var(--muted);padding:0 12px}.search-panel input{width:100%;min-height:44px;border:0;outline:0}.section{padding:54px 0}.section.compact{padding:32px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-heading h2{margin:0;font-size:30px;line-height:1.15}.section-heading p{max-width:620px;margin:8px 0 0;color:var(--muted);line-height:1.7}.grid{display:grid;grid-gap:18px;gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.crm-table-wrap,.form-panel,.stat{border:1px solid var(--line);border-radius:8px;background:white;box-shadow:0 12px 30px rgba(20,32,46,.06)}.card{padding:22px}.card h3{margin:0 0 10px;font-size:20px;line-height:1.25}.card li,.card p{color:var(--muted);line-height:1.65}.card ul{margin:0;-webkit-padding-start:20px;padding-inline-start:20px}.card-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:16px;border-radius:8px;background:color-mix(in srgb,var(--school-primary) 12%,white);color:var(--school-primary)}.school-card{display:grid;grid-gap:16px;gap:16px}.school-card-top{display:flex;align-items:center;gap:14px}.school-card-actions{display:flex;flex-wrap:wrap;gap:10px}.badge{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800}.badge.green{background:#dcfce7;color:var(--green)}.badge.brown{background:rgba(168,121,68,.16);color:var(--brown)}.badge.gray{background:#eef2f6;color:var(--muted)}.announcement{display:grid;grid-gap:12px;gap:12px}.announcement-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--muted);font-size:14px}.site-band{background:white}.claim-strip{border-block:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,var(--school-primary),var(--school-accent));color:white}.claim-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 0}.claim-strip p{margin:4px 0 0;color:rgba(255,255,255,.84)}.form-panel{padding:24px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.field{display:grid;grid-gap:8px;gap:8px}.field.full{grid-column:1/-1}.field label{color:var(--muted);font-size:14px;font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:white;color:var(--ink)}.field textarea{min-height:110px;resize:vertical}.stat{padding:18px}.stat span{color:var(--muted);font-weight:800}.stat strong{display:block;margin-top:8px;font-size:30px}.crm-table{width:100%;border-collapse:collapse;background:white}.crm-table td,.crm-table th{padding:14px 16px;border-bottom:1px solid var(--line);text-align:start}.crm-table th{color:var(--muted);font-size:13px;text-transform:uppercase}.footer{padding:30px 0;border-top:1px solid var(--line);background:white;color:var(--muted)}@media (max-width:860px){.header-nav{display:none}.directory-hero h1,.hero h1,.profile-hero h1{font-size:38px}.hero{min-height:520px}.form-grid,.grid.four,.grid.three,.grid.two,.search-panel{grid-template-columns:1fr}.claim-strip-inner,.section-heading{align-items:start;flex-direction:column}.crm-table-wrap{overflow-x:auto}}.school-template{min-height:100vh;background:#fff;color:#162130;--template-ink:#162130;--template-muted:#667085;--template-line:rgba(22,33,48,0.12);--template-soft:#f7f9fb;--template-primary:var(--school-primary,#126e82);--template-secondary:var(--school-secondary,#f2a541);--template-accent:var(--school-accent,#283c63)}.tpl-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.tpl-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--template-line);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.tpl-header-kiddos{border-bottom:0;background:#fff}.tpl-header-happychild{background:rgba(34,24,60,.94);color:white}.tpl-header-inner{min-height:74px;justify-content:space-between;gap:16px}.tpl-brand,.tpl-header-inner{display:flex;align-items:center}.tpl-brand{min-width:0;gap:12px;font-weight:900}.tpl-brand .school-site-logo{display:block;width:auto;max-width:220px;height:54px;object-fit:contain}.tpl-brand .school-site-logo-fallback{display:grid;width:54px;height:54px;place-items:center;border-radius:8px;background:var(--template-primary);color:white;font-weight:900}.tpl-brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpl-brand-mark{display:grid;flex:0 0 auto;width:44px;height:44px;place-items:center;border-radius:8px;background:var(--template-primary);color:white;font-weight:900}.tpl-kider .tpl-brand-mark{background:#fe5d37}.tpl-kiddos .tpl-brand-mark{background:#1eaaf1}.tpl-babycare .tpl-brand-mark{background:#ff6b9a}.tpl-happychild .tpl-brand-mark{background:#f7d077;color:#2c1d4f}.tpl-nav{display:flex;align-items:center;gap:14px;color:var(--template-muted);font-weight:800}.tpl-header-happychild .tpl-nav{color:rgba(255,255,255,.78)}.tpl-nav a{white-space:nowrap}.tpl-nav a:hover{color:var(--template-primary)}.tpl-header-happychild .tpl-nav a:hover{color:#f7d077}.tpl-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:0 16px;font-weight:900;line-height:1.1;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.tpl-button:hover{transform:translateY(-1px)}.tpl-button-primary{background:var(--template-primary);color:white;box-shadow:0 14px 30px rgba(18,110,130,.2)}.tpl-button-ghost,.tpl-button-light{border-color:var(--template-line);background:white;color:var(--template-ink)}.tpl-composition-hero{position:relative;display:grid;min-height:590px;overflow:hidden;align-items:end;background:#14212f;color:white}.tpl-composition-hero-overlay,.tpl-composition-hero>img{position:absolute;inset:0}.tpl-composition-hero>img{width:100%;height:100%;object-fit:cover}.tpl-composition-hero-overlay{background:linear-gradient(90deg,rgba(15,26,38,.86),rgba(15,26,38,.36)),linear-gradient(0deg,rgba(15,26,38,.78),rgba(15,26,38,.08))}.tpl-composition-hero-copy{position:relative;z-index:1;padding:86px 0 72px}.tpl-composition-hero-copy h1{max-width:820px;margin:18px 0 0;color:white;font-size:64px;line-height:1.04}.tpl-composition-hero-copy p{max-width:720px;margin:18px 0 0;color:rgba(255,255,255,.86);font-size:18px;line-height:1.8}.tpl-composition-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.tpl-composition-page-hero{padding:72px 0;background:linear-gradient(135deg,var(--template-primary),var(--template-accent));color:white}.tpl-composition-page-hero span{font-weight:900;opacity:.86}.tpl-composition-page-hero h1{max-width:820px;margin:14px 0 0;color:white;font-size:48px;line-height:1.1}.tpl-composition-page-hero p{max-width:760px;margin:16px 0 0;color:rgba(255,255,255,.84);line-height:1.75}.tpl-header-happychild .tpl-button-ghost{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:white}.tpl-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px}.tpl-section{padding:72px 0}.tpl-soft-band{background:var(--template-soft)}.tpl-section-intro{max-width:760px;margin-bottom:28px}.tpl-section-intro.compact{margin-bottom:18px}.tpl-section-intro span{display:inline-flex;color:var(--template-primary);font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}.tpl-section-intro h2{margin:8px 0 0;color:var(--template-ink);font-size:36px;line-height:1.12}.tpl-section-intro p{margin:12px 0 0;color:var(--template-muted);font-size:17px;line-height:1.75}.tpl-card-grid{display:grid;grid-gap:20px;gap:20px}.tpl-two{grid-template-columns:repeat(2,minmax(0,1fr))}.tpl-three{grid-template-columns:repeat(3,minmax(0,1fr))}.tpl-four{grid-template-columns:repeat(4,minmax(0,1fr))}.tpl-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:42px;gap:42px}.tpl-split-center{align-items:center}.tpl-happychild-kicker,.tpl-kiddos-badge,.tpl-pill{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:9px 14px;font-weight:900}.tpl-pill{background:rgba(255,255,255,.92);color:#103741}.tpl-pill-light{background:#fff;color:var(--template-primary)}.tpl-hero-copy h1{max-width:780px;margin:18px 0 0;font-size:58px;line-height:1.04;letter-spacing:0}.tpl-hero-copy p{max-width:700px;margin:18px 0 0;font-size:18px;line-height:1.8}.tpl-claim{color:white}.tpl-claim-sunny{background:linear-gradient(135deg,#fe5d37,var(--template-primary))}.tpl-claim-colorful{background:linear-gradient(90deg,#1eaaf1,#8cc152,#fda638)}.tpl-claim-pastel{background:linear-gradient(135deg,#ff6b9a,#00a6d6)}.tpl-claim-premium{background:#2c1d4f}.tpl-claim-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 0}.tpl-claim strong{font-size:20px}.tpl-claim p{max-width:720px;margin:5px 0 0;color:rgba(255,255,255,.86);line-height:1.6}.tpl-icon-list{display:grid;grid-gap:10px;gap:10px;margin:18px 0 0;padding:0;list-style:none}.tpl-icon-list li{display:flex;align-items:flex-start;gap:10px;color:var(--template-muted);line-height:1.55}.tpl-icon-list svg{flex:0 0 auto;color:var(--template-primary)}.tpl-admissions,.tpl-happychild-contact-card,.tpl-program-card,.tpl-update-card{border:1px solid var(--template-line);border-radius:8px;background:white;box-shadow:0 18px 45px rgba(21,33,48,.08);overflow:hidden}.tpl-program-card img{width:100%;height:218px;object-fit:cover}.tpl-program-card div,.tpl-update-card{padding:22px}.tpl-admissions h3,.tpl-program-card h3,.tpl-update-card h3{margin:0 0 10px;font-size:22px;line-height:1.22}.tpl-program-card p,.tpl-update-card p{margin:0;color:var(--template-muted);line-height:1.7}.tpl-admissions{padding:28px}.tpl-contact-rows{display:grid;grid-gap:10px;gap:10px;margin:18px 0}.tpl-contact-row{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--template-line);border-radius:8px;background:var(--template-soft);color:var(--template-muted);line-height:1.5}.tpl-contact-row svg{flex:0 0 auto;color:var(--template-primary)}.tpl-form{display:grid;grid-gap:14px;gap:14px;margin-top:20px}.tpl-form label{display:grid;grid-gap:7px;gap:7px;color:var(--template-muted);font-size:14px;font-weight:900}.tpl-form input,.tpl-form textarea{width:100%;min-height:46px;border:1px solid var(--template-line);border-radius:8px;background:white;color:var(--template-ink);padding:11px 12px}.tpl-form textarea{min-height:106px;resize:vertical}.tpl-gallery-stack{display:grid;grid-template-columns:1fr .8fr;grid-template-rows:repeat(2,180px);grid-gap:14px;gap:14px}.tpl-gallery-stack img{width:100%;height:100%;border-radius:8px;object-fit:cover;box-shadow:0 18px 40px rgba(21,33,48,.12)}.tpl-gallery-stack img:first-child{grid-row:1/-1}.tpl-update-date,.tpl-update-file{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;color:var(--template-primary);font-size:14px;font-weight:900}.tpl-update-file{margin:14px 0 0;color:var(--template-muted)}.tpl-footer{padding:42px 0;border-top:1px solid var(--template-line);background:#111827;color:white}.tpl-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:28px;gap:28px}.tpl-footer strong{display:block;margin-bottom:12px;font-size:18px}.tpl-footer a,.tpl-footer p,.tpl-footer span{display:block;margin:8px 0 0;color:rgba(255,255,255,.72);line-height:1.65}.tpl-kider{--template-primary:#fe5d37;--template-secondary:#ffd166;--template-accent:#103741;--template-soft:#fff5f3}.tpl-kider-hero{position:relative;isolation:isolate;min-height:690px;overflow:hidden;background:#103741;color:white}.tpl-kider-hero:after,.tpl-kider-hero:before{position:absolute;left:0;z-index:3;width:100%;height:24px;content:"";background-size:auto 24px}.tpl-kider-hero:before{top:0;background-image:url(/templates/kider/img/bg-header-top.png)}.tpl-kider-hero:after{bottom:0;background-image:url(/templates/kider/img/bg-header-bottom.png)}.tpl-kider-hero-bg{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.tpl-kider-hero::selection{background:#fff;color:#103741}.tpl-kider-hero::marker{color:#fe5d37}.tpl-kider-hero::part(overlay){display:none}.tpl-kider-hero::-webkit-backdrop{background:#103741}.tpl-kider-hero::backdrop{background:#103741}.tpl-kider-hero:after{box-shadow:inset 0 -1px 0 #fff5f3}.tpl-kider-hero:before{box-shadow:inset 0 1px 0 #fff5f3}.tpl-kider-hero>.tpl-kider-hero-bg+.tpl-kider-hero-grid:before{position:absolute;inset:0;z-index:-1;content:"";background:linear-gradient(90deg,rgba(16,55,65,.88),rgba(16,55,65,.24)),linear-gradient(0deg,rgba(16,55,65,.62),rgba(16,55,65,.04))}[dir=rtl] .tpl-kider-hero>.tpl-kider-hero-bg+.tpl-kider-hero-grid:before{background:linear-gradient(270deg,rgba(16,55,65,.88),rgba(16,55,65,.24)),linear-gradient(0deg,rgba(16,55,65,.62),rgba(16,55,65,.04))}.tpl-kider-hero-grid{position:relative;display:grid;min-height:690px;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;grid-gap:42px;gap:42px;padding:70px 0}.tpl-kider-photo-stack{position:relative;min-height:440px}.tpl-kider-photo-stack img{position:absolute;width:68%;height:280px;border:10px solid white;border-radius:999px;object-fit:cover;box-shadow:0 24px 60px rgba(0,0,0,.24)}.tpl-kider-photo-stack img:first-child{top:0;inset-inline-start:0}.tpl-kider-photo-stack img:last-child{right:0;bottom:0}[dir=rtl] .tpl-kider-photo-stack img:last-child{right:auto;left:0}.tpl-kider-facilities{background:#fff}.tpl-kider-facility-card{border-radius:8px;padding:24px;background:#fff;box-shadow:0 18px 45px rgba(16,55,65,.09)}.tpl-kider-facility-card span{display:grid;width:54px;height:54px;place-items:center;border-radius:999px;background:#fff5f3;color:#fe5d37}.tpl-kider-facility-card h3{margin:16px 0 8px;font-size:20px}.tpl-kider-facility-card p{margin:0;color:var(--template-muted);line-height:1.65}.tpl-kider-image-ring img{width:100%;max-height:440px;border:12px solid #fff5f3;border-radius:999px;object-fit:cover}.tpl-kider-cta-photo img{width:100%;height:100%;min-height:520px;border-radius:8px;object-fit:cover}.tpl-kiddos{--template-primary:#1eaaf1;--template-secondary:#fda638;--template-accent:#5d50c6;--template-soft:#f6fbff}.tpl-kiddos-hero{position:relative;isolation:isolate;min-height:680px;display:grid;align-items:center;overflow:hidden;background:#162130;color:white}.tpl-kiddos-counter-band img,.tpl-kiddos-hero img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.tpl-kiddos-hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(19,27,39,.78),rgba(19,27,39,.28)),rgba(30,170,241,.16)}[dir=rtl] .tpl-kiddos-hero-overlay{background:linear-gradient(270deg,rgba(19,27,39,.78),rgba(19,27,39,.28)),rgba(30,170,241,.16)}.tpl-kiddos-hero-copy{padding:80px 0}.tpl-kiddos-hero-copy h1{max-width:820px;margin:16px 0 0;font-size:62px;line-height:1.04;letter-spacing:0}.tpl-kiddos-hero-copy p{max-width:710px;margin:18px 0 0;font-size:18px;line-height:1.8}.tpl-kiddos-badge{background:#fda638;color:#221707}.tpl-kiddos-stripe{margin-top:-54px;position:relative;z-index:5}.tpl-kiddos-stripe-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-radius:8px;overflow:hidden;box-shadow:0 22px 55px rgba(21,33,48,.16)}.tpl-kiddos-stripe article{min-height:180px;padding:22px;color:white}.tpl-kiddos-stripe article:first-child{background:#1eaaf1}.tpl-kiddos-stripe article:nth-child(2){background:#8cc152}.tpl-kiddos-stripe article:nth-child(3){background:#fda638}.tpl-kiddos-stripe article:nth-child(4){background:#5d50c6}.tpl-kiddos-stripe span{display:inline-flex;margin-bottom:12px}.tpl-kiddos-stripe strong{display:block;font-size:20px}.tpl-kiddos-stripe p{margin:8px 0 0;color:rgba(255,255,255,.88);line-height:1.6}.tpl-kiddos-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:22px}.tpl-kiddos-mini-card{border-radius:8px;padding:20px;color:white}.tpl-kiddos-mini-card.color-1{background:#1eaaf1}.tpl-kiddos-mini-card.color-2{background:#8cc152}.tpl-kiddos-mini-card.color-3{background:#f1453d}.tpl-kiddos-mini-card.color-4{background:#5d50c6}.tpl-kiddos-mini-card h3{margin:12px 0 8px}.tpl-kiddos-mini-card p{margin:0;color:rgba(255,255,255,.88);line-height:1.55}.tpl-kiddos-about-photo img{width:100%;max-height:520px;border-radius:8px;object-fit:cover}.tpl-kiddos-course-band{background:#f6fbff}.tpl-kiddos-counter-band{position:relative;isolation:isolate;padding:76px 0;overflow:hidden;color:white}.tpl-kiddos-counter-band:after{position:absolute;inset:0;z-index:-1;content:"";background:rgba(20,31,45,.72)}.tpl-kiddos-counters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.tpl-kiddos-counters article{border-radius:8px;padding:26px;background:rgba(255,255,255,.12);text-align:center}.tpl-kiddos-counters strong{display:block;font-size:42px}.tpl-kiddos-counters span{color:rgba(255,255,255,.8);font-weight:900}.tpl-babycare{--template-primary:#ff6b9a;--template-secondary:#00a6d6;--template-accent:#513c7a;--template-soft:#fff6fa;background:#fffafd}.tpl-babycare-hero{overflow:hidden;background:linear-gradient(135deg,rgba(255,107,154,.14),rgba(0,166,214,.12)),#fffafd}.tpl-babycare-hero-grid{display:grid;min-height:680px;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:center;grid-gap:42px;gap:42px;padding:54px 0}.tpl-babycare-hero-art{position:relative}.tpl-babycare-hero-art:before{position:absolute;inset:28px -18px -18px 28px;z-index:0;border-radius:999px;content:"";background:#00a6d6}.tpl-babycare-hero-art img{position:relative;z-index:1;width:100%;max-height:560px;border-radius:999px;object-fit:cover}.tpl-babycare-parent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.tpl-babycare-parent-card{border:1px solid rgba(255,107,154,.18);border-radius:8px;padding:24px;background:#fff;box-shadow:0 18px 45px rgba(255,107,154,.1)}.tpl-babycare-parent-card span{display:grid;width:52px;height:52px;place-items:center;border-radius:999px;background:#fff6fa;color:#ff6b9a}.tpl-babycare-parent-card h3{margin:16px 0 8px}.tpl-babycare-parent-card p{margin:0;color:var(--template-muted);line-height:1.65}.tpl-babycare-about{background:white}.tpl-babycare-about-photo img{width:100%;max-height:500px;border-radius:999px 999px 8px 8px;object-fit:cover}.tpl-babycare-photo-band{position:relative;isolation:isolate;padding:96px 0;overflow:hidden}.tpl-babycare-photo-band>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.tpl-babycare-photo-band:after{position:absolute;inset:0;z-index:-1;content:"";background:rgba(81,60,122,.72)}.tpl-babycare-photo-card{max-width:620px;border-radius:8px;padding:30px;background:white}.tpl-happychild{--template-primary:#6941d3;--template-secondary:#f7d077;--template-accent:#2c1d4f;--template-soft:#f5f2fd}.tpl-happychild-hero{position:relative;isolation:isolate;min-height:710px;display:grid;align-items:center;overflow:hidden;background:#2c1d4f;color:white}.tpl-happychild-hero>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.tpl-happychild-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(44,29,79,.9),rgba(44,29,79,.28)),rgba(105,65,211,.18)}[dir=rtl] .tpl-happychild-shade{background:linear-gradient(270deg,rgba(44,29,79,.9),rgba(44,29,79,.28)),rgba(105,65,211,.18)}.tpl-happychild-hero-copy{padding:92px 0}.tpl-happychild-hero-copy h1{max-width:850px;margin:18px 0 0;font-size:64px;line-height:1.03;letter-spacing:0}.tpl-happychild-hero-copy p{max-width:720px;margin:20px 0 0;color:rgba(255,255,255,.82);font-size:18px;line-height:1.85}.tpl-happychild-kicker{background:#f7d077;color:#2c1d4f}.tpl-happychild-feature-band{background:#f5f2fd}.tpl-happychild-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.tpl-happychild-feature{border-radius:8px;padding:26px;background:white;box-shadow:0 18px 45px rgba(44,29,79,.1)}.tpl-happychild-feature img{width:48px;height:48px}.tpl-happychild-feature h3{margin:18px 0 8px}.tpl-happychild-feature p{margin:0;color:var(--template-muted);line-height:1.65}.tpl-happychild-editorial{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);grid-gap:46px;gap:46px;align-items:center}.tpl-happychild-editorial>img{width:100%;max-height:520px;border-radius:8px;object-fit:cover}.tpl-happychild-dark{background:#2c1d4f;color:white}.tpl-happychild-dark .tpl-section-intro h2,.tpl-happychild-dark .tpl-section-intro span{color:white}.tpl-happychild-dark .tpl-section-intro p{color:rgba(255,255,255,.72)}.tpl-happychild-dark .tpl-program-card{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:white}.tpl-happychild-dark .tpl-program-card p{color:rgba(255,255,255,.74)}.tpl-happychild-contact-card{padding:30px}.tpl-happychild-contact-card h2{margin:0 0 20px;font-size:32px}.tpl-happychild-contact-card dl{display:grid;grid-gap:16px;gap:16px;margin:0}.tpl-happychild-contact-card div{border-top:1px solid var(--template-line);padding-top:16px}.tpl-happychild-contact-card dt{color:var(--template-primary);font-weight:900}.tpl-happychild-contact-card dd{margin:6px 0 0;color:var(--template-muted);line-height:1.65}.tpl-nav a.active{color:var(--template-primary)}.tpl-header-happychild .tpl-nav a.active{color:#f7d077}.tpl-subhero{position:relative;isolation:isolate;min-height:420px;display:grid;align-items:end;overflow:hidden;background:var(--template-accent);color:white}.tpl-subhero>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.tpl-subhero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(16,33,48,.86),rgba(16,33,48,.35)),linear-gradient(0deg,rgba(16,33,48,.8),rgba(16,33,48,.08))}[dir=rtl] .tpl-subhero-shade{background:linear-gradient(270deg,rgba(16,33,48,.86),rgba(16,33,48,.35)),linear-gradient(0deg,rgba(16,33,48,.8),rgba(16,33,48,.08))}.tpl-subhero-kider:after{position:absolute;bottom:0;left:0;width:100%;height:24px;content:"";background-image:url(/templates/kider/img/bg-header-bottom.png);background-size:auto 24px}.tpl-subhero-babycare{min-height:460px}.tpl-subhero-happychild .tpl-subhero-shade{background:linear-gradient(90deg,rgba(44,29,79,.88),rgba(44,29,79,.36)),rgba(105,65,211,.2)}.tpl-subhero-content{padding:92px 0 58px}.tpl-subhero-content span{display:inline-flex;border-radius:999px;padding:9px 14px;background:rgba(255,255,255,.92);color:var(--template-ink);font-weight:900}.tpl-subhero-content h1{max-width:820px;margin:18px 0 0;font-size:54px;line-height:1.05;letter-spacing:0}.tpl-subhero-content p{max-width:780px;margin:16px 0 0;color:rgba(255,255,255,.84);font-size:18px;line-height:1.75}.tpl-page-grid{display:grid;grid-gap:20px;gap:20px}.tpl-page-card,.tpl-team-card{border:1px solid var(--template-line);border-radius:8px;padding:24px;background:white;box-shadow:0 18px 45px rgba(21,33,48,.08)}.tpl-page-card h3,.tpl-team-card h3{margin:14px 0 8px;font-size:21px;line-height:1.25}.tpl-page-card p,.tpl-team-card p{margin:0;color:var(--template-muted);line-height:1.7}.tpl-composition-value{display:block;margin-top:14px;color:var(--template-primary);font-size:18px}.tpl-composition-link-card{display:block}.tpl-composition-table-wrap{overflow-x:auto;border:1px solid var(--template-line);border-radius:8px;background:white;box-shadow:0 18px 45px rgba(21,33,48,.08)}.tpl-composition-table{width:100%;min-width:680px;border-collapse:collapse}.tpl-composition-table td,.tpl-composition-table th{padding:16px 18px;border-bottom:1px solid var(--template-line);text-align:start;vertical-align:top}.tpl-composition-table th{background:color-mix(in srgb,var(--template-primary) 10%,white);color:var(--template-ink);font-weight:900}.tpl-composition-table tr:last-child td{border-bottom:0}.tpl-page-card-icon,.tpl-team-card span{display:grid;width:52px;height:52px;place-items:center;border-radius:8px;background:color-mix(in srgb,var(--template-primary) 13%,white);color:var(--template-primary)}.tpl-page-feature-image{width:100%;max-height:520px;border-radius:8px;object-fit:cover;box-shadow:0 22px 60px rgba(21,33,48,.12)}.tpl-babycare .tpl-page-feature-image,.tpl-kider .tpl-page-feature-image{border-radius:999px 999px 8px 8px}.tpl-page-stack{display:grid;grid-gap:18px;gap:18px}.tpl-quote-card{background:linear-gradient(180deg,color-mix(in srgb,var(--template-primary) 8%,white),white 38%),white}.tpl-gallery-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.tpl-gallery-page-grid figure{margin:0;overflow:hidden;border:1px solid var(--template-line);border-radius:8px;background:white;box-shadow:0 18px 45px rgba(21,33,48,.08)}.tpl-gallery-page-grid img{width:100%;height:250px;object-fit:cover}.tpl-gallery-page-grid figcaption{padding:14px 16px;color:var(--template-muted);font-weight:800;line-height:1.45}@media (max-width:1040px){.tpl-nav{display:none}.tpl-babycare-hero-grid,.tpl-happychild-editorial,.tpl-kider-hero-grid{grid-template-columns:1fr}.tpl-babycare-hero-art,.tpl-kider-photo-stack{display:none}.tpl-babycare-parent-grid,.tpl-four,.tpl-gallery-page-grid,.tpl-happychild-feature-grid,.tpl-kiddos-counters,.tpl-kiddos-stripe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.tpl-header-inner{min-height:66px}.tpl-header-inner>.tpl-button{display:none}.tpl-brand-mark{width:38px;height:38px}.tpl-brand .school-site-logo{max-width:150px;height:46px}.tpl-composition-hero-copy h1,.tpl-composition-page-hero h1,.tpl-happychild-hero-copy h1,.tpl-hero-copy h1,.tpl-kiddos-hero-copy h1,.tpl-subhero-content h1{font-size:39px}.tpl-composition-hero-copy{padding:64px 0 48px}.tpl-section{padding:50px 0}.tpl-section-intro h2{font-size:30px}.tpl-babycare-parent-grid,.tpl-footer-grid,.tpl-four,.tpl-gallery-page-grid,.tpl-happychild-feature-grid,.tpl-kiddos-counters,.tpl-kiddos-mini-grid,.tpl-kiddos-stripe-grid,.tpl-split,.tpl-three,.tpl-two{grid-template-columns:1fr}.tpl-claim-inner{align-items:flex-start;flex-direction:column}.tpl-babycare-hero-grid,.tpl-happychild-hero,.tpl-kiddos-hero,.tpl-kider-hero,.tpl-kider-hero-grid,.tpl-subhero{min-height:560px}.tpl-composition-hero{min-height:520px}.tpl-gallery-stack{grid-template-columns:1fr;grid-template-rows:repeat(3,210px)}.tpl-gallery-stack img:first-child{grid-row:auto}}.happychild-exact{--hc-purple:#2c1d4f;--hc-violet:#6941d3;--hc-yellow:#f7d077;--hc-pink:#df647b;--hc-orange:#e97f53;--hc-green:#69d6a8;--hc-blue:#5ab9ef;--hc-cream:#f5f2fd;--hc-ink:#2c1d4f;--hc-muted:#6f6388;--hc-line:rgba(44,29,79,0.12);--hc-shadow:0 22px 60px rgba(44,29,79,0.12);overflow-x:hidden;background:#fff;color:var(--hc-ink);font-family:Wix Madefor Text,Nunito,Arial,sans-serif}.happychild-exact *,.happychild-exact :after,.happychild-exact :before{box-sizing:border-box}.happychild-exact a{color:inherit;text-decoration:none}.happychild-exact img{display:block;max-width:100%}.happychild-exact h1,.happychild-exact h2,.happychild-exact h3{margin:0;color:var(--hc-purple);font-family:Nunito,Wix Madefor Text,Arial,sans-serif;font-weight:800;letter-spacing:0}.happychild-exact p{margin:0;color:var(--hc-muted);line-height:1.72}.hc-shell{width:min(1200px,calc(100% - 32px));margin:0 auto}.hc-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(44,29,79,.08);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.happychild-exact[data-page=home] .hc-header{position:absolute;right:0;left:0;border-bottom-color:transparent;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.hc-header-inner{display:grid;min-height:100px;grid-template-columns:minmax(180px,.85fr) minmax(340px,1.4fr) minmax(190px,.95fr);grid-gap:24px;gap:24px;align-items:center}.hc-logo{display:flex;min-width:0;align-items:center;gap:14px;color:var(--hc-purple);font-weight:900}.hc-logo img{width:68px;max-height:60px;object-fit:contain}.hc-logo span{overflow:hidden;max-width:260px;text-overflow:ellipsis;white-space:nowrap}.hc-nav{display:flex;justify-content:center;gap:26px;color:var(--hc-purple);font-size:16px;font-weight:700}.hc-nav a{transition:color .18s ease}.hc-nav a.active,.hc-nav a:hover{color:var(--hc-pink)}.hc-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;font-weight:800}.hc-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-size:14px;font-weight:900;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.hc-button:hover{transform:translateY(-1px)}.hc-button-primary{background:var(--hc-yellow);color:var(--hc-purple);box-shadow:0 14px 35px rgba(247,208,119,.34)}.hc-button-outline{border:2px solid rgba(44,29,79,.14)}.hc-button-light,.hc-button-outline{background:#fff;color:var(--hc-purple)}.hc-actions{flex-wrap:wrap;gap:14px}.hc-actions,.hc-dots{display:flex;align-items:center}.hc-dots{width:136px;height:16px;justify-content:space-between;margin-bottom:28px}.hc-dots.center{margin-right:auto;margin-left:auto}.hc-dots.small{width:72px;height:9px;margin-bottom:18px}.hc-dots span{width:16px;height:16px;border-radius:50%}.hc-dots.small span{width:9px;height:9px}.hc-dots span:first-child{background:var(--hc-yellow)}.hc-dots span:nth-child(2){background:var(--hc-blue)}.hc-dots span:nth-child(3){background:var(--hc-pink)}.hc-dots span:nth-child(4){background:var(--hc-orange)}.hc-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 84% 20%,rgba(90,185,239,.18),transparent 28%),radial-gradient(circle at 7% 78%,rgba(223,100,123,.12),transparent 26%),var(--hc-cream)}.hc-hero:before{position:absolute;top:118px;right:max(20px,calc((100vw - 1200px) / 2 - 48px));width:420px;height:420px;border-radius:50%;background:rgba(105,65,211,.08);content:""}.hc-hero-grid{position:relative;z-index:1;display:grid;min-height:690px;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);grid-gap:40px;gap:40px;align-items:center;padding:74px 0 34px}.happychild-exact[data-page=home] .hc-hero-grid{padding-top:174px}.hc-hero-copy h1{max-width:760px;font-size:72px;line-height:1.08}.hc-hero-copy p{max-width:690px;margin:26px 0 34px;font-size:18px}.hc-hero-art{position:relative;min-height:580px}.hc-hero-art:after,.hc-hero-art:before{position:absolute;border-radius:50%;content:""}.hc-hero-art:before{top:62px;left:26px;width:58px;height:58px;background:var(--hc-pink)}.hc-hero-art:after{right:24px;bottom:84px;width:34px;height:34px;background:var(--hc-blue)}.hc-hero-art img{position:relative;z-index:1;width:min(620px,100%);-webkit-margin-start:auto;margin-inline-start:auto;filter:drop-shadow(0 28px 34px rgba(44,29,79,.12))}.hc-hero-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px;padding-bottom:58px}.hc-hero-notes article{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;align-items:start}.hc-hero-notes strong{color:var(--hc-pink);font-family:Nunito,Arial,sans-serif;font-size:28px;font-weight:800}.hc-hero-notes span{color:var(--hc-purple);font-weight:800;line-height:1.5}.hc-section{padding:96px 0}.hc-section-title{max-width:720px;margin-bottom:46px}.hc-section-title.center{margin-right:auto;margin-left:auto;text-align:center}.hc-section-title>span{display:inline-block;margin-bottom:14px;color:var(--hc-pink);font-size:15px;font-weight:900}.hc-section-title h2{font-size:44px;line-height:1.18}.hc-section-title p{margin-top:18px;font-size:17px}.hc-section-title.light h2,.hc-section-title.light>span{color:#fff}.hc-section-title.light p{color:rgba(255,255,255,.74)}.hc-stats{padding:64px 0;background:var(--hc-purple)}.hc-stats-grid{display:grid;grid-template-columns:minmax(260px,1fr) repeat(3,minmax(0,.85fr));grid-gap:22px;gap:22px;align-items:stretch}.hc-stats-copy{display:flex;flex-direction:column;justify-content:center}.hc-stats-copy span{color:var(--hc-yellow);font-weight:900}.hc-stats-copy h2{margin-top:12px;color:#fff;font-size:34px;line-height:1.22}.hc-stat-card{min-height:210px;border-radius:8px;padding:30px;background:linear-gradient(0deg,rgba(105,65,211,.72),rgba(105,65,211,.72)),linear-gradient(135deg,rgba(247,208,119,.34),rgba(105,214,168,.24));color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.hc-stat-card:nth-child(3){background:linear-gradient(0deg,rgba(223,100,123,.74),rgba(223,100,123,.74)),linear-gradient(135deg,rgba(255,255,255,.18),rgba(90,185,239,.2))}.hc-stat-card:nth-child(4){background:linear-gradient(0deg,rgba(233,127,83,.72),rgba(233,127,83,.72)),linear-gradient(135deg,rgba(255,255,255,.18),rgba(105,214,168,.2))}.hc-stat-card strong{display:block;color:#fff;font-family:Nunito,Arial,sans-serif;font-size:54px;font-weight:800;line-height:1}.hc-stat-card p{margin-top:22px;color:rgba(255,255,255,.86);font-weight:800}.hc-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:58px;gap:58px;align-items:center}.hc-about{background:#fff}.hc-about-art{overflow:hidden;border-radius:8px;box-shadow:var(--hc-shadow)}.hc-about-art img{width:100%;min-height:520px;object-fit:cover}.hc-check-list{display:grid;grid-gap:14px;gap:14px;margin:28px 0 0;padding:0;list-style:none}.hc-check-list li{position:relative;-webkit-padding-start:30px;padding-inline-start:30px;color:var(--hc-purple);font-weight:800;line-height:1.5}.hc-check-list li:before{position:absolute;inset-inline-start:0;top:.1em;color:var(--hc-green);content:"●"}.hc-icon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:26px;gap:26px}.hc-benefit-card{border:1px solid var(--hc-line);border-radius:8px;padding:34px 28px;background:#fff;box-shadow:0 18px 44px rgba(44,29,79,.08)}.hc-benefit-card>span{display:grid;width:72px;height:72px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--hc-card-color) 22%,#fff)}.hc-benefit-card img{width:38px;height:38px}.hc-benefit-card h3{margin-top:24px;font-size:24px;line-height:1.22}.hc-benefit-card p{margin-top:12px}.hc-feature{background:radial-gradient(circle at 12% 12%,rgba(247,208,119,.16),transparent 22%),var(--hc-cream)}.hc-round-photo{position:relative}.hc-round-photo:before{position:absolute;inset:13% 5% 6% 4%;border-radius:50%;background:var(--hc-blue);content:""}.hc-round-photo img{position:relative;z-index:1;width:min(560px,100%);margin:auto;filter:drop-shadow(0 22px 32px rgba(44,29,79,.12))}.hc-programs{background:#fff}.hc-program-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.hc-program-card{text-align:center}.hc-program-card>img{width:100%;aspect-ratio:1/1;border-radius:50%;object-fit:cover;box-shadow:var(--hc-shadow)}.hc-program-card>div{margin-top:24px;border:1px solid var(--hc-line);border-radius:8px;padding:24px 20px;background:#fff}.hc-program-card h3{font-size:24px}.hc-program-card p{margin-top:10px}.hc-photo-cta{display:grid;min-height:440px;align-items:center;background-position:50%;background-size:cover;color:#fff}.hc-photo-cta .hc-shell>div{width:min(650px,100%);padding:70px 0}.hc-photo-cta h2{color:#fff;font-size:46px;line-height:1.16}.hc-photo-cta p{margin:18px 0 30px;color:rgba(255,255,255,.8);font-size:17px}.hc-steps{background:var(--hc-cream)}.hc-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.hc-step-card{border-radius:8px;padding:30px 24px;background:#fff;box-shadow:0 18px 44px rgba(44,29,79,.08)}.hc-step-card img{width:46px;height:46px}.hc-step-card span{display:block;margin-top:24px;color:var(--hc-pink);font-weight:900}.hc-step-card h3{margin-top:10px;font-size:24px}.hc-step-card p{margin-top:10px}.hc-banner{padding:88px 0;background:#fff}.hc-banner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:26px;gap:26px}.hc-banner article{min-height:340px;border-radius:8px;padding:42px;background:var(--hc-yellow)}.hc-banner article:nth-child(2){background:var(--hc-pink)}.hc-banner img{width:52px;height:52px}.hc-banner h2{margin-top:28px;font-size:36px;line-height:1.16}.hc-banner p{margin:14px 0 28px;color:rgba(44,29,79,.78);font-weight:700}.hc-team{background:var(--hc-cream)}.hc-teacher-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:28px;gap:28px}.hc-teacher-card{overflow:hidden;border-radius:8px;background:#fff;box-shadow:var(--hc-shadow)}.hc-teacher-card>img{width:100%;height:330px;object-fit:cover}.hc-teacher-card>div{padding:30px}.hc-teacher-card span{color:var(--hc-pink);font-size:14px;font-weight:900;text-transform:lowercase}.hc-teacher-card h3{margin-top:8px;font-size:30px}.hc-teacher-card p{margin-top:14px}.hc-teacher-card a{display:inline-block;margin-top:18px;color:var(--hc-violet);font-weight:900}.hc-video{padding:96px 0;background:var(--hc-purple)}.hc-video-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-gap:52px;gap:52px;align-items:center}.hc-video-card{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 28px 70px rgba(0,0,0,.28)}.hc-video-card img{width:100%;height:410px;object-fit:cover}.hc-video-card span{position:absolute;top:50%;left:50%;display:grid;width:86px;height:86px;place-items:center;border-radius:50%;background:var(--hc-yellow);color:var(--hc-purple);font-size:28px;transform:translate(-50%,-50%)}.hc-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.hc-testimonial-card{border:1px solid var(--hc-line);border-radius:8px;padding:30px;background:#fff;box-shadow:0 18px 44px rgba(44,29,79,.08)}.hc-testimonial-card svg{color:var(--hc-yellow)}.hc-testimonial-card p{margin-top:18px}.hc-testimonial-card strong{display:block;margin-top:22px;color:var(--hc-purple);font-weight:900}.hc-testimonial-card span{display:block;margin-top:5px;color:var(--hc-pink);font-weight:800}.hc-news{background:var(--hc-cream)}.hc-news-grid{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);grid-gap:30px;gap:30px}.hc-event-card{border-radius:8px;padding:36px;background:var(--hc-green)}.hc-event-card img{width:52px;height:52px}.hc-event-card h2{margin-top:24px;font-size:34px;line-height:1.16}.hc-event-card ul{display:grid;grid-gap:10px;gap:10px;margin:24px 0 0;padding:0;list-style:none;color:var(--hc-purple);font-weight:900}.hc-article-list{display:grid;grid-gap:20px;gap:20px}.hc-article-list.subpage{grid-template-columns:repeat(3,minmax(0,1fr))}.hc-article-list article{border:1px solid var(--hc-line);border-radius:8px;padding:26px;background:#fff}.hc-article-list span{color:var(--hc-pink);font-size:13px;font-weight:900;text-transform:uppercase}.hc-article-list h3{margin-top:10px;font-size:25px;line-height:1.22}.hc-article-list p{margin-top:12px}.hc-article-list a{display:inline-block;margin-top:16px;color:var(--hc-violet);font-weight:900}.hc-faq-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);grid-gap:58px;gap:58px;align-items:start}.hc-faq-list{display:grid;grid-gap:14px;gap:14px}.hc-faq-list details{border:1px solid var(--hc-line);border-radius:8px;background:#fff;box-shadow:0 14px 36px rgba(44,29,79,.06)}.hc-faq-list summary{cursor:pointer;padding:22px 24px;color:var(--hc-purple);font-weight:900}.hc-faq-list p{padding:0 24px 24px}.hc-parent-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.hc-parent-card{border:1px solid var(--hc-line);border-radius:8px;padding:26px;background:#fff}.hc-parent-card h3{font-size:24px}.hc-parent-card p{margin-top:10px}.hc-instagram{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:var(--hc-purple)}.hc-instagram img{width:100%;aspect-ratio:1/1;object-fit:cover}.hc-contact{background:#fff}.hc-contact.compact{padding-top:64px}.hc-contact-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-gap:54px;gap:54px;align-items:start}.hc-inline-link{display:inline-block;margin-top:24px;color:var(--hc-violet);font-weight:900}.hc-contact-form{display:grid;grid-gap:16px;gap:16px;border-radius:8px;padding:30px;background:var(--hc-cream)}.hc-contact-form input,.hc-contact-form textarea{width:100%;border:1px solid rgba(44,29,79,.12);border-radius:8px;padding:16px 18px;background:#fff;color:var(--hc-purple);font:inherit}.hc-contact-form textarea{min-height:132px;resize:vertical}.hc-contact-info{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:44px}.hc-contact-info a{-webkit-border-start:4px solid var(--hc-yellow);border-inline-start:4px solid var(--hc-yellow);border-radius:8px;padding:22px;background:var(--hc-purple)}.hc-contact-info a:nth-child(2){border-color:var(--hc-pink)}.hc-contact-info a:nth-child(3){border-color:var(--hc-green)}.hc-contact-info a:nth-child(4){border-color:var(--hc-orange)}.hc-contact-info span{display:block;color:rgba(255,255,255,.58);font-size:14px;font-weight:800}.hc-contact-info strong{display:block;margin-top:8px;color:#fff;line-height:1.45}.hc-subhero{overflow:hidden;background:var(--hc-cream)}.hc-subhero-grid{display:grid;min-height:470px;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);grid-gap:48px;gap:48px;align-items:center;padding:54px 0}.hc-subhero span{display:block;color:var(--hc-pink);font-weight:900}.hc-subhero h1{margin-top:16px;font-size:58px;line-height:1.08}.hc-subhero p{max-width:760px;margin-top:18px;font-size:18px}.hc-subhero img{width:min(430px,100%);-webkit-margin-start:auto;margin-inline-start:auto}.hc-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.hc-gallery-grid figure{overflow:hidden;margin:0;border-radius:8px;background:#fff;box-shadow:var(--hc-shadow)}.hc-gallery-grid img{width:100%;height:280px;object-fit:cover}.hc-gallery-grid figcaption{padding:16px 18px;color:var(--hc-purple);font-weight:900}.hc-notfound{text-align:center}.hc-notfound h2{font-size:100px}.hc-notfound p{margin:12px auto 28px}.hc-footer{background:var(--hc-purple);color:#fff}.hc-footer-grid{display:grid;grid-template-columns:minmax(260px,1.25fr) repeat(3,minmax(0,.75fr));grid-gap:34px;gap:34px;padding:78px 0}.hc-footer img{width:190px;max-height:74px;object-fit:contain}.hc-footer p{max-width:360px;margin-top:22px;color:rgba(255,255,255,.58)}.hc-footer h3{color:#fff;font-size:22px}.hc-footer a{display:block;margin-top:14px;color:rgba(255,255,255,.68);font-weight:700}.hc-footer-bottom{display:flex;justify-content:center;gap:20px;padding:15px 20px;background:rgba(0,0,0,.16);color:rgba(255,255,255,.55);font-size:14px}[dir=rtl] .hc-photo-cta{background-position:50%}[dir=rtl] .hc-hero-art img,[dir=rtl] .hc-subhero img{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:auto;margin-inline-end:auto}@media (max-width:1120px){.hc-header-inner{grid-template-columns:1fr auto}.hc-nav{display:none}.hc-contact-grid,.hc-faq-grid,.hc-hero-grid,.hc-subhero-grid,.hc-two-col,.hc-video-grid{grid-template-columns:1fr}.hc-hero-art{min-height:auto}.hc-hero-art img,.hc-subhero img{margin:0 auto}.hc-article-list.subpage,.hc-contact-info,.hc-footer-grid,.hc-gallery-grid,.hc-icon-grid,.hc-program-grid,.hc-stats-grid,.hc-step-grid,.hc-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.hc-shell{width:min(100% - 24px,1200px)}.hc-header-inner{min-height:82px;grid-template-columns:1fr;gap:12px;padding:12px 0}.hc-logo img{width:52px}.hc-header-actions{justify-content:flex-start}.hc-header-actions .hc-button{display:none}.hc-hero-grid{min-height:auto;padding-top:52px}.happychild-exact[data-page=home] .hc-hero-grid{padding-top:140px}.hc-hero-copy h1,.hc-subhero h1{font-size:42px}.hc-photo-cta h2,.hc-section-title h2{font-size:32px}.hc-section{padding:62px 0}.hc-article-list.subpage,.hc-banner-grid,.hc-contact-info,.hc-footer-grid,.hc-gallery-grid,.hc-hero-notes,.hc-icon-grid,.hc-news-grid,.hc-parent-card-grid,.hc-program-grid,.hc-stats-grid,.hc-step-grid,.hc-teacher-grid,.hc-testimonial-grid{grid-template-columns:1fr}.hc-about-art img,.hc-gallery-grid img,.hc-teacher-card>img,.hc-video-card img{height:auto;min-height:0}.hc-instagram{grid-template-columns:repeat(3,minmax(0,1fr))}.hc-instagram img:nth-child(n+7){display:none}.hc-footer-bottom{flex-direction:column;align-items:center;gap:6px}}