@charset "UTF-8";.multiStep{margin-top:40px;display:flex;justify-content:space-between;gap:0;margin-bottom:40px;-webkit-user-select:none;user-select:none}.multiStepItem{position:relative;display:flex;flex-direction:column;align-items:center;flex:1 1 0;text-align:center;color:#2b2f36;font-size:14px}.multiStepItem:before,.multiStepItem:after{position:absolute;content:"";top:20px;border-bottom:2px dashed #e6eaef;width:100%;z-index:1}.multiStepItem:before{left:-50%}.multiStepItem:after{left:50%}.multiStepItem:first-child:before{content:none}.multiStepItem:last-child:after{content:none}.multiStepCount{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #cfd6dd;color:#70757d;font-weight:600;margin-bottom:8px;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.multiStepName{margin-top:6px;line-height:1.2;color:#70757d;max-width:9.5rem}.multiStepItem.active .multiStepCount{background:#2e7d32;border-color:#2e7d32;color:#fff}.multiStepItem.active .multiStepName{color:#2b2f36;font-weight:600}.multiStepItem.complete .multiStepCount{background:#afcdbb;border-color:#98bca6;color:transparent}.multiStepItem.complete .multiStepCount:before{content:"✓";position:absolute;font-size:20px;line-height:1;color:#fafafa;font-weight:800}.multiStepItem.complete .multiStepName{color:#2b2f36;font-weight:600}.multiStepItem.complete:after{border-bottom:2px solid #98bca6}.multiStepItem.complete+.multiStepItem:before{border-bottom:2px solid #98bca6}@media(max-width:992px){.multiStepName{max-width:7.5rem}}@media(max-width:768px){.multiStep{margin-bottom:28px}.multiStepItem{font-size:12px}.multiStepName{max-width:6.5rem}.multiStepCount{width:34px;height:34px}}
