@keyframes hero-float-slow{0%,to{transform:translate(0)}50%{transform:translateY(-10px)}}@keyframes hero-float-medium{0%,to{transform:translate(0)}50%{transform:translateY(-7px)}}@keyframes hero-float-fast{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(2px,-5px)rotate(3deg)}}@keyframes hero-float-gift-main{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-12px)}}.hero-deco-gift-main{animation:4s ease-in-out infinite hero-float-gift-main}.hero-deco-gift-left{animation:5s ease-in-out -1s infinite hero-float-slow}.hero-deco-gift-right{animation:5s ease-in-out -3s infinite hero-float-slow}.hero-deco-star-left{animation:3s ease-in-out -.5s infinite hero-float-fast}.hero-deco-star-right{animation:3.5s ease-in-out -2s infinite hero-float-fast}.hero-deco-coin{animation:3s ease-in-out -1.5s infinite hero-float-medium}
