.step-box{display:flex;gap:15px}@media only screen and (max-width:768px){.step-box{flex-direction:column}}.step-box .steps{display:flex;flex-direction:column;width:50%}@media only screen and (max-width:768px){.step-box .steps{width:unset}.step-box .steps .step:not(.current){display:none}}@media only screen and (min-width:calc(768px + 1px)){.step-box .steps .step{align-items:center;border-color:rgba(0,0,0,0);border-radius:10px;display:flex;flex-wrap:wrap;gap:15px;margin:0;padding:25px;text-align:left}}@media only screen and (max-width:768px){.step-box .steps .step{display:flex;flex-direction:column;align-items:center}}.step-box .steps .step:active{border-color:rgba(0,0,0,0)}.step-box .steps .step.current{background-color:rgba(124,187,75,.2)}.step-box .steps .step.completed .step-number{background-color:rgba(124,187,75,.6)}.step-box .steps .step.completed .step-title{color:#ababab}.step-box .steps .step.not-completed{opacity:.3}.step-box .steps .step.not-completed .step-number{background-color:rgba(0,0,0,0);border:1px solid #424252;color:#424252}.step-box .steps .step-number{align-items:center;background-color:#7cbb4b;border-radius:100%;color:#fff;display:flex;font-weight:500;height:36px;justify-content:center;width:36px}@media only screen and (max-width:768px){.step-box .steps .step-number{margin-top:-40px;height:64px;width:64px;margin-bottom:20px;font-size:27px}}.step-box .steps .step-title{flex-grow:1;font-size:16px;font-weight:600}.step-box .steps .step-description{color:#5e5e5e;margin-left:calc(36px + 15px);width:100%}@media only screen and (max-width:768px){.step-box .steps .step-description{margin-left:unset;margin-top:25px}}.step-box .current-step-area{align-self:stretch;width:50%}@media only screen and (max-width:768px){.step-box .current-step-area{width:unset}}.step-box .current-step-area .current-step{background-color:#fafafa;border-radius:10px;padding:15px}.step-box .current-step-area .current-step-buttons{display:flex;justify-content:space-between;margin-top:15px;width:100%}.step-box .current-step-area .current-step-buttons .advance-btn{place-self:center end}