:root{--font-body: "Poppins", sans-serif;--purple: #6A42F2;--purple-tab: #6A42F1;--purple-dark: #5A2FE0;--navy: #23255A;--text-gray: #717189;--dark-gray: #404043;--border-soft: #D1C4F0;--accent-blue: #253486;--dark-blue: #221E44;--purple-2: #6A42F1;--text-light: #737699;--border: #C8CAE5;--chip-bg: #F8F6FD;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-body)}html{scroll-behavior:smooth}body{color:var(--navy);background:#fff;font-family:var(--font-body);font-optical-sizing:auto;font-weight:500;font-style:normal;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}.container{max-width:1340px;margin:0 auto;padding:0 40px}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}.center{text-align:center}.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;padding:14px 24px;border-radius:6px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap;overflow:hidden;position:relative;cursor:pointer}.btn:before{content:"";position:absolute;top:-50%;left:-75%;width:50%;height:200%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent);transform:rotate(25deg);transition:left .7s ease}.btn:hover:before{left:150%}.btn-primary{background:var(--purple);color:#fff}.btn-primary:hover{background:var(--purple-dark)}.btn-secondary{background:#fff;color:var(--purple-tab);padding-inline:36px;transition:background .15s ease,color .15s ease}.btn-secondary:hover{background:var(--navy);color:#fff}.btn-outline{background:#fff;color:var(--purple);border:1.5px solid var(--purple);transition:background .15s ease,color .15s ease}.btn-outline:hover{background:var(--navy);color:#fff}.btn-outline.btn-play:hover img{background:var(--navy)}.btn-play img{background-color:var(--purple);border-radius:50%;width:20px;padding:5px;height:20px;object-fit:contain}.btn-sm{color:#fff;text-align:right;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:10px 18px}.heading h2{color:var(--navy);font-size:38px;font-style:normal;font-weight:700;line-height:48px}.heading p{color:var(--dark-gray);font-size:19px;font-style:normal;font-weight:500;line-height:28px;margin-top:14px}.text-link{font-size:16px;font-style:normal;font-weight:600;line-height:normal;display:inline-flex;align-items:center;gap:6px;color:var(--purple);text-decoration:none;padding-right:10px;text-align:center;justify-content:center;position:relative;display:flex;width:fit-content}.link-center{justify-self:center}.text-link:hover{color:var(--purple-dark)}.text-link:after{content:"";background:url(../images/arrow-right-purple.svg) 0 0 no-repeat;background-size:100%;position:absolute;right:-10px;width:12px;height:12px;transition:transform .15s ease}.text-link.back{padding-left:20px;padding-right:0}.text-link.back:after{background:url(../images/arrow-left-purple.svg) 0 0 no-repeat;background-size:100%;right:0;left:0}.text-link:hover:after{transform:translate(4px)}.text-link.back:hover:after{transform:translate(0);transform:translate(-4px)}.link-sm{font-size:14px}.row-reverse{flex-direction:row-reverse}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #F0EFF8;padding-top:20px;padding-bottom:20px}.site-header .header-inner{display:flex;align-items:center;justify-content:space-between}.site-header .main-nav{display:flex;align-items:center;gap:34px}.site-header .nav-item{display:flex;align-items:center;gap:6px;color:#222325;font-size:16px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer;position:relative}.site-header .nav-item .chev{color:#636366;margin-top:2px}.site-header .nav-item:hover,.site-header .nav-item:hover .chev{color:var(--purple)}.site-header .header-actions{display:flex;align-items:center;gap:24px}.site-header .login-link{display:flex;align-items:center;gap:6px;font-weight:600;font-size:15px;color:#201f2e;transition:color .2s ease}.site-header .login-link:hover{color:var(--purple)}.site-header .mobile-toggle{display:none;flex-direction:column;gap:5px}.site-header .mobile-toggle span{width:24px;height:2px;background:var(--navy);border-radius:2px}.site-header .header-footer-action{display:none}.site-header .nav-item .nav-item-header{display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:500}.site-header .nav-item .nav-item-text{display:flex;align-items:center;gap:10px}.site-header .chev{transition:.3s}.site-header .sub-menu{position:absolute;left:0;top:calc(100% + 5px);min-width:220px;background:#fff;border-radius:10px;box-shadow:0 15px 40px #00000014;opacity:0;visibility:hidden;transform:translateY(15px);transition:.3s}.site-header .sub-menu ul{list-style:none;margin:0;padding:15px 0}.site-header .sub-menu ul li{border-bottom:1px #E0E7EE solid}.site-header .sub-menu ul li:last-child{border:0}.site-header .sub-menu li a{display:block;padding:8px 20px;color:var(--navy);font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.site-header .sub-menu li a:hover{color:var(--purple)}.site-header .has-dropdown:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.site-header .has-dropdown:hover .chev{transform:rotate(180deg)}.site-header .mobile-toggle span{display:block;width:28px;height:2px;background:#000;margin:6px auto;transition:.3s}.site-header .mobile-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.site-header .mobile-toggle.active span:nth-child(2){opacity:0}.site-header .mobile-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-section{position:relative;padding:64px 0 80px;overflow:hidden;background:linear-gradient(93deg,#fcfcfd 1.79%,#f6f4fe 98.21%)}.hero-section:before{content:"";position:absolute;top:-100px;left:-100px;width:600px;height:600px;border-radius:717px;background:linear-gradient(139deg,#f8f7fe 53.63%,#f8f5ff 98.84%)}.hero-section:after{content:"";position:absolute;top:-150px;right:0;width:700px;height:700px;border-radius:717px;background:#fbfafd}.hero-section .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hero-section .hero-visual{position:relative}.hero-copy-component .rating-pill{display:inline-flex;align-items:center;gap:10px;border-radius:13px;border:1px solid #E5E9EF;background:#fff;padding:8px 18px 8px 10px;box-shadow:0 6px 18px #1e14500f;margin-bottom:28px}.hero-copy-component .avatars{display:flex}.hero-copy-component .avatars img{width:28px;height:28px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-8px}.hero-copy-component .avatars img:first-child{margin-left:0}.hero-copy-component .stars{display:flex;gap:4px}.hero-copy-component .rating-text{color:#59596a;font-size:13px;font-style:normal;font-weight:500;line-height:normal}.hero-copy-component .hero-title{font-size:45px;font-weight:700;line-height:64px;color:var(--navy);margin-bottom:24px}.hero-copy-component .hero-title strong{font-weight:800;font-size:55px}.hero-copy-component .heading-style{color:var(--purple);position:relative;font-style:italic;display:inline-block;padding-bottom:10px;font-weight:700}.hero-copy-component .heading-style:after{content:"";background:url(../images/header-patch.svg) no-repeat center center;background-size:100%;height:16px;width:100%;position:absolute;bottom:0;right:0}.hero-copy-component .heading-style:before{content:"";position:absolute;top:0;left:-150%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);transform:skew(-25deg);animation:shine 2.5s linear infinite}@keyframes shine{to{left:150%}}.hero-copy-component .hero-sub{font-size:17px;line-height:1.6;color:var(--text-gray);max-width:460px;margin-bottom:36px}.hero-copy-component .hero-ctas{display:flex;gap:16px}.hero-visual-wrapper{display:flex;justify-content:space-between;max-width:610px;margin-left:auto;gap:20px}.hero-visual img{width:100%!important}.hero-visual .top-left-clip{position:relative}.hero-visual img.t-img1{max-width:160px;border-radius:20px}.hero-visual img.t-img2{position:absolute;right:-30%;top:20px;max-width:140px}.hero-visual img.t-img3{position:absolute;left:-30px;bottom:20px;max-width:120px}.hero-visual .right-clip{position:relative;height:100%;display:flex;flex-direction:column;gap:10px;justify-content:flex-end;align-items:flex-end}.hero-visual img.t-img6{max-width:280px}.hero-visual img.t-img7{max-width:250px}.hero-visual img.t-img8{max-width:140px;position:absolute;bottom:30px;left:-30%}.hero-visual .bottom-left-clip{position:relative}.hero-visual img.t-img4{max-width:200px;border-radius:20px}.hero-visual img.t-img5{position:absolute;right:-75%;top:-40px;max-width:180px}.hero-visual .t-img2,.t-img5{animation:floatY 6s ease-in-out infinite}.hero-visual .t-img3,.hero-visual .t-img6,.hero-visual .t-img8{animation:floatY 5s ease-in-out infinite}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logo-strip-section{padding:40px 0;border-bottom:1px solid #E0E7EE;background:#fff}.logo-strip-section .logo-row{max-width:1250px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:60px;margin:auto}.logo-strip-section .client-logo img{max-width:80px;margin:auto}.logo-strip-section .client-logo{text-align:center}.explore-section{padding:80px 0}.explore-section .explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.explore-card-component{border-radius:20px;border:3px solid #E8F1FB;background:#fafcfe;padding:36px 32px}.explore-card-component:hover{box-shadow:0 20px 40px #1e145014}.explore-card-component .explore-icon{margin-bottom:22px}.explore-card-component h3{color:var(--navy);font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:12px}.explore-card-component p{color:var(--text-gray);font-size:16px;font-style:normal;font-weight:500;line-height:23px;margin-bottom:50px}.explore-card-component:hover .explore-icon img{transition:all .3s ease-in-out}.explore-card-component:hover .explore-icon img{transform:scale(1.1)}.business-tabs-section{background:#f9faff;padding:80px 0}.business-tabs-section .tabs-wrap{margin-top:50px}.business-tabs-section .tabs-bar{display:flex;gap:12px}.business-tabs-section .tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;color:#fff;font-size:18px;font-style:normal;font-weight:600;line-height:23px;text-align:left;background:var(--purple-tab);padding:14px 22px;border-radius:20px 20px 0 0;transition:background .2s ease;position:relative;cursor:pointer}.business-tabs-section .tab-btn:hover{background-color:var(--navy)}.business-tabs-section .tab-btn.active{background:#fff;color:var(--navy);border:1px #D1C4F0 solid}.business-tabs-section .tab-btn:not(:first-child).active .tab-ico img{filter:brightness(0)}.business-tabs-section .tab-btn.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:5px;background:#fff}.business-tabs-section .tab-ico{flex-shrink:0}.business-tabs-section .tab-ico img{transition:transform .35s ease;transform-style:preserve-3d}.business-tabs-section .tab-btn:hover .tab-ico img{transform:rotateY(180deg)}.business-tabs-section .tab-panel{display:none;background:#fff;border:1px solid var(--border-soft);border-radius:0 0 20px 20px;padding:60px 50px;grid-template-columns:1fr 1fr;gap:120px}.business-tabs-section .tab-panel.active{display:grid}.business-tabs-section .tabs-bar .tab-btn:first-child{flex-grow:1.2}.business-tabs-section .tabs-bar .tab-btn:first-child .tab-ico{filter:none}.business-tabs-section .panel-copy h3{margin-bottom:5px;color:var(--navy);font-size:26px;font-style:normal;font-weight:600;line-height:58px}.business-tabs-section .panel-copy p{font-size:15px;font-style:normal;font-weight:400;line-height:25px;color:var(--dark-gray);margin-bottom:30px}.business-tabs-section .panel-visual{position:relative}.why-activity-provider-section{padding:80px 0 100px}.why-activity-provider-section .activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:50px}.activity-card-component{border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.activity-card-component .activity-photo{width:100%;height:234px;object-fit:cover;transition:all .3s ease-in-out}.activity-card-component:hover .activity-photo{transform:scale(1.1)}.activity-card-component .activity-copy{padding:40px 35px 90px;color:#fff;position:relative;min-height:240px;height:100%;overflow:hidden}.activity-card-component .activity-copy h3{color:#fff;font-size:22px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:16px;max-width:270px;position:relative;padding-bottom:15px}.activity-card-component .activity-copy h3:after{content:"";display:block;width:30px;height:3px;background:#fff;border-radius:3px;position:absolute;bottom:0}.activity-card-component .activity-copy p{color:#fff;font-size:15px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px;max-width:295px}.activity-card-component .btn-outer{position:absolute;right:30px;bottom:40px}.activity-card-component .btn-outer:after{content:"";background:url(../images/btn-patch.svg) 0 0 no-repeat;background-size:100%;width:50px;height:50px;position:absolute;top:-10px;right:20px}.activity-card-component .round-arrow{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--navy);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:background .2s ease;overflow:hidden}.activity-card-component.grad-purple .activity-copy{background:#8464c8}.activity-card-component.grad-indigo .activity-copy{background:#665ad5}.activity-card-component.grad-blue .activity-copy{background:#4f7fd8}.activity-card-component .round-arrow:hover{background:#ffdfe0}.activity-card-component .round-arrow:before{content:"";position:absolute;top:-50%;left:-75%;width:50%;height:200%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent);transform:rotate(25deg);transition:left .5s ease}.activity-card-component .round-arrow:hover:before{left:150%}.testimonials-section{padding:0 0 90px;text-align:center}.testimonials-section .testimonial-wrap{position:relative;max-width:830px;margin:56px auto 20px}.testimonials-section .testimonial-wrap:before{content:"";background:url(../images/quote-icon.svg) 0 0 no-repeat;background-size:100%;width:103px;height:103px;position:absolute;top:-40px;left:-20px;z-index:2;-webkit-user-select:none;user-select:none}.testimonials-section .testimonial-slider{position:relative;border-radius:22px;overflow:hidden;min-height:300px}.testimonials-section .testi-slide{display:none;background:var(--accent-blue);border-radius:20px;padding:80px 35px 0 75px;text-align:left;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:1}.testimonials-section .testi-slide.active{display:flex;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.testimonials-section .testi-copy{color:#fff;max-width:480px;padding-bottom:60px}.testimonials-section .testi-copy h3{color:#fff;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:16px}.testimonials-section .testi-copy p{color:#fff;font-size:15px;font-style:normal;font-weight:400;line-height:25px;margin-bottom:22px}.testimonials-section .testi-copy h4{color:#fff;font-size:17px;font-style:normal;font-weight:600;line-height:25px;display:block}.testimonials-section .testi-copy span{color:#fff;font-size:13px;font-style:normal;font-weight:400;line-height:25px}.testimonials-section .testi-slide .customer-img{align-self:flex-end;max-width:245px;position:relative}.testimonials-section .testi-slide .customer-img:before{content:"";background:url(../images/btn-patch.svg) 0 0 no-repeat;background-size:100%;width:42px;height:50px;position:absolute;top:-80px;right:0;left:20px;margin:auto}.testimonials-section .testi-slide img{width:100%}.testimonials-section .text-link{color:var(--accent-blue);margin-top:20px}.testimonials-section .text-link:after{filter:brightness(.6)}.testimonials-section .testi-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.testimonials-section .testi-dot{width:36px;height:8px;border-radius:6px;background:#e1dff0;cursor:pointer;transition:background .2s ease,width .2s ease}.testimonials-section .testi-dot.active{background:var(--navy);width:44px}.faq-section{background:#f9faff;padding:80px 0}.faq-section .faq-list{max-width:900px;margin:50px auto 0}.faq-section .faq-item{border-bottom:1px solid #E0E7EE;padding:18px 10px}.faq-section .faq-item:first-child{padding-top:0}.faq-section .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:18px;font-style:normal;font-weight:600;line-height:28px;color:var(--navy);text-align:left;cursor:pointer}.faq-section .faq-item.open .faq-q{color:var(--purple)}.faq-section .faq-item.open{border-bottom:0}.faq-section .chev-faq{color:#8b8b9c;flex-shrink:0;transition:transform .25s ease}.faq-section .faq-item.open .chev-faq{transform:rotate(180deg);color:var(--purple)}.faq-section .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-section .faq-item.open .faq-a{max-height:none;margin-top:20px;border-radius:10px;border:1px solid #E0E7EE;background:#fff;padding:20px 30px}.faq-section .faq-a p{color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:28px}.site-footer{background:var(--dark-blue);color:#c8c6de;padding:70px 0 0}.site-footer .footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.3fr;gap:30px;padding-bottom:50px}.site-footer .footer-col h4{color:#f3f3f3;font-size:15px;font-style:normal;font-weight:700;line-height:14.8px;text-transform:uppercase;margin-bottom:10px}.site-footer .footer-col ul{list-style:none;padding:0;margin:0}.site-footer .footer-col a{color:#d5d6de;font-size:14px;font-style:normal;font-weight:400;line-height:25.95px;display:block;margin-bottom:4px}.site-footer .footer-col a:hover{color:#fff;text-decoration:underline}.site-footer .contact-col p{display:flex;gap:10px;color:#e1e1e1;font-size:13px;font-style:normal;font-weight:500;line-height:25.95px;margin-top:20px;margin-bottom:16px}.site-footer .contact-col svg{flex-shrink:0;color:var(--purple);margin-top:2px}.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #34305C;padding-top:30px;padding-bottom:30px;flex-wrap:wrap;gap:16px}.site-footer .footer-brand{display:flex;align-items:center;gap:30px}.site-footer .footer-copy{color:#ffffff80;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.site-footer .social-row{display:flex;gap:12px}.site-footer .social-row a{width:34px;height:34px;border-radius:50%;background:var(--purple);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s ease;position:relative;overflow:hidden}.site-footer .social-row a:hover{background:var(--purple-dark)}.site-footer .social-row a:before{content:"";position:absolute;top:-50%;left:-75%;width:50%;height:200%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent);transform:rotate(25deg);transition:left .7s ease}.site-footer .social-row a:hover:before{left:150%}.second-level-section{padding-top:80px;color:#fff;background:linear-gradient(110deg,#22143a 16.6%,#34274d 78.08%)}.second-level-section .banner-inner{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.second-level-section .banner-left{padding-bottom:50px}.second-level-section .banner-left h1{margin:0;color:#fff;font-size:45px;font-style:normal;font-weight:600;line-height:63px;max-width:600px}.second-level-section .banner-left p{margin:25px 0 0;color:#fff;font-size:19px;font-style:normal;font-weight:500;line-height:normal}.second-level-section .banner-right{margin-top:auto}.second-level-section .banner-right img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:normal}.second-level-section .banner-actions{display:flex;gap:20px;margin-top:54px}.second-level-section .banner-actions .btn{min-width:160px;justify-content:center}.second-level-section.bg-white{background:#fff}.second-level-section.bg-white .banner-right img{border-radius:20px;background:#fef5eb}.second-level-section.bg-white .banner-left h1{color:#23255a}.second-level-section.bg-white .banner-left p{color:#717189}.stats-section{padding:60px 0;background:#fff}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;transform:translateY(-2px);gap:20px}.stats-section .stats-col strong{color:var(--navy);text-align:center;font-size:55px;font-style:normal;font-weight:700;line-height:1;display:block}.stats-section .stats-col span{display:block;margin-top:5px;color:#717189;text-align:center;font-size:18px;font-style:normal;font-weight:600;line-height:25px}.feature-section{padding:100px 0}.feature-section.bg-light-blue{background:#f9faff}.feature-section .feature-grid{display:flex;gap:80px;align-items:center;margin-bottom:100px}.feature-section .feature-grid:last-child{margin-bottom:0}.feature-section .feature-image{flex:1;overflow:hidden}.feature-section .feature-image img{width:100%;height:100%;object-fit:cover}.feature-section .feature-content{flex:1}.feature-section .feature-content h3{margin:0;color:var(--navy);font-size:34px;font-style:normal;font-weight:700;line-height:1.3}.feature-section .feature-content p{margin-top:25px;color:var(--dark-gray);font-size:20px;font-style:normal;font-weight:500;line-height:35px}.feature-section .text-link{margin-top:30px}.feature-section .feature-wrapper{display:flex;align-items:flex-start;gap:20px}.feature-section .feature-wrapper img{max-height:50px;margin-top:8px}.padding-block{padding:100px 60px 0;border-radius:20px}.feature-grid.bg-blue{background:linear-gradient(180deg,#e6f0ff,#fcfeff)}.feature-grid.bg-pink{background:linear-gradient(180deg,#fdecff,#fffcfe)}.feature-grid.bg-aqua{background:linear-gradient(180deg,#e6fff7,#fcfeff)}.feature-grid.bg-yellow{background:linear-gradient(180deg,#fffce6,#fcfeff)}.book-class-page{margin:0 auto;padding:65px 60px;background-color:var(--purple)}.book-class-page.style-2{background-color:#fff;padding:0}.book-class-page.style-2 .navbar{border-radius:0;padding-top:0;padding-bottom:0}.book-class-page.style-2 .nav-btn{border-radius:0;padding-top:20px;padding-bottom:20px}.book-class-page.style-2 .nav-btn.active,.book-class-page.style-2 .nav-btn:hover{background:#fff;color:var(--purple)}.book-class-page .container{max-width:1340px;margin:0 auto;padding:0 40px}.book-class-page .card{background:var(--white);border-radius:40px;padding:70px}.book-class-page .logo{text-align:center;margin:0 auto 20px;display:block;max-width:200px}.book-class-page .logo img{margin:auto}.book-class-page .navbar{border-radius:450px;border-top:1px solid #E3E2EA;border-bottom:1px solid #E3E2EA;background:#34264c;padding:5px 100px;display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;gap:12px}.book-class-page .nav-left{display:flex;align-items:center;gap:20px}.book-class-page .nav-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:14px;color:#fff;font-size:15px;font-style:normal;font-weight:600;line-height:14.8px;border:none;cursor:pointer;background:transparent;transition:background .2s ease,color .2s ease}.book-class-page .nav-btn.active,.book-class-page .nav-btn:hover{background:var(--purple);color:#fff}.book-class-page .nav-btn svg{flex-shrink:0}.book-class-page .nav-right{display:flex;align-items:center;gap:40px}.book-class-page .nav-link{color:#fff;font-size:15px;font-style:normal;font-weight:600;line-height:14.8px;text-decoration:none;white-space:nowrap;display:flex;align-items:center;gap:8px;transition:all .3s ease-in-out}.book-class-page .nav-link:hover{color:#e7d9ff}.book-class-page .filters-box{border-radius:20px;background:#fff;box-shadow:0 3px 19px #00000012;padding:28px 32px 32px;margin-bottom:40px}.book-class-page .filters-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid var(--border-soft);margin-bottom:24px;flex-wrap:wrap;gap:16px}.book-class-page .filters-title-row{display:flex;gap:16px}.book-class-page .filters-icon{width:44px;height:44px;background:var(--chip-bg);color:var(--purple-2);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.book-class-page .filters-icon i{transform:rotate(270deg)}.book-class-page .filters-title h2{color:var(--navy);font-size:21px;font-style:normal;font-weight:600;line-height:normal;margin:0 0 4px}.book-class-page .filters-title p{margin:0;color:var(--text-light);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.book-class-page .reset-filters{display:flex;align-items:center;gap:12px;border-radius:10px;background:#f8f6fd;color:var(--purple-2);font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:12px 18px;cursor:pointer;white-space:nowrap;height:fit-content}.book-class-page .quick-filters-label{color:var(--navy);font-size:19px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:10px}.book-class-page .select-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.book-class-page .select-wrap{position:relative}.book-class-page select.filter-select{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:7px;border:1px solid var(--border);background:#fff;padding:14px 40px 14px 16px;color:#4f5270;font-size:16px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}.book-class-page select.filter-select:focus{outline:0}.book-class-page .select-wrap:after{content:"";position:absolute;right:16px;top:50%;width:6px;height:6px;border-right:2px solid var(--dark-blue);border-bottom:2px solid var(--dark-blue);transform:translateY(-70%) rotate(45deg);pointer-events:none}.book-class-page .checkbox-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--border-soft);margin-bottom:24px;flex-wrap:wrap;gap:12px}.book-class-page .checkbox-label{display:flex;align-items:center;gap:12px;color:#4f5270;font-size:16px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}.book-class-page .checkbox-label input{width:20px;height:20px;accent-color:var(--purple);cursor:pointer;border-radius:4px}.book-class-page .more-options{display:flex;align-items:center;gap:6px;font-size:16px;font-style:normal;font-weight:600;line-height:normal;color:var(--purple-2);background:none;border:none;cursor:pointer;position:relative;padding-right:40px}.book-class-page .more-options:after{content:"";position:absolute;right:16px;top:50%;width:5px;height:5px;border-right:2px solid var(--purple-2);border-bottom:2px solid var(--purple-2);transform:translateY(-30%) rotate(40deg);pointer-events:none}.book-class-page .more-options.active:after{transform:rotate(225deg)}.book-class-page .specific-row{display:grid;grid-template-columns:1fr 1fr;gap:32px;opacity:0;height:0;width:0;overflow:hidden;transition:all .3s ease-in-out}.book-class-page .specific-row.active{opacity:1;height:auto;width:auto;overflow:auto}.book-class-page .specific-col label{display:block;color:#4f5270;font-size:17px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:7px}.book-class-page .term-badge{display:inline-block;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:normal;border-radius:6px;background:var(--purple-2);padding:5px 14px;margin-bottom:12px}.book-class-page .term-title{color:#221e44;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin:0 0 10px}.book-class-page .term-date{display:flex;align-items:center;gap:10px;color:var(--text-light);font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:40px}.book-class-page .custom-table{width:100%}.book-class-page .table-wrap{border-radius:10px;border:1px solid var(--border);background:#f7f4fd;overflow:hidden}.book-class-page .table-header{background:#f7f6fc;font-weight:700;font-size:15px;width:100%;text-align:left}.book-class-page .custom-table tr th{color:#515471;font-size:18px;font-style:normal;font-weight:600;line-height:normal;padding:20px 28px;border-bottom:1px solid var(--border)}.book-class-page .custom-table tr td{padding:20px 28px;color:#515471;font-size:16px;font-style:normal;font-weight:500;line-height:normal;position:relative}.book-class-page .custom-table tr td:not(:last-child):after{content:"";width:1px;height:60%;background:#d6d5e2;position:absolute;top:0;bottom:0;right:0;margin:auto}.book-class-page .day-time{display:flex;align-items:center;gap:20px}.book-class-page .day-icon{border-radius:6px;background:#f2eefb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#31334e;font-size:18px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.54px;padding:10px 15px 15px}.book-class-page .time-text{line-height:1.2;text-align:center}.book-class-page .venue{display:flex;align-items:center;gap:12px}.book-class-page .venue i{color:#615cf1}.book-class-page .class-info span{display:block}.book-class-page .class-info .trial-chip{display:inline-block;margin-top:8px;border-radius:450px;background:#e7d9ff;padding:4px 12px;color:#654799;font-size:11px;font-style:normal;font-weight:600;line-height:normal;text-align:center}.book-class-page .action-cell{display:flex;justify-content:flex-end}.book-class-page .btn-action{border-radius:6px;border:1px solid var(--purple-2);background:var(--purple-2);display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:14px 22px;cursor:pointer;white-space:nowrap;width:100%;max-width:220px;margin-left:auto;transition:background .2s ease}.book-class-page .btn-action:hover{background:#5a3ed6}.details-column-section{display:grid;grid-template-columns:.8fr 1fr 1fr auto;border-radius:20px;gap:55px;border:1px solid #EAE9EC;background:#fff;box-shadow:0 3px 19px #00000012;margin-top:20px;padding:40px 40px 0 0}.details-column-section .img-block{display:flex;align-items:flex-end}.details-column-section .img-block img{max-width:200px;vertical-align:bottom;border-bottom-left-radius:20px}.details-column-section .detail-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-bottom:30px}.details-column-section .heighlight-text{border-radius:450px;background:#e7d9ff;color:#654799;font-size:11px;font-style:normal;font-weight:600;line-height:normal;display:inline-block;padding:2px 10px}.details-column-section h3{color:#221e44;font-size:22px;font-style:normal;font-weight:600;line-height:normal}.details-column-section .num-text{border-radius:450px;border:1px solid #E2DFE5;background:#efedf2;color:#737178;font-size:12px;font-style:normal;font-weight:500;line-height:normal;display:inline-block;padding:1px 10px}.details-column-section .days-text{color:#737699;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.details-column-section .available-text{color:#25785a;font-size:13px;font-style:normal;font-weight:600;line-height:normal;border-radius:4px;border:1px solid #B7EBCD;background:#e8fbf0;padding:5px 20px;display:inline-block}.details-column-section .view-map a{color:#615cf1;font-size:13px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;transition:color .3s ease-in-out}.details-column-section .view-map a:hover{color:var(--purple-dark)}.physical-activity-section{border-radius:20px;border-left:4px solid #4F32E8;background:#faf9fe;margin-top:30px;padding:30px;display:flex;gap:32px}.physical-activity-section .icon-bg{border-radius:450px;background:#f0ecfd;display:inline-flex;justify-content:center;align-items:center;width:80px;height:80px;flex-shrink:0}.physical-activity-section .icon-bg img{max-width:50px}.physical-activity-section p{color:#4e4658;font-size:17px;font-style:normal;font-weight:500;line-height:normal}.plan-card-component-wrapper{display:flex;flex-direction:column;gap:20px;margin-top:50px}.plan-card-component{border-radius:10px;border:1px solid #D8D9E8;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.plan-card-component .icon-block{border-radius:6px;background:#efecfd;width:120px;height:50px;display:flex;align-items:center;justify-content:center;gap:2px}.plan-card-component .left-block{display:flex;align-items:center;gap:30px}.plan-card-component .card-title{color:#4e4658;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.plan-card-component .price-range{color:#4e4658;font-size:18px;font-style:normal;font-weight:500;line-height:normal;border-left:1px solid #D7D5E0;padding-left:30px;min-width:230px}.plan-card-component .price-range strong{color:#5435f6;font-size:28px;font-style:normal;font-weight:700;line-height:normal;margin-right:5px}.subscription-wrapper{display:flex;margin-top:60px;gap:40px}.left-subscription{border-radius:10px;background:#fff;box-shadow:0 1px 14px #00000014;padding:40px}.left-subscription .price-block{color:#4e4658;font-size:21px;font-style:normal;font-weight:500;line-height:normal;padding:20px 30px}.left-subscription .price-block span{font-weight:600;display:block}.left-subscription .price-block strong{font-size:35px;font-weight:700}.left-subscription p,.left-subscription li{color:#4e4658;font-size:17px;font-style:normal;font-weight:500;line-height:normal}.left-subscription ul{display:flex;flex-direction:column;gap:20px;border-top:1px solid #DBDBDD;padding-top:40px}.left-subscription li{position:relative;list-style-type:none;padding-left:45px}.left-subscription li:before{content:"";background:#efecfd url(../images/blue-star-icon.svg) center no-repeat;background-size:18px;border-radius:40px;width:35px;height:35px;display:inline-block;position:absolute;left:0}.left-subscription li.congratulations:before{background:#dbf9e2 url(../images/congo-icon.svg) center no-repeat;background-size:18px}.left-subscription li.stop:before{background:#fadcdc url(../images/stop-icon.svg) center no-repeat;background-size:18px}.right-subscription{border-radius:10px;border:1px solid #F3F4FC;background:#f8f9fd;padding:30px}.right-subscription .short-info{position:relative;border-bottom:1px solid #E6E7EF;padding-top:70px;padding-bottom:20px;margin-bottom:30px}.right-subscription .short-info:before{content:"";background:#eae6fe url(../images/calendar-icon.svg) center no-repeat;background-size:20px;border-radius:40px;width:50px;height:50px;display:inline-block;position:absolute;top:0;left:0}.right-subscription .short-info p{color:#4e4658;font-size:17px;font-style:normal;font-weight:500;line-height:normal}.right-subscription .heighlight{border-radius:450px;background-color:#e7d9ff;color:#654799;font-size:11px;font-style:normal;font-weight:600;line-height:normal;display:inline-block;padding:5px 10px}.right-subscription .date{color:#4e4658;font-size:17px;font-style:normal;font-weight:600;line-height:normal;padding:15px 0;display:flex;align-items:center;gap:10px}.right-subscription .date i{color:#a79ce3}.right-subscription .cost{color:#4e4658;font-size:25px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px}.right-subscription .cost strong{font-weight:700}.right-subscription h3{color:#221e44;font-size:21px;font-style:normal;font-weight:600;line-height:normal}.book-class-card{border-radius:10px;background:#fff;box-shadow:0 1px 14px #00000014;display:flex;align-items:center;gap:30px;justify-content:space-between;padding:20px;margin-top:60px}.book-class-card .icon-bg{background:#5e43ee;color:#fff;border-radius:450px;display:inline-flex;justify-content:center;align-items:center;width:80px;height:80px;flex-shrink:0}.book-class-card .icon-bg img{filter:brightness(10)}.book-class-card .date-list-column{display:flex;flex-direction:column;gap:18px}.book-class-card .date-list-column h3{color:#221e44;font-size:21px;font-style:normal;font-weight:600;line-height:normal}.book-class-card .left-col{display:flex;gap:30px}.book-class-card .date-list-wrapper{display:flex;gap:20px}.book-class-card .date-list-wrapper .date-item{border-radius:4px;border:1px solid #E7E3F0;padding:8px 10px;cursor:pointer;transition:all .3s ease-in-out;color:#616271;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.book-class-card .date-list-wrapper .date-item.active,.book-class-card .date-list-wrapper .date-item:hover{background:#9874fa;color:#fff}.topbar{border-bottom:1px solid rgba(0,0,0,.1);background:#fff;padding:14px 0}.topbar .topbar-wrapper{display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar .logo img{max-width:160px}.topbar .search-bar{flex:1;display:flex;align-items:center;border-radius:12px;border:2px solid #E0E5EB;background:#fff;max-width:720px;width:100%;overflow:hidden}.topbar .search-bar .field{display:flex;align-items:center;gap:10px;padding:12px 18px;flex:1;color:#9297a9}.topbar .search-bar input{border:none;outline:none;width:100%;color:#768595;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.topbar .search-bar input::placeholder{color:#8a8797}.topbar .near-me{display:flex;align-items:center;gap:10px;padding:8px 18px;cursor:pointer;white-space:nowrap;position:relative}.topbar .near-me:before{content:"";background-color:#e0e5eb;width:2px;height:70%;position:absolute;left:0}.topbar .near-me i{color:#615cf1}.topbar .near-me .label{color:#293037;font-size:15px;font-style:normal;font-weight:600;line-height:1.2}.topbar .near-me .sub{color:#768595;font-size:13px;font-style:normal;font-weight:500;line-height:1}.topbar .login-btn{padding:10px 40px}.topbar .mobile-search{display:none}.search-banner{background:linear-gradient(103deg,#efe9fe 21.62%,#eff0f9 76.06%);padding:100px 0}.search-banner .search-wrapper{align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden;display:grid;grid-template-columns:472px auto}.search-banner .search-image img{width:100%}.search-banner .search-heading h1{color:var(--navy);font-size:45px;font-style:normal;font-weight:700;line-height:60px;margin:0 0 18px}.search-banner .search-heading p{color:var(--text-gray);font-size:19px;font-style:normal;font-weight:500;line-height:normal;margin:0}.category-list-section{margin-top:-50px;padding-bottom:60px}.category-list-section .cat-wrap{border-radius:450px;border:1px solid #EBEBF7;background:#fff;box-shadow:0 2px 4px #657cb433;padding:10px 40px;gap:6px;position:relative}.cat-item{display:none}.category-list-section .cat-item{padding:8px 10px;border:none;background:none;color:#221e44;font-size:15px;font-style:normal;font-weight:500;line-height:14px;position:relative;text-align:center}.category-list-section .cat-item .icon-circle{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto auto 10px}.category-list-section .cat-item.active .icon-circle{background:var(--purple);color:#fff}.category-list-section .cat-item.active{color:#1a1533}.category-list-section .cat-item.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:45px;height:3px;border-radius:2px;background:var(--purple)}.category-list-section .cat-nav .slick-arrow{width:36px;height:36px;border-radius:450px;border:2px solid #DFDFE4;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:8px;font-size:18px;color:#000;z-index:1}.category-list-section .cat-nav .slick-arrow:before{display:none}.category-list-section .cat-item.active img{filter:brightness(10)}.category-list-section button.slick-arrow.slick-disabled{opacity:0!important;visibility:hidden}.refine-wrapper{display:flex;gap:36px;align-items:flex-start;margin-bottom:80px}.refine-search-component{max-width:280px;width:100%;flex-shrink:0;border-radius:10px;border:1px solid #EAE8ED;background:#fff;box-shadow:0 2px 32px #00000008;padding:24px}.refine-search-component i{color:var(--purple-2);transform:rotate(-90deg)}.refine-search-component h2{color:#221e44;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin:0 0 24px;display:flex;align-items:center;justify-content:space-between}.refine-search-component .filter-group{margin-bottom:22px;border-bottom:1px solid #EAE8ED}.refine-search-component .filter-group label{display:block;margin-bottom:12px;color:#473499;font-size:15px;font-style:normal;font-weight:600;line-height:normal}.refine-search-component .range-wrap{padding:0 4px}.refine-search-component .range-values{display:flex;justify-content:space-between;color:#63626c;font-size:12px;font-style:normal;font-weight:600;line-height:normal;margin-top:8px;padding-bottom:14px}.refine-search-component .dual-range{position:relative;height:26px}.refine-search-component .dual-range .track{position:absolute;top:11px;left:0;right:0;height:4px;background:#e7e5f0;border-radius:4px}.refine-search-component .dual-range .range-fill{position:absolute;top:11px;height:4px;background:var(--purple);border-radius:4px}.refine-search-component .dual-range input[type=range]{position:absolute;top:0;left:0;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;pointer-events:none;margin:0;height:26px}.refine-search-component .dual-range input[type=range]::-webkit-slider-thumb{pointer-events:auto;-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--purple);border:3px solid #fff;box-shadow:0 0 0 1px var(--purple);cursor:pointer;margin-top:0}.refine-search-component .dual-range input[type=range]::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:var(--purple);border:3px solid #fff;box-shadow:0 0 0 1px var(--purple);cursor:pointer}.refine-search-component select.filter-select{width:100%;padding:12px 14px;border:0;border-radius:0;color:#63626c;font-size:12px;font-style:normal;font-weight:600;line-height:normal;background:#fff url(../images/select-arrow.svg) no-repeat right 16px center;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:0}.refine-search-component .apply-btn{width:100%;background:var(--purple);border:none;padding:10px;border-radius:6px;color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-top:6px;cursor:pointer}.refine-search-component .apply-btn:hover{background:var(--purple-dark)}.refine-search-component .clear-btn{color:var(--purple-2);text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:normal;width:100%;background:none;border:none;padding:14px 0 0;margin-top:10px;cursor:pointer}.refine-search-component .clear-btn{color:var(--purple-dark)}.results-wrapper{flex:1;min-width:0}.results-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.results-toolbar select.sort-select{padding:10px 40px 10px 16px;border-radius:8px;border:2px solid #EAE8ED;color:#32373c;font-size:15px;font-style:normal;font-weight:600;line-height:normal;background:#fff url(../images/select-arrow.svg) no-repeat right 16px center;-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:170px;outline:0}.results-toolbar .sort-wrap{display:flex;align-items:center;gap:12px}.results-toolbar .sort-wrap span{color:#768595;font-size:13px;font-style:normal;font-weight:500;line-height:normal}.results-toolbar .view-toggle{display:flex;gap:8px}.results-toolbar .view-btn{width:42px;height:42px;border-radius:6px;background:#e9e3ee99;display:flex;align-items:center;justify-content:center;color:#71649e;cursor:pointer;font-size:20px;border:1px transparent solid;transition:all .3s ease-in-out}.results-toolbar .view-btn.active{background:#e9e3ee;cursor:auto;border-color:#c7c3d3}.category-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-cards-grid.list-view{grid-template-columns:1fr}.category-card-component{border-radius:10px;border:1px solid #EAE8ED;background:#fff;box-shadow:0 2px 32px #00000008;padding:20px 20px 15px;display:flex;flex-direction:column}.category-card-component .link-sm{margin:auto}.category-cards-grid.list-view .category-card-component .link-sm{margin:0}.category-cards-grid.list-view .category-card-component{flex-direction:row;gap:20px;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}.category-cards-grid.list-view .category-card-component .card-body{flex:1;border-radius:10px;background:#fbf9fe;padding:10px 20px 20px;max-width:220px;width:100%}.category-cards-grid.list-view .category-card-component .btn-outer{flex:0 0 100%;text-align:left;display:flex;margin-top:-30px}.category-card-component .age-box{padding-left:0;padding-right:0}.category-cards-grid.list-view .category-card-component .age-box{background-color:transparent;border-bottom:1px dashed #E1E6EC}.category-cards-grid.list-view .category-card-component .tags{border-bottom:0;padding-bottom:0}.category-card-component .card-top{display:grid;grid-template-columns:65px 1fr;align-items:flex-start;gap:5px;margin-bottom:16px}.category-card-component .description{grid-column:1 / -1;max-width:360px}.category-cards-grid.list-view .category-card-component .card-top{grid-template-columns:85px 1fr}.category-cards-grid.list-view .category-card-component .description{padding-left:90px;margin-top:-10px}.category-cards-grid.list-view .category-card-component .btn-outer{padding-left:90px}.category-cards-grid.list-view .category-card-component .tag{border-radius:6px}.category-card-component .card-logo{flex-shrink:0;overflow:hidden}.category-card-component .card-logo img{width:100%}.category-card-component .card-title{color:#221e44;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin:0 0 3px}.category-card-component .card-loc{color:#5058c8;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.category-card-component .card-desc{color:#404043;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.category-card-component .age-box{display:flex;align-items:center;gap:10px;background:#f8f7fc;border-radius:10px;padding:10px 14px;margin-bottom:12px}.category-card-component .age-box i{border-radius:450px;background:#fff;width:35px;height:35px;display:flex;align-items:center;justify-content:center;color:#5f4be2}.category-card-component .age-box .age-label{color:#5f4be2;font-size:11px;font-style:normal;font-weight:500;line-height:normal;display:block}.category-card-component .age-box .age-value{color:#32373c;font-size:15px;font-style:normal;font-weight:600;line-height:normal}.category-card-component .age-box .age-value span{color:#73787c;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.category-card-component .tags{display:flex;gap:8px;padding-bottom:20px;flex-wrap:wrap;border-bottom:1px solid #E1E6EC;margin-bottom:12px}.category-card-component .tag{border-radius:450px;background:#e7d9ff;color:#654799;font-size:10px;font-style:normal;font-weight:600;line-height:normal;padding:6px 12px}.category-card-component .no-results{text-align:center;padding:60px 20px;color:#8a8797;font-size:15px;display:none}@media (max-width: 1440px){.book-class-page{padding:50px 40px}.book-class-page .logo{margin-bottom:30px}.book-class-page .logo img{max-width:250px}.book-class-page .card{padding:50px}.book-class-page .custom-table tr td{padding:20px 15px}.left-subscription,.right-subscription{padding:20px}.right-subscription .short-info p,.left-subscription p,.left-subscription li{font-size:16px}.book-class-card .icon-bg{width:60px;height:60px}.book-class-card .icon-bg img{max-width:22px}.left-subscription .price-block{font-size:18px}.left-subscription .price-block strong{font-size:32px}.book-class-card .left-col,.physical-activity-section{gap:20px}.details-column-section h3{font-size:20px}.book-class-card .date-list-wrapper{gap:10px}.hero-visual img.t-img5{right:-45%;max-width:150px;z-index:1}}@media (max-width: 1200px){.site-header .main-nav{gap:15px}.site-header .nav-item{font-size:15px}.site-header .logo img{max-width:120px}.heading h2{font-size:28px;line-height:1.3}.hero-section .hero-inner{gap:20px}.hero-copy-component .hero-title strong{font-size:38px}.hero-copy-component .hero-title{font-size:36px;line-height:1.3}.explore-card-component{padding:20px}.explore-card-component h3{font-size:20px;line-height:1.3}.explore-card-component p{font-size:15px;line-height:1.4}.explore-card-component .explore-icon img{max-width:100px}.explore-section .explore-grid{gap:10px}.business-tabs-section .tabs-bar{display:flex;gap:5px}.business-tabs-section .tab-btn{font-size:14px;padding:10px;line-height:1.4}.business-tabs-section .panel-copy h3{font-size:20px;line-height:1.4}.business-tabs-section .tab-panel{gap:40px;padding:40px}.why-activity-provider-section .activity-grid{gap:10px}.activity-card-component .activity-copy h3{font-size:18px}.activity-card-component .activity-copy{padding:30px 20px}.heading p,.text-link{font-size:16px}.link-sm{font-size:14px}.text-link img{max-width:10px}.second-level-section .banner-left h1{font-size:38px;line-height:1.3}.second-level-section .banner-left p{font-size:17px}.second-level-section .banner-actions{margin-top:40px}.stats-section .stats-col strong{font-size:42px}.stats-section .stats-col span{font-size:16px}.feature-section .feature-content h3{font-size:28px;line-height:1.2}.feature-section .feature-content p{margin-top:10px;font-size:18px;line-height:1.5}.hero-visual img.t-img2{right:-10%;top:40px;max-width:120px}.book-class-page{padding:50px 30px}.book-class-page .logo img{max-width:200px}.book-class-page .card{padding:30px}.book-class-page .navbar{padding:5px 50px}.book-class-page select.filter-select{padding:10px 30px 10px 15px;font-size:15px}.book-class-page .custom-table tr th,.book-class-page .custom-table tr td{padding:10px;font-size:14px}.book-class-page .day-icon{gap:5px;font-size:15px;padding:8px 10px 12px}.book-class-page .day-time{gap:10px}.book-class-page .btn-action{font-size:15px;padding:10px 12px}.book-class-page .quick-filters-label{font-size:16px;margin-bottom:5px}.book-class-page .specific-col label{font-size:15px;margin-bottom:5px}.book-class-page .term-title{font-size:18px}.book-class-page .term-date{font-size:15px;margin-bottom:20px}.details-column-section{gap:20px}.details-column-section h3{font-size:18px}.details-column-section .days-text{font-size:14px}.physical-activity-section p{font-size:15px}.plan-card-component .card-title{font-size:16px}.book-class-card .date-list-wrapper .date-item{padding:6px 8px;font-size:14px}.book-class-card .date-list-wrapper{gap:5px}.book-class-card{gap:20px}.book-class-card .date-list-column h3{font-size:18px}.right-subscription .cost{font-size:20px}.right-subscription .date{font-size:15px}.plan-card-component .price-range strong{font-size:24px}.plan-card-component .price-range{font-size:16px}.category-cards-grid{grid-template-columns:repeat(2,1fr);gap:5px}.refine-wrapper{gap:10px}.category-card-component .card-top{grid-template-columns:65px 1fr}.category-cards-grid{gap:10px}.padding-block{padding:60px 30px 0}.feature-section .feature-wrapper img{max-height:35px}}@media (max-width: 991px){.container{padding:0 20px}.site-header .mobile-toggle{display:block}.site-header .header-actions{display:none}.site-header .main-nav{position:absolute;left:0;top:100%;width:100%;background:#fff;display:flex;flex-direction:column;align-items:stretch;gap:0;max-height:0;overflow:hidden;transition:max-height .35s ease}.site-header .main-nav.active{height:100vh;overflow-y:auto;max-height:100vh}.site-header .nav-item{border-bottom:1px solid #E0E7EE;flex-direction:column;align-items:flex-start}.site-header .nav-item .nav-item-header{justify-content:space-between;width:100%;padding-right:20px}.site-header .nav-item .nav-item-header a{padding:10px 20px;flex:1}.site-header .sub-menu{position:static;opacity:1;visibility:visible;transform:none;display:none;box-shadow:none;border-radius:0;background:#f8f8f8}.site-header .sub-menu ul{padding-top:0}.site-header .has-dropdown.open .sub-menu{display:block;width:100%}.site-header .has-dropdown.open .chev{transform:rotate(180deg)}.site-header .has-dropdown:hover .chev{transform:unset}.site-header .header-footer-action{display:block}.site-header .header-footer-action .get-started{background:var(--purple);color:#fff;justify-content:center;width:100%}.site-header .header-footer-action .get-started a{justify-content:center}.hero-section .hero-inner{grid-template-columns:1fr}.hero-copy-component .hero-title strong{display:block}.hero-copy-component .hero-ctas{justify-content:center}.hero-copy-component{text-align:center}.hero-copy-component .hero-sub{margin:0 auto 30px}.logo-strip-section .client-logo img{max-width:60px}.business-tabs-section .tab-btn{flex-direction:column;text-align:center}.hero-section{padding:50px 0 40px}.hero-section .hero-inner{gap:50px}.logo-strip-section{padding:20px 0}.explore-section,.business-tabs-section,.why-activity-provider-section{padding:40px 0}.testimonials-section{padding:0 0 40px}.faq-section{padding:40px 0}.second-level-section .banner-left h1{font-size:26px}.second-level-section .banner-left p{font-size:15px;margin-top:10px}.stats-section .stats-col strong{font-size:36px}.stats-section .stats-col span{font-size:15px;line-height:1.3}.feature-section{padding:40px 0}.feature-section .feature-grid{gap:50px;margin-bottom:50px}.feature-section .feature-content h3{font-size:20px}.feature-section .feature-content p{font-size:16px}.feature-section .feature-wrapper img{max-height:28px}.feature-section .feature-wrapper{gap:10px}.details-column-section{grid-template-columns:repeat(2,1fr);padding:20px}.subscription-wrapper{gap:20px}.book-class-card .left-col{flex-direction:column}.book-class-card{flex-direction:column;align-items:end}.left-subscription p,.left-subscription li,.right-subscription .short-info p{font-size:15px}.plan-card-component .icon-block{width:80px}.plan-card-component .icon-block img{max-width:15px}.search-banner{padding:40px 0 80px}.search-banner .search-heading h1{font-size:35px;line-height:1.3}.search-banner .search-heading p{font-size:16px}.search-banner .search-wrapper{gap:20px;grid-template-columns:382px auto}.category-cards-grid.list-view .category-card-component .card-top{grid-template-columns:65px 1fr;max-width:220px}.category-cards-grid.list-view .category-card-component .description{padding-left:70px;margin-top:0}.category-cards-grid.list-view .category-card-component .btn-outer{padding-left:70px}.category-cards-grid.list-view .category-card-component .age-box{padding:0 0 10px}}@media (max-width: 767px){.container{padding:0 20px}.heading h2{font-size:22px}.heading p{font-size:15px;line-height:1.4;margin-top:10px}.business-tabs-section .tabs-bar{overflow-x:auto}.business-tabs-section .tab-panel{grid-template-columns:1fr;padding:32px}.explore-section .explore-grid{grid-template-columns:1fr}.why-activity-provider-section .activity-grid{grid-template-columns:1fr;margin-top:30px}.hero-copy-component .hero-title{font-size:34px}.hero-copy-component .hero-ctas{flex-direction:column}.hero-copy-component .hero-ctas .btn{width:100%;justify-content:center}.section-title{font-size:26px}.logo-strip-section .logo-row{justify-content:center}.testimonials-section .testi-slide{flex-direction:column;text-align:center;padding:32px 24px 0}.testimonials-section .testi-slide img{width:140px;height:140px;margin:0 auto}.testimonials-section .testi-copy{max-width:100%;padding-bottom:10px}.testimonials-section .testi-slide .customer-img:before{top:-25px;height:20px;width:30px}.site-footer .footer-grid{grid-template-columns:1fr;padding-bottom:10px}.site-footer .footer-bottom{flex-direction:column;text-align:center}.site-footer{padding-top:40px}.site-footer .quote-mark{display:none}.site-footer .footer-brand{flex-direction:column;gap:10px}.site-header .header-actions{display:none}.site-header .logo img{max-width:100px}.hero-section{padding:30px 0}.hero-copy-component .avatars img{width:20px;height:20px;border-width:1px}.hero-copy-component .stars{gap:2px;max-width:8px;justify-content:center}.hero-copy-component .rating-text{font-size:12px}.hero-copy-component .rating-pill{flex-direction:column}.hero-copy-component .hero-title{font-size:22px}.hero-copy-component .hero-title strong{font-size:24px}.btn{font-size:14px;padding:12px 20px}.hero-copy-component .hero-sub{font-size:16px}.explore-card-component p{margin-bottom:20px}.explore-card-component .explore-icon{margin-bottom:10px}.explore-card-component h3{font-size:18px}.business-tabs-section .panel-copy h3{font-size:18px;line-height:1.4}.business-tabs-section .tab-btn{gap:5px;white-space:nowrap}.business-tabs-section .tab-panel{grid-template-columns:1fr;padding:20px;gap:30px;border-top:0}.business-tabs-section .tab-btn{font-size:12px;line-height:1.3}.business-tabs-section .tab-ico{display:none}.business-tabs-section .panel-copy p{margin-bottom:20px}.testimonials-section .quote-mark img{max-width:70px}.testimonials-section .testimonial-wrap:before{width:50px;height:50px;top:-20px;left:-10px}.testimonials-section .testimonial-wrap{margin-top:40px}.testimonials-section .testi-copy h3{font-size:18px}.testimonials-section .testi-slide .customer-img{align-self:center}.testimonials-section .testi-copy h4{font-size:16px}.faq-section .faq-list{margin-top:30px}.faq-section .faq-q{font-size:16px}.faq-section .faq-item.open .faq-a{padding:20px 15px}.faq-section .faq-a p{font-size:14px;line-height:1.5}.faq-section .faq-item{padding:15px 0}.faq-section .heading h2{text-align:left}.hero-visual img.t-img8{bottom:-40px}.hero-visual img.t-img5{top:30px}.hero-visual img.t-img3{left:-10px;bottom:-20px}.hero-visual img.t-img2{max-width:100px;z-index:1}.second-level-section{padding-top:30px}.second-level-section .banner-inner{grid-template-columns:1fr}.second-level-section .banner-actions{flex-direction:column;margin-top:30px;gap:10px}.second-level-section .btn{justify-content:center}.second-level-section .banner-left{padding-bottom:20px}.second-level-section .banner-right{display:none}.stats-section .stats-grid{grid-template-columns:1fr}.stats-section{padding:30px 0}.feature-section .feature-grid{gap:20px;flex-direction:column;margin-bottom:30px}.feature-section .feature-content p{font-size:15px}.feature-section .text-link{margin-top:20px}.feature-section .feature-content h3{font-size:18px}.padding-block{padding:40px 20px 0}.book-class-page .container{padding:0 20px}.book-class-page{padding-left:0;padding-right:0}.book-class-page .logo{margin-bottom:20px}.book-class-page .logo img{max-width:150px}.book-class-page .select-row{grid-template-columns:1fr}.book-class-page .specific-row{grid-template-columns:1fr;gap:20px}.book-class-page .action-cell{justify-content:stretch}.book-class-page .card{padding:30px 15px}.book-class-page .custom-table tr th:first-child,.book-class-page .custom-table tr td:first-child{position:sticky;top:0;left:0;background:#fff;z-index:1}.book-class-page .table-wrap{overflow-x:auto}.book-class-page .day-time{flex-direction:column}.book-class-page .day-icon{gap:5px;font-size:13px;padding:8px}.book-class-page .custom-table tr th,.book-class-page .custom-table tr td{padding:8px;font-size:12px;white-space:nowrap}.book-class-page .btn-action{font-size:12px;padding:8px}.book-class-page .navbar{margin-bottom:20px;padding:15px 20px;gap:10px;overflow-x:auto}.book-class-page .nav-btn{padding:10px 15px;font-size:13px}.book-class-page .nav-link{font-size:13px}.book-class-page .filters-icon{width:34px;height:34px}.book-class-page .term-date{font-size:14px}.book-class-page select.filter-select{padding:8px 30px 8px 15px;font-size:14px}.book-class-page .nav-right{gap:20px}.book-class-page .filters-header{flex-direction:column}.book-class-page .filters-title h2{font-size:16px}.book-class-page .reset-filters{font-size:14px}.book-class-page .filters-box{padding:15px}.book-class-page .term-title{font-size:18px}.details-column-section .img-block img{max-width:120px}.details-column-section{grid-template-columns:1fr;padding:15px}.physical-activity-section{flex-direction:column;padding:20px}.physical-activity-section .icon-bg{width:60px;height:60px}.physical-activity-section .icon-bg img{max-width:36px}.details-column-section .detail-col{padding-bottom:14px}.plan-card-component{flex-direction:column;gap:15px}.plan-card-component .price-range{padding:0;border:0}.plan-card-component .left-block{flex-direction:column}.plan-card-component .left-block{gap:10px}.plan-card-component .price-range{text-align:center}.subscription-wrapper{flex-direction:column;margin-top:30px}.left-subscription .price-block{padding:20px}.book-class-card{margin-top:30px;align-items:flex-start}.book-class-card .date-list-wrapper{flex-direction:column}.book-class-card .icon-bg{width:50px;height:50px}.search-banner .search-heading h1{font-size:24px;margin-bottom:10px}.refine-wrapper{flex-direction:column;padding:20px 0;justify-content:center;align-items:center;gap:30px;margin-bottom:20px}.category-cards-grid{grid-template-columns:1fr}.category-list-section .cat-wrap{padding:10px}.category-list-section{padding-bottom:20px}.category-list-section .cat-item{font-size:13px;padding:0 5px 8px}.category-list-section .cat-item .icon-circle{width:30px;height:30px;margin-bottom:5px}.category-list-section .cat-item.slick-slide img{width:70%}.refine-search-component{max-width:480px}.search-banner .search-wrapper{grid-template-columns:1fr}.refine-search-component .filter-group label{font-size:14px;margin-bottom:5px}.topbar{padding:8px 0}.topbar .logo img{max-width:100px}.topbar .login-btn{padding:8px 20px}.topbar .search-bar{position:absolute;top:-25px;left:20px;width:90%;opacity:0;transition:all .2s ease-in-out;visibility:hidden;z-index:-1}.topbar .search-bar.active{top:55px;opacity:1;z-index:99;visibility:visible}.topbar .mobile-search{border-radius:6px;border:2px solid #E0E5EB;background:#fff;padding:5px 10px;display:block}.topbar .search-bar input{font-size:12px}.topbar .search-bar .field{padding-left:10px}.topbar .near-me .label{font-size:13px}.topbar .near-me .sub{font-size:12px}.results-toolbar .view-toggle{display:none}.refine-search-component h2{margin:0 0 15px;font-size:16px}.category-list-section .cat-nav .slick-arrow{width:30px;height:30px;border-width:1px;font-size:14px}.refine-search-component select.filter-select{padding:5px 10px}}.signup-section{background:linear-gradient(180deg,#f9faff,#fff 55%);padding:55px 0 80px}.signup-section .signup-inner{display:grid;grid-template-columns:1fr 1.08fr;gap:64px;align-items:start}.signup-page .signup-copy{position:sticky;top:110px}.signup-page .signup-back{margin-bottom:26px}.signup-page .signup-rating{display:inline-flex;align-items:center;gap:10px;border-radius:13px;border:1px solid #E5E9EF;background:#fff;padding:8px 18px 8px 10px;box-shadow:0 6px 18px #1e14500f;margin-bottom:24px}.signup-page .signup-rating .avatars{display:flex}.signup-page .signup-rating .avatars img{width:28px;height:28px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-8px}.signup-page .signup-rating .avatars img:first-child{margin-left:0}.signup-page .signup-rating .stars{display:flex;gap:4px}.signup-page .signup-rating .rating-text{color:#59596a;font-size:13px;font-weight:500;line-height:normal}.signup-page .signup-title{color:var(--navy);font-size:40px;font-weight:600;line-height:54px;margin-bottom:18px}.signup-page .signup-title strong{font-weight:800;font-size:46px;display:block}.signup-page .heading-style{color:var(--purple);position:relative;font-style:italic;display:inline-block;padding-bottom:10px;font-weight:700}.signup-page .heading-style:after{content:"";background:url(../images/header-patch.svg) no-repeat center center;background-size:100%;height:16px;width:100%;position:absolute;bottom:0;right:0}.signup-page .signup-sub{color:var(--text-gray);font-size:17px;font-weight:500;line-height:28px;max-width:480px;margin-bottom:32px}.signup-page .tick-list{list-style:none;padding:0;margin:0 0 36px;display:grid;gap:18px}.signup-page .tick-list li{display:flex;align-items:flex-start;gap:14px}.signup-page .tick-list .tick{width:26px;height:26px;border-radius:50%;background:var(--purple);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.signup-page .tick-list .tick svg{width:12px;height:9px}.signup-page .tick-list .tick-body{color:var(--text-gray);font-size:15px;font-weight:500;line-height:24px}.signup-page .tick-list .tick-body strong{display:block;color:var(--navy);font-size:17px;font-weight:600;line-height:normal;margin-bottom:4px}.signup-page .signup-quote{border-radius:14px;border:1px solid #E7E4F6;background:var(--chip-bg);padding:26px 28px;margin-bottom:34px;max-width:500px}.signup-page .signup-quote .quote-mark{width:26px;margin-bottom:14px}.signup-page .signup-quote p{color:var(--navy);font-size:16px;font-weight:500;line-height:27px;margin-bottom:18px}.signup-page .signup-quote .quote-author{display:flex;align-items:center;gap:12px}.signup-page .signup-quote .quote-author img{width:40px;height:40px;border-radius:50%;object-fit:cover}.signup-page .signup-quote .quote-author span{color:var(--text-gray);font-size:13px;font-weight:500;line-height:normal}.signup-page .signup-quote .quote-author strong{display:block;color:var(--navy);font-size:15px;font-weight:600;margin-bottom:3px}.signup-page .signup-logos-label{display:block;color:#8a8aa0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.signup-page .signup-logo-row{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.signup-page .signup-logo-row img{max-height:30px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.55;transition:filter .2s ease,opacity .2s ease}.signup-page .signup-logo-row img:hover{filter:grayscale(0);opacity:1}.signup-page .signup-card{border-radius:18px;border:1px solid #E7E4F6;background:#fff;box-shadow:0 18px 50px #1e145014;padding:34px 38px 30px}.signup-page .signup-card-head{padding-bottom:24px;border-bottom:1px solid #EFEDF9;margin-bottom:26px}.signup-page .signup-badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:var(--chip-bg);border:1px solid var(--border-soft);color:var(--purple);font-size:12.5px;font-weight:600;padding:6px 14px;margin-bottom:16px}.signup-page .signup-badge svg{width:13px;height:13px}.signup-page .signup-card-head h2{color:var(--navy);font-size:28px;font-weight:700;line-height:38px;margin-bottom:8px}.signup-page .signup-card-head p{color:var(--text-gray);font-size:15px;font-weight:500;line-height:normal}.signup-page .signup-card-head p a{color:var(--purple);font-weight:600}.signup-page .signup-card-head p a:hover{text-decoration:underline}.signup-page .form-group-label{color:#8a8aa0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.signup-page .form-group-label:not(:first-of-type){margin-top:10px;padding-top:22px;border-top:1px solid #EFEDF9}.signup-page .field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.signup-page .field{margin-bottom:20px;min-width:0}.signup-page .field label{display:block;color:#4f5270;font-size:14.5px;font-weight:600;line-height:normal;margin-bottom:8px}.signup-page .field label .req{color:var(--purple)}.signup-page .field label .optional{color:#9a9ab0;font-size:12.5px;font-weight:500;margin-left:4px}.signup-page .field input[type=text],.signup-page .field input[type=email],.signup-page .field input[type=tel],.signup-page .field input[type=password],.signup-page .signup-select{width:100%;border-radius:8px;border:1px solid var(--border);background:#fff;padding:13px 16px;color:var(--navy);font-size:15px;font-weight:500;line-height:normal;transition:border-color .15s ease,box-shadow .15s ease}.signup-page .field input::placeholder{color:#a6a6bc;font-weight:400}.signup-page .field input:focus,.signup-page .signup-select:focus{outline:0;border-color:var(--purple);box-shadow:0 0 0 3px #6a42f21f}.signup-page .signup-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:40px;cursor:pointer;font-weight:500}.signup-page .select-wrap{position:relative}.signup-page .select-wrap:after{content:"";position:absolute;right:16px;top:50%;width:6px;height:6px;border-right:2px solid var(--dark-blue);border-bottom:2px solid var(--dark-blue);transform:translateY(-70%) rotate(45deg);pointer-events:none}.signup-page .phone-group{display:grid;grid-template-columns:108px 1fr;gap:10px}.signup-page .select-wrap-sm .signup-select{padding:13px 30px 13px 12px;font-size:14px}.signup-page .select-wrap-sm:after{right:12px}.signup-page .password-group{position:relative}.signup-page .password-group input{padding-right:48px}.signup-page .password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#8a8aa0;font-size:15px;border-radius:8px}.signup-page .password-toggle svg{width:19px;height:19px}.signup-page .password-toggle:hover{color:var(--purple);background:var(--chip-bg)}.signup-page .password-meter{display:flex;align-items:center;gap:6px;margin-top:10px;flex-wrap:wrap}.signup-page .password-meter .bar{width:46px;height:4px;border-radius:999px;background:#e7e4f6;transition:background .2s ease}.signup-page .password-meter .meter-label{color:#8a8aa0;font-size:12.5px;font-style:normal;font-weight:500;margin-left:4px}.signup-page .password-meter.weak .bar:nth-child(1){background:#e8623c}.signup-page .password-meter.medium .bar:nth-child(1),.signup-page .password-meter.medium .bar:nth-child(2){background:#e6a32b}.signup-page .password-meter.strong .bar{background:#2fa36b}.signup-page .password-meter.weak .meter-label{color:#e8623c}.signup-page .password-meter.medium .meter-label{color:#c4881c}.signup-page .password-meter.strong .meter-label{color:#2fa36b}.signup-page .signup-check{display:flex;align-items:flex-start;gap:12px;color:var(--text-gray);font-size:14px;font-weight:500;line-height:22px;cursor:pointer;margin-bottom:14px}.signup-page .signup-check input{width:19px;height:19px;accent-color:var(--purple);border-radius:4px;cursor:pointer;flex-shrink:0;margin-top:1px}.signup-page .signup-check a{color:var(--purple);font-weight:600}.signup-page .signup-check a:hover{text-decoration:underline}.signup-page .field-error{display:none;color:#d8462b;font-size:12.5px;font-weight:500;line-height:normal;margin-top:7px}.signup-page .field.invalid .field-error{display:block}.signup-page .field.invalid input,.signup-page .field.invalid .signup-select{border-color:#e8623c;background:#fff9f8}.signup-page .terms-error{margin-top:-6px;margin-bottom:14px}.signup-page .terms-error.show{display:block}.signup-page .signup-submit{width:100%;justify-content:center;padding:16px 24px;font-size:16px;margin-top:8px}.signup-page .signup-legal{color:#8a8aa0;font-size:13px;font-weight:500;line-height:20px;text-align:center;margin-top:14px}.signup-page .signup-or{position:relative;text-align:center;margin:24px 0 20px}.signup-page .signup-or:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#efedf9}.signup-page .signup-or span{position:relative;background:#fff;padding:0 14px;color:#9a9ab0;font-size:13px;font-weight:600}.signup-page .signup-demo{width:100%;justify-content:center;font-size:15px}.signup-page .signup-demo svg{width:17px;height:17px}.signup-page .signup-trust{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:26px;padding-top:22px;border-top:1px solid #EFEDF9}.signup-page .signup-trust .trust-item{display:flex;align-items:center;gap:8px;color:var(--text-gray);font-size:13px;font-weight:500}.signup-page .signup-trust .trust-item svg{width:15px;height:15px;color:var(--purple);flex-shrink:0}.signup-page .signup-success{display:none;border-radius:18px;border:1px solid #E7E4F6;background:#fff;box-shadow:0 18px 50px #1e145014;padding:48px 44px;text-align:center}.signup-page .signup-success.show{display:block}.signup-page .signup-success .success-icon{width:64px;margin:0 auto 22px}.signup-page .signup-success h2{color:var(--navy);font-size:28px;font-weight:700;line-height:38px;margin-bottom:12px}.signup-page .signup-success>p{color:var(--text-gray);font-size:16px;font-weight:500;line-height:27px;max-width:440px;margin:0 auto 28px}.signup-page .signup-success>p strong{color:var(--navy);font-weight:600}.signup-page .success-next{list-style:none;padding:0;margin:0 0 30px;display:grid;gap:12px;text-align:left}.signup-page .success-next li{display:flex;align-items:center;gap:14px;border-radius:10px;border:1px solid #EFEDF9;background:var(--chip-bg);padding:14px 18px;color:var(--navy);font-size:15px;font-weight:500}.signup-page .success-next .step-num{width:26px;height:26px;border-radius:50%;background:var(--purple);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.signup-page .signup-success .btn{justify-content:center}.signup-page .success-back{margin:18px auto 0;border:0;background:none}@media (max-width: 1200px){.signup-section .signup-inner{gap:40px}.signup-page .signup-title{font-size:34px;line-height:46px}.signup-page .signup-title strong{font-size:38px}.signup-page .signup-card{padding:30px 28px 26px}.signup-page .signup-card-head h2{font-size:24px;line-height:34px}.signup-page .signup-logo-row{gap:20px}}@media (max-width: 991px){.signup-section{padding:36px 0 60px}.signup-section .signup-inner{grid-template-columns:1fr;gap:44px}.signup-page .signup-copy{position:static}.signup-page .signup-sub,.signup-page .signup-quote{max-width:100%}.signup-page .signup-quote{margin-bottom:28px}.signup-page .signup-trust{justify-content:flex-start}}@media (max-width: 767px){.signup-section{padding:26px 0 46px}.signup-page .signup-title{font-size:26px;line-height:38px}.signup-page .signup-title strong{font-size:30px}.signup-page .signup-sub{font-size:15px;line-height:26px;margin-bottom:26px}.signup-page .tick-list .tick-body strong{font-size:15.5px}.signup-page .tick-list .tick-body{font-size:14px;line-height:22px}.signup-page .signup-card{padding:24px 20px 22px;border-radius:14px}.signup-page .signup-card-head{padding-bottom:20px;margin-bottom:22px}.signup-page .signup-card-head h2{font-size:21px;line-height:30px}.signup-page .field-row{grid-template-columns:1fr;gap:0}.signup-page .field{margin-bottom:16px}.signup-page .phone-group{grid-template-columns:96px 1fr}.signup-page .signup-submit{font-size:15px;padding:14px 20px}.signup-page .password-meter .bar{width:34px}.signup-page .signup-trust{gap:10px;flex-direction:column;align-items:flex-start}.signup-page .signup-success{padding:32px 22px}.signup-page .signup-success h2{font-size:22px;line-height:32px}.signup-page .signup-success>p{font-size:15px;line-height:25px}.signup-page .signup-logo-row img{max-height:24px}}.book-class-page .card.card-auth{max-width:1080px;margin:0 auto;padding:48px 56px 52px}.book-class-page .auth-form-narrow{max-width:460px;margin:0 auto}.book-class-page .flow-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:38px;flex-wrap:wrap}.book-class-page .flow-step{display:flex;align-items:center;gap:10px;color:#9a9ab0;font-size:14px;font-weight:600}.book-class-page .flow-step .num{width:28px;height:28px;border-radius:50%;border:1.5px solid #DDD9EE;background:#fff;color:#9a9ab0;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.book-class-page .flow-step.done .num{background:#ebfbf2;border-color:#9fdcbb;color:#2fa36b}.book-class-page .flow-step.done{color:#2fa36b}.book-class-page .flow-step.current .num{background:var(--purple);border-color:var(--purple);color:#fff}.book-class-page .flow-step.current{color:var(--navy)}.book-class-page .flow-line{width:46px;height:2px;background:#e7e4f6;margin:0 14px}.book-class-page .auth-head{text-align:center;margin-bottom:32px}.book-class-page .auth-head h1{color:var(--navy);font-size:30px;font-weight:700;line-height:40px;margin-bottom:10px}.book-class-page .auth-head p{color:var(--text-gray);font-size:16px;font-weight:500;line-height:26px;max-width:520px;margin:0 auto}.book-class-page .auth-head p a{color:var(--purple);font-weight:600}.book-class-page .auth-head p a:hover{text-decoration:underline}.book-class-page .auth-grid{display:grid;grid-template-columns:1fr 350px;gap:40px;align-items:start}.book-class-page .order-summary{border-radius:14px;border:1px solid #E3E2EA;background:#fbfaff;padding:24px 26px;position:sticky;top:24px}.book-class-page .order-summary h3{color:var(--navy);font-size:17px;font-weight:700;margin-bottom:18px}.book-class-page .summary-class{padding-bottom:18px;border-bottom:1px solid #E7E4F6;margin-bottom:18px}.book-class-page .summary-class strong{display:block;color:var(--navy);font-size:15.5px;font-weight:600;line-height:23px;margin-bottom:8px}.book-class-page .summary-meta{display:flex;align-items:center;gap:8px;color:var(--text-gray);font-size:13.5px;font-weight:500;line-height:22px}.book-class-page .summary-meta i{color:var(--purple);width:14px;font-size:12.5px;flex-shrink:0}.book-class-page .summary-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:var(--text-gray);font-size:14px;font-weight:500;padding:7px 0}.book-class-page .summary-row span:last-child{color:var(--navy);font-weight:600;white-space:nowrap}.book-class-page .summary-total{display:flex;align-items:baseline;justify-content:space-between;gap:12px;border-top:2px solid #E7E4F6;margin-top:10px;padding-top:16px}.book-class-page .summary-total .label{color:var(--navy);font-size:15px;font-weight:700}.book-class-page .summary-total .amount{color:var(--purple);font-size:24px;font-weight:800;line-height:1}.book-class-page .summary-total .amount em{display:block;color:var(--text-gray);font-size:12px;font-style:normal;font-weight:500;margin-top:5px;text-align:right}.book-class-page .summary-note{display:flex;gap:9px;border-radius:10px;background:#efebff;padding:12px 14px;margin-top:18px;color:#4a3a82;font-size:12.5px;font-weight:500;line-height:20px}.book-class-page .summary-note i{color:var(--purple);margin-top:3px;flex-shrink:0}.book-class-page .summary-edit{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:var(--purple);font-size:13.5px;font-weight:600}.book-class-page .summary-edit:hover{text-decoration:underline}.book-class-page .child-block{border-radius:12px;border:1px solid #E3E2EA;padding:22px 24px 4px;margin-bottom:16px;background:#fff}.book-class-page .child-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.book-class-page .child-block-head strong{display:flex;align-items:center;gap:9px;color:var(--navy);font-size:15.5px;font-weight:600}.book-class-page .child-block-head strong i{color:var(--purple);font-size:13px}.book-class-page .child-remove{color:#c24a32;font-size:13px;font-weight:600;background:none;border:0;cursor:pointer}.book-class-page .child-remove:hover{text-decoration:underline}.book-class-page .add-child{display:inline-flex;align-items:center;gap:8px;border-radius:8px;border:1px dashed var(--border-soft);background:#fbfaff;color:var(--purple);font-size:14px;font-weight:600;padding:12px 18px;width:100%;justify-content:center;margin-bottom:26px;cursor:pointer}.book-class-page .add-child:hover{background:#f3efff;border-color:var(--purple)}.book-class-page .consent-box{border-radius:12px;border:1px solid #E3E2EA;background:#fbfaff;padding:20px 24px 8px;margin-bottom:24px}.book-class-page .consent-box .consent-title{color:var(--navy);font-size:15px;font-weight:600;margin-bottom:14px}.book-class-page .card-fields{display:grid;grid-template-columns:1fr 120px 110px;gap:14px}.book-class-page .card-brands{display:flex;align-items:center;gap:10px;margin-left:auto;color:#9a9ab0;font-size:18px}.book-class-page .field-label-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.book-class-page .field-label-row label{margin-bottom:0}.book-class-page .pay-secure{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text-gray);font-size:13px;font-weight:500;margin-top:14px}.book-class-page .pay-secure i{color:#2fa36b}.book-class-page .auth-alt{text-align:center;color:var(--text-gray);font-size:14.5px;font-weight:500;margin-top:24px;padding-top:22px;border-top:1px solid #E7E4F6}.book-class-page .auth-alt a{color:var(--purple);font-weight:600}.book-class-page .auth-alt a:hover{text-decoration:underline}.book-class-page .auth-aside-links{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px;flex-wrap:wrap}.book-class-page .forgot-link{color:var(--purple);font-size:13.5px;font-weight:600}.book-class-page .forgot-link:hover{text-decoration:underline}.book-class-page .btn-full{width:100%;justify-content:center;padding:15px 24px;font-size:16px}.book-class-page .confirm-panel{text-align:center;max-width:620px;margin:0 auto}.book-class-page .confirm-tick{width:74px;height:74px;border-radius:50%;background:#ebfbf2;color:#2fa36b;font-size:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.book-class-page .confirm-panel h1{color:var(--navy);font-size:30px;font-weight:700;line-height:40px;margin-bottom:12px}.book-class-page .confirm-panel>p{color:var(--text-gray);font-size:16px;font-weight:500;line-height:27px;margin-bottom:28px}.book-class-page .confirm-ref{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:12px;border:1px dashed var(--border-soft);background:#fbfaff;padding:16px 22px;margin-bottom:30px;color:var(--text-gray);font-size:14px;font-weight:500;flex-wrap:wrap}.book-class-page .confirm-ref strong{color:var(--navy);font-size:18px;font-weight:800;letter-spacing:.04em}.book-class-page .confirm-list{list-style:none;padding:0;margin:0 0 32px;display:grid;gap:12px;text-align:left}.book-class-page .confirm-list li{display:flex;align-items:flex-start;gap:14px;border-radius:12px;border:1px solid #E3E2EA;padding:16px 20px;color:var(--text-gray);font-size:14px;font-weight:500;line-height:22px}.book-class-page .confirm-list li strong{display:block;color:var(--navy);font-size:15px;font-weight:600;margin-bottom:3px}.book-class-page .confirm-list li i{color:var(--purple);font-size:15px;margin-top:3px;flex-shrink:0;width:18px;text-align:center}.book-class-page .confirm-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.book-class-page .auth-note{display:flex;gap:11px;border-radius:12px;background:#efebff;padding:15px 18px;margin-bottom:28px;color:#4a3a82;font-size:13.5px;font-weight:500;line-height:22px}.book-class-page .auth-note i{color:var(--purple);margin-top:3px;flex-shrink:0}@media (max-width: 1200px){.book-class-page .card.card-auth{padding:40px 36px 44px}.book-class-page .auth-grid{grid-template-columns:1fr 310px;gap:28px}.book-class-page .card-fields{grid-template-columns:1fr 110px 100px}}@media (max-width: 991px){.book-class-page .auth-grid{grid-template-columns:1fr;gap:30px}.book-class-page .order-summary{position:static}.book-class-page .auth-head h1{font-size:25px;line-height:34px}}@media (max-width: 767px){.book-class-page .card.card-auth{padding:26px 20px 30px;border-radius:20px}.book-class-page .flow-steps{gap:10px 0;margin-bottom:26px}.book-class-page .flow-step .label{display:none}.book-class-page .flow-step.current .label{display:inline}.book-class-page .flow-line{width:20px;margin:0 8px}.book-class-page .auth-head h1{font-size:21px;line-height:30px}.book-class-page .auth-head p{font-size:14.5px;line-height:24px}.book-class-page .child-block{padding:18px 16px 2px}.book-class-page .consent-box{padding:16px 16px 4px}.book-class-page .card-fields{grid-template-columns:1fr 1fr}.book-class-page .card-fields .field:first-child{grid-column:1 / -1}.book-class-page .confirm-panel h1{font-size:22px;line-height:32px}.book-class-page .confirm-actions .btn{width:100%;justify-content:center}}.journey-page{background:#f6f5fc;min-height:100vh;padding:48px 0 80px}.journey-page .journey-head{max-width:760px;margin-bottom:40px}.journey-page .journey-head h1{color:var(--navy);font-size:34px;font-weight:800;line-height:44px;margin-bottom:12px}.journey-page .journey-head p{color:var(--text-gray);font-size:16px;font-weight:500;line-height:27px}.journey-page .journey-block{background:#fff;border:1px solid #E7E4F6;border-radius:20px;padding:30px 32px 34px;margin-bottom:24px}.journey-page .journey-block-head{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.journey-page .journey-block-head h2{color:var(--navy);font-size:20px;font-weight:700}.journey-page .journey-tag{border-radius:999px;background:var(--chip-bg);border:1px solid var(--border-soft);color:var(--purple);font-size:12px;font-weight:700;padding:5px 12px}.journey-page .journey-tag.parent{background:#e8f7f0;border-color:#9fdcbb;color:#23795a}.journey-page .journey-block>p{color:var(--text-gray);font-size:14.5px;font-weight:500;line-height:24px;margin-bottom:24px;max-width:720px}.journey-page .journey-row{display:flex;align-items:stretch;gap:0;flex-wrap:wrap}.journey-page .journey-card{flex:1 1 190px;min-width:190px;border:1px solid #E3E2EA;border-radius:14px;padding:18px 18px 16px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;display:flex;flex-direction:column;gap:8px}.journey-page a.journey-card:hover{border-color:var(--purple);box-shadow:0 10px 26px #1e145014;transform:translateY(-2px)}.journey-page .journey-card .step-no{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--purple);color:#fff;font-size:12px;font-weight:700}.journey-page .journey-card strong{color:var(--navy);font-size:15px;font-weight:600;line-height:21px}.journey-page .journey-card span{color:var(--text-gray);font-size:12.5px;font-weight:500;line-height:19px}.journey-page .journey-card code{color:#8a8aa0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;margin-top:auto;padding-top:8px;word-break:break-all}.journey-page .journey-card.pending{border-style:dashed;background:#fbfaff}.journey-page .journey-card.pending .step-no{background:#c9c6dc}.journey-page .journey-arrow{display:flex;align-items:center;color:#c0bcd8;font-size:15px;padding:0 10px;flex:0 0 auto}.journey-page .journey-branch{display:flex;align-items:center;gap:9px;border-radius:10px;background:#fbfaff;border:1px dashed var(--border-soft);padding:12px 16px;margin-top:18px;color:#4a3a82;font-size:13.5px;font-weight:500}.journey-page .journey-branch i{color:var(--purple)}.journey-page .journey-branch a{color:var(--purple);font-weight:600}.journey-page .journey-branch a:hover{text-decoration:underline}@media (max-width: 991px){.journey-page .journey-arrow{transform:rotate(90deg);padding:6px 0;width:100%;justify-content:center}.journey-page .journey-card{flex:1 1 100%}.journey-page .journey-head h1{font-size:26px;line-height:36px}}@media (max-width: 767px){.journey-page{padding:28px 0 50px}.journey-page .journey-block{padding:22px 18px 26px;border-radius:16px}.journey-page .journey-head h1{font-size:22px;line-height:32px}}.logo-strip-section .logo-marquee{display:block;overflow:hidden;gap:0}.logo-marquee-track{display:flex;width:200%;animation:logoScroll 40s linear infinite}.logo-marquee-group{flex:0 0 50%;display:flex;align-items:center}.logo-marquee .client-logo{flex:0 0 calc(100% / 7)}.logo-marquee:hover .logo-marquee-track{animation-play-state:paused}@keyframes logoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 991px){.logo-marquee .client-logo{flex:0 0 20%}}@media (max-width: 767px){.logo-marquee .client-logo{flex:0 0 calc(100% / 3)}}@media (prefers-reduced-motion: reduce){.logo-marquee-track{animation:none}}.book-class-page .field-label-row .forgot-link{margin-left:auto}.category-list-section .cat-wrap{display:flex;align-items:center}.category-list-section .cat-nav{display:flex;align-items:center;flex:1 1 auto;min-width:0}.category-list-section .cat-nav-window{overflow:hidden;flex:1 1 auto;min-width:0}.category-list-section .cat-nav-track{display:flex;transition:transform .35s ease}.category-list-section .cat-item{display:block;cursor:pointer;min-width:0}.category-list-section .cat-nav .slick-arrow{cursor:pointer}.category-list-section .cat-nav .slick-prev{margin-left:0;margin-right:8px}@media (prefers-reduced-motion: reduce){.category-list-section .cat-nav-track{transition:none}}.signup-form .form-error-banner{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;padding:12px 14px;margin-bottom:18px;font-size:14px;font-weight:500;line-height:1.5}
