.email-input-form{width:100%}.email-input-form .email-input-container{gap:1rem;width:100%;display:flex}@media (max-width:640px){.email-input-form .email-input-container{flex-direction:column}}.email-input-form .email-input{color:#111827;background-color:#fff;border:2px solid #d1d5db;border-radius:.5rem;flex:1;min-width:0;padding:.75rem 1rem;font-size:1rem;transition:all .3s ease-in-out}.email-input-form .email-input:focus{border-color:#1f4a3c;outline:none;box-shadow:0 0 0 3px rgba(31,74,60,.1)}.email-input-form .email-input.error{background-color:#fef2f2;border-color:#ef4444}.email-input-form .email-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.email-input-form .email-input.success{background-color:#f0fdf4;border-color:#10b981;animation:.6s ease-in-out successPulse}.email-input-form .email-input.success:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.email-input-form .email-input:disabled{opacity:.6;cursor:not-allowed}.email-input-form .email-submit-button{color:#fff;white-space:nowrap;cursor:pointer;background-color:#1f4a3c;border:none;border-radius:.5rem;justify-content:center;align-items:center;min-width:140px;height:60px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s ease-in-out;display:flex}.email-input-form .email-submit-button:hover{background-color:#0a4027;transform:translateY(-2px);box-shadow:0 4px 12px rgba(31,74,60,.3)}.email-input-form .email-submit-button:active{transform:translateY(0)}.email-input-form .email-submit-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.email-input-form .email-submit-button .loading-spinner{animation:1s linear infinite spin}.email-input-form .error-message{color:#ef4444;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;margin-top:.5rem;padding:.5rem;font-size:.875rem;animation:.3s ease-out slideInDown}.email-input-form .success-message{color:#10b981;transform-origin:top;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:2px solid #10b981;border-radius:.5rem;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.875rem;animation:.5s cubic-bezier(.25,.46,.45,.94) successSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(16,185,129,.15)}.email-input-form .success-message .success-icon{font-size:1.2rem;animation:.8s cubic-bezier(.68,-.55,.265,1.55) successIconBounce}.email-input-form .success-message:after{content:"";background:linear-gradient(90deg,transparent,rgba(16,185,129,.1),transparent);width:100%;height:100%;animation:1.2s ease-out .3s textSlide;position:absolute;top:0;left:-100%}.email-input-form .success-message .success-text{animation:.8s ease-out .2s both textSlideIn}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes successSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.8)}50%{transform:translateY(5px)scale(1.05)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes successIconBounce{0%{opacity:0;transform:scale(0)rotate(-180deg)}50%{opacity:1;transform:scale(1.2)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes textSlide{0%{left:-100%}50%{left:0%}to{left:100%}}@keyframes textSlideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}
.home{background:linear-gradient(#fff,#f9fafb)}.home__hero{background-color:transparent;background-image:linear-gradient(90deg,#e3ed46 0%,#b2ba37 49.03%,rgba(129,135,40,0) 100%),url(/hero-background.png);background-position:100%;background-repeat:no-repeat;background-size:contain;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:80vh;padding:0 1rem;display:flex;position:relative}@media (max-width:767px){.home__hero{background:#e3ed46;min-height:auto;padding:2rem 1rem}.home__hero .home__hero-title{color:#0a4027;letter-spacing:-.78px;font-family:Space Grotesk;font-size:39px;font-style:normal;font-weight:700;line-height:normal}.home__hero .home__hero-description{color:#0a4027;font-family:Space Grotesk;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.home__hero .home__hero-button{font-size:18px}}@media (min-width:640px){.home__hero{padding:0 1.5rem}}@media (min-width:1024px){.home__hero{padding:75px 70px 56px}}.home__hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.2),transparent,rgba(0,0,0,.2));position:absolute;top:0;bottom:0;left:0;right:0}.home__hero-content{align-items:center;gap:3rem;margin:0 auto;display:grid;position:relative}@media (min-width:1024px){.home__hero-content{grid-template-columns:repeat(2,minmax(0,1fr))}}.home__hero-text{text-align:left}.home__hero-title{color:#0a4027;letter-spacing:-1.2px;margin-bottom:1.5rem;font-family:Space Grotesk;font-size:60px;font-style:normal;font-weight:700;line-height:normal}@media (min-width:640px){.home__hero-title{font-size:3rem}}@media (min-width:1024px){.home__hero-title{font-size:3.75rem}}.home__hero-description{color:#0a4027;margin-bottom:12px;font-family:Space Grotesk;font-size:32px;font-style:normal;font-weight:700;line-height:normal}.home__hero-form{flex-direction:column;gap:1rem;max-width:28rem;display:flex}@media (min-width:640px){.home__hero-form{flex-direction:row}}.home__hero-input{color:#111827;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(255,255,255,.9);border:1px solid #d1d5db;border-radius:.5rem;flex:1;min-width:276px;padding:.75rem 1rem;transition:all .3s ease-in-out}.home__hero-input:focus{background-color:#fff;border:3px solid #1f4a3c;border-radius:.5rem;outline:none;transform:scale(1.02);box-shadow:0 0 20px rgba(31,74,60,.3)}.home__hero-button{color:#fff;white-space:nowrap;cursor:pointer;background-color:#1f4a3c;border:none;border-radius:.5rem;justify-content:center;align-items:center;height:60px;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;transition:all .2s ease-in-out;display:flex}.home__hero-button:hover{opacity:.9}.home__hero-image-placeholder{justify-content:center;align-items:center;display:none}@media (min-width:1024px){.home__hero-image-placeholder{display:flex}}.home__hero-placeholder-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(to bottom right,rgba(34,197,94,.2),rgba(250,204,21,.2));border:1px solid rgba(255,255,255,.2);border-radius:1rem;justify-content:center;align-items:center;width:20rem;height:24rem;display:flex}.home__how-it-works{background-color:beige;padding:5rem 0}@media (max-width:767px){.home__how-it-works{padding:2rem 0}.home__how-it-works .home__how-it-works-title{color:#0a4027;letter-spacing:-.8px;font-family:Space Grotesk;font-size:40px;font-style:normal;font-weight:700;line-height:normal}.home__how-it-works .home__how-it-works-feature-title{color:#0a4027;font-family:Space Grotesk;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.home__how-it-works .home__how-it-works-feature-description{color:#0a4027;font-family:Space Grotesk;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.home__how-it-works .home__how-it-works-features{gap:2rem}}.home__how-it-works-container{margin:0 auto;padding:0 1rem}@media (min-width:640px){.home__how-it-works-container{padding:0 1.5rem}}@media (min-width:1024px){.home__how-it-works-container{padding:0 4.5rem}}.home__how-it-works-content{align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.home__how-it-works-content{grid-template-columns:repeat(2,minmax(0,1fr))}}.home__how-it-works-title{color:#1f4a3c;margin-bottom:3rem;font-size:2.25rem;font-weight:700}@media (min-width:1024px){.home__how-it-works-title{font-size:3rem}}.home__how-it-works-features{flex-direction:column;gap:2rem;display:flex}.home__how-it-works-feature{align-items:flex-start;gap:1rem;display:flex}.home__how-it-works-feature-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;margin-top:.25rem;display:flex}.home__how-it-works-feature-icon svg{color:#fff;width:1.25rem;height:1.25rem}.home__how-it-works-feature-content{flex:1}.home__how-it-works-feature-title{color:#111827;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}@media (min-width:1024px){.home__how-it-works-feature-title{font-size:1.5rem}}.home__how-it-works-feature-description{color:#374151;font-size:1.125rem}@media (min-width:1024px){.home__how-it-works-feature-description{font-size:1.125rem}}.home__how-it-works-badge-container{justify-content:center;align-items:center;display:flex}.home__how-it-works-badge{background-color:#c4d82f;border-radius:1.5rem;justify-content:center;align-items:center;width:20rem;height:20rem;transition:transform .3s ease-in-out;display:flex;transform:rotate(3deg);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.home__how-it-works-badge:hover{transform:rotate(0)}.home__how-it-works-badge-text{text-align:center;color:#000;padding:0 2rem;font-size:1.875rem;font-weight:900;line-height:1.1}@media (min-width:1024px){.home__how-it-works-badge-text{font-size:2.25rem}}.home__story{background-color:#e3ed46;padding:5rem 0}@media (max-width:767px){.home__story{padding:2rem 0}.home__story .home__story-title{color:#0a4027;letter-spacing:-.8px;font-family:Space Grotesk;font-size:40px;font-style:normal;font-weight:700;line-height:normal}.home__story .home__story-description{color:#000;font-family:Space Grotesk;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.home__story .home__story-button{justify-content:center;width:100%}.home__story .home__story-content{gap:2rem}}.home__story-container{margin:0 auto;padding:0 1rem}@media (min-width:640px){.home__story-container{padding:0 1.5rem}}@media (min-width:1024px){.home__story-container{padding:0 4.5rem}}.home__story-content{align-items:center;gap:0;display:grid}@media (min-width:1024px){.home__story-content{grid-template-columns:45% 55%;column-gap:20px}}.home__story-image-container{justify-content:center;max-width:400px;display:flex}@media (min-width:1024px){.home__story-image-container{justify-content:flex-start}}.home__story-image-card{background-color:#b9ff66;border-radius:1.5rem;justify-content:center;align-items:center;width:100%;height:auto;padding:2rem;display:flex}.home__story-image-placeholder{border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.home__story-text{text-align:left}.home__story-title{color:#111827;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700;line-height:1.1}@media (min-width:1024px){.home__story-title{font-size:2.25rem}}@media (min-width:1280px){.home__story-title{font-size:3rem}}.home__story-description{color:#1f2937;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}@media (min-width:1024px){.home__story-description{font-size:1.25rem}}.home__story-button{color:#fff;cursor:pointer;background-color:#1f4a3c;border:none;border-radius:.5rem;justify-content:center;align-items:center;height:60px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s ease-in-out;display:flex}.home__story-button:hover{opacity:.9}.home__cta{background-color:beige;padding:5rem 0}@media (max-width:767px){.home__cta{padding:2rem 0}.home__cta .home__cta-title{color:#0a4027;font-family:Space Grotesk;font-size:40px;font-style:normal;font-weight:700}.home__cta .benifits-text{color:#000;font-family:Space Grotesk;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.home__cta .benefits-list li{font-size:20px;font-style:normal;font-weight:700;line-height:24px}.home__cta .home__cta-content{grid-template-columns:1fr;grid-template-areas:"text""image""form";gap:2rem}.home__cta .home__cta-text-section{order:1;grid-area:text}.home__cta .home__cta-illustration{order:2;grid-area:image}}@media (max-width:767px) and (min-width:1024px){.home__cta .home__cta-illustration{align-self:center}}@media (max-width:767px){.home__cta .home__cta-form{order:3;grid-area:form;margin-top:1rem}}.home__cta .benefits-list li{color:#000;font-family:Space Grotesk;font-size:22px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:2px!important}.home__cta .benifits-text p{font-size:22px}.home__cta-container{margin:0 auto;padding:0 1rem}@media (min-width:640px){.home__cta-container{padding:0 1.5rem}}@media (min-width:1024px){.home__cta-container{padding:0 4.5rem}}.home__cta-content{align-items:start;gap:2rem;display:grid}@media (min-width:1024px){.home__cta-content{grid-template-columns:1fr 1fr;grid-template-areas:"text image""form.";align-items:center;gap:0 0}}.home__cta-text-section{flex-direction:column;display:flex}.home__cta-title{color:#1f4a3c;margin-bottom:2rem;font-size:2.25rem;font-weight:700;line-height:1.1}@media (min-width:1024px){.home__cta-title{font-size:3rem}}.home__cta-paragraphs{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.home__cta-paragraph{color:#1f2937;font-size:1.125rem;line-height:1.6}@media (min-width:1024px){.home__cta-paragraph{font-size:1.25rem}}.home__cta-benefits{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.home__cta-benefits-item{color:#1f2937;align-items:center;font-size:1.125rem;display:flex}@media (min-width:1024px){.home__cta-benefits-item{font-size:1.25rem}}.home__cta-benefits-item:before{content:"";background-color:#1f2937;border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;margin-right:1rem}.home__cta-call-to-action{color:#1f2937;margin-bottom:2rem;font-size:1.125rem;font-weight:600}@media (min-width:1024px){.home__cta-call-to-action{font-size:1.25rem}}.home__cta-form{flex-direction:column;gap:1rem;max-width:28rem;display:flex}@media (min-width:640px){.home__cta-form{flex-direction:row}}.home__cta-input{color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;flex:1;padding:.75rem 1rem}.home__cta-input:focus{ring:2px;ring-color:#10b981;border-color:transparent;outline:none}.home__cta-button{color:#fff;white-space:nowrap;cursor:pointer;background-color:#1f4a3c;border:none;border-radius:.5rem;justify-content:center;align-items:center;height:60px;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;transition:all .2s ease-in-out;display:flex}.home__cta-button:hover{opacity:.9}.home__cta-illustration{justify-content:center;align-items:center;display:flex}.home__cta-illustration-card{background-color:#20d4aa;border-radius:1.5rem;justify-content:center;align-items:center;width:24rem;height:20rem;padding:2rem;display:flex}.home__cta-professionals{justify-content:center;align-items:center;gap:1rem;display:flex}.home__cta-person{flex-direction:column;align-items:center;gap:.5rem;display:flex}.home__cta-person-head{border-radius:.5rem;width:3rem;height:4rem;margin-bottom:.5rem}.home__cta-person-body{border-radius:.5rem;width:2rem;height:3rem}.home__cta-person-legs{background-color:#22c55e;border-radius:.25rem;width:1.5rem;height:2rem}.home__cta-person--pink .home__cta-person-head{background-color:#f9a8d4}.home__cta-person--pink .home__cta-person-body{background-color:#f472b6}.home__cta-person--yellow .home__cta-person-head{background-color:#fde047}.home__cta-person--yellow .home__cta-person-body{background-color:#facc15}.home__cta-person--black .home__cta-person-head{background-color:#1f2937}.home__cta-person--black .home__cta-person-body{background-color:#111827}.home__cta-person--white .home__cta-person-head{background-color:#fff}.home__cta-person--white .home__cta-person-body{background-color:#f3f4f6}.home__cta-person--orange .home__cta-person-head{background-color:#fb923c}.home__cta-person--orange .home__cta-person-body{background-color:#f97316}.home__community{background-color:#e3ed46;padding:5rem 0}@media (max-width:767px){.home__community{padding:3rem 0}.home__community .home__community-title{color:#0a4027;letter-spacing:-.8px;font-family:Space Grotesk;font-size:40px;font-style:normal;font-weight:700;line-height:normal}.home__community .home__community-description{color:#000;font-family:Space Grotesk;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.home__community .home__community-input,.home__community .home__community-button{width:100%;font-size:18px}.home__community .home__community-container{text-align:left}.home__community .home__community-form{align-items:flex-start}.home__community p.mb-12{margin-bottom:1.5rem}.home__community button{font-size:18px;width:100%!important}}.home__community-container{text-align:center;margin:0 auto;padding:0 1rem}@media (min-width:640px){.home__community-container{padding:0 1.5rem}}@media (min-width:1024px){.home__community-container{padding:0 2rem}}.home__community-title{color:#1f4a3c;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}@media (min-width:1024px){.home__community-title{font-size:3rem}}.home__community-description{color:#1f2937;max-width:32rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem}@media (min-width:1024px){.home__community-description{font-size:1.25rem}}.home__community-form{flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:32rem;margin:0 auto;display:flex}@media (min-width:640px){.home__community-form{flex-direction:row}}.home__community-input{color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;flex:1;width:100%;padding:1rem 1.5rem;font-size:1.125rem}@media (min-width:640px){.home__community-input{width:auto}}.home__community-input:focus{ring:2px;ring-color:#10b981;border-color:transparent;outline:none}.home__community-button{color:#fff;white-space:nowrap;cursor:pointer;background-color:#1f4a3c;border:none;border-radius:.5rem;justify-content:center;align-items:center;height:60px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s ease-in-out;display:flex}.home__community-button:hover{opacity:.9}.home__partners{background-color:beige;padding:5rem 0}@media (max-width:767px){.home__partners{padding:2rem 0}}.home__partners-container{margin:0 auto;padding:0 1rem}@media (min-width:640px){.home__partners-container{padding:0 1.5rem}}@media (min-width:1024px){.home__partners-container{padding:0 4.5rem}}.home__partners-container .home_partners-partners-grid{gap:9rem}@media (max-width:767px){.home__partners-container .home_partners-partners-grid{gap:2rem}}.home__partners-badge{margin-bottom:4rem}.home__partners-badge-text{color:#000;background-color:#c4d82f;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:700;display:inline-block}.home__partners-content{gap:4rem;display:grid}@media (min-width:1024px){.home__partners-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}.home__partners-organization{flex-direction:column;gap:1.5rem;display:flex}.home__partners-org-header{align-items:center;gap:1rem;display:flex}.home__partners-shortlist-logo{align-items:center;gap:.5rem;display:flex}.home__partners-shortlist-logo-icon{color:#fff;background-color:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:700;display:flex}.home__partners-shortlist-logo-text{align-items:center;display:flex}.home__partners-shortlist-logo-text .shortlist{color:#22c55e;font-size:1.5rem;font-weight:700}.home__partners-shortlist-logo-text .futures{color:#6b7280;margin-left:.5rem;font-size:1.5rem;font-weight:300}.home__partners-continent-header{align-items:center;gap:1rem;display:flex}.home__partners-continent-header-icon{background-color:#22c55e;border-radius:.25rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.home__partners-continent-header-icon svg{color:#fff;width:1.5rem;height:1.5rem}.home__partners-continent-header-title{color:#111827;font-size:1.5rem;font-weight:700}.home__partners-description{color:#1f2937;font-size:1.125rem;line-height:1.6}.home__footer{background-color:#e3ed46;border-bottom-right-radius:20px;border-bottom-left-radius:20px;padding:4rem 0}@media (max-width:767px){.home__footer{padding:2rem 0}.home__footer .home__footer input[type=email],.home__footer .home__footer button{box-sizing:border-box!important;width:100%!important;min-width:100%!important;max-width:100%!important}.home__footer .home__footer .flex.flex-col,.home__footer .home__footer .flex.flex-col>*,.home__footer .home__footer .flex-shrink-0{width:100%!important}}.home__footer-container{margin:0 auto;padding:0 1rem}@media (min-width:640px){.home__footer-container{padding:0 1.5rem}}@media (min-width:1024px){.home__footer-container{padding:0 4.5rem}}.home__footer-content{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}@media (min-width:1024px){.home__footer-content{flex-direction:row;align-items:center}}.home__footer-social-section{flex:1}.home__footer-title{color:#0a4027;margin-bottom:1rem;font-size:1.875rem;font-weight:700}@media (min-width:1024px){.home__footer-title{font-size:2.25rem}}.home__footer-subtitle{color:#1f2937;margin-bottom:2rem;font-size:1.125rem}.home__footer-social-icons{gap:1rem;display:flex}.home__footer-social-icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;text-decoration:none;transition:all .2s ease-in-out;display:flex}.home__footer-social-icon:hover{background-color:#f3f4f6}.home__footer-social-icon svg{color:#1f2937;width:1.5rem;height:1.5rem}.home__footer-signup-section{flex-shrink:0}.home__footer-signup-form{flex-direction:column;gap:1rem;display:flex}@media (min-width:640px){.home__footer-signup-form{flex-direction:row}}.home__footer-signup-input{color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem 1.5rem;font-size:1.125rem}@media (min-width:640px){.home__footer-signup-input{width:20rem}}.home__footer-signup-input:focus{ring:2px;ring-color:#10b981;border-color:transparent;outline:none}.home__footer-signup-button{color:#fff;white-space:nowrap;cursor:pointer;background-color:#1f4a3c;border:none;border-radius:.5rem;justify-content:center;align-items:center;height:60px;padding:.75rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s ease-in-out;display:flex}.home__footer-signup-button:hover{opacity:.9}.home__footer-copyright{border-top:1px solid rgba(107,114,128,.2);margin-top:3rem;padding-top:2rem}.home__footer-copyright p{color:#374151;margin:0;font-size:.875rem}
