.scroll-container-text{overflow:hidden;position:relative;white-space:nowrap}.scroll-list-text{display:flex}.scroll-item-text{align-items:center;display:flex;flex-shrink:0}@media(min-width:640px){@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero-text{animation:fade-in .75s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.scroll-container{animation:fade-in-scale .75s ease}@keyframes fade-in-scale{0%{opacity:0;scale:1.5}to{opacity:1;scale:1}}#hero-line-left{animation:draw-down .75s linear forwards;animation-delay:.75s}#hero-line{animation:draw-right .75s linear forwards;animation-delay:1.25s}#hero-line-right{animation:draw-down .75s linear forwards;animation-delay:1.75s}#hero-x{animation:turn-red .75s ease forwards;@media(min-width:640px){animation-delay:1.8s}}@keyframes turn-red{0%{color:#fff}to{color:#de3a3a}}@keyframes draw-right{0%{max-widt:0}to{max-width:500px}}@keyframes draw-down{0%{max-height:0}to{max-height:500px}}}