@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--green:#0e6b4d;--green-soft:#1b8a5a;--orange:#f28c28;--orange-dark:#d97516;--light:#f6fffb;--white:#fff;--dark:#14201d;--gray:#6c7a76;--shadow-soft:0 10px 30px #0000000d;--shadow-medium:0 15px 40px #00000014;--radius:14px}body{background:#fff;color:#14201d;color:var(--dark);font-family:Segoe UI,sans-serif}.home{overflow-x:hidden}.hero{background:linear-gradient(135deg,#f6fffb,#fff);background:linear-gradient(135deg,var(--light),#fff);justify-content:center;min-height:100vh;padding:120px 5%}.hero,.hero-inner{align-items:center;display:flex}.hero-inner{gap:80px;justify-content:space-between;max-width:1300px;width:100%}.hero-text{flex:1 1;max-width:600px}.hero-text h1{color:#0e6b4d;color:var(--green);font-size:clamp(2.6rem,4vw,3.8rem);font-weight:700;line-height:1.1;margin-bottom:24px}.hero-text p{color:#6c7a76;color:var(--gray);font-size:1.15rem;line-height:1.7;margin-bottom:35px}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px}.hero-image{display:flex;flex:1 1;justify-content:flex-end}.hero-image img{border-radius:28px;box-shadow:0 30px 80px #00000026;height:auto;max-width:580px;object-fit:cover;width:100%}.btn-primary{background:#f28c28;background:var(--orange);border:none;border-radius:14px;border-radius:var(--radius);box-shadow:0 8px 20px #f28c284d;color:#fff;cursor:pointer;font-weight:600;padding:16px 32px;transition:all .3s ease}.btn-primary:hover{background:#d97516;background:var(--orange-dark);transform:translateY(-3px)}.btn-outline{background:#0000;border:2px solid #0e6b4d;border:2px solid var(--green);border-radius:14px;border-radius:var(--radius);color:#0e6b4d;color:var(--green);font-weight:600;padding:14px 28px;transition:all .3s ease}.btn-outline:hover{background:#0e6b4d;background:var(--green);color:#fff;transform:translateY(-3px)}.section{padding:120px 10%}.light{background:#f6fffb;background:var(--light)}.container{margin:auto;max-width:1200px}.section h2{font-size:2.2rem;margin-bottom:20px;position:relative}.section h2:after{background:#f28c28;background:var(--orange);border-radius:2px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:60px}.two-col{display:flex;flex-wrap:wrap;gap:60px}.approach-steps{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:40px}.step{background:#fff;border-radius:14px;border-radius:var(--radius);box-shadow:0 10px 30px #0000000d;box-shadow:var(--shadow-soft);padding:30px;transition:.3s ease}.step span{color:#f28c28;color:var(--orange);font-size:.9rem;font-weight:700;letter-spacing:2px}.step:hover{box-shadow:0 15px 40px #00000014;box-shadow:var(--shadow-medium);transform:translateY(-6px)}.impact-emotion{background:linear-gradient(135deg,#0e6b4d,#0c5a40);color:#fff;padding:140px 10%;text-align:center}.impact-emotion h2{font-size:2.4rem;margin-bottom:60px;position:relative}.impact-emotion h2:after{background:#f28c28;background:var(--orange);border-radius:2px;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:70px}.emotion-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.emotion-grid div{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border-radius:20px;padding:40px;transition:all .3s ease}.emotion-grid div:hover{background:#ffffff26;transform:translateY(-8px)}.emotion-grid h3{color:#f28c28;color:var(--orange);font-size:2rem;margin-bottom:15px}.emotion-grid p{font-size:1.05rem;line-height:1.6}.stats-box{grid-gap:40px;background:linear-gradient(135deg,#0e6b4d,#0c5a40);border-radius:24px;box-shadow:0 25px 60px #00000026;color:#fff;display:grid;gap:40px;overflow:hidden;padding:60px;position:relative}.stats-box:before{background:radial-gradient(circle,#f28c2833,#0000 70%);content:"";height:400px;position:absolute;right:-100px;top:-100px;width:400px}.stats-box>div{border-bottom:1px solid #ffffff26;padding:20px 0;position:relative;z-index:2}.stats-box>div:last-child{border-bottom:none}.stats-box h3{color:#f28c28;color:var(--orange);font-size:3rem;font-weight:800;letter-spacing:-1px;margin-bottom:8px}.stats-box span{font-size:1.05rem;letter-spacing:.5px;opacity:.9}.grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:40px}.card{background:#fff;border:1px solid #00000008;border-radius:14px;border-radius:var(--radius);box-shadow:0 10px 30px #0000000d;box-shadow:var(--shadow-soft);padding:40px;transition:all .3s ease}.card:hover{box-shadow:0 15px 40px #00000014;box-shadow:var(--shadow-medium);transform:translateY(-8px)}.centered{text-align:center}.testimonial{background:#fff;border-left:6px solid #f28c28;border-left:6px solid var(--orange);border-radius:14px;border-radius:var(--radius);box-shadow:0 10px 30px #0000000d;box-shadow:var(--shadow-soft);font-size:1.2rem;font-style:italic;margin-top:60px;padding:40px}.founders{text-align:center}.founders-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:50px}.founder-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000000f;padding:35px;transition:transform .25s ease,box-shadow .25s ease}.founder-card:hover{box-shadow:0 15px 40px #00000014;transform:translateY(-6px)}.founder-image{border-radius:50%;height:110px;margin:0 auto 20px;overflow:hidden;width:110px}.founder-image img{height:100%;object-fit:cover;width:100%}.founder-info h3{font-size:20px;margin-bottom:6px}.founder-role{color:#777;display:block;font-size:14px;margin-bottom:15px}.founder-info p{color:#555;font-size:15px;line-height:1.6}.cta{background:linear-gradient(135deg,#0e6b4d,#0c5a40);background:linear-gradient(135deg,var(--green),#0c5a40);color:#fff;padding:140px 10%;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:20px}.cta .btn-primary{background:#fff;box-shadow:none;color:#0e6b4d;color:var(--green)}.cta .btn-primary:hover{background:#f28c28;background:var(--orange);color:#fff}@media (min-width:1600px){.hero-inner{max-width:1500px}.hero-image img{max-width:650px}.hero-text h1{font-size:4.2rem}}@media (max-width:1024px){.hero-inner{gap:50px}.hero-image img{max-width:480px}}@media (max-width:768px){.hero{flex-direction:column-reverse;gap:40px;padding:80px 6%;text-align:center}.hero-text{max-width:100%}.hero-text h1{font-size:2.2rem}.hero-text p{font-size:1rem}.hero-buttons,.hero-image{justify-content:center}.hero-image{width:100%}.hero-image img{border-radius:22px;max-width:100%;width:100%}}@media (min-width:900px){.stats-box{grid-template-columns:repeat(3,1fr);text-align:center}.stats-box>div{border-bottom:none;border-right:1px solid #ffffff26}.stats-box>div:last-child{border-right:none}}.footer{background-color:#fff;font-family:Open Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:-125px;max-width:100vw}.footersections{align-items:center;display:flex;justify-content:space-evenly;margin:10% 10px;padding:80px 20px 0;width:auto}.footerlogo{border-radius:30%;height:250px;margin:-40px;width:250px}.footermsg{align-items:center;display:flex;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;justify-content:center;width:200px}.footertitle{font-weight:700;margin:30px 0}.footerrows,.footertitle{font-size:small;list-style:none}.footerrows{display:flex;flex-direction:row;margin:8px 0}.footerrowsicons{margin:-5px 5px -5px -5px}.mail,.phone{color:green}.x{color:#000}.instagram{color:#f70052}.facebook{color:blue}li.footerrows a#footerrows{color:#000;font-size:small;text-decoration:none}.footer .credit{color:#000;font-size:small;margin-top:2rem;padding:2.5rem 1.5rem 1.5rem;text-align:center}.footericon{color:#1e90ff;margin:10px 10px 10px -20px}@media (max-width:1015px){.footer{margin-top:-100px}}@media (max-width:880px){.footersections{display:grid;grid-auto-rows:200px;grid-template-columns:repeat(3,1fr)}.footersection1{margin-bottom:30px}.footersection,.footersection1{display:flex;flex-direction:column}.footersection{align-items:flex-start;justify-content:flex-start}}@media (max-width:549px){.footer{margin-top:-40px}.footersections{grid-template-columns:repeat(2,1fr)}.footer{margin-top:-40px}.footersections{align-items:baseline;display:flex;flex-direction:column;justify-content:baseline;padding:0 -40px}.footerlogo{height:140px;margin:-50px -200px -10px -10px;width:140px}}@media (max-width:520px){.footer{margin-top:-35px}}.errorcontents{background-image:url(/static/media/dabelaErrorIMG.f36ed0066985e4edf656.jpg);height:auto}.error{align-items:center;display:flex;flex-direction:column;height:80vh;padding:150px 20px 0}.msg1{color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:10px 0}.msg2{color:#fff;font-family:monospace;margin-bottom:10px;padding:0 140px}button{background-color:#057d41;border-radius:10px 10px;border-width:1px;margin-top:50px;padding:10px 20px}#homepage{color:#fff;text-decoration:none}@media (max-width:680px){.msg2{padding:0 30px}}
/*# sourceMappingURL=main.3d8946b9.css.map*/