.parallax>use{-webkit-animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:first-child{-webkit-animation-delay:-2s;animation-delay:-2s;-webkit-animation-duration:7s;animation-duration:7s}.parallax>use:nth-child(2){-webkit-animation-delay:-3s;animation-delay:-3s;-webkit-animation-duration:10s;animation-duration:10s}.parallax>use:nth-child(3){-webkit-animation-delay:-4s;animation-delay:-4s;-webkit-animation-duration:13s;animation-duration:13s}.parallax>use:nth-child(4){-webkit-animation-delay:-5s;animation-delay:-5s;-webkit-animation-duration:20s;animation-duration:20s}@-webkit-keyframes move-forever{0%{-webkit-transform:translate3d(-90px,0,0);transform:translate3d(-90px,0,0)}to{-webkit-transform:translate3d(85px,0,0);transform:translate3d(85px,0,0)}}@keyframes move-forever{0%{-webkit-transform:translate3d(-90px,0,0);transform:translate3d(-90px,0,0)}to{-webkit-transform:translate3d(85px,0,0);transform:translate3d(85px,0,0)}}#background-wrap{bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}@-webkit-keyframes animateBubble{0%{margin-top:1000px}to{margin-top:-100%}}@keyframes animateBubble{0%{margin-top:1000px}to{margin-top:-100%}}@-webkit-keyframes sideWays{0%{margin-left:0}to{margin-left:50px}}@keyframes sideWays{0%{margin-left:0}to{margin-left:50px}}.x1{-webkit-animation:animateBubble 25s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 25s linear infinite,sideWays 2s ease-in-out infinite alternate;left:-5%;top:5%;-webkit-transform:scale(.6);transform:scale(.6)}.x2{-webkit-animation:animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;left:5%;top:80%;-webkit-transform:scale(.4);transform:scale(.4)}.x3{-webkit-animation:animateBubble 28s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 28s linear infinite,sideWays 2s ease-in-out infinite alternate;left:10%;top:40%;-webkit-transform:scale(.7);transform:scale(.7)}.x4{-webkit-animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;left:20%;top:0;-webkit-transform:scale(.3);transform:scale(.3)}.x5{-webkit-animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;left:30%;top:50%;-webkit-transform:scale(.5);transform:scale(.5)}.x6{-webkit-animation:animateBubble 21s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 21s linear infinite,sideWays 2s ease-in-out infinite alternate;left:50%;top:0;-webkit-transform:scale(.8);transform:scale(.8)}.x7{-webkit-animation:animateBubble 20s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 20s linear infinite,sideWays 2s ease-in-out infinite alternate;left:65%;top:70%;-webkit-transform:scale(.4);transform:scale(.4)}.x8{-webkit-animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;left:80%;top:10%;-webkit-transform:scale(.3);transform:scale(.3)}.x9{-webkit-animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;left:90%;top:50%;-webkit-transform:scale(.6);transform:scale(.6)}.x10{-webkit-animation:animateBubble 26s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 26s linear infinite,sideWays 2s ease-in-out infinite alternate;left:80%;top:80%;-webkit-transform:scale(.3);transform:scale(.3)}.bubble{box-shadow:0 20px 30px rgba(0,0,0,.2),inset 0 10px 30px 5px #fff;height:200px}.bubble,.bubble:after{border-radius:50%;position:absolute}.bubble:after{background:radial-gradient(ellipse at center,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 70%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80ffffff",endColorstr="#00ffffff",GradientType=1);box-shadow:inset 0 20px 30px hsla(0,0%,100%,.3);content:attr(data-tagline);height:180px;left:10px;width:180px;display:flex;justify-content:center;align-items:center}.chatbubble{-webkit-animation:float 5s ease-in-out infinite;animation:float 5s ease-in-out infinite;mix-blend-mode:multiply;text-align:center;text-transform:uppercase;letter-spacing:3px;font-size:12px;color:#fff;padding:15px;position:relative;box-shadow:20px 20px #83af9b;cursor:pointer}.chatbubble,.chatbubble:after{-webkit-transform:translatey(0);transform:translatey(0);font-weight:700;background-color:#f36;border-radius:11px}.chatbubble:after{-webkit-animation:float2 5s ease-in-out infinite;animation:float2 5s ease-in-out infinite;content:".";-webkit-text-fill-color:#f36;text-shadow:22px 22px #83af9b;text-align:left;font-size:55px;width:55px;height:11px;line-height:30px;position:absolute;display:block;bottom:-30px;left:0;box-shadow:22px 22px #83af9b;z-index:-2}@-webkit-keyframes float{0%{-webkit-transform:translatey(0);transform:translatey(0)}50%{-webkit-transform:translatey(-20px);transform:translatey(-20px)}to{-webkit-transform:translatey(0);transform:translatey(0)}}@keyframes float{0%{-webkit-transform:translatey(0);transform:translatey(0)}50%{-webkit-transform:translatey(-20px);transform:translatey(-20px)}to{-webkit-transform:translatey(0);transform:translatey(0)}}@-webkit-keyframes float2{0%{line-height:30px;-webkit-transform:translatey(0);transform:translatey(0)}55%{-webkit-transform:translatey(-20px);transform:translatey(-20px)}60%{line-height:10px}to{line-height:30px;-webkit-transform:translatey(0);transform:translatey(0)}}@keyframes float2{0%{line-height:30px;-webkit-transform:translatey(0);transform:translatey(0)}55%{-webkit-transform:translatey(-20px);transform:translatey(-20px)}60%{line-height:10px}to{line-height:30px;-webkit-transform:translatey(0);transform:translatey(0)}}.devmakeall-usertap-tooltip-demo .devmakeall-usertap-tooltiptext-demo{visibility:hidden;position:absolute;z-index:1;top:100px;left:90%}.devmakeall-usertap-tooltip-demo:hover .devmakeall-usertap-tooltiptext-demo{visibility:visible}.devmakell-usertap-fab-demo{position:fixed;z-index:10002;right:16px;bottom:16px;background-color:#f36;width:64px;height:64px;border-radius:50px;background:#f36;border:none;outline:none;color:#fff;padding:10px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);transition:.3s;-webkit-tap-highlight-color:rgba(0,0,0,0);display:flex;justify-content:center;cursor:pointer;overflow:hidden;float:right;text-align:left}.devmakell-usertap-fabtext-demo{font-size:15px;margin-left:10px;text-transform:uppercase;font-family:"Franklin Gothic Medium","Arial Narrow",Arial,sans-serif}.devmakell-usertap-fab-demo:active{background:#fff;background-color:#fff;height:84px}.devmakell-usertap-fab-demo:hover{width:180px}.devmakell-usertap-fab-demo:hover .devmakeall-usertap-fab-img-demo{margin-right:10px;margin-left:5px}.devmakeall-usertap-fab-img-demo{float:right;display:block;margin:auto 90px auto 30px}.devmakell-usertap-sidepanel-demo{position:fixed;z-index:10002;width:64px;height:64px;left:0;top:50%}.devmakeall-video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.devmakeall-video-container embed,.devmakeall-video-container iframe,.devmakeall-video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.devmakell-usertap-fab{position:fixed;z-index:10002;right:16px;bottom:16px;background-color:#8320c5;width:64px;height:64px;border-radius:100%;background:#8320c5;border:none;outline:none;color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);transition:.3s;-webkit-tap-highlight-color:rgba(0,0,0,0);display:flex;justify-content:center;cursor:pointer}.devmakell-usertap-fab:active{width:84px;height:84px}.devmakell-usertap-fab:active,.devmakell-usertap-fab:hover{background:#fff;background-color:#fff}.devmakeall-usertap-fab-img{margin:auto;display:block}.devmakeall-usertap-tooltip{position:absolute;bottom:100px;right:100px;display:inline-block;font-size:larger;font-weight:700;border-bottom:1px dotted #000}.devmakeall-usertap-tooltip .devmakeall-usertap-tooltiptext{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.devmakeall-usertap-tooltip:hover .devmakeall-usertap-tooltiptext{visibility:visible}.devmakell-usertap-overlay{z-index:10001;position:fixed;top:90%;bottom:0;left:0;right:0;opacity:.8;background-color:#000}.devmakell-usertap-message{position:fixed;z-index:10002;background:#fff;left:50%;top:95%;margin:0;width:auto;padding:10px 20px;border:1px solid #333;border-radius:10px}.devmakell-usertap-sidepanel{position:fixed;z-index:10002;width:64px;height:64px;right:0;top:50%;align-items:center}.devmakeall-usertap-sidepanel-img{margin-top:8px;margin-left:8px;display:block}.devmakeall-usertap-fivestar-panel{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);transition:.3s;padding:10px;border-radius:10px;display:inline-block}.devmakeall-usertap-fivestar-panel:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.devmakeall-usertap-fivestar{color:gold;cursor:pointer;font-size:larger}.devmakeall-usertap-fivestar-text{color:#000;font-family:sans-serif}.devmakell-usertap-webwidgets-wrapper{position:fixed;z-index:10002;right:16px;bottom:16px}.devmakeall-usertap-likedislike-panel{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);transition:.3s;padding:10px;border-radius:10px;display:inline-block}.devmakeall-usertap-likedislike-panel:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.devmakeall-usertap-likedislike{cursor:pointer;font-size:larger}.devmakeall-usertap-likedislike-one,.devmakeall-usertap-likedislike-two{cursor:pointer;font-size:larger;color:transparent;text-shadow:0 0 0 gold}.devmakeall-usertap-likedislike-text{color:#000;font-family:sans-serif}
/*# sourceMappingURL=main.0a1d4d6f.chunk.css.map */