@import"https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap";:root{--nav-height: 50px;--bg: rgb(255,255,255);--s-bg: rgb(245,245,245);--mui-bg: rgba(247, 247, 250, 1);--mui-border: rgba(186, 194, 204, .4);--pr-color: rgb(0,0,0);--purp: rgb(61, 59, 255);--purp-light: rgb(130, 128, 255);--yell: rgb(211, 255, 36);--blac: rgb(0, 0, 0);--whit: rgb(255,255,255);--star: rgb(240, 176, 0);--gr: rgb(128, 128, 128);font-family:Google Sans Flex,system-ui,sans-serif;color:var(--pr-color)}body{margin:0;background-color:var(--bg)}html{font-size:16px}.MuiTypography-root{font-family:Google Sans Flex,system-ui,sans-serif}@media screen and (min-width:768px){html{font-size:20px}}.main{width:90%;margin:0 auto}.sH{font-weight:600;font-size:1.5rem}.myButton{padding:10px 20px;height:50px;background-color:var(--purp);color:var(--whit);border:none;border-radius:15px;width:100%;font-weight:600;cursor:pointer;transition:background-color .3s ease}.myButton:hover{cursor:pointer;background-color:var(--blac)}.myButton:disabled{cursor:not-allowed;background-color:var(--gr)}.text-center{text-align:center}.main{margin-top:calc(var(--nav-height) + 10px)}.custom-button{border:1px solid black}.custom-button:hover{background-color:var(--blac);color:var(--whit);border:none}.secondary-button{border:1px solid #dddd;background-color:var(--whit);color:var(--blac);border-radius:8px;cursor:pointer}.secondary-button:hover{background-color:var(--blac);color:var(--whit);border:none}@media screen and (min-width:768px){.main{max-width:1150px;margin:0 auto;margin-top:var(--nav-height)}}#home_greeting{background:linear-gradient(to bottom,#006767,#19283f);width:100%;box-sizing:border-box;color:var(--whit);border-radius:15px}#home_main{max-width:90%;padding-top:5px;padding-bottom:0;margin:50px auto}#home_top{margin:0;padding:0}#home_main_image{display:none}#home_bottom{width:100%;background-color:#fff;border-radius:15px;padding:20px;box-sizing:border-box;color:var(--blac)}#home_text{color:var(--blac);font-size:1.5rem;font-weight:600}#home_text_2{display:block;color:var(--blac);margin-top:10px}#home_form_inputs{width:100%;display:flex;flex-direction:column;gap:15px;margin-top:20px}#home_form_terms_text{color:var(--blac)}@media screen and (min-width:768px){#home_greeting{border-radius:35px}#home_main{max-width:1150px;padding-top:25px;padding-bottom:55px;margin:50px auto;display:grid;grid-template-columns:1fr 1fr;gap:50px}#home_top{max-width:350px;padding:0 25px}#home_title{font-size:40px}#home_main_image{width:400px;display:inline;margin-top:auto;margin-bottom:auto}#home_bottom{grid-column:1 / span 2;grid-row:2;width:100%;height:300px;background-color:#fff;border-radius:35px}#home_form_inputs{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr}#home_form_terms_text{grid-row:2;grid-column:1 / span 2}#home_form_terms_text_2{grid-row:3;grid-column:1 / span 3}#home_text_2{display:inline;color:var(--blac);margin-left:20px}}.group-section{background:#fff;padding:0 0 32px;border-radius:15px;margin:40px auto}.group-section-header{max-width:900px;margin:0 auto 32px;text-align:center;padding:0 16px}.group-section-header h2{font-size:2rem;font-weight:700;margin-bottom:12px}.group-section-header p{font-size:1.1rem;color:#333}.group-section-features{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:20px;padding:0}.group-feature-box{background:var(--s-bg);border-radius:15px;min-width:72vw;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:28px 18px 22px;box-shadow:0 0 4px #00000024}.group-feature-img-placeholder{width:120px;height:120px;margin-bottom:18px;display:flex;align-items:center;justify-content:center}.group-feature-title{font-size:1.1rem;font-weight:600;margin-bottom:8px;text-align:center}.group-feature-desc{font-size:1rem;color:#222;text-align:center}@media screen and (min-width:768px){.group-section-features{flex-wrap:wrap;justify-content:center;overflow-x:visible}.group-feature-box{min-width:200px;max-width:210px;margin-bottom:20px}}@media screen and (min-width:1024px){.group-feature-box{min-width:200px;max-width:250px}}@media screen and (min-width:1440px){.group-feature-box{min-width:200px;max-width:300px}}#choose-goal-section{background-color:var(--yell);padding:20px;box-sizing:border-box;border-radius:15px}.choose-goal-list{margin-top:40px;display:flex;gap:5px;flex-wrap:wrap;max-width:350px}.choose-goal-box{background-color:var(--whit);color:var(--blac);padding:8px 15px;border-radius:15px}.choose-goal-box:hover{color:var(--whit);background-color:var(--blac);cursor:pointer}#Personal{color:var(--whit);background-color:var(--purp)}#Personal:hover{color:var(--whit);background-color:var(--blac);cursor:pointer}.choose-goal-img{width:270px;display:none}@media screen and (min-width:768px){#choose-goal-section{display:grid;grid-template-columns:60% auto;padding:25px}.choose-goal-img{display:inline;margin:auto 0 auto auto}}@media screen and (min-width:1024px){#choose-goal-section{display:grid;grid-template-columns:70% auto}.choose-goal-img{display:inline;margin:auto 20px auto auto}}.apply-fixed{position:fixed;inset:0;width:100%;height:100%;background-color:#000000b3;opacity:0;z-index:1000;transition:opacity .3s ease-in-out;pointer-events:none;display:flex;justify-content:center;align-items:center}.apply-fixed.open{opacity:1;pointer-events:auto;display:flex;justify-content:center;align-items:center;transition:none}.apply-main{background-color:var(--whit);display:flex;gap:5px;flex-direction:column;padding:20px;border-radius:15px;min-width:300px;max-width:500px;box-sizing:border-box}.apply-top{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.apply-title{margin-bottom:0}@media screen and (min-width:768px){.apply-main{min-width:499px;max-width:500px;gap:10px}}.special-offer{background-color:#242424;padding:20px;box-sizing:border-box;border-radius:15px;margin:60px auto;position:relative;overflow:hidden}.special-offer-main{color:var(--whit);display:flex;flex-direction:column}.special-offer-pointer{position:absolute;width:110px;top:-30px;right:-40px}.special-offer-header2{font-size:1.1rem;font-weight:500}.special-offer-li{margin:10px 0}.special-offer-purchase{padding:10px 20px;height:50px;background-color:var(--purp);color:var(--whit);border:none;border-radius:15px;width:100%;font-weight:600;cursor:pointer;transition:background-color .3s ease}.special-offer-purchase:hover{cursor:pointer;background-color:var(--blac)}@media screen and (min-width:768px){.special-offer-pointer{width:180px;top:-50px;right:-50px}.special-offer{padding:25px}}.pricing-section-header{text-align:center;margin-bottom:30px}.pricing-cards{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.pricing-card{border:1px solid var(--mui-border);border-radius:15px;padding:20px;background-color:var(--s-bg);width:310px}.pricing-card-bottom{margin-top:15px;display:flex;flex-direction:column;gap:5px;justify-content:space-between;height:500px}.pricing-card ul{list-style:none;padding-left:0}.pricing-card li{margin-bottom:10px;font-size:.75rem}.pricing-card-li{display:flex;align-items:flex-start;gap:8px}.pricing-card-li svg{flex-shrink:0;margin-top:2px}.pricing-card-button{padding:10px 20px;height:50px;background-color:var(--purp);color:var(--whit);border:none;border-radius:15px;width:100%;font-weight:600;cursor:pointer;transition:background-color .3s ease}.pricing-card-button:hover{cursor:pointer;background-color:var(--blac)}.popular-card{background-color:var(--purp-light);color:var(--whit)}.mychip{display:inline-block;padding:4px 12px;border:none;border-radius:15px;font-size:.75rem;font-weight:400;margin-top:10px;color:var(--blac);background-color:var(--yell);cursor:pointer}.levels-section{background-color:var(--s-bg);box-sizing:border-box;padding-top:40px;padding-bottom:40px;width:100%;margin-top:60px}.levels-section-header{max-width:90%;margin:0 auto}.levels-section-levels{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:20px;margin-top:2rem;padding:0 5%}.level-box{background:var(--whit);border-radius:15px;min-width:72vw;height:400px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;align-items:left;padding:28px 18px 22px;border:1px solid var(--mui-border)}.level-box-top{display:flex;flex-direction:row;justify-content:space-between;width:100%}.level-number{font-size:1.3rem;font-weight:700}.level-duration{font-size:.9rem;background-color:var(--yell);padding:4px 8px;border-radius:15px;display:flex;align-items:center;justify-self:center}.level-description{margin:12px 0;font-size:.7rem;flex-grow:0}.level-more{font-size:.8rem;color:var(--blue);font-weight:600;cursor:pointer}.level-more:hover{text-decoration:underline}.level-img{width:100%;height:180px;object-fit:cover;border-radius:15px}@media screen and (min-width:768px){.levels-section-levels{flex-wrap:wrap;justify-content:center;overflow-x:visible;max-width:1150px;margin:0 auto}.level-box{min-width:200px;max-width:210px;margin-bottom:20px}}@media screen and (min-width:1024px){.level-box{min-width:200px;max-width:250px}}@media screen and (min-width:1440px){.level-box{min-width:200px;max-width:300px}}.levels-more-section{position:fixed;inset:0;width:100%;height:100%;background-color:#000000b3;opacity:0;z-index:1000;transition:opacity .2s ease;pointer-events:none;display:flex;justify-content:center;align-items:end}.levels-more-section.open{opacity:1;pointer-events:auto}body.apply-fixed-open{overflow:hidden}.levels-main{background-color:var(--whit);display:flex;gap:5px;flex-direction:column;padding:20px;border-radius:15px 15px 0 0;width:100%;min-height:85vh;box-sizing:border-box;transform:translateY(300%);transition:transform .4s ease-out}.levels-more-section.open .levels-main{transform:translateY(0)}.levels-top{display:flex;justify-content:space-between;align-items:center}.levels-main h2{font-size:1.1rem;margin-bottom:0}.levels-main ul{padding:0 20px;margin:0}.levels-main ul li{font-size:.8rem}.duration-info h3{font-size:1rem;margin:10px 0 0}.duration-info p{font-size:.8rem;margin:5px 0 15px}@media screen and (min-width:768px){.levels-more-section{align-items:center}.levels-main{width:700px;gap:10px;min-height:50vh;border-radius:15px}}.review-section{background-color:var(--s-bg);padding-top:40px;padding-bottom:40px}.review-header{text-align:center}.reviews{display:flex;gap:20px;overflow-x:auto;flex-wrap:nowrap;padding:20px 5%}.review{min-width:400px;display:flex;flex-direction:row;background-color:var(--whit);padding:20px;border-radius:15px;border:1px solid var(--mui-border)}.review-left{margin-top:5px;background-color:var(--yell);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.6rem}.review-main{margin-left:12px}.review-name{font-size:1.1rem;font-weight:500;margin:0}.review-stars{color:var(--star)}.review-text{font-size:.7rem}@media screen and (min-width:768px){.reviews{padding:10px 5%}}.review-card{min-width:72vw;display:flex;flex-direction:column;background-color:var(--whit);padding:15px;border-radius:15px;border:1px solid var(--mui-border)}.review-card-top{display:flex;flex-direction:row;gap:12px}.review-card-avatar{margin-top:5px;background-color:var(--yell);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.6rem}.review-card-name-stars{margin-left:12px}.review-card-name{font-size:1.1rem;font-weight:500;margin:0}.review-card-stars{color:var(--star);margin:0}.review-card-text{margin-top:10px;font-size:.9rem}@media screen and (min-width:768px){.review-card{min-width:400px;padding:20px}}.faq-section{padding-top:40px;padding-bottom:40px}.faq-main{border-radius:15px}.faq-item{padding:10px 20px;background-color:var(--s-bg);margin:6px 0;border-radius:15px;border:1px solid var(--mui-border)}.faq-question-div{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0}.faq-icon{transition:transform .5s ease!important}.faq-item.open .faq-icon{transform:rotate(180deg)!important}.faq-answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);padding:0 10px;border-radius:15px;margin:0;background-color:var(--whit);font-size:.7rem}.faq-item.open .faq-answer{max-height:150px;opacity:1;padding:10px}@media screen and (min-width:768px){.faq-answer{font-size:.8rem}}.teachers{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.teacher-card{display:flex;flex-direction:row;gap:10px;align-items:center;background-color:var(--s-bg);border-radius:15px;border:1px solid var(--mui-border);padding:10px;text-align:center;width:100%}.teacher-card.teacher-selected{background-color:var(--blac);color:var(--whit)}.teacher-card:hover{background-color:var(--blac);color:var(--whit);cursor:pointer}.teacher-name{font-weight:600;font-size:.9rem;margin:0}.teacher-experience{font-size:.7rem;margin:0}.selected-teacher{margin-top:20px;background-color:var(--s-bg);border-radius:15px;padding:15px}.selected-teacher-photo{width:120px;height:120px;border-radius:15px;object-fit:cover;float:left;margin-right:15px;margin-bottom:10px}.selected-teacher-message{margin-top:0}@media(min-width:768px){.selected-teacher{display:flex;gap:15px;align-items:flex-start}.selected-teacher-photo{float:none;margin:0}}.greeting-kids-section{margin-top:50px;background:linear-gradient(to bottom,var(--purp-light) 0%,var(--purp) 70%);padding:20px;border-radius:15px}.greeting-kids-text{max-width:500px}.greeting-kids-header{margin-top:0;font-size:2rem}.kids-greeting-image{display:none}@media screen and (min-width:768px){.greeting-kids-section{flex-direction:row;background:linear-gradient(to right,var(--purp-light) 0%,var(--purp) 70%);display:grid;grid-template-columns:1.4fr 1fr;gap:40px;padding:40px}.kids-greeting-image{display:block;width:100%;border-radius:15px}}.consultation-kids{background:var(--whit);box-shadow:0 0 8px 2px #00000024;border-radius:15px;padding:20px;margin-top:-20px;position:relative;z-index:100}.consultation-kids-form{display:flex;flex-direction:column;gap:15px}.consultation-kids-ul{margin-left:0;padding-left:20px;box-sizing:border-box}.consultation-kids-header{font-size:1.5rem;margin-top:0;margin-bottom:0}.consultation-kids-li-m{display:none}@media screen and (min-width:768px){.consultation-kids-li-m{display:list-item}.consultation-kids{padding:30px 40px;margin-top:-20px}.consultation-kids-main{display:grid;gap:40px;grid-template-columns:1.4fr 1fr}.consultation-kids-form{order:0;max-width:500px}.consultation-kids-ul{order:1}}.what-we-teach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:60px}.what-we-teach-header{font-size:1.5rem;font-weight:700}.card-number{border-radius:15px;background-color:#000;color:#fff;width:60px;height:30px;display:flex;align-items:center;justify-content:center}.card-description{font-size:.8rem}.card-title{font-weight:500}.free-consultation-form{background:var(--white);box-shadow:0 0 8px 2px #00000024;border-radius:15px;padding:20px;margin-top:10px;position:relative;display:flex;flex-direction:column;gap:10px}@media screen and (min-width:768px){.free-consultation-form{border-radius:0 0 15px;margin-top:0}}.greeting-consultation{background:linear-gradient(#aeaeae,#0062ff);min-height:500px;margin-top:var(--nav-height);border-radius:15px;margin-top:0;color:#fff;padding:20px}.greeting-consultation__content{max-width:500px}@media screen and (min-width:768px){.greeting-consultation{border-radius:0 0 0 15px}}.easy-start-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:60px}.easy-start-header{font-size:1.5rem;font-weight:700}.easy-start-card-number{border-radius:15px;background-color:#000;color:#fff;width:60px;height:30px;display:flex;align-items:center;justify-content:center}.easy-start-card-description{font-size:.8rem}.easy-start-card-title{font-weight:500}nav{position:fixed;top:0;width:100%;background-color:var(--bg);color:var(--pr-color);z-index:1000}.nav-inner{height:var(--nav-height);display:flex;justify-content:space-between;align-items:center;padding:0 5%;box-sizing:border-box;max-width:1150px;margin:0 auto}#nav_primary{padding:10px 15px;text-decoration:none;color:inherit;border-radius:15px;width:170px;box-sizing:border-box}#nav_primary:hover{cursor:pointer;background-color:var(--s-bg)}#nav_secondary{position:relative;top:8px;left:-4px;font-size:12px;color:var(--purp)}.nav-links{position:fixed;top:var(--nav-height);right:0;width:100%;margin:0 auto;background:#fff;box-shadow:0 12px 12px #0000004d;border-radius:0 0 15px 15px;display:flex;flex-direction:column;overflow:hidden;text-align:center;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:20}.nav-links.open{opacity:1;pointer-events:auto}.nav-links.open>a{border:1px solid rgb(0,0,0,.1)}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;font-size:20px;padding:8px 12px;cursor:pointer;border-radius:15px;text-align:center}.nav-toggle:hover{background-color:var(--s-bg)}.lTd{text-decoration:none;color:inherit;padding:10px 15px;cursor:pointer;background-color:#fff}.lTd:hover{background-color:var(--s-bg)}@media screen and (min-width:768px){.nav-inner{padding:0}.nav-links{position:static;width:auto;display:flex;flex-direction:row;margin:0;opacity:1;transition:none;pointer-events:auto;box-shadow:none;border-radius:0}.nav-links.open{position:static;width:auto;display:flex;margin:0;opacity:1;transition:none;pointer-events:auto}.nav-links.open>a{border:none}.lTd{border-radius:15px}.nav-toggle{display:none!important}#nav_consult{margin:0 8px;background-color:var(--yell);padding:10px 15px;border-radius:15px}#nav_consult:hover{background-color:var(--blac);color:var(--whit)}}.profile-sidebar{width:220px;background:var(--s-bg);border-radius:8px;padding:8px;margin-right:20px}@media(max-width:767px){.profile-sidebar{display:block;width:100%}}.profile-page{display:flex;gap:20px}.profile-content{flex:1}.profile-section{background:var(--s-bg);padding:16px;border-radius:8px}@media(max-width:767px){.profile-page{flex-direction:column}}
