.help-container{min-height:80vh;margin:2.5rem auto;display:flex;justify-content:center;align-items:center;overflow-x:hidden}.help-container .help-step{display:none;max-width:700px;position:relative;right:-100%}.help-container .help-step.active{display:block;animation:slide 1s forwards;animation-delay:.25s}@keyframes slide{to{right:0}}