.service-cards-container{flex-direction:column;align-items:center;gap:100px;display:flex;position:relative}.service-card{cursor:pointer;border-radius:50px 10px;width:100%;max-width:480px;min-height:320px;padding:32px 30px 80px;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden;box-shadow:0 8px 40px #0000004d}.service-card:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(135deg,#ffffff26 0%,#fff0 100%);transition:opacity .5s;position:absolute;inset:0}.service-card:hover:before{opacity:1}.service-card:hover{transform:scale(1.04);box-shadow:0 20px 60px #00000080}.service-card:nth-child(odd){border-radius:10px 50px;align-self:flex-start}.service-card:nth-child(2n){border-radius:50px 10px;align-self:flex-end}.service-card-bg-1{background:#4a44e3}.service-card-bg-2{background:#2d96f0}.service-card-bg-3{background:#1f4f9c}.service-card-bg-4{background:#03a7bc}.service-card-bg-5{background:#2e53b6}.service-card-bg-6{background:#2d96f0}.service-card-bg-7{background:#007382}.service-card-content{z-index:2;position:relative}.service-card-title{color:#fff;text-transform:capitalize;margin-bottom:16px;font-size:28px;font-weight:500;line-height:34.32px}.service-card-description{color:#ffffffe6;font-size:16px;font-weight:400;line-height:25.84px}.service-card-icon{background:#fff;border-radius:21px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex;position:absolute;bottom:30px;right:30px;box-shadow:0 4px 12px #00000026}.service-card:hover .service-card-icon{transform:translate(5px);box-shadow:0 6px 20px #00000040}.service-card-icon svg{width:20px;height:20px}.service-card-bg-pattern{opacity:.5;pointer-events:none;width:280px;height:280px;animation:20s ease-in-out infinite service-pattern-float;position:absolute;top:0;right:0}@keyframes service-pattern-float{0%,to{transform:translate(0)rotate(0)scale(1)}25%{transform:translate(-10px,10px)rotate(5deg)scale(1.05)}50%{transform:translate(-15px,-10px)rotate(-5deg)scale(.95)}75%{transform:translate(10px,-15px)rotate(3deg)scale(1.02)}}.service-card:first-child .service-card-bg-pattern{animation-duration:18s}.service-card:nth-child(2) .service-card-bg-pattern{animation-duration:22s;animation-delay:-2s}.service-card:nth-child(3) .service-card-bg-pattern{animation-duration:20s;animation-delay:-4s}.service-card:nth-child(4) .service-card-bg-pattern{animation-duration:24s;animation-delay:-1s}.service-card:nth-child(5) .service-card-bg-pattern{animation-duration:19s;animation-delay:-3s}.service-card:nth-child(6) .service-card-bg-pattern{animation-duration:21s;animation-delay:-5s}.service-card:nth-child(7) .service-card-bg-pattern{animation-duration:23s;animation-delay:-2.5s}.service-scroll-sentinel{width:100%;height:1px}@media (max-width:768px){.service-card{max-width:80%;min-height:280px}.service-card-title{font-size:24px;line-height:30px}.service-card-description{margin-bottom:0;font-size:14px;line-height:22px}}@media (max-width:480px){.service-card-title{font-size:20px;line-height:26px}}.outer-container{max-width:1200px;margin:0 auto}
.lets-talk-module__Zzmb6a__cta-container{width:100%;max-width:1200px}.lets-talk-module__Zzmb6a__cta-sec{background:url(/images/cta-bg.png) 50%/cover no-repeat;background-color:var(--theme);border-radius:32px;padding:80px 60px;overflow:hidden}.lets-talk-module__Zzmb6a__cta-heading{color:var(--text-white);text-align:center;letter-spacing:-2px;max-width:700px;font-size:clamp(30px,3.5vw,52px);font-style:normal;font-weight:600;line-height:1.3}.lets-talk-module__Zzmb6a__cta-desc{color:var(--text-dull);text-align:center;max-width:515px;font-size:16px;font-style:normal;font-weight:400;line-height:1.4}@media (max-width:1024px){.lets-talk-module__Zzmb6a__cta-sec{padding:60px 30px}}@media (max-width:640px){.lets-talk-module__Zzmb6a__cta-sec{border-radius:20px;padding:40px 20px}}
.ind-svgs-hw{width:18px;height:18px}@media (min-width:1024px){.ind-svgs-hw{width:22px;height:22px}}.industries-module__kIubRG__ind-panel-tag{color:var(--top-heading);letter-spacing:2.5px;text-transform:uppercase;margin-top:2px;font-size:12px;font-weight:600;display:block}.industries-module__kIubRG__ind-panel-headings{flex-direction:column;justify-content:space-around;gap:4px;display:flex}.industries-module__kIubRG__ind-panel-list{grid-template-columns:1fr 1fr;gap:14px 20px;margin:20px 0 28px;padding:0;list-style:none;display:grid}.industries-module__kIubRG__ind-panel-list li{color:#8b92a8;white-space:nowrap;padding-left:16px;font-size:14px;font-weight:400;line-height:1.6;position:relative}.industries-module__kIubRG__ind-panel-list li:before{content:"";background:#1dd1e8;border-radius:50%;width:5px;height:5px;position:absolute;top:9px;left:0}.industries-module__kIubRG__ind-divider{background:linear-gradient(90deg,#3719ca8c 0%,#1dd1e866 60%,#1dd1e800 100%);border:none;height:1px;margin:16px 0}@media (min-width:1024px){.industries-module__kIubRG__ind-accordion{display:none}.industries-module__kIubRG__ind-desktop{justify-content:center;align-items:stretch;gap:8px;min-height:300px;display:flex}.industries-module__kIubRG__ind-card{cursor:pointer;background:#0c111d;border:1px solid #ffffff14;border-radius:14px;flex:1 1 0;min-width:62px;max-width:62px;transition:max-width .45s cubic-bezier(.4,0,.2,1),border-color .2s;position:relative;overflow:hidden}.industries-module__kIubRG__ind-card:hover{border-color:#3719ca59}.industries-module__kIubRG__ind-card.industries-module__kIubRG__active{cursor:default;border-color:#3719ca8c;max-width:700px}.industries-module__kIubRG__ind-card-strip{opacity:1;pointer-events:none;flex-direction:column;justify-content:space-between;align-items:center;gap:14px;padding:20px 10px;transition:opacity .15s;display:flex;position:absolute;inset:0}.industries-module__kIubRG__ind-card.industries-module__kIubRG__active .industries-module__kIubRG__ind-card-strip{opacity:0}.industries-module__kIubRG__ind-card-icon{background:#3719ca26;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.industries-module__kIubRG__ind-card-label{writing-mode:vertical-rl;white-space:nowrap;color:var(--text-dull);letter-spacing:.3px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transform:rotate(180deg)}.industries-module__kIubRG__ind-card-content{opacity:0;pointer-events:none;flex-direction:column;justify-content:space-between;padding:30px 28px;transition:opacity .2s .25s;display:flex;position:absolute;inset:0;overflow:hidden}.industries-module__kIubRG__ind-card.industries-module__kIubRG__active .industries-module__kIubRG__ind-card-content{opacity:1;pointer-events:auto}.industries-module__kIubRG__ind-panel-header{align-items:center;gap:13px;margin-bottom:4px;display:flex}.industries-module__kIubRG__ind-panel-icon{background:#3719ca26;border:1px solid #3719ca4d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-top:2px;display:flex}.industries-module__kIubRG__ind-panel-title{color:var(--text-heading);white-space:nowrap;margin:0;font-size:16px;font-weight:700;line-height:1.3}}@media (max-width:1023.98px){.industries-module__kIubRG__ind-desktop{display:none}.industries-module__kIubRG__ind-accordion{flex-direction:column;gap:8px;display:flex}.industries-module__kIubRG__ind-acc-item{background:#0c111d;border:1px solid #ffffff14;border-radius:12px;transition:border-color .2s;overflow:hidden}.industries-module__kIubRG__ind-acc-item.industries-module__kIubRG__active{border-color:#3719ca8c}.industries-module__kIubRG__ind-acc-header{cursor:pointer;color:#8b92a8;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 18px;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;transition:color .2s;display:flex}.industries-module__kIubRG__ind-acc-item.industries-module__kIubRG__active .industries-module__kIubRG__ind-acc-header{color:#e8eaf0}.industries-module__kIubRG__ind-acc-left{align-items:center;gap:12px;display:flex}.industries-module__kIubRG__ind-acc-icon{background:#3719ca26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.industries-module__kIubRG__ind-acc-arrow{color:#8b92a8;flex-shrink:0;align-items:center;transition:transform .3s,color .2s;display:flex}.industries-module__kIubRG__ind-acc-item.industries-module__kIubRG__active .industries-module__kIubRG__ind-acc-arrow{color:#1dd1e8;transform:rotate(180deg)}.industries-module__kIubRG__ind-acc-body{max-height:0;padding:0 18px;transition:max-height .35s;overflow:hidden}.industries-module__kIubRG__ind-acc-item.industries-module__kIubRG__active .industries-module__kIubRG__ind-acc-body{max-height:500px;padding:0 18px 20px}.industries-module__kIubRG__ind-acc-body .industries-module__kIubRG__ind-panel-list{grid-template-columns:1fr}.industries-module__kIubRG__ind-acc-body .industries-module__kIubRG__ind-panel-list li{white-space:normal}.industries-module__kIubRG__ind-acc-body .industries-module__kIubRG__ind-panel-tag{margin-top:4px}}@media (min-width:640px) and (max-width:1023.98px){.industries-module__kIubRG__ind-acc-body .industries-module__kIubRG__ind-panel-list{grid-template-columns:1fr 1fr}}
.nl-banner{justify-content:center;align-items:center;height:100vh;padding-top:80px;padding-bottom:0;display:flex;position:relative;overflow:hidden}.ban-grad{opacity:.5;filter:blur(50px);pointer-events:none;background:radial-gradient(70.71% 70.71%,#3719ca59 0%,#3719ca26 33.33%,#3719ca0d 66.67%,#3719ca00 75%);border-radius:450px;width:900px;max-width:100vw;height:900px;position:absolute;top:-40%;left:20%}.banner-search-bar{background:#080a14bf padding-box padding-box;border:1px solid #0000;border-radius:20px;align-items:center;gap:12px;width:100%;max-width:620px;padding:8px 8px 8px 20px;display:flex;position:relative;box-shadow:20px 4px 89.8px #1dd1e830}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes border-rotate{0%{--angle:0turn}to{--angle:10turn}}.banner-search-bar:before{content:"";background:conic-gradient(from var(--angle,0turn), #3719ca 0deg, #8b5cf6 60deg, #f36fff 120deg, #1dd1e8 180deg, #00d4ff 240deg, #52eaea 300deg, #3719ca 360deg);-webkit-mask-composite:xor;pointer-events:none;border-radius:21px;padding:1.5px;animation:24s linear infinite border-rotate;position:absolute;inset:-1.5px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.banner-search-input{min-width:0;color:var(--color-text-dull);background:0 0;border:none;outline:none;flex:1;font-family:Poppins,sans-serif;font-size:16px}.banner-search-input::placeholder{color:var(--color-text-dull)}
.header-module__UslE-q__nl-nav-inner{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:10px 16px;display:flex}.header-module__UslE-q__nl-toggler{box-sizing:border-box;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px;line-height:0;display:none}.header-module__UslE-q__nav-bg{z-index:1000;box-sizing:border-box;background-color:#0000;width:100%;max-width:1360px;transition:width .3s,top .3s,padding .3s,border-radius .3s,background .3s,box-shadow .3s,transform .4s,opacity .4s;position:fixed;top:0;left:50%;transform:translate(-50%)}.header-module__UslE-q__nav-bg.header-module__UslE-q__header-hidden{opacity:0;pointer-events:none;transform:translate(-50%)translateY(-120%)}@media (max-width:1023px){.header-module__UslE-q__nav-bg.header-module__UslE-q__header-hidden{opacity:1;pointer-events:auto;transform:none}}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled{box-sizing:border-box;background:#080a16b3;border:.889px solid #ffffff1a;border-radius:100px;width:84%;padding:2px 8px;top:12px;box-shadow:0 8px 40px #00000059,inset 0 1px 1px #ffffff14,inset 0 -1px 2px #0003,0 0 24px #3719ca1f}.header-module__UslE-q__nl-navbar-nav .header-module__UslE-q__nav-link{color:#d8d8d8;white-space:nowrap;cursor:pointer;align-items:center;gap:5px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.header-module__UslE-q__nl-navbar-nav .header-module__UslE-q__nav-link.header-module__UslE-q__active,.header-module__UslE-q__nl-navbar-nav .header-module__UslE-q__nav-link.header-module__UslE-q__open{color:var(--text-white)}.header-module__UslE-q__menu-drp-icon{transition:all .3s}.header-module__UslE-q__nl-navbar-nav .header-module__UslE-q__nav-link.header-module__UslE-q__open .header-module__UslE-q__menu-drp-icon{transform:rotate(180deg)}.header-module__UslE-q__nl-navbar-nav .header-module__UslE-q__nav-link.header-module__UslE-q__open .header-module__UslE-q__menu-drp-icon g{opacity:1}.header-module__UslE-q__nav-ai-search{z-index:2;box-sizing:border-box;opacity:1;background:var(--Gradient,linear-gradient(135deg, #3719ca 0%, #1dd1e8 100%));border:#0000;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0 9px;display:flex;top:4px;right:6px}.header-module__UslE-q__nl-nav-cta{box-sizing:border-box;color:#fff;letter-spacing:.5px;white-space:nowrap;cursor:pointer;background:linear-gradient(135.85deg,#4a2be2 0%,#3719ca 100%);border:none;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;padding:10px 26px;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;line-height:19.2px;text-decoration:none;transition:opacity .2s,transform .15s,background .3s;display:inline-flex}.header-module__UslE-q__nl-nav-cta:hover{background:linear-gradient(135.85deg,#3719ca 0%,#4a2be2 100%);transform:scale(1.04)}.header-module__UslE-q__ai-searchbar{color:var(--text-dull);box-sizing:border-box;background:#1d2441e6;border:#0000;border-radius:14px;outline:none;width:100%;padding:.5rem .3rem .5rem 2rem;font-size:16px}.header-module__UslE-q__ai-svg{z-index:2;position:absolute;top:50%;left:20px;transform:translate(-50%,-50%)}.header-module__UslE-q__ai-searchbar:focus{color:var(--text-dull);box-shadow:none;background-color:#1d2441e6;border-color:#0000}.header-module__UslE-q__ai-searchbar::placeholder{color:var(--text-dull);opacity:.7}.header-module__UslE-q__nl-ai-search{width:100%;max-width:407px;display:none!important}.header-module__UslE-q__nl-dropdown-menu{transform-origin:top;-webkit-backdrop-filter:blur(12px);box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;z-index:9999;background:#0c101cf2;border:#0000;border-radius:14px;min-width:fit-content;margin:0;padding:10px 14px;list-style:none;transition:opacity .25s,transform .25s cubic-bezier(.22,1,.36,1);display:block;transform:translate(-30%)translateY(-10px)scale(.96);position:absolute!important;top:calc(100% + 14px)!important;left:50%!important}.header-module__UslE-q__nl-dropdown-menu.header-module__UslE-q__show{opacity:1;visibility:visible;pointer-events:auto;min-width:240px;min-height:fit-content;transform:translate(-30%)translateY(0)scale(1)}.header-module__UslE-q__nl-nav-menu{box-sizing:border-box;margin-top:12px;padding-bottom:16px;overflow:visible}.header-module__UslE-q__nl-li-dropdown-icon{background:#3719ca4d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.header-module__UslE-q__nl-li-dropdown-icon img{width:14px;height:14px;display:block}.header-module__UslE-q__dropdown-item{color:var(--text-dull);box-sizing:border-box;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;text-decoration:none;list-style:none;transition:all .3s;display:flex}.header-module__UslE-q__dropdown-item:hover{color:var(--text-white);background:#111030}.header-module__UslE-q__li-dropdown-label{white-space:nowrap;font-size:14px;font-weight:400;line-height:19.5px}.header-module__UslE-q__logo-shape{display:none}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled .header-module__UslE-q__logo-shape{display:block}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled .header-module__UslE-q__nav-logo,.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled .header-module__UslE-q__small-nav-bar{display:none}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled .header-module__UslE-q__nl-ai-search{display:block!important}.header-module__UslE-q__nl-menu-overlay{display:none!important}.header-module__UslE-q__nl-mobile-topbar-search{flex:1;margin:0 10px;display:none}.header-module__UslE-q__nl-menu-close{width:36px;height:36px;color:var(--text-white);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;margin-left:auto;transition:background .2s;display:none}.header-module__UslE-q__nl-menu-close:hover{background:#ffffff1f}@media (max-width:1023px){.header-module__UslE-q__nav-bg{left:0;transform:none}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled{box-sizing:border-box;background:#080a16b3;border:.889px solid #ffffff1a;border-radius:100px;width:92%;padding:8px;top:12px;left:4%;box-shadow:0 8px 40px #00000059,inset 0 1px 1px #ffffff14,inset 0 -1px 2px #0003,0 0 24px #3719ca1f}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled:has(.header-module__UslE-q__nl-nav-menu.header-module__UslE-q__open){border-radius:20px}.header-module__UslE-q__nl-toggler{display:flex}.header-module__UslE-q__nl-nav-menu{box-sizing:border-box;transform:translate(100%);-webkit-backdrop-filter:blur(24px)!important;z-index:1050!important;visibility:visible!important;background:#080a16fa!important;border:none!important;width:100vw!important;height:100vh!important;margin-top:0!important;padding:24px 20px!important;transition:transform .38s cubic-bezier(.22,1,.36,1)!important;display:block!important;position:fixed!important;top:0!important;right:0!important;overflow-y:auto!important}.header-module__UslE-q__nl-nav-menu.header-module__UslE-q__open{transform:translate(0)!important}.header-module__UslE-q__nl-dropdown-menu{-webkit-backdrop-filter:none;backdrop-filter:none;opacity:1;visibility:visible;pointer-events:auto;background:#0c0f1f;border-radius:12px;height:auto;max-height:0;margin-top:0;padding:0;transition:max-height .35s;overflow:hidden;position:static!important;transform:none!important}.header-module__UslE-q__nav-item.header-module__UslE-q__dropdown.header-module__UslE-q__show .header-module__UslE-q__nl-dropdown-menu{box-sizing:border-box;margin-top:8px;padding-left:10px}.header-module__UslE-q__nl-dropdown-menu.header-module__UslE-q__show{box-sizing:border-box;padding:12px 0}.header-module__UslE-q__nl-navbar-nav .header-module__UslE-q__nav-link{box-sizing:border-box;border-bottom:1px solid #ffffff14;justify-content:space-between;width:100%;padding:14px 4px;font-size:15px}.header-module__UslE-q__nav-item.header-module__UslE-q__dropdown.header-module__UslE-q__show .header-module__UslE-q__menu-drp-icon{transform:rotate(180deg)}.header-module__UslE-q__nl-navbar-nav .header-module__UslE-q__nav-link.header-module__UslE-q__open .header-module__UslE-q__menu-drp-icon path{stroke:var(--text-white)}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled .header-module__UslE-q__nav-logo{display:none}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled .header-module__UslE-q__logo-shape{display:block}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled .header-module__UslE-q__nl-nav-menu .header-module__UslE-q__small-nav-bar{display:list-item}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled .header-module__UslE-q__nl-mobile-topbar-search{display:flex}.header-module__UslE-q__nav-bg.header-module__UslE-q__scrolled .header-module__UslE-q__nl-ai-search{display:none!important}.header-module__UslE-q__nl-ai-search{display:block!important}.header-module__UslE-q__nl-menu-close{display:flex}.header-module__UslE-q__nl-nav-cta{width:100%;margin-top:16px}.header-module__UslE-q__nl-ai-search{max-width:100%;margin-top:24px}}@media (min-width:1024px){.header-module__UslE-q__nl-nav-menu{justify-content:flex-end;align-items:center;gap:0;width:100%;margin-top:0;padding-bottom:0;display:flex!important}.header-module__UslE-q__nl-navbar-nav{align-items:center;gap:0;margin:0 2rem 0 0;padding:0;list-style:none;display:flex}.header-module__UslE-q__nav-item .header-module__UslE-q__nav-link{box-sizing:border-box;padding:20px 14px}.header-module__UslE-q__nav-item.header-module__UslE-q__dropdown{position:relative}.header-module__UslE-q__nav-item.header-module__UslE-q__dropdown:after{content:"";height:14px;position:absolute;bottom:-14px;left:0;right:0}.header-module__UslE-q__nav-item.header-module__UslE-q__dropdown:hover .header-module__UslE-q__nl-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;min-width:240px;transform:translate(-30%)translateY(0)scale(1)}.header-module__UslE-q__nav-item.header-module__UslE-q__dropdown:hover .header-module__UslE-q__menu-drp-icon{transform:rotate(180deg)}.header-module__UslE-q__nav-item.header-module__UslE-q__dropdown:hover>.header-module__UslE-q__nav-link{color:var(--text-white)}.header-module__UslE-q__nav-item.header-module__UslE-q__dropdown:hover .header-module__UslE-q__menu-drp-icon g{opacity:1}}
.global-module__CFosMq__nl-global-presence{background:#0d1120}.global-module__CFosMq__nl-location-box{background:radial-gradient(100.67% 77.99%,#3719ca0f 0%,#3719ca00 60%);border:1px solid #3719ca1a;border-radius:16px;height:100%;padding:36px;position:relative;overflow:hidden}.global-module__CFosMq__nl-location-box:before{content:"";opacity:.5;pointer-events:none;z-index:0;background:linear-gradient(#3719ca4d 0%,#3719ca0d 33.33%,#3719ca26 66.67%,#3719ca66 100%);border-radius:16px;position:absolute;inset:0}.global-module__CFosMq__nl-location-box>*{z-index:1;position:relative}.global-module__CFosMq__nl-loc-img{object-fit:contain;max-height:120px;position:absolute;top:20px;right:0}.global-module__CFosMq__nl-loc-box{background:#3719ca1a;border:1px solid #3719ca33;border-radius:20px;align-items:center;gap:8px;max-width:fit-content;padding:6px 14px;display:flex}.global-module__CFosMq__nl-loc-text{color:#fff9;letter-spacing:.88px;text-transform:uppercase;font-size:14px;font-style:normal;font-weight:400;line-height:16.5px}.global-module__CFosMq__nl-lc-dot-outer{background:#3719ca6b;border-radius:6px;justify-content:center;align-items:center;width:12px;height:12px;display:flex}.global-module__CFosMq__nl-loc-dot{background:var(--primary);width:6px;height:6px;box-shadow:0 0 8px 0 var(--primary);border-radius:3px;flex-shrink:0}.global-module__CFosMq__nl-loc-country{letter-spacing:3.24px;-webkit-text-fill-color:transparent;background:linear-gradient(96deg,#3719ca 0%,#1dd1e8 100%);-webkit-background-clip:text;background-clip:text;font-size:22px;font-style:normal;font-weight:800;line-height:32.4px}.global-module__CFosMq__nl-cont-name{color:var(--text-dull);font-size:22px;font-style:normal;font-weight:700;line-height:32.4px}.global-module__CFosMq__loc-line{background:linear-gradient(90deg,#3719ca 0%,#1dd1e8 100%);border-radius:1px;flex-shrink:0;width:48px;height:2px}.global-module__CFosMq__loc-address{color:var(--text-white);max-width:226px;font-size:14px;font-style:normal;font-weight:400;line-height:22.44px}.global-module__CFosMq__loc-phone{color:#1dd1e8;text-decoration:none;transition:opacity .2s}.global-module__CFosMq__loc-phone:hover{opacity:.85;text-decoration:underline}.global-module__CFosMq__loc-grad-blur{filter:blur(15px);background:radial-gradient(70.71% 70.71%,#1dd1e821 0%,#1dd1e800 70%);border-radius:100px;width:200px;height:200px;position:absolute;bottom:-59px;left:-59px}.global-module__CFosMq__loc-grad-blur-top{top:-59px!important;left:264px!important}
.faqhld-container{padding:80px 20px}.faqhld-wrapper{grid-template-columns:1fr;gap:32px;max-width:1200px;margin:0 auto;display:grid}@media (min-width:1024px){.faqhld-wrapper{grid-template-columns:464px 1fr;gap:64px}}.faqhld-left-section{position:relative}.faqhld-label-wrapper{align-items:center;gap:10px;margin-bottom:10px;display:flex}.faqhld-divider-left{background:linear-gradient(90deg,#3719ca,#1dd1e8);border-radius:1px;width:28px;height:1px}.faqhld-label{color:#1dd1e8;letter-spacing:4px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.faqhld-dot{background:#3719ca;border-radius:50%;width:5px;height:5px;box-shadow:0 0 8px #3719ca99}.faqhld-heading-wrapper{margin-bottom:32px}.faqhld-heading{margin:0;font-family:Poppins,sans-serif;font-size:36px;line-height:1.2}@media (min-width:1024px){.faqhld-heading{font-size:52px;line-height:62.72px}}.faqhld-heading-text{color:#fff;font-weight:600}.faqhld-heading-gradient{background:linear-gradient(131.825deg,#3719ca 51.923%,#1dd1e8 85.096%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.faqhld-cta-card{background:#1a2236;border:1px solid #3719ca47;border-radius:16px;margin-top:40px;padding:28px;position:relative;overflow:hidden}.faqhld-cta-blur{filter:blur(60px);pointer-events:none;background:#3719ca38;border-radius:50%;width:160px;height:160px;position:absolute;top:-48px;right:32px}.faqhld-cta-content{z-index:10;flex-direction:column;gap:12px;display:flex;position:relative}.faqhld-icon-wrapper{background:#1e2149;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.faqhld-icon{width:18px;height:18px}.faqhld-cta-title{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:23.52px}.faqhld-cta-description{color:#e8eaf07a;margin:0;font-family:Poppins,sans-serif;font-size:14px;line-height:22px}.faqhld-right-section{flex-direction:column;display:flex}.faqhld-item{border-bottom:1px solid #ffffff12;position:relative}.faqhld-item-open{padding-bottom:20px;position:relative}.faqhld-item-open:after{content:"";background:linear-gradient(131.825deg,#3719ca 51.923%,#1dd1e8 85.096%);width:2px;height:100%;position:absolute;top:0;left:0}.faqhld-question-button{cursor:pointer;background:0 0;border:none;justify-content:space-between;width:100%;padding:24px 16px;display:flex}@media (min-width:1024px){.faqhld-question-button{padding:28px 24px}}.faqhld-question{color:#e8eaf0b8;text-align:left;padding-right:16px;font-size:16px;font-weight:500}.faqhld-question-active{color:#fff;font-weight:600}.faqhld-toggle-icon{background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;display:flex}.faqhld-toggle-icon svg{width:20px}.faqhld-toggle-icon-active{background:linear-gradient(135deg,#3719ca,#1dd1e8);box-shadow:0 0 18px #3719ca73}.faqhld-answer{padding:0 16px 20px;animation:.3s ease-in fadeIn}.faqhld-answer p{color:#c8ccdc94;max-width:587px;font-size:14px;line-height:27px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.faqhld-container{margin:0 20px;padding:40px 0}}
.enterprise-services-section{width:100%;min-height:720px;padding:60px 0;position:relative;overflow:hidden}.enterprise-services-container{max-width:inherit;grid-template-columns:1fr 1fr;align-items:center;gap:40px;margin:0 auto;padding:0;display:grid}.enterprise-services-image-wrapper{width:100%;height:645px;position:relative}.enterprise-services-image-mask{width:100%;height:100%;position:relative;overflow:hidden;-webkit-mask-image:radial-gradient(#000 0%,#000c 60%,#0000 100%);mask-image:radial-gradient(#000 0%,#000c 60%,#0000 100%)}.enterprise-services-image{object-fit:cover;object-position:center;width:100%;height:100%}.enterprise-services-logo-overlay{opacity:.15;width:80px;height:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(1.76deg)}.enterprise-services-logo{width:100%;height:100%}.enterprise-services-content{flex-direction:column;gap:32px;width:70%;display:flex}.enterprise-services-title{letter-spacing:-.02em;color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:40px;line-height:1.25}.enterprise-services-title-light{font-size:36px;font-weight:300}.enterprise-services-title-gradient{background:linear-gradient(144.157deg,#3719ca 28.365%,#1dd1e8 72.596%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:40px;font-weight:600}.enterprise-services-description{color:#ffffffb3;max-width:592px;margin:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.375}.enterprise-services-features{flex-direction:column;gap:16px;display:flex}.enterprise-services-feature-item{align-items:center;gap:16px;display:flex}.enterprise-services-icon-wrapper{flex-shrink:0}.enterprise-services-icon-background{background:linear-gradient(135deg,#3719ca20 0%,#1dd1e810 100%);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;padding:1px;display:flex;position:relative}.enterprise-services-icon-border{pointer-events:none;border:1px solid #3719ca36;border-radius:12px;position:absolute;inset:0}.enterprise-services-icon{z-index:1;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:relative}.enterprise-services-icon svg{width:100%;height:100%}.enterprise-services-feature-text{color:#fffc;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:1.375}@media (max-width:1200px){.enterprise-services-container{gap:60px;padding:0 32px}.enterprise-services-title{font-size:36px}.enterprise-services-title-light{font-size:32px}.enterprise-services-title-gradient{font-size:36px}}@media (max-width:968px){.enterprise-services-container{grid-template-columns:1fr;gap:48px}.enterprise-services-image-wrapper{max-width:500px;height:400px;margin:0 auto}.enterprise-services-content{text-align:left}.enterprise-services-title{font-size:32px}.enterprise-services-title-light{font-size:28px}.enterprise-services-title-gradient{font-size:32px}}@media (max-width:640px){.enterprise-services-section{padding:40px 0}.enterprise-services-container{gap:32px;padding:0 20px}.enterprise-services-image-wrapper{height:300px}.enterprise-services-content{gap:24px}.enterprise-services-title{font-size:28px}.enterprise-services-title-light{font-size:24px}.enterprise-services-title-gradient{font-size:28px}.enterprise-services-description,.enterprise-services-feature-text{font-size:14px}.enterprise-services-icon-background{width:36px;height:36px}.enterprise-services-icon{width:18px;height:18px}.enterprise-services-content{width:100%}}@media (max-width:480px){.enterprise-services-title{font-size:24px}.enterprise-services-title-light{font-size:22px}.enterprise-services-title-gradient{font-size:24px}.enterprise-services-features,.enterprise-services-feature-item{gap:12px}}
.cu-card{background:linear-gradient(#11162ee6 0%,#0c1022f2 100%);border:1px solid #ffffff0f;border-radius:20px;padding:clamp(24px,3vw,44px);box-shadow:0 20px 60px #00000059}.cu-card-title{color:var(--color-text-white);font-size:clamp(26px,2.4vw,34px);font-weight:700;line-height:1.2}.cu-card-subtitle{color:var(--color-text-dull);margin:12px 0 24px;font-size:14px;line-height:22px}.cu-input{color:var(--color-text-white);background:#0a0e1799;border:1px solid #1dd1e82e;border-radius:12px;outline:none;width:100%;padding:16px 20px;font-size:14px;transition:border-color .2s,box-shadow .2s}.cu-input:focus{border-color:#1dd1e880;box-shadow:0 0 0 3px #1dd1e81f}.cu-textarea{resize:vertical;min-height:130px}.cu-captcha{background:#f8f9fbfa;border:1px solid #0000001a;border-radius:4px;width:304px;max-width:100%;padding:14px 18px}.cu-captcha-check{cursor:pointer;width:18px;height:18px}.cu-captcha-label{color:#555;font-size:14px}.cu-captcha-meta{color:#9aa0a6;font-size:10px;line-height:1.2}.cu-submit{width:100%;margin-top:8px;padding:16px 32px;font-size:16px;font-weight:600}
.cl-section{background:var(--color-bg,#0a0e17);padding:60px 0;position:relative;overflow:hidden}.cl-container{max-width:var(--container-max-width,1200px);grid-template-columns:minmax(0,420px) minmax(0,1fr);align-items:start;gap:40px;margin:0 auto;padding:0 20px;display:grid;position:relative}.cl-tabs{flex-direction:column;gap:14px;min-width:0;display:flex}.cl-tab{text-align:left;width:100%;color:var(--color-text-heading,#e8eaf0);cursor:pointer;font:inherit;background:linear-gradient(#11162ee6 0%,#0c1022f2 100%);border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:12px;padding:18px 20px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.cl-tab:hover{border-color:#1dd1e840;transform:translateY(-1px)}.cl-tab-active{border-color:#1dd1e859;box-shadow:0 18px 40px #00000059,inset 0 0 0 1px #1dd1e826}.cl-tab-watermark{letter-spacing:-2px;color:#3719ca2e;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(64px,9vw,110px);font-weight:800;line-height:1;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.cl-tab-head{z-index:1;align-items:center;gap:10px;display:inline-flex;position:relative}.cl-tab-dot{background:linear-gradient(135deg, var(--color-primary,#3719ca), var(--color-accent,#1dd1e8));border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 4px #1dd1e81f}.cl-tab-code{background:linear-gradient(104deg, var(--color-primary,#3719ca), var(--color-accent,#1dd1e8));-webkit-text-fill-color:transparent;letter-spacing:1.5px;-webkit-background-clip:text;background-clip:text;font-size:14px;font-weight:700}.cl-tab-country{color:var(--color-text-heading,#e8eaf0);font-size:16px;font-weight:600}.cl-tab-body{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.cl-office{flex-direction:column;gap:8px;display:flex}.cl-divider{background:linear-gradient(90deg,#1dd1e88c 0%,#3719ca26 70%,#0000 100%);width:100%;height:1px;margin-top:6px;display:block}.cl-city{color:var(--color-text-white,#fff);letter-spacing:-.3px;font-size:20px;font-weight:700}.cl-address{color:var(--color-text-dull,#8b92a8);font-size:13px;line-height:22px}.cl-phone-row{color:var(--color-text-heading,#e8eaf0);font-size:13px;font-weight:600}.cl-phone-label{color:var(--color-text-heading,#e8eaf0)}.cl-phone{color:var(--color-text-heading,#e8eaf0);text-decoration:none;transition:color .2s}.cl-phone:hover{color:var(--color-accent,#1dd1e8)}.cl-map-wrap{background:#0c102299;border:1px solid #ffffff0f;border-radius:16px;width:100%;height:auto;position:relative;overflow:hidden}.cl-map{object-fit:cover;width:100%;height:100%;animation:.35s cl-fade;display:block}@keyframes cl-fade{0%{opacity:0;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.cl-container{grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:18px}.cl-map-wrap{height:clamp(300px,46vh,460px)}}@media (max-width:768px){.cl-section{padding:40px 0}.cl-container{grid-template-columns:1fr;gap:18px}.cl-tabs{flex-flow:wrap;gap:10px}.cl-tab{text-align:center;flex:calc(33.333% - 10px);align-items:center;min-width:96px;padding:12px 14px}.cl-tab-head{flex-direction:column;gap:4px}.cl-tab-watermark{opacity:.6;font-size:60px;right:8px}.cl-tab-active{text-align:left;flex:100%;align-items:flex-start;padding:16px 18px}.cl-tab-active .cl-tab-head{flex-direction:row;gap:10px}.cl-map-wrap{aspect-ratio:4/3;height:auto;max-height:60vh}}@media (max-width:480px){.cl-tab{flex:calc(50% - 10px)}.cl-tab-country{font-size:14px}.cl-city{font-size:18px}.cl-map-wrap{aspect-ratio:1;max-height:70vh}}
.case-study-module__0NKcKa__cs-section{width:100%;padding:60px 20px;position:relative}.case-study-module__0NKcKa__cs-container{max-width:1100px;margin:0 auto}.case-study-module__0NKcKa__cs-carousel-wrapper{justify-content:center;align-items:center;gap:24px;margin-bottom:5px;display:flex;position:relative}.case-study-module__0NKcKa__cs-carousel-container{perspective:2000px;justify-content:center;align-items:center;width:100%;min-height:570px;display:flex;position:relative;overflow:visible}.case-study-module__0NKcKa__cs-carousel-track{width:100%;height:100%;transform-style:preserve-3d;justify-content:center;align-items:center;display:flex;position:relative}.case-study-module__0NKcKa__cs-carousel-slide{z-index:1;transform-style:preserve-3d;will-change:transform, opacity;justify-content:center;align-items:center;transition:all .7s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-center{opacity:1;z-index:10;transform:translate(0)translateZ(0)rotateY(0)scale(1)}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-left-1{opacity:.6;z-index:5;transform:translate(-200px)translateZ(-200px)rotateY(35deg)scale(.8)}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-left-2{opacity:.3;z-index:2;transform:translate(-360px)translateZ(-350px)rotateY(45deg)scale(.65)}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-right-1{opacity:.6;z-index:5;transform:translate(200px)translateZ(-200px)rotateY(-35deg)scale(.8)}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-right-2{opacity:.3;z-index:2;transform:translate(360px)translateZ(-350px)rotateY(-45deg)scale(.65)}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-hidden{opacity:0;pointer-events:none;z-index:0;transform:translate(0)translateZ(-500px)rotateY(0)scale(.4)}.case-study-module__0NKcKa__cs-right-1 .case-study-module__0NKcKa__cs-card,.case-study-module__0NKcKa__cs-right-2 .case-study-module__0NKcKa__cs-card,.case-study-module__0NKcKa__cs-left-1 .case-study-module__0NKcKa__cs-card,.case-study-module__0NKcKa__cs-left-2 .case-study-module__0NKcKa__cs-card{background-position:0 0;background-repeat:no-repeat;background-size:cover;padding:0}:is(.case-study-module__0NKcKa__cs-right-1 .case-study-module__0NKcKa__cs-card .case-study-module__0NKcKa__cs-card-content,.case-study-module__0NKcKa__cs-right-1 .case-study-module__0NKcKa__cs-card .cs-cta-button,.case-study-module__0NKcKa__cs-right-2 .case-study-module__0NKcKa__cs-card .case-study-module__0NKcKa__cs-card-content,.case-study-module__0NKcKa__cs-right-2 .case-study-module__0NKcKa__cs-card .cs-cta-button,.case-study-module__0NKcKa__cs-left-1 .case-study-module__0NKcKa__cs-card .case-study-module__0NKcKa__cs-card-content,.case-study-module__0NKcKa__cs-left-1 .case-study-module__0NKcKa__cs-card .cs-cta-button,.case-study-module__0NKcKa__cs-left-2 .case-study-module__0NKcKa__cs-card .case-study-module__0NKcKa__cs-card-content,.case-study-module__0NKcKa__cs-left-2 .case-study-module__0NKcKa__cs-card .cs-cta-button){opacity:0}.case-study-module__0NKcKa__cs-center .case-study-module__0NKcKa__cs-card{background-image:none!important}:is(.case-study-module__0NKcKa__cs-center .case-study-module__0NKcKa__cs-card .case-study-module__0NKcKa__cs-card-content,.case-study-module__0NKcKa__cs-center .case-study-module__0NKcKa__cs-card .cs-cta-button){opacity:1}.case-study-module__0NKcKa__cs-card{background:#0e1228;border-radius:44px;flex-direction:column;justify-content:space-between;width:100%;max-width:540px;min-height:500px;padding:36px;display:flex;box-shadow:0 20px 60px #3719ca14}.case-study-module__0NKcKa__cs-card-content{flex:1}.case-study-module__0NKcKa__cs-case-number{color:#fff;margin-bottom:24px;font-size:16px;font-weight:400}.case-study-module__0NKcKa__cs-tags{opacity:.5;flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.case-study-module__0NKcKa__cs-tag{color:#ffffffd9;background:#1a1e3a;border-radius:31px;padding:4px 16px;font-size:14px;font-weight:400}.case-study-module__0NKcKa__cs-card-title{color:#fff;margin-bottom:24px;font-size:30px;font-weight:500;line-height:34.5px}.case-study-module__0NKcKa__cs-card-description{color:#ffffffa6;margin-bottom:36px;font-size:16px;font-weight:400;line-height:28px}.case-study-module__0NKcKa__cs-pagination{justify-content:center;align-items:center;gap:10px;display:flex}.case-study-module__0NKcKa__cs-pagination-dot{cursor:pointer;background:#ffffff1f;border-radius:5px;width:10px;height:10px;transition:all .3s}.case-study-module__0NKcKa__cs-pagination-dot.case-study-module__0NKcKa__cs-active{background:linear-gradient(90deg,#2d96f0,#02a7bc);width:32px}@media (max-width:1280px){.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-left-1{transform:translate(-160px)translateZ(-200px)rotateY(35deg)scale(.75)}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-right-1{transform:translate(160px)translateZ(-200px)rotateY(-35deg)scale(.75)}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-left-2{transform:translate(-280px)translateZ(-350px)rotateY(45deg)scale(.6)}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-right-2{transform:translate(280px)translateZ(-350px)rotateY(-45deg)scale(.6)}}@media (max-width:768px){.case-study-module__0NKcKa__cs-section{padding:40px 12px}.case-study-module__0NKcKa__cs-carousel-wrapper{gap:0;margin-bottom:32px}.case-study-module__0NKcKa__cs-carousel-container{perspective:800px;min-height:480px;overflow:hidden}.case-study-module__0NKcKa__cs-carousel-track{transform-style:preserve-3d}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-left-1{opacity:.6;transform:translate(-80px)translateZ(-200px)rotateY(35deg)scale(.8)!important}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-left-2{opacity:.3;transform:translate(-140px)translateZ(-350px)rotateY(45deg)scale(.65)!important}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-right-1{opacity:.6;transform:translate(80px)translateZ(-200px)rotateY(-35deg)scale(.8)!important}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-right-2{opacity:.3;transform:translate(140px)translateZ(-350px)rotateY(-45deg)scale(.65)!important}.case-study-module__0NKcKa__cs-carousel-slide.case-study-module__0NKcKa__cs-center{opacity:1;transform:translate(0)translateZ(0)rotateY(0)scale(1)!important}.case-study-module__0NKcKa__cs-card{border-radius:24px;width:100%;max-width:100%;min-height:auto;padding:24px 20px}.case-study-module__0NKcKa__cs-case-number{margin-bottom:16px;font-size:14px}.case-study-module__0NKcKa__cs-tags{margin-bottom:16px}.case-study-module__0NKcKa__cs-tag{padding:4px 12px;font-size:12px}.case-study-module__0NKcKa__cs-card-title{margin-bottom:16px;font-size:22px;line-height:30px}.case-study-module__0NKcKa__cs-card-description{margin-bottom:24px;font-size:14px;line-height:22px}}
.ai-specs-module__xpHm6G__nl-scroll-section{width:100%;height:100vh;position:relative;overflow:hidden}.ai-specs-module__xpHm6G__nl-card-container{justify-content:center;align-items:center;padding-left:20px;padding-right:20px;display:flex;position:relative}.ai-specs-module__xpHm6G__nl-card-border{background:linear-gradient(90deg,#3719ca,#1dd1e8,#3719ca) 0 0/300% 100%;border-radius:24px;width:100%;max-width:898px;padding:1px;animation:3s linear infinite ai-specs-module__xpHm6G__nl-border-flow;position:relative}@keyframes ai-specs-module__xpHm6G__nl-border-flow{0%{background-position:0%}to{background-position:300%}}.ai-specs-module__xpHm6G__nl-scroll-wrapper{background:linear-gradient(108deg,#3719ca54 2.63%,#1dd1e817 40.95%,#1dd1e800 56.27%),#111630;border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;width:100%;max-width:898px;padding:18px 52px;display:flex;position:relative}.ai-specs-module__xpHm6G__nl-scroll-left{flex-direction:column;order:1;gap:20px;width:60%;display:flex}.ai-specs-module__xpHm6G__nl-ai-span-tag{color:var(--top-heading);letter-spacing:3px;background:linear-gradient(109deg,#3719ca24 0%,#1dd1e814 100%);border:1px solid #3719ca40;border-radius:20px;width:fit-content;padding:6px 14px;font-size:12px;font-style:normal;font-weight:600;line-height:16.5px}.ai-specs-module__xpHm6G__nl-ai-span-text{color:#ffffff59;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.ai-specs-module__xpHm6G__nl-ai-icon{background:linear-gradient(135deg,#3719ca21 0%,#1dd1e80f 100%);border:1px solid #3719ca36;border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.ai-specs-module__xpHm6G__nl-ai-title{color:var(--text-heading);letter-spacing:-1px;font-size:32px;font-style:normal;font-weight:700;line-height:40px}.ai-specs-module__xpHm6G__nl-ai-desc{color:#ffffffb3;font-size:16px;font-style:normal;font-weight:400;line-height:28.8px}.ai-specs-module__xpHm6G__nl-scroll-right{order:2;justify-content:center;width:34%;display:flex}.ai-specs-module__xpHm6G__nl-visual{object-fit:contain;background:0 0;border-radius:20px;justify-content:center;align-items:center;width:260px;height:260px;font-size:50px;display:flex;overflow:hidden}.ai-specs-module__xpHm6G__nl-visual canvas{object-fit:contain;border-radius:20px;width:100%;height:100%}.ai-specs-module__xpHm6G__nl-visual svg{width:100%;height:100%}.ai-specs-module__xpHm6G__nl-visual .nl-anim-dash{animation:2.5s linear infinite ai-specs-module__xpHm6G__nl-dash-flow}.ai-specs-module__xpHm6G__nl-visual .nl-anim-draw{animation:3s linear infinite ai-specs-module__xpHm6G__nl-dash-flow}.ai-specs-module__xpHm6G__nl-visual .nl-anim-dot-cyan{transform-box:fill-box;transform-origin:50%;animation:2.5s ease-in-out infinite ai-specs-module__xpHm6G__nl-dot-pulse}.ai-specs-module__xpHm6G__nl-visual .nl-anim-dot-blue{transform-box:fill-box;transform-origin:50%;animation:3s ease-in-out infinite ai-specs-module__xpHm6G__nl-dot-pulse}.ai-specs-module__xpHm6G__nl-visual .nl-anim-breathe{transform-box:fill-box;transform-origin:50%;animation:3.5s ease-in-out infinite ai-specs-module__xpHm6G__nl-breathe}.ai-specs-module__xpHm6G__nl-visual .nl-anim-iris{transform-box:fill-box;transform-origin:50%;animation:2s ease-in-out infinite ai-specs-module__xpHm6G__nl-dot-pulse}.ai-specs-module__xpHm6G__nl-visual .nl-anim-scan{animation:3s ease-in-out infinite ai-specs-module__xpHm6G__nl-scan}.ai-specs-module__xpHm6G__nl-visual .nl-anim-bar{animation:2.5s ease-in-out infinite ai-specs-module__xpHm6G__nl-bar-glow}.ai-specs-module__xpHm6G__nl-visual .nl-anim-beam{animation:2.5s ease-in-out infinite ai-specs-module__xpHm6G__nl-beam-pulse}.ai-specs-module__xpHm6G__nl-visual .nl-anim-ring{transform-box:fill-box;transform-origin:50%;animation:3s ease-in-out infinite ai-specs-module__xpHm6G__nl-ring-expand}.ai-specs-module__xpHm6G__nl-visual .nl-anim-device{animation:2.5s ease-in-out infinite ai-specs-module__xpHm6G__nl-device-glow}@keyframes ai-specs-module__xpHm6G__nl-dash-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-32px}}@keyframes ai-specs-module__xpHm6G__nl-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.3)}}@keyframes ai-specs-module__xpHm6G__nl-breathe{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.07)}}@keyframes ai-specs-module__xpHm6G__nl-scan{0%,to{opacity:.25;transform:translate(-5px)}50%{opacity:.65;transform:translate(5px)}}@keyframes ai-specs-module__xpHm6G__nl-bar-glow{0%,to{opacity:.6}50%{opacity:1}}@keyframes ai-specs-module__xpHm6G__nl-beam-pulse{0%,to{stroke-opacity:.15}50%{stroke-opacity:.8}}@keyframes ai-specs-module__xpHm6G__nl-ring-expand{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.55;transform:scale(1.06)}}@keyframes ai-specs-module__xpHm6G__nl-device-glow{0%,to{opacity:.4}50%{opacity:1}}.ai-specs-module__xpHm6G__nl-dots{position:absolute;top:80%;right:30px;transform:translateY(-50%)}.ai-specs-module__xpHm6G__nl-dots span{background:#555;border-radius:50%;width:6px;height:6px;margin:12px 0;transition:all .3s;display:block}.ai-specs-module__xpHm6G__nl-dots span.ai-specs-module__xpHm6G__active{background:#1dd1e8;transform:scale(1.4)}.ai-specs-module__xpHm6G__scroll-down-info{color:#fff6;text-align:center;letter-spacing:2px;font-size:13px;font-weight:400;line-height:19.5px;animation:1.8s infinite ai-specs-module__xpHm6G__nl-bounce;display:block}@keyframes ai-specs-module__xpHm6G__nl-bounce{0%,to{transform:translateY(0)}30%{transform:translateY(-8px)}50%{transform:translateY(0)}70%{transform:translateY(-4px)}}@media screen and (max-width:768px){.ai-specs-module__xpHm6G__nl-scroll-section{flex-direction:column;height:auto;min-height:100vh;padding-top:30px!important;padding-bottom:16px!important;display:flex!important}.ai-specs-module__xpHm6G__nl-card-container{flex:1;align-items:center;min-height:0;padding:0 12px;display:flex}.ai-specs-module__xpHm6G__nl-card-border{flex-direction:column;display:flex}.ai-specs-module__xpHm6G__nl-scroll-wrapper{flex-flow:column;gap:20px;padding:16px}.ai-specs-module__xpHm6G__nl-scroll-left{flex-shrink:0;order:2;gap:16px;width:100%}.ai-specs-module__xpHm6G__nl-scroll-right{flex-shrink:0;order:1;justify-content:center;width:100%}.ai-specs-module__xpHm6G__nl-visual{width:100%;height:200px}.ai-specs-module__xpHm6G__nl-ai-icon{border-radius:12px;width:44px;height:44px}.ai-specs-module__xpHm6G__nl-ai-title{font-size:24px;line-height:1.3}.ai-specs-module__xpHm6G__nl-ai-desc{font-size:14px;line-height:1.5}.ai-specs-module__xpHm6G__nl-dots{top:83%;right:8px}.ai-specs-module__xpHm6G__scroll-down-info{letter-spacing:1.5px;flex-shrink:0;font-size:10px;margin-top:10px!important}}@media screen and (max-width:460px){.ai-specs-module__xpHm6G__nl-scroll-wrapper{gap:20px;padding:14px 12px}.ai-specs-module__xpHm6G__nl-visual{width:100%;height:160px}.ai-specs-module__xpHm6G__nl-ai-title{font-size:20px;line-height:1.3}.ai-specs-module__xpHm6G__nl-ai-desc{font-size:14px;line-height:1.5}}
.call-cta-module__zc1-Ia__cta1-container{max-width:1200px;margin:0 auto}.call-cta-module__zc1-Ia__cta1-card{background-color:#0b1220;border-radius:24px;min-height:256px;position:relative;overflow:hidden}.call-cta-module__zc1-Ia__cta1-background{background-color:#0b1220;border-radius:24px;position:absolute;inset:0}.call-cta-module__zc1-Ia__cta1-gradient-overlay{pointer-events:none;background:radial-gradient(circle at 0 0,#ffffff1a 0%,#fff0 70%);border-radius:24px 0 0;width:250px;height:250px;position:absolute;top:0;left:0}.call-cta-module__zc1-Ia__cta1-border-gradient{pointer-events:none;background:linear-gradient(150.564deg,#ffffff24 0%,#ffffff09 50%,#fff0 60%);border-radius:24px;position:absolute;inset:1px 298px 1px 1px}.call-cta-module__zc1-Ia__cta1-content{z-index:1;justify-content:space-between;align-items:center;padding:30px;display:flex;position:relative}.call-cta-module__zc1-Ia__cta1-text-section{flex:1;max-width:600px;padding-right:40px}.call-cta-module__zc1-Ia__cta1-heading{color:#fff;margin-bottom:24px;font-size:24px;font-weight:600;line-height:32px}.call-cta-module__zc1-Ia__cta1-button{color:var(--text-white);text-align:center;background:linear-gradient(103deg,#3719ca 0%,#1dd1e8 100%);border-radius:100px;justify-content:center;align-items:center;gap:8px;margin-top:0;padding:17px 72px;font-size:16px;font-weight:700;line-height:22.8px;text-decoration:none;transition:all .3s;display:inline-flex}.call-cta-module__zc1-Ia__cta1-button:hover{background:linear-gradient(103deg,#4a2be2 0%,#2be4ff 100%);box-shadow:0 10px 30px #3719ca66,0 0 20px #1dd1e84d}.call-cta-module__zc1-Ia__cta1-button:active{transform:translateY(0)}.call-cta-module__zc1-Ia__cta1-image-section{flex-shrink:0;width:493px;height:256px;margin:-40px -40px -40px 0;position:relative}.call-cta-module__zc1-Ia__cta1-image-wrapper{border-radius:0 24px 24px 0;width:100%;height:100%;position:relative;overflow:hidden}.call-cta-module__zc1-Ia__cta1-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.call-cta-module__zc1-Ia__cta1-image-gradient{pointer-events:none;background:linear-gradient(91.8605deg,#0b1220 0%,#0f0e1284 40%,#0000 70%);width:200px;height:100%;position:absolute;top:0;left:0}@media (max-width:1024px){.call-cta-module__zc1-Ia__cta1-image-section{width:400px}.call-cta-module__zc1-Ia__cta1-text-section{padding-right:20px}.call-cta-module__zc1-Ia__cta1-heading{font-size:22px;line-height:30px}.call-cta-module__zc1-Ia__cta1-button{padding:14px 40px;font-size:16px}}@media (max-width:768px){.call-cta-module__zc1-Ia__cta1-card{border-radius:20px;min-height:auto}.call-cta-module__zc1-Ia__cta1-content{flex-direction:column;min-height:auto;padding:32px 24px}.call-cta-module__zc1-Ia__cta1-text-section{text-align:center;max-width:100%;margin-bottom:24px;padding-right:0}.call-cta-module__zc1-Ia__cta1-heading{margin-bottom:20px;font-size:20px;line-height:28px}.call-cta-module__zc1-Ia__cta1-break-desktop{display:none}.call-cta-module__zc1-Ia__cta1-button{padding:14px 32px;font-size:16px}.call-cta-module__zc1-Ia__cta1-image-section{width:100%;height:200px;margin:0 -24px -32px}.call-cta-module__zc1-Ia__cta1-image-wrapper{border-radius:0 0 20px 20px}.call-cta-module__zc1-Ia__cta1-image-gradient{background:linear-gradient(#0b1220 0%,#0b122099 50%,#0000 100%);width:100%;height:80px}.call-cta-module__zc1-Ia__cta1-border-gradient{right:1px}.call-cta-module__zc1-Ia__cta1-gradient-overlay{width:150px;height:150px}}@media (max-width:480px){.call-cta-module__zc1-Ia__cta1-content{padding:24px 20px}.call-cta-module__zc1-Ia__cta1-heading{font-size:18px;line-height:26px}.call-cta-module__zc1-Ia__cta1-button{text-align:center;width:100%;padding:12px 28px;font-size:15px}.call-cta-module__zc1-Ia__cta1-image-section{height:180px;margin:0 -20px -24px;display:none}}
