@keyframes translate-to-3-4{to{transform:translate3d(0,45%,0)}}@keyframes translate-to-center{to{transform:translate3d(-5%,-10%,0)}}@keyframes translate-to-zero{to{transform:translate3d(0,10%,0)}}.hero--shadow>*{position:relative}.hero--shadow>:before{animation:fade 3s forwards;background-color:rgba(0,0,0,.2);border-radius:50%;content:"";filter:blur(50px);height:150%;left:0;position:absolute;top:-25%;width:100%;z-index:0}.hero__parallax{margin:0 auto;max-width:40vmin}.hero .whitespace{user-select:none}@media (min-width:1024px){.hero .translate-to-0{animation:translate-to-zero 3s forwards}.hero .translate-to-center{animation:translate-to-center 3s forwards}.hero .translate-to-3-4{animation:translate-to-3-4 3s forwards}}.button-play path{transform-origin:center;transition:transform .4s ease-out}.button-play:hover path{transform:scale(.9)}.breadcrumbs--shadow .btn:before{animation:fade 3s forwards;background-color:rgba(0,0,0,.4);border-radius:50%;content:"";filter:blur(30px);height:150%;left:0;position:absolute;top:-25%;width:100%;z-index:0}