body{
    background-color:#fff;
    margin: 0px;
    height: 100%;
    overflow: hidden;
}
.header {
    position: relative;
}
#lottie{
    background-color:#fff;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
.lottie {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100% !important;
}
.bg2, .bg3{
    position: relative;
}
.bg2 svg{
    position: absolute;
    top: -180px;
    z-index: -1;
    height: auto !important;
}
.bg3 svg{
    position: absolute;
    top: -180px;
    z-index: -1;
    height: auto !important;
}