.wave{display:flex;margin-bottom:-1px}.wave svg{height:min(50vh,70rem);width:100%}@media (max-width:991px){.wave svg{height:min(25vh,40rem)}}.wave svg>*{animation:wave 35s linear infinite}.wave svg g:first-child{animation-duration:50s}.wave svg>path{animation-duration:25s}@keyframes wave{0%{transform:translate3d(15px,0,0)}to{transform:translate3d(-3737px,0,0)}}