.FunnelStepper{position:relative;padding:8px 0 16px;border-bottom:1px solid #f2f2f2}.FunnelStepper__accomplish{position:absolute;bottom:0;left:-50%}.FunnelStepper__accomplish:after{content:"";position:absolute;transform:translateX(50%);right:0;bottom:6px;width:0;height:0;border:solid transparent;border-width:6px 6px 0}.FunnelStepper__steps{display:flex;justify-content:center;align-items:flex-end;padding:16px 8px 0;counter-reset:step}@media screen and (min-width:1024px){.FunnelStepper__steps{padding:0}}.FunnelStepper__step{position:relative;flex:1;max-width:180px;margin-bottom:12px;color:#656666;text-align:center}@media screen and (min-width:1024px){.FunnelStepper__step{margin-bottom:16px}}.FunnelStepper__step:not(:first-child):before{content:"";position:absolute;bottom:0;left:-50%;width:100%;border-bottom:1px solid #8c8c8b}.FunnelStepper__step:after{content:"";position:absolute;z-index:1;bottom:-10px;left:calc(50% - 10px);display:flex;flex-direction:column;justify-content:center;width:20px;height:20px;border-radius:50%;color:#000;font-size:1.2rem;line-height:1;counter-increment:step}.FunnelStepper__step.is-active .FunnelStepper__steptitle{font-weight:700}.FunnelStepper__step.is-active:after{content:counter(step);bottom:-12px;left:calc(50% - 12px);width:24px;height:24px;background-color:#efdf00;font-weight:700}.FunnelStepper__step.is-active~.FunnelStepper__step:after{content:counter(step);border:1px solid;color:inherit}.FunnelStepper__icon{position:absolute;z-index:2;bottom:-8px;left:calc(50% - 8px);height:16px}.FunnelStepper__steptitle{display:none;font-size:1.2rem}@media screen and (min-width:1024px){.FunnelStepper__steptitle{display:inline-block;padding-bottom:16px}}.FunnelStepper__seoText{margin:8px 16px 0;font-size:1.1rem}@media screen and (min-width:1024px){.FunnelStepper__seoText{text-align:center}}.FunnelStepper__authZone{margin:8px 16px 0;font-size:1.2rem;line-height:1.1;font-weight:700}@media screen and (min-width:1024px){.FunnelStepper__authZone{font-size:1.4rem;line-height:1.3;text-align:center}}.FunnelStepper__authRte{display:inline}.FunnelStepper{background-color:#000}.FunnelStepper__step:after{background-color:#8c8c8b}.FunnelStepper__step.is-active:after{color:#000}.FunnelStepper__step.is-active~.FunnelStepper__step:after{background-color:#000;color:#d9d9d6;border-color:#d9d9d6}.FunnelStepper__step.is-active>.FunnelStepper__steptitle{color:#fff}.FunnelStepper__accomplish{border-bottom:1px solid #efdf00}.FunnelStepper__accomplish:after{border-top-color:#efdf00}.FunnelStepper__seoText,.FunnelStepper__steptitle{color:#d9d9d6}.FunnelStepper__authZone{background-color:#000;color:#fff}.FunnelStepper__authLink{color:#fff}.FormLayoutWrapper{position:relative;display:flex;flex-direction:column;overflow:auto}.FormLayoutWrapper_alternate{box-shadow:none}.FormLayoutWrapper>*{flex:1}.FormLayoutWrapper__postError{position:absolute;top:0;display:flex;align-items:center;width:100%;height:50px;padding:16px 16px 16px 72px;background-color:#ee5352;color:#fff;font-size:1.2rem}.FormLayoutWrapper__postError .FormLayoutWrapper_iconError{transform:translateY(-50%);top:50%;position:absolute;left:0;width:50px;height:100%;background-color:#e91630}.FormLayoutWrapper__postError .FormLayoutWrapper__iconWarning{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;width:25px}.FormLayoutWrapper__postError .FormLayoutWrapper__iconWarning path{fill:#fff}