.home1_paragraph{display:inline-block;transform:translateY(110%);animation:heroLineUp 1s cubic-bezier(0,0.53,0.01,1) both;animation-delay:0.4s}@keyframes heroLineUp{to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-paragraph-inner{animation:none;transform:none}}.hero-word:nth-child(1){--i:0}.hero-word:nth-child(2){--i:1}.hero-word:nth-child(3){--i:2}.hero-word:nth-child(4){--i:3}.hero-word:nth-child(5){--i:4}.hero-word:nth-child(6){--i:5}.hero-word:nth-child(7){--i:6}.hero-word:nth-child(8){--i:7}.hero-headline{--final-color:#1a1a1a;--ghost-color:rgb(142,168,184);color:var(--final-color)}.hero-word{display:inline-block;animation:heroWordArrival 1.06s cubic-bezier(0,0.53,0.01,1) both,heroWordBlur 1.45s ease-out both;animation-delay:calc(var(--i,0)*92ms);will-change:transform,filter,opacity,color}.hero-word:last-child{--start-blur:14px}@keyframes heroWordArrival{from{opacity:0;transform:translateY(0.42em);color:var(--ghost-color)}to{opacity:1;transform:translateY(0);color:var(--final-color)}}@keyframes heroWordBlur{from{filter:blur(var(--start-blur,10px))}to{filter:blur(0)}}@media (prefers-reduced-motion:reduce){.hero-word{animation:none}}