body{opacity:0;transition:opacity .5s ease-in}body.loaded{opacity:1}[data-animate=fade],[data-animate=fade-right],[data-animate=fade-left]{opacity:0;visibility:hidden;transition:opacity .4s ease-out,transform .4s ease-out}body.animations-ready [data-animate=fade]{opacity:1;visibility:visible}body.animations-ready [data-animate=fade-right]{opacity:1;visibility:visible;transform:translateX(0)}body.animations-ready [data-animate=fade-left]{opacity:1;visibility:visible;transform:translateX(0)}[data-animate=fade-right]{transform:translateX(-20px)}[data-animate=fade-left]{transform:translateX(20px)}.hero-underline path{stroke-dasharray:300;stroke-dashoffset:300;transition:stroke-dashoffset 1.5s ease-in-out}body.animations-ready .hero-underline path{stroke-dashoffset:0}.no-js body{opacity:1}.loading-spinner{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;z-index:9999}