.grass-pattern{display:flex;flex-direction:row;width:100%;height:100%}.grass-pattern .stripe{flex:1;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.05))}.grass-pattern .stripe:nth-child(2n){background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02))}.goal-net{width:100%;height:100%;background-image:repeating-linear-gradient(0deg,hsla(0,0%,39%,.3),transparent 1px,transparent 4px),repeating-linear-gradient(90deg,hsla(0,0%,39%,.3),transparent 1px,transparent 4px)}@keyframes kickBall{0%{left:15%;top:50%;transform:translateY(-50%) scale(1) rotate(0deg)}3%{left:18%;top:48%;transform:translateY(-50%) scale(1.05) rotate(45deg)}8%{left:25%;top:42%;transform:translateY(-50%) scale(1.1) rotate(120deg)}15%{left:35%;top:35%;transform:translateY(-50%) scale(1.15) rotate(220deg)}25%{left:45%;top:30%;transform:translateY(-50%) scale(1.2) rotate(1turn)}35%{left:55%;top:28%;transform:translateY(-50%) scale(1.25) rotate(500deg)}45%{left:65%;top:30%;transform:translateY(-50%) scale(1.2) rotate(640deg)}55%{left:73%;top:35%;transform:translateY(-50%) scale(1.15) rotate(760deg)}65%{left:80%;top:42%;transform:translateY(-50%) scale(1.1) rotate(860deg)}75%{left:86%;top:48%;transform:translateY(-50%) scale(1.05) rotate(940deg)}82%{left:90%;top:50%;transform:translateY(-50%) scale(1) rotate(1000deg)}88%{left:94%;top:50%;transform:translateY(-50%) scale(.9) rotate(1040deg);opacity:1}94%{left:96%;top:50%;transform:translateY(-50%) scale(.7) rotate(3turn);opacity:.5}to{left:97%;top:50%;transform:translateY(-50%) scale(.5) rotate(3turn);opacity:0}}@keyframes ballShadow{0%{opacity:.25;transform:scale(1)}3%{opacity:.2;transform:scale(.9)}25%{opacity:.15;transform:scale(.7)}50%{opacity:.12;transform:scale(.6)}75%{opacity:.15;transform:scale(.7)}88%{opacity:.2;transform:scale(.9)}to{opacity:0;transform:scale(.5)}}@keyframes motionLines{0%,2%{opacity:0}5%{opacity:.8}15%{opacity:1}70%{opacity:.8}85%,to{opacity:0}}@keyframes kickLeg{0%,to{transform:rotate(0deg)}2%{transform:rotate(-15deg)}5%{transform:rotate(-60deg)}8%{transform:rotate(-35deg)}12%{transform:rotate(0deg)}}@keyframes celebrate{0%,87%{opacity:0;transform:scale(.3)}90%{opacity:1;transform:scale(1)}96%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes particle1{0%,87%{opacity:0;transform:translate(0) scale(0)}90%{opacity:1;transform:translate(-30px,-40px) scale(1)}to{opacity:0;transform:translate(-60px,-80px) scale(.5)}}@keyframes particle2{0%,87%{opacity:0;transform:translate(0) scale(0)}90%{opacity:1;transform:translate(30px,-40px) scale(1)}to{opacity:0;transform:translate(60px,-80px) scale(.5)}}@keyframes particle3{0%,87%{opacity:0;transform:translate(0) scale(0)}90%{opacity:1;transform:translate(-40px,20px) scale(1)}to{opacity:0;transform:translate(-80px,40px) scale(.5)}}@keyframes particle4{0%,87%{opacity:0;transform:translate(0) scale(0)}90%{opacity:1;transform:translate(40px,20px) scale(1)}to{opacity:0;transform:translate(80px,40px) scale(.5)}}@keyframes particle5{0%,87%{opacity:0;transform:translate(0) scale(0)}90%{opacity:1;transform:translateY(-50px) scale(1.2)}to{opacity:0;transform:translateY(-100px) scale(.3)}}@keyframes particle6{0%,87%{opacity:0;transform:translate(0) scale(0)}90%{opacity:1;transform:translateY(40px) scale(1)}to{opacity:0;transform:translateY(80px) scale(.5)}}@keyframes star1{0%,87%{opacity:0;transform:translate(-20px,-30px) scale(0) rotate(0deg)}90%{opacity:1;transform:translate(-20px,-30px) scale(1) rotate(180deg)}to{opacity:0;transform:translate(-20px,-30px) scale(1.5) rotate(1turn)}}@keyframes star2{0%,87%{opacity:0;transform:translate(25px,-25px) scale(0) rotate(0deg)}91%{opacity:1;transform:translate(25px,-25px) scale(1) rotate(180deg)}to{opacity:0;transform:translate(25px,-25px) scale(1.5) rotate(1turn)}}@keyframes star3{0%,87%{opacity:0;transform:translateY(30px) scale(0) rotate(0deg)}92%{opacity:1;transform:translateY(30px) scale(1) rotate(180deg)}to{opacity:0;transform:translateY(30px) scale(1.5) rotate(1turn)}}.football-field-container .ball-container{animation:kickBall 5s cubic-bezier(.45,.05,.55,.95) infinite}.football-field-container .football{animation:spinBall 5s linear infinite}.football-field-container .ball-shadow{animation:ballShadow 5s cubic-bezier(.45,.05,.55,.95) infinite}.football-field-container .motion-lines{animation:motionLines 5s ease-out infinite}.football-field-container .leg-kicking{animation:kickLeg 5s cubic-bezier(.45,.05,.55,.95) infinite}.football-field-container .goal-celebration{animation:celebrate 5s ease-out infinite}.football-field-container .particle-1{animation:particle1 5s ease-out infinite}.football-field-container .particle-2{animation:particle2 5s ease-out infinite}.football-field-container .particle-3{animation:particle3 5s ease-out infinite}.football-field-container .particle-4{animation:particle4 5s ease-out infinite}.football-field-container .particle-5{animation:particle5 5s ease-out infinite}.football-field-container .particle-6{animation:particle6 5s ease-out infinite}.football-field-container .star-1{animation:star1 5s ease-out infinite}.football-field-container .star-2{animation:star2 5s ease-out infinite}.football-field-container .star-3{animation:star3 5s ease-out infinite}