/*minified*/
#pluginAppObj_47_272 {
    width: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
}

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

#pluginAppObj_47_272 > div.icmAnimatedShapeSeparator > figure > svg  {
    display: block;
    height: 100px;
    width: 100%;
    transform: scale(1,-1) translate(0,0);
    filter: none;
}

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

#pluginAppObj_47_272 .wavesGenerator > use {
    animation: move-forever cubic-bezier(.55,.5,.45,.5) infinite;
    animation-duration: 21s
}

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

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

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

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

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

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