.Navbar-module__vwoE7G__navbar{z-index:1000;width:calc(100% - 3rem);max-width:1400px;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.Navbar-module__vwoE7G__container{background:var(--white);border-radius:50px;justify-content:space-between;align-items:center;gap:2rem;padding:.75rem 1.5rem;display:flex;box-shadow:0 4px 20px #00000014}.Navbar-module__vwoE7G__logo{color:var(--text-dark);background:0 0;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.Navbar-module__vwoE7G__logo:hover{background:var(--secondary-cream)}.Navbar-module__vwoE7G__logoIcon{object-fit:contain;width:auto;height:40px}.Navbar-module__vwoE7G__logoText{white-space:nowrap}.Navbar-module__vwoE7G__navLinks{flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}[dir=rtl] .Navbar-module__vwoE7G__navLinks{flex-direction:row-reverse}.Navbar-module__vwoE7G__navLink{color:var(--text-dark);white-space:nowrap;background:0 0;border-radius:12px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.Navbar-module__vwoE7G__navLink:hover{color:var(--primary-green);background:var(--secondary-cream)}.Navbar-module__vwoE7G__rightSection{align-items:center;gap:1rem;display:flex}[dir=rtl] .Navbar-module__vwoE7G__rightSection{flex-direction:row-reverse}.Navbar-module__vwoE7G__languageSelect{color:var(--text-dark);cursor:pointer;appearance:none;background:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23171717' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right .6rem center no-repeat;border:1px solid #e0e0e0;border-radius:20px;padding:.5rem 1.75rem .5rem .75rem;font-size:.9rem;font-weight:500;transition:all .3s}.Navbar-module__vwoE7G__languageSelect:hover{background-color:var(--secondary-cream);background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23171717' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}[dir=rtl] .Navbar-module__vwoE7G__languageSelect{background-position:.6rem 50%;padding:.5rem .75rem .5rem 1.75rem}.Navbar-module__vwoE7G__btnPrimary{background:var(--primary-green);color:var(--white);white-space:nowrap;cursor:pointer;border:none;border-radius:25px;align-items:center;gap:.25rem;padding:.625rem 1.25rem .625rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.Navbar-module__vwoE7G__btnText{height:1.3em;display:inline-block;position:relative;overflow:hidden}.Navbar-module__vwoE7G__btnTextInner{flex-direction:column;transition:transform .3s;display:flex}.Navbar-module__vwoE7G__btnTextInner span{height:1.3em;line-height:1.3em;display:block}.Navbar-module__vwoE7G__btnPrimary:hover .Navbar-module__vwoE7G__btnTextInner{transform:translateY(-1.3em)}.Navbar-module__vwoE7G__btnPrimary svg{flex-shrink:0;transition:transform .2s}[dir=rtl] .Navbar-module__vwoE7G__btnPrimary{padding:.625rem 1.5rem .625rem 1.25rem}[dir=rtl] .Navbar-module__vwoE7G__btnPrimary svg{transform:scaleX(-1)}.Navbar-module__vwoE7G__btnPrimary:hover{background:#1d5f1a;transform:translateY(-2px);box-shadow:0 4px 12px #2474224d}.Navbar-module__vwoE7G__mobileMenuBtn{color:var(--text-dark);background:0 0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:none}.Navbar-module__vwoE7G__mobileMenuBtn:hover{background:var(--secondary-cream)}.Navbar-module__vwoE7G__mobileMenu{background:var(--white);z-index:999;border-radius:24px;max-height:calc(100vh - 7rem);display:none;position:fixed;top:5rem;left:1.5rem;right:1.5rem;overflow-y:auto;box-shadow:0 8px 32px #0000001f}.Navbar-module__vwoE7G__mobileMenuContent{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.Navbar-module__vwoE7G__mobileNavLink{color:var(--text-dark);text-align:left;border-radius:12px;padding:1rem;font-size:1.125rem;font-weight:500;transition:all .3s}.Navbar-module__vwoE7G__mobileNavLink:hover,.Navbar-module__vwoE7G__mobileNavLink:active{background:var(--secondary-cream);color:var(--primary-green)}.Navbar-module__vwoE7G__mobileMenuDivider{background:#e0e0e0;height:1px;margin:1rem 0}.Navbar-module__vwoE7G__mobileLanguageSelect{background:var(--secondary-cream);color:var(--text-dark);border:none;border-radius:12px;width:100%;margin-bottom:.5rem;padding:1rem;font-size:1rem;font-weight:500}.Navbar-module__vwoE7G__mobileBtnPrimary{background:var(--primary-green);color:var(--white);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.25rem;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.Navbar-module__vwoE7G__mobileBtnPrimary svg{flex-shrink:0;transition:transform .2s}[dir=rtl] .Navbar-module__vwoE7G__mobileBtnPrimary svg{transform:scaleX(-1)}.Navbar-module__vwoE7G__mobileBtnPrimary:active{background:#1d5f1a;transform:scale(.98)}@media (max-width:1024px){.Navbar-module__vwoE7G__navLinks{gap:1.5rem}.Navbar-module__vwoE7G__navLink{font-size:.85rem}.Navbar-module__vwoE7G__btnPrimary{padding:.6rem 1.15rem .6rem 1.25rem;font-size:.85rem}}@media (max-width:768px){.Navbar-module__vwoE7G__navbar{width:calc(100% - 1.5rem);top:.75rem}.Navbar-module__vwoE7G__container{padding:.875rem 1rem}.Navbar-module__vwoE7G__logo{font-size:1rem}.Navbar-module__vwoE7G__logoIcon{width:auto;height:36px}.Navbar-module__vwoE7G__navLinks,.Navbar-module__vwoE7G__rightSection{display:none}.Navbar-module__vwoE7G__mobileMenuBtn{display:flex}.Navbar-module__vwoE7G__mobileMenu{display:block}}@media (max-width:480px){.Navbar-module__vwoE7G__navbar{width:calc(100% - 1rem)}.Navbar-module__vwoE7G__container{padding:.75rem .875rem}.Navbar-module__vwoE7G__logo{font-size:.95rem}.Navbar-module__vwoE7G__logoIcon{width:auto;height:32px}.Navbar-module__vwoE7G__mobileMenu{top:4.5rem;left:.5rem;right:.5rem}.Navbar-module__vwoE7G__mobileMenuContent{padding:1.25rem}.Navbar-module__vwoE7G__mobileNavLink{padding:.875rem;font-size:1.05rem}}
.Footer-module__1I15rq__footer{background:var(--secondary-cream);color:var(--text-dark);margin-top:6rem;padding:5rem 0 2rem}.Footer-module__1I15rq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__1I15rq__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__1I15rq__column{flex-direction:column;gap:1rem;display:flex}.Footer-module__1I15rq__logoContainer{margin-bottom:1.5rem;display:block}.Footer-module__1I15rq__footerLogo{object-fit:contain;filter:none;width:180px;max-width:100%;height:auto}.Footer-module__1I15rq__columnTitle{color:var(--text-dark);margin:0 0 1.5rem;font-size:1.15rem;font-weight:700}.Footer-module__1I15rq__description{color:var(--text-light);max-width:350px;font-size:.95rem;line-height:1.8}.Footer-module__1I15rq__linkList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__1I15rq__link{color:var(--text-dark);width:fit-content;font-size:.95rem;transition:all .2s;position:relative}.Footer-module__1I15rq__link:hover{color:var(--primary-green);padding-left:8px}.Footer-module__1I15rq__contactInfo{color:var(--text-dark);font-size:.95rem;line-height:1.8}.Footer-module__1I15rq__bottom{border-top:1px solid #0000001a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2.5rem;display:flex}.Footer-module__1I15rq__copyright{color:var(--text-light);font-size:.9rem}.Footer-module__1I15rq__bottomLinks{align-items:center;gap:2.5rem;display:flex}.Footer-module__1I15rq__bottomLink{color:var(--text-light);font-size:.9rem;transition:all .2s}.Footer-module__1I15rq__bottomLink:hover{color:var(--primary-green)}@media (max-width:1024px){.Footer-module__1I15rq__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:768px){.Footer-module__1I15rq__footer{padding:4rem 0 2rem}.Footer-module__1I15rq__container{padding:0 1.5rem}.Footer-module__1I15rq__grid{grid-template-columns:1fr;gap:3rem}.Footer-module__1I15rq__bottom{text-align:center;flex-direction:column;gap:1rem}.Footer-module__1I15rq__bottomLinks{flex-direction:column;gap:.75rem}.Footer-module__1I15rq__link:hover{padding-left:0}}
.HeroSection-module__-D7TYW__hero{background:#1a4d3e;border-radius:32px;min-height:600px;margin:7.5rem 1.5rem 0;padding:0;position:relative;overflow:hidden}.HeroSection-module__-D7TYW__heroInner{align-items:center;max-width:1400px;min-height:600px;margin:0 auto;padding:5rem 4rem;display:flex}.HeroSection-module__-D7TYW__content{z-index:3;flex-direction:column;gap:1.75rem;max-width:520px;display:flex;position:relative}[dir=rtl] .HeroSection-module__-D7TYW__content{margin-left:auto;margin-right:0}.HeroSection-module__-D7TYW__title{color:var(--white);margin:0;font-size:3.25rem;font-weight:600;line-height:1.2}[dir=rtl] .HeroSection-module__-D7TYW__title{text-align:right}.HeroSection-module__-D7TYW__subtitle{color:#ffffffd9;max-width:500px;margin:0;font-size:1.125rem;line-height:1.6}[dir=rtl] .HeroSection-module__-D7TYW__subtitle{text-align:right}.HeroSection-module__-D7TYW__ctaButton{color:var(--white);cursor:pointer;background:#2ecc40;border:none;border-radius:8px;align-self:flex-start;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.HeroSection-module__-D7TYW__ctaButton:hover{background:#28b038;transform:translateY(-2px)}[dir=rtl] .HeroSection-module__-D7TYW__ctaButton{align-self:flex-start}.HeroSection-module__-D7TYW__socialProof{align-items:center;gap:1rem;margin-top:1rem;display:flex}[dir=rtl] .HeroSection-module__-D7TYW__socialProof{flex-direction:row-reverse}.HeroSection-module__-D7TYW__avatars{align-items:center;display:flex}.HeroSection-module__-D7TYW__avatar{border:3px solid var(--white);background:linear-gradient(135deg,#247422,#2ecc40);border-radius:50%;width:40px;height:40px;margin-left:-12px;overflow:hidden}.HeroSection-module__-D7TYW__avatar img{object-fit:cover;width:100%;height:100%}.HeroSection-module__-D7TYW__avatar:first-child{margin-left:0}[dir=rtl] .HeroSection-module__-D7TYW__avatar{margin-left:0;margin-right:-12px}[dir=rtl] .HeroSection-module__-D7TYW__avatar:first-child{margin-right:0}.HeroSection-module__-D7TYW__proofText{color:#ffffffbf;max-width:200px;margin:0;font-size:.875rem;line-height:1.4}[dir=rtl] .HeroSection-module__-D7TYW__proofText{text-align:right}.HeroSection-module__-D7TYW__imageSection{border-radius:0 32px 32px 0;width:58%;position:absolute;top:0;bottom:0;right:0;overflow:hidden}[dir=rtl] .HeroSection-module__-D7TYW__imageSection{border-radius:32px 0 0 32px;left:0;right:auto}.HeroSection-module__-D7TYW__heroImage{object-fit:cover;object-position:center;z-index:1;width:100%!important;height:100%!important}.HeroSection-module__-D7TYW__imageGradient{z-index:2;pointer-events:none;background:linear-gradient(90deg,#1a4d3e 0%,#1a4d3ed9 25%,#1a4d3e80 50%,#1a4d3e33 75%,#0000 100%);width:250px;position:absolute;top:0;bottom:0;left:0}[dir=rtl] .HeroSection-module__-D7TYW__imageGradient{background:linear-gradient(270deg,#1a4d3e 0%,#1a4d3ed9 25%,#1a4d3e80 50%,#1a4d3e33 75%,#0000 100%);left:auto;right:0}@media (max-width:1024px){.HeroSection-module__-D7TYW__hero{min-height:500px;margin:5rem 1rem 1rem}.HeroSection-module__-D7TYW__heroInner{min-height:500px;padding:4rem 2.5rem}.HeroSection-module__-D7TYW__content{gap:1.5rem;max-width:450px}.HeroSection-module__-D7TYW__title{font-size:2.75rem}.HeroSection-module__-D7TYW__subtitle{font-size:1.05rem}.HeroSection-module__-D7TYW__imageSection{width:55%}.HeroSection-module__-D7TYW__imageGradient{width:180px}}@media (max-width:768px){.HeroSection-module__-D7TYW__hero{border-radius:24px;min-height:auto;margin:7rem 1rem 1rem}.HeroSection-module__-D7TYW__heroInner{flex-direction:column;gap:2.5rem;min-height:auto;padding:3rem 2rem}.HeroSection-module__-D7TYW__content{gap:1.5rem;max-width:100%}.HeroSection-module__-D7TYW__title{font-size:2.25rem;line-height:1.3}.HeroSection-module__-D7TYW__subtitle{max-width:100%;font-size:1.05rem;line-height:1.7}.HeroSection-module__-D7TYW__ctaButton{border-radius:12px;width:100%;padding:1.125rem 2rem;font-size:1.05rem}.HeroSection-module__-D7TYW__imageSection{border-radius:16px;order:-1;width:100%;height:280px;position:relative}.HeroSection-module__-D7TYW__imageGradient{display:none}.HeroSection-module__-D7TYW__socialProof{flex-direction:row;align-items:center;gap:1rem;margin-top:.5rem}.HeroSection-module__-D7TYW__avatars{flex-shrink:0}.HeroSection-module__-D7TYW__avatar{border-width:2px;width:36px;height:36px;margin-left:-10px}.HeroSection-module__-D7TYW__avatar:first-child{margin-left:0}.HeroSection-module__-D7TYW__proofText{max-width:100%;font-size:.8rem;line-height:1.5}}@media (max-width:480px){.HeroSection-module__-D7TYW__hero{border-radius:20px;margin:6.5rem .5rem .5rem}.HeroSection-module__-D7TYW__heroInner{gap:2rem;padding:2.5rem 1.5rem}.HeroSection-module__-D7TYW__content{gap:1.25rem}.HeroSection-module__-D7TYW__title{font-size:1.875rem;line-height:1.35}.HeroSection-module__-D7TYW__subtitle{font-size:.95rem;line-height:1.65}.HeroSection-module__-D7TYW__ctaButton{padding:1rem 1.75rem;font-size:1rem}.HeroSection-module__-D7TYW__imageSection{border-radius:12px;height:220px}.HeroSection-module__-D7TYW__socialProof{flex-direction:column;align-items:flex-start;gap:.75rem}.HeroSection-module__-D7TYW__avatar{width:32px;height:32px;margin-left:-8px}.HeroSection-module__-D7TYW__proofText{font-size:.75rem}}@media (max-width:375px){.HeroSection-module__-D7TYW__heroInner{padding:2rem 1.25rem}.HeroSection-module__-D7TYW__title{font-size:1.625rem}.HeroSection-module__-D7TYW__subtitle{font-size:.9rem}.HeroSection-module__-D7TYW__imageSection{height:200px}}
.MissionSection-module__-Qt17q__mission{background:0 0;padding:6rem 0}.MissionSection-module__-Qt17q__container{max-width:1200px;margin:0 auto;padding:0 2rem}.MissionSection-module__-Qt17q__header{text-align:center;margin-bottom:4rem}.MissionSection-module__-Qt17q__label{letter-spacing:.1em;color:var(--text-dark);text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600}.MissionSection-module__-Qt17q__title{color:var(--text-dark);margin-bottom:1.5rem;font-size:3rem;font-weight:600;line-height:1.2}.MissionSection-module__-Qt17q__highlight{color:var(--primary-green)}.MissionSection-module__-Qt17q__subtitle{color:var(--text-light);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.MissionSection-module__-Qt17q__cardsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.MissionSection-module__-Qt17q__card{background:var(--white);border-radius:24px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex}.MissionSection-module__-Qt17q__card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}.MissionSection-module__-Qt17q__cardContent{flex-direction:column;flex:1;display:flex}.MissionSection-module__-Qt17q__cardTitle{color:var(--text-dark);margin-bottom:1rem;font-size:1.75rem;font-weight:600;line-height:1.3}.MissionSection-module__-Qt17q__cardHighlight{color:var(--primary-green)}.MissionSection-module__-Qt17q__cardDescription{color:var(--text-light);flex:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}[dir=rtl] .MissionSection-module__-Qt17q__cardButton{align-self:flex-start}.MissionSection-module__-Qt17q__cardButton{color:var(--white);cursor:pointer;background:#1a4d3e;border:none;border-radius:8px;align-self:flex-start;padding:.875rem 2rem;font-size:.95rem;font-weight:600;transition:all .2s}.MissionSection-module__-Qt17q__cardButton:hover{background:#153d31;transform:translateY(-2px)}.MissionSection-module__-Qt17q__cardImageWrapper{background:linear-gradient(135deg,#f0f7f4 0%,#e8f5e9 100%);border-radius:16px;justify-content:center;align-items:center;height:240px;margin-top:2rem;display:flex;overflow:hidden}.MissionSection-module__-Qt17q__cardImage{object-fit:contain;width:100%;height:100%;padding:1.5rem}@media (max-width:1024px){.MissionSection-module__-Qt17q__title{font-size:2.5rem}.MissionSection-module__-Qt17q__cardsGrid{gap:1.5rem}.MissionSection-module__-Qt17q__card{padding:2rem}.MissionSection-module__-Qt17q__cardTitle{font-size:1.5rem}}@media (max-width:768px){.MissionSection-module__-Qt17q__mission{padding:4rem 0}.MissionSection-module__-Qt17q__container{padding:0 1.5rem}.MissionSection-module__-Qt17q__header{margin-bottom:3rem}.MissionSection-module__-Qt17q__title{font-size:2rem}.MissionSection-module__-Qt17q__subtitle{font-size:1rem}.MissionSection-module__-Qt17q__cardsGrid{grid-template-columns:1fr;gap:1.5rem}.MissionSection-module__-Qt17q__card{padding:2rem}.MissionSection-module__-Qt17q__cardTitle{font-size:1.5rem}.MissionSection-module__-Qt17q__cardImageWrapper{height:200px}}@media (max-width:480px){.MissionSection-module__-Qt17q__mission{padding:3rem 0}.MissionSection-module__-Qt17q__container{padding:0 1rem}.MissionSection-module__-Qt17q__title{font-size:1.75rem}.MissionSection-module__-Qt17q__card{padding:1.5rem}.MissionSection-module__-Qt17q__cardTitle{font-size:1.25rem}.MissionSection-module__-Qt17q__cardDescription{font-size:.95rem}}
.HowItWorksSection-module__ra6bkG__howItWorks{background:#f8faf9;padding:6rem 0}.HowItWorksSection-module__ra6bkG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.HowItWorksSection-module__ra6bkG__header{text-align:center;margin-bottom:4rem}.HowItWorksSection-module__ra6bkG__label{letter-spacing:.1em;color:var(--text-dark);text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600}.HowItWorksSection-module__ra6bkG__title{color:var(--text-dark);margin-bottom:1.5rem;font-size:3rem;font-weight:600;line-height:1.2}.HowItWorksSection-module__ra6bkG__highlight{color:var(--primary-green)}.HowItWorksSection-module__ra6bkG__subtitle{color:var(--text-light);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.HowItWorksSection-module__ra6bkG__stepsContainer{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.HowItWorksSection-module__ra6bkG__step{background:var(--white);border:1px solid silver;border-radius:16px;flex-direction:column;min-height:100%;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative}.HowItWorksSection-module__ra6bkG__step:hover{border-color:var(--primary-green);transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.HowItWorksSection-module__ra6bkG__stepHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.HowItWorksSection-module__ra6bkG__stepTitle{color:var(--text-dark);flex:1;font-size:1.5rem;font-weight:600;line-height:1.3}.HowItWorksSection-module__ra6bkG__stepBadge{color:var(--text-dark);letter-spacing:.05em;white-space:nowrap;background:#e8f5e9;border-radius:20px;flex-shrink:0;padding:.375rem .875rem;font-size:.75rem;font-weight:600}.HowItWorksSection-module__ra6bkG__stepDescription{color:var(--text-light);flex:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.HowItWorksSection-module__ra6bkG__arrow{color:var(--text-dark);opacity:.6;margin-top:auto;transition:all .3s}.HowItWorksSection-module__ra6bkG__ctaButtonContainer{justify-content:center;margin-top:3rem;display:flex}.HowItWorksSection-module__ra6bkG__ctaButton{background:var(--primary-green);color:var(--white);cursor:pointer;border:none;border-radius:30px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #24742233}.HowItWorksSection-module__ra6bkG__ctaButton:hover{background:#1d5f1a;transform:translateY(-2px);box-shadow:0 6px 20px #2474224d}.HowItWorksSection-module__ra6bkG__mapSection{background:var(--white);width:100%;margin-top:6rem;padding:6rem 0}.HowItWorksSection-module__ra6bkG__mapContent{max-width:1400px;margin:0 auto;padding:0 2rem}.HowItWorksSection-module__ra6bkG__mapHeader{text-align:center;margin-bottom:4rem}.HowItWorksSection-module__ra6bkG__mapLabel{letter-spacing:.1em;color:var(--text-dark);text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600}.HowItWorksSection-module__ra6bkG__mapTitle{color:var(--text-dark);margin-bottom:1.5rem;font-size:3rem;font-weight:600;line-height:1.2}.HowItWorksSection-module__ra6bkG__mapHighlight{color:var(--primary-green)}.HowItWorksSection-module__ra6bkG__mapSubtitle{color:var(--text-light);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.HowItWorksSection-module__ra6bkG__mapContainer{width:100%;max-width:800px;margin:0 auto;position:relative}.HowItWorksSection-module__ra6bkG__infoCards{justify-content:space-around;align-items:flex-start;gap:2.5rem;max-width:1400px;margin:-30px auto 0;padding:0 4rem;display:flex;position:relative}.HowItWorksSection-module__ra6bkG__infoCard{background:var(--white);border:2px solid var(--secondary-cream);border-radius:16px;flex:1;max-width:320px;padding:1.25rem 1.5rem;transition:all .3s;box-shadow:0 4px 16px #00000014}.HowItWorksSection-module__ra6bkG__infoCard:first-child{transform:translateY(-20px)translate(-30px)}.HowItWorksSection-module__ra6bkG__infoCard:nth-child(2){transform:translateY(20px)}.HowItWorksSection-module__ra6bkG__infoCard:nth-child(3){transform:translateY(-15px)translate(30px)}.HowItWorksSection-module__ra6bkG__infoCard:hover{border-color:var(--primary-green);transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}.HowItWorksSection-module__ra6bkG__cardHeader{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.HowItWorksSection-module__ra6bkG__cardIcon{color:var(--primary-green);flex-shrink:0;transition:all .3s}.HowItWorksSection-module__ra6bkG__infoCard:hover .HowItWorksSection-module__ra6bkG__cardIcon{transform:scale(1.1)rotate(5deg)}.HowItWorksSection-module__ra6bkG__cardTitle{color:var(--text-dark);margin:0;font-size:1rem;font-weight:600;line-height:1.3}.HowItWorksSection-module__ra6bkG__cardDescription{color:var(--text-light);margin:0;padding-left:2rem;font-size:.875rem;line-height:1.5}.HowItWorksSection-module__ra6bkG__mapImage{width:100%;height:auto;display:block}.HowItWorksSection-module__ra6bkG__marker{pointer-events:none;position:absolute;transform:translate(-50%,-50%)}.HowItWorksSection-module__ra6bkG__markerDot{background:var(--primary-green);z-index:2;border-radius:50%;width:12px;height:12px;position:relative;box-shadow:0 0 8px #24742299}.HowItWorksSection-module__ra6bkG__markerPulse{background:var(--primary-green);z-index:1;border-radius:50%;width:12px;height:12px;animation:2s ease-out infinite HowItWorksSection-module__ra6bkG__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes HowItWorksSection-module__ra6bkG__pulse{0%{opacity:1;width:12px;height:12px}to{opacity:0;width:60px;height:60px}}.HowItWorksSection-module__ra6bkG__step:hover .HowItWorksSection-module__ra6bkG__arrow{opacity:1;transform:translate(4px)}[dir=rtl] .HowItWorksSection-module__ra6bkG__arrow svg{transform:scaleX(-1)}[dir=rtl] .HowItWorksSection-module__ra6bkG__step:hover .HowItWorksSection-module__ra6bkG__arrow{transform:translate(-4px)scaleX(-1)}@media (max-width:1024px){.HowItWorksSection-module__ra6bkG__title{font-size:2.5rem}.HowItWorksSection-module__ra6bkG__stepsContainer{gap:1.5rem}.HowItWorksSection-module__ra6bkG__step{padding:2rem 1.75rem}.HowItWorksSection-module__ra6bkG__stepTitle{font-size:1.25rem}}@media (max-width:768px){.HowItWorksSection-module__ra6bkG__howItWorks{padding:4rem 0}.HowItWorksSection-module__ra6bkG__container{padding:0 1.5rem}.HowItWorksSection-module__ra6bkG__header{margin-bottom:3rem}.HowItWorksSection-module__ra6bkG__title{font-size:2rem}.HowItWorksSection-module__ra6bkG__subtitle{font-size:1rem}.HowItWorksSection-module__ra6bkG__stepsContainer{grid-template-columns:1fr;gap:1.5rem}.HowItWorksSection-module__ra6bkG__step{padding:2rem}.HowItWorksSection-module__ra6bkG__mapSection{margin-top:4rem;padding:4rem 0}.HowItWorksSection-module__ra6bkG__mapContent{padding:0 1.5rem}.HowItWorksSection-module__ra6bkG__mapHeader{margin-bottom:3rem}.HowItWorksSection-module__ra6bkG__mapTitle{font-size:2rem}.HowItWorksSection-module__ra6bkG__mapSubtitle{font-size:1rem}.HowItWorksSection-module__ra6bkG__infoCards{flex-direction:column;align-items:stretch;gap:1.5rem;margin-top:2rem;padding:0 1.5rem}.HowItWorksSection-module__ra6bkG__infoCard{max-width:100%}.HowItWorksSection-module__ra6bkG__infoCard:first-child,.HowItWorksSection-module__ra6bkG__infoCard:nth-child(2),.HowItWorksSection-module__ra6bkG__infoCard:nth-child(3){transform:translateY(0)translate(0)}.HowItWorksSection-module__ra6bkG__cardDescription{padding-left:2rem}}@media (max-width:480px){.HowItWorksSection-module__ra6bkG__howItWorks{padding:3rem 0}.HowItWorksSection-module__ra6bkG__container{padding:0 1rem}.HowItWorksSection-module__ra6bkG__title{font-size:1.75rem}.HowItWorksSection-module__ra6bkG__step{padding:1.75rem 1.5rem}.HowItWorksSection-module__ra6bkG__stepTitle{font-size:1.25rem}.HowItWorksSection-module__ra6bkG__stepDescription{font-size:.95rem}.HowItWorksSection-module__ra6bkG__mapSection{margin-top:3rem;padding:3rem 0}.HowItWorksSection-module__ra6bkG__mapContent{padding:0 1rem}.HowItWorksSection-module__ra6bkG__mapHeader{margin-bottom:2.5rem}.HowItWorksSection-module__ra6bkG__mapTitle{font-size:1.75rem}.HowItWorksSection-module__ra6bkG__mapSubtitle{font-size:.95rem}.HowItWorksSection-module__ra6bkG__infoCard{padding:1rem 1.25rem}.HowItWorksSection-module__ra6bkG__cardTitle{font-size:.95rem}.HowItWorksSection-module__ra6bkG__cardDescription{padding-left:2rem;font-size:.85rem}.HowItWorksSection-module__ra6bkG__markerDot,.HowItWorksSection-module__ra6bkG__markerPulse{width:10px;height:10px}@keyframes HowItWorksSection-module__ra6bkG__pulse{0%{opacity:1;width:10px;height:10px}to{opacity:0;width:45px;height:45px}}}
.TestimonialsSection-module__oEUo4W__testimonials{background:var(--white);padding:6rem 0}.TestimonialsSection-module__oEUo4W__container{max-width:1200px;margin:0 auto;padding:0 2rem}.TestimonialsSection-module__oEUo4W__content{text-align:center}.TestimonialsSection-module__oEUo4W__title{color:var(--primary-green);margin-bottom:1rem;font-size:3rem}.TestimonialsSection-module__oEUo4W__subtitle{color:var(--text-light);font-size:1.3rem}@media (max-width:768px){.TestimonialsSection-module__oEUo4W__testimonials{padding:4rem 0}.TestimonialsSection-module__oEUo4W__title{font-size:2rem}.TestimonialsSection-module__oEUo4W__subtitle{font-size:1.1rem}}
.CTASection-module__ODXnYW__cta{background:linear-gradient(135deg,var(--primary-green)0%,#1d5f1a 100%);padding:6rem 0}.CTASection-module__ODXnYW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.CTASection-module__ODXnYW__content{text-align:center}.CTASection-module__ODXnYW__title{color:var(--white);margin-bottom:1rem;font-size:3rem}.CTASection-module__ODXnYW__subtitle{color:var(--secondary-cream);font-size:1.3rem}@media (max-width:768px){.CTASection-module__ODXnYW__cta{padding:4rem 0}.CTASection-module__ODXnYW__title{font-size:2rem}.CTASection-module__ODXnYW__subtitle{font-size:1.1rem}}
.page-module___8aEwW__main{background:#efeee7}
.testing-module__Ylz3rW__main{min-height:100vh}.testing-module__Ylz3rW__header{background:var(--primary-green);color:var(--white);text-align:center;padding:3rem 2rem}.testing-module__Ylz3rW__title{margin-bottom:1rem;font-size:2.5rem}.testing-module__Ylz3rW__description{opacity:.9;max-width:700px;margin:0 auto;font-size:1.2rem}.testing-module__Ylz3rW__testSection{background:var(--white);padding:4rem 0}.testing-module__Ylz3rW__altBackground{background:var(--secondary-cream)}.testing-module__Ylz3rW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.testing-module__Ylz3rW__sectionTitle{color:var(--primary-green);text-align:center;margin-bottom:1.5rem;font-size:2rem}.testing-module__Ylz3rW__sectionText{color:var(--text-light);text-align:center;max-width:600px;margin:0 auto;font-size:1.1rem}.testing-module__Ylz3rW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.testing-module__Ylz3rW__card{background:var(--white);border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #00000014}.testing-module__Ylz3rW__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.testing-module__Ylz3rW__cardTitle{color:var(--primary-green);margin-bottom:1rem;font-size:1.5rem}.testing-module__Ylz3rW__cardText{color:var(--text-light);line-height:1.6}.testing-module__Ylz3rW__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.testing-module__Ylz3rW__btnPrimary{background:var(--primary-green);color:var(--white);border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.testing-module__Ylz3rW__btnPrimary:hover{background:#1d5f1a;transform:translateY(-2px);box-shadow:0 6px 16px #2474224d}.testing-module__Ylz3rW__btnSecondary{background:var(--secondary-cream);color:var(--primary-green);border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.testing-module__Ylz3rW__btnSecondary:hover{background:#e5e4dc;transform:translateY(-2px)}.testing-module__Ylz3rW__btnOutline{color:var(--primary-green);border:2px solid var(--primary-green);background:0 0;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.testing-module__Ylz3rW__btnOutline:hover{background:var(--primary-green);color:var(--white)}.testing-module__Ylz3rW__heroTest{background:linear-gradient(135deg,var(--secondary-cream)0%,var(--white)100%);padding:6rem 0}.testing-module__Ylz3rW__heroContent{text-align:center}.testing-module__Ylz3rW__heroTitle{color:var(--primary-green);margin-bottom:1rem;font-size:3.5rem}.testing-module__Ylz3rW__heroSubtitle{color:var(--text-light);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.3rem}@media (max-width:768px){.testing-module__Ylz3rW__header{padding:2rem 1rem}.testing-module__Ylz3rW__title{font-size:1.8rem}.testing-module__Ylz3rW__description{font-size:1rem}.testing-module__Ylz3rW__testSection{padding:3rem 0}.testing-module__Ylz3rW__sectionTitle{font-size:1.5rem}.testing-module__Ylz3rW__grid{grid-template-columns:1fr}.testing-module__Ylz3rW__heroTitle{font-size:2.5rem}.testing-module__Ylz3rW__heroSubtitle{font-size:1.1rem}.testing-module__Ylz3rW__buttonGroup{flex-direction:column;align-items:stretch}.testing-module__Ylz3rW__btnPrimary,.testing-module__Ylz3rW__btnSecondary,.testing-module__Ylz3rW__btnOutline{width:100%}}
