
/* minimal */
html,body{height:100%}
body{margin:0;background:#000;overflow:hidden;font-family:system-ui,Arial,sans-serif;color:#fff}
#container{position:relative;width:100vw;height:100vh}
.marquee{position:fixed;left:0;right:0;z-index:99999;overflow:hidden;white-space:nowrap;background:#000;color:#0f0;font-weight:900;font-size:20px}
.marquee.top{top:0;border-bottom:4px double #0f0}
.marquee.bottom{bottom:0;border-top:4px double #0f0}
.track{display:inline-block;padding-left:100%;animation:marquee 10s linear infinite}
.shape{position:absolute;will-change:transform,opacity,background-color;mix-blend-mode:difference}
.circle{border-radius:50%}
.stripe{background:repeating-linear-gradient(45deg,#fff,#fff 6px,#000 6px,#000 12px)}
.diamond{transform:rotate(45deg)}
.tri{position:absolute;width:0;height:0}
.ftext{position:absolute;font-weight:900;will-change:transform,opacity;pointer-events:none;text-shadow:4px 4px 0 rgba(0,0,0,.5)}
.popup{position:fixed;z-index:9000;width:240px;max-width:70vw;background:#fff;color:#000;border:6px ridge #ff00ff;box-shadow:12px 12px 0 #000;border-radius:8px}
.popup .head{background:linear-gradient(90deg,#ff00ff,#00ffff);padding:6px 8px;font-weight:900;display:flex;justify-content:space-between;align-items:center}
.popup .body{padding:10px;font-size:14px}
.trail{position:fixed;width:14px;height:14px;border-radius:50%;pointer-events:none;mix-blend-mode:difference;transition:transform .7s ease-out,opacity .7s ease-out}
.locked *{pointer-events:none!important}
.nocursor,.nocursor *{cursor:none}
#overlay{position:fixed;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.8);z-index:1000000}
#box{background:linear-gradient(135deg,#ff00ff,#00ffff);padding:18px 22px;border:8px ridge #000;box-shadow:20px 20px 0 #000;color:#000;border-radius:16px;text-align:center}
#box h1{margin:0 0 8px 0;font-size:28px;color:#000;text-shadow:2px 2px 0 #fff}
#box p{margin:0 0 10px 0;font-size:14px;font-weight:700}
#start{padding:10px 14px;border:4px groove #000;background:#111;color:#fff;font-weight:900;cursor:pointer}
.fade{animation:fadeout .25s linear forwards}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
@keyframes fadeout{to{opacity:0;visibility:hidden}}
@keyframes flash1{0%{filter:none}50%{filter:invert(1)}100%{filter:none}}
@keyframes flash2{0%{filter:none}50%{filter:hue-rotate(180deg)}100%{filter:none}}
@keyframes hue1{0%{filter:hue-rotate(0)}100%{filter:hue-rotate(360deg)}}
@keyframes wiggle1{0%{transform:translate(0,0)}50%{transform:translate(12px,-12px)}100%{transform:translate(0,0)}}
.box1{position:absolute;width:32px;height:32px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box2{position:absolute;width:38px;height:38px;background:green;animation:flash2 0.7s steps(1) infinite}
.box3{position:absolute;width:44px;height:44px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box4{position:absolute;width:50px;height:50px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box5{position:absolute;width:56px;height:56px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box6{position:absolute;width:62px;height:62px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box7{position:absolute;width:68px;height:68px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box8{position:absolute;width:74px;height:74px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box9{position:absolute;width:80px;height:80px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box10{position:absolute;width:86px;height:86px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box11{position:absolute;width:92px;height:92px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box12{position:absolute;width:98px;height:98px;background:red;animation:flash2 0.7s steps(1) infinite}
.box13{position:absolute;width:104px;height:104px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box14{position:absolute;width:110px;height:110px;background:green;animation:flash2 0.7s steps(1) infinite}
.box15{position:absolute;width:116px;height:116px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box16{position:absolute;width:122px;height:122px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box17{position:absolute;width:128px;height:128px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box18{position:absolute;width:134px;height:134px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box19{position:absolute;width:140px;height:140px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box20{position:absolute;width:146px;height:146px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box21{position:absolute;width:152px;height:152px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box22{position:absolute;width:158px;height:158px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box23{position:absolute;width:164px;height:164px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box24{position:absolute;width:26px;height:26px;background:red;animation:flash2 0.7s steps(1) infinite}
.box25{position:absolute;width:32px;height:32px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box26{position:absolute;width:38px;height:38px;background:green;animation:flash2 0.7s steps(1) infinite}
.box27{position:absolute;width:44px;height:44px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box28{position:absolute;width:50px;height:50px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box29{position:absolute;width:56px;height:56px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box30{position:absolute;width:62px;height:62px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box31{position:absolute;width:68px;height:68px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box32{position:absolute;width:74px;height:74px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box33{position:absolute;width:80px;height:80px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box34{position:absolute;width:86px;height:86px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box35{position:absolute;width:92px;height:92px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box36{position:absolute;width:98px;height:98px;background:red;animation:flash2 0.7s steps(1) infinite}
.box37{position:absolute;width:104px;height:104px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box38{position:absolute;width:110px;height:110px;background:green;animation:flash2 0.7s steps(1) infinite}
.box39{position:absolute;width:116px;height:116px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box40{position:absolute;width:122px;height:122px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box41{position:absolute;width:128px;height:128px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box42{position:absolute;width:134px;height:134px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box43{position:absolute;width:140px;height:140px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box44{position:absolute;width:146px;height:146px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box45{position:absolute;width:152px;height:152px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box46{position:absolute;width:158px;height:158px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box47{position:absolute;width:164px;height:164px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box48{position:absolute;width:26px;height:26px;background:red;animation:flash2 0.7s steps(1) infinite}
.box49{position:absolute;width:32px;height:32px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box50{position:absolute;width:38px;height:38px;background:green;animation:flash2 0.7s steps(1) infinite}
.box51{position:absolute;width:44px;height:44px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box52{position:absolute;width:50px;height:50px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box53{position:absolute;width:56px;height:56px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box54{position:absolute;width:62px;height:62px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box55{position:absolute;width:68px;height:68px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box56{position:absolute;width:74px;height:74px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box57{position:absolute;width:80px;height:80px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box58{position:absolute;width:86px;height:86px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box59{position:absolute;width:92px;height:92px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box60{position:absolute;width:98px;height:98px;background:red;animation:flash2 0.7s steps(1) infinite}
.box61{position:absolute;width:104px;height:104px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box62{position:absolute;width:110px;height:110px;background:green;animation:flash2 0.7s steps(1) infinite}
.box63{position:absolute;width:116px;height:116px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box64{position:absolute;width:122px;height:122px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box65{position:absolute;width:128px;height:128px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box66{position:absolute;width:134px;height:134px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box67{position:absolute;width:140px;height:140px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box68{position:absolute;width:146px;height:146px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box69{position:absolute;width:152px;height:152px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box70{position:absolute;width:158px;height:158px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box71{position:absolute;width:164px;height:164px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box72{position:absolute;width:26px;height:26px;background:red;animation:flash2 0.7s steps(1) infinite}
.box73{position:absolute;width:32px;height:32px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box74{position:absolute;width:38px;height:38px;background:green;animation:flash2 0.7s steps(1) infinite}
.box75{position:absolute;width:44px;height:44px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box76{position:absolute;width:50px;height:50px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box77{position:absolute;width:56px;height:56px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box78{position:absolute;width:62px;height:62px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box79{position:absolute;width:68px;height:68px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box80{position:absolute;width:74px;height:74px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box81{position:absolute;width:80px;height:80px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box82{position:absolute;width:86px;height:86px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box83{position:absolute;width:92px;height:92px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box84{position:absolute;width:98px;height:98px;background:red;animation:flash2 0.7s steps(1) infinite}
.box85{position:absolute;width:104px;height:104px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box86{position:absolute;width:110px;height:110px;background:green;animation:flash2 0.7s steps(1) infinite}
.box87{position:absolute;width:116px;height:116px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box88{position:absolute;width:122px;height:122px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box89{position:absolute;width:128px;height:128px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box90{position:absolute;width:134px;height:134px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box91{position:absolute;width:140px;height:140px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box92{position:absolute;width:146px;height:146px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box93{position:absolute;width:152px;height:152px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box94{position:absolute;width:158px;height:158px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box95{position:absolute;width:164px;height:164px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box96{position:absolute;width:26px;height:26px;background:red;animation:flash2 0.7s steps(1) infinite}
.box97{position:absolute;width:32px;height:32px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box98{position:absolute;width:38px;height:38px;background:green;animation:flash2 0.7s steps(1) infinite}
.box99{position:absolute;width:44px;height:44px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box100{position:absolute;width:50px;height:50px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box101{position:absolute;width:56px;height:56px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box102{position:absolute;width:62px;height:62px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box103{position:absolute;width:68px;height:68px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box104{position:absolute;width:74px;height:74px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box105{position:absolute;width:80px;height:80px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box106{position:absolute;width:86px;height:86px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box107{position:absolute;width:92px;height:92px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box108{position:absolute;width:98px;height:98px;background:red;animation:flash2 0.7s steps(1) infinite}
.box109{position:absolute;width:104px;height:104px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box110{position:absolute;width:110px;height:110px;background:green;animation:flash2 0.7s steps(1) infinite}
.box111{position:absolute;width:116px;height:116px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box112{position:absolute;width:122px;height:122px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box113{position:absolute;width:128px;height:128px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box114{position:absolute;width:134px;height:134px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box115{position:absolute;width:140px;height:140px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box116{position:absolute;width:146px;height:146px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box117{position:absolute;width:152px;height:152px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box118{position:absolute;width:158px;height:158px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box119{position:absolute;width:164px;height:164px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box120{position:absolute;width:26px;height:26px;background:red;animation:flash2 0.7s steps(1) infinite}
.box121{position:absolute;width:32px;height:32px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box122{position:absolute;width:38px;height:38px;background:green;animation:flash2 0.7s steps(1) infinite}
.box123{position:absolute;width:44px;height:44px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box124{position:absolute;width:50px;height:50px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box125{position:absolute;width:56px;height:56px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box126{position:absolute;width:62px;height:62px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box127{position:absolute;width:68px;height:68px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box128{position:absolute;width:74px;height:74px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box129{position:absolute;width:80px;height:80px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box130{position:absolute;width:86px;height:86px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box131{position:absolute;width:92px;height:92px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box132{position:absolute;width:98px;height:98px;background:red;animation:flash2 0.7s steps(1) infinite}
.box133{position:absolute;width:104px;height:104px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box134{position:absolute;width:110px;height:110px;background:green;animation:flash2 0.7s steps(1) infinite}
.box135{position:absolute;width:116px;height:116px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box136{position:absolute;width:122px;height:122px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box137{position:absolute;width:128px;height:128px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box138{position:absolute;width:134px;height:134px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box139{position:absolute;width:140px;height:140px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box140{position:absolute;width:146px;height:146px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box141{position:absolute;width:152px;height:152px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box142{position:absolute;width:158px;height:158px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box143{position:absolute;width:164px;height:164px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box144{position:absolute;width:26px;height:26px;background:red;animation:flash2 0.7s steps(1) infinite}
.box145{position:absolute;width:32px;height:32px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box146{position:absolute;width:38px;height:38px;background:green;animation:flash2 0.7s steps(1) infinite}
.box147{position:absolute;width:44px;height:44px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box148{position:absolute;width:50px;height:50px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.box149{position:absolute;width:56px;height:56px;background:cyan;animation:flash1 0.5s steps(1) infinite}
.box150{position:absolute;width:62px;height:62px;background:orange;animation:flash2 0.7s steps(1) infinite}
.box151{position:absolute;width:68px;height:68px;background:lime;animation:flash1 0.5s steps(1) infinite}
.box152{position:absolute;width:74px;height:74px;background:purple;animation:flash2 0.7s steps(1) infinite}
.box153{position:absolute;width:80px;height:80px;background:pink;animation:flash1 0.5s steps(1) infinite}
.box154{position:absolute;width:86px;height:86px;background:gold;animation:flash2 0.7s steps(1) infinite}
.box155{position:absolute;width:92px;height:92px;background:aqua;animation:flash1 0.5s steps(1) infinite}
.box156{position:absolute;width:98px;height:98px;background:red;animation:flash2 0.7s steps(1) infinite}
.box157{position:absolute;width:104px;height:104px;background:blue;animation:flash1 0.5s steps(1) infinite}
.box158{position:absolute;width:110px;height:110px;background:green;animation:flash2 0.7s steps(1) infinite}
.box159{position:absolute;width:116px;height:116px;background:yellow;animation:flash1 0.5s steps(1) infinite}
.box160{position:absolute;width:122px;height:122px;background:magenta;animation:flash2 0.7s steps(1) infinite}
.circle1{position:absolute;width:23px;height:23px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle2{position:absolute;width:28px;height:28px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle3{position:absolute;width:33px;height:33px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle4{position:absolute;width:38px;height:38px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle5{position:absolute;width:43px;height:43px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle6{position:absolute;width:48px;height:48px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle7{position:absolute;width:53px;height:53px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle8{position:absolute;width:58px;height:58px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle9{position:absolute;width:63px;height:63px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle10{position:absolute;width:68px;height:68px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle11{position:absolute;width:73px;height:73px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle12{position:absolute;width:78px;height:78px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle13{position:absolute;width:83px;height:83px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle14{position:absolute;width:88px;height:88px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle15{position:absolute;width:93px;height:93px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle16{position:absolute;width:98px;height:98px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle17{position:absolute;width:103px;height:103px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle18{position:absolute;width:108px;height:108px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle19{position:absolute;width:113px;height:113px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle20{position:absolute;width:118px;height:118px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle21{position:absolute;width:123px;height:123px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle22{position:absolute;width:128px;height:128px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle23{position:absolute;width:133px;height:133px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle24{position:absolute;width:18px;height:18px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle25{position:absolute;width:23px;height:23px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle26{position:absolute;width:28px;height:28px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle27{position:absolute;width:33px;height:33px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle28{position:absolute;width:38px;height:38px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle29{position:absolute;width:43px;height:43px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle30{position:absolute;width:48px;height:48px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle31{position:absolute;width:53px;height:53px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle32{position:absolute;width:58px;height:58px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle33{position:absolute;width:63px;height:63px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle34{position:absolute;width:68px;height:68px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle35{position:absolute;width:73px;height:73px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle36{position:absolute;width:78px;height:78px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle37{position:absolute;width:83px;height:83px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle38{position:absolute;width:88px;height:88px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle39{position:absolute;width:93px;height:93px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle40{position:absolute;width:98px;height:98px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle41{position:absolute;width:103px;height:103px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle42{position:absolute;width:108px;height:108px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle43{position:absolute;width:113px;height:113px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle44{position:absolute;width:118px;height:118px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle45{position:absolute;width:123px;height:123px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle46{position:absolute;width:128px;height:128px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle47{position:absolute;width:133px;height:133px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle48{position:absolute;width:18px;height:18px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle49{position:absolute;width:23px;height:23px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle50{position:absolute;width:28px;height:28px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle51{position:absolute;width:33px;height:33px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle52{position:absolute;width:38px;height:38px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle53{position:absolute;width:43px;height:43px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle54{position:absolute;width:48px;height:48px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle55{position:absolute;width:53px;height:53px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle56{position:absolute;width:58px;height:58px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle57{position:absolute;width:63px;height:63px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle58{position:absolute;width:68px;height:68px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle59{position:absolute;width:73px;height:73px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle60{position:absolute;width:78px;height:78px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle61{position:absolute;width:83px;height:83px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle62{position:absolute;width:88px;height:88px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle63{position:absolute;width:93px;height:93px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle64{position:absolute;width:98px;height:98px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle65{position:absolute;width:103px;height:103px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle66{position:absolute;width:108px;height:108px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle67{position:absolute;width:113px;height:113px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle68{position:absolute;width:118px;height:118px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle69{position:absolute;width:123px;height:123px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle70{position:absolute;width:128px;height:128px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle71{position:absolute;width:133px;height:133px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle72{position:absolute;width:18px;height:18px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle73{position:absolute;width:23px;height:23px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle74{position:absolute;width:28px;height:28px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle75{position:absolute;width:33px;height:33px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle76{position:absolute;width:38px;height:38px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle77{position:absolute;width:43px;height:43px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle78{position:absolute;width:48px;height:48px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle79{position:absolute;width:53px;height:53px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle80{position:absolute;width:58px;height:58px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle81{position:absolute;width:63px;height:63px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle82{position:absolute;width:68px;height:68px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle83{position:absolute;width:73px;height:73px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle84{position:absolute;width:78px;height:78px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle85{position:absolute;width:83px;height:83px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle86{position:absolute;width:88px;height:88px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle87{position:absolute;width:93px;height:93px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle88{position:absolute;width:98px;height:98px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle89{position:absolute;width:103px;height:103px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle90{position:absolute;width:108px;height:108px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle91{position:absolute;width:113px;height:113px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle92{position:absolute;width:118px;height:118px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle93{position:absolute;width:123px;height:123px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle94{position:absolute;width:128px;height:128px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle95{position:absolute;width:133px;height:133px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle96{position:absolute;width:18px;height:18px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle97{position:absolute;width:23px;height:23px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle98{position:absolute;width:28px;height:28px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle99{position:absolute;width:33px;height:33px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle100{position:absolute;width:38px;height:38px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle101{position:absolute;width:43px;height:43px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle102{position:absolute;width:48px;height:48px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle103{position:absolute;width:53px;height:53px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle104{position:absolute;width:58px;height:58px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle105{position:absolute;width:63px;height:63px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle106{position:absolute;width:68px;height:68px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle107{position:absolute;width:73px;height:73px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle108{position:absolute;width:78px;height:78px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle109{position:absolute;width:83px;height:83px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle110{position:absolute;width:88px;height:88px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle111{position:absolute;width:93px;height:93px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle112{position:absolute;width:98px;height:98px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle113{position:absolute;width:103px;height:103px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle114{position:absolute;width:108px;height:108px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle115{position:absolute;width:113px;height:113px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle116{position:absolute;width:118px;height:118px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle117{position:absolute;width:123px;height:123px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle118{position:absolute;width:128px;height:128px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle119{position:absolute;width:133px;height:133px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle120{position:absolute;width:18px;height:18px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle121{position:absolute;width:23px;height:23px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle122{position:absolute;width:28px;height:28px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle123{position:absolute;width:33px;height:33px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle124{position:absolute;width:38px;height:38px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle125{position:absolute;width:43px;height:43px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle126{position:absolute;width:48px;height:48px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle127{position:absolute;width:53px;height:53px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle128{position:absolute;width:58px;height:58px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle129{position:absolute;width:63px;height:63px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle130{position:absolute;width:68px;height:68px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle131{position:absolute;width:73px;height:73px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle132{position:absolute;width:78px;height:78px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle133{position:absolute;width:83px;height:83px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle134{position:absolute;width:88px;height:88px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle135{position:absolute;width:93px;height:93px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle136{position:absolute;width:98px;height:98px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle137{position:absolute;width:103px;height:103px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle138{position:absolute;width:108px;height:108px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle139{position:absolute;width:113px;height:113px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle140{position:absolute;width:118px;height:118px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle141{position:absolute;width:123px;height:123px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle142{position:absolute;width:128px;height:128px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle143{position:absolute;width:133px;height:133px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle144{position:absolute;width:18px;height:18px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle145{position:absolute;width:23px;height:23px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle146{position:absolute;width:28px;height:28px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle147{position:absolute;width:33px;height:33px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle148{position:absolute;width:38px;height:38px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle149{position:absolute;width:43px;height:43px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle150{position:absolute;width:48px;height:48px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle151{position:absolute;width:53px;height:53px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle152{position:absolute;width:58px;height:58px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle153{position:absolute;width:63px;height:63px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle154{position:absolute;width:68px;height:68px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle155{position:absolute;width:73px;height:73px;background:gold;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle156{position:absolute;width:78px;height:78px;background:red;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle157{position:absolute;width:83px;height:83px;background:green;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle158{position:absolute;width:88px;height:88px;background:magenta;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle159{position:absolute;width:93px;height:93px;background:orange;border-radius:50%;animation:hue1 1.4s linear infinite}
.circle160{position:absolute;width:98px;height:98px;background:purple;border-radius:50%;animation:hue1 1.4s linear infinite}
.stripe1{position:absolute;width:48px;height:8px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe2{position:absolute;width:56px;height:9px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe3{position:absolute;width:64px;height:10px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe4{position:absolute;width:72px;height:12px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe5{position:absolute;width:80px;height:13px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe6{position:absolute;width:88px;height:14px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe7{position:absolute;width:96px;height:16px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe8{position:absolute;width:104px;height:17px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe9{position:absolute;width:112px;height:18px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe10{position:absolute;width:120px;height:20px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe11{position:absolute;width:128px;height:21px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe12{position:absolute;width:136px;height:22px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe13{position:absolute;width:144px;height:24px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe14{position:absolute;width:152px;height:25px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe15{position:absolute;width:160px;height:26px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe16{position:absolute;width:40px;height:6px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe17{position:absolute;width:48px;height:8px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe18{position:absolute;width:56px;height:9px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe19{position:absolute;width:64px;height:10px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe20{position:absolute;width:72px;height:12px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe21{position:absolute;width:80px;height:13px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe22{position:absolute;width:88px;height:14px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe23{position:absolute;width:96px;height:16px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe24{position:absolute;width:104px;height:17px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe25{position:absolute;width:112px;height:18px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe26{position:absolute;width:120px;height:20px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe27{position:absolute;width:128px;height:21px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe28{position:absolute;width:136px;height:22px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe29{position:absolute;width:144px;height:24px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe30{position:absolute;width:152px;height:25px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe31{position:absolute;width:160px;height:26px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe32{position:absolute;width:40px;height:6px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe33{position:absolute;width:48px;height:8px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe34{position:absolute;width:56px;height:9px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe35{position:absolute;width:64px;height:10px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe36{position:absolute;width:72px;height:12px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe37{position:absolute;width:80px;height:13px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe38{position:absolute;width:88px;height:14px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe39{position:absolute;width:96px;height:16px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe40{position:absolute;width:104px;height:17px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe41{position:absolute;width:112px;height:18px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe42{position:absolute;width:120px;height:20px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe43{position:absolute;width:128px;height:21px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe44{position:absolute;width:136px;height:22px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe45{position:absolute;width:144px;height:24px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe46{position:absolute;width:152px;height:25px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe47{position:absolute;width:160px;height:26px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe48{position:absolute;width:40px;height:6px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe49{position:absolute;width:48px;height:8px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe50{position:absolute;width:56px;height:9px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe51{position:absolute;width:64px;height:10px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe52{position:absolute;width:72px;height:12px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe53{position:absolute;width:80px;height:13px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe54{position:absolute;width:88px;height:14px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe55{position:absolute;width:96px;height:16px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe56{position:absolute;width:104px;height:17px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe57{position:absolute;width:112px;height:18px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe58{position:absolute;width:120px;height:20px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe59{position:absolute;width:128px;height:21px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe60{position:absolute;width:136px;height:22px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe61{position:absolute;width:144px;height:24px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe62{position:absolute;width:152px;height:25px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe63{position:absolute;width:160px;height:26px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe64{position:absolute;width:40px;height:6px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe65{position:absolute;width:48px;height:8px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe66{position:absolute;width:56px;height:9px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe67{position:absolute;width:64px;height:10px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe68{position:absolute;width:72px;height:12px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe69{position:absolute;width:80px;height:13px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe70{position:absolute;width:88px;height:14px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe71{position:absolute;width:96px;height:16px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe72{position:absolute;width:104px;height:17px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe73{position:absolute;width:112px;height:18px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe74{position:absolute;width:120px;height:20px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe75{position:absolute;width:128px;height:21px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe76{position:absolute;width:136px;height:22px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe77{position:absolute;width:144px;height:24px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe78{position:absolute;width:152px;height:25px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe79{position:absolute;width:160px;height:26px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe80{position:absolute;width:40px;height:6px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe81{position:absolute;width:48px;height:8px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe82{position:absolute;width:56px;height:9px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe83{position:absolute;width:64px;height:10px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe84{position:absolute;width:72px;height:12px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe85{position:absolute;width:80px;height:13px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe86{position:absolute;width:88px;height:14px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe87{position:absolute;width:96px;height:16px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe88{position:absolute;width:104px;height:17px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe89{position:absolute;width:112px;height:18px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe90{position:absolute;width:120px;height:20px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe91{position:absolute;width:128px;height:21px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe92{position:absolute;width:136px;height:22px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe93{position:absolute;width:144px;height:24px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe94{position:absolute;width:152px;height:25px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe95{position:absolute;width:160px;height:26px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe96{position:absolute;width:40px;height:6px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe97{position:absolute;width:48px;height:8px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe98{position:absolute;width:56px;height:9px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe99{position:absolute;width:64px;height:10px;animation:wiggle1 1.2s ease-in-out infinite}
.stripe100{position:absolute;width:72px;height:12px;animation:wiggle1 1.2s ease-in-out infinite}
.diamond1{position:absolute;width:46px;height:46px;background:yellow;transform:rotate(45deg)}
.diamond2{position:absolute;width:52px;height:52px;background:orange;transform:rotate(45deg)}
.diamond3{position:absolute;width:58px;height:58px;background:pink;transform:rotate(45deg)}
.diamond4{position:absolute;width:64px;height:64px;background:red;transform:rotate(45deg)}
.diamond5{position:absolute;width:70px;height:70px;background:yellow;transform:rotate(45deg)}
.diamond6{position:absolute;width:76px;height:76px;background:orange;transform:rotate(45deg)}
.diamond7{position:absolute;width:82px;height:82px;background:pink;transform:rotate(45deg)}
.diamond8{position:absolute;width:88px;height:88px;background:red;transform:rotate(45deg)}
.diamond9{position:absolute;width:94px;height:94px;background:yellow;transform:rotate(45deg)}
.diamond10{position:absolute;width:100px;height:100px;background:orange;transform:rotate(45deg)}
.diamond11{position:absolute;width:106px;height:106px;background:pink;transform:rotate(45deg)}
.diamond12{position:absolute;width:112px;height:112px;background:red;transform:rotate(45deg)}
.diamond13{position:absolute;width:118px;height:118px;background:yellow;transform:rotate(45deg)}
.diamond14{position:absolute;width:124px;height:124px;background:orange;transform:rotate(45deg)}
.diamond15{position:absolute;width:130px;height:130px;background:pink;transform:rotate(45deg)}
.diamond16{position:absolute;width:40px;height:40px;background:red;transform:rotate(45deg)}
.diamond17{position:absolute;width:46px;height:46px;background:yellow;transform:rotate(45deg)}
.diamond18{position:absolute;width:52px;height:52px;background:orange;transform:rotate(45deg)}
.diamond19{position:absolute;width:58px;height:58px;background:pink;transform:rotate(45deg)}
.diamond20{position:absolute;width:64px;height:64px;background:red;transform:rotate(45deg)}
.diamond21{position:absolute;width:70px;height:70px;background:yellow;transform:rotate(45deg)}
.diamond22{position:absolute;width:76px;height:76px;background:orange;transform:rotate(45deg)}
.diamond23{position:absolute;width:82px;height:82px;background:pink;transform:rotate(45deg)}
.diamond24{position:absolute;width:88px;height:88px;background:red;transform:rotate(45deg)}
.diamond25{position:absolute;width:94px;height:94px;background:yellow;transform:rotate(45deg)}
.diamond26{position:absolute;width:100px;height:100px;background:orange;transform:rotate(45deg)}
.diamond27{position:absolute;width:106px;height:106px;background:pink;transform:rotate(45deg)}
.diamond28{position:absolute;width:112px;height:112px;background:red;transform:rotate(45deg)}
.diamond29{position:absolute;width:118px;height:118px;background:yellow;transform:rotate(45deg)}
.diamond30{position:absolute;width:124px;height:124px;background:orange;transform:rotate(45deg)}
.diamond31{position:absolute;width:130px;height:130px;background:pink;transform:rotate(45deg)}
.diamond32{position:absolute;width:40px;height:40px;background:red;transform:rotate(45deg)}
.diamond33{position:absolute;width:46px;height:46px;background:yellow;transform:rotate(45deg)}
.diamond34{position:absolute;width:52px;height:52px;background:orange;transform:rotate(45deg)}
.diamond35{position:absolute;width:58px;height:58px;background:pink;transform:rotate(45deg)}
.diamond36{position:absolute;width:64px;height:64px;background:red;transform:rotate(45deg)}
.diamond37{position:absolute;width:70px;height:70px;background:yellow;transform:rotate(45deg)}
.diamond38{position:absolute;width:76px;height:76px;background:orange;transform:rotate(45deg)}
.diamond39{position:absolute;width:82px;height:82px;background:pink;transform:rotate(45deg)}
.diamond40{position:absolute;width:88px;height:88px;background:red;transform:rotate(45deg)}
.diamond41{position:absolute;width:94px;height:94px;background:yellow;transform:rotate(45deg)}
.diamond42{position:absolute;width:100px;height:100px;background:orange;transform:rotate(45deg)}
.diamond43{position:absolute;width:106px;height:106px;background:pink;transform:rotate(45deg)}
.diamond44{position:absolute;width:112px;height:112px;background:red;transform:rotate(45deg)}
.diamond45{position:absolute;width:118px;height:118px;background:yellow;transform:rotate(45deg)}
.diamond46{position:absolute;width:124px;height:124px;background:orange;transform:rotate(45deg)}
.diamond47{position:absolute;width:130px;height:130px;background:pink;transform:rotate(45deg)}
.diamond48{position:absolute;width:40px;height:40px;background:red;transform:rotate(45deg)}
.diamond49{position:absolute;width:46px;height:46px;background:yellow;transform:rotate(45deg)}
.diamond50{position:absolute;width:52px;height:52px;background:orange;transform:rotate(45deg)}
.diamond51{position:absolute;width:58px;height:58px;background:pink;transform:rotate(45deg)}
.diamond52{position:absolute;width:64px;height:64px;background:red;transform:rotate(45deg)}
.diamond53{position:absolute;width:70px;height:70px;background:yellow;transform:rotate(45deg)}
.diamond54{position:absolute;width:76px;height:76px;background:orange;transform:rotate(45deg)}
.diamond55{position:absolute;width:82px;height:82px;background:pink;transform:rotate(45deg)}
.diamond56{position:absolute;width:88px;height:88px;background:red;transform:rotate(45deg)}
.diamond57{position:absolute;width:94px;height:94px;background:yellow;transform:rotate(45deg)}
.diamond58{position:absolute;width:100px;height:100px;background:orange;transform:rotate(45deg)}
.diamond59{position:absolute;width:106px;height:106px;background:pink;transform:rotate(45deg)}
.diamond60{position:absolute;width:112px;height:112px;background:red;transform:rotate(45deg)}
.diamond61{position:absolute;width:118px;height:118px;background:yellow;transform:rotate(45deg)}
.diamond62{position:absolute;width:124px;height:124px;background:orange;transform:rotate(45deg)}
.diamond63{position:absolute;width:130px;height:130px;background:pink;transform:rotate(45deg)}
.diamond64{position:absolute;width:40px;height:40px;background:red;transform:rotate(45deg)}
.diamond65{position:absolute;width:46px;height:46px;background:yellow;transform:rotate(45deg)}
.diamond66{position:absolute;width:52px;height:52px;background:orange;transform:rotate(45deg)}
.diamond67{position:absolute;width:58px;height:58px;background:pink;transform:rotate(45deg)}
.diamond68{position:absolute;width:64px;height:64px;background:red;transform:rotate(45deg)}
.diamond69{position:absolute;width:70px;height:70px;background:yellow;transform:rotate(45deg)}
.diamond70{position:absolute;width:76px;height:76px;background:orange;transform:rotate(45deg)}
.diamond71{position:absolute;width:82px;height:82px;background:pink;transform:rotate(45deg)}
.diamond72{position:absolute;width:88px;height:88px;background:red;transform:rotate(45deg)}
.diamond73{position:absolute;width:94px;height:94px;background:yellow;transform:rotate(45deg)}
.diamond74{position:absolute;width:100px;height:100px;background:orange;transform:rotate(45deg)}
.diamond75{position:absolute;width:106px;height:106px;background:pink;transform:rotate(45deg)}
.diamond76{position:absolute;width:112px;height:112px;background:red;transform:rotate(45deg)}
.diamond77{position:absolute;width:118px;height:118px;background:yellow;transform:rotate(45deg)}
.diamond78{position:absolute;width:124px;height:124px;background:orange;transform:rotate(45deg)}
.diamond79{position:absolute;width:130px;height:130px;background:pink;transform:rotate(45deg)}
.diamond80{position:absolute;width:40px;height:40px;background:red;transform:rotate(45deg)}
.diamond81{position:absolute;width:46px;height:46px;background:yellow;transform:rotate(45deg)}
.diamond82{position:absolute;width:52px;height:52px;background:orange;transform:rotate(45deg)}
.diamond83{position:absolute;width:58px;height:58px;background:pink;transform:rotate(45deg)}
.diamond84{position:absolute;width:64px;height:64px;background:red;transform:rotate(45deg)}
.diamond85{position:absolute;width:70px;height:70px;background:yellow;transform:rotate(45deg)}
.diamond86{position:absolute;width:76px;height:76px;background:orange;transform:rotate(45deg)}
.diamond87{position:absolute;width:82px;height:82px;background:pink;transform:rotate(45deg)}
.diamond88{position:absolute;width:88px;height:88px;background:red;transform:rotate(45deg)}
.diamond89{position:absolute;width:94px;height:94px;background:yellow;transform:rotate(45deg)}
.diamond90{position:absolute;width:100px;height:100px;background:orange;transform:rotate(45deg)}
.diamond91{position:absolute;width:106px;height:106px;background:pink;transform:rotate(45deg)}
.diamond92{position:absolute;width:112px;height:112px;background:red;transform:rotate(45deg)}
.diamond93{position:absolute;width:118px;height:118px;background:yellow;transform:rotate(45deg)}
.diamond94{position:absolute;width:124px;height:124px;background:orange;transform:rotate(45deg)}
.diamond95{position:absolute;width:130px;height:130px;background:pink;transform:rotate(45deg)}
.diamond96{position:absolute;width:40px;height:40px;background:red;transform:rotate(45deg)}
.diamond97{position:absolute;width:46px;height:46px;background:yellow;transform:rotate(45deg)}
.diamond98{position:absolute;width:52px;height:52px;background:orange;transform:rotate(45deg)}
.diamond99{position:absolute;width:58px;height:58px;background:pink;transform:rotate(45deg)}
.diamond100{position:absolute;width:64px;height:64px;background:red;transform:rotate(45deg)}
.text1{position:absolute;font-size:15px;color:magenta;font-weight:900}
.text2{position:absolute;font-size:16px;color:purple;font-weight:900}
.text3{position:absolute;font-size:17px;color:red;font-weight:900}
.text4{position:absolute;font-size:18px;color:magenta;font-weight:900}
.text5{position:absolute;font-size:19px;color:purple;font-weight:900}
.text6{position:absolute;font-size:20px;color:red;font-weight:900}
.text7{position:absolute;font-size:21px;color:magenta;font-weight:900}
.text8{position:absolute;font-size:22px;color:purple;font-weight:900}
.text9{position:absolute;font-size:23px;color:red;font-weight:900}
.text10{position:absolute;font-size:24px;color:magenta;font-weight:900}
.text11{position:absolute;font-size:25px;color:purple;font-weight:900}
.text12{position:absolute;font-size:26px;color:red;font-weight:900}
.text13{position:absolute;font-size:27px;color:magenta;font-weight:900}
.text14{position:absolute;font-size:28px;color:purple;font-weight:900}
.text15{position:absolute;font-size:29px;color:red;font-weight:900}
.text16{position:absolute;font-size:30px;color:magenta;font-weight:900}
.text17{position:absolute;font-size:31px;color:purple;font-weight:900}
.text18{position:absolute;font-size:32px;color:red;font-weight:900}
.text19{position:absolute;font-size:33px;color:magenta;font-weight:900}
.text20{position:absolute;font-size:34px;color:purple;font-weight:900}
.text21{position:absolute;font-size:35px;color:red;font-weight:900}
.text22{position:absolute;font-size:36px;color:magenta;font-weight:900}
.text23{position:absolute;font-size:37px;color:purple;font-weight:900}
.text24{position:absolute;font-size:38px;color:red;font-weight:900}
.text25{position:absolute;font-size:39px;color:magenta;font-weight:900}
.text26{position:absolute;font-size:40px;color:purple;font-weight:900}
.text27{position:absolute;font-size:41px;color:red;font-weight:900}
.text28{position:absolute;font-size:42px;color:magenta;font-weight:900}
.text29{position:absolute;font-size:43px;color:purple;font-weight:900}
.text30{position:absolute;font-size:44px;color:red;font-weight:900}
.text31{position:absolute;font-size:45px;color:magenta;font-weight:900}
.text32{position:absolute;font-size:46px;color:purple;font-weight:900}
.text33{position:absolute;font-size:47px;color:red;font-weight:900}
.text34{position:absolute;font-size:48px;color:magenta;font-weight:900}
.text35{position:absolute;font-size:49px;color:purple;font-weight:900}
.text36{position:absolute;font-size:50px;color:red;font-weight:900}
.text37{position:absolute;font-size:51px;color:magenta;font-weight:900}
.text38{position:absolute;font-size:52px;color:purple;font-weight:900}
.text39{position:absolute;font-size:53px;color:red;font-weight:900}
.text40{position:absolute;font-size:54px;color:magenta;font-weight:900}
.text41{position:absolute;font-size:55px;color:purple;font-weight:900}
.text42{position:absolute;font-size:56px;color:red;font-weight:900}
.text43{position:absolute;font-size:57px;color:magenta;font-weight:900}
.text44{position:absolute;font-size:58px;color:purple;font-weight:900}
.text45{position:absolute;font-size:59px;color:red;font-weight:900}
.text46{position:absolute;font-size:60px;color:magenta;font-weight:900}
.text47{position:absolute;font-size:61px;color:purple;font-weight:900}
.text48{position:absolute;font-size:14px;color:red;font-weight:900}
.text49{position:absolute;font-size:15px;color:magenta;font-weight:900}
.text50{position:absolute;font-size:16px;color:purple;font-weight:900}
.text51{position:absolute;font-size:17px;color:red;font-weight:900}
.text52{position:absolute;font-size:18px;color:magenta;font-weight:900}
.text53{position:absolute;font-size:19px;color:purple;font-weight:900}
.text54{position:absolute;font-size:20px;color:red;font-weight:900}
.text55{position:absolute;font-size:21px;color:magenta;font-weight:900}
.text56{position:absolute;font-size:22px;color:purple;font-weight:900}
.text57{position:absolute;font-size:23px;color:red;font-weight:900}
.text58{position:absolute;font-size:24px;color:magenta;font-weight:900}
.text59{position:absolute;font-size:25px;color:purple;font-weight:900}
.text60{position:absolute;font-size:26px;color:red;font-weight:900}
.text61{position:absolute;font-size:27px;color:magenta;font-weight:900}
.text62{position:absolute;font-size:28px;color:purple;font-weight:900}
.text63{position:absolute;font-size:29px;color:red;font-weight:900}
.text64{position:absolute;font-size:30px;color:magenta;font-weight:900}
.text65{position:absolute;font-size:31px;color:purple;font-weight:900}
.text66{position:absolute;font-size:32px;color:red;font-weight:900}
.text67{position:absolute;font-size:33px;color:magenta;font-weight:900}
.text68{position:absolute;font-size:34px;color:purple;font-weight:900}
.text69{position:absolute;font-size:35px;color:red;font-weight:900}
.text70{position:absolute;font-size:36px;color:magenta;font-weight:900}
.text71{position:absolute;font-size:37px;color:purple;font-weight:900}
.text72{position:absolute;font-size:38px;color:red;font-weight:900}
.text73{position:absolute;font-size:39px;color:magenta;font-weight:900}
.text74{position:absolute;font-size:40px;color:purple;font-weight:900}
.text75{position:absolute;font-size:41px;color:red;font-weight:900}
.text76{position:absolute;font-size:42px;color:magenta;font-weight:900}
.text77{position:absolute;font-size:43px;color:purple;font-weight:900}
.text78{position:absolute;font-size:44px;color:red;font-weight:900}
.text79{position:absolute;font-size:45px;color:magenta;font-weight:900}
.text80{position:absolute;font-size:46px;color:purple;font-weight:900}
.text81{position:absolute;font-size:47px;color:red;font-weight:900}
.text82{position:absolute;font-size:48px;color:magenta;font-weight:900}
.text83{position:absolute;font-size:49px;color:purple;font-weight:900}
.text84{position:absolute;font-size:50px;color:red;font-weight:900}
.text85{position:absolute;font-size:51px;color:magenta;font-weight:900}
.text86{position:absolute;font-size:52px;color:purple;font-weight:900}
.text87{position:absolute;font-size:53px;color:red;font-weight:900}
.text88{position:absolute;font-size:54px;color:magenta;font-weight:900}
.text89{position:absolute;font-size:55px;color:purple;font-weight:900}
.text90{position:absolute;font-size:56px;color:red;font-weight:900}
.text91{position:absolute;font-size:57px;color:magenta;font-weight:900}
.text92{position:absolute;font-size:58px;color:purple;font-weight:900}
.text93{position:absolute;font-size:59px;color:red;font-weight:900}
.text94{position:absolute;font-size:60px;color:magenta;font-weight:900}
.text95{position:absolute;font-size:61px;color:purple;font-weight:900}
.text96{position:absolute;font-size:14px;color:red;font-weight:900}
.text97{position:absolute;font-size:15px;color:magenta;font-weight:900}
.text98{position:absolute;font-size:16px;color:purple;font-weight:900}
.text99{position:absolute;font-size:17px;color:red;font-weight:900}
.text100{position:absolute;font-size:18px;color:magenta;font-weight:900}
.text101{position:absolute;font-size:19px;color:purple;font-weight:900}
.text102{position:absolute;font-size:20px;color:red;font-weight:900}
.text103{position:absolute;font-size:21px;color:magenta;font-weight:900}
.text104{position:absolute;font-size:22px;color:purple;font-weight:900}
.text105{position:absolute;font-size:23px;color:red;font-weight:900}
.text106{position:absolute;font-size:24px;color:magenta;font-weight:900}
.text107{position:absolute;font-size:25px;color:purple;font-weight:900}
.text108{position:absolute;font-size:26px;color:red;font-weight:900}
.text109{position:absolute;font-size:27px;color:magenta;font-weight:900}
.text110{position:absolute;font-size:28px;color:purple;font-weight:900}
.text111{position:absolute;font-size:29px;color:red;font-weight:900}
.text112{position:absolute;font-size:30px;color:magenta;font-weight:900}
.text113{position:absolute;font-size:31px;color:purple;font-weight:900}
.text114{position:absolute;font-size:32px;color:red;font-weight:900}
.text115{position:absolute;font-size:33px;color:magenta;font-weight:900}
.text116{position:absolute;font-size:34px;color:purple;font-weight:900}
.text117{position:absolute;font-size:35px;color:red;font-weight:900}
.text118{position:absolute;font-size:36px;color:magenta;font-weight:900}
.text119{position:absolute;font-size:37px;color:purple;font-weight:900}
.text120{position:absolute;font-size:38px;color:red;font-weight:900}
.text121{position:absolute;font-size:39px;color:magenta;font-weight:900}
.text122{position:absolute;font-size:40px;color:purple;font-weight:900}
.text123{position:absolute;font-size:41px;color:red;font-weight:900}
.text124{position:absolute;font-size:42px;color:magenta;font-weight:900}
.text125{position:absolute;font-size:43px;color:purple;font-weight:900}
.text126{position:absolute;font-size:44px;color:red;font-weight:900}
.text127{position:absolute;font-size:45px;color:magenta;font-weight:900}
.text128{position:absolute;font-size:46px;color:purple;font-weight:900}
.text129{position:absolute;font-size:47px;color:red;font-weight:900}
.text130{position:absolute;font-size:48px;color:magenta;font-weight:900}
.text131{position:absolute;font-size:49px;color:purple;font-weight:900}
.text132{position:absolute;font-size:50px;color:red;font-weight:900}
.text133{position:absolute;font-size:51px;color:magenta;font-weight:900}
.text134{position:absolute;font-size:52px;color:purple;font-weight:900}
.text135{position:absolute;font-size:53px;color:red;font-weight:900}
.text136{position:absolute;font-size:54px;color:magenta;font-weight:900}
.text137{position:absolute;font-size:55px;color:purple;font-weight:900}
.text138{position:absolute;font-size:56px;color:red;font-weight:900}
.text139{position:absolute;font-size:57px;color:magenta;font-weight:900}
.text140{position:absolute;font-size:58px;color:purple;font-weight:900}
