@import"https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap";.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:999999;visibility:hidden;opacity:0;transition:all .3s ease}.popup-overlay.open{visibility:visible;opacity:1}.popup-container{background:#f8f9fa;border-radius:20px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;transform:scale(.8);transition:transform .3s ease}.popup-overlay.open .popup-container{transform:scale(1)}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:30px 30px 0}.popup-header h3{margin:0;font-size:2.8rem;font-weight:600;color:var(--as-black)}.popup-header .close-popup{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.popup-header .close-popup:hover{background-color:#f3f4f6}.popup-body{padding:30px}.popup-form .form-fields{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.popup-form .form-field{display:flex;flex-direction:column}.popup-form .form-field label{font-size:1.4rem;font-weight:500;color:var(--as-black);margin-bottom:8px}.popup-form .form-field input,.popup-form .form-field select{padding:14px 16px;border:1px solid var(--as-accent);border-radius:20px;font-size:1.2rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.popup-form .form-field input:focus,.popup-form .form-field select:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 3px #6b72801a}.popup-form .form-field input:hover,.popup-form .form-field select:hover{border-color:#d1d5db}.popup-form .form-field input:invalid,.popup-form .form-field select:invalid{border-color:#ef4444}.popup-form .form-field select{cursor:pointer}.popup-form .form-field select option{padding:10px}.popup-form .popup-description{font-size:1.2rem;color:var(--as-black);margin-bottom:25px;line-height:1.5;text-align:center}.popup-form .form-field textarea{padding:14px 16px;border:1px solid var(--as-accent);border-radius:20px;font-size:1.2rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;resize:vertical;min-height:80px}.popup-form .form-field textarea:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 3px #6b72801a}.popup-form .form-field textarea:hover{border-color:#d1d5db}.popup-form .button-container{display:flex;justify-content:flex-end;margin-top:20px}.popup-form .submit-btn{width:auto;min-width:160px;font-size:1.4rem;padding:14px 28px;display:flex;align-items:center;justify-content:center}.popup-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-message,.error-message{text-align:center;padding:40px 20px}.success-message .error-content h3,.error-message .error-content h3{font-size:2rem;margin-bottom:15px;color:var(--as-black)}.success-message .error-content p,.error-message .error-content p{font-size:1.4rem;color:#666;margin-bottom:25px;line-height:1.5}.success-message .error-content .button,.error-message .error-content .button{font-size:1.2rem;padding:14px 28px}.error-message{background:linear-gradient(135deg,#fee,#fff2f2);border-radius:16px}.error-message h3{color:#ef4444}@media (max-width: 768px){.popup-container{width:95%;margin:20px}.popup-header{padding:25px 25px 0}.popup-header h3{font-size:2.2rem}.popup-body{padding:25px 20px}.popup-description{font-size:1rem;margin-bottom:20px}.popup-form .form-fields{gap:18px;margin-bottom:20px}.popup-form .form-field label{font-size:1.1rem}.popup-form .form-field input,.popup-form .form-field select,.popup-form .form-field textarea{padding:12px 14px;font-size:1.1rem}.popup-form input,.popup-form select,.popup-form textarea{border-radius:16px}.popup-form textarea{min-height:70px}.popup-form .button-container{justify-content:flex-end;margin-top:18px}.popup-form .submit-btn{font-size:1.2rem;padding:12px 24px;min-width:140px}.success-message,.error-message{padding:30px 15px}.success-message .error-content h3,.error-message .error-content h3{font-size:1.6rem}.success-message .error-content p,.error-message .error-content p{font-size:1.2rem}.success-message .error-content .button,.error-message .error-content .button{font-size:1.1rem;padding:12px 24px}#popupSuccessMessage .success-content h3{font-size:6rem!important;font-weight:900!important;color:var(--as-black)!important;margin-bottom:15px!important;line-height:1.2!important;font-family:inherit!important;text-transform:none!important;letter-spacing:normal!important;text-shadow:none!important}#popupSuccessMessage .success-content p{font-size:4rem!important;font-weight:900!important;color:var(--as-black)!important;margin-bottom:25px!important;line-height:1.3!important;font-family:inherit!important;text-transform:none!important;letter-spacing:normal!important;text-shadow:none!important}}@media (max-width: 480px){.popup-header h3{font-size:2rem}#popupSuccessMessage .success-content h3{font-size:4.5rem!important;font-weight:900!important;font-family:inherit!important;text-transform:none!important;letter-spacing:normal!important;text-shadow:none!important}#popupSuccessMessage .success-content p{font-size:3rem!important;font-weight:900!important;font-family:inherit!important;text-transform:none!important;letter-spacing:normal!important;text-shadow:none!important}}.skip-link{position:absolute;top:-40px;left:6px;background:var(--as-black);color:var(--as-white);z-index:1000;padding:8px;text-decoration:none;font-size:1.4rem;border-radius:4px;transition:top .2s ease-out}.skip-link:focus{top:6px;outline:2px solid var(--as-accent);outline-offset:2px}:root{--off-white: #fff9;--as-black: #000;--as-white: #f1f1f1;--as-offwhite: #f7f7f7;--as-accent: #FF553E;--as-peach: #FFF8F2;--as-plum: #FFF2F0}body,html{font-family:Onest,sans-serif;scroll-behavior:smooth;margin:0;overflow-x:hidden}[class*=toolbar],[class*=devtools],[class*=debug],[class*=inspector],[class*=audit],[class*=settings],[id*=toolbar],[id*=devtools],[id*=debug],[id*=inspector],[id*=audit],[id*=settings],iframe[src*=devtools],iframe[src*=debug],iframe[src*=inspector],[class*=widget],[class*=panel],[id*=widget],[id*=panel],[class*=bottom],[id*=bottom]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}p{line-height:1.4;font-weight:300}h1,h2,h3{line-height:1.2}section{padding:130px 0}@media (max-width: 1024px){section{padding:100px 0}}@media (max-width: 768px){section{padding:80px 0}}@media (max-width: 640px){section{padding:60px 0}}@media (max-width: 480px){section{padding:50px 0}}@media (max-width: 360px){section{padding:40px 0}}.gap-0{gap:2px}.gap-1{gap:10px}.gap-2{gap:20px}.gap-3{gap:30px}.text-md{font-size:3rem}@media (max-width: 1024px){.text-md{font-size:2.5rem}}@media (max-width: 768px){.text-md{font-size:2.2rem}}@media (max-width: 640px){.text-md{font-size:2rem}}@media (max-width: 480px){.text-md{font-size:1.8rem}}@media (max-width: 360px){.text-md{font-size:1.6rem}}.text-sm{font-size:1.8rem}@media (max-width: 1024px){.text-sm{font-size:1.6rem}}@media (max-width: 768px){.text-sm{font-size:1.5rem}}@media (max-width: 640px){.text-sm{font-size:1.4rem}}@media (max-width: 480px){.text-sm{font-size:1.3rem}}@media (max-width: 360px){.text-sm{font-size:1.2rem}}.text-xs{font-size:1.6rem}@media (max-width: 1024px){.text-xs{font-size:1.4rem}}@media (max-width: 768px){.text-xs{font-size:1.3rem}}@media (max-width: 640px){.text-xs{font-size:1.2rem}}@media (max-width: 480px){.text-xs{font-size:1.1rem}}@media (max-width: 360px){.text-xs{font-size:1rem}}.text-xlg{font-size:5.6rem;font-weight:600}@media (max-width: 1024px){.text-xlg{font-size:4.8rem}}@media (max-width: 768px){.text-xlg{font-size:4.2rem}}@media (max-width: 640px){.text-xlg{font-size:3.8rem}}@media (max-width: 480px){.text-xlg{font-size:3.2rem}}@media (max-width: 360px){.text-xlg{font-size:2.8rem}}.text-lg{font-size:4rem;font-weight:600}@media (max-width: 1024px){.text-lg{font-size:3.5rem}}@media (max-width: 768px){.text-lg{font-size:3rem}}@media (max-width: 640px){.text-lg{font-size:2.8rem}}@media (max-width: 480px){.text-lg{font-size:2.4rem}}@media (max-width: 360px){.text-lg{font-size:2.2rem}}.text-bolder{font-weight:600}.text-bold{font-weight:500}.text-normal{font-weight:300}.text-center{text-align:center}.align-center{align-items:center}.max-w-sm{max-width:350px}@media (max-width: 480px){.max-w-sm{max-width:300px}}.max-w-md{max-width:700px}@media (max-width: 768px){.max-w-md{max-width:600px}}@media (max-width: 480px){.max-w-md{max-width:90%}}.max-w-lg{max-width:900px}@media (max-width: 768px){.max-w-lg{max-width:800px}}@media (max-width: 480px){.max-w-lg{max-width:95%}}.w-full{width:100%}.m-auto{margin:auto}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.mt-4{margin-top:70px}.button{border-radius:40px;text-transform:none;font-weight:500;font-size:1.6rem;height:55px;line-height:53px;transition:box-shadow .15s ease-out}@media (max-width: 1024px){.button{font-size:1.4rem;height:50px;line-height:48px}}@media (max-width: 768px){.button{font-size:1.3rem;height:48px;line-height:46px}}@media (max-width: 640px){.button{font-size:1.2rem;height:45px;line-height:43px}}@media (max-width: 480px){.button{font-size:1.1rem;height:42px;line-height:40px}}@media (max-width: 360px){.button{font-size:1rem;height:40px;line-height:38px}}.button.button-primary,.button.button-primary:hover,.button.button-primary:active,.button.button-primary:focus{background-color:var(--as-accent);border-color:var(--as-accent)}.button.button-primary:hover,.button.button-primary:hover:hover,.button.button-primary:active:hover,.button.button-primary:focus:hover{opacity:.95;box-shadow:0 0 0 5px var(--as-plum)}.button:not(.button-primary){border:2px solid var(--as-black)}.button:not(.button-primary):hover{box-shadow:0 0 0 5px #2c2c2c26}.flex-center{display:flex;align-items:center;justify-content:center}.grid-half{display:grid;grid-template-columns:repeat(2,1fr)}.flex-inline{display:inline-flex}.flex{display:flex}.grid{display:grid}.avatar{width:84px;height:84px;overflow:hidden;border-radius:50%}.avatar img{width:100%;height:100%;object-fit:cover}@media (max-width: 700px){.text-xlg{font-size:4rem}.text-lg{font-size:3rem}.grid-half{grid-template-columns:1fr;gap:2rem}.flex-center{flex-direction:column;gap:1rem}.gap-2{gap:15px}.gap-3{gap:20px}.mt-4{margin-top:50px}}.navbar[data-astro-cid-3ef6ksr2]{grid-template-columns:repeat(3,1fr);align-items:center;padding-top:20px;min-height:80px;position:relative}.navbar[data-astro-cid-3ef6ksr2] .nav-logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:flex-start}.navbar[data-astro-cid-3ef6ksr2] .nav-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:180px;height:auto}.navbar[data-astro-cid-3ef6ksr2] .nav-cta[data-astro-cid-3ef6ksr2]{justify-content:flex-end}.navbar[data-astro-cid-3ef6ksr2] .nav-cta[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:not(.button){transform:translateY(-5px)}.navbar[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;margin:0}.navbar[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{padding:0 20px}.navbar[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:not(.button){text-decoration:none;color:inherit;font-weight:600;font-size:1.7rem}.navbar[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:not(.button):hover{opacity:.8}@media (max-width: 1024px){.navbar[data-astro-cid-3ef6ksr2] .nav-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:156px}.navbar[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:not(.button){font-size:1.5rem}.navbar[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{padding:0 15px}}@media (max-width: 768px){.navbar[data-astro-cid-3ef6ksr2] .nav-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:144px}.navbar[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:not(.button){font-size:1.3rem}.navbar[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{padding:0 12px}}@media (max-width: 640px){.navbar[data-astro-cid-3ef6ksr2]{grid-template-columns:1fr auto}.navbar[data-astro-cid-3ef6ksr2] .nav-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:132px}.navbar[data-astro-cid-3ef6ksr2] .nav-links[data-astro-cid-3ef6ksr2],.navbar[data-astro-cid-3ef6ksr2] .nav-cta[data-astro-cid-3ef6ksr2]{display:none}.navbar[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:not(.button){font-size:1.2rem}.navbar[data-astro-cid-3ef6ksr2] .menu-icon[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center}.navbar[data-astro-cid-3ef6ksr2] .menu-icon[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:30px}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:100%;right:0;background:#fff;box-shadow:0 4px 6px #0000001a;border-radius:8px;padding:20px;min-width:200px;z-index:1000}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;padding:0;margin:0}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{margin-bottom:15px;text-align:center}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]:last-child{margin-bottom:0}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;text-decoration:none;color:var(--as-black);font-weight:600;font-size:1.7rem;padding:8px 0;border-bottom:1px solid #f0f0f0}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{opacity:.8}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .free-version-btn[data-astro-cid-3ef6ksr2]{background:var(--as-accent)!important;border:none!important;border-radius:20px!important;height:auto!important;line-height:normal!important;padding:12px 20px!important;font-size:1.4rem!important;font-weight:600!important;box-shadow:none!important;color:#fff!important;margin:8px 0!important}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .free-version-btn[data-astro-cid-3ef6ksr2]:hover{background:#d97706!important;opacity:1!important}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].open{display:block}}@media (max-width: 480px){.navbar[data-astro-cid-3ef6ksr2]{grid-template-columns:1fr auto;padding-top:15px;min-height:70px}.navbar[data-astro-cid-3ef6ksr2] .nav-logo[data-astro-cid-3ef6ksr2]{display:flex}.navbar[data-astro-cid-3ef6ksr2] .nav-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:120px}.navbar[data-astro-cid-3ef6ksr2] .flex-center[data-astro-cid-3ef6ksr2]{flex-direction:column}.navbar[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;text-align:center;font-size:1.1rem}.navbar[data-astro-cid-3ef6ksr2] .menu-icon[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center}.navbar[data-astro-cid-3ef6ksr2] .menu-icon[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:32px}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:100%;right:0;background:#fff;box-shadow:0 4px 6px #0000001a;border-radius:8px;padding:20px;min-width:200px;z-index:1000}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;padding:0;margin:0}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{margin-bottom:15px;text-align:center}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]:last-child{margin-bottom:0}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;text-decoration:none;color:var(--as-black);font-weight:600;font-size:1.7rem;padding:8px 0;border-bottom:1px solid #f0f0f0}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{opacity:.8}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .free-version-btn[data-astro-cid-3ef6ksr2]{background:var(--as-accent)!important;border:none!important;border-radius:20px!important;height:auto!important;line-height:normal!important;padding:12px 20px!important;font-size:1.4rem!important;font-weight:600!important;box-shadow:none!important;color:#fff!important;margin:8px 0!important}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .free-version-btn[data-astro-cid-3ef6ksr2]:hover{background:#d97706!important;opacity:1!important}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].open{display:block}.navbar[data-astro-cid-3ef6ksr2] .nav-cta[data-astro-cid-3ef6ksr2]{border-bottom:var(--as-white) 1px solid;padding-bottom:10px}}@media (max-width: 360px){.navbar[data-astro-cid-3ef6ksr2] .nav-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:108px}.navbar[data-astro-cid-3ef6ksr2] .menu-icon[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center}.navbar[data-astro-cid-3ef6ksr2] .menu-icon[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:28px}.navbar[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:not(.button){font-size:1rem}}@media (min-width: 641px){.navbar[data-astro-cid-3ef6ksr2] .menu-icon[data-astro-cid-3ef6ksr2]{display:none}.navbar[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2]{display:none!important}}main[data-astro-cid-azxzs7nu]{background-color:#fff;min-height:100vh}rapi-doc[data-astro-cid-azxzs7nu]{width:100%;height:100vh}footer[data-astro-cid-sz7xmlte]{background-color:#fff;padding:50px 0}footer[data-astro-cid-sz7xmlte] .footer-content[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;gap:2rem}footer[data-astro-cid-sz7xmlte] .footer-left[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:1.5rem}footer[data-astro-cid-sz7xmlte] .footer-logo[data-astro-cid-sz7xmlte]{flex-shrink:0}footer[data-astro-cid-sz7xmlte] .footer-logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:80px;height:auto}footer[data-astro-cid-sz7xmlte] .footer-info[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:2rem}footer[data-astro-cid-sz7xmlte] .footer-info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0;font-size:1rem;line-height:1.4;color:var(--as-black)}footer[data-astro-cid-sz7xmlte] .footer-right[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;gap:1.5rem}footer[data-astro-cid-sz7xmlte] .footer-right[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:1rem;color:var(--as-black);text-decoration:none}footer[data-astro-cid-sz7xmlte] .footer-right[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:.8;text-decoration:underline}footer[data-astro-cid-sz7xmlte] .contact-link[data-astro-cid-sz7xmlte]{color:var(--as-black);text-decoration:none}footer[data-astro-cid-sz7xmlte] .contact-link[data-astro-cid-sz7xmlte]:hover{opacity:.8;text-decoration:underline}@media (max-width: 1024px){footer[data-astro-cid-sz7xmlte]{padding:45px 0}footer[data-astro-cid-sz7xmlte] .footer-info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.95rem}footer[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.95rem}}@media (max-width: 768px){footer[data-astro-cid-sz7xmlte]{padding:40px 0}footer[data-astro-cid-sz7xmlte] .footer-content[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1.5rem}footer[data-astro-cid-sz7xmlte] .footer-left[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem}footer[data-astro-cid-sz7xmlte] .footer-info[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.5rem}footer[data-astro-cid-sz7xmlte] .footer-info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.9rem}footer[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.5rem}footer[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.9rem}}@media (max-width: 640px){footer[data-astro-cid-sz7xmlte]{padding:35px 0}footer[data-astro-cid-sz7xmlte] .footer-info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.85rem}footer[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.85rem}}@media (max-width: 480px){footer[data-astro-cid-sz7xmlte]{padding:30px 0}footer[data-astro-cid-sz7xmlte] .footer-content[data-astro-cid-sz7xmlte]{text-align:center}footer[data-astro-cid-sz7xmlte] .footer-left[data-astro-cid-sz7xmlte]{align-items:center}footer[data-astro-cid-sz7xmlte] .footer-info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.8rem;line-height:1.5}footer[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte]{align-items:center}footer[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.8rem}}@media (max-width: 360px){footer[data-astro-cid-sz7xmlte]{padding:25px 0}footer[data-astro-cid-sz7xmlte] .footer-info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.75rem}footer[data-astro-cid-sz7xmlte] .footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.75rem}}.privacy-policy[data-astro-cid-3llnt6j6]{padding:100px 0 80px;background-color:var(--as-background);min-height:calc(100vh - 236px)}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6]{max-width:800px;margin:0 auto}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h1[data-astro-cid-3llnt6j6]{font-size:3rem;color:var(--as-black);margin-bottom:1rem;text-align:center;font-weight:700}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] .subtitle[data-astro-cid-3llnt6j6]{font-size:1.2rem;color:var(--as-black);text-align:center;margin-bottom:3rem;font-style:italic}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h2[data-astro-cid-3llnt6j6]{font-size:2rem;color:var(--as-black);margin:3rem 0 1.5rem;font-weight:600;border-bottom:2px solid var(--as-accent);padding-bottom:.5rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h3[data-astro-cid-3llnt6j6]{font-size:1.5rem;color:var(--as-black);margin:2rem 0 1rem;font-weight:600}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h4[data-astro-cid-3llnt6j6]{font-size:1.3rem;color:var(--as-black);margin:1.5rem 0 .8rem;font-weight:600}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] p[data-astro-cid-3llnt6j6]{font-size:1rem;line-height:1.7;color:var(--as-text);margin-bottom:1.5rem;text-align:justify}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] ul[data-astro-cid-3llnt6j6]{margin:1rem 0 1.5rem 2rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] ul[data-astro-cid-3llnt6j6] li[data-astro-cid-3llnt6j6]{font-size:1rem;line-height:1.6;color:var(--as-text);margin-bottom:.5rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] ul[data-astro-cid-3llnt6j6] li[data-astro-cid-3llnt6j6] ul[data-astro-cid-3llnt6j6]{margin:.5rem 0 1rem 1.5rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] .contact-details[data-astro-cid-3llnt6j6]{background-color:var(--as-peach);padding:2rem;border-radius:12px;margin:2rem 0;border-left:4px solid var(--as-accent)}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] .contact-details[data-astro-cid-3llnt6j6] p[data-astro-cid-3llnt6j6]{margin-bottom:.8rem;text-align:left}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] .contact-details[data-astro-cid-3llnt6j6] p[data-astro-cid-3llnt6j6] strong[data-astro-cid-3llnt6j6]{color:var(--as-black);font-weight:600}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] .contact-details[data-astro-cid-3llnt6j6] p[data-astro-cid-3llnt6j6] a[data-astro-cid-3llnt6j6]{color:var(--as-accent);text-decoration:none;font-weight:500}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] .contact-details[data-astro-cid-3llnt6j6] p[data-astro-cid-3llnt6j6] a[data-astro-cid-3llnt6j6]:hover{text-decoration:underline}@media (max-width: 768px){.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h1[data-astro-cid-3llnt6j6]{font-size:2.2rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h2[data-astro-cid-3llnt6j6]{font-size:1.7rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h3[data-astro-cid-3llnt6j6]{font-size:1.3rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h4[data-astro-cid-3llnt6j6]{font-size:1.1rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] .contact-details[data-astro-cid-3llnt6j6]{padding:1.5rem}}@media (max-width: 480px){.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h1[data-astro-cid-3llnt6j6]{font-size:1.9rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h2[data-astro-cid-3llnt6j6]{font-size:1.5rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] h3[data-astro-cid-3llnt6j6]{font-size:1.2rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] .contact-details[data-astro-cid-3llnt6j6]{padding:1.2rem}.privacy-policy[data-astro-cid-3llnt6j6] .policy-content[data-astro-cid-3llnt6j6] ul[data-astro-cid-3llnt6j6]{margin-left:1.5rem}}.terms-of-service[data-astro-cid-cr6djlpe]{padding:100px 0 80px;background-color:var(--as-background);min-height:calc(100vh - 236px)}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe]{max-width:800px;margin:0 auto}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h1[data-astro-cid-cr6djlpe]{font-size:3rem;color:var(--as-black);margin-bottom:1rem;text-align:center;font-weight:700}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] .effective-date[data-astro-cid-cr6djlpe]{font-size:1.1rem;color:var(--as-black);text-align:center;margin-bottom:3rem;font-weight:600}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h2[data-astro-cid-cr6djlpe]{font-size:2rem;color:var(--as-black);margin:3rem 0 1.5rem;font-weight:600;border-bottom:2px solid var(--as-accent);padding-bottom:.5rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h3[data-astro-cid-cr6djlpe]{font-size:1.4rem;color:var(--as-black);margin:2rem 0 1rem;font-weight:600}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h4[data-astro-cid-cr6djlpe]{font-size:1.2rem;color:var(--as-black);margin:1.5rem 0 .8rem;font-weight:600}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] p[data-astro-cid-cr6djlpe]{font-size:1rem;line-height:1.7;color:var(--as-text);margin-bottom:1.5rem;text-align:justify}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] ul[data-astro-cid-cr6djlpe]{margin:1rem 0 1.5rem 2rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] ul[data-astro-cid-cr6djlpe] li[data-astro-cid-cr6djlpe]{font-size:1rem;line-height:1.6;color:var(--as-text);margin-bottom:.5rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] ul[data-astro-cid-cr6djlpe] li[data-astro-cid-cr6djlpe] ul[data-astro-cid-cr6djlpe]{margin:.5rem 0 1rem 1.5rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] strong[data-astro-cid-cr6djlpe]{font-weight:600;color:var(--as-black)}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] a[data-astro-cid-cr6djlpe]{color:var(--as-accent);text-decoration:none;font-weight:500}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] a[data-astro-cid-cr6djlpe]:hover{text-decoration:underline}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] .consent-section[data-astro-cid-cr6djlpe]{background-color:var(--as-peach);padding:2rem;border-radius:12px;margin:3rem 0;border-left:4px solid var(--as-accent)}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] .consent-section[data-astro-cid-cr6djlpe] h3[data-astro-cid-cr6djlpe]{margin-top:0;color:var(--as-black)}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] .consent-section[data-astro-cid-cr6djlpe] p[data-astro-cid-cr6djlpe]{margin-bottom:0;color:var(--as-black);font-weight:500}@media (max-width: 768px){.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h1[data-astro-cid-cr6djlpe]{font-size:2.2rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h2[data-astro-cid-cr6djlpe]{font-size:1.7rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h3[data-astro-cid-cr6djlpe]{font-size:1.3rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h4[data-astro-cid-cr6djlpe]{font-size:1.1rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] .consent-section[data-astro-cid-cr6djlpe]{padding:1.5rem}}@media (max-width: 480px){.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h1[data-astro-cid-cr6djlpe]{font-size:1.9rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h2[data-astro-cid-cr6djlpe]{font-size:1.5rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] h3[data-astro-cid-cr6djlpe]{font-size:1.2rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] .consent-section[data-astro-cid-cr6djlpe]{padding:1.2rem}.terms-of-service[data-astro-cid-cr6djlpe] .terms-content[data-astro-cid-cr6djlpe] ul[data-astro-cid-cr6djlpe]{margin-left:1.5rem}}section[data-astro-cid-bbe6dxrz]{padding-top:90px}section[data-astro-cid-bbe6dxrz] .hero-text[data-astro-cid-bbe6dxrz] .text-md[data-astro-cid-bbe6dxrz]{font-size:2.2rem;line-height:1.3}section[data-astro-cid-bbe6dxrz] .hero-text[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz],section[data-astro-cid-bbe6dxrz] .hero-text[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{color:var(--as-black)}section[data-astro-cid-bbe6dxrz] .hero-media[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:120%;height:auto}@media (max-width: 1024px){section[data-astro-cid-bbe6dxrz]{padding-top:80px}section[data-astro-cid-bbe6dxrz] .hero-text[data-astro-cid-bbe6dxrz] .text-md[data-astro-cid-bbe6dxrz]{font-size:2rem}section[data-astro-cid-bbe6dxrz] .hero-media[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:110%}}@media (max-width: 768px){section[data-astro-cid-bbe6dxrz]{padding-top:70px}section[data-astro-cid-bbe6dxrz] .hero-text[data-astro-cid-bbe6dxrz] .text-md[data-astro-cid-bbe6dxrz]{font-size:1.8rem}section[data-astro-cid-bbe6dxrz] .hero-media[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%}}@media (max-width: 640px){section[data-astro-cid-bbe6dxrz]{padding-top:60px}section[data-astro-cid-bbe6dxrz] .hero-text[data-astro-cid-bbe6dxrz] .text-md[data-astro-cid-bbe6dxrz]{font-size:1.6rem}}@media (max-width: 480px){section[data-astro-cid-bbe6dxrz]{padding-top:50px}section[data-astro-cid-bbe6dxrz] .grid-half[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center;gap:1rem}section[data-astro-cid-bbe6dxrz] .hero-text[data-astro-cid-bbe6dxrz] .text-md[data-astro-cid-bbe6dxrz]{font-size:1.4rem;line-height:1.4}section[data-astro-cid-bbe6dxrz] .hero-media[data-astro-cid-bbe6dxrz]{display:none}}@media (max-width: 360px){section[data-astro-cid-bbe6dxrz]{padding-top:40px}section[data-astro-cid-bbe6dxrz] .hero-text[data-astro-cid-bbe6dxrz] .text-md[data-astro-cid-bbe6dxrz]{font-size:1.2rem}}section[data-astro-cid-syh6xvgc]{padding:0 0 70px}section[data-astro-cid-syh6xvgc] .seen-on-brands[data-astro-cid-syh6xvgc]{overflow-x:hidden;mask-image:linear-gradient(to right,#0000,#000 40% 60%,#0000)}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc]{width:300px;padding-top:15px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc] h3[data-astro-cid-syh6xvgc]{font-size:2rem}section[data-astro-cid-syh6xvgc] .brand-group[data-astro-cid-syh6xvgc] img[data-astro-cid-syh6xvgc]{width:135px;filter:grayscale(100%) brightness(.4) contrast(1.2);transition:filter .3s ease}section[data-astro-cid-syh6xvgc] .brand-group[data-astro-cid-syh6xvgc] img[data-astro-cid-syh6xvgc]:hover{filter:grayscale(0%) brightness(1) contrast(1)}section[data-astro-cid-syh6xvgc] .brand-group[data-astro-cid-syh6xvgc] img[data-astro-cid-syh6xvgc][alt*=Logo]{filter:grayscale(100%) brightness(.4) contrast(1.2);background:transparent}section[data-astro-cid-syh6xvgc] .brand-group[data-astro-cid-syh6xvgc] img[data-astro-cid-syh6xvgc][alt*=Logo]:hover{filter:grayscale(0%) brightness(1) contrast(1)}@media (max-width: 1024px){section[data-astro-cid-syh6xvgc]{padding:0 0 60px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc]{width:280px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc] h3[data-astro-cid-syh6xvgc]{font-size:1.8rem}section[data-astro-cid-syh6xvgc] .brand-group[data-astro-cid-syh6xvgc] img[data-astro-cid-syh6xvgc]{width:120px}}@media (max-width: 768px){section[data-astro-cid-syh6xvgc]{padding:0 0 50px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc]{width:250px;padding-top:10px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc] h3[data-astro-cid-syh6xvgc]{font-size:1.6rem}section[data-astro-cid-syh6xvgc] .brand-group[data-astro-cid-syh6xvgc] img[data-astro-cid-syh6xvgc]{width:100px}}@media (max-width: 640px){section[data-astro-cid-syh6xvgc]{padding:0 0 40px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc]{width:200px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc] h3[data-astro-cid-syh6xvgc]{font-size:1.4rem}section[data-astro-cid-syh6xvgc] .brand-group[data-astro-cid-syh6xvgc] img[data-astro-cid-syh6xvgc]{width:85px}}@media (max-width: 480px){section[data-astro-cid-syh6xvgc]{padding:0 0 30px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc]{width:180px;padding-top:8px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc] h3[data-astro-cid-syh6xvgc]{font-size:1.2rem}section[data-astro-cid-syh6xvgc] .brand-group[data-astro-cid-syh6xvgc] img[data-astro-cid-syh6xvgc]{width:70px}}@media (max-width: 360px){section[data-astro-cid-syh6xvgc]{padding:0 0 25px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc]{width:160px}section[data-astro-cid-syh6xvgc] .seen-on-text[data-astro-cid-syh6xvgc] h3[data-astro-cid-syh6xvgc]{font-size:1.1rem}section[data-astro-cid-syh6xvgc] .brand-group[data-astro-cid-syh6xvgc] img[data-astro-cid-syh6xvgc]{width:60px}}section[data-astro-cid-vnivfuh2]{background-color:var(--as-peach);padding:70px 0}@media (max-width: 1024px){section[data-astro-cid-vnivfuh2]{padding:60px 0}}@media (max-width: 768px){section[data-astro-cid-vnivfuh2]{padding:50px 0}}@media (max-width: 640px){section[data-astro-cid-vnivfuh2]{padding:40px 0}}@media (max-width: 480px){section[data-astro-cid-vnivfuh2]{padding:30px 0}}section[data-astro-cid-vnivfuh2] h1[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] h3[data-astro-cid-vnivfuh2]{color:var(--as-black);margin:10px 0}section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .first-row[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(3,1fr);margin-bottom:40px}section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(5,1fr);margin-bottom:40px}section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(5,1fr)}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{color:var(--as-black);max-width:80%}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .small-desc[data-astro-cid-vnivfuh2]{font-size:.6rem}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:24px}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:16px}@media (max-width: 1024px){section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .first-row[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(2,1fr);gap:2rem}section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(3,1fr);gap:1.5rem}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:22px}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:14px}}@media (max-width: 768px){section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .first-row[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:30px}section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:30px}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{max-width:90%;font-size:.9rem}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .small-desc[data-astro-cid-vnivfuh2]{font-size:.7rem}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:20px}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:14px}}@media (max-width: 640px){section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .first-row[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:25px}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{font-size:.85rem}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .small-desc[data-astro-cid-vnivfuh2]{font-size:.65rem}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:22px}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:14px}}@media (max-width: 480px){section[data-astro-cid-vnivfuh2]{padding:60px 0}section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .first-row[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .features-container[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2]{grid-template-columns:1fr;gap:1rem;margin-bottom:20px}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2]{text-align:center}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .list-item[data-astro-cid-vnivfuh2]{margin-bottom:25px}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{margin:auto;font-size:.8rem;max-width:95%}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .small-desc[data-astro-cid-vnivfuh2]{font-size:.6rem}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:20px}section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .second-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2],section[data-astro-cid-vnivfuh2] .list[data-astro-cid-vnivfuh2] .third-row[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:12px}}section[data-astro-cid-xyg7ob6d]{padding:70px 0}@media (max-width: 1024px){section[data-astro-cid-xyg7ob6d]{padding:60px 0}}@media (max-width: 768px){section[data-astro-cid-xyg7ob6d]{padding:50px 0}}@media (max-width: 640px){section[data-astro-cid-xyg7ob6d]{padding:40px 0}}@media (max-width: 480px){section[data-astro-cid-xyg7ob6d]{padding:30px 0}}.showcases[data-astro-cid-xyg7ob6d] .showcase[data-astro-cid-xyg7ob6d]{margin-top:80px}.showcases[data-astro-cid-xyg7ob6d] .showcase[data-astro-cid-xyg7ob6d] .case-media[data-astro-cid-xyg7ob6d],.showcases[data-astro-cid-xyg7ob6d] .showcase[data-astro-cid-xyg7ob6d] .case-text[data-astro-cid-xyg7ob6d]{flex-basis:50%}.showcases[data-astro-cid-xyg7ob6d] .showcase[data-astro-cid-xyg7ob6d] .case-media[data-astro-cid-xyg7ob6d] img[data-astro-cid-xyg7ob6d]{width:100%;border-radius:30px}.showcases[data-astro-cid-xyg7ob6d] .showcase[data-astro-cid-xyg7ob6d]:nth-child(2n){flex-direction:row-reverse;transform:translate(-40px)}.showcases[data-astro-cid-xyg7ob6d] .showcase[data-astro-cid-xyg7ob6d]:nth-child(2n) .text-content[data-astro-cid-xyg7ob6d]{margin-left:auto}@media (max-width: 700px){.showcases[data-astro-cid-xyg7ob6d] .showcase[data-astro-cid-xyg7ob6d]{flex-direction:column}.showcases[data-astro-cid-xyg7ob6d] .showcase[data-astro-cid-xyg7ob6d]:nth-child(2n){flex-direction:column;transform:translate(0)}}section[data-astro-cid-bgwftent]{padding-top:60px}section[data-astro-cid-bgwftent] .reviews[data-astro-cid-bgwftent]{position:relative}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent]{grid-template-columns:repeat(6,1fr);justify-items:center}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent]{border-radius:16px;margin-bottom:10px;width:150px;height:150px;border:1px solid var(--as-black);transition:all .3s ease-in-out;background-color:#fff;display:flex;align-items:center;justify-content:center}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent]{padding:15px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-percentage[data-astro-cid-bgwftent]{font-size:4.4rem;font-weight:700;color:var(--as-black);margin:0 0 10px;line-height:1}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-description[data-astro-cid-bgwftent]{font-size:1.4rem;font-weight:500;color:var(--as-black);margin:0;line-height:1.3;text-align:center}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent]:hover{box-shadow:6px 6px #000}section[data-astro-cid-bgwftent] .review-cta[data-astro-cid-bgwftent]{margin-left:auto}section[data-astro-cid-bgwftent] .reviewer[data-astro-cid-bgwftent]{justify-content:start}section[data-astro-cid-bgwftent] .reviewer[data-astro-cid-bgwftent] .avatar[data-astro-cid-bgwftent]{height:46px;width:46px}section[data-astro-cid-bgwftent] .reviewer[data-astro-cid-bgwftent] .info[data-astro-cid-bgwftent] p[data-astro-cid-bgwftent]{margin:0}@media (max-width: 1024px){section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent]{grid-template-columns:repeat(3,1fr)}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent]{width:140px;height:140px}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-percentage[data-astro-cid-bgwftent]{font-size:3.6rem}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-description[data-astro-cid-bgwftent]{font-size:1.3rem}}@media (max-width: 768px){section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent]{grid-template-columns:repeat(2,1fr)}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent]{width:125px;height:125px}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-percentage[data-astro-cid-bgwftent]{font-size:3.2rem}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-description[data-astro-cid-bgwftent]{font-size:1.2rem}}@media (max-width: 640px){section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent]{grid-template-columns:repeat(2,1fr)}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent]{width:110px;height:110px}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-percentage[data-astro-cid-bgwftent]{font-size:2.8rem}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-description[data-astro-cid-bgwftent]{font-size:1.1rem}}@media (max-width: 480px){section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent]{grid-template-columns:repeat(2,1fr)}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent]{width:100px;height:100px}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-percentage[data-astro-cid-bgwftent]{font-size:2.4rem}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent] .stat-description[data-astro-cid-bgwftent]{font-size:1rem}}@media (max-width: 700px){section[data-astro-cid-bgwftent]{padding-top:0}section[data-astro-cid-bgwftent] .container[data-astro-cid-bgwftent]{flex-direction:column;margin:0 auto;text-align:center}section[data-astro-cid-bgwftent] .container[data-astro-cid-bgwftent] .review-cta[data-astro-cid-bgwftent]{margin:20px 0}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent]{grid-template-columns:repeat(2,1fr)}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent]{width:100%;max-width:150px;height:150px;margin:0 auto 10px}section[data-astro-cid-bgwftent] .reviews-wrap[data-astro-cid-bgwftent] .review-item[data-astro-cid-bgwftent] .item-body[data-astro-cid-bgwftent]{padding:15px 10px}}.pricing-section[data-astro-cid-hkoc4sea]{background-color:var(--as-peach);padding:80px 0}.pricing-grid[data-astro-cid-hkoc4sea]{display:grid;grid-template-columns:repeat(4,1fr);gap:3.5rem;max-width:1400px;margin:0 auto;justify-items:center}.pricing-spacing[data-astro-cid-hkoc4sea]{margin-top:100px}.pricing-card[data-astro-cid-hkoc4sea]{background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;position:relative;transition:all .3s ease;display:flex;flex-direction:column;width:100%;max-width:240px;box-shadow:0 2px 8px #0000001a}.pricing-card[data-astro-cid-hkoc4sea]:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.pricing-card[data-astro-cid-hkoc4sea].popular{border-color:var(--as-accent);box-shadow:0 0 0 1px var(--as-accent)}.popular-badge[data-astro-cid-hkoc4sea]{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--as-accent);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:10}.pricing-header[data-astro-cid-hkoc4sea]{text-align:center;margin-bottom:1.5rem}.pricing-header[data-astro-cid-hkoc4sea] h3[data-astro-cid-hkoc4sea]{margin:10px 0;color:var(--color-text)}.pricing-price[data-astro-cid-hkoc4sea]{margin-bottom:.5rem}.price[data-astro-cid-hkoc4sea]{font-size:2.5rem;font-weight:700;color:var(--color-text)}.period[data-astro-cid-hkoc4sea]{font-size:1rem;color:var(--color-text-muted);margin-left:.25rem}.users[data-astro-cid-hkoc4sea]{color:var(--color-text-muted);font-size:.875rem}.pricing-features[data-astro-cid-hkoc4sea]{flex-grow:1;margin-bottom:1.5rem}.pricing-features[data-astro-cid-hkoc4sea] ul[data-astro-cid-hkoc4sea]{list-style:none;padding:0;margin:0}.feature-item[data-astro-cid-hkoc4sea]{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;color:var(--color-text)}.check-icon[data-astro-cid-hkoc4sea]{color:var(--as-accent);flex-shrink:0;margin-top:.125rem}.pricing-cta[data-astro-cid-hkoc4sea]{margin-top:auto}.pricing-cta[data-astro-cid-hkoc4sea] .button[data-astro-cid-hkoc4sea]{width:100%;justify-content:center}@media (max-width: 1200px){.pricing-grid[data-astro-cid-hkoc4sea]{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width: 900px){.pricing-grid[data-astro-cid-hkoc4sea]{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 600px){.pricing-grid[data-astro-cid-hkoc4sea]{grid-template-columns:1fr;gap:1.5rem}.pricing-card[data-astro-cid-hkoc4sea]{padding:1.5rem}.price[data-astro-cid-hkoc4sea]{font-size:2rem}}@media (max-width: 480px){.pricing-section[data-astro-cid-hkoc4sea]{padding:60px 0}}section[data-astro-cid-balv45lp]{background-color:var(--as-peach);padding:80px 0}section[data-astro-cid-balv45lp] img[data-astro-cid-balv45lp]{width:80%;transform:translate(-10px);height:auto}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] h2[data-astro-cid-balv45lp]{color:var(--as-black);margin-bottom:20px}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] p[data-astro-cid-balv45lp]{color:var(--as-black);margin-bottom:30px;line-height:1.5}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .button[data-astro-cid-balv45lp]{font-size:1.1rem;padding:12px 24px}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .cta-contact-button[data-astro-cid-balv45lp]{display:inline-block;border-radius:20px;text-transform:none;font-weight:500;font-size:1.4rem;height:28px;line-height:26px;padding:0 8px;margin:0 2px;vertical-align:baseline;transition:box-shadow .15s ease-out}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .cta-contact-button[data-astro-cid-balv45lp]:hover{opacity:.95;box-shadow:0 0 0 2px var(--as-plum)}@media (max-width: 1024px){section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .cta-contact-button[data-astro-cid-balv45lp]{font-size:1.2rem;height:26px;line-height:24px;padding:0 6px}}@media (max-width: 768px){section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .cta-contact-button[data-astro-cid-balv45lp]{font-size:1.1rem;height:24px;line-height:22px;padding:0 5px}}@media (max-width: 640px){section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .cta-contact-button[data-astro-cid-balv45lp]{font-size:1rem;height:22px;line-height:20px;padding:0 4px}}@media (max-width: 480px){section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .cta-contact-button[data-astro-cid-balv45lp]{font-size:.9rem;height:20px;line-height:18px;padding:0 3px}}@media (max-width: 1024px){section[data-astro-cid-balv45lp]{padding:70px 0}section[data-astro-cid-balv45lp] img[data-astro-cid-balv45lp]{width:75%}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] h2[data-astro-cid-balv45lp]{font-size:2.2rem}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] p[data-astro-cid-balv45lp]{font-size:1rem}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .button[data-astro-cid-balv45lp]{font-size:1rem;padding:10px 20px}}@media (max-width: 768px){section[data-astro-cid-balv45lp]{padding:60px 0}section[data-astro-cid-balv45lp] img[data-astro-cid-balv45lp]{width:70%;transform:translate(-5px)}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] h2[data-astro-cid-balv45lp]{font-size:2rem}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] p[data-astro-cid-balv45lp]{font-size:.95rem}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .button[data-astro-cid-balv45lp]{font-size:.95rem;padding:10px 18px}}@media (max-width: 640px){section[data-astro-cid-balv45lp]{padding:50px 0}section[data-astro-cid-balv45lp] img[data-astro-cid-balv45lp]{width:65%}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] h2[data-astro-cid-balv45lp]{font-size:1.8rem}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] p[data-astro-cid-balv45lp]{font-size:.9rem}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .button[data-astro-cid-balv45lp]{font-size:.9rem;padding:8px 16px}}@media (max-width: 480px){section[data-astro-cid-balv45lp]{padding:40px 0}section[data-astro-cid-balv45lp] .grid-half[data-astro-cid-balv45lp]{grid-template-columns:1fr;text-align:center;gap:2rem}section[data-astro-cid-balv45lp] img[data-astro-cid-balv45lp]{width:60%;transform:none;margin:0 auto;display:block}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp]{margin-top:0}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] h2[data-astro-cid-balv45lp]{font-size:1.6rem}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] p[data-astro-cid-balv45lp]{font-size:.85rem;margin-bottom:25px}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .button[data-astro-cid-balv45lp]{font-size:.85rem;padding:8px 14px;width:100%;max-width:280px}}@media (max-width: 360px){section[data-astro-cid-balv45lp]{padding:30px 0}section[data-astro-cid-balv45lp] img[data-astro-cid-balv45lp]{width:55%}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] h2[data-astro-cid-balv45lp]{font-size:1.4rem}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] p[data-astro-cid-balv45lp]{font-size:.8rem}section[data-astro-cid-balv45lp] .cta[data-astro-cid-balv45lp] .button[data-astro-cid-balv45lp]{font-size:.8rem;padding:6px 12px}}main[data-astro-cid-j7pv25f6]{background-color:#fff}
