@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Acme&family=Bangers&family=Racing+Sans+One&display=swap";:root{line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Racing Sans One,serif;min-width:320px;min-height:100vh;background-color:#00010f}h1,h2,h3{font-family:Bangers,serif}.container{background-color:#add8e6}@media (min-width: 768px){.container{background-color:#90ee90}}@media (min-width: 1200px){.container{background-color:#f08080}}.home{max-width:80rem;background-color:#00010f;margin:0 auto;color:#fafafa;padding:0 1rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.home{gap:2rem}}.home__socials{display:flex;align-items:center;justify-content:center;gap:2rem}.hero{margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:0}@media (min-width: 768px){.hero{flex-direction:row;justify-content:space-between;gap:1rem;max-width:80rem}}.hero__content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding:0;text-transform:capitalize;overflow:hidden;width:100%}@media (min-width: 768px){.hero__content{width:28%;justify-content:flex-start;max-height:15rem}}@media (min-width: 1024px){.hero__content{max-height:40vh}}.hero__content--image{max-height:18rem;position:relative}@media (min-width: 768px){.hero__content--image{width:40%;max-height:15rem}}@media (min-width: 1024px){.hero__content--image{max-height:40vh}}.hero__title{font-size:2rem;text-align:center}@media (min-width: 768px){.hero__title{margin-top:3rem}}@media (min-width: 1024px){.hero__title{font-size:2.5rem;margin-top:6rem}}.intro{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:absolute;bottom:0}.intro__title{font-family:Racing Sans One,serif;font-size:1rem;text-align:center;padding:1rem 0;color:#fafafa;background-color:#00010f80}@media (min-width: 768px){.intro__title{font-size:1.25rem}}@media (min-width: 1024px){.intro__title{font-size:1.5rem;min-width:600px}}@media (min-width: 768px){.intro__bottom{padding-left:3.5rem}}.intro__blue{color:#7193c7}.about-section{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background-color:#00010f;width:100%;min-height:18.75rem;padding:1rem 0}@media (min-width: 1024px){.about-section{padding:2rem;gap:2rem}}.about-section__main{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:2rem;padding:2rem 0}@media (min-width: 768px){.about-section__main{flex-direction:row;gap:4rem;justify-content:space-around}}@media (min-width: 1024px){.about-section__main{padding:2rem;flex-direction:row;gap:6rem;background-position:center center;background-size:contain}}.about-section__image-box{flex-basis:40%}.about-section__pair{padding:0 1rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 1024px){.about-section__pair{gap:4rem}}.about-section__snippet-list{display:flex;flex-direction:column;padding:0;gap:1rem;list-style-type:none}@media (min-width: 1024px){.about-section__snippet-list{list-style-type:disc}}.about-section__snippet{color:#fafafa;font-family:Acme,serif;font-size:1rem;max-width:40ch;background-color:#00010f80}@media (min-width: 1024px){.about-section__snippet{font-size:1.25rem}}.about-section__content{color:#fafafa;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (min-width: 1024px){.about-section__content{width:50%;max-width:39rem}}.about-section__title{font-size:2rem;margin-bottom:.5rem;font-family:Bangers,cursive}.about-section__subtitle{font-size:1.25rem;margin-bottom:1.5rem;font-family:Racing Sans One,cursive}.about-section__list{list-style:disc;margin-bottom:2rem;padding-left:1.25rem;font-size:1rem;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:none;border-radius:4px;font-family:Racing Sans One,serif;font-size:1rem;padding:.75rem 1rem;transition:background-color .2s ease-in-out;text-decoration:none;text-align:center}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--blue{background-color:#7193c7;color:#fafafa}.btn--blue:hover:not(:disabled){background-color:#4c77b9}.btn--black{background-color:#00010f;color:#fafafa}.btn--black:hover:not(:disabled){background-color:#000442}.btn--whiteblue{background-color:#fafafa;color:#7193c7}.btn--whiteblue:hover:not(:disabled){background-color:#e1e1e1}.btn--whiteblack{background-color:#fafafa;color:#00010f}.btn--whiteblack:hover:not(:disabled){background-color:#e1e1e1}.btn--outline{background-color:transparent;border:1px solid #7193C7;color:#7193c7}.btn--outline:hover:not(:disabled){background-color:#7193c7;color:#fafafa}.btn--sm{padding:.25rem .5rem;font-size:.875rem}.btn--md{padding:.5rem .75rem;font-size:1rem}.btn--lg{padding:.75rem 1rem;font-size:1.125rem}.spinner{width:1em;height:1em;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;display:inline-block;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.btn--loading{pointer-events:none;opacity:.7}.my-image{display:block;max-width:100%;height:auto}.section-title{margin-bottom:2rem}.section-title--center{text-align:center}.section-title--left{text-align:left}.section-title__title{font-size:2rem;font-weight:700;line-height:1.2;margin:0;color:#7193c7}@media (min-width: 1024px){.section-title__title{font-size:3rem}}.section-title__subtitle{margin-top:.5rem;font-size:1.125rem;color:#fafafa;max-width:600px}.testimonials{background:#00010f;padding-block:3rem;text-align:center}.testimonials__grid{display:grid;gap:2rem;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:2.5rem}.testimonial{position:relative;padding:2.5rem 1.75rem 2rem;background:#fafafa0d;border:1px solid rgba(113,147,199,.25);border-radius:.75rem;color:#fafafa;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .3s ease,box-shadow .3s ease}.testimonial:hover{transform:translateY(-6px);box-shadow:0 8px 20px #7193c766}.testimonial__avatar{position:absolute;top:-1.75rem;left:1.25rem;width:3.5rem;height:3.5rem;border-radius:50%;background:#7193c7;display:flex;align-items:center;justify-content:center;color:#00010f}.testimonial__avatar svg{width:60%;fill:currentColor}.testimonial__body{font-family:Acme,serif}.testimonial__rating{font-size:1.1rem;color:#7193c7;margin-bottom:.75rem;letter-spacing:1px}.testimonial__quote{margin:0 0 1rem;font-size:1rem;line-height:1.5}.testimonial__name{font-family:Racing Sans One,serif;font-size:.95rem;opacity:.85}@media (min-width: 768px){.testimonial{padding:3rem 2.25rem}.testimonial .testimonial__quote{font-size:1.125rem}}.fls{background-color:#00010f;color:#fafafa;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.fls__pillars{margin:1rem auto;display:flex;flex-direction:column;justify-content:center;gap:2rem}@media (min-width: 768px){.fls__pillars{flex-direction:row}}.fls__intro{font-family:Racing Sans One,serif;line-height:1;font-size:2rem;max-width:50rem;margin:0 auto;text-align:center}.fls__heading{font-size:2rem;text-align:center;color:#fafafa;background-color:#00010f80;padding:.5rem 2rem;width:100%;font-family:Bangers,serif}.fls__paragraph{background-color:#00010f80;padding:1rem .5rem;text-align:center;height:45%;display:flex;align-items:center;font-family:Acme,serif;font-size:1.2rem}.fls__column{background-size:cover;background-repeat:no-repeat;max-width:15.625rem;aspect-ratio:5/7;display:flex;flex-direction:column;justify-content:space-between}.fls__column--mindset{background-image:url(/assets/mindset-DWh6lmtL.webp)}.fls__column--nutrition{background-image:url(/assets/nutrition-CqzJUfnw.webp)}.fls__column--movement{background-image:url(/assets/movement-CX10zmD2.webp)}.social-link{display:inline-flex;align-items:center;gap:.5rem;font-family:Racing Sans One,serif;color:#fafafa;text-decoration:none;transition:color .2s ease}.social-link__icon{width:1.25rem;height:1.25rem;flex-shrink:0}.social-link:hover,.social-link:focus-visible{color:#7193c7}.social-link:hover .social-link__icon,.social-link:focus-visible .social-link__icon{filter:brightness(1.2)}.about{background-color:#00010f;padding:0 1rem}.about__story{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.about__link{background-color:#fafafa;width:100%;padding:0}.about__link>a{width:100%}.about__section{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;text-align:center;margin:0 auto;padding:1.25rem}.about__section--reverse{flex-direction:column-reverse}@media (min-width: 1024px){.about__section{max-width:80rem;flex-direction:row}}.about__content{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;text-align:left;font-family:Acme,serif}.about__title{font-size:2rem;margin:0;color:#7193c7}@media (min-width: 1024px){.about__title{font-size:3rem}}.about__paragraph{font-size:1.2rem;margin-bottom:0;color:#fafafa;max-width:75ch}.about__creds{padding-left:2rem;margin:0}.about__cred{font-size:1.25rem;color:#fafafa;max-width:75ch}.about__conclusion{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fafafa;padding:2rem 0}.about__final{font-size:2rem}.navbar{width:100%;background-color:#00010f}.navbar__container{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;max-width:80rem;margin:0 auto}@media (min-width: 768px){.navbar__container{padding:.5rem 1rem}}.navbar__title{color:#fafafa;font-size:1.5rem;margin:0 1rem;line-height:1}@media (min-width: 768px){.navbar__title{font-size:3rem}}.navbar__logo{min-width:1rem;width:4rem}@media (min-width: 768px){.navbar__logo{margin:.5rem;width:6rem}}.navbar__toggle{display:block;background:none;border:none;font-size:1.5rem;color:#fafafa;cursor:pointer}@media (min-width: 1024px){.navbar__toggle{display:none}}.navbar__toggle-icon{width:1.5rem;height:1.5rem;display:block}@media (min-width: 768px){.navbar__toggle-icon{width:2.5rem;height:2.5rem}}.navbar:hover,.navbar:focus-visible{color:#7193c7}.navbar__links{display:none;flex-direction:column;position:absolute;top:4rem;right:1rem;background-color:#7193c7;padding:1rem;border-radius:4px;z-index:1}@media (min-width: 1024px){.navbar__links{display:flex;flex-direction:row;position:static;background-color:transparent;gap:2rem}}.navbar__links a{min-width:8rem}.navbar__links--open{display:flex}@media (min-width: 1024px){.navbar__links--open{display:none}}.logo{display:inline-block;line-height:0;text-decoration:none}.logo__img{width:6rem;height:auto;display:block}@media (min-width: 768px){.logo__img{width:8rem}}.logo:hover,.logo:focus-visible{filter:brightness(1.1)}@media (min-width: 768px){.logo__img{width:9rem}}.story{color:#fafafa;max-width:80rem;margin:0 auto;font-family:Acme,serif;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-bottom:2rem}.story>p{max-width:75ch}.about-fls{background:#00010f;color:#fafafa;overflow-x:hidden;font-size:1.2rem}.about-fls__hero{max-width:70rem;margin-inline:auto;padding:4rem 1rem 3rem;text-align:center}.about-fls__title{font-family:Bangers,serif;font-size:clamp(2rem,6vw,3.5rem);color:#7193c7;margin-bottom:1rem}.about-fls__intro{font-family:Acme,serif;max-width:60ch;margin-inline:auto}.about-fls__conclusion{max-width:60rem;margin:4rem auto;padding:0 1rem;font-family:Acme,serif;text-align:center}.pillar{display:flex;align-items:center;gap:2rem;padding:1rem;max-width:80rem;margin-inline:auto}.pillar__title{writing-mode:vertical-rl;text-orientation:upright;font-family:Bangers,serif;font-size:1.75rem;color:#7193c7;margin:0 1rem}.pillar__content{flex:1 1 40%;max-width:55ch;font-family:Acme,serif;line-height:1.6}.pillar__image{flex:0 0 40%;overflow:hidden}.pillar__image img{width:100%;height:30vh;object-fit:contain;clip-path:polygon(0 0,100% 10%,100% 90%,0 100%);transition:transform .6s ease}.pillar:hover img{transform:scale(1.05)}.pillar--reverse{flex-direction:row-reverse}.pillar--reverse .pillar__image img{clip-path:polygon(0 10%,100% 0,100% 100%,0 90%);object-position:bottom}@media (max-width: 768px){.pillar{flex-direction:column;text-align:center}.pillar__title{writing-mode:horizontal-tb;font-size:2rem;margin-bottom:1rem}.pillar__image{width:100%;height:14rem;flex:none;margin-bottom:1rem}}.faq-form{max-width:600px;padding:1rem;background:#00010f;color:#fafafa;border-radius:12px;margin-bottom:2rem;width:100%}@media (min-width: 768px){.faq-form{padding:2rem;width:60%}}.faq-form__form{display:flex;flex-direction:column;gap:1rem}.faq-form__field{display:flex;flex-direction:column}.faq-form__field label{font-weight:600;margin-bottom:.25rem}.faq-form__field input,.faq-form__field textarea{padding:.5rem;border:1px solid #7193C7;border-radius:6px;font-size:1rem;font-family:Acme,serif;background-color:#fafafa}.faq-form__field input:focus,.faq-form__field textarea:focus{outline:2px solid #7193C7}.faq-form__field textarea{resize:vertical}.faq{max-width:80rem;margin:0 auto;border-radius:24px;padding:1rem 2rem 0}.faq__head{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#fafafa}.faq__main{display:flex;align-items:center;justify-content:space-around;flex-direction:column;gap:2rem}@media (min-width: 1024px){.faq__main{flex-direction:row;padding:0 2rem}}.faq__title{font-size:2rem;font-weight:700}.faq__intro{font-size:1rem;font-family:Acme,serif;margin-bottom:2rem;max-width:55ch}.free-workout{padding:4rem 2rem;background-color:#00010f;color:#fafafa}.free-workout__container{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width: 768px){.free-workout__container{flex-direction:row;text-align:left;gap:3rem}}.free-workout__text{max-width:500px}.free-workout__title{font-family:Racing Sans One,serif;font-size:2rem;margin-bottom:1rem}.free-workout__description{font-family:Acme,serif;font-size:1rem;margin-bottom:1.5rem}.free-workout__features{list-style:none;padding-left:0;margin-bottom:2rem;font-family:Acme,serif;font-size:1rem}.free-workout__features li{margin-bottom:.75rem;display:flex;align-items:flex-start}.free-workout__features li:before{content:"🔷";margin-right:.5rem;font-size:1.1rem;line-height:1.2}.terms{padding:2rem;max-width:800px;margin:0 auto;background-color:#00010f;color:#fafafa;font-family:Acme,serif;line-height:1.6}.terms__title{font-size:2rem;font-family:Bangers,serif;text-transform:uppercase;margin-bottom:.5rem;color:#7193c7}@media (min-width: 768px){.terms__title{font-size:2.5rem}}.terms__date{font-size:.95rem;color:#fafafa;margin-bottom:2rem}.terms__section{margin-bottom:2rem}.terms__heading{font-size:1.25rem;font-family:Racing Sans One,serif;font-weight:700;color:#7193c7;margin-bottom:.5rem}@media (min-width: 768px){.terms__heading{font-size:1.5rem}}.terms__text{margin-bottom:1rem;font-size:1rem;white-space:pre-wrap}.privacy{padding:2rem;max-width:800px;margin:0 auto;background-color:#00010f;color:#fafafa;font-family:Acme,serif;line-height:1.6}.privacy__title{font-size:2rem;font-family:Bangers,serif;text-transform:uppercase;margin-bottom:.5rem;color:#7193c7}@media (min-width: 768px){.privacy__title{font-size:2.5rem}}.privacy__date{font-size:.95rem;color:#fafafa;margin-bottom:2rem}.privacy__section{margin-bottom:2rem}.privacy__heading{font-size:1.25rem;font-family:Racing Sans One,serif;font-weight:700;color:#7193c7;margin-bottom:.5rem}@media (min-width: 768px){.privacy__heading{font-size:1.5rem}}.privacy__text{margin-bottom:1rem;font-size:1rem;white-space:pre-wrap}.privacy__list{padding-left:1.5rem;margin-bottom:1rem}.privacy__list-item{list-style-type:disc;margin-bottom:.5rem;font-size:1rem}.footer{background-color:#00010f;color:#fafafa;padding:2rem 1rem;font-family:Acme,serif;max-width:80rem;margin:0 auto auto}.footer__main{display:flex;flex-direction:column;align-items:baseline;justify-content:space-between}@media (min-width: 768px){.footer__main{flex-direction:row}}.footer__top{margin-bottom:2rem;border-bottom:1px solid rgba(0,1,15,.5)}@media (min-width: 768px){.footer__top{margin-bottom:0}}.footer__bottom{width:100%;display:flex;align-items:center;justify-content:space-around;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer__bottom{flex-direction:row;align-items:flex-start;margin-bottom:0}}.footer__nav-section{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.footer__nav-section{align-items:flex-start}}.footer__heading{font-family:Racing Sans One,serif;font-size:1rem;margin-bottom:.5rem;text-transform:uppercase;color:#7193c7}.footer__nested-group{display:flex;flex-direction:column}.footer__label{font-family:Racing Sans One,serif;font-size:.95rem;font-weight:700;color:#7193c7}.footer__nested-links{display:flex;flex-direction:column;gap:.3rem;padding-left:1rem}.footer__nested-links a{color:#fafafa;text-decoration:none;font-family:Racing Sans One,serif;font-size:.9rem}.footer__nested-links a:hover{color:#7193c7}.footer__links{display:flex;gap:.5rem;flex-direction:column}.footer__links a{color:#fafafa;text-decoration:none;font-family:Racing Sans One,serif;font-size:.9rem}.footer__links a:hover{color:#7193c7}.footer__boilerplate{display:flex;justify-content:space-between}.footer__legal{display:flex;gap:.5rem}.footer__legal a{color:#fafafa;text-decoration:none;font-family:Racing Sans One,serif;font-size:.9rem}.footer__legal a:hover{color:#7193c7}.footer__copyright{font-size:.875rem;font-family:Racing Sans One,serif;text-align:center}@media (min-width: 768px){.footer__copyright{text-align:right}}.footer__social{display:flex;flex-direction:column;gap:1rem;align-items:center}.footer__logo{margin:1rem 0}.newsletter-signup{background-color:#00010f;color:#fafafa;padding:2rem}.newsletter-signup h2{font-family:Bangers,serif;font-size:1.75rem;margin-bottom:1rem;color:#7193c7}.newsletter-signup p{font-family:Acme,serif;margin-bottom:1rem}.newsletter-signup__form{display:flex;justify-content:left;gap:1rem;max-width:500px}.newsletter-signup__form input{flex:1;padding:.75rem;border:4px solid #00010F;font-size:1rem;font-family:Acme,serif;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.newsletter-signup__form input:focus{outline:none;border-color:#7193c7;box-shadow:0 0 5px #7193c799}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fafafa;color:#00010f;padding:2rem;border-radius:8px;max-width:500px;width:90%;text-align:center;position:relative;font-family:Racing Sans One,serif}.modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#00010f}.modal-close:hover{color:#000}
