*{box-sizing:border-box;scrollbar-color:rgba(191,213,255,.3) rgba(191,213,255,.1);scrollbar-width:thin}:root{--font-family:"Rubik",sans-serif;--gold:#fc0;--light-brown:#fc0;--main-blue:#00d7ff;--padding-horizontal:23.475rem;--dark-blue:#132535;--muted:#bfd5ff;--middle-brown:#ff9507;--purple:#a034ff;--white:#fff;--gray:#7a8fb8;--green:#76ff33;--red:#f33;--orange:#ff6a29}@media (max-width:600px),(max-width:600px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5){:root{--padding-horizontal:1rem}}@media screen and (max-width:1600px){:root{--padding-horizontal:18rem}}@media screen and (max-width:1440px){:root{--padding-horizontal:13rem}}@media screen and (max-width:1366px){:root{--padding-horizontal:12rem}}@media screen and (max-width:1024px){:root{--padding-horizontal:10rem}}@media (max-width:600px),(max-width:600px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5){:root{--padding-horizontal:2rem}}@media (min-aspect-ratio:8/5) and (min-width:600px) and (max-width:1000px){:root{--padding-horizontal:14rem}}html{font-size:16px;scroll-behavior:smooth}@media screen and (max-width:1600px){html{font-size:14px}}@media screen and (max-width:1440px){html{font-size:13px}}@media screen and (max-width:1366px){html{font-size:13px}}@media screen and (max-width:1024px){html{font-size:11px}}@media (max-width:600px),(max-width:600px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5){html{font-size:16px}}@media screen and (max-width:390px){html{font-size:13px}}@media screen and (max-width:340px){html{font-size:12px}}@media screen and (min-width:1601px){html{font-size:16px}}@media screen and (min-width:2180px){html{font-size:21px}}@media screen and (min-width:2700px){html{font-size:23px}}@media screen and (min-width:3140px){html{font-size:25px}}@media screen and (min-width:3440px){html{font-size:28px}}@media (min-aspect-ratio:8/5) and (min-width:600px){html{font-size:max(min(1.5vh,1vw),7px)}}@media (min-aspect-ratio:8/5) and (min-width:650px){html{font-size:max(min(1.5vh,1vw),8px)}}@media (min-aspect-ratio:8/5) and (min-width:800px) and (max-width:1000px){html{font-size:max(min(1.5vh,1vw),10px)}}@media (min-aspect-ratio:8/5) and (min-width:650px) and (max-width:1200px){html{font-size:max(min(1.4815vh,1vw),6px)}}@media (min-aspect-ratio:8/5) and (min-width:800px) and (max-width:1000px){html{font-size:max(min(1.4815vh,1vw),9px)}}body{align-items:center;background:#152d3a;color:#fff;display:flex;flex-direction:column;font-family:Rubik;min-height:100vh;overflow-x:hidden;width:100%}body,h1,h2,h3,p{margin:0;padding:0}section{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}section h2{font-size:1.875rem;line-height:2.5rem;margin-bottom:1.75rem}@media screen and (max-width:500px){section h2{font-size:2rem}}section .subtitle,section p{color:var(--muted);font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){section{padding:0 var(--padding-horizontal)}}.popup{align-items:center;display:flex;justify-content:center;pointer-events:none;z-index:4}.popup,.popup .close-wrapper{height:100%;left:0;position:fixed;top:0;width:100%}.popup .close-wrapper{background:rgba(0,25,38,.9);opacity:0;transition:.3s ease}.popup .close-icon{background:url(/images/id/close-button.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:1.5rem;margin-left:auto;opacity:.6;transition:.3s ease;width:1.5rem}.popup .close-icon:hover{opacity:1}.popup .content{background:#0b2a3a;border:1px solid #2b5266;border-radius:.625rem;display:flex;flex-direction:column;max-height:90dvh;opacity:0;overflow:hidden;position:relative;transform:translateY(10%);transition:.3s ease;z-index:1}@media (max-width:600px),screen and (max-width:700px) and (max-aspect-ratio:8/5){.popup .content{max-width:95%;width:95%}}.popup .content .head{align-items:center;border-bottom:1px solid #2b5266;display:flex;flex-shrink:0;padding:1.125rem 1.75rem}.popup .content .head .heading{color:#fff;font-size:1.5rem;font-weight:500;margin-right:2rem;text-transform:uppercase}.popup .content .inner{display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:0 1.75rem 1.75rem}.popup .content .inner p{color:var(--muted);font-size:1.125rem;line-height:1.5rem;margin:1.5rem 0 1.875rem;padding:0;text-align:left}.popup .content .inner ul{margin:0}.popup .content .inner .alert{align-items:center;background:rgba(255,204,0,.2);border-radius:.5rem;color:var(--gold);display:flex;font-size:.75rem;font-weight:500;padding:.75rem;text-transform:uppercase;width:100%}.popup .content .inner .alert:before{background-image:url(/images/id/alert-orange.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.5rem;margin-right:.625rem;min-height:1.5rem;min-width:1.5rem;width:1.5rem}.popup .content .inner .button-group{align-items:center;display:flex;margin-top:1.25rem;width:100%}@media screen and (max-width:700px){.popup .content .inner .button-group{flex-direction:column}}.popup .content .inner .button-group .button{padding-left:0;padding-right:0;text-align:center;width:calc(50% - .8125rem)}@media screen and (max-width:700px){.popup .content .inner .button-group .button{width:100%}}.popup .content .inner .button-group .button:not(:last-child){margin-right:1.625rem}@media screen and (max-width:700px){.popup .content .inner .button-group .button:not(:last-child){margin-bottom:1rem;margin-right:0}}.popup .content .inner .button-group .button:not(:last-child):before{background:var(--green)}.popup.active{pointer-events:auto}.popup.active .close-wrapper{opacity:1}.popup.active .content{opacity:1;transform:none}.popup.rules-popup .content{max-height:90dvh;overflow-x:hidden;overflow-y:auto}.popup.rules-popup .content .close-icon{right:2.875rem}@media screen and (max-width:600px){.popup.rules-popup .content .close-icon{top:2.5rem}}.popup.rules-popup .rules-content{flex:1;max-width:50vw;overflow-x:hidden;overflow-y:auto;padding:1rem 2rem}@media screen and (max-width:600px){.popup.rules-popup .rules-content{max-height:unset;max-width:unset;padding:1rem}}.popup.rules-popup .rules-content h3{color:#fff;font-size:1.75rem;font-weight:500;margin-bottom:1rem;text-align:left;text-transform:uppercase}.popup.rules-popup .rules-content h3:not(:first-child){margin-top:2rem}.popup.rules-popup .rules-content h4{color:#fff;font-size:1rem;font-weight:500;margin-bottom:1rem;text-align:left;text-transform:uppercase}.popup.rules-popup .rules-content h4:not(:first-child){margin-top:1rem}.popup.rules-popup .rules-content ul{margin:0 0 1rem;padding:0 0 0 2rem}.popup.rules-popup .rules-content ul li{color:#fff}.popup.rules-popup .rules-content p{margin-bottom:.5rem;max-width:50vw;text-align:left;width:100%}@media screen and (max-width:900px){.popup.rules-popup .rules-content p{max-width:100%}}.popup.rules-popup .rules-content a{color:var(--green);text-decoration:none;transition:.3s ease}.popup.rules-popup .rules-content a:hover{color:#fff}.popup.rules-popup .rules-content .labeled-info{align-items:stretch;display:flex;margin-bottom:1rem;margin-top:1rem}.popup.rules-popup .rules-content .labeled-info .info-block{border:1px solid var(--muted);width:50%}.popup.rules-popup .rules-content .labeled-info .info-block:last-child{border-left:none}.popup.rules-popup .rules-content .labeled-info .info-block .label{border-bottom:1px solid var(--muted);font-weight:500;padding:.5rem 1rem}.popup.rules-popup .rules-content .labeled-info .info-block .text{padding:.5rem 1rem}.popup.buy-prize .content{align-items:center;border-radius:.5rem;display:flex;flex-direction:column;max-height:90dvh;min-width:38.125rem;padding:1.5rem 1.875rem;position:relative;transform:translateY(6rem);transition:.3s ease;z-index:1}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.popup.buy-prize .content{max-width:95%;min-width:95%}}.popup.buy-prize .content .close-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:1.25rem;opacity:.75;position:absolute;right:1.875rem;top:1.875rem;transition:.15s ease;width:1.25rem}@media screen and (max-width:600px){.popup.buy-prize .content .close-icon{right:.75rem;transform:translateY(-50%)}}.popup.buy-prize .content .heading{color:var(--White,#fff);font-size:1.5rem;font-style:normal;font-weight:500;line-height:1.375rem;margin-bottom:1.5rem;text-align:center;text-transform:uppercase}.popup.buy-prize .content .buy-prize-wrapper{margin-bottom:1.25rem;width:100%}.popup.buy-prize .content .buy-prize-wrapper .heading{line-height:1rem;margin-bottom:1rem}.popup.buy-prize .content .buy-prize-wrapper [data-prize=common-key] .quota,.popup.buy-prize .content .buy-prize-wrapper [data-prize=epic-key] .quota,.popup.buy-prize .content .buy-prize-wrapper [data-prize=legendary-key] .quota,.popup.buy-prize .content .buy-prize-wrapper [data-prize=rare-key] .quota{display:none}.popup.buy-prize .content .muted{color:var(--muted);font-size:1rem;margin-bottom:1.875rem;text-align:center}.popup.buy-prize .content .cancel-button{background:rgba(191,213,255,.25);border:.125rem solid rgba(191,213,255,.25);color:var(--muted)}.popup.buy-prize .content .cancel-button:hover{background:rgba(191,213,255,.35)}.popup.buy-prize .content .button-group{align-items:center;display:flex;justify-content:center}.popup.buy-prize .content .button-group:not(:last-child){margin-bottom:1rem}.popup.buy-prize .content .button-group .button{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.popup.buy-prize .content .button-group .button:not(:last-child){margin-right:.625rem}.popup.buy-prize .content .button-group .buy-button{min-width:17rem}@media screen and (max-width:600px){.popup.buy-prize .content .button-group .buy-button{font-size:1rem;min-width:unset}}.popup.buy-prize .content .button-group .buy-button .currency{margin-left:.5rem}@media screen and (max-height:420px){.popup.buy-prize{top:-5.875rem}}.popup.energy-popup .content{width:31.75rem}.popup.energy-popup .content .inner .button-group .button{margin:0;width:100%}.popup.energy-popup .content .inner .button-group .button.to-button{margin-left:1.625rem}.login-popup{align-items:center;display:flex;justify-content:center;pointer-events:none;z-index:9}.login-popup,.login-popup .close-button{height:100%;left:0;position:fixed;top:0;width:100%}.login-popup .close-button{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,25,38,.9);opacity:0;transition:.3s ease}.login-popup .login-content{align-items:flex-start;background:var(--dark-blue);border:1px solid #03344e;border-radius:.625rem;display:flex;flex-direction:column;justify-content:flex-start;max-height:95vh;opacity:0;overflow-x:hidden;overflow-y:auto;padding:2rem;position:relative;transform:translateY(20px);transition:.3s ease;z-index:3}.login-popup .login-content .heading{color:#fff;font-size:2rem;font-weight:500;line-height:1.875rem;margin-bottom:2rem;text-transform:uppercase}.login-popup .login-content .close-icon{background-image:url(/images/id/close-button.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:1.25rem;opacity:.65;position:absolute;right:1rem;top:1rem;transition:.3s ease;width:1.25rem}.login-popup .login-content .close-icon:hover{opacity:1}.login-popup .login-content .login_form{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.login-popup .login-content .login_form form{display:flex;flex-direction:column;width:420px}@media screen and (max-width:1000px){.login-popup .login-content .login_form form{width:100%}}.login-popup .login-content .login_form form .form_group{display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.login-popup .login-content .login_form form .form_group label{color:hsla(0,0%,100%,.65);font-size:.75rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;transition:.3s ease}.login-popup .login-content .login_form form .form_group input{background:transparent;border:none;border-bottom:2px solid #03344e;color:#fff;font-family:Rubik;font-size:1.25rem;font-weight:400;outline:none;padding:.5rem 0;transition:.3s ease}.login-popup .login-content .login_form form .form_group input:focus{border-color:var(--light-brown)}.login-popup .login-content .login_form form .form_group:focus-within label{color:#fff}.login-popup .login-content .login_form form .form_group.submit_group{margin-bottom:0;margin-top:2rem}.login-popup .login-content .login_form form .form_group.submit_group input{background:#fff;border:none;border-radius:8px;color:var(--dark-blue);cursor:pointer;font-family:Rubik;font-size:1rem;font-weight:700;line-height:1rem;outline:none;padding:1rem 1.25rem;text-transform:uppercase;transition:.3s ease}.login-popup .login-content .login_form form .form_group.submit_group input:hover{background:var(--light-brown)}.login-popup .login-content .login_form form .form_group.submit_group input:disabled{opacity:.5;pointer-events:none}.login-popup .login-content .login_form form .login_errors .error{align-items:center;background:#ff4848;border-radius:8px;color:#fff;display:flex;margin-top:1rem;padding:1rem}.login-popup .login-content .login_form form .login_errors .error:before{background:url(/images/id/alert-red.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.875rem;margin-right:.5rem;width:1.875rem}.login-popup.active{pointer-events:auto}.login-popup.active .close-button{opacity:1}.login-popup.active .login-content{opacity:1;transform:none}.popup.logout-submit{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:9}.popup.logout-submit .close-wrapper{background:rgba(0,25,38,.9);height:100%;left:0;opacity:0;position:fixed;top:0;transition:.3s ease;width:100%}.popup.logout-submit .content{background:#001926;border:1px solid #2b5266;border-radius:.625rem;opacity:0;padding:1.125rem 1.75rem;position:absolute;right:var(--padding-horizontal);top:4.5rem;transform:translateY(10%);transition:.3s ease;z-index:1}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.popup.logout-submit .content{right:50%;transform:translateX(50%)}}.popup.logout-submit .content .question{font-size:1rem;font-weight:500;margin-bottom:1rem}.popup.logout-submit .content .button-group{align-items:center;display:flex;flex-grow:1}.popup.logout-submit .content .button-group .button{background:#fff;border:none;border-radius:.5rem;color:var(--dark-blue);cursor:pointer;flex-grow:1;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.0437rem;line-height:1rem;outline:none;padding:.75rem 2rem;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:.3s ease;white-space:nowrap}.popup.logout-submit .content .button-group .button:hover{background:var(--green)}.popup.logout-submit .content .button-group .button:first-child{margin-right:.75rem}.popup.logout-submit.active{pointer-events:auto}.popup.logout-submit.active .content{opacity:1}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.popup.logout-submit.active .content{transform:translateX(50%)}}.popup.logout-submit.active .close-wrapper{opacity:1}.popup.logout-submit.active .inner{opacity:1;transform:none}.button{align-items:center;background:#fff;border:none;border-radius:.5rem;color:var(--dark-blue);cursor:pointer;display:flex;font-family:Rubik;font-size:1rem;font-weight:500;justify-content:center;line-height:100%;padding:1rem 1.25rem;text-transform:uppercase;transition:.3s ease}.button:hover{background:var(--gold)}.button.disabled{cursor:default;opacity:.5;pointer-events:none}.button.hidden{display:none}.button.green-button{background:var(--green);color:var(--dark-blue)}.button.green-button:hover{background:#fff}.button.gold-button{background:rgba(255,204,0,.25);border:.125rem solid rgba(255,204,0,.25);color:var(--gold)}.button.gold-button:hover{background:rgba(255,204,0,.35)}.button.gold-button img{height:1rem;-o-object-fit:contain;object-fit:contain;width:1rem}.button.gold-button.error{background:rgba(255,58,58,.25);border:.125rem solid rgba(255,58,58,.25)}.button.gold-button.hidden{display:none}.errors-wrapper{bottom:2rem;left:50%;position:fixed;transform:translateX(-50%);z-index:10}.errors-wrapper .error,.errors-wrapper .success{text-wrap:nowrap;align-items:center;background:#ff4848;border-radius:.5rem;color:#fff;display:flex;left:0;margin-top:1rem;opacity:0;padding:.75rem 1rem;pointer-events:none;position:absolute;top:0;transform:translateY(4rem) translateX(-50%);transition:.15s ease}.errors-wrapper .error.active,.errors-wrapper .success.active{opacity:1;transform:translateY(-100%) translateX(-50%)}.errors-wrapper .error:before,.errors-wrapper .success:before{background:url(/images/id/alert-red.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.875rem;margin-right:.5rem;min-height:1.875rem;min-width:1.875rem;width:1.875rem}.errors-wrapper .success{background-color:#76ff33;color:var(--dark-blue);white-space:wrap;width:31rem}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.errors-wrapper .success{width:90vw}}.errors-wrapper .success:before{background-image:url(/images/id/alert-dark.svg)}.login-form{align-items:flex-start;justify-content:flex-start;padding-top:2rem}.login-form,.login-form form{display:flex;flex-direction:column}.login-form form{width:26.25rem}@media screen and (max-width:1000px){.login-form form{width:100%}}.login-form form .form-group{display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.login-form form .form-group label{color:#9bb6cf;font-size:.75rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;transition:.3s ease}.login-form form .form-group input{background:transparent;border:none;border-bottom:.125rem solid #9bb6cf;color:#fff;font-family:Rubik;font-size:1.25rem;font-weight:400;outline:none;padding:.5rem 0;transition:.3s ease}.login-form form .form-group input:focus{border-color:#fff}.login-form form .form-group:focus-within label{color:#fff}.login-form form .form-group.submit-group{margin-bottom:0;margin-top:2rem}.login-form form .form-group.submit-group input{background:#fff;border:none;border-radius:.5rem;color:#001926;cursor:pointer;font-family:Rubik;font-size:1rem;font-weight:700;line-height:1rem;outline:none;padding:1rem 1.25rem;text-transform:uppercase;transition:.3s ease}.login-form form .form-group.submit-group input:hover{background:#fc0}.login-form form .form-group.submit-group input:disabled{opacity:.5;pointer-events:none}.login-form form .login-errors .error{align-items:center;background:#ff4848;border-radius:.5rem;color:#fff;display:flex;margin-top:1rem;padding:1rem}.login-form form .login-errors .error:before{background:url(/images/id/alert-red.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.875rem;margin-right:.5rem;width:1.875rem}.ruby{align-items:center;color:#f66;display:inline-flex;font-size:1.125rem;font-weight:500}.ruby:before{background-image:url(/images/id/ruby.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1rem;margin-right:.25rem;width:1rem}.crystal{align-items:center;color:#00d7ff;display:inline-flex;font-size:1rem;font-weight:500}.crystal:before{background-image:url(/images/id/crystal.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1rem;margin-right:.25rem;width:1rem}.ruby-button{background:#f66!important;border:none!important;color:#fff!important}.ruby-button .ruby{color:#fff;font-size:1rem;margin-left:.25rem}.ruby-button .ruby:before{background-image:url(/images/id/ruby-white.svg)}.ruby-button:hover{background:#ff4b4b!important}.crystal-button{background:#00d7ff!important;border:none!important}.crystal-button .crystal{color:#fff;font-size:1rem;margin-left:.25rem}.crystal-button .crystal:before{background-image:url(/images/id/crystal-white.svg)}.crystal-button:hover{background:#04b7d7!important}.currency{align-items:center;color:#bfd5ff;display:inline-flex;white-space:nowrap}.currency:before{background-image:url();background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1rem;margin-right:.25rem;width:1rem}.energy{align-items:center;color:#fff;display:flex;font-size:1.125rem;font-weight:500;line-height:1.375rem}.energy:before{background-image:url(/images/sea-battle/energy.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1rem;margin-right:.25rem;width:1rem}.card{background:rgba(191,213,255,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:.5rem;flex-direction:column;padding:.75rem}.card,.card .heading{display:flex;width:100%}.card .heading{align-items:center;margin-bottom:.75rem}.card .heading .name{font-size:1.125rem;font-weight:500;margin-right:auto;text-transform:uppercase}.card .awards .award{align-items:center;background:rgba(191,213,255,.15);border-radius:.25rem;display:flex;flex-direction:column;justify-content:center}.card .awards .award .image{margin-bottom:.375rem;width:6.25rem}.card .awards .award .image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.card .awards .award .name{font-size:1rem;font-weight:500;line-height:1rem;text-align:center;text-transform:uppercase}.shop-wrapper{display:grid;gap:1.875rem;grid-template-columns:repeat(3,23.125rem)}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.shop-wrapper{grid-template-columns:1fr 1fr;width:100%}}@media screen and (max-width:600px){.shop-wrapper{grid-template-columns:repeat(1,auto);width:100%}}.shop-wrapper .shop-item{opacity:.65;transition:.15s ease}.shop-wrapper .shop-item.already-buy,.shop-wrapper .shop-item.available{opacity:1}.shop-wrapper .shop-item.available{cursor:pointer}.shop-wrapper .shop-item.available:hover{background:rgba(191,213,255,.18);transform:scale(1.03)}.shop-wrapper .shop-item.already-buy{cursor:default;pointer-events:none}.shop-wrapper .shop-item.already-buy .awards .award .image{position:relative}.shop-wrapper .shop-item.already-buy .awards .award .image img{opacity:.3}.shop-wrapper .shop-item.already-buy .awards .award .image .badge{background:rgba(255,51,51,.5);border-radius:.3125rem;color:#fff;display:flex;font-size:1.125rem;font-weight:500;left:50%;opacity:1;padding:.625rem;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.shop-wrapper .shop-item.already-buy .awards .award .name{opacity:.3}.shop-item{height:15.75rem;width:100%}.shop-item .heading{margin-bottom:1rem}.shop-item .heading .cost{font-size:1.125rem;font-weight:500;line-height:1rem;margin-right:auto}.shop-item .heading .quota{color:var(--muted);font-size:1.125rem;font-weight:500;line-height:1rem}.shop-item .heading .quota.disabled{display:none}.shop-item .awards{display:flex;flex-direction:row;flex-grow:1}.shop-item .awards .award{flex-grow:1}.shop-item .awards .award .image{margin-bottom:1rem}.shop-item .awards .award .image .badge{display:none}.shop-item .awards .award:not(:last-child){margin-right:.125rem}.game-board{aspect-ratio:830/580;border:2px solid rgba(191,213,255,.8);border-radius:.625rem;display:flex;flex-direction:column;gap:.25rem;height:35rem;max-width:50.625rem;outline:2px solid rgba(191,213,255,.5);outline-offset:.625rem;padding:.625rem;position:relative}.game-board .marker{align-items:center;background:#667893;border-radius:.1875rem;cursor:pointer;display:none;justify-content:center;position:absolute;transition:.3s ease;z-index:1}.game-board .marker img{aspect-ratio:2/1;height:.4375rem;width:.875rem}.game-board .marker.selected,.game-board .marker:hover{background:#bfd5ff}.game-board .row-marker{height:calc(14.28571% - .21429rem - 3px);left:-1.375rem;width:1.375rem}.game-board .row-marker img{transform:rotate(-90deg)}.game-board .column-marker{height:1.375rem;top:-1.375rem;width:calc(14.28571% - .21429rem - 3px)}.game-board .row-marker[data-row="0"]{top:.625rem}.game-board .column-marker[data-column="0"]{left:.625rem}.game-board .row-marker[data-row="1"]{top:calc(.46071rem + 14.28571%)}.game-board .column-marker[data-column="1"]{left:calc(.46071rem + 14.28571%)}.game-board .row-marker[data-row="2"]{top:calc(.29643rem + 28.57143%)}.game-board .column-marker[data-column="2"]{left:calc(.29643rem + 28.57143%)}.game-board .row-marker[data-row="3"]{top:calc(.13214rem + 42.85714%)}.game-board .column-marker[data-column="3"]{left:calc(.13214rem + 42.85714%)}.game-board .row-marker[data-row="4"]{top:calc(-.03214rem + 57.14286%)}.game-board .column-marker[data-column="4"]{left:calc(-.03214rem + 57.14286%)}.game-board .row-marker[data-row="5"]{top:calc(-.19643rem + 71.42857%)}.game-board .column-marker[data-column="5"]{left:calc(-.19643rem + 71.42857%)}.game-board .row-marker[data-row="6"]{top:calc(-.36071rem + 85.71429%)}.game-board .column-marker[data-column="6"]{left:calc(-.36071rem + 85.71429%)}.game-board .board-row{display:grid;gap:.25rem;grid-template-columns:repeat(7,1fr);height:100%;width:100%}.game-board .board-row .board-cell{align-items:center;background:hsla(0,0%,100%,.05);border-radius:.25rem;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;transition:.3s ease;width:100%}.game-board .board-row .board-cell:after{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:.25rem;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:.2s ease;width:100%;z-index:2}.game-board .board-row .board-cell:has(>.shell):after{background-image:url(/images/broneblocks/shell-border.svg)}.game-board .board-row .board-cell:has(>.armor):after{background-image:url(/images/broneblocks/armor-border.svg)}.game-board .board-row .board-cell:has(>.medkit):after{background-image:url(/images/broneblocks/medkit-border.svg)}.game-board .board-row .board-cell:has(>.mine):after{background-image:url(/images/broneblocks/mine-border.svg)}.game-board .board-row .board-cell:has(>.speed):after{background-image:url(/images/broneblocks/speed-border.svg)}.game-board .board-row .board-cell:hover:after{opacity:.3}.game-board .board-row .board-cell.selected:after{opacity:1}.game-board .board-row .board-cell.hint{-webkit-animation:hint 3s ease infinite;animation:hint 3s ease infinite}@-webkit-keyframes hint{0%,to{transform:rotate(0deg)}5%{transform:rotate(-5deg)}10%{transform:rotate(5deg)}15%{transform:rotate(-5deg)}20%{transform:rotate(0deg)}}.game-board .board-row .board-cell.hint-fast{-webkit-animation:hint 1s ease infinite;animation:hint 1s ease infinite}@keyframes hint{0%,to{transform:rotate(0deg)}5%{transform:rotate(-5deg)}10%{transform:rotate(5deg)}15%{transform:rotate(-5deg)}20%{transform:rotate(0deg)}}.game-board .board-row .board-cell .cell-type{align-items:center;border-radius:.25rem;cursor:pointer;display:flex;height:100%;overflow:hidden;position:relative;transition:.3s ease;width:100%}.game-board .board-row .board-cell .cell-type .image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.game-board .board-row .board-cell .cell-type.medkit .image{background-image:url(/images/broneblocks/medkit.svg)}.game-board .board-row .board-cell .cell-type.shell .image{background-image:url(/images/broneblocks/shell.svg)}.game-board .board-row .board-cell .cell-type.armor .image{background-image:url(/images/broneblocks/armor.svg)}.game-board .board-row .board-cell .cell-type.speed .image{background-image:url(/images/broneblocks/speed.svg)}.game-board .board-row .board-cell .cell-type.mine .image{background-image:url(/images/broneblocks/mine.svg)}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="0"][data-y="0"]{transition-delay:0s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="1"][data-y="0"]{transition-delay:.01s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="2"][data-y="0"]{transition-delay:.02s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="3"][data-y="0"]{transition-delay:.03s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="4"][data-y="0"]{transition-delay:.04s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="5"][data-y="0"]{transition-delay:.05s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="6"][data-y="0"]{transition-delay:.06s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="0"][data-y="1"]{transition-delay:.07s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="1"][data-y="1"]{transition-delay:.08s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="2"][data-y="1"]{transition-delay:.09s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="3"][data-y="1"]{transition-delay:.1s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="4"][data-y="1"]{transition-delay:.11s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="5"][data-y="1"]{transition-delay:.12s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="6"][data-y="1"]{transition-delay:.13s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="0"][data-y="2"]{transition-delay:.14s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="1"][data-y="2"]{transition-delay:.15s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="2"][data-y="2"]{transition-delay:.16s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="3"][data-y="2"]{transition-delay:.17s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="4"][data-y="2"]{transition-delay:.18s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="5"][data-y="2"]{transition-delay:.19s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="6"][data-y="2"]{transition-delay:.2s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="0"][data-y="3"]{transition-delay:.21s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="1"][data-y="3"]{transition-delay:.22s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="2"][data-y="3"]{transition-delay:.23s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="3"][data-y="3"]{transition-delay:.24s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="4"][data-y="3"]{transition-delay:.25s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="5"][data-y="3"]{transition-delay:.26s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="6"][data-y="3"]{transition-delay:.27s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="0"][data-y="4"]{transition-delay:.28s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="1"][data-y="4"]{transition-delay:.29s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="2"][data-y="4"]{transition-delay:.3s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="3"][data-y="4"]{transition-delay:.31s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="4"][data-y="4"]{transition-delay:.32s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="5"][data-y="4"]{transition-delay:.33s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="6"][data-y="4"]{transition-delay:.34s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="0"][data-y="5"]{transition-delay:.35s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="1"][data-y="5"]{transition-delay:.36s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="2"][data-y="5"]{transition-delay:.37s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="3"][data-y="5"]{transition-delay:.38s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="4"][data-y="5"]{transition-delay:.39s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="5"][data-y="5"]{transition-delay:.4s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="6"][data-y="5"]{transition-delay:.41s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="0"][data-y="6"]{transition-delay:.42s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="1"][data-y="6"]{transition-delay:.43s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="2"][data-y="6"]{transition-delay:.44s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="3"][data-y="6"]{transition-delay:.45s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="4"][data-y="6"]{transition-delay:.46s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="5"][data-y="6"]{transition-delay:.47s}.game-board:not(:is(.bonusActive,.bonus-active)) .board-row .board-cell[data-x="6"][data-y="6"]{transition-delay:.48s}.game-board.selection-mode .board-row .board-cell{cursor:pointer}.game-board.selection-mode .board-row .board-cell:hover{background:rgba(var(--green-rgb),.2);transform:scale(1.05)}.game-board.line-strike-mode .marker{display:flex}.game-board.line-strike-mode .board-row .board-cell{cursor:default;filter:brightness(.55);opacity:.3}.game-board.line-strike-mode .board-row .board-cell.bonus-affected{background:rgba(118,255,51,.15);filter:brightness(1);opacity:1;transform:scale(1.05)}.game-board.line-strike-mode .board-row .board-cell.bonus-affected:after{opacity:1}.game-board:is(.overdrive-mode,.bomb-mode) .board-row .board-cell{cursor:pointer;transition:opacity .2s ease,filter .2s ease,transform .2s ease}.game-board:is(.overdrive-mode,.bomb-mode) .board-row .board-cell:not(.bonus-affected){filter:brightness(.55);opacity:.3}.game-board:is(.overdrive-mode,.bomb-mode) .board-row .board-cell.bonus-affected{transform:scale(1.05)}.game-board:is(.overdrive-mode,.bomb-mode) .board-row .board-cell.bonus-affected:after{opacity:1}.game-board.reshuffle .board-row .board-cell{opacity:0}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.game-board{height:100%;width:100%}}@media (max-width:600px),screen and (max-width:600px) and (max-aspect-ratio:8/5){.game-board{aspect-ratio:580/830;display:grid;grid-template-rows:repeat(7,1fr);height:auto;max-width:100%;width:100%}.game-board .board-row .board-cell:has(>.shell):after{background-image:url(/images/broneblocks/shell-border-small.svg)}.game-board .board-row .board-cell:has(>.armor):after{background-image:url(/images/broneblocks/armor-border-small.svg)}.game-board .board-row .board-cell:has(>.medkit):after{background-image:url(/images/broneblocks/medkit-border-small.svg)}.game-board .board-row .board-cell:has(>.mine):after{background-image:url(/images/broneblocks/mine-border-small.svg)}.game-board .board-row .board-cell:has(>.speed):after{background-image:url(/images/broneblocks/speed-border-small.svg)}.game-board .board-row .board-cell .cell-type.medkit .image{background-image:url(/images/broneblocks/medkit-small.svg)}.game-board .board-row .board-cell .cell-type.shell .image{background-image:url(/images/broneblocks/shell-small.svg)}.game-board .board-row .board-cell .cell-type.armor .image{background-image:url(/images/broneblocks/armor-small.svg)}.game-board .board-row .board-cell .cell-type.speed .image{background-image:url(/images/broneblocks/speed-small.svg)}.game-board .board-row .board-cell .cell-type.mine .image{background-image:url(/images/broneblocks/mine-small.svg)}}body{background:#0f324e}header{z-index:4}header .user-crystals{margin-right:1rem}.white-text{color:#fff}.gold-text{color:var(--gold)}.green-text{color:var(--Green,#76ff33)}.currency:before{background-image:url(/images/broneblocks/currency.svg)}section h2{color:var(--White,#fff);font-size:2rem;font-style:normal;font-weight:500;line-height:1.375rem;text-align:center;text-transform:uppercase}@media (max-width:600px),screen and (max-width:650px) and (max-aspect-ratio:8/5){section h2{font-size:1.5rem}}section h3{color:#bfd5ff;font-size:1rem;font-weight:500;text-transform:uppercase}section h3,section p{font-style:normal;text-align:center}section p{color:var(--Light,#bfd5ff);font-size:1.125rem;font-weight:400;line-height:1.5rem}.popup{fill:#0d3143;stroke:#2b5266}.popup .content{max-width:38.75rem}.popup .content .inner p,.popup .content .inner ul{color:#bfd4ff;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.75rem}.popup .content .inner .button-group{margin:0}.popup .content .inner .button-group .button{background:rgba(118,255,51,.25);border:1px solid rgba(118,255,51,.5);color:#76ff33;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.04375rem;line-height:1rem;text-transform:uppercase;width:100%}.popup .content .inner .button-group .button:hover{background:rgba(118,255,51,.35)}.popup.game-rules .content .head{margin-bottom:1.5rem}.popup.game-rules .content .inner p{margin:0}.popup.game-rules .content .inner ul{margin-bottom:.75rem}.popup.game-rules .content .inner .images{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-bottom:1.8125rem;padding-top:.75rem;width:100%}.popup.game-rules .content .inner .images img{flex-shrink:1;-o-object-fit:contain;object-fit:contain;width:100%}.popup.game-rules .content .inner .images.two img:first-child{max-width:16.25rem}.popup.game-rules .content .inner .images.two img:nth-child(2){max-width:10.01375rem}@media (max-width:600px),screen and (max-width:650px) and (max-aspect-ratio:8/5){.popup.game-rules .content .inner .images.two img:first-child{max-width:12rem}.popup.game-rules .content .inner .images.two img:nth-child(2){max-width:8rem}}.popup.game-rules .content .inner .button-group{width:100%}.popup.game-rules.game-rules-7 .content .inner p{margin-bottom:1.8175rem}.popup.buy-currency .content .inner .special-offer-wrapper{margin-bottom:1.875rem;padding-top:1rem;width:100%}.popup.buy-currency .content .inner .special-offer-wrapper .card{aspect-ratio:550/270;cursor:default}.popup.buy-currency .content .inner .special-offer-wrapper .card .heading{line-height:1.375rem;margin-bottom:.75rem}.popup.buy-currency .content .inner .special-offer-wrapper .card .award{padding:1rem}.popup.buy-currency .content .inner .special-offer-wrapper .card .award .image{height:10rem;width:100%}.popup.buy-currency .content .inner .special-offer-wrapper .card .already-buy-text{display:none}.background{height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:-1}.background img{-o-object-fit:contain;object-fit:contain;width:100%}.bonus-mobile-confirm{display:none}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5),screen and (orientation:landscape) and (max-height:600px) and (max-width:950px){.bonus-mobile-confirm{bottom:.5rem;display:flex;justify-content:center;left:.5rem;pointer-events:none;position:fixed;right:.5rem;z-index:5}.bonus-mobile-confirm .inner{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background:rgba(11,42,58,.96);border:1px solid #2b5266;border-radius:1rem;opacity:0;padding:1rem;pointer-events:auto;position:relative;transform:translateY(calc(100% + 1rem));transition:.3s ease}}@media screen and (max-width:600px) and (orientation:landscape),screen and (max-width:900px) and (max-aspect-ratio:8/5) and (orientation:landscape),screen and (orientation:landscape) and (max-height:600px) and (max-width:950px) and (orientation:landscape){.bonus-mobile-confirm .inner{width:50%}}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5),screen and (orientation:landscape) and (max-height:600px) and (max-width:950px){.bonus-mobile-confirm .close-button{background:url(/images/id/close-button.svg);background-size:contain;border:0;height:1.5rem;opacity:.6;padding:0;position:absolute;right:.75rem;top:.75rem;width:1.5rem}.bonus-mobile-confirm .text{padding-right:2rem}.bonus-mobile-confirm .title{color:#fff;font-size:1rem;font-weight:500;line-height:1.25rem;margin-bottom:.5rem;text-transform:uppercase}.bonus-mobile-confirm .description{color:#bfd4ff;font-size:.875rem;line-height:1.25rem;margin:0}.bonus-mobile-confirm .actions{align-items:center;display:flex;margin-top:1rem}.bonus-mobile-confirm .actions .button{width:100%}.bonus-mobile-confirm.active{pointer-events:auto}.bonus-mobile-confirm.active .inner{opacity:1;transform:none}}.info{align-items:center;margin-bottom:8.1875rem;padding:7.25rem var(--padding-horizontal) 0}.info .event-logo{margin-bottom:2rem}.info .event-logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.info p{color:#fff;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-bottom:2.5rem;text-align:center}.info .button-block{display:flex;flex-direction:row;gap:1.875rem}.info .button-block .button{align-items:center;border-radius:.5rem;display:flex;font-size:.875rem;font-style:normal;font-weight:500;justify-content:center;line-height:1rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:.3s ease;width:10.625rem}.info .button-block .button:hover{background:var(--green)}.info .button-block .button.green-button:hover{background:#fff}.info .rules-popup .content{max-height:90dvh;overflow-x:hidden;overflow-y:auto}.info .rules-popup .content .close-icon{right:2.875rem}@media screen and (max-width:600px){.info .rules-popup .content .close-icon{top:2.5rem}}.info .rules-popup .rules-content{flex:1;max-width:50vw;overflow-x:hidden;overflow-y:auto;padding:1rem 2rem}@media screen and (max-width:600px){.info .rules-popup .rules-content{max-height:unset;max-width:unset;padding:1rem}}.info .rules-popup .rules-content h3{color:#fff;font-size:1.75rem;font-weight:500;margin-bottom:1rem;text-align:left;text-transform:uppercase}.info .rules-popup .rules-content h3:not(:first-child){margin-top:2rem}.info .rules-popup .rules-content h4{color:#fff;font-size:1rem;font-weight:500;margin-bottom:1rem;text-align:left;text-transform:uppercase}.info .rules-popup .rules-content h4:not(:first-child){margin-top:1rem}.info .rules-popup .rules-content ul{margin:0 0 1rem;padding:0 0 0 2rem}.info .rules-popup .rules-content ul li{color:#fff}.info .rules-popup .rules-content p{margin-bottom:.5rem;max-width:50vw;text-align:left;width:100%}@media screen and (max-width:900px){.info .rules-popup .rules-content p{max-width:100%}}.info .rules-popup .rules-content a{color:var(--green);text-decoration:none;transition:.3s ease}.info .rules-popup .rules-content a:hover{color:#fff}.info .rules-popup .rules-content .labeled-info{align-items:stretch;display:flex;margin-bottom:1rem;margin-top:1rem}.info .rules-popup .rules-content .labeled-info .info-block{border:1px solid var(--muted);width:50%}.info .rules-popup .rules-content .labeled-info .info-block:last-child{border-left:none}.info .rules-popup .rules-content .labeled-info .info-block .label{border-bottom:1px solid var(--muted);font-weight:500;padding:.5rem 1rem}.info .rules-popup .rules-content .labeled-info .info-block .text{padding:.5rem 1rem}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.info{margin-bottom:5.875rem}.info .event-logo{width:20.9375rem}}.board{margin-bottom:7.4375rem;position:relative}.board h2{margin-bottom:1.1875rem}.board h3{margin-bottom:1.625rem}.board .board-container{align-items:flex-end;display:flex;flex-direction:row;gap:1.875rem;justify-content:center;width:100%}.board .board-container .board-wrapper{align-items:center;border:2px solid rgba(191,213,255,.25);border-radius:1.875rem;display:flex;justify-content:center;overflow:hidden;padding:1.25rem}.board .board-container .game-controls{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start}.board .board-container .game-controls h3{color:var(--White,#fff);font-size:1.375rem;font-style:normal;font-weight:500;margin-bottom:.25rem;text-align:center;text-transform:uppercase}.board .board-container .game-controls .countdown-timer{color:#bfd5ff;font-size:1rem;margin-bottom:1.5625rem;text-align:center}.board .board-container .game-controls .card.bonus{background:rgba(191,213,255,.08);border:1px solid rgba(191,213,255,.2);border-radius:.5rem;cursor:pointer;margin-bottom:1.25rem;max-height:14.25rem;position:relative;transition:.3s ease;width:16.875rem}.board .board-container .game-controls .card.bonus:last-child{margin-bottom:0}.board .board-container .game-controls .card.bonus .heading{display:flex;justify-content:flex-start}.board .board-container .game-controls .card.bonus .heading span{color:#bfd5ff;font-size:1rem;font-style:normal;font-weight:500;line-height:100%;text-align:right;text-transform:uppercase}.board .board-container .game-controls .card.bonus .heading span.bonus-title{margin-right:.5rem}.board .board-container .game-controls .card.bonus .heading .count{margin-left:auto}.board .board-container .game-controls .card.bonus .content{align-items:flex-start;background-color:rgba(191,213,255,.15);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:.5rem;display:flex;flex-direction:column;gap:.625rem;padding:1.25rem;position:relative}.board .board-container .game-controls .card.bonus .content span{color:var(--White,#fff);font-size:1rem;font-style:normal;font-weight:500;line-height:100%;text-align:left;text-transform:uppercase}.board .board-container .game-controls .card.bonus .content p{color:var(--Light,#bfd5ff);font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;max-width:14rem;text-align:left}.board .board-container .game-controls .card.bonus .content img{-o-object-fit:contain;object-fit:contain;opacity:.35;position:absolute;right:0;top:0;width:6rem;z-index:-1}.board .board-container .game-controls .card.bonus .countdown-timer{background:rgba(14,46,72,.5);border-radius:.25rem;color:var(--Light,#bfd5ff);display:none;font-size:1.375rem;font-style:normal;font-weight:500;left:50%;line-height:100%;padding:.3125rem;position:absolute;text-align:center;text-transform:uppercase;top:57%;transform:translate(-50%,-50%)}.board .board-container .game-controls .card.bonus:hover{background:rgba(191,213,255,.18);transform:scale(1.03)}.board .board-container .game-controls .card.bonus.disabled{cursor:default;pointer-events:none}.board .board-container .game-controls .card.bonus.disabled .content{opacity:.5}.board .board-container .game-controls .card.bonus.bomb-button .countdown-timer{color:#ff7676}.board .board-container .game-controls .card.bonus.overdrive-button .countdown-timer{color:#ffb81d}.board .board-container .game-controls .card.bonus.line-strike-button .countdown-timer{color:#64fe2c}.board .board-container .game-controls .card.timer-locked .countdown-timer{display:flex}.board .board-container .game-hint{color:var(--muted);font-size:.875rem;min-height:1.5rem;text-align:center}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.board .board-container{align-items:center;flex-direction:column}.board .board-container .board-wrapper{width:100%}.board .board-container .game-controls{align-items:center;justify-content:center;width:100%}.board .board-container .game-controls .card.bonus{width:80%}.board .board-container .game-controls .card.bonus .content{background-size:cover;height:10rem}.board .board-container .game-controls .card.bonus .content img{width:8rem}}@media (max-width:600px),screen and (max-width:600px) and (max-aspect-ratio:8/5){.board .board-container .game-controls .card.bonus{width:100%}}.board .auth-wrapper{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(15,50,78,.5);bottom:0;height:calc(100% - 4rem);left:0;position:absolute;width:100%;z-index:3}.board .auth-wrapper,.board .auth-wrapper .auth-inner{align-items:center;display:flex;justify-content:center}.board .auth-wrapper .auth-inner{flex-direction:column;max-width:40rem;opacity:1;padding:.5rem;z-index:10}.board .auth-wrapper .auth-inner .heading{font-size:1.5rem;font-weight:500;margin-bottom:.25rem;text-transform:uppercase}.board .auth-wrapper .auth-inner p{color:var(--muted);font-size:1.125rem;font-weight:400;margin-bottom:2rem}.board .auth-wrapper .auth-inner .button{min-width:10rem}.broneblocks-prizes{margin-bottom:8rem}.broneblocks-prizes p{margin-bottom:1.875rem}.broneblocks-prizes.disabled{opacity:.5;pointer-events:none}.broneblocks-prizes .prizes-container{margin:0 auto;padding-left:6.25rem;width:100%}.broneblocks-prizes .prizes-wrapper{-ms-overflow-style:none;align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;min-width:50%;overflow:hidden;padding-right:2rem;scrollbar-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.broneblocks-prizes .prizes-wrapper .prizes{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:.75rem}.broneblocks-prizes .prizes-wrapper .prizes .start{color:hsla(0,0%,100%,.25);font-size:1.125rem;font-weight:500;margin-right:2.25rem;padding-bottom:.5rem;text-transform:uppercase}.broneblocks-prizes .prizes-wrapper .prizes .prize{align-items:center;-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:rgba(191,213,255,.25);border:1px solid rgba(191,213,255,.35);border-radius:.5rem;display:flex;flex-direction:column;gap:.25rem;height:10rem;justify-content:center;padding:1.25rem;position:relative;width:10rem}.broneblocks-prizes .prizes-wrapper .prizes .prize:not(:last-child){margin-right:.625rem}.broneblocks-prizes .prizes-wrapper .prizes .prize.passed{background:rgba(118,255,51,.25);border:1px solid rgba(118,255,51,.35)}.broneblocks-prizes .prizes-wrapper .prizes .prize .icon{height:4.75rem;width:4.75rem}.broneblocks-prizes .prizes-wrapper .prizes .prize .icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.broneblocks-prizes .prizes-wrapper .prizes .prize .prize-text{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:.875rem;font-weight:500;height:2rem;line-height:1rem;text-align:center;text-transform:uppercase}.broneblocks-prizes .prizes-wrapper .prizes .prize:after{background:url(/images/vector.png) no-repeat;background-size:cover;bottom:-.75rem;content:"";height:.75rem;left:calc(50% - .125rem);position:absolute;width:.0625rem}.broneblocks-prizes .prizes-wrapper .progress{background:#436791;border-radius:6.25rem;height:.25rem;margin-bottom:.5rem;overflow:hidden;position:relative;width:calc(100% - 5rem)}.broneblocks-prizes .prizes-wrapper .progress .progress-bar{background:#76ff33;border-radius:6.25rem;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;text-align:center;transition:width .6s ease;white-space:nowrap}.broneblocks-prizes .prizes-wrapper .progress .progress-bar.additional-bar{background:#76ff33;left:0;position:absolute;top:0;z-index:-1}.broneblocks-prizes .prizes-wrapper .progress-labels{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:.5rem}.broneblocks-prizes .prizes-wrapper .progress-labels .progress-label{color:#fc0;font-size:1.125rem;font-weight:500;justify-content:center;text-align:center;text-transform:uppercase;width:10rem}.broneblocks-prizes .prizes-wrapper .progress-labels .progress-label:not(:last-child){margin-right:.625rem}.broneblocks-prizes .prizes-wrapper .progress-labels .progress-label:first-child{color:rgba(191,213,255,.25);margin-right:1.875rem;text-align:left;width:3.5rem}.broneblocks-prizes .prizes-wrapper::-webkit-scrollbar-track{background-color:unset;border:unset}.broneblocks-prizes .prizes-wrapper::-webkit-scrollbar-corner{background:unset}.broneblocks-prizes .prizes-wrapper::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border:unset;border-radius:.3125rem}.broneblocks-prizes .prizes-wrapper::-webkit-scrollbar{background-color:unset;display:none;height:.25rem;opacity:.1;width:.5rem}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.broneblocks-prizes{padding-left:1rem;padding-right:0}.broneblocks-prizes .prizes-container{padding:0}}.leaderboard{margin-bottom:8rem;position:relative}.leaderboard .gradient{bottom:0;position:absolute;width:100%;z-index:-4}.leaderboard .gradient img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.leaderboard p{margin-bottom:2.25rem}.leaderboard .leaderboard-container{display:flex;flex-direction:row;gap:1.875rem;justify-content:center;width:100%}.leaderboard .leaderboard-container .rating-list{display:flex;flex-direction:column;width:34.6875rem}.leaderboard .leaderboard-container .rating-list .heading{border-bottom:2px solid hsla(0,0%,100%,.5);color:#fff;display:flex;font-size:.875rem;font-weight:500;justify-content:space-between;line-height:1.875rem;padding-bottom:.3125rem;padding-left:2.6875rem;padding-right:1.25rem;text-transform:uppercase;vertical-align:middle;width:100%}.leaderboard .leaderboard-container .rating-list .list-content{display:flex;flex-direction:column;list-style:none;margin:0;max-height:36rem;overflow-y:auto;padding:0;width:100%}.leaderboard .leaderboard-container .rating-list .list-content .list-item{align-items:center;border-radius:.25rem;display:flex;font-size:1.125rem;font-weight:500;line-height:2.25rem;padding:0 1rem;width:100%}.leaderboard .leaderboard-container .rating-list .list-content .list-item .number{color:hsla(0,0%,100%,.7);margin-right:.875rem}.leaderboard .leaderboard-container .rating-list .list-content .list-item .username{color:#fff;margin-right:auto}.leaderboard .leaderboard-container .rating-list .list-content .list-item .score{color:#76ff33;margin-left:auto}.leaderboard .leaderboard-container .rating-list .list-content .list-item:nth-child(2n){background:hsla(0,0%,100%,.08)}.leaderboard .leaderboard-container .rating-list .list-content .list-item.current-user{background:rgba(65,207,91,.25)}.leaderboard .leaderboard-container .top-prize{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.leaderboard .leaderboard-container .top-prize .top-prize-card{align-items:flex-start;background:rgba(191,213,255,.08);border:.0625rem solid var(--light-15,rgba(191,213,255,.15));border-radius:.5rem;display:flex;flex-direction:column;gap:.75rem;height:100%;padding:.75rem;width:100%}.leaderboard .leaderboard-container .top-prize .top-prize-card .head{color:var(--White,#fff);display:flex;flex-direction:row;font-size:1rem;font-style:normal;font-weight:500;justify-content:space-between;line-height:100%;text-transform:uppercase;width:100%}.leaderboard .leaderboard-container .top-prize .top-prize-card .content{border-radius:.25rem;display:flex;flex-direction:column;gap:.125rem;height:100%;width:100%}.leaderboard .leaderboard-container .top-prize .top-prize-card .content .item{align-items:center;background:var(--light-15,rgba(191,213,255,.15));border-radius:.25rem;display:flex;flex-direction:column;justify-content:center;margin-bottom:.75rem;padding:2rem 2.0625rem 1.625rem;width:100%}.leaderboard .leaderboard-container .top-prize .top-prize-card .content .item img{height:6rem;margin-bottom:.75rem;max-height:8rem;max-width:12rem;-o-object-fit:contain;object-fit:contain;width:6rem}.leaderboard .leaderboard-container .top-prize .top-prize-card .content .item img.pass-img{margin-bottom:1.3125rem}.leaderboard .leaderboard-container .top-prize .top-prize-card .content .item .name{color:var(--White,#fff);font-size:1rem;font-style:normal;font-weight:500;height:2rem;line-height:100%;text-align:center;text-transform:uppercase;width:100%}@media (max-width:600px),screen and (max-width:600px) and (max-aspect-ratio:8/5){.leaderboard .leaderboard-container .top-prize .top-prize-card .content .item{padding:.5rem}}.leaderboard .leaderboard-container .top-prize .button{width:100%}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.leaderboard .leaderboard-container{align-items:center;flex-direction:column}.leaderboard .leaderboard-container .rating-list{width:100%}.leaderboard .leaderboard-container .top-prize{grid-template-columns:1fr;width:100%}.leaderboard .leaderboard-container .top-prize .button,.leaderboard .leaderboard-container .top-prize .top-prize-card{width:100%}}.special-offer{flex-direction:row;gap:4.3875rem;margin-bottom:8.5625rem;position:relative}.special-offer .pass{align-items:flex-start;background:rgba(191,213,255,.08);border:.0625rem solid var(--light-15,rgba(191,213,255,.15));border-radius:.5rem;display:flex;flex-direction:column;gap:.75rem;height:21.25rem;padding:.75rem;width:34.375rem}.special-offer .pass .head{color:var(--White,#fff);display:flex;flex-direction:row;font-size:1.125rem;font-style:normal;font-weight:500;justify-content:space-between;line-height:1.375rem;text-transform:uppercase;width:100%}.special-offer .pass .content{border-radius:.25rem;display:flex;gap:.125rem;height:100%;width:100%}.special-offer .pass .content .item{align-items:center;background:var(--light-15,rgba(191,213,255,.15));border-radius:.25rem;display:flex;flex-direction:column;justify-content:center;width:100%}.special-offer .pass .content .item img{height:auto;margin-bottom:1.5625rem;max-height:6.375rem;max-width:12.8375rem;-o-object-fit:contain;object-fit:contain;width:auto}.special-offer .pass .content .item img.pass-img{margin-bottom:1.3125rem}.special-offer .pass .content .item .name{color:var(--White,#fff);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.375rem;max-width:10rem;text-align:center;text-transform:uppercase}@media (max-width:600px),screen and (max-width:600px) and (max-aspect-ratio:8/5){.special-offer .pass .content .item{padding:.5rem}}.special-offer .texts{display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:34.375rem}.special-offer .texts h2{color:#fff;font-size:2.25rem;font-style:normal;font-weight:500;line-height:2.5rem;margin-bottom:1.6875rem;text-align:left;text-transform:uppercase}@media (max-width:600px),screen and (max-width:650px) and (max-aspect-ratio:8/5){.special-offer .texts h2{font-size:1.5rem}}.special-offer .texts p{color:var(--Light,#bfd5ff);font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;margin-bottom:2.75rem;text-align:left}.special-offer .texts .open-pass-btn{border-radius:.5rem;width:27%}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.special-offer{flex-direction:column;gap:1rem;width:100%}.special-offer .pass{height:100%;width:100%}.special-offer .pass .content{flex-direction:column}.special-offer .pass .content .item{padding:.75rem}.special-offer .texts{align-items:center;justify-content:center;max-width:none;text-align:center;width:100%}.special-offer .texts h2,.special-offer .texts p{text-align:center}.special-offer .texts .open-pass-btn{width:100%}}@media (max-width:600px),screen and (max-width:570px) and (max-aspect-ratio:8/5){.special-offer .pass{height:100%}.special-offer .pass .content{grid-template-areas:"a" "b" "c" "d" "e";grid-template-columns:1fr;grid-template-rows:repeat(5,auto)}}footer{border-top:1px solid rgba(191,213,255,.15);gap:.25rem;position:relative}footer .footer-inner{border:none}footer .footer-inner .copyright{color:var(--Light,#bfd5ff)}footer .footer-inner .lang-container{display:flex}footer .footer-inner .lang-container .current:after{background-image:url(/images/id/drop-arrow-green.svg)}footer .footer-background{bottom:0;left:0;position:absolute;width:100%;z-index:-1}footer .footer-background img{-o-object-fit:cover;object-fit:cover;width:100%}.errors-wrapper .error.active,.errors-wrapper .success.active .claim-prize-success{white-space:nowrap;width:auto}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.errors-wrapper .error.active,.errors-wrapper .success.active .claim-prize-success{max-width:31rem}}
