.processStepsGrid{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start;margin:65px auto 40px}.processStepCard{background:#f8fcff;border:1px solid #dfedf8;border-radius:20px;padding:35px 24px;max-width:285px;width:100%;text-align:left;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.08)}.processStepCard:hover{border-color:#0554e6;box-shadow:0 6px 20px rgba(5,84,230,.15);transform:scale(1.05);background:#f1f6ff}.stepIcon{font-size:40px;margin:0 0 12px;display:flex;align-items:flex-start;justify-content:flex-start}.stepIcon img{width:100%;height:100%;object-fit:contain}.processStepCard h3{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#231f20;margin-bottom:7px;line-height:140%}.processStepCard p{font-family:Inter,sans-serif;font-size:14px;color:#4b5563;font-weight:400;line-height:180%;margin:0}.processFooter{text-align:left;margin:50px auto 0}.processFooter p,.processFooter-text{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;color:#536c8b}.processFooter-text a{color:#1e40af;text-decoration:underline}.processFooter-text a:hover{color:#1d4ed8}.secTitlewrap h2{font-family:Inter,sans-serif;font-weight:800;font-size:38px;line-height:150%;color:#35414b;text-align:center;margin-bottom:3px}.secTitlewrap p{text-align:center;margin:0;max-width:100%;font-size:16px;line-height:180%;color:#536c8b;font-weight:400;padding-top:0;font-family:Inter,sans-serif;padding-top:0}.howprocessworkSec{padding:128px 0 90px}section.blue-background{background:#f8fafc;padding:70px 0}@media screen and (max-width:1024px){.processStepsGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:768px){.howprocessworkSec{padding:40px 16px}.howprocessworkSec .secTitlewrap{margin-bottom:20px}.howprocessworkSec .secTitlewrap h2{font-size:28px}.howprocessworkSec .secTitlewrap p{font-size:14px}.processStepsGrid{grid-template-columns:repeat(2,1fr);gap:16px}.processStepCard{padding:34px 16px}.stepIcon{width:45px;height:45px}.processStepCard h3{font-size:15px}.processStepCard p{font-size:13px}}@media screen and (max-width:575px){.howprocessworkSec .secTitlewrap h2{font-size:24px}.process-cta-wrapper{margin-top:30px}.processStepsGrid{gap:16px;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;margin:30px auto 40px;padding:20px 0}.processStepsGrid::-webkit-scrollbar{width:6px;height:6px}.processStepsGrid::-webkit-scrollbar-track{background:#e9f4ff;border-radius:10px}.processStepsGrid::-webkit-scrollbar-thumb{background:#0554e6;border-radius:10px;transition:background .2s ease}.secTitlewrap h2{font-size:25px}.secTitlewrap p{font-size:15px}.processStepsGrid::-webkit-scrollbar-thumb:active,.processStepsGrid::-webkit-scrollbar-thumb:hover{background:#0554e6}.processStepsGrid::-webkit-scrollbar-corner{background:#e9f4ff}.processStepCard{padding:24px 20px;max-width:310px;flex:0 0 280px}.processFooter{padding:0;margin:20px auto 0}.processFooter p,.processFooter-text{font-size:14px}.stepIcon{font-size:32px;margin:0 0 8px}.processFooter p,.processFooter-text{line-height:160%}.process-cta-wrapper .hollow-cta-btn{display:flex;max-width:max-content}}.process-cta-wrapper{display:flex;justify-content:flex-start;margin-top:50px}.process-cta-wrapper .hollow-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#2756df;color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:15px;line-height:100%;padding:14px 25px;border-radius:10px;border:none;text-decoration:none;transition:all .3s ease;position:relative;overflow:visible}.process-cta-wrapper .hollow-cta-btn::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:10px;background:rgba(39,86,223,.4);animation:btn-bg-pulse 1.5s ease-out infinite;z-index:-1;pointer-events:none}.process-cta-wrapper .hollow-cta-btn::after{content:'';display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 7.5H12.5M12.5 7.5L8.75 3.75M12.5 7.5L8.75 11.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transition:transform .3s ease}.process-cta-wrapper .hollow-cta-btn:hover{background:#1e45c4;transform:translateY(-2px);box-shadow:0 4px 12px rgba(39,86,223,.3)}.process-cta-wrapper .hollow-cta-btn:hover::after{transform:translateX(4px)}