.task-flow-container{display:flex;justify-content:space-around;align-items:center;width:100%;padding:2rem 0}.task-flow{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;width:100%;height:264px;overflow:hidden;font-family:Satoshi,sans-serif;mask-image:linear-gradient(180deg,transparent,black 20%,black 80%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent,black 20%,black 80%,transparent)}.task-item{display:flex;gap:1rem;align-items:center;font-size:1.1rem;height:44px;box-sizing:border-box;white-space:nowrap}.task-icon,.task-text{transition:color .5s ease-in-out}.task-icon{width:24px;height:24px;color:#9CA3AF}.task-text{font-weight:500;color:#9CA3AF}.task-item.current .task-icon,.task-item.current .task-text{color:#F9FAFB}