:root{--gray-700: #495057;--gray-800: #343A40;--gray-900: #212529;--default-white: #FFF;--primary-green: #003C0A;--light-bg: #F6F9FC;--black: #000;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;line-height:1.5;font-weight:400;color:var(--gray-900);background-color:var(--default-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}html{scroll-behavior:smooth}.app{width:100%;min-height:100vh;position:relative;overflow-x:hidden}.header{position:absolute;top:0;left:0;width:100%;z-index:100;padding:40px 0;background:transparent;transition:background .3s}.header.fixed{position:fixed;background:var(--primary-green);box-shadow:0 2px 10px #0000001a}.header-container{display:flex;width:1320px;margin:0 auto;justify-content:space-between;align-items:center;height:45px}.logo{display:flex;justify-content:center;align-items:center;gap:12px;border-radius:8px}.logo-image{width:45px;height:45px;border-radius:200px}.logo-text{color:var(--default-white);font-family:Roboto,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:16px}.nav{display:flex;align-items:center;gap:45px}.nav-link{color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:16px;transition:opacity .2s}.nav-link:hover{opacity:.8}.nav-link-active{font-weight:600}.shop-button{display:flex;justify-content:center;align-items:center;gap:10px;padding:12px 20px;border-radius:6px;background:var(--primary-green);color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:18px;transition:opacity .2s}.shop-button:hover{opacity:.9}@media(max-width:768px){.header{padding:20px 0}.header-container{width:100%;padding:0 20px}.logo-image{width:36px;height:36px}.logo-text{font-size:18px}.nav{gap:20px}.nav-link{font-size:14px}.shop-button{padding:10px 14px;font-size:13px}}.menu-toggle{display:none;background:transparent;border:0;cursor:pointer;padding:10px;border-radius:8px}.menu-bar{display:block;width:26px;height:2px;margin:5px 0;background:var(--default-white);border-radius:2px}.mobile-menu{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--primary-green);box-shadow:0 10px 24px #0000002e;padding:16px 20px;z-index:999}.mobile-menu.is-open{display:block}.mobile-link{display:block;padding:12px 0;color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:18px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.14)}.mobile-link:last-of-type{border-bottom:none}.mobile-shop-button{margin-top:14px;display:block;text-align:center;padding:12px 16px;border-radius:8px;background:var(--default-white);color:var(--primary-green);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:18px;text-decoration:none}@media(max-width:768px){.header-container{width:100%;padding:0 20px}.nav,.shop-button{display:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.logo-text{font-size:18px;line-height:20px}}@media(max-width:768px){.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer}.menu-toggle .menu-bar{display:block;width:28px;height:3px;background:var(--default-white);border-radius:999px;margin:0;flex:0 0 auto;max-width:28px}}.hero-section{display:flex;width:100%;height:832px;flex-direction:column;align-items:center;position:relative}.hero-container{position:relative;z-index:2}.hero-section:after{content:"";position:absolute;inset:0;background:#00000059;z-index:1;pointer-events:none}.hero-section{padding-top:80px}.hero-background{width:100%;height:832px;position:absolute;top:0;left:0;object-fit:cover;z-index:0}.hero-container{display:flex;width:1320px;height:518px;flex-direction:column;justify-content:center;align-items:flex-start;gap:48px;position:relative;margin-top:auto;margin-bottom:120px}.hero-content{display:flex;width:562px;flex-direction:column;align-items:flex-start;gap:18px}.hero-title{align-self:stretch;color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:52px;font-weight:700;line-height:normal}.hero-description{align-self:stretch;color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:27px}.hero-actions{display:flex;align-items:center;gap:10px}.btn-primary{display:flex;padding:16px 24px;align-items:flex-start;gap:8px;border-radius:6px;background:var(--primary-green);color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:18px;transition:opacity .2s}.btn-primary:hover{opacity:.9}.btn-secondary{display:flex;align-items:center;gap:12px;border-radius:6px;color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:18px;transition:opacity .2s}.btn-secondary:hover{opacity:.8}@media(max-width:1400px){.hero-container{width:100%;padding:0 40px}}@media(max-width:768px){.hero-section{height:auto;padding-top:260px;padding-bottom:60px}.hero-background{height:100%;min-height:560px}.hero-container{width:100%;height:auto;padding:0 20px;gap:28px;margin-top:0;margin-bottom:0;align-items:flex-start}.hero-content{width:100%;max-width:560px;gap:14px}.hero-title{font-size:34px;line-height:1.15}.hero-description{font-size:16px;line-height:24px}.hero-actions{width:100%;flex-wrap:wrap;gap:12px}.btn-primary,.btn-secondary{width:100%;justify-content:center}.btn-primary,.btn-secondary{padding:14px 18px;font-size:15px}}@media(max-width:390px){.hero-title{font-size:30px}}.mission-section{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:80px;padding:80px 0}.mission-header{display:flex;flex-direction:column;align-items:center;gap:32px;align-self:stretch}.mission-title{color:var(--gray-800);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:52px;font-weight:700;line-height:normal;text-align:center}.mission-description{width:1042px;color:var(--black);text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:400;line-height:38px}.mission-values{display:flex;align-items:center;gap:48px;max-width:1550px;flex-wrap:wrap;justify-content:center}.value-card{display:flex;width:264px;flex-direction:column;align-items:center;gap:16px;border-radius:8px}.value-icon-wrapper{display:flex;width:137px;flex-direction:column;align-items:center;gap:24px}.value-icon{width:80px;height:72px;object-fit:contain}.value-title{align-self:stretch;color:var(--gray-800);text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:normal}.value-description{display:flex;width:262px;height:73px;flex-direction:column;justify-content:center;color:var(--black);text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:28px}@media(max-width:1100px){.mission-header{padding:0 24px}.mission-description{width:100%;max-width:720px;margin:0 auto;padding:0}.mission-values{padding:0 24px}}@media(max-width:768px){.mission-section{margin-top:80px;padding-top:2px;padding-bottom:60px;gap:48px}.mission-header{padding:0 20px}.mission-title{font-size:34px;line-height:1.15}.mission-description{width:100%;max-width:640px;margin:0 auto;font-size:16px;line-height:26px}.mission-values{gap:24px;padding:0 20px}.value-card{width:100%;max-width:340px}.value-icon-wrapper{width:auto;gap:16px}.value-icon{width:64px;height:58px}.value-title{font-size:18px}.value-description{width:100%;height:auto;font-size:14px;line-height:22px}}@media(max-width:390px){.mission-title{font-size:30px}.mission-description{max-width:560px}}.classes-section{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:48px;padding:80px 0;background-color:#e8eee4}.classes-container{display:flex;width:1320px;flex-direction:column;justify-content:center;align-items:flex-start;gap:48px}.classes-header{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.classes-title{color:var(--gray-800);text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:52px;font-weight:700;line-height:normal}.classes-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:68px;align-self:stretch}.classes-tabs{display:flex;justify-content:center;align-items:center;gap:48px;align-self:stretch}.tab-button{color:var(--gray-800);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:700;line-height:28px;transition:color .2s}.tab-button:hover,.tab-active{color:var(--primary-green)}.classes-details{display:flex;align-items:center;gap:104px;align-self:stretch}.classes-image-wrapper{flex:1;display:flex;justify-content:center;align-items:center;height:700px;overflow:hidden;border-radius:25px}.classes-image{flex:1;align-self:stretch;border-radius:25px;object-fit:cover}.classes-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:38px;flex:1}.classes-text{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.classes-subtitle{color:var(--gray-800);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:32px;font-weight:700;line-height:normal}.classes-description{align-self:stretch;color:var(--gray-800);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:28px}.classes-features{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.feature-item{display:flex;align-items:flex-start;gap:25px;align-self:stretch}.feature-icon{display:flex;width:50px;height:50px;flex-direction:column;justify-content:center;align-items:center;border-radius:6px}.feature-icon img{width:34px;height:34px;flex-shrink:0}.feature-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1}.feature-title{color:var(--gray-800);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:normal}.feature-description{align-self:stretch;color:var(--gray-800);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:28px}.book-button{padding:16px 32px;border-radius:8px;background:var(--primary-green);color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:600;line-height:18px;transition:opacity .2s}.book-button:hover{opacity:.9}@media(max-width:1400px){.classes-container{width:100%;padding:0 40px}}@media(max-width:1024px){.classes-details{gap:48px}.classes-image-wrapper{height:520px}.classes-title{font-size:44px}}@media(max-width:768px){.classes-section{padding:60px 0;gap:32px}.classes-container{width:100%;padding:0 20px;gap:32px}.classes-title{font-size:34px;line-height:1.15}.classes-content{gap:36px}.classes-tabs{gap:16px;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:8px;-webkit-overflow-scrolling:touch}.tab-button{font-size:16px;line-height:22px;white-space:nowrap;flex-shrink:0}.classes-details{flex-direction:column;gap:24px;align-items:stretch}.classes-image-wrapper{width:100%;height:320px;border-radius:18px;overflow:hidden;position:relative;transform:translateZ(0)}.classes-image{width:100%;height:100%;object-fit:cover;display:block;flex:none;border-radius:inherit}.classes-info{gap:22px}.classes-subtitle{font-size:22px}.classes-description{font-size:16px;line-height:24px}.classes-features{gap:16px}.feature-item{gap:14px}.feature-icon{width:42px;height:42px}.feature-icon img{width:28px;height:28px}.feature-title{font-size:18px}.feature-description{font-size:15px;line-height:22px}.book-button{width:100%;padding:14px 18px;font-size:18px;line-height:22px;text-align:center}}@media(max-width:390px){.classes-image-wrapper{height:280px}.classes-title{font-size:30px}}.partnerships-section{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:64px;padding:80px 0}.partnerships-container{display:flex;width:1320px;flex-direction:column;justify-content:center;align-items:center;gap:48px}.partnerships-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.partnerships-title{color:var(--primary-green);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:52px;font-weight:700;line-height:normal}.partnerships-description{width:784px;color:var(--primary-green);text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:144%}.partnerships-grid-wrapper{display:flex;flex-direction:column;align-items:center;gap:48px}.partnerships-grid{display:flex;justify-content:center;align-items:center;gap:48px}.partner-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}.partner-image{width:408px;height:350px;border-radius:25px;object-fit:cover}.partner-name{align-self:stretch;color:var(--primary-green);text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:normal}.partner-button{padding:16px 32px;border-radius:8px;background:var(--primary-green);color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:600;line-height:18px;transition:opacity .2s}.partner-button:hover{opacity:.9}@media(max-width:1400px){.partnerships-container{width:100%;padding:0 40px}}@media(max-width:1024px){.partnerships-description{width:100%;max-width:720px}.partnerships-grid{flex-wrap:wrap;gap:32px}.partner-image{width:360px;height:300px}.partnerships-title{font-size:44px}}@media(max-width:768px){.partnerships-section{padding:60px 0;gap:40px}.partnerships-container{width:100%;padding:0 20px;gap:28px}.partnerships-title{font-size:34px;line-height:1.15;text-align:center}.partnerships-description{width:100%;max-width:680px;font-size:16px;line-height:24px}.partnerships-grid-wrapper{gap:28px}.partnerships-grid{flex-direction:column;gap:24px;width:100%}.partner-card{width:100%;align-items:center;gap:14px}.partner-image{width:100%;height:240px;border-radius:18px}.partner-name{font-size:18px}.partner-button{width:100%;text-align:center;padding:14px 18px;font-size:18px;line-height:22px}}@media(max-width:390px){.partner-image{height:210px}.partnerships-title{font-size:30px}}.shop-membership-section{display:flex;width:100%;height:546px;padding:95px 130px;flex-direction:column;align-items:flex-start;gap:10px;border:1px solid var(--black);background:linear-gradient(0deg,#003d0b70 0% 100%),url(https://api.builder.io/api/v1/image/assets/TEMP/8eebc36624d060a60323feca7208176602f515ed?width=3840);background-size:cover;background-position:center;box-shadow:0 4px 4px #5f6f5282}.section-wrapper{display:flex;height:354.922px;justify-content:center;align-items:center;gap:35px;flex-shrink:0;align-self:stretch}.shop-card,.membership-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:35px;border-radius:35px;flex:1;align-self:stretch;padding:56px 64px;box-shadow:0 18px 40px #0000002e}.shop-card{max-width:812.5px;background:linear-gradient(180deg,#123b1a,#0f3116)}.membership-card{background:#fff;border:1px solid rgba(0,0,0,.06)}.card-title{align-self:stretch;color:var(--light-bg);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:38px;font-weight:700;line-height:normal}.card-title-dark{color:var(--gray-800)}.card-description{align-self:stretch;color:var(--light-bg);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:28px}.card-description-dark{color:var(--gray-800)}.shop-cta-button{padding:12px 24px;border-radius:6px;background:var(--default-white);color:var(--primary-green);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:18px;transition:opacity .2s}.shop-cta-button:hover{opacity:.9}.membership-cta-button{padding:12px 24px;border-radius:6px;background:var(--primary-green);color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:18px;transition:opacity .2s}.membership-cta-button:hover{opacity:.9}@media(max-width:1400px){.shop-membership-section{padding:80px 40px}}@media(max-width:1024px){.shop-membership-section{height:auto;padding:70px 32px}.section-wrapper{height:auto;flex-wrap:wrap;gap:24px}.shop-card,.membership-card{padding:44px 40px;border-radius:28px;gap:24px}.card-title{font-size:32px}}@media(max-width:768px){.shop-membership-section{height:auto;padding:48px 20px}.section-wrapper{height:auto;flex-direction:column;gap:16px}.shop-card,.membership-card{width:100%;padding:28px 22px;border-radius:22px;gap:18px;box-shadow:0 12px 28px #00000029}.card-title{font-size:24px;line-height:1.2}.card-description{font-size:14px;line-height:22px}.shop-cta-button,.membership-cta-button{width:100%;text-align:center;padding:12px 16px;font-size:15px}}@media(max-width:390px){.shop-card,.membership-card{padding:24px 18px}.card-title{font-size:22px}}.contact-page{display:flex;width:100%;min-height:100vh;padding:140px 0 80px;background:#d3e3c8;justify-content:center;align-items:flex-start}.contact-container{display:flex;width:1320px;flex-direction:column;align-items:center}.contact-content{display:flex;width:100%;max-width:800px;flex-direction:column;align-items:center;gap:32px}.contact-title{color:var(--primary-green);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:48px;font-weight:700;line-height:56px;text-align:center}.contact-subtitle{color:var(--gray-700);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-weight:400;line-height:27px;text-align:center;max-width:700px}.contact-form{display:flex;width:100%;flex-direction:column;gap:24px;padding:40px;background:var(--default-white);border-radius:12px;box-shadow:0 4px 20px #00000014}.form-row{display:flex;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px;flex:1}.form-label{color:var(--gray-800);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:20px}.form-input,.form-textarea{padding:12px 16px;border:1px solid #E0E0E0;border-radius:6px;color:var(--gray-900);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;transition:border-color .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-green)}.form-input::placeholder,.form-textarea::placeholder{color:#9e9e9e}.form-textarea{resize:vertical;min-height:120px}.submit-button{display:flex;padding:16px 32px;justify-content:center;align-items:center;align-self:flex-start;border-radius:6px;background:var(--primary-green);color:var(--default-white);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:18px;transition:opacity .2s}.submit-button:hover{opacity:.9}.contact-info{display:flex;width:100%;gap:40px;margin-top:24px}.contact-info-item{display:flex;flex-direction:column;gap:8px;flex:1;padding:24px;background:var(--default-white);border-radius:8px;box-shadow:0 2px 10px #0000000d}.contact-info-title{color:var(--primary-green);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-weight:600;line-height:24px}.contact-info-text{color:var(--gray-700);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.contact-social-link{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:var(--primary-green);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:600;text-decoration:none}.contact-social-link:hover{opacity:.8}.instagram-icon{width:18px;height:18px}@media(max-width:768px){.contact-page{padding:100px 20px 60px}.contact-container{width:100%}.contact-title{font-size:36px;line-height:44px}.contact-subtitle{font-size:16px;line-height:24px}.contact-form{padding:24px}.form-row{flex-direction:column;gap:24px}.contact-info{flex-direction:column;gap:20px}.submit-button{width:100%}}.footer{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:25px;padding:60px 0}.footer-container{display:flex;width:1320px;flex-direction:column;justify-content:center;align-items:center;gap:48px}.footer-top{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.footer-logo{display:flex;justify-content:center;align-items:center;gap:12px;border-radius:8px}.footer-logo-image{width:45px;height:45px;border-radius:200px}.footer-logo-text{color:var(--gray-700);font-family:Roboto,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:16px}.footer-nav{display:flex;align-items:center;gap:35px}.footer-link{color:var(--gray-800);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:16px;transition:opacity .2s}.footer-link:hover{opacity:.8}.footer-link-bold{font-weight:700}.footer-divider{width:1320px;height:1px;background:var(--gray-800);opacity:.2}.footer-bottom{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.footer-social{display:flex;align-items:center;gap:25px}.footer-social svg{max-width:560px;height:auto}.footer-copyright{color:var(--gray-800);font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:28px}@media(max-width:1400px){.footer-container{width:100%;padding:0 40px}.footer-divider{width:100%}}@media(max-width:1024px){.footer-top,.footer-bottom,.footer-nav{gap:24px}}@media(max-width:768px){.footer{padding:48px 0;gap:32px}.footer-container{width:100%;padding:0 20px;gap:32px}.footer-top{flex-direction:column;gap:20px;text-align:center}.footer-logo{justify-content:center}.footer-logo-image{width:36px;height:36px}.footer-logo-text{font-size:18px}.footer-nav{flex-wrap:wrap;justify-content:center;gap:16px}.footer-link{font-size:14px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-social{justify-content:center;gap:16px}.footer-copyright{font-size:14px;line-height:22px}}@media(max-width:390px){.footer-nav{gap:12px}.footer-link{font-size:13px}}
