.caretStyle{width:-moz-min-content;width:min-content;white-space:nowrap;border-right:2px solid transparent}.typingAnimation{display:inline-block;overflow:hidden;word-break:break-all;vertical-align:top;animation:typing 2s steps(27) 1,caret .5s steps(1) 5}.appearWarning{opacity:1;animation:appear 2.8s steps(2) 1}.caretPassword{animation:caret .5s steps(1) 3;animation-delay:2.8s}.appearWelcome{opacity:1;animation:appear calc(2.8s + .5s * 3) steps(2) 1}.caretInfinity{animation:caret .5s steps(1) infinite}@keyframes typing{0%{width:0}to{width:27.3ch}}@keyframes caret{50%{border-color:#fff}}@keyframes appear{0%{opacity:0}99%{opacity:0}}