.typing-tagline-container{width:100%;display:flex;padding:1.5rem 2rem .5rem;margin-bottom:1rem}.typing-tagline{font-size:1.1rem;color:#a1a1aa;position:relative;display:inline-block;margin:0}.typing-text{display:inline-block;overflow:hidden;white-space:nowrap;border-right:3px solid #a78bfa;animation:typing 3.5s steps(75) forwards,blink-caret .75s step-end infinite;animation-delay:0s,0s;max-width:0}@keyframes typing{0%{max-width:0}to{max-width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#a78bfa}}.typing-text{animation:typing 3.5s steps(75) forwards,blink-caret .75s step-end 5,remove-caret 0s 3.75s forwards}@keyframes remove-caret{to{border-right-color:transparent}}@media (max-width:768px){.typing-tagline-container{padding:1rem 1.5rem .5rem}.typing-tagline{font-size:.95rem}.typing-text{white-space:normal;border-right:none;animation:none;max-width:100%}}@media (max-width:480px){.typing-tagline-container{padding:.75rem 1rem .5rem}.typing-tagline{font-size:.85rem}.typing-text{white-space:normal;border-right:none;animation:none;max-width:100%}}