.how-work-block .work-step-module{display:flex;gap:0 20px;overflow:hidden}.how-work-block .work-step-module .module{flex-shrink:0;overflow:hidden;position:relative;transition:all .6s ease}.how-work-block .work-step-module .module .step-img-block{background-color:#edd2fb;border-radius:12px;max-height:525px;min-height:525px;overflow:hidden}.how-work-block .work-step-module .module .step-img-block img{display:block;height:100%;margin:auto;object-fit:cover;width:100%}.how-work-block .work-step-module .module.active{flex:1}.how-work-block .work-step-module .module.inactive{flex:0.25}.how-work-block .work-step-module .module-content{align-items:flex-start;display:flex;padding:32px 0 0}.how-work-block .work-step-module .content-block{display:none;max-width:678px;min-width:678px}.how-work-block .work-step-module .module.active .content-block{display:block}.how-work-block .work-step-module .step-number-box{height:60px;margin-right:34px;min-width:60px;width:60px}.how-work-block .work-step-module .step-number-box svg{height:60px;min-width:60px;width:60px}.how-work-block .work-step-module .border-track{fill:none;stroke:#ccc;stroke-width:3}.how-work-block .work-step-module .border-fill{fill:none;stroke:#a31eeb;stroke-width:3;stroke-dasharray:224;stroke-dashoffset:224;transform:rotate(-90deg);transform-origin:center}.how-work-block .work-step-module .border-fill.animate{animation:strokeTimer 5s linear forwards}.how-work-block .work-step-module .module.inactive .step-img-block .inactive{display:block}.how-work-block .work-step-module .module.active .step-img-block .inactive,.how-work-block .work-step-module .module.inactive .step-img-block .active{display:none}.how-work-block .work-step-module .module.active .step-img-block .active{display:block}.how-work-block .work-step-module .module.inactive .step-img-block{background:#edd2fb}@keyframes strokeTimer{to{stroke-dashoffset:0}}.how-work-block .work-step-module .step-text{fill:#000042;font-size:34px;font-weight:500;pointer-events:none;dominant-baseline:middle}.how-work-block .work-step-module .module p{color:#333368}