.dots{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;min-height:1.8em}.dots__dot{height:.8em;width:.8em;border-radius:50%;border-color:var(--blue-60);border-width:.1em;border-style:solid;display:inline-block;margin:auto .8em}.dot--full{background-color:var(--blue-60)}.onboarding-modal__dots{display:flex;justify-content:center;margin-bottom:1em}.onboarding-modal__article{display:flex;flex-direction:column;padding-left:2em;padding-right:2em;min-height:26em;color:var(--gray-50)}.onboarding-modal__article>img{margin-left:auto;margin-right:auto;height:15em}@media (min-width:35em){.onboarding-modal__article{padding-left:4em;padding-right:4em;min-height:29em}.onboarding-modal__article>img{height:18em}}.onboarding-modal__hline{margin-top:1em}.onboarding-modal__footer{display:flex;margin-bottom:2em;justify-content:space-between;align-items:center;margin-left:2em;margin-right:2em}.onboarding-modal__username{margin-top:3em;margin-bottom:3em}@media (min-width:35em){.onboarding-modal__username{margin:3em}}.button--hidden{visibility:hidden}.onboarding-modal .button-bar{margin:auto}.onboarding-modal .loading{position:absolute;z-index:var(--layerOne);top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);display:flex;align-items:center;flex-direction:row}.onboarding-modal__profile_error{font-weight:700;color:red}