.parallax-container{perspective:1000px;transform-style:preserve-3d}.parallax-item{will-change:transform;transition:transform .1s ease-out;transform:translateZ(0)}.check-icon{stroke-dasharray:100;stroke-dashoffset:0;transition:stroke-dashoffset 1.5s}.group:hover .check-icon{stroke-dashoffset:100px;animation:1.5s forwards drawCheck}@keyframes drawCheck{to{stroke-dashoffset:0}}.gradient-text{background:linear-gradient(45deg,#09427d,#3b82f6,#60a5fa,#3b82f6,#09427d) 0 0/200%;color:#0000;text-shadow:2px 2px 4px #0003;-webkit-background-clip:text;background-clip:text;animation:5s infinite gradient}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
