.role_text{position:relative;display:inline-block;color:transparent;-webkit-text-stroke:.05rem #0f9;animation:display-text 16s linear infinite;animation-delay:calc(-4s * var(--i))}.role_text:before{content:attr(data-text);position:absolute;width:0;color:#0f9;border-right:.2rem solid #f1f4f3;white-space:nowrap;overflow:hidden;animation:fill-text 4s linear infinite}@keyframes display-text{25%,to{display:none}}@keyframes fill-text{10%,to{width:0}70%,90%{width:100%}}