@keyframes hover-gradient{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes text-hover-gradient{0%{background-position:100% 0%}100%{background-position:0% 0%}}.stepper{display:flex;width:100%;margin-top:52px;font-family:"Roboto Regular",sans-serif;gap:20px}.stepper .step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 10px}.stepper .step::after{content:"";position:absolute;top:19px;left:50%;width:100%;height:2px;background-color:#e4e4e4;z-index:0}.stepper .step:last-child::after{display:none}.stepper .step-icon{width:40px;height:40px;background-color:#0400f5;color:#fff;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;font-weight:700;font-size:15px;margin-bottom:18px;z-index:1}.stepper .step-title{font-size:15.5px;font-family:"Roboto Bold",sans-serif;color:#242e39;margin:0 0 8px}.stepper .step-desc{font-size:13.5px;color:#242e39;line-height:1.5}@media(max-width: 768px){.stepper{flex-direction:column;gap:0;margin-top:40px}.stepper .step{display:block;flex:none;text-align:left;padding:0 0 32px 56px}.stepper .step:last-child{padding-bottom:0}.stepper .step::after{content:none}.stepper .step:not(:last-child)::before{content:"";position:absolute;left:19px;top:40px;bottom:0;width:2px;background-color:#e4e4e4;z-index:0}.stepper .step-icon{position:absolute;top:0;left:0;margin:0}.stepper .step-title{margin:0 0 4px}.stepper .step-desc{margin:0}}