/*minified*/
#pluginAppObj_54_148 {
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}

#pluginAppObj_54_148 > div.icmAnimatedShapeSeparator > figure {
    margin: 0px!important;
}

#pluginAppObj_54_148 > div.icmAnimatedShapeSeparator > figure > svg  {
    display: block;
    height: 150px;
    width: 100%;
    transform: scale(1,1) translate(0,0);
    filter: drop-shadow(0px -17px 28px rgba(252, 203, 199, 1)) ;
}

#pluginAppObj_54_148 > div.icmAnimatedShapeSeparator > figure > svg path  {
    /* fill: rgba(18, 18, 18, 1);  */
}

.wavesGenerator > use {
    animation: move-forever 20s cubic-bezier(.55,.5,.45,.5) infinite
}

.wavesGenerator > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 14s;
}

.wavesGenerator > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 20s;
}

.wavesGenerator > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 26s;
}

.wavesGenerator > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 40s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0)
    }

    100% {
        transform: translate3d(85px,0,0)
    }
}