.waves{width:100%;height:100px;min-height:100px;max-height:150px;margin-bottom:-7px}.parallax>use{animation:25s cubic-bezier(.55,.5,.45,.5) infinite move-forever}.parallax>use:first-child{animation-duration:7s;animation-delay:-2s}.parallax>use:nth-child(2){animation-duration:10s;animation-delay:-3s}.parallax>use:nth-child(3){animation-duration:13s;animation-delay:-4s}.parallax>use:nth-child(4){animation-duration:20s;animation-delay:-5s}@keyframes move-forever{0%{transform:translate(-90px)}to{transform:translate(85px)}}.scale-up-center{animation:2s linear infinite forwards scale-up-center}@keyframes scale-up-center{0%{animation-timing-function:cubic-bezier(.445,.05,.55,.95);transform:translate(150px,150px)scale(1)}50%{animation-timing-function:cubic-bezier(.445,.05,.55,.95);transform:translate(150px,150px)scale(.756933,.756934)}to{transform:translate(150px,150px)scale(1)}}
.carousel-container{width:100%;height:150px;position:relative;overflow:hidden}.carousel-card{justify-content:center;align-items:center;width:350px;height:150px;display:flex}.carousel-card:hover{transform:scale(1.2)}.carousel-image{width:250px;height:150px}.carousel-track{justify-content:center;align-items:center;height:100%;animation:40s linear infinite slide;display:flex;position:absolute;left:0}.carousel-track:hover{animation-play-state:paused}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-2800px)}}
