.Lottery{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;color:var(--app-text-primary);background-position:top;background-repeat:no-repeat;background-size:100%;flex-direction:column;align-items:center;display:flex;position:relative}@media screen and (min-width:2500px){.Lottery{height:calc(100vh - 370px)}}.Lottery .background-container{width:100%;height:500px;transition:all .5s;position:absolute;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.Lottery .background-container:before{content:"";background:linear-gradient(184deg,#0000 0%,#0c0e17 100%);width:100%;height:100%;position:absolute;inset:0;background-attachment:scroll!important}.Lottery .change-background{cursor:pointer;background:0 0;padding:10px;transition:all .4s;position:absolute;top:40px;right:30px}.Lottery .change-background:hover{box-shadow:0 0 20px #fff}.Lottery .change-background img{filter:invert()}.Lottery>.lottery_page_contents_head{align-items:center;gap:16px;width:100%;min-width:1200px;max-width:1400px;margin:40px auto 20px;padding-left:20px;padding-right:20px;display:flex;position:relative}.Lottery>.lottery_page_contents_head .title-lottery{color:#fff;font-size:24px;font-weight:700}.Lottery>.lottery_page_contents_body{flex-direction:column;justify-content:center;width:100%;min-width:1000px;max-width:1400px;margin:0 auto;display:flex;position:relative}.Lottery>.lottery_page_contents_body>.lottery_header_count{flex-direction:column;align-items:center;gap:20px;margin-bottom:20px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_header_count>.lottery-title{color:#ff6a00;text-align:center;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.Lottery>.lottery_page_contents_body>.lottery_header_count>.lottery_count{background-image:url(https://file.xandroid.uk//img/frontend/lottery/lottery_ticket_bg.svg);background-position:50%;background-repeat:no-repeat;background-size:65%;place-content:center;width:75%;height:250px;display:grid}.Lottery>.lottery_page_contents_body>.lottery_header_count>.lottery_count>span{text-align:center;background:linear-gradient(90deg, #ff6a00 43.75%, var(--text-brand-orange-secondary,#f3b37a) 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:105px;font-style:normal;font-weight:900}.Lottery>.lottery_page_contents_body>.lottery-placeholder{justify-content:center;align-items:center;width:602px;height:230px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_play_box{flex-direction:column;gap:20px;width:100%;display:flex;position:relative}.Lottery>.lottery_page_contents_body>.lottery_play_box>.lottery_visual{background-image:url(https://file.xandroid.uk//img/frontend/lottery/lottery_play_visual2.png);background-size:cover;width:100%;height:316px;box-shadow:inset 0 0 0 6px #00000080}.Lottery>.lottery_page_contents_body .lottery_play_ground{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex;position:relative;justify-content:space-between!important}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_head_line{filter:invert();background-image:url(https://file.xandroid.uk//img/frontend/lottery/lottery_head_line.png?ver=2);background-position:50%;background-repeat:no-repeat;justify-content:center;align-items:center;height:80px;margin-top:10px;font-size:26px;font-weight:200;display:flex}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_description{color:#82878c;justify-content:center;align-items:center;height:30px;font-size:21px;font-weight:100;display:flex}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area{z-index:50;justify-content:center;align-items:center;width:100%;height:80px;margin:auto;display:flex;position:relative;overflow:hidden}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area>.lottery_scratch{width:100%;height:100%;color:var(--app-text-primary);cursor:pointer;z-index:100;background:url(https://file.xandroid.uk//img/frontend/lottery/lottery_scratch_bg.svg);justify-content:center;align-items:center;font-size:20px;font-weight:200;display:flex;position:absolute}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area>.lottery_result{z-index:0;color:#fff;background:#666;justify-content:center;align-items:center;font-size:20px;font-weight:600;animation:1.5s linear infinite animate_heart_beat;display:flex;position:absolute;inset:0}@keyframes animate_heart_beat{0%{text-shadow:0px 0px 10px var(--app-primary),0px 0px 20px var(--app-primary),0px 0px 60px var(--app-primary)}50%{text-shadow:0px 0px 5px var(--app-primary),0px 0px 30px var(--app-primary),0px 0px 20px var(--app-primary)}to{text-shadow:0px 0px 10px var(--app-primary),0px 0px 20px var(--app-primary),0px 0px 60px var(--app-primary)}}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area.active .lottery_scratch{opacity:0;transition-duration:1.5s;transition-delay:.5s}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons{z-index:90;flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button{background:var(--app-primary);width:49%;color:var(--app-text-primary);cursor:pointer;flex:none;justify-content:center;align-items:center;gap:10px;height:50px;padding:8px 20px;font-size:16px;display:flex}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all:hover,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button:hover{filter:brightness(1.1)}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all.disabled,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button.disabled{opacity:.5;cursor:not-allowed}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all.disabled:hover,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button.disabled:hover{color:#8c8c8c;background:#2a2e37}.Lottery>.lottery_page_contents_body .wrapper{z-index:30;pointer-events:none;opacity:0;width:100%;padding-top:100%;transition:all .3s;display:none;position:absolute;transform:translate(-50px,-50%)}.Lottery>.lottery_page_contents_body .wrapper.active{opacity:1;transition:all .3s}.Lottery>.lottery_page_contents_body .wrapper [class|=confetti]{position:absolute}.Lottery>.lottery_page_contents_body .wrapper .confetti-0{opacity:.750439;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.14882s .829285s infinite drop-0;top:-10%;left:28%;transform:rotate(321.45deg)}@keyframes drop-0{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-1{opacity:.599857;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.03527s .628507s infinite drop-1;top:-10%;left:86%;transform:rotate(129.101deg)}@keyframes drop-1{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-2{opacity:.985278;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.44531s .490109s infinite drop-2;top:-10%;left:85%;transform:rotate(126.941deg)}@keyframes drop-2{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-3{opacity:.793612;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.81217s .665367s infinite drop-3;top:-10%;left:57%;transform:rotate(191.412deg)}@keyframes drop-3{to{top:110%;left:63%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-4{opacity:1.26669;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.50018s .856876s infinite drop-4;top:-10%;left:63%;transform:rotate(140.181deg)}@keyframes drop-4{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-5{opacity:.946768;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.41429s .517801s infinite drop-5;top:-10%;left:33%;transform:rotate(3.83464deg)}@keyframes drop-5{to{top:110%;left:39%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-6{opacity:.607902;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.66847s .101042s infinite drop-6;top:-10%;left:8%;transform:rotate(232.742deg)}@keyframes drop-6{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-7{opacity:.866334;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.38954s .239651s infinite drop-7;top:-10%;left:39%;transform:rotate(223.609deg)}@keyframes drop-7{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-8{opacity:.840471;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.30011s .49376s infinite drop-8;top:-10%;left:79%;transform:rotate(30.8825deg)}@keyframes drop-8{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-9{opacity:1.17642;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.82871s .107534s infinite drop-9;top:-10%;left:65%;transform:rotate(61.2775deg)}@keyframes drop-9{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-10{opacity:.716888;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.26426s .213749s infinite drop-10;top:-10%;left:92%;transform:rotate(162.224deg)}@keyframes drop-10{to{top:110%;left:103%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-11{opacity:1.3669;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.09741s .185558s infinite drop-11;top:-10%;left:46%;transform:rotate(146.274deg)}@keyframes drop-11{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-12{opacity:1.40735;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.9912s .522808s infinite drop-12;top:-10%;left:40%;transform:rotate(183.21deg)}@keyframes drop-12{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-13{opacity:.888134;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.22161s .487639s infinite drop-13;top:-10%;left:74%;transform:rotate(158.94deg)}@keyframes drop-13{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-14{opacity:.569722;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.93839s .25021s infinite drop-14;top:-10%;left:28%;transform:rotate(90.8337deg)}@keyframes drop-14{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-15{opacity:1.29149;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.77265s .648951s infinite drop-15;top:-10%;left:23%;transform:rotate(7.84605deg)}@keyframes drop-15{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-16{opacity:1.46504;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.1843s .304947s infinite drop-16;top:-10%;left:91%;transform:rotate(295.327deg)}@keyframes drop-16{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-17{opacity:1.41551;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.08569s .172171s infinite drop-17;top:-10%;left:24%;transform:rotate(212.792deg)}@keyframes drop-17{to{top:110%;left:32%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-18{opacity:1.30036;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.23877s 83.7413ms infinite drop-18;top:-10%;left:82%;transform:rotate(245.358deg)}@keyframes drop-18{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-19{opacity:1.25716;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.42658s .804673s infinite drop-19;top:-10%;left:56%;transform:rotate(196.22deg)}@keyframes drop-19{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-20{opacity:.608922;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.68778s .323307s infinite drop-20;top:-10%;left:65%;transform:rotate(312.969deg)}@keyframes drop-20{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-21{opacity:1.13543;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.6664s .30504s infinite drop-21;top:-10%;left:7%;transform:rotate(305.183deg)}@keyframes drop-21{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-22{opacity:1.08344;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.9324s .496686s infinite drop-22;top:-10%;left:63%;transform:rotate(288.361deg)}@keyframes drop-22{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-23{opacity:1.06779;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.30007s .541053s infinite drop-23;top:-10%;left:10%;transform:rotate(191.705deg)}@keyframes drop-23{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-24{opacity:.57528;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.60889s .823307s infinite drop-24;top:-10%;left:82%;transform:rotate(353.713deg)}@keyframes drop-24{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-25{opacity:.830322;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.16117s .301859s infinite drop-25;top:-10%;left:2%;transform:rotate(351.288deg)}@keyframes drop-25{to{top:110%;left:9%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-26{opacity:.880269;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.89179s .51759s infinite drop-26;top:-10%;left:6%;transform:rotate(179.967deg)}@keyframes drop-26{to{top:110%;left:11%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-27{opacity:1.09844;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.80043s .563548s infinite drop-27;top:-10%;left:9%;transform:rotate(277.401deg)}@keyframes drop-27{to{top:110%;left:23%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-28{opacity:1.34028;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.02636s .732362s infinite drop-28;top:-10%;left:10%;transform:rotate(298.221deg)}@keyframes drop-28{to{top:110%;left:23%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-29{opacity:1.1721;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.44766s .602968s infinite drop-29;top:-10%;left:32%;transform:rotate(83.2209deg)}@keyframes drop-29{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-30{opacity:.926562;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.34635s 97.8192ms infinite drop-30;top:-10%;left:59%;transform:rotate(146.446deg)}@keyframes drop-30{to{top:110%;left:73%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-31{opacity:1.27868;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.49136s .490145s infinite drop-31;top:-10%;left:22%;transform:rotate(224.597deg)}@keyframes drop-31{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-32{opacity:1.33066;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.92493s .522887s infinite drop-32;top:-10%;left:73%;transform:rotate(191.367deg)}@keyframes drop-32{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-33{opacity:1.20852;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.29782s .480451s infinite drop-33;top:-10%;left:4%;transform:rotate(307.543deg)}@keyframes drop-33{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-34{opacity:1.27548;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.30177s .24564s infinite drop-34;top:-10%;left:95%;transform:rotate(79.5687deg)}@keyframes drop-34{to{top:110%;left:110%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-35{opacity:1.40591;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.83562s .737643s infinite drop-35;top:-10%;left:91%;transform:rotate(281.416deg)}@keyframes drop-35{to{top:110%;left:103%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-36{opacity:.938679;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.50842s .163129s infinite drop-36;top:-10%;left:1%;transform:rotate(265.99deg)}@keyframes drop-36{to{top:110%;left:7%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-37{opacity:1.29448;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.96794s .744775s infinite drop-37;top:-10%;left:76%;transform:rotate(352.437deg)}@keyframes drop-37{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-38{opacity:1.36252;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.29261s .294185s infinite drop-38;top:-10%;left:67%;transform:rotate(153.213deg)}@keyframes drop-38{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-39{opacity:.912642;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.16036s .537679s infinite drop-39;top:-10%;left:73%;transform:rotate(107.261deg)}@keyframes drop-39{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-40{opacity:1.02252;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.59979s .749281s infinite drop-40;top:-10%;left:66%;transform:rotate(15.6563deg)}@keyframes drop-40{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-41{opacity:.845575;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.13718s .925898s infinite drop-41;top:-10%;left:44%;transform:rotate(275.06deg)}@keyframes drop-41{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-42{opacity:1.08837;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.20104s .90749s infinite drop-42;top:-10%;left:34%;transform:rotate(233.197deg)}@keyframes drop-42{to{top:110%;left:40%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-43{opacity:1.25017;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.26707s 43.9068ms infinite drop-43;top:-10%;left:83%;transform:rotate(44.5871deg)}@keyframes drop-43{to{top:110%;left:92%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-44{opacity:1.40987;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.19548s .640543s infinite drop-44;top:-10%;left:73%;transform:rotate(112.489deg)}@keyframes drop-44{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-45{opacity:.783375;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.29751s .801945s infinite drop-45;top:-10%;left:90%;transform:rotate(177.294deg)}@keyframes drop-45{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-46{opacity:.85916;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.50612s .73663s infinite drop-46;top:-10%;left:67%;transform:rotate(176.476deg)}@keyframes drop-46{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-47{opacity:.943525;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.80588s 66.1781ms infinite drop-47;top:-10%;left:53%;transform:rotate(30.074deg)}@keyframes drop-47{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-48{opacity:1.17572;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.47605s .958926s infinite drop-48;top:-10%;left:73%;transform:rotate(71.0641deg)}@keyframes drop-48{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-49{opacity:.589051;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.89006s .555686s infinite drop-49;top:-10%;left:73%;transform:rotate(62.1239deg)}@keyframes drop-49{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-50{opacity:1.279;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.21749s .287746s infinite drop-50;top:-10%;left:58%;transform:rotate(329.287deg)}@keyframes drop-50{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-51{opacity:.522217;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.84607s .235315s infinite drop-51;top:-10%;left:62%;transform:rotate(124.433deg)}@keyframes drop-51{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-52{opacity:1.29468;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.8142s .912769s infinite drop-52;top:-10%;left:62%;transform:rotate(307.154deg)}@keyframes drop-52{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-53{opacity:.68189;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.46299s .236493s infinite drop-53;top:-10%;left:52%;transform:rotate(343.758deg)}@keyframes drop-53{to{top:110%;left:63%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-54{opacity:.983129;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.95896s .737607s infinite drop-54;top:-10%;left:89%;transform:rotate(52.0027deg)}@keyframes drop-54{to{top:110%;left:104%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-55{opacity:1.17243;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.83965s .36574s infinite drop-55;top:-10%;left:65%;transform:rotate(243.673deg)}@keyframes drop-55{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-56{opacity:.841994;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.72381s .711586s infinite drop-56;top:-10%;left:31%;transform:rotate(260.237deg)}@keyframes drop-56{to{top:110%;left:32%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-57{opacity:.856472;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.444s .503519s infinite drop-57;top:-10%;left:47%;transform:rotate(196.05deg)}@keyframes drop-57{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-58{opacity:.987703;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.19066s .309443s infinite drop-58;top:-10%;left:6%;transform:rotate(161.322deg)}@keyframes drop-58{to{top:110%;left:7%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-59{opacity:1.14759;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.46058s .964562s infinite drop-59;top:-10%;left:77%;transform:rotate(210.896deg)}@keyframes drop-59{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-60{opacity:.948779;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.83892s .188652s infinite drop-60;top:-10%;left:37%;transform:rotate(176.897deg)}@keyframes drop-60{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-61{opacity:.961718;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.25112s .631873s infinite drop-61;top:-10%;left:66%;transform:rotate(225.579deg)}@keyframes drop-61{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-62{opacity:1.47947;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.11256s .27059s infinite drop-62;top:-10%;left:20%;transform:rotate(37.0627deg)}@keyframes drop-62{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-63{opacity:1.14882;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.37274s .656556s infinite drop-63;top:-10%;left:83%;transform:rotate(116.507deg)}@keyframes drop-63{to{top:110%;left:90%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-64{opacity:1.48911;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.45556s .107576s infinite drop-64;top:-10%;left:3%;transform:rotate(349.332deg)}@keyframes drop-64{to{top:110%;left:5%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-65{opacity:.700746;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.48849s .668468s infinite drop-65;top:-10%;left:30%;transform:rotate(164.459deg)}@keyframes drop-65{to{top:110%;left:40%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-66{opacity:1.01405;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.36352s .530367s infinite drop-66;top:-10%;left:76%;transform:rotate(185.698deg)}@keyframes drop-66{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-67{opacity:.775148;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.81562s .712953s infinite drop-67;top:-10%;left:53%;transform:rotate(269.823deg)}@keyframes drop-67{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-68{opacity:1.18864;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.63769s .903381s infinite drop-68;top:-10%;left:70%;transform:rotate(59.5071deg)}@keyframes drop-68{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-69{opacity:.573846;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.66274s .343194s infinite drop-69;top:-10%;left:90%;transform:rotate(291.749deg)}@keyframes drop-69{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-70{opacity:1.47;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.95806s .996702s infinite drop-70;top:-10%;left:76%;transform:rotate(48.0495deg)}@keyframes drop-70{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-71{opacity:1.15568;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.77814s .260114s infinite drop-71;top:-10%;left:48%;transform:rotate(119.942deg)}@keyframes drop-71{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-72{opacity:.58687;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.75226s .925193s infinite drop-72;top:-10%;left:99%;transform:rotate(12.6298deg)}@keyframes drop-72{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-73{opacity:1.31466;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.96193s .99685s infinite drop-73;top:-10%;left:67%;transform:rotate(31.9065deg)}@keyframes drop-73{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-74{opacity:1.11028;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.35258s .32855s infinite drop-74;top:-10%;left:62%;transform:rotate(191.115deg)}@keyframes drop-74{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-75{opacity:.662968;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.16726s .715282s infinite drop-75;top:-10%;left:37%;transform:rotate(215.917deg)}@keyframes drop-75{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-76{opacity:.914903;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.25482s .707149s infinite drop-76;top:-10%;left:48%;transform:rotate(351.078deg)}@keyframes drop-76{to{top:110%;left:51%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-77{opacity:1.4054;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.87631s .358087s infinite drop-77;top:-10%;left:90%;transform:rotate(168.693deg)}@keyframes drop-77{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-78{opacity:1.46852;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.58823s .267309s infinite drop-78;top:-10%;left:61%;transform:rotate(240.768deg)}@keyframes drop-78{to{top:110%;left:62%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-79{opacity:.717981;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.31314s .554636s infinite drop-79;top:-10%;left:97%;transform:rotate(151.049deg)}@keyframes drop-79{to{top:110%;left:109%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-80{opacity:.610033;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.03862s .383014s infinite drop-80;top:-10%;left:100%;transform:rotate(46.1272deg)}@keyframes drop-80{to{top:110%;left:111%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-81{opacity:.695725;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.06374s .270104s infinite drop-81;top:-10%;left:65%;transform:rotate(267.639deg)}@keyframes drop-81{to{top:110%;left:70%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-82{opacity:.510906;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.64227s .608467s infinite drop-82;top:-10%;left:2%;transform:rotate(87.6374deg)}@keyframes drop-82{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-83{opacity:1.28708;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.0844s .703746s infinite drop-83;top:-10%;left:35%;transform:rotate(71.981deg)}@keyframes drop-83{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-84{opacity:.656587;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.4501s .197148s infinite drop-84;top:-10%;left:80%;transform:rotate(283.465deg)}@keyframes drop-84{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-85{opacity:1.03866;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.08488s .905842s infinite drop-85;top:-10%;left:56%;transform:rotate(236.542deg)}@keyframes drop-85{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-86{opacity:.728764;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.76823s .202343s infinite drop-86;top:-10%;left:86%;transform:rotate(62.4132deg)}@keyframes drop-86{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-87{opacity:1.05314;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.83372s .980505s infinite drop-87;top:-10%;left:2%;transform:rotate(11.6892deg)}@keyframes drop-87{to{top:110%;left:4%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-88{opacity:.621809;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.2387s .71504s infinite drop-88;top:-10%;left:49%;transform:rotate(35.7305deg)}@keyframes drop-88{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-89{opacity:1.24514;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.73989s .100427s infinite drop-89;top:-10%;left:21%;transform:rotate(240.431deg)}@keyframes drop-89{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-90{opacity:1.0586;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.23872s .659535s infinite drop-90;top:-10%;left:90%;transform:rotate(353.455deg)}@keyframes drop-90{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-91{opacity:1.11415;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.39268s .646808s infinite drop-91;top:-10%;left:62%;transform:rotate(87.0417deg)}@keyframes drop-91{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-92{opacity:.715499;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.60554s .591082s infinite drop-92;top:-10%;left:38%;transform:rotate(139.013deg)}@keyframes drop-92{to{top:110%;left:39%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-93{opacity:.896329;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.23787s .233657s infinite drop-93;top:-10%;left:30%;transform:rotate(161.411deg)}@keyframes drop-93{to{top:110%;left:39%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-94{opacity:.684799;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.24397s .552974s infinite drop-94;top:-10%;left:97%;transform:rotate(38.8933deg)}@keyframes drop-94{to{top:110%;left:106%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-95{opacity:.725071;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.00606s .536662s infinite drop-95;top:-10%;left:41%;transform:rotate(229.332deg)}@keyframes drop-95{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-96{opacity:1.03273;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.37798s .13746s infinite drop-96;top:-10%;left:57%;transform:rotate(218.321deg)}@keyframes drop-96{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-97{opacity:1.11592;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.44621s .270215s infinite drop-97;top:-10%;left:56%;transform:rotate(318.011deg)}@keyframes drop-97{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-98{opacity:.951857;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.79155s .811999s infinite drop-98;top:-10%;left:69%;transform:rotate(250.012deg)}@keyframes drop-98{to{top:110%;left:73%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-99{opacity:1.3791;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.06848s .102623s infinite drop-99;top:-10%;left:89%;transform:rotate(106.044deg)}@keyframes drop-99{to{top:110%;left:103%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-100{opacity:.519898;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.61428s .224706s infinite drop-100;top:-10%;left:48%;transform:rotate(54.2973deg)}@keyframes drop-100{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-101{opacity:.529537;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.38088s .344967s infinite drop-101;top:-10%;left:1%;transform:rotate(275.782deg)}@keyframes drop-101{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-102{opacity:.870129;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.05052s .168414s infinite drop-102;top:-10%;left:58%;transform:rotate(297.935deg)}@keyframes drop-102{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-103{opacity:.621494;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.05223s .99181s infinite drop-103;top:-10%;left:48%;transform:rotate(208.68deg)}@keyframes drop-103{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-104{opacity:1.03782;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.25866s .809411s infinite drop-104;top:-10%;left:13%;transform:rotate(57.769deg)}@keyframes drop-104{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-105{opacity:1.44074;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.3101s .397052s infinite drop-105;top:-10%;left:4%;transform:rotate(189.215deg)}@keyframes drop-105{to{top:110%;left:11%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-106{opacity:.594401;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.07841s 7.25739ms infinite drop-106;top:-10%;left:78%;transform:rotate(167.282deg)}@keyframes drop-106{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-107{opacity:1.22939;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.26639s 1.49356ms infinite drop-107;top:-10%;left:6%;transform:rotate(232.116deg)}@keyframes drop-107{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-108{opacity:.61689;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.40232s .536308s infinite drop-108;top:-10%;left:83%;transform:rotate(242.878deg)}@keyframes drop-108{to{top:110%;left:92%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-109{opacity:.758388;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.86797s .921551s infinite drop-109;top:-10%;left:33%;transform:rotate(296.081deg)}@keyframes drop-109{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-110{opacity:.588487;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.81704s .293636s infinite drop-110;top:-10%;left:62%;transform:rotate(257.312deg)}@keyframes drop-110{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-111{opacity:1.44525;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.15294s .102774s infinite drop-111;top:-10%;left:71%;transform:rotate(131.497deg)}@keyframes drop-111{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-112{opacity:.620882;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.19205s .503626s infinite drop-112;top:-10%;left:52%;transform:rotate(353.352deg)}@keyframes drop-112{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-113{opacity:.832746;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.95915s .175281s infinite drop-113;top:-10%;left:12%;transform:rotate(273.607deg)}@keyframes drop-113{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-114{opacity:1.11114;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.59189s .758934s infinite drop-114;top:-10%;left:38%;transform:rotate(331.072deg)}@keyframes drop-114{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-115{opacity:.845824;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.54962s .871003s infinite drop-115;top:-10%;left:57%;transform:rotate(22.5044deg)}@keyframes drop-115{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-116{opacity:1.29191;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.04457s .867746s infinite drop-116;top:-10%;left:68%;transform:rotate(279.341deg)}@keyframes drop-116{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-117{opacity:1.49098;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.51001s .494078s infinite drop-117;top:-10%;left:6%;transform:rotate(269.618deg)}@keyframes drop-117{to{top:110%;left:10%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-118{opacity:1.19197;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.72818s 54.8953ms infinite drop-118;top:-10%;left:40%;transform:rotate(145.885deg)}@keyframes drop-118{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-119{opacity:1.01172;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.05719s .194114s infinite drop-119;top:-10%;left:22%;transform:rotate(210.055deg)}@keyframes drop-119{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-120{opacity:.647665;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.32001s .405237s infinite drop-120;top:-10%;left:97%;transform:rotate(94.2126deg)}@keyframes drop-120{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-121{opacity:1.14255;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.58669s .235635s infinite drop-121;top:-10%;left:20%;transform:rotate(95.4067deg)}@keyframes drop-121{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-122{opacity:.673107;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.19534s .330721s infinite drop-122;top:-10%;left:7%;transform:rotate(218.367deg)}@keyframes drop-122{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-123{opacity:.822842;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.82665s .223778s infinite drop-123;top:-10%;left:88%;transform:rotate(34.3711deg)}@keyframes drop-123{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-124{opacity:.948931;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.93226s .941198s infinite drop-124;top:-10%;left:82%;transform:rotate(47.1351deg)}@keyframes drop-124{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-125{opacity:.755481;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.12065s .259063s infinite drop-125;top:-10%;left:9%;transform:rotate(173.091deg)}@keyframes drop-125{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-126{opacity:1.45147;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.91909s .713317s infinite drop-126;top:-10%;left:90%;transform:rotate(230.639deg)}@keyframes drop-126{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-127{opacity:.556563;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.05659s .723418s infinite drop-127;top:-10%;left:6%;transform:rotate(56.0298deg)}@keyframes drop-127{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-128{opacity:.961667;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.13553s .79281s infinite drop-128;top:-10%;left:23%;transform:rotate(297.271deg)}@keyframes drop-128{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-129{opacity:1.33966;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.99976s .736066s infinite drop-129;top:-10%;left:7%;transform:rotate(103.646deg)}@keyframes drop-129{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-130{opacity:.675029;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.80368s .591523s infinite drop-130;top:-10%;left:44%;transform:rotate(338.208deg)}@keyframes drop-130{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-131{opacity:1.26982;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.13773s .711769s infinite drop-131;top:-10%;left:61%;transform:rotate(49.9242deg)}@keyframes drop-131{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-132{opacity:1.49853;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.02422s .565233s infinite drop-132;top:-10%;left:65%;transform:rotate(328.953deg)}@keyframes drop-132{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-133{opacity:.898144;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.98824s .124693s infinite drop-133;top:-10%;left:76%;transform:rotate(277.058deg)}@keyframes drop-133{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-134{opacity:.811808;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.50419s .53258s infinite drop-134;top:-10%;left:54%;transform:rotate(302.119deg)}@keyframes drop-134{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-135{opacity:1.24257;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.22937s .789037s infinite drop-135;top:-10%;left:26%;transform:rotate(184.4deg)}@keyframes drop-135{to{top:110%;left:39%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-136{opacity:.587003;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.74088s .280586s infinite drop-136;top:-10%;left:33%;transform:rotate(65.5537deg)}@keyframes drop-136{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-137{opacity:.726998;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.9081s .705309s infinite drop-137;top:-10%;left:39%;transform:rotate(171.941deg)}@keyframes drop-137{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-138{opacity:.682541;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.33704s .917598s infinite drop-138;top:-10%;left:57%;transform:rotate(304.171deg)}@keyframes drop-138{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-139{opacity:1.02443;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.42576s .674682s infinite drop-139;top:-10%;left:21%;transform:rotate(241.225deg)}@keyframes drop-139{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-140{opacity:1.47091;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.24537s .526234s infinite drop-140;top:-10%;left:73%;transform:rotate(37.2897deg)}@keyframes drop-140{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-141{opacity:1.19005;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.80194s .862522s infinite drop-141;top:-10%;left:37%;transform:rotate(240.87deg)}@keyframes drop-141{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-142{opacity:.519594;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.07448s .525424s infinite drop-142;top:-10%;left:91%;transform:rotate(307.301deg)}@keyframes drop-142{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-143{opacity:.880196;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.72328s .200649s infinite drop-143;top:-10%;left:16%;transform:rotate(278.017deg)}@keyframes drop-143{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-144{opacity:.939932;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.76204s .727565s infinite drop-144;top:-10%;left:19%;transform:rotate(123.117deg)}@keyframes drop-144{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-145{opacity:.909866;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.2374s .426551s infinite drop-145;top:-10%;left:45%;transform:rotate(149.691deg)}@keyframes drop-145{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-146{opacity:1.15339;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.84139s .343306s infinite drop-146;top:-10%;left:83%;transform:rotate(66.913deg)}@keyframes drop-146{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-147{opacity:.732712;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.6423s .250896s infinite drop-147;top:-10%;left:23%;transform:rotate(21.5944deg)}@keyframes drop-147{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-148{opacity:.594852;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.36997s .44937s infinite drop-148;top:-10%;left:72%;transform:rotate(191.64deg)}@keyframes drop-148{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-149{opacity:1.17256;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.13268s .890248s infinite drop-149;top:-10%;left:32%;transform:rotate(103.687deg)}@keyframes drop-149{to{top:110%;left:40%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-150{opacity:.701565;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.65726s .692749s infinite drop-150;top:-10%;left:55%;transform:rotate(100.129deg)}@keyframes drop-150{to{top:110%;left:64%}}.Lottery>.lottery_page_contents_body>.lottery_history_box{flex-direction:column;justify-content:flex-start;gap:20px;width:100%;height:100%;margin-top:20px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head{background:#2a2e37;padding:4px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row{background:linear-gradient(90deg,#3e445066 10%,#3e4450aa 70%),repeating-linear-gradient(-45deg,#ffffff03,#ffffff03 10px,#0000 10px 20px);justify-content:space-between;align-items:center;height:46px;padding-left:30px;padding-right:30px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row div{font-size:12px;font-weight:600}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count{width:fit-content;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count>.label{white-space:nowrap;margin-right:10px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count>.value{color:var(--app-primary);white-space:nowrap;font-size:13px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount{display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount>.label{margin-right:10px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount>.value{color:#ffea00;font-size:13px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount .spinner-box{display:block;position:absolute;top:50%;right:0%;transform:translate(-50%,-50%)}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount .spinner-box .spinner{background:radial-gradient(farthest-side, var(--app-primary) 94%, var(--app-primary)) top/8px 8px no-repeat,conic-gradient(#0000 30%, var(--app-primary));justify-content:center;width:20px;height:20px;animation:1s linear infinite loader-animation;display:flex;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 0)}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .EntityDataGrid .datagrid-table .empty-state{padding:0}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .EntityDataGrid .datagrid-table .empty-message{background:var(--app-surface-0);justify-content:center;align-items:center;width:100%;height:201px;margin:auto;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group{justify-content:flex-end;align-items:center;margin-bottom:20px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn{color:#fff;cursor:pointer;background-color:#1d222b;justify-content:center;align-items:center;height:40px;padding:0 15px;font-size:12px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn .icon{-o-object-fit:scale-down;object-fit:scale-down;width:25px;height:25px;margin-right:10px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn:hover{background-color:var(--app-primary-soft);border-color:var(--app-primary);color:#fff;transition:all .2s}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body #dx-col-13{width:65px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body [aria-colindex="7"]{width:65px;transition:all .5s}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body [aria-colindex="7"]:hover{background:var(--app-primary-soft);transition:all .5s}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .clearEach{justify-content:center;width:fit-content;margin:auto;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .clearEach:hover{filter:brightness(2)}.Lottery>.lottery_page_contents_body>.lottery_history_box .title_text{text-align:center;width:140px}.Lottery>.lottery_page_contents_body>.lottery_history_box .remain_lottery_count,.Lottery>.lottery_page_contents_body>.lottery_history_box .total_won_amount{text-align:center;justify-content:center;align-items:center;width:170px;display:flex}.Lottery .lottery_history_box_body table colgroup{display:none}.Lottery .lottery_history_box_body .dx-datagrid .dx-datagrid-headers .dx-datagrid-table .dx-row td{background:var(--app-surface-0);font-size:14px;color:var(--app-primary)!important;border-radius:unset!important;border:0!important}.Lottery .lottery_history_box_body .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row td{color:#d9d9d9;padding:8px 0;font-size:14px;border-radius:unset!important;border:0!important}.Lottery .lottery_history_box_body tbody>:nth-child(odd){background:var(--app-surface-1)}.Lottery .lottery_history_box_body tbody>:nth-child(2n){background:var(--app-surface-2)}.Lottery .lottery_history_box_body tbody .dx-freespace-row{display:none}.Lottery .lottery_history_box_body .PageNation{background:0 0}.Lottery .lottery_history_box_body .PageNation button{border-radius:0}@keyframes firework{0%{transform:translate(var(--x), var(--initialY));width:var(--initialSize);opacity:1}50%{opacity:1;width:.5vmin}to{width:var(--finalSize);opacity:0}}.Lottery .firework,.Lottery .firework:before,.Lottery .firework:after{--initialSize:.5vmin;--finalSize:45vmin;--particleSize:.2vmin;--color1:yellow;--color2:khaki;--color3:white;--color4:lime;--color5:gold;--color6:mediumseagreen;--y:-30vmin;--x:-50%;--initialY:60vmin;content:"";transform:translate(-50%, var(--y));width:var(--initialSize);aspect-ratio:1;background:radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;background-size:var(--initialSize) var(--initialSize);background-repeat:no-repeat;animation:2s infinite firework;position:absolute;top:50%;left:50%}.Lottery .firework:before{--x:-50%;--y:-50%;--initialY:-50%;transform:translate(-50%,-50%)rotate(40deg)scale(1.5)rotateY(40deg)}.Lottery .firework:after{--x:-50%;--y:-50%;--initialY:-50%;transform:translate(-50%,-50%)rotate(170deg)scale(1.5)rotateY(-30deg)}.Lottery .firework:nth-child(2){--x:30vmin}.Lottery .firework:nth-child(2),.Lottery .firework:nth-child(2):before,.Lottery .firework:nth-child(2):after{--color1:pink;--color2:violet;--color3:fuchsia;--color4:orchid;--color5:plum;--color6:lavender;--finalSize:40vmin;animation-delay:-.25s;top:60%;left:30%}.Lottery .firework:nth-child(3){--x:-30vmin;--y:-50vmin}.Lottery .firework:nth-child(3),.Lottery .firework:nth-child(3):before,.Lottery .firework:nth-child(3):after{--color1:cyan;--color2:lightcyan;--color3:lightblue;--color4:PaleTurquoise;--color5:SkyBlue;--color6:lavender;--finalSize:35vmin;top:60%;left:70%}.Lottery .firework.firework-1{animation:2s infinite firework;top:200px!important;left:150px!important}.Lottery .firework.firework-2{animation:3s infinite firework;top:300px!important;left:550px!important}.Lottery .firework.firework-3{animation:7s infinite firework;top:500px!important;left:600px!important}@keyframes jinx-glitch{0%{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}5%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 0 #23cfea)drop-shadow(0 1px #fff)saturate(1.5)}10%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -2px #fff)saturate(2)}15%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px -1px #23cfea)drop-shadow(1px 0 #fff)saturate()}20%{filter:drop-shadow(0 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(-2px 0 #fff)saturate(1.8)}25%{filter:drop-shadow(-1px -1px #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.2)}30%{filter:drop-shadow(-2px 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(0 2px #fff)saturate(2.2)}35%{filter:drop-shadow(0 -1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px 1px #fff)saturate()}40%{filter:drop-shadow(1px 0 #da9200)drop-shadow(0 1px #23cfea)drop-shadow(-1px 0 #fff)saturate(1.6)}50%{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}60%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.4)}70%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -1px #fff)saturate(1.8)}80%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(0 -1px #23cfea)drop-shadow(1px 0 #fff)saturate(2)}90%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px -1px #fff)saturate(1.3)}to{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate();clip-path:inset(0)}}
.RoulettePopup{color:#fff;flex-direction:column;width:fit-content;height:fit-content;padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:#15181f!important;border:none!important}.RoulettePopup>.popup-header{justify-content:center;margin-bottom:50px;display:flex;position:relative}.RoulettePopup>.popup-header>img{width:300px}.RoulettePopup>.popup-header>.close-wrapper{height:fit-content;position:absolute;top:0;right:0}.RoulettePopup>.popup-header>.close-wrapper .close-img{z-index:1;cursor:pointer;filter:grayscale();width:28px;height:28px}.RoulettePopup>.popup-header>.close-wrapper .close-img:hover{filter:brightness(0)saturate()invert(51%)sepia(50%)saturate(4128%)hue-rotate(5deg)brightness(88%)contrast(104%);transition:all .2s}
@font-face{font-family:Propaganda;src:url(https://fontsforyou.com/fonts/p/Propaganda.ttf)format("truetype")}.roulette_page_contents{min-width:1200px;color:var(--app-text-primary);-webkit-user-drag:none;-webkit-user-select:none;user-select:none;background:#15181f;flex-direction:column;align-items:center;gap:25px;width:100%;display:flex;position:relative}.roulette_page_contents .wrapper{z-index:30;width:100%;padding-top:100%;position:absolute;transform:translate(-50px,-50%)}.roulette_page_contents .wrapper [class|=confetti]{position:absolute}.roulette_page_contents .wrapper .confetti-0{opacity:1.09668;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.3457s .221762s infinite drop-0;top:-10%;left:10%;transform:rotate(192.619deg)}@keyframes drop-0{to{top:110%;left:21%}}.roulette_page_contents .wrapper .confetti-1{opacity:1.39299;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.01004s .300032s infinite drop-1;top:-10%;left:61%;transform:rotate(83.4862deg)}@keyframes drop-1{to{top:110%;left:70%}}.roulette_page_contents .wrapper .confetti-2{opacity:.87504;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.77023s .283465s infinite drop-2;top:-10%;left:47%;transform:rotate(52.9149deg)}@keyframes drop-2{to{top:110%;left:52%}}.roulette_page_contents .wrapper .confetti-3{opacity:.642472;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.34813s .843869s infinite drop-3;top:-10%;left:85%;transform:rotate(83.131deg)}@keyframes drop-3{to{top:110%;left:95%}}.roulette_page_contents .wrapper .confetti-4{opacity:1.3574;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.07123s .628424s infinite drop-4;top:-10%;left:38%;transform:rotate(68.1122deg)}@keyframes drop-4{to{top:110%;left:39%}}.roulette_page_contents .wrapper .confetti-5{opacity:.799407;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.87305s .327699s infinite drop-5;top:-10%;left:95%;transform:rotate(186.643deg)}@keyframes drop-5{to{top:110%;left:101%}}.roulette_page_contents .wrapper .confetti-6{opacity:1.41955;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.20701s .610526s infinite drop-6;top:-10%;left:18%;transform:rotate(23.7533deg)}@keyframes drop-6{to{top:110%;left:26%}}.roulette_page_contents .wrapper .confetti-7{opacity:1.05944;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.82667s .255994s infinite drop-7;top:-10%;left:97%;transform:rotate(176.894deg)}@keyframes drop-7{to{top:110%;left:99%}}.roulette_page_contents .wrapper .confetti-8{opacity:1.05623;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.61163s 21.4892ms infinite drop-8;top:-10%;left:84%;transform:rotate(355.8deg)}@keyframes drop-8{to{top:110%;left:93%}}.roulette_page_contents .wrapper .confetti-9{opacity:1.00965;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.06165s .141296s infinite drop-9;top:-10%;left:65%;transform:rotate(58.5202deg)}@keyframes drop-9{to{top:110%;left:70%}}.roulette_page_contents .wrapper .confetti-10{opacity:.690088;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.46079s 8.44495ms infinite drop-10;top:-10%;left:89%;transform:rotate(280.517deg)}@keyframes drop-10{to{top:110%;left:102%}}.roulette_page_contents .wrapper .confetti-11{opacity:.912539;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.3849s .246532s infinite drop-11;top:-10%;left:99%;transform:rotate(63.3367deg)}@keyframes drop-11{to{top:110%;left:109%}}.roulette_page_contents .wrapper .confetti-12{opacity:.959496;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.62055s .636412s infinite drop-12;top:-10%;left:76%;transform:rotate(37.3962deg)}@keyframes drop-12{to{top:110%;left:84%}}.roulette_page_contents .wrapper .confetti-13{opacity:.658905;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.16573s .235701s infinite drop-13;top:-10%;left:58%;transform:rotate(147.792deg)}@keyframes drop-13{to{top:110%;left:63%}}.roulette_page_contents .wrapper .confetti-14{opacity:1.40976;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.54198s .934893s infinite drop-14;top:-10%;left:46%;transform:rotate(173.772deg)}@keyframes drop-14{to{top:110%;left:48%}}.roulette_page_contents .wrapper .confetti-15{opacity:.505036;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.34558s .429236s infinite drop-15;top:-10%;left:82%;transform:rotate(342.041deg)}@keyframes drop-15{to{top:110%;left:86%}}.roulette_page_contents .wrapper .confetti-16{opacity:.992377;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.34762s .994992s infinite drop-16;top:-10%;left:81%;transform:rotate(252.729deg)}@keyframes drop-16{to{top:110%;left:82%}}.roulette_page_contents .wrapper .confetti-17{opacity:.622214;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.36946s .243047s infinite drop-17;top:-10%;left:46%;transform:rotate(34.4322deg)}@keyframes drop-17{to{top:110%;left:48%}}.roulette_page_contents .wrapper .confetti-18{opacity:1.42927;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.21741s .818272s infinite drop-18;top:-10%;left:25%;transform:rotate(135.195deg)}@keyframes drop-18{to{top:110%;left:33%}}.roulette_page_contents .wrapper .confetti-19{opacity:1.24463;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.5636s .592905s infinite drop-19;top:-10%;left:64%;transform:rotate(263.311deg)}@keyframes drop-19{to{top:110%;left:73%}}.roulette_page_contents .wrapper .confetti-20{opacity:1.25006;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.08358s .410467s infinite drop-20;top:-10%;left:47%;transform:rotate(143.9deg)}@keyframes drop-20{to{top:110%;left:51%}}.roulette_page_contents .wrapper .confetti-21{opacity:1.0766;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.97522s .729294s infinite drop-21;top:-10%;left:30%;transform:rotate(39.3448deg)}@keyframes drop-21{to{top:110%;left:33%}}.roulette_page_contents .wrapper .confetti-22{opacity:.69728;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.1308s .433486s infinite drop-22;top:-10%;left:37%;transform:rotate(78.7491deg)}@keyframes drop-22{to{top:110%;left:44%}}.roulette_page_contents .wrapper .confetti-23{opacity:1.06249;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.939s .825735s infinite drop-23;top:-10%;left:55%;transform:rotate(1.80384deg)}@keyframes drop-23{to{top:110%;left:70%}}.roulette_page_contents .wrapper .confetti-24{opacity:1.01308;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.46908s .48377s infinite drop-24;top:-10%;left:94%;transform:rotate(122.755deg)}@keyframes drop-24{to{top:110%;left:102%}}.roulette_page_contents .wrapper .confetti-25{opacity:.696407;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.35544s .448972s infinite drop-25;top:-10%;left:75%;transform:rotate(298.875deg)}@keyframes drop-25{to{top:110%;left:80%}}.roulette_page_contents .wrapper .confetti-26{opacity:1.05532;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.78205s .428985s infinite drop-26;top:-10%;left:64%;transform:rotate(154.96deg)}@keyframes drop-26{to{top:110%;left:73%}}.roulette_page_contents .wrapper .confetti-27{opacity:.557725;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.47903s .0036945ms infinite drop-27;top:-10%;left:67%;transform:rotate(190.205deg)}@keyframes drop-27{to{top:110%;left:78%}}.roulette_page_contents .wrapper .confetti-28{opacity:.936648;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.97438s .196499s infinite drop-28;top:-10%;left:26%;transform:rotate(208.089deg)}@keyframes drop-28{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-29{opacity:.596829;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.83605s .805582s infinite drop-29;top:-10%;left:55%;transform:rotate(222.971deg)}@keyframes drop-29{to{top:110%;left:67%}}.roulette_page_contents .wrapper .confetti-30{opacity:1.06194;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.28308s .38416s infinite drop-30;top:-10%;left:5%;transform:rotate(58.55deg)}@keyframes drop-30{to{top:110%;left:10%}}.roulette_page_contents .wrapper .confetti-31{opacity:1.46869;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.93721s .988876s infinite drop-31;top:-10%;left:56%;transform:rotate(16.1916deg)}@keyframes drop-31{to{top:110%;left:66%}}.roulette_page_contents .wrapper .confetti-32{opacity:.936671;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.54779s .712872s infinite drop-32;top:-10%;left:2%;transform:rotate(101.688deg)}@keyframes drop-32{to{top:110%;left:5%}}.roulette_page_contents .wrapper .confetti-33{opacity:.869823;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.56048s 44.4198ms infinite drop-33;top:-10%;left:84%;transform:rotate(324.733deg)}@keyframes drop-33{to{top:110%;left:98%}}.roulette_page_contents .wrapper .confetti-34{opacity:1.38266;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.44594s .925913s infinite drop-34;top:-10%;left:43%;transform:rotate(253.216deg)}@keyframes drop-34{to{top:110%;left:55%}}.roulette_page_contents .wrapper .confetti-35{opacity:1.04909;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.64819s .166868s infinite drop-35;top:-10%;left:20%;transform:rotate(184.036deg)}@keyframes drop-35{to{top:110%;left:25%}}.roulette_page_contents .wrapper .confetti-36{opacity:1.03464;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.57251s .893932s infinite drop-36;top:-10%;left:11%;transform:rotate(145.974deg)}@keyframes drop-36{to{top:110%;left:13%}}.roulette_page_contents .wrapper .confetti-37{opacity:.949293;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.94982s 6.08195ms infinite drop-37;top:-10%;left:47%;transform:rotate(355.133deg)}@keyframes drop-37{to{top:110%;left:58%}}.roulette_page_contents .wrapper .confetti-38{opacity:.877186;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.45475s .12426s infinite drop-38;top:-10%;left:39%;transform:rotate(156.906deg)}@keyframes drop-38{to{top:110%;left:50%}}.roulette_page_contents .wrapper .confetti-39{opacity:.88666;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.76438s .726781s infinite drop-39;top:-10%;left:90%;transform:rotate(149.168deg)}@keyframes drop-39{to{top:110%;left:105%}}.roulette_page_contents .wrapper .confetti-40{opacity:1.33575;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.10629s .919435s infinite drop-40;top:-10%;left:79%;transform:rotate(229.977deg)}@keyframes drop-40{to{top:110%;left:89%}}.roulette_page_contents .wrapper .confetti-41{opacity:.672101;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.18296s .437867s infinite drop-41;top:-10%;left:15%;transform:rotate(68.4588deg)}@keyframes drop-41{to{top:110%;left:28%}}.roulette_page_contents .wrapper .confetti-42{opacity:1.09549;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.95165s .913514s infinite drop-42;top:-10%;left:38%;transform:rotate(263.217deg)}@keyframes drop-42{to{top:110%;left:48%}}.roulette_page_contents .wrapper .confetti-43{opacity:1.25506;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.05555s .214057s infinite drop-43;top:-10%;left:67%;transform:rotate(278.713deg)}@keyframes drop-43{to{top:110%;left:76%}}.roulette_page_contents .wrapper .confetti-44{opacity:.800453;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.36439s .50381s infinite drop-44;top:-10%;left:3%;transform:rotate(143.133deg)}@keyframes drop-44{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-45{opacity:1.10888;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.37284s .876341s infinite drop-45;top:-10%;left:46%;transform:rotate(328.448deg)}@keyframes drop-45{to{top:110%;left:55%}}.roulette_page_contents .wrapper .confetti-46{opacity:1.19685;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.02547s 99.4212ms infinite drop-46;top:-10%;left:14%;transform:rotate(150.191deg)}@keyframes drop-46{to{top:110%;left:17%}}.roulette_page_contents .wrapper .confetti-47{opacity:.836182;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.85558s .322236s infinite drop-47;top:-10%;left:11%;transform:rotate(90.1072deg)}@keyframes drop-47{to{top:110%;left:23%}}.roulette_page_contents .wrapper .confetti-48{opacity:.5779;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.21242s .249235s infinite drop-48;top:-10%;left:92%;transform:rotate(227.625deg)}@keyframes drop-48{to{top:110%;left:97%}}.roulette_page_contents .wrapper .confetti-49{opacity:.600124;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.84762s .483177s infinite drop-49;top:-10%;left:93%;transform:rotate(294.803deg)}@keyframes drop-49{to{top:110%;left:100%}}.roulette_page_contents .wrapper .confetti-50{opacity:1.21483;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.53317s .689502s infinite drop-50;top:-10%;left:36%;transform:rotate(308.218deg)}@keyframes drop-50{to{top:110%;left:42%}}.roulette_page_contents .wrapper .confetti-51{opacity:.634431;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.16755s .406431s infinite drop-51;top:-10%;left:69%;transform:rotate(291.169deg)}@keyframes drop-51{to{top:110%;left:77%}}.roulette_page_contents .wrapper .confetti-52{opacity:1.33045;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.53992s .824443s infinite drop-52;top:-10%;left:43%;transform:rotate(61.302deg)}@keyframes drop-52{to{top:110%;left:50%}}.roulette_page_contents .wrapper .confetti-53{opacity:.977697;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.78298s .197069s infinite drop-53;top:-10%;left:56%;transform:rotate(302.056deg)}@keyframes drop-53{to{top:110%;left:68%}}.roulette_page_contents .wrapper .confetti-54{opacity:1.45974;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.23617s .162355s infinite drop-54;top:-10%;left:69%;transform:rotate(287.488deg)}@keyframes drop-54{to{top:110%;left:77%}}.roulette_page_contents .wrapper .confetti-55{opacity:.825604;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.94503s .176314s infinite drop-55;top:-10%;left:49%;transform:rotate(235.559deg)}@keyframes drop-55{to{top:110%;left:55%}}.roulette_page_contents .wrapper .confetti-56{opacity:.804563;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.42146s .541069s infinite drop-56;top:-10%;left:6%;transform:rotate(354.315deg)}@keyframes drop-56{to{top:110%;left:14%}}.roulette_page_contents .wrapper .confetti-57{opacity:1.21519;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.21499s 89.1543ms infinite drop-57;top:-10%;left:76%;transform:rotate(315.919deg)}@keyframes drop-57{to{top:110%;left:87%}}.roulette_page_contents .wrapper .confetti-58{opacity:.516681;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.10337s .708475s infinite drop-58;top:-10%;left:34%;transform:rotate(331.301deg)}@keyframes drop-58{to{top:110%;left:48%}}.roulette_page_contents .wrapper .confetti-59{opacity:1.309;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.41319s .693132s infinite drop-59;top:-10%;left:46%;transform:rotate(124.638deg)}@keyframes drop-59{to{top:110%;left:58%}}.roulette_page_contents .wrapper .confetti-60{opacity:.625718;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.91778s .530314s infinite drop-60;top:-10%;left:34%;transform:rotate(147.568deg)}@keyframes drop-60{to{top:110%;left:48%}}.roulette_page_contents .wrapper .confetti-61{opacity:.665556;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.77447s .708178s infinite drop-61;top:-10%;left:27%;transform:rotate(149.41deg)}@keyframes drop-61{to{top:110%;left:40%}}.roulette_page_contents .wrapper .confetti-62{opacity:1.36448;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.84481s .243964s infinite drop-62;top:-10%;left:12%;transform:rotate(303.108deg)}@keyframes drop-62{to{top:110%;left:25%}}.roulette_page_contents .wrapper .confetti-63{opacity:1.14969;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.80394s .147104s infinite drop-63;top:-10%;left:56%;transform:rotate(149.4deg)}@keyframes drop-63{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-64{opacity:.509641;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.21674s .327747s infinite drop-64;top:-10%;left:69%;transform:rotate(118.124deg)}@keyframes drop-64{to{top:110%;left:70%}}.roulette_page_contents .wrapper .confetti-65{opacity:.691964;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.16914s .170616s infinite drop-65;top:-10%;left:54%;transform:rotate(306.489deg)}@keyframes drop-65{to{top:110%;left:64%}}.roulette_page_contents .wrapper .confetti-66{opacity:.937033;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.62735s .932787s infinite drop-66;top:-10%;left:96%;transform:rotate(275.739deg)}@keyframes drop-66{to{top:110%;left:97%}}.roulette_page_contents .wrapper .confetti-67{opacity:1.30338;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.78391s 67.6386ms infinite drop-67;top:-10%;left:45%;transform:rotate(205.17deg)}@keyframes drop-67{to{top:110%;left:57%}}.roulette_page_contents .wrapper .confetti-68{opacity:.71672;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.9281s .805495s infinite drop-68;top:-10%;left:29%;transform:rotate(145.268deg)}@keyframes drop-68{to{top:110%;left:36%}}.roulette_page_contents .wrapper .confetti-69{opacity:.906832;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.96699s .911829s infinite drop-69;top:-10%;left:15%;transform:rotate(48.3233deg)}@keyframes drop-69{to{top:110%;left:30%}}.roulette_page_contents .wrapper .confetti-70{opacity:1.255;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.00672s .608752s infinite drop-70;top:-10%;left:73%;transform:rotate(279.575deg)}@keyframes drop-70{to{top:110%;left:75%}}.roulette_page_contents .wrapper .confetti-71{opacity:.962077;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.8496s .591914s infinite drop-71;top:-10%;left:29%;transform:rotate(131.988deg)}@keyframes drop-71{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-72{opacity:.552812;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.98007s .92866s infinite drop-72;top:-10%;left:37%;transform:rotate(74.1249deg)}@keyframes drop-72{to{top:110%;left:46%}}.roulette_page_contents .wrapper .confetti-73{opacity:1.19818;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.25189s .566131s infinite drop-73;top:-10%;left:76%;transform:rotate(31.5023deg)}@keyframes drop-73{to{top:110%;left:79%}}.roulette_page_contents .wrapper .confetti-74{opacity:.564368;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.56338s .17758s infinite drop-74;top:-10%;left:22%;transform:rotate(279.752deg)}@keyframes drop-74{to{top:110%;left:26%}}.roulette_page_contents .wrapper .confetti-75{opacity:.96636;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.01088s .17247s infinite drop-75;top:-10%;left:51%;transform:rotate(217.239deg)}@keyframes drop-75{to{top:110%;left:63%}}.roulette_page_contents .wrapper .confetti-76{opacity:1.36239;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.81077s .83758s infinite drop-76;top:-10%;left:83%;transform:rotate(68.1552deg)}@keyframes drop-76{to{top:110%;left:97%}}.roulette_page_contents .wrapper .confetti-77{opacity:1.17214;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.48214s 60.8538ms infinite drop-77;top:-10%;left:67%;transform:rotate(210.871deg)}@keyframes drop-77{to{top:110%;left:69%}}.roulette_page_contents .wrapper .confetti-78{opacity:1.37857;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.87104s .165117s infinite drop-78;top:-10%;left:13%;transform:rotate(146.015deg)}@keyframes drop-78{to{top:110%;left:18%}}.roulette_page_contents .wrapper .confetti-79{opacity:1.49359;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.56076s .545294s infinite drop-79;top:-10%;left:33%;transform:rotate(347.153deg)}@keyframes drop-79{to{top:110%;left:41%}}.roulette_page_contents .wrapper .confetti-80{opacity:1.39035;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.88815s .262561s infinite drop-80;top:-10%;left:79%;transform:rotate(197.979deg)}@keyframes drop-80{to{top:110%;left:90%}}.roulette_page_contents .wrapper .confetti-81{opacity:.523075;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.73308s .81748s infinite drop-81;top:-10%;left:44%;transform:rotate(80.1919deg)}@keyframes drop-81{to{top:110%;left:54%}}.roulette_page_contents .wrapper .confetti-82{opacity:1.1411;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.00312s .690118s infinite drop-82;top:-10%;left:22%;transform:rotate(211.1deg)}@keyframes drop-82{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-83{opacity:1.0729;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.25635s .855855s infinite drop-83;top:-10%;left:17%;transform:rotate(145.748deg)}@keyframes drop-83{to{top:110%;left:29%}}.roulette_page_contents .wrapper .confetti-84{opacity:.54484;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.79608s .542909s infinite drop-84;top:-10%;left:85%;transform:rotate(188.046deg)}@keyframes drop-84{to{top:110%;left:96%}}.roulette_page_contents .wrapper .confetti-85{opacity:.730212;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.00299s .799531s infinite drop-85;top:-10%;left:58%;transform:rotate(168.643deg)}@keyframes drop-85{to{top:110%;left:60%}}.roulette_page_contents .wrapper .confetti-86{opacity:.738183;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.96092s .27436s infinite drop-86;top:-10%;left:45%;transform:rotate(336.095deg)}@keyframes drop-86{to{top:110%;left:58%}}.roulette_page_contents .wrapper .confetti-87{opacity:.811397;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.15373s .537855s infinite drop-87;top:-10%;left:50%;transform:rotate(89.4098deg)}@keyframes drop-87{to{top:110%;left:63%}}.roulette_page_contents .wrapper .confetti-88{opacity:.94287;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.08726s .351739s infinite drop-88;top:-10%;left:9%;transform:rotate(295.911deg)}@keyframes drop-88{to{top:110%;left:11%}}.roulette_page_contents .wrapper .confetti-89{opacity:.561734;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.75126s .621769s infinite drop-89;top:-10%;left:66%;transform:rotate(44.3303deg)}@keyframes drop-89{to{top:110%;left:78%}}.roulette_page_contents .wrapper .confetti-90{opacity:1.23157;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.85752s .626513s infinite drop-90;top:-10%;left:52%;transform:rotate(4.60045deg)}@keyframes drop-90{to{top:110%;left:59%}}.roulette_page_contents .wrapper .confetti-91{opacity:1.45462;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.65043s .583563s infinite drop-91;top:-10%;left:38%;transform:rotate(235.691deg)}@keyframes drop-91{to{top:110%;left:47%}}.roulette_page_contents .wrapper .confetti-92{opacity:1.42943;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.44597s .981796s infinite drop-92;top:-10%;left:47%;transform:rotate(2.77807deg)}@keyframes drop-92{to{top:110%;left:57%}}.roulette_page_contents .wrapper .confetti-93{opacity:.74279;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.18752s .423812s infinite drop-93;top:-10%;left:27%;transform:rotate(346.549deg)}@keyframes drop-93{to{top:110%;left:29%}}.roulette_page_contents .wrapper .confetti-94{opacity:.703297;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.24532s .67416s infinite drop-94;top:-10%;left:52%;transform:rotate(285.072deg)}@keyframes drop-94{to{top:110%;left:56%}}.roulette_page_contents .wrapper .confetti-95{opacity:.994158;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.02831s .635029s infinite drop-95;top:-10%;left:69%;transform:rotate(70.0158deg)}@keyframes drop-95{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-96{opacity:1.4474;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.38033s .566066s infinite drop-96;top:-10%;left:28%;transform:rotate(174.861deg)}@keyframes drop-96{to{top:110%;left:33%}}.roulette_page_contents .wrapper .confetti-97{opacity:.986;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.32616s .93609s infinite drop-97;top:-10%;left:16%;transform:rotate(349.615deg)}@keyframes drop-97{to{top:110%;left:27%}}.roulette_page_contents .wrapper .confetti-98{opacity:1.26202;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.63261s 57.4469ms infinite drop-98;top:-10%;left:46%;transform:rotate(274.995deg)}@keyframes drop-98{to{top:110%;left:56%}}.roulette_page_contents .wrapper .confetti-99{opacity:.845153;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.96838s .224892s infinite drop-99;top:-10%;left:81%;transform:rotate(1.02316deg)}@keyframes drop-99{to{top:110%;left:96%}}.roulette_page_contents .wrapper .confetti-100{opacity:.892505;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.63481s .376553s infinite drop-100;top:-10%;left:91%;transform:rotate(37.4416deg)}@keyframes drop-100{to{top:110%;left:104%}}.roulette_page_contents .wrapper .confetti-101{opacity:.843386;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.07629s .65799s infinite drop-101;top:-10%;left:97%;transform:rotate(41.6057deg)}@keyframes drop-101{to{top:110%;left:110%}}.roulette_page_contents .wrapper .confetti-102{opacity:1.11308;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.1083s .326696s infinite drop-102;top:-10%;left:100%;transform:rotate(294.163deg)}@keyframes drop-102{to{top:110%;left:108%}}.roulette_page_contents .wrapper .confetti-103{opacity:1.02614;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.77626s .723008s infinite drop-103;top:-10%;left:67%;transform:rotate(56.7824deg)}@keyframes drop-103{to{top:110%;left:70%}}.roulette_page_contents .wrapper .confetti-104{opacity:.814493;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.73717s .336417s infinite drop-104;top:-10%;left:85%;transform:rotate(257.334deg)}@keyframes drop-104{to{top:110%;left:93%}}.roulette_page_contents .wrapper .confetti-105{opacity:.653154;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.58528s .642756s infinite drop-105;top:-10%;left:97%;transform:rotate(232.633deg)}@keyframes drop-105{to{top:110%;left:107%}}.roulette_page_contents .wrapper .confetti-106{opacity:1.40387;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.45605s 92.1939ms infinite drop-106;top:-10%;left:95%;transform:rotate(264.87deg)}@keyframes drop-106{to{top:110%;left:101%}}.roulette_page_contents .wrapper .confetti-107{opacity:.94509;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.1395s .281763s infinite drop-107;top:-10%;left:5%;transform:rotate(64.9423deg)}@keyframes drop-107{to{top:110%;left:20%}}.roulette_page_contents .wrapper .confetti-108{opacity:.511584;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.93136s 83.4502ms infinite drop-108;top:-10%;left:72%;transform:rotate(335.481deg)}@keyframes drop-108{to{top:110%;left:86%}}.roulette_page_contents .wrapper .confetti-109{opacity:.761511;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.17099s .150514s infinite drop-109;top:-10%;left:53%;transform:rotate(88.1463deg)}@keyframes drop-109{to{top:110%;left:63%}}.roulette_page_contents .wrapper .confetti-110{opacity:1.09477;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.76654s .825677s infinite drop-110;top:-10%;left:96%;transform:rotate(220.175deg)}@keyframes drop-110{to{top:110%;left:97%}}.roulette_page_contents .wrapper .confetti-111{opacity:.927101;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.06274s .939976s infinite drop-111;top:-10%;left:53%;transform:rotate(327.323deg)}@keyframes drop-111{to{top:110%;left:65%}}.roulette_page_contents .wrapper .confetti-112{opacity:1.17348;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.632s .444931s infinite drop-112;top:-10%;left:54%;transform:rotate(58.3317deg)}@keyframes drop-112{to{top:110%;left:69%}}.roulette_page_contents .wrapper .confetti-113{opacity:1.28363;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.84806s .159517s infinite drop-113;top:-10%;left:1%;transform:rotate(196.847deg)}@keyframes drop-113{to{top:110%;left:14%}}.roulette_page_contents .wrapper .confetti-114{opacity:1.47624;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.15464s .794163ms infinite drop-114;top:-10%;left:4%;transform:rotate(285.67deg)}@keyframes drop-114{to{top:110%;left:18%}}.roulette_page_contents .wrapper .confetti-115{opacity:.663077;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.35141s .283219s infinite drop-115;top:-10%;left:28%;transform:rotate(312.542deg)}@keyframes drop-115{to{top:110%;left:33%}}.roulette_page_contents .wrapper .confetti-116{opacity:.776432;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.20173s .255017s infinite drop-116;top:-10%;left:45%;transform:rotate(196.023deg)}@keyframes drop-116{to{top:110%;left:56%}}.roulette_page_contents .wrapper .confetti-117{opacity:.834676;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.336s .929215s infinite drop-117;top:-10%;left:94%;transform:rotate(116.293deg)}@keyframes drop-117{to{top:110%;left:103%}}.roulette_page_contents .wrapper .confetti-118{opacity:.825318;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.7019s .842457s infinite drop-118;top:-10%;left:39%;transform:rotate(151.943deg)}@keyframes drop-118{to{top:110%;left:44%}}.roulette_page_contents .wrapper .confetti-119{opacity:.642618;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.12546s .799388s infinite drop-119;top:-10%;left:35%;transform:rotate(345.425deg)}@keyframes drop-119{to{top:110%;left:42%}}.roulette_page_contents .wrapper .confetti-120{opacity:1.0142;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.58742s 28.911ms infinite drop-120;top:-10%;left:75%;transform:rotate(252.105deg)}@keyframes drop-120{to{top:110%;left:83%}}.roulette_page_contents .wrapper .confetti-121{opacity:.521732;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.61223s .885666s infinite drop-121;top:-10%;left:83%;transform:rotate(176.688deg)}@keyframes drop-121{to{top:110%;left:93%}}.roulette_page_contents .wrapper .confetti-122{opacity:.77216;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.78593s .993873s infinite drop-122;top:-10%;left:12%;transform:rotate(98.7946deg)}@keyframes drop-122{to{top:110%;left:14%}}.roulette_page_contents .wrapper .confetti-123{opacity:.541228;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.27519s .934879s infinite drop-123;top:-10%;left:30%;transform:rotate(83.5507deg)}@keyframes drop-123{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-124{opacity:.587773;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.40898s .149703s infinite drop-124;top:-10%;left:93%;transform:rotate(76.4458deg)}@keyframes drop-124{to{top:110%;left:96%}}.roulette_page_contents .wrapper .confetti-125{opacity:.8655;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.37244s .716927s infinite drop-125;top:-10%;left:52%;transform:rotate(214.475deg)}@keyframes drop-125{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-126{opacity:.762271;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.20577s .228155s infinite drop-126;top:-10%;left:26%;transform:rotate(112.087deg)}@keyframes drop-126{to{top:110%;left:40%}}.roulette_page_contents .wrapper .confetti-127{opacity:.527938;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.2861s .487217s infinite drop-127;top:-10%;left:52%;transform:rotate(248.223deg)}@keyframes drop-127{to{top:110%;left:60%}}.roulette_page_contents .wrapper .confetti-128{opacity:.864023;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.55087s .514737s infinite drop-128;top:-10%;left:13%;transform:rotate(72.0759deg)}@keyframes drop-128{to{top:110%;left:25%}}.roulette_page_contents .wrapper .confetti-129{opacity:.524752;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.72991s .169012s infinite drop-129;top:-10%;left:99%;transform:rotate(59.0225deg)}@keyframes drop-129{to{top:110%;left:105%}}.roulette_page_contents .wrapper .confetti-130{opacity:.588759;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.30846s .895455s infinite drop-130;top:-10%;left:34%;transform:rotate(99.9516deg)}@keyframes drop-130{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-131{opacity:1.26207;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.47609s .650044s infinite drop-131;top:-10%;left:4%;transform:rotate(71.2781deg)}@keyframes drop-131{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-132{opacity:.682422;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.43193s .222081s infinite drop-132;top:-10%;left:26%;transform:rotate(140.999deg)}@keyframes drop-132{to{top:110%;left:30%}}.roulette_page_contents .wrapper .confetti-133{opacity:1.30121;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.79607s .629914s infinite drop-133;top:-10%;left:82%;transform:rotate(56.6861deg)}@keyframes drop-133{to{top:110%;left:91%}}.roulette_page_contents .wrapper .confetti-134{opacity:.552694;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.89193s .757814s infinite drop-134;top:-10%;left:27%;transform:rotate(72.0848deg)}@keyframes drop-134{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-135{opacity:1.34121;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.36742s .873422s infinite drop-135;top:-10%;left:38%;transform:rotate(287.041deg)}@keyframes drop-135{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-136{opacity:.670165;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.96065s .944515s infinite drop-136;top:-10%;left:63%;transform:rotate(263.164deg)}@keyframes drop-136{to{top:110%;left:74%}}.roulette_page_contents .wrapper .confetti-137{opacity:.709254;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.54188s .817158s infinite drop-137;top:-10%;left:93%;transform:rotate(332.916deg)}@keyframes drop-137{to{top:110%;left:96%}}.roulette_page_contents .wrapper .confetti-138{opacity:.873923;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.61722s .948811s infinite drop-138;top:-10%;left:71%;transform:rotate(296.742deg)}@keyframes drop-138{to{top:110%;left:77%}}.roulette_page_contents .wrapper .confetti-139{opacity:1.47959;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.49435s .6833s infinite drop-139;top:-10%;left:96%;transform:rotate(268.561deg)}@keyframes drop-139{to{top:110%;left:107%}}.roulette_page_contents .wrapper .confetti-140{opacity:.862365;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.55258s .93711s infinite drop-140;top:-10%;left:3%;transform:rotate(98.6367deg)}@keyframes drop-140{to{top:110%;left:7%}}.roulette_page_contents .wrapper .confetti-141{opacity:1.47541;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.29992s .394382s infinite drop-141;top:-10%;left:17%;transform:rotate(75.9985deg)}@keyframes drop-141{to{top:110%;left:29%}}.roulette_page_contents .wrapper .confetti-142{opacity:.642541;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.40996s .871652s infinite drop-142;top:-10%;left:32%;transform:rotate(266.594deg)}@keyframes drop-142{to{top:110%;left:43%}}.roulette_page_contents .wrapper .confetti-143{opacity:1.3533;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.81892s .749979s infinite drop-143;top:-10%;left:36%;transform:rotate(256.896deg)}@keyframes drop-143{to{top:110%;left:43%}}.roulette_page_contents .wrapper .confetti-144{opacity:1.10346;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.86825s .613114s infinite drop-144;top:-10%;left:65%;transform:rotate(165.238deg)}@keyframes drop-144{to{top:110%;left:74%}}.roulette_page_contents .wrapper .confetti-145{opacity:.793241;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.72359s .252301s infinite drop-145;top:-10%;left:15%;transform:rotate(246.535deg)}@keyframes drop-145{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-146{opacity:1.07789;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.02629s .973354s infinite drop-146;top:-10%;left:58%;transform:rotate(48.8718deg)}@keyframes drop-146{to{top:110%;left:64%}}.roulette_page_contents .wrapper .confetti-147{opacity:.712103;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.38993s .711869s infinite drop-147;top:-10%;left:85%;transform:rotate(25.2813deg)}@keyframes drop-147{to{top:110%;left:87%}}.roulette_page_contents .wrapper .confetti-148{opacity:1.14131;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.76831s .61159s infinite drop-148;top:-10%;left:58%;transform:rotate(195.516deg)}@keyframes drop-148{to{top:110%;left:61%}}.roulette_page_contents .wrapper .confetti-149{opacity:.904038;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.98866s .605655s infinite drop-149;top:-10%;left:42%;transform:rotate(339.149deg)}@keyframes drop-149{to{top:110%;left:50%}}.roulette_page_contents .wrapper .confetti-150{opacity:1.05223;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.18422s 70.0299ms infinite drop-150;top:-10%;left:23%;transform:rotate(34.335deg)}@keyframes drop-150{to{top:110%;left:24%}}.roulette_page_contents img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.roulette_page_contents>.roulette_page_contents_head{align-items:center;gap:12px;width:100%;max-width:1400px;margin-top:40px;margin-bottom:20px;padding-left:20px;padding-right:20px;display:flex;position:relative}.roulette_page_contents>.roulette_page_contents_head .title-roulette{color:#fff;font-size:24px;font-weight:700}.roulette_page_contents>.roulette_page_contents_body{justify-content:flex-end;align-items:flex-start;gap:25px;width:100%;max-width:1400px;margin:0 auto;display:flex;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box{flex-direction:column;flex-grow:1;justify-content:center;width:100%;height:590px;display:flex;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette_contianer{position:relative;transform:scale(.7)rotate(-1deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette_contianer>div{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .center_circle{z-index:100;position:absolute}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .arrow{z-index:19;transform:rotate(1deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle{z-index:20}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle img.roulette_entity{opacity:.95;transform:rotate(23deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-0{transform:rotate(0)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-7{transition:all .3s;transform:rotate(22.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-6{transition:all .3s;transform:rotate(67.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-5{transition:all .3s;transform:rotate(112.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-4{transition:all .3s;transform:rotate(157.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-3{transition:all .3s;transform:rotate(202.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-2{transition:all .3s;transform:rotate(247.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-1{transition:all .3s;transform:rotate(292.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-8{transition:all .3s;transform:rotate(337.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.active{animation:.5s linear infinite base_circle_draw}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result{color:#fff;letter-spacing:-1px;text-align:left;width:440px;font-size:25px;font-weight:600;position:absolute}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result:nth-child(2n){color:#161616!important}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.winner{color:#fff;animation:1.5s linear infinite animate_heart_beat}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-1{transform:rotate(157.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-2{transform:rotate(202.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-3{transform:rotate(247.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-4{transform:rotate(292.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-5{transform:rotate(337.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-6{transform:rotate(382.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-7{transform:rotate(67.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-8{transform:rotate(112.5deg)}@keyframes base_circle_draw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette-buttons{z-index:50;justify-self:flex-end;height:fit-content;min-height:29.24px;margin:auto;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette-buttons>.button{background:var(--app-primary);color:var(--app-text-primary);cursor:pointer;justify-content:center;align-items:center;width:280px;padding:15px 0;font-size:16px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette-buttons>.button:hover{filter:brightness(1.1)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .Board{color:#8c8c8c;cursor:pointer;background:#2a2e37;border:1px solid #3e4450;justify-content:center;align-items:center;width:160px;height:44px;margin-left:15px;font-size:13px;display:flex;top:557px;left:220px}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .Board:hover{color:#fff;background:#084158;border:2px solid #00a1df}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .Board:first-child{margin-left:0}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun{background:radial-gradient(#0000 50%,#fff),radial-gradient(gold,#0000 70%);width:40rem;height:40rem;margin:3rem auto;animation:.15s ease-in glow_in;position:relative;top:-5px;transform:scale(1.15);-webkit-mask-image:radial-gradient(#000 40%,#0000 65%);mask-image:radial-gradient(#000 40%,#0000 65%)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun:after,.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun:before{content:"";transform-origin:50%;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(#000 40%,#0000 65%);mask-image:radial-gradient(#000 40%,#0000 65%)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun:before{background:repeating-conic-gradient(gold 0deg 20deg,#0000 20deg 40deg);animation:720s linear rotate,3s linear infinite scale}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun:after{background:radial-gradient(gold,orange 27%,#0000 calc(27% + 3px) 100%),radial-gradient(gold,#0000 70%),repeating-conic-gradient(gold 0deg 5deg,#0000 5deg 10deg);animation:360s linear rotate;transform:rotate(15deg)}@keyframes glow_in{0%{opacity:0}to{opacity:1}}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes scale{0%{transform:scale(1)}20%{transform:scale(1.2)}40%{transform:scale(.8)}60%{transform:scale(1.1)}70%{transform:scale(.9)}to{transform:scale(1)}}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box{flex-direction:column;width:100%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual{background-repeat:no-repeat;background-size:cover;flex-shrink:0;justify-content:center;width:100%;display:flex;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.visual_entity{justify-content:center;align-items:center;width:40%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.visual_entity img{margin-top:20px;transform:scale(.9)}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information{flex-direction:column;flex-shrink:1;width:100%;display:flex;inset:10px 0 30px 270px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container{flex-direction:column;align-items:center;gap:10px;margin-bottom:30px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container>.ticket-title{color:var(--app-text-primary);text-align:center;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container>.ticket-count-wrapper{place-content:center;width:200px;height:200px;margin-left:10px;display:grid;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container>.ticket-count-wrapper>.star-bg{width:100%;height:100%;position:absolute;top:0;left:0}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container>.ticket-count-wrapper>.ticket-count{z-index:1;color:#3f3f3f;text-align:center;font-family:Propaganda,sans-serif;font-size:30px;font-weight:900}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.title{color:var(--app-white);text-align:center;background:var(--app-surface-0);flex-shrink:0;justify-content:center;padding:16px 0;font-size:24px;font-weight:400;line-height:100%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.title img{-o-object-fit:scale-down;object-fit:scale-down;flex-shrink:0;margin-right:20px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container{width:100%;height:100%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item{flex-grow:1;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"medal-1 medal-5""medal-2 medal-6""medal-3 medal-7""medal-4 medal-8";gap:4px;display:grid}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list{background:#3e424c;padding:10px 0}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line{justify-content:space-between;gap:5px;height:100%;margin-left:20px;margin-right:20px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line>.item{justify-content:center;align-items:center;width:100%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line>.item>img{-o-object-fit:scale-down;object-fit:scale-down;width:40px;height:40px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line>.item>.desc{color:var(--app-white);flex-direction:column;gap:5px;margin-left:10px;font-size:12px;font-weight:600;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line>.item>.desc>.amount{font-size:16px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line:last-child{border-bottom:0}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head{z-index:10;background:#2a2e37;border:1px solid #6d747b;margin-bottom:10px;padding:4px;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row{background:linear-gradient(90deg,#3e445066 10%,#3e4450aa 70%),repeating-linear-gradient(-45deg,#ffffff03,#ffffff03 10px,#0000 10px 20px);border:1px solid #2e354d;justify-content:space-between;align-items:center;height:46px;padding-left:30px;padding-right:30px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row div{font-size:12px;font-weight:600}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.remain_roulette_count{width:fit-content;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.remain_roulette_count>.label{margin-right:10px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.remain_roulette_count>.value{color:var(--app-primary);font-size:13px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.total_won_amount{display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.total_won_amount>.label{margin-right:10px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.total_won_amount>.value{color:#ffea00;font-size:13px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box .title_text{text-align:center;width:140px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box .remain_roulette_count{text-align:center;justify-content:center;width:170px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box .total_won_amount{text-align:center;justify-content:center;align-items:center;width:170px;display:flex}.roulette_page_contents>.roulette_history_box_body{width:100%}.roulette_page_contents>.roulette_history_box_body .clearEach>svg{cursor:pointer;transition:transform .2s}.roulette_page_contents>.roulette_history_box_body .clearEach>svg:hover{filter:brightness(500);transform:scale(1.025)}.roulette_page_contents>.roulette_history_box_body .PageNation{background:0 0}@keyframes jinx-glitch{0%{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}5%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 0 #23cfea)drop-shadow(0 1px #fff)saturate(1.5)}10%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -2px #fff)saturate(2)}15%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px -1px #23cfea)drop-shadow(1px 0 #fff)saturate()}20%{filter:drop-shadow(0 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(-2px 0 #fff)saturate(1.8)}25%{filter:drop-shadow(-1px -1px #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.2)}30%{filter:drop-shadow(-2px 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(0 2px #fff)saturate(2.2)}35%{filter:drop-shadow(0 -1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px 1px #fff)saturate()}40%{filter:drop-shadow(1px 0 #da9200)drop-shadow(0 1px #23cfea)drop-shadow(-1px 0 #fff)saturate(1.6)}50%{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}60%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.4)}70%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -1px #fff)saturate(1.8)}80%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(0 -1px #23cfea)drop-shadow(1px 0 #fff)saturate(2)}90%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px -1px #fff)saturate(1.3)}to{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate();clip-path:inset(0)}}@keyframes animate_heart_beat{0%{text-shadow:0px 0px 10px var(--app-primary),0px 0px 40px var(--app-primary),0px 0px 100px var(--app-primary)}50%{text-shadow:0px 0px 5px var(--app-primary),0px 0px 30px var(--app-primary),0px 0px 60px var(--app-primary)}to{text-shadow:0px 0px 10px var(--app-primary),0px 0px 40px var(--app-primary),0px 0px 100px var(--app-primary)}}@keyframes firework{0%{transform:translate(var(--x), var(--initialY));width:var(--initialSize);opacity:1}50%{opacity:1;width:.5vmin}to{width:var(--finalSize);opacity:0}}.roulette_page_contents .firework.firework-1{top:500px!important;left:450px!important}.roulette_page_contents .firework.firework-2{top:600px!important;left:1000px!important}.roulette_page_contents .firework.firework-3{top:300px!important;left:1000px!important}.roulette_page_contents .firework,.roulette_page_contents .firework:before,.roulette_page_contents .firework:after{--color1:yellow;--color2:khaki;--color3:white;--color4:lime;--color5:gold;--color6:mediumseagreen;--finalSize:45vmin;--initialSize:.5vmin;--initialY:60vmin;--particleSize:.2vmin;--x:-50%;--y:-30vmin;aspect-ratio:1;background:radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;background-repeat:no-repeat;background-size:var(--initialSize) var(--initialSize);content:"";transform:translate(-50%, var(--y));width:var(--initialSize);animation:2s infinite firework;position:absolute;top:50%;left:50%}.roulette_page_contents .firework:before{--initialY:-50%;--x:-50%;--y:-50%;transform:translate(-50%,-50%)rotate(40deg)scale(1.3)rotateY(40deg)}.roulette_page_contents .firework:after{--initialY:-50%;--x:-50%;--y:-50%;transform:translate(-50%,-50%)rotate(170deg)scale(1.15)rotateY(-30deg)}.roulette_page_contents .firework:nth-child(2){--x:30vmin}.roulette_page_contents .firework:nth-child(2),.roulette_page_contents .firework:nth-child(2):before,.roulette_page_contents .firework:nth-child(2):after{--color1:pink;--color2:violet;--color3:fuchsia;--color4:orchid;--color5:plum;--color6:lavender;--finalSize:40vmin;animation-delay:-.25s;top:60%;left:30%}.roulette_page_contents .firework:nth-child(3){--x:-30vmin;--y:-50vmin}.roulette_page_contents .firework:nth-child(3),.roulette_page_contents .firework:nth-child(3):before,.roulette_page_contents .firework:nth-child(3):after{--color1:cyan;--color2:lightcyan;--color3:lightblue;--color4:PaleTurquoise;--color5:SkyBlue;--color6:lavender;--finalSize:35vmin;animation-delay:-.4s;top:60%;left:70%}
