@keyframes fade-in-down{0%{opacity:0;translate:0 -100%}50%{opacity:.1}100%{opacity:1;transform:translateX(0)}}@keyframes float-1{0%{translate:0;rotate:0deg}33%{translate:50% -100%}50%{rotate:40deg}66%{translate:50% 0}100%{translate:0;rotate:0deg}}@keyframes float-2{0%{translate:0;rotate:0}33%{translate:-80% 25%}50%{rotate:-60deg}66%{translate:-55% 40%}100%{translate:0;rotate:0}}@keyframes appear{0%{opacity:0}99%{opacity:0}100%{opacity:1}}.header-large h1:after{content:"";background-image:url("../../images/sketches/shine.svg");background-size:cover;display:inline-block;width:5rem;height:5rem;animation:appear;animation-duration:2.5s;position:absolute;bottom:0;right:0;translate:75% 50%;rotate:45deg}.header-large .hands{width:50%}@media(min-width: 48em){.header-large .hands{width:30%;animation:fade-in-down;animation-duration:2s}}@media(min-width: 62em){.header-large .hands{width:40%}}.header-large .shape-1{width:14rem;translate:-50% -50%}.header-large .shape-2{width:20rem;rotate:-25deg;translate:75% -30%}