.register-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:48px 16px 64px}@media(max-width:920px){.register-page{padding:48px 16px}}.register-content{display:flex;flex-direction:column;gap:64px;max-width:934px;width:100%}@media(max-width:920px){.register-content{gap:32px}}:export{primary:#b0c25e;secondary:#fc6;hoverPrimary:#a7bb4c;hoverSecondary:#ffc34d;hoverTertiary:#42beca;white:#fff;altWhite:#f9f9f9;black:#000;altBlack:#191919;green:#8fefae;yellow:#ecefa3;red:#ef8f8f;blue:#56c5d0;gray:#292929;gray5:#f2f2f2;gray4:#d9d9d9;gray3:#a6a6a6;gray2:gray;gray1:#555;shadow_effect:2px 4px 16px rgba(0,0,0,.098)}.progress-wrapper{margin-top:auto;display:flex;justify-content:space-between;margin-bottom:32px}.step{position:relative;display:flex;flex-direction:column;align-items:center;flex:1 1;padding:0 5px}@media(max-width:768px){.step{font-size:12px;padding:0}}.step:before{left:-50%}.step:after,.step:before{position:absolute;content:"";border-bottom:2px solid #f2f2f2;width:100%;top:20px;z-index:2}.step:after{left:50%}.mobile-step{background-color:#b0c25e;border-radius:50px;padding:5px 12px;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content}.mobile-next-step{display:flex;flex-direction:column;gap:4px;border-radius:10px;background-color:#f9f9f9;padding:8px 16px}.circle{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#f2f2f2;margin-bottom:6px}.circle.active{background:#b0c25e;cursor:pointer}@media screen and (max-width:920px){.circle{width:28px;height:28px}}.number{font-size:16px}.number.active{color:#fff!important}@media screen and (max-width:920px){.number{font-size:12px;font-weight:700}}.step.can-go-back:after{position:absolute;content:"";border-bottom:2px solid #b0c25e;width:100%;top:20px;left:50%;z-index:3}.step:first-child:before,.step:last-child:after{content:none}.topic{font-size:14px;color:gray;font-weight:300;text-align:center}.topic.active{color:#555;font-weight:400}@media screen and (max-width:920px){.topic{font-size:10px;text-align:center}}