.Navbar-module__cRh5nW__navbar{background:var(--white);box-shadow:var(--shadow-sm);z-index:1000;padding:1rem 0;transition:all .3s;position:sticky;top:0}.Navbar-module__cRh5nW__navbar.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-md);background:#fffc;padding:.75rem 0}.Navbar-module__cRh5nW__container{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cRh5nW__logo{align-items:center;gap:1rem;display:flex}.Navbar-module__cRh5nW__logoImage{background-color:var(--primary);border:2px solid var(--secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-weight:700;transition:all .3s;display:flex}.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__logoImage{width:45px;height:45px;font-size:.8rem}.Navbar-module__cRh5nW__logoImg{border:2px solid var(--secondary);object-fit:contain;border-radius:50%;width:60px;height:60px;transition:all .3s}.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__logoImg{width:45px;height:45px}.Navbar-module__cRh5nW__logoText{color:var(--secondary);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;transition:all .3s}.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__logoText{font-size:1.2rem}.Navbar-module__cRh5nW__navLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.Navbar-module__cRh5nW__navLink{color:var(--text-dark);padding:.5rem;font-size:.9rem;font-weight:500}.Navbar-module__cRh5nW__navLink:hover{color:var(--secondary)}.Navbar-module__cRh5nW__mobileMenuBtn{cursor:pointer;color:var(--primary);background:0 0;border:none;display:none}@media (max-width:1024px){.Navbar-module__cRh5nW__navLinks{background:var(--white);box-shadow:var(--shadow-md);flex-direction:column;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0}.Navbar-module__cRh5nW__navLinks.Navbar-module__cRh5nW__isOpen{display:flex}.Navbar-module__cRh5nW__mobileMenuBtn{display:block}}.Navbar-module__cRh5nW__dropdown{display:inline-block;position:relative}.Navbar-module__cRh5nW__dropdownBtn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem;font-family:inherit;font-size:.9rem;font-weight:500;display:flex}.Navbar-module__cRh5nW__dropdownBtn:hover{color:var(--secondary)}.Navbar-module__cRh5nW__dropdownContent{background-color:var(--white);z-index:1001;border:1px solid var(--gray-100);border-radius:12px;flex-direction:column;min-width:220px;padding:.75rem 0;animation:.2s ease-out Navbar-module__cRh5nW__slideUp;display:flex;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes Navbar-module__cRh5nW__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cRh5nW__dropdownItem{color:var(--text-dark);box-sizing:border-box;width:100%;padding:.6rem 1.25rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.Navbar-module__cRh5nW__dropdownItem:hover{background-color:var(--primary-light);color:#fff}.Navbar-module__cRh5nW__dropdownItemDisabled{color:var(--gray-400);padding:.5rem 1rem;font-size:.9rem;font-style:italic}.Navbar-module__cRh5nW__groupWrapper{padding:.5rem 0}.Navbar-module__cRh5nW__groupWrapper:not(:last-child){border-bottom:1px solid var(--gray-100)}.Navbar-module__cRh5nW__groupTitle{text-transform:uppercase;color:var(--gray-500);letter-spacing:.1em;padding:.5rem 1.25rem .25rem;font-size:.65rem;font-weight:800}
.Footer-module__3hUVsW__footer{background-color:var(--text-dark);color:var(--gray-200);padding:4rem 0 0}.Footer-module__3hUVsW__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.Footer-module__3hUVsW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:repeat(4,1fr)}}.Footer-module__3hUVsW__col h3{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem;display:inline-block;position:relative}.Footer-module__3hUVsW__col h3:after{content:"";background-color:var(--secondary);width:50%;height:2px;position:absolute;bottom:-5px;left:0}.Footer-module__3hUVsW__footerLinks{flex-direction:column;gap:.5rem;display:flex}.Footer-module__3hUVsW__footerLinks a{color:var(--gray-200);transition:var(--transition)}.Footer-module__3hUVsW__footerLinks a:hover{color:var(--secondary);padding-left:5px}.Footer-module__3hUVsW__contactInfo{align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.Footer-module__3hUVsW__contactInfo span{flex:1;line-height:1.4}.Footer-module__3hUVsW__icon{color:var(--secondary);flex-shrink:0}.Footer-module__3hUVsW__bottomBar{background-color:#1a1a1a;margin-top:4rem;padding:2rem 0;font-size:.875rem}.Footer-module__3hUVsW__bottomBarContent p{text-align:center}@media (min-width:768px){.Footer-module__3hUVsW__bottomBarContent p{text-align:left}}.Footer-module__3hUVsW__bottomBarContent{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__bottomBarContent{flex-direction:row;justify-content:space-between}}.Footer-module__3hUVsW__socialLinks{justify-content:center;gap:1rem;display:flex}.Footer-module__3hUVsW__socialLinks a{color:var(--white)}.Footer-module__3hUVsW__socialLinks a:hover{color:var(--secondary)}
.AnnouncementBar-module__tQURPG__bar{background:var(--primary);color:#fff;z-index:1001;border-bottom:2px solid var(--kids-yellow);padding:8px 0;position:relative;overflow:hidden}.AnnouncementBar-module__tQURPG__container{align-items:center;max-width:1400px;margin:0 auto;padding:0 20px;display:flex}.AnnouncementBar-module__tQURPG__label{background:var(--kids-yellow);color:var(--primary);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;z-index:2;border-radius:4px;align-items:center;gap:8px;margin-right:20px;padding:4px 12px;font-size:.75rem;font-weight:800;display:flex;position:relative;box-shadow:4px 0 10px #0000001a}.AnnouncementBar-module__tQURPG__marquee{white-space:nowrap;flex-grow:1;position:relative;overflow:hidden}.AnnouncementBar-module__tQURPG__track{padding-left:100%;animation:30s linear infinite AnnouncementBar-module__tQURPG__marquee;display:inline-block}.AnnouncementBar-module__tQURPG__item{letter-spacing:.2px;padding-right:50px;font-size:.9rem;font-weight:500;display:inline-block}.AnnouncementBar-module__tQURPG__item:after{content:"✦";color:var(--kids-yellow);opacity:.5;margin-left:25px}.AnnouncementBar-module__tQURPG__linkItem{color:inherit;text-decoration:none}.AnnouncementBar-module__tQURPG__linkItem:hover{text-decoration:underline}@keyframes AnnouncementBar-module__tQURPG__marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.AnnouncementBar-module__tQURPG__track:hover{animation-play-state:paused}@media (max-width:768px){.AnnouncementBar-module__tQURPG__label span{display:none}.AnnouncementBar-module__tQURPG__label{margin-right:10px;padding:6px}}
