.Navbar-module___rHu7W__navbarWrapper{z-index:1000;padding:20px 16px;transition:padding .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbarWrapper.Navbar-module___rHu7W__scrolled{padding:8px 16px}.Navbar-module___rHu7W__navbar{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-xl,24px);width:1100px;max-width:100%;box-shadow:var(--shadow-nav,0 4px 20px #0000000d);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 auto;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out Navbar-module___rHu7W__slideDown;position:relative}@keyframes Navbar-module___rHu7W__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(25px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:16px;box-shadow:0 8px 32px #0000001a}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__navContainer{padding:4px 16px 4px 24px}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__logo{width:130px}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__navLink{font-size:16px}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__contactUs{padding:8px 16px;font-size:14px}.Navbar-module___rHu7W__navContainer{justify-content:space-between;align-items:center;padding:5px 12px 5px 30px;transition:padding .3s;display:flex;position:relative}.Navbar-module___rHu7W__logoLink{animation:.6s ease-out Navbar-module___rHu7W__fadeIn;display:block}@keyframes Navbar-module___rHu7W__fadeIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.Navbar-module___rHu7W__logo{object-fit:contain;flex-shrink:0;width:140px;height:auto;transition:all .3s}.Navbar-module___rHu7W__desktopNav{flex:1;align-items:center;gap:32px;display:flex}.Navbar-module___rHu7W__navLinks{align-items:center;gap:62px;margin:0;padding:0;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module___rHu7W__navItem{opacity:0;animation:.6s ease-out forwards Navbar-module___rHu7W__navItemFadeIn}@keyframes Navbar-module___rHu7W__navItemFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__navLink{font-size:var(--font-size-nav);font-weight:var(--font-weight-medium);color:var(--color-text);white-space:nowrap;font-family:var(--font-primary);padding-bottom:4px;text-decoration:none;transition:color .3s;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.Navbar-module___rHu7W__navLink:hover:after,.Navbar-module___rHu7W__navLink.Navbar-module___rHu7W__active:after{width:100%}.Navbar-module___rHu7W__navLink:hover{color:var(--color-primary)}.Navbar-module___rHu7W__navLink.Navbar-module___rHu7W__active{color:var(--color-primary);font-weight:var(--font-weight-semibold)}.Navbar-module___rHu7W__contactUs{background:var(--color-primary);color:var(--color-background);font-size:var(--font-size-button-sm);font-weight:var(--font-weight-medium);font-family:var(--font-primary);cursor:pointer;box-shadow:var(--shadow-button,0 4px 10px #4285f433);white-space:nowrap;opacity:0;border:none;border-radius:35px;margin-left:auto;padding:10px 20px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out forwards Navbar-module___rHu7W__navItemFadeIn;position:relative;overflow:hidden}.Navbar-module___rHu7W__contactUs:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Navbar-module___rHu7W__contactUs:hover:before{width:300px;height:300px}.Navbar-module___rHu7W__contactUs:hover{background:var(--color-primary-hover);transform:translateY(-2px)scale(1.05);box-shadow:0 6px 16px #4285f466}.Navbar-module___rHu7W__contactUs:active{transform:translateY(0)scale(.98)}.Navbar-module___rHu7W__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:10px;transition:background-color .2s;display:none}.Navbar-module___rHu7W__hamburger:hover{background-color:#0000000d}.Navbar-module___rHu7W__hamburger:focus{outline:2px solid var(--color-primary);outline-offset:2px}.Navbar-module___rHu7W__hamburger span{background-color:var(--color-text-dark,#223f70);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module___rHu7W__mobileMenu{opacity:0;border-top:0 solid var(--color-border);max-height:0;padding:0 24px;transition:max-height .35s ease-out,padding .35s ease-out,opacity .25s;display:none;overflow:hidden}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__show{opacity:1;border-top-width:1px;max-height:500px;padding:16px 24px 24px}.Navbar-module___rHu7W__mobileNavLinks{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.Navbar-module___rHu7W__mobileNavLinks li{border-bottom:1px solid #0000000f}.Navbar-module___rHu7W__mobileNavLinks li:last-child{border-bottom:none}.Navbar-module___rHu7W__mobileNavLink{font-family:var(--font-primary,"Poppins",sans-serif);color:var(--color-text,#333);border-radius:8px;padding:14px 0;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s,background-color .2s,padding-left .2s;display:block}.Navbar-module___rHu7W__mobileNavLink:hover{color:var(--color-primary);padding-left:8px}.Navbar-module___rHu7W__mobileNavLink.Navbar-module___rHu7W__active{color:var(--color-primary);font-weight:600}.Navbar-module___rHu7W__mobileMenuFooter{border-top:1px solid #0000000f;margin-top:16px;padding-top:16px}.Navbar-module___rHu7W__mobileContactBtn{background-color:var(--color-primary);color:#fff;cursor:pointer;width:100%;font-size:16px;font-weight:600;font-family:var(--font-primary);border:none;border-radius:35px;padding:14px 24px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #4285f440}.Navbar-module___rHu7W__mobileContactBtn:hover{background-color:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #4285f459}.Navbar-module___rHu7W__mobileContactBtn:active{transform:scale(.98)}@media (max-width:1024px){.Navbar-module___rHu7W__navbarWrapper{padding:16px 12px}.Navbar-module___rHu7W__navbarWrapper.Navbar-module___rHu7W__scrolled{padding:6px 12px}.Navbar-module___rHu7W__navbar{max-width:100%}.Navbar-module___rHu7W__navContainer{padding:15px 24px}.Navbar-module___rHu7W__navLinks{gap:24px}.Navbar-module___rHu7W__navLink{font-size:16px}}@media (max-width:768px){.Navbar-module___rHu7W__navbarWrapper{padding:12px 8px}.Navbar-module___rHu7W__navbarWrapper.Navbar-module___rHu7W__scrolled{padding:6px 8px}.Navbar-module___rHu7W__desktopNav{display:none}.Navbar-module___rHu7W__hamburger{display:flex}.Navbar-module___rHu7W__mobileMenu{display:block}.Navbar-module___rHu7W__navbar{border-radius:20px;max-width:100%}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__menuOpen{border-radius:20px}.Navbar-module___rHu7W__navContainer{min-height:56px;padding:10px 16px 10px 24px}.Navbar-module___rHu7W__logo{width:120px}}@media (max-width:480px){.Navbar-module___rHu7W__navbarWrapper{padding:8px 6px}.Navbar-module___rHu7W__navbarWrapper.Navbar-module___rHu7W__scrolled{padding:4px 6px}.Navbar-module___rHu7W__navbar{border-radius:16px;max-width:100%}.Navbar-module___rHu7W__navContainer{min-height:52px;padding:8px 12px 8px 16px}.Navbar-module___rHu7W__logo{width:100px}.Navbar-module___rHu7W__hamburger{width:40px;height:40px;padding:8px}.Navbar-module___rHu7W__hamburger span{width:20px}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__show{padding:12px 16px 20px}.Navbar-module___rHu7W__mobileNavLink{padding:12px 0;font-size:15px}.Navbar-module___rHu7W__mobileContactBtn{padding:12px 20px;font-size:15px}}@media (max-width:380px){.Navbar-module___rHu7W__navbar{max-width:calc(100% - 12px);margin:8px auto}.Navbar-module___rHu7W__navContainer{padding:6px 10px 6px 14px}.Navbar-module___rHu7W__logo{width:90px}.Navbar-module___rHu7W__mobileNavLink{font-size:14px}}
.Footer-module__jzjapq__footer{color:#fff;font-family:var(--font-primary);background-color:#0f1f35;padding:60px 0 0}.Footer-module__jzjapq__container{max-width:1440px;margin:0 auto;padding:0 80px}.Footer-module__jzjapq__mainContent{grid-template-columns:1fr 1fr 1.2fr .8fr;gap:48px;margin-bottom:40px;display:grid}.Footer-module__jzjapq__brandSection{flex-direction:column;gap:12px;display:flex}.Footer-module__jzjapq__logo{font-size:var(--font-size-section-title);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);margin-bottom:4px}.Footer-module__jzjapq__logoWhite{color:#fff}.Footer-module__jzjapq__logoBlue{color:#3b82f6}.Footer-module__jzjapq__tagline{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);line-height:var(--line-height-relaxed);color:#ffffffe6;margin-bottom:8px}.Footer-module__jzjapq__companyInfo{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.Footer-module__jzjapq__companyName{font-size:var(--font-size-body-md);font-weight:var(--font-weight-semibold);color:#fff}.Footer-module__jzjapq__cinNumber{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);color:#ffffffd9}.Footer-module__jzjapq__getInTouch{font-size:var(--font-size-body-md);font-weight:var(--font-weight-semibold);color:#fff;margin-top:8px;margin-bottom:4px}.Footer-module__jzjapq__socialIcons{gap:12px;margin-top:4px;display:flex}.Footer-module__jzjapq__socialLink{border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .3s,border-color .3s;display:flex}.Footer-module__jzjapq__socialLink:hover{border-color:#3b82f6;transform:translateY(-2px)}.Footer-module__jzjapq__socialLink img{width:18px;height:18px;display:block}.Footer-module__jzjapq__supportSection{flex-direction:column;gap:10px;display:flex}.Footer-module__jzjapq__sectionTitle{font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);color:#fff;margin-bottom:4px}.Footer-module__jzjapq__contactGroup{flex-direction:column;gap:12px;display:flex}.Footer-module__jzjapq__contactItem{align-items:center;gap:8px;display:flex}.Footer-module__jzjapq__contactIcon{opacity:.9;flex-shrink:0;width:18px;height:18px}.Footer-module__jzjapq__contactLabel{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);color:#ffffffe6}.Footer-module__jzjapq__contactSeparator{color:#ffffffe6;margin:0 2px}.Footer-module__jzjapq__contactValue{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);color:#fff;text-decoration:none;transition:color .3s}a.Footer-module__jzjapq__contactValue:hover{color:#3b82f6}.Footer-module__jzjapq__linksSection,.Footer-module__jzjapq__quickNavSection{flex-direction:column;gap:12px;display:flex}.Footer-module__jzjapq__quickNavColumns{gap:40px;display:flex}.Footer-module__jzjapq__linksList{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__jzjapq__footerLink{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);color:#ffffffe6;align-items:center;gap:8px;text-decoration:none;transition:color .3s;display:flex}.Footer-module__jzjapq__footerLink:hover{color:#3b82f6}.Footer-module__jzjapq__linkArrow{color:#3b82f6;font-size:14px;font-weight:600}.Footer-module__jzjapq__divider{background:#ffffff1a;height:1px;margin:10px 0}.Footer-module__jzjapq__citiesSection{text-align:center;margin-bottom:20px}.Footer-module__jzjapq__citiesTitle{color:#fff;margin-bottom:24px;font-size:18px;font-weight:600}.Footer-module__jzjapq__citiesList{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 48px;display:flex}.Footer-module__jzjapq__cityName{color:#fff;font-size:16px;font-weight:400}.Footer-module__jzjapq__bottomBar{border-top:1px solid #ffffff1a;justify-content:center;align-items:center;padding:24px 0;display:flex}.Footer-module__jzjapq__copyright{color:#fffc;align-items:center;gap:6px;font-size:14px;font-weight:400;display:flex}.Footer-module__jzjapq__copyrightSymbol{font-size:14px}@media (max-width:1200px){.Footer-module__jzjapq__container{padding:0 40px}.Footer-module__jzjapq__mainContent{gap:32px}.Footer-module__jzjapq__quickNavColumns{gap:24px}.Footer-module__jzjapq__citiesList{gap:12px 36px}}@media (max-width:1024px){.Footer-module__jzjapq__mainContent{grid-template-columns:1fr 1fr;gap:40px}.Footer-module__jzjapq__quickNavSection{grid-column:span 1}}@media (max-width:768px){.Footer-module__jzjapq__footer{padding:40px 0 0}.Footer-module__jzjapq__container{padding:0 24px}.Footer-module__jzjapq__mainContent{grid-template-columns:1fr;gap:32px}.Footer-module__jzjapq__quickNavColumns{gap:40px}.Footer-module__jzjapq__citiesList{gap:12px 24px}.Footer-module__jzjapq__cityName{font-size:14px}.Footer-module__jzjapq__bottomBar{padding:20px 0}}@media (max-width:480px){.Footer-module__jzjapq__logo{font-size:28px}.Footer-module__jzjapq__quickNavColumns{gap:24px}.Footer-module__jzjapq__citiesList{gap:10px 20px}.Footer-module__jzjapq__cityName{font-size:13px}.Footer-module__jzjapq__socialIcons{gap:10px}.Footer-module__jzjapq__socialLink{width:32px;height:32px}.Footer-module__jzjapq__socialLink img{width:16px;height:16px}}
.Popup-module__aSAIMW__backdrop{z-index:999;opacity:0;background:#00000061;animation:.25s forwards Popup-module__aSAIMW__popupFadeIn;position:fixed;inset:0}.Popup-module__aSAIMW__modal{z-index:1000;opacity:0;background:#fff;border:1px solid #0003;border-radius:30px;flex-direction:column;gap:10px;width:min(748px,96vw);height:fit-content;margin:auto;padding:20px;animation:.35s forwards Popup-module__aSAIMW__popupSlideIn;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(14px)scale(.98);box-shadow:0 4px 4px #00000040}.Popup-module__aSAIMW__title{color:var(--color-primary);font-size:24px;line-height:1.25;font-weight:var(--font-weight-bold);letter-spacing:-.2px;margin-right:32px}.Popup-module__aSAIMW__closeButton{color:#0000008c;cursor:pointer;background:0 0;border:none;width:40px;height:40px;font-size:24px;line-height:1;position:absolute;top:16px;right:16px}.Popup-module__aSAIMW__form{flex-direction:column;gap:22px;margin-top:4px;display:flex}.Popup-module__aSAIMW__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Popup-module__aSAIMW__phoneRow{grid-template-columns:80px 1fr;column-gap:10px}.Popup-module__aSAIMW__form input,.Popup-module__aSAIMW__form textarea,.Popup-module__aSAIMW__countryCodeWrapper select{width:100%;height:38px;font-size:16px;font-family:var(--font-primary);color:#000c;background:#fff;border:2px solid #0003;border-radius:9px;outline:none;padding:0 14px}.Popup-module__aSAIMW__form input:focus,.Popup-module__aSAIMW__form textarea:focus,.Popup-module__aSAIMW__countryCodeWrapper select:focus{border-color:var(--color-primary);box-shadow:0 0 0 1px #4285f433}.Popup-module__aSAIMW__form textarea{resize:none;height:97px;min-height:97px;padding:10px 14px}.Popup-module__aSAIMW__form input::placeholder,.Popup-module__aSAIMW__form textarea::placeholder,.Popup-module__aSAIMW__countryCodeWrapper select{color:#00000080;font-weight:var(--font-weight-medium)}.Popup-module__aSAIMW__countryCodeWrapper{width:80px;position:relative}.Popup-module__aSAIMW__countryCodeWrapper select{appearance:none;cursor:pointer;padding-right:28px}.Popup-module__aSAIMW__submitButton{background:var(--color-primary);color:#fff;width:100%;height:60px;font-size:20px;font-weight:var(--font-weight-semibold);border:.5px solid #dddbdb;border-radius:10px;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 4px 4px #00000040}.Popup-module__aSAIMW__submitButton:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-cta);transform:translateY(-1px)}.Popup-module__aSAIMW__submitButton:active{box-shadow:var(--shadow-button);transform:translateY(0)}.Popup-module__aSAIMW__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Popup-module__aSAIMW__successModal{text-align:center;gap:12px;width:min(520px,88vw);padding:40px 32px 32px}.Popup-module__aSAIMW__successIcon{background:#4285f41a;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto;display:grid;position:relative}.Popup-module__aSAIMW__successIcon:after{content:"";border-right:4px solid var(--color-primary);border-bottom:4px solid var(--color-primary);width:14px;height:26px;transform:rotate(45deg)}.Popup-module__aSAIMW__successTitle{font-size:22px;font-weight:var(--font-weight-semibold);color:var(--color-text-dark)}.Popup-module__aSAIMW__successCopy{color:var(--color-text-secondary);font-size:16px}.Popup-module__aSAIMW__successButton{background:var(--color-primary);color:#fff;width:100%;height:56px;font-size:18px;font-weight:var(--font-weight-semibold);border-radius:14px;margin-top:8px}@keyframes Popup-module__aSAIMW__popupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes Popup-module__aSAIMW__popupSlideIn{0%{opacity:0;transform:translateY(22px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:900px){.Popup-module__aSAIMW__modal{padding:28px 24px 30px}.Popup-module__aSAIMW__title{font-size:26px}.Popup-module__aSAIMW__form input,.Popup-module__aSAIMW__form textarea,.Popup-module__aSAIMW__countryCodeWrapper select{font-size:15px}}@media (max-width:680px){.Popup-module__aSAIMW__modal{width:min(560px,94vw);padding:24px 18px 26px}.Popup-module__aSAIMW__row,.Popup-module__aSAIMW__phoneRow{grid-template-columns:1fr}.Popup-module__aSAIMW__countryCodeWrapper{width:100%}.Popup-module__aSAIMW__title{font-size:22px}.Popup-module__aSAIMW__submitButton{height:58px;font-size:18px}}
.Chatbot-module__csxGTG__triggerButton{z-index:9999;cursor:pointer;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;animation:3s ease-in-out infinite Chatbot-module__csxGTG__pulseRing;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 12px #00000026}.Chatbot-module__csxGTG__triggerButton:hover{transform:scale(1.08);box-shadow:0 6px 28px #4285f48c}.Chatbot-module__csxGTG__triggerButton:active{transform:scale(.95)}.Chatbot-module__csxGTG__triggerIcon{width:28px;height:28px;transition:transform .3s,opacity .2s}.Chatbot-module__csxGTG__triggerButton.Chatbot-module__csxGTG__open .Chatbot-module__csxGTG__chatIcon{opacity:0;position:absolute;transform:rotate(90deg)scale(0)}.Chatbot-module__csxGTG__triggerButton.Chatbot-module__csxGTG__open .Chatbot-module__csxGTG__closeIcon{opacity:1;transform:rotate(0)scale(1)}.Chatbot-module__csxGTG__triggerButton:not(.Chatbot-module__csxGTG__open) .Chatbot-module__csxGTG__closeIcon{opacity:0;position:absolute;transform:rotate(-90deg)scale(0)}.Chatbot-module__csxGTG__triggerButton:not(.Chatbot-module__csxGTG__open) .Chatbot-module__csxGTG__chatIcon{opacity:1;transform:rotate(0)scale(1)}.Chatbot-module__csxGTG__triggerTooltip{color:#128c7e;font-family:var(--font-primary);font-size:var(--font-size-body-md);font-weight:var(--font-weight-medium);white-space:nowrap;pointer-events:none;opacity:0;background:#fff;border-radius:8px;padding:6px 14px;transition:opacity .25s;position:absolute;top:50%;right:72px;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.Chatbot-module__csxGTG__triggerTooltip:after{content:"";border:6px solid #0000;border-left-color:#fff;border-right:none;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.Chatbot-module__csxGTG__triggerButton:not(.Chatbot-module__csxGTG__open):hover .Chatbot-module__csxGTG__triggerTooltip{opacity:1}@keyframes Chatbot-module__csxGTG__pulseRing{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 20px #25d36666,0 0 0 10px #25d36626}}.Chatbot-module__csxGTG__chatWindow{z-index:9998;transform-origin:100% 100%;background:#e5ddd5;border:1px solid #c8c8c84d;border-radius:16px;flex-direction:column;width:400px;max-height:560px;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards Chatbot-module__csxGTG__windowSlideIn;display:flex;position:fixed;bottom:100px;right:28px;overflow:hidden;box-shadow:0 12px 48px #00000026,0 2px 8px #0000000f}.Chatbot-module__csxGTG__chatWindowClosing{animation:.25s cubic-bezier(.55,0,1,.45) forwards Chatbot-module__csxGTG__windowSlideOut}@keyframes Chatbot-module__csxGTG__windowSlideIn{0%{opacity:0;transform:scale(.4)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes Chatbot-module__csxGTG__windowSlideOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.4)translateY(20px)}}.Chatbot-module__csxGTG__chatHeader{background:#075e54;flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:flex}.Chatbot-module__csxGTG__headerAvatar{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Chatbot-module__csxGTG__headerAvatar img{filter:brightness(10);width:26px;height:26px}.Chatbot-module__csxGTG__headerInfo{flex:1;min-width:0}.Chatbot-module__csxGTG__headerTitle{color:#fff;font-family:var(--font-primary);font-size:var(--font-size-body-lg);font-weight:var(--font-weight-semibold);margin:0;line-height:1.2}.Chatbot-module__csxGTG__headerSubtitle{color:#fffc;font-family:var(--font-primary);font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);margin:0;line-height:1.3}.Chatbot-module__csxGTG__onlineDot{vertical-align:middle;background:#4ade80;border-radius:50%;width:7px;height:7px;margin-right:4px;animation:2s ease-in-out infinite Chatbot-module__csxGTG__dotPulse;display:inline-block}@keyframes Chatbot-module__csxGTG__dotPulse{0%,to{opacity:1}50%{opacity:.5}}.Chatbot-module__csxGTG__headerClose{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .2s;display:flex}.Chatbot-module__csxGTG__headerClose:hover{background:#ffffff40}.Chatbot-module__csxGTG__headerClose svg{color:#fff;width:16px;height:16px}.Chatbot-module__csxGTG__chatBody{scroll-behavior:smooth;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);background-size:cover;background-attachment:fixed;flex-direction:column;flex:1;gap:8px;min-height:200px;max-height:380px;padding:16px;display:flex;overflow-y:auto}.Chatbot-module__csxGTG__chatBody::-webkit-scrollbar{width:5px}.Chatbot-module__csxGTG__chatBody::-webkit-scrollbar-track{background:0 0}.Chatbot-module__csxGTG__chatBody::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.Chatbot-module__csxGTG__bubble{max-width:80%;font-family:var(--font-primary);font-size:var(--font-size-body);line-height:var(--line-height-relaxed);opacity:0;padding:8px 12px;animation:.2s ease-out forwards Chatbot-module__csxGTG__bubbleIn;position:relative;box-shadow:0 1px .5px #00000021}.Chatbot-module__csxGTG__botBubble{color:#303030;background:#fff;border-radius:0 8px 8px;align-self:flex-start;margin-left:8px}.Chatbot-module__csxGTG__botBubble:before{content:"";border:8px solid #fff;border-color:#fff #fff #0000 #0000;width:0;height:0;position:absolute;top:0;left:-8px}.Chatbot-module__csxGTG__userBubble{color:#303030;background:#dcf8c6;border-radius:8px 0 8px 8px;align-self:flex-end;margin-right:8px}.Chatbot-module__csxGTG__userBubble:before{content:"";border:8px solid #0000;border-color:#dcf8c6 #0000 #0000 #dcf8c6;width:0;height:0;position:absolute;top:0;right:-8px}@keyframes Chatbot-module__csxGTG__bubbleIn{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Chatbot-module__csxGTG__typingIndicator{opacity:0;background:#fff;border-radius:0 8px 8px;align-self:flex-start;align-items:center;gap:4px;margin-left:8px;padding:10px 14px;animation:.2s forwards Chatbot-module__csxGTG__bubbleIn;display:flex;position:relative;box-shadow:0 1px .5px #00000021}.Chatbot-module__csxGTG__typingIndicator:before{content:"";border:8px solid #fff;border-color:#fff #fff #0000 #0000;width:0;height:0;position:absolute;top:0;left:-8px}.Chatbot-module__csxGTG__typingDot{opacity:.5;background:#128c7e;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite Chatbot-module__csxGTG__typingBounce}.Chatbot-module__csxGTG__typingDot:nth-child(2){animation-delay:.2s}.Chatbot-module__csxGTG__typingDot:nth-child(3){animation-delay:.4s}@keyframes Chatbot-module__csxGTG__typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.Chatbot-module__csxGTG__languageOptions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.Chatbot-module__csxGTG__langButton{color:#128c7e;font-family:var(--font-primary);font-size:var(--font-size-body);font-weight:var(--font-weight-medium);cursor:pointer;background:0 0;border:1px solid #128c7e;border-radius:20px;padding:8px 20px;transition:all .25s}.Chatbot-module__csxGTG__langButton:hover{color:#fff;background:#128c7e;transform:translateY(-1px);box-shadow:0 3px 10px #128c7e40}.Chatbot-module__csxGTG__intentOptions{flex-direction:column;gap:10px;margin-top:4px;display:flex}.Chatbot-module__csxGTG__intentCard{cursor:pointer;font-family:var(--font-primary);background:#fff;border:1.5px solid #c8c8c880;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;transition:all .25s;display:flex}.Chatbot-module__csxGTG__intentCard:hover{background:#dcf8c6;border-color:#128c7e;transform:translateY(-2px);box-shadow:0 4px 16px #128c7e1f}.Chatbot-module__csxGTG__intentEmoji{background:#f0f4ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex}.Chatbot-module__csxGTG__intentInfo{flex:1}.Chatbot-module__csxGTG__intentTitle{font-size:var(--font-size-body-lg);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0;line-height:1.3}.Chatbot-module__csxGTG__intentDesc{font-size:var(--font-size-body-md);color:var(--color-text-secondary);margin:2px 0 0;line-height:1.4}.Chatbot-module__csxGTG__intentArrow{color:var(--color-text-secondary);flex-shrink:0;transition:transform .2s}.Chatbot-module__csxGTG__intentCard:hover .Chatbot-module__csxGTG__intentArrow{color:#128c7e;transform:translate(3px)}.Chatbot-module__csxGTG__chatForm{opacity:0;flex-direction:column;gap:10px;margin-top:4px;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards Chatbot-module__csxGTG__bubbleIn;display:flex}.Chatbot-module__csxGTG__formField{flex-direction:column;gap:3px;display:flex}.Chatbot-module__csxGTG__formLabel{font-family:var(--font-primary);font-size:var(--font-size-body-md);font-weight:var(--font-weight-medium);color:var(--color-text-secondary)}.Chatbot-module__csxGTG__formInput{font-family:var(--font-primary);font-size:var(--font-size-body);color:var(--color-text);background:#fafbfc;border:1.5px solid #c8c8c899;border-radius:10px;outline:none;padding:10px 14px;transition:border-color .2s,box-shadow .2s}.Chatbot-module__csxGTG__formInput:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #4285f41a}.Chatbot-module__csxGTG__formInput::placeholder{color:#00000059}.Chatbot-module__csxGTG__formTextarea{resize:none;min-height:60px}.Chatbot-module__csxGTG__formSubmit{background:var(--color-primary);color:#fff;font-family:var(--font-primary);font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:11px 20px;transition:all .25s;display:flex}.Chatbot-module__csxGTG__formSubmit:hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 4px 14px #4285f44d}.Chatbot-module__csxGTG__formSubmit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.Chatbot-module__csxGTG__fieldError{font-family:var(--font-primary);font-size:var(--font-size-body-sm);color:#ef4444;margin-top:1px}.Chatbot-module__csxGTG__whatsappPreview{opacity:0;background:#f0fff4;border:1px solid #c6f6d5;border-radius:14px;margin-top:4px;padding:14px 16px;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards Chatbot-module__csxGTG__bubbleIn}.Chatbot-module__csxGTG__whatsappButton{color:#fff;width:100%;font-family:var(--font-primary);font-size:var(--font-size-body-lg);font-weight:var(--font-weight-semibold);cursor:pointer;background:#25d366;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:13px 20px;transition:all .25s;display:flex;box-shadow:0 4px 16px #25d3664d}.Chatbot-module__csxGTG__whatsappButton:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 6px 22px #25d36666}.Chatbot-module__csxGTG__successCard{opacity:0;flex-direction:column;align-items:center;gap:16px;padding:20px;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards Chatbot-module__csxGTG__bubbleIn;display:flex}.Chatbot-module__csxGTG__successCheckmark{width:64px;height:64px}.Chatbot-module__csxGTG__checkmarkSvg{border-radius:50%;width:64px;height:64px}.Chatbot-module__csxGTG__checkmarkCircle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:2px;stroke-miterlimit:10;stroke:#25d366;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards Chatbot-module__csxGTG__checkmarkStroke}.Chatbot-module__csxGTG__checkmarkCheck{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;stroke:#25d366;stroke-width:3px;stroke-linecap:round;animation:.3s cubic-bezier(.65,0,.45,1) .5s forwards Chatbot-module__csxGTG__checkmarkStroke}@keyframes Chatbot-module__csxGTG__checkmarkStroke{to{stroke-dashoffset:0}}.Chatbot-module__csxGTG__whatsappIcon{width:22px;height:22px}.Chatbot-module__csxGTG__startOver{font-family:var(--font-primary);font-size:var(--font-size-body-md);color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-self:center;align-items:center;gap:6px;margin-top:2px;padding:8px 0;transition:color .2s;display:flex}.Chatbot-module__csxGTG__startOver:hover{color:var(--color-primary)}.Chatbot-module__csxGTG__langToggle{background:#ffffff26;border-radius:8px;flex-shrink:0;gap:2px;padding:2px;display:flex}.Chatbot-module__csxGTG__langToggleBtn{color:#ffffffb3;font-family:var(--font-primary);font-size:10px;font-weight:var(--font-weight-medium);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:3px 8px;transition:all .2s}.Chatbot-module__csxGTG__langToggleBtn:hover{color:#fff}.Chatbot-module__csxGTG__langToggleBtnActive{color:#fff;background:#ffffff40}.Chatbot-module__csxGTG__chatInputBar{background:#f0f0f0;flex-direction:column;flex-shrink:0;padding:8px 12px;display:flex}.Chatbot-module__csxGTG__inputErrorBar{color:#ef4444;font-family:var(--font-primary);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-medium);opacity:0;background:#fef2f2;border-radius:8px;margin-bottom:6px;padding:6px 16px;animation:.25s forwards Chatbot-module__csxGTG__bubbleIn}.Chatbot-module__csxGTG__inputRow{align-items:center;gap:8px;display:flex}.Chatbot-module__csxGTG__chatInput{font-family:var(--font-primary);font-size:var(--font-size-body);color:#303030;background:#fff;border:none;border-radius:24px;outline:none;flex:1;padding:12px 18px;box-shadow:0 1px 1px #0000000d}.Chatbot-module__csxGTG__chatInput:focus{box-shadow:0 1px 3px #0000001a}.Chatbot-module__csxGTG__chatInput::placeholder{color:#999}.Chatbot-module__csxGTG__sendButton{color:#fff;cursor:pointer;background:#128c7e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .2s,transform .1s;display:flex;box-shadow:0 1px 2px #0000001a}.Chatbot-module__csxGTG__sendButton:hover:not(:disabled){background:#075e54;transform:scale(1.05)}.Chatbot-module__csxGTG__sendButton:disabled{opacity:.5;cursor:not-allowed}.Chatbot-module__csxGTG__sendButton svg{width:20px;height:20px;margin-left:-2px}.Chatbot-module__csxGTG__chatFooter{text-align:center;background:#f0f0f0;flex-shrink:0;padding:6px 16px}.Chatbot-module__csxGTG__poweredBy{font-family:var(--font-primary);color:var(--color-text-secondary);letter-spacing:.03em;margin:0;font-size:9px}@media (max-width:1024px){.Chatbot-module__csxGTG__triggerButton{width:56px;height:56px;bottom:24px;right:24px}.Chatbot-module__csxGTG__chatWindow{width:380px;bottom:92px;right:24px}}@media (max-width:768px){.Chatbot-module__csxGTG__triggerButton{width:54px;height:54px;bottom:20px;right:16px}.Chatbot-module__csxGTG__triggerIcon{width:24px;height:24px}.Chatbot-module__csxGTG__triggerTooltip{display:none}.Chatbot-module__csxGTG__chatWindow{border-radius:0;width:100%;max-height:100dvh;bottom:0;left:0;right:0}.Chatbot-module__csxGTG__chatBody{max-height:calc(100dvh - 190px)}.Chatbot-module__csxGTG__chatHeader{border-radius:0;padding:14px 16px}.Chatbot-module__csxGTG__headerAvatar{width:36px;height:36px}.Chatbot-module__csxGTG__headerAvatar img{width:22px;height:22px}.Chatbot-module__csxGTG__headerTitle{font-size:var(--font-size-body)}.Chatbot-module__csxGTG__langToggleBtn{padding:3px 6px;font-size:9px}.Chatbot-module__csxGTG__chatInput{font-size:16px}.Chatbot-module__csxGTG__inputRow{padding:8px 12px}}@media (max-width:480px){.Chatbot-module__csxGTG__triggerButton{width:50px;height:50px;bottom:16px;right:14px}.Chatbot-module__csxGTG__triggerIcon{width:22px;height:22px}}
.BookDemoSection-module__9sY8Hq__bookDemoSection{width:100%;max-width:1140px;margin:0 auto 24px;padding:0 20px}.BookDemoSection-module__9sY8Hq__card{background-color:var(--color-primary);padding:var(--spacing-xl)var(--spacing-lg);box-shadow:var(--shadow-cta);border-radius:24px;min-height:fit-content}.BookDemoSection-module__9sY8Hq__contentWrapper{justify-content:space-between;align-items:flex-start;gap:var(--spacing-lg);height:100%;display:flex}.BookDemoSection-module__9sY8Hq__textContent{gap:var(--spacing-lg);flex-direction:column;flex:1;max-width:520px;display:flex}.BookDemoSection-module__9sY8Hq__formWrapper{flex-shrink:0}.BookDemoSection-module__9sY8Hq__title{color:var(--color-background);font-size:var(--font-size-section-title);font-weight:var(--font-weight-semibold);line-height:var(--line-height-snug);margin:0}.BookDemoSection-module__9sY8Hq__subtitle{color:var(--color-background);font-size:var(--font-size-body-lg);font-weight:var(--font-weight-normal);line-height:var(--line-height-relaxed);letter-spacing:.03em;max-width:520px;margin:0}.BookDemoSection-module__9sY8Hq__featuresContainer{flex-direction:column;gap:12px;margin-top:4px;display:flex}.BookDemoSection-module__9sY8Hq__featureItem{color:var(--color-background);align-items:flex-start;gap:12px;display:flex}.BookDemoSection-module__9sY8Hq__bullet{background-color:var(--color-background);border-radius:50%;width:6px;min-width:6px;height:6px;margin-top:8px}.BookDemoSection-module__9sY8Hq__featureText{font-size:var(--font-size-body-lg);line-height:var(--line-height-relaxed);letter-spacing:.03em;margin:0}.BookDemoSection-module__9sY8Hq__bottomContent{align-items:flex-start;gap:16px;margin-top:8px;display:flex}.BookDemoSection-module__9sY8Hq__shieldIcon{flex-shrink:0;width:20px;height:24px}@media (max-width:1024px){.BookDemoSection-module__9sY8Hq__card{padding:28px 22px}.BookDemoSection-module__9sY8Hq__contentWrapper{flex-direction:column;align-items:center;gap:20px}.BookDemoSection-module__9sY8Hq__textContent{text-align:center;align-items:center;max-width:100%}.BookDemoSection-module__9sY8Hq__title{font-size:var(--font-size-section-title-tablet);line-height:var(--line-height-snug)}.BookDemoSection-module__9sY8Hq__subtitle{font-size:var(--font-size-body-lg-tablet)}.BookDemoSection-module__9sY8Hq__featuresContainer{text-align:left;align-items:flex-start}}@media (max-width:768px){.BookDemoSection-module__9sY8Hq__bookDemoSection{margin-bottom:20px;padding:0 16px}.BookDemoSection-module__9sY8Hq__card{border-radius:20px;min-height:fit-content;padding:20px 16px}.BookDemoSection-module__9sY8Hq__contentWrapper{flex-direction:column;align-items:center;gap:24px}.BookDemoSection-module__9sY8Hq__textContent{text-align:center;align-items:center;gap:14px;max-width:100%}.BookDemoSection-module__9sY8Hq__title{font-size:var(--font-size-section-title-mobile);line-height:1.3}.BookDemoSection-module__9sY8Hq__subtitle{font-size:var(--font-size-body-lg-mobile);text-align:center}.BookDemoSection-module__9sY8Hq__featuresContainer{text-align:left;align-items:flex-start;gap:10px;width:100%;padding-left:10px}.BookDemoSection-module__9sY8Hq__featureItem{gap:10px}.BookDemoSection-module__9sY8Hq__bullet{margin-top:10px}.BookDemoSection-module__9sY8Hq__featureText{font-size:var(--font-size-body-mobile)}.BookDemoSection-module__9sY8Hq__ctaText{font-size:14px}.BookDemoSection-module__9sY8Hq__bottomContent{flex-direction:column;align-items:center;margin-top:8px}.BookDemoSection-module__9sY8Hq__shieldIcon{width:20px;height:24px}.BookDemoSection-module__9sY8Hq__formWrapper{width:100%}}
.BookDemoForm-module__WylN-a__formContainer{background-color:var(--color-background);box-sizing:border-box;border-radius:24px;width:460px;max-width:100%;min-height:auto;padding:16px 20px}.BookDemoForm-module__WylN-a__formTitle{color:var(--color-primary);font-size:var(--font-size-section-title);font-weight:var(--font-weight-semibold);margin:0 0 12px;line-height:1.2}.BookDemoForm-module__WylN-a__form{flex-direction:column;gap:8px;display:flex}.BookDemoForm-module__WylN-a__formGroup{flex-direction:column;gap:4px;display:flex}.BookDemoForm-module__WylN-a__label{color:var(--color-text);font-size:var(--font-size-body-lg);line-height:1.4}.BookDemoForm-module__WylN-a__input{border:1px solid var(--color-border);height:34px;font-size:var(--font-size-body);color:var(--color-text);box-sizing:border-box;background-color:#edededcc;border-radius:10px;outline:none;padding:8px 12px;font-family:inherit;transition:border-color .2s}.BookDemoForm-module__WylN-a__input::placeholder{color:#00000080}.BookDemoForm-module__WylN-a__input:focus{border-color:var(--color-primary)}.BookDemoForm-module__WylN-a__submitButton{background-color:var(--color-primary);color:var(--color-background);border:1px solid var(--color-border);height:46px;font-size:var(--font-size-button);font-weight:var(--font-weight-medium);letter-spacing:.03em;cursor:pointer;box-shadow:var(--shadow-button);border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-top:4px;padding:0 16px;font-family:inherit;transition:background-color .2s;display:flex}.BookDemoForm-module__WylN-a__submitButton:hover{background-color:var(--color-primary-hover)}.BookDemoForm-module__WylN-a__submitButton svg{width:14px;height:14px}.BookDemoForm-module__WylN-a__disclaimer{color:var(--color-text-secondary);font-size:var(--font-size-body-md);text-align:center;letter-spacing:.03em;margin:10px 0 0;line-height:1.5}@media (max-width:1024px){.BookDemoForm-module__WylN-a__formContainer{width:430px;max-width:100%;padding:16px 18px}.BookDemoForm-module__WylN-a__formTitle{font-size:var(--font-size-section-title-tablet);margin-bottom:10px}}@media (max-width:768px){.BookDemoForm-module__WylN-a__formContainer{border-radius:20px;width:100%;min-height:auto;padding:14px 12px}.BookDemoForm-module__WylN-a__formTitle{font-size:var(--font-size-section-title-mobile);text-align:center;margin-bottom:12px}.BookDemoForm-module__WylN-a__form{gap:8px}.BookDemoForm-module__WylN-a__label{font-size:var(--font-size-body-mobile)}.BookDemoForm-module__WylN-a__input{height:34px;font-size:var(--font-size-body-mobile);padding:8px 10px}.BookDemoForm-module__WylN-a__submitButton{font-size:var(--font-size-button-mobile);height:42px;margin-top:4px;padding:8px 14px}.BookDemoForm-module__WylN-a__disclaimer{font-size:var(--font-size-body-sm);margin-top:10px}}.BookDemoForm-module__WylN-a__successMessage{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:380px;padding:24px 16px;display:flex}.BookDemoForm-module__WylN-a__successIcon{width:64px;height:64px;margin-bottom:8px}.BookDemoForm-module__WylN-a__successTitle{color:var(--color-primary);font-size:var(--font-size-section-title);font-weight:var(--font-weight-semibold);margin:0}.BookDemoForm-module__WylN-a__successText{color:var(--color-text);font-size:var(--font-size-body-lg);margin:0;line-height:1.5}.BookDemoForm-module__WylN-a__urgentContact{border:1px solid var(--color-border);box-sizing:border-box;background-color:#edededcc;border-radius:12px;width:100%;margin-top:16px;padding:16px}.BookDemoForm-module__WylN-a__urgentTitle{color:var(--color-text);font-weight:var(--font-weight-medium);font-size:var(--font-size-body);margin:0 0 12px}.BookDemoForm-module__WylN-a__contactNumbers{flex-direction:column;gap:8px;display:flex}.BookDemoForm-module__WylN-a__contactItem{font-size:var(--font-size-body);justify-content:space-between;align-items:center;display:flex}.BookDemoForm-module__WylN-a__contactLabel{color:var(--color-text-secondary)}.BookDemoForm-module__WylN-a__contactValue{color:var(--color-primary);font-weight:var(--font-weight-medium);text-decoration:none}.BookDemoForm-module__WylN-a__contactValue:hover{text-decoration:underline}@media (max-width:768px){.BookDemoForm-module__WylN-a__successMessage{min-height:320px;padding:16px 8px}.BookDemoForm-module__WylN-a__successIcon{width:48px;height:48px}.BookDemoForm-module__WylN-a__successTitle{font-size:var(--font-size-section-title-mobile)}.BookDemoForm-module__WylN-a__successText,.BookDemoForm-module__WylN-a__urgentTitle,.BookDemoForm-module__WylN-a__contactItem{font-size:var(--font-size-body-mobile)}}
.scroll-animated{opacity:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:ease-out forwards fadeUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:ease-out forwards fadeIn}@keyframes slideLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.animate-slide-left{animation:ease-out forwards slideLeft}@keyframes slideRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-slide-right{animation:ease-out forwards slideRight}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:ease-out forwards scaleIn}@keyframes textReveal{0%{opacity:0;filter:blur(4px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}.text-reveal{opacity:0;animation:.8s ease-out forwards textReveal;display:inline-block}@keyframes gradientShimmer{0%{opacity:0;background-position:-200%;transform:translateY(20px)}40%{opacity:1;transform:translateY(0)}70%{background-position:200%}to{opacity:1;background-position:200%}}.gradient-shimmer{background:linear-gradient(90deg,var(--color-primary)0%,#5a9fff 25%,var(--color-primary)50%,#5a9fff 75%,var(--color-primary)100%);-webkit-text-fill-color:transparent;color:var(--color-primary);opacity:0;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:2.5s ease-out forwards gradientShimmer;display:inline-block}@keyframes fadeInText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in-text{opacity:0;animation:.6s ease-out forwards fadeInText;display:inline-block}@keyframes underlineDraw{0%{width:0}to{width:100%}}.underline-draw{display:inline-block;position:relative}.underline-draw:after{content:"";background:var(--color-primary);width:0;height:3px;animation:.8s ease-out .3s forwards underlineDraw;position:absolute;bottom:-4px;left:0}@keyframes splitLetterUp{0%{opacity:0;transform:translateY(20px)rotateX(-90deg)}to{opacity:1;transform:translateY(0)rotateX(0)}}.split-letter{opacity:0;transform-origin:bottom;animation:.6s ease-out forwards splitLetterUp;display:inline-block}.stagger-item{opacity:0;animation:.6s ease-out forwards fadeUp}.stagger-item:first-child{animation-delay:.1s}.stagger-item:nth-child(2){animation-delay:.2s}.stagger-item:nth-child(3){animation-delay:.3s}.stagger-item:nth-child(4){animation-delay:.4s}.stagger-item:nth-child(5){animation-delay:.5s}.stagger-item:nth-child(6){animation-delay:.6s}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)translateY(40px)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.98)}to{transform:scale(1)}}.animate-bounce-in{animation:.8s cubic-bezier(.68,-.55,.265,1.55) forwards bounceIn}@keyframes flipIn{0%{opacity:0;transform:perspective(400px)rotateY(-90deg)}to{opacity:1;transform:perspective(400px)rotateY(0)}}.animate-flip-in{animation:.8s ease-out forwards flipIn}@keyframes glowPulse{0%,to{box-shadow:0 0 5px #4285f44d}50%{box-shadow:0 0 20px #4285f499}}
.BackedByCarousel-module__QsO8Ta__carouselWrapper{width:100%;max-width:1280px;overflow:hidden}.BackedByCarousel-module__QsO8Ta__carouselContainer{cursor:grab;width:100%;overflow-x:hidden}.BackedByCarousel-module__QsO8Ta__carouselContainer:active{cursor:grabbing}.BackedByCarousel-module__QsO8Ta__carouselTrack{gap:20px;width:fit-content;height:120px;display:flex}.BackedByCarousel-module__QsO8Ta__card{box-sizing:border-box;background:#fff;border:1px solid #0003;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:117px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 4px #00000040}.BackedByCarousel-module__QsO8Ta__cardImage{object-fit:contain;width:128px;max-width:100%;height:56px;max-height:100%;padding:0}@media (max-width:767px){.BackedByCarousel-module__QsO8Ta__carouselWrapper{max-width:100%}.BackedByCarousel-module__QsO8Ta__carouselTrack{gap:12px;height:120px}.BackedByCarousel-module__QsO8Ta__card{border-radius:15px;width:160px;height:100px}.BackedByCarousel-module__QsO8Ta__cardImage{width:108px;height:48px}}
@keyframes EcosystemOverviewSection-module__vAOYUG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes EcosystemOverviewSection-module__vAOYUG__fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes EcosystemOverviewSection-module__vAOYUG__slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes EcosystemOverviewSection-module__vAOYUG__slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes EcosystemOverviewSection-module__vAOYUG__pulse{0%,to{box-shadow:0 4px 4px #00000040}50%{box-shadow:0 4px 12px #4285f433}}.EcosystemOverviewSection-module__vAOYUG__container{flex-direction:column;align-items:center;gap:20px;max-width:1280px;display:flex}.EcosystemOverviewSection-module__vAOYUG__darkBlueText{color:#223f70}.EcosystemOverviewSection-module__vAOYUG__content{text-align:center;max-width:1062px;animation:.6s ease-out EcosystemOverviewSection-module__vAOYUG__fadeInUp}.EcosystemOverviewSection-module__vAOYUG__heading{font-weight:var(--font-weight-bold);color:var(--color-primary);margin-bottom:var(--spacing-md);font-family:var(--font-primary);font-size:var(--font-size-hero-primary);line-height:var(--line-height-normal);animation:.7s ease-out .1s both EcosystemOverviewSection-module__vAOYUG__fadeInUp}.EcosystemOverviewSection-module__vAOYUG__description{font-size:var(--font-size-body-lg);font-weight:var(--font-weight-medium);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);font-family:var(--font-primary);animation:.7s ease-out .2s both EcosystemOverviewSection-module__vAOYUG__fadeInUp}.EcosystemOverviewSection-module__vAOYUG__cardsGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;margin-bottom:10px;animation:.8s ease-out .3s both EcosystemOverviewSection-module__vAOYUG__fadeInUp;display:flex}.EcosystemOverviewSection-module__vAOYUG__card{text-align:center;box-sizing:border-box;background:#fff;border:2px solid #0000001a;border-radius:20px;flex-direction:column;justify-content:flex-start;align-items:center;width:225px;height:278px;padding:29px 21px 20px;transition:all .3s;animation:.6s ease-out both EcosystemOverviewSection-module__vAOYUG__fadeInScale;display:flex;box-shadow:0 4px 4px #00000040}.EcosystemOverviewSection-module__vAOYUG__cardsGrid>:first-child{animation-delay:.3s}.EcosystemOverviewSection-module__vAOYUG__cardsGrid>:nth-child(2){animation-delay:.4s}.EcosystemOverviewSection-module__vAOYUG__cardsGrid>:nth-child(3){animation-delay:.5s}.EcosystemOverviewSection-module__vAOYUG__cardsGrid>:nth-child(4){animation-delay:.6s}.EcosystemOverviewSection-module__vAOYUG__cardsGrid>:nth-child(5){animation-delay:.7s}.EcosystemOverviewSection-module__vAOYUG__card:hover{border-color:var(--color-primary);transform:translateY(-8px);box-shadow:0 12px 24px #4285f426}.EcosystemOverviewSection-module__vAOYUG__cardImageContainer{border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:183px;height:183px;display:flex;overflow:hidden}.EcosystemOverviewSection-module__vAOYUG__cardImage{object-fit:contain;width:100%;height:100%}.EcosystemOverviewSection-module__vAOYUG__cardTitle{font-size:var(--font-size-body-lg);font-weight:var(--font-weight-medium);color:var(--color-primary);font-family:var(--font-primary);padding-top:25px;transition:transform .3s}.EcosystemOverviewSection-module__vAOYUG__card:hover .EcosystemOverviewSection-module__vAOYUG__cardTitle{transform:translateY(-2px)}.EcosystemOverviewSection-module__vAOYUG__ecosystemSection{justify-content:center;align-items:center;margin-top:30px;padding-bottom:40px;display:flex;position:relative}@media (max-width:1200px){.EcosystemOverviewSection-module__vAOYUG__cardsGrid{gap:20px}.EcosystemOverviewSection-module__vAOYUG__card{width:200px;height:250px;padding:20px 15px}.EcosystemOverviewSection-module__vAOYUG__cardImageContainer{width:160px;height:140px}}@media (max-width:767px){.EcosystemOverviewSection-module__vAOYUG__ecosystemSection{margin-top:-30px;padding:30px 16px}.EcosystemOverviewSection-module__vAOYUG__container{gap:24px;width:100%}.EcosystemOverviewSection-module__vAOYUG__heading{font-size:30px;line-height:40px}.EcosystemOverviewSection-module__vAOYUG__description{letter-spacing:.01em;padding:0 8px;font-size:15px;line-height:24px}.EcosystemOverviewSection-module__vAOYUG__cardsGrid{flex-direction:column;align-items:stretch;gap:16px;width:100%}.EcosystemOverviewSection-module__vAOYUG__card{width:100%;max-width:none;height:auto;min-height:282px;margin:0;padding:22px 16px 18px}.EcosystemOverviewSection-module__vAOYUG__cardImageContainer{width:clamp(180px,60vw,228px);height:clamp(140px,44vw,165px)}.EcosystemOverviewSection-module__vAOYUG__cardTitle{padding-top:20px;font-size:16px}}
.HeroButtons-module__5RNTqa__ctaButtons{opacity:0;z-index:50;flex-wrap:wrap;justify-content:center;gap:16px;animation:.6s ease-out 1.1s forwards HeroButtons-module__5RNTqa__fadeUp;display:flex;position:relative}.HeroButtons-module__5RNTqa__bookDemoBtn{background:var(--color-primary,#1a73e8);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:min(100%,230px);padding:14px 28px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.HeroButtons-module__5RNTqa__bookDemoBtn:hover{background:var(--color-primary-dark,#1557b0);transform:translateY(-2px)}.HeroButtons-module__5RNTqa__learnMoreBtn{color:var(--color-text,#333);border:1px solid var(--color-border,#ddd);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:min(100%,230px);padding:14px 28px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.HeroButtons-module__5RNTqa__learnMoreBtn:hover{background:var(--color-background-hover,#f5f5f5);transform:translateY(-2px)}.HeroButtons-module__5RNTqa__buttonIcon{width:20px;height:20px}@media (max-width:768px){.HeroButtons-module__5RNTqa__ctaButtons{flex-direction:column;align-items:center}.HeroButtons-module__5RNTqa__bookDemoBtn,.HeroButtons-module__5RNTqa__learnMoreBtn{justify-content:center;width:min(100%,240px);padding:12px 10px;font-size:14px}}@keyframes HeroButtons-module__5RNTqa__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.SupportedBySection-module__dQIgaG__section{background:#e5eefd;justify-content:center;width:100%;padding:30px;display:flex}.SupportedBySection-module__dQIgaG__inner{text-align:center;flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.SupportedBySection-module__dQIgaG__heading{font-size:var(--font-size-hero-primary);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:var(--color-text-dark);margin:0}.SupportedBySection-module__dQIgaG__headingHighlight{color:var(--color-primary)}.SupportedBySection-module__dQIgaG__subheading{max-width:1100px;font-size:var(--font-size-body-lg);line-height:var(--line-height-relaxed);letter-spacing:.04em;color:var(--color-text-secondary);margin:0}.SupportedBySection-module__dQIgaG__closingText{max-width:100%;font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);line-height:var(--line-height-relaxed);color:var(--color-secondary);margin:0}.SupportedBySection-module__dQIgaG__animatable{opacity:0}@keyframes SupportedBySection-module__dQIgaG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.SupportedBySection-module__dQIgaG__fadeInUp{animation:.8s ease-out forwards SupportedBySection-module__dQIgaG__fadeInUp}@media (max-width:1024px){.SupportedBySection-module__dQIgaG__section{padding:40px 20px}.SupportedBySection-module__dQIgaG__inner{gap:24px}.SupportedBySection-module__dQIgaG__heading{font-size:var(--font-size-hero-primary-tablet)}.SupportedBySection-module__dQIgaG__subheading{font-size:var(--font-size-body-lg-tablet);max-width:100%}.SupportedBySection-module__dQIgaG__closingText{font-size:var(--font-size-body-tablet)}}@media (max-width:768px){.SupportedBySection-module__dQIgaG__section{padding:32px 16px}.SupportedBySection-module__dQIgaG__inner{gap:20px}.SupportedBySection-module__dQIgaG__heading{font-size:var(--font-size-hero-primary-mobile)}.SupportedBySection-module__dQIgaG__subheading{font-size:var(--font-size-body-lg-mobile);max-width:100%}.SupportedBySection-module__dQIgaG__closingText{font-size:var(--font-size-body-mobile)}}
.Pages-module__-2pU7a__page{background:var(--color-background);min-height:100vh}
