.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.animate-svg-draw path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw 2s ease-in-out forwards}@keyframes draw{to{stroke-dashoffset:0}}a:not(.no-underline){position:relative;text-decoration:none;transition:color .3s ease-out}a:not(.no-underline):after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:-2px;left:0;background-color:var(--color-accent-primary);transform-origin:bottom right;transition:transform .3s ease-out}a:not(.no-underline):hover:after{transform:scaleX(1);transform-origin:bottom left}button,.button{transition:background-color .3s ease-out,transform .2s ease-out}button:hover,.button:hover{transform:translateY(-2px)}
