.wave-section-wrapper{height:85px;position:relative;z-index:2}.wave-container{bottom:0;height:85px;line-height:0;overflow:hidden;position:absolute;width:100%}.waves{height:100%;pointer-events:none;width:100%}.parallax>use{animation:move-wave 20s ease-in-out infinite;fill:var(--primaryBlack);will-change:transform}@keyframes move-wave{0%{transform:translateX(-90px)}to{transform:translateX(85px)}}@media (max-width:768px){.wave-section-wrapper{height:40px}.wave-container{height:6vh}.parallax>use{animation:none!important;transform:none!important}}