@import"https://fonts.googleapis.com/css2?family=Gloock&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500&display=swap";.nav-wrapper{width:100%;display:flex;justify-content:center;padding:6px;position:fixed;z-index:1000;background:transparent}.pill-navbar{width:100%;max-width:1300px;background:#fff6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding:2px 30px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 32px #0000001a;position:relative;animation:fadeInDown .6s ease forwards;border:1px solid rgba(255,255,255,.3)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.nav-left .nav-logo{width:97px;height:40px;object-fit:contain}.nav-center{display:flex;gap:32px;align-items:center;transition:all .3s ease}.nav-center a,.nav-center button.nav-link-btn{text-decoration:none;font-family:DM Sans,sans-serif;font-weight:500;color:#111;background:none;border:none;cursor:pointer;font-size:17px;opacity:0;animation:fadeIn .6s ease forwards;animation-delay:.3s;transition:color .3s ease}.nav-center a:focus:not(:focus-visible),.nav-center button.nav-link-btn:focus:not(:focus-visible){outline:none;box-shadow:none;border:none}.nav-center a:hover,.nav-center button.nav-link-btn:hover{color:#666}.collaborate-btn{background-color:#f9f8f3;margin-right:-26px;color:#2b742d;padding:12px 20px;border-radius:25px;border:none;cursor:pointer;font-weight:700;transition:background-color .3s ease}.collaborate-btn:hover{background-color:#b9d2b8}@keyframes fadeIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer}.hamburger .bar{width:24px;height:2px;background-color:#111;transition:all .3s ease}.bar.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 1024px){.nav-center{position:absolute;top:100%;left:0;right:0;background-color:#fff;border-radius:0 0 24px 24px;flex-direction:column;gap:20px;padding:0;display:none;text-align:center;box-shadow:0 8px 20px #0000000d;overflow:hidden;max-height:0;transition:max-height .4s ease,padding .3s ease}.nav-center.open{display:flex;padding:24px;max-height:300px}.hamburger{display:flex}.desktop-only{display:none}.mobile-btn{display:inline-block;margin-left:-20px;animation:scaleIn .6s ease forwards;animation-delay:.4s}}@media (min-width: 1025px){.mobile-btn{display:none}}.contact-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.contact-popup-container{background:#f9f8f366;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:1rem;width:100%;max-width:42rem;max-height:90vh;overflow-y:auto;position:relative;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.contact-popup-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;transition:background-color .3s ease;border-radius:50%}.contact-popup-close-btn:hover{background-color:#0000000d}.contact-popup-title{font-size:3rem;font-family:DM Sans,sans-serif;font-weight:600;margin-bottom:2rem;color:#2b742d}.contact-popup-form{display:flex;flex-direction:column;gap:1.5rem}.contact-popup-section{text-align:left}.contact-popup-section-title{font-size:1.25rem;font-family:DM Sans,sans-serif;margin-bottom:1rem;color:#f9f8f3}.contact-popup-input-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.contact-popup-input-grid{grid-template-columns:repeat(2,1fr)}}.contact-popup-input{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:.5rem;background-color:#f8f9fa;transition:border-color .3s ease}.contact-popup-input:focus{outline:none;border-color:#4a90e2}.contact-popup-option-group{display:flex;flex-wrap:wrap;gap:.75rem}.contact-popup-option-btn{padding:.5rem 1rem;border:1px solid #e0e0e0;border-radius:50px;background-color:#f8f9fa;cursor:pointer;transition:all .3s ease}.contact-popup-option-btn-selected{background-color:#16a34a;color:#fff;border-color:#16a34a}.contact-popup-submit-btn{background-color:#16a34a;color:#fff;padding:.75rem 2rem;border:none;border-radius:9999px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .3s ease;font-size:1rem;width:100%;max-width:300px}.contact-popup-submit-container{display:flex;justify-content:center;width:100%}.contact-popup-submit-btn:hover{background-color:#15803d}.contact-popup-submit-btn:hover .contact-popup-submit-icon{transform:translate(.25rem)}.footer{padding:3rem 1rem;background-color:#f8f6f2;display:flex;flex-direction:column;position:relative;align-items:center}.footer-video-card{position:relative;width:100%;max-width:1100px;height:400px;border-radius:2rem;overflow:hidden;margin-bottom:3rem}.footer-video{position:absolute;width:100%;height:100%;object-fit:cover;filter:brightness(.6);top:0;left:0;z-index:0}.footer-overlay{position:relative;z-index:1;color:#fff;padding:1.6rem 2rem;text-align:center}.footer-overlay h2{font-size:4.5rem;font-family:DM Sans,sans-serif;font-weight:400;margin-bottom:1rem;line-height:1.2}.footer-overlay span{color:#fff;font-weight:700}.footer-overlay p{font-size:20px;font-family:DM Sans,sans-serif;max-width:600px;margin:0 auto 1.5rem}.footer-overlay button{padding:.75rem 2rem;font-size:1rem;border:none;border-radius:2rem;background-color:#fffc;color:#333;cursor:pointer;transition:all .3s ease}.footer-overlay button:hover{background-color:#fff;transform:scale(1.05)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;max-width:1100px;gap:1rem;border-top:1px solid #ddd;padding-top:1.5rem}.footer-brand{display:flex;align-items:center;font-size:1.5rem;font-weight:700;gap:.5rem}.footer-brand img{height:54px}.footer-links{list-style:none;font-family:DM Sans,sans-serif;display:flex;flex-wrap:wrap;gap:1.5rem;margin:0;padding:0}.footer-links a{text-decoration:none;color:#222;font-weight:500;transition:color .3s ease}.footer-links a:hover{color:#2b7a37}.footer-icons{display:flex;gap:1rem;font-size:1.5rem}.footer-icons svg{color:#2b7a37;transition:color .3s ease;cursor:pointer}.footer-icons svg:hover{color:#000}@media (max-width: 1024px){.footer-overlay h2{font-size:3rem}.footer-overlay p{font-size:18px}.footer-video-card{height:360px}}@media (max-width: 768px){.footer-overlay h2{font-size:2rem}.footer-overlay p{font-size:16px}.footer-video-card{height:300px}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-links{justify-content:center}.footer-icons{font-size:1.3rem;justify-content:center;margin-top:20px}}@media (max-width: 480px){.footer-overlay h2{font-size:1.5rem}.footer-overlay p{font-size:14px}.footer-video-card{height:260px}.footer-overlay button{font-size:.9rem;padding:.6rem 1.5rem}.footer-brand{font-size:1.2rem}.footer-icons{font-size:1.1rem}}.hero-container{display:flex;flex-direction:column;justify-content:flex-end;height:100vh;padding:0 24px 128px;position:relative;overflow:hidden;z-index:2}@media (min-width: 768px){.hero-container{height:100vh;padding:0 80px 128px}}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;background-color:#000}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000014;z-index:1}.hero-content{transition:opacity 1s,transform 1s;opacity:0;transform:translateY(20px);z-index:10}.hero-content.visible{opacity:1;transform:translateY(0)}.title-container{display:flex;align-items:baseline;gap:6px}.hero-title{font-family:Gloock,serif;color:#f8f9f3;font-size:48px;font-weight:300;line-height:1.2;margin-top:-6px}.success-text{margin-bottom:24px}.circle-arrow-container{width:36px;height:36px;margin-top:12px;border-radius:50%;border:1.5px solid #f8f9f3;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease,border-color .3s ease;animation:pulse 3s infinite}.circle-arrow-container:hover{transform:scale(1.1);border-color:#fff}.circle-arrow-icon{width:18px;height:18px;stroke-width:2;color:#f8f9f3;transition:transform .3s ease,color .3s ease}.circle-arrow-container:hover .circle-arrow-icon{transform:translate(2px,-2px);color:#fff}@keyframes pulse{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 8px #fff0}to{box-shadow:0 0 #fff0}}.hero-subtitle{font-family:DM Sans,sans-serif;color:#fff;font-size:16px;line-height:1.5;opacity:.9;margin-top:-20px;margin-bottom:-10px;max-width:640px;transition:opacity 1s ease;transition-delay:.4s}@media (min-width: 768px){.hero-title{font-size:64px}.circle-arrow-container{width:48px;height:48px}.circle-arrow-icon{width:24px;height:24px}.hero-subtitle{font-size:18px}}@media (min-width: 1024px){.hero-title{font-size:95px;letter-spacing:8px}.circle-arrow-container{width:60px;height:60px;border-width:2px}.circle-arrow-icon{width:32px;height:32px}}@media (max-width: 480px){.hero-title{font-size:50px;letter-spacing:2px;text-align:left}.hero-subtitle{font-size:14px;text-align:left;max-width:100%;margin-bottom:3px}.circle-arrow-container{width:32px;height:32px}.circle-arrow-icon{width:16px;height:16px}.hero-container{height:100vh;padding:0 16px 96px}}@media (max-width: 375px){.hero-title{font-size:45px}.hero-subtitle{font-size:13px}.circle-arrow-container{width:28px;height:28px}.circle-arrow-icon{width:14px;height:14px}}.about-section-v2{width:100vw;min-height:100vh;background:#f9f8f3;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box;padding:0;opacity:0;transform:translateY(48px);transition:opacity .85s cubic-bezier(.5,1,.25,1),transform .85s cubic-bezier(.5,1,.25,1);font-family:'"Gloock", serif'}.about-animate-v2{opacity:1;transform:translateY(0)}.about-grid-wrapper{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;margin:-25px auto;padding:80px 24px;min-height:100vh;align-items:center}.about-col{display:flex;flex-direction:column;justify-content:flex-start}.about-title-col{padding-top:66px;padding-bottom:78px;align-items:flex-start;width:100%;max-width:none}.about-content-col{padding-top:78px;padding-bottom:54px;align-items:flex-start;width:100%;max-width:570px;margin-left:auto}.about-label-v2{color:#161917;font-size:1.14rem;font-weight:400;letter-spacing:.01em;margin-bottom:1.6rem;text-align:left}.about-title-v2{color:#237635;font-size:3.8rem;font-weight:700;line-height:1.2;margin:0;word-break:break-word;text-align:left;letter-spacing:-2px}.about-desc-v2{color:#161917;font-size:1.36rem;font-weight:400;line-height:1.43;margin-bottom:2.49rem;margin-top:0;text-align:left;width:100%;max-width:650px}.about-list-v2{width:100%;list-style:none;margin:0 0 2.3rem;padding:0;display:flex;flex-direction:column;gap:0}.about-list-item-v2{display:flex;align-items:center;font-size:1.19rem;color:#161917;border-bottom:2.5px solid #b5b8b3;padding:.75em 0;font-family:inherit;gap:1.06em;font-weight:400}.about-list-item-v2:last-child{border-bottom:none}.about-list-arrow-v2{display:flex;align-items:center;color:#237635;min-width:26px}.about-btn-row{margin-top:-1.25rem;display:flex;flex-direction:row;gap:1.13em;align-items:center}.about-btn-cta{display:flex;align-items:center;background:transparent;border:3px solid #237635;color:#237635;font-size:1.39rem;font-weight:600;border-radius:45px;padding:.6em 1.67em;text-decoration:none;cursor:pointer;transition:background .19s,color .19s,border .19s;min-width:0;min-height:0}.about-btn-cta:hover,.about-btn-cta:focus{background:#237635;color:#fff;outline:none;border-color:#20622d}@media (max-width: 1200px){.about-title-v2{font-size:4.2rem}.about-grid-wrapper{max-width:1170px;padding:54px 3vw}.about-content-col{padding-top:52px;max-width:99vw}}@media (max-width: 900px){.about-grid-wrapper{display:flex;flex-direction:column;padding:50px 7vw;min-height:unset}.about-title-col,.about-content-col{padding:34px 0 0;max-width:97vw}.about-title-v2{font-size:2.1rem;letter-spacing:-.9px}.about-desc-v2{font-size:1rem;margin-bottom:1.35rem}.about-list-item-v2{font-size:.95rem;padding:.52em 0}.about-btn-row{margin-top:1.7rem}.about-btn-cta{font-size:1.01rem;padding:.45em 1.05em;border-radius:35px}.about-btn-icon{width:38px;height:38px;min-width:38px;min-height:38px}}@media (max-width: 600px){.about-section-v2{min-height:unset;padding-bottom:0;padding-top:0}.about-title-v2{font-size:2.3rem;letter-spacing:-.3px}.about-label-v2{font-size:.88rem}.about-desc-v2{font-size:.88rem;margin-bottom:1rem}.about-list-item-v2{font-size:.85rem;padding:.38em 0}.about-btn-row{gap:.7em;margin-top:-.9rem}.about-btn-icon{width:28px;height:28px;min-width:28px;min-height:28px}.about-btn-cta{font-size:.91rem;padding:.32em .67em;border-radius:21px}}@media (max-width:400px){.about-title-v2{font-size:2.9rem}.about-btn-icon{width:22px;height:22px;min-width:22px;min-height:22px}}@media (prefers-reduced-motion: no-preference){.about-section-v2{will-change:opacity,transform}}.circular-text-wrapper{position:relative;width:170px;height:170px;margin-top:2.4rem}.circular-text-svg{width:100%;height:100%;animation:rotateText 10s linear infinite;transform-origin:center}.circular-svg-text{font-size:17px;fill:#0f0f0f;font-family:DM Sans,sans-serif;text-transform:uppercase;letter-spacing:2px}.circular-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);color:#0f0f0f}@keyframes rotateText{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.circular-text-wrapper{display:none}}:root{--primary-color: #2B742D;--secondary-color: #f8f9f3;--text-dark: #333333;--text-light: #666666;--white: #ffffff;--card-border-radius: 20px;--transition-speed: .5s}.services-section{padding:80px 20px;scroll-margin-top:100px;background-color:#f8f9f3;font-family:DM Sans,sans-serif;overflow:hidden}.service-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.services-header{text-align:center;margin-bottom:60px;padding:0 20px;animation:slideDown .8s ease forwards}.service-tag{font-size:16px;font-family:DM Sans,sans-serif;font-weight:500;margin-bottom:20px;letter-spacing:1px;color:var(--text-dark)}.services-main-title{font-size:48px;font-weight:700;color:var(--primary-color);margin-bottom:4px;line-height:1.2;font-family:Gloock,serif}.services-subtitle{font-size:20px;font-family:DM Sans,sans-serif;color:var(--text-dark);max-width:800px;margin:0 auto;line-height:1.6}.services-container{display:flex;flex-direction:column}.services-grid{display:flex;gap:15px;width:100%;overflow-x:auto;padding:20px 140px;justify-content:center;scrollbar-width:none}.services-grid::-webkit-scrollbar{display:none}.service-pair{display:flex;flex-direction:column;align-items:center}.service-icon-card{width:60px;height:60px;border-radius:50%;background-color:var(--white);display:flex;align-items:center;justify-content:center;margin-bottom:-73px;transition:transform .3s ease;overflow:hidden;box-shadow:0 4px 10px #0000001a;z-index:1;position:relative}.service-icon-card img{width:100%;height:100%;padding:8px;background-color:#fff;object-fit:cover}.service-card{position:relative;background-color:#2b742d;border-radius:var(--card-border-radius);transition:width var(--transition-speed) ease,.3s ease;height:600px;min-width:80px;cursor:pointer;display:flex;flex-direction:column;background-size:cover;background-position:center;overflow:hidden}.service-card.expanded{width:350px;min-width:350px;box-shadow:0 10px 30px #00000026}.service-card:not(.expanded){width:140px;min-width:140px;box-shadow:0 5px 15px #0000001a;align-items:center;justify-content:flex-start}.service-content{padding:20px;position:absolute;bottom:0;left:0;width:100%;background:#ffffffbc;border-top-right-radius:20px;border-top-left-radius:20px;color:var(--white);border-top:2px solid rgba(255,255,255,.629);animation:fadeIn .5s ease forwards;z-index:2}.service-title{font-size:28px;color:var(--primary-color);margin-bottom:16px;font-weight:600}.service-title-vertical{writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;font-size:24px;color:#f8f9f3;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:20px 0}.service-title-container{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.service-description{color:var(--primary-color);font-size:16px;line-height:1.5;margin-top:10px}.mobile-service-card{background:var(--secondary-color);border-radius:var(--card-border-radius);padding:20px;margin-bottom:20px;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center}.hidden-right{opacity:0;transform:translate(40px)}.slide-in-right{opacity:1;transform:translate(0);transition:all .8s ease-out}.mobile-service-icon{width:40px;height:40px;margin-right:15px;display:flex;align-items:center;justify-content:center}.mobile-service-icon img{width:100%;height:100%;object-fit:contain}.mobile-service-content{flex:1}.mobile-service-title{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--primary-color)}.mobile-service-description{font-size:16px;color:var(--text-light);line-height:1.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.services-main-title{font-size:20px;line-height:1.3;text-align:center;padding:0}.services-subtitle{font-size:12px;line-height:1.5;padding:0 1rem;max-width:100%;text-align:center}}@media (max-width: 480px){.services-section{padding:60px 10px}.mobile-services-list{padding:0 10px;overflow-x:hidden}}.process-section{background-color:#2a672a;color:#fff;padding:80px 18px;width:100%}.process-container{max-width:1200px;margin:0 auto;padding:0 30px}.process-header{display:flex;flex-direction:column;position:relative;margin-bottom:80px}.section-label{font-size:16px;font-family:DM Sans,sans-serif;font-weight:600;letter-spacing:1px;margin:0 0 12px}.section-title{font-size:48px;font-family:Gloock,serif;letter-spacing:3px;color:#f8f9f3;font-weight:700;line-height:1.2;margin:0 0 30px;max-width:650px}.platform-button{position:absolute;right:0;top:50%;transform:translateY(-50%)}.platform-link{display:flex;align-items:center;gap:10px;background-color:#ffffff26;color:#fff;text-decoration:none;padding:10px 20px;border-radius:50px;font-size:16px;font-weight:500;transition:all .3s ease}.platform-link:hover{background-color:#ffffff40;transform:translateY(-3px)}.platform-link svg{transition:transform .3s ease}.platform-link:hover svg{transform:translate(3px)}.process-content{display:flex;flex-direction:column;gap:40px}.process-item{display:flex;gap:192px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.2);opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.process-item.animate{opacity:1;transform:translateY(0)}.process-icon{flex:0 0 80px}.process-icon img{width:100%;height:auto;max-width:80px}.process-info{flex:1;gap:40px;display:flex;align-items:center}.process-step{font-size:38px;font-family:DM Sans,sans-serif;font-weight:600;margin:0 40px 0 0;flex:0 0 300px}.process-description{font-size:24px;font-family:DM Sans,sans-serif;line-height:1.6;margin:0;max-width:500px}.process-item:nth-child(2){transition-delay:.2s}.process-item:nth-child(3){transition-delay:.4s}.process-item:nth-child(4){transition-delay:.6s}@media (max-width: 1024px){.process-step{flex:0 0 200px;font-size:28px}.section-title{font-size:42px}}@media (max-width: 768px){.platform-button{position:static;transform:none;margin-top:20px;align-self:flex-start}.process-info{flex-direction:column;align-items:flex-start}.process-step{margin:0 0 15px;flex:none}.section-title{font-size:36px}}@media (max-width: 600px){.process-section{padding:60px 0}.section-title{font-size:28px}.process-item{flex-direction:column;gap:15px}.process-icon{flex:none}}.tech-section{display:flex;margin-top:-50px;flex-wrap:wrap;background-color:#f8f9f3;justify-content:space-between;align-items:center;padding:5rem 7.7rem}.text-container{flex:1;max-width:50%;margin-left:2rem}.tech-title{font-family:Gloock,serif;letter-spacing:5px;font-size:4rem;color:#2a672a;margin:0}.tech-highlight{color:#b9d2b8}.tech-subtitle{font-family:DM Sans,sans-serif;font-size:1.75rem;color:#2a672a;margin:1rem 0}.hidden-left{opacity:0;transform:translate(-100px)}.slide-in-left{opacity:1;transform:translate(0);transition:all .8s ease-out}.tech-button{font-family:DM Sans,sans-serif;text-decoration:none;font-size:1rem;padding:.75rem 1.5rem;background-color:#2a672a;color:#fff;border:none;border-radius:30px;cursor:pointer;transition:background-color .3s ease;margin-bottom:2rem}.tech-button:hover{background-color:#3b5a3c}.image-container{flex:1;display:flex;justify-content:center;align-items:center;max-width:50%;background-image:url(/assets/4-CCirBjGR.png);background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:-45px;height:375px;min-width:300px;min-height:250px}@media (max-width: 768px){.tech-section{flex-direction:column;align-items:center;text-align:center;gap:35px;padding:2rem}.text-container{max-width:100%;margin-left:0;display:flex;flex-direction:column;align-items:center}.tech-title{font-size:2rem;text-align:center}.tech-subtitle{font-size:1rem;text-align:center}.image-container{width:100%;height:300px;background-size:contain;background-position:center;margin:1rem 0;order:2}.tech-button{font-size:.9rem;padding:.6rem 1.2rem;margin-bottom:1.5rem;order:3}}.careers-section{position:relative;overflow:hidden;width:100%;color:#f8f9f3;padding:0}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}.scroll-container-wrapper{width:100%;overflow:hidden;position:relative;z-index:1}.scroll-container{overflow-x:scroll;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;cursor:default}.scroll-container::-webkit-scrollbar{display:none}.scrolling-content{display:inline-flex;align-items:center;padding:8rem 0}.large-text{font-size:400px;font-weight:200;color:#f8f9f3;margin:0 1rem;font-family:Gloock,serif;opacity:.85;white-space:nowrap;height:400px;line-height:1}.booking-button{background-color:#f8f9f3;text-decoration:none;color:#2b7a30;border:none;border-radius:3rem;padding:1.8rem 3.6rem;font-size:2.2rem;font-family:DM Sans,sans-serif;cursor:pointer;margin:0 2rem;white-space:nowrap;transition:transform .3s ease,background-color .3s ease}.booking-button:hover{background-color:#f0f0f0;transform:scale(1.05)}@media (max-width: 1440px){.scrolling-content{padding:6rem 0}.large-text{font-size:280px;height:280px}.booking-button{padding:1.5rem 3rem;font-size:1.8rem}}@media (max-width: 768px){.scrolling-content{padding:4rem 0}.large-text{font-size:160px;height:160px}.booking-button{padding:1rem 2rem;font-size:1.2rem}}@media (max-width: 480px){.scrolling-content{padding:2rem 0}.large-text{font-size:100px;height:100px}.booking-button{padding:.8rem 1.6rem;font-size:1rem}}.faq-section{padding:4rem 1rem;max-width:1200px;background-color:#f9f8f3;max-width:100%;margin:0 auto}.faq-container{width:100%}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h3{color:#000;font-family:DM Sans,sans-serif;font-size:16px;margin-bottom:1rem}.faq-header h2{color:#2b742d;font-family:Gloock,serif;font-size:48px;line-height:1.2;margin:0}.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}.faq-item{border:2px solid #2B8A3E;border-radius:50px;padding:1rem 2rem;cursor:pointer;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 12px #2b8a3e1a}.faq-question{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;color:#333}.arrow{width:12px;height:12px;border-right:2px solid #2B8A3E;border-bottom:2px solid #2B8A3E;transform:rotate(45deg);transition:transform .3s ease;margin-left:1rem}.faq-item.open .arrow{transform:rotate(-135deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease}.faq-item.open .faq-answer{max-height:500px;padding-top:1rem}.faq-answer p{margin:0;color:#666;line-height:1.6}@media screen and (max-width: 768px){.faq-header h2{font-size:2rem}.faq-item{padding:.8rem 1.5rem}.faq-question{font-size:1rem}}@media screen and (max-width: 480px){.faq-section{padding:2rem 1rem}.faq-header h2{font-size:1.8rem}.faq-item{padding:.8rem 1.2rem;border-radius:25px}.arrow{width:10px;height:10px}}.team-section{padding:1rem 0;background-color:#f9f8f3;position:relative;overflow:hidden;opacity:0;transform:translateY(-40px);transition:opacity 1s ease-out,transform 1s ease-out}.animate-team{opacity:1;transform:translateY(0)}.heading-container{max-width:1200px;margin:0 auto 4rem;padding:0 1rem}.main-heading{font-size:4.5rem;line-height:1.3;font-family:Gloock,serif;color:#2b742d;text-align:center}.button-wrapper{display:flex;justify-content:center;margin-top:-32px;padding:0 1rem}.book-call-button{padding:.75rem 1.5rem;text-decoration:none;font-size:1rem;font-weight:600;font-family:DM Sans,sans-serif;background-color:#2b742d;color:#fff;border:none;border-radius:27px;cursor:pointer;transition:background-color .3s ease;text-align:center;width:100%;max-width:257px}.book-call-button:hover{background-color:#235d24}.team-illustration{display:flex;justify-content:center;margin-top:40px;margin-bottom:32px;padding:0 1rem}.illustration-image{width:100%;max-width:700px;height:auto}@media (max-width: 1024px){.main-heading{font-size:3rem}.illustration-image{max-width:90%}.book-call-button{font-size:1.125rem;padding:.875rem 2rem}}@media (max-width: 768px){.main-heading{font-size:2.25rem}.illustration-image{max-width:95%}.book-call-button{font-size:1rem;padding:.75rem 1.5rem;max-width:200px}}@media (max-width: 480px){.main-heading{font-size:1.5rem}.illustration-image{max-width:100%}.book-call-button{font-size:.95rem;padding:.6rem 1.3rem;max-width:180px}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;scroll-behavior:smooth;overflow-x:hidden}.about-page-wrapper{width:100%;background-color:#f9f8f3}.about-container{font-family:DM Sans,sans-serif;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 2rem;color:#333}.animate-section{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.animate-section.visible{opacity:1;transform:translateY(0)}.about-header{margin-bottom:2rem}.about-header h1{font-size:4rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;color:#000}.divider{height:1px;background-color:#000;width:100%;margin-top:1rem}.section-header{margin-bottom:1.5rem}.tag{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.dot{width:8px;height:8px;background-color:#2c9c4e;border-radius:50%}.tag span:last-child{font-size:.85rem;font-weight:500;color:#237635;letter-spacing:.05em}.section-header h2{font-size:2.5rem;font-family:DM Sans,sans-serif;font-weight:700;color:#237635;margin:0}.section-content{max-width:700px}.section-content p{font-size:1.1rem;margin-top:0;line-height:1.6;color:#333;margin-bottom:1.5rem}.section-content p:last-child{margin-bottom:0}.meet-eviron{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.video-section{margin:2rem 0;width:100%}.video-container{position:relative;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000014;aspect-ratio:16/9;background-color:#000}.video-container video{width:100%;height:100%;object-fit:cover;display:block}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background-color:#2c9c4e;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;box-shadow:0 4px 20px #00000040;z-index:2}.play-button:hover{background-color:#227b3d;transform:translate(-50%,-50%) scale(1.05)}.play-button.playing{opacity:0;transform:translate(-50%,-50%) scale(.8);pointer-events:none}.video-container:hover .play-button.playing{opacity:.7;pointer-events:all}.mission-section,.vision-section{margin-bottom:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}.board-section{margin-bottom:3rem}.board-members{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.board-member{display:flex;flex-direction:column}.member-image{width:100%;aspect-ratio:1/1;background-size:cover;background-color:#000;background-position:center;border-radius:4px;margin-bottom:1rem;background-repeat:no-repeat}.board-member h3{font-size:1.2rem;font-weight:600;margin:.5rem 0 .25rem}.board-member p{font-size:.95rem;color:#666;margin:0 0 .5rem}.board-member a{font-size:.95rem;color:#2c9c4e;text-decoration:none;transition:color .3s ease}.board-member a:hover{color:#227b3d;text-decoration:underline}@media (min-width: 768px){.about-container{padding:5rem 2rem 3rem}.meet-eviron,.mission-section,.vision-section{grid-template-columns:2fr 2fr;align-items:start;margin-bottom:3rem;gap:2rem}.video-section{margin:3rem 0}.play-button{width:80px;height:80px}.board-members{gap:2rem;margin-top:2.5rem}.board-section{margin-bottom:4rem}}@media (min-width: 1024px){.about-container{padding:6rem 2rem 4rem}.about-header h1{font-size:19rem;letter-spacing:4px;font-family:Gloock,serif;color:#237635;text-align:center}.section-header h2{font-size:3rem;font-family:DM Sans,sans-serif}.meet-eviron,.mission-section,.vision-section{margin-bottom:4rem;margin-top:80px}.video-section{margin:4rem 0}.board-section{margin-bottom:6rem}.play-button{width:90px;height:90px}.play-button svg{width:30px;height:30px}.board-members{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}}@media (max-width: 480px){.about-container{padding-top:5rem}.about-header h1{font-size:5.5rem;text-align:center;color:#2b742d;font-family:Gloock,serif}.section-header h2{font-size:2rem}.play-button{width:60px;height:60px}.play-button svg{width:20px;height:20px}}.board-member{transition:transform .3s ease}.board-member:hover{transform:translateY(-5px)}a:focus,button:focus{outline:2px solid #2c9c4e;outline-offset:3px}@media print{.about-container{padding:0}.animate-section{opacity:1;transform:none}}.contact-wrapper{width:100%;background-color:#f9f8f3}.contact-container{display:flex;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:2rem;gap:2rem}.contact-left{flex:1;min-width:300px;animation:slideInLeft .8s ease-out}.contact-right{flex:1;min-width:300px;animation:slideInRight .8s ease-out}.title{font-size:3.5rem;font-family:DM Sans,sans-serif;color:#2b7a37;margin-bottom:1rem}.description{color:#666;line-height:1.6;margin-bottom:2rem}.email-section{margin:2rem 0}.email-section h3{color:#2b7a37;margin-bottom:.5rem}.email{font-size:2.5rem;font-weight:700}.calendly-btn{padding:.8rem 1.5rem;text-decoration:none;font-family:DM Sans,sans-serif;border:1px solid #2B7A37;border-radius:25px;background:transparent;color:#2b7a37;cursor:pointer;transition:all .3s ease}.calendly-btn:hover{background:#2b7a37;color:#fff}.contact-form{background:#fff;font-family:DM Sans,sans-serif;padding:2rem;border-radius:10px;box-shadow:0 0 20px #0000001a}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.input-wrapper{position:relative;flex:1}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#8e9196;width:18px;height:18px}.custom-input{width:100%;padding:12px 12px 12px 40px;border:1px solid #ccc;border-radius:8px;font-size:16px;background-color:#fff;transition:border-color .3s ease}.custom-input:focus{outline:none;border-color:#9b87f5}.custom-input::placeholder{color:#8e9196}input{flex:1;padding:.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}input:focus{outline:none;border-color:#2b7a37}.options-group{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0 2rem}.option-btn{padding:.5rem 1rem;border:1px solid #2B7A37;border-radius:25px;background:transparent;color:#2b7a37;cursor:pointer;transition:all .3s ease}.option-btn.selected{background:#2b7a37;color:#fff}.submit-btn{width:100%;padding:1rem;background:#2b7a37;color:#fff;border:none;border-radius:25px;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#236c2f}.video-section{position:relative;width:100%;margin-bottom:2rem;border-radius:10px;overflow:hidden}.video-heading{position:absolute;top:50%;left:50%;font-family:DM Sans,sans-serif;transform:translate(-50%,-50%);z-index:10;color:#fff;font-size:4rem;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.video-section video{width:100%;border-radius:40px;height:auto;object-fit:cover}@media (max-width: 768px){.video-heading{font-size:1.5rem;padding:0 1rem}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.contact-container{padding:1rem}.form-row{flex-direction:column}.title,.email{font-size:2.5rem}.input-wrapper{margin-bottom:1rem}}.work-wrapper{background-color:#f9f8f3;width:100%}.work-container{width:100%;padding-top:40px;max-width:1280px;margin:0 auto}.work-header{margin-bottom:3rem;text-align:center}.work-title{font-family:Gloock,serif;font-size:17rem;color:#237635;text-align:center;font-weight:700;letter-spacing:.06em;margin-bottom:1rem}.work-divider{height:1px;background-color:#333;width:100%;margin:0 auto}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:68px 2rem}.project-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:all .5s ease;opacity:0;transform:translateY(30px)}.project-card.visible{opacity:1;transform:translateY(0)}.card-inner{height:100%;display:flex;flex-direction:column}.card-image{height:0;padding-bottom:66%;position:relative;overflow:hidden}.card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-5px)}.project-card:hover .card-image img{transform:scale(1.05)}.card-content{padding:1.5rem}.category{display:block;font-size:.85rem;font-family:DM Sans,sans-serif;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.5rem}.card-title{font-size:1.25rem;font-family:DM Sans,sans-serif;font-weight:500}@media (max-width: 1024px){.project-grid{grid-template-columns:repeat(2,1fr)}.work-title{font-size:4rem}}@media (max-width: 640px){.project-grid{grid-template-columns:1fr}.work-title{font-size:4rem;margin-top:35px;text-align:center}}.legal-container{max-width:900px;margin:auto;padding:90px 20px;font-family:DM Sans,sans-serif;color:#333;line-height:1.6}.legal-container h1{font-size:32px;margin-bottom:20px;color:#2b742d}.legal-container h2{font-size:22px;margin-top:30px;color:#222}.legal-container p{margin:10px 0}@media (max-width: 768px){.legal-container{padding:30px 15px}.legal-container h1{font-size:26px}.legal-container h2{font-size:20px}}@media (max-width: 480px){.legal-container{padding:20px 12px}.legal-container h1{font-size:22px}.legal-container h2{font-size:18px}}
