:root{--grey:#D0D5DD;--purple:#730088;--stale-blue:#344054;--steps-circle-size:26px;--steps-line-height:3px;--steps-border-active:8px;--steps-dot-size:10px;--steps-label-distance:50px}.steps{width:100%;max-width:100%;margin:0 auto;padding:0 16px}.steps__container{display:flex;justify-content:space-between;position:relative}.steps__container:before{content:"";background:var(--grey)}.steps__container:before,.steps__filledLine{position:absolute;height:var(--steps-line-height);width:100%;top:50%;transform:translateY(-50%);left:0}.steps__filledLine{background:var(--purple);transition:.4s ease}.steps__item{position:relative;z-index:1}.steps__itemCircle{position:relative;width:var(--steps-circle-size);height:var(--steps-circle-size);border-radius:50%;background-color:#fff;border:1px solid var(--grey);display:flex;justify-content:center;align-items:center;margin:0 auto}.steps__itemCircle:not(.step__active):not(.step__completed):after{content:"";width:var(--steps-dot-size);height:var(--steps-dot-size);border-radius:50%;background-color:var(--grey);position:absolute}.steps__itemCircle.step__active,.steps__itemCircle.step__completed{border:var(--steps-border-active) solid var(--purple)}.steps__itemCircle.step__completed{background-color:var(--purple)}.steps__itemLabelContainer{position:absolute;top:var(--steps-label-distance);left:50%;transform:translate(-50%,-50%);width:max-content}.steps__itemLabelContainer--left{left:0;transform:translateY(-50%)}.steps__itemLabelContainer--right{left:100%;transform:translate(-100%,-50%)}.steps__itemLabel{font-size:14px;font-weight:500;color:var(--stale-blue);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.loader_loader__w4jwK{position:relative;display:flex;align-items:center;justify-content:center;perspective:780px}.loader_text__6CxUW{font-size:20px;font-weight:500;color:#cecece;z-index:10}.loader_load_inner__pI0CO{position:absolute;width:100%;height:100%;box-sizing:border-box;border-radius:50%}.loader_load_inner__pI0CO.loader_load_one__2A6On{left:0;top:0;border-bottom:3px solid #9000aa;animation:loader_rotate1__zA7VS 3.15s linear infinite}.loader_load_inner__pI0CO.loader_load_two__qZAjU{right:0;top:0;border-right:3px solid #047857;animation:loader_rotate2__XXzcN 3.15s linear .1s infinite}.loader_load_inner__pI0CO.loader_load_three__iGzvR{right:0;bottom:0;border-top:3px solid #1d4ed8;animation:loader_rotate3__g5V3X 3.15s linear .15s infinite}@keyframes loader_rotate1__zA7VS{0%{transform:rotateX(45deg) rotateY(-45deg) rotate(0deg)}to{transform:rotateX(45deg) rotateY(-45deg) rotate(1turn)}}@keyframes loader_rotate2__XXzcN{0%{transform:rotateX(45deg) rotateY(45deg) rotate(0deg)}to{transform:rotateX(45deg) rotateY(45deg) rotate(1turn)}}@keyframes loader_rotate3__g5V3X{0%{transform:rotateX(-60deg) rotateY(0deg) rotate(0deg)}to{transform:rotateX(-60deg) rotateY(0deg) rotate(1turn)}}