.steps-form{position:relative;padding-top:2.5rem;--gap:1.875rem}@media(max-width:768px){.steps-form{padding-top:1.5rem}}.steps-form._row .steps-form__form{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;-moz-column-gap:1.875rem;column-gap:1.875rem}.steps-form._row .steps-form__form>*{grid-column:1/-1}.steps-form._row .steps-form__step._col-3{grid-column:1/4}.steps-form._row .steps-form__controls{grid-column:-2/-1;grid-row:1/2;margin:0}.steps-form._row .steps-form__button{width:100%}@media(max-width:768px){.steps-form._row .steps-form__form{display:flex;flex-direction:column;align-items:stretch}.steps-form._row .steps-form__step._col-3{display:block}.steps-form._row .steps-form__controls{margin-top:2rem}}.steps-form._inputs-white .input__input{background-color:var(--white)}@media(max-width:768px){.steps-form__form{display:flex;flex-direction:column}}.steps-form__step[disabled]{display:none!important}.steps-form__step-title{margin-bottom:.875rem;font:var(--font-body-m)}@media(max-width:768px){.steps-form__step-title{margin-bottom:2rem;font:var(--font-body-s)}}.steps-form__step-counter{font:var(--font-accent-m)}@media(max-width:768px){.steps-form__step-counter{font:var(--font-accent-s)}}.steps-form__bottom{margin-top:1.25rem}@media(max-width:768px){.steps-form__bottom{order:2;margin-top:1.5rem}}.steps-form__controls{position:relative;display:flex;justify-content:center;margin-top:2.5rem;overflow:hidden}@media(max-width:768px){.steps-form__controls{flex-direction:column;row-gap:.75rem;margin-top:2rem}}.steps-form__button{width:calc(25% - var(--gap)*3/4)}.steps-form__button._hidden{position:absolute;top:0;left:0;opacity:0;pointer-events:none;transition:none}.steps-form__button._width-auto{width:auto}@media(max-width:768px){.steps-form__button{width:100%}}.steps-form__required-text{font:var(--font-body-s);color:var(--stoney-gray-70);line-height:1.5rem}.steps-form__required-text._ml{margin-left:2.375rem}