.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:.977567;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.86738s .418884s infinite drop-0;top:-10%;left:83%;transform:rotate(230.201deg)}@keyframes drop-0{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-1{opacity:.606258;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.52068s .17852s infinite drop-1;top:-10%;left:91%;transform:rotate(302.862deg)}@keyframes drop-1{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-2{opacity:1.08244;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.64141s .954224s infinite drop-2;top:-10%;left:17%;transform:rotate(93.1889deg)}@keyframes drop-2{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-3{opacity:1.05957;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.68452s .805422s infinite drop-3;top:-10%;left:8%;transform:rotate(58.4774deg)}@keyframes drop-3{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-4{opacity:1.46086;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.42629s .19724s infinite drop-4;top:-10%;left:86%;transform:rotate(265.038deg)}@keyframes drop-4{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-5{opacity:.529836;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.57982s .852906s infinite drop-5;top:-10%;left:64%;transform:rotate(253.112deg)}@keyframes drop-5{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-6{opacity:1.41941;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.05655s .412664s infinite drop-6;top:-10%;left:43%;transform:rotate(337.06deg)}@keyframes drop-6{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-7{opacity:.567507;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.64532s .615485s infinite drop-7;top:-10%;left:19%;transform:rotate(96.8544deg)}@keyframes drop-7{to{top:110%;left:33%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-8{opacity:.819856;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.32471s .646242s infinite drop-8;top:-10%;left:97%;transform:rotate(333.469deg)}@keyframes drop-8{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-9{opacity:.707472;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.6773s .998805s infinite drop-9;top:-10%;left:51%;transform:rotate(222.033deg)}@keyframes drop-9{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-10{opacity:1.32846;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.30325s .322763s infinite drop-10;top:-10%;left:82%;transform:rotate(171.913deg)}@keyframes drop-10{to{top:110%;left:92%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-11{opacity:.763407;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.5658s .16257s infinite drop-11;top:-10%;left:2%;transform:rotate(64.4048deg)}@keyframes drop-11{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-12{opacity:1.34066;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.98811s .989337s infinite drop-12;top:-10%;left:20%;transform:rotate(241.204deg)}@keyframes drop-12{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-13{opacity:.517637;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.87334s .216247s infinite drop-13;top:-10%;left:64%;transform:rotate(156.112deg)}@keyframes drop-13{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-14{opacity:1.13738;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.74492s 14.5865ms infinite drop-14;top:-10%;left:56%;transform:rotate(175.327deg)}@keyframes drop-14{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-15{opacity:1.44362;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.06551s .489558s infinite drop-15;top:-10%;left:59%;transform:rotate(42.4438deg)}@keyframes drop-15{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-16{opacity:1.32086;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.84974s .174947s infinite drop-16;top:-10%;left:29%;transform:rotate(247.361deg)}@keyframes drop-16{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-17{opacity:1.44225;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.4191s .272855s infinite drop-17;top:-10%;left:16%;transform:rotate(230.023deg)}@keyframes drop-17{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-18{opacity:.922386;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.15518s .463464s infinite drop-18;top:-10%;left:82%;transform:rotate(344.354deg)}@keyframes drop-18{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-19{opacity:.810897;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.74678s .78167s infinite drop-19;top:-10%;left:66%;transform:rotate(182.025deg)}@keyframes drop-19{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-20{opacity:1.3669;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.54783s .330773s infinite drop-20;top:-10%;left:28%;transform:rotate(260.003deg)}@keyframes drop-20{to{top:110%;left:40%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-21{opacity:1.06808;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.69101s .958582s infinite drop-21;top:-10%;left:18%;transform:rotate(174.035deg)}@keyframes drop-21{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-22{opacity:1.42223;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.59786s .600525s infinite drop-22;top:-10%;left:93%;transform:rotate(196.767deg)}@keyframes drop-22{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-23{opacity:1.23394;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.53224s .780165s infinite drop-23;top:-10%;left:18%;transform:rotate(357.122deg)}@keyframes drop-23{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-24{opacity:.973962;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.34761s .618475s infinite drop-24;top:-10%;left:58%;transform:rotate(306.404deg)}@keyframes drop-24{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-25{opacity:.955606;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.29031s .484066s infinite drop-25;top:-10%;left:94%;transform:rotate(21.354deg)}@keyframes drop-25{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-26{opacity:1.40095;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.22054s .960341s infinite drop-26;top:-10%;left:75%;transform:rotate(68.1898deg)}@keyframes drop-26{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-27{opacity:.572506;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.05166s .896941s infinite drop-27;top:-10%;left:76%;transform:rotate(136.748deg)}@keyframes drop-27{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-28{opacity:.814775;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.11381s .243493s infinite drop-28;top:-10%;left:79%;transform:rotate(140.249deg)}@keyframes drop-28{to{top:110%;left:90%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-29{opacity:.668068;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.01661s .5944s infinite drop-29;top:-10%;left:95%;transform:rotate(36.4264deg)}@keyframes drop-29{to{top:110%;left:105%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-30{opacity:.516817;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.80112s .217846s infinite drop-30;top:-10%;left:19%;transform:rotate(280.081deg)}@keyframes drop-30{to{top:110%;left:32%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-31{opacity:1.27768;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.33023s .159136s infinite drop-31;top:-10%;left:95%;transform:rotate(78.6535deg)}@keyframes drop-31{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-32{opacity:.733395;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.89656s .104346s infinite drop-32;top:-10%;left:70%;transform:rotate(6.41708deg)}@keyframes drop-32{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-33{opacity:.873026;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.55052s .448415s infinite drop-33;top:-10%;left:70%;transform:rotate(228.851deg)}@keyframes drop-33{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-34{opacity:.781913;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.02562s .387955s infinite drop-34;top:-10%;left:42%;transform:rotate(7.21913deg)}@keyframes drop-34{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-35{opacity:1.34234;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.93744s .58232s infinite drop-35;top:-10%;left:56%;transform:rotate(231.313deg)}@keyframes drop-35{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-36{opacity:1.15819;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.59734s .401923s infinite drop-36;top:-10%;left:95%;transform:rotate(269.984deg)}@keyframes drop-36{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-37{opacity:.631023;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.27043s .130227s infinite drop-37;top:-10%;left:52%;transform:rotate(282.75deg)}@keyframes drop-37{to{top:110%;left:64%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-38{opacity:1.27794;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.66068s .763806s infinite drop-38;top:-10%;left:36%;transform:rotate(3.25777deg)}@keyframes drop-38{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-39{opacity:1.4903;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.65805s .608056s infinite drop-39;top:-10%;left:65%;transform:rotate(197.174deg)}@keyframes drop-39{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-40{opacity:1.18436;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.73404s 54.3414ms infinite drop-40;top:-10%;left:17%;transform:rotate(65.1499deg)}@keyframes drop-40{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-41{opacity:1.11366;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.94053s .259197s infinite drop-41;top:-10%;left:99%;transform:rotate(129.261deg)}@keyframes drop-41{to{top:110%;left:110%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-42{opacity:.566542;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.52242s .111833s infinite drop-42;top:-10%;left:42%;transform:rotate(209.173deg)}@keyframes drop-42{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-43{opacity:.924012;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.84691s .158417s infinite drop-43;top:-10%;left:99%;transform:rotate(321.35deg)}@keyframes drop-43{to{top:110%;left:113%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-44{opacity:.899244;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.95729s .684713s infinite drop-44;top:-10%;left:81%;transform:rotate(55.1415deg)}@keyframes drop-44{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-45{opacity:1.48096;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.02604s .223937s infinite drop-45;top:-10%;left:58%;transform:rotate(129.313deg)}@keyframes drop-45{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-46{opacity:1.32117;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.30636s .507603s infinite drop-46;top:-10%;left:42%;transform:rotate(208.065deg)}@keyframes drop-46{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-47{opacity:1.47875;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.88036s 97.9361ms infinite drop-47;top:-10%;left:86%;transform:rotate(236.21deg)}@keyframes drop-47{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-48{opacity:.69827;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.74044s .489359s infinite drop-48;top:-10%;left:41%;transform:rotate(54.6076deg)}@keyframes drop-48{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-49{opacity:1.18123;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.5209s .358036s infinite drop-49;top:-10%;left:11%;transform:rotate(160.485deg)}@keyframes drop-49{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-50{opacity:1.40862;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.03111s .948685s infinite drop-50;top:-10%;left:17%;transform:rotate(162.792deg)}@keyframes drop-50{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-51{opacity:.775584;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.59062s .793939s infinite drop-51;top:-10%;left:71%;transform:rotate(49.7291deg)}@keyframes drop-51{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-52{opacity:1.23834;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.98311s .242464s infinite drop-52;top:-10%;left:58%;transform:rotate(270.714deg)}@keyframes drop-52{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-53{opacity:1.00693;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.26974s 99.0489ms infinite drop-53;top:-10%;left:4%;transform:rotate(86.3496deg)}@keyframes drop-53{to{top:110%;left:11%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-54{opacity:.972019;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.01871s .468589s infinite drop-54;top:-10%;left:40%;transform:rotate(289.175deg)}@keyframes drop-54{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-55{opacity:.989374;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.96326s .893787s infinite drop-55;top:-10%;left:95%;transform:rotate(229.017deg)}@keyframes drop-55{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-56{opacity:.944699;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.0984s .400111s infinite drop-56;top:-10%;left:18%;transform:rotate(157.043deg)}@keyframes drop-56{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-57{opacity:.539109;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.52961s .282093s infinite drop-57;top:-10%;left:98%;transform:rotate(357.153deg)}@keyframes drop-57{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-58{opacity:.550034;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.16661s .681592s infinite drop-58;top:-10%;left:42%;transform:rotate(282.987deg)}@keyframes drop-58{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-59{opacity:1.42663;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.91836s .337871s infinite drop-59;top:-10%;left:98%;transform:rotate(355.756deg)}@keyframes drop-59{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-60{opacity:.691166;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.4528s .86723s infinite drop-60;top:-10%;left:51%;transform:rotate(191.257deg)}@keyframes drop-60{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-61{opacity:1.43529;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.40332s .534028s infinite drop-61;top:-10%;left:35%;transform:rotate(166.459deg)}@keyframes drop-61{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-62{opacity:1.17578;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.13387s .292975s infinite drop-62;top:-10%;left:51%;transform:rotate(308.447deg)}@keyframes drop-62{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-63{opacity:.551177;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.63841s .873641s infinite drop-63;top:-10%;left:9%;transform:rotate(106.2deg)}@keyframes drop-63{to{top:110%;left:20%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-64{opacity:.746393;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.90482s .815527s infinite drop-64;top:-10%;left:85%;transform:rotate(188.059deg)}@keyframes drop-64{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-65{opacity:.916636;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.81806s .849244s infinite drop-65;top:-10%;left:76%;transform:rotate(109.766deg)}@keyframes drop-65{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-66{opacity:.587935;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.95022s .192993s infinite drop-66;top:-10%;left:56%;transform:rotate(25.9186deg)}@keyframes drop-66{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-67{opacity:.523907;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.17203s .413105s infinite drop-67;top:-10%;left:82%;transform:rotate(108.346deg)}@keyframes drop-67{to{top:110%;left:94%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-68{opacity:1.38108;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.26887s .609812s infinite drop-68;top:-10%;left:64%;transform:rotate(137.395deg)}@keyframes drop-68{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-69{opacity:.598826;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.21914s .274108s infinite drop-69;top:-10%;left:7%;transform:rotate(15.7946deg)}@keyframes drop-69{to{top:110%;left:14%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-70{opacity:.94905;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.65176s 53.8871ms infinite drop-70;top:-10%;left:2%;transform:rotate(24.3451deg)}@keyframes drop-70{to{top:110%;left:4%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-71{opacity:.75812;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.81455s .341529s infinite drop-71;top:-10%;left:17%;transform:rotate(279.644deg)}@keyframes drop-71{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-72{opacity:.759933;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.19195s .562037s infinite drop-72;top:-10%;left:7%;transform:rotate(13.5499deg)}@keyframes drop-72{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-73{opacity:1.2321;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.10093s .466555s infinite drop-73;top:-10%;left:94%;transform:rotate(291.784deg)}@keyframes drop-73{to{top:110%;left:105%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-74{opacity:.809859;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.58453s 44.9737ms infinite drop-74;top:-10%;left:13%;transform:rotate(91.6585deg)}@keyframes drop-74{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-75{opacity:1.15365;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.55388s .293048s infinite drop-75;top:-10%;left:17%;transform:rotate(136.154deg)}@keyframes drop-75{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-76{opacity:.903758;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.95122s 85.2186ms infinite drop-76;top:-10%;left:22%;transform:rotate(271.888deg)}@keyframes drop-76{to{top:110%;left:23%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-77{opacity:1.10892;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.95567s .765203s infinite drop-77;top:-10%;left:70%;transform:rotate(179.302deg)}@keyframes drop-77{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-78{opacity:1.44305;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.17544s .960082s infinite drop-78;top:-10%;left:13%;transform:rotate(201.193deg)}@keyframes drop-78{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-79{opacity:.788979;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.97614s .355336s infinite drop-79;top:-10%;left:60%;transform:rotate(200.587deg)}@keyframes drop-79{to{top:110%;left:70%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-80{opacity:1.39546;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.56436s .657282s infinite drop-80;top:-10%;left:64%;transform:rotate(104.86deg)}@keyframes drop-80{to{top:110%;left:73%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-81{opacity:.527328;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.93387s .658402s infinite drop-81;top:-10%;left:27%;transform:rotate(177.194deg)}@keyframes drop-81{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-82{opacity:1.32169;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.952s .419423s infinite drop-82;top:-10%;left:56%;transform:rotate(240.175deg)}@keyframes drop-82{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-83{opacity:.587264;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.813s .135499s infinite drop-83;top:-10%;left:3%;transform:rotate(31.3117deg)}@keyframes drop-83{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-84{opacity:.810121;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.68303s .720359s infinite drop-84;top:-10%;left:49%;transform:rotate(274.733deg)}@keyframes drop-84{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-85{opacity:.696042;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.46493s .812639s infinite drop-85;top:-10%;left:67%;transform:rotate(144.893deg)}@keyframes drop-85{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-86{opacity:1.20341;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.08262s .743411s infinite drop-86;top:-10%;left:90%;transform:rotate(248.359deg)}@keyframes drop-86{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-87{opacity:.926093;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.29495s .351505s infinite drop-87;top:-10%;left:3%;transform:rotate(197.49deg)}@keyframes drop-87{to{top:110%;left:10%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-88{opacity:.636845;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.5851s .325117s infinite drop-88;top:-10%;left:93%;transform:rotate(307.793deg)}@keyframes drop-88{to{top:110%;left:105%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-89{opacity:1.12957;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.26869s .297507s infinite drop-89;top:-10%;left:11%;transform:rotate(38.7404deg)}@keyframes drop-89{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-90{opacity:.803161;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.68514s .813299s infinite drop-90;top:-10%;left:30%;transform:rotate(136.066deg)}@keyframes drop-90{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-91{opacity:1.14192;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.51294s .555434s infinite drop-91;top:-10%;left:31%;transform:rotate(146.435deg)}@keyframes drop-91{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-92{opacity:1.0921;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.6357s .223374s infinite drop-92;top:-10%;left:79%;transform:rotate(281.281deg)}@keyframes drop-92{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-93{opacity:1.32661;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.09618s .637838s infinite drop-93;top:-10%;left:14%;transform:rotate(327.85deg)}@keyframes drop-93{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-94{opacity:.925581;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.85436s .126001s infinite drop-94;top:-10%;left:52%;transform:rotate(180.556deg)}@keyframes drop-94{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-95{opacity:1.21455;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.16422s .743467s infinite drop-95;top:-10%;left:7%;transform:rotate(309.484deg)}@keyframes drop-95{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-96{opacity:1.08729;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.10021s .749722s infinite drop-96;top:-10%;left:36%;transform:rotate(6.53086deg)}@keyframes drop-96{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-97{opacity:.641502;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.38424s 34.2888ms infinite drop-97;top:-10%;left:39%;transform:rotate(99.1961deg)}@keyframes drop-97{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-98{opacity:1.47242;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.6103s .568949s infinite drop-98;top:-10%;left:57%;transform:rotate(269.474deg)}@keyframes drop-98{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-99{opacity:1.16085;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.15267s .755949s infinite drop-99;top:-10%;left:64%;transform:rotate(112.915deg)}@keyframes drop-99{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-100{opacity:.65765;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.14417s .914584s infinite drop-100;top:-10%;left:92%;transform:rotate(56.6888deg)}@keyframes drop-100{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-101{opacity:1.19609;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.3139s .666807s infinite drop-101;top:-10%;left:89%;transform:rotate(268.416deg)}@keyframes drop-101{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-102{opacity:1.11323;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.52755s .951224s infinite drop-102;top:-10%;left:88%;transform:rotate(273.138deg)}@keyframes drop-102{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-103{opacity:.660356;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.09698s .846759s infinite drop-103;top:-10%;left:66%;transform:rotate(296.659deg)}@keyframes drop-103{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-104{opacity:1.27203;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.25842s .877124s infinite drop-104;top:-10%;left:74%;transform:rotate(172.571deg)}@keyframes drop-104{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-105{opacity:1.07231;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.38464s .952779s infinite drop-105;top:-10%;left:72%;transform:rotate(140.039deg)}@keyframes drop-105{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-106{opacity:1.3999;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.54686s .141006s infinite drop-106;top:-10%;left:86%;transform:rotate(188.215deg)}@keyframes drop-106{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-107{opacity:1.40613;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.70686s .779522s infinite drop-107;top:-10%;left:23%;transform:rotate(67.2861deg)}@keyframes drop-107{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-108{opacity:1.0296;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.61681s .81288s infinite drop-108;top:-10%;left:5%;transform:rotate(141.944deg)}@keyframes drop-108{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-109{opacity:.861356;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.90319s 5.28715ms infinite drop-109;top:-10%;left:49%;transform:rotate(59.2178deg)}@keyframes drop-109{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-110{opacity:1.32014;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.66504s 17.0681ms infinite drop-110;top:-10%;left:78%;transform:rotate(206.598deg)}@keyframes drop-110{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-111{opacity:1.45345;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.20088s .160678s infinite drop-111;top:-10%;left:86%;transform:rotate(266.014deg)}@keyframes drop-111{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-112{opacity:.749332;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.01795s 76.2601ms infinite drop-112;top:-10%;left:76%;transform:rotate(48.2382deg)}@keyframes drop-112{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-113{opacity:1.18441;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.56923s .500393s infinite drop-113;top:-10%;left:44%;transform:rotate(190.941deg)}@keyframes drop-113{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-114{opacity:.705094;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.93709s .267962s infinite drop-114;top:-10%;left:97%;transform:rotate(244.37deg)}@keyframes drop-114{to{top:110%;left:106%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-115{opacity:.799119;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.12882s .872121s infinite drop-115;top:-10%;left:41%;transform:rotate(48.5936deg)}@keyframes drop-115{to{top:110%;left:45%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-116{opacity:.908101;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.51715s .303311s infinite drop-116;top:-10%;left:34%;transform:rotate(268.444deg)}@keyframes drop-116{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-117{opacity:.631739;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.53481s .540753s infinite drop-117;top:-10%;left:74%;transform:rotate(356.247deg)}@keyframes drop-117{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-118{opacity:.502557;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.85343s .185652s infinite drop-118;top:-10%;left:80%;transform:rotate(246.601deg)}@keyframes drop-118{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-119{opacity:.992127;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.09496s .883934s infinite drop-119;top:-10%;left:14%;transform:rotate(174.493deg)}@keyframes drop-119{to{top:110%;left:16%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-120{opacity:.898517;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.55886s .765405s infinite drop-120;top:-10%;left:31%;transform:rotate(48.5496deg)}@keyframes drop-120{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-121{opacity:1.27205;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.38039s .834863s infinite drop-121;top:-10%;left:34%;transform:rotate(188.445deg)}@keyframes drop-121{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-122{opacity:1.00914;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.61367s .369609s infinite drop-122;top:-10%;left:34%;transform:rotate(240.859deg)}@keyframes drop-122{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-123{opacity:.718263;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.5785s .341918s infinite drop-123;top:-10%;left:14%;transform:rotate(350.01deg)}@keyframes drop-123{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-124{opacity:.757872;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.18402s .590942s infinite drop-124;top:-10%;left:74%;transform:rotate(339.945deg)}@keyframes drop-124{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-125{opacity:.725149;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.80072s .714045s infinite drop-125;top:-10%;left:98%;transform:rotate(2.92601deg)}@keyframes drop-125{to{top:110%;left:110%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-126{opacity:1.28881;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.88372s .635349s infinite drop-126;top:-10%;left:22%;transform:rotate(325.358deg)}@keyframes drop-126{to{top:110%;left:33%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-127{opacity:.930375;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.86611s .98203s infinite drop-127;top:-10%;left:54%;transform:rotate(73.1591deg)}@keyframes drop-127{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-128{opacity:.778239;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.8892s .807676s infinite drop-128;top:-10%;left:63%;transform:rotate(3.86882deg)}@keyframes drop-128{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-129{opacity:.528662;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.82668s .421251s infinite drop-129;top:-10%;left:19%;transform:rotate(35.5744deg)}@keyframes drop-129{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-130{opacity:1.34755;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.16253s .217987s infinite drop-130;top:-10%;left:10%;transform:rotate(181.047deg)}@keyframes drop-130{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-131{opacity:1.09719;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.30185s .691747s infinite drop-131;top:-10%;left:43%;transform:rotate(135.19deg)}@keyframes drop-131{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-132{opacity:1.3071;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.34076s .393139s infinite drop-132;top:-10%;left:48%;transform:rotate(198.237deg)}@keyframes drop-132{to{top:110%;left:63%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-133{opacity:1.04739;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.85285s .674663s infinite drop-133;top:-10%;left:92%;transform:rotate(195.234deg)}@keyframes drop-133{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-134{opacity:.756499;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.86219s .38155s infinite drop-134;top:-10%;left:34%;transform:rotate(32.4197deg)}@keyframes drop-134{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-135{opacity:1.21259;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.46098s .229433s infinite drop-135;top:-10%;left:75%;transform:rotate(346.109deg)}@keyframes drop-135{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-136{opacity:1.28167;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.59742s .754995s infinite drop-136;top:-10%;left:96%;transform:rotate(157.806deg)}@keyframes drop-136{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-137{opacity:1.12428;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.64788s .695794s infinite drop-137;top:-10%;left:57%;transform:rotate(304.989deg)}@keyframes drop-137{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-138{opacity:.645009;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.01753s 45.8584ms infinite drop-138;top:-10%;left:85%;transform:rotate(296.983deg)}@keyframes drop-138{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-139{opacity:1.47631;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.26864s .59087s infinite drop-139;top:-10%;left:23%;transform:rotate(79.0277deg)}@keyframes drop-139{to{top:110%;left:36%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-140{opacity:1.0656;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.09439s .711543s infinite drop-140;top:-10%;left:59%;transform:rotate(204.997deg)}@keyframes drop-140{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-141{opacity:.91664;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.37279s .853721s infinite drop-141;top:-10%;left:53%;transform:rotate(337.721deg)}@keyframes drop-141{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-142{opacity:1.29162;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.47788s .382587s infinite drop-142;top:-10%;left:65%;transform:rotate(152.26deg)}@keyframes drop-142{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-143{opacity:.697587;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.47186s .521229s infinite drop-143;top:-10%;left:85%;transform:rotate(138.739deg)}@keyframes drop-143{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-144{opacity:1.23132;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.43965s .82581s infinite drop-144;top:-10%;left:20%;transform:rotate(312.873deg)}@keyframes drop-144{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-145{opacity:1.37277;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.92465s .539633s infinite drop-145;top:-10%;left:88%;transform:rotate(282.575deg)}@keyframes drop-145{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-146{opacity:1.347;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.20078s .752736s infinite drop-146;top:-10%;left:93%;transform:rotate(109.859deg)}@keyframes drop-146{to{top:110%;left:94%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-147{opacity:1.3844;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.37476s .467469s infinite drop-147;top:-10%;left:86%;transform:rotate(294.211deg)}@keyframes drop-147{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-148{opacity:.522448;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.11816s .615775s infinite drop-148;top:-10%;left:32%;transform:rotate(359.006deg)}@keyframes drop-148{to{top:110%;left:39%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-149{opacity:.504037;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.42101s .974276s infinite drop-149;top:-10%;left:28%;transform:rotate(157.188deg)}@keyframes drop-149{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-150{opacity:.686825;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.9927s .522657s infinite drop-150;top:-10%;left:26%;transform:rotate(354.404deg)}@keyframes drop-150{to{top:110%;left:40%}}.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:.51831;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.29863s .661814s infinite drop-0;top:-10%;left:57%;transform:rotate(20.5701deg)}@keyframes drop-0{to{top:110%;left:59%}}.roulette_page_contents .wrapper .confetti-1{opacity:1.31224;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.48749s .827323s infinite drop-1;top:-10%;left:6%;transform:rotate(86.737deg)}@keyframes drop-1{to{top:110%;left:7%}}.roulette_page_contents .wrapper .confetti-2{opacity:1.14177;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.02444s 20.1059ms infinite drop-2;top:-10%;left:1%;transform:rotate(288.133deg)}@keyframes drop-2{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-3{opacity:.849545;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.97661s 6.00806ms infinite drop-3;top:-10%;left:76%;transform:rotate(273.614deg)}@keyframes drop-3{to{top:110%;left:89%}}.roulette_page_contents .wrapper .confetti-4{opacity:1.40607;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.18536s .633568s infinite drop-4;top:-10%;left:7%;transform:rotate(195.232deg)}@keyframes drop-4{to{top:110%;left:17%}}.roulette_page_contents .wrapper .confetti-5{opacity:.733761;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.83064s .20736s infinite drop-5;top:-10%;left:47%;transform:rotate(158.402deg)}@keyframes drop-5{to{top:110%;left:61%}}.roulette_page_contents .wrapper .confetti-6{opacity:1.09555;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.29153s .874756s infinite drop-6;top:-10%;left:50%;transform:rotate(75.635deg)}@keyframes drop-6{to{top:110%;left:58%}}.roulette_page_contents .wrapper .confetti-7{opacity:1.26515;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.94684s .283469s infinite drop-7;top:-10%;left:16%;transform:rotate(77.742deg)}@keyframes drop-7{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-8{opacity:1.34932;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.5084s .700117s infinite drop-8;top:-10%;left:98%;transform:rotate(38.2258deg)}@keyframes drop-8{to{top:110%;left:107%}}.roulette_page_contents .wrapper .confetti-9{opacity:.660312;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.80723s .112223s infinite drop-9;top:-10%;left:76%;transform:rotate(223.615deg)}@keyframes drop-9{to{top:110%;left:88%}}.roulette_page_contents .wrapper .confetti-10{opacity:.862222;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.78476s .490903s infinite drop-10;top:-10%;left:33%;transform:rotate(12.1023deg)}@keyframes drop-10{to{top:110%;left:48%}}.roulette_page_contents .wrapper .confetti-11{opacity:.526922;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.86646s .808917s infinite drop-11;top:-10%;left:27%;transform:rotate(64.1945deg)}@keyframes drop-11{to{top:110%;left:32%}}.roulette_page_contents .wrapper .confetti-12{opacity:.657665;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.55626s .721343s infinite drop-12;top:-10%;left:47%;transform:rotate(260.02deg)}@keyframes drop-12{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-13{opacity:.597514;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.84197s 95.4547ms infinite drop-13;top:-10%;left:83%;transform:rotate(329.967deg)}@keyframes drop-13{to{top:110%;left:90%}}.roulette_page_contents .wrapper .confetti-14{opacity:.522389;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.32904s 56.8132ms infinite drop-14;top:-10%;left:76%;transform:rotate(8.55495deg)}@keyframes drop-14{to{top:110%;left:84%}}.roulette_page_contents .wrapper .confetti-15{opacity:1.25383;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.87249s .93308s infinite drop-15;top:-10%;left:30%;transform:rotate(230.833deg)}@keyframes drop-15{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-16{opacity:1.3052;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.58698s .890313s infinite drop-16;top:-10%;left:72%;transform:rotate(91.7218deg)}@keyframes drop-16{to{top:110%;left:87%}}.roulette_page_contents .wrapper .confetti-17{opacity:.74501;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.77534s .279843s infinite drop-17;top:-10%;left:93%;transform:rotate(237.915deg)}@keyframes drop-17{to{top:110%;left:103%}}.roulette_page_contents .wrapper .confetti-18{opacity:.89399;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.62788s .904234s infinite drop-18;top:-10%;left:52%;transform:rotate(317.844deg)}@keyframes drop-18{to{top:110%;left:62%}}.roulette_page_contents .wrapper .confetti-19{opacity:.568332;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.0038s .491331s infinite drop-19;top:-10%;left:80%;transform:rotate(324.212deg)}@keyframes drop-19{to{top:110%;left:82%}}.roulette_page_contents .wrapper .confetti-20{opacity:1.34604;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.16734s .52192s infinite drop-20;top:-10%;left:10%;transform:rotate(278.326deg)}@keyframes drop-20{to{top:110%;left:25%}}.roulette_page_contents .wrapper .confetti-21{opacity:.91073;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.69268s 95.8631ms infinite drop-21;top:-10%;left:86%;transform:rotate(91.53deg)}@keyframes drop-21{to{top:110%;left:91%}}.roulette_page_contents .wrapper .confetti-22{opacity:.888817;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.70578s .533448s infinite drop-22;top:-10%;left:8%;transform:rotate(59.4688deg)}@keyframes drop-22{to{top:110%;left:21%}}.roulette_page_contents .wrapper .confetti-23{opacity:1.48548;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.2962s .306244s infinite drop-23;top:-10%;left:63%;transform:rotate(141.667deg)}@keyframes drop-23{to{top:110%;left:75%}}.roulette_page_contents .wrapper .confetti-24{opacity:1.01528;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.96534s .983135s infinite drop-24;top:-10%;left:15%;transform:rotate(46.4877deg)}@keyframes drop-24{to{top:110%;left:28%}}.roulette_page_contents .wrapper .confetti-25{opacity:1.27146;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.04275s .19667s infinite drop-25;top:-10%;left:48%;transform:rotate(98.2332deg)}@keyframes drop-25{to{top:110%;left:63%}}.roulette_page_contents .wrapper .confetti-26{opacity:1.39156;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.54347s .313842s infinite drop-26;top:-10%;left:51%;transform:rotate(31.1777deg)}@keyframes drop-26{to{top:110%;left:52%}}.roulette_page_contents .wrapper .confetti-27{opacity:.552526;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.66626s .531448s infinite drop-27;top:-10%;left:10%;transform:rotate(16.6098deg)}@keyframes drop-27{to{top:110%;left:21%}}.roulette_page_contents .wrapper .confetti-28{opacity:1.32834;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.47632s .93747s infinite drop-28;top:-10%;left:33%;transform:rotate(210.38deg)}@keyframes drop-28{to{top:110%;left:39%}}.roulette_page_contents .wrapper .confetti-29{opacity:1.12912;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.62131s .961002s infinite drop-29;top:-10%;left:8%;transform:rotate(14.2441deg)}@keyframes drop-29{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-30{opacity:.67179;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.03858s .820145s infinite drop-30;top:-10%;left:13%;transform:rotate(215.402deg)}@keyframes drop-30{to{top:110%;left:24%}}.roulette_page_contents .wrapper .confetti-31{opacity:1.27263;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.54654s .695763s infinite drop-31;top:-10%;left:67%;transform:rotate(296.303deg)}@keyframes drop-31{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-32{opacity:1.49609;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.88491s .37081s infinite drop-32;top:-10%;left:67%;transform:rotate(180.034deg)}@keyframes drop-32{to{top:110%;left:80%}}.roulette_page_contents .wrapper .confetti-33{opacity:.818361;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.49402s .45661s infinite drop-33;top:-10%;left:21%;transform:rotate(263.788deg)}@keyframes drop-33{to{top:110%;left:35%}}.roulette_page_contents .wrapper .confetti-34{opacity:1.04882;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.50309s .580379s infinite drop-34;top:-10%;left:69%;transform:rotate(292.291deg)}@keyframes drop-34{to{top:110%;left:73%}}.roulette_page_contents .wrapper .confetti-35{opacity:.625653;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.90307s .901645s infinite drop-35;top:-10%;left:16%;transform:rotate(142.462deg)}@keyframes drop-35{to{top:110%;left:21%}}.roulette_page_contents .wrapper .confetti-36{opacity:.595717;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.56066s 44.4757ms infinite drop-36;top:-10%;left:92%;transform:rotate(5.83739deg)}@keyframes drop-36{to{top:110%;left:99%}}.roulette_page_contents .wrapper .confetti-37{opacity:1.23332;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.12755s 56.2244ms infinite drop-37;top:-10%;left:23%;transform:rotate(222.852deg)}@keyframes drop-37{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-38{opacity:1.31826;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.57607s .398101s infinite drop-38;top:-10%;left:43%;transform:rotate(49.6426deg)}@keyframes drop-38{to{top:110%;left:45%}}.roulette_page_contents .wrapper .confetti-39{opacity:.85789;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.03285s .394667s infinite drop-39;top:-10%;left:45%;transform:rotate(163.22deg)}@keyframes drop-39{to{top:110%;left:57%}}.roulette_page_contents .wrapper .confetti-40{opacity:1.27983;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.48187s .579938s infinite drop-40;top:-10%;left:40%;transform:rotate(273.49deg)}@keyframes drop-40{to{top:110%;left:52%}}.roulette_page_contents .wrapper .confetti-41{opacity:.850991;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.27147s .303918s infinite drop-41;top:-10%;left:46%;transform:rotate(276.594deg)}@keyframes drop-41{to{top:110%;left:49%}}.roulette_page_contents .wrapper .confetti-42{opacity:1.07557;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.41869s 97.4778ms infinite drop-42;top:-10%;left:12%;transform:rotate(239.192deg)}@keyframes drop-42{to{top:110%;left:26%}}.roulette_page_contents .wrapper .confetti-43{opacity:1.4366;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.26796s 61.7201ms infinite drop-43;top:-10%;left:30%;transform:rotate(353.675deg)}@keyframes drop-43{to{top:110%;left:35%}}.roulette_page_contents .wrapper .confetti-44{opacity:.822671;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.93902s .254909s infinite drop-44;top:-10%;left:92%;transform:rotate(296.871deg)}@keyframes drop-44{to{top:110%;left:102%}}.roulette_page_contents .wrapper .confetti-45{opacity:.604641;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.86769s .104575s infinite drop-45;top:-10%;left:27%;transform:rotate(39.1495deg)}@keyframes drop-45{to{top:110%;left:38%}}.roulette_page_contents .wrapper .confetti-46{opacity:1.49764;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.51448s .72481s infinite drop-46;top:-10%;left:68%;transform:rotate(242.005deg)}@keyframes drop-46{to{top:110%;left:80%}}.roulette_page_contents .wrapper .confetti-47{opacity:1.16017;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.69411s .525265s infinite drop-47;top:-10%;left:8%;transform:rotate(295.371deg)}@keyframes drop-47{to{top:110%;left:12%}}.roulette_page_contents .wrapper .confetti-48{opacity:.842239;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.67496s .375033s infinite drop-48;top:-10%;left:7%;transform:rotate(139.408deg)}@keyframes drop-48{to{top:110%;left:22%}}.roulette_page_contents .wrapper .confetti-49{opacity:.75188;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.71946s .579831s infinite drop-49;top:-10%;left:98%;transform:rotate(140.465deg)}@keyframes drop-49{to{top:110%;left:109%}}.roulette_page_contents .wrapper .confetti-50{opacity:1.48573;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.07666s .5118s infinite drop-50;top:-10%;left:94%;transform:rotate(200.933deg)}@keyframes drop-50{to{top:110%;left:107%}}.roulette_page_contents .wrapper .confetti-51{opacity:.869675;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.26214s .223803s infinite drop-51;top:-10%;left:59%;transform:rotate(230.489deg)}@keyframes drop-51{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-52{opacity:1.437;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.8238s .767199s infinite drop-52;top:-10%;left:17%;transform:rotate(161.732deg)}@keyframes drop-52{to{top:110%;left:23%}}.roulette_page_contents .wrapper .confetti-53{opacity:.673675;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.52532s 42.6308ms infinite drop-53;top:-10%;left:100%;transform:rotate(331.549deg)}@keyframes drop-53{to{top:110%;left:105%}}.roulette_page_contents .wrapper .confetti-54{opacity:1.12818;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.7717s .340364s infinite drop-54;top:-10%;left:45%;transform:rotate(345.177deg)}@keyframes drop-54{to{top:110%;left:50%}}.roulette_page_contents .wrapper .confetti-55{opacity:.536925;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.36409s .435336s infinite drop-55;top:-10%;left:10%;transform:rotate(330.35deg)}@keyframes drop-55{to{top:110%;left:18%}}.roulette_page_contents .wrapper .confetti-56{opacity:1.29335;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.80296s .829232s infinite drop-56;top:-10%;left:2%;transform:rotate(60.348deg)}@keyframes drop-56{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-57{opacity:1.42204;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.97285s .241367s infinite drop-57;top:-10%;left:12%;transform:rotate(122.32deg)}@keyframes drop-57{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-58{opacity:.716431;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.83159s .367198s infinite drop-58;top:-10%;left:73%;transform:rotate(127.277deg)}@keyframes drop-58{to{top:110%;left:77%}}.roulette_page_contents .wrapper .confetti-59{opacity:.706162;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.26163s .665929s infinite drop-59;top:-10%;left:24%;transform:rotate(311.281deg)}@keyframes drop-59{to{top:110%;left:25%}}.roulette_page_contents .wrapper .confetti-60{opacity:1.22672;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.79495s .911829s infinite drop-60;top:-10%;left:73%;transform:rotate(208.815deg)}@keyframes drop-60{to{top:110%;left:74%}}.roulette_page_contents .wrapper .confetti-61{opacity:1.03315;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.35824s .157881s infinite drop-61;top:-10%;left:97%;transform:rotate(87.7466deg)}@keyframes drop-61{to{top:110%;left:108%}}.roulette_page_contents .wrapper .confetti-62{opacity:1.19048;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.87935s .955627s infinite drop-62;top:-10%;left:34%;transform:rotate(66.0233deg)}@keyframes drop-62{to{top:110%;left:45%}}.roulette_page_contents .wrapper .confetti-63{opacity:.893414;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.33449s .148302s infinite drop-63;top:-10%;left:42%;transform:rotate(4.97262deg)}@keyframes drop-63{to{top:110%;left:45%}}.roulette_page_contents .wrapper .confetti-64{opacity:1.1446;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.41967s .61061s infinite drop-64;top:-10%;left:50%;transform:rotate(72.7541deg)}@keyframes drop-64{to{top:110%;left:65%}}.roulette_page_contents .wrapper .confetti-65{opacity:.608424;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.28648s .934576s infinite drop-65;top:-10%;left:100%;transform:rotate(126.866deg)}@keyframes drop-65{to{top:110%;left:102%}}.roulette_page_contents .wrapper .confetti-66{opacity:1.32868;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.41692s .246615s infinite drop-66;top:-10%;left:99%;transform:rotate(301.207deg)}@keyframes drop-66{to{top:110%;left:113%}}.roulette_page_contents .wrapper .confetti-67{opacity:1.03603;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.18926s 79.4648ms infinite drop-67;top:-10%;left:62%;transform:rotate(263.146deg)}@keyframes drop-67{to{top:110%;left:68%}}.roulette_page_contents .wrapper .confetti-68{opacity:.769714;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.95596s .744244s infinite drop-68;top:-10%;left:34%;transform:rotate(45.9862deg)}@keyframes drop-68{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-69{opacity:1.2617;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.7013s .982619s infinite drop-69;top:-10%;left:97%;transform:rotate(355.068deg)}@keyframes drop-69{to{top:110%;left:106%}}.roulette_page_contents .wrapper .confetti-70{opacity:1.41288;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.65798s .289888s infinite drop-70;top:-10%;left:4%;transform:rotate(68.5033deg)}@keyframes drop-70{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-71{opacity:1.44727;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.46919s .380206s infinite drop-71;top:-10%;left:3%;transform:rotate(216.114deg)}@keyframes drop-71{to{top:110%;left:9%}}.roulette_page_contents .wrapper .confetti-72{opacity:.856598;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.06574s 94.2204ms infinite drop-72;top:-10%;left:41%;transform:rotate(331.892deg)}@keyframes drop-72{to{top:110%;left:49%}}.roulette_page_contents .wrapper .confetti-73{opacity:.898027;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.78504s .628514s infinite drop-73;top:-10%;left:48%;transform:rotate(311.546deg)}@keyframes drop-73{to{top:110%;left:50%}}.roulette_page_contents .wrapper .confetti-74{opacity:.591364;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.58157s .957311s infinite drop-74;top:-10%;left:97%;transform:rotate(157.59deg)}@keyframes drop-74{to{top:110%;left:108%}}.roulette_page_contents .wrapper .confetti-75{opacity:1.28905;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.82486s 66.9183ms infinite drop-75;top:-10%;left:5%;transform:rotate(157.389deg)}@keyframes drop-75{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-76{opacity:1.09507;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.08319s .511963s infinite drop-76;top:-10%;left:51%;transform:rotate(26.4886deg)}@keyframes drop-76{to{top:110%;left:66%}}.roulette_page_contents .wrapper .confetti-77{opacity:1.17852;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.11606s .910969s infinite drop-77;top:-10%;left:89%;transform:rotate(324.666deg)}@keyframes drop-77{to{top:110%;left:102%}}.roulette_page_contents .wrapper .confetti-78{opacity:1.1766;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.60535s .298902s infinite drop-78;top:-10%;left:60%;transform:rotate(201.462deg)}@keyframes drop-78{to{top:110%;left:72%}}.roulette_page_contents .wrapper .confetti-79{opacity:1.07851;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.48961s .266448s infinite drop-79;top:-10%;left:94%;transform:rotate(259.902deg)}@keyframes drop-79{to{top:110%;left:105%}}.roulette_page_contents .wrapper .confetti-80{opacity:1.13172;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.74776s .591486s infinite drop-80;top:-10%;left:91%;transform:rotate(72.196deg)}@keyframes drop-80{to{top:110%;left:92%}}.roulette_page_contents .wrapper .confetti-81{opacity:1.14679;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.91791s .143145s infinite drop-81;top:-10%;left:37%;transform:rotate(308.67deg)}@keyframes drop-81{to{top:110%;left:39%}}.roulette_page_contents .wrapper .confetti-82{opacity:.84526;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.20154s .950655s infinite drop-82;top:-10%;left:29%;transform:rotate(245.266deg)}@keyframes drop-82{to{top:110%;left:38%}}.roulette_page_contents .wrapper .confetti-83{opacity:.68536;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.11452s 79.5949ms infinite drop-83;top:-10%;left:81%;transform:rotate(193.065deg)}@keyframes drop-83{to{top:110%;left:85%}}.roulette_page_contents .wrapper .confetti-84{opacity:1.02793;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.14827s .198327s infinite drop-84;top:-10%;left:9%;transform:rotate(79.8609deg)}@keyframes drop-84{to{top:110%;left:18%}}.roulette_page_contents .wrapper .confetti-85{opacity:.817552;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.69485s .739602s infinite drop-85;top:-10%;left:85%;transform:rotate(254.308deg)}@keyframes drop-85{to{top:110%;left:87%}}.roulette_page_contents .wrapper .confetti-86{opacity:1.09909;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.83677s .494069s infinite drop-86;top:-10%;left:57%;transform:rotate(359.176deg)}@keyframes drop-86{to{top:110%;left:69%}}.roulette_page_contents .wrapper .confetti-87{opacity:1.07374;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.6522s .828411s infinite drop-87;top:-10%;left:16%;transform:rotate(289.636deg)}@keyframes drop-87{to{top:110%;left:30%}}.roulette_page_contents .wrapper .confetti-88{opacity:1.41664;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.37989s 90.735ms infinite drop-88;top:-10%;left:12%;transform:rotate(72.9059deg)}@keyframes drop-88{to{top:110%;left:23%}}.roulette_page_contents .wrapper .confetti-89{opacity:1.26676;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.41838s .722895s infinite drop-89;top:-10%;left:88%;transform:rotate(84.1809deg)}@keyframes drop-89{to{top:110%;left:102%}}.roulette_page_contents .wrapper .confetti-90{opacity:.638425;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.41011s .739538s infinite drop-90;top:-10%;left:32%;transform:rotate(188.067deg)}@keyframes drop-90{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-91{opacity:.84064;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.10847s .114248s infinite drop-91;top:-10%;left:22%;transform:rotate(223.81deg)}@keyframes drop-91{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-92{opacity:.843627;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.89274s .104292s infinite drop-92;top:-10%;left:72%;transform:rotate(215.362deg)}@keyframes drop-92{to{top:110%;left:82%}}.roulette_page_contents .wrapper .confetti-93{opacity:1.37628;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.30493s .621479s infinite drop-93;top:-10%;left:99%;transform:rotate(65.0566deg)}@keyframes drop-93{to{top:110%;left:106%}}.roulette_page_contents .wrapper .confetti-94{opacity:.886125;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.09407s .725629s infinite drop-94;top:-10%;left:77%;transform:rotate(223.071deg)}@keyframes drop-94{to{top:110%;left:78%}}.roulette_page_contents .wrapper .confetti-95{opacity:.610189;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.05508s .198874s infinite drop-95;top:-10%;left:21%;transform:rotate(264.057deg)}@keyframes drop-95{to{top:110%;left:23%}}.roulette_page_contents .wrapper .confetti-96{opacity:.717193;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.65244s .499007s infinite drop-96;top:-10%;left:6%;transform:rotate(62.0292deg)}@keyframes drop-96{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-97{opacity:.992358;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.53278s 44.763ms infinite drop-97;top:-10%;left:69%;transform:rotate(313.252deg)}@keyframes drop-97{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-98{opacity:1.445;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.94396s .385936s infinite drop-98;top:-10%;left:39%;transform:rotate(34.2499deg)}@keyframes drop-98{to{top:110%;left:51%}}.roulette_page_contents .wrapper .confetti-99{opacity:.86986;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.20033s .266928s infinite drop-99;top:-10%;left:80%;transform:rotate(145.137deg)}@keyframes drop-99{to{top:110%;left:87%}}.roulette_page_contents .wrapper .confetti-100{opacity:.731791;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.21608s 95.2079ms infinite drop-100;top:-10%;left:52%;transform:rotate(252.287deg)}@keyframes drop-100{to{top:110%;left:62%}}.roulette_page_contents .wrapper .confetti-101{opacity:.823117;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.39151s .295163s infinite drop-101;top:-10%;left:10%;transform:rotate(305.364deg)}@keyframes drop-101{to{top:110%;left:12%}}.roulette_page_contents .wrapper .confetti-102{opacity:1.07557;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.9631s .17053s infinite drop-102;top:-10%;left:51%;transform:rotate(92.09deg)}@keyframes drop-102{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-103{opacity:1.38296;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.20173s .14102s infinite drop-103;top:-10%;left:97%;transform:rotate(170.915deg)}@keyframes drop-103{to{top:110%;left:111%}}.roulette_page_contents .wrapper .confetti-104{opacity:.790182;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.94729s .550706s infinite drop-104;top:-10%;left:43%;transform:rotate(312.18deg)}@keyframes drop-104{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-105{opacity:1.19708;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.67518s .741182s infinite drop-105;top:-10%;left:87%;transform:rotate(176.621deg)}@keyframes drop-105{to{top:110%;left:95%}}.roulette_page_contents .wrapper .confetti-106{opacity:1.46179;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.11741s .124251s infinite drop-106;top:-10%;left:99%;transform:rotate(140.704deg)}@keyframes drop-106{to{top:110%;left:112%}}.roulette_page_contents .wrapper .confetti-107{opacity:1.41806;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.09821s .789611s infinite drop-107;top:-10%;left:45%;transform:rotate(354.296deg)}@keyframes drop-107{to{top:110%;left:55%}}.roulette_page_contents .wrapper .confetti-108{opacity:1.08915;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.72195s .793438s infinite drop-108;top:-10%;left:82%;transform:rotate(3.86973deg)}@keyframes drop-108{to{top:110%;left:84%}}.roulette_page_contents .wrapper .confetti-109{opacity:1.20619;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.42462s .854684s infinite drop-109;top:-10%;left:91%;transform:rotate(276.261deg)}@keyframes drop-109{to{top:110%;left:102%}}.roulette_page_contents .wrapper .confetti-110{opacity:1.02508;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.13257s 93.8957ms infinite drop-110;top:-10%;left:53%;transform:rotate(71.079deg)}@keyframes drop-110{to{top:110%;left:55%}}.roulette_page_contents .wrapper .confetti-111{opacity:.954993;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.53339s .969021s infinite drop-111;top:-10%;left:46%;transform:rotate(266.342deg)}@keyframes drop-111{to{top:110%;left:50%}}.roulette_page_contents .wrapper .confetti-112{opacity:1.09891;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.90852s .333883s infinite drop-112;top:-10%;left:49%;transform:rotate(50.2352deg)}@keyframes drop-112{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-113{opacity:.86135;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.55084s .477568s infinite drop-113;top:-10%;left:10%;transform:rotate(210.955deg)}@keyframes drop-113{to{top:110%;left:20%}}.roulette_page_contents .wrapper .confetti-114{opacity:1.14547;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.32674s .941704s infinite drop-114;top:-10%;left:30%;transform:rotate(20.2428deg)}@keyframes drop-114{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-115{opacity:1.22559;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.91094s .695424s infinite drop-115;top:-10%;left:98%;transform:rotate(134.92deg)}@keyframes drop-115{to{top:110%;left:107%}}.roulette_page_contents .wrapper .confetti-116{opacity:.999126;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.80474s .61325s infinite drop-116;top:-10%;left:21%;transform:rotate(171.043deg)}@keyframes drop-116{to{top:110%;left:29%}}.roulette_page_contents .wrapper .confetti-117{opacity:1.24744;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.51636s .997258s infinite drop-117;top:-10%;left:86%;transform:rotate(138.233deg)}@keyframes drop-117{to{top:110%;left:93%}}.roulette_page_contents .wrapper .confetti-118{opacity:1.21815;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.44468s .644535s infinite drop-118;top:-10%;left:20%;transform:rotate(271.026deg)}@keyframes drop-118{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-119{opacity:1.22551;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.43845s .283816s infinite drop-119;top:-10%;left:54%;transform:rotate(130.253deg)}@keyframes drop-119{to{top:110%;left:60%}}.roulette_page_contents .wrapper .confetti-120{opacity:1.30513;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.29376s .915777s infinite drop-120;top:-10%;left:29%;transform:rotate(282.604deg)}@keyframes drop-120{to{top:110%;left:35%}}.roulette_page_contents .wrapper .confetti-121{opacity:.688597;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.99597s .468845s infinite drop-121;top:-10%;left:70%;transform:rotate(.576595deg)}@keyframes drop-121{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-122{opacity:1.21035;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.25082s .440813s infinite drop-122;top:-10%;left:9%;transform:rotate(26.0077deg)}@keyframes drop-122{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-123{opacity:.821556;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.43974s .519528s infinite drop-123;top:-10%;left:86%;transform:rotate(317.379deg)}@keyframes drop-123{to{top:110%;left:98%}}.roulette_page_contents .wrapper .confetti-124{opacity:1.40452;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.54075s .916058s infinite drop-124;top:-10%;left:20%;transform:rotate(229.865deg)}@keyframes drop-124{to{top:110%;left:27%}}.roulette_page_contents .wrapper .confetti-125{opacity:.822882;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.25161s 16.4217ms infinite drop-125;top:-10%;left:13%;transform:rotate(29.4158deg)}@keyframes drop-125{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-126{opacity:.549221;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.65604s .417436s infinite drop-126;top:-10%;left:94%;transform:rotate(182.673deg)}@keyframes drop-126{to{top:110%;left:103%}}.roulette_page_contents .wrapper .confetti-127{opacity:.503054;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.44012s .898555s infinite drop-127;top:-10%;left:62%;transform:rotate(290.23deg)}@keyframes drop-127{to{top:110%;left:74%}}.roulette_page_contents .wrapper .confetti-128{opacity:.621623;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.33117s .793377s infinite drop-128;top:-10%;left:71%;transform:rotate(297.258deg)}@keyframes drop-128{to{top:110%;left:85%}}.roulette_page_contents .wrapper .confetti-129{opacity:1.32549;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.2149s 51.3007ms infinite drop-129;top:-10%;left:40%;transform:rotate(316.972deg)}@keyframes drop-129{to{top:110%;left:49%}}.roulette_page_contents .wrapper .confetti-130{opacity:1.45343;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.66426s .895308s infinite drop-130;top:-10%;left:63%;transform:rotate(147.911deg)}@keyframes drop-130{to{top:110%;left:67%}}.roulette_page_contents .wrapper .confetti-131{opacity:1.18185;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.20964s .610767s infinite drop-131;top:-10%;left:36%;transform:rotate(357.927deg)}@keyframes drop-131{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-132{opacity:.559909;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.29475s .123018s infinite drop-132;top:-10%;left:52%;transform:rotate(319.999deg)}@keyframes drop-132{to{top:110%;left:65%}}.roulette_page_contents .wrapper .confetti-133{opacity:1.14904;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.34652s .957966s infinite drop-133;top:-10%;left:36%;transform:rotate(268.836deg)}@keyframes drop-133{to{top:110%;left:44%}}.roulette_page_contents .wrapper .confetti-134{opacity:1.09092;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.01457s 94.3035ms infinite drop-134;top:-10%;left:82%;transform:rotate(161.088deg)}@keyframes drop-134{to{top:110%;left:88%}}.roulette_page_contents .wrapper .confetti-135{opacity:1.08128;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.78009s .32561s infinite drop-135;top:-10%;left:57%;transform:rotate(104.69deg)}@keyframes drop-135{to{top:110%;left:64%}}.roulette_page_contents .wrapper .confetti-136{opacity:.696596;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.666s .430803s infinite drop-136;top:-10%;left:39%;transform:rotate(267.759deg)}@keyframes drop-136{to{top:110%;left:52%}}.roulette_page_contents .wrapper .confetti-137{opacity:.64545;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.39078s .922517s infinite drop-137;top:-10%;left:84%;transform:rotate(313.094deg)}@keyframes drop-137{to{top:110%;left:85%}}.roulette_page_contents .wrapper .confetti-138{opacity:.871133;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.16594s .480779s infinite drop-138;top:-10%;left:92%;transform:rotate(300.073deg)}@keyframes drop-138{to{top:110%;left:107%}}.roulette_page_contents .wrapper .confetti-139{opacity:.838892;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.65037s .949873s infinite drop-139;top:-10%;left:25%;transform:rotate(34.9369deg)}@keyframes drop-139{to{top:110%;left:36%}}.roulette_page_contents .wrapper .confetti-140{opacity:.799606;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.72711s 23.5201ms infinite drop-140;top:-10%;left:33%;transform:rotate(6.59367deg)}@keyframes drop-140{to{top:110%;left:34%}}.roulette_page_contents .wrapper .confetti-141{opacity:1.09615;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.84177s .947952s infinite drop-141;top:-10%;left:6%;transform:rotate(1.57291deg)}@keyframes drop-141{to{top:110%;left:20%}}.roulette_page_contents .wrapper .confetti-142{opacity:1.33484;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.91511s 58.2361ms infinite drop-142;top:-10%;left:84%;transform:rotate(168.279deg)}@keyframes drop-142{to{top:110%;left:91%}}.roulette_page_contents .wrapper .confetti-143{opacity:1.4526;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.94886s .955662s infinite drop-143;top:-10%;left:74%;transform:rotate(53.9179deg)}@keyframes drop-143{to{top:110%;left:89%}}.roulette_page_contents .wrapper .confetti-144{opacity:1.35135;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.70851s 30.5216ms infinite drop-144;top:-10%;left:72%;transform:rotate(258.705deg)}@keyframes drop-144{to{top:110%;left:82%}}.roulette_page_contents .wrapper .confetti-145{opacity:1.21145;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.42463s .728636s infinite drop-145;top:-10%;left:23%;transform:rotate(30.591deg)}@keyframes drop-145{to{top:110%;left:38%}}.roulette_page_contents .wrapper .confetti-146{opacity:1.29437;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.3325s .433568s infinite drop-146;top:-10%;left:45%;transform:rotate(290.329deg)}@keyframes drop-146{to{top:110%;left:46%}}.roulette_page_contents .wrapper .confetti-147{opacity:.930276;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.40261s .944239s infinite drop-147;top:-10%;left:9%;transform:rotate(340.917deg)}@keyframes drop-147{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-148{opacity:1.34221;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.87967s .984435s infinite drop-148;top:-10%;left:86%;transform:rotate(269.858deg)}@keyframes drop-148{to{top:110%;left:93%}}.roulette_page_contents .wrapper .confetti-149{opacity:1.10209;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.88631s .352805s infinite drop-149;top:-10%;left:18%;transform:rotate(258.102deg)}@keyframes drop-149{to{top:110%;left:33%}}.roulette_page_contents .wrapper .confetti-150{opacity:.585985;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.29577s .6739s infinite drop-150;top:-10%;left:54%;transform:rotate(78.3693deg)}@keyframes drop-150{to{top:110%;left:55%}}.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%}
