.mfui-stepper{display:flex;flex-direction:column;gap:16px}.mfui-stepper__items-wrap{display:flex;flex-direction:column;gap:12px;overflow-x:auto}.mfui-stepper::-webkit-scrollbar{height:8px}.mfui-stepper::-webkit-scrollbar-thumb{border-radius:8px;background-color:var(--spbSky2)}.mfui-stepper_is-horizontal .mfui-stepper__items-wrap{flex-direction:row}h1,h2,h3,h4,h5{margin:0}.mfui-stepper-item{position:relative;display:flex;flex:1 1 auto;flex-direction:row;gap:16px}.mfui-stepper-item_is-horizontal{flex-direction:column;align-items:center}.mfui-stepper-item_is-horizontal .mfui-stepper-item__separator{position:absolute;top:19px;left:calc(50% + 22px);width:calc(100% - 32px);height:2px;min-height:2px;border-top:2px solid transparent;border-left:none;border-radius:100px;border-image:url(/_next/static/media/separator-mobile.29e2a8c5.png) 2 round}@media screen and (min-width:768px){.mfui-stepper-item_is-horizontal .mfui-stepper-item__separator{border-image:url(/_next/static/media/separator.573cc308.png) 2 repeat}}@media screen and (min-width:1024px){.mfui-stepper-item_is-horizontal .mfui-stepper-item__separator{left:calc(50% + 32px);width:calc(100% - 52px)}}.mfui-stepper-item_theme_active .mfui-stepper-item__icon-button{background-color:var(--night20)}.mfui-stepper-item_theme_active .mfui-stepper-item__icon{background-color:var(--night)}.mfui-stepper-item_theme_checked .mfui-stepper-item__icon-button{background-color:var(--brandGreen20)}.mfui-stepper-item_theme_checked .mfui-stepper-item__icon{background-color:var(--brandGreen)}.mfui-stepper-item_theme_checked .mfui-stepper-item__separator{border-color:var(--brandGreen);border-image:none}.mfui-stepper-item_align_left{align-items:flex-start}.mfui-stepper-item_align_left .mfui-stepper-item__separator{right:0;left:42px}@media screen and (min-width:1024px){.mfui-stepper-item_align_left .mfui-stepper-item__separator{left:auto}}.mfui-stepper-item_align_left .mfui-stepper-item__content,.mfui-stepper-item_align_left .mfui-stepper-item__icon-button-area{align-items:flex-start}.mfui-stepper-item__icon-button-area{display:flex;flex-direction:column;gap:12px;align-items:center;align-self:stretch}.mfui-stepper-item__icon-button{display:flex;flex:0 0 auto;align-items:center;justify-content:center;box-sizing:border-box;width:40px;height:40px;border:none;border-radius:100%;background-color:var(--spbSky0);outline:none;cursor:pointer;transition:background-color .25s ease-out}.mfui-stepper-item__icon-button:disabled{cursor:default}.mfui-stepper-item__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:100%;color:var(--stcWhite);font-weight:500;background-color:var(--spbSky2);transition:background-color .25s ease-out}.mfui-stepper-item__icon svg{width:20px;height:20px;fill:var(--stcWhite)}.mfui-stepper-item__separator{position:static;width:2px;height:100%;min-height:20px;border-top:none;border-left:2px solid transparent;border-image:url(/_next/static/media/separator-vertical.964c093e.png) 2 repeat;transition:border-color .25s ease-out}.mfui-stepper-item__content{display:flex;flex-direction:column;gap:4px;align-items:center;min-width:160px;padding-bottom:20px}.mfui-stepper-item__link{margin-top:13px}