@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-fast);border-bottom:1px solid transparent;transform:translateY(0)}.header.scrolled{box-shadow:0 2px 20px #0000000d;border-bottom-color:#0000000d;background:#fff}.header.hidden{transform:translateY(-100%)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:20px 0;height:80px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text-color);font-weight:600;font-size:20px;transition:transform var(--transition-fast)}.logo:hover{transform:scale(1.05)}.logo-text{font-weight:600}.nav{display:flex;align-items:center;gap:32px;position:relative;width:100%}.nav .nav-desktop{display:flex;align-items:center;gap:32px;flex-wrap:wrap;width:100%;justify-content:center;position:relative}@media (max-width: 768px){.nav .nav-desktop{display:none}}.nav.open .nav-desktop{height:60px}.nav .nav-item-dropdown{position:relative}.nav .dropdown-menu{position:absolute;top:calc(100% - 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:20px;z-index:1001;width:100%;max-width:100%;box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0;column-gap:24px;animation:fadeInDown .2s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav .dropdown-menu .dropdown-link{display:block;text-decoration:none;color:var(--text-color);font-size:14px;font-weight:600;padding:10px 12px;transition:color var(--transition-fast);white-space:normal;width:100%}.nav .dropdown-menu .dropdown-link:hover{color:#2b51eb}.nav .nav-mobile{display:none}@media (max-width: 768px){.nav .nav-mobile{display:flex;flex-direction:column;width:100%;gap:0}}@media (max-width: 768px){.nav{position:fixed;top:80px;left:0;right:0;background:#fff;flex-direction:column;padding:24px;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all var(--transition-fast);box-shadow:0 4px 20px #0000001a;overflow-y:auto;max-height:calc(100vh - 80px)}.nav.open{transform:translateY(0);opacity:1;visibility:visible}}.nav-link{text-decoration:none;color:var(--text-color);font-weight:500;font-size:16px;display:flex;align-items:center;gap:8px;transition:none}.nav-link .chevron{transition:transform var(--transition-fast)}.nav-link .chevron.open{transform:rotate(180deg)}@media (max-width: 768px){.nav-link{width:100%;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.1)}.nav-link:after{display:none}}.nav-link-with-submenu{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;text-align:left}.nav-link-with-submenu .nav-link-label{flex:1;-webkit-user-select:none;user-select:none;text-decoration:none;color:inherit;cursor:pointer;transition:opacity var(--transition-fast)}.nav-link-with-submenu .nav-link-label:hover{opacity:.7}.nav-link-with-submenu .chevron-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;margin-left:8px;transition:transform var(--transition-fast)}.nav-link-with-submenu .chevron-button:hover{opacity:.7}.nav-link-with-submenu .chevron-button .chevron{transition:transform var(--transition-fast)}.nav-link-with-submenu .chevron-button .chevron.open,.nav-link-with-submenu .chevron-button.open .chevron{transform:rotate(180deg)}.nav-item-with-submenu{width:100%}@media (max-width: 768px){.nav-item-with-submenu{border-bottom:1px solid rgba(0,0,0,.1)}}.submenu{display:flex;flex-direction:column;padding-left:20px;margin-top:8px;gap:8px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submenu .submenu-link{text-decoration:none;color:var(--text-color);font-weight:400;font-size:14px;padding:8px 0;transition:color var(--transition-fast);opacity:.8}.submenu .submenu-link:hover{opacity:1;color:var(--text-color)}.contact-btn{padding-left:24px!important;padding-right:24px!important;padding-top:12px!important;background:linear-gradient(#1f1f1f,#3c3c3c);color:#fff;border:none;border-radius:12px;font-weight:500;font-size:16px!important;cursor:pointer;transition:all var(--transition-fast);width:121px!important;height:40px!important;min-height:40px!important;display:flex!important;align-items:center!important;flex-flow:column!important;text-align:center}.contact-btn span{width:100%!important;text-align:center!important;justify-content:center!important}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.contact-btn{display:none}}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px;align-items:center;justify-content:center;color:var(--text-color);transition:all var(--transition-fast);padding:0!important}.mobile-menu-toggle span{width:24px;height:2px;background:var(--text-color);transition:all var(--transition-fast)}@media (max-width: 768px){.mobile-menu-toggle{display:flex}}.mobile-menu-toggle.open span{display:none}@media screen and (min-width: 0) and (max-width: 767px){.contact-btn{display:none!important}.mobile-menu-toggle{height:auto;min-height:20px!important}.nav.open{min-height:calc(100vh - 80px);display:flex!important;align-items:flex-start}.nav.open a{width:100%}.nav-mobile .nav-item-with-submenu button{flex-flow:row;padding-left:0!important;padding-right:0!important;color:#1f1f1f;font-size:20px;font-weight:400}.nav-mobile .nav-item-with-submenu .submenu{padding-left:0}.nav-mobile .nav-item-with-submenu .submenu a{font-size:14px;color:#1f1f1f;font-weight:400}}.footer{background:linear-gradient(135deg,#f8f9fa,#fff);padding:80px 0 24px;margin-top:80px}@media screen and (max-width: 767px){.footer{margin-top:40px}}.footer-content{display:flex;flex-wrap:wrap;gap:13px}.footer-section{flex:auto;min-width:160px}.footer-section h4{font-size:14px;font-weight:700;margin-bottom:16px;color:#1f1f1f}.footer-section h4.CentraAssistlink{margin-top:40px;font-weight:400}.footer-section ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-section li a{text-decoration:none;color:#1f1f1f;font-size:14px;font-weight:400;transition:opacity var(--transition-fast)}.footer-section li a:hover{opacity:1}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-weight:600;font-size:20px}.logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gradient-purple) 0%,var(--gradient-blue) 100%);border-radius:8px;color:#fff;font-weight:700;font-size:16px}.footer-tagline{font-size:20newsletterpx;margin-bottom:24px;color:#1f1f1f;font-weight:500}.newsletter{display:flex;gap:8px;max-width:300px}.newsletter input{flex:1;padding:12px 16px;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:14px;outline:none;transition:border-color var(--transition-fast)}.newsletter input:focus{border-color:var(--gradient-blue)}.newsletter button{padding:12px 24px;background:var(--text-color);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.newsletter button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.social-links{display:flex;gap:16px;margin-top:16px}.social-links a{text-decoration:none;color:var(--text-color);transition:opacity var(--transition-fast)}.footer-celebration{text-align:center;color:#1f1f1f;justify-content:center}.footer-celebration .trophy-icon{position:relative;margin-top:10%}.footer-celebration .trophy-icon img{width:120%}.footer-celebration h3{font-size:37px;line-height:42px;font-weight:800;letter-spacing:2%}.footer-celebration p{font-size:18px;font-weight:400}.footer-bottom{padding-top:24px;border-top:1px solid rgba(0,0,0,.1);text-align:center;padding-bottom:20px;width:100%}.footer-bottom p{color:#1f1f1f;font-size:14px;font-weight:500}.containernew{width:100%;display:flex;justify-content:space-between;flex-flow:row wrap}.containernew .footer-main{width:100%;max-width:calc(100% - 320px)}.containernew .footer-celebration{width:270px;margin-top:auto}.containernew .footer-content{display:flex;justify-content:space-between}.containernew .footer-content .linksbox{width:100%;max-width:515px;display:flex;justify-content:space-between;padding-bottom:82px}@media screen and (max-width: 767px){.containernew .footer-main{max-width:100%}.containernew .footer-celebration{display:none}.containernew .linksbox{flex-flow:row wrap}.containernew .linksbox>div:first-child,.containernew .linksbox>div:nth-child(2){min-width:calc(50% - 10px)!important;max-width:calc(50% - 10px);margin-bottom:30px}.containernew .linksbox>div:nth-child(3){min-width:calc(100% + -0px);max-width:calc(100% + -0px);display:flex;flex-flow:row wrap}.containernew .linksbox>div:nth-child(3) h4{width:100%}.containernew .linksbox>div:nth-child(3) ul{width:50%}.containernew .linksbox>div:nth-child(3) div{width:128px;display:flex;flex-flow:row wrap;margin-top:0}.containernew .linksbox>div:nth-child(3) div a{width:calc(50% - 8px)}}.newsletterparent{width:100%;max-width:400px;display:flex;background:#f5f5f5;height:54px;position:relative;outline:none!important}.newsletterparent input{background:#f5f5f5;padding-left:36px;padding-right:100px}.newsletterparent button{position:absolute;right:-6px;top:5px;height:36px;width:100px;border-radius:12px;min-height:44px!important}.newsletterparent button svg{min-width:20px!important}.newsletterparent img{position:absolute;left:8px;top:50%;height:24px;width:24px;background:#fff;transform:translateY(-50%)}@media screen and (max-width: 767px){.mfooter{margin-top:32px}}@media (max-width: 768px){.hero{min-height:40vh;padding:30px 0 0}}.hero-tags{margin-bottom:0!important}.hero-tags.homeherotags{margin-bottom:0!important;position:relative}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1260px;margin:0 auto;position:relative;z-index:1}.hero-content.homeherocontent{width:100%;max-width:100%}.hero-title{margin-bottom:16px!important;color:var(--text-color)}@media (max-width: 768px){.hero-title{margin-bottom:12px!important}}.hero-subtitle{margin-bottom:48px;color:var(--text-color);opacity:.8;max-width:700px}@media (max-width: 768px){.hero-subtitle{margin-bottom:42px!important}}.lottiebtn{transition:all var(--transition-fast)}.lottiebtn:hover{transform:translateY(-2px)}.lottiebtn.homeherolottiebtn{margin-top:42px}.icon-wrapper{background:#fff;padding:12px;border-radius:40px;margin-top:4px;margin-bottom:42px}@media (max-width: 767.4px){.icon-wrapper{background:none;margin-bottom:54px}}.icon-wrapper .icon-boxes{display:flex;max-width:100%;gap:16px}@media (max-width: 767.4px){.icon-wrapper .icon-boxes{flex-wrap:wrap}}.icon-wrapper .icon-boxes .icon-box{padding:28px 12px;background:linear-gradient(180deg,#f9f9f9,#fef6ff);border-radius:32px;cursor:pointer;min-width:230px;height:auto}@media (max-width: 767.4px){.icon-wrapper .icon-boxes .icon-box{border-radius:16px;padding:20px 12px}}.icon-wrapper .icon-boxes .icon-box:hover{background:linear-gradient(180deg,#e2edff,#feeeff)}.icon-wrapper .icon-boxes .icon-box .icon-text{padding-top:12px}@media (max-width: 767.4px){.icon-wrapper .icon-boxes .icon-box .icon-text{padding-top:8px}}.icon-wrapper .icon-boxes .icon-box .icon-text .iconArrow{padding-left:0;opacity:0}.icon-box:hover .iconArrow{opacity:1!important;padding-left:8px!important}@media (max-width: 767.4px){.icon-box:hover .iconArrow{width:13px}}@media (max-width: 767.4px){.icon-boxes{gap:8px!important;display:flex;justify-content:center}.mob-box-third{min-width:100px!important}.mob-box-half{min-width:155px!important}.main-Icon{width:52px;height:52px}}.homeheroicons{width:100%;max-width:1455px;position:relative}.homeheroicons img{width:100%}.homeheroicons .titlebox{width:100%;max-width:840px;margin:0 auto;position:absolute;top:33px;left:0;right:0}.homeheroicons .titlebox.homepageherotitle{max-width:960px}.homeheroicons .titlebox.homepageherotitle br{display:none}@media screen and (max-width: 767px){.homeheroicons .titlebox.homepageherotitle br{display:flex}}@media screen and (max-width: 767px){.homeheroicons .titlebox{position:relative}}.homeheroicons .titlebox .homeherotitle span span{color:#1d43dc}.homeheroicons .titlebox .homeherosubtitle{max-width:840px;margin-top:12px}.homeheroicons .showonweb{display:flex}.homeheroicons .showonmobile{display:none}.homeheroicons .hero-icons-container{width:100%;height:100%;position:relative;min-height:500px}.homeheroicons .hero-icons-container .hero-icon-wrapper{position:absolute;width:120px;height:120px}.homeheroicons .hero-icons-container .hero-icon-wrapper .hero-icon-lottie{width:100%;height:100%;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.homeheroicons .hero-icons-container .hero-icon-wrapper.active{z-index:10}.homeheroicons .hero-icons-container .hero-icon-wrapper.active .hero-icon-lottie{opacity:1;transform:scale(1.1)}.homeheroicons .hero-icons-container .hero-icon-wrapper.inactive{z-index:1}.homeheroicons .hero-icons-container .hero-icon-wrapper.inactive .hero-icon-lottie{opacity:1;transform:scale(.9)}.homeheroicons .hero-icons-container .hero-icon-wrapper.top-left{top:-15px;right:35px}.homeheroicons .hero-icons-container .hero-icon-wrapper.middle-left{bottom:210px;left:-60px}.homeheroicons .hero-icons-container .hero-icon-wrapper.bottom-left{bottom:60px;left:105px}.homeheroicons .hero-icons-container .hero-icon-wrapper.top-right{bottom:75px;right:168px}.homeheroicons .hero-icons-container .hero-icon-wrapper.middle-right{top:165px;right:-50px}.homeheroicons .hero-icons-container .hero-icon-wrapper.bottom-right{top:-25px;left:20px}.homeheroicons .hero-icons-container-mobile{display:none;width:100%;margin-top:52px;overflow:hidden;position:relative}.homeheroicons .hero-icons-container-mobile .hero-icons-scroll-wrapper{display:flex;align-items:center;gap:24px;padding:0 calc(50vw - 60px);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.homeheroicons .hero-icons-container-mobile .hero-icons-scroll-wrapper::-webkit-scrollbar{display:none}.homeheroicons .hero-icons-container-mobile .hero-icon-wrapper{flex:0 0 120px;width:120px;height:120px;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.homeheroicons .hero-icons-container-mobile .hero-icon-wrapper .hero-icon-lottie{width:100%;height:100%;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.homeheroicons .hero-icons-container-mobile .hero-icon-wrapper.active{z-index:10;transform:scale(1.2)}.homeheroicons .hero-icons-container-mobile .hero-icon-wrapper.active .hero-icon-lottie{opacity:1}.homeheroicons .hero-icons-container-mobile .hero-icon-wrapper.inactive{z-index:1;transform:scale(.8)}.homeheroicons .hero-icons-container-mobile .hero-icon-wrapper.inactive .hero-icon-lottie{opacity:.4}@media screen and (max-width: 767px){.homeheroicons .showonmobile{display:flex;margin-top:52px}.homeheroicons .showonweb{display:none}.homeheroicons .hero-icons-container-mobile{display:grid}.homeheroicons .hero-icons-container{display:none}}.highlight{position:relative;display:inline-block;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.highlight.fade-out{opacity:0;transform:translateY(-10px)}.highlight.fade-in{opacity:1;transform:translateY(0)}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.proven-results.section{padding-bottom:80px!important}@media (max-width: 767.4px){.proven-results.section{padding-top:76px!important;padding-bottom:0!important}}#ProvenResults-title{margin-bottom:12px!important}#ProvenResults-subTitle{margin-bottom:48px!important}.swipers-wrapper{position:relative;margin-top:40px;margin-left:-24px;padding-left:24px;margin-right:calc((100vw - 100%)/-2);padding-right:calc((100vw - 100%)/2);overflow-x:visible;overflow-y:visible}@media (max-width: 968px){.swipers-wrapper{margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:100%;overflow-x:hidden;max-width:100vw}}@media (max-width: 767.4px){.swipers-wrapper{margin-top:32px}}.swiper-container-inner{max-width:1260px;margin:0 auto;padding:0 24px}@media (max-width: 968px){.swiper-container-inner{max-width:100%;width:100%;padding-left:0;padding-right:0;overflow-x:hidden}}@media (max-width: 968px){.case-study-swiper{overflow-x:hidden!important}.case-study-swiper .swiper-wrapper{overflow-x:hidden}.case-study-swiper .swiper-slide{max-width:100vw}}.swiper-wrapper-tab .case-study-swiper{overflow:visible}.swiper-wrapper-tab .case-study-swiper .swiper-wrapper{overflow:visible;padding:5px}.swiper-wrapper-tab{display:none;width:100%}.swiper-wrapper-tab.active{display:block}.proven-results{margin-top:120px!important;padding-bottom:80px!important}.proven-results .tabs-container{margin-bottom:48px;display:none}@media (max-width: 968px){.proven-results .tabs-container{margin-bottom:0;margin-top:15px;height:60px;overflow-x:auto;overflow-y:hidden;width:100%;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.proven-results .tabs-container::-webkit-scrollbar{display:none}}.proven-results .tabs{gap:8px;flex-wrap:wrap;justify-content:center;min-height:44px;max-height:44px;display:flex;align-items:center}@media (max-width: 968px){.proven-results .tabs{display:flex;flex-wrap:nowrap;padding:0;margin:0;width:650px}}@media (max-width: 968px){.proven-results .tabs{padding-top:10px}}.proven-results .tab{padding:12px 24px;background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:23px;color:var(--text-color);cursor:pointer;transition:all var(--transition-fast);position:relative;overflow:hidden;height:44px;display:flex;align-items:center;flex-flow:row;background:#f5f5f5;padding:0 24px!important}.proven-results .tab:hover{border-color:#0d56f4;color:#0d56f4;background-color:#0d56f41a}.proven-results .tab:hover:before{left:0}.proven-results .tab.active{border-color:#0d56f4;color:#0d56f4;background-color:#0d56f41a}.proven-results .tab.active:before{left:0}.case-study-swiper{padding-bottom:30px;overflow:visible}.case-study-swiper .swiper-slide{width:auto;height:auto}.case-study-swiper .swiper-slide:first-child{margin-left:0}.case-study-swiper .swiper-wrapper{display:flex;align-items:stretch}.hero-container{padding:32px 24px!important;display:flex;align-items:normal;border-radius:42px;background:#fff;box-shadow:0 0 44px #00184a0f}@media (max-width: 767.4px){.hero-container{padding:12px 12px 24px!important;border-radius:24px!important}}.slide-section-new .content-wrapper{width:100%;max-width:100%;margin:0;display:flex;align-items:normal;justify-content:space-between;gap:20px}@media (max-width: 767.4px){.slide-section-new .content-wrapper{gap:0px!important}}.text-section{flex:1;max-width:500px;padding-bottom:0!important}@media (max-width: 767.4px){.text-section{padding:24px 8px 0!important}}.slide-section-new .hero-container{padding:16px!important}@media (max-width: 767.4px){.slide-section-new .hero-container{padding-bottom:24px!important}}.text-section{padding:32px}.text-section .title{color:#1f1f1f;font-family:Manrope}.slide-section-new .text-section .description{color:#1f1f1fe6;font-family:Manrope;font-style:normal;margin-bottom:48px}.slide-section-new .text-section .stats{display:flex;gap:30px;margin-bottom:60px}.slide-section-new .text-section .stats .stat{position:relative}.slide-section-new .text-section .stats .stat:first-child:before{content:"";width:2px;height:42px;background:#f5f5f5;position:absolute;right:15px;top:50%;transform:translateY(-50%)}@media (max-width: 768px){.slide-section-new .text-section .stats .stat:first-child:before{display:none}}@media (max-width: 768px){.slide-section-new .text-section .stats{justify-content:space-between;margin-bottom:42px}}.text-section .stat-number{color:#2b51eb;position:relative}@media (max-width: 768px){.text-section .stat-number{margin-bottom:4px!important}}@media (max-width: 768px){.text-section .stat-number:after{position:absolute;content:"";height:40px;right:-60px;width:2px;border-right:2px solid #F5F5F5;display:flex;align-items:center}#ProvenResults-title{padding:0}#ProvenResults-subTitle{margin-bottom:32px!important}}.label-up{gap:8px}.text-section .stat-label{color:#1f1f1fcc;width:85%}.text-section .cta-button:hover{background-color:#fff;border:1px solid #1F1F1F;color:#1f1f1f}@media (max-width: 968px){.content-wrapper{max-width:100%;margin:0;display:flex;flex-wrap:wrap;align-items:normal;justify-content:space-between;gap:20px;flex-direction:column-reverse}}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{position:absolute;top:auto;width:auto;justify-content:center;background:red;margin:0 auto;left:50%;transform:translate(-50%);background:#f5f5f5;border-radius:24px;height:20px;display:flex;align-items:center;bottom:0;padding:4px}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span{width:9px;height:9px;border-radius:50%;background:#fff}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active{background:#0d56f4;width:19px;height:11px;border-radius:16.51px}@media screen and (max-width: 767px){.swiper-wrapper-tab.active{padding-right:16px}.swiper-wrapper-tab.active .image-section{max-width:100%}.swiper-wrapper-tab.active .image-section img{width:100%}.proven-results-wrapper .container.proven-container{padding:0 16px}.cta-button{margin-left:auto;margin-right:auto}}@media screen and (max-width: 767px) and (max-width: 767.4px){.cta-button{margin-bottom:0!important}}@media screen and (max-width: 767px){.image-section{height:160px;width:100%}.image-section img{width:100%;height:100%;object-fit:cover;object-position:top}.text-section .stat-number:after{display:none!important}}section.proven-results.section{padding-bottom:80px!important}@media screen and (min-width: 0) and (max-width: 767px){section.proven-results.section{margin-top:0!important;padding-top:76px!important}}@media (max-width: 767.4px){.text-section p{margin-bottom:32px!important}}.provensubtitle{height:112px}@media screen and (max-width: 767px){.provensubtitle{height:auto}}.enable-ai-value-new{padding:140px 0!important;background-image:url(/assets/img/bg-enterprise.webp);background-repeat:no-repeat;background-size:cover;text-align:center;border-radius:52px;margin-bottom:80px}@media (max-width: 968px){.enable-ai-value-new{border-radius:32px;padding-top:40px!important}.enable-ai-value-new .section-title{margin-bottom:12}}.enable-ai-value-new .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:33px}@media (max-width: 968px){.enable-ai-value-new .steps-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:0px;padding-top:32px}}.enable-ai-value-new .step-item{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap}.enable-ai-value-new .step-visual{position:relative;width:100%;height:100%;margin-bottom:30px;background:#fff;border-radius:32px;overflow:hidden;background-color:#fff;padding:8px}.enable-ai-value-new .step-visual img{width:100%}.enable-ai-value-new #EnableAIValueTitle,.enable-ai-value-new .section-title{margin-bottom:12px}#EnableAIValuesubTitle{margin-bottom:48px}.step-content{text-align:left;padding:36px 20px 42px}.step-content h3{text-align:left;padding-bottom:12px}.step-content p{color:#1f1f1f}@media (max-width: 968px){.step-content{padding:20px 16px}}@media (max-width: 767.4px){.step-content h3{padding-bottom:8px!important}#EnableAIValueTitle{margin-bottom:3%}#EnableAIValuesubTitle{margin-bottom:5%!important}}.enable-ai-value-new-bg{background:linear-gradient(131.24deg,#fffbf1 21.66%,#ffedda 86.48%)!important}.coredatasubtitle{text-align:center}.home-page{padding-top:80px}.homeprovensec section{padding-top:0!important;margin-top:80px!important}.whereexperience section.section.offerings.statssectionhero{padding-bottom:0!important}.offeringgridSEC section{padding-bottom:160px!important}.offeringgridSEC section .offerings__grid .offer-card{padding-left:0;padding-right:0}@media screen and (max-width: 767px){.offeringgridSEC section{padding-bottom:0!important}}.trusted{background:transparent}.trusted .text-center{text-align:center}.trusted .trusted-subtitle{padding-bottom:50px}.trusted .section-subtitle{margin-bottom:0!important}.trusted .trusted-marquee-wrapper{padding-top:32px!important}.trusted-grid{display:flex;flex-wrap:wrap;gap:20px 100px;justify-content:center;align-items:center}.trusted-marquee-wrapper{overflow:hidden;padding:60px 0 0;position:relative;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.trusted-marquee-wrapper .marquee-row{width:100%;overflow:hidden;position:relative}.trusted-marquee-wrapper .marquee-row .marquee-track{display:flex;width:fit-content;animation:marquee 40s linear infinite;padding-bottom:24px}@media screen and (max-width: 768px){.trusted-marquee-wrapper .marquee-row .marquee-track{padding-bottom:20px}}.trusted-marquee-wrapper .marquee-row--forward .marquee-track{animation-direction:normal}.trusted-marquee-wrapper .marquee-row--reverse .marquee-track{animation-direction:reverse}.trusted-marquee-wrapper .marquee-item{flex:0 0 auto;padding:0 50px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767.4px){.trusted-marquee-wrapper .marquee-item{padding:0 10px}}.trusted-marquee-wrapper .marquee-item img{height:100px;width:auto;object-fit:contain;transition:filter .4s ease}@media (max-width: 768px){.trusted-marquee-wrapper .marquee-item img{height:70px}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted-marquee-wrapper:hover .marquee-track{animation-play-state:paused}@media screen and (max-width: 767.4px){.trusted{padding-top:72px!important}.trusted-marquee-wrapper{padding-bottom:0!important}.trusted.section{padding-bottom:0}}.harnessing-content{display:flex;gap:24px;align-items:center;width:100%}.harnessing-content .section_card{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:normal;width:100%}@media screen and (max-width: 767.4px){.harnessing-content{padding-top:32px}}@media (max-width: 968px){.harnessing-content{flex-direction:column}.harnessing-content .section_card{gap:16px}}#centraAIScape{max-width:100%;padding:42px;position:relative;z-index:2}#Enterprisetitle{margin-bottom:12px!important}#EnterpriseSubtitle{margin-bottom:5%!important}@media (max-width: 968px){.section_card{gap:16px}}.lottie-container{flex:1;display:flex;justify-content:center;align-items:center}.harnessing-cards{display:flex;position:relative;gap:32px;width:100%}.harnessing-card{background:#fff;border:1px solid #F5F5F5;transition:all var(--transition-fast);width:100%;min-height:370px;position:relative;border-radius:32px;border:2px solid #FFF;background:linear-gradient(111deg,#f8f8f880 -4.87%,#fff0 103.95%);box-shadow:0 0 14px #a1a1a10d,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.harnessing-card .hars-icons{position:absolute;right:20px;bottom:0}.harnessing-card .hars-icons img{width:100%}.harnessing-card .hars-icons-2{position:relative}.harnessing-card .hars-icons-2 img{width:100%}.mx-200{max-width:60%;padding:42px 10px 42px 42px}.mx-100{max-width:60%;padding:42px}.card-icon{margin-bottom:16px}.harnessing-card h3{margin-bottom:12px;color:var(--text-color)}.harnessing-card p{color:var(--text-color);opacity:.8;padding-right:57px}@media screen and (max-width: 767.4px){.harnessing-card p{padding-right:0}}@media (max-width: 968px){.harnessing-card{border-radius:24px;min-height:auto}#Enterprisetitle{margin-bottom:3%!important}#EnterpriseSubtitle{margin-bottom:5%!important}.mx-200,.mx-100{max-width:100%;padding:16px}.harnessing-card .hars-icons{position:relative;right:18px;bottom:-7px;display:flex;justify-content:end}.harnessing-card .hars-icons img{width:178px}.harnessing-cards{display:flex;flex-wrap:wrap;gap:32px;width:100%}.harnessing-card h3{margin-bottom:8px}}.harnessing-card .hars-icons-2.lottie2{margin-top:-190px;z-index:-1;position:relative;display:flex}@media screen and (max-width: 767px){.harnessing-card .hars-icons-2.lottie2{margin-top:-125px}}@media screen and (max-width: 767.4px){.harnessing-ai{padding-top:72px!important;padding-bottom:0!important}.harnessing-card .hars-icons{margin-top:-80px!important}.breakPoint{display:block!important}}.harnessing-card .hars-icons{bottom:-7px}@media screen and (max-width: 767px){.harnessing-card .hars-icons{bottom:-3px}}.industry-footprint__cta{border-radius:12px!important;min-width:153px!important;height:40px!important}#industry-footprint-title{font-style:Bold;text-align:center;margin-bottom:12px!important}.section-subtitle{color:#000c!important;margin-bottom:48px!important}.industry-footprint{min-height:100vh;background-color:transparent;padding:132px 24px 80px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.industry-footprint{padding:40px 16px}.industry-footprint #industry-footprint-title{margin-bottom:3%!important}}.industry-footprint__container{max-width:1260px;width:100%;margin:0 auto}.industry-footprint__header{text-align:center;margin-bottom:48px}@media (max-width: 767.4px){.industry-footprint__header{margin-bottom:32px}}.industry-footprint__title{color:#1f1f1f;margin-bottom:16px}.industry-footprint .tabs-container{padding:24px;width:100%;border-radius:42px;background:#fff;box-shadow:0 0 44px #00184a0f}@media (max-width: 968px){.industry-footprint .tabs-container{padding:12px;overflow:visible}}@media (max-width: 767.4px){.industry-footprint .tabs-container{border-radius:24px}}.industry-footprint__description{color:#666;max-width:600px;margin:0 auto}.industry-footprint__tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:32px}@media (max-width: 968px){.industry-footprint__tabs{display:flex;flex-wrap:nowrap;gap:5px;justify-content:flex-start;margin-bottom:32px;width:max-content;min-width:100%;overflow-x:auto;overflow-y:hidden;height:60px;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.industry-footprint__tabs::-webkit-scrollbar{display:none}}@media (max-width: 767.4px){.industry-footprint__tabs{gap:24px;margin-bottom:0}}.industry-footprint__tab{display:flex;align-items:center;gap:8px;padding:12px 55px;border-radius:23px;background-color:#f5f5f5;color:#666;border:1px solid #F5F5F5;cursor:pointer;transition:all .3s ease;justify-content:space-between}@media (max-width: 968px){.industry-footprint__tab{padding:12px 15px;border-radius:23px}.industry-footprint__tab__tab{justify-content:center;width:10%;flex-wrap:nowrap}}.industry-footprint__tab:hover{background:#0d56f41a;color:#1f1f1f;border:1px solid #0D56F4!important}.industry-footprint__tab--active,.industry-footprint__tab--active:hover{background:#0d56f41a;color:#4f7cff;border:1px solid #0D56F4}.industry-footprint__tab--animating{position:relative}.industry-footprint__tab--animating:before{content:"";background:linear-gradient(90deg,#fff,#c1d7ff);border:none;display:block;position:absolute;width:1%;height:100%;left:0;top:0;border-radius:23px;border-left:none;animation:tabProgress 4s linear forwards;z-index:1;opacity:1;transition:none}.industry-footprint__tab-icon{display:flex;align-items:center;justify-content:center}.industry-footprint__tab-text{white-space:nowrap}.industry-footprint__content{display:flex;justify-content:space-between}@media (max-width: 968px){.industry-footprint__content{grid-template-columns:1fr;gap:40px;width:100%;display:block}}@media (max-width: 968px){.industry-footprint__content{padding:10px 6px;flex-direction:column-reverse;display:flex}}.industry-footprint__info{display:flex;flex-direction:column;padding:16px}@media (max-width: 767.4px){.industry-footprint__info{padding:0}}.industry-footprint__content-title{color:#1f1f1f;margin-bottom:8px}.industry-footprint__content-subtitle{color:#1f1f1fe5;margin-bottom:24px}.industry-footprint__features{list-style:none;padding:0;margin:0 0 90px;display:flex;flex-direction:column;gap:8px}@media (max-width: 767.4px){.industry-footprint__features{gap:24px}}@media (max-width: 640px){.industry-footprint__features{margin-bottom:24px}}.industry-footprint__feature{color:#666;padding-left:32px;position:relative}.industry-footprint__feature:before{content:"";position:absolute;left:0;top:2px;width:24px;height:24px;background-color:#4f7cff;border-radius:50%;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.7581%204L12.2578%205.35031C13.2706%208.0875%2015.4287%2010.2456%2018.1659%2011.2585L19.5162%2011.7581L18.1659%2012.2578C15.4287%2013.2706%2013.2706%2015.4287%2012.2578%2018.1659L11.7581%2019.5162L11.2585%2018.1659C10.2456%2015.4287%208.0875%2013.2706%205.35031%2012.2578L4%2011.7581L5.35031%2011.2585C8.0875%2010.2456%2010.2456%208.0875%2011.2585%205.35031L11.7581%204Z'%20stroke='%230D56F4'%20stroke-width='1.5'/%3e%3c/svg%3e")}.industry-footprint__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background-color:#1f1f1f;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;align-self:flex-start;margin-top:auto!important}@media (max-width: 640px){.industry-footprint__cta{align-self:center;margin-bottom:12px}}.industry-footprint__cta:hover{background-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.industry-footprint__cta:active{transform:translateY(0)}.industry-footprint .industry-footprint-banner{width:512px;height:482px;text-align:center;display:flex;justify-content:center}@media (max-width: 767.4px){.industry-footprint .industry-footprint-banner{width:100%;height:220px}.industry-footprint .industry-footprint-banner img{width:100%;object-fit:cover;border-radius:24px}}.industry-footprint__tabs{display:flex}.industry-footprint__tabs button{width:calc(20% - 10px);display:flex;flex-flow:row!important;justify-content:center;background:#f5f5f5;color:#313131;transition:all .3s ease;border:1px solid transparent!important;border-radius:12px}.industry-footprint__tabs button span{width:auto!important;position:relative;z-index:2}.industry-footprint__tabs button:before{content:"";background:transparent;transition:all .3s ease;border:none;display:block;position:absolute;width:1%;height:100%;left:0;border-radius:12px;border-left:none;z-index:0}.industry-footprint__tabs button.industry-footprint__tab--active,.industry-footprint__tabs button:hover{transition:all .3s ease;color:#4f7cff;background:transparent;border:1px solid #4f7cff!important}.industry-footprint__tabs button.industry-footprint__tab--active:before,.industry-footprint__tabs button:hover:before{content:"";background:#fff0;background:linear-gradient(90deg,#fff,#c1d7ff);color:#4f7cff;border:none;display:flex;position:absolute;width:100%;height:100%;left:0;border-radius:12px;border-left:none}.industry-footprint__tabs button.industry-footprint__tab--animating{position:relative}.industry-footprint__tabs button.industry-footprint__tab--animating:before{content:""!important;background:linear-gradient(90deg,#fff,#c1d7ff)!important;border:none!important;display:block!important;position:absolute!important;width:1%;height:100%!important;left:0!important;top:0!important;border-radius:12px;border-left:none;animation:tabProgress 4s linear forwards!important;z-index:1!important;opacity:1!important;transition:none!important}@media screen and (max-width: 968px){.industry-footprint__tabs{width:100%}.industry-footprint__tabs button{width:auto!important;white-space:nowrap;min-width:fit-content}}.offerings{background-color:transparent;padding:80px 24px}.offerings__header h2{text-align:center;margin-bottom:12px}.offerings__header p{font-style:Regular;text-align:center;color:#000c;margin-bottom:48px}@media (max-width: 992px){.offerings__header h2{font-style:Bold;text-align:center;margin-bottom:12px}.offerings__header p{text-align:center}}@media (max-width: 767.4px){.offerings{padding:48px 16px}.offerings__grid{display:grid;width:100%;grid-template-columns:repeat(2,1fr);gap:24px;justify-content:center;padding:0 12px}.offerings__header{margin-bottom:40px}.offerings__title{margin-bottom:16px}}.offer-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.offer-card.textcolorblue.textcolorblue{background:linear-gradient(180deg,#fff6fc,#e0f6ff 62.02%)!important}.offer-card.textcolorblue{max-width:calc(33% - 12px);min-width:calc(33% - 12px)}@media (max-width: 767.4px){.offer-card.textcolorblue{min-width:164px!important;max-width:164px!important}}.offer-card.purple,.offer-card.purple.purple{background:linear-gradient(180deg,#faf7ff,#eee6ff)}.offer-card.purple{max-width:calc(33% - 12px);min-width:calc(33% - 12px)}@media (max-width: 767.4px){.offer-card.purple{min-width:164px!important;max-width:164px!important}}.offer-card.peach.peach{background:linear-gradient(180deg,#fff6ee,#ffe7d6)}.offer-card.peach{max-width:calc(33% - 12px);min-width:calc(33% - 12px)}@media (max-width: 767.4px){.offer-card.peach{max-width:344px!important;min-width:344px!important}}.offer-card.green.green{background:linear-gradient(180deg,#f3fdf7,#e0f4ea)}.offer-card.green{max-width:calc(33% - 12px);min-width:calc(33% - 12px)}@media (max-width: 767.4px){.offer-card.green{max-width:344px!important;min-width:344px!important}}.offer-card.yellow.yellow{background:linear-gradient(180deg,#fffbef,#ffefcb)}.offer-card.yellow{min-width:404px}@media (max-width: 767.4px){.offer-card.yellow{max-width:344px!important;min-width:344px!important}}.offer-card.lavender.lavender{background:linear-gradient(180deg,#f8f7ff,#e9ecff)}.offer-card.lavender{max-width:190px;min-width:190px}@media (max-width: 767.4px){.offer-card.lavender{min-width:164px!important;max-width:164px!important}}.offer-card.sky{background:linear-gradient(178.11deg,#eafae6 1.47%,#b2e3a6 116.57%)}.offer-card.sky.sky{background:linear-gradient(180deg,#f2fbff,#e0f4ff)}.offer-card.sky{max-width:190px;min-width:190px}@media (max-width: 767.4px){.offer-card.sky{min-width:164px!important;max-width:164px!important}}.offer-card.bluenew.bluenew{background:linear-gradient(180deg,#f6faff,#e4f0ff)}.offer-card.bluenew{max-width:404px;min-width:404px}@media (max-width: 767.4px){.offer-card.bluenew{max-width:344px!important;min-width:344px!important}}.offer-card.purplenew.purplenew{background:linear-gradient(180deg,#fbf8ff,#eee6ff)}.offer-card.purplenew{max-width:297px;min-width:297px}@media (max-width: 767.4px){.offer-card.purplenew{min-width:164px!important;max-width:164px!important}}.offer-card.yellow-new.yellow-new{background:linear-gradient(180deg,#fff8ed,#ffe6bf)}.offer-card.yellow-new{max-width:297px;min-width:297px}@media (max-width: 767.4px){.offer-card.yellow-new{min-width:164px!important;max-width:164px!important}}.offer-card.bluenew2.bluenew2{background:linear-gradient(180deg,#f4f9ff,#e1eeff)}.offer-card.bluenew2{max-width:297px;min-width:297px}@media (max-width: 767.4px){.offer-card.bluenew2{min-width:164px!important;max-width:164px!important}}.offer-card.purplenew2.purplenew2{background:linear-gradient(180deg,#faf7ff,#eee6ff)}.offer-card.purplenew2{max-width:297px;min-width:297px}@media (max-width: 767.4px){.offer-card.purplenew2{min-width:164px!important;max-width:164px!important}}@media (max-width: 640px){.offer-card{padding:8px 10px;min-height:160px}.offer-card__icon{margin-bottom:16px}.offer-card__icon svg{width:36px;height:36px}.offer-card__title{padding:0 8px}}@media screen and (max-width: 480px){p.section-subtitle.animate-on-scroll.visible,.offerings__header h2{padding-left:16px;padding-right:16px}}.offerings-grid-image.web{display:flex}@media screen and (max-width: 767.4px){.offerings-grid-image.web{display:none}}.offerings-grid-image.mobile{display:none}@media screen and (max-width: 767.4px){.offerings-grid-image.mobile{display:flex}}.stats-container{display:flex;justify-content:center;align-items:normal;gap:100px;padding:0 0 80px}@media (max-width: 1024px){.stats-container{gap:60px;padding:60px 20px}}@media (max-width: 767.4px){.stats-container{flex-wrap:wrap;gap:40px;padding:60px 20px 0;justify-content:start}}#StatsSection-title{font-size:48px!important;margin-bottom:12px!important;margin-top:0}#StatsSection-subTitle{font-size:20px;margin-bottom:48px}.offerings .section-title{margin-bottom:12px}.offerings .section-subtitle{margin-bottom:48px}@media (max-width: 992px){.section #StatsSection-title{font-size:24px;margin-bottom:12px}.section #StatsSection-subTitle{font-size:16px;margin-bottom:3%}}.stat-item{display:flex;flex-direction:column;align-items:normal;text-align:left}@media (max-width: 768px){.stat-item .stat-item{display:flex;flex-direction:column;align-items:normal;text-align:center}}.stat-number{font-size:84px;font-weight:800;color:#1d43dc;line-height:100%;margin-bottom:8px;letter-spacing:2px}@media (max-width: 768px){.stat-number{font-size:42px}}.stat-label{font-size:20px;color:#1f1f1f;line-height:100%;font-weight:400}@media (max-width: 768px){.stat-label{font-size:14px}}.starbox{display:flex;align-items:center;justify-content:center;justify-content:space-between;width:100%}@media screen and (max-width: 767px){.stats-container.animate-on-scroll.visible{padding-left:0;padding-right:0}.stats-container.animate-on-scroll.visible>div{flex-flow:row wrap}.stats-container.animate-on-scroll.visible>div>div{min-width:calc(48% - 15px);max-width:calc(48% - 15px);margin-bottom:30px}.stats-container.animate-on-scroll.visible>div .stat-number{font-size:34px}.stats-section{padding-top:72px!important}.step-content .step-tile{font-size:18px!important;line-height:24px!important;letter-spacing:0!important;font-weight:700!important;padding-bottom:8px!important}}.statssectionhero{padding-top:0!important;min-height:auto!important;margin-bottom:0!important}@media screen and (min-width: 0) and (max-width: 767px){section.section.offerings.statssectionhero{padding-top:72px!important;padding-bottom:0!important}section.section.offerings.statssectionhero h2#StatsSection-title{font-size:24px!important;margin-bottom:12px!important}section.section.offerings.statssectionhero h2#StatsSection-title+p{font-size:14px!important;line-height:22px!important;margin-bottom:0!important}}.readycontent{background:transparent;position:relative}.readycontent .container{max-width:1260px}.readycontent .redysection{background:#fff;box-shadow:0 0 44px #00184a0f;border-radius:52px;padding:45px;text-align:center;position:relative;overflow:hidden}@media (max-width: 768px){.readycontent .redysection{padding:120px 12px;border-radius:24px}}.readycontent .text-center{text-align:center}.readycontent .readycontent #ReadyScaleTitleSubTile h3{margin-bottom:3%!important}.readycontent .readycontent #ReadyScaleTitleSubTile p{margin-bottom:5%!important}.readycontent .readycontent-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}@media (max-width: 767.4px){.readycontent .readycontent-grid{gap:20px;padding-top:40px;margin-bottom:30px}}.readycontent .readycontent-grid .hero-cta .btn-primary span{font-style:Bold;border-radius:12px}.readycontent .readycontent-grid .hero-cta{display:flex;gap:16px;margin-bottom:10px;flex-wrap:wrap;justify-content:center}@media (max-width: 768px){.readycontent .readycontent-grid .hero-cta button{min-width:205px;padding:16px 20px}}.readycontent .patch-1{position:absolute;top:0;left:0}@media (max-width: 768px){.readycontent .patch-1 img{width:120px}}.readycontent .patch-2{position:absolute;right:0;bottom:0}@media (max-width: 768px){.readycontent .patch-2 img{width:120px}}.readycontent .section-title{margin-bottom:16px!important}.readycontent p{font-family:Manrope;font-style:Regular;text-align:center}.btn-secondary{padding:8px 16px 0;background:transparent;color:var(--text-color);border:2px solid var(--text-color);border-radius:12px!important;background-color:transparent;cursor:pointer;transition:all var(--transition-fast)}.btn-primary{border-radius:12px!important}.titlesec,.subtitlesec{max-width:720px;margin-left:auto;margin-right:auto}@media (max-width: 767.4px){.readycontent #ReadyScaleTitleSubTile h3{margin-bottom:5%!important;padding-top:25px}.readycontent #ReadyScaleTitleSubTile p{margin-bottom:5%!important}}.clientsays{width:100%;padding-bottom:30px;border-radius:52px}@media screen and (max-width: 767px){.clientsays{padding-top:76px;margin-top:30px}}.clientsays .title{text-align:center;margin-bottom:24px}@media screen and (max-width: 767px){.clientsays .title{padding-left:16px;padding-right:16px;margin-bottom:12px}}.clientsays .subtitle{color:#000c;text-align:center;margin-bottom:62px}@media screen and (max-width: 767px){.clientsays .subtitle{padding-left:16px;padding-right:16px;margin-bottom:32px}}.clientsays .contacttestislider{width:100%;background:#fff;padding-top:105px;padding-left:82px;padding-right:82px;text-align:center;border-radius:32px;border:1px solid #F5F5F5}@media screen and (max-width: 767px){.clientsays .contacttestislider{padding-top:42px;padding-left:24px;padding-right:24px}}.clientsays .contacttestislider .titlec{color:#1f1f1f}.clientsays .contacttestislider .name{margin-top:62px;color:#1f1f1f}.clientsays .contacttestislider .place{margin-top:12px;color:#1f1f1f99;padding-bottom:100px}.clientsays .contacttestislider .place img{width:16px;height:13px}.clientsays .contacttestislider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:20px!important}@media screen and (max-width: 767px){.clientsays{padding-top:0!important;margin-top:0!important}}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active{background:#0d56f4!important}.clientsays .contacttestislider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{background-color:#fff!important}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span{background:#6d6a6a!important}.about-hero{min-height:80vh;display:flex;align-items:center;padding:140px 0 80px}@media screen and (max-width: 767.4px){.about-hero{padding:60px 0 40px;padding-top:50px!important;min-height:auto;padding-bottom:62px}}.about-hero .hero-title{font-style:Bold;text-align:center;text-transform:capitalize}.about-hero .hero-content{max-width:1020px;margin:0 auto;text-align:center}.about-hero .about-hero .hero-subtiitle{margin-bottom:60px!important}.about-hero .hero-image{width:100%;max-width:1000px;margin:0 auto}.about-hero .video-wrapper{position:relative;width:100%;height:456px;border-radius:52px;overflow:hidden;background:#000}@media screen and (max-width: 767px){.about-hero .video-wrapper{height:180px;border-radius:14.2px}}.about-hero .hero-video{width:100%;height:456px;object-fit:cover;border-radius:52px;display:block}@media screen and (max-width: 767px){.about-hero .hero-video{height:180px;border-radius:14.2px}}.about-hero .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:transparent;border:none;cursor:pointer;padding:0;z-index:10;transition:opacity .3s ease;max-height:80px!important;min-height:80px!important;outline:none!important}.about-hero .play-button img{width:80px;height:80px;display:block}.about-hero .play-button:hover{opacity:.8}.about-hero .play-button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:4px;border-radius:50%}.about-hero .image-placeholder{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,var(--gradient-purple) 0%,var(--gradient-blue) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.8}.about-hero .hero-subtitle{margin-bottom:48px;color:var(--text-color);opacity:.8;max-width:1000px}.about-slider .slider-container{width:100%;max-width:1200px;margin:0 auto;border-radius:16px;overflow:hidden}.about-slider .slider-container .image-slider{width:100%;height:520px}.about-slider .slider-container .image-slider .swiper-slide{display:flex;align-items:normal;justify-content:center}.about-slider .slider-container .image-slider .slide-content-new{position:relative;width:100%;height:100%;overflow:hidden}.about-slider .slider-container .image-slider .slide-content-new .slide-image{width:100%;height:456px;object-fit:cover;border-radius:28px}.about-slider .slider-container .image-slider .swiper-button-prev,.about-slider .slider-container .image-slider .swiper-button-next{color:#fff;background:#00000080;width:50px;height:50px;border-radius:50%;transition:all .3s ease}.about-slider .slider-container .image-slider .swiper-button-prev:after,.about-slider .slider-container .image-slider .swiper-button-next:after{font-size:20px}.about-slider .slider-container .image-slider .swiper-button-prev:hover,.about-slider .slider-container .image-slider .swiper-button-next:hover{background:#000c;transform:scale(1.1)}.about-slider .slider-container .image-slider .swiper-pagination{bottom:20px}.about-slider .slider-container .image-slider .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#fff;opacity:.6;transition:all .3s ease}.about-slider .slider-container .image-slider .swiper-pagination .swiper-pagination-bullet-active{opacity:1;background:#fff;width:30px;border-radius:6px}@media (max-width: 768px){.slider-container{border-radius:0}.slider-container .image-slider{height:400px}.slider-container .image-slider .slide-content-new .slide-overlay{padding:40px 20px 20px}.slider-container .image-slider .swiper-button-prev,.slider-container .image-slider .swiper-button-next{width:40px;height:40px}.slider-container .image-slider .swiper-button-prev:after,.slider-container .image-slider .swiper-button-next:after{font-size:16px}}.timeline-slide{padding:12px}.years-nav{display:flex;width:100%;align-items:center}.years-nav button{min-width:fit-content!important;height:auto;white-space:nowrap;padding:10px 24px!important;border:1px solid #F5F5F5!important;background:#fff;font-size:16px!important;color:#313131;border-radius:23px;min-height:44px!important;position:relative}.years-nav button.active{background:#0d56f41a!important;border:1px solid #0D56F4!important;color:#0d56f4!important}.years-nav .line{min-width:52px;height:1px;background:#c2c2c2;margin:0 4px}.about-hero .hero-content .hero-title{margin-bottom:8px!important}@media (max-width: 767.4px){.about-hero .hero-content .hero-title{margin-bottom:12px!important}}.about-hero .hero-content .hero-subtitle{margin-bottom:60px!important}@media (max-width: 767.4px){.about-hero .hero-content .hero-subtitle{margin-bottom:32px!important}}#herotitle{margin-bottom:12px!important}#heroSubtitle{margin-bottom:60px!important}@media (max-width: 767.4px){#heroSubtitle.hero-subtitle.aboutherosubt{margin-bottom:32px!important}}.who-we-are{width:100%}@media (max-width: 767.4px){.who-we-are{padding-top:0!important}}.who-we-are .who-section{display:flex;gap:24px;justify-content:center;align-items:centner;width:100%}@media screen and (max-width: 768px){.who-we-are .who-section{flex-direction:column}}.who-we-are #about-title{margin-bottom:12px!important}.who-we-are #about-subtitle{margin-bottom:48px!important}@media (max-width: 992px){.who-we-are #about-title{margin-bottom:12px!important}.who-we-are #about-subtitle{margin-bottom:5%!important}}.who-we-are .who-we-are .section-subtitle{padding-bottom:0!important}.who-we-are .section-title{font-style:Bold;text-align:center;text-transform:none}.who-we-are .who-content{border:1px solid #F5F5F5;border-radius:24px;background-color:#fff;padding:0;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 0 44px #00184a0f;width:33%!important}.who-we-are img{width:100%}.who-we-are h3{color:#1f1f1f;margin-top:auto;margin-bottom:8px;padding:0 24px}.who-we-are p{padding:0 24px}.who-we-are .who-content p{padding-bottom:42px}@media (max-width: 767.4px){.who-we-are .section-subtitle{margin-bottom:32px!important}.who-we-are .who-content h3{margin-bottom:4px}.who-we-are .who-content p{padding-bottom:24px}}@media (max-width: 992px){.who-we-are .who-content{width:48%!important}}@media (max-width: 768px){.who-we-are .who-content{width:100%!important}}.testimonial{background:linear-gradient(131.24deg,#f0f5ff 21.66%,#c3defd 86.48%);border-radius:52px;margin-top:84px;margin-bottom:80px;padding:130px 0!important}@media screen and (max-width: 767.4px){.testimonial{margin-top:56px;padding:60px 0!important;border-radius:24px;margin-bottom:56px}}.testimonial-card{border-radius:16px;text-align:center!important}.test-head{text-align:left}.testimonial-text{color:#1f1f1f1a}.testimonial-text span{color:#1f1f1f1a;transition:color .1s ease}.testimonial-text span.highlighted{color:var(--text-color)}@media (max-width: 767.4px){.testimonial-text{text-align:center}}.testimonial-logo{text-align:center;padding-top:82px}@media screen and (max-width: 768px){.testimonial-logo{padding-top:20px}.testimonial-logo img{width:160px}}.journey{padding:120px 0;background:radial-gradient(circle at top,#f8f9fb,#fff 60%)}#journeytitle{margin-bottom:12px!important}#journeysubtitle{margin-bottom:48px!important;color:#000c!important}.journey-title{text-align:center;margin-bottom:12px}.journey-subtitle{text-align:center;color:#9ca3af;max-width:760px;margin:0 auto 72px}.journey-cards{display:flex;justify-content:center;gap:24px;height:360px;margin-bottom:56px}.journey-card{gap:42px;width:280px;height:396px;background:#fff;border-radius:24px;padding:42px 24px;box-shadow:0 24px 60px #0000000f}.journey-card.alt{background:#fff7ec}.journey-card h3{margin-bottom:14px}.journey-card p{color:#6b7280}.journey-years{display:flex;justify-content:center;align-items:center;margin-bottom:28px}.year{font-family:Manrope;font-style:Bold;leading-trim:NONE;text-align:center}.year.active{color:#2563eb}.year-line{width:100%;height:1px;background:#d1d5db;margin:0 14px}.year-line1{width:50%;height:1px;background:#d1d5db;margin:0 14px}.journey-arrows{display:flex;justify-content:center;gap:24px}.journey-arrows button{width:50px;height:50px;opacity:1;border-radius:50%;border:none;background:#f3f4f6;cursor:pointer;display:flex;align-items:center;justify-content:center}.journey-arrows button:disabled{opacity:.4;cursor:not-allowed}.journey-arrows img{width:9.0010061264;height:16.5008354187;opacity:1;top:3.75px;left:8.25px}@media (max-width: 992px){.journey{display:none}#journeytitle{margin-bottom:3%!important}#journeysubtitle{margin-bottom:5%!important;color:#000c!important}}.JourneyTimelineBoxTitle{font-style:SemiBold;text-transform:capitalize;margin-bottom:16px!important}.JourneyTimelineBoxSubTitle{font-style:Regular;color:#1f1f1f!important}.awards{background:#fff}@media (max-width: 767.4px){.awards{padding-top:56px!important}}.partners-grid{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;align-items:center}.partner-logo{padding:24px 32px;background:linear-gradient(135deg,#c9b2e30d,#98d1ff0d);border-radius:12px;color:var(--text-color);opacity:.7;transition:all var(--transition-fast);min-width:150px;text-align:center}.partner-logo:hover{opacity:1;transform:translateY(-4px);box-shadow:0 4px 20px #0000001a}.awardssec{display:flex;width:100%;max-width:1200px}.awardssec img{width:100%;height:auto}.awardssec img.web{display:flex}.awardssec img.mobile{display:none}@media screen and (max-width: 767px){.awardssec img.web{display:none}.awardssec img.mobile{display:flex}}.awards .section-title{margin-bottom:48px!important}@media (max-width: 767.4px){.awards .section-title{margin-bottom:20px!important}}#awardTitle{margin-bottom:48px!important}.leaders{background:linear-gradient(135deg,#c9b2e30d,#98d1ff0d)}@media (max-width: 767.4px){.leaders{padding-top:56px!important}}.leaders-grid{display:flex;gap:32px;flex-wrap:wrap;justify-content:center;padding-top:36px}@media (max-width: 767.4px){.leaders-grid{padding-top:32px;gap:16px}}.leader-card{flex:0 0 calc(33.333% - 22px);min-width:280px;background:#0d56f400;background:linear-gradient(-180deg,#0d56f41a,#e5f0ff);padding:0;text-align:center;transition:all var(--transition-fast);border-radius:25.54px;position:relative}.leader-card img{width:100%;border-radius:25.54px;height:100%;object-fit:cover}.leader-card:hover{transform:translateY(-4px)}@media (max-width: 968px){.leader-card{flex:0 0 calc(50% - 16px)}}@media (max-width: 768px){.leader-card{flex:0 0 100%}}.leader-card .leaderdetail{position:absolute;padding:12px 24px;background:#fff;border-radius:12px;display:flex;align-items:center;bottom:16px;left:16px;right:16px;justify-content:space-between}.leader-card .leaderdetail a{width:24px;height:24px}.leader-card .leaderdetail a img{width:24px}.leader-image{width:150px;height:150px;margin:0 auto 24px;border-radius:50%;overflow:hidden}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--gradient-purple) 0%,var(--gradient-blue) 100%);display:flex;align-items:center;justify-content:center;color:#fff}.leader-card h3{margin-bottom:8px;text-align:left;color:var(--text-color)}.leader-card p{text-align:left;color:var(--text-color);opacity:.7;margin-bottom:16px}.linkedin-link{display:inline-block;padding:8px 16px;background:var(--gradient-blue);color:#fff;text-decoration:none;border-radius:8px;transition:all var(--transition-fast)}.linkedin-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.detail p{margin-bottom:0}.image.tall{width:100%;height:100%;flex:1;min-height:620px;max-height:620px}.image.tall img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 767.4px){.leaders .section-title{margin-bottom:0!important}.leaders .leader-2{margin-top:72px!important}}.inside-centralogic{background:#fff}@media (max-width: 767.4px){.inside-centralogic{padding-top:56px!important}}#InsideCentralogic-title{margin-bottom:12px!important}#InsideCentralogic-subtitle{margin-bottom:48px!important;color:#000c!important}.gallery{display:flex;flex-wrap:wrap;gap:16px;border-radius:16px;overflow:hidden;width:100%}.gallery-item{flex:1;min-width:280px;aspect-ratio:4/3;overflow:hidden;border-radius:12px;transition:all var(--transition-fast)}.gallery-item:hover{transform:scale(1.02)}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--gradient-purple) 0%,var(--gradient-blue) 100%);display:flex;align-items:center;justify-content:center;color:#fff;opacity:.8}.item-1,.item-2,.item-3,.item-4{flex:0 0 calc(50% - 8px)}@media (max-width: 768px){.gallery-item{flex:0 0 100%}}.gallery{margin-left:0;margin-right:0;width:100%}.team-collage{padding:0;width:100%}.collage-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%;max-width:100%;padding:0;margin:0;box-sizing:border-box;align-items:stretch}.collage-left{display:flex;flex-direction:column;gap:0;width:100%;box-sizing:border-box;height:100%;justify-content:space-between}.collage-left>*:last-child{margin-bottom:0}.collage-right{display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}.image-row{display:flex;gap:24px;flex-shrink:0;height:160px}@media screen and (max-width: 767px){.image-row{flex-flow:row!important;margin:16px 0}}.image{border-radius:24px;overflow:hidden;background:#f2f2f2}.image img{width:100%;height:100%;object-fit:cover;display:block}.image.large{height:220px;flex-shrink:0}.image.medium{height:200px;flex-shrink:0}.image.small{height:160px;flex:1;flex-shrink:0}.image.tall{width:100%;height:100%;flex:1;min-height:628px}@media (max-width: 768px){.gallery{margin-left:0;margin-right:0;width:100%}.collage-wrapper{grid-template-columns:1fr}.image-row{flex-direction:column}.image.large,.image.medium,.image.small,.image.tall{height:220px;min-height:unset}}@media screen and (max-width: 768px) and (max-width: 767px){.image.large,.image.medium,.image.small,.image.tall{height:auto}}@media screen and (max-width: 767.4px){.lifeat{margin-bottom:12px!important}.inside-centralogic p{margin-bottom:32px!important}#InsideCentralogic-title{margin-bottom:3%!important}#InsideCentralogic-subtitle{margin-bottom:5%!important;color:#000c!important}}.join-team{background:linear-gradient(135deg,#fedeb70d,#c9b2e30d);padding-bottom:84px!important}@media (max-width: 767.4px){.join-team{padding-top:56px!important;padding-bottom:0!important}}.section-title{font-style:Bold}#jointeamtitle{margin-bottom:16px!important;color:#000c!important}#jointeamsubtitle{margin-bottom:5%!important}.join-content{display:flex;gap:64px;align-items:center;background:#fff;border-radius:32px;box-shadow:0 0 40px #00184a0f}@media (max-width: 968px){.join-content{flex-direction:column}}@media (max-width: 767px){.join-content{position:relative;overflow:hidden;gap:15px;border-radius:24px}}.join-text{flex:1;padding-top:35px;padding-left:42px}@media screen and (max-width: 767px){.join-text{padding-top:40px;padding-left:12px}.join-text h2{margin-bottom:12px!important}.join-text p{padding-left:0!important;margin-bottom:28px!important}}.join-text h2{color:#1f1f1fcc;text-align:left}.join-text p{margin-top:10px;color:#1f1f1fcc;text-align:left}.join-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn-primary{padding:0 24px!important;background:linear-gradient(#1f1f1f,#3c3c3c);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all var(--transition-fast);padding-top:8px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.btn-secondary{padding:0 24px!important;background:transparent;color:var(--text-color);border:2px solid var(--text-color);border-radius:8px;cursor:pointer;transition:all var(--transition-fast)}.btn-secondary:hover{color:var(--text-color);transform:translateY(-2px)}.join-visual{width:379px;height:338px}@media (max-width: 767.4px){.join-visual{width:379px!important;height:289px!important}}.join-visual img{width:380px;height:356px;object-fit:contain;position:relative;bottom:-3%;right:22px}.visual-placeholder{width:300px;height:300px;position:relative;display:flex;align-items:center;justify-content:center}.logo-circle{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,var(--gradient-purple) 0%,var(--gradient-blue) 100%);display:flex;align-items:center;justify-content:center;color:#fff;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}.join-buttons{margin-bottom:36px}@media screen and (max-width: 767px){.jointeamimg{position:relative;right:0;transform:rotate(90deg);width:100%;display:flex;height:auto;margin-top:-40px}.jointeamimg img{width:300px;height:auto;max-width:238px;margin-left:auto;bottom:-40px}}@media screen and (max-width: 992px){#jointeamtitle{color:#000c!important}#jointeamsubtitle{margin-bottom:5%!important}}@media screen and (max-width: 767px){#jointeamtitle{margin-bottom:12px!important}}@media screen and (max-width: 767px){.join-buttons{flex-flow:row nowrap}.join-buttons button{padding:0 14px!important}}.about-page{padding-top:80px}.aboutpagevision{margin-bottom:80px}@media screen and (max-width: 767px){.aboutpagevision{margin-bottom:0}}.aboutpageleaders section{padding-bottom:40px}.vision{width:100%}.vision .vision-grid{width:100%;display:flex;justify-content:center;align-items:normal;gap:20px;border:1px solid #F5F5F5;border-radius:24px;min-height:492px;max-width:1056px;margin:auto;box-shadow:0 0 44px #00184a0f}@media screen and (max-width: 768px){.vision .vision-grid{flex-direction:column;min-height:auto}}.vision .vision-content{width:100%;position:relative}.vision .vision-content:after{position:absolute;content:"";background:url(/assets/patch-3-BzIzli_k.png);background-size:contain;height:492px;width:100%;top:0;background-repeat:no-repeat;background-size:100% 126%}@media screen and (max-width: 767px){.vision .vision-content:after{top:100px;height:100%;background:url("data:image/svg+xml,%3csvg%20width='342'%20height='538'%20viewBox='0%200%20342%20538'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%20163C8.45106%20163%20224.188%20163%20331%20163'%20stroke='url(%23paint0_linear_746_292)'%20stroke-width='0.706485'/%3e%3cpath%20d='M331%200C331%2013.7362%20331%20364.39%20331%20538'%20stroke='url(%23paint1_linear_746_292)'%20stroke-width='0.706485'/%3e%3cg%20filter='url(%23filter0_i_746_292)'%3e%3cpath%20d='M331.392%20152C333.173%20156.814%20336.969%20160.61%20341.784%20162.392C336.969%20164.173%20333.173%20167.969%20331.392%20172.784C329.61%20167.969%20325.814%20164.173%20321%20162.392C325.814%20160.61%20329.61%20156.814%20331.392%20152Z'%20fill='%230D56F4'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_i_746_292'%20x='321'%20y='152'%20width='20.7837'%20height='21.3736'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='0.589887'/%3e%3cfeGaussianBlur%20stdDeviation='0.737358'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_746_292'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_746_292'%20x1='364.734'%20y1='163'%20x2='364.533'%20y2='154.496'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2307328E'%20stop-opacity='0'/%3e%3cstop%20offset='0.580309'%20stop-color='%230A45C3'%20stop-opacity='0.64'/%3e%3cstop%20offset='1'%20stop-color='%230D56F4'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_746_292'%20x1='331.298'%20y1='344.183'%20x2='333.883'%20y2='344.162'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2307328E'%20stop-opacity='0'/%3e%3cstop%20offset='0.480374'%20stop-color='%230D56F4'/%3e%3cstop%20offset='1'%20stop-color='%230A44C1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-size:100%;display:none}}.vision h3{color:#1f1f1f}.vision p{color:#1f1f1fe5}.vision .vision-para{position:relative;max-width:550px;padding:40px 80px}@media screen and (max-width: 767px){.vision .vision-para{display:flex;flex-flow:column;padding-left:24px;padding-right:24px;padding-bottom:0}}.vision .vision-para p{padding-bottom:4px}.vision .vision-para:before{content:"";position:absolute;left:24px;display:flex;align-items:center;top:40px;background:url(/assets/bullet-star-2-F0SyAbQp.svg);background-size:50px;width:50px;height:40px}@media screen and (max-width: 767px){.vision .vision-para:before{position:relative;left:0;top:0}}.vision .padd-100{top:0;position:relative}.vision .leader-card-new{flex:0 0 calc(33.333% - 22px);min-width:400px;border-radius:16px;padding:0;text-align:center;transition:all var(--transition-fast);position:relative}@media screen and (max-width: 767px){.vision .leader-card-new{max-width:100%;flex:100%;min-width:calc(100% - 32px)}.vision .leader-card-new img{max-width:100%}}.vision .image-placeholder-new{padding:16px;width:409px;height:492px}@media screen and (max-width: 767px){.vision .image-placeholder-new{height:auto}}.vision .image-placeholder-new img{width:100%;height:100%}.vision .leader-photo{width:100%;height:100%;margin:0 auto;border-radius:50%;display:flex;justify-content:center}@media screen and (max-width: 767px){.vision .leader-photo{max-width:100%}}.vision .founder-disc{position:absolute;display:flex;justify-content:space-between;background-color:#fff;border-radius:12px;padding:16px;width:344px;bottom:28px;align-items:center}.vision .founder-disc h4{padding-bottom:2px;text-align:left}@media (max-width: 767.4px){.vision-para h3{padding-top:11px}.image-placeholder-new{padding-top:0!important}.founder-disc{width:284px!important}}.section.vision.section .vision-content>div:nth-child(2){margin-top:25px}.service-page{padding-top:80px}.hero{min-height:90vh;display:flex;align-items:center;padding:120px 0 80px;position:relative;overflow:hidden}@media (max-width: 768px){.hero{min-height:40vh;padding:50px 0 0}}.lottiebtn{width:234;height:52;border-radius:12px;angle:0 deg;opacity:1;gap:8px;padding-right:24px;padding-bottom:20px;padding-left:24px}.hero-tags{margin-bottom:32px!important}.service-page .hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1096px;margin:0 auto;position:relative;z-index:1}.service-page .hero-title{margin-bottom:24px!important;color:var(--text-color)}@media (max-width: 768px){.service-page .hero-title{margin-bottom:12px!important}}.hero-subtitle{margin-bottom:38px;color:var(--text-color);opacity:.8;max-width:850px}@media (max-width: 768px){.hero-subtitle{margin-bottom:62px}}.hero-cta{display:flex;gap:16px;margin-bottom:64px;flex-wrap:wrap;justify-content:center}@media screen and (max-width: 767.4px){.hero-cta{margin-bottom:0!important}}.hero-visual{width:100%;max-width:1000px;height:400px;position:relative;margin:0 auto}.visual-placeholder{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.gradient-shape{position:absolute;border-radius:50%;opacity:.3;animation:float 6s ease-in-out infinite}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,var(--gradient-purple),var(--gradient-blue));top:10%;left:10%;animation-delay:0s}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-orange));top:50%;right:15%;animation-delay:2s}.shape-3{width:250px;height:250px;background:linear-gradient(135deg,var(--gradient-purple),var(--gradient-orange));bottom:10%;left:50%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.lottie-wrapper{position:relative;width:272px;height:66px}.lottie-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none}@media screen and (max-width: 767px){.cta-button{margin-bottom:50px}}.cta-button{display:flow;width:193;height:52;border-radius:12px;angle:0 deg;opacity:1;gap:8px;padding:14px 24px}.service-content{max-width:100%!important}@media (max-width: 767.4px){.service-content .hero-title{margin-bottom:20px!important}}.service-content .hero-subtitle{margin-bottom:56px!important}@media (max-width: 767.4px){.service-content .hero-subtitle{margin-bottom:42px!important}}.service-content .hero-cta{margin-bottom:52px!important}.service-content .hero-engineer{margin-top:-20px}.service-content .hero-engineer img{width:100vw}.services-wrapper{padding:80px 60px;background:linear-gradient(120deg,#fff1e6,#eef7ff)}.services{padding-bottom:140px}.row{display:flow;text-align:center;gap:16px;margin-bottom:40px;padding:10px;flex-wrap:wrap}.pill{margin:10px;background:#fff;padding:12px 24px;border-radius:50px;gap:10px;color:#000c;white-space:nowrap}.row.active .pill{opacity:1;filter:blur(0);transform:scale(1.05)}.row.faded{transform:scale(.95)}.row.faded .pill{opacity:.35;filter:blur(.6px)}@media (max-width: 767px){.pill{width:138px;height:36px;border-radius:32.27px;opacity:1;gap:6px;padding:7.74px 15.49px}.services{padding-bottom:40px}.row{display:flow;text-align:center;margin-bottom:12px;padding:10px}}.row{position:relative;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 8%,rgba(0,0,0,.75) 16%,rgb(0,0,0) 28%,rgb(0,0,0) 72%,rgba(0,0,0,.75) 84%,rgba(0,0,0,.35) 92%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to right,#0000,#00000059,#000000bf 16%,#000 28%,#000 72%,#000000bf 84%,#00000059,#0000)}.section-subtitle{font-style:Regular;text-align:center}#StrategyService-title{margin-bottom:12px!important}.proven-results.section{padding-bottom:140px!important}@media screen and (max-width: 767.4px){.proven-results.section{padding-top:72px!important;padding-bottom:72px!important}}.proven-results-wrapper{position:relative}.proven-results-wrapper .container{position:relative;overflow-x:hidden;overflow-y:visible;margin-right:calc((100vw - 100%)/-2);padding-right:calc((100vw - 100%)/2);max-width:none;width:100%}@media (max-width: 968px){.proven-results-wrapper .container{padding-right:0;max-width:1260px;margin-left:auto;margin-right:auto;overflow-x:hidden}}.proven-results-wrapper .container>*:not(.swipers-wrapper){max-width:1260px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.strategy-image-wrapper{text-align:center;max-width:1260px;margin:48px auto 0;padding:0 24px;display:flex;justify-content:center}@media (max-width: 767.4px){.strategy-image-wrapper{margin-top:0}}.strategy-image{max-width:100%;height:auto;display:none;object-fit:contain}.desktop-img{display:block}.mobile-img{display:none}@media (max-width: 767px){.desktop-img{display:none}.mobile-img{display:block}}.strategy-subtitle{max-width:60%!important}@media (max-width: 767.4px){.strategy-subtitle{max-width:100%!important}}.strategy-section{margin-top:0!important}@media (max-width: 767.4px){.strategy-section{padding-bottom:72px!important}}@media (max-width: 767.4px){section.proven-results.section.strategy-section.strategy-mobile{padding-bottom:72px!important}}.framework-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:auto auto;gap:24px;margin-top:36px}.card-big{grid-row:span 2;justify-items:start;text-align:left;padding:42px 42px 144px}.card-wide{justify-items:start;text-align:left;grid-column:2/span 2;padding:24px}.core-services{padding:160px 20px 170px}@media (max-width: 767.4px){.core-services{padding-top:72px!important}}.section-title{font-family:Manrope;text-align:center;margin-bottom:40px}.section-title img{width:42px;height:42px;margin-right:8px}.service-card{max-width:1260px;margin:50px auto 170px;background:#fff;border-radius:42px;padding:42px;display:flow;grid-template-columns:1.2fr 2fr;gap:48px;box-shadow:0 0 44px #00184a0f}@media (max-width: 767.4px){.service-card{box-shadow:0 0 44px #00184a0f;margin-top:30px!important;padding:24px 16px!important;border-radius:24px!important}}.service-card .service-group{gap:42px}.service-card .service-title{padding-bottom:8px}@media (max-width: 767.4px){.service-card .service-title{margin-bottom:8px!important;padding-bottom:0!important}}@media (max-width: 767.4px){.service-card .service-desc{padding-bottom:16px!important}}.service-left{text-align:left}.service-right{display:grid;grid-template-columns:repeat(2,1fr)}.service-right img{margin-bottom:26px;width:62px;height:62px}.service-right .right-title{margin-bottom:4px}.service-item{gap:16px;padding-bottom:24px;padding-left:24px;padding-top:24px;border-bottom:1px solid #eef2f7}@media (max-width: 767.4px){.service-item{display:flex;gap:16px;padding:24px 0}}.service-border-none{border:none;border-bottom:0px solid #eef2f7}.service-item:nth-child(odd){border-right:1px solid #eef2f7;padding-right:24px}@media (max-width: 992px){.service-card{grid-template-columns:1fr;padding:24px;margin:0 auto 30px}.service-right{grid-template-columns:1fr}.service-item{border-right:none!important}}@media (max-width: 767.4px){.service-item{align-items:flex-start;padding:20px 0;display:flex!important;gap:16px!important;padding:24px 0!important}.right-title{margin-bottom:4px!important}}.service-group{display:grid;grid-template-columns:1.2fr 2fr;gap:40px;padding-bottom:40px;margin-bottom:40px}@media (max-width: 767.4px){.service-group{margin-bottom:22px!important}}.service-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.service-right>div:last-child{border-bottom:none}.service-right>div:nth-last-child(2){border-bottom:none}@media screen and (max-width: 767px){.service-right>div:nth-last-child(2){border-bottom:1px solid #eef2f7}}@media (max-width: 992px){.service-group{grid-template-columns:1fr}}section.core-services>div:last-child{margin-bottom:0}@media screen and (max-width: 767px){.core-services{padding-bottom:0!important}.service-group:last-child{margin-bottom:0!important}.service-right>div:last-child{padding-bottom:0!important}}.global-delivery{padding:0;text-align:center}.global-delivery #GlobalDeliveryTitle{margin-bottom:12px!important}.global-delivery .titleSubTitle .section-subtitle{max-width:870px;margin:0 auto 48px;color:#000c!important;opacity:1}.global-delivery .delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:21px}.global-delivery .aiautoleft{text-align:left}.global-delivery .webbodyaiauto{font-weight:400!important;font-size:20px!important;line-height:32px!important;letter-spacing:0!important;color:#1f1f1fe5;margin-top:12px}.global-delivery .delivery-card{background:#fff;border-radius:36px;min-height:380px;width:100%;box-shadow:0 0 44px #00184a0f;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:42px 24px;gap:0px;transition:all .3s ease}.global-delivery .delivery-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px #00000014}.global-delivery .delivery-card .icon-box{width:100%}.global-delivery .delivery-card .GDtitle{padding-top:62px;text-align:left}.global-delivery .icon-box{width:clamp(80px,18vw,150px);height:clamp(80px,18vw,150px);display:flex;align-items:center;justify-content:center}.global-delivery .icon-box img{width:100%;height:100%;object-fit:contain}@media (max-width: 1024px){.global-delivery .delivery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.global-delivery{padding:80px 0}.global-delivery .titleSubTitle .section-subtitle{margin-bottom:40px;color:#000c!important}.global-delivery .delivery-grid{grid-template-columns:1fr;gap:24px}.global-delivery .delivery-card{min-height:auto;padding:32px 20px;align-items:flex-start}.global-delivery .GDtitle{max-width:100%}}@media screen and (max-width: 767px){.global-delivery .delivery-card .icon-box{text-align:left!important;height:auto!important;align-items:flex-start!important;justify-content:flex-start}.global-delivery .delivery-card .icon-box img{max-width:90px}.global-delivery .delivery-card .GDtitle{padding-top:20px}}.text-center{text-align:center!important}.ai-transform{padding:170px 0 90px;text-align:center}.ai-transform .title{text-align:center;margin-bottom:12px}.ai-transform .subtitle{text-align:center;margin-bottom:48px}.ai-transform .flow-wrapper{background:#fff;border-radius:36px;padding:82px 24px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #0000000f}.ai-transform .flow-step{text-align:center}.ai-transform .flow-step img{width:142px;height:142px;opacity:1;padding-bottom:42px}.ai-transform .flow-step p{text-align:center}.ai-transform .flow-curve{display:flex;align-items:center}.ai-transform .flow-curve img{width:240px;height:auto;opacity:1;margin-bottom:60px!important}@media (max-width: 1024px){.ai-transform .flow-wrapper{padding:40px}.ai-transform .flow-curve img{width:80px}}@media (max-width: 767px){.ai-transform{padding:80px 0}.ai-transform .flow-wrapper{flex-direction:column;gap:32px}.ai-transform .flow-curve{transform:rotate(90deg)}.ai-transform .flow-curve img{width:60px}}@media (max-width: 767px){.ai-transform .flow-curve{display:none}.ai-transform .flow-step p{font-style:Medium;leading-trim:NONE;text-transform:capitalize}}@media (max-width: 767px){.ai-transform .flow-step{width:200px;text-align:center}.flow-step{display:flex;align-items:center;flex-direction:row}.flow-step p{white-space:normal;margin:0;text-align:left!important}.flow-step img{width:80px;height:80px;margin-left:-79px}}@media (max-width: 450px){.flow-step p{white-space:normal;text-align:left!important;margin:0 0 0 10px}.flow-step img{width:50px;height:50px;margin-left:-79px}}@media screen and (max-width: 767px){.ai-transform{padding-top:0!important}.ai-transform .subtitle{margin-bottom:32px!important}.ai-transform .flow-step{display:flex;align-items:center}.ai-transform .flow-step img{max-width:82px!important;height:auto!important;padding:0!important}.ai-transform .flow-step img+p{width:100%;margin-left:0}.ai-transform .flow-wrapper{padding-right:16px!important;padding-left:16px!important}}.industry-hero{min-height:80vh;display:flex;align-items:center;padding:72px 0 80px}@media screen and (max-width: 767.4px){.industry-hero{padding-top:50px;padding-bottom:76px!important}}.hero-content{max-width:1000px;margin:0 auto;text-align:center}.hero-icon-box{background-color:transparent;padding:8px 12px;border-radius:90px;border:1px solid;border-image-source:transparent;display:flex;gap:8px;margin-bottom:42px;align-items:center;border:none}.hero-icon-box.industryheroiconbox{margin-bottom:42px}@media (max-width: 767.4px){.hero-icon-box.industryheroiconbox{margin-bottom:32px}}@media screen and (max-width: 767.4px){.hero-icon-box{margin-bottom:32px}}@media (max-width: 767.4px){.hero-title{margin-bottom:12px}}.industry-hero .hero-subtitle{color:var(--text-color);opacity:.8;margin-bottom:0}.industry-hero .hero-visual{width:100%;margin:0 auto}.industry-hero .industry-network{display:flex;justify-content:center}.industryherotitle{margin-bottom:24px!important}@media (max-width: 767.4px){.industryherotitle{margin-bottom:12px!important}}.Industrymobile{display:none}.industryheroimg{margin-top:-40px}@media (max-width: 767.4px){.industryherosubtitle{margin-bottom:32px!important}.Industrymobile{display:flex;margin-top:-22px}}.industries-powering{background:transparent;min-height:100vh;padding:80px 0 100px;position:relative}@media screen and (max-width: 767.4px){.industries-powering{padding-top:60px!important;padding-bottom:80px}}.industries-powering .section-title{font-style:SemiBold;text-align:center;text-transform:capitalize}.industries-powering .sticky-title{position:sticky;top:80px;z-index:1000;background:transparent;margin-bottom:12px!important}@media screen and (max-width: 767.4px){.industries-powering .sticky-title{top:50px;padding:0}}.industries-powering .sticky-title+p{text-align:center;color:#000c}@media (max-width: 767.4px){.industries-powering .sticky-title+p{padding-bottom:32px}}.sticky-cards-container{position:relative;max-width:1200px;margin:0 auto;min-height:200vh;padding-bottom:40px}@media screen and (max-width: 767.4px){.sticky-cards-container{padding-top:32px}}.scroll-stack-card.industry-card-item{opacity:1!important;visibility:visible!important;overflow:visible!important;transform-origin:top center;transform:none!important;filter:none!important}@media (max-width: 767.4px){.scroll-stack-card.industry-card-item{margin-top:0!important;margin-bottom:24px!important}}.scroll-stack-card.industry-card-item .industry-card{overflow:visible;height:auto;min-height:auto;overflow-y:visible;overflow-x:visible}.industry-card-wrapper{position:sticky;top:var(--sticky-offset, 100px);z-index:calc(10 + var(--card-index, 0));width:100%;display:block;opacity:1;visibility:visible;transition:opacity var(--transition-smooth)}.industry-card-wrapper.passed{z-index:calc(5 + var(--card-index, 0));opacity:1;visibility:visible}.industry-card-wrapper.active{z-index:20;opacity:1;visibility:visible}.industry-card-wrapper:not(.active):not(.passed){opacity:.6;z-index:1;visibility:visible}@media screen and (max-width: 767.4px){.industry-card-wrapper{top:calc(50px + var(--card-index, 0) * 20px)}}.industry-card{width:100%;max-width:1200px;margin:0 auto;background:#fff;border-radius:42px;padding:32px;cursor:pointer;border:4px solid #f5f5f5;box-shadow:0 -12px 100px #1f1f1f14;background-image:url(/assets/img/card-bg.png);background-repeat:no-repeat;background-position:left bottom;position:relative;display:block;opacity:1;visibility:visible;overflow:visible;transition:none}@media screen and (max-width: 767.4px){.industry-card{padding:8px;border-radius:24px}}.card-content{display:flex;gap:24px;align-items:stretch;overflow:visible;min-height:auto}@media screen and (max-width: 767.4px){.card-content{flex-direction:column-reverse;gap:10px}}.card-left{width:45%;padding:24px;overflow:visible;min-height:auto}@media screen and (max-width: 767.4px){.card-left{width:100%;padding:0}}.card-left-title{font-style:SemiBold;text-transform:capitalize}@media (max-width: 767.4px){.card-left-title{padding-top:24px}}.card-right{width:55%;border-radius:12px;overflow:hidden;display:flex;justify-content:flex-end;min-height:auto}@media screen and (max-width: 767.4px){.card-right{width:100%;padding-bottom:24px}}.card-right img{max-width:552px;max-height:592px;width:100%;height:100%;object-fit:cover;border-radius:32px}.card-icon{width:64px;margin-bottom:16px}@media screen and (max-width: 767.4px){.card-icon{margin-bottom:0;width:fit-content;height:auto;min-height:auto}}.industry-card h3{color:#1f1f1f;margin-bottom:8px}.industry-card p{color:#1f1f1fe5;margin-bottom:8px}@media screen and (max-width: 767.4px){.industry-card p{margin-bottom:24px}}.features-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin:16px 0}@media (max-width: 767.4px){.features-list{gap:16px;margin:0}}.features-list li{color:#1f1f1f;padding-left:40px;position:relative;display:flex;align-items:center}.features-list li:before{content:"";position:absolute;left:0;color:var(--gradient-blue);background-image:url(/assets/img/ArrowCircle.svg);width:24px;height:24px;background-repeat:no-repeat}@media screen and (max-width: 767.4px){.features-list li{padding-left:30px}}.partners-marquee{overflow:hidden;position:relative;background:#fff;border-radius:20px;padding:10px 0;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);scrollbar-width:none;-ms-overflow-style:none}.partners-marquee::-webkit-scrollbar{display:none}.partners-track{display:flex;width:fit-content;animation:partnersMarquee 30s linear infinite;align-items:center;gap:20px}.partner-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.partner-item img{height:40px;width:auto;object-fit:contain;opacity:.7;transition:opacity .3s ease}.partner-item img:hover{opacity:1}@keyframes partnersMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.partners-marquee:hover .partners-track{animation-play-state:paused}.industries-powering .view-case-study{margin-bottom:30px;cursor:pointer;transition:all var(--transition-fast);margin-top:8px;display:flex;align-items:center;border:none;background:none;color:#0d56f4;flex-flow:row}@media (max-width: 767.4px){.industries-powering .view-case-study{margin-top:24px;margin-bottom:42px;gap:6px}}@media screen and (max-width: 767.4px){.section-subtitle{padding:0!important}}.industries-powering,.industries-powering .container{overflow:visible!important;transform:none!important}.scroll-stack-scroller.use-window-scroll{width:100%;max-width:1200px;margin:0 auto 40px}.scroll-stack-scroller{position:relative;width:100%;height:100%;overflow-y:auto;overflow-x:visible;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:scroll-position}.scroll-stack-scroller.use-window-scroll{overflow:visible;height:auto;min-height:100vh}.scroll-stack-inner{padding:2rem 5rem 0;min-height:auto}@media screen and (max-width:767px){.scroll-stack-inner{padding:0!important}}.scroll-stack-card-wrapper{position:relative}.scroll-stack-card{transform-origin:top center;will-change:transform,filter;backface-visibility:hidden;transform-style:preserve-3d;box-shadow:0 0 30px #0000001a;height:20rem;width:100%;margin:30px 0;padding:3rem;border-radius:40px;box-sizing:border-box;background-color:#fff;position:relative;opacity:1;visibility:visible;transition:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);contain:layout style paint}.scroll-stack-card.industry-card-item{height:auto;min-height:auto;padding:0;margin:30px 0;overflow:visible;transform-origin:top center;transition:none;contain:layout style;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}@media (max-width: 1023px){.scroll-stack-card{transform:none!important;will-change:auto!important;position:relative!important;z-index:auto!important}.scroll-stack-card.industry-card-item{transform:none!important;contain:none}}.scroll-stack-end{width:100%;height:1px}.success-metrics{display:flex;justify-content:center;align-items:normal;gap:100px;border:2px solid #FFFFFF;background:#fff;padding:42px;border-radius:36px}@media (max-width: 1024px){.success-metrics{gap:60px;padding:60px 20px}}@media (max-width: 768px){.success-metrics{flex-direction:column;gap:40px;padding:60px 20px}}.metric-card{display:flex;flex-direction:column;align-items:normal;text-align:left}@media (max-width: 768px){.metric-card .stat-item{display:flex;flex-direction:column;align-items:normal;text-align:center}}.metric-card .metric-number{color:#1d43dc;margin-bottom:12px}.metric-card .metric-label{color:#1f1f1f}.core-principles{background:transparent;margin-top:0}.principles-marquee-wrapper{overflow:hidden;position:relative;margin-left:calc((100vw - 100%)/-2);margin-right:calc((100vw - 100%)/-2);padding-left:calc((100vw - 100%)/2);padding-right:0;width:100vw;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 100%);scrollbar-width:none;-ms-overflow-style:none;padding-bottom:20px}.principles-marquee-wrapper::-webkit-scrollbar{display:none}@media screen and (max-width: 767.4px){.principles-marquee-wrapper{margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:100%;mask-image:none;-webkit-mask-image:none}}.principles-grid{display:flex;gap:24px;width:fit-content;animation:principlesMarquee 60s linear infinite;scrollbar-width:none;-ms-overflow-style:none}@media (max-width: 767.4px){.principles-grid{margin-top:0!important}}.principles-grid::-webkit-scrollbar{display:none}@media screen and (max-width: 767.4px){.principles-grid{flex-flow:column;margin-top:32px;width:100%;animation:none}}@keyframes principlesMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.principles-marquee-wrapper:hover .principles-grid{animation-play-state:paused}.principle-card{flex:1;min-width:550px;padding:12px;background:#fff;box-shadow:0 4px 20px #0000000d;cursor:pointer;transition:all var(--transition-smooth);position:relative;overflow:hidden;border-radius:36px;box-shadow:-20px 6px 16px #1f1f1f08}@media screen and (max-width: 767.4px){.principle-card{width:auto;min-width:auto;box-shadow:0 0 44px #00184a0f;border-radius:24px}}.card-content-wrapper{display:flex;gap:20px;align-items:center}@media screen and (max-width: 767.4px){.card-content-wrapper{gap:8px}}.card-number{opacity:.2;background:linear-gradient(135deg,var(--gradient-purple),var(--gradient-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}.principle-card h3{color:#1f1f1f;margin-bottom:12px}@media screen and (max-width: 767.4px){.principle-card h3{margin-bottom:0}}.principle-card .principle-card p{color:#1f1f1fe5}.principle-card .principle-icon{display:flex;justify-content:end}@media screen and (max-width: 767.4px){.principle-card .principle-icon{width:96px;height:128px;margin-left:auto}}@media screen and (max-width: 767.4px){.secondaary_princplecard{display:none}.principle-card{background:url(/assets/img/MobileDots.svg);background-repeat:no-repeat;background-size:contain;background-position:bottom -106px left -50px}}.coreprincipletitle{margin-bottom:12px!important}.client-results .tabs-container{margin-bottom:48px}.client-results .tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.client-results .tab{padding:12px 24px;background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:23px;color:var(--text-color);cursor:pointer;transition:all var(--transition-fast);position:relative;overflow:hidden}.client-results .tab:hover{border-color:#0d56f4;color:#0d56f4;background-color:#0d56f41a}.client-results .tab:hover:before{left:0}.client-results .tab.active{border-color:#0d56f4;color:#0d56f4;background-color:#0d56f41a}.client-results .tab.active:before{left:0}.case-study-content{position:relative;min-height:500px}.case-study-card{display:flex;gap:48px;align-items:center;opacity:0;transform:translate(-20px);transition:opacity var(--transition-smooth),transform var(--transition-smooth)}.case-study-card.active{opacity:1;transform:translate(0)}@media (max-width: 968px){.case-study-card{flex-direction:column}}.case-study-text{flex:1}.case-study-title{margin-bottom:32px;color:var(--text-color)}.case-study-metrics{display:flex;gap:32px;margin-bottom:32px;flex-wrap:wrap}.metric{display:flex;flex-direction:column;gap:8px}.metric-value{background:linear-gradient(135deg,var(--gradient-purple),var(--gradient-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-label{color:var(--text-color);opacity:.7}.case-study-image{flex:1;max-width:500px}.image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--gradient-purple) 0%,var(--gradient-blue) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.8}.swiper-wrapper-container{position:relative;margin-top:40px}.case-study-swiper{padding-bottom:30px}.swiper-button-prev-custom,.swiper-button-next-custom{width:50px;height:50px;background:#00000080;border-radius:50%;color:#fff;margin-top:-25px}.swiper-button-prev-custom:after,.swiper-button-next-custom:after{font-size:20px}.swiper-button-prev-custom{left:20px}.swiper-button-next-custom{right:20px}.swiper-pagination-custom{bottom:10px!important}.swiper-pagination-custom .swiper-pagination-bullet{width:12px;height:12px;background:#fff;opacity:.6;transition:all .3s}.swiper-pagination-custom .swiper-pagination-bullet-active{opacity:1;background:#007bff}.hero-container{background:#fff;padding:48px 40px;display:flex;align-items:normal;border-radius:42px;box-shadow:0 0 12px 2px #00184a0f}.content-wrapper{max-width:100%;margin:0;display:flex;align-items:normal;justify-content:space-between;gap:60px}.text-section .text-section{flex:1;max-width:500px}.text-section .title{color:#1f1f1fe5;margin-bottom:12px}.text-section .description{color:#1f1f1fe5;margin-bottom:40px}.text-section .stats{display:flex;gap:30px;margin-bottom:50px}.text-section .stat{text-align:left}.text-section .stat-number{color:#2b51eb}.text-section .stat-label{color:#1f1f1fcc}.text-section .cta-button{background-color:#1f1f1f;border:1px solid #1F1F1F;color:#fff;padding:16px 32px;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:12px}@media (max-width: 968px){.content-wrapper{max-width:100%;margin:0;display:flex;flex-wrap:wrap;align-items:normal;justify-content:space-between;gap:60px}}.industrycontent{background:transparent;position:relative}.industrycontent .container{max-width:1260px}.industrycontent .industrysection{background:#fff;box-shadow:0 0 44px #00184a0f;border-radius:52px;padding:55px;text-align:center;position:relative}.industrycontent .text-center{text-align:center}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.centralogic.section{width:100%}.section-title{font-style:SemiBold;text-align:center;text-transform:capitalize}.centralogic-cards{display:flex;gap:32px}@media screen and (max-width: 767.4px){.centralogic-cards{padding-top:0;justify-content:space-between;gap:12px;flex-direction:column}}.centralogic-card{background-color:#fff;border-radius:42px}@media screen and (max-width: 767.4px){.centralogic-card{width:calc(50% - 12px);border-radius:24px;box-shadow:0 0 44px #00184a0f;width:auto}}.centralogic-wrapper{padding:42px}@media screen and (max-width: 767.4px){.centralogic-wrapper{padding:32px 12px 12px}}.centrologic-content h3{padding-bottom:12px;color:#1f1f1f}@media screen and (max-width: 767.4px){.centrologic-content h3{padding-bottom:8px}}.centrologic-content .blueText{color:#0d56f4}.centrologic-content p{padding-bottom:40px}@media screen and (max-width: 767.4px){.centrologic-content p{padding-bottom:42px}}.centralogic-cards .icon-boxs{display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 767.4px){.centralogic-cards .icon-boxs{gap:24px}}.centralogic-cards .icon-box{display:flex;gap:24px;align-items:center;filter:grayscale(100%);transition:filter .4s ease}@media screen and (max-width: 767.4px){.centralogic-cards .icon-box{gap:8px}}.centralogic-cards .icon-box:hover{filter:grayscale(0%)}.centralogic-image{display:flex;justify-content:end}@media (max-width: 767.4px){.centralogic-image{padding-top:30px}}.mar12px{margin-bottom:12px!important}.centralogic-card.left .icon-box:hover{filter:grayscale(100%)!important}.centralogic-card.right .icon-box{filter:grayscale(0)!important}@media (max-width: 767.4px){.section-subtitle{margin-bottom:32px!important}}.app,.main-content,.industry-page,.industry-page>*{overflow:visible!important;transform:none!important}.industry-page{padding-top:80px;position:relative;overflow:visible!important;transform:none!important}.containerrrrr{position:relative!important;display:flex!important;flex-direction:column!important;max-width:480px!important;gap:24px!important;margin:50px auto!important;height:2040px!important;min-height:2040px!important;align-items:center!important;padding:100px 0!important;overflow:visible!important;transform:none!important}.containerrrrr .card{width:80%!important;margin:0 20px!important;box-sizing:border-box!important;background:#dedede!important;min-height:400px!important;height:400px!important;border-radius:32px!important;position:sticky!important;display:flex!important;align-items:center!important;justify-content:center!important;font-family:"system-ui",sans-serif!important;color:#fff!important;transform:none!important}.containerrrrr .card.one{top:50px!important;background:#6b04fd!important;z-index:4!important}.containerrrrr .card.two{top:80px!important;background:#5a03d5!important;z-index:3!important}.containerrrrr .card.three{top:110px!important;background:#4b05ad!important;z-index:2!important}.containerrrrr .card.four{top:140px!important;background:#2c0076!important;z-index:1!important}.industrypage_clientstory section.proven-results.section{padding-top:0!important}@media screen and (max-width: 767px){.industrypage_clientstory section.proven-results.section{margin-top:62px!important}}@media screen and (max-width: 767px){.coreprinciplesec section.core-principles{margin-top:0!important}}.why-choose-us{padding:40px;background:#fff;text-align:center}@media (max-width: 767.4px){.why-choose-us{padding:60px 0 0}}.wc-heading{margin-bottom:12px}.wc-subheading{color:#666;max-width:100%;margin:0 auto 48px}@media (max-width:767.4px){.wc-subheading{margin-bottom:32px}}.wc-cards-row{display:flex;gap:24px;justify-content:space-between;margin-bottom:30px}@media (max-width: 767.4px){.wc-cards-row{gap:16px}}.wc-card{flex:1;background:#fff;border-radius:24px;padding:32px;min-height:240px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 40px #0000000f;text-align:left}@media (max-width: 767.4px){.wc-card{gap:0px!important;justify-content:flex-start;min-height:162px}}.wc-card-title{color:#1f1f1f;margin-bottom:24px}@media (max-width: 767.4px){.wc-card-title{margin-bottom:8px}}.wc-card-value{text-align:left}.wc-card-icon{align-self:flex-end;color:#1554f6;text-align:left}@media (max-width: 767.4px){.wc-card-icon{width:62px;height:62px}.wc-card-icon img{width:100%}}.wc-wide-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:24px;padding:40px;min-height:180px;box-shadow:0 20px 40px #0000000f}@media (max-width: 900px){.wc-cards-row{flex-direction:column}}.aiscape-hero{min-height:70vh;display:flex;align-items:center;padding:120px 0 80px;background:url(/assets/earthbg-BV1_y23b.png) no-repeat;background-size:100% 130%}.hero-content{max-width:1020px;margin:0 auto;text-align:center}.hero-title{margin-bottom:24px;color:var(--text-color)}.hero-subtitle{color:var(--text-color);opacity:.8}.hero-button-group{display:flex;gap:32px;justify-content:center}.strategy-call{padding:16px 24px;background:linear-gradient(90deg,#1f1f1f,#3c3c3c);color:#fff;border-radius:12px;box-shadow:0 -6px 8px #7f7f7f40 inset;cursor:pointer;border:none}.strategy-call:hover{border:1px solid #1F1F1F;background:transparent;color:#1f1f1f}.case-studies{border:1px solid #1F1F1F;padding:8px 24px;background:transparent;border-radius:12px;cursor:pointer;color:#1f1f1f}.case-studies:hover{color:#fff;background:linear-gradient(90deg,#1f1f1f,#3c3c3c)}@media screen and (max-width: 767.4px){.case-studies{display:none}}.aiscaperoherotitle{padding-top:60px}@media screen and (max-width: 767px){.aiscaperoherotitle{margin-bottom:12px!important;padding-top:20px!important}}.Ai-image-box{width:100%}.Ai-image-box div svg{width:100%!important;height:auto!important}@media screen and (max-width: 767px){.Ai-image-box div svg{transform:scale(2.5)!important;margin-top:100px}}.enterprise-platform{background:url("data:image/svg+xml,%3csvg%20width='1680'%20height='2175'%20viewBox='0%200%201680%202175'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20filter='url(%23filter0_f_791_580)'%3e%3ccircle%20cx='397.5'%20cy='997.5'%20r='397.5'%20fill='%23FEDEB7'%20fill-opacity='0.6'/%3e%3c/g%3e%3cg%20opacity='0.5'%20filter='url(%23filter1_f_791_580)'%3e%3ccircle%20cx='1447.5'%20cy='1177.5'%20r='397.5'%20fill='%23DAC9E7'%20fill-opacity='0.5'/%3e%3c/g%3e%3cg%20opacity='0.5'%20filter='url(%23filter2_f_791_580)'%3e%3ccircle%20cx='2178'%20cy='1181'%20r='299'%20fill='%23C5F4F9'%20fill-opacity='0.6'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_791_580'%20x='-600'%20y='0'%20width='1995'%20height='1995'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='300'%20result='effect1_foregroundBlur_791_580'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_791_580'%20x='450'%20y='180'%20width='1995'%20height='1995'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='300'%20result='effect1_foregroundBlur_791_580'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_791_580'%20x='1325'%20y='328'%20width='1706'%20height='1706'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='277'%20result='effect1_foregroundBlur_791_580'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") no-repeat;background-size:cover;padding:120px 0}.platform-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 20px 60px #0000000f;transition:transform .3s ease;cursor:pointer;width:calc(33.33% - 22px)}@media screen and (max-width: 767.4px){.platform-card{width:100%!important}}.platform-card:nth-child(4){width:calc(50% - 22px)}.platform-card:nth-child(5){width:calc(50% - 22px)}.platform-card:hover{transform:translateY(-6px)}.platform-graphic{height:140px;background:linear-gradient(180deg,#fafafa,#f3f3f3);display:flex;align-items:center;justify-content:center;color:#999}.platform-graphic img{width:100%}.platform-graphic span{color:#1f1f1f66}.platform-content{padding:28px;color:#1f1f1f}.platform-content{margin-top:24px}.logo-grid-wrapper{display:flex;justify-content:center}.mobile{display:none}.web{display:block}@media screen and (max-width: 767.4px){.mobile{display:block}.web{display:none}}.aiscape-cta{background:linear-gradient(135deg,#c9b2e31a,#98d1ff1a)}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-title{font-size:48px;margin-bottom:24px;color:var(--text-color)}@media (max-width: 768px){.cta-title{font-size:32px}}.cta-subtitle{font-size:20px;margin-bottom:48px;color:var(--text-color);opacity:.8}@media screen and (max-width: 767.4px){.container{padding:0 16px}}.scroll-stack-card.system-card-item{height:auto!important;min-height:auto!important;padding:0!important;margin:0!important;box-shadow:none!important;background-color:transparent!important;opacity:1!important;visibility:visible!important;overflow:visible!important;transform-origin:top center;width:100%!important;contain:layout style!important;position:relative!important}@media (max-width: 767.4px){.scroll-stack-card.system-card-item{margin-bottom:0!important}}.system-card{background:#fff;box-shadow:0 -12px 100px #1f1f1f14;border-radius:42px;background-image:url(/assets/img/Dooted-bg.svg);background-repeat:no-repeat;background-position:bottom left;width:942px;overflow:visible;margin:0 auto;position:relative;height:auto;min-height:auto}@media screen and (max-width: 767.4px){.system-card{width:auto;border:1px solid #F5F5F5;border-radius:24px!important}}.system-left{padding:42px 42px 0;display:flex;gap:24px;overflow:visible}@media screen and (max-width: 767.4px){.system-left{padding:23px 23px 0;gap:12px}}.system-content{width:80%;color:#1f1f1f}.system-content h3{padding-bottom:24px}@media screen and (max-width: 767.4px){.system-content h3{padding-bottom:12px}}.system-right{display:flex;justify-content:end}.enterprsisesecparent .system-card .system-wrapper{display:flex}@media (max-width: 767px){.enterprsisesecparent .system-card .system-wrapper{flex-flow:column}}.enterprsisesecparent .system-card .system-wrapper .system-left{width:100%;max-width:calc(100% - 268px)}@media (max-width: 767px){.enterprsisesecparent .system-card .system-wrapper .system-left{max-width:100%}}.enterprsisesecparent .system-card .system-wrapper .system-left h3{padding-bottom:12px}.enterpriserightimg{padding-top:30px;overflow:hidden}.enterpriserightimg img{width:268px}@media (max-width: 767px){.enterpriserightimg img{width:174px}}.ai-system,.ai-system .container{overflow:visible!important;transform:none!important}.scroll-stack-scroller.use-window-scroll{width:100%;max-width:1200px;margin:48px auto 0}@media screen and (max-width: 767.4px){.scroll-stack-scroller.use-window-scroll{margin-top:24px}}.ai-system .scroll-stack-inner{padding:0!important}@media screen and (max-width: 767px){.ai-system .scroll-stack-inner{padding:0!important}}.enterprsisesecparent.system-card .system-wrapper{display:flex;margin-bottom:24px}.enterprsisesecparent.system-card .system-wrapper .system-left{max-width:calc(100% - 268px)}@media screen and (max-width: 767px){.enterprsisesecparent.system-card .system-wrapper .system-left{max-width:100%!important}}@media screen and (max-width: 767px){.enterprsisesecparent.system-card .system-wrapper{flex-flow:column}}@media screen and (max-width: 767px){.enterprsisesecparent.system-card{margin-bottom:24px}}.offerings{min-height:100vh;background-color:transparent;padding:80px 24px}.offerings__container{max-width:1260px;margin:0 auto}.offerings__header{text-align:center;margin-bottom:48px;margin-left:auto;margin-right:auto}.offerings__title{color:#1f1f1fcc;margin:12 0px}.offerings__subtitle{color:#1f1f1fcc;margin:0}.offerings__grid{display:flex;flex-wrap:wrap;width:100%;grid-template-columns:repeat(4,1fr);gap:24px}.section-title{font-style:Bold;text-align:center}@media (max-width: 1024px){.offerings{padding:64px 20px}.offerings__header{margin-bottom:48px}}@media (max-width: 640px){.offerings{padding:48px 16px}.offerings__header{margin-bottom:40px}.offerings__title{margin-bottom:16px}}.offer-card{border-radius:32px;padding:18px 40px;display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .3s ease;cursor:pointer;min-height:180px}.offer-card:hover{transform:translateY(-4px);box-shadow:none}.offer-card img{width:92px}.offer-card__icon{margin-bottom:24px;display:flex;align-items:center;justify-content:center}.offer-card__title{color:#1f2937;margin:0}.offer-card.textcolorblue{background:linear-gradient(180deg,#faf0f7,#c5edff 62.02%);max-width:190px;min-width:190px}.offer-card.textcolorblue .offer-card__icon{color:#2563eb}.offer-card.purple{border-radius:32px;border:2px solid #FEF5FC;background:linear-gradient(150deg,#fef5fc4d -.34%,#f0ddff4d 90.18%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset!important;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.offer-card.purple .offer-card__icon{color:#9333ea}.offer-card.peach{border-radius:32px;border:2px solid #FFF;background:linear-gradient(207deg,#fffae80f 19.07%,#ffecd34d 82.91%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);max-width:calc(33% - 12px);min-width:calc(33% - 12px)}.offer-card.peach .offer-card__icon{color:#ea580c}.offer-card.green{border-radius:32px;border:2px solid rgba(234,255,230,.6);background:linear-gradient(111deg,#eaffe54d -4.87%,#daf7da4a 103.95%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);max-width:calc(33% - 12px);min-width:calc(33% - 12px)}.offer-card.green .offer-card__icon{color:#059669}.offer-card.yellow{border-radius:32px;border:2px solid #FFF;background:linear-gradient(207deg,#fffae80f 19.07%,#ffecd34d 82.91%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);min-width:calc(50% - 12px)}.offer-card.yellow .offer-card__icon{color:#d97706}.offer-card.lavender{border-radius:32px;border:2px solid #FFF;background:linear-gradient(207deg,#fffae80f 19.07%,#ffecd34d 82.91%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);max-width:190px;min-width:190px}.offer-card.lavender .offer-card__icon{color:#4f46e5}.offer-card.sky{border-radius:32px;border:2px solid rgba(234,255,230,.6);background:linear-gradient(111deg,#eaffe54d -4.87%,#daf7da4a 103.95%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);max-width:190px;min-width:190px}.offer-card.sky .offer-card__icon{color:#0284c7}.offer-card.bluenew{border-radius:32px;border:0 solid rgba(255,206,222,.6);background:linear-gradient(111deg,#fff6fc4d -4.87%,#e0f6ff4d 103.95%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);max-width:calc(50% - 12px);min-width:calc(50% - 12px)}.offer-card.bluenew .offer-card__icon{color:#0284c7}.offer-card.purplenew{border-radius:32px;border:2px solid #FEF5FC;background:linear-gradient(150deg,#fef5fc4d -.34%,#f0ddff4d 90.18%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);max-width:calc(33% - 12px);min-width:calc(33% - 12px)}.offer-card.purplenew .offer-card__icon{color:#0284c7}.offer-card.yellow-new{border-radius:32px;border:2px solid #FFF;background:linear-gradient(207deg,#fffae80f 19.07%,#ffecd34d 82.91%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);max-width:297px;min-width:297px}.offer-card.yellow-new .offer-card__icon{color:#0284c7}.offer-card.bluenew2{border-radius:32px;border:0 solid rgba(255,206,222,.6);background:linear-gradient(111deg,#fff6fc4d -4.87%,#e0f6ff4d 103.95%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);max-width:calc(33% - 12px);min-width:calc(33% - 12px)}.offer-card.bluenew2 .offer-card__icon{color:#0284c7}.offer-card.purplenew2{border-radius:32px;border:2px solid #FEF5FC;background:linear-gradient(150deg,#fef5fc4d -.34%,#f0ddff4d 90.18%)!important;box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);max-width:calc(33% - 12px);min-width:calc(33% - 12px)}.offer-card.purplenew2 .offer-card__icon{color:#0284c7}.offer-card.textcolorblue.textcolorblue{border-radius:32px;background:linear-gradient(111deg,#fff6fc4d -4.87%,#e0f6ff4d 103.95%);box-shadow:0 0 14px #a1a1a11a,0 4px 24px #5858580a inset;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.blueText{color:#0d56f4cc}@media (max-width: 1024px){.offer-card{padding:36px 32px;min-height:180px;text-align:center}.offer-card__icon{margin-bottom:20px}.offer-card__icon svg{width:40px;height:40px}}@media (max-width: 640px){.offer-card{padding:32px 24px;min-height:160px}.offer-card__icon{margin-bottom:16px}.offer-card__icon svg{width:36px;height:36px}}@media screen and (max-width: 767.4px){.offerings{padding:50px 0!important}.offerings .section-title{padding:0 4px}}.offer-card__title{white-space:nowrap}.offerings__container .offerings__grid>div{cursor:pointer!important}@media screen and (max-width: 767.4px){.offerings__container .offerings__grid{margin-bottom:76px}.offerings__container .offerings__grid>div{max-width:calc(50% - 12px)!important;min-width:calc(50% - 12px)!important;cursor:pointer!important}.offerings__container .offerings__grid>div h3{white-space:normal}}.business-outcomes{background:#fffaf4;padding:120px 0;text-align:center;border-radius:40px}.outcomes-grid{margin-top:64px;display:grid;grid-template-columns:repeat(3,1fr);border-top:none;border-left:none}.outcome-item{padding:48px 24px;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;border-top:none}.outcome-item:last-child{border-bottom:none}.outcome-item:nth-last-child(2){border-bottom:none}@media screen and (max-width: 767px){.outcome-item:nth-last-child(2){border-bottom:1px solid #e5e7eb}}.outcome-item h3{font-weight:800;color:#1d4ed8;margin-bottom:12px}.outcome-item p{color:#374151}.outcomes-grid>.outcome-item:nth-child(3n){border-right:none}@media (max-width: 968px){.outcomes-grid{grid-template-columns:repeat(2,1fr)}.outcomes-grid>.outcome-item:nth-child(3n){border-right:1px solid #e5e7eb}.outcomes-grid>.outcome-item:nth-child(2n){border-right:none}}@media (max-width: 600px){.outcomes-grid{grid-template-columns:1fr}.outcome-item{border-right:none}}.outcomes-grid.aiscapepageoutcome{display:flex!important;flex-wrap:wrap!important;gap:0!important}.outcomes-grid.aiscapepageoutcome>div{width:33.33%!important}.outcomes-grid.aiscapepageoutcome>div h3{text-align:left}.outcomes-grid.aiscapepageoutcome>div p{text-align:left}@media screen and (max-width: 767px){.outcomes-grid.aiscapepageoutcome>div{width:100%!important;border:none!important}}.contact-page .herosec{padding-top:150px}@media screen and (max-width: 767px){.contact-page .herosec{padding-top:120px!important}}.contact-page .herosec .aidriven{margin-left:auto;margin-right:auto;display:flex;max-width:271px;pointer-events:none}.contact-page .herosec .tile{max-width:630px;margin:42px auto 24px;text-align:center;color:#1f1f1f}@media screen and (max-width: 767px){.contact-page .herosec .tile{margin-top:32px;margin-bottom:12px}}.contact-page .herosec .subtitle{color:#000c;margin-bottom:62px;text-align:center}.contact-page .contactbox{width:100%;max-width:960px;margin:0 auto;background:#fff;box-shadow:0 0 44px #00184a0f;padding:52px 0;border-radius:24px;position:relative;z-index:1;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(180deg,#63b3ff 23.95%,#dcc7ff) border-box;border:1px solid transparent}.contact-page .contactbox .title{color:#000c;text-align:center}.contact-page .contactbox .subtitle{margin-top:10px;color:#1f1f1fcc;text-align:center}@media screen and (max-width: 767px){.contact-page .contactbox .subtitle{padding:0 10px}}.contact-page .contactbox .form{width:100%;max-width:562px;margin-top:42px;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.contact-page .contactbox .form{padding-left:16px;padding-right:16px}}.contact-page .contactbox .form>div{width:100%;height:56px;border:1px solid #e8e8e8;margin-bottom:24px;display:flex;align-items:center;padding-left:16px;border-radius:8px}@media screen and (max-width: 767px){.contact-page .contactbox .form>div{border-radius:12px}}.contact-page .contactbox .form>div:last-child{margin-bottom:0}.contact-page .contactbox .form>div .icon{margin-right:10px;width:24px;height:24px}.contact-page .contactbox .form>div .icon img{width:24px}.contact-page .contactbox .form>div input{width:calc(100% - 60x);height:100%;display:flex;align-items:center;border:none;outline:none}.contact-page .contactbox .form button{margin-top:32px}.contact-page .contactbox .form button.submitbtn{margin-left:auto;margin-right:auto}.contact-page .contactbox .form .issuelink{text-decoration:none;display:flex;align-items:center;margin-top:48px;margin-left:auto;margin-right:auto;color:#1f1f1fcc;width:100%;text-align:center;justify-content:center}.contact-page .contactboxbottom{border-radius:0 0 24px 24px;background:#c3defd;padding-top:42px;width:100%;max-width:960px;margin:-26px auto 0;position:relative;padding-bottom:12px}.contact-page .contactboxbottom>div{width:100%;max-width:749px;margin:0 auto;display:flex}@media screen and (max-width: 767px){.contact-page .contactboxbottom>div{flex-flow:row wrap}}.contact-page .contactboxbottom>div>div{display:flex;align-items:center}@media screen and (max-width: 767px){.contact-page .contactboxbottom>div>div{padding-left:10px}}.contact-page .contactboxbottom>div>div img{width:24px;height:24px;margin-right:12px}@media screen and (max-width: 767px){.contact-page .contactboxbottom>div>div img{width:20px;height:20px;margin-right:6px}}.contact-page .contactboxbottom>div>div{color:#1f1f1fcc}.contact-page .contactboxbottom>div>div:after{content:"";display:flex;width:24px}.contact-page .contactboxbottom>div>div:last-child:after{display:none}.contact-page .globalsec{padding-top:164px}@media screen and (max-width: 767px){.contact-page .globalsec{padding-top:76px}}.contact-page .globalsec .title{color:#1f1f1fcc;margin-bottom:24px;text-align:center}@media screen and (max-width: 767px){.contact-page .globalsec .title{margin-bottom:12px}}.contact-page .globalsec .subtitle{color:#1f1f1fcc;text-align:center;width:100%;max-width:862px;margin-left:auto;margin-right:auto}.contact-page .globalsec .map{margin-top:62px;width:1260;height:692;border-radius:24px;angle:0 deg;opacity:1}@media screen and (max-width: 767px){.contact-page .globalsec .map{width:calc(100% + 64px);margin-left:-32px}}.contact-page .globalsec .map img{width:100%}.contact-page .clientsays{width:100%;background:#f0f5ff;background:linear-gradient(122deg,#f0f5ff,#c3defd);padding:140px 0 30px}@media screen and (max-width: 767px){.contact-page .clientsays{padding-top:76px;margin-top:62px!important;padding-top:42px!important}}.contact-page .clientsays .title{color:#1f1f1f;text-align:center;margin-bottom:24px}@media screen and (max-width: 767px){.contact-page .clientsays .title{padding-left:16px;padding-right:16px;margin-bottom:12px}}.contact-page .clientsays .subtitle{color:#1f1f1fcc;text-align:center;margin-bottom:62px}@media screen and (max-width: 767px){.contact-page .clientsays .subtitle{padding-left:16px;padding-right:16px;margin-bottom:32px}}.contact-page .clientsays .contacttestislider{width:100%;background:#fff;padding-top:105px;padding-left:82px;padding-right:82px;text-align:center;border-radius:32px;border:1px solid #f5f5f5}@media screen and (max-width: 767px){.contact-page .clientsays .contacttestislider{padding-top:42px;padding-left:24px;padding-right:24px}}.contact-page .clientsays .contacttestislider .titlec{color:#1f1f1f}.contact-page .clientsays .contacttestislider .name{margin-top:62px;color:#1f1f1f}.contact-page .clientsays .contacttestislider .place{margin-top:12px;color:#1f1f1f99;padding-bottom:100px}.contact-page .clientsays .contacttestislider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:20px!important}.contact-page .headquarter{padding-top:164px}@media screen and (max-width: 767px){.contact-page .headquarter{padding-top:76px}}.contact-page .headquarter .tile{color:#1f1f1fcc;text-align:center;margin-bottom:60px}@media screen and (max-width: 767px){.contact-page .headquarter .tile{margin-bottom:30px}}.contact-page .headquarter .subtitle{margin-top:24px;color:#1f1f1fcc;margin-bottom:62px;text-align:center}@media screen and (max-width: 767px){.contact-page .headquarter .subtitle{margin-top:0;padding-left:16px;padding-right:16px}}.contact-page .headquarter .headquarter_address{background:#fff;box-shadow:0 0 44px #00184a0f;border-radius:32px;display:flex}@media screen and (max-width: 767px){.contact-page .headquarter .headquarter_address{flex-flow:column;overflow:hidden}}.contact-page .headquarter .headquarter_address .graphic{width:100%;max-width:348px}.contact-page .headquarter .headquarter_address .graphic img{width:100%;height:100%;border-radius:32px 0 0 32px}.contact-page .headquarter .headquarter_address .graphic>div{position:relative;min-height:459px;max-height:459px;width:100%}@media screen and (max-width: 767px){.contact-page .headquarter .headquarter_address .graphic>div{min-height:auto}}.contact-page .headquarter .headquarter_address .graphic>div iframe{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:32px 0 0 32px}@media screen and (max-width: 767px){.contact-page .headquarter .headquarter_address .graphic>div iframe{position:relative}}.contact-page .headquarter .headquarter_address .contentsec{width:100%;max-width:calc(100% - 348px);padding:83px 92px 0 52px}@media screen and (max-width: 767px){.contact-page .headquarter .headquarter_address .contentsec{max-width:100%;padding:42px 24px 52px}.contact-page .headquarter .headquarter_address .contentsec br{display:flex}}.contact-page .headquarter .headquarter_address .contentsec .placeaddress{margin-top:24px;color:#1f1f1fcc}@media screen and (max-width: 767px){.contact-page .headquarter .headquarter_address .contentsec .placeaddress{margin-top:16px}}.contact-page .headquarter .headquarter_address .contentsec button{margin-top:42px}.contact-page .keepsection{margin-top:164px}@media screen and (max-width: 767px){.contact-page .keepsection{margin-top:76px}}.contact-page .keepsection .tile{color:#1f1f1fcc;text-align:center}.contact-page .keepsection .subtitle{margin-top:24px;color:#1f1f1fcc;margin-bottom:62px;text-align:center}.contact-page .keepsection .tablesec{margin-top:62px;width:100%;border:1px solid #e8e8e8;border-radius:20px}@media screen and (max-width: 767px){.contact-page .keepsection .tablesec{border:none;background:#fff;box-shadow:0 0 44px #00184a0f}}.contact-page .keepsection .tablesec>div div{cursor:pointer}.contact-page .keepsection .tablesec .firstrow{display:flex;border-bottom:1px solid #e8e8e8}@media screen and (max-width: 767px){.contact-page .keepsection .tablesec .firstrow{flex-flow:column;border:none}}.contact-page .keepsection .tablesec .firstrow>div{width:33.3333333333%;display:flex;justify-content:space-between;color:#1f1f1fcc;height:81px;align-items:center;padding:0 24px;border-right:1px solid #e8e8e8}@media screen and (max-width: 767px){.contact-page .keepsection .tablesec .firstrow>div{width:100%;justify-content:flex-start}}.contact-page .keepsection .tablesec .firstrow>div:last-child{border:none}.contact-page .keepsection .tablesec .firstrow>div img{width:24px;height:24px}@media screen and (max-width: 767px){.contact-page .keepsection .tablesec .firstrow>div img{order:1;margin-right:16px}}@media screen and (max-width: 767px){.contact-page .keepsection .tablesec .firstrow>div span{order:2;text-align:left}}.contact-page .keepsection .tablesec .firstrow span{font-family:Manrope;font-style:SemiBold;leading-trim:NONE;text-align:center;text-transform:capitalize}.contact-page .keepsection .tablesec .firstrow img{width:24;height:24;angle:0 deg;opacity:1}.contact-page .keepsection .tablesec .secondrow{display:flex;border-bottom:none}@media screen and (max-width: 767px){.contact-page .keepsection .tablesec .secondrow{flex-flow:column;border:none}}.contact-page .keepsection .tablesec .secondrow>div{width:50%;display:flex;justify-content:space-between;color:#1f1f1fcc;height:81px;align-items:center;padding:0 24px;border-right:1px solid #e8e8e8}@media screen and (max-width: 767px){.contact-page .keepsection .tablesec .secondrow>div{width:100%;justify-content:flex-start}}.contact-page .keepsection .tablesec .secondrow>div:last-child{border:none}.contact-page .keepsection .tablesec .secondrow>div img{width:24px;height:24px}@media screen and (max-width: 767px){.contact-page .keepsection .tablesec .secondrow>div img{order:1;margin-right:16px}}@media screen and (max-width: 767px){.contact-page .keepsection .tablesec .secondrow>div span{order:2;text-align:left}}.success-message{margin-bottom:12px;padding:10px 14px;background:#e6f9f0;color:#0f7a4a;border:1px solid #0f7a4a;border-radius:6px;text-align:center}.application-page .whyglobalapplicationengin>div.whyglobal-page{padding-bottom:40px!important}.application-page .ImpactApplicationNewapplicationengin>div{overflow:hidden}.application-page .ImpactApplicationNewapplicationengin>div.impactapplication-page .container .impactapplication-items{padding-top:0!important;padding-bottom:0!important}.application-page .application-hero .application-hero{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:120px;flex-wrap:wrap}@media screen and (max-width: 767px){.application-page .application-hero .application-hero{padding-bottom:76px;gap:24px}}.application-page .application-hero .application-hero .pb-12{padding-bottom:12px}.application-page .application-hero .application-hero .pb-42{padding-bottom:42px}@media screen and (max-width: 767px){.application-page .application-hero .application-hero .pb-42{padding-bottom:24px}}.application-page .application-hero .application-hero .iconcontent{padding-bottom:20px;position:relative;padding-left:30px}@media screen and (max-width: 767px){.application-page .application-hero .application-hero .iconcontent{padding-bottom:24px;display:flex;justify-content:center;align-items:center}}.application-page .application-hero .application-hero .iconcontent:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/star-2.svg);height:24px;width:24px}.application-page .application-hero .websectiontitle{font-size:60px}.application-page .application-hero .border-bottom{border-bottom:1px solid #ececec}@media screen and (max-width: 767px){.application-page .application-hero .border-bottom{border-bottom:0px solid #ececec}}.application-page .application-hero .text-blue{color:#0c4fe0}.application-page .application-hero .mx-746{max-width:746px;width:100%}.application-page .application-hero .hero-img img{width:100%}.application-page .app:has(.application-page){background:#fff}.application-page .hero-button.sm-block.d-none{display:none}.application-page .hero-button.sm-none.lg-block{display:block}.application-page .w-100{width:100%}@media screen and (max-width: 767px){.application-page .hero-button.sm-none.lg-block{display:none}.application-page .hero-button.sm-block.d-none{display:block;width:100%;text-align:center}}.application-page .modernization-btn{margin-top:0!important}.innerpagemaintitle{display:flex!important}.globaldelivery-section{width:100%;padding:0 16px}@media (max-width: 768px){.globaldelivery-section{padding:0}}.globaldelivery-section .globaldelivery-content{display:flex;flex-wrap:wrap;width:100%;justify-content:center;gap:20px;align-items:center}.globaldelivery-section .global-sec-item{max-width:404px;width:100%;padding:24px;border-radius:24px;background:linear-gradient(178.11deg,#f0f6ff66 1.47%,#ddd6 116.57%)}@media (min-width: 768px){.globaldelivery-section{padding:0 24px}.globaldelivery-section .globaldelivery-content{justify-content:space-between;gap:24px}.globaldelivery-section .global-sec-item{width:calc(50% - 12px);max-width:404px;padding:24px}}@media screen and (max-width: 767px){.applicationsholding-page .mb-48{margin-bottom:32px}}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content{padding:32px 12px}.applicationsholding-page .applicationsholding-content .bottom-icon-1 img{max-height:218px;height:100%}.applicationsholding-page .applicationsholding-content .bottom-icon-2 img{max-height:128px;height:100%}}.applicationsholding-page .applicationsholding-content .application-itmes{display:flex;justify-content:start;flex-wrap:wrap;align-items:center;gap:44px 60px;position:relative}.applicationsholding-page .applicationsholding-content .application-itmes li{max-width:530px;width:100%;list-style:none;position:relative;padding-left:65px;display:flex;align-items:center}.applicationsholding-page .applicationsholding-content .application-itmes li:last-child{max-width:400px;width:100%}.applicationsholding-page .applicationsholding-content .application-itmes li:before{content:"";position:absolute;left:0;background-image:url(../../assets/img/not-icon.svg)!important;height:55px!important;width:50px!important;top:-10px}.applicationsholding-page .applicationsholding-content .application-itmes-3{display:flex;justify-content:start;flex-wrap:wrap;align-items:center;gap:44px 60px;position:relative}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content .application-itmes-3{gap:24px 24px}}.applicationsholding-page .applicationsholding-content .application-itmes-3 li{max-width:530px;width:100%;list-style:none;position:relative;padding-left:65px;display:flex;align-items:center}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content .application-itmes-3 li{padding-left:35px}}.applicationsholding-page .applicationsholding-content .application-itmes-3 li:last-child{max-width:400px;width:100%}.applicationsholding-page .applicationsholding-content .application-itmes-3 li:before{content:"";position:absolute;left:0;background-image:url(../../assets/img/not-icon-new.svg)!important;background-repeat:no-repeat;height:55px!important;width:50px!important;top:-10px}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content .application-itmes-3 li:before{background-size:20px;background-repeat:no-repeat;top:4px}}.applicationsholding-page .applicationsholding-content .application-itmes-2 li:before{content:"";position:absolute;left:0;background-image:url(../../assets/img/icon-new2.svg)!important;height:48px!important;width:48px!important;background-repeat:no-repeat}.applicationsholding-page .applicationsholding-content span{position:absolute;right:0;bottom:-8px;background-size:200px}@media (max-width: 768px){.deliver-page .deliver-content .deliver-items .deliver-icon img{height:42px}}@media (max-width: 768px){.deliver-page .deliver-content{padding:24px 16px;border-radius:20px;min-height:auto}.deliver-page .deliver-content .deliver-items{flex-direction:column;align-items:center;justify-content:flex-start;gap:32px}.deliver-page .deliver-content .deliver-items .mx-600{max-width:100%;padding:20px}.deliver-page .deliver-content .deliver-items .deliver-icon{padding-bottom:20px}.deliver-page .deliver-content .border-right{border-right:none}.deliver-page .deliver-content .border-bottom{border-bottom:none;margin-bottom:12px}.deliver-page .deliver-content .deliver-items .webbody3{font-size:14px!important;font-weight:400!important}}.aiAutopb{margin-bottom:15px}.data-analystic .realityops-box{display:flex;background:#fff;box-shadow:0 0 44px #00184a0f;padding:42px;border-radius:32px;position:relative}.data-analystic .realityops-box .realityops-list{gap:24px;display:flex;flex-direction:column;list-style:none}.data-analystic .realityops-box .realityops-list li{padding:20px 20px 20px 64px}.data-analystic .realityops-box .realityops-list li:before{background-image:url(../../assets/img/alertIcon.svg)!important;content:"";width:50px;height:60px;position:absolute;background-repeat:no-repeat;left:0}.data-analystic .realityops-box .realityops-image{position:absolute;right:0;bottom:-7px;background-size:200px}@media only screen and (max-width: 767.4px){.deliver-page.quantity-engineering{padding-top:52px!important}.deliver-page.quantity-engineering .mb-48{margin-bottom:32px!important}.deliver-page.quantity-engineering .deliver-content{padding:24px!important;margin-bottom:0!important}.deliver-page.quantity-engineering .deliver-icon{padding-bottom:32px!important}.deliver-page.quantity-engineering .webtitle2{padding-bottom:8px!important}}.predictable-page{width:100%;padding:120px 0 40px}@media (max-width: 768px){.predictable-page{padding:38px 0 0}}.predictable-page .predictable-content{width:100%;position:relative;display:flex;flex-wrap:wrap;justify-content:start;gap:42px;padding-top:48px}@media (max-width: 768px){.predictable-page .predictable-content{gap:32px;padding-top:32px}}@media (max-width: 768px){.predictable-page .predictable-content .stepcontent{padding:0 48px}}.predictable-page .predictable-content .photo-blank{max-width:452px;position:relative}.predictable-page .predictable-content .photo-blank span{position:absolute;right:12px}@media (max-width: 768px){.predictable-page .predictable-content .photo-blank img{width:100%}.predictable-page .predictable-content .photo-blank span{left:0;top:340px}.predictable-page .predictable-content .photo-blank span img{width:2px}}.predictable-page .predictable-content .step-color{color:#0c4fe0;font-size:64px!important;letter-spacing:-1px!important;line-height:80px!important}@media only screen and (max-width: 767.4px){.predictable-page .predictable-content .step-color{font-size:26px!important;line-height:34px!important;letter-spacing:-.5px!important}}.predictable-page .predictable-content .pb-24{padding-bottom:24px}@media (max-width: 768px){.predictable-page .predictable-content .pb-24{padding-bottom:24px}}.predictable-page .predictable-content .pb-8{padding-bottom:8px}.predictable-page .predictable-content .pb-124{padding-bottom:124px}@media (max-width: 768px){.predictable-page .predictable-content .pb-124{padding-bottom:82px}}.predictable-page.predictablebottompadding{padding-bottom:36px!important}.realimpact-page .realimpact-content .real-items{box-shadow:0 0 44px #00184a0f;padding:24px 24px 16px;border-radius:24px;min-height:280px;max-height:280px}.aiengineering-page{width:100%;padding:120px 0 40px}@media (max-width: 768px){.aiengineering-page{padding:76px 0 0}}.aiengineering-page .aiengineering-content{width:100%;box-shadow:0 0 44px #00184a0f;padding:16px;border-radius:32px}@media (max-width: 768px){.aiengineering-page .aiengineering-content{padding:8px 0}}.aiengineering-page .ai-content{padding:34px 12px}.aiengineering-page .ai-content button{margin-bottom:20px}.aiengineering-page .desktop-swiper{display:block}@media (max-width: 767px){.aiengineering-page .desktop-swiper{display:none}}.aiengineering-page .mobile-cards{display:none}@media (max-width: 767px){.aiengineering-page .mobile-cards{display:block}}.aiengineering-page .mobile-cards .card-item{margin-bottom:24px}.aiengineering-page .mobile-cards .card-item:last-child{margin-bottom:0}.aiengineering-page .case-study-swiper{width:100%;overflow:hidden}.aiengineering-page .swiper-slide{width:100%!important}.aiengineering-page .slide-section-new{width:100%}@media (min-width: 768px){.aiengineering-page .case-study-swiper{padding:0 20px}}.aiengineering-page .swiper-button-prev{left:40px!important;background:#f9f9f9;border-radius:100px;padding:14px;bottom:40px;top:auto;width:52px;height:52px}@media (max-width: 768px){.aiengineering-page .swiper-button-prev{bottom:10px;left:30px!important}}.aiengineering-page .swiper-button-next{left:110px!important;background:#f9f9f9;border-radius:100px;padding:14px;bottom:40px;top:auto;width:52px;height:52px}@media (max-width: 768px){.aiengineering-page .swiper-button-next{bottom:10px;left:100px!important}}.aiengineering-page .pb-12{padding-bottom:12px}.aiengineering-page .pb-42{padding-bottom:42px}@media (max-width: 768px){.aiengineering-page .pb-42{padding-bottom:24px}}.aiengineering-page .image-ai{max-width:482px;max-height:482px;height:100%;width:100%}.aiengineering-page .image-ai img{width:100%}.whyglobal-page .whyglobal-items ul li p.accordion-open{opacity:1;max-height:120px}@media screen and (max-width: 767px){.whyglobal-page .whyglobal-items ul li p.accordion-open{max-height:max-content}}.whyglobal-page .whyglobal-items ul li:before{content:"";position:absolute;background-image:url(../../assets/img/AiEngIcon2.svg)!important;width:55px!important;height:50px!important;background-repeat:no-repeat;left:10px;top:15px}.whyglobal-page .websectiontitle{padding-bottom:12px!important}.whyglobal-page.global-page ul li:before{background-image:url(../../assets/img/sparkle.svg)!important}.impactapplication-page{width:100%;padding:0;background:linear-gradient(180deg,#faf0f7,#ccdcff 62.02%);border-radius:52px}@media (max-width: 767px){.impactapplication-page{padding:62px 0 48px;margin-top:76px}}.impactapplication-page .mb-48{margin-bottom:48px}.impactapplication-page .impactapplication-content{width:100%}.impactapplication-page .impactapplication-content .impactapplication-items{display:flex;flex-wrap:wrap;align-items:center;gap:0;position:relative;width:100%}@media (max-width: 767px){.impactapplication-page .impactapplication-content .impactapplication-items{padding:0 16px}}.impactapplication-page .impactapplication-content .mx-w-764{max-width:764px;width:100%}.impactapplication-page .impactapplication-content ul li{list-style:none}.impactapplication-page .impactapplication-content li img{width:118px}@media (max-width: 767px){.impactapplication-page .impactapplication-content li img{width:88px}}.impactapplication-page .impactapplication-content .impact-list{display:flex;justify-content:center;align-items:center;gap:20px}@media (max-width: 767px){.impactapplication-page .impactapplication-content .impact-list{align-items:start;flex-wrap:wrap;gap:66px}}.impactapplication-page .impactapplication-content .iconmragin{position:relative;top:40px}@media (max-width: 767px){.impactapplication-page .impactapplication-content .iconmragin{align-items:center;display:flex;justify-content:flex-start;left:-40px}}.impactapplication-page .impactapplication-content .iconmragin-2{position:relative;top:-40px}@media (max-width: 767px){.impactapplication-page .impactapplication-content .iconmragin-2{align-items:start;display:flex;justify-content:flex-start}}.impactapplication-page .lg-d-block{display:block}.impactapplication-page .lg-d-none{display:none}@media (max-width: 767px){.impactapplication-page .lg-d-block{display:none}.impactapplication-page .lg-d-none{display:block;width:100%}}.impactapplication-page .pb-24{padding-bottom:24px}.impactapplication-page .pb-42{padding-bottom:42px}@media (max-width: 767px){.impactapplication-page .pb-42{padding-bottom:0}}.impactapplication-page .cta-text{display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.impactapplication-page .cta-text{display:flex;align-items:center;justify-content:center}.impactapplication-page .button-content{display:flex;width:100%;justify-content:center}}.techstack-footprint{padding:120px 24px;display:flex;justify-content:center}.techstack-footprint__container{max-width:1260px;width:100%}.techstack-footprint__header{text-align:left;margin-bottom:48px;max-width:720px}.tabs-container{background:#fff;border-radius:42px;padding:24px;box-shadow:0 0 44px #00184a0f}.industry-footprint__tabs{display:flex;gap:12px;margin-bottom:32px;overflow-x:auto}.industry-footprint__tab{display:flex;align-items:center;gap:8px;padding:12px 48px;border-radius:23px;background:#f5f5f5;border:1px solid #f5f5f5;cursor:pointer;position:relative;transition:all .3s ease}.industry-footprint__tab span{position:relative;z-index:2}.industry-footprint__tab:hover{background:#0d56f41a;border-color:#0d56f4}.industry-footprint__tab--active{background:#0d56f41a;border-color:#0d56f4;color:#4f7cff}.industry-footprint__tab--animating:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:1%;background:linear-gradient(90deg,#fff,#c1d7ff);border-radius:23px;animation:tabProgress 4s linear forwards;z-index:1}.techstack-footprint .show-on-mobile{display:none}.industry-footprint__content--image-only{width:100%;display:flex;justify-content:center}.techstack-full-image{width:100%;max-width:100%;height:auto;display:block;margin:0 auto}.animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.in-view{opacity:1;transform:translateY(0)}@media (max-width: 767px){.industry-footprint{padding:80px 16px}.industry-footprint__tab{padding:12px 16px;white-space:nowrap}}@keyframes tabProgress{0%{width:1%}to{width:100%}}@media only screen and (max-width: 767.4px){.techstack-footprint{padding-top:36px!important;padding-bottom:76px!important}.techstack-footprint .techstack-footprint__header{margin-bottom:32px}.techstack-footprint .tabs-container{padding:16px 8px 16px 16px}.techstack-footprint .industry-footprint__tabs{margin-bottom:0}.techstack-footprint .industry-footprint__content--image-only{padding-top:20px}.techstack-footprint .show-on-desktop{display:none}.techstack-footprint .show-on-mobile{display:block!important}}.legacysystems-page{width:100%;padding:0 16px 48px}@media (max-width: 768px){.legacysystems-page{padding:38px 0 40px}}.legacysystems-page .mb-48{margin-bottom:48px!important}.legacysystems-page .pb-12{padding-bottom:12px}.legacysystems-page .legacysystems-content{width:100%}.legacysystems-page .legacysy-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;justify-items:center}@media (min-width: 576px){.legacysystems-page .legacysy-items{gap:32px 40px}}@media (min-width: 992px){.legacysystems-page .legacysy-items{grid-template-columns:repeat(3,1fr);gap:40px 48px}}.legacysystems-page .pain-point{display:flex;flex-direction:column;align-items:start;text-align:start;max-width:380px;width:100%}.legacysystems-page .pain-point img{width:62px;height:62px;margin-bottom:24px;object-fit:contain}@media (max-width: 768px){.legacysystems-page .pain-point img{margin-bottom:12px}}.rebuild-page{width:100%;padding:120px 0 40px}@media (max-width: 768px){.rebuild-page{padding:38px 0 40px}}.rebuild-page .pb-12{padding-bottom:12px}.rebuild-page .mb-48{margin-bottom:48px}.rebuild-page .rebuild-content{width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:32px;padding:16px;margin-bottom:24px;position:relative}.rebuild-page .rebuild-content .rebuild-items{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:start;gap:0;width:100%}@media (max-width: 768px){.rebuild-page .rebuild-content .rebuild-items{flex-flow:column-reverse}.rebuild-page .rebuild-content .rebuild-items .pbb-24{padding-bottom:24px}}.rebuild-page .rebuild-content .rebuild-items .p-40{padding:24px 32px}.rebuild-page .rebuild-content .rebuild-items .mx-600{width:100%;max-width:600px;padding:30px}@media (max-width: 768px){.rebuild-page .rebuild-content .rebuild-items .mx-600{padding:0 0 12px}}.rebuild-page .rebuild-content .rebuild-items .rebuild-icon{padding-bottom:26px}@media (max-width: 768px){.rebuild-page .rebuild-content .rebuild-items .rebuild-icon img{height:42px}}.whatmodernize-page{width:100%;padding:120px 0 160px}@media (max-width: 768px){.whatmodernize-page{padding:38px 0 40px}}.whatmodernize-page .mb-48{margin-bottom:48px}.whatmodernize-page .whatmodernize-content{width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:32px;padding:24px;margin-bottom:24px;position:relative;min-height:412px;height:100%}.whatmodernize-page .whatmodernize-content .whatmodernize-items{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:0;width:100%}.whatmodernize-page .whatmodernize-content .whatmodernize-items .mx-600{width:100%;max-width:600px;padding:30px}.whatmodernize-page .whatmodernize-content .whatmodernize-items .whatmodernize-icon{padding-bottom:26px}@media (max-width: 768px){.whatmodernize-page .whatmodernize-content .whatmodernize-items .whatmodernize-icon img{height:42px}}.whatmodernize-page .whatmodernize-content .infrastructure-items .webtitle2{padding-bottom:12px!important}.whatmodernize-page .whatmodernize-content .border-right{border-right:1px solid var(--Border-Light, #f5f5f5)}.whatmodernize-page .whatmodernize-content .border-bottom{border-bottom:1px solid var(--Border-Light, #f5f5f5)}@media (max-width: 1024px){.whatmodernize-page .whatmodernize-content{padding:32px 20px;border-radius:24px}}@media (max-width: 768px){.whatmodernize-page .whatmodernize-content{padding:24px 16px;border-radius:20px;min-height:auto}.whatmodernize-page .whatmodernize-content .whatmodernize-items{flex-direction:column;align-items:center;justify-content:flex-start;gap:32px}.whatmodernize-page .whatmodernize-content .whatmodernize-items .mx-600{max-width:100%;padding:20px}.whatmodernize-page .whatmodernize-content .whatmodernize-items .whatmodernize-icon{padding-bottom:20px}.whatmodernize-page .whatmodernize-content .border-right{border-right:none}.whatmodernize-page .whatmodernize-content .border-bottom{border-bottom:none;margin-bottom:12px}}@media (max-width: 480px){.whatmodernize-page .whatmodernize-content{padding:20px 12px}.whatmodernize-page .whatmodernize-content .whatmodernize-items{gap:0}.whatmodernize-page .whatmodernize-content .whatmodernize-items .mx-600{padding:16px}}.whatmodernize-page .websectiontitle{padding-bottom:12px!important}.everymonth-page{width:100%;padding:112px 0;background:linear-gradient(178.11deg,#fbeeff 1.47%,#ffeefa 116.57%);display:flex;justify-content:start;align-items:center}@media (max-width: 768px){.everymonth-page{padding:38px 0 40px}}.everymonth-page .mb-48{margin-bottom:48px}.everymonth-page .text-center{text-align:center}.everymonth-page .everymonth-content{max-width:800px;margin:auto;width:100%}.everymonth-page .text-color-org{color:#dfc3dd}.everymonth-page .everymonth-text-animation span{transition:color .3s ease;color:inherit}.everymonth-page .everymonth-text-animation span.text-black{color:#000!important}.everymonth-page .everymonth-text-animation .text-color-org span{color:#dfc3dd;transition:color .3s ease}.everymonth-page .everymonth-text-animation .text-color-org span.text-black{color:#000!important}@media (max-width: 768px){.rebuildbusiness-page .full-row .rebuildbusiness-items{padding:20px;margin-bottom:0;justify-content:end}}@media (max-width: 768px){.rebuildbusiness-page .paired-row .rebuildbusiness-items{padding:20px;margin-bottom:0;justify-content:end}}@media (max-width: 768px){.rebuildbusiness-page .rebbanner-content{justify-content:end}}.rebuildbusiness-page .rebbanner-wrapper{position:relative;max-width:272px;width:100%;top:30px}@media (max-width: 768px){.rebuildbusiness-page .rebbanner-wrapper{width:auto;max-width:100%;top:0;display:block;display:flex;justify-content:end}}@media (max-width: 768px){.modjourney-page{padding:38px 0 40px}}.modjourney-page .pb-48{padding-bottom:48px}.modjourney-page .pb-64{padding-bottom:64px}.modjourney-page .modjourney-content{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.modjourney-page .modjourney-items{background-color:#fff;box-shadow:0 0 44px #00184a0f;padding:32px 24px;border-radius:24px;position:relative;width:100%;max-width:295px}@media (max-width: 768px){.modjourney-page .modjourney-items{max-width:100%;padding:28px 20px;border-radius:20px}}.modjourney-page .mx-w-550{max-width:550px;width:100%}.modjourney-page .modjourney-wrapper{max-width:250px;width:100%;margin:0 auto}@media (max-width: 768px){.modjourney-page .modjourney-wrapper{max-width:220px}}@media (max-width: 768px){.modjourney-page .modjourney-items{display:flex;flex-wrap:wrap;align-items:center;text-align:left;gap:24px}.modjourney-page .modjourney-items .mx-w-550{max-width:100%}}@media (max-width: 480px){.modjourney-page .modjourney-wrapper{max-width:180px}.modjourney-page .modjourney-items{padding:24px 16px}}.impactApplication-page{width:100%;padding:120px 0 60px}@media (max-width: 768px){.impactApplication-page{padding:60px 0 40px}}.impactApplication-page .pb-12{padding-bottom:12px}.impactApplication-page .pb-48{padding-bottom:48px}.impactApplication-page .pb-64{padding-bottom:64px}.impactApplication-page .impactApplication-content{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.impactApplication-page .impactApplication-items{background-color:#fff;box-shadow:0 0 44px #00184a0f;padding:24px;border-radius:24px;position:relative;width:100%;max-width:404px}.impactApplication-page .impactApplication-items .min-h-250{min-height:250px}@media (max-width: 768px){.impactApplication-page .impactApplication-items{max-width:100%;padding:28px 20px;border-radius:20px}.impactApplication-page .impactApplication-items .min-h-250{min-height:auto}}.impactApplication-page .impactApplication-wrapper{max-width:250px;width:100%}.impactApplication-page .impactApplication-wrapper img{width:100%;height:auto;display:block}@media (max-width: 768px){.impactApplication-page .impactApplication-wrapper{max-width:220px}}@media (max-width: 768px){.impactApplication-page .impactApplication-items{display:flex;flex-direction:column;align-items:center;text-align:left;gap:24px}}@media (max-width: 480px){.impactApplication-page .impactApplication-wrapper{max-width:180px}.impactApplication-page .impactApplication-items{padding:24px 16px}}.readymodernize-page{width:100%;padding:10px 0 40px}@media (max-width: 768px){.readymodernize-page{padding:38px 0 40px}}.readymodernize-page .pb-12{padding-bottom:12px}.readymodernize-page .pb-52{padding-bottom:52px}.readymodernize-page .mb-48{margin-bottom:48px}.readymodernize-page .webtitle_1{font-weight:700!important;font-size:52px!important;line-height:66px!important;letter-spacing:-.5px!important}@media screen and (max-width: 767px){.readymodernize-page .webtitle_1{font-weight:600!important;font-size:24px!important;line-height:32px!important;letter-spacing:-.5px!important}}.readymodernize-page .readymodernize-content{width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:32px;padding:42px;margin-bottom:24px;position:relative}@media (max-width: 768px){.readymodernize-page .readymodernize-content{padding:20px}}.readymodernize-page .readymodernize-content .readymodernize-items{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:start;gap:0;width:100%}.readymodernize-page .readymodernize-content .readymodernize-items.readymodernize-itemss{align-items:center!important}@media (max-width: 768px){.readymodernize-page .readymodernize-content .readymodernize-items{flex-direction:column-reverse}}.readymodernize-page .readymodernize-content .readymodernize-items .mx-700{width:100%;max-width:600px}.readymodernize-page .readymodernize-content .readymodernize-items .mx-700.mx-700s{max-width:700px!important}.readymodernize-page .readymodernize-content .readymodernize-items .readymodernize-icon{padding-bottom:0}.readymodernize-page .cta-text{display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.readymodernize-page .cta-text{display:flex;align-items:center;justify-content:center}.readymodernize-page .button-content{width:100%;display:flex;justify-content:center}}.applicationmodcenter{align-items:center!important}.application-page .application-hero .iconcontent{position:relative;padding-left:30px}.application-page .application-hero .iconcontent:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/star-2.svg);height:24px;width:24px}.qualityengineeringpage .qualityengineeringctabox .confidence-cta{padding-bottom:0!important}.qualityBtn{margin-top:0!important}@media only screen and (max-width: 767.4px){.application-page h2{padding-bottom:12px!important}}.applicationnumber-page{width:100%;padding:120px 0 40px}@media screen and (max-width: 767px){.applicationnumber-page{padding:76px 0 0}}.applicationnumber-page .applicationnumber-content{width:100%;padding:60px 24px;position:relative;height:100%;border-top:1px solid #ECECEC;border-bottom:1px solid #ECECEC}.applicationnumber-page .applicationnumber-content .applicationnumber-items{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:0;position:relative;width:100%;text-align:center}@media screen and (max-width: 767px){.applicationnumber-page .applicationnumber-content .applicationnumber-items{gap:60px;justify-content:center;width:100%}}.applicationnumber-page .applicationnumber-content .text-blue{color:#0c4fe0}.applicationnumber-page .applicationnumber-content .pb-12{padding-bottom:12px}.applicationnumber-page .applicationnumber-content .border-right{border-right:1px solid var(--Border-Light, #F5F5F5)}.applicationnumber-page .applicationnumber-content .border-bottom{border-bottom:1px solid var(--Border-Light, #F5F5F5)}.qualitybreak-page{width:100%}.qualitybreak-page .mb-48{margin-bottom:48px}.qualitybreak-page .qualitybreak-box{background:#fff;border-radius:32px;box-shadow:0 0 44px #00184a0f;padding:48px}.qualitybreak-page .animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.qualitybreak-page .animate-on-scroll.in-view{opacity:1;transform:translateY(0)}.qualitybreak-page .qualitybreak-list{list-style:none;padding:0;margin:0}.qualitybreak-page .qualitybreak-list li{display:flex;gap:32px;padding:32px 0;border-bottom:1px solid #eef1f6}.qualitybreak-page .qualitybreak-list li:last-child{border-bottom:none}.qualitybreak-page .qualitybreak-list li h4{margin-bottom:8px}.qualitybreak-page .qualitybreak-list li p{color:#6b7280;max-width:720px}.qualitybreak-page .qualitybreak-list .count{font-size:20px;font-weight:600;color:#2563eb;min-width:40px}@media screen and (max-width: 767px){.qualitybreak-page{padding:100px 0 32px}.qualitybreak-page .qualitybreak-box{padding:24px}.qualitybreak-page .qualitybreak-list li{flex-direction:column;gap:16px}}#webtitle28{font-size:28px!important;line-height:38px!important;color:#1f1f1f}@media only screen and (max-width: 767.4px){.qualitybreak-page{padding-top:0!important}.qualitybreak-page .mb-48{margin-bottom:24px!important}.qualitybreak-page .qualitybreak-box{padding:16px!important}.qualitybreak-page .qualitybreak-list li{flex-direction:row;gap:0px;padding:24px 0}.qualitybreak-page .qualitybreak-list li h4{font-size:16px!important;line-height:22px!important;font-weight:600!important}.qualitybreak-page .qualitybreak-list li p{font-size:14px!important;font-weight:400!important}}.qualityengineering-page .qualityengineering-box{background:#fff;border-radius:32px;box-shadow:0 0 44px #00184a0f;padding:48px}.qualityengineering-page .qualityengineering-items{display:grid;grid-template-columns:repeat(4,1fr);gap:44px}.qualityengineering-page .animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.qualityengineering-page .animate-on-scroll.in-view{opacity:1;transform:translateY(0)}.qualityengineering-page .qualityengineering-item{text-align:left}.qualityengineering-page .qualityengineering-item .deliver-icon{margin-bottom:16px}.qualityengineering-page .qualityengineering-item h3{margin-bottom:8px}.qualityengineering-page .qualityengineering-item p{color:#6b7280}.qualityengineering-page .qualityengineering-highlight{margin-top:48px;background:#eef2ff;border-radius:16px;padding:20px 24px;text-align:center;color:#0f172a}@media screen and (max-width: 1024px){.qualityengineering-page .qualityengineering-items{grid-template-columns:repeat(2,1fr);gap:32px}}@media screen and (max-width: 767px){.qualityengineering-page .qualityengineering-box{padding:24px}.qualityengineering-page .qualityengineering-items{grid-template-columns:1fr;gap:24px}.qualityengineering-page .qualityengineering-highlight{margin-top:32px}}@media only screen and (max-width: 767.4px){.deliver-page{padding-top:44px!important}.deliver-page .mb-48{margin-bottom:24px!important}.deliver-page .qualityengineering-box{padding:16px 20px!important}.deliver-page h3{font-size:16px!important;font-weight:500!important;line-height:22px!important}.deliver-page p{font-size:14px!important;font-weight:400!important}.deliver-page .qualityengineering-highlight{margin-top:24px!important;padding:24px!important;font-size:16px!important;line-height:22px!important;font-weight:500!important;text-align:left!important}}.shiftleft-page{padding:160px 0 40px}.shiftleft-page .mb-48{margin-bottom:48px}.shiftleft-page .shiftleft-box{display:grid;grid-template-columns:auto 1fr 1fr;gap:48px;background:#fff;border-radius:32px;box-shadow:0 0 44px #00184a0f;padding:56px}.shiftleft-page .shiftleft-rail{position:relative;width:4px;background:#e5e7eb;border-radius:8px}.shiftleft-page .rail-active{position:absolute;top:30px;left:0;width:4px;height:56px;background:#0c72e0;border-radius:8px;transition:transform .3s ease}.shiftleft-page .shiftleft-content{display:flex;flex-direction:column;gap:32px}.shiftleft-page .shiftleft-item{display:flex;gap:20px;cursor:pointer;align-items:flex-start}.shiftleft-page .shiftleft-item img{opacity:.5}@media (max-width: 1024px){.shiftleft-page .shiftleft-item{gap:10px}}.shiftleft-page .shiftleft-item h3{color:#6b7280;transition:color .2s ease}.shiftleft-page .shiftleft-item p{margin-top:12px;color:#4b5563;max-width:520px}.shiftleft-page .shiftleft-item.active h3{color:#111827}.shiftleft-page .shiftleft-item.active img{opacity:1}.shiftleft-page .icon{flex-shrink:0}.shiftleft-page .shiftleft-media{border-radius:24px;min-height:360px;margin-left:auto}.shiftleft-page .shiftleft-item.active .text h3{font-size:28px!important}@media (max-width: 1024px){.shiftleft-page .shiftleft-box{grid-template-columns:1fr;gap:40px;padding:40px}.shiftleft-page .shiftleft-media{min-height:280px}}@media (max-width: 767px){.shiftleft-page .container{max-width:100%;padding:0 16px}.shiftleft-page{padding:48px 0 24px}.shiftleft-box{grid-template-columns:1fr;padding:24px;gap:24px;border-radius:24px}.shiftleft-rail,.rail-active{display:none}.shiftleft-content{gap:24px}.shiftleft-item{display:grid;grid-template-columns:24px 1fr;gap:12px;align-items:flex-start}.shiftleft-item .icon{width:24px;height:24px;margin-top:2px}.shiftleft-item img{width:100%;height:auto;display:block}.shiftleft-item h3{font-size:16px;line-height:1.4;margin:0}.shiftleft-item p{font-size:14px;line-height:1.6;margin-top:6px;max-width:100%}.shiftleft-media{width:100%;min-height:200px;border-radius:16px}}@media only screen and (max-width: 767.4px){.shiftleft-page{padding-top:36px!important}.shiftleft-page .mb-48{margin-bottom:32px!important}.shiftleft-page .shiftleft-box{padding:12px!important;display:flex;flex-direction:column-reverse;gap:24px}.shiftleft-page .webtitle5{display:block!important}.shiftleft-page h3{font-size:26px!important;line-height:34px!important;letter-spacing:-.5px!important;padding-bottom:8px!important}.shiftleft-page p{margin-top:0;font-size:14px!important;font-weight:400!important}.shiftleft-page .shiftleft-item{flex-direction:column}}.whyitmatters-page{width:100%;padding:160px 0 40px}.whyitmatters-page .mb-64{margin-bottom:64px}.whyitmatters-page .whyitmatters-list{display:flex;flex-direction:column;gap:96px}.whyitmatters-page .whyitmatters-row{display:grid;grid-template-columns:1fr 420px;align-items:center;gap:80px}.whyitmatters-page .whyitmatters-content{max-width:520px}.whyitmatters-page .whyitmatters-content .icon{margin-bottom:16px}.whyitmatters-page .whyitmatters-content .icon img{width:62px;height:62px}.whyitmatters-page .whyitmatters-content h3{margin-bottom:12px}.whyitmatters-page .whyitmatters-content p{color:#4b5563}.whyitmatters-page .whyitmatters-media{width:100%;height:260px;background:#fafafa;border-radius:24px}.whyitmatters-page .whyitmatters-media img{height:100%}@media (max-width: 1024px){.whyitmatters-page .whyitmatters-row{grid-template-columns:1fr;gap:40px}.whyitmatters-page .whyitmatters-media{height:220px}}@media (max-width: 767px){.whyitmatters-page{padding:100px 0 32px}.whyitmatters-page .whyitmatters-list{gap:64px}}@media only screen and (max-width: 767.4px){.whyitmatters-page{padding-top:0!important}.whyitmatters-page .mb-64{margin-bottom:32px}.whyitmatters-page .whyitmatters-row{display:flex;flex-direction:column-reverse;gap:24px}.whyitmatters-page .whyitmatters-content h3{font-size:26px!important;line-height:34px!important;letter-spacing:-.5px!important;margin-bottom:8px}.whyitmatters-page .whyitmatters-list{gap:42px!important}}.howwehelped-page{width:100%;padding:160px 0 80px}.howwehelped-page .mb-64{margin-bottom:64px}.howwehelped-page .howwehelped-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.howwehelped-page .howwehelped-card{background:#fff;height:424px;padding:16px;border-radius:24px;box-shadow:0 0 44px #00184a0f;display:flex;flex-direction:column}.howwehelped-page .card-logo{font-size:26px;font-weight:600;line-height:34px;letter-spacing:-.5px;color:#7c5897;margin-bottom:24px}.howwehelped-page .card-title{font-size:32px;font-weight:500;line-height:1.3;color:#111827;margin-bottom:16px;max-width:420px}.howwehelped-page .card-desc{font-size:16px;line-height:1.6;color:#4b5563;max-width:420px;margin-bottom:auto}.howwehelped-page .card-cta{margin-top:32px;align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;height:50px;padding:14px 24px;border-radius:12px;border:1px solid #1f1f1f;background:transparent;font-size:16px;font-weight:700;line-height:1;color:#111827;cursor:pointer;transition:background .2s ease,color .2s ease}.howwehelped-page .card-cta:hover{background:#111827;color:#fff}@media (max-width: 1024px){.howwehelped-page .howwehelped-grid{grid-template-columns:1fr}.howwehelped-page .howwehelped-card{padding:40px}}@media (max-width: 767px){.howwehelped-page{padding:100px 0 40px}.howwehelped-page .card-title{font-size:24px}}@media only screen and (max-width: 767.4px){.howwehelped-page{padding-top:44px!important}.howwehelped-page .mb-64{margin-bottom:32px}.howwehelped-page .howwehelped-grid{gap:12px}.howwehelped-page .howwehelped-card{padding:24px}.howwehelped-page h3{font-size:20px!important;line-height:28px!important;letter-spacing:-.5px!important;margin-bottom:12px!important}.howwehelped-page p{font-weight:400!important;line-height:24px!important}.howwehelped-page .card-cta{min-width:193px!important}}.confidence-cta{width:100%;padding:120px 0}@media screen and (max-width: 767px){.confidence-cta{padding:76px 0 0}}.confidence-cta-bg{width:100%;height:452px;border-radius:52px;background:linear-gradient(135deg,#faf0f7,#e6e7ff 45%,#ccd0ff);display:flex;justify-content:center}.confidence-cta-frame{width:100%;max-width:1680px;padding:112px 230px;display:flex;flex-direction:column;justify-content:center}.cta-title{font-size:48px;font-weight:600;line-height:1.15;color:#000;margin-bottom:24px}.cta-desc{font-size:16px;line-height:1.6;color:#4b5563;margin-bottom:40px}.cta-button{height:44px;padding:0 20px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#111;color:#fff;border:none;cursor:pointer;transition:background .2s ease,transform .15s ease}.cta-button:hover{background:#000;transform:translateY(-1px)}.cta-content{display:inline-flex;align-items:center;gap:12px;font-size:16px;font-weight:500;line-height:1;white-space:nowrap}.cta-content img{width:16px;height:16px;display:block}@media (max-width: 1760px){.confidence-cta-frame{padding:0 120px}}@media (max-width: 1024px){.confidence-cta-bg{height:auto;border-radius:40px}.confidence-cta-frame{padding:80px 64px}.cta-title{font-size:40px}}@media (max-width: 767px){.confidence-cta-bg{border-radius:32px}.confidence-cta-frame{padding:56px 32px}.cta-title{font-size:32px}}@media only screen and (max-width: 767.4px){.confidence-cta{padding-top:36px!important}.confidence-cta .confidence-cta-frame{padding:112px 16px}.confidence-cta h2{padding-bottom:0!important;margin-bottom:16px!important}.confidence-cta p{margin-bottom:62px!important}}.application-page{width:100%;padding:40px 0 20px}.application-page .application-hero .iconcontent:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/star-2.svg);height:24px;width:24px}@media screen and (max-width: 767px){.hero-button.sm-none.lg-block{display:none}.hero-button.sm-block.d-none{display:block}}.realityops-page{width:100%;padding:120px 0 35px}@media (max-width: 768px){.realityops-page{padding:40px 0 20px}}.realityops-page .mb-48{margin-bottom:48px}.realityops-page .pb-12{padding-bottom:12px}.realityops-page .text-orange{color:#ea8318}.realityops-page .realityops-box{background:#fff;border-radius:32px;box-shadow:0 0 44px #00184a0f;padding:24px 42px}.realityops-page .animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.realityops-page .animate-on-scroll.in-view{opacity:1;transform:translateY(0)}.realityops-page .realityops-list{list-style:none;padding:0;margin:0}.realityops-page .realityops-list li{padding:30px 60px;border-bottom:1px solid #eef1f6;position:relative}.realityops-page .realityops-list li:last-child{border-bottom:none}.realityops-page .realityops-list li h4{margin-bottom:8px}.realityops-page .realityops-list li p{color:#6b7280;max-width:720px}.realityops-page .realityops-list li:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/alertIcon.svg);height:43.83px;width:50px;margin-top:4px;background-repeat:no-repeat}.realityops-page .realityops-list .count{font-size:20px;font-weight:600;color:#2563eb;min-width:40px}@media screen and (max-width: 767px){.realityops-page .realityops-box{padding:24px}.realityops-page .realityops-list li{flex-direction:column;gap:5px;display:flex;padding:20px 0 20px 60px;border-bottom:1px solid #eef1f6;position:relative}}.bridgeLine-page{width:100%;padding:0 0 40px;padding-top:35px!important}@media (max-width: 768px){.bridgeLine-page{padding:0 0 40px}}.bridgeLine-page .pb-12{padding-bottom:12px}.bridgeLine-page .pb-16{padding-bottom:16px}.bridgeLine-page .pb-48{padding-bottom:48px}.bridgeLine-page .bridgeLine-content{display:flex;flex-direction:column;gap:24px}.bridgeLine-page .bridgeLine-items{width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;padding:10px;flex-wrap:wrap;position:relative;border-radius:32px;display:flex;justify-content:space-between}@media (max-width: 768px){.bridgeLine-page .bridgeLine-items{padding:20px;justify-content:center}}.bridgeLine-page .bridgeLine-items .bridgeLine-dis{padding:32px 0 32px 85px;max-width:655px;width:100%;position:relative}.bridgeLine-page .bridgeLine-items .bridgeLine-dis .text{color:#0d56f4;padding-bottom:24px}@media (max-width: 768px){.bridgeLine-page .bridgeLine-items .bridgeLine-dis{padding:0 0 0 50px}}.bridgeLine-page .mx-w-700{max-width:550px;width:100%}.bridgeLine-page .bridgeLine-dis .bridglineText:before{content:"";position:absolute;left:20px;display:flex;align-items:center;background-image:url(../../assets/img/star-icon-new.svg);height:43.83px;width:42.53px;margin-top:10px;background-size:43px;background-repeat:no-repeat}@media (max-width: 768px){.bridgeLine-page .bridgeLine-dis .bridglineText:before{left:0}}.bridgeLine-page .rebbanner-wrapper{position:relative;max-width:272px;width:100%}@media (max-width: 768px){.bridgeLine-page .rebbanner-wrapper{max-width:200px}}.bridgeLine-page .rebbanner-wrapper img{width:100%;display:block}.rebbanner-wrapper.new-rebbanner{position:absolute;right:0;bottom:0;background-size:200px}@media only screen and (max-width: 767.4px){.bridgeLine-page .container{padding:0!important}.bridgeLine-page .rebbanner-wrapper{margin-left:auto!important}.bridgeLine-page .new-bridgeLine-items{height:350px}}.industry-specific-page{width:100%;padding:0 0 60px}@media (max-width: 768px){.industry-specific-page{padding:60px 0 40px}}.industry-specific-page .pb-12{padding-bottom:12px}.industry-specific-page .pb-48{padding-bottom:48px}.industry-specific-page .pb-64{padding-bottom:42px}.industry-specific-page .industry-specific-content{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.industry-specific-page .industry-specific-items{background-color:#fff;box-shadow:0 0 44px #00184a0f;padding:24px;border-radius:24px;position:relative;width:100%;max-width:404px}.industry-specific-page .industry-specific-items .min-h-250{min-height:250px}@media (max-width: 768px){.industry-specific-page .industry-specific-items{max-width:100%;padding:28px 20px;border-radius:20px}.industry-specific-page .industry-specific-items .min-h-250{min-height:auto}}.industry-specific-page .industry-specific-wrapper{width:100%;display:flex;justify-content:end}.industry-specific-page .industry-specific-wrapper img{width:auto;height:auto;display:block}@media (max-width: 768px){.industry-specific-page .industry-specific-wrapper{max-width:auto;justify-content:center}}@media (max-width: 768px){.industry-specific-page .industry-specific-items{display:flex;flex-direction:column;align-items:center;text-align:left;gap:24px}}@media (max-width: 480px){.industry-specific-page .industry-specific-wrapper{max-width:auto}.industry-specific-page .industry-specific-items{padding:24px 16px}}@media only screen and (max-width: 767.4px){.industry-specific-wrapper{justify-content:end!important}}.aidriven-page{width:100%;padding:120px 0 160px}@media (max-width: 968px){.aidriven-page{padding:20px 0 30px}}.aidriven-page .aidriven-content{width:100%;box-shadow:0 0 44px #00184a0f;padding:16px;border-radius:32px}@media (max-width: 968px){.aidriven-page .aidriven-content{padding:16px 0}}.aidriven-page .aidriven-content button{margin-bottom:20px}.aidriven-page .image-ai{max-width:524px;max-height:412px;height:100%;width:100%;background:linear-gradient(178.11deg,#fffbe9 1.47%,#ffe8cd 116.57%);border-radius:32px;padding:42px;display:flex;justify-content:center;align-items:center}.aidriven-page .ai-content{padding:24px 35px 24px 32px}@media (max-width: 968px){.aidriven-page .ai-content{padding:20px 10px 10px}}.aidriven-page .b-border{border-bottom:1px solid;border-image-source:linear-gradient(90deg,#666666 0%,rgba(102,102,102,0) 100%);border-image-slice:1}.aidriven-page .pb-24{padding-bottom:24px}.aidriven-page .pt-24{padding-top:24px}.aidriven-page .pb-42{padding-bottom:42px}@media (max-width: 968px){.aidriven-page .content-wrapper{max-width:100%;margin:0;display:flex;flex-wrap:wrap;align-items:normal;justify-content:space-between;gap:10px;flex-direction:column-reverse}.aidriven-page .pb-42{padding-bottom:20px}}.aidriven-page .right-bg-content{text-align:center;color:#545454}.aidriven-page .right-bg-content p{font-size:17px;line-height:100%;font-weight:500}.aidriven-page .right-bg-content h3{font-size:24px;line-height:51px;font-weight:500}.strengthensecurity-page{width:100%;padding:105px 0;background:linear-gradient(180deg,#faf0f7,#ccdcff 62.02%);border-radius:52px}@media (max-width: 767px){.strengthensecurity-page{padding:24px 0 40px;border-radius:32px}}.strengthensecurity-page .mb-48{margin-bottom:48px}.strengthensecurity-page .strengthensecurity-content{width:100%}.strengthensecurity-page .strengthensecurity-content .strengthensecurity-items{display:flex;flex-wrap:wrap;align-items:center;gap:0;justify-content:space-between;position:relative;width:100%}@media (max-width: 767px){.strengthensecurity-page .strengthensecurity-content .strengthensecurity-items{padding:0 16px}}.strengthensecurity-page .strengthensecurity-content .mx-w-764{max-width:764px;width:100%}.strengthensecurity-page .photo-content{border-radius:24px;padding:10px}@media (max-width: 767px){.strengthensecurity-page .photo-content{padding:0;margin:20px 0}}.strengthensecurity-page .button-text-start{display:flex;justify-content:left}@media (max-width: 767px){.strengthensecurity-page .button-text-start{justify-content:center}}.strengthensecurity-page .cta-text{display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.strengthensecurity-page .cta-text{display:flex;align-items:center;justify-content:center}}.strengthensecurity-page .lg-d-block{display:block}.strengthensecurity-page .lg-d-none{display:none}@media (max-width: 767px){.strengthensecurity-page .lg-d-block{display:none}.strengthensecurity-page .lg-d-none{display:block;width:100%}}.strengthensecurity-page .pb-24{padding-bottom:24px}.strengthensecurity-page .pb-42{padding-bottom:42px}@media (max-width: 767px){.strengthensecurity-page .pb-42{padding-bottom:0}}.application-page .application-hero .iconcontent:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/star-2.svg);height:24px;width:24px}.application-page .border-bottom{border-bottom:1px solid #ECECEC}@media screen and (max-width: 767px){.application-page .border-bottom{border-bottom:0px solid #ECECEC}}.managed-cta-button{margin-top:0!important}.managed-services-section-7 .modjourney-content .modjourney-items{gap:0;display:flex;flex-flow:column;justify-content:space-between}.managed-counter{padding-bottom:80px}@media only screen and (max-width: 767.4px){.managed-counter{padding-bottom:76px!important}}.managed-counter .counter-boxes{border-top:1px solid #ECECEC;border-bottom:1px solid #ECECEC;padding:60px 48.5px;display:flex;justify-content:space-between}@media only screen and (max-width: 767.4px){.managed-counter .counter-boxes{display:flex;flex-wrap:wrap;align-items:center;text-align:center;gap:24px;padding:20px 0}}.managed-counter .counter-boxes .counter-box{text-align:center;padding-right:104px;border-right:1px solid #ECECEC}.managed-counter .counter-boxes .counterBorder{padding-right:104px;border-right:1px solid #ECECEC}@media only screen and (max-width: 767.4px){.managed-counter .counter-boxes .counterBorder{padding-right:0;border-right:0px}}.counterTitle{color:#0c4fe0!important;padding-bottom:12px}.applicationItem5{max-width:100%!important}.applicationsholding-content2{min-height:282px!important}.challengeFlex li{flex-flow:column;align-items:flex-start!important;gap:10px!important}@media screen and (max-width: 767.4px){.challengeFlex li{font-size:18px!important}.challengeFlex li p{font-size:14px!important}}.challengeFlex li:before{left:-11px;background-image:url(../../assets/img/Warning.svg)}.challengeFlex p{font-size:16px;line-height:24px;color:#1f1f1fe6}.financeServiceTop{top:0}.finance-service-card-2nd{margin-top:120px}#finance2ndbefore li:before{background-image:url(../../assets/img/tick.svg)!important}.financeAIChallenge{margin-top:48px;background:linear-gradient(182deg,#faf0f7,#ccdcff 62.02%);border-radius:16px;padding:20px 24px;text-align:center}@media screen and (max-width: 767.4px){.financeAIChallenge{padding:12px;margin-top:20px}}.manageHoldingPage .websectiontitle{padding-bottom:12px}@media only screen and (max-width: 767.4px){.manageHoldingPage{padding-top:0!important}.manageHoldingPage .mb-48{margin-bottom:32px!important}.manageHoldingPage li:before{height:28px!important;width:30px!important;top:-5px!important}.manageHoldingPage .bottom-icon-1,.manageHoldingPage .bottom-icon-2{bottom:-7px!important}}.manage-holding .application-itmes.ullist li:before{content:"";position:absolute;left:0;background-image:url(../../assets/img/not-icon.svg)!important;height:48px!important;width:48px!important;top:-10px;background-size:48px;background-repeat:no-repeat}.manage-holding .application-itmes-2.ullist2 li:before{background-image:url(../../assets/img/tick.svg)!important;height:60px!important;width:72px!important}.applicationsiconBox{margin-top:40px}.managed-card{background:#fff;border-radius:20px;box-shadow:0 0 44px #00184a0f;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;padding:42px}.managed-item{align-items:center;gap:16px;padding:24px;border-bottom:1px solid #f1f1f1}.managed-item:nth-child(odd){border-right:1px solid #f1f1f1}.full-width{grid-column:1/-1;border-right:none!important}.service-page .websectiontitle{padding-bottom:12px}@media (max-width: 768px){.managed-card{grid-template-columns:1fr}.managed-item{border-right:none!important}}@media only screen and (max-width: 767.4px){.service-page{padding-top:36px!important}.service-page .mb-48{margin-bottom:32px!important}.service-page .managed-card{padding:16px!important}.service-page .managed-card .managed-item{padding:0;padding-bottom:16px!important;border-bottom:0px}.service-page .managed-card .managed-item .webtitle3{font-size:16px!important;font-weight:500!important;line-height:22px!important}}.offering-page .websectiontitle{padding-bottom:12px}@media only screen and (max-width: 767.4px){.offering-page{padding-top:36px!important}.offering-page .mb-48{margin-bottom:32px!important}.offering-page .deliver-content{padding:24px;margin-bottom:0!important}.offering-page .deliver-content .mx-600{padding:0}.offering-page .deliver-content .mx-600 .webtitle2{padding-bottom:8px!important}}.ManagedSustaiables{row-gap:0px!important}@media only screen and (max-width: 767.4px){.rebuildbusiness-page{padding-top:36px!important}.rebuildbusiness-page .pb-48{padding-bottom:32px!important}.rebuildbusiness-page .rebuildbusiness-items{padding:24px 12px!important}.rebuildbusiness-page .rebuildbusiness-items .webtitle4{font-weight:600!important;padding-bottom:12px!important}.rebuildbusiness-page .rebuildbusiness-items .webbody3{font-size:14px!important;font-weight:400!important}.rebuildbusiness-page .rebuildbusiness-items .rebbanner-content{justify-content:end}.whychooseiconssec img{width:100px!important;height:100px!important}}.mx-128{max-width:128px!important;width:100%}.organization-page .websectiontitle{padding-bottom:12px}.delivery-banner{background:#fff;padding:24px;border-radius:16px;box-shadow:0 8px 30px #0000000f;margin-top:32px;text-align:center}.delivery-banner p{margin:0}@media (max-width: 768px){.delivery-banner{padding:18px 20px}.delivery-banner p{font-size:16px}}@media only screen and (max-width: 767.4px){.modjourney-page{padding-top:52px!important}.modjourney-page .pb-48{padding-bottom:32px!important}.modjourney-page .modjourney-items{padding:16px!important}.modjourney-page .modjourney-items .webtitle4{font-size:20px!important;line-height:28px!important;font-weight:500!important}.modjourney-page .modjourney-items .modjourney-wrapper{margin-right:initial!important}.modjourney-page .delivery-banner{padding:24px}}.impactapplication-items{padding:105px 0}.impactapplication-items{justify-content:space-between}.left-content{max-width:600px!important}.impactapplication-page{margin-top:120px!important}@media only screen and (max-width: 767.4px){.impactapplication-page{margin-top:36px!important;padding:62px 16px!important;border-radius:32px}.impactapplication-page .impactapplication-items{padding:0!important}.impactapplication-page .impactapplication-items .pb-42{padding-bottom:42px!important}.impactapplication-page .impactapplication-items .impact-image,.impactapplication-page .impactapplication-items .impact-image img{width:100%;min-width:100%}.impactapplication-page .impactapplication-items .lg-d-none{margin-top:62px;display:flex;justify-content:center}}.application-page{width:100%;padding:80px 0 20px}@media screen and (max-width: 767px){.application-page{padding:40px 0}}.application-page .application-hero{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:120px;flex-wrap:wrap}.application-page .application-hero .data-analytics{text-align:left}@media screen and (max-width: 767px){.application-page .application-hero{padding-bottom:76px}}.application-page .application-hero .pb-12{padding-bottom:12px}.application-page .application-hero .pb-42{padding-bottom:42px}@media screen and (max-width: 767px){.application-page .application-hero .pb-42{padding-bottom:24px}}.application-page .application-hero .iconcontent{padding-bottom:20px;position:relative;padding-left:30px}.application-page .application-hero .iconcontent:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/star-2.svg);height:24px;width:24px}@media screen and (max-width: 767px){.application-page .application-hero .iconcontent:before{left:10px}}.application-page .websectiontitle{font-size:60px}.application-page .border-bottom{border-bottom:1px solid #ececec}@media screen and (max-width: 767px){.application-page .border-bottom{border-bottom:0px solid #ececec}}.application-page .text-blue{color:#0c4fe0}.application-page .mx-746{max-width:746px;width:100%}.application-page .hero-img img{width:100%}.dataanalytistpage .subitems{display:flex}@media screen and (max-width: 767px){.dataanalytistpage .subitems{flex-flow:column}}.dataanalytistpage .subitems P{font-weight:400!important;display:flex;align-items:center;margin-right:24px}.dataanalytistpage .subitems P:last-child{margin-right:0}@media screen and (max-width: 767px){.dataanalytistpage .subitems P:before{left:0!important}}.dataanalytistpage .rebbanner-wrapper.rebbanner-wrapperr{top:auto!important;bottom:-42px;right:-42px;display:flex}.dataanalytistpage .rebbanner-wrapper.rebbanner-wrapperr img{margin-top:auto}@media screen and (max-width: 767px){.dataanalytistpage .rebbanner-wrapper.rebbanner-wrapperr{right:0!important;bottom:0!important;margin:auto -12px -24px auto}}@media screen and (max-width: 767px){.dataanalytistpage .realityops-box{display:flex;flex-flow:column;position:relative;padding-bottom:150px}.dataanalytistpage .realityops-box .realityops-image{position:absolute;right:0;width:100%;height:150px;bottom:0}.dataanalytistpage .realityops-box .realityops-image img{width:100%;position:absolute;bottom:0}}.dataanalytistpage .globalchoose{margin-top:120px!important}.dataanalytistpage .globalchoose#autobg{background:linear-gradient(131.24deg,#fffbf1 21.66%,#ffedda 86.48%)!important}.dataanalytistpage .globalchoose .container>p{text-align:left}.dataanalytistpage .globalchoose .container .card-title{text-align:left}.dataanalytistpage .globalchoose .container #operateTitle{margin-top:13px}.dataanalytistpage .applicationnumber-page{padding-top:0!important}.dataanalytistpage .impact-list img{max-width:100%}.dataanalytistpage .DataProblem section.section{padding-top:120px}@media screen and (max-width: 767px){.dataanalytistpage .DataProblem section.section{padding-top:32px}}.dataanalytistpage .WeDeliver{padding-top:80px}@media screen and (max-width: 767px){.dataanalytistpage .WeDeliver{padding-top:0}.dataanalytistpage .WeDeliver>div{padding-bottom:36px!important}}@media screen and (max-width: 767px){.dataanalytistpage .ChooseGlobal section.globalchoose{margin-top:30px!important}}@media screen and (max-width: 767px){.dataanalytistpage .ImpactApplication{margin-top:72px!important}}.app:has(.application-page){background:#fff}.w-100{width:100%}@media (max-width: 767px){.cta-text{display:flex;align-items:center;justify-content:center}.button-content{width:100%;display:flex;justify-content:center}}.rebuildbusiness-page{width:100%;padding:160px 0 40px}@media (max-width: 768px){.rebuildbusiness-page{padding:60px 0 40px}}.rebuildbusiness-page .pb-12{padding-bottom:12px}.rebuildbusiness-page .pb-16{padding-bottom:16px}.rebuildbusiness-page .pb-48{padding-bottom:48px}.rebuildbusiness-page .rebuildbusiness-content{display:flex;flex-direction:column;gap:24px}.rebuildbusiness-page .rebuildbusiness-sec{width:100%}.rebuildbusiness-page .mx-w-550{max-width:550px;width:100%}.rebuildbusiness-page .full-row .rebuildbusiness-items{width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;padding:42px;flex-wrap:wrap;position:relative;border-radius:32px;display:flex;justify-content:space-between}@media (max-width: 768px){.rebuildbusiness-page .full-row .rebuildbusiness-items{padding:20px;margin-bottom:0;justify-content:center}}.rebuildbusiness-page .paired-row{display:flex;gap:24px;flex-wrap:wrap}.rebuildbusiness-page .paired-row .rebuildbusiness-items{max-width:618px;width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:32px;padding:42px;margin-bottom:24px;position:relative;display:flex;flex-wrap:wrap;justify-content:space-between}@media (max-width: 768px){.rebuildbusiness-page .paired-row .rebuildbusiness-items{padding:20px;margin-bottom:0;justify-content:center}}.rebuildbusiness-page .rebbanner-content{width:100%;display:flex;justify-content:end}@media (max-width: 768px){.rebuildbusiness-page .rebbanner-content{justify-content:center}}.rebuildbusiness-page .rebbanner-wrapper{position:relative;max-width:400px;width:100%;top:30px}@media (max-width: 768px){.rebuildbusiness-page .rebbanner-wrapper{max-width:200px;top:0}}.rebuildbusiness-page .rebbanner-wrapper img{width:100%;display:block}.helthcare-page{width:100%;padding:40px 0 20px}@media screen and (max-width: 767px){.helthcare-page{padding:40px 0}}.helthcare-page .helthcare-hero{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:0;flex-wrap:wrap}.helthcare-page .helthcare-hero .iconcontent{padding-bottom:20px;position:relative;padding-left:30px}.helthcare-page .helthcare-hero .iconcontent:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/star-2.svg);height:24px;width:24px}.helthcare-page .helthcare-hero .subitems p:before{top:3px}.helthcare-page .helthcare-hero .subitems p span span{font-weight:400}.helthcare-page .button-component{display:flex;flex-wrap:wrap;justify-content:left;align-items:center;gap:20px}.helthcare-page .button-component button{justify-content:center}@media screen and (max-width: 767px){.helthcare-page .button-component{gap:20px;justify-content:center;width:100%;padding-top:20px}.helthcare-page .button-component button{width:80%}}.helthcare-page .border-bottom{border-bottom:1px solid #ECECEC}.helthcare-page .text-blue{color:#0c4fe0}.helthcare-page .mx-746{max-width:746px;width:100%}.helthcare-page .hero-img img{width:100%}.helthcare-page .care-icon{position:absolute;left:0;background-size:313px;height:313px;width:313px;background-repeat:no-repeat;top:130px}.helthcare-page .hero-button.sm-block.d-none{display:none}.helthcare-page .hero-button.sm-none.lg-block{display:block}@media screen and (max-width: 767px){.helthcare-page .hero-button.sm-none.lg-block{display:none}.helthcare-page .hero-button.sm-block.d-none{display:block}}.helthcare-page .fw-700{font-weight:700}.helthcare-page .fw-400{font-weight:400}.helthcare-page .readymodernize-items{align-items:center!important}.app:has(.helthcare-page){background:#fff;background-image:url(../../assets/img/hethcare-bg.svg);background-repeat:no-repeat;background-size:100%}.modern-helthcare{padding:160px 0 40px}@media screen and (max-width: 767px){.modern-helthcare{padding:40px 0 30px}}.realityops-page.keychalange-page .realityops-list li:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/not-small.svg);height:43px;width:43px;margin-top:4px;background-repeat:no-repeat;background-size:43px}.designedhelth-page{width:100%;padding:80px 0 40px}@media (max-width: 768px){.designedhelth-page{padding:38px 0 40px}}.designedhelth-page .pb-12{padding-bottom:12px}.designedhelth-page .pb-48{padding-bottom:48px}.designedhelth-page .pb-64{padding-bottom:64px}.designedhelth-page .designedhelth-content{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.designedhelth-page .designedhelth-items{background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:24px;position:relative;width:100%;max-width:295px}@media (max-width: 768px){.designedhelth-page .designedhelth-items{max-width:100%;padding:28px 20px;border-radius:20px}.designedhelth-page .designedhelth-items .p-24{padding:12px}}.designedhelth-page .mx-w-550{max-width:550px;width:100%}.designedhelth-page .designedhelth-wrapper{max-width:250px;width:100%;margin:0 auto;padding-bottom:62px}.designedhelth-page .designedhelth-wrapper img{width:100%;height:auto;display:block}@media (max-width: 768px){.designedhelth-page .designedhelth-wrapper{padding-bottom:0;margin:0}}@media (max-width: 768px){.designedhelth-page .designedhelth-items{display:flex;flex-wrap:wrap;align-items:center;text-align:left;gap:24px}.designedhelth-page .designedhelth-items .mx-w-550{max-width:100%}}.highlight-blue{color:#0c4fe0}.healthcareproviders-page{width:100%;padding:120px 0 0}@media (max-width: 768px){.healthcareproviders-page{padding:38px 0 40px}}.healthcareproviders-page .mb-48{margin-bottom:48px}.healthcareproviders-page .healthcareproviders-content{width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:32px;padding:22px;margin-bottom:24px;position:relative;min-height:412px;height:100%}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items{display:flex;flex-wrap:wrap;justify-content:left;align-items:stretch;gap:0;width:100%}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items .mx-600{width:100%;max-width:580px;padding:30px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items .healthcareproviders-icon{padding-bottom:26px}@media (max-width: 768px){.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items .healthcareproviders-icon img{height:42px}}.healthcareproviders-page .healthcareproviders-content .circlebody{padding:24px 30px!important}@media (max-width: 768px){.healthcareproviders-page .healthcareproviders-content .circlebody{padding:20px 12px!important}}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2{display:flex;flex-wrap:wrap;justify-content:start;align-items:stretch;gap:20px;width:100%;padding-left:30px}@media (max-width: 768px){.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2{padding-left:0}}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2 .mx-600{width:100%;max-width:100%;padding:30px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2 .healthcareproviders-icon{padding-bottom:26px}@media (max-width: 768px){.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2 .healthcareproviders-icon img{height:42px}}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2 .circle-bg{background:#ebe0f1;height:98px;width:98px;border-radius:100px;display:flex;justify-content:center;align-items:center}.healthcareproviders-page .healthcareproviders-content .border-right{border-right:1px solid var(--Border-Light, #f5f5f5)}.healthcareproviders-page .healthcareproviders-content .border-bottom{border-bottom:1px solid var(--Border-Light, #f5f5f5)}@media (max-width: 1024px){.healthcareproviders-page .healthcareproviders-content{padding:32px 20px;border-radius:24px}}@media (max-width: 768px){.healthcareproviders-page .healthcareproviders-content{padding:24px 16px;border-radius:20px;min-height:auto}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items{flex-direction:column;align-items:center;justify-content:flex-start;gap:32px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items .mx-600{max-width:100%;padding:20px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items .healthcareproviders-icon{padding-bottom:20px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2{flex-direction:column;align-items:center;justify-content:flex-start;gap:32px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2 .mx-600{max-width:100%;padding:20px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2 .healthcareproviders-icon{padding-bottom:20px}.healthcareproviders-page .healthcareproviders-content .border-right{border-right:none}.healthcareproviders-page .healthcareproviders-content .border-bottom{border-bottom:none;margin-bottom:12px}}@media (max-width: 480px){.healthcareproviders-page .healthcareproviders-content{padding:20px 12px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items{gap:0}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items .mx-600{padding:16px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2{gap:20px}.healthcareproviders-page .healthcareproviders-content .healthcareproviders-items2 .mx-600{padding:16px}}.text-color-blue{color:#0d56f4;padding-left:32px;padding-top:20px}@media (max-width: 480px){.text-color-blue{padding-left:20px;padding-top:4px}}.banner-chose{max-height:368px;height:100%}.chose-box-padd{padding:16px 16px 16px 32px!important}@media screen and (max-width: 767px){.chose-box-padd{padding:10px!important}}.min-h-90{min-height:90px!important}.realsecsection{background:#fff!important}.built-text-animation span{transition:color .3s ease;color:inherit}.built-text-animation span.text-black{color:#000!important}.built-text-animation .text-color-org span{color:#dfc3dd;transition:color .3s ease}.built-text-animation .text-color-org span.text-black{color:#000!important}.secure-page{width:100%;padding:40px 0 20px}@media screen and (max-width: 767px){.secure-page{padding:40px 0}}.secure-page .secure-content{border-top:1px solid #ECECEC;width:100%;padding:37px 0 30px}.secure-page .secure-items{display:flex;justify-content:space-between;align-items:center;text-align:center;gap:20px}.secure-page .secure-items p{text-align:center}.enable-ai-value-new{padding:140px 0!important;background:linear-gradient(131.24deg,#f0f5ff 21.66%,#c3defd 86.48%);background-repeat:no-repeat;background-size:cover;text-align:center;border-radius:52px}@media (max-width: 968px){.enable-ai-value-new{border-radius:32px;padding-top:40px!important}.enable-ai-value-new .section-title{font-family:Manrope;font-style:Bold;text-align:center}.enable-ai-value-new .serviceframeworktitle{font-style:Medium;text-transform:capitalize}.enable-ai-value-new .section-title{font-family:Manrope;text-align:center}}@media (max-width: 968px) and (max-width: 767.4px){.enable-ai-value-new{margin-top:72px;background-image:none;background:linear-gradient(131.24deg,#f0f5ff 21.66%,#c3defd 86.48%);border-radius:32px;padding-bottom:0!important}}@media (max-width: 968px){.enable-ai-value-new .section-subtitle{margin-bottom:5%;font-style:Regular;text-align:center}}.framework-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;grid-template-rows:auto auto;gap:24px;margin-top:36px}@media (max-width: 767.4px){.framework-grid{gap:12px!important;display:flex;flex-flow:row wrap;justify-content:space-between}}.card{background:#fff;border-radius:24px;border:1px solid var(--Border-Light, #f5f5f5);padding:32px}.card-small:nth-of-type(2){grid-column:1/2;grid-row:1}.card-small:nth-of-type(3){grid-column:2/2;grid-row:1}.card-big{grid-row:1/span 2;grid-column:3/4;justify-items:start;text-align:left;padding:42px 30px 36px 42px!important;padding-bottom:144px;display:flex}@media (max-width: 767.4px){.card-big{padding:24px 16px;width:100%}}.oprate{display:flex;justify-content:left;align-items:center;gap:10px}.card-small{justify-items:start;text-align:left;padding:24px}@media (max-width: 767.4px){.card-small{width:calc(50% - 6px);padding:24px 16px}}.card-small .card-header{width:62px;height:62px;padding-bottom:12px}@media (max-width: 767.4px){.card-small .card-header{width:42px;height:42px}}.card-small .card-title{text-align:center;padding-bottom:8px}@media (max-width: 767.4px){.card-small .card-title{padding-bottom:4px!important}}.card-wide{justify-items:start;text-align:left;grid-column:1/span 2;grid-row:2;padding:24px}@media (max-width: 767.4px){.card-wide{width:100%;padding:24px 16px}}.card-wide .oprate{gap:12px}.card-wide span{width:62px;height:62px}@media (max-width: 767.4px){.card-wide span{width:42px;height:42px}}.card-wide .card-title{margin-bottom:8px}@media (max-width: 767.4px){.card-wide .card-title{margin-bottom:4px}}.card-wide .card-desc{color:#666;max-width:70%}@media (max-width: 767.4px){.card-wide .card-desc{max-width:100%}}.icon{width:62px;height:62px}@media (max-width: 992px){.framework-grid{grid-template-columns:1fr;padding-bottom:20px}.card-inline .card-title,.card .card-title{font-style:Medium}.card .card-desc{font-style:Regular;margin-top:2%}.card-header img,.card-inline img{width:42px;height:42px}.card-big,.card h3{font-family:Manrope;font-style:Medium;text-transform:capitalize}.card-wide{grid-column:auto;grid-row:auto}}.serviceframework .section-title{margin-bottom:12px;color:var(--text-color);text-align:center}.serviceframeworktitle{font-style:Medium;text-transform:capitalize}.service-framework{margin-top:80px;margin-bottom:0}@media (max-width: 767.4px){.service-framework{margin-top:0!important;padding:42px 13px 13px!important}}.webtitle-service{font-weight:500!important;font-size:32px!important;line-height:44px!important;letter-spacing:-.5px!important;margin-bottom:25px}.aiFlex{display:flex;justify-content:space-between;flex-flow:column;align-items:end}#autobg{background:linear-gradient(131.24deg,#faf0f7 21.66%,#c3defd 86.48%)!important}.tilteglobal{margin-bottom:15px}.aiQuality{margin-bottom:48px!important}@media only screen and (max-width: 767.4px){.qualityengineering-page{padding-bottom:76px!important}.qualityengineering-page #webtitle28{margin-top:24px!important;padding:24px!important;font-size:16px!important;line-height:22px!important;font-weight:500!important;text-align:left!important}.qualityengineering-page .mb-48{padding-bottom:24px!important}.qualityengineering-page .qualityengineering-box{padding:16px 20px!important}.AiLives .qualityengineering-item #webtitle28{margin:0!important;padding:0!important}.enable-ai-value-new{margin-bottom:76px!important;padding:42px 13px!important}.enable-ai-value-new .container{padding:0!important}.enable-ai-value-new .framework-grid{margin-top:8px!important}.enable-ai-value-new .framework-grid .card{padding:24px 16px!important}.enable-ai-value-new .framework-grid .card .aiFlex{flex-direction:row!important}.enable-ai-value-new .framework-grid .card .serviceframeworktitle{font-size:20px!important;font-weight:400!important;line-height:28px!important;margin-bottom:16px!important}.enable-ai-value-new .framework-grid .card .card-title{font-weight:600!important;text-align:left}.enable-ai-value-new .framework-grid .card .card-desc{margin-top:0;font-size:12px!important;line-height:16px!important}.global-delivery.realimpact-page{padding-bottom:76px!important}.realimpact-content .real-items{display:flex;flex-direction:column-reverse;gap:20px}.aiAutomation{padding-top:76px!important;padding-bottom:0!important}.aiAutomation .aiAutopb{margin-bottom:0!important}.aiAutomation .webbody1{margin-bottom:32px!important}.aiAutomation .deliver-content{padding:24px!important;margin-bottom:0!important}.everyManual{margin-top:76px!important}.chooseGlobal{margin-bottom:0!important}.chooseGlobal .whyglobal-content{padding-bottom:24px;padding-top:24px;margin-bottom:0}.chooseGlobal .whyglobal-content .webtitle5.mx-w-660{display:block!important}.chooseGlobal .cta-button{display:flex}}.utility-page{width:100%;padding:40px 0 20px}@media screen and (max-width: 767px){.utility-page{padding:40px 0}}.utility-page .utility-hero{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:120px;flex-wrap:wrap}.utility-page .utility-hero .iconcontent{padding-bottom:20px;position:relative;padding-left:30px}.utility-page .utility-hero .iconcontent:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/star-2.svg);height:24px;width:24px}@media screen and (max-width: 767px){.utility-page .utility-hero{padding-bottom:76px}}.utility-page .button-component{display:flex;flex-wrap:wrap;justify-content:left;align-items:center;gap:20px}.utility-page .button-component button{justify-content:center}@media screen and (max-width: 767px){.utility-page .button-component{gap:20px;justify-content:center;width:100%;padding-top:20px}.utility-page .button-component button{width:80%}}.utility-page .border-bottom{border-bottom:1px solid #ECECEC}.utility-page .text-blue{color:#0c4fe0}.utility-page .mx-746{max-width:746px;width:100%}.utility-page .hero-img img{width:100%}.utility-page .care-icon{position:absolute;left:0;background-size:313px;height:313px;width:313px;background-repeat:no-repeat;top:130px}.utility-page .hero-button.sm-block.d-none{display:none}.utility-page .hero-button.sm-none.lg-block{display:block}@media screen and (max-width: 767px){.utility-page .hero-button.sm-none.lg-block{display:none}.utility-page .hero-button.sm-block.d-none{display:block}}.utility-page .fw-700{font-weight:700}.utility-page .fw-400{font-weight:400}.utility-page .confidencectaa .confidence-cta{padding-bottom:0}.app:has(.utility-page){background:#fff;background-image:url(../../assets/img/hethcare-bg.svg);background-repeat:no-repeat}.pb-42{padding-bottom:42px}.modern-utility{padding:160px 0 40px}@media screen and (max-width: 767px){.modern-utility{padding:40px 0 30px}}.modernize-button{display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width: 767px){.modernize-button{justify-content:center}.modernize-button button{width:100%}}.getbutton{display:flex;align-items:center;justify-content:center}.pt-40{padding-top:80px!important}@media screen and (max-width: 767px){.pt-40{padding-top:40px!important}}.text-orange{color:#ea8318}.design-scale{display:flex;justify-content:center;align-items:center;padding:24px 0;width:100%}.design-button{background:linear-gradient(190.78deg,#faf0f7b3 -21.03%,#ccdcffb3 104.62%);border-radius:16px;padding:24px;display:flex;justify-content:center;align-items:center;width:100%;color:#1f1f1f}.content-left{justify-content:left}.grid-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:1.5rem;place-items:center}@media screen and (max-width: 767px){.grid-container{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,auto)}}.grid-container .gridd-items{background-color:#fff;box-shadow:0 0 44px #00184a0f;padding:24px;border-radius:24px;position:relative;min-height:200px;width:100%;border:1px solid rgba(0,24,74,.0588235294)}@media screen and (max-width: 767px){.grid-container .gridd-items{min-height:150px;padding:16px}}.grid-container .gridd-items .img-wraper{display:flex;justify-content:end;align-items:center}.grid-container .gridd-items .img-wraper img{width:auto;max-width:170px}.modern-helthcare .cta-text{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.spaceonmobile{padding-bottom:0!important}}@media screen and (max-width: 767px){.mobile20{margin-bottom:20px!important}}.outcomes-bg{background:linear-gradient(131.24deg,#fffbf1 21.66%,#ffedda 86.48%);padding:140px 0}@media screen and (max-width: 767px){.outcomes-bg{padding:40px 0}}.outcomes-bg .utcomes-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:24px}@media screen and (max-width: 767px){.outcomes-bg .utcomes-content{gap:16px;flex-wrap:wrap}}.outcomes-bg .utcomes-content .utcomes-items-1{max-width:412px;width:100%;background-color:#fff;border-radius:24px;min-height:524px;padding:42px;display:flex;justify-content:center;align-items:start}@media screen and (max-width: 767px){.outcomes-bg .utcomes-content .utcomes-items-1{padding:16px;min-height:150px}}.outcomes-bg .utcomes-content .img-wraper-2{display:flex;justify-content:left;align-items:center}.builtut-page{width:100%;padding:160px 0 40px}@media screen and (max-width: 767px){.builtut-page{padding:40px 0}}.builtut-page .builtut-content{width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:32px;margin-bottom:24px;position:relative}.builtut-page .builtut-items{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0;width:100%}@media screen and (max-width: 767px){.builtut-page .builtut-items{justify-content:center}}.builtut-page .builitut-con{display:flex;justify-content:center;align-items:center}.builtut-page .mx-700{max-width:720px;width:100%}.builtut-page .p-40{padding:42px}@media screen and (max-width: 767px){.builtut-page .p-40{padding:20px}}.cta-2nd{padding:0 20px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:transparent;color:#1f1f1f;border:1px solid #1F1F1F;transition:background .2s ease,transform .15s ease;font-size:16px;line-height:24px!important;font-weight:400;cursor:pointer;padding:0 25px!important;margin-left:25px!important}.finance-hero-bg{background:url(/assets/img/hero-bg.png) no-repeat}.whyfinance{font-weight:500!important;font-size:28px!important;line-height:38px!important;letter-spacing:-.5px!important}.keyuse-finance{background:linear-gradient(131.24deg,#f0f5ff 21.66%,#c3defd 86.48%)!important}.financeservicebuilt{width:100%;box-shadow:0 0 44px #00184a0f;border-radius:52px;background-color:#fff;margin-bottom:24px;position:relative;height:max-content;display:flex;align-items:center;justify-content:space-between;padding-left:50px}.financeservicebuilt p{font-size:32px;line-height:44px;letter-spacing:-.5px;font-weight:500;color:#1f1f1f}.p-12{padding-bottom:12px}.whychoosePdding{padding:100px 0 80px!important}.financeBuildPadd{padding:100px 0 10px!important}.enterprise-platform{background:url("data:image/svg+xml,%3csvg%20width='1680'%20height='2175'%20viewBox='0%200%201680%202175'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20filter='url(%23filter0_f_791_580)'%3e%3ccircle%20cx='397.5'%20cy='997.5'%20r='397.5'%20fill='%23FEDEB7'%20fill-opacity='0.6'/%3e%3c/g%3e%3cg%20opacity='0.5'%20filter='url(%23filter1_f_791_580)'%3e%3ccircle%20cx='1447.5'%20cy='1177.5'%20r='397.5'%20fill='%23DAC9E7'%20fill-opacity='0.5'/%3e%3c/g%3e%3cg%20opacity='0.5'%20filter='url(%23filter2_f_791_580)'%3e%3ccircle%20cx='2178'%20cy='1181'%20r='299'%20fill='%23C5F4F9'%20fill-opacity='0.6'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_791_580'%20x='-600'%20y='0'%20width='1995'%20height='1995'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='300'%20result='effect1_foregroundBlur_791_580'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_791_580'%20x='450'%20y='180'%20width='1995'%20height='1995'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='300'%20result='effect1_foregroundBlur_791_580'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_791_580'%20x='1325'%20y='328'%20width='1706'%20height='1706'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='277'%20result='effect1_foregroundBlur_791_580'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") no-repeat;background-size:cover;padding:120px 0}@media screen and (max-width: 767.4px){.enterprise-platform{padding-top:60px!important}}.enterprise-platform .container{max-width:1280px;margin:auto}.enterprise-platform .section-title{text-align:center;margin-bottom:80px;color:#000}@media screen and (max-width: 767.4px){.enterprise-platform .section-title{margin-bottom:32px}}.platform-grid{display:flex;flex-flow:row wrap;gap:24px}@media screen and (max-width: 767.4px){.platform-grid{flex-flow:column}}.platform-card-build{background:linear-gradient(180deg,#f0f6ff82,#ddd6);border-radius:28px;overflow:hidden;transition:transform .3s ease;cursor:pointer;width:calc(33.33% - 22px);padding-left:20px}@media screen and (max-width: 767.4px){.platform-card-build{width:100%!important}}.platform-card-build:nth-child(4){width:calc(50% - 22px)}.platform-card-build:nth-child(5){width:calc(50% - 22px)}.platform-card-build:hover{transform:translateY(-6px)}.platform-graphic-build{width:50px;height:115px;background:unset!important;display:flex;align-items:center;justify-content:left}@media screen and (max-width: 767.4px){.platform-graphic-build{height:auto;margin-top:20px}}.platform-graphic-build img{width:100%}.platform-graphic-build span{color:#1f1f1f66}.platform-content{padding:24px!important;color:#1f1f1f}@media screen and (max-width: 767.4px){.platform-content{padding:0 0 20px!important}}.platform-content h3{margin-bottom:12px}@media (max-width: 1024px){.platform-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.platform-grid{grid-template-columns:1fr}}.applicationsholding-page.finnace-page .ulcontent .before-icon li:before{content:"";position:absolute;left:0;background-image:url(../../assets/img/not-2.svg)!important;height:48px;width:48px;background-repeat:no-repeat;top:10px}.applicationsholding-page.finnace-page .ulcontent li{padding-left:80px}@media screen and (max-width: 767.4px){.applicationsholding-page.finnace-page .hideonmobile{display:none}}@media only screen and (max-width: 767.4px){.enable-ai-value-new{margin-top:0;padding-bottom:0!important;margin-bottom:0!important}}.p-40{padding:42px}@media (max-width: 768px){.p-40{padding:20px}}@media screen and (max-width: 767.4px){.bottombannerctasec{display:flex!important;flex-direction:column;align-items:center}.bottombannerctasec button{width:100%;margin:0!important}.bottombannerctasec button:last-child{margin-top:12px!important}}.built-page{width:100%;padding:10px 0 40px}@media (max-width: 768px){.built-page{padding:38px 0 40px}}.built-page .pb-12{padding-bottom:12px}.built-page .pb-52{padding-bottom:52px}.built-page .mb-48{margin-bottom:48px}.built-page .p-40{padding:42px}@media (max-width: 768px){.built-page .p-40{padding:20px}}.built-page .built-content{width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:32px;position:relative}.built-page .built-content .built-items{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0;width:100%}@media (max-width: 768px){.built-page .built-content .built-items{flex-direction:column-reverse}}.built-page .built-content .built-items .mx-700{width:100%;max-width:600px}.built-page .built-content .built-items .built-icon{padding-bottom:0}.RAGSolution-page{width:100%}@media screen and (max-width: 767px){.RAGSolution-page{padding:40px 0}}.RAGSolution-page .RAGSolution-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.RAGSolution-page .RAGSolution-hero{width:100%;text-align:center;max-width:1050px;margin:auto;overflow:hidden}@media screen and (max-width: 767px){.RAGSolution-page .RAGSolution-hero{max-width:100%}}.RAGSolution-page .RAGSolution-button{display:flex;justify-content:center;align-items:center}.RAGSolution-page .blue-color-text{background:linear-gradient(181.45deg,#34daff -24.6%,#0b47c8 103.16%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.RAGSolution-page .RAGSolution-button-1{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:32px;border:1px solid #FF88F3;border-radius:90px;height:48px;width:200px;gap:8px;color:#000;padding:5px 12px;border:1px solid;border:none;border-image-source:linear-gradient(93.8deg,#FFFFFF -1.17%,#69ABEF 13.57%,#EDAFEF 40.69%,#80C3FF 64.09%,#FF88F3 87.09%,#FFFFFF 98.52%)}.RAGSolution-page .org-color{color:#8030d6;color:linear-gradient(180deg,#BB7EFD -47.29%,#8030D6 138.41%)}.RAGSolution-page .RAGSolution-hero-bottom{width:100%;margin-top:60px}.RAGSolution-page .RAGSolution-hero-bottom .doc-grid{display:flex;gap:12px;align-items:start;max-width:1042px;justify-content:center;margin:auto;width:100%}@media screen and (max-width: 767px){.RAGSolution-page .RAGSolution-hero-bottom .doc-grid{max-width:100%;flex-wrap:wrap}}.app:has(.RAGSolution-page){background:#fff;background-image:url(../../assets/img/rag-bg.svg);background-repeat:no-repeat;background-size:100%}@media screen and (max-width: 767px){.app:has(.RAGSolution-page){background-position:center top 400px!important}}.QuestionIntelligence-page .websectiontitle{padding-bottom:12px}.QuestionIntelligence-page .webbody1{padding-bottom:48px}.QuestionIntelligence-page .q-banner-1{max-width:1000px;margin:auto;width:100%}.QuestionIntelligence-page .q-banner-1 img{width:100%}.QuestionIntelligence-page .q-banner-2{max-width:478px;margin:auto;width:100%}.QuestionIntelligence-page .q-banner-2 img{width:100%}.QuestionIntelligence-page.animate-on-scroll.pb-120{padding-top:40px!important}.mt-200{margin-top:400px}@media screen and (max-width: 767px){.mt-200{margin-top:100px}}.DocumentIntelligence-page .websectiontitle{padding-bottom:12px}.DocumentIntelligence-page .webbody1{padding-bottom:48px}.document-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.document-card{background:linear-gradient(180deg,#f8f8f800 36.03%,#ddebff 102.31%);border-radius:20px;padding:42px;min-height:362px;box-shadow:0 0 44px #00184a0f;transition:.3s ease;position:relative}@media (max-width: 768px){.document-card{min-height:300px;padding:20px}}.document-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014}.document-card h3{color:#111;margin-bottom:8px}.document-card p{color:#555}.docicon{position:absolute;bottom:35px;right:44px}@media (max-width: 768px){.document-cards-grid{grid-template-columns:1fr}.document-card{padding:28px 22px}}.Intelligence-counter .counterBorder{border-right:0px!important}.Intelligence-counter .blue-color-text{background:linear-gradient(181.45deg,#34daff -24.6%,#0b47c8 103.16%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.Intelligence-counter .numbertitle{font-size:92px;line-height:100px;font-weight:500}@media screen and (max-width: 767px){.Intelligence-counter .numbertitle{font-size:69px;line-height:70px}}.ragDifferent-page .whyglobal-content{background-color:transparent!important;box-shadow:none!important;padding:0!important}.ragDifferent-page .whyglobal-content ul{text-align:left}.ragDifferent-page .whyglobal-content ul li:before{top:40px!important}.ragDifferent-page .whyglobal-content ul li:first-child:before{background-image:url(assets/img/SortDescending.svg)!important}.ragDifferent-page .whyglobal-content ul li:nth-child(2):before{background-image:url(assets/img/SealCheck1.svg)!important}.ragDifferent-page .whyglobal-content ul li:nth-child(3):before{background-image:url(assets/img/RocketLaunch.svg)!important}.ragDifferent-page .whyglobal-content ul li:nth-child(4):before{background-image:url(assets/img/Stack.svg)!important}.ragDifferent-page .whyglobal-content ul li.active{background-color:transparent!important}.banner-content,.banner-content img{width:100%}.ragDo-page .whyglobal-items{align-items:normal!important}.ragDo-page .ragUl{display:flex;flex-direction:column;justify-content:space-between}.ragDo-page li{max-width:550px}.ragDo-page .pt-90{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 767px){.ragDo-page .pt-90{padding-top:10px;padding-bottom:10px}}.builindustry1{padding:80px 24px!important;background:#f4f4f4;border-radius:52px;overflow:hidden;position:relative}.builindustry1:before{content:"";position:absolute;bottom:0;background-image:url(../../../assets/img/vector-bg.svg);background-position-y:bottom;height:100%;width:100%;background-repeat:no-repeat;background-size:cover;left:0}.builindustry2-bg{background:#fff;border-radius:42px;padding:82px 0;z-index:99;position:relative}.ragDo-page .industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media screen and (max-width: 767px){.ragDo-page .industry-grid{grid-template-columns:repeat(1,1fr);gap:20px}}.ragDo-page .industry-card{background:#fff;border-radius:42px;padding:42px 24px;border:1px solid #E5E5E5;min-height:242px;grid-column:span 1;transition:.3s ease;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.ragDo-page .industry-card:nth-child(3),.ragDo-page .industry-card:nth-child(5){grid-column:span 2}@media screen and (max-width: 767px){.ragDo-page .industry-card:nth-child(3),.ragDo-page .industry-card:nth-child(5){grid-column:span 1}}.ragDo-page .industry-card:hover{transform:translateY(-5px)}.ragDo-page .industry-card h3{font-size:16px;font-weight:600;margin-bottom:8px}.ragDo-page .industry-card p{font-size:14px;color:#666;line-height:1.6;margin-bottom:0;max-width:271px}.industry-icon img{width:24px;height:24px}@media (max-width: 1024px){.ragDo-page .industry-grid{grid-template-columns:repeat(2,1fr)}.ragDo-page.industry-card:nth-child(3),.ragDo-page .industry-card:nth-child(5){grid-column:span 1}}@media (max-width: 600px){.ragDo-page .industry-grid{grid-template-columns:1fr}}.security-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:36px}@media screen and (max-width: 767px){.security-card-grid{grid-template-columns:repeat(1,1fr);gap:24px}}.security-card{background:linear-gradient(178.11deg,#fff1f566 1.47%,#e2e9ff66 92.19%);border-radius:24px;padding:24px;min-height:164px;text-align:left}.security-icon{width:26px;height:26px;margin-bottom:42px;background:url(/assets/img/SealCheck2.svg) no-repeat center;background-size:contain}.security-card h3{font-size:16px;font-weight:600;color:#111}.security-feature-row{display:flex;justify-content:center;gap:36px;flex-wrap:wrap}.security-feature{display:flex;align-items:center;gap:10px;font-size:14px;color:#222}.feature-icon{width:18px;height:18px;background:url(/assets/img/Datas.svg) no-repeat center;background-size:contain}.security-feature:nth-child(2) .feature-icon{background:url(/assets/img/Control.svg) no-repeat center}.security-feature:nth-child(3) .feature-icon{background:url(/assets/img/Logging.svg) no-repeat center}.security-feature:nth-child(4) .feature-icon{background:url(/assets/img/Protection.svg) no-repeat center}@media (max-width: 1024px){.security-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.security-card-grid{grid-template-columns:1fr}.security-feature-row{gap:20px}}.trust-bar{width:100%;padding:120px 0 40px;border-top:1px solid #efefef;border-bottom:1px solid #efefef}.quality-cta .second-cta{background:#fff;color:#111;border:1px solid #111;border-radius:12px;padding:14px 22px;cursor:pointer;transition:all .25s ease}.opacity{opacity:1!important}.app:has(.application-page){background:#fff;background-image:url(../../assets/img/hethcare-bg.svg);background-repeat:no-repeat;background-size:100%;object-fit:cover}.care-icon{position:absolute;left:0;background-size:313px;height:313px;width:313px;background-repeat:no-repeat;top:130px}.cta-primary,.cta-secondary{display:flex;justify-content:center;align-items:center}.applicationsholding-page{width:100%;padding:160px 0 40px}@media screen and (max-width: 767px){.applicationsholding-page{padding:76px 0 40px}}.applicationsholding-page .mb-48{margin-bottom:48px}.applicationsholding-page .applicationsholding-content{width:100%;box-shadow:0 0 44px #00184a0f;align-items:start;border-radius:32px;padding:42px;background-color:#fff;margin-bottom:24px;position:relative;min-height:412px;height:100%}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content{padding:32px 12px}.applicationsholding-page .applicationsholding-content .bottom-icon-1 img{max-height:218px;height:100%}.applicationsholding-page .applicationsholding-content .bottom-icon img{max-width:400px}}.applicationsholding-page .applicationsholding-content .application-itmes{display:flex;justify-content:start;flex-wrap:wrap;align-items:start;gap:40px 60px;position:relative}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content .application-itmes{gap:24px 24px}}.applicationsholding-page .applicationsholding-content .application-itmes li{max-width:530px;width:100%;list-style:none;position:relative;padding-left:60px;display:flex;align-items:center}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content .application-itmes li{padding-left:35px}}.applicationsholding-page .applicationsholding-content .application-itmes li:last-child{max-width:430px;width:100%}.applicationsholding-page .applicationsholding-content .application-itmes li:before{content:"";position:absolute;left:0;background-image:url(../../assets/img/sparkle.svg)!important;height:42px;width:42px;margin-top:3px;background-repeat:no-repeat}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content .application-itmes li:before{background-size:20px;background-repeat:no-repeat;top:4px}}.applicationsholding-page .applicationsholding-content .application-itmes-2{display:flex;justify-content:start;flex-wrap:wrap;align-items:center;gap:44px 60px;position:relative}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content .application-itmes-2{gap:24px 24px}}.applicationsholding-page .applicationsholding-content .application-itmes-2 li{max-width:852px;width:100%;list-style:none;position:relative;padding-left:60px;display:flex;align-items:center;gap:34px}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content .application-itmes-2 li{padding-left:35px}}.applicationsholding-page .applicationsholding-content .application-itmes-2 li:before{content:"";position:absolute;left:0;background-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1_172)'%3e%3cpath%20d='M11.6019%207.70801L12.1849%209.28336C13.3665%2012.4768%2015.8843%2014.9945%2019.0777%2016.1762L20.6531%2016.7591L19.0777%2017.3421C15.8843%2018.5237%2013.3665%2021.0415%2012.1849%2024.2349L11.6019%2025.8103L11.019%2024.2349C9.83732%2021.0415%207.31953%2018.5237%204.12614%2017.3421L2.55078%2016.7591L4.12614%2016.1762C7.31953%2014.9945%209.83732%2012.4768%2011.019%209.28336L11.6019%207.70801Z'%20stroke='%230D56F4'%20stroke-width='1.75'/%3e%3cpath%20d='M20.4049%203.54572C20.9612%205.049%2022.1465%206.23424%2023.6497%206.79051C22.1465%207.34677%2020.9612%208.53202%2020.4049%2010.0353C19.8487%208.53202%2018.6634%207.34677%2017.1602%206.79051C18.6634%206.23424%2019.8487%205.049%2020.4049%203.54572Z'%20stroke='%230D56F4'%20stroke-width='1.16667'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_172'%3e%3crect%20width='28'%20height='28'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");height:66.53px;width:48px;background-repeat:no-repeat}@media screen and (max-width: 767px){.applicationsholding-page .applicationsholding-content .application-itmes-2 li:before{background-size:20px;background-repeat:no-repeat;top:4px}}.applicationsholding-page .applicationsholding-content span{position:absolute;right:0;bottom:-7px;background-size:200px}.applicationsholding-page .applicationsholding-box{max-width:404px;padding:24px 44px 24px 24px;border-radius:24px}.insurance-challenge{padding:120px 0}.insurance-challenge .challenge-header{max-width:640px;margin-bottom:48px}.insurance-challenge .challenge-header p{color:#000000a6}.insurance-challenge .challenge-card{background:#fff;border-radius:24px;padding:42px;box-shadow:0 0 44px #00184a0f}@media (max-width: 768px){.insurance-challenge .challenge-card .badge-circle{width:60px;height:60px;min-width:60px;min-height:60px;flex-shrink:0;border-radius:50%;background:#ebe0f1}.insurance-challenge .challenge-card .badge-circle.muted{background:#efe7f6}.insurance-challenge .challenge-card{padding:24px}}.insurance-challenge .challenge-card-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.insurance-challenge .badge-circle{width:98px;height:98px;min-width:98px;min-height:98px;flex-shrink:0;border-radius:50%;background:#ebe0f1}.insurance-challenge .badge-circle.muted{background:#efe7f6}.insurance-challenge .challenge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 32px}@media (max-width: 768px){.insurance-challenge .challenge-grid{grid-template-columns:1fr;gap:32px}}.insurance-challenge .challenge-item{display:flex;flex-direction:column;gap:8px}.insurance-challenge .challenge-item h4{margin-top:8px}.insurance-challenge .challenge-item p{color:#0009;max-width:420px}.insurance-challenge .challenge-icon{width:62px;height:62px}.insurance-challenge .challenge-footer{display:flex;align-items:flex-start;gap:16px;padding-top:32px;border-top:1px solid #eee}.insurance-challenge .challenge-footer p{margin-top:4px;color:#000000a6}.insurance-solution{padding:120px 0}.insurance-solution .solution-header{max-width:100%;margin-bottom:48px}.insurance-solution .solution-header p{color:#000000a6}.insurance-solution .solution-card{background:#fff;border-radius:24px;padding:42px;box-shadow:0 0 44px #00184a0f}@media (max-width: 768px){.insurance-solution .solution-card{padding:24px}.insurance-solution .solution-card .badge-circle{width:60px;height:60px;min-width:60px;min-height:60px;flex-shrink:0;border-radius:50%;background:#ebe0f1}.insurance-solution .solution-card .badge-circle.muted{background:#efe7f6}}.insurance-solution .solution-card-header{display:flex;align-items:center;gap:16px;margin-bottom:40px;max-width:814px;width:100%}.insurance-solution .badge-circle{width:98px;height:98px;min-width:98px;min-height:98px;flex-shrink:0;border-radius:50%;background:#ebe0f1}.insurance-solution .badge-circle.muted{background:#efe7f6}.insurance-solution .solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 32px}@media (max-width: 768px){.insurance-solution .solution-grid{grid-template-columns:1fr;gap:32px}}.insurance-solution .solution-item{display:flex;flex-direction:column;gap:8px}.insurance-solution .solution-item h4{margin-top:8px}.insurance-solution .solution-item p{color:#0009;max-width:420px}.insurance-solution .solution-icon{width:62px;height:62px}.insurance-solution .solution-footer{display:flex;align-items:flex-start;gap:16px;padding-top:32px;border-top:1px solid #eee}.keyuse-wrapper{max-width:250px;width:auto;display:flex;justify-content:end}@media (max-width: 768px){.keyuse-wrapper{justify-content:center}}.ketuse-content{display:flex;justify-content:end;width:100%}@media (max-width: 768px){.ketuse-content{justify-content:center}}.realimpact-page{width:100%;padding:120px 0 40px}@media (max-width: 768px){.realimpact-page{padding:0}}.realimpact-page .pb-12{padding-bottom:12px}.realimpact-page .pb-48{padding-bottom:48px}.realimpact-page .realimpact-content{width:100%;position:relative;display:flex;flex-wrap:wrap;justify-content:start;gap:24px}.realimpact-page .realimpact-content .real-sec{max-width:400px;width:100%}.realimpact-page .realimpact-content .real-items{box-shadow:0 0 44px #00184a0f;padding:24px 24px 16px;border-radius:24px;min-height:310px;max-height:310px}.realimpact-page .realimpact-content .real-items img{width:100%}@media (max-width: 768px){.realimpact-page .realimpact-content .real-items{padding:16px;max-height:100%;min-height:228px}}.realimpact-page .realimpact-content .step-head{font-size:64px;line-height:80px;font-weight:600;color:#0c4fe0;padding:24px 0 8px}.realimpact-page .realimpact-content .pb-124{padding-bottom:124px}.realimpact-page .realimpact-content .mb-16{margin-bottom:16px}@media (max-width: 768px){.realimpact-page .realimpact-content .mb-16{margin-bottom:12px}}.realimpact-page .realimpact-content .pb-24{padding-bottom:24px}.realimpact-page .realimpact-content .pb-16{padding-bottom:10px}.realimpact-page .realimpact-content .min-h-548{min-height:100%;height:100%}.realimpact-page .lg-d-none{display:none}@media (max-width: 768px){.realimpact-page .lg-d-block{display:none}.realimpact-page .lg-d-none{display:block}}.operation-cta{width:100%;padding:64px 0}.operation-card{width:100%;background:linear-gradient(135deg,#eaf4ff,#9ec4f8);border-radius:48px;padding:72px 120px;display:flex;align-items:center;justify-content:space-between;gap:64px}@media (max-width: 1200px){.operation-card{padding:64px}}@media (max-width: 768px){.operation-card{flex-direction:column;padding:48px 24px;gap:40px}}.text-greydark{color:#0003}.operation-text-animation span{transition:color .3s ease;color:inherit}.operation-text-animation span.text-black{color:#000!important}.operation-text-animation .text-greydark span{color:#0003;transition:color .3s ease}.operation-text-animation .text-greydark span.text-black{color:#000!important}.operation-text{max-width:720px;margin:auto}.operation-text h2{font-weight:500;line-height:1.25}.operation-visual{position:relative;width:160px;height:160px;display:flex;align-items:center;justify-content:center}.operation-visual img{width:88px;height:88px;z-index:2}.operation-visual:before,.operation-visual:after{content:"";position:absolute;border-radius:50%;background:#3f5cff26}.operation-visual:before{width:140px;height:140px}.operation-visual:after{width:190px;height:190px;background:#3f5cff14}.max-text{max-width:640px}.modernize-cta{display:flex;align-items:center;gap:16px}@media (max-width: 767px){.modernize-cta{flex-direction:column;align-items:stretch}}.cta-primary{background:#111;color:#fff;border:none}.cta-primary:hover{background:#000}.cta-secondary{background:#fff;border:1px solid #d6d6d6;color:#111}.cta-secondary:hover{background:#f5f5f5}.cta-text{display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1}.trust-bar{width:100%;padding:48px 0;border-top:1px solid #efefef;border-bottom:1px solid #efefef}.trust-bar .trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center}@media (max-width: 768px){.trust-bar .trust-bar-inner{grid-template-columns:repeat(2,1fr);row-gap:32px}}.trust-bar .trust-item{display:flex;flex-direction:column;align-items:center;gap:14px;position:relative}.trust-bar .trust-item img{width:62px;height:62px}.trust-bar .trust-item span{font-size:16px;color:#333}.trust-bar .trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:2px;height:100px;background:#efefef}@media (max-width: 768px){.trust-bar .trust-item:not(:last-child):after{display:none}}.trust-bar{width:100%;padding:56px 0;border-top:1px solid #efefef;border-bottom:1px solid #efefef}.trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center}@media (max-width: 768px){.trust-bar-inner{grid-template-columns:repeat(2,1fr);row-gap:32px}}.quality-cta{display:flex;align-items:center;gap:16px;margin-top:0}@media (max-width: 768px){.quality-cta{flex-direction:column;align-items:flex-start;gap:12px}}.quality-cta .cta-button{background:#111;color:#fff;border-radius:12px;padding:14px 22px;border:none;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center}.quality-cta .cta-button:hover{background:#000}.quality-cta .second-cta{background:#fff;color:#111;border:1px solid #111;border-radius:12px;padding:14px 22px;cursor:pointer;margin-top:0;transition:all .25s ease}.quality-cta .second-cta:hover{background:#f5f5f5}.trust-item{display:flex;flex-direction:column;align-items:center;gap:14px;position:relative;padding:8px 0}.trust-item img{width:32px;height:32px}.trust-item span{font-size:16px;color:#333}.trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:64px;background:#efefef}@media (max-width: 768px){.trust-item:not(:last-child):after{display:none}}.iconcontent{position:relative;padding-left:30px}.iconcontent:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/star-2.svg);height:24px;width:24px}.fw-400{font-weight:400!important}.realstatepage{padding-bottom:0}.realstatepage .readymodernize-page{padding-bottom:100px!important}.modjourney-page{width:100%;padding:120px 0 40px}@media (max-width: 768px){.modjourney-page{padding:48px 0 40px}}.modjourney-page .pb-12{padding-bottom:12px}.modjourney-page .modjourney-content{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;justify-content:center}@media (max-width: 1200px){.modjourney-page .modjourney-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.modjourney-page .modjourney-content{grid-template-columns:1fr;gap:24px}}.modjourney-page .modjourney-items{background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:24px;width:100%;max-width:340px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:24px}@media (max-width: 768px){.modjourney-page .modjourney-items{max-width:100%;padding:0;gap:0}}@media (max-width: 480px){.modjourney-page .modjourney-items{padding:0}}.modjourney-page .p-0{padding:0!important}.modjourney-page .modjourney-wrapper{width:100%;max-width:260px;margin:0 auto}.modjourney-page .modjourney-wrapper img{width:100%;height:auto;display:block}@media (max-width: 768px){.modjourney-page .modjourney-wrapper{padding-bottom:0;margin:0;max-width:100%}}.modjourney-page .mx-w-550{max-width:100%}.core-pressures{padding:120px 0 80px;width:100%}@media (max-width: 768px){.core-pressures{padding:64px 0 48px}}.core-pressures .core-title{font-size:40px;font-weight:600;margin-bottom:12px;color:#2b2b2b}@media (max-width: 768px){.core-pressures .core-title{font-size:28px}}.core-pressures .core-subtitle{font-size:16px;color:#6b7280;margin-bottom:48px;max-width:640px}@media screen and (max-width: 768px){.core-pressures .core-subtitle{font-size:14px;margin-bottom:28px}}.core-pressures .core-card{background:#fff;border-radius:32px;padding:48px;box-shadow:0 0 44px #00184a0f}@media (max-width: 768px){.core-pressures .core-card{padding:32px 24px}}.core-pressures .core-label{color:#f97316;margin-bottom:32px}.core-pressures .core-list{display:flex;flex-direction:column}.core-pressures .core-item{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid #f1f5f9}.core-pressures .core-item:last-child{border-bottom:none}.core-pressures .core-icon{width:55px;height:55px;background-image:url(../../assets/img/not-icon.svg);margin-top:4px;background-repeat:no-repeat;background-size:55px}@media (max-width: 768px){.core-pressures .core-icon{width:130px;height:70px}}.core-pressures .core-footer{display:flex;gap:20px;padding-top:32px;margin-top:32px;border-top:1px solid #f1f5f9}.core-pressures .core-footer h4{font-size:22px;font-weight:600;margin-bottom:8px;color:#111827}.core-pressures .core-footer p{font-size:15px;color:#6b7280;max-width:520px}.core-pressures .core-footer-icon{width:48px;height:48px;border-radius:50%;background:#e9e1f1;flex-shrink:0}.deliver-page{width:100%;padding:120px 0 40px}@media (max-width: 768px){.deliver-page{padding:38px 0 40px}}.deliver-page .mb-48{margin-bottom:48px}.deliver-page .deliver-content{width:100%;background-color:#fff;box-shadow:0 0 44px #00184a0f;border-radius:32px;padding:24px;margin-bottom:24px;position:relative;min-height:412px;height:100%}.deliver-page .deliver-content .deliver-items{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:0;width:100%}.deliver-page .deliver-content .deliver-items .mx-600{width:100%;max-width:600px;padding:30px}.deliver-page .deliver-content .deliver-items .deliver-icon{padding-bottom:26px}@media (max-width: 768px){.deliver-page .deliver-content .deliver-items .deliver-icon img{height:72px}}.deliver-page .deliver-content .border-right{border-right:1px solid var(--Border-Light, #f5f5f5)}.deliver-page .deliver-content .border-bottom{border-bottom:1px solid var(--Border-Light, #f5f5f5)}@media (max-width: 1024px){.deliver-page .deliver-content{padding:32px 20px;border-radius:24px}}@media (max-width: 768px){.deliver-page .deliver-content{padding:24px 16px;border-radius:20px;min-height:auto}.deliver-page .deliver-content .deliver-items{flex-direction:column;align-items:center;justify-content:flex-start;gap:32px}.deliver-page .deliver-content .deliver-items .mx-600{max-width:100%;padding:20px}.deliver-page .deliver-content .deliver-items .deliver-icon{padding-bottom:20px}.deliver-page .deliver-content .border-right{border-right:none}.deliver-page .deliver-content .border-bottom{border-bottom:none;margin-bottom:12px}}@media (max-width: 480px){.deliver-page .deliver-content{padding:20px 12px}.deliver-page .deliver-content .deliver-items{gap:0}.deliver-page .deliver-content .deliver-items .mx-600{padding:16px}}.why-centralogic{padding:120px 0 80px}@media (max-width: 768px){.why-centralogic{padding:64px 0 48px}}.why-centralogic .section-title{color:#2b2b2b;margin-bottom:8px;text-align:left}@media (max-width: 768px){.why-centralogic .section-title{font-size:28px}}.why-centralogic .section-subtitle{color:#6b7280;margin-bottom:48px}.why-centralogic .why-card{background:#fff;border-radius:32px;padding:48px;box-shadow:0 0 44px #00184a0f}@media (max-width: 768px){.why-centralogic .why-card{padding:32px 24px}}.why-centralogic .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:40px}@media (max-width: 1024px){.why-centralogic .why-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width: 600px){.why-centralogic .why-grid{grid-template-columns:1fr;gap:28px}}.why-centralogic .why-item img{width:62px;height:62px;margin-bottom:16px}.why-centralogic .why-item h4{font-weight:600;color:#111827;margin-bottom:8px}.why-centralogic .why-item p{line-height:1.6;color:#6b7280;max-width:260px}.why-centralogic .why-footer{background:#eef2ff;color:#111827;font-size:16px;font-weight:500;text-align:center;padding:16px 24px;border-radius:12px}@media (max-width: 768px){.why-centralogic .why-footer{font-size:14px;padding:14px 16px}}.keyusecases{padding:120px 0 80px;background:radial-gradient(1200px 600px at 10% 40%,rgba(235,241,255,.7),transparent 60%)}@media (max-width: 768px){.keyusecases{padding:64px 0 48px}}.keyusecases .section-title{text-align:left}.keyusecases .keyusecases-subtitle{margin-top:8px;margin-bottom:48px;max-width:640px}.keyusecases .keyusecases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 1024px){.keyusecases .keyusecases-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.keyusecases .keyusecases-grid{grid-template-columns:1fr;gap:24px}}.keyusecases .keyusecases-card{background:#fff;border-radius:28px;box-shadow:0 0 44px #00184a0f;display:flex;flex-direction:column;height:100%}.keyusecases .keyusecases-visual{margin-bottom:24px;display:flex;align-items:center;justify-content:center}.keyusecases .keyusecases-visual img{width:100%;height:auto;display:block;border-radius:24px}.keyusecases .keyusecases-content{display:flex;flex-direction:column}.outcomes{width:100%;padding:120px 0}@media (max-width: 768px){.outcomes{padding:64px 0}}.outcomes .outcomes-frame .container .section-title{text-align:left}.outcomes-frame{width:100%;border-radius:48px;background:linear-gradient(135deg,#faf0f7,#ccd0ff);padding:96px 0}@media (max-width: 1024px){.outcomes-frame{border-radius:32px;padding:72px 0}}@media (max-width: 768px){.outcomes-frame{padding:56px 0}}.outcomes-grid{display:grid;grid-template-columns:1.2fr 1.8fr;gap:32px;margin-top:0}@media (max-width: 1024px){.outcomes-grid{grid-template-columns:1fr;gap:24px}}.outcomes-main{background:#fff;border-radius:28px;padding:42px;box-shadow:0 0 44px #00184a0f;display:flex;align-items:start}@media (max-width: 768px){.outcomes-main{padding:32px}}.outcomes-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 640px){.outcomes-cards{grid-template-columns:1fr}}.outcomes-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 0 44px #00184a0f;display:flex;gap:0;align-items:flex-start;flex-direction:column}.outcomes-card img{width:62px;height:62px;flex-shrink:0}.whyglobal-page{width:100%;padding:120px 0 40px}@media (max-width: 767px){.whyglobal-page{padding:76px 0 0}}.whyglobal-page .mb-48{margin-bottom:48px}.whyglobal-page .whyglobal-content{width:100%;box-shadow:0 0 44px #00184a0f;border-radius:32px;padding:24px;background-color:#fff;margin-bottom:24px;position:relative;min-height:400px}@media (max-width: 767px){.whyglobal-page .whyglobal-content{padding:8px}}.whyglobal-page .whyglobal-items{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:24px;width:100%}@media (max-width: 767px){.whyglobal-page .whyglobal-items{flex-direction:column-reverse}}.whyglobal-page .whyglobal-items .mx-w-660{max-width:660px;flex:1;width:100%}.whyglobal-page .whyglobal-items ul{padding:0;margin:0}.whyglobal-page .whyglobal-items ul li{list-style:none;padding-left:80px;position:relative;min-height:100px;cursor:pointer}@media (max-width: 767px){.whyglobal-page .whyglobal-items ul li{min-height:auto}}.whyglobal-page .whyglobal-items ul li h3{margin:0;padding:20px 0 12px;font-weight:600}.whyglobal-page .whyglobal-items ul li p{margin:0 0 20px;opacity:0;max-height:0;overflow:hidden;transition:all .35s ease;color:#555;line-height:1.5}.whyglobal-page .whyglobal-items ul li p.visible{opacity:1;max-height:120px}.whyglobal-page .whyglobal-items ul li:before{content:"";position:absolute;background-image:url(../../assets/img/SparkleAi.svg);width:42px;height:42px;background-repeat:no-repeat;left:10px;top:6px}.whyglobal-page .whyglobal-items ul li.active{background:#0c4fe01a;border-radius:16px;padding:0 10px 8px 80px}.whyglobal-page img{max-width:100%;height:auto}@media (max-width: 992px){.whyglobal-items{flex-direction:column;align-items:stretch}.whyglobal-items .mx-w-660{max-width:100%}}.docassist-page{width:100%;padding:40px 0 128px;background-image:url(../../assets/img/doc-hero-bg.svg);background-repeat:no-repeat;border-radius:0 0 52px 52px;object-fit:cover}@media screen and (max-width: 767px){.docassist-page{padding:40px 0;background:transparent}}.docassist-page .docassist-hero{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:0;flex-wrap:wrap}.docassist-page .docassist-hero .iconcontent{padding-bottom:20px;position:relative;padding-left:30px}.docassist-page .docassist-hero>div.hero{padding-bottom:128px!important}.docassist-page .docassist-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.docassist-page .doc-hero{width:100%;text-align:center;max-width:1050px;margin:auto}@media screen and (max-width: 767px){.docassist-page .doc-hero{max-width:100%}}.docassist-page .centra-button{display:flex;justify-content:center;align-items:center}.docassist-page .centra-button-1{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:32px;border-color:#ff88f3;border:1px solid #FF88F3;border-radius:90px;height:48px;width:210px;gap:8px;color:#000;padding:5px 12px}.docassist-page .org-color{color:#8030d6;color:linear-gradient(180deg,#BB7EFD -47.29%,#8030D6 138.41%)}.docassist-page .doc-hero-bottom{width:100%;margin-top:60px}.docassist-page .doc-hero-bottom .doc-grid{display:flex;gap:12px;align-items:start;max-width:1042px;justify-content:center;margin:auto;width:100%}@media screen and (max-width: 767px){.docassist-page .doc-hero-bottom .doc-grid{max-width:100%;flex-wrap:wrap}}.docassist-page .doc-left-bg{background:linear-gradient(149.6deg,#fef5fc4d -.34%,#f0ddff4d 90.18%);backdrop-filter:blur(42.8px);-webkit-backdrop-filter:blur(42.8px);box-shadow:0 3.42px 20.55px #5858580a inset;border:2px solid transparent;border-image-source:linear-gradient(108.02deg,#fef5fc 44.3%,rgba(255,255,255,.016129) 103.88%,#efdcff 130.2%);border-radius:24px;padding:12px;max-width:310px;width:100%;height:324px}.docassist-page .doc-left-bg img{max-width:270px;max-height:327px}@media screen and (max-width: 767px){.docassist-page .doc-left-bg{max-width:100%;padding:6px}.docassist-page .doc-left-bg img{max-width:100%;max-height:100%}}.docassist-page .doc-center-bg{background-color:#f7ecfe;border-radius:24px;max-width:268px;width:100%}.docassist-page .doc-center-bg img{max-width:270px;max-height:327px}@media screen and (max-width: 767px){.docassist-page .doc-center-bg{max-width:100%;width:100%}.docassist-page .doc-center-bg img{max-width:100%;max-height:100%}}.docassist-page .mx-w-600{max-width:600px;width:100%}@media screen and (max-width: 767px){.docassist-page .mx-w-600{max-width:100%;width:100%;display:flex;flex-wrap:wrap;justify-content:center}}.docassist-page .doc-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:590px;align-items:start}.docassist-page .doc-grid-2 img{width:100%;height:100%}@media screen and (max-width: 767px){.docassist-page .doc-grid-2{grid-template-columns:1fr;max-width:100%}}.docassist-page .doc-grid-3{max-width:434px;width:100%}@media screen and (max-width: 767px){.docassist-page .doc-grid-3{max-width:100%}}.docassist-page .doc-grid-3 img{width:100%;height:100%}.docassist-page .x-content{padding-top:0}.docassist-page .x-content img{width:100%;height:auto}@media screen and (max-width: 767px){.docassist-page .x-content img{height:100px}}.docassist-page .x-section{border-radius:24px;display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid #EFDCFF;max-height:113px;max-width:591px;border-radius:28pxs;padding:12px;border:2px solid;border-image-source:linear-gradient(108.02deg,#FEF5FC 44.3%,rgba(255,255,255,.016129) 103.88%,#EFDCFF 130.2%);background:linear-gradient(149.6deg,#fef5fc -.34%,#f0ddff 90.18%);-webkit-backdrop-filter:blur(42.8030319214px);backdrop-filter:blur(42.8030319214px);box-shadow:0 3.42px 20.55px #5858580a inset}.docassist-page .x-section img{width:100%}@media screen and (max-width: 767px){.docassist-page .x-section{max-width:100%}}.docassist-page .x-text{font-size:17px;font-weight:500;line-height:100%;text-align:left}.doc-assist-section-1 br{display:flex}.intake-page .tabs-container-new{background-color:transparent;position:relative}.intake-page .tabs-container-new .glass-card{position:relative;background:linear-gradient(150deg,#fef5fc47,#f0ddff47);border-radius:142px;padding:10px;color:#111;backdrop-filter:blur(48px);-webkit-backdrop-filter:blur(48px);box-shadow:inset 0 4px 20px #5858580d,0 10px 40px #1f26871a;max-width:440px;margin:auto}.intake-page .tabs-container-new .glass-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:142px;padding:2px;background:linear-gradient(108.24deg,#ffe9fa 35.18%,#ffffff04 81.13%,#e7ceff 101.43%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.intake-page .tabs-container-new .tabs{display:flex;gap:4px;position:relative;z-index:2}.intake-page .tabs-container-new .tab{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:120px;padding:20px 0 16px;border:none;background:transparent;color:#777;font-size:15px;font-weight:500;line-height:1.45;border-radius:12px;cursor:pointer;-webkit-user-select:none;user-select:none;width:138px}.intake-page .tabs-container-new .tab:first-child{border-top-left-radius:126px;border-bottom-left-radius:126px}.intake-page .tabs-container-new .tab:last-child{border-top-right-radius:126px;border-bottom-right-radius:126px}.intake-page .tabs-container-new .tab .tab-icon{width:28px;height:28px;object-fit:contain}.intake-page .tabs-container-new .tab:hover{color:#8030d6;background:linear-gradient(150deg,#fef5fc47,#f0ddff47);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 2px 12px #58585814}.intake-page .tabs-container-new .tab.active{color:#8030d6;background:linear-gradient(150deg,#fef5fc61,#f0ddff61);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);box-shadow:inset 0 3px 16px #5858581a}.intake-page .tabs-container-new .tab{min-width:110px;padding:4px 0;font-size:14px}.intake-page .workflows-wrapper{background:linear-gradient(150deg,#fef5fc38,#f0ddff38);-webkit-backdrop-filter:blur(48px);backdrop-filter:blur(48px);box-shadow:inset 0 4px 24px #58585812;padding:32px;border-radius:36px;margin-top:44px;min-height:400px;display:flex;align-items:center;justify-content:center}.intake-page .tabs-arrow{position:absolute;left:auto;right:auto;display:flex;justify-content:center;width:100%;bottom:-68px;z-index:1}@media (max-width: 768px){.intake-page .tabs{gap:8px;border-radius:12px;max-width:100%}.intake-page .tabs-arrow{display:none}.intake-page .workflows-wrapper{padding:24px;margin-top:48px;border-radius:28px}}.yourdocuments-page{width:100%}.yourdocuments-page .doc-banner{max-width:825px;width:100%;margin:auto}.businessusers-page{width:100%}.businessusers-page .businessusers-items{background:linear-gradient(149.6deg,#fef5fc4d -.34%,#f0ddff4d 90.18%);border-image-slice:1;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);box-shadow:inset 0 4px 24px #5858580a;width:100%}.businessusers-page .businessusers-items .user-card{display:flex;justify-content:center;align-items:center;padding:42px 82px;width:100%;min-height:334px}@media screen and (max-width: 767px){.businessusers-page .businessusers-items .user-card{padding:12px}}.businessusers-page .businessusers-items .user-card-2{padding:42px 14px 0 70px;max-width:400px;width:100%}@media screen and (max-width: 767px){.businessusers-page .businessusers-items .user-card-2{padding:12px 12px 0}}.businessusers-page .businessusers-items{transition:all .25s ease}.businessusers-page .businessusers-items:hover,.businessusers-page .businessusers-items:focus-visible{-webkit-backdrop-filter:blur(56px);backdrop-filter:blur(56px);box-shadow:inset 0 4px 32px #58585812}.businessusers-page .grid-user{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:12px;place-items:center;min-height:334px}@media screen and (max-width: 767px){.businessusers-page .grid-user{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,auto)}}.businessusers-page .grid-user-2{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:12px}.businessusers-page .grid-user-2 .animated-content{display:flex;justify-content:center;align-items:center;min-height:334px;height:100%;max-height:334px}@media screen and (max-width: 767px){.businessusers-page .grid-user-2{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,auto)}}.businessusers-page .user-bottom{display:flex;justify-content:center;position:relative;width:100%;right:auto;left:auto}.businessusers-page .user-top{display:flex;justify-content:center;position:relative;width:100%;min-height:270px;align-items:center}.businessusers-page .border-user-1{border-radius:52px 52px 4px 4px}.businessusers-page .border-user-1>div{justify-content:space-between!important;align-items:flex-start!important;padding-right:20px!important}.businessusers-page .border-user-1>div>div{display:flex;justify-content:space-between;width:100%}.businessusers-page .border-user-1>div>div .user-card-2{padding-left:0!important;padding-top:0!important;max-width:330px}.businessusers-page .border-user-1>div>div .user-card-2+div{position:relative;bottom:auto;justify-content:flex-end!important}@media screen and (max-width: 767px){.businessusers-page .border-user-1{border-radius:24px 24px 4px 4px}}.businessusers-page .border-user-2{border-radius:4px 4px 52px 52px}@media screen and (max-width: 767px){.businessusers-page .border-user-2{border-radius:4px 4px 24px 24px}}.businessusers-page .min-452{min-height:452px;max-height:452px;height:100%}.businessusers-page .min-334{min-height:334px;max-height:334px;height:100%}@media screen and (max-width: 767px){.businessusers-page .min-334{margin-top:12px}}.mt-12{margin-top:12px}.text-center{text-align:center}.understandboxbuild{padding-top:20px}.understandboxbuild .user-bottom{max-width:100%}.understandboxbuild .user-bottom img{width:100%}.assistnumber-page{width:100%;padding:120px 0 40px}@media screen and (max-width: 767px){.assistnumber-page{padding:76px 0 0}}.assistnumber-page .assistnumber-content{width:100%;padding:60px 24px;position:relative;height:100%;border-top:1px solid #ECECEC;border-bottom:1px solid #ECECEC}.assistnumber-page .assistnumber-content .assistnumber-items{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:0;position:relative;width:100%;text-align:center}@media screen and (max-width: 767px){.assistnumber-page .assistnumber-content .assistnumber-items{gap:60px;justify-content:center;width:100%}}.assistnumber-page .assistnumber-content .text-blue{color:#0c4fe0}.assistnumber-page .assistnumber-content .pb-12{padding-bottom:12px}.assistnumber-page .assistnumber-content .border-right{border-right:1px solid var(--Border-Light, #F5F5F5)}.assistnumber-page .assistnumber-content .border-bottom{border-bottom:1px solid var(--Border-Light, #F5F5F5)}.assistnumber-page .assistnumber-content .numbertitle{font-size:92px;line-height:100px;font-weight:bolder;color:#684094}.makesdocassit-page{background:linear-gradient(180deg,#ffffff4d 1.52%,#fff 26.96%,#ffffff4d),url(../../../assets/img/makesassit.svg) center top no-repeat;backdrop-filter:blur(34px);-webkit-backdrop-filter:blur(34px);border:1px solid rgba(255,255,255,.2);object-fit:cover;width:100%}.makesdocassit-page .section-pad{padding:0 0 48px;text-align:center;margin-top:142px}.makesdocassit-page .makesdocassit-content{position:relative;min-height:400px}.makesdocassit-page .makesdocassit-items{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start;gap:24px;width:100%}@media (max-width: 767px){.makesdocassit-page .makesdocassit-items{flex-direction:column-reverse}}.makesdocassit-page .makesdocassit-items .mx-w-448{max-width:448px;flex:1;width:100%}.makesdocassit-page .makesdocassit-items ul{padding:0;margin:0}.makesdocassit-page .makesdocassit-items ul li{list-style:none;padding-left:64px;position:relative;cursor:pointer;border-bottom:1px solid #E8E8E8}@media (max-width: 767px){.makesdocassit-page .makesdocassit-items ul li{min-height:auto}}.makesdocassit-page .makesdocassit-items ul li h3{margin:0;padding:24px 0 12px;font-weight:600}.makesdocassit-page .makesdocassit-items ul li p{margin:0 0 20px;opacity:0;max-height:0;overflow:hidden;transition:all .35s ease;color:#555;line-height:1.5}.makesdocassit-page .makesdocassit-items ul li p.accordion-open{opacity:1;max-height:120px}.makesdocassit-page .makesdocassit-items ul li:before{content:"";position:absolute;background-image:url(../../assets/img/shif-icon-1.svg)!important;width:55px!important;height:50px!important;background-repeat:no-repeat;left:10px;top:15px}.makesdocassit-page .makesdocassit-items ul li.active{padding:0 10px 8px 64px}.makesdocassit-page img{max-width:100%;height:auto}@media (max-width: 992px){.makesdocassit-items{flex-direction:column;align-items:stretch}.makesdocassit-items .mx-w-660{max-width:100%}}.pb-62{padding:62px 0 120px}.DocAssistHelps-page{width:100%}.DocAssistHelps-page .DocAssistHelps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}@media screen and (max-width: 767px){.DocAssistHelps-page .DocAssistHelps-grid{grid-template-columns:repeat(1,1fr)}}.DocAssistHelps-page .DocAssistHelps-card{background:linear-gradient(178.11deg,#efefef4d 1.47%,#d4d4d44d 116.57%);border-radius:24px;min-height:545px;width:100%;display:flex;flex-direction:column;padding:24px;gap:0px;transition:all .3s ease}.DocAssistHelps-page .DocAssistHelps-card .icon-box{width:100%}.DocAssistHelps-page .icon-box{width:clamp(80px,18vw,150px);display:flex;align-items:center;justify-content:center}.DocAssistHelps-page .DocAssistHelps-card .GDtitle{padding-top:62px;text-align:left}.DocAssistHelps-page .doc-content{display:block;padding-top:20px;text-align:left;align-items:start}.Comprehensive-page{width:100%}.Comprehensive-page .Comprehensive-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;align-items:center}@media screen and (max-width: 767px){.Comprehensive-page .Comprehensive-grid{grid-template-columns:repeat(1,1fr)}}.Comprehensive-page .Comprehensive-grid img,.GetStarted-page{width:100%}.GetStarted-page .GetStarted-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:48px;text-align:center;align-items:center}@media screen and (max-width: 767px){.GetStarted-page .GetStarted-grid{grid-template-columns:repeat(1,1fr)}}.GetStarted-page .GetStarted-grid img{width:100%}.GetStarted-page .pb-42{padding-bottom:42px}.GetStarted-page .get-banner{max-width:680px;width:100%;display:flex;justify-content:center;margin:auto}.GetStarted-page .get-banner img{width:100%;height:100%}.EnterpriseGrade-page .EnterpriseGrade-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}@media screen and (max-width: 767px){.EnterpriseGrade-page .EnterpriseGrade-grid{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,auto)}}.EnterpriseGrade-page .EnterpriseGrade-card{background:#fff;border-radius:42px;min-height:280px;width:100%;box-shadow:0 0 44px #00184a0f;display:flex;flex-direction:column;align-items:left;justify-content:start;padding:42px 24px;gap:0px;transition:all .3s ease}.EnterpriseGrade-page .icon-box{display:flex;align-items:center;justify-content:center;width:100%}.EnterpriseGrade-page .icon-box .icon-box img{width:100%;height:100%;object-fit:contain}.EnterpriseGrade-page .pb-30{padding-bottom:30px}.voiceai-page{width:100%}@media screen and (max-width: 767px){.voiceai-page{padding:40px 0}}.voiceai-page .voiceai-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.voiceai-page .voiceai-hero{width:100%;text-align:center;max-width:1050px;margin:auto;overflow:hidden}@media screen and (max-width: 767px){.voiceai-page .voiceai-hero{max-width:100%}}.voiceai-page .voiceai-button{display:flex;justify-content:center;align-items:center}.voiceai-page .blue-color-text{background:linear-gradient(90deg,#5267f7,#315fc1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.voiceai-page .voiceai-button-1{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:32px;border-color:#ff88f3;border:1px solid #FF88F3;border-radius:90px;height:48px;width:160px;gap:8px;color:#000;padding:5px 12px}.voiceai-page .org-color{color:#8030d6;color:linear-gradient(180deg,#BB7EFD -47.29%,#8030D6 138.41%)}.voiceai-page .voiceai-hero-bottom{width:100%;margin-top:60px}.voiceai-page .voiceai-hero-bottom .doc-grid{display:flex;gap:12px;align-items:start;max-width:1042px;justify-content:center;margin:auto;width:100%}@media screen and (max-width: 767px){.voiceai-page .voiceai-hero-bottom .doc-grid{max-width:100%;flex-wrap:wrap}}.voiceai-page .purplecolortext{background:linear-gradient(130deg,#c763f3,#8a43a9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.app:has(.voiceai-page){background:#fff;background-image:url(../../assets/img/vice-bg.svg);background-repeat:no-repeat;background-size:100%}.transformvoice-page{width:100%}.transformvoice-page .pillars-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media screen and (max-width: 767px){.transformvoice-page .pillars-grid{grid-template-columns:1fr;gap:16px}}.transformvoice-page .pillar-card{background:#f4f4f4;border-radius:52px;box-shadow:0 4px 20px #0000000a;margin-top:auto}.transformvoice-page .pillar-icon{padding-bottom:24px}.transformvoice-page .voice-card{position:relative;overflow:hidden;background:url(/assets/voicecard1-BHdf2z6Q.png) no-repeat center center/cover;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-color:#ffffff2e;border:1px solid rgba(255,255,255,.35);box-shadow:none}@media screen and (max-width: 767px){.transformvoice-page .voice-card{padding:20px}}.transformvoice-page .voice-card-2{background:url(/assets/voicecard2-kykxN4zO.png) no-repeat center center/cover}@media screen and (max-width: 767px){.transformvoice-page .voice-card-2{padding:20px}}.transformvoice-page .pillar-contnet{padding:24px;border-radius:0 0 42px 42px}@media screen and (max-width: 767px){.transformvoice-page .pillar-contnet{padding:12px}}.transformvoice-page .pillar-features{background-color:#fff;border-radius:42px;padding:42px 24px}@media screen and (max-width: 767px){.transformvoice-page .pillar-features{padding:12px}}.transformvoice-page .pillar-features li{padding-left:40px;list-style:none;position:relative;padding-bottom:24px}.transformvoice-page .pillar-features li:before{position:absolute;content:"";left:0;background-image:url(../../../assets/img/voice-icon-4.svg);background-size:24px;width:24px;height:24px;background-repeat:no-repeat;top:4px}.transformvoice-page .pb-42{padding-bottom:42px}@media screen and (max-width: 767px){.transformvoice-page .pb-42{padding-bottom:12px}}.agents-page{width:100%}.agents-page .agents-grid{display:grid;grid-template-columns:1fr 1fr 2fr;gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.agents-page .agents-grid{grid-template-columns:1fr;gap:16px}}.agents-page .agents-grid-2{display:grid;grid-template-columns:1fr 2fr 1fr;gap:24px}@media screen and (max-width: 767px){.agents-page .agents-grid-2{grid-template-columns:1fr;gap:16px}}.agents-page .mx-w-320{width:319px}@media screen and (max-width: 767px){.agents-page .mx-w-320{width:100%}}.agents-page .agents-items{background-color:#fff;border-radius:24px;padding:24px;box-shadow:0 0 44px #00184a0f;min-height:320px;position:relative;border:1px solid rgba(0,24,74,.0588235294)}@media screen and (max-width: 767px){.agents-page .agents-items{padding:16px;min-height:186px}}.agents-page .agent-icon{display:flex;justify-content:end;align-items:end;position:absolute;bottom:20px;right:20px}.transcription-page{width:100%}.transcription-page .transcription-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.transcription-page .transcription-grid{grid-template-columns:1fr;gap:16px;flex-direction:column-reverse;display:flex}}.transcription-page .transcription-grid-2{display:grid;grid-template-columns:1.5fr 1fr;gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.transcription-page .transcription-grid-2{grid-template-columns:1fr;gap:16px}}.transcription-page .mx-w-542{max-width:542px;width:100%}.transcription-page .transcription-items{border-radius:24px;min-height:442px;position:relative;display:flex;align-items:center}@media screen and (max-width: 767px){.transcription-page .transcription-items{min-height:120px}}.transcription-page .transcription-items-2{padding:24px;display:flex;align-items:center}@media screen and (max-width: 767px){.transcription-page .transcription-items-2{padding:16px}}.transcription-page .agent-icon{display:flex;justify-content:start}.transcription-page .mb-42{margin-bottom:42px}@media screen and (max-width: 767px){.transcription-page .mb-42{margin-bottom:16px}}.compliance-page .compliance-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.compliance-page .compliance-grid{grid-template-columns:1fr}}.compliance-page .compliance-grid .compliance-items{background:linear-gradient(178.11deg,#fff1f566 1.47%,#e2e9ff66 92.19%);border-radius:24px;padding:24px;min-height:256px;position:relative;display:flow}@media screen and (max-width: 767px){.compliance-page .compliance-grid .compliance-items{padding:20px;min-height:200px}}.compliance-page .compliance-grid .compliance-icon{padding-bottom:95px}@media screen and (max-width: 767px){.compliance-page .compliance-grid .compliance-icon{padding-bottom:55px}}.compliance-page .beyondbox{padding:16px 24px;background:#f4f4f4;border-radius:24px;display:flex;align-items:center;color:#000c}.compliance-page .beyondbox:before{content:"";display:inline-block;width:42px;height:42px;margin-right:11px;background:url(../../assets/img/ShieldCheckblack.svg) no-repeat center center/contain}.audioaction-page{width:100%}.audioaction-page .audioaction-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px;margin-bottom:24px;background:#f4f4f4;border-radius:24px;padding:24px}@media screen and (max-width: 767px){.audioaction-page .audioaction-grid{grid-template-columns:1fr;gap:16px}}.audioaction-page .audioaction-grid .audioaction-items{min-height:256px;position:relative;display:flow}@media screen and (max-width: 767px){.audioaction-page .audioaction-grid .audioaction-items{min-height:200px}}.audioaction-page .audioaction-grid .audioaction-icon{padding-bottom:95px}@media screen and (max-width: 767px){.audioaction-page .audioaction-grid .audioaction-icon{padding-bottom:55px}}.audioaction-page .how-section{position:relative;padding:120px 85px;border-radius:42px;background:#fff}@media screen and (max-width: 767px){.audioaction-page .how-section{padding:60px 25px}}.audioaction-page .how-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:42px;padding:1px;background:linear-gradient(180deg,#63b3ff 23.95%,#dcc7ff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.audioaction-page .how-steps{display:flex;justify-content:space-between;position:relative;max-width:1090px;margin:0 auto}@media screen and (max-width: 767px){.audioaction-page .how-steps{flex-wrap:wrap;max-width:100%}}.audioaction-page .how-steps:before{content:"";position:absolute;top:35px;left:170px;right:170px;height:2px;background:#f8eaff}.audioaction-page .how-step{text-align:center;position:relative;z-index:1;flex:1}@media screen and (max-width: 767px){.audioaction-page .how-step{padding-bottom:50px}}.audioaction-page .step-number{width:70px;height:70px;background:linear-gradient(165.77deg,#faefff1f -19.69%,#ecd7f66b 90.48%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 16px}.audioaction-page .step-text{width:220px;margin:auto}.makesvoice-page{width:100%}.makesvoice-page .makesvoice-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#fff;border-radius:24px;padding:42px;position:relative}@media screen and (max-width: 767px){.makesvoice-page .makesvoice-grid{grid-template-columns:1fr;gap:16px;padding:24px}}.makesvoice-page .makesvoice-grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:42px;padding:1px;background:linear-gradient(180deg,#63b3ff 23.95%,#dcc7ff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.makesvoice-page .makesvoice-grid .makesvoice-items{position:relative;display:flow}.makesvoice-page .makesvoice-grid .makesvoice-items img{width:100%}.makesvoice-page .makesvoice-grid .mx-w-542{max-width:542px;width:100%}.makesvoice-page .mb-24{margin-bottom:24px}.Security-page{width:100%}.Security-page .Security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;align-items:center}@media screen and (max-width: 767px){.Security-page .Security-grid{grid-template-columns:repeat(1,1fr)}}.Security-page .Security-grid img{width:100%}.Ready-page{width:100%;background:url(/assets/readysec-D60NvbHZ.png) no-repeat center center/cover;border-radius:52px}.Ready-page>div{background:#fff}.Ready-page .Ready-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:48px;text-align:center;align-items:center;padding:82px 24px 0}@media screen and (max-width: 767px){.Ready-page .Ready-grid{grid-template-columns:repeat(1,1fr)}}.Ready-page .Ready-grid img{width:100%}.Ready-page .pb-42{padding-bottom:42px}.Ready-page .get-banner{max-width:680px;width:100%;display:flex;justify-content:center;margin:auto}.Ready-page .get-banner img{width:100%;height:100%}.Ready-page .Ready-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.voiceailast .Ready-page{padding:82px 20px!important}.voiceailast .Ready-page>div{border-radius:42px!important}.centraassist-page{width:100%}.centraassist-page .centraassist-hero{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:0;flex-wrap:wrap}.centraassist-page .centraassist-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.centraassist-page .centraassist-hero{width:100%;text-align:center;max-width:1050px;margin:auto}@media screen and (max-width: 767px){.centraassist-page .centraassist-hero{max-width:100%}}.centraassist-page .centraassist-button{display:flex;justify-content:center;align-items:center}.centraassist-page .centraassist-button-1{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:32px;border-color:#ff88f3;border:1px solid #FF88F3;border-radius:90px;height:48px;width:200px;gap:8px;color:#000;padding:5px 12px}.centraassist-page .centra-org-color{background:linear-gradient(90deg,#f75286,#3150c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.centraassist-page .centar-hero-bottom img,.chatai-page{width:100%}.chatai-page .chatai-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.chatai-page .chatai-grid{grid-template-columns:1fr}.chatai-page .chatai-grid>div:first-child{min-height:570px}.chatai-page .chatai-grid>div:last-child{min-height:680px}}.chatai-page .chatai-items{background-color:#fff;border-radius:42px;padding:20px;box-shadow:0 0 44px #00184a0f;min-height:760px;position:relative}.chatai-page .chatai-items ul{min-height:200px}.chatai-page .chatai-items Ul.ullist-left li{padding-left:42px;list-style:none;position:relative;padding-bottom:30px}.chatai-page .chatai-items Ul.ullist-left li:before{content:"";position:absolute;background-image:url(../../../assets/img/chat-star-1.svg);width:24px;height:24px;background-size:24px;background-repeat:no-repeat;left:0;top:3px}.chatai-page .chatai-items Ul.ullist-right li{padding-left:42px;list-style:none;position:relative;padding-bottom:30px}.chatai-page .chatai-items Ul.ullist-right li:before{content:"";position:absolute;background-image:url(../../../assets/img/chat-star.svg);width:24px;height:24px;background-size:24px;background-repeat:no-repeat;left:0;top:3px}.chatai-page .pb-40{padding-bottom:40px}.chatai-page .chat-org-color{background:linear-gradient(90deg,#f75286,#3150c1 33.83%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.chatai-page .chatai-banner{display:flex;justify-content:end;align-items:end;position:absolute;bottom:0;right:0}.chatai-page .chatai-banner img{max-width:330px;width:100%}.Learns-page{width:100%}.Learns-page .Learns-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media screen and (max-width: 767px){.Learns-page .Learns-grid{grid-template-columns:repeat(1,1fr)}}.Learns-page .Learns-card{box-shadow:0 0 44px #00184a0f;border-radius:42px;min-height:462px;width:100%;display:flex;flex-direction:column;padding:24px;gap:60px;transition:all .3s ease}@media screen and (max-width: 767px){.Learns-page .Learns-card{min-height:auto}}.Learns-page .Learns-card .icon-box{width:100%}.Learns-page .icon-box{display:flex;align-items:center;justify-content:center}.Learns-page .icon-box img{width:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.Learns-page .icon-box img{width:200px}}.Learns-page .Learns-content{display:block;text-align:left;align-items:start}.yourdigital-page{background:linear-gradient(180deg,#ffffff4d 1.52%,#d7e7ff 26.96%,#ffffff4d);-webkit-backdrop-filter:blur(34px);backdrop-filter:blur(34px);width:100%}.yourdigital-page .yourdigital-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}@media screen and (max-width: 767px){.yourdigital-page .yourdigital-grid{grid-template-columns:repeat(1,1fr);gap:20px}}.yourdigital-page .yourdigital-card{box-shadow:0 0 44px #00184a0f;background:#fff;border-radius:32px;min-height:462px;width:100%;display:flex;flex-direction:column;padding:16px 16px 16px 44px;gap:60px;transition:all .3s ease}@media screen and (max-width: 767px){.yourdigital-page .yourdigital-card{padding-left:8px}}.yourdigital-page .yourdigital-card ul{padding-top:54px}.yourdigital-page .yourdigital-card ul li{padding-left:72px;position:relative;list-style:none;padding-bottom:52px;align-items:flex-start}.yourdigital-page .yourdigital-card li:before{content:"";position:absolute;left:0;top:0;width:64px;height:64px;background-size:64px;background-repeat:no-repeat;background-image:url(../../../assets/img/learns.svg);background-position:top left}.yourdigital-page .yourdigital-card li:nth-child(2):before{background-image:url(../../../assets/img/knows.svg)}.yourdigital-page .yourdigital-card li:nth-child(3):before{background-image:url(../../../assets/img/continues.svg)}.yourdigital-page .yourdigital-card li:nth-child(4):before{background-image:url(../../../assets/img/alwaysunder.svg)}.yourdigital-page .your-right-content{background:#f9f9f9;border-radius:24px;padding:24px;display:flex;justify-content:center;align-items:center}.yourdigital-page .yourdigital-card .icon-box{width:100%}.yourdigital-page .icon-box{display:flex;align-items:center;justify-content:center}.yourdigital-page .icon-box img{width:100%;display:flex;align-items:center;justify-content:center}.yourdigital-page .yourdigital-content{display:block;text-align:left;align-items:start}.powered-page{width:100%}.powered-page .powered-grid{display:grid;grid-template-columns:1fr 1fr 2fr;gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.powered-page .powered-grid{grid-template-columns:1fr;gap:16px}}.powered-page .powered-grid-2{display:grid;grid-template-columns:1fr 2fr 1fr;gap:24px}@media screen and (max-width: 767px){.powered-page .powered-grid-2{grid-template-columns:1fr;gap:16px}}.powered-page .mx-w-320{width:319px}@media screen and (max-width: 767px){.powered-page .mx-w-320{width:100%}}.powered-page .powered-items{background-color:#fff;border-radius:42px;padding:44px 24px;box-shadow:0 0 44px #00184a0f;min-height:356px;position:relative}@media screen and (max-width: 767px){.powered-page .powered-items{padding:20px 16px}}.powered-page .powered-icon{display:flex;justify-content:start;position:relative;padding-bottom:90px}.centranumber-page{width:100%;padding:120px 0 40px}@media screen and (max-width: 767px){.centranumber-page{padding:76px 0 0}}.centranumber-page .centranumber-content{width:100%;padding:60px 24px;position:relative;height:100%;border-top:1px solid #ECECEC;border-bottom:1px solid #ECECEC}.centranumber-page .centranumber-content .centranumber-items{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:0;position:relative;width:100%;text-align:center}@media screen and (max-width: 767px){.centranumber-page .centranumber-content .centranumber-items{gap:60px;justify-content:center;width:100%}}.centranumber-page .centranumber-content .text-blue{color:#0c4fe0}.centranumber-page .centranumber-content .pb-12{padding-bottom:12px}.centranumber-page .centranumber-content .border-right{border-right:1px solid var(--Border-Light, #F5F5F5)}.centranumber-page .centranumber-content .border-bottom{border-bottom:1px solid var(--Border-Light, #F5F5F5)}.centranumber-page .centranumber-content .numbertitle{font-size:92px;line-height:100px;font-weight:500;background:linear-gradient(109.6deg,#f75286 -98.38%,#3150c1 113.23%);background-clip:text;-webkit-background-clip:text;color:transparent}.workswhere-page{width:100%}.workswhere-page .workswhere-grid{display:flex;grid-template-columns:1fr;gap:24px;margin-bottom:24px}.workswhere-page .mx-w-320{width:319px}.workswhere-page .workswhere-items{background-color:#fff;border-radius:42px;padding:42px;box-shadow:0 0 44px #00184a0f;position:relative;display:flex;flex-flow:column;width:100%;max-width:calc(33% - 24px)}.workswhere-page .workswhere-items img{max-width:320px}.workswhere-page .workswhere-icon{display:flex;justify-content:start;position:relative;padding-bottom:16px}.workswhere-page .workswhere-items:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:42px;padding:1px;background:linear-gradient(180deg,#63b3ff 23.95%,#dcc7ff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.workswhere-page .workwhereyouwork>.workswhere-items{display:flex;justify-content:space-between}@media screen and (max-width: 767px){.workswhere-page .workwhereyouwork>.workswhere-items{flex-direction:column;align-items:center;text-align:center}}.builthow-page{width:100%}.builthow-page .builthow-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.builthow-page .builthow-grid{grid-template-columns:1fr}}.builthow-page .builthow-grid .builthow-items{background:linear-gradient(178.11deg,#fff1f566 1.47%,#e2e9ff66 92.19%);border-radius:24px;padding:24px;min-height:206px;position:relative;display:flow}.builthow-page .builthow-grid .builthow-icon{padding-bottom:70px}.getanswers-page{background:linear-gradient(180deg,#ffffff4d 1.52%,#d7e7ff 26.96%,#ffffff4d);-webkit-backdrop-filter:blur(34px);backdrop-filter:blur(34px);width:100%}.getanswers-page .getanswers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}@media screen and (max-width: 767px){.getanswers-page .getanswers-grid{grid-template-columns:repeat(1,1fr);gap:20px}}.getanswers-page .getanswers-card{min-height:462px;width:100%;display:flex;flex-direction:column;padding:16px 16px 16px 44px;gap:60px;transition:all .3s ease}.getanswers-page .getanswers-card ul{padding-top:54px}.getanswers-page .getanswers-card ul li{padding-left:58px;position:relative;list-style:none;border-bottom:1px solid transparent;border-image:linear-gradient(180deg,#63b3ff 23.95%,#dcc7ff) 1;border-image-slice:1;margin-bottom:24px;padding-bottom:24px;display:flex;align-items:center;padding-top:10px}.getanswers-page .getanswers-card li:before{content:"";position:absolute;left:0;top:4px;width:42px;height:42px;background-size:42px;background-repeat:no-repeat;background-image:url(../../../assets/img/surfacedeadlineicon.svg)}.getanswers-page .your-right-content{background:#f9f9f9;border-radius:24px;padding:24px;display:flex;justify-content:center;align-items:center;max-width:850x;width:100%}.getanswers-page .your-right-content img,.getanswers-page .getanswers-card .icon-box{width:100%}.getanswers-page .icon-box{display:flex;align-items:center;justify-content:center}.getanswers-page .icon-box img{width:100%;display:flex;align-items:center;justify-content:center}.getanswers-page .getanswers-content{display:block;text-align:left;align-items:start}.enterprisesecurity-page{width:100%}.enterprisesecurity-page .enterprisesecurity-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:24px}@media screen and (max-width: 767px){.enterprisesecurity-page .enterprisesecurity-grid{grid-template-columns:1fr}}.enterprisesecurity-page .enterprisesecurity-grid .enterprisesecurity-items{background:linear-gradient(178.11deg,#fff1f566 1.47%,#e2e9ff66 92.19%);border-radius:24px;padding:24px;min-height:206px;position:relative;display:flex;flex-direction:column;justify-content:space-between;max-height:146px;min-height:146px}.enterprisesecurity-page .enterprisesecurity-grid .enterprisesecurity-icon{padding-bottom:16px}.research-page{width:100%}@media screen and (max-width: 767px){.research-page{padding:40px 0}}.research-page .research-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.research-page .research-hero{padding-top:75px!important;width:100%;text-align:center;max-width:1050px;margin:auto;overflow:hidden}@media screen and (max-width: 767px){.research-page .research-hero{max-width:100%}}.research-page .research-hero .webherotitle{max-width:720px;margin-inline:auto}.research-page .research-hero .webherotitle span{color:#2196f3}.research-page .research-button{display:flex;justify-content:center;align-items:center}.research-page .blue-color-text{background:linear-gradient(90deg,#5267f7,#315fc1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.research-page .research-button-1{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:32px;border-color:#ff88f3;border:1px solid #FF88F3;border-radius:90px;height:48px;width:210px;gap:8px;color:#000;padding:5px 12px}.research-page .org-color{color:#8030d6;color:linear-gradient(180deg,#BB7EFD -47.29%,#8030D6 138.41%)}.research-page .research-hero-bottom{width:100%;margin-top:60px}.research-page .research-hero-bottom .doc-grid{display:flex;gap:12px;align-items:start;max-width:1042px;justify-content:center;margin:auto;width:100%}@media screen and (max-width: 767px){.research-page .research-hero-bottom .doc-grid{max-width:100%;flex-wrap:wrap}}.app:has(.research-page){background:#fff;background-image:url(../../assets/img/reasearch-line-bg.svg);background-repeat:no-repeat;background-size:100%}.researchnumber-page{width:100%;padding:120px 0 40px}@media screen and (max-width: 767px){.researchnumber-page{padding:76px 0 0}}.researchnumber-page .researchnumber-content{width:100%;padding:60px 24px;position:relative;height:100%;border-top:1px solid rgb(236,236,236);border-bottom:1px solid rgb(236,236,236)}.researchnumber-page .researchnumber-content .researchnumber-items{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:20px;position:relative;width:100%;text-align:center}@media screen and (max-width: 1199.98px){.researchnumber-page .researchnumber-content .researchnumber-items{gap:40px;justify-content:center;width:100%}}.researchnumber-page .researchnumber-content .text-blue{color:#0c4fe0}.researchnumber-page .researchnumber-content .pb-12{padding-bottom:12px}.researchnumber-page .researchnumber-content .border-right{border-right:1px solid var(--Border-Light, #F5F5F5)}.researchnumber-page .researchnumber-content .border-bottom{border-bottom:1px solid var(--Border-Light, #F5F5F5)}.researchnumber-page .researchnumber-content .numbertitle{font-size:92px;line-height:100px;font-weight:500;color:#684094}@media screen and (max-width: 1199.98px){.researchnumber-page .researchnumber-content .numbertitle{font-size:52px;line-height:60px}}.researchnumber-page .researchnumber-content .head-color{background:linear-gradient(180deg,#63b3ff 23.95%,#dcc7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.framework-page{width:100%}.framework-page .webbody1{max-width:1100px;margin-inline:auto}.framework-page .framework-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:0!important;margin-bottom:24px}@media screen and (max-width: 767px){.framework-page .framework-grid{grid-template-columns:1fr}}.framework-page .framework-grid .framework-items{background:#f9f9f9;border-radius:24px;min-height:534px;position:relative;display:flow;padding:12px}.framework-page .framework-grid .framework-head{padding:42px 24px}.framework-page .framework-grid .framework-grid-button{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:414px;padding-top:42px}@media screen and (max-width: 767px){.framework-page .framework-grid .framework-grid-button{grid-template-columns:1fr}}.framework-page .framework-grid .framework-grid-button .frame-button{background:#fff;border:1px solid rgb(247,247,247);border-radius:90px;padding:12px;display:flex;justify-content:center}.framework-page .framework-grid .framework-icon{min-height:196px;width:100%;display:flex;justify-content:end;align-items:end;border-radius:0 0 20px 20px;padding:35px 44px;background:linear-gradient(180deg,#63b3ff00,#63b3ff1a 47.07%,#dcc7ff29)}.framework-page .framework-grid .framework-icon img{height:82px;width:82px;object-fit:contain}@media screen and (max-width: 1199.98px){.framework-page .framework-grid .framework-icon{min-height:144px;padding:24px 30px}.framework-page .framework-grid .framework-icon img{height:62px;width:62px}}.supercharge-page{width:100%}.supercharge-page .super-content{box-shadow:0 0 44px #00184a0f;background:#fff;border-radius:42px;padding:42px}.supercharge-page .super-content .super-content-icon{width:124px;height:124px;object-fit:contain}@media screen and (max-width: 767px){.supercharge-page .super-content{padding:20px}.supercharge-page .super-content .super-content-icon{width:84px;height:84px}}.supercharge-page .supercharge-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:42px}@media screen and (max-width: 767px){.supercharge-page .supercharge-grid{grid-template-columns:1fr;gap:40px}}.supercharge-page .supercharge-grid .supercharge-items{min-height:178px;position:relative;display:flow}.supercharge-page .supercharge-grid .supercharge-items .webtitle4{max-width:200px}@media screen and (max-width: 767px){.supercharge-page .supercharge-grid .supercharge-items{min-height:auto}}.supercharge-page .supercharge-grid .supercharge-icon{padding-bottom:24px}@media screen and (max-width: 767px){.supercharge-page .supercharge-grid .supercharge-icon{padding-bottom:18px}}.supercharge-page .pb-24{padding-bottom:24px}.supercharge-page .mb-24{margin-bottom:24px}.drives-page{background:linear-gradient(180deg,#d7e7ffb3,#d7e7ff4d 50.68%,#ffffff4d 101.76%);border-radius:42px 42px 0 0;width:100%}.drives-page .drives-grid{display:grid;grid-template-columns:58% calc(42% - 36px);gap:36px}@media screen and (max-width: 767px){.drives-page .drives-grid{grid-template-columns:1fr;gap:20px}}.drives-page .drives-grid.reverse-1{grid-template-columns:calc(42% - 36px) 58%}.drives-page .drives-card{border-radius:32px;min-height:462px;width:100%;display:flex;flex-direction:column;gap:60px;transition:all .3s ease}.drives-page .drives-card ul{margin-top:54px}.drives-page .drives-card ul li{display:flex;align-items:center;gap:8px;list-style:none;font-weight:500}.drives-page .drives-card ul li span{width:62px;height:62px;padding:10px;flex-shrink:0}.drives-page .drives-card ul li span img{width:100%;height:100%;object-fit:contain}.drives-page .drives-card ul li+li{margin-top:24px}.drives-page .your-right-content{border-radius:24px;display:flex;justify-content:center;align-items:center;width:100%}.drives-page .your-right-content img,.drives-page .drives-card .icon-box{width:100%}.drives-page .icon-box{display:flex;align-items:center;justify-content:center}.drives-page .icon-box img{width:100%;display:flex;align-items:center;justify-content:center}.drives-page .drives-content{display:block;text-align:left;align-items:start}@media screen and (max-width: 767px){.drives-page .drives-content{width:100%}}.drives-page .pt-124{padding-top:124px}@media screen and (max-width: 767px){.drives-page .pt-124{padding-top:50px}}.drives-page .pb-95{padding-bottom:95px}@media screen and (max-width: 767px){.drives-page .pb-95{padding-bottom:50px}}@media screen and (max-width: 767px){.drives-page .reverse-1{flex-direction:column-reverse;display:flex}}.intelligence-page{width:100%}.intelligence-page .Iintelligence-content{background:linear-gradient(149.6deg,#e4f3ff4d -.34%,#89c8ff4d 90.18%);border:2px solid #FDFDFD;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);box-shadow:0 4px 24px #5858580a inset;border-radius:42px;padding:24px}.intelligence-page .intelligence-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px;margin-bottom:24px;background:#f4f4f4;border-radius:24px;padding:24px}@media screen and (max-width: 767px){.intelligence-page .intelligence-grid{grid-template-columns:1fr;gap:16px}}.intelligence-page .intelligence-grid .intelligence-items{min-height:256px;position:relative;display:flow}@media screen and (max-width: 767px){.intelligence-page .intelligence-grid .intelligence-items{min-height:200px}}.intelligence-page .intelligence-grid .intelligence-icon{padding-bottom:95px}@media screen and (max-width: 767px){.intelligence-page .intelligence-grid .intelligence-icon{padding-bottom:55px}}.intelligence-page .how-section{position:relative;padding:170px 85px;border-radius:42px;background:#fff}@media screen and (max-width: 767px){.intelligence-page .how-section{padding:60px 25px}}.intelligence-page .how-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:42px;-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.intelligence-page .how-steps{display:flex;justify-content:space-between;position:relative;max-width:1090px;margin:0 auto}@media screen and (max-width: 767px){.intelligence-page .how-steps{flex-wrap:wrap;max-width:100%}}.intelligence-page .how-steps:before{content:"";position:absolute;top:45px;left:170px;right:170px;height:2px;background:#f8eaff}.intelligence-page .how-step{text-align:center;position:relative;z-index:1;flex:1}@media screen and (max-width: 767px){.intelligence-page .how-step{padding-bottom:50px}}.intelligence-page .step-number{width:90px;height:90px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 20px}.intelligence-page .step-number img{width:100%}.intelligence-page .step-text{width:220px;margin:auto}.intelligence-page .font-weight-800{font-weight:800!important}.intelligence-page .pb-16{padding-bottom:16px}.enterprise-page{width:100%}.enterprise-page .enterprise-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:24px;border-radius:24px;position:relative}@media screen and (max-width: 991.98px){.enterprise-page .enterprise-grid{grid-template-columns:1fr;gap:16px;padding:0}}.enterprise-page .enterprise-grid .enterprise-items{position:relative;display:flow}.enterprise-page .enterprise-grid .enterprise-items img{width:100%}.enterprise-page .enterprise-grid .enterprise-items ul{padding:42px 24px}@media screen and (max-width: 767px){.enterprise-page .enterprise-grid .enterprise-items ul{padding:20px 16px}}.enterprise-page .enterprise-grid .enterprise-items ul li{padding-left:70px;position:relative;list-style:none;padding-bottom:24px}.enterprise-page .enterprise-grid .enterprise-items li:before{content:"";position:absolute;left:0;top:-4px;width:62px;height:62px;background-size:62px;background-repeat:no-repeat;background-image:url(../../../assets/img/star-10.svg)}@media screen and (max-width: 767px){.enterprise-page .enterprise-grid .enterprise-items li:before{top:-14px}}.enterprise-page .enterprise-grid .enterprise-items-2{position:relative;display:flow;border-radius:16px;background:#fafafa;padding:62px;gap:24px;width:712px}@media screen and (max-width: 767px){.enterprise-page .enterprise-grid .enterprise-items-2{width:100%;padding:24px}}.enterprise-page .enterprise-grid .enterprise-grid-button{display:flex;flex-wrap:wrap;gap:16px;width:100%}@media screen and (max-width: 767px){.enterprise-page .enterprise-grid .enterprise-grid-button{grid-template-columns:1fr;gap:12px;padding:0}}.enterprise-page .enterprise-grid .enterprise-button{background:#fff;border:1px solid rgb(247,247,247);border-radius:90px;padding:12px 32px;display:flex;justify-content:center}@media screen and (max-width: 576px){.enterprise-page .enterprise-grid .enterprise-button{width:100%}}.enterprise-page .mb-24{margin-bottom:24px}.enterprise-page .mb-42{margin-bottom:42px}@media screen and (max-width: 767px){.enterprise-page .mb-42{margin-bottom:20px;display:block}}.ReadyAugment-page{background:linear-gradient(180deg,#d7e7ff00,#d7e7ffb3 50.68%);height:100%;object-fit:cover;background-size:cover;width:100%;border-radius:0 0 70px 70px}@media screen and (max-width: 767px){.ReadyAugment-page{border-radius:0 0 30px 30px}}.ReadyAugment-page .ReadyAugment-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:48px;text-align:center;align-items:center;padding-bottom:100px}@media screen and (max-width: 767px){.ReadyAugment-page .ReadyAugment-grid{grid-template-columns:repeat(1,1fr)}}.ReadyAugment-page .ReadyAugment-grid img{width:100%}.ReadyAugment-page .pb-42{padding-bottom:42px}.ReadyAugment-page .get-banner{max-width:680px;width:100%;display:flex;justify-content:center;margin:auto}.ReadyAugment-page .get-banner img{width:100%;height:100%}.ReadyAugment-page .mx-700{max-width:1000px;margin:auto;padding-top:120px}@media screen and (max-width: 767px){.ReadyAugment-page .mx-700{padding-top:60px}}.docforge-page{width:100%}@media screen and (max-width: 767px){.docforge-page{padding:40px 0}}.docforge-page .docforge-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.docforge-page .docforge-hero{width:100%;text-align:center;max-width:1050px;margin:auto;overflow:hidden}@media screen and (max-width: 767px){.docforge-page .docforge-hero{max-width:100%}}.docforge-page .docforge-button{display:flex;justify-content:center;align-items:center}.docforge-page .green-color-text{background:linear-gradient(90deg,#5aab46,#1b7460);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.docforge-page .docforge-button-1{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:32px;border-color:#ff88f3;border:1px solid #FF88F3;border-radius:90px;height:48px;width:160px;gap:8px;color:#000;padding:5px 12px}.docforge-page .org-color{color:#8030d6;color:linear-gradient(180deg,#BB7EFD -47.29%,#8030D6 138.41%)}.docforge-page .docforge-hero-bottom{width:100%;margin-top:60px}.docforge-page .docforge-hero-bottom .doc-grid{display:flex;gap:12px;align-items:start;max-width:1042px;justify-content:center;margin:auto;width:100%}@media screen and (max-width: 767px){.docforge-page .docforge-hero-bottom .doc-grid{max-width:100%;flex-wrap:wrap}}.docforge-page .pt-30{padding-top:30px}.app:has(.docforge-page){background:#fff;background-image:url(../../assets/img/docforgehero.png);background-repeat:no-repeat;background-size:100%}@media screen and (max-width: 767px){.app:has(.docforge-page){background-position:center top 400px!important}}.generation-page{width:100%}.generation-page .generation-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;justify-content:center}@media screen and (max-width: 767px){.generation-page .generation-grid{grid-template-columns:1fr}}.generation-page .generation-grid .generation-items{background:#eaeaea4d;border-radius:42px;padding:12px 12px 32px;min-height:206px;position:relative;display:flow;text-align:center}.generation-page .generation-grid .generation-icon{background:#fff;padding:16px;display:flex;border-radius:32px;justify-content:center;align-items:center;min-height:182px;margin-bottom:42px}@media screen and (max-width: 767px){.generation-page .generation-grid .generation-icon{min-height:100px;margin-bottom:20px}}.brief-page{width:100%}.brief-page .brief-to-ai{background-color:transparent;display:grid;grid-template-columns:repeat(4,1fr);gap:66px;border-radius:24px}.brief-page .brief-to-ai .brief-to-ai-step{padding:24px 16px;position:relative;background:linear-gradient(110.97deg,#eaffe54d -4.87%,#daf7da4a 103.95%);border:2px solid;border-image-source:linear-gradient(108.02deg,rgba(234,255,230,.6) 44.3%,rgba(255,255,255,.016129) 103.88%,#DAF7E6 130.2%);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);box-shadow:0 4px 24px #5858580a inset;border-radius:32px}.brief-page .brief-to-ai .brief-to-ai-step+.brief-to-ai-step:before{content:"";width:40px;height:190px;position:absolute;top:50%;transform:translateY(-50%);right:calc(100% + 12px);background-image:url(./assets/img/expertise-icon.svg);background-size:contain;background-position:center}.brief-page .brief-to-ai .brief-to-ai-step .brief-to-ai-icon{width:100%;max-width:218px;height:182px;margin-bottom:32px}.brief-page .brief-to-ai .brief-to-ai-step .brief-to-ai-icon img{width:100%;height:100%;object-fit:contain}.brief-page .text-head-color{background:linear-gradient(91.59deg,#5aab46 -13.59%,#1b7460 29.36%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media (max-width: 991.98px){.brief-page .brief-to-ai{grid-template-columns:repeat(2,1fr);gap:44px}.brief-page .brief-to-ai .brief-to-ai-step:nth-child(3):before{opacity:0}.brief-page .brief-to-ai .brief-to-ai-step .brief-to-ai-icon{max-width:144px;height:144px}}@media (max-width: 767.98px){.brief-page .brief-to-ai{grid-template-columns:repeat(1,1fr);gap:36px}.brief-page .brief-to-ai .brief-to-ai-step:before{opacity:0}.brief-page .brief-to-ai .brief-to-ai-step .brief-to-ai-icon{max-width:120px;height:120px}}.imagination-page{padding:80px 0}.imagination-grid{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 767px){.imagination-grid{grid-template-columns:1fr;justify-items:stretch}}.imagination-grid .imagination-items{box-shadow:0 0 44px #00184a0f;border-radius:32px;padding:24px;background:#fff;position:relative;min-height:206px;width:100%;max-width:100%}.imagination-grid .imagination-items .imagination-icon{width:100%;max-width:94px;height:94px;margin-bottom:103px}@media screen and (max-width: 767px){.imagination-grid .imagination-items .imagination-icon{margin-bottom:40px}}.imagination-grid .imagination-items .imagination-icon img{width:100%;height:100%;object-fit:contain}.imagination-grid .imagination-items ul{margin:0;padding:0}.imagination-grid .imagination-items ul li{padding-left:40px;position:relative;list-style:none;margin-bottom:16px}.imagination-grid .imagination-items ul li:before{content:"";position:absolute;left:0;top:0;width:24px;height:24px;background-size:24px;background-repeat:no-repeat;background-image:url(../../../assets/img/star-11.svg)}.imagination-grid .wide-727{max-width:727px;min-width:727px;display:flex;flex-direction:column}@media screen and (max-width: 767px){.imagination-grid .wide-727{width:100%;min-width:100%}}.imagination-grid .wide-500{max-width:509px;min-width:509px;display:flex;flex-direction:column}@media screen and (max-width: 767px){.imagination-grid .wide-500{width:100%;min-width:100%}}.difference-page{width:100%}.difference-page .difference-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;justify-content:center}@media screen and (max-width: 767px){.difference-page .difference-grid{grid-template-columns:1fr}}.difference-page .difference-grid .difference-items{border:4px solid rgb(249,249,249);border-radius:52px;padding:24px;min-height:206px;position:relative;display:flow}.difference-page .difference-grid .difference-icon{display:flex;justify-content:start}.difference-page .difference-grid ul{margin:0;padding:0}.difference-page .difference-grid ul li{padding-left:40px;position:relative;list-style:none;margin-bottom:24px}.difference-page .difference-grid ul li:before{content:"";position:absolute;left:0;top:2px;width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url(../../../assets/img/alertIcon.svg)}.difference-page .difference-grid .generic-column ul li:before{background-image:url(../../../assets/img/alertIcon.svg)}.difference-page .difference-grid .docforge-column{position:relative}.difference-page .difference-grid .docforge-column:after{content:"";position:absolute;inset:auto 0 0 0;height:150px;background:linear-gradient(180deg,#fff 23.95%,#7bfd7b5c);border-radius:0 0 52px 52px;pointer-events:none;z-index:0}.difference-page .difference-grid .docforge-column>*{position:relative;z-index:1}.difference-page .difference-grid .docforge-column h4.webtitle3{background:linear-gradient(91.59deg,#5aab46 -13.59%,#1b7460 29.36%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.difference-page .difference-grid .docforge-column ul li:before{background-image:url(../../../assets/img/bluestartticknew.svg)}.difference-page .pb-24{padding-bottom:24px}.docforgeNumber-page{width:100%;padding:120px 0 40px}@media screen and (max-width: 767px){.docforgeNumber-page{padding:76px 0 0}}.docforgeNumber-page .docforgeNumber-content{width:100%;padding:60px 24px;position:relative;height:100%;border-top:1px solid rgb(236,236,236);border-bottom:1px solid rgb(236,236,236)}.docforgeNumber-page .docforgeNumber-content .docforgeNumber-items{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:0;position:relative;width:100%;text-align:center}@media screen and (max-width: 767px){.docforgeNumber-page .docforgeNumber-content .docforgeNumber-items{gap:60px;justify-content:center;width:100%}}.docforgeNumber-page .docforgeNumber-content .text-blue{color:#0c4fe0}.docforgeNumber-page .docforgeNumber-content .pb-12{padding-bottom:12px}.docforgeNumber-page .docforgeNumber-content .border-right{border-right:1px solid var(--Border-Light, #F5F5F5)}.docforgeNumber-page .docforgeNumber-content .border-bottom{border-bottom:1px solid var(--Border-Light, #F5F5F5)}.docforgeNumber-page .docforgeNumber-content .numbertitle{font-size:92px;line-height:100px;font-weight:500;color:#684094}.docforgeNumber-page .docforgeNumber-content .head-color{background:linear-gradient(180deg,#63b3ff 23.95%,#dcc7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.enterpriseintelligent-page{width:100%;background:linear-gradient(110.97deg,#eaffe54d -4.87%,#daf7da4a 103.95%);border:2px solid;border-image-source:linear-gradient(108.02deg,rgba(234,255,230,.6) 44.3%,rgba(255,255,255,.016129) 103.88%,#DAF7E6 130.2%);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);box-shadow:0 4px 24px #5858580a inset;padding:90px 0}.enterpriseintelligent-page .enterpriseintelligent-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}@media screen and (max-width: 767px){.enterpriseintelligent-page .enterpriseintelligent-grid{grid-template-columns:1fr}}.enterpriseintelligent-page .enterpriseintelligent-grid .enterpriseintelligent-items{background:#fff;border-radius:24px;padding:24px;min-height:206px;position:relative;display:flow}@media screen and (max-width: 767px){.enterpriseintelligent-page .enterpriseintelligent-grid .enterpriseintelligent-items{min-height:180px}}.enterpriseintelligent-page .enterpriseintelligent-grid .enterpriseintelligent-icon{padding-bottom:16px}.enterpriseintelligent-page .enterpriseintelligent-grid .enterpriseintelligent-icon img{background-color:#fff;border-radius:8px}.enterpriseintelligent-tickers{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:32px;justify-content:center}.enterpriseintelligent-tickers .enterpriseintelligent-ticker{display:flex;align-items:center;gap:12px}.enterpriseintelligent-tickers .enterpriseintelligent-ticker span{width:24px;height:24px;flex-shrink:0}.enterpriseintelligent-tickers .enterpriseintelligent-ticker span img{width:100%;height:100%;object-fit:contain;display:block}.docassist-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.get-banner-new{max-width:302px;width:100%;margin:auto}.get-banner-new img{width:100%;height:100%}.prediction-page{width:100%}.prediction-page .prediction-to-ai{background-color:transparent;display:grid;grid-template-columns:repeat(4,1fr);gap:66px;border-radius:24px;background:#f9f9f9;padding:62px 24px}@media (max-width: 991.98px){.prediction-page .prediction-to-ai{padding:20px 16px}}.prediction-page .prediction-to-ai .prediction-to-ai-step{position:relative;min-height:434px;border-radius:32px;padding-right:30px;max-width:254px}.prediction-page .prediction-to-ai .prediction-to-ai-step+.prediction-to-ai-step:before{content:"";width:40px;height:190px;position:absolute;top:50%;transform:translateY(-50%);right:calc(100% + 12px);background-image:url(./assets/img/expertise-icon-3.svg);background-size:contain;background-position:center}.prediction-page .prediction-to-ai .prediction-to-ai-step .prediction-to-ai-icon{width:100%;max-width:182px;margin-bottom:42px}.prediction-page .prediction-to-ai .prediction-to-ai-step .prediction-to-ai-icon img{width:100%;height:100%;object-fit:contain}.prediction-page .prediction-to-ai .orange-color-text-2{background:linear-gradient(180deg,#fecb6b -30.45%,#ffac35,#d24930);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media (max-width: 991.98px){.prediction-page .prediction-to-ai{grid-template-columns:repeat(2,1fr);gap:44px}.prediction-page .prediction-to-ai .prediction-to-ai-step{padding-right:0;min-height:310px;max-width:100%}.prediction-page .prediction-to-ai .prediction-to-ai-step:nth-child(3):before{opacity:0}.prediction-page .prediction-to-ai .prediction-to-ai-step .prediction-to-ai-icon{max-width:94px;height:94px}}@media (max-width: 767.98px){.prediction-page .prediction-to-ai{grid-template-columns:repeat(1,1fr);gap:36px}.prediction-page .prediction-to-ai .prediction-to-ai-step:before{opacity:0}.prediction-page .prediction-to-ai .prediction-to-ai-step .prediction-to-ai-icon{max-width:120px;height:120px}}.mx-1200{max-width:1200px}.llmfinetuning-page .container{padding-inline:16px}.llmfinetuning-page{width:100%}@media screen and (max-width: 767px){.llmfinetuning-page{padding:40px 0}}.llmfinetuning-page .llmfinetuning-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.llmfinetuning-page .llmfinetuning-hero{width:100%;text-align:center;max-width:1050px;margin:auto;overflow:hidden}@media screen and (max-width: 767px){.llmfinetuning-page .llmfinetuning-hero{max-width:100%}}.llmfinetuning-page .llmfinetuning-button{display:flex;justify-content:center;align-items:center}.llmfinetuning-page .blue-color-text{background:linear-gradient(90deg,#5267f7,#315fc1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.llmfinetuning-page .llmfinetuning-button-1{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:32px;border-color:#ff88f3;border:1px solid #FF88F3;border-radius:90px;height:48px;min-width:160px;gap:8px;color:#000;padding:5px 32px}.llmfinetuning-page .org-color{color:#8030d6;color:linear-gradient(180deg,#BB7EFD -47.29%,#8030D6 138.41%)}.llmfinetuning-page .llmfinetuning-hero-bottom{width:100%;margin-top:60px}.llmfinetuning-page .llmfinetuning-hero-bottom .doc-grid{display:flex;gap:12px;align-items:start;max-width:1042px;justify-content:center;margin:auto;width:100%}@media screen and (max-width: 767px){.llmfinetuning-page .llmfinetuning-hero-bottom .doc-grid{max-width:100%;flex-wrap:wrap}}.llmfinetuning-page .llmfine-tuning-security-img{max-width:945px;margin:48px auto 0}.llmfinetuning-page .llmfine-tuning-security-img img{width:100%;height:100%;object-fit:cover}.bg-light2{background:#f1f7fb;border-radius:52px;overflow:hidden;position:relative}.bg-light2:before{content:"";position:absolute;width:100%;height:50%;background:linear-gradient(110.97deg,#eaffe54d -4.87%,#daf7da4a 103.95%);bottom:0;left:0}.expertise-to-ai{background:#f9f9f9;padding:62px 23px;display:grid;grid-template-columns:repeat(4,1fr);gap:66px;border-radius:24px}.expertise-to-ai .expertise-to-ai-step{padding:24px 16px;position:relative}.expertise-to-ai .expertise-to-ai-step+.expertise-to-ai-step:before{content:"";width:40px;height:190px;position:absolute;top:50%;transform:translateY(-50%);right:calc(100% + 12px);background-image:url(./assets/img/expertise-icon.svg);background-size:contain;background-position:center}.expertise-to-ai .expertise-to-ai-step .expertise-to-ai-icon{width:100%;max-width:182px;height:182px;margin-bottom:32px}.expertise-to-ai .expertise-to-ai-step .expertise-to-ai-icon img{width:100%;height:100%;object-fit:contain}@media (max-width: 991.98px){.expertise-to-ai{grid-template-columns:repeat(2,1fr);gap:44px}.expertise-to-ai .expertise-to-ai-step:nth-child(3):before{opacity:0}.expertise-to-ai .expertise-to-ai-step .expertise-to-ai-icon{max-width:144px;height:144px}}@media (max-width: 767.98px){.expertise-to-ai{grid-template-columns:repeat(1,1fr);gap:36px}.expertise-to-ai .expertise-to-ai-step:before{opacity:0}.expertise-to-ai .expertise-to-ai-step .expertise-to-ai-icon{max-width:120px;height:120px}}.grade-efficiency-img{width:100%;margin-bottom:24px}.grade-efficiency-img img{width:100%;height:100%;object-fit:cover;border-radius:42px}@media (max-width: 767.98px){.grade-efficiency-img img{border-radius:20px}}.grade-efficiency{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;border-radius:24px}.grade-efficiency .grade-efficiency-step{padding:42px 24px;background:#fff;border-radius:42px;box-shadow:0 0 44px #00184a0f}.grade-efficiency .grade-efficiency-step .grade-efficiency-icon{width:42px;height:42px;margin-bottom:60px}.grade-efficiency .grade-efficiency-step .grade-efficiency-icon img{width:100%;height:100%;object-fit:contain}.grade-efficiency .grade-efficiency-step h4{color:#1f1f1f}.grade-efficiency .grade-efficiency-step p{color:#000c}@media (max-width: 991.98px){.grade-efficiency.grade-efficiency{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767.98px){.grade-efficiency.grade-efficiency{grid-template-columns:repeat(2,1fr)}.grade-efficiency.grade-efficiency .grade-efficiency-step .grade-efficiency-icon{margin-bottom:40px}}@media (max-width: 575.98px){.grade-efficiency.grade-efficiency{grid-template-columns:1fr}}.tarining-data-list{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.tarining-data-list .tarining-data-item:first-child{grid-column:span 2/span 2;grid-row:span 3/span 3}.tarining-data-list .tarining-data-item .tarining-data-img{width:100%;height:100%}.tarining-data-list .tarining-data-item .tarining-data-img img{width:100%;height:100%;object-fit:cover;border-radius:42px}@media (max-width: 767.98px){.tarining-data-list .tarining-data-item .tarining-data-img img{border-radius:20px}}.tarining-data-box{padding:42px 24px;background:#fff;border-radius:32px;box-shadow:0 0 44px #00184a0f}.tarining-data-box .tarining-data-icon{width:42px;height:42px;margin-bottom:60px}.tarining-data-box .tarining-data-icon img{width:100%;height:100%;object-fit:contain}.tarining-data-box h4{color:#1f1f1f}.tarining-data-box p{color:#000c}@media (max-width: 991.98px){.tarining-data-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 991.98px) and (max-width: 991.98px){.tarining-data-list.tarining-data-list{grid-template-columns:repeat(1,1fr)}.tarining-data-list.tarining-data-list .tarining-data-item:first-child{grid-column:span 1/span 1;grid-row:span 1/span 1}.tarining-data-list.tarining-data-list .tarining-data-item .tarining-data-box .tarining-data-icon{margin-bottom:40px}}.full-spectrum-list{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:54px 25px}.full-spectrum-list .full-spectrum-item .full-spectrum-box .full-spectrum-img{width:100%;height:240px;border-radius:24px;overflow:hidden;margin-bottom:42px}.full-spectrum-list .full-spectrum-item .full-spectrum-box .full-spectrum-img img{width:100%;height:100%;object-fit:cover}.full-spectrum-list .full-spectrum-item .full-spectrum-box h4{color:#1f1f1f}.full-spectrum-list .full-spectrum-item .full-spectrum-box p{color:#000c}@media (max-width: 991.98px){.full-spectrum-list.full-spectrum-list{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media (max-width: 767.98px){.full-spectrum-list.full-spectrum-list{grid-template-columns:repeat(1,minmax(120px,1fr))}}.llmfinetuning-page .imaging-radiology-page{padding:80px 24px!important;background:linear-gradient(179deg,#f1f7fb,#eaffe5e6);border-radius:52px;overflow:hidden;position:relative}.llmfinetuning-page .imaging-radiology-bg{background:#fff;border-radius:42px;padding:82px 0;z-index:99;position:relative}.imaging-radiology-wrapper{display:flex;flex-wrap:wrap;align-items:center}.imaging-radiology-left{width:56%;padding-right:48px}.imaging-radiology-right{width:44%}.imaging-radiology-img{width:100%}.imaging-radiology-img img{width:100%;height:100%;object-fit:cover;border-radius:24px;display:block}.imaging-radiology-item{display:flex;align-items:center}.imaging-radiology-icon{padding:10px;width:62px;height:62px;flex-shrink:0}.imaging-radiology-icon img{width:100%;height:100%;object-fit:contain}.imaging-radiology-content{width:calc(100% - 62px);padding-left:8px}.imaging-radiology-item+.imaging-radiology-item{margin-top:52px}.imaging-radiology-content h4{color:#1f1f1f}.imaging-radiology-content p{color:#1f1f1fe6}@media only screen and (max-width: 991.98px){.imaging-radiology-left{width:100%;padding-right:0;margin-bottom:40px}.imaging-radiology-right{width:100%}.imaging-radiology-item+.imaging-radiology-item{margin-top:40px}}.llmfine-tuning-section-1 .tuning-capabilities-page{background:linear-gradient(110.97deg,#eaffe54d -4.87%,#daf7da4a 103.95%);padding-block:112px!important;border-radius:32px}.tuning-capabilities-list{display:grid;grid-template-columns:repeat(3,minmax(200px,1fr));gap:42px 82px}.tuning-capabilities-icon{width:62px;margin-bottom:42px;height:62px}.tuning-capabilities-icon img{width:100%;height:100%;object-fit:contain}.tuning-capabilities-box{padding:54px 24px 24px}.tuning-capabilities-box h4{color:#1f1f1f}.tuning-capabilities-box p{color:#1f1f1fe6}@media (max-width: 991.98px){.tuning-capabilities-list{grid-template-columns:repeat(2,minmax(200px,1fr));gap:30px 60px}}@media (max-width: 767.98px){.tuning-capabilities-box{padding:30px 16px 16px}.tuning-capabilities-icon{width:50px;height:50px;margin-bottom:40px}.tuning-capabilities-list{grid-template-columns:repeat(1,minmax(200px,1fr));gap:20px 40px}}.stats-page .stats-content .statstitle,.stats-page .stats-content .statstitle2{font-size:92px;line-height:100px;font-weight:500;background:linear-gradient(0deg,#dcc7ff .38%,#63b3ff);background-clip:text;-webkit-background-clip:text;color:transparent}@media screen and (max-width: 1199.98px){.stats-page .stats-content{padding:40px 20px}.stats-page .stats-content .stats-items{justify-content:center;gap:24px}.stats-page .stats-content .statstitle{font-size:60px;line-height:684px}}@media screen and (max-width: 767.98px){.stats-page .stats-content .statstitle,.stats-page .stats-content .statstitle2{font-size:60px;line-height:64px}}.delivers-roi-items{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr))}.delivers-roi-items .delivers-roi-item{padding:24px}.delivers-roi-items .delivers-roi-item .delivers-roi-icon{width:62px;height:62px;margin-bottom:24px}.delivers-roi-items .delivers-roi-item .delivers-roi-icon img{width:100%;height:100%;object-fit:contain}@media (max-width: 767.98px){.delivers-roi-items{grid-template-columns:repeat(1,minmax(200px,1fr))}.delivers-roi-items .delivers-roi-item{padding:16px}.delivers-roi-items .delivers-roi-item .delivers-roi-icon{width:50px;height:50px;margin-bottom:16px}}.infrastructure-page{width:100%}.infrastructure-page .infrastructure-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:24px}@media screen and (max-width: 767px){.infrastructure-page .infrastructure-grid{grid-template-columns:1fr}}.infrastructure-page .infrastructure-grid .infrastructure-items{background:#f9f9f9;border-radius:24px;padding:24px;min-height:206px;position:relative;display:flow}@media screen and (max-width: 767px){.infrastructure-page .infrastructure-grid .infrastructure-items{min-height:180px}}.infrastructure-page .infrastructure-grid .infrastructure-icon{padding-bottom:16px}.infrastructure-page .infrastructure-grid .infrastructure-icon img{background-color:#fff;border-radius:8px}.infrastructure-tickers{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:32px;justify-content:center}.infrastructure-tickers .infrastructure-ticker{display:flex;align-items:center;gap:12px}.infrastructure-tickers .infrastructure-ticker span{width:24px;height:24px;flex-shrink:0}.infrastructure-tickers .infrastructure-ticker span img{width:100%;height:100%;object-fit:contain;display:block}.ready-build-wrapper{padding:80px 24px;box-shadow:0 0 16px #00000012;border-radius:42px}.ready-build-wrapper .ready-build-icon{width:100px;height:100px;border-radius:16px;background:#fff;margin-bottom:20px;display:inline-block}.ready-build-wrapper .ready-build-icon img{width:100%;height:100%;object-fit:contain;display:block}.ready-build-wrapper .hero-button{margin-top:42px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.ready-build-wrapper .hero-button button{padding-inline:24px!important}.auditcompliance-page{width:100%;background-image:url(../../assets/img/auditcompliancehero.svg);background-position:center 0;background-repeat:no-repeat;background-size:100%!important}@media screen and (max-width: 767px){.auditcompliance-page{padding:40px 0}}.auditcompliance-page .auditcompliance-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.auditcompliance-page .auditcompliance-hero{width:100%;text-align:center;max-width:1050px;margin:auto;overflow:hidden}@media screen and (max-width: 767px){.auditcompliance-page .auditcompliance-hero{max-width:100%}}.auditcompliance-page .auditcompliance-button{display:flex;justify-content:center;align-items:center}.auditcompliance-page .orange-color-text{background:linear-gradient(180deg,#fecb6b -30.45%,#ffac35,#d24930);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.auditcompliance-page .auditcompliance-button-1{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:32px;border-color:#ff88f3;border:1px solid #FF88F3;border-radius:90px;height:48px;width:282px;gap:8px;color:#000;padding:5px 12px}.auditcompliance-page .auditcompliance-hero-bottom{width:100%;margin-top:60px}.auditcompliance-page .auditcompliance-hero-bottom .doc-grid{display:flex;gap:12px;align-items:start;max-width:1042px;justify-content:center;margin:auto;width:100%}@media screen and (max-width: 767px){.auditcompliance-page .auditcompliance-hero-bottom .doc-grid{max-width:100%;flex-wrap:wrap}}.app:has(.auditcompliance-page){background:#fff;background-repeat:no-repeat;background-size:100%}@media screen and (max-width: 767px){.app:has(.auditcompliance-page){background-position:center top 400px!important}}.anycontent-page{width:100%}.anycontent-page .anycontent-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px;justify-content:center;max-width:870px;margin:auto}.anycontent-page .anycontent-grid .anycontent-items{background-color:#fff;border-radius:22px;padding:30px;background:linear-gradient(180deg,#fffc,#f6f6f6cc);height:92px;position:relative;display:flex;justify-content:center;align-items:center}.anycontent-page .anycontent-content,.anycontent-page .anycontent-content img{width:100%}.pt-150{padding-top:460px}@media screen and (max-width: 767px){.pt-150{padding-top:76px}}.compliance-page{width:100%}.compliance-page .compliance-to-ai{background-color:transparent;display:grid;grid-template-columns:repeat(4,1fr);gap:66px;border-radius:24px}.compliance-page .compliance-to-ai .compliance-to-ai-step{padding:24px 16px;position:relative;background:linear-gradient(110.97deg,#ffffff4d -4.87%,#f3f3f34a 103.95%);border:2px solid;border-image-source:linear-gradient(108.02deg,rgba(234,255,230,.6) 44.3%,rgba(255,255,255,.016129) 103.88%,#DAF7E6 130.2%);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);box-shadow:0 4px 24px #5858580a inset;min-height:434px;border-radius:32px}.compliance-page .compliance-to-ai .compliance-to-ai-step+.compliance-to-ai-step:before{content:"";width:40px;height:190px;position:absolute;top:50%;transform:translateY(-50%);right:calc(100% + 12px);background-image:url(./assets/img/expertise-icon-2.svg);background-size:contain;background-position:center}.compliance-page .compliance-to-ai .compliance-to-ai-step .compliance-to-ai-icon{width:100%;max-width:94px;margin-bottom:103px}.compliance-page .compliance-to-ai .compliance-to-ai-step .compliance-to-ai-icon img{width:100%;height:100%;object-fit:contain}.compliance-page .compliance-to-ai .orange-color-text-2{background:linear-gradient(180deg,#fecb6b -30.45%,#ffac35,#d24930);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media (max-width: 991.98px){.compliance-page .compliance-to-ai{grid-template-columns:repeat(2,1fr);gap:44px}.compliance-page .compliance-to-ai .compliance-to-ai-step:nth-child(3):before{opacity:0}.compliance-page .compliance-to-ai .compliance-to-ai-step .compliance-to-ai-icon{max-width:94px;height:94px}}@media (max-width: 767.98px){.compliance-page .compliance-to-ai{grid-template-columns:repeat(1,1fr);gap:36px}.compliance-page .compliance-to-ai .compliance-to-ai-step:before{opacity:0}.compliance-page .compliance-to-ai .compliance-to-ai-step .compliance-to-ai-icon{max-width:120px;height:120px}}.standards-page{width:100%}.standards-page .standards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}@media screen and (max-width: 767px){.standards-page .standards-grid{grid-template-columns:repeat(1,1fr);gap:20px}}.standards-page .your-right-content{display:flex;justify-content:center;align-items:center;max-width:592px;width:100%}.standards-page .your-right-content img,.standards-page .standards-card .icon-box{width:100%}.standards-page .icon-box{display:flex;align-items:center;justify-content:center}.standards-page .icon-box img{width:100%;display:flex;align-items:center;justify-content:center}.standards-page .standards-content{display:flex;flex-wrap:nowrap;gap:8px;text-align:left;align-items:center;padding-bottom:52px}.standards-page .pt-42{padding-top:42px;padding-left:12px}@media screen and (max-width: 767px){.standards-page .pt-42{padding-top:20px;padding-left:8px}}.deployed-page{width:100%}.deployed-page .deployed-grid{display:grid;grid-template-columns:1fr 1fr 2fr;gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.deployed-page .deployed-grid{grid-template-columns:1fr;gap:16px}}.deployed-page .deployed-grid-2{display:grid;grid-template-columns:1fr 2fr 1fr;gap:24px}@media screen and (max-width: 767px){.deployed-page .deployed-grid-2{grid-template-columns:1fr;gap:16px}}.deployed-page .mx-w-320{width:319px}@media screen and (max-width: 767px){.deployed-page .mx-w-320{width:100%}}.deployed-page .deployed-items{background-color:#fff;border-radius:42px;padding:42px 24px;box-shadow:0 0 44px #00184a0f;min-height:356px;position:relative}@media screen and (max-width: 767px){.deployed-page .deployed-items{padding:20px 16px}}.deployed-page .deployed-icon{display:flex;justify-content:start;position:relative;padding-bottom:40px}.poweredenterprise-page{width:100%}.poweredenterprise-page .poweredenterprise-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media screen and (max-width: 767px){.poweredenterprise-page .poweredenterprise-grid{grid-template-columns:1fr;gap:16px}}.poweredenterprise-page .poweredenterprise-items{background:linear-gradient(110.97deg,#ffffff4d -4.87%,#f3f3f34a 103.95%);border-radius:42px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);box-shadow:0 4px 24px #5858580a inset;min-height:380px;position:relative;display:grid}@media screen and (max-width: 767px){.poweredenterprise-page .poweredenterprise-items{padding:20px 16px}}.poweredenterprise-page .poweredenterprise-icon{min-height:196px;width:100%;display:flex;justify-content:end;padding-right:50px;border-radius:24px;background:linear-gradient(180deg,#fff0,#ffc1630f 47.07%,#ffa4631a)}.poweredenterprise-page .poweredenterprise-icon img{display:flex;justify-content:end;position:absolute;bottom:40px;width:72px;height:81px}.poweredenterprise-page .p-24{padding:24px 36px}.stats-page{width:100%;padding:120px 0 40px}.stats-page .stats-content{width:100%;padding:60px 24px;position:relative;height:100%;border-top:1px solid #ECECEC;border-bottom:1px solid #ECECEC}.stats-page .stats-content .stats-items{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:0;position:relative;width:100%;text-align:center}@media screen and (max-width: 767px){.stats-page .stats-content .stats-items{gap:60px;justify-content:center;width:100%}}.stats-page .stats-content .statstitle{background:linear-gradient(180deg,#fecb6b -30.45%,#ffac35,#d24930);background-clip:text;-webkit-background-clip:text;color:transparent}@media screen and (max-width: 1199.98px){.stats-page .stats-content{padding:40px 20px}.stats-page .stats-content .stats-items{justify-content:center;gap:24px}}.beyond-page{width:100%}.beyond-page .beyond-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;justify-content:center}@media screen and (max-width: 767px){.beyond-page .beyond-grid{grid-template-columns:1fr}}.beyond-page .beyond-grid .beyond-items{border:4px solid #F9F9F9;border-radius:52px;padding:24px;min-height:206px;position:relative;display:flow}.beyond-page .beyond-grid .beyond-icon{display:flex;justify-content:start}.beyond-page .beyond-grid ul{margin:0;padding:0}.beyond-page .beyond-grid ul li{padding-left:60px;position:relative;list-style:none;padding-bottom:40px}.beyond-page .beyond-grid ul li:before{content:"";position:absolute;left:0;top:-6px;width:48px;height:48px;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url(../../../assets/img/beyond-icon-2.svg)}.beyond-page .beyond-grid .compliance-column{position:relative;background:linear-gradient(180deg,#fff,#fffdf5 73.83%);border:4px solid;border-image-source:linear-gradient(180deg,#FCEEEB 23.95%,#FCFFFE 100%);box-shadow:0 0 44px #00184a0f}.beyond-page .beyond-grid .compliance-column:after{content:"";position:absolute;inset:auto 0 0 0;height:150px;background:linear-gradient(180deg,#fff 23.95%,#ffa96757);border-radius:0 0 52px 52px;pointer-events:none;z-index:0}.beyond-page .beyond-grid .compliance-column>*{position:relative;z-index:1}.beyond-page .beyond-grid .compliance-column h4.webtitle3{background:linear-gradient(180deg,#fecb6b -30.45%,#ffac35,#d24930);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.beyond-page .beyond-grid .compliance-column ul li:before{background-image:url(../../../assets/img/beyond-icon-3.svg)}.beyond-page .pb-24{padding-bottom:24px}.standardsfluently-page{width:100%;background:linear-gradient(110.97deg,#fefaf34d -4.87%,#ffe8d64a 103.95%);border:2px solid;border-image-source:linear-gradient(108.02deg,rgba(234,255,230,.6) 44.3%,rgba(255,255,255,.016129) 103.88%,#DAF7E6 130.2%);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);box-shadow:0 4px 24px #5858580a inset;padding:90px 0}.standardsfluently-page .standardsfluently-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px}@media screen and (max-width: 767px){.standardsfluently-page .standardsfluently-grid{grid-template-columns:1fr}}.standardsfluently-page .standardsfluently-grid .standardsfluently-items{background:#fff;border-radius:24px;padding:24px;min-height:206px;position:relative;display:flow}@media screen and (max-width: 767px){.standardsfluently-page .standardsfluently-grid .standardsfluently-items{min-height:180px}}.standardsfluently-page .standardsfluently-grid .standardsfluently-icon{padding-bottom:16px}.standardsfluently-page .standardsfluently-grid .standardsfluently-icon img{background-color:#fff;border-radius:8px}.standardsfluently-tickers{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:32px;justify-content:center}.standardsfluently-tickers .standardsfluently-ticker{display:flex;align-items:center;gap:12px}.standardsfluently-tickers .standardsfluently-ticker span{width:24px;height:24px;flex-shrink:0}.standardsfluently-tickers .standardsfluently-ticker span img{width:100%;height:100%;object-fit:contain;display:block}.privacyarchitecture-page{width:100%}.privacyarchitecture-page .privacyarchitecture-grid{display:flex;gap:40px;align-items:center}@media screen and (max-width: 767px){.privacyarchitecture-page .privacyarchitecture-grid{flex-wrap:wrap}}.privacyarchitecture-page .privacyarchitecture-card{max-width:685px;width:100%}.privacyarchitecture-page .list-text{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:center;position:relative}@media screen and (max-width: 767px){.privacyarchitecture-page .list-text{grid-template-columns:repeat(2,1fr)}}.privacyarchitecture-page .list-text span{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.privacyarchitecture-page .list-text span img{height:24px;width:24px}.privacyarchitecture-page .pb-36{padding-bottom:36px}.privacyarchitecture-page .privacy-banner{max-width:548px;width:100%;display:flex;justify-content:center;align-items:center}.privacyarchitecture-page .privacy-banner img{width:100%;max-width:378px}.readytransform-wrapper{padding:42px 24px;box-shadow:0 0 16px #00000012;border-radius:42px}.readytransform-wrapper .readytransform-icon{max-width:240px;padding-bottom:16px}.readytransform-wrapper .hero-button{margin-top:42px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.readytransform-wrapper .hero-button button{padding-inline:24px!important}*{margin:0;padding:0;box-sizing:border-box}:root{--text-color: rgba(0, 0, 0, .8);--gradient-purple: #C9B2E3;--gradient-blue: #98D1FF;--gradient-orange: #FEDEB7;--transition-smooth: .6s cubic-bezier(.4, 0, .2, 1);--transition-fast: .3s cubic-bezier(.4, 0, .2, 1);--white-color: #FFF}html{scroll-behavior:smooth;overflow-x:hidden;overflow-y:visible}body{font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);line-height:1.6;overflow-x:hidden;overflow-y:visible}.app{display:flex;flex-direction:column;min-height:100vh;position:relative;background-image:url(/assets/bg-DnXESeFa.png);background-size:cover;background-position:top;background-repeat:no-repeat;overflow:visible!important;transform:none!important}@media (max-width: 768px){.app{background-size:contain;background-position:center top}}.app.app-white-bg{background-image:none;background-color:#fff}.app.app-gradient-bg{background-image:none;background:linear-gradient(135deg,var(--gradient-purple) 0%,var(--gradient-blue) 50%,var(--gradient-orange) 100%)}.app.app-homepage{background-image:url(/assets/img/Newbg.svg);background-size:contain;background-position:0 0;background-repeat:no-repeat}@media screen and (max-width: 767px){.app.app-homepage{background-image:url(/assets/img/Newbgmobile.svg);background-position:0 -42px}}.app-lottie-bg{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:0;pointer-events:none;overflow:hidden;background-image:url(/assets/img/Newbg.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.main-content{flex:1;width:100%;overflow:visible!important;transform:none!important;position:relative;z-index:1}.container{max-width:1260px;margin:0 auto;padding:0;width:100%}@media only screen and (max-width: 767.4px){.container{padding:0 16px!important}}.section{padding:80px 0;position:relative}@media (max-width: 768px){.section{padding:16px 0}}.section-title{font-size:48px;font-weight:700;line-height:60px;letter-spacing:-1px;margin-bottom:12px;color:var(--text-color);text-align:center}@media screen and (max-width: 767.4px){.section-title{font-size:24px;line-height:36px}}@media (max-width: 768px){.section-title{font-size:24px}br{display:none}}.section-subtitle{font-size:20px;font-weight:400;line-height:32px;color:var(--text-color);opacity:.7;margin-bottom:48px;text-align:center}@media (max-width: 768px){.section-subtitle{font-size:14px;line-height:22px;margin-bottom:0}}.gradient-bg-1{background:linear-gradient(135deg,var(--gradient-purple) 0%,var(--gradient-blue) 100%)}.gradient-bg-2{background:linear-gradient(135deg,var(--gradient-blue) 0%,var(--gradient-orange) 100%)}.gradient-bg-3{background:linear-gradient(135deg,var(--gradient-purple) 0%,var(--gradient-orange) 100%)}.animate-on-scroll{opacity:0;filter:blur(10px);transform:translateY(20px);transition:opacity var(--transition-smooth),filter var(--transition-smooth),transform var(--transition-smooth)}.animate-on-scroll.visible{opacity:1;filter:blur(0);transform:translateY(0)}body.scroll-locked{overflow:hidden;position:fixed;width:100%}body.scroll-locked .containerrrrr,body.scroll-locked .containerrrrr .card{position:sticky!important}button{overflow:hidden;position:relative;max-height:52px!important;padding:0 16px!important;min-height:52px!important;background:linear-gradient(#1f1f1f,#3c3c3c);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all var(--transition-fast);height:52px;display:flex;align-items:center;width:auto;flex-flow:column}button .label-up{display:flex;position:absolute;top:0%;transition:top .3s cubic-bezier(.4,0,.2,1);align-items:center;margin:0 auto;left:0;right:0;width:100%;justify-content:center}button .label-up:first-of-type{top:50%;transform:translateY(-50%)}button .label-up:last-of-type{position:relative;top:100%;left:0;right:0;transform:none}@media screen and (max-width: 767.4px){.offerings__grid{gap:16px}.app-lottie-bg{display:none}}.webherotitle{font-weight:600!important;font-size:60px!important;line-height:76px!important;letter-spacing:-.5px!important}@media screen and (max-width: 767px){.webherotitle{font-weight:600!important;font-size:26px!important;line-height:34px!important;letter-spacing:-.5px!important}}.websectiontitle{font-weight:700!important;font-size:48px!important;line-height:60px!important;letter-spacing:-.5px!important}@media screen and (max-width: 767px){.websectiontitle{font-weight:600!important;font-size:24px!important;line-height:32px!important;letter-spacing:-.5px!important}}.webtitle1{font-weight:500!important;font-size:38px!important;line-height:56px!important;letter-spacing:-.5px!important}@media screen and (max-width: 767px){.webtitle1{font-weight:400!important;font-size:20px!important;line-height:28px!important;letter-spacing:0px!important}}.webtitle2{font-weight:500!important;font-size:32px!important;line-height:44px!important;letter-spacing:-.5px!important}@media screen and (max-width: 767px){.webtitle2{font-weight:500!important;font-size:16px!important;line-height:22px!important;letter-spacing:0!important}}.webtitle2_2{font-weight:500!important;font-size:32px!important;line-height:44px!important;letter-spacing:-.5px!important}@media screen and (max-width: 767px){.webtitle2_2{font-weight:500!important;font-size:20px!important;line-height:28px!important;letter-spacing:0!important}}.webtitle3{font-weight:600!important;font-size:28px!important;line-height:38px!important;letter-spacing:-.5px!important}@media screen and (max-width: 767px){.webtitle3{font-weight:400!important;font-size:20px!important;line-height:28px!important;letter-spacing:0!important}}.webtitle4{font-weight:500!important;font-size:24px!important;line-height:32px!important;letter-spacing:-.5px!important}@media screen and (max-width: 767px){.webtitle4{font-weight:500!important;font-size:16px!important;line-height:22px!important;letter-spacing:0!important}}.webtitle5{font-weight:600!important;font-size:20px!important;line-height:32px!important;letter-spacing:0!important}@media screen and (max-width: 767px){.webtitle5{font-weight:600!important;font-size:16px!important;line-height:22px!important;letter-spacing:0!important}}.webbody1{font-weight:400!important;font-size:20px!important;line-height:32px!important;letter-spacing:0!important}@media screen and (max-width: 767px){.webbody1{font-size:14px!important;font-weight:400!important;line-height:22px!important;letter-spacing:0px!important}}.webbody2{font-weight:400!important;font-size:18px!important;line-height:28px!important;letter-spacing:0!important}@media screen and (max-width: 767px){.webbody2{font-size:14px!important;font-weight:400!important;line-height:22px!important;letter-spacing:0px!important}}.webbody3{font-weight:400!important;font-size:16px!important;line-height:24px!important;letter-spacing:0!important}@media screen and (max-width: 767px){.webbody3{font-size:16px!important;font-weight:500!important;line-height:22px!important;letter-spacing:0px!important}}.webbody3_3{font-weight:400!important;font-size:16px!important;line-height:24px!important;letter-spacing:0!important}@media screen and (max-width: 767px){.webbody3_3{font-size:14px!important;font-weight:400!important;line-height:22px!important;letter-spacing:0px!important}}.mobilebody1{font-size:14px!important;line-height:22px!important;font-weight:400!important;letter-spacing:0!important}.mobilebody2{font-size:12px!important;line-height:16px!important;font-weight:400!important;letter-spacing:0!important}.pb-8{padding-bottom:8px}.pb-12{padding-bottom:12px}.pb-16{padding-bottom:16px}.pb-35{padding-bottom:35px}.pb-48{padding-bottom:48px!important}.mb-36{margin-bottom:36px}@media screen and (max-width: 767px){.mb-36{margin-bottom:36px}}.paddtop-40{padding-top:40px}@media screen and (max-width: 767px){.paddtop-40{padding-top:10px}}.p-24{padding:24px}.pb-10{padding-bottom:10px!important}.hero-button.sm-block.d-none{display:none}.hero-button.sm-none.lg-block{display:block}@media screen and (max-width: 767px){.pb-48{padding-bottom:32px}.pt-36{padding-top:36px}}@media screen and (max-width: 767px){.hero-button.sm-none.lg-block{display:none}.hero-button.sm-block.d-none{display:block;width:100%;text-align:center}}.text-left{text-align:left!important}@media only screen and (max-width: 767.4px){.counterTitle{font-size:42px!important;padding-bottom:4px!important}.counterDesc{font-size:14px!important;font-weight:400!important}.cta-primary{max-width:260px;min-width:260px;margin:auto}.cta-secondary{max-width:260px;margin:auto;min-width:260px}}.pb-100{padding:100px 0 40px!important}@media only screen and (max-width: 767.4px){.pb-100{padding:100px 0 0!important}}.pb-60{padding:100px 0 40px!important}@media only screen and (max-width: 767.4px){.pb-60{padding:40px 0 76px!important}}.pb-120{padding:0 0 160px!important}@media only screen and (max-width: 767.4px){.pb-120{padding:0 0 76px!important}}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.mb-120{margin:0 0 160px!important}@media only screen and (max-width: 767.4px){.mb-120{margin:0 0 76px!important}}.p-24{padding:24px!important}@media (max-width: 768px){.p-24{padding:12px!important}}.mb-12{margin-bottom:12px!important}.h-110{height:100px}div.section-spacing{padding-top:160px}@media screen and (max-width: 767px){div.section-spacing{padding-top:76px}}div.section-spacing>*{margin-bottom:0!important;padding-bottom:0!important;padding-top:0!important;margin-top:0!important}.data-analytics-hero .hero{padding-bottom:0!important}.section-spacing.data-analytics-section-1{padding-top:0!important}.section-spacing.data-analytics-section-1>div{padding-top:60px!important}.section-spacing.data-analytics-section-5>section,.section-spacing.ai-automation-section-2>section,.section-spacing.financial-service-section-4>section{margin-top:0!important;padding-bottom:140px!important;padding-top:140px!important}@media screen and (max-width: 767px){.section-spacing.data-analytics-section-5>section,.section-spacing.ai-automation-section-2>section,.section-spacing.financial-service-section-4>section{padding-top:40px!important;padding-bottom:40px!important}}.section-spacing.cyber-security-section-8>div{margin-top:0!important;padding-bottom:140px!important;padding-top:140px!important}@media screen and (max-width: 767px){.section-spacing.cyber-security-section-8>div{padding-top:40px!important;padding-bottom:40px!important}}.section-spacing.data-analytics-section-7>div{padding-top:40px!important;padding-bottom:40px!important}.section-spacing.managed-services-section-8>div{padding-top:40px!important;padding-bottom:40px!important}.managed-services-hero>div,.cyber-security-hero>div{padding-bottom:0!important}.cloud-infrastructure-hero>div,.ai-automation-hero>div,.application-modernization-hero>div,.quality-engineering-hero>div,.application-engineering-hero>div,.utilityhero_main>div,.real-state-hero>div,.financial-service-hero>div,.healthcare-hero>div,.insurance-hero>div{padding-bottom:0!important}.section-spacing.cloud-infrastructure-section-1{padding-top:0!important}.section-spacing.cloud-infrastructure-section-1>div{padding-top:72px!important}.section-spacing.insurance-section-7>section .operation-card{padding-top:112px!important;padding-bottom:112px!important}@media screen and (max-width: 767px){.section-spacing.insurance-section-7>section .operation-card{padding-top:40px!important;padding-bottom:40px!important}}@media screen and (max-width: 767px){section.confidence-cta.mt-0.pt-0 .confidence-cta-bg .confidence-cta-frame,.section-spacing.quality-engineering-section-8 .confidence-cta-bg .confidence-cta-frame,.section-spacing.utility-section-8 .confidence-cta-bg .confidence-cta-frame{padding-top:40px!important;padding-bottom:40px!important}}.section-spacing.ai-automation-section-6 .everymonth-page,.section-spacing.application-modernization-section-4 .everymonth-page,.section-spacing.healthcare-section-7 .everymonth-page,.section-spacing.cloud-infrastructure-section-4 .everymonth-page{padding-top:112px!important;padding-bottom:112px!important}@media screen and (max-width: 767px){.section-spacing.ai-automation-section-6 .everymonth-page,.section-spacing.application-modernization-section-4 .everymonth-page,.section-spacing.healthcare-section-7 .everymonth-page,.section-spacing.cloud-infrastructure-section-4 .everymonth-page{padding-top:40px!important;padding-bottom:40px!important}}@media screen and (max-width: 767px){.section-spacing.application-engineering-section-8>div{padding-top:40px!important;padding-bottom:40px!important}}.section-spacing.utility-section-6>div{padding-top:140px!important;padding-bottom:140px!important}@media screen and (max-width: 767px){.section-spacing.utility-section-6>div{padding-top:40px!important;padding-bottom:40px!important}}.section-spacing.real-state-section-7>div{padding-bottom:0!important}@media screen and (max-width: 767px){.section-spacing.real-state-section-6 .outcomes,.section-spacing.real-state-section-6 .p-40,.section-spacing.financial-service-section-7 .outcomes,.section-spacing.financial-service-section-7 .p-40{padding-top:40px!important;padding-bottom:40px!important}}@media screen and (max-width: 767px){.section-spacing.healthcare-section-8 button{width:100%}}.cursor-pointer{cursor:pointer}.text-decoration-none{text-decoration:none}.text-black{color:#000}.cursor-none{cursor:default}.section-spacing.cyber-security-section-2 .bridgeLine-items .bridglineText:before{left:-60px}@media screen and (max-width: 767px){.section-spacing.cloud-infrastructure-section-2 .bridgeLine-page .bridgeLine-items{height:auto}}.section-spacing.cloud-infrastructure-section-2 .bridgeLine-page .bridgeLine-dis{padding-left:42px;padding-right:42px;max-width:100%}@media screen and (max-width: 767px){.section-spacing.cloud-infrastructure-section-2 .bridgeLine-page .bridgeLine-dis{padding-left:0;padding-right:0}}.section-spacing.cloud-infrastructure-section-2 .bridgeLine-page .bridgeLine-dis ul li p{max-width:100%}.section-spacing.cloud-infrastructure-section-2 .bridgeLine-page .bridgeLine-dis ul li p:last-child{max-width:80%}@media screen and (max-width: 767px){.section-spacing.cloud-infrastructure-section-2 .bridgeLine-page .bridgeLine-dis ul li p{max-width:100%}.section-spacing.cloud-infrastructure-section-2 .bridgeLine-page .bridgeLine-dis ul li p:last-child{max-width:100%}}.section-spacing.cloud-infrastructure-section-2 .bridgeLine-page .bridgeLine-dis ul li:before{content:"";position:absolute;left:0;display:flex;align-items:center;background-image:url(../../assets/img/star-icon-new.svg);height:43.83px;width:42.53px;margin-top:10px;background-size:43px;background-repeat:no-repeat}@media screen and (max-width: 767px){.section-spacing.cloud-infrastructure-section-2 .bridgeLine-page img{display:none}}@media screen and (max-width: 767px){.lottiebtn.homeherolottiebtn.cursor-pointer svg{height:76px!important}}@media screen and (max-width: 767.4px){.mobilefonttitle{font-size:18px!important}.mobilefontsub{font-size:14px!important}}.casestudyimg img{max-width:326px}.realityops-page .realityops-list li p{text-transform:lowercase}.realityops-page .realityops-list li p:first-letter{text-transform:uppercase}@media screen and (min-width: 1471px) and (max-width: 2000px){.app{background-size:100%!important}}@media screen and (min-width: 1700px) and (max-width: 2000px){.auditcompliance-page .anycontent-page.pt-150{padding-top:620px!important}}@media screen and (min-width: 1500px) and (max-width: 1650px){.auditcompliance-page .auditcompliance-hero.pb-100.w-100{padding-top:190px!important}}@media screen and (min-width: 1651px) and (max-width: 2000px){.auditcompliance-page .auditcompliance-hero.pb-100.w-100{padding-top:190px!important}}.docforge-page .docforge-hero.pb-100.w-100{padding-top:150px!important}@media screen and (min-width: 1500px) and (max-width: 1650px){.docforge-page .docforge-hero.pb-100.w-100{padding-top:190px!important}}@media screen and (min-width: 1651px) and (max-width: 2000px){.docforge-page .docforge-hero.pb-100.w-100{padding-top:190px!important}}.RAGSolution-page .RAGSolution-hero.pb-100.w-100{padding-top:150px!important}@media screen and (min-width: 1500px) and (max-width: 1650px){.RAGSolution-page .RAGSolution-hero.pb-100.w-100{padding-top:180px!important}}@media screen and (min-width: 1651px) and (max-width: 2000px){.RAGSolution-page .RAGSolution-hero.pb-100.w-100{padding-top:200px!important}}
