.ContactSection-module__ORMCuW__container{padding-bottom:80px;padding-left:16px;padding-right:16px}.ContactSection-module__ORMCuW__contactSection{grid-template-columns:1fr 1fr;align-items:stretch;animation:1s ease-out ContactSection-module__ORMCuW__fadeIn;display:grid}.ContactSection-module__ORMCuW__contactLeft{display:block}.ContactSection-module__ORMCuW__contactImage{width:100%;min-width:704px;height:100%;min-height:800px}.ContactSection-module__ORMCuW__contactImage img{object-fit:cover;border-top-left-radius:32px;border-bottom-left-radius:32px;width:100%;height:100%;max-height:800px}.ContactSection-module__ORMCuW__contactRight{background:linear-gradient(100.72deg,#303133 0%,#0b0b0d 100%);border-top-right-radius:32px;border-bottom-right-radius:32px;flex-direction:column;justify-content:center;padding:80px;display:flex}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__title{color:#fff;letter-spacing:-2px;text-align:left;opacity:0;margin-bottom:12px;font-family:Instrument Sans;font-size:48px;font-weight:600;line-height:48px;animation:1s forwards ContactSection-module__ORMCuW__fadeInUp}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__description{letter-spacing:-1px;text-align:left;color:#d4d5d9;opacity:0;margin-bottom:32px;font-family:Instrument Sans;font-size:20px;font-weight:400;line-height:32px;animation:1.2s .2s forwards ContactSection-module__ORMCuW__fadeInUp}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__form{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__input,.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__textarea{color:#fff;opacity:0;background:#19191a;border:1px solid #616366;border-radius:8px;padding:16px;transition:all .3s;animation:1.4s .4s forwards ContactSection-module__ORMCuW__fadeInUp}.ContactSection-module__ORMCuW__textarea{height:120px}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__input:focus,.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__textarea:focus{background:#222;border:1px solid #4a90e2;outline:none;box-shadow:0 0 8px #4a90e24d}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__input::placeholder{letter-spacing:-1px;text-align:left;color:#7a7b80;font-family:Instrument Sans;font-size:18px;font-weight:400;line-height:32px}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__button{color:#fff;background:var(--red-color);text-align:center;cursor:pointer;opacity:0;border-radius:80px;max-width:fit-content;padding:16px 36px;font-size:15px;font-weight:600;line-height:36px;animation:1.6s .6s forwards ContactSection-module__ORMCuW__fadeInUp}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__button:hover{background:#ff4b5c;transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__inputError{color:#ff4d4d;margin-top:4px;font-size:14px;display:block}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__message{text-align:center;opacity:0;border-radius:8px;margin-top:16px;padding:12px;font-size:16px;font-weight:500;line-height:24px;transition:opacity .5s ease-in-out;animation:1.8s .8s forwards ContactSection-module__ORMCuW__fadeInUp}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__success{color:#0f5132;background-color:#d1e7dd;border:1px solid #0f5132}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__error{color:#842029;background-color:#f8d7da;border:1px solid #842029}@keyframes ContactSection-module__ORMCuW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ContactSection-module__ORMCuW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ContactSection-module__ORMCuW__slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media screen and (min-width:768px) and (max-width:1024px){.ContactSection-module__ORMCuW__contactSection{grid-template-columns:1fr}.ContactSection-module__ORMCuW__contactLeft{display:none}.ContactSection-module__ORMCuW__contactRight{border-radius:32px;padding:60px}}@media screen and (max-width:767px){.ContactSection-module__ORMCuW__contactSection{flex-direction:column;display:flex}.ContactSection-module__ORMCuW__contactLeft{display:none}.ContactSection-module__ORMCuW__contactRight{border-radius:16px;width:100%;padding:40px}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__title{font-size:32px;line-height:40px}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__description{font-size:18px;line-height:28px}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__input,.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__textarea{width:100%}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__button{text-align:center;width:100%}}@media screen and (max-width:480px){.ContactSection-module__ORMCuW__contactRight{padding:24px 16px}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__button{width:100%;min-width:unset;padding:12px 24px}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__input,.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__textarea{width:100%;padding:12px 16px}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__title{margin-bottom:16px;font-size:28px;line-height:34px}.ContactSection-module__ORMCuW__contactSection .ContactSection-module__ORMCuW__description{margin-bottom:24px;font-size:16px;line-height:24px}}
.FooterSection-module__JByUpa__container{padding-bottom:0;padding-left:64px;padding-right:64px;transition:all .3s ease-in-out}.FooterSection-module__JByUpa__footerContainer{padding:32px 64px 0;transition:all .3s ease-in-out}.FooterSection-module__JByUpa__line{border:1px solid var(--gray-color);width:100%;font-weight:900;transition:border-color .3s ease-in-out}.FooterSection-module__JByUpa__logoContainer{align-items:center;margin-bottom:25px;transition:margin-bottom .3s;display:flex}.FooterSection-module__JByUpa__logoLink{align-items:center;text-decoration:none;transition:transform .3s;display:flex}.FooterSection-module__JByUpa__logoLink:hover{transform:scale(1.05)}.FooterSection-module__JByUpa__logoImage{width:45.95px;height:45.95px;transition:transform .3s}.FooterSection-module__JByUpa__logoImage:hover{transform:scale(1.1)}.FooterSection-module__JByUpa__footerContent{grid-template-columns:1fr 1fr;justify-content:space-between;transition:all .3s ease-in-out;display:grid}.FooterSection-module__JByUpa__copyright{letter-spacing:-1px;text-align:left;font-size:20px;font-weight:500;line-height:36px;transition:all .3s ease-in-out}.FooterSection-module__JByUpa__socialLinks{flex-wrap:wrap;gap:5px 30px;font-size:20px;line-height:36px;transition:gap .3s ease-in-out;display:flex}.FooterSection-module__JByUpa__socialLinks a{color:#555659;text-decoration:none;transition:color .3s ease-in-out,transform .3s}.FooterSection-module__JByUpa__socialLinks a:hover{color:var(--red-color);transform:scale(1.1)}.FooterSection-module__JByUpa__email{letter-spacing:-1px;text-align:left;color:var(--red-color);font-size:20px;font-weight:500;line-height:36px;text-decoration:underline;transition:all .3s ease-in-out}.FooterSection-module__JByUpa__email:hover{color:var(--dark-red-color)}@media screen and (min-width:857px) and (max-width:1024px){.FooterSection-module__JByUpa__footerContainer{flex-direction:column;padding:32px 32px 0;display:flex}.FooterSection-module__JByUpa__logoContainer{justify-content:center;margin-bottom:20px}.FooterSection-module__JByUpa__logoImage{width:45.95px;height:45.95px;transition:width .3s ease-in-out,height .3s ease-in-out}.FooterSection-module__JByUpa__logoText{width:120px;height:auto}.FooterSection-module__JByUpa__footerContent{grid-template-columns:1fr 1fr;justify-content:space-between;display:grid}.FooterSection-module__JByUpa__copyright{font-size:16px;line-height:24px}.FooterSection-module__JByUpa__socialLinks{gap:20px;font-size:16px;line-height:24px}.FooterSection-module__JByUpa__email{font-size:16px;line-height:24px}}@media screen and (max-width:856px){.FooterSection-module__JByUpa__footerContainer{justify-content:center;padding:16px 16px 0}.FooterSection-module__JByUpa__logoContainer{justify-content:center}.FooterSection-module__JByUpa__logoImage{width:35.26px;height:35.26px;transition:width .3s ease-in-out,height .3s ease-in-out}.FooterSection-module__JByUpa__logoText{width:79.19px;height:9.76px}.FooterSection-module__JByUpa__footerContent{flex-direction:column;justify-content:center;align-items:center;gap:15px;display:flex}.FooterSection-module__JByUpa__copyright{letter-spacing:-.2px;text-align:left;white-space:nowrap;font-size:12px;font-weight:500;line-height:16px}.FooterSection-module__JByUpa__socialLinks{letter-spacing:-.2px;white-space:nowrap;flex-wrap:wrap;gap:15px;font-size:12px;font-weight:500;line-height:16px}.FooterSection-module__JByUpa__email{letter-spacing:-.2px;color:var(--red-color);font-family:Instrument Sans;font-size:12px;line-height:16px}}@media screen and (max-width:600px){.FooterSection-module__JByUpa__container{padding-bottom:0;padding-left:16px;padding-right:16px}.FooterSection-module__JByUpa__logoImage{width:45.95px;height:45.95px}.FooterSection-module__JByUpa__logoText{width:110px;height:auto}}
.Button-module__e7WGRa__button{background:var(--red-color);color:#fff;letter-spacing:-1px;cursor:pointer;border-radius:80px;gap:12px;padding:16px 36px;font-size:20px;line-height:36px}.Button-module__e7WGRa__buttonVariant{color:var(--red-color);cursor:pointer;border-radius:80px;gap:12px;padding:16px 36px}.Button-module__e7WGRa__gradientBg{color:#fff;background:linear-gradient(276.12deg,#000 -34.97%,#eb1c4d 111.21%);border-radius:999px;width:100%;padding-block:10px;font-size:1rem;font-weight:700}.Button-module__e7WGRa__gradientBorder{color:#1a1a21;background:#fff9fa padding-box padding-box;border:1px solid #0000;border-radius:999px;width:100%;padding-block:10px;font-size:1rem;font-weight:700;position:relative}.Button-module__e7WGRa__gradientBorder:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(276.12deg,#000 -34.97%,#eb1c4d 111.21%);border-radius:999px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media screen and (min-width:1025px) and (max-width:1280px){.Button-module__e7WGRa__button{letter-spacing:-.8px;padding:16px 38px;font-size:18px;line-height:30px}}@media screen and (min-width:601px) and (max-width:1024px){.Button-module__e7WGRa__button{letter-spacing:-.5px;padding:16px 34px;font-size:16px;line-height:24px}}@media screen and (max-width:600px){.Button-module__e7WGRa__button{letter-spacing:-.2px;padding:16px 32px;font-size:14px;line-height:16px}}
.Testimonials-module__bpVFgq__container{text-align:center;padding-bottom:80px;padding-left:64px;padding-right:64px}.Testimonials-module__bpVFgq__sectionTitle{letter-spacing:-2px;color:var(--dark-color);margin-bottom:12px;font-family:Instrument Sans,sans-serif;font-size:48px;font-weight:600;line-height:48px}.Testimonials-module__bpVFgq__sectionSpan{color:var(--red-color)}.Testimonials-module__bpVFgq__sectionParagraph{color:var(--dark-color);letter-spacing:-1px;max-width:600px;margin:0 auto 32px;font-family:Instrument Sans,sans-serif;font-size:20px;font-weight:400;line-height:32px}.Testimonials-module__bpVFgq__videoContainer{background:#90ee90;border-radius:16px;width:100%;margin-bottom:64px;padding-top:40%;position:relative;overflow:hidden}.Testimonials-module__bpVFgq__testimonialVideo{object-fit:cover;border-radius:16px;width:100%;height:100%;position:absolute;inset:0}.Testimonials-module__bpVFgq__testimonialImage img{object-fit:cover;border-top-left-radius:32px;width:100%;height:auto}.Testimonials-module__bpVFgq__cardContainer{justify-content:flex-start;gap:16px;display:flex}.Testimonials-module__bpVFgq__swiperContainer{padding-bottom:100px}.Testimonials-module__bpVFgq__card{cursor:pointer;background:#fff;border-radius:16px;flex:0 0 65%;align-items:stretch;height:320px;display:flex;box-shadow:0 6px 16px #0000001f}.Testimonials-module__bpVFgq__cardImage{width:160px;height:320px}.Testimonials-module__bpVFgq__cardImage img{object-fit:cover;border-top-left-radius:32px;width:100%;height:100%}.Testimonials-module__bpVFgq__testimonial{scrollbar-width:thin;scrollbar-color:#ccc transparent;background:#fff;border-top-right-radius:16px;border-bottom-right-radius:16px;flex:1;padding:32px;overflow-y:auto;box-shadow:0 6px 16px #0000001f}.Testimonials-module__bpVFgq__testimonialText{color:#7a7b80;letter-spacing:-1px;text-align:left;margin-bottom:12px;font-family:Instrument Sans,sans-serif;font-size:20px;font-weight:400;line-height:32px}.Testimonials-module__bpVFgq__row{gap:8px;display:flex}.Testimonials-module__bpVFgq__row h4{color:#000;letter-spacing:-1px;font-family:Instrument Sans,sans-serif;font-size:20px;font-weight:500;line-height:24px}.Testimonials-module__bpVFgq__profession{color:#eb1b4d;letter-spacing:-.2px;text-align:left;font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}@media screen and (min-width:1024px) and (max-width:1280px){.Testimonials-module__bpVFgq__sectionTitle{margin-bottom:16px;font-size:36px;line-height:44px}.Testimonials-module__bpVFgq__sectionParagraph{margin-bottom:48px;font-size:18px;line-height:32px}.Testimonials-module__bpVFgq__card{flex:0 0 85%}}@media screen and (min-width:768px) and (max-width:1024px){.Testimonials-module__bpVFgq__sectionTitle{letter-spacing:-1px;margin-bottom:24px;font-size:36px;line-height:44px}.Testimonials-module__bpVFgq__sectionParagraph{text-align:center;margin-bottom:48px;font-size:18px;line-height:32px}.Testimonials-module__bpVFgq__videoContainer{margin-bottom:32px;padding-top:60%}.Testimonials-module__bpVFgq__card{flex:0 0 90%}}@media screen and (max-width:767px){.Testimonials-module__bpVFgq__container{padding-left:16px;padding-right:16px}.Testimonials-module__bpVFgq__sectionTitle{text-align:center;letter-spacing:-1px;margin-bottom:12px;font-size:24px;font-weight:600;line-height:40px}.Testimonials-module__bpVFgq__sectionParagraph{max-width:100%;font-size:16px;line-height:28px}.Testimonials-module__bpVFgq__videoContainer{margin-bottom:32px;padding-top:75%}.Testimonials-module__bpVFgq__cardContainer{column-gap:20px}.Testimonials-module__bpVFgq__card{flex-direction:column;flex:0 0 100%;height:640px}.Testimonials-module__bpVFgq__cardContainer{gap:30px}.Testimonials-module__bpVFgq__cardImage{width:100%;min-width:358px}.Testimonials-module__bpVFgq__cardImage img{object-fit:cover;border-top-left-radius:32px;border-top-right-radius:32px;width:100%;height:100%}.Testimonials-module__bpVFgq__testimonial{text-align:center;width:100%;min-width:358px;padding:24px}.Testimonials-module__bpVFgq__testimonialText{text-align:center;font-size:18px;line-height:28px}.Testimonials-module__bpVFgq__row{flex-direction:column;align-items:center;gap:4px}.Testimonials-module__bpVFgq__row h4{font-size:18px}.Testimonials-module__bpVFgq__profession{text-align:center;font-size:12px}}
.WaitListBadge-module__yZG9ca__badgeContainer{background-color:var(--gray-color);border-radius:64px;justify-content:center;align-items:center;max-width:fit-content;margin:0 auto;padding:16px 32px;display:flex}.WaitListBadge-module__yZG9ca__badgeText{color:#555659;letter-spacing:-.5px;white-space:nowrap;align-items:center;gap:10px;font-size:16px;font-weight:600;line-height:24px;display:flex}@media screen and (min-width:1025px) and (max-width:1280px){.WaitListBadge-module__yZG9ca__badgeContainer{padding:16px 28px}.WaitListBadge-module__yZG9ca__badgeText{gap:10px;font-size:20px;line-height:28px}.WaitListBadge-module__yZG9ca__avatarImg{width:60px;height:auto}}@media screen and (min-width:601px) and (max-width:1024px){.WaitListBadge-module__yZG9ca__badgeContainer{padding:14px 24px}.WaitListBadge-module__yZG9ca__badgeText{gap:8px;font-size:18px;line-height:24px}.WaitListBadge-module__yZG9ca__avatarImg{width:50px;height:auto}}@media screen and (max-width:600px){.WaitListBadge-module__yZG9ca__badgeContainer{padding:12px 20px}.WaitListBadge-module__yZG9ca__badgeText{letter-spacing:-.2px;gap:4px;font-size:15px;line-height:20px}.WaitListBadge-module__yZG9ca__avatarImg{width:40px;height:auto}}
@keyframes HeroSection-module__-iGEHq__fadeInText{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__-iGEHq__slideInImage{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.HeroSection-module__-iGEHq__container{padding-bottom:80px;padding-left:64px;padding-right:64px}.HeroSection-module__-iGEHq__heroContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 40px;display:flex}.HeroSection-module__-iGEHq__heroText{color:#242526;letter-spacing:-4px;text-align:center;margin:16px 0;font-family:Instrument Sans,sans-serif;font-size:72px;font-weight:600;line-height:72px;animation:1s ease-out forwards HeroSection-module__-iGEHq__fadeInText}.HeroSection-module__-iGEHq__heroSpan{color:#eb1b4d;letter-spacing:-4px;text-align:center;font-family:Instrument Sans,sans-serif;font-size:72px;font-weight:600;line-height:72px;display:block}.HeroSection-module__-iGEHq__flexContainer{color:#555659;letter-spacing:-1px;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;column-gap:80px;margin-bottom:16px;font-family:Instrument Sans,sans-serif;font-size:20px;font-weight:400;line-height:32px;animation:1.2s ease-out .3s forwards HeroSection-module__-iGEHq__fadeInText;display:flex}.HeroSection-module__-iGEHq__flexItem{align-items:center;gap:3px;display:flex}.HeroSection-module__-iGEHq__checkbox{color:green}.HeroSection-module__-iGEHq__heroImg{margin-top:32px;animation:1s ease-out .5s forwards HeroSection-module__-iGEHq__slideInImage}@media screen and (min-width:1025px) and (max-width:1280px){.HeroSection-module__-iGEHq__heroText,.HeroSection-module__-iGEHq__heroSpan{letter-spacing:-3px;font-size:64px;line-height:72px}.HeroSection-module__-iGEHq__flexContainer{column-gap:60px;font-size:20px;line-height:30px}.HeroSection-module__-iGEHq__heroImg{width:100%}}@media screen and (min-width:601px) and (max-width:1024px){.HeroSection-module__-iGEHq__heroText,.HeroSection-module__-iGEHq__heroSpan{letter-spacing:-2px;font-size:56px;line-height:64px}.HeroSection-module__-iGEHq__flexContainer{column-gap:50px;font-size:18px;line-height:28px}.HeroSection-module__-iGEHq__heroImg{width:100%}}@media screen and (max-width:600px){.HeroSection-module__-iGEHq__container{padding-bottom:32px;padding-left:16px;padding-right:16px}.HeroSection-module__-iGEHq__heroText,.HeroSection-module__-iGEHq__heroSpan{letter-spacing:-1px;max-width:358px;font-size:40px;font-weight:600;line-height:48px}.HeroSection-module__-iGEHq__flexContainer{letter-spacing:-.2px;text-align:center;gap:10px 40px;font-size:16px;line-height:20px}.HeroSection-module__-iGEHq__heroImg{width:100%;margin-bottom:0}}.HeroSection-module__-iGEHq__button{transition:all .3s}.HeroSection-module__-iGEHq__button:hover{transform:scale(1.05);box-shadow:0 4px 8px #0000001a}
.missionSection-module__MJCrra__container{opacity:0;padding-bottom:80px;padding-right:0;animation:1s ease-in-out forwards missionSection-module__MJCrra__fadeIn}.missionSection-module__MJCrra__grid{opacity:0;grid-template-columns:1fr 1fr;align-items:stretch;animation:1s ease-in-out .5s forwards missionSection-module__MJCrra__fadeInGrid;display:grid}.missionSection-module__MJCrra__exerciseImg{aspect-ratio:3/2;object-fit:cover;opacity:0;width:100%;height:auto;animation:1s ease-in-out 1s forwards missionSection-module__MJCrra__fadeInImage}.missionSection-module__MJCrra__gridOne{color:#fff;opacity:0;background:#1f1f26;padding:4rem 8rem;animation:1s ease-in-out .3s forwards missionSection-module__MJCrra__fadeInGridOne}.missionSection-module__MJCrra__gridOne h1{color:#c2c2cc;letter-spacing:-.5px;text-align:left;background:#33333a;border-radius:64px;width:fit-content;margin-bottom:12px;padding:.5rem 1rem;font-family:Instrument Sans,sans-serif;font-size:clamp(.875rem,1vw + .5rem,1rem);font-weight:500;line-height:1.5rem}.missionSection-module__MJCrra__quote{color:red;font-size:20px}.missionSection-module__MJCrra__gridOne h2{letter-spacing:-1px;text-align:left;color:#fff;max-width:480px;margin-top:1rem;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.5rem,2vw + 1rem,3rem);font-weight:500;line-height:1.3}@keyframes missionSection-module__MJCrra__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes missionSection-module__MJCrra__fadeInGrid{0%{opacity:0}to{opacity:1}}@keyframes missionSection-module__MJCrra__fadeInImage{0%{opacity:0}to{opacity:1}}@keyframes missionSection-module__MJCrra__fadeInGridOne{0%{opacity:0}to{opacity:1}}@media screen and (min-width:1024px) and (max-width:1280px){.missionSection-module__MJCrra__gridOne{padding:3rem 5rem}.missionSection-module__MJCrra__gridOne h2{font-size:clamp(2rem,1.5vw + 1rem,2.625rem);line-height:1.25}}@media screen and (min-width:601px) and (max-width:1024px){.missionSection-module__MJCrra__gridOne{padding:2.5rem 3rem}.missionSection-module__MJCrra__gridOne h1{padding:.4rem .75rem;font-size:.9rem}.missionSection-module__MJCrra__gridOne h2{max-width:400px;font-size:clamp(1.75rem,1.5vw + 1rem,2.25rem);line-height:1.3}}@media screen and (max-width:600px){.missionSection-module__MJCrra__grid{grid-template-columns:1fr}.missionSection-module__MJCrra__gridOne{text-align:center;padding:2rem 1rem}.missionSection-module__MJCrra__gridOne h1{text-align:center;margin:0 auto 12px}.missionSection-module__MJCrra__gridOne h2{text-align:center;max-width:100%;margin:0 auto;font-size:clamp(1.25rem,4vw + .5rem,1.75rem);line-height:1.4}.missionSection-module__MJCrra__exerciseImg{width:100%}}
.NavbarSection-module__cO4GCa__navbar{z-index:2000;background:#fff;justify-content:space-between;margin-bottom:80px;padding:32px 76px 20px 69.25px;animation:1s ease-out NavbarSection-module__cO4GCa__fadeIn;display:flex;position:sticky;top:0;box-shadow:0 4px 10px #0000001a}@keyframes NavbarSection-module__cO4GCa__fadeIn{0%{opacity:0}to{opacity:1}}.NavbarSection-module__cO4GCa__logoContainer{align-items:center;animation:1s ease-out NavbarSection-module__cO4GCa__fadeInLogo;display:flex}@keyframes NavbarSection-module__cO4GCa__fadeInLogo{0%{opacity:0}to{opacity:1}}.NavbarSection-module__cO4GCa__logoLink{align-items:center;text-decoration:none;display:flex}.NavbarSection-module__cO4GCa__logoLink:hover{transform:scale(1.05)}.NavbarSection-module__cO4GCa__logoImage{width:45.95px;height:45.95px}.NavbarSection-module__cO4GCa__pageLinks{opacity:0;align-items:center;gap:12px;animation:.5s ease-out forwards NavbarSection-module__cO4GCa__slideIn;display:flex;transform:translateY(-20px)}@keyframes NavbarSection-module__cO4GCa__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.NavbarSection-module__cO4GCa__link{letter-spacing:-1px;text-align:center;color:#555659;font-family:Instrument Sans;font-size:20px;font-weight:500;line-height:32px;transition:color .3s,transform .3s}.NavbarSection-module__cO4GCa__link:hover{color:#eb1b4d;transform:scale(1.1)}.NavbarSection-module__cO4GCa__loginButton{padding:4px 36px;transition:all .3s}.NavbarSection-module__cO4GCa__loginButton:hover{transform:scale(1.05);box-shadow:0 4px 8px #0000001a}.NavbarSection-module__cO4GCa__menuBar{cursor:pointer;background:0 0;border:none;font-size:28px;transition:transform .3s;display:none;position:fixed;top:10px;right:2%}.NavbarSection-module__cO4GCa__menuBar:hover{transform:rotate(90deg)}@media screen and (min-width:1025px) and (max-width:1280px){.NavbarSection-module__cO4GCa__navbar{padding-top:30px}.NavbarSection-module__cO4GCa__logoImage{width:45px;height:45px}.NavbarSection-module__cO4GCa__logoText{width:138px;height:auto}}@media screen and (min-width:601px) and (max-width:1024px){.NavbarSection-module__cO4GCa__navbar{justify-content:space-between;padding:24px 25px 16px 40px}.NavbarSection-module__cO4GCa__logoImage{width:45.95px;height:45.95px}.NavbarSection-module__cO4GCa__logoText{width:120px;height:auto}}@media screen and (max-width:600px){.NavbarSection-module__cO4GCa__navbar{padding:16px 12px 12px;display:flex}.NavbarSection-module__cO4GCa__logoImage{width:45.95px;height:45.95px}.NavbarSection-module__cO4GCa__logoText{width:110px;height:auto}.NavbarSection-module__cO4GCa__pageLinks{z-index:1000;background:#fff;border-radius:8px;flex-direction:column;width:70%;max-width:350px;height:100%;padding:12px;transition:right .5s ease-out;display:none;position:fixed;top:50px;right:0;box-shadow:0 4px 10px #0000001a}.NavbarSection-module__cO4GCa__pageLinks.NavbarSection-module__cO4GCa__open{opacity:1;right:0;transform:translateY(0)}.NavbarSection-module__cO4GCa__pageLinks li{padding:16px 0}.NavbarSection-module__cO4GCa__pageLinks.NavbarSection-module__cO4GCa__open{display:flex}.NavbarSection-module__cO4GCa__menuBar{cursor:pointer;background:0 0;border:none;font-size:28px;display:block}}
.ourBrandSection-module__DaL2IW__container{padding:0 64px 80px;overflow:hidden}.ourBrandSection-module__DaL2IW__sectionTitle{color:#555659;letter-spacing:-.5px;background:#ededfa;border-radius:32px;width:fit-content;margin:0 auto 40px;padding:10px 20px;font-family:Instrument Sans,sans-serif;font-size:18px;font-weight:600;line-height:24px;animation:.6s ease-out forwards ourBrandSection-module__DaL2IW__fadeInUp;transform:translateY(20px)}.ourBrandSection-module__DaL2IW__brands{align-items:center;gap:40px;width:max-content;padding:20px 0;animation:25s linear infinite ourBrandSection-module__DaL2IW__scroll;display:flex}.ourBrandSection-module__DaL2IW__brandsWrapper{background:#fff;border-radius:16px;padding:20px;overflow:hidden;box-shadow:0 2px 6px #0000001a;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.ourBrandSection-module__DaL2IW__brands img{object-fit:contain;filter:grayscale()brightness(1.1);width:auto;height:60px;transition:filter .3s,transform .3s,box-shadow .3s}.ourBrandSection-module__DaL2IW__brands img:hover{filter:grayscale(0);transform:scale(1.08);box-shadow:0 4px 10px #00000026}@keyframes ourBrandSection-module__DaL2IW__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width:1024px){.ourBrandSection-module__DaL2IW__brands{gap:32px;animation-duration:22s}.ourBrandSection-module__DaL2IW__brands img{height:50px}}@media screen and (max-width:768px){.ourBrandSection-module__DaL2IW__container{padding:32px 16px}.ourBrandSection-module__DaL2IW__sectionTitle{padding:8px 16px;font-size:16px}.ourBrandSection-module__DaL2IW__brands{gap:24px;animation-duration:20s}.ourBrandSection-module__DaL2IW__brands img{height:40px}}@media screen and (max-width:480px){.ourBrandSection-module__DaL2IW__brands img{height:32px}}
.WaitListBadge-module__KkqcWG__badgeContainer{background-color:var(--gray-color);border-radius:64px;justify-content:center;align-items:center;max-width:fit-content;margin:0 auto;padding:16px 32px;display:flex}.WaitListBadge-module__KkqcWG__badgeText{color:#555659;letter-spacing:-.5px;white-space:nowrap;align-items:center;gap:10px;font-size:16px;font-weight:600;line-height:24px;display:flex}@media screen and (min-width:1025px) and (max-width:1280px){.WaitListBadge-module__KkqcWG__badgeContainer{padding:16px 28px}.WaitListBadge-module__KkqcWG__badgeText{gap:10px;font-size:20px;line-height:28px}.WaitListBadge-module__KkqcWG__avatarImg{width:60px;height:auto}}@media screen and (min-width:601px) and (max-width:1024px){.WaitListBadge-module__KkqcWG__badgeContainer{padding:14px 24px}.WaitListBadge-module__KkqcWG__badgeText{gap:8px;font-size:18px;line-height:24px}.WaitListBadge-module__KkqcWG__avatarImg{width:50px;height:auto}}@media screen and (max-width:600px){.WaitListBadge-module__KkqcWG__badgeContainer{padding:12px 20px}.WaitListBadge-module__KkqcWG__badgeText{letter-spacing:-.2px;gap:4px;font-size:15px;line-height:20px}.WaitListBadge-module__KkqcWG__avatarImg{width:40px;height:auto}}
.ProgramSection-module__zmwPSq__container{opacity:0;padding-bottom:80px;padding-left:64px;padding-right:64px;animation:.8s ease-out forwards ProgramSection-module__zmwPSq__fadeIn;transform:translateY(40px)}@keyframes ProgramSection-module__zmwPSq__fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.ProgramSection-module__zmwPSq__featuresBtn{color:#555659;text-align:center;letter-spacing:-.5px;text-underline-position:from-font;text-decoration-skip-ink:none;background:#ededfa;border-radius:64px;max-width:fit-content;margin:0 auto 12px;padding:8px 16px;font-family:Instrument Sans,sans-serif;font-size:16px;font-weight:500;line-height:24px;animation:.6s ease-out forwards ProgramSection-module__zmwPSq__slideIn;position:relative}@keyframes ProgramSection-module__zmwPSq__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ProgramSection-module__zmwPSq__programsContainer{grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto 80px;display:grid}.ProgramSection-module__zmwPSq__programsContainer .ProgramSection-module__zmwPSq__card{transition:transform .3s,box-shadow .3s}.ProgramSection-module__zmwPSq__programsContainer .ProgramSection-module__zmwPSq__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.ProgramSection-module__zmwPSq__featuresBtn:hover{background:#dcdcf5;transition:background .3s,transform .3s;transform:scale(1.05)}.ProgramSection-module__zmwPSq__programTitle{letter-spacing:-2px;text-align:center;opacity:0;margin-bottom:64px;font-size:48px;font-weight:600;line-height:48px;animation:.8s ease-out .2s forwards ProgramSection-module__zmwPSq__fadeIn;transform:translateY(20px)}.ProgramSection-module__zmwPSq__programSpan{color:var(--red-color)}@media screen and (min-width:1024px) and (max-width:1280px){.ProgramSection-module__zmwPSq__programsContainer{grid-template-columns:repeat(3,1fr);gap:20px}.ProgramSection-module__zmwPSq__programTitle{letter-spacing:-1.5px;margin-bottom:56px;font-size:40px;line-height:44px}}@media screen and (min-width:601px) and (max-width:1024px){.ProgramSection-module__zmwPSq__programsContainer{grid-template-columns:repeat(2,1fr);gap:20px}.ProgramSection-module__zmwPSq__programTitle{letter-spacing:-1.5px;margin-bottom:48px;font-size:36px;line-height:44px}}@media screen and (max-width:600px){.ProgramSection-module__zmwPSq__container{padding-bottom:32px;padding-left:16px;padding-right:16px}.ProgramSection-module__zmwPSq__programsContainer{grid-template-columns:1fr}.ProgramSection-module__zmwPSq__programTitle{letter-spacing:-1px;margin-bottom:16px;font-size:30px;line-height:40px}}
.HeroSection-module__ih_oxW__container{padding-bottom:80px;padding-left:64px;padding-right:64px}.HeroSection-module__ih_oxW__heroContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 80px;display:flex}.HeroSection-module__ih_oxW__heroText{letter-spacing:-4px;margin:16px 0;font-size:72px;font-weight:600;line-height:72px}.HeroSection-module__ih_oxW__heroParagraph{letter-spacing:-1px;margin-bottom:16px;font-size:20px;font-weight:500;line-height:36px}@media screen and (min-width:1025px) and (max-width:1280px){.HeroSection-module__ih_oxW__heroText{font-size:64px;line-height:72px}.HeroSection-module__ih_oxW__heroParagraph{font-size:20px;line-height:30px}.HeroSection-module__ih_oxW__heroImg{width:80%;height:auto}}@media screen and (min-width:601px) and (max-width:1024px){.HeroSection-module__ih_oxW__heroText{font-size:56px;line-height:64px}.HeroSection-module__ih_oxW__heroParagraph{font-size:18px;line-height:28px}.HeroSection-module__ih_oxW__heroImg{width:85%;height:auto}}@media screen and (max-width:600px){.HeroSection-module__ih_oxW__container{padding-bottom:32px;padding-left:16px;padding-right:16px}.HeroSection-module__ih_oxW__heroText{letter-spacing:-2px;font-size:40px;font-weight:600;line-height:48px}.HeroSection-module__ih_oxW__heroParagraph{letter-spacing:-.2px;text-align:center;font-size:16px;line-height:20px}.HeroSection-module__ih_oxW__heroImg{object-fit:contain;width:390px;height:auto}}
.Card-module__ckVvha__cardContainer{text-align:center;cursor:pointer;background:#fff;border-radius:24px;width:100%;padding:0 0 64px;box-shadow:0 4px 10px #0000001a}.Card-module__ckVvha__cardContainer:hover{filter:grayscale()}.Card-module__ckVvha__cardImage{border-top-left-radius:24px;border-top-right-radius:24px;width:100%;height:auto;margin-bottom:40px}.Card-module__ckVvha__cardContent{flex-direction:column;padding:40px;display:flex}.Card-module__ckVvha__cardTitle{color:#242526;letter-spacing:-2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;margin-bottom:8px;font-family:Instrument Sans;font-size:32px;font-weight:600;line-height:36px}.Card-module__ckVvha__cardInfo{color:#555659;letter-spacing:-1px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;font-family:Instrument Sans;font-size:20px;font-weight:400;line-height:32px}.Card-module__ckVvha__learnMoreLink{color:#eb1b4d;text-align:left;letter-spacing:-1px;text-underline-position:from-font;text-decoration-skip-ink:none;font-family:Instrument Sans;font-size:20px;font-weight:600;line-height:32px}@media screen and (min-width:1024px) and (max-width:1280px){.Card-module__ckVvha__cardContainer{border-radius:20px}.Card-module__ckVvha__cardTitle{margin-bottom:20px;font-size:30px;line-height:34px}.Card-module__ckVvha__cardInfo{font-size:19px;line-height:30px}.Card-module__ckVvha__cardImage{width:100%;height:auto}}@media screen and (min-width:601px) and (max-width:1024px){.Card-module__ckVvha__cardContainer{border-radius:20px}.Card-module__ckVvha__cardTitle{margin-bottom:16px;font-size:28px;line-height:32px}.Card-module__ckVvha__cardInfo{font-size:18px;line-height:28px}.Card-module__ckVvha__cardImage{width:100%;height:auto}.Card-module__ckVvha__learnMoreLink{font-size:18px}}@media screen and (max-width:600px){.Card-module__ckVvha__cardContainer{border-radius:12px}.Card-module__ckVvha__cardTitle{letter-spacing:-.5px;margin-bottom:12px;font-size:24px;line-height:24px}.Card-module__ckVvha__cardInfo{letter-spacing:-.2px;font-size:16px;line-height:20px}.Card-module__ckVvha__learnMoreLink{font-size:16px}}
.NavbarSection-module__n_-3aW__navbar{margin-bottom:80px;padding-top:32px;padding-left:69.25px;display:flex}.NavbarSection-module__n_-3aW__logoContainer{align-items:center;display:flex}.NavbarSection-module__n_-3aW__logoLink{align-items:center;text-decoration:none;display:flex}.NavbarSection-module__n_-3aW__logoImage{width:45.95px;height:45.95px}@media screen and (min-width:1025px) and (max-width:1280px){.NavbarSection-module__n_-3aW__navbar{justify-content:flex-start;padding-top:30px;padding-left:40px}.NavbarSection-module__n_-3aW__logoImage{width:45px;height:45px}.NavbarSection-module__n_-3aW__logoText{width:138px;height:auto}}@media screen and (min-width:601px) and (max-width:1024px){.NavbarSection-module__n_-3aW__navbar{justify-content:space-between;padding-top:24px;padding-left:20px}.NavbarSection-module__n_-3aW__logoImage{width:45.95px;height:45.95px}.NavbarSection-module__n_-3aW__logoText{width:110px;height:auto}}@media screen and (max-width:600px){.NavbarSection-module__n_-3aW__navbar{justify-content:center;padding-top:16px;padding-left:0;display:flex}.NavbarSection-module__n_-3aW__logoImage{width:45.95px;height:45.95px}.NavbarSection-module__n_-3aW__logoText{width:110px;height:auto}}
.statsSection-module__t5-_WG__container{opacity:0;justify-content:center;align-items:center;width:100%;padding-bottom:80px;padding-left:64px;padding-right:64px;animation:1s ease-in-out forwards statsSection-module__t5-_WG__fadeIn;display:flex}@keyframes statsSection-module__t5-_WG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes statsSection-module__t5-_WG__fadeInImage{0%{opacity:0}to{opacity:1}}.statsSection-module__t5-_WG__desktopOnly{display:block}.statsSection-module__t5-_WG__mobileOnly{display:none}.statsSection-module__t5-_WG__statImageWrapper{width:100%;max-width:1440px}.statsSection-module__t5-_WG__statImage{width:100%;height:auto;display:block}@media (max-width:1024px){.statsSection-module__t5-_WG__desktopOnly{display:none}.statsSection-module__t5-_WG__mobileOnly{display:block}.statsSection-module__t5-_WG__container{padding-bottom:60px;padding-left:32px;padding-right:32px}}@media (max-width:768px){.statsSection-module__t5-_WG__container{padding-bottom:40px;padding-left:16px;padding-right:16px}}
.ProgramSection-module__04h8nG__container{padding-bottom:80px;padding-left:64px;padding-right:64px}.ProgramSection-module__04h8nG__programsContainer{grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto 80px;display:grid}.ProgramSection-module__04h8nG__programTitle{letter-spacing:-2px;text-align:center;margin-bottom:64px;font-size:48px;font-weight:600;line-height:48px}.ProgramSection-module__04h8nG__programSpan{color:var(--red-color)}@media screen and (min-width:1024px) and (max-width:1280px){.ProgramSection-module__04h8nG__programsContainer{grid-template-columns:repeat(3,1fr);gap:20px}.ProgramSection-module__04h8nG__programTitle{letter-spacing:-1.5px;margin-bottom:56px;font-size:40px;line-height:44px}}@media screen and (min-width:601px) and (max-width:1024px){.ProgramSection-module__04h8nG__programsContainer{grid-template-columns:repeat(2,1fr);gap:20px}.ProgramSection-module__04h8nG__programTitle{letter-spacing:-1.5px;margin-bottom:48px;font-size:36px;line-height:44px}}@media screen and (max-width:600px){.ProgramSection-module__04h8nG__container{padding-bottom:32px;padding-left:16px;padding-right:16px}.ProgramSection-module__04h8nG__programsContainer{grid-template-columns:1fr}.ProgramSection-module__04h8nG__programTitle{letter-spacing:-1px;margin-bottom:16px;font-size:30px;line-height:40px}}
.ProgramCard-module__4yyOfG__cardContainer{border:2px dotted var(--red-color);text-align:center;border-radius:24px;max-width:fit-content;padding:64px 40px}.ProgramCard-module__4yyOfG__cardTitle{letter-spacing:-2px;margin-bottom:24px;font-size:32px;font-weight:600;line-height:36px}.ProgramCard-module__4yyOfG__cardInfo{letter-spacing:-1px;font-size:20px;font-weight:500;line-height:36px}.ProgramCard-module__4yyOfG__cardImage{width:100%;height:auto}@media screen and (min-width:1024px) and (max-width:1280px){.ProgramCard-module__4yyOfG__cardContainer{border-radius:20px;padding:56px 32px}.ProgramCard-module__4yyOfG__cardTitle{margin-bottom:20px;font-size:30px;line-height:34px}.ProgramCard-module__4yyOfG__cardInfo{font-size:19px;line-height:30px}.ProgramCard-module__4yyOfG__cardImage{width:100%;height:auto}}@media screen and (min-width:601px) and (max-width:1024px){.ProgramCard-module__4yyOfG__cardContainer{border-radius:20px;padding:40px}.ProgramCard-module__4yyOfG__cardTitle{margin-bottom:16px;font-size:28px;line-height:32px}.ProgramCard-module__4yyOfG__cardInfo{font-size:18px;line-height:28px}.ProgramCard-module__4yyOfG__cardImage{width:100%;height:auto}}@media screen and (max-width:600px){.ProgramCard-module__4yyOfG__cardContainer{border:2px dotted var(--red-color);border-radius:12px;padding:24px}.ProgramCard-module__4yyOfG__cardTitle{letter-spacing:-.5px;text-align:center;margin-bottom:12px;font-size:24px;line-height:24px}.ProgramCard-module__4yyOfG__cardInfo{letter-spacing:-.2px;font-size:16px;line-height:20px}.ProgramCard-module__4yyOfG__cardImage{object-fit:contain;height:200px}}
