@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes buttonHover{0%{transform:translateY(0)}to{transform:translateY(-2px)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-delay-1{animation-delay:.2s}.animate-delay-2{animation-delay:.4s}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--fadeInUp:fadeInUp;--buttonHover:buttonHover}.Logo_logoWrapper__1ULQh{align-items:center;display:flex;gap:6px;text-decoration:none}.Logo_logoImage__gdhIp{height:44px;width:44px}.Logo_logoText__dHG08{color:#000;font:400 24px Inter,sans-serif}.Button_button__iEiBG{border:none;border-radius:9999px;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-weight:600;text-decoration:none}.Button_primary__VIPCG{background-color:#00532f;color:#fff;font-size:24px;padding:15px 70px;transition:all .3s ease}.Button_primary__VIPCG:hover{box-shadow:0 4px 15px #00532f4d;transform:translateY(-2px)}.Button_secondary__zlSfz{background-color:#00532f;color:#fff;font-size:16px;padding:10px 28px}@media (max-width:640px){.Button_primary__VIPCG{font-size:20px;margin:0 auto;padding:15px 20px;width:75%}.Button_secondary__zlSfz{font-size:14px}}.Navigation_navigation__EWQQJ{align-items:center;display:flex;gap:20px}.Navigation_navLink__b6Mug{color:#000;font:500 16px Inter,sans-serif;text-decoration:none}.Navigation_mobileMenu__FHbJw{align-items:center;display:none;height:44px;justify-content:flex-end;position:relative}.Navigation_hamburger__xd5dU{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:32px;height:100%;padding:6px 15px}.Navigation_dropdown__d9lZE{background:#fff;border:1px solid #0000001a;border-radius:4px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;gap:10px;min-width:150px;opacity:0;padding:10px;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;z-index:1000}.Navigation_dropdownOpen__MdPos{opacity:1;transform:translateY(0)}@media (max-width:640px){.Navigation_navigation__EWQQJ{display:none}.Navigation_mobileMenu__FHbJw{display:flex}}.ElytraLanding_container__XwBtG{background-color:#fff;display:flex;flex-direction:column;min-height:100vh;width:100%}.ElytraLanding_header__HAuVY{align-items:center;display:flex;justify-content:space-between;padding:0 5px 5px}.ElytraLanding_mainContent__\+372k{margin:145px auto 0;max-width:1309px;padding:0 40px;text-align:center}.ElytraLanding_heroTitle__owRc0{animation:var(--fadeInUp) .8s ease-out forwards;color:#000;font:700 110px/120px Inter,sans-serif;margin-bottom:80px;margin-top:0;opacity:0}.ElytraLanding_heroText__Vrgy-{animation:var(--fadeInUp) .8s ease-out .3s forwards;color:#000;font:300 36px Inter,sans-serif;margin:80px auto;max-width:1000px;opacity:0}.ElytraLanding_heroTextBold__F2h1b{font-weight:700}@media (max-width:991px){.ElytraLanding_heroTitle__owRc0{font-size:70px;line-height:90px;margin-bottom:50px;margin-top:0}.ElytraLanding_heroText__Vrgy-{font-size:30px}}@media (max-width:640px){.ElytraLanding_header__HAuVY{padding:20px}.ElytraLanding_mainContent__\+372k{margin-top:60px;padding:0 20px}.ElytraLanding_heroTitle__owRc0{font-size:50px;line-height:45px;margin-bottom:60px;text-align:center}.ElytraLanding_heroText__Vrgy-{font-size:25px;margin-top:60px;text-align:center}}.ElytraLanding_footer__e6Mpk{color:#666;font:400 14px Inter,sans-serif;margin-top:auto;padding:20px;text-align:center}.FormPage_formContainer__-dRRk{animation:var(--fadeInUp) .6s ease-out forwards;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;font-family:Inter,sans-serif;margin:50px auto;max-width:600px;opacity:0;padding:40px}.FormPage_formTitle__qG-zp{animation:var(--fadeInUp) .6s ease-out .2s forwards;color:#00532f;font:700 50px Inter,sans-serif;margin-bottom:40px;margin-top:0;opacity:0;text-align:center}@media (max-width:768px){.FormPage_formTitle__qG-zp{font-size:36px;margin-bottom:30px}}.FormPage_form__gDoTn{display:flex;flex-direction:column;gap:30px}.FormPage_formGroup__lS1BO{display:flex;flex-direction:column;gap:12px}.FormPage_label__NPbdy{color:#333;display:flex;flex-direction:column;font:500 16px Inter,sans-serif;gap:8px;margin-bottom:8px}.FormPage_input__L\+jqy,.FormPage_textarea__SAG\+a{border:1px solid #ddd;border-radius:4px;font-size:16px;padding:14px 18px;transition:border-color .3s ease}.FormPage_input__L\+jqy:focus,.FormPage_textarea__SAG\+a:focus{border-color:#00532f;box-shadow:0 0 0 2px #00532f1a;outline:none}.FormPage_textarea__SAG\+a{height:120px;resize:vertical}.FormPage_submitButton__bHciY{animation:var(--buttonHover) .3s ease-out forwards;background-color:#00532f;border:none;border-radius:9999px;color:#fff;cursor:pointer;font:600 16px Inter,sans-serif;margin-top:20px;padding:16px 32px;transform:translateY(0);transition:all .3s ease}.FormPage_submitButton__bHciY:hover{animation:var(--buttonHover) .3s ease-out forwards;background-color:#003d24}.FormPage_container__wnyEO{background-color:#fff;min-height:100vh;width:100%}.FormPage_header__xZgg2{align-items:center;display:flex;justify-content:space-between;padding:0 5px 5px}.JoinUsPage_container__ToxhU{background-color:#fff;min-height:100vh;width:100%}.JoinUsPage_header__oyAlW{align-items:center;display:flex;justify-content:space-between;padding:0 5px 5px}.JoinUsPage_content__M8PEb{margin:0 auto;max-width:1200px;padding:80px 20px}.JoinUsPage_title__m8eGx{color:#000;font:700 50px Inter,sans-serif;margin-bottom:40px;text-align:center}.JoinUsPage_subtitle__vICV0{color:#333;font:400 24px Inter,sans-serif;margin-bottom:60px;text-align:center}.JoinUsPage_jobItem__TvMjr{animation:var(--fadeInUp) .4s ease-out forwards;background:#fff;border:1px solid #0000001a;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;opacity:0;padding:20px}.JoinUsPage_jobHeader__g6\+s8{align-items:center;cursor:pointer;display:flex;justify-content:space-between;transition:all .3s ease}.JoinUsPage_jobHeader__g6\+s8:hover{opacity:.9}.JoinUsPage_jobTitle__3p0zJ{color:#00532f;font:700 24px Inter,sans-serif;margin:0 0 8px}.JoinUsPage_jobLocation__H\+kA\+{color:#666;font:400 16px Inter,sans-serif;margin:0}.JoinUsPage_toggleIcon__sxl7k{color:#00532f;font-size:24px}.JoinUsPage_detailsSection__YtkTT{animation:var(--fadeInUp) .3s ease-out;border-top:1px solid #0000000d;margin-top:20px;padding-top:20px}.JoinUsPage_detailsContent__1IMts{display:flex;gap:40px;margin:20px 0}.JoinUsPage_sectionTitle__U-lyN{color:#00532f;font:600 18px Inter,sans-serif;margin-bottom:15px}.JoinUsPage_list__ywbYb{margin:0;padding-left:20px}.JoinUsPage_listItem__Nwh1v{color:#333;font:400 16px Inter,sans-serif;margin-bottom:8px}@media (max-width:991px){.JoinUsPage_title__m8eGx{font-size:42px}.JoinUsPage_subtitle__vICV0{font-size:20px}}@media (max-width:640px){.JoinUsPage_header__oyAlW{padding:20px}.JoinUsPage_content__M8PEb{padding:40px 15px}.JoinUsPage_title__m8eGx{font-size:32px;text-align:left}.JoinUsPage_subtitle__vICV0{font-size:18px;text-align:left}.JoinUsPage_detailsContent__1IMts{flex-direction:column;gap:20px}.JoinUsPage_jobTitle__3p0zJ{font-size:20px}}.AboutPage_container__VIlia{background-color:#fff;min-height:100vh;width:100%}.AboutPage_header__hz\+r-{align-items:center;display:flex;justify-content:space-between;padding:0 5px 5px}.AboutPage_content__CCnQ7{margin:0 auto;max-width:1200px;padding:80px 20px}.AboutPage_heroSection__P4dZ9{animation:var(--fadeInUp) .6s ease-out forwards;margin-bottom:100px;text-align:center}.AboutPage_heroTitle__76KW9{color:#000;font:700 50px Inter,sans-serif;margin-bottom:30px}.AboutPage_heroText__LEbh-{color:#666;font:400 20px/1.6 Inter,sans-serif;margin:0 auto;max-width:800px}.AboutPage_sectionTitle__ccuND{color:#00532f;font:700 36px Inter,sans-serif;margin-bottom:60px;text-align:center}.AboutPage_foundersGrid__rJlpu{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:100px}.AboutPage_founderCard__aYQvH{background:#f8f8f8;border-radius:12px;padding:30px;text-align:center}.AboutPage_founderImage__DCUGF{border-radius:50%;height:200px;margin:0 auto 20px;object-fit:cover;width:200px}.AboutPage_founderTitle__iskFS{color:#00532f;font:600 16px Inter,sans-serif;margin:10px 0}.AboutPage_founderBio__XRjpG{color:#666;font:400 15px/1.5 Inter,sans-serif}.AboutPage_backersGrid__P0aQ0{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:60px 0}.AboutPage_backerLogo__TmG1R{height:50px;opacity:.8;transition:opacity .3s ease;width:auto}.AboutPage_backerLogo__TmG1R:hover{opacity:1}.AboutPage_ctaButton__XnEdo{display:block;margin:40px auto 0;width:-webkit-fit-content;width:fit-content}.AboutPage_largerLogo__MaYsF{height:70px}.AboutPage_evenLargerLogo__IivZb{height:100px}@media (max-width:768px){.AboutPage_heroTitle__76KW9{font-size:36px}.AboutPage_heroText__LEbh-{font-size:18px}.AboutPage_foundersGrid__rJlpu{grid-template-columns:1fr}}.EmbeddedDocPage_container__EIFw9{background-color:#fff;min-height:100vh;width:100%}.EmbeddedDocPage_header__585Fi{align-items:center;display:flex;justify-content:space-between;padding:0 5px 5px}.EmbeddedDocPage_content__lMqnF{margin:0 auto;max-width:1200px;padding:40px 20px}.EmbeddedDocPage_embedContainer__vUr16{align-items:center;display:flex;justify-content:center;margin:20px 0}@media (max-width:991px){.EmbeddedDocPage_embedContainer__vUr16 iframe{height:500px;width:100%}}
/*# sourceMappingURL=main.c826979f.css.map*/