.hero-container{align-items:center;display:flex;font-size:clamp(32px,6vw,72px);font-weight:500;height:100vh;justify-content:space-between;letter-spacing:.08em;padding:0 12vw}.line{filter:blur(10px);opacity:0;transition:all 1.2s cubic-bezier(.22,1,.36,1);white-space:nowrap}.line.left{transform:translateX(-100px)}.line.right{transform:translateX(100px)}.hero-container.show .line{filter:blur(0);opacity:1;transform:translateX(0)}.hero-container.show .left{transition-delay:.2s}.hero-container.show .right{transition-delay:.45s}