@import"https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap";:root{--primary: #009d61;--secondary: #101010;--text-main: #222222;--text-muted: #656565;--bg-white: #ffffff;--bg-light: #f4fffb;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 10px}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:auto!important}html,body{-moz-osx-font-smoothing:grayscale;font-family:Helvetica,Inter,Arial,sans-serif}body{background:var(--bg-white);color:#000;line-height:1.5}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}.container{margin:0 auto;padding:0 90px}.section-header{text-align:center;max-width:800px;margin:0 auto 24px}.section-header h2{font-size:24px;font-weight:700;margin-bottom:4px;color:#000}.section-header p{font-size:14px;color:#000;line-height:1.6;font-weight:500}@media(max-width:900px){.container{padding:20px}.section-header{text-align:left}}@media(max-width:600px){.section-header{text-align:left}}.navBar{background-color:#fff;position:sticky;top:0;z-index:1000}.nav-left{display:flex;align-items:center;gap:20px;flex:1}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:30px 100px;box-shadow:#0000001a 0 .1px 16px}.nav-logo img{height:40px}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{height:2px;width:25px;background:#333;margin:2.6px;border-radius:2px;transition:all .3s}.nav-menu{list-style:none;display:flex;align-items:center;gap:24px;padding:0 20px;margin-left:auto}.nav-menu li a{text-decoration:none;color:#333;font-weight:500;transition:.3s;text-align:center}.nav-menu li a:hover{color:#009d61}.dropdown{position:relative;width:auto}.dropdown-toggle{display:flex;align-items:center;gap:10px;font-weight:500;white-space:nowrap;justify-content:space-between;cursor:pointer}.dropdown-toggle p{margin:0}.dropdown-menu{display:none;background:#fff;border:1px solid #eee;position:absolute;left:0;top:100%;min-width:180px;padding:8px 0;box-shadow:0 2px 8px #0000001a;z-index:10;list-style:none}.dropdown-menu li{padding:5px 10px;text-align:left}.dropdown-menu li a{color:#444}.dropdown.open>.dropdown-menu{display:block;width:90%;margin:60px auto auto;border-radius:12px;padding:5px}.app-links img{width:110px;margin-left:10px}.download-btn{display:flex;align-items:center;gap:8px;background-color:#eafbf3;color:#009d61;border:1px solid #009d61;padding:8px 16px;border-radius:4px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-decoration:none}.download-btn:hover{background-color:#009d61;color:#fff}.download-btn img{width:16px!important;height:16px!important;margin:0!important;display:block}.download-container{display:flex;align-items:center}.download-btn-desktop{display:flex;align-items:center;gap:8px;background-color:#eafbf3;color:#009d61;border:1px solid #009d61;padding:8px 16px;border-radius:4px;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-decoration:none;font-family:inherit}.download-btn-desktop img{width:16px;height:16px;display:block}.download-btn-mobile{display:none}@media(min-width:769px){.nav-menu .dropdown.open>.services-mega-menu{display:grid;grid-template-columns:repeat(2,1fr);min-width:600px;padding:24px;gap:12px;border-radius:16px;border:none;box-shadow:0 10px 40px #0000001a;left:-200px;margin-top:60px}.nav-menu .dropdown.open>.business-mega-menu{display:flex;flex-direction:column;min-width:400px;padding:24px;gap:12px;border-radius:16px;border:none;box-shadow:0 10px 40px #0000001a;left:-100px;margin-top:60px}.services-mega-menu li,.business-mega-menu li{padding:0;border:none}.services-mega-menu li a,.business-mega-menu li a{display:block;padding:12px;border-radius:12px;transition:background-color .2s ease}.services-mega-menu li a:hover,.business-mega-menu li a:hover{background-color:#f8f9fa}.services-mega-menu .menu-item-content,.business-mega-menu .menu-item-content{display:flex;align-items:flex-start;gap:16px}.services-mega-menu .menu-icon,.business-mega-menu .menu-icon{width:48px;height:48px;background-color:#eafbf3;color:#009d61;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:24px;flex-shrink:0}.services-mega-menu .menu-text,.business-mega-menu .menu-text{display:flex;flex-direction:column;justify-content:center;padding-top:2px;text-align:left}.services-mega-menu .menu-title,.business-mega-menu .menu-title{font-size:16px;font-weight:700;color:#1a1919;margin-bottom:4px}.services-mega-menu .menu-desc,.business-mega-menu .menu-desc{font-size:13px;color:#666;line-height:1.4;white-space:normal}.nav-menu li a:hover .menu-title{color:#1a1919}.nav-menu li a:hover .menu-icon{color:#009d61}}@media(max-width:768px){.nav-container{padding:10px 20px}.hamburger{display:flex}.nav-menu{position:absolute;top:59px;left:-100%;flex-direction:column;background:#fff;width:100%;transition:all .3s ease-in-out;border-top:1px solid #ddd;gap:0;margin-left:0;align-items:stretch}.nav-menu.active{left:0}.nav-menu li{padding:15px 0;text-align:left;border-bottom:1px solid #eee;list-style:none}.dropdown-menu{position:static;box-shadow:none;border:none;display:none}.dropdown.active .dropdown-menu{display:block;margin-top:0}.dropdown.open>.dropdown-menu{margin:0;width:100%}.nav-menu li .lastList{border-bottom:0;padding-bottom:0}.app-links img{width:140px;margin:8px 0}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.download-btn-desktop{display:none}.download-btn-mobile{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#eafbf3;border:1px solid #009d61;border-radius:50%;transition:all .3s ease}.download-btn-mobile:hover{background-color:#009d61}.download-btn-mobile img{display:block}.menu-item-content{display:flex;align-items:flex-start;gap:16px;text-align:left}.menu-item-content img{width:40px}.nav-menu li a{text-align:left}.menu-icon{width:40px;height:40px;background-color:#eafbf3;color:#009d61;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:20px;flex-shrink:0}.menu-text{display:flex;flex-direction:column}.menu-title{font-size:15px;font-weight:600;color:#1a1919;margin-bottom:2px}.menu-desc{font-size:12px;color:#666;line-height:1.4}}.hero{position:relative;padding:0;overflow:hidden}.hero-bg-doodle{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;pointer-events:none}.hero-content{display:flex;flex-direction:row;justify-content:space-between;padding:40px 100px}.hero-text h1{font-size:48px;line-height:1.2;font-weight:700;margin-bottom:24px;max-width:500px}.hero-text p{font-size:18px;color:var(--text-muted);margin-bottom:32px;max-width:500px;line-height:1.6;font-weight:500}.btn-primary{background:var(--primary);color:#fff;padding:16px 32px;font-size:16px;font-weight:600;border-radius:var(--radius-md);display:inline-flex;align-items:center;gap:8px;transition:transform .2s,box-shadow .2s}.hero-image-wrapper{position:relative;border-radius:var(--radius-lg);overflow:hidden;max-width:500px}.hero-image{width:100%;display:block;border-radius:var(--radius-lg);margin-top:5px}.hero-video{margin-top:5px}@media(max-width:1024px)and (min-width:769px){.hero-image-wrapper{max-width:392px;width:100%}.hero-image,.hero-video{width:100%;height:auto}.hero-content{gap:40px}}@media(max-width:768px){.hero{padding:0}.hero-text h1{font-size:32px;margin-bottom:17px}.hero-text p{max-width:fit-content}.hero-content{flex-direction:column;gap:19px;padding:20px 20px 23px}.hero-image-wrapper{max-width:none}}@media(max-width:600px){.hero-text h1{font-size:32px;line-height:40px;margin-bottom:16px}}
