@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);*{font-family:Inter,sans-serif;margin:0;padding:0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#121212;color:#fafafa;font-family:Inter,sans-serif}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:rgba(29,29,29,.5);border-radius:4px}::-webkit-scrollbar-thumb{background:rgba(59,59,59,.5);border-radius:4px}.mainLoadingContainer{align-items:center;display:flex;height:100vh;justify-content:center;-webkit-transform:translateY(-15%);transform:translateY(-15%);width:100%}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.MasterLayout_masterLayout__rlU97{display:flex;flex-direction:row;width:100%}.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h{display:flex;flex-direction:column;margin-left:auto;transition:.3s;width:calc(100% - 260px)}.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{box-sizing:border-box;display:flex;flex-direction:column;height:auto;margin:40px auto;max-width:1440px;width:100%}.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h.MasterLayout_fullWidth__G\+JSt{width:100%}.MasterLayout_loadingContainer__M4pte{height:100vh;width:100%}@media(max-width:1760px){.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{padding:0 30px}}@media(max-width:1560px){.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{padding:0 40px}}@media(max-width:768px){.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h{margin-left:0;width:100%!important}.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{margin-bottom:20px;margin-top:20px;padding:0 20px}}@media(max-width:430px){.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{margin-bottom:10px;margin-top:10px;padding:0 10px}}@-webkit-keyframes Sidebar_beta__9LyRB{0%{box-shadow:0 0 3px #f33333}50%{box-shadow:0 0 16px #f33333}to{box-shadow:0 0 3px #f33333}}@keyframes Sidebar_beta__9LyRB{0%{box-shadow:0 0 3px #f33333}50%{box-shadow:0 0 16px #f33333}to{box-shadow:0 0 3px #f33333}}@-webkit-keyframes Sidebar_new__u-qiW{0%{box-shadow:0 0 3px #5d7fff}50%{box-shadow:0 0 16px #5d7fff}to{box-shadow:0 0 3px #5d7fff}}@keyframes Sidebar_new__u-qiW{0%{box-shadow:0 0 3px #5d7fff}50%{box-shadow:0 0 16px #5d7fff}to{box-shadow:0 0 3px #5d7fff}}.Sidebar_sidebar__S9EbY{background:#222;box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:100vh;min-width:260px;padding:16px;position:fixed;transition:.3s;width:260px}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:5px;height:auto;justify-content:space-between;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_logo__Mc4Gd{align-self:flex-start;height:44px}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_hiddenLogo__kupqb{align-self:flex-start;display:none;height:44px}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2{align-items:center;background:transparent;border:none;display:flex;flex-direction:row;height:auto;justify-content:center;outline:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2 svg{fill:#868b90;color:#fafafa;cursor:pointer;height:22px;transition:.2s;width:22px}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2.Sidebar_active__K1ykg svg{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2:hover svg{fill:#6e7275}.Sidebar_sidebar__S9EbY .Sidebar_close__ayIH4{cursor:pointer;display:none;position:fixed;right:24px;top:36px}.Sidebar_sidebar__S9EbY .Sidebar_close__ayIH4 img{-webkit-filter:brightness(.5);filter:brightness(.5);height:20px;transition:.3s;width:20px}.Sidebar_sidebar__S9EbY .Sidebar_close__ayIH4:hover img{-webkit-filter:brightness(1);filter:brightness(1)}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w{display:flex;flex-direction:column;gap:12px;height:auto;overflow:auto;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz{align-items:center;background:transparent;border-radius:8px;box-sizing:border-box;color:#868b90;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:10px;padding:12px;transition:.3s}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz .Sidebar_icon__O94Zq{align-items:center;display:flex;flex-direction:row;justify-content:center}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz svg{stroke:none;transition:.3s}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz.Sidebar_active__K1ykg{background:#363636;color:#fafafa}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz.Sidebar_active__K1ykg img{-webkit-filter:brightness(2);filter:brightness(2)}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz:hover{background:#363636;color:#fafafa}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz:hover img{-webkit-filter:brightness(2);filter:brightness(2)}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz .Sidebar_beta__9LyRB{-webkit-animation:Sidebar_beta__9LyRB 2s ease-in-out infinite;animation:Sidebar_beta__9LyRB 2s ease-in-out infinite;background:#f33333;border-radius:3px;color:#fafafa;font-size:10px;margin-left:6px;margin-top:2.4px;padding:2px;position:absolute;text-transform:uppercase}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz .Sidebar_new__u-qiW{-webkit-animation:Sidebar_new__u-qiW 2s ease-in-out infinite;animation:Sidebar_new__u-qiW 2s ease-in-out infinite;background:#5d7fff;border-radius:3px;color:#fafafa;font-size:10px;margin-left:6px;margin-top:2.4px;padding:2px;position:absolute;text-transform:uppercase}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu{background:#3a3a3a;border-radius:16px;bottom:16px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:auto;left:16px;max-width:228px;padding:16px;position:fixed;transition:.3s;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu:hover{background:#2e2e2e}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu img{align-self:flex-start;display:flex;margin:0 auto;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu .Sidebar_slogan__MxxA7{bottom:0;font-family:Russo One,sans-serif;font-size:18px;text-align:center;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu .Sidebar_slogan__MxxA7 i{color:#5d7fff}@media(max-width:768px){.Sidebar_sidebar__S9EbY{min-width:260px!important;position:fixed;-webkit-transform:translateX(-300px);transform:translateX(-300px);width:260px!important}.Sidebar_sidebar__S9EbY.Sidebar_active__K1ykg{box-shadow:0 0 20px #0a0a0a;-webkit-transform:translateX(0);transform:translateX(0);z-index:100}.Sidebar_sidebar__S9EbY.Sidebar_active__K1ykg .Sidebar_close__ayIH4{display:flex}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_logoMark__jeUq2{display:none!important}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_hiddenLogo__kupqb{display:inline!important;display:initial!important}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2{display:none}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz{justify-content:normal!important}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz .Sidebar_sideBarItem__0wRgz{display:inline!important;display:initial!important}}.Header_header__OKWO7{align-items:center;background:#1d1d1d;box-sizing:border-box;display:flex;flex-direction:row;height:54px;justify-content:space-between;min-width:100%;padding:24px;width:100%}.Header_header__OKWO7 .Header_signupHeader_logo__8Xzzm{display:inline-block;height:34px;width:120px}.Header_header__OKWO7 .Header_mobileMenu__it1w-{align-items:center;display:none;flex-direction:row;gap:16px;height:54px;justify-content:center}.Header_header__OKWO7 .Header_mobileMenu__it1w- .Header_hamburgerIcon__vqvNE{cursor:pointer;transition:.3s}.Header_header__OKWO7 .Header_mobileMenu__it1w- .Header_hamburgerIcon__vqvNE:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}.Header_header__OKWO7 .Header_mobileMenu__it1w- .Header_mobileLogo__3Vskg{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAA3CAYAAABaS0WmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE5REM1RDdCMTg4MjExRUM5MUY5REYwQzVEQkEzQTIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE5REM1RDdDMTg4MjExRUM5MUY5REYwQzVEQkEzQTIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTlEQzVENzkxODgyMTFFQzkxRjlERjBDNURCQTNBMjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTlEQzVEN0ExODgyMTFFQzkxRjlERjBDNURCQTNBMjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iPdBzAAAL0ElEQVR42uxdC3RUxRn+d4OAxfCOSIAaKaG8A8pDsGiCYAmvQiWA2kJ7RKQSDI9SIVKIAaGVVyFiBYI9ggergVM8EKFgtUDxCCikhiMSLE8LpCDBSEji3kf/2Tt3c3O5c1+5u0nIfHu+7GZm/pnZe+e/888/j/XJsgwcHHUVfn4JOLgCcHBwBeDg4AoQTmQgf8MvOUddU4CfIU8iFyJfQ+5B9uSXnuN2V4CuyJ3I7ciOmvAhyGPILGRTfgs4bjcFuBO5HHkcOdwkXSryK+Rz/DZwVBd8Hs8DpCHnIu9xKJdHxwjv8VvCURsVYChyCbJXFfP5GzId+SW/NRy1wQRqj3wHucui8eciOyEfRn5hkm4M8gRyKbIhvz0cNVUBiJ2/AHkKOc4kHWnME5AjQPEEHaCD43nI6yZyc+n44Nf8FnHUNBPoaeQiZGuTNMXUpl9lkqYZMpMOhs1whCrMP/jt4qiuHqAecjDyX8hsi8a/ERkfbPwlJSDn5ADcvBmKLMBXjpxDPhYhpyMfAGVugIU+yA+Qb9Heg4PDO5AewAafkq2xD/mgKiNt2waB2Fj4npRx5Uoory3SFoAADgaEh+GQdEhbxnjkaRvldLdZZ05OS9pN2Aw5EflvgwZZQOOUhn/kCAjJycGGTxggCkB6Ahr/kfQRgEAj8P1Z8Vk4L59X4+shFyC/MyhnJ/IxZEN+4zgjrQBaztQ0yheRwXGEfPkyCM88o234rfD9PXH69B0Y31qVL5VL+/UQe+Rh4/8LsiFRggZCA1gkLtKWQdJn0zLOIUfzm8VZUxSAsAOyq/q/uHIlBBo3Dj3x8X12ICamWFy3TlWUkRrZjagE8jxxnoyN/zwKTFJ7hE5CJ9gqbdWW0wv5gwhfFCNsDFNZjzPKSzNIewfyAiP9gSrUYa6JudnMRK6FiZyAbOSiLr3lqqEEeRT5OnJEOBVAMXdycyHQvbu24Y9A5okzsZO4fl1bscEauWVq4Bf4Gi2OJorwIbKvqgjDxeGQL+VX11PBCCvDVNZwRnmTGekfNLn5CS7K9yOLGflNtJDNtmiMS1zUJ0H2Fp8hk7xVgLIykPLzQZg8OWTuIHshtwspKbJ07JhRRR7V5PGKPjJXypX7CH2IImQj2wYVAZkhZkCBVACSLFW3AiwPU1nDGOU9bSLzIUPm7y7Kf46R11kLuRgbje97F71ADzk8mOKJAoipqYCmjfq0J++N8X11ICFBlnbuNKuAqQKoeFV6VW4uNC/DjF9QlYCwndAOlonLuAIo7GZynbs6LP8yI5+xFnJv2Gx4q2qIAsisnsDRDQt07gzl1NwhJnugefMr4qpVdgq3pQAERfhKFVPl+kJ97GYgWjWLJomTuAJUcDdDbq+Dslmu7a8s5No6bHiNa4gCFBqVaTYRtgP5U21AVFYW+NT5A4D2/pSUlv4ZMzydl2iKryx/FsT74rvhv9HB2TqfH5b4l+iTPl6Hp2+mM8LJZGVHm3ksYoSnWcj9kRH+DSN8qQffdxe93+M0TKFhk5BTQdlfcsgkj7uRY51MhKl4CxmnhguDBql2/yPilCl2tc92D6Cim9itHJ/+d5MeIE1M09ZrIPJTmqyu9gCEOxiy223IjmDInrSQi2PInaKmWSkjvmUVe4AMB9eUeBzLGPnkOOkBLtP3p+iit+CTwT9nTkUKQQjbI07CF+lmovE13z9fXYC3AbmfLp8oreOT+M8zwskW1A4WsksY4TMt5P7ECCc7/47TVb/h6AWaO0i7w2QRZU8na4H8urVAGcFPTZqEzKBIoDW+WuKLdmGTNVFCHVeAM8gcRtxyEzmyJL27QThpwO+byN1HlcsIWRblkvsWG8Fr8zbymkF4O7eL4QjOBv9qFrY5wF06W8w2AsEhd6jBi3z1ViXMMekF7mXE/YERbjWYW8MIJ0pzmn7+BJT93k7GDuHCaYOwBlVRALdbx/4XXARagT283XqGc8hNDswOYgL0Nwj/HMyXm3cGZU+HUZvI0IVlMPL4BfKHEbw2ATuJwn0synJqj57QhG0BZXfYVt5+PcELjPAnkG1tPv2tDiYw29exAvkx9cAcNKmPVT5eo2F1KgAZiPSgXfR3BvEnqRuLPFXyeRuuEoizYj0j7hXN5x+Bzq1NcYQ2XBYSGHIEZDg4kPYqfZEDKFn4OTIuAtckCpQ9KXoI4VaAE7Rhj9I17PrU86D3X+dSRfktKBtkNH2rHFUFs6uuId2kF1BP6HDr+VntcV3XROB6TNaNO1Wcr7oClJWpn+6EolCbJft7iZu0i4FpM5EOSObRL/8J9UTou9H7tBf7GlwjCtBAqBnOnhs1XAHIJNRaRtwk+m60d/ugxdOfHHTwiMd1HQn2J+tUlDhImwQVXik9PtUH1HNc/RYt1E95kJT0Du1upsKtM4H96ch/oC68H3IfcjN9cn1Nw7+lngiy9fHlkTDy42zILi6DsprQwGJNvCpOTJXyMNZxLrXl9V7qachBDJnnLfJ8zSTuEu3ZWRDoU7gRoxcY6uC73WNy/cn3JVt0f4wcRi0QFt6+dRjPnlEr1M2iHQ3NBsfHB2eDpUuXWCsFs23OEJOZw3Sj8o9KR4Pj+FQxVQ1rQ9eZqyiO4EywF+jv8UywEVc4qI/VHoJ+JrKJdH/CXSZsgGyFvOpg+XY41wJ97XQtEHvkvHp1UNB38YJeE3+H/A8oJ0fYHam/TMcO47UReb7PggaawRqg2oqoCJTxe1AW6trBNJe2Opn1/Sd1M94wIentCmmdqtsjpI6HvPEC+ZKTIWrf+wD3t1eDfkI9O8TkiXaRJXGL/hW5F9kGgv3YANjj3xlcCnGbIBKTeDd1nh8WyHX+3CQ+kXp13JhNevyZ4QkktnrvCF174nw5YBThZAxQyX5dJyTDBmz297aSwOeDoUlJED9tmnunEplgXrxYGlxQAB3Ly+G/pRe7wJbVXRTVqhjocViDdJmzQVk7BS49P6ynM5nDOeOiTi+B8TKJNRZuUy+cA9MNbX8XYwBy+kOUGp+XJ0FcnHq8QyAOxzwr+vYV5L17JcfGWXa2JMfGCkWYRxrm1YTkOWqUCIWFlepDjkMRa/EY4FGDsiYw0s6p4ndIN6nHLgvZGSayrVzWx2+Sp3a809eja/0lPV2kmVXdnPQAZGKBrApdjHwjIcEHZ85EwcKFEmRmymfJU+fwYfnNIUOkFydM8I1bsMAHnTubL5vbvVvGp74MBw9KK9CwWorq+E2jRj7YvNkPY8aEZO9AkuWgsyAyP+jxZpjyPWcQdoJR3qEqlrUSlIkvo3FHpoVsI+qJEw1ciIUu6yOBsqr4MQMLpKnOs+T2+l8F5TjNfOpqt2dyunwSEg/Cw2ra/fslGDBAhNAeRggMw/dj6emiXGqwQvzUKXz0TRBlTLMd2U2Ve/JJES5cqFSHJ+j+VCOU82M9OMN5LMpuG13NRu2ZP+vXS9CmjebUKwjMxP+/3bSpwizKyBBln084jvFj1Ibfu7cAaDqBriv8wEb5/CZyhvVcoF+ZnEWj4gZytipTUiLDrFna3kCIQW4YOlSU+/QhT/3APPVouOhoAdaulfRzCGttNPzDVsddcHJ6dS4QmdCYjwxYNEoySB6vyqFdD61bC1pF6I3soDb+hx4S4eLFWw5oKrYo4zzyl/zGcVbHyXDtkVtsPJ33IHsSmaIiGRITld7A7xcATZ9g409NFbX5kmMPT9jId7HMzwXl9Jhufh+A/MojWVd+v0U6MqF1kXyIiRHh6lUlMCXFB+++G3LmJIP5NjyCbXQh3Snu4ufwGm7cimQW8QE6lX7ZJF1oIiYnhxQjQ716AJs2VSqymYn8UVCWVY/ljZ+jJimACrJSkKyFWMaID61jTkz0QXKyHzIz/dCw8j6dMoY/dypVsh38FnGEE179SmQXOkE2RhNG9n9esJAjm7e366bgM0D5iSUOjhrdA2hBfvmRbHcbDRW78e2sYlOPyiAb5XvR2V7e+DlqXQ9QKU/akIn5UmCRlhzlRzbNv85vBcftogAcHHXOBOLg4ArAwcEVgIODKwAHR+3A/wUYACOcJ53l8G4HAAAAAElFTkSuQmCC) no-repeat;background-size:contain;height:34px;width:120px}.Header_header__OKWO7 .Header_message__1vwhr{color:#fcfcfc;font-size:20px;font-weight:600;margin-right:auto}.Header_header__OKWO7 .Header_search__u\+26P{align-items:center;display:flex;flex-direction:row;position:relative}.Header_header__OKWO7 .Header_search__u\+26P input{background:#323232;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:text;font-size:16px;height:36px;outline:none;padding:6px 52px 6px 20px;width:300px}.Header_header__OKWO7 .Header_search__u\+26P img{cursor:pointer;height:22px;position:absolute;right:20px;width:22px}.Header_header__OKWO7 .Header_userMenu__NSzpP{align-items:center;display:flex;flex-direction:row;gap:20px;margin-left:auto}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profilePicture__-w6YF{border-radius:50%;height:34px;width:34px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profileInfo__96BxV{display:flex;flex-direction:column;gap:2px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profileInfo__96BxV .Header_name__59-C5{color:#fafafa;font-size:16px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profileInfo__96BxV .Header_username__x77JC{align-items:center;color:#868b90;display:flex;flex-direction:row;font-size:14px;gap:4px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profileInfo__96BxV .Header_username__x77JC .Header_platform__CHAAK{height:14px}@media(max-width:768px){.Header_header__OKWO7{left:0}.Header_header__OKWO7 .Header_mobileMenu__it1w-{display:flex}}@media(max-width:430px){.Header_header__OKWO7{padding:24px 12px}.Header_header__OKWO7 .Header_mobileMenu__it1w-{gap:8px}.Header_header__OKWO7 .Header_mobileMenu__it1w- .Header_mobileLogo__3Vskg{background:url(/static/media/logoMark.9f340d0f4332ad405040.png) no-repeat;background-size:contain;height:30px;width:30px}}.DropdownMenu_dropdownMenu__R6R3n{background:#2d2d2d;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;position:absolute;right:24px;top:54px;width:260px;z-index:100}.DropdownMenu_dropdownMenu__R6R3n:before{border-bottom:16px solid #2d2d2d;border-left:16px solid transparent;border-right:16px solid transparent;content:"";left:78%;position:absolute;top:-7px;width:0}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D{display:flex;flex-direction:column;gap:10px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS{display:flex;flex-direction:row;width:100%}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS input{background:#292929;border:none;border-radius:6px 0 0 6px;box-sizing:border-box;color:#fafafa;font-size:16px;outline:none;padding:10px 12px;width:100%}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS button{align-items:center;background:#292929;border:none;border-radius:0 6px 6px 0;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:38.33px;justify-content:center;padding-right:12px;width:38.33px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS button img{height:20px;transition:.3s}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS button img:hover{-webkit-filter:brightness(1.4);filter:brightness(1.4)}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo{background:#323232;border-radius:6px;box-sizing:border-box;color:#7d7d7d;display:flex;flex-direction:column;gap:10px;padding:12px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE{align-items:center;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:4px;padding:4px 6px;transition:.3s}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE:hover{background:#3d3d3d}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE .DropdownMenu_platform__-Vq3c{height:14px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE .DropdownMenu_picture__Kbm4G{border-radius:50%;height:14px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE .DropdownMenu_username__-tHxO{color:#cecece;font-size:16px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z{align-items:center;border-bottom:1px solid #3d3d3d;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:6px;padding:10px 12px;transition:.2s}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z:last-child{border-bottom:none}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z:hover{background:#3d3d3d;border-radius:6px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z img{height:16px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z .DropdownMenu_dropdownMenuItemText__u5gfV{color:#fafafa;font-size:16px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z.DropdownMenu_isMobile__A1TUB{display:none}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_languageSelect__QViuU{align-items:center;background:#292929;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:none;flex-direction:row;font-size:16px;gap:6px;outline:none;padding:10px 12px;transition:.2s;width:100%}@media(max-width:768px){.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z.DropdownMenu_isMobile__A1TUB,.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_languageSelect__QViuU{display:flex}}.LanguagePicker_languagePicker__QlUaR{align-items:center;background:#363636;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:4px}.LanguagePicker_languagePicker__QlUaR:hover{background:#323232}.LanguagePicker_languagePicker__QlUaR img{border-radius:2px;width:25px}.LanguagesDropdown_dropdownMenu__0HWnt{background:#2d2d2d;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;position:absolute;right:247px;top:54px;width:160px;z-index:100}.LanguagesDropdown_dropdownMenu__0HWnt:before{border-bottom:16px solid #2d2d2d;border-left:16px solid transparent;border-right:16px solid transparent;content:"";left:78%;position:absolute;top:-7px;width:0}.LanguagesDropdown_dropdownMenu__0HWnt .LanguagesDropdown_dropdownItem__rYuTx{align-items:center;border-bottom:1px solid #3d3d3d;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:6px;padding:10px 12px;transition:.2s}.LanguagesDropdown_dropdownMenu__0HWnt .LanguagesDropdown_dropdownItem__rYuTx:last-child{border-bottom:none}.LanguagesDropdown_dropdownMenu__0HWnt .LanguagesDropdown_dropdownItem__rYuTx:hover{background:#3d3d3d;border-radius:6px}.LanguagesDropdown_dropdownMenu__0HWnt .LanguagesDropdown_dropdownItem__rYuTx img{height:16px}.LanguagesDropdown_dropdownMenu__0HWnt .LanguagesDropdown_dropdownItem__rYuTx .LanguagesDropdown_dropdownItemText__sJrI9{color:#fafafa;font-size:16px}.QuickMenu_quickMenu__pYPKn{align-items:center;border-right:1px solid #363636;display:flex;flex-direction:row;gap:14px;padding-right:19px}.QuickMenu_quickMenu__pYPKn .QuickMenu_quickMenuItem__ipKDR{align-items:center;cursor:pointer;display:flex;flex-direction:row}.QuickMenu_quickMenu__pYPKn .QuickMenu_quickMenuItem__ipKDR img{height:24px;width:24px}.QuickMenu_quickMenu__pYPKn .QuickMenu_quickMenuItem__ipKDR .QuickMenu_addBalance__aFCpV{align-items:center;background:#5d7fff;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;gap:2px;justify-content:center;outline:none;padding:6px;transition:.3s;white-space:nowrap}.QuickMenu_quickMenu__pYPKn .QuickMenu_quickMenuItem__ipKDR .QuickMenu_addBalance__aFCpV:hover{box-shadow:0 0 4px 1px #5d7fff}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA{align-items:center;background:#272727;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;padding:6px;position:relative;transition:.3s}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA:hover{background:#303030}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_currentBalance__M8FgR{display:flex;flex-direction:row;gap:4px}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_currentBalance__M8FgR .QuickMenu_balanceItem__AMuMn{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:14px;gap:2px}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_currentBalance__M8FgR .QuickMenu_balanceItem__AMuMn .QuickMenu_currencyIcon__qBfM3{color:#d3d3d3;font-weight:500}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_currentBalance__M8FgR .QuickMenu_balanceItem__AMuMn .QuickMenu_balanceAmount__3RV8W{color:#cecece;font-weight:400}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4{background:#272727;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;font-size:14px;gap:6px;left:0;min-width:80px;padding:6px;position:absolute;top:34px;transition:.3s;z-index:2}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4 .QuickMenu_balanceItem__AMuMn{align-items:center;border-radius:4px;box-sizing:border-box;color:#cecece;display:flex;flex-direction:row;font-size:14px;gap:2px;padding:4px 6px;transition:.3s}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4 .QuickMenu_balanceItem__AMuMn .QuickMenu_currencyIcon__qBfM3{color:#d3d3d3;font-weight:500}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4 .QuickMenu_balanceItem__AMuMn .QuickMenu_balanceAmount__3RV8W{color:#cecece;font-weight:400}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4 .QuickMenu_balanceItem__AMuMn:hover{background:#494949}@media(max-width:768px){.QuickMenu_quickMenu__pYPKn{display:none}}.WinnerPopup_winnerPopupWrap__xcVLe{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.5);box-sizing:border-box;height:100%;left:0;margin-bottom:60px;overflow:auto;padding:60px;position:fixed;top:0;width:100%;z-index:9999}.WinnerPopup_winnerPopupWrap__xcVLe .WinnerPopup_winnerPopup__r-aPQ{background:#1e1e1e;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;font-size:24px;gap:30px;left:0;margin:0 auto;padding:40px 40px 60px;position:relative;right:0;width:100%}.WinnerPopup_winnerPopupWrap__xcVLe .WinnerPopup_winnerPopup__r-aPQ .WinnerPopup_closeButton__gmjmQ{align-items:center;background:#3d3d3d;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:20px;font-weight:600;height:26px;justify-content:center;line-height:26px;margin-left:auto;max-height:26px;max-width:26px;min-height:26px;min-width:26px;padding-bottom:2px;padding-left:1px;padding-right:1px;transition:.3s;width:26px}.WinnerPopup_winnerPopupWrap__xcVLe .WinnerPopup_winnerPopup__r-aPQ .WinnerPopup_closeButton__gmjmQ:hover{background:#5d7fff;color:#fafafa}.WinnerPopup_winnerPopupWrap__xcVLe .WinnerPopup_winnerPopup__r-aPQ li{color:#bebebe;list-style-type:none;margin-left:16px}.WinnerPopup_winnerPopupWrap__xcVLe .WinnerPopup_winnerPopup__r-aPQ li:before{color:#5d7fff;content:"•";display:inline-block;margin-left:-16px;margin-top:-16px;width:1em}.WinnerPopup_winnerPopupWrap__xcVLe .WinnerPopup_winnerPopup__r-aPQ p{display:block}.WinnerPopup_winnerPopupWrap__xcVLe .WinnerPopup_winnerPopup__r-aPQ p a{color:#5d7fff;margin-left:6px}.Loading_loadingContainer__wnuVF{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.Waitlist_waitlistContainer__-RaSa{border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;height:auto;margin:164px auto;max-width:1024px;padding:32px;width:100%}.Waitlist_waitlistContainer__-RaSa .Waitlist_section__vzm-t{display:flex;flex-direction:column;gap:24px}.Waitlist_waitlistContainer__-RaSa .Waitlist_waitlistTitle__7GQlL{color:#5d7fff;font-size:32px;font-weight:600}.Waitlist_waitlistContainer__-RaSa .Waitlist_waitlistEmail__oljNL{background:#292929;border-radius:6px;box-sizing:border-box;color:#b0b0b0;height:auto;padding:10px 12px;width:100%}.Waitlist_waitlistContainer__-RaSa .Waitlist_waitlistEmail__oljNL b{color:#e2e2e2;font-weight:500}.Waitlist_waitlistContainer__-RaSa .Waitlist_followSection__CSnht{align-items:center;color:#1da1f1;cursor:pointer;display:flex;flex-direction:row;font-size:17px;font-weight:500;gap:4px;margin-top:24px;text-decoration:none;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Waitlist_waitlistContainer__-RaSa .Waitlist_followSection__CSnht:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.Waitlist_waitlistContainer__-RaSa .Waitlist_followSection__CSnht img{height:20px}.Waitlist_waitlistContainer__-RaSa p{font-size:20px;font-weight:500}.Waitlist_waitlistContainer__-RaSa .Waitlist_waitlistRocket__4GDG8{height:420px;object-fit:contain}@media(max-width:996px){.Waitlist_waitlistContainer__-RaSa{flex-direction:column-reverse;margin-bottom:6px;margin-top:6px}.Waitlist_waitlistContainer__-RaSa .Waitlist_section__vzm-t{height:auto;width:100%}.Waitlist_waitlistContainer__-RaSa .Waitlist_waitlistRocket__4GDG8{margin:-100px auto -120px;min-width:220px;width:25%;z-index:1}}.SimpleHeader_header__PtztE{align-items:center;background:#1d1d1d;box-sizing:border-box;display:flex;flex-direction:row;height:54px;justify-content:space-between;min-width:100%;padding:24px;width:100%}.SimpleHeader_header__PtztE .SimpleHeader_logo__CLJZx{display:flex;height:34px}.SimpleHeader_header__PtztE .SimpleHeader_message__v6zXy{color:#fcfcfc;font-size:20px;font-weight:600;margin-right:auto}.SimpleHeader_header__PtztE .SimpleHeader_search__Y2Wda{align-items:center;display:flex;flex-direction:row;position:relative}.SimpleHeader_header__PtztE .SimpleHeader_search__Y2Wda input{background:#323232;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:text;font-size:16px;height:36px;outline:none;padding:6px 52px 6px 20px;width:300px}.SimpleHeader_header__PtztE .SimpleHeader_search__Y2Wda img{cursor:pointer;height:22px;position:absolute;right:20px;width:22px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9{align-items:center;display:flex;flex-direction:row;gap:20px;margin-left:auto}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profilePicture__NHbrw{border-radius:50%;height:34px;width:34px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profileInfo__zCY-p{display:flex;flex-direction:column;gap:2px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profileInfo__zCY-p .SimpleHeader_name__R840X{color:#fafafa;font-size:16px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profileInfo__zCY-p .SimpleHeader_username__xggko{align-items:center;color:#868b90;display:flex;flex-direction:row;font-size:14px;gap:4px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profileInfo__zCY-p .SimpleHeader_username__xggko .SimpleHeader_platform__N0Gqi{height:14px}.SimpleHeader_header__PtztE .SimpleHeader_loginBtn__n0BMB{align-items:center;background:#5d7fff;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px;height:auto;outline:none;padding:8px 15px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SimpleHeader_header__PtztE .SimpleHeader_loginBtn__n0BMB:hover{opacity:.8}@media(max-width:768px){.SimpleHeader_header__PtztE{left:0}}@media(max-width:430px){.SimpleHeader_header__PtztE{padding:24px 12px}}.InformationBox_informationBox__FRSPI{margin-bottom:2rem;padding:.75rem}.InformationBox_informationBox__FRSPI,.InformationBox_informationBox__FRSPI .InformationBox_informationBox_header__6-xYG{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;height:auto;width:100%}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_header__6-xYG .InformationBox_informationBox_title__hMJnR{align-items:center;box-sizing:border-box;color:#f33;display:flex;flex-direction:row;font-size:1.2rem;font-weight:600;gap:.5rem;height:auto;width:100%}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_header__6-xYG .InformationBox_informationBox_title__hMJnR svg{color:#f33;height:1.5rem;max-height:1.5rem;max-width:1.5rem;min-height:1.5rem;min-width:1.5rem;width:1.5rem}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_desc__\+rMDy{box-sizing:border-box;font-style:italic;gap:.5rem;height:auto;margin-bottom:.5rem;width:100%}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_desc__\+rMDy a{color:#5d7fff;cursor:pointer;font-style:italic;text-decoration:underline;transition:.3s}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_desc__\+rMDy a:hover{opacity:.8}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG{box-sizing:border-box;color:#fafafa;display:flex;flex-direction:column;font-size:1rem;font-weight:400;gap:.5rem;height:auto;width:100%}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p{line-height:1.5rem}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p a{color:#5d7fff;cursor:pointer;transition:.3s}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p a:hover{opacity:.8}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul{margin-left:1rem}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul li{color:#d9d9d9;list-style:none}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul li .InformationBox_streamingCodeBlock__ZWMPF{align-items:center;background:hsla(0,0%,100%,.1);border-radius:6px;color:#d9d9d9;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:400;gap:.4rem;padding:.2rem .5rem;transition:.3s}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul li .InformationBox_streamingCodeBlock__ZWMPF img{height:.8rem;max-height:.8rem;max-width:.8rem;min-height:.8rem;min-width:.8rem;width:.8rem}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul li .InformationBox_streamingCodeBlock__ZWMPF:hover{background:hsla(0,0%,100%,.2)}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul li span.InformationBox_informationBox_link__G4inS{color:#5d7fff;cursor:pointer;text-decoration:underline;transition:.3s}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul li span.InformationBox_informationBox_link__G4inS:hover{opacity:.8}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul.InformationBox_insideWarningBox__SjeVq{background-color:rgba(255,218,170,.2);border:1px solid rgba(255,246,235,.25);border-radius:6px;margin-top:10px;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul.InformationBox_insideWarningBox__SjeVq li{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:.8rem;gap:.4rem}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG p ul.InformationBox_insideWarningBox__SjeVq li svg{color:#fafafa;height:1rem;max-height:1rem;max-width:1rem;min-height:1rem;min-width:1rem;width:1rem}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG .InformationBox_fixConfirmBtn__WZ3mZ,.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG .InformationBox_primaryBtn__sb2Ci{align-items:center;background:#5d7fff;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:1rem;font-weight:600;height:auto;justify-content:center;margin-left:1.3rem;margin-top:.5rem;outline:none;padding:.5rem 1rem;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG .InformationBox_fixConfirmBtn__WZ3mZ:hover,.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG .InformationBox_primaryBtn__sb2Ci:hover{opacity:.8}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG .InformationBox_fixConfirmBtn__WZ3mZ.InformationBox_disabled__L\+pV1,.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG .InformationBox_primaryBtn__sb2Ci.InformationBox_disabled__L\+pV1{cursor:not-allowed;opacity:.5}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG .InformationBox_informationBox_footer__AfrBe{margin-top:.5rem}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG .InformationBox_informationBox_footer__AfrBe a{color:#5d7fff;cursor:pointer;text-decoration:underline;transition:.3s}.InformationBox_informationBox__FRSPI .InformationBox_informationBox_body__uFQzG .InformationBox_informationBox_footer__AfrBe a:hover{opacity:.8}.InformationBox_informationBox__FRSPI.InformationBox_warning__6C6Vu{background:rgba(255,51,51,.25);border:1px solid #f33;border-radius:6px}.InformationBox_informationBox__FRSPI.InformationBox_information__cVe0n{background:rgba(255,167,51,.25);border:1px solid #ffa733;border-radius:6px}.InformationBox_informationBox__FRSPI.InformationBox_information__cVe0n .InformationBox_informationBox_header__6-xYG .InformationBox_informationBox_title__hMJnR,.InformationBox_informationBox__FRSPI.InformationBox_information__cVe0n .InformationBox_informationBox_header__6-xYG .InformationBox_informationBox_title__hMJnR svg{color:#ffa733}.Settings_settings_container__pcnOU{display:flex;flex-direction:column;gap:32px}.Settings_settings_container__pcnOU .Settings_header__sS2By{display:flex;flex-direction:column;gap:6px}.Settings_settings_container__pcnOU .Settings_header__sS2By .Settings_title__-CdTy{color:#fafafa;font-size:24px}.Settings_settings_container__pcnOU .Settings_header__sS2By .Settings_desc__SKeuU{color:#bababa;font-size:16px}.Settings_settings_container__pcnOU .Settings_content__IRoG9{align-items:flex-start;display:flex;flex-direction:row;gap:32px}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE{background:#222;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:18px;min-width:280px;padding:24px;width:30%}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE .Settings_section_title__qKPsZ{align-items:center;border-left:1px solid #222;border-radius:4px;box-sizing:border-box;color:#b0b0b0;cursor:pointer;display:flex;flex-direction:row;font-size:18px;gap:8px;padding:16px 12px;transition:.3s}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE .Settings_section_title__qKPsZ img{height:20px;max-height:20px;min-height:20px}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE .Settings_section_title__qKPsZ.Settings_active__xpaRE{background:#292929;border-left:1px solid #5d7fff;color:#fafafa}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE .Settings_section_title__qKPsZ.Settings_active__xpaRE img{-webkit-filter:brightness(2);filter:brightness(2)}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE .Settings_section_title__qKPsZ.Settings_active__xpaRE:hover{background:#292929}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE .Settings_section_title__qKPsZ:hover{background:#262626}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_component__JeYHK{background:#222;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;padding:24px;width:70%}@media(max-width:1068px){.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE{gap:12px;min-width:240px;padding:12px}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE .Settings_section_title__qKPsZ{padding:14px 12px}}@media(max-width:928px){.Settings_settings_container__pcnOU .Settings_content__IRoG9{flex-direction:column}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE{gap:6px;min-width:100%;width:100%}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE .Settings_section_title__qKPsZ{padding:12px}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_component__JeYHK{width:100%}}@media(max-width:768px){.Settings_settings_container__pcnOU .Settings_content__IRoG9{flex-direction:column}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE{min-width:100%;width:100%}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE .Settings_section_title__qKPsZ{padding:12px}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_component__JeYHK{width:100%}}@media(max-width:430px){.Settings_settings_container__pcnOU .Settings_content__IRoG9{flex-direction:column}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_menu__gSfVE{gap:4px;min-width:100%;width:100%}.Settings_settings_container__pcnOU .Settings_content__IRoG9 .Settings_section_component__JeYHK{width:100%}}.ProfileDetails_profileDetails__5Ntm0{display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A{display:flex;flex-direction:column;gap:10px}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A .ProfileDetails_label__u54OR{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A .ProfileDetails_label__u54OR .ProfileDetails_birthdayInfo__7RIGu{margin-left:6px}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A input[type=email],.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A select{align-items:center;background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A .ProfileDetails_inLine__aT7sS{align-items:center;background:#292929;border-radius:8px;display:flex;flex-direction:row;height:auto;width:100%}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A .ProfileDetails_inLine__aT7sS input{background:#292929;border:1px solid #303030;border-radius:0;border-radius:initial;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A .ProfileDetails_inLine__aT7sS select{align-items:center;background:#292929;border:1px solid #303030;border-radius:0;border-radius:initial;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A .ProfileDetails_inLine__aT7sS input:first-child,.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A .ProfileDetails_inLine__aT7sS select:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A .ProfileDetails_inLine__aT7sS input:last-child,.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A .ProfileDetails_inLine__aT7sS select:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A.ProfileDetails_lineSave__\+Bs4m{margin-top:10px}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A.ProfileDetails_lineSave__\+Bs4m button{background:rgba(93,127,255,.25);border:1px solid #5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:500;height:44px;outline:none;padding:0 16px;transition:.3s;width:100%}.ProfileDetails_profileDetails__5Ntm0 .ProfileDetails_line__0ca8A.ProfileDetails_lineSave__\+Bs4m button:hover{background:rgba(93,127,255,.5)}.CustomDatePicker_datePickerContent__eZjIr{box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;padding:3px 0;width:100%}.CustomDatePicker_datePickerContent__eZjIr *{cursor:pointer}.CountrySelect_selectBox__5L03X{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:16px;height:auto;height:44px;justify-content:center;outline:none;padding:0 16px;position:relative;width:100%}.CountrySelect_selectBox__5L03X .CountrySelect_selectBox_selected__\+Z9wh{border-radius:8px;box-sizing:border-box;height:auto;height:44px;left:0;line-height:44px;padding:0 16px;position:absolute;top:0;width:100%}.CountrySelect_selectBox__5L03X .CountrySelect_selectBox_selected__\+Z9wh .CountrySelect_selectBox_arrow__9PmlW{height:18px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.CountrySelect_selectBox__5L03X .CountrySelect_selectItem_list__Mma46{background:#303030;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;left:0;padding:8px;position:absolute;top:48px;width:100%;z-index:2}.CountrySelect_selectBox__5L03X .CountrySelect_selectItem_list__Mma46 .CountrySelect_listResults__NfMm\+{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;max-height:200px;overflow:auto;width:100%}.CountrySelect_selectBox__5L03X .CountrySelect_selectItem_list__Mma46 .CountrySelect_listResults__NfMm\+ .CountrySelect_listItem__k5hP4{border-radius:2px;box-sizing:border-box;color:#fafafa;cursor:pointer;padding:6px 16px;width:100%}.CountrySelect_selectBox__5L03X .CountrySelect_selectItem_list__Mma46 .CountrySelect_listResults__NfMm\+ .CountrySelect_listItem__k5hP4 .CountrySelect_flag__lvXbR{height:18px;margin-right:6px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.CountrySelect_selectBox__5L03X .CountrySelect_selectItem_list__Mma46 .CountrySelect_listResults__NfMm\+ .CountrySelect_listItem__k5hP4:hover{background:#383838}.CountrySelect_selectBox__5L03X .CountrySelect_selectItem_list__Mma46 .CountrySelect_listResults__NfMm\+ .CountrySelect_listItem__k5hP4.CountrySelect_active__lIdrz{background:#5d7fff}.SocialAccounts_socialAccounts__Wzum4{display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj{display:flex;flex-direction:column;gap:10px}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_label__NJWb6{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px;gap:8px}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_label__NJWb6 img{height:20px}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_label__NJWb6 .SocialAccounts_optional__rIcjL{background:#262626;border-radius:2px;box-sizing:border-box;color:#626262;font-size:10px;font-weight:400;padding:2px 4px}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj input[type=email],.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj select{align-items:center;background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_inLine__fQ13i{align-items:center;background:#292929;border-radius:8px;display:flex;flex-direction:row;height:auto;width:100%}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_inLine__fQ13i input{background:#292929;border:1px solid #303030;border-radius:0;border-radius:initial;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_inLine__fQ13i select{align-items:center;background:#292929;border:1px solid #303030;border-radius:0;border-radius:initial;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_inLine__fQ13i input:first-child,.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_inLine__fQ13i select:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_inLine__fQ13i input:last-child,.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_inLine__fQ13i select:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj.SocialAccounts_lineSave__l4r2A{margin-top:10px}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj.SocialAccounts_lineSave__l4r2A button{background:rgba(93,127,255,.25);border:1px solid #5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:500;height:44px;outline:none;padding:0 16px;transition:.3s;width:100%}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj.SocialAccounts_lineSave__l4r2A button:hover{background:rgba(93,127,255,.5)}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89{align-items:center;background:#252525;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;padding:6px;width:100%}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_connectBtn__jZcH9{align-items:center;background:#303030;border:1px solid #383838;border-radius:8px;box-sizing:border-box;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;gap:2px;justify-content:center;padding:6px 12px;transition:.3s}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_connectBtn__jZcH9:hover{background:#383838}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_connectBtn__jZcH9 img{height:16px}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_connectBtn__jZcH9.SocialAccounts_connectedBtn__4ccyu{background:rgba(93,127,255,.5);border:1px solid #5d7fff;color:#fafafa}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_connectedAccount__hLcXm{align-items:center;background:#292929;border-radius:6px;box-sizing:border-box;color:#9b9b9b;display:flex;flex-direction:row;font-size:14px;gap:4px;padding:4px 6px;white-space:nowrap}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_connectedAccount__hLcXm img{border-radius:50%;height:18px}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_unLinkBtn__NEZs-{align-items:center;background:transparent;border:none;border-radius:8px;box-sizing:border-box;color:#929292;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:4px;justify-content:center;margin-left:auto;padding:8px 12px;transition:.3s}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_unLinkBtn__NEZs-:hover{color:#fafafa}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_unLinkBtn__NEZs-:hover img{-webkit-filter:brightness(2);filter:brightness(2)}.SocialAccounts_socialAccounts__Wzum4 .SocialAccounts_line__oCJLj .SocialAccounts_connectionBox__Qvl89 .SocialAccounts_unLinkBtn__NEZs- img{height:12px;transition:.3s}.Interests_interests__4S3LV{display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.Interests_interests__4S3LV .Interests_line__l\+4yW{display:flex;flex-direction:column;gap:10px}.Interests_interests__4S3LV .Interests_line__l\+4yW .Interests_label__\+irVr{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.Interests_interests__4S3LV .Interests_content__eiDYV{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM{align-items:center;background:#292929;border:1px solid #303030;border-radius:10px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:column;font-weight:500;gap:8px;justify-content:center;padding:12px;position:relative;transition:.3s;width:calc(25% - 6px)}.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM:hover{background:#303030}.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM img{border-radius:12px;height:82px;transition:.3s;width:82px}.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM.Interests_selected__7XqlS{background:#424242;border:1px solid #484848;overflow:hidden}.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM.Interests_selected__7XqlS .Interests_selected_icon__S-LXC{height:20px;position:absolute;right:12px;top:12px;width:20px;z-index:1}.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM.Interests_selected__7XqlS img:nth-child(2){-webkit-transform:scale(1.1);transform:scale(1.1)}.Interests_interests__4S3LV .Interests_save_btn__rwCSC{background:rgba(93,127,255,.25);border:1px solid #5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:500;height:44px;outline:none;padding:0 16px;transition:.3s;width:100%}.Interests_interests__4S3LV .Interests_save_btn__rwCSC:hover{background:rgba(93,127,255,.5)}@media(max-width:1068px){.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM{width:calc(33.33333% - 6px)}}@media(max-width:928px){.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM{width:calc(50% - 6px)}}@media(max-width:768px){.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM{width:calc(50% - 6px)}}@media(max-width:430px){.Interests_interests__4S3LV .Interests_content__eiDYV .Interests_item__im7TM{width:100%}}@-webkit-keyframes Streamers_isLiveAnimation__P7erp{0%,80%,to{-webkit-transform:scale(.6)}40%{-webkit-transform:scale(1)}}@keyframes Streamers_isLiveAnimation__P7erp{0%,80%,to{transform:scale(.6);-webkit-transform:scale(.6)}40%{transform:scale(1);-webkit-transform:scale(1)}}.Streamers_streamersContainer__jDU9r{display:flex;flex-direction:row;gap:20px;height:auto;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN{grid-gap:10px;align-self:flex-start;display:grid;grid-template-columns:repeat(5,1fr);height:auto;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb{align-items:center;background:#202020;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:4px;justify-content:center;max-height:190px;max-width:100%;min-height:180px;overflow:hidden;padding:12px;position:relative;text-overflow:ellipsis;transition:.3s;white-space:nowrap;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb:hover{background:#282828}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_isLive__AqmLY{left:10px;position:absolute;top:10px}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_isLive__AqmLY div{-webkit-animation:Streamers_isLiveAnimation__P7erp 1.4s ease-in-out infinite;animation:Streamers_isLiveAnimation__P7erp 1.4s ease-in-out infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;border:3px solid #f33;border-radius:100%;height:14px;position:absolute;top:4px;vertical-align:middle;width:14px}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_isLive__AqmLY div:first-child{-webkit-animation-delay:-.1s;animation-delay:-.1s;background-color:#f20004;background-color:#f33}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_isLive__AqmLY div:nth-child(2){-webkit-animation-delay:.16s;animation-delay:.16s}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_isLive__AqmLY div:nth-child(3){-webkit-animation-delay:.42s;animation-delay:.42s;border:3px solid #f20004}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_isLive__AqmLY div:nth-child(4){-webkit-animation-delay:-.42s;animation-delay:-.42s;border:3px solid #f20004;box-shadow:0 0 5px 5px rgba(255,0,0,.25)}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_streamerFav__NX6V5{align-items:center;display:flex;flex-direction:row;justify-content:center;position:absolute;right:10px;top:10px}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_streamerFav__NX6V5 img{-webkit-filter:grayscale(1);filter:grayscale(1);height:26px;transition:.3s;width:26px}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_streamerFav__NX6V5 img:hover,.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_streamerFav__NX6V5.Streamers_isFav__o9uxF img{-webkit-filter:grayscale(0);filter:grayscale(0)}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_listItem_avatar__\+SE3p{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_listItem_avatar__\+SE3p img{border-radius:50%;height:auto;width:76px}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_listItem_username__DNSlT{color:#efefef;font-size:16px;font-weight:500;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_listItem_username__DNSlT .Streamers_platformIcon__lGZd9{height:16px;margin-right:4px;-webkit-transform:translateY(2px);transform:translateY(2px)}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_listItem_followers__u0rKG{color:#9f9f9f;font-size:14px;font-weight:400;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_listItem_category__0iw5V{color:#5d7fff;font-size:14px;font-weight:500;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb .Streamers_listItem_language__ne1zi{align-items:center;background:#2b2b2b;border-radius:4px;box-sizing:border-box;color:#717171;display:flex;flex-direction:row;font-size:12px;margin-top:2px;padding:1px 4px}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb.Streamers_noResult__guvCk{background:#1e1e1e;color:#b6b6b6;cursor:default;font-size:18px;font-weight:500;gap:10px}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb.Streamers_noResult__guvCk img{height:68px}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_paginationButtons__5lBs5{display:flex;gap:10px;grid-column:1/-1;margin-top:30px;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_paginationButtons__5lBs5 .Streamers_paginationButton__oXp3o{align-items:center;background:#2a2a2a;border-radius:4px;box-sizing:border-box;color:#efefef;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;font-weight:500;gap:2px;height:50px;justify-content:center;padding:16px;transition:.3s;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_paginationButtons__5lBs5 .Streamers_paginationButton__oXp3o[data-theme=rightArrow] img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_paginationButtons__5lBs5 .Streamers_paginationButton__oXp3o:hover{background:#313030}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz{align-self:flex-start;background:#222;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:auto;max-width:180px;padding:12px;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX{display:flex;flex-direction:column;gap:8px}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterTitle__GxwbH{color:#eee;font-size:16px;font-weight:500}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM{display:flex;flex-direction:column;gap:8px;max-height:450px;overflow:auto}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem__jBKaD{align-items:center;color:#ccc;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px;min-height:20px}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem__jBKaD .Streamers_filterName__AU-gs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem__jBKaD .Streamers_filterCheckbox__5dVUc{align-items:center;background:#3c3c3c;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;height:18px;justify-content:center;min-height:18px;min-width:18px;transition:.3s;width:18px}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem__jBKaD .Streamers_filterCheckbox__5dVUc.Streamers_isChecked__r6wHX{background:#5d7fff}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem__jBKaD .Streamers_filterCheckbox__5dVUc.Streamers_isChecked__r6wHX:after{align-items:center;color:#fafafa;content:"✓";display:flex;flex-direction:row;height:18px;justify-content:center;width:18px}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem__jBKaD .Streamers_filterCheckbox__5dVUc.Streamers_isChecked__r6wHX:hover{background:#5d7fff}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem__jBKaD .Streamers_filterCheckbox__5dVUc:hover{background:#404040}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem_platform__jZJQH{align-items:center;background:#2c2c2c;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:4px;padding:2px 6px;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem_platform__jZJQH img{height:12px}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem_platform__jZJQH.Streamers_selectedTwitch__Vh9C9{background:#8652f6}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem_platform__jZJQH.Streamers_selectedYotube__-XNhn{background:#ff0002}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz .Streamers_filterBox__OkLpX .Streamers_filterList__9lzsM .Streamers_filterItem_platform__jZJQH.Streamers_selectedTrovo__Y7Y-E{background:#19d66b}@media(max-width:1280px){.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN{grid-template-columns:repeat(4,1fr)}}@media(max-width:1150px){.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.Streamers_streamersContainer__jDU9r{flex-direction:column;gap:20px}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN{grid-template-columns:repeat(4,1fr)}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz{max-width:100%}}@media(max-width:580px){.Streamers_streamersContainer__jDU9r{flex-direction:column}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN{grid-template-columns:repeat(3,1fr)}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz{max-width:none}}@media(max-width:430px){.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN{grid-template-columns:repeat(2,1fr)}}@media(max-width:275px){.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN{grid-template-columns:repeat(1,1fr)}.Streamers_streamersContainer__jDU9r .Streamers_streamersList__6iSmN .Streamers_listItem__E-vBb{max-width:none;min-width:auto;width:100%}.Streamers_streamersContainer__jDU9r .Streamers_streamersFilter__sZ6Yz{max-width:100%}}.Search_search__MDkn\+{display:flex;height:auto;margin-bottom:20px;position:relative;width:100%}.Search_search__MDkn\+ input{background:#292929;border:1px solid #303030;border-radius:6px 0 0 6px;max-width:360px;padding:16px;width:100%}.Search_search__MDkn\+ button,.Search_search__MDkn\+ input{box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:36px;outline:none}.Search_search__MDkn\+ button{align-items:center;background:#3c3c3c;border:1px solid #303030;border-left:none;border-radius:0 6px 6px 0;cursor:pointer;display:flex;flex-direction:row;justify-content:center;transition:.2s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:36px}.Search_search__MDkn\+ button:hover{background:#404040}.Search_search__MDkn\+ button img{-webkit-filter:grayscale(1) brightness(2);filter:grayscale(1) brightness(2);height:22px;max-height:22px;min-height:22px}.Search_search__MDkn\+ .Search_searchResult__ZctZX{background:#2d2d2d;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.2);box-sizing:border-box;height:auto;left:0;margin-top:6px;max-height:200px;max-width:360px;overflow:auto;padding:12px;position:absolute;top:100%;width:100%;z-index:10}.Search_search__MDkn\+ .Search_searchResult__ZctZX .Search_searchResultItem__43HfA{align-items:center;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;padding:4px;transition:.3s;width:100%}.Search_search__MDkn\+ .Search_searchResult__ZctZX .Search_searchResultItem__43HfA img{border-radius:50%;height:32px}.Search_search__MDkn\+ .Search_searchResult__ZctZX .Search_searchResultItem__43HfA img.Search_platformIcon__sxMXp{border-radius:0;border-radius:initial;height:18px}.Search_search__MDkn\+ .Search_searchResult__ZctZX .Search_searchResultItem__43HfA:hover{background:#3c3c3c}.Login_authBody__w2Qhm{background:#121212;height:100%;left:0;position:fixed;top:0;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c{display:flex;height:500px;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:900px;z-index:9999}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authBanner__MXKRR{background-attachment:cover;background-color:#465fbf;background-size:cover;border-bottom-left-radius:6px;border-top-left-radius:6px;display:flex;flex-direction:column;justify-content:space-around;min-height:100%;position:relative;width:60%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authBanner__MXKRR:before{background-attachment:cover;background-image:url(/static/media/livad-pattern.9dbdbabf726a718bedcc.svg);background-size:cover;border-bottom-left-radius:6px;border-top-left-radius:6px;content:"";display:block;height:100%;position:absolute;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authBanner__MXKRR .Login_bannerTitle__W0y4A{color:#fafafa;font-size:28.5px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc{background:#222;border-bottom-right-radius:6px;border-top-right-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;min-height:100%;padding:20px;position:relative;width:40%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ{display:flex;flex-direction:column;gap:10px;height:100%;justify-content:space-around;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_btnWrap__9vwi0 button{align-items:center;background:#292929;border:1px solid #303030;border-radius:6px;color:#efefef;cursor:pointer;display:flex;font-size:18px;margin:5px 0;padding:8.5px 0 8.5px 15px;transition:.3s ease-in-out;width:250px}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_btnWrap__9vwi0 button img{height:25px;margin-right:8px}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_btnWrap__9vwi0 button#Login_twitchBtn__RdqHi:hover{background:#8652f6;-webkit-transform:scale(1.04);transform:scale(1.04)}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_btnWrap__9vwi0 button#Login_kickBtn__FzUFX:hover{background:#53fc18;color:#222;-webkit-transform:scale(1.04);transform:scale(1.04)}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_btnWrap__9vwi0 button#Login_youtubeBtn__Jsehh:hover{background:#ff0002;-webkit-transform:scale(1.04);transform:scale(1.04)}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_btnWrap__9vwi0 button#Login_facebookBtn__E2\+WR:hover{background:#1777f2;-webkit-transform:scale(1.04);transform:scale(1.04)}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_btnWrap__9vwi0 button#Login_trovoBtn__hHDiB:hover{background:#19d66b;-webkit-transform:scale(1.04);transform:scale(1.04)}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_logoSection__lZ5gc{box-sizing:border-box;display:flex;flex-direction:column;height:auto;margin-left:40px;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_logoSection__lZ5gc #Login_logo__W\+opJ{width:140px}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_logoSection__lZ5gc .Login_authH1__6EkSF{color:#5d7fff;font-size:23px;font-weight:400}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_btnWrap__9vwi0{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_footerSection__IxbOF{box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;height:auto;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_footerSection__IxbOF .Login_needHelp__tQ\+eZ{color:#797979;display:block;font-size:14px;text-align:center;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_footerSection__IxbOF .Login_needHelp__tQ\+eZ a{color:#5d7fff;text-decoration:none}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_footerSection__IxbOF .Login_authAgree__WcMZ-{box-sizing:border-box;color:#666;display:block;font-size:13px;text-align:center;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_footerSection__IxbOF .Login_authAgree__WcMZ- a{color:#888;text-decoration:none}@media only screen and (max-width:900px){.Login_authBody__w2Qhm .Login_livadAuth__bRa5c{height:auto;min-height:450px;width:calc(100% - 20px)}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc{border-radius:6px;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authBanner__MXKRR{display:none}}@media only screen and (max-width:420px){.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_logoSection__lZ5gc{margin-left:0}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_logoSection__lZ5gc #Login_logo__W\+opJ{width:110px}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_logoSection__lZ5gc .Login_authH1__6EkSF{font-size:16px}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ button{font-size:1rem;width:100%}.Login_authBody__w2Qhm .Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_footerSection__IxbOF .Login_authAgree__WcMZ- br{display:none}}@-webkit-keyframes Profile_isLiveEffect__JYhyh{0%{box-shadow:0 0 3px #f33333}50%{box-shadow:0 0 16px #f33333}to{box-shadow:0 0 3px #f33333}}@keyframes Profile_isLiveEffect__JYhyh{0%{box-shadow:0 0 3px #f33333}50%{box-shadow:0 0 16px #f33333}to{box-shadow:0 0 3px #f33333}}.Profile_profileContainer__xrX4O{display:flex;flex-direction:row;gap:20px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;max-width:360px;min-width:360px;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz{align-self:flex-start;background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-width:360px;overflow:hidden;position:relative;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileHeader__-i1OH{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px 12px 0 0;display:flex;flex-direction:row;height:100px;overflow:hidden;position:relative;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileHeader__-i1OH .Profile_headerCover__1VUKE{display:block;-webkit-filter:blur(30px);filter:blur(30px);max-height:100px;object-fit:cover;overflow:hidden;position:absolute;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileHeader__-i1OH .Profile_liveStatus__RvnFD{background:#262626;border-radius:4px;bottom:10px;color:#8e8d8d;font-size:12px;font-weight:600;padding:4px 8px;position:absolute;right:10px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileHeader__-i1OH .Profile_liveStatus__RvnFD.Profile_isLive__RyXwR{-webkit-animation:Profile_isLiveEffect__JYhyh 2s ease-in-out infinite;animation:Profile_isLiveEffect__JYhyh 2s ease-in-out infinite;background:#f33333;color:#fafafa}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68{background:#202020;box-sizing:border-box;display:flex;flex-direction:column;gap:18px;padding:20px;z-index:1}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileAvatar__xzPGk{z-index:1}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileAvatar__xzPGk img{border-radius:50%;height:100px;margin-top:-100px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileName__lZjqo{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:22px;font-weight:500;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileName__lZjqo img{height:20px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileCount__BgZek{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileCount__BgZek .Profile_fansCount__jUFBe{align-items:center;background:#262626;border-radius:8px;box-sizing:border-box;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:8px;padding:8px;transition:.3s;white-space:nowrap}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileCount__BgZek .Profile_fansCount__jUFBe:hover{background:#2f2f2f}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileCount__BgZek .Profile_fansCount__jUFBe img{-webkit-filter:grayscale(1);filter:grayscale(1);height:28px;transition:.3s}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileCount__BgZek .Profile_fansCount__jUFBe.Profile_isFan__NToa9{background:#423033}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileCount__BgZek .Profile_fansCount__jUFBe.Profile_isFan__NToa9 img{-webkit-filter:grayscale(0);filter:grayscale(0)}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileCount__BgZek .Profile_followersCount__QAkGY{align-items:center;background:#262626;border-radius:8px;box-sizing:border-box;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:8px;padding:8px;white-space:nowrap}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_profileInfo__g3G68 .Profile_profileCount__BgZek .Profile_followersCount__QAkGY img{height:28px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_socialMedia__2ry5b{display:flex;flex-direction:column;gap:14px;height:auto;margin-top:24px;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_socialMedia__2ry5b .Profile_sectionTitle__cYRYs{color:#ddd;font-size:16px;margin-bottom:6px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_socialMedia__2ry5b .Profile_socialMediaItem__gIFXH{align-items:center;background:#232323;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:12px;height:auto;padding:12px;transition:.3s;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_socialMedia__2ry5b .Profile_socialMediaItem__gIFXH:hover{background:#262525}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz .Profile_socialMedia__2ry5b .Profile_socialMediaItem__gIFXH img{height:28px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;max-width:360px;padding:16px 18px;position:relative;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_sectionTitle__cYRYs{color:#5d7fff;font-size:16px;font-weight:600}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_sectionTitle__cYRYs span{color:#6b6b6b;font-size:12px;font-weight:400}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;max-height:260px;min-height:200px;overflow:hidden;overflow-y:auto;padding-right:4px;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_noDonations__CUSzc{align-items:center;color:#adadad;display:flex;flex-direction:column;font-size:14.6px;gap:12px;height:100%;justify-content:center;text-align:center;-webkit-transform:translateY(-12px);transform:translateY(-12px);width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k{align-items:flex-start;background:#262626;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;font-size:14.8px;gap:4px;justify-content:flex-start;padding:6px 8px;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k:nth-child(2n){background:#242424}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;height:auto;justify-content:space-between;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS .Profile_donatedInfo__hLYYQ{align-items:center;color:#adadad;display:flex;flex-direction:row;font-size:14.8px;gap:4px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS .Profile_donatedInfo__hLYYQ b{color:#4e9f61;font-size:14.8px;font-weight:500}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS .Profile_donatedInfo__hLYYQ span{color:#a5a5a5;font-size:12.4px;font-weight:400}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS .Profile_donatedInfo__hLYYQ .Profile_takeoverItem__\+I5zx{align-items:center;background:rgba(91,91,91,.2);background-position:50%;background-repeat:no-repeat;background-size:200%;border-radius:4px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;justify-content:center;overflow:hidden;padding:0 12px;position:relative;text-shadow:0 0 4px rgba(0,0,0,.5);transition:.3s}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS .Profile_donatedInfo__hLYYQ .Profile_takeoverItem__\+I5zx:hover{background-position:0}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS .Profile_donationProgress__P8NDL{border-radius:4px;box-sizing:border-box;font-size:12.8px;padding:2px 4px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS .Profile_donationProgress__P8NDL.Profile_pending__Qu-hP{background:rgba(252,150,4,.1);color:#fc9604}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS .Profile_donationProgress__P8NDL.Profile_done__4bmSa{background:rgba(93,127,255,.1);color:#5d7fff}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemHeader__fA\+CS .Profile_donationProgress__P8NDL.Profile_denied__sKUSc{background:rgba(243,51,51,.1);color:#f33333}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemBody__MgB\+i{display:flex;flex-direction:column;flex-wrap:wrap;gap:4px;height:auto;width:100%}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemBody__MgB\+i .Profile_donationAsset__omjgb img,.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemBody__MgB\+i .Profile_donationAsset__omjgb video{border-radius:4px;height:60px;max-height:60px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e .Profile_donationHistoryList__IlUxq .Profile_donationHistoryItem__o26\+k .Profile_donationHistoryItemBody__MgB\+i .Profile_donationMessage__9uWZ\+{color:#fafafa;font-size:14px;font-style:italic}.Profile_profileContainer__xrX4O .Profile_rightSide__fQ9KC{align-self:flex-start;background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;padding:20px;width:calc(100% - 380px)}@media(max-width:1200px){.Profile_profileContainer__xrX4O{display:flex;flex-direction:column;gap:20px}.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB,.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_donationHistory__Xue7e,.Profile_profileContainer__xrX4O .Profile_leftSide__Dg8TB .Profile_streamerProfile__LO9Yz{max-width:100%}.Profile_profileContainer__xrX4O .Profile_rightSide__fQ9KC{max-width:100%;width:100%}}.Donation_donationContainer__XqNPF{display:flex;flex-direction:column;gap:16px;position:relative}.Donation_donationContainer__XqNPF .Donation_notAvailable__NrJTT{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(32,32,32,.1);border-radius:4px;box-sizing:border-box;cursor:not-allowed;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;left:0;padding:24px;position:absolute;text-align:center;top:0;width:100%;z-index:10}.Donation_donationContainer__XqNPF .Donation_donationPageTitle__XPqLD{align-items:center;color:#d1d1d1;display:flex;flex-direction:row;flex-wrap:wrap;font-size:20px;font-weight:500;gap:4px;white-space:nowrap}.Donation_donationContainer__XqNPF .Donation_donationPageTitle__XPqLD b{color:#9f9f9f;font-weight:500}.Donation_donationContainer__XqNPF .Donation_donationPageTitle__XPqLD img{border-radius:50%;height:24px}.Donation_donationContainer__XqNPF .Donation_screenConnectionWarning__4yIwt{align-items:center;background:rgba(255,204,0,.1);border-radius:4px;box-sizing:border-box;color:#edd98b;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-style:italic;font-weight:400;gap:6px;padding:8px}.Donation_donationContainer__XqNPF .Donation_screenConnectionWarning__4yIwt svg{color:#edd98b;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.Donation_donationContainer__XqNPF .Donation_streamWidget_toggle__t1KJe{align-items:center;display:flex;flex-direction:row;gap:6px}.Donation_donationContainer__XqNPF .Donation_streamWidget_toggle__t1KJe .Donation_streamWidget_title__gzP2g{color:#f7f7f7;font-size:14px;font-weight:500}.Donation_donationContainer__XqNPF .Donation_streamWidget_toggle__t1KJe .Donation_streamWidget_toggleBtn__182ub{align-items:center;background:#333;border-radius:12px;cursor:pointer;display:flex;flex-direction:row;height:16px;padding:2px;position:relative;transition:.3s;width:32px}.Donation_donationContainer__XqNPF .Donation_streamWidget_toggle__t1KJe .Donation_streamWidget_toggleBtn__182ub .Donation_toggleBtn_circle__JUxkv{background:#5e5e5e;border-radius:50%;height:14px;left:3px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.3s;width:14px}.Donation_donationContainer__XqNPF .Donation_streamWidget_toggle__t1KJe .Donation_streamWidget_toggleBtn__182ub.Donation_enabled__oPbld{background:#5d7fff}.Donation_donationContainer__XqNPF .Donation_streamWidget_toggle__t1KJe .Donation_streamWidget_toggleBtn__182ub.Donation_enabled__oPbld .Donation_toggleBtn_circle__JUxkv{background:#fafafa;left:19px}.Donation_donationContainer__XqNPF .Donation_platformPlayer__G-AJ\+ iframe{aspect-ratio:16/9;border:none;border-radius:4px;height:auto;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD{display:flex;flex-direction:column;gap:20px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N{display:flex;flex-direction:column;gap:12px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N .Donation_lineTitle__ChPbP{color:#5d7fff;font-size:16px;font-weight:500}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N .Donation_supporterName_type__0A1TP{align-items:center;display:flex;flex-direction:row;gap:12px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N .Donation_supporterName_type__0A1TP .Donation_typeItem__JIpAP{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:4px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N .Donation_supporterName_type__0A1TP .Donation_typeItem__JIpAP .Donation_typeItem_checkbox__1f5kF{align-items:center;background:#515151;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;justify-content:center;min-height:20px;min-width:20px;padding:1px;transition:.3s}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N .Donation_supporterName_type__0A1TP .Donation_typeItem__JIpAP .Donation_typeItem_checkbox__1f5kF:hover{background:#373737}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N .Donation_supporterName_type__0A1TP .Donation_typeItem__JIpAP .Donation_typeItem_checkbox__1f5kF img{display:none;height:14px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N .Donation_supporterName_type__0A1TP .Donation_typeItem__JIpAP.Donation_checked__qy3Lz .Donation_typeItem_checkbox__1f5kF{background:#5d7fff}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N .Donation_supporterName_type__0A1TP .Donation_typeItem__JIpAP.Donation_checked__qy3Lz .Donation_typeItem_checkbox__1f5kF img{display:inline;display:initial}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_supporterLine__P-h9N .Donation_supporterName_input__antRe{align-items:center;background:#2d2d2d;border:none;border-radius:6px;box-sizing:border-box;color:#cecece;display:flex;flex-direction:row;font-size:16px;outline:none;padding:12px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT{display:flex;flex-direction:column;gap:12px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_title__tu2W9{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_title__tu2W9 .Donation_toggleBtn__TczJw{align-items:center;background:#333;border-radius:12px;cursor:pointer;display:flex;flex-direction:row;height:16px;padding:2px;position:relative;transition:.3s;width:32px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_title__tu2W9 .Donation_toggleBtn__TczJw .Donation_toggleBtn_circle__JUxkv{background:#5e5e5e;border-radius:50%;height:14px;left:3px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.3s;width:14px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_title__tu2W9 .Donation_toggleBtn__TczJw.Donation_enabled__oPbld{background:#5d7fff}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_title__tu2W9 .Donation_toggleBtn__TczJw.Donation_enabled__oPbld .Donation_toggleBtn_circle__JUxkv{background:#fafafa;left:19px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_takeover_list__xJLhz{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_takeover_list__xJLhz .Donation_takeover_listItem__rjFbe{align-items:center;background:#515151;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;gap:4px;padding:8px 16px;text-shadow:0 0 10px #000,0 0 2em #000,0 0 1em #000;transition:.3s;white-space:nowrap}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_takeover_list__xJLhz .Donation_takeover_listItem__rjFbe:hover{background-color:#373737;background-position:0}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_takeover_list__xJLhz .Donation_takeover_listItem__rjFbe.Donation_checked__qy3Lz{background:#5d7fff}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_list__zhOJo{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_list__zhOJo .Donation_donationType_item__1ytJY{align-items:center;background:#515151;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;gap:4px;padding:4px 8px;transition:.3s;white-space:nowrap}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_list__zhOJo .Donation_donationType_item__1ytJY img{border-radius:0;border-radius:initial;height:16px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_list__zhOJo .Donation_donationType_item__1ytJY:hover{background:#373737}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationType_list__zhOJo .Donation_donationType_item__1ytJY.Donation_checked__qy3Lz{background:#5d7fff}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationGame_list__4KFov{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationGame_list__4KFov .Donation_donationGame_title__ODVwR{color:#747474;display:flex;flex-direction:row;font-size:14px;font-weight:400;height:auto;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationGame_list__4KFov .Donation_donationGame_item__MaBvQ{cursor:pointer;display:flex;flex-direction:row;height:50px;transition:.3s;width:100px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationGame_list__4KFov .Donation_donationGame_item__MaBvQ:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationGame_list__4KFov .Donation_donationGame_item__MaBvQ.Donation_selected__8CJ4V img{border:1px solid #5d7fff;-webkit-transform:scale(1.05);transform:scale(1.05)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationGame_list__4KFov .Donation_donationGame_item__MaBvQ img{border-radius:4px;height:100%;object-fit:cover;transition:.3s;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationMessage__aT\+6v{font-family:Inter,sans-serif;max-height:200px;min-height:80px;resize:vertical}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_aiPrompt_input__9izO0,.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_donationMessage__aT\+6v{align-items:center;background:#2d2d2d;border:none;border-radius:6px;box-sizing:border-box;color:#cecece;display:flex;flex-direction:row;font-size:16px;outline:none;padding:12px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen_title__1\+BDQ{color:#7f7f7f;font-size:14px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_videoSoundBtn__YPLjs{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:row;height:30px;justify-content:center;left:10px;max-width:30px;min-height:30px;min-width:30px;position:absolute;top:10px;transition:.3s;width:30px;z-index:20}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_videoSoundBtn__YPLjs img{filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);-webkit-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);-moz-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);-ms-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);-o-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);transition:.3s}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_videoSoundBtn__YPLjs.Donation_soundOff__fxtvE img{filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7);-webkit-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7);-moz-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7);-ms-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7);-o-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM{aspect-ratio:16/9;background-repeat:repeat;background:url(/static/media/transparentBg.5179c666d38931177f29.svg);border:1px dashed #f33;border-radius:2px;height:auto;position:relative;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg{aspect-ratio:16/9;box-sizing:border-box;height:auto;position:absolute;width:240px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg .Donation_borderColor__j-xac{border-radius:12px;padding:5px 0 0 5px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg .Donation_borderColor__j-xac .Donation_widget__CZFg0{border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;padding:12px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg .Donation_borderColor__j-xac .Donation_widget__CZFg0 .Donation_newTip__-7z9E{border-radius:4px;box-sizing:border-box;font-size:12px;font-weight:500;padding:2px 4px;position:absolute;right:12px;top:-6px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg .Donation_borderColor__j-xac .Donation_widget__CZFg0 .Donation_title__DmmK3{font-size:16px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg .Donation_borderColor__j-xac .Donation_widget__CZFg0 .Donation_title__DmmK3 .Donation_donator__ty0am{font-weight:600}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg .Donation_borderColor__j-xac .Donation_widget__CZFg0 .Donation_title__DmmK3 .Donation_amount__Z1POP{font-weight:500}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg .Donation_borderColor__j-xac .Donation_widget__CZFg0 .Donation_donationText__z-bts{font-size:14.6px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg.Donation_topRight__owLgR{right:32px;top:32px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg.Donation_topLeft__od\+Me{left:32px;top:32px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg.Donation_bottomRight__hvfhp{bottom:32px;right:32px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg.Donation_bottomLeft__OkNWD{bottom:32px;left:32px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg.Donation_centerLeft__h8MKE{left:32px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg.Donation_centerRight__i5elC{right:32px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg.Donation_centerTop__6Fh6H{left:50%;top:32px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg.Donation_centerBottom__4aK1U{bottom:32px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_widgetTheme_default__WjePg.Donation_centerMiddle__zICnh{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_overlayEffect__P12sv{height:100%;position:absolute;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_overlayEffect__P12sv source,.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_previewScreen__c5meM .Donation_overlayEffect__P12sv video{height:100%;object-fit:cover;position:absolute;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_title__DmmK3{color:#5d7fff;display:flex;flex-direction:column;font-size:16px;font-weight:500;gap:1px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_title__DmmK3 .Donation_subTitle__YFUFW{color:#515151;font-size:10px;font-weight:400}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_arFilters__5mmSC{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;height:auto}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_arFilters__5mmSC .Donation_arFilterItem__qJrmI{align-items:center;background:#515151;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:4px;justify-content:center;padding:6px;transition:.3s}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_arFilters__5mmSC .Donation_arFilterItem__qJrmI img{height:40px;max-height:40px;min-height:40px;transition:.3s}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_arFilters__5mmSC .Donation_arFilterItem__qJrmI .Donation_filterName__J0qZA{color:#fafafa;font-size:14px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_arFilters__5mmSC .Donation_arFilterItem__qJrmI:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_arFilters__5mmSC .Donation_arFilterItem__qJrmI.Donation_checked__qy3Lz{background:#5d7fff}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_arFilterPreview__D1bEh{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_arFilterPreview__D1bEh .Donation_subTitle__YFUFW{color:#7f7f7f;font-size:14px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationTypeLine__ai7qT .Donation_snapSection__bX1lK .Donation_arFilterPreview__D1bEh .Donation_arFilterVideo__PaUHn{aspect-ratio:9/16;border-radius:6px;max-height:350px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw{display:flex;flex-direction:column;gap:12px;height:auto;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_title__6uo1N{color:#5d7fff;font-size:16px;font-weight:500}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;overflow:auto;padding-bottom:6px;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ{background:#313131;border:1px solid #313131;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:2px;height:auto;max-width:140px;padding:2px 4px;transition:.3s}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_name__Dd49f{align-items:center;color:#969696;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:12px;font-style:italic;gap:6px;white-space:nowrap;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_name__Dd49f .Donation_fileName__KoXMq{display:inline-block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_name__Dd49f button{align-items:center;background:hsla(0,0%,100%,.1);border:none;border-radius:4px;color:#8f8f8f;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:10px;font-weight:500;height:14px;justify-content:center;line-height:14px;margin-left:auto;max-height:14px;max-width:14px;transition:.3s;width:14px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_name__Dd49f button img{height:12px;transition:.3s}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_name__Dd49f button:hover{background:rgba(255,51,51,.2);color:#d1d1d1}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_name__Dd49f button:hover img{-webkit-filter:brightness(2);filter:brightness(2)}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_content__W8o2v{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_content__W8o2v img{aspect-ratio:2;border-radius:2px;height:60px;object-fit:contain}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_content__W8o2v source,.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ .Donation_donationAsset_content__W8o2v video{border-radius:2px;height:60px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ:hover{background:#373737;border:1px solid #373737}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ.Donation_selected__8CJ4V{background:rgba(93,127,255,.25);border:1px solid #5d7fff}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw .Donation_donationAsset_list__ANbQi .Donation_donationAsset_item__G9qqZ.Donation_selected__8CJ4V .Donation_donationAsset_name__Dd49f{color:#d3d3d3}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw p{color:#747474;font-size:14px;font-weight:400;margin-top:-6px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw input{display:none}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw label{align-items:center;background:#515151;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14.8px;font-weight:500;gap:2px;justify-content:center;padding:4px 8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw label:hover{background:#484848}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAssetLine__8DJmw label img{height:16px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl{display:flex;flex-direction:column;gap:12px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_donationAmount_title__QCILf{color:#5d7fff;font-size:16px;font-weight:500}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_donationAmount_inputWrap__4pr4j{align-items:center;display:flex;flex-direction:row;height:auto;position:relative;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_donationAmount_inputWrap__4pr4j .Donation_donatonCurrency__TpwyD{align-items:center;border-right:1px solid #8b8b8b;color:#8b8b8b;display:flex;flex-direction:row;font-size:16px;height:16px;justify-content:center;left:12px;padding-right:6px;position:absolute;width:20px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_donationAmount_inputWrap__4pr4j .Donation_donationAmount_input__4yShL{align-items:center;background:#2d2d2d;border:none;border-radius:6px;box-sizing:border-box;color:#cecece;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;outline:none;padding:12px 12px 12px 50px;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_quickOptions_title__Voxov{color:#747474;font-size:14px;font-weight:400}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_donationQuickOptions__4RfIq{display:flex;flex-direction:row;gap:12px;height:auto;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_donationQuickOptions__4RfIq .Donation_quickOption_item__23\+NA{align-items:center;background:#3c3c3c;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;padding:4px 8px;transition:.3s}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_donationQuickOptions__4RfIq .Donation_quickOption_item__23\+NA:hover{background:#373737}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_donationQuickOptions__4RfIq .Donation_quickOption_item__23\+NA.Donation_selected__8CJ4V{background:rgba(93,127,255,.25);border:1px solid #5d7fff}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_previewWithLink__A\+XRC{align-items:center;background:#484848;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;justify-content:center;margin-bottom:-20px;margin-top:12px;outline:none;padding:16px 8px;text-align:center;transition:.3s}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_previewWithLink__A\+XRC:hover{opacity:.9}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_previewWithLink__A\+XRC img{height:18px}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_supportNowBtn__vroJK{align-items:center;background:#5d7fff;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;margin-top:24px;outline:none;padding:16px 8px;text-align:center;transition:.3s}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_supportNowBtn__vroJK:hover{opacity:.9}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_supportNowBtn__vroJK.Donation_disabled__3cLue{cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.25}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_supportNowBtn__vroJK.Donation_disabled__3cLue:hover{background:#432662}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_minAmountType__0eXr5{align-items:center;background:rgba(255,51,51,.1);border-radius:4px;box-sizing:border-box;color:#f33;display:flex;flex-direction:row;font-size:14px;gap:4px;height:auto;padding:4px 8px;width:100%}.Donation_donationContainer__XqNPF .Donation_donationContent__vf5jD .Donation_donationAmountLine__TINYl .Donation_minAmountType__0eXr5 img{height:16px}.TipMessageStyle_tipMessageStyle__urLTf{display:flex;flex-direction:column;gap:18px}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_sectionTitle__cXirC{color:#5d7fff;font-size:16px;font-weight:500}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:auto;width:100%}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k .TipMessageStyle_styleOption__k-Xg\+{box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:auto;max-width:230px;width:100%}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k .TipMessageStyle_styleOption__k-Xg\+ .TipMessageStyle_styleOptionIcon__PMOK\+{align-items:center;border:2px solid #515151;border-radius:10px;display:flex;height:auto;justify-content:center;position:relative;transition:border .3s ease-in-out;width:100%}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k .TipMessageStyle_styleOption__k-Xg\+ .TipMessageStyle_styleOptionIcon__PMOK\+ .TipMessageStyle_selectedIcon__HQLia{display:flex;flex-direction:row;height:21px;max-height:21px;max-width:21px;min-height:21px;min-width:21px;opacity:0;position:absolute;right:-8px;top:-8px;transition:opacity .3s ease-in-out;width:21px}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k .TipMessageStyle_styleOption__k-Xg\+ .TipMessageStyle_styleOptionIcon__PMOK\+ img{border-radius:10px;height:auto;width:100%}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k .TipMessageStyle_styleOption__k-Xg\+ .TipMessageStyle_styleOptionTitle__WwHEf{color:#fafafa;font-size:16px;font-weight:600;transition:.3s}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k .TipMessageStyle_styleOption__k-Xg\+ .TipMessageStyle_styleOptionDescription__G-4d2{color:#bfbfbf;font-size:14px;font-weight:400;margin-top:-8px;transition:.3s}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k .TipMessageStyle_styleOption__k-Xg\+:hover .TipMessageStyle_styleOptionIcon__PMOK\+{border:2px solid #6c6c6c}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k .TipMessageStyle_styleOption__k-Xg\+.TipMessageStyle_active__HH-it .TipMessageStyle_styleOptionIcon__PMOK\+{border:2px solid #5d7fff}.TipMessageStyle_tipMessageStyle__urLTf .TipMessageStyle_styleOptions__\+pH2k .TipMessageStyle_styleOption__k-Xg\+.TipMessageStyle_active__HH-it .TipMessageStyle_styleOptionIcon__PMOK\+ .TipMessageStyle_selectedIcon__HQLia{opacity:1}.TipAssetLibrary_tipAssetLibrary__al\+Kd{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.AssetsTabs_assetsTabs__TeztS{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AssetsTabs_assetsTabs__TeztS .AssetsTabs_tabItem__4Tap6{align-items:center;border-left:1px solid transparent;border-radius:8px 8px 0 0;border-right:1px solid transparent;border-top:1px solid transparent;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:5px;padding:8px 10px;transition:.3s}.AssetsTabs_assetsTabs__TeztS .AssetsTabs_tabItem__4Tap6 .AssetsTabs_itemIcon__rjhaA,.AssetsTabs_assetsTabs__TeztS .AssetsTabs_tabItem__4Tap6 svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.AssetsTabs_assetsTabs__TeztS .AssetsTabs_tabItem__4Tap6.AssetsTabs_streamerAssets__IxzFh{background:rgba(93,127,255,.2);border-left:1px solid #5d7fff;border-right:1px solid #5d7fff;border-top:1px solid #5d7fff}.AssetsTabs_assetsTabs__TeztS .AssetsTabs_tabItem__4Tap6.AssetsTabs_yourAssets__5RPZV{background:rgba(239,62,92,.2);border-left:1px solid #ef3e5c;border-right:1px solid #ef3e5c;border-top:1px solid #ef3e5c}.AssetsTabs_assetsTabs__TeztS .AssetsTabs_tabItem__4Tap6.AssetsTabs_livadAssets__B14Gq{background:rgba(239,115,62,.2);border-left:1px solid #ef733e;border-right:1px solid #ef733e;border-top:1px solid #ef733e}.AssetsTabs_assetsTabs__TeztS.AssetsTabs_streamerAssets__IxzFh{border-bottom:1px solid #5d7fff}.AssetsTabs_assetsTabs__TeztS.AssetsTabs_yourAssets__5RPZV{border-bottom:1px solid #ef3e5c}.AssetsTabs_assetsTabs__TeztS.AssetsTabs_livadAssets__B14Gq{border-bottom:1px solid #ef733e}.StreamerAssets_streamerAssets__L4o4j{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-height:800px;min-height:300px;width:100%}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;height:auto;width:100%}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_searchByName__TEc6i{box-sizing:border-box;display:flex;flex-direction:row;height:auto;position:relative}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_searchByName__TEc6i svg{color:#949494;height:16px;left:10px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_searchByName__TEc6i input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;color:#fafafa;font-size:16px;font-weight:400;outline:none;padding:10px 10px 10px 35px}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_searchByName__TEc6i input[type=text]::-webkit-input-placeholder{color:#949494;font-size:16px;font-weight:400}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_searchByName__TEc6i input[type=text]::placeholder{color:#949494;font-size:16px;font-weight:400}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_selectItem__TjCHt{align-items:center;background:#1e1e1e;border:1px solid #2e2e2e;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;min-height:40px;padding:8px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_selectItem__TjCHt .StreamerAssets_selectItemTitle__NvqDa{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:12px;font-weight:400;gap:2.6px}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_selectItem__TjCHt select{background:#1e1e1e;border:none;color:#fafafa;cursor:pointer;font-size:14px;font-weight:400;outline:none}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_newAssetBtn__kqh2M{align-items:center;background:#5d7fff;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-weight:500;height:auto;margin-left:auto;outline:none;padding:10px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_newAssetBtn__kqh2M svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.StreamerAssets_streamerAssets__L4o4j .StreamerAssets_sectionHeader__GD80F .StreamerAssets_newAssetBtn__kqh2M:hover{opacity:.8}.StreamerAssetList_loading__K0Nyx{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;width:100%}.StreamerAssetList_streamerAssetList__ZeOju{overflow:auto;width:100%}.StreamerAssetList_streamerAssetList__ZeOju .StreamerAssetList_masonry__qczzu{display:flex;width:100%}.StreamerAssetList_streamerAssetList__ZeOju .StreamerAssetList_noData__ja9YO,.StreamerAssetList_streamerAssetList__ZeOju .StreamerAssetList_noResults__bAb8b{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;margin-top:60px;padding:12px}.StreamerAssetList_streamerAssetList__ZeOju .StreamerAssetList_noData__ja9YO .StreamerAssetList_noDataIcon__92CmF svg,.StreamerAssetList_streamerAssetList__ZeOju .StreamerAssetList_noResults__bAb8b .StreamerAssetList_noDataIcon__92CmF svg{color:#6c6c6c;height:48px;width:48px}.StreamerAssetList_streamerAssetList__ZeOju .StreamerAssetList_noData__ja9YO .StreamerAssetList_noDataText__PMhN-,.StreamerAssetList_streamerAssetList__ZeOju .StreamerAssetList_noResults__bAb8b .StreamerAssetList_noDataText__PMhN-{color:#9c9c9c;font-size:1.2rem;font-weight:400;text-align:center}.StreamerAssetList_streamerAssetList__ZeOju .StreamerAssetList_noData__ja9YO .StreamerAssetList_noDataText__PMhN- .StreamerAssetList_searchTerm__ZNada,.StreamerAssetList_streamerAssetList__ZeOju .StreamerAssetList_noResults__bAb8b .StreamerAssetList_noDataText__PMhN- .StreamerAssetList_searchTerm__ZNada{color:#fafafa}.StreamerAssetListItem_streamerAssetListItem__mIwJ5{border-radius:6px;box-sizing:border-box;cursor:pointer;display:block;position:relative;width:100%}.StreamerAssetListItem_streamerAssetListItem__mIwJ5 .StreamerAssetListItem_selectedIcon__B11i6{opacity:0;position:absolute;right:6px;top:6px;transition:.3s;z-index:3}.StreamerAssetListItem_streamerAssetListItem__mIwJ5 .StreamerAssetListItem_video__TX-JX{background:#000;border:2px solid #202020;border-radius:5px;box-sizing:border-box;display:block;height:auto;transition:border .3s;width:100%}.StreamerAssetListItem_streamerAssetListItem__mIwJ5 .StreamerAssetListItem_assetName__suiqR{box-sizing:border-box;display:flex;height:auto;left:10px;opacity:0;position:absolute;top:10px;transition:.3s;width:calc(100% - 20px);z-index:2}.StreamerAssetListItem_streamerAssetListItem__mIwJ5 .StreamerAssetListItem_assetName__suiqR .StreamerAssetListItem_assetName_text__IGln6{color:#fafafa;font-family:Inter;font-size:16px;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 8.5px rgba(0,0,0,.9);white-space:nowrap}.StreamerAssetListItem_streamerAssetListItem__mIwJ5 .StreamerAssetListItem_assetDetails__rMtmd{bottom:10px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;left:10px;opacity:0;position:absolute;transition:.3s;width:calc(100% - 20px)}.StreamerAssetListItem_streamerAssetListItem__mIwJ5 .StreamerAssetListItem_assetDetails__rMtmd .StreamerAssetListItem_assetDuration__bQA24{align-items:center;background:rgba(0,0,0,.2);border-radius:0 5px;bottom:-10px;color:#fafafa;display:flex;flex-direction:row;font-family:Inter;font-size:14px;font-weight:400;justify-content:center;left:-10px;padding:2px 5px;position:absolute;text-shadow:0 0 8.3px rgba(0,0,0,.9);z-index:2}.StreamerAssetListItem_streamerAssetListItem__mIwJ5 .StreamerAssetListItem_assetDetails__rMtmd .StreamerAssetListItem_assetCost__xSmGJ{color:#fafafa;font-family:Inter;font-size:16px;font-weight:500;margin-left:auto;text-shadow:0 0 8.5px rgba(0,0,0,.9);z-index:2}.StreamerAssetListItem_streamerAssetListItem__mIwJ5.StreamerAssetListItem_selected__V6nfO .StreamerAssetListItem_video__TX-JX{border:2px solid #5d7fff}.StreamerAssetListItem_streamerAssetListItem__mIwJ5.StreamerAssetListItem_selected__V6nfO .StreamerAssetListItem_assetDetails__rMtmd,.StreamerAssetListItem_streamerAssetListItem__mIwJ5.StreamerAssetListItem_selected__V6nfO .StreamerAssetListItem_assetName__suiqR,.StreamerAssetListItem_streamerAssetListItem__mIwJ5.StreamerAssetListItem_selected__V6nfO .StreamerAssetListItem_selectedIcon__B11i6,.StreamerAssetListItem_streamerAssetListItem__mIwJ5:hover .StreamerAssetListItem_assetDetails__rMtmd,.StreamerAssetListItem_streamerAssetListItem__mIwJ5:hover .StreamerAssetListItem_assetDetails__rMtmd .StreamerAssetListItem_assetCost__xSmGJ,.StreamerAssetListItem_streamerAssetListItem__mIwJ5:hover .StreamerAssetListItem_assetDetails__rMtmd .StreamerAssetListItem_assetDuration__bQA24,.StreamerAssetListItem_streamerAssetListItem__mIwJ5:hover .StreamerAssetListItem_assetName__suiqR{opacity:1}.Pagination_pagination__QL3ph{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;justify-content:flex-end;margin-top:auto;width:100%}.Pagination_pagination__QL3ph .Pagination_backBtn__Hd4Dk,.Pagination_pagination__QL3ph .Pagination_nextBtn__m5PO1{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:row;height:28px;justify-content:center;max-height:28px;max-width:28px;min-height:28px;min-width:28px;outline:none;transition:.3s;width:28px}.Pagination_pagination__QL3ph .Pagination_backBtn__Hd4Dk svg,.Pagination_pagination__QL3ph .Pagination_nextBtn__m5PO1 svg{fill:#fafafa;color:#fafafa;height:18px;max-height:18px;min-height:18px;width:auto}.Pagination_pagination__QL3ph .Pagination_backBtn__Hd4Dk:hover,.Pagination_pagination__QL3ph .Pagination_nextBtn__m5PO1:hover{opacity:.8}.Pagination_pagination__QL3ph .Pagination_nextBtn__m5PO1 svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe .Pagination_pageNumber__OtmBG{align-items:center;background:transparent;border:1px solid transparent;border-radius:6px;box-sizing:border-box;color:#bfbfcb;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:28px;justify-content:center;max-height:28px;max-width:28px;min-height:28px;min-width:28px;transition:.3s;width:28px}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe .Pagination_pageNumber__OtmBG:hover{color:#fafafa}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe .Pagination_pageNumber__OtmBG.Pagination_active__yaPsQ{background:rgba(93,127,255,.2);border:1px solid #5d7fff;border-radius:6px;color:#fafafa}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe .Pagination_pageNumber__OtmBG.Pagination_active__yaPsQ:hover{color:#fafafa}.FanAssets_fanAssets__1SIUW{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-height:800px;min-height:300px;width:100%}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;height:auto;width:100%}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_searchByName__Mtm6s{box-sizing:border-box;display:flex;flex-direction:row;height:auto;position:relative}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_searchByName__Mtm6s svg{color:#949494;height:16px;left:10px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_searchByName__Mtm6s input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;color:#fafafa;font-size:16px;font-weight:400;outline:none;padding:10px 10px 10px 35px}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_searchByName__Mtm6s input[type=text]::-webkit-input-placeholder{color:#949494;font-size:16px;font-weight:400}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_searchByName__Mtm6s input[type=text]::placeholder{color:#949494;font-size:16px;font-weight:400}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_selectItem__IR\+13{align-items:center;background:#1e1e1e;border:1px solid #2e2e2e;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;min-height:40px;padding:8px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_selectItem__IR\+13 .FanAssets_selectItemTitle__EWBUU{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:12px;font-weight:400;gap:2.6px}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_selectItem__IR\+13 select{background:#1e1e1e;border:none;color:#fafafa;cursor:pointer;font-size:14px;font-weight:400;outline:none}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_newAssetBtn__tH\+EO{align-items:center;background:#5d7fff;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-weight:500;height:auto;margin-left:auto;outline:none;padding:10px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_newAssetBtn__tH\+EO svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.FanAssets_fanAssets__1SIUW .FanAssets_sectionHeader__RxHxH .FanAssets_newAssetBtn__tH\+EO:hover{opacity:.8}.FanAssetList_loading__-kaZN{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;width:100%}.FanAssetList_fanAssetList__SI4kh{overflow:auto;width:100%}.FanAssetList_fanAssetList__SI4kh .FanAssetList_masonry__QH\+cH{display:flex;width:100%}.FanAssetList_fanAssetList__SI4kh .FanAssetList_noData__\+VH\+u,.FanAssetList_fanAssetList__SI4kh .FanAssetList_noResults__RWHcV{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;margin-top:60px;padding:12px}.FanAssetList_fanAssetList__SI4kh .FanAssetList_noData__\+VH\+u .FanAssetList_noDataIcon__Es1lj svg,.FanAssetList_fanAssetList__SI4kh .FanAssetList_noResults__RWHcV .FanAssetList_noDataIcon__Es1lj svg{color:#6c6c6c;height:48px;width:48px}.FanAssetList_fanAssetList__SI4kh .FanAssetList_noData__\+VH\+u .FanAssetList_noDataText__im1SV,.FanAssetList_fanAssetList__SI4kh .FanAssetList_noResults__RWHcV .FanAssetList_noDataText__im1SV{color:#9c9c9c;font-size:1.2rem;font-weight:400;text-align:center}.FanAssetList_fanAssetList__SI4kh .FanAssetList_noData__\+VH\+u .FanAssetList_noDataText__im1SV .FanAssetList_searchTerm__OGzbA,.FanAssetList_fanAssetList__SI4kh .FanAssetList_noResults__RWHcV .FanAssetList_noDataText__im1SV .FanAssetList_searchTerm__OGzbA{color:#fafafa}.FanAssetListItem_fanAssetListItem__jAeH9{border:2px solid transparent;border-radius:6px;box-sizing:border-box;cursor:pointer;display:block;position:relative;transition:border .3s;width:100%}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_selectedIcon__OJd0x{opacity:0;position:absolute;right:6px;top:6px;transition:.3s;z-index:3}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_video__XzH6t{background:#000;border-radius:5px;box-sizing:border-box;display:block;height:auto;width:100%}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_assetName__ZNPoz{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;left:10px;opacity:0;position:absolute;top:10px;transition:.3s;width:calc(100% - 20px);z-index:2;z-index:100}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_assetName__ZNPoz .FanAssetListItem_assetName_text__PnB\+-{color:#fafafa;font-family:Inter;font-size:16px;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 8.5px rgba(0,0,0,.9);white-space:nowrap}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_assetName__ZNPoz .FanAssetListItem_deleteBtn__vDROu{align-items:center;background:#f33;border:none;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;height:24px;justify-content:center;margin-left:auto;max-height:24px;max-width:24px;min-height:24px;min-width:24px;outline:none;transition:.3s;width:24px;z-index:999}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_assetName__ZNPoz .FanAssetListItem_deleteBtn__vDROu svg{color:#fafafa;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_assetName__ZNPoz .FanAssetListItem_deleteBtn__vDROu:hover{background:#f33;opacity:.8}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_assetDetails__tcSbE{bottom:10px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;left:10px;opacity:0;position:absolute;transition:.3s;width:calc(100% - 20px)}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_assetDetails__tcSbE .FanAssetListItem_assetDuration__FU\+tp{align-items:center;background:rgba(0,0,0,.2);border-radius:0 5px;bottom:-10px;color:#fafafa;display:flex;flex-direction:row;font-family:Inter;font-size:14px;font-weight:400;justify-content:center;left:-10px;padding:2px 5px;position:absolute;text-shadow:0 0 8.3px rgba(0,0,0,.9);z-index:2}.FanAssetListItem_fanAssetListItem__jAeH9 .FanAssetListItem_assetDetails__tcSbE .FanAssetListItem_assetCost__Cpnju{color:#fafafa;font-family:Inter;font-size:16px;font-weight:500;margin-left:auto;text-shadow:0 0 8.5px rgba(0,0,0,.9);z-index:2}.FanAssetListItem_fanAssetListItem__jAeH9.FanAssetListItem_selected__eAGu5{border:2px solid #5d7fff}.FanAssetListItem_fanAssetListItem__jAeH9.FanAssetListItem_selected__eAGu5 .FanAssetListItem_selectedIcon__OJd0x{opacity:1;z-index:101}.FanAssetListItem_fanAssetListItem__jAeH9.FanAssetListItem_selected__eAGu5 .FanAssetListItem_assetName__ZNPoz{opacity:1}.FanAssetListItem_fanAssetListItem__jAeH9.FanAssetListItem_selected__eAGu5 .FanAssetListItem_assetName__ZNPoz .FanAssetListItem_deleteBtn__vDROu{display:none}.FanAssetListItem_fanAssetListItem__jAeH9.FanAssetListItem_selected__eAGu5 .FanAssetListItem_assetDetails__tcSbE,.FanAssetListItem_fanAssetListItem__jAeH9:hover .FanAssetListItem_assetDetails__tcSbE,.FanAssetListItem_fanAssetListItem__jAeH9:hover .FanAssetListItem_assetDetails__tcSbE .FanAssetListItem_assetCost__Cpnju,.FanAssetListItem_fanAssetListItem__jAeH9:hover .FanAssetListItem_assetDetails__tcSbE .FanAssetListItem_assetDuration__FU\+tp,.FanAssetListItem_fanAssetListItem__jAeH9:hover .FanAssetListItem_assetName__ZNPoz{opacity:1}.NewAssetPopup_newAssetPopup__SLE-C{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.7);color:#fafafa;height:100vh;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:101}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu{background:#222;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;margin:40px auto;max-width:680px;min-height:395px;padding:20px;position:relative;width:100%}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupCloseBtn__ZPwNT{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:row;height:24px;justify-content:center;max-height:24px;max-width:24px;min-height:24px;min-width:24px;outline:none;position:absolute;right:20px;top:20px;transition:.3s;width:24px}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupCloseBtn__ZPwNT svg{color:#fafafa;height:100%;transition:.3s;width:100%}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupCloseBtn__ZPwNT:hover{opacity:.8}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupHeaderSection__GwCYd{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;width:100%}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupHeaderSection__GwCYd .NewAssetPopup_popupTitle__Jjbnn{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:20px;font-weight:500;gap:8px}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupHeaderSection__GwCYd .NewAssetPopup_popupTitle__Jjbnn svg{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupHeaderSection__GwCYd .NewAssetPopup_popupTitle__Jjbnn svg path{fill:#5d7fff}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupHeaderSection__GwCYd .NewAssetPopup_popupDesc__hKt6W{align-items:center;box-sizing:border-box;color:#d9d9d9;display:flex;flex-direction:row;font-size:16px;font-weight:400;height:auto;width:100%}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupHeaderSection__GwCYd .NewAssetPopup_backBtn__Drbao{align-items:center;background:#303030;border:none;border-radius:5px;box-sizing:border-box;color:#c9c9c9;cursor:pointer;display:flex;flex-direction:row;font-family:Inter;font-size:14px;font-weight:500;gap:5px;height:auto;justify-content:center;padding:4px 6px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.NewAssetPopup_newAssetPopup__SLE-C .NewAssetPopup_popupContent__fzPGu .NewAssetPopup_popupHeaderSection__GwCYd .NewAssetPopup_backBtn__Drbao:hover{background:#3a3a3a}.UploadStep_uploadStep__MxmF4{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;width:100%}.UploadStep_uploadStep__MxmF4 .UploadStep_linkInput__gJXHJ{background:#292929;border:1px solid #303030;border-radius:10px;box-sizing:border-box;color:#fafafa;font-size:16px;font-weight:500;height:auto;outline:none;padding:15px;width:100%}.UploadStep_uploadStep__MxmF4 .UploadStep_linkInput__gJXHJ::-webkit-input-placeholder{color:#b1b1b1;font-size:16px;font-weight:500}.UploadStep_uploadStep__MxmF4 .UploadStep_linkInput__gJXHJ::placeholder{color:#b1b1b1;font-size:16px;font-weight:500}.UploadStep_uploadStep__MxmF4 .UploadStep_orLabel__ma8JA{color:#5d7fff;font-size:20px;font-weight:500;text-align:center}.UploadStep_uploadStep__MxmF4 .UploadStep_uploadAssetWrapper__HHDN8{box-sizing:border-box;display:flex;flex-direction:column;gap:14px;height:auto;width:100%}.UploadStep_uploadStep__MxmF4 .UploadStep_uploadAssetWrapper__HHDN8 .UploadStep_uploadAssetBtn__CaBAg{align-items:center;background:#313131;border-radius:10px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:5px;height:auto;height:50px;justify-content:center;margin:0 auto;max-width:285px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;transition:.3s;width:100%}.UploadStep_uploadStep__MxmF4 .UploadStep_uploadAssetWrapper__HHDN8 .UploadStep_uploadAssetBtn__CaBAg svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.UploadStep_uploadStep__MxmF4 .UploadStep_uploadAssetWrapper__HHDN8 .UploadStep_uploadAssetBtn__CaBAg:hover{background:#3a3a3a}.UploadStep_uploadStep__MxmF4 .UploadStep_uploadAssetWrapper__HHDN8 .UploadStep_uploadAssetInput__VolY1{display:none}.UploadStep_uploadStep__MxmF4 .UploadStep_uploadAssetWrapper__HHDN8 .UploadStep_fileSupportDesc__BJORg{color:#919191;font-size:14px;font-weight:400;text-align:center}.UploadStep_uploadStep__MxmF4 .UploadStep_uploadAssetWrapper__HHDN8 .UploadStep_fileSupportDesc__BJORg b{color:#a1a1a1;font-size:14px;font-weight:500}.PrepareStep_prepareStep__ASDmb{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.PrepareStep_prepareStep__ASDmb .PrepareStep_youtubeEmbed__WVcnZ{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:auto;overflow:hidden;position:relative;width:100%}.PrepareStep_prepareStep__ASDmb .PrepareStep_youtubeEmbed__WVcnZ:after{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.PrepareStep_prepareStep__ASDmb .PrepareStep_youtubeEmbed__WVcnZ .PrepareStep_youtubePlayer__LSVWd{aspect-ratio:16/9;border-radius:10px;height:auto;width:100%}.PrepareStep_prepareStep__ASDmb .PrepareStep_trimTimeline__tAWCj{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIASURBVHgB7ZrbigIxDIbjuIIH9MITgoLg+7+RKIo3gngAUURxdvkLLWVcpOO0ITvbD8QOnvI3SZtmrMxms28qAQmVhChEGl/kkUajQf1+n9I0pd1uR/f7nbjwJqRardJkMqFaraaukyShzWZDXHgLLRiuRYB6vU6cxBwJRavVona7TbfbjU6nk/PnRAmBiOl0aq4fjwddLhenz+YKLfzQYDAIFv/NZvPt9TucPQLj9WxBzHq9dp4tDpw9gri1yTNbHMQS5VP0quQb1lULuYUHuF6vtFqtyBesHul0OmaMHLMrgaKwCkEZE+y77QsUfnhIB57M2mlyBAk4Ho/VrB0OB9putySR0WhE3W5XjVFdn89nNTYeGQ6HxvV4o8/49QW8oEWAXq9nxkZIyPj1RdZGe7LjhiiNKEQa5ROC05gNWjrSsW02QrAB6hfQk3o+nyQN2AfbACba3rTNzo7D/nw+V2u1ZG9AyH6/f7HxJUf+Qkj9ZiNrsoecJFYhx+PRjFGYZheYIrCeEGE8qlUUf8hJn7A36OAFn57Q/L+dHSGhkxXPefqyHDiHFmJ6sViodg46jCHCowi5cgTGh/QEWkQ2+hjrgqhuPDy9XC5V/wCi8qxs4u6PwPhPluZ4HpFGFJIFe4tdFHLfBPImBAcxdNex2uC8oA9AXFTiv4OEEYVI4wflL9IckBudRwAAAABJRU5ErkJggg==);background-repeat:repeat-x;box-sizing:border-box;display:flex;flex-direction:row;height:auto;margin-top:20px;min-height:50px;width:100%}.PrepareStep_prepareStep__ASDmb .PrepareStep_trimTimeline__tAWCj .PrepareStep_trimSlider__jNwOW{margin-top:30px}.PrepareStep_prepareStep__ASDmb .PrepareStep_trimTimeline__tAWCj .PrepareStep_trimSlider__jNwOW>.MuiSlider-thumb{z-index:2}.PrepareStep_prepareStep__ASDmb .PrepareStep_trimTimeline__tAWCj .PrepareStep_trimSlider__jNwOW>.MuiSlider-thumb:nth-child(4){background:linear-gradient(270deg,#c10000,#5d7fff);z-index:1}.PrepareStep_prepareStep__ASDmb .PrepareStep_trimTimeline__tAWCj .PrepareStep_trimSlider__jNwOW>.MuiSlider-thumb:nth-child(3){background:linear-gradient(90deg,#47c100,#5d7fff);z-index:1}.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:30px;height:auto;justify-content:space-between;width:100%}.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in .PrepareStep_endTime__ZTkwQ,.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in .PrepareStep_startTime__5OSE0{box-sizing:border-box;height:auto;position:relative;width:100%}.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in .PrepareStep_endTime__ZTkwQ input[type=text],.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in .PrepareStep_startTime__5OSE0 input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter;font-size:16px;font-weight:400;height:auto;outline:none;padding:18px 10px 10px 20px;width:100%}.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in .PrepareStep_endTime__ZTkwQ .PrepareStep_inputLabel__Gb77M,.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in .PrepareStep_startTime__5OSE0 .PrepareStep_inputLabel__Gb77M{color:#c9c9c9;font-size:16px;font-weight:500;left:12px;position:absolute;top:-8px}.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in .PrepareStep_controlBtn__XXzGo{align-items:center;background:transparent;border:2.4px solid #fafafa;border-radius:50%;cursor:pointer;display:flex;flex-direction:row;height:50px;justify-content:center;max-height:50px;max-width:50px;min-height:50px;min-width:50px;padding:12px;transition:.3s;width:50px}.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in .PrepareStep_controlBtn__XXzGo:hover{opacity:.8}.PrepareStep_prepareStep__ASDmb .PrepareStep_videoControlSection__F44in .PrepareStep_controlBtn__XXzGo svg{color:#fafafa;height:100%;width:100%}.PrepareStep_prepareStep__ASDmb .PrepareStep_stepFooter__hFEZG{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:flex-end;margin-top:10px;width:100%}.PrepareStep_prepareStep__ASDmb .PrepareStep_stepFooter__hFEZG .PrepareStep_cancelBtn__doVnl{background:#303030;border:none;border-radius:6px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:.3s}.PrepareStep_prepareStep__ASDmb .PrepareStep_stepFooter__hFEZG .PrepareStep_cancelBtn__doVnl:hover{background:#3a3a3a}.PrepareStep_prepareStep__ASDmb .PrepareStep_stepFooter__hFEZG .PrepareStep_nextBtn__Anw--{background:#5d7fff;border:none;border-radius:6px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:.3s}.PrepareStep_prepareStep__ASDmb .PrepareStep_stepFooter__hFEZG .PrepareStep_nextBtn__Anw--:hover{background:rgba(93,127,255,.8)}.PrepareStep_loadingSection__Z2346{align-items:center;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:20px;height:100%;justify-content:center;width:100%}.PrepareStep_loadingSection__Z2346 .PrepareStep_loadingText__I3gb9{color:#fafafa;font-size:18px;font-weight:500;text-align:center}.PrepareStep_loadingSection__Z2346 .PrepareStep_loadingIcon__Nqphg{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:center;width:100%}.FinishStep_finishStep__1lMqy{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_videoPreview__FjX3V{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_videoPreview__FjX3V video{aspect-ratio:16/9;border-radius:10px;height:auto;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC .FinishStep_inputLabel__\+Pz9w{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:5px;height:auto;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC .FinishStep_inputField__e8mO1{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter;font-size:16px;font-weight:400;height:auto;outline:none;padding:10px 14px;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC .FinishStep_inputWrapper__jFgRf{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;position:relative;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC .FinishStep_inputWrapper__jFgRf .FinishStep_inputField__e8mO1{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter;font-size:16px;font-weight:400;height:auto;outline:none;padding:10px 14px 10px 35px;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC .FinishStep_inputWrapper__jFgRf .FinishStep_inputField__e8mO1[type=number]{-webkit-appearance:textfield;appearance:textfield}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC .FinishStep_inputWrapper__jFgRf .FinishStep_inputField__e8mO1[type=number]::-webkit-inner-spin-button,.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC .FinishStep_inputWrapper__jFgRf .FinishStep_inputField__e8mO1[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC .FinishStep_inputWrapper__jFgRf .FinishStep_selectField__JlVfb{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter;font-size:16px;font-weight:400;height:auto;outline:none;padding:6px 14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FinishStep_finishStep__1lMqy .FinishStep_assetDetailsForm__CqZ2c .FinishStep_formItem__OHipC .FinishStep_inputWrapper__jFgRf .FinishStep_inputSuffix__QpeLi{color:#fafafa;font-size:16px;font-weight:400;left:14px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.FinishStep_finishStep__1lMqy .FinishStep_stepFooter__zK5yG{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:flex-end;margin-top:10px;width:100%}.FinishStep_finishStep__1lMqy .FinishStep_stepFooter__zK5yG .FinishStep_cancelBtn__Z9e9\+{background:#303030;border:none;border-radius:6px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:.3s}.FinishStep_finishStep__1lMqy .FinishStep_stepFooter__zK5yG .FinishStep_cancelBtn__Z9e9\+:hover{background:#3a3a3a}.FinishStep_finishStep__1lMqy .FinishStep_stepFooter__zK5yG .FinishStep_finishBtn__ESgQN{background:#5d7fff;border:none;border-radius:6px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:.3s}.FinishStep_finishStep__1lMqy .FinishStep_stepFooter__zK5yG .FinishStep_finishBtn__ESgQN:hover{background:rgba(93,127,255,.8)}.FinishStep_loadingSection__g\+mY0{align-items:center;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:20px;height:100%;justify-content:center;width:100%}.FinishStep_loadingSection__g\+mY0 .FinishStep_loadingText__ySObg{color:#fafafa;font-size:18px;font-weight:500;text-align:center}.FinishStep_loadingSection__g\+mY0 .FinishStep_loadingIcon__tiKzY{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:center;width:100%}.LivadAssets_livadAssets__yr6Ha{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-height:800px;min-height:300px;width:100%}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;height:auto;width:100%}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_searchByName__OSZJJ{box-sizing:border-box;display:flex;flex-direction:row;height:auto;position:relative}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_searchByName__OSZJJ svg{color:#949494;height:16px;left:10px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_searchByName__OSZJJ input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;color:#fafafa;font-size:16px;font-weight:400;outline:none;padding:10px 10px 10px 35px}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_searchByName__OSZJJ input[type=text]::-webkit-input-placeholder{color:#949494;font-size:16px;font-weight:400}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_searchByName__OSZJJ input[type=text]::placeholder{color:#949494;font-size:16px;font-weight:400}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_selectItem__0DXm0{align-items:center;background:#1e1e1e;border:1px solid #2e2e2e;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;min-height:40px;padding:8px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_selectItem__0DXm0 .LivadAssets_selectItemTitle__hgBkj{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:12px;font-weight:400;gap:2.6px}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_selectItem__0DXm0 select{background:#1e1e1e;border:none;color:#fafafa;cursor:pointer;font-size:14px;font-weight:400;outline:none}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_newAssetBtn__0PBsT{align-items:center;background:#5d7fff;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-weight:500;height:auto;margin-left:auto;outline:none;padding:10px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_newAssetBtn__0PBsT svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.LivadAssets_livadAssets__yr6Ha .LivadAssets_sectionHeader__rDzJn .LivadAssets_newAssetBtn__0PBsT:hover{opacity:.8}.LivadAssetList_loading__vG99t{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;width:100%}.LivadAssetList_livadAssetList__DCcQa{overflow:auto;width:100%}.LivadAssetList_livadAssetList__DCcQa .LivadAssetList_masonry__S3Sgy{display:flex;width:100%}.LivadAssetList_livadAssetList__DCcQa .LivadAssetList_noData__ylchP,.LivadAssetList_livadAssetList__DCcQa .LivadAssetList_noResults__Guq6T{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;margin-top:60px;padding:12px}.LivadAssetList_livadAssetList__DCcQa .LivadAssetList_noData__ylchP .LivadAssetList_noDataIcon__aEULP svg,.LivadAssetList_livadAssetList__DCcQa .LivadAssetList_noResults__Guq6T .LivadAssetList_noDataIcon__aEULP svg{color:#6c6c6c;height:48px;width:48px}.LivadAssetList_livadAssetList__DCcQa .LivadAssetList_noData__ylchP .LivadAssetList_noDataText__Q5oVm,.LivadAssetList_livadAssetList__DCcQa .LivadAssetList_noResults__Guq6T .LivadAssetList_noDataText__Q5oVm{color:#9c9c9c;font-size:1.2rem;font-weight:400;text-align:center}.LivadAssetList_livadAssetList__DCcQa .LivadAssetList_noData__ylchP .LivadAssetList_noDataText__Q5oVm .LivadAssetList_searchTerm__D80xi,.LivadAssetList_livadAssetList__DCcQa .LivadAssetList_noResults__Guq6T .LivadAssetList_noDataText__Q5oVm .LivadAssetList_searchTerm__D80xi{color:#fafafa}.LivadAssetListItem_livadAssetListItem__p8Q7A{border:2px solid transparent;border-radius:6px;box-sizing:border-box;cursor:pointer;display:block;position:relative;transition:border .3s;width:100%}.LivadAssetListItem_livadAssetListItem__p8Q7A .LivadAssetListItem_selectedIcon__wstKj{opacity:0;position:absolute;right:6px;top:6px;transition:.3s;z-index:3}.LivadAssetListItem_livadAssetListItem__p8Q7A .LivadAssetListItem_video__1y96g{background:#000;background:url(/static/media/transparentBg.5179c666d38931177f29.svg);border-radius:5px;box-sizing:border-box;display:block;height:auto;width:100%}.LivadAssetListItem_livadAssetListItem__p8Q7A .LivadAssetListItem_assetName__CS771{box-sizing:border-box;display:flex;height:auto;left:10px;opacity:0;position:absolute;top:10px;transition:.3s;width:calc(100% - 20px);z-index:2}.LivadAssetListItem_livadAssetListItem__p8Q7A .LivadAssetListItem_assetName__CS771 .LivadAssetListItem_assetName_text__rDL1p{color:#fafafa;font-family:Inter;font-size:16px;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 8.5px rgba(0,0,0,.9);white-space:nowrap}.LivadAssetListItem_livadAssetListItem__p8Q7A .LivadAssetListItem_assetDetails__WAuak{bottom:10px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;left:10px;opacity:0;position:absolute;transition:.3s;width:calc(100% - 20px)}.LivadAssetListItem_livadAssetListItem__p8Q7A .LivadAssetListItem_assetDetails__WAuak .LivadAssetListItem_assetDuration__5mR5X{align-items:center;background:rgba(0,0,0,.2);border-radius:0 5px;bottom:-10px;color:#fafafa;display:flex;flex-direction:row;font-family:Inter;font-size:14px;font-weight:400;justify-content:center;left:-10px;padding:2px 5px;position:absolute;text-shadow:0 0 8.3px rgba(0,0,0,.9);z-index:2}.LivadAssetListItem_livadAssetListItem__p8Q7A .LivadAssetListItem_assetDetails__WAuak .LivadAssetListItem_assetCost__gIsZm{color:#fafafa;font-family:Inter;font-size:16px;font-weight:500;margin-left:auto;text-shadow:0 0 8.5px rgba(0,0,0,.9);z-index:2}.LivadAssetListItem_livadAssetListItem__p8Q7A.LivadAssetListItem_selected__st3Rz{border:2px solid #5d7fff}.LivadAssetListItem_livadAssetListItem__p8Q7A.LivadAssetListItem_selected__st3Rz .LivadAssetListItem_assetDetails__WAuak,.LivadAssetListItem_livadAssetListItem__p8Q7A.LivadAssetListItem_selected__st3Rz .LivadAssetListItem_assetName__CS771,.LivadAssetListItem_livadAssetListItem__p8Q7A.LivadAssetListItem_selected__st3Rz .LivadAssetListItem_selectedIcon__wstKj,.LivadAssetListItem_livadAssetListItem__p8Q7A:hover .LivadAssetListItem_assetDetails__WAuak,.LivadAssetListItem_livadAssetListItem__p8Q7A:hover .LivadAssetListItem_assetDetails__WAuak .LivadAssetListItem_assetCost__gIsZm,.LivadAssetListItem_livadAssetListItem__p8Q7A:hover .LivadAssetListItem_assetDetails__WAuak .LivadAssetListItem_assetDuration__5mR5X,.LivadAssetListItem_livadAssetListItem__p8Q7A:hover .LivadAssetListItem_assetName__CS771{opacity:1}.TipMessage_tipMessage__9PuAh{display:flex;flex-direction:column;gap:18px}.TipMessage_tipMessage__9PuAh .TipMessage_sectionTitle__WdRDc{color:#5d7fff;font-size:16px;font-weight:500}.TipMessage_tipMessage__9PuAh .TipMessage_tipMessage_input__765xu{align-items:center;background:#2d2d2d;border:none;border-radius:6px;box-sizing:border-box;color:#cecece;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;max-height:200px;min-height:80px;outline:none;padding:12px;resize:vertical}.TipPreview_tipPreview__aYOzt{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;width:100%}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreenTitle__ZqYpz{color:#7f7f7f;font-size:14px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL{aspect-ratio:16/9;background-repeat:repeat;background:url(/static/media/transparentBg.5179c666d38931177f29.svg);border:1px dashed #f33;border-radius:2px;height:auto;overflow:hidden;position:relative;width:100%}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_videoSoundBtn__2ku5b{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:row;height:30px;justify-content:center;left:10px;max-width:30px;min-height:30px;min-width:30px;position:absolute;top:10px;transition:.3s;width:30px;z-index:20}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_videoSoundBtn__2ku5b img{filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);-webkit-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);-moz-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);-ms-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);-o-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(1);transition:.3s}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_videoSoundBtn__2ku5b.TipPreview_soundOff__PXLQ0 img{filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7);-webkit-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7);-moz-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7);-ms-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7);-o-filter:drop-shadow(1px 1px 4px rgba(0,0,0,.5)) brightness(.7)}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP{aspect-ratio:16/9;box-sizing:border-box;height:auto;position:absolute;width:240px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89{border-radius:12px;padding:5px 0 0 5px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS{border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;padding:12px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_newTip__uPa8m{border-radius:4px;box-sizing:border-box;font-size:12px;font-weight:500;padding:2px 4px;position:absolute;right:12px;top:-6px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_title__9Vgtr{display:flex;flex-direction:row;flex-wrap:wrap;font-size:16px;gap:4px;width:100%}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_title__9Vgtr .TipPreview_donator__8FTfz{font-weight:600;word-break:break-word}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_title__9Vgtr .TipPreview_amount__tAJAK{font-weight:500}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz{display:flex;flex-direction:column;gap:6px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationText__-TKjF{word-wrap:break-word;font-size:14.6px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O{aspect-ratio:16/9;height:auto;width:100%}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O video,.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O video source{aspect-ratio:16/9;height:100%;object-fit:contain;width:100%}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O.TipPreview_vertical__6-7cK,.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O.TipPreview_vertical__6-7cK video,.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O.TipPreview_vertical__6-7cK video source{aspect-ratio:12/16}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O.TipPreview_square__fTfaX,.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O.TipPreview_square__fTfaX video,.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O.TipPreview_square__fTfaX video source{aspect-ratio:1/1}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O.TipPreview_horizontal__yG4cU,.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O.TipPreview_horizontal__yG4cU video,.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP .TipPreview_borderColor__UFp89 .TipPreview_widget__92RPS .TipPreview_donationContainer__lpPEz .TipPreview_donationAsset__Wwp2O.TipPreview_horizontal__yG4cU video source{aspect-ratio:16/9}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP.TipPreview_topRight__T-3dq{right:32px;top:32px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP.TipPreview_topLeft__7BFeQ{left:32px;top:32px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP.TipPreview_bottomRight__nw4iR{bottom:32px;right:32px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP.TipPreview_bottomLeft__brr8L{bottom:32px;left:32px}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP.TipPreview_centerLeft__BRgDQ{left:32px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP.TipPreview_centerRight__fSzuE{right:32px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP.TipPreview_centerTop__F92VS{left:50%;top:32px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP.TipPreview_centerBottom__X-eo-{bottom:32px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_widgetTheme_default__dtHtP.TipPreview_centerMiddle__ndmlg{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_overlayEffect__LpEP3{height:100%;position:absolute;width:100%}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_overlayEffect__LpEP3 source,.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_overlayEffect__LpEP3 video{height:100%;object-fit:cover;position:absolute;width:100%}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_livadAssetPreview__8rbMH{aspect-ratio:16/9;height:auto;width:100%}.TipPreview_tipPreview__aYOzt .TipPreview_previewScreen__DNFqL .TipPreview_livadAssetPreview__8rbMH .TipPreview_donationAssetVideo__fYwcp{height:100%;object-fit:cover;width:100%}.TipLeaderboard_tipLeaderboard__bf3kL{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;padding:16px 18px;width:100%}.TipLeaderboard_tipLeaderboard__bf3kL .TipLeaderboard_leaderboardTitle__OFHyj{color:#5d7fff;font-size:16px;font-weight:600}.TipLeaderboard_tipLeaderboard__bf3kL .TipLeaderboard_leaderboardList__FRR6-{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;margin-top:8px;max-height:260px;min-height:200px;overflow:hidden;overflow-y:auto;padding-right:4px;width:100%}.TipLeaderboard_tipLeaderboard__bf3kL .TipLeaderboard_leaderboardList__FRR6- .TipLeaderboard_noDonations__ytV3b{align-items:center;color:#adadad;display:flex;flex-direction:column;font-size:14.6px;gap:12px;height:100%;justify-content:center;text-align:center;-webkit-transform:translateY(-12px);transform:translateY(-12px);width:100%}.TipLeaderboard_tipLeaderboard__bf3kL .TipLeaderboard_leaderboardList__FRR6- .TipLeaderboard_noDonations__ytV3b .TipLeaderboard_noDonationText__9ao2G{display:block}.TipLeaderboard_tipLeaderboard__bf3kL .TipLeaderboard_leaderboardList__FRR6- .TipLeaderboard_noDonations__ytV3b .TipLeaderboard_noDonationText__9ao2G .TipLeaderboard_emoji__tLhzY{height:auto;max-width:1rem;min-width:1rem;vertical-align:sub;width:1rem}.LeaderboardFilters_leaderboardFilters__jVhf\+{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;width:100%}.LeaderboardFilters_leaderboardFilters__jVhf\+ .LeaderboardFilters_filter__yp4q2{align-items:center;background:#2c2c2c;border:1px solid #454545;border-radius:8px;box-sizing:border-box;color:#ddd;cursor:pointer;display:flex;flex-direction:row;height:auto;justify-content:center;padding:5px 10px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.LeaderboardFilters_leaderboardFilters__jVhf\+ .LeaderboardFilters_filter__yp4q2.LeaderboardFilters_selected__YVUUd{background:rgba(93,127,255,.5);border:1px solid #5d7fff;color:#fafafa}.LeaderboardFilters_leaderboardFilters__jVhf\+ .LeaderboardFilters_filter__yp4q2:hover{background:#3a3a3a}.LeaderboardFilters_leaderboardFilters__jVhf\+ .LeaderboardFilters_filter__yp4q2:hover.LeaderboardFilters_selected__YVUUd{background:rgba(93,127,255,.5)}.LeaderboardItem_leaderboardItem__UUA6B{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.LeaderboardItem_leaderboardItem__UUA6B .LeaderboardItem_positionBox__i66ZL{align-items:center;display:flex;flex-direction:row;height:32px;justify-content:center;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.LeaderboardItem_leaderboardItem__UUA6B .LeaderboardItem_positionBox__i66ZL img{height:auto;width:100%}.LeaderboardItem_leaderboardItem__UUA6B .LeaderboardItem_positionBox__i66ZL .LeaderboardItem_position__QK3yw{color:#d0d0d0;font-size:14px;font-weight:600}.LeaderboardItem_leaderboardItem__UUA6B .LeaderboardItem_detailStrip__FQLg-{align-items:center;background:rgba(38,38,38,.5);border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:auto;padding:8px;width:100%}.LeaderboardItem_leaderboardItem__UUA6B .LeaderboardItem_detailStrip__FQLg- .LeaderboardItem_platformIcon__91xsI{height:14px;max-height:14px;min-height:14px}.LeaderboardItem_leaderboardItem__UUA6B .LeaderboardItem_detailStrip__FQLg- .LeaderboardItem_username__i6aCp{color:#fafafa;font-size:16px;font-weight:500}.LeaderboardItem_leaderboardItem__UUA6B.LeaderboardItem_highlighted__5\+Onn .LeaderboardItem_detailStrip__FQLg-{background:#262626}.GameLeaderboard_tipLeaderboard__d2Oxu{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;padding:16px 18px;width:100%}.GameLeaderboard_tipLeaderboard__d2Oxu .GameLeaderboard_leaderboardTitle__ySJzh{color:#5d7fff;font-size:16px;font-weight:600}.GameLeaderboard_tipLeaderboard__d2Oxu .GameLeaderboard_youAreOnLeaderboard__HG3b6{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.GameLeaderboard_tipLeaderboard__d2Oxu .GameLeaderboard_youAreOnLeaderboard__HG3b6 .GameLeaderboard_youAreOnLeaderboardText__7An5R{box-sizing:border-box;color:#bfbfbf;font-size:14px;font-weight:400;height:auto;width:100%}.GameLeaderboard_tipLeaderboard__d2Oxu .GameLeaderboard_youAreOnLeaderboard__HG3b6 .GameLeaderboard_youAreOnLeaderboardText__7An5R span{color:#5d7fff;font-weight:600}.GameLeaderboard_tipLeaderboard__d2Oxu .GameLeaderboard_leaderboardList__lS-po{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;margin-top:8px;max-height:260px;min-height:200px;overflow:hidden;overflow-y:auto;padding-right:4px;width:100%}.GameLeaderboard_tipLeaderboard__d2Oxu .GameLeaderboard_leaderboardList__lS-po .GameLeaderboard_noDonations__qE7gQ{align-items:center;color:#adadad;display:flex;flex-direction:column;font-size:14.6px;gap:12px;height:100%;justify-content:center;text-align:center;-webkit-transform:translateY(-12px);transform:translateY(-12px);width:100%}.GameLeaderboard_tipLeaderboard__d2Oxu .GameLeaderboard_leaderboardList__lS-po .GameLeaderboard_noDonations__qE7gQ .GameLeaderboard_noDonationText__hIdLC{display:block}.GameLeaderboard_tipLeaderboard__d2Oxu .GameLeaderboard_leaderboardList__lS-po .GameLeaderboard_noDonations__qE7gQ .GameLeaderboard_noDonationText__hIdLC .GameLeaderboard_emoji__aHYhP{height:auto;max-width:1rem;min-width:1rem;vertical-align:sub;width:1rem}.LeaderboardFilters_leaderboardFilters__AQoAW{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;width:100%}.LeaderboardFilters_leaderboardFilters__AQoAW .LeaderboardFilters_filter__D9CeN{align-items:center;background:#2c2c2c;border:1px solid #454545;border-radius:8px;box-sizing:border-box;color:#ddd;cursor:pointer;display:flex;flex-direction:row;height:auto;justify-content:center;padding:5px 10px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.LeaderboardFilters_leaderboardFilters__AQoAW .LeaderboardFilters_filter__D9CeN.LeaderboardFilters_selected__Guspd{background:rgba(93,127,255,.5);border:1px solid #5d7fff;color:#fafafa}.LeaderboardFilters_leaderboardFilters__AQoAW .LeaderboardFilters_filter__D9CeN:hover{background:#3a3a3a}.LeaderboardFilters_leaderboardFilters__AQoAW .LeaderboardFilters_filter__D9CeN:hover.LeaderboardFilters_selected__Guspd{background:rgba(93,127,255,.5)}.LeaderboardItem_leaderboardItem__gzKjx{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.LeaderboardItem_leaderboardItem__gzKjx .LeaderboardItem_positionBox__IhLP8{align-items:center;display:flex;flex-direction:row;height:32px;justify-content:center;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.LeaderboardItem_leaderboardItem__gzKjx .LeaderboardItem_positionBox__IhLP8 img{height:auto;width:100%}.LeaderboardItem_leaderboardItem__gzKjx .LeaderboardItem_positionBox__IhLP8 .LeaderboardItem_position__wZlbx{color:#d0d0d0;font-size:14px;font-weight:600}.LeaderboardItem_leaderboardItem__gzKjx .LeaderboardItem_detailStrip__pO8QY{align-items:center;background:rgba(38,38,38,.5);border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:auto;padding:8px;width:100%}.LeaderboardItem_leaderboardItem__gzKjx .LeaderboardItem_detailStrip__pO8QY .LeaderboardItem_platformIcon__2t9N3{height:14px;max-height:14px;min-height:14px}.LeaderboardItem_leaderboardItem__gzKjx .LeaderboardItem_detailStrip__pO8QY .LeaderboardItem_username__ZmHxp{color:#fafafa;font-size:16px;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.LeaderboardItem_leaderboardItem__gzKjx .LeaderboardItem_detailStrip__pO8QY .LeaderboardItem_userPoints__onES9{color:#5d7fff;font-size:14px;font-weight:500;margin-left:auto}.LeaderboardItem_leaderboardItem__gzKjx.LeaderboardItem_highlighted__IzVKc .LeaderboardItem_detailStrip__pO8QY{background:#262626}@media(max-width:1200px){.LeaderboardItem_leaderboardItem__gzKjx .LeaderboardItem_detailStrip__pO8QY .LeaderboardItem_username__ZmHxp{max-width:none}}.Stats_my_leaderboard_stats__X\+YCS{align-items:center;background:linear-gradient(180deg,#252525,#1b1b1b 80.73%);border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;padding:16px;position:relative;text-shadow:0 0 16px #121212;z-index:1}.Stats_my_leaderboard_stats__X\+YCS .Stats_livad_logo_mark__akzq1{-webkit-filter:brightness(.2) grayscale(1);filter:brightness(.2) grayscale(1);height:90px;margin-top:-10px;opacity:.2;position:absolute;z-index:-1}.Stats_my_leaderboard_stats__X\+YCS .Stats_my_image__i5aC2{border-radius:50%;height:50px;margin-top:12.6px;width:50px}.Stats_my_leaderboard_stats__X\+YCS .Stats_my_username__eSrGQ{color:#fafafa;font-size:20px;font-weight:500;margin-top:8px}.Stats_my_leaderboard_stats__X\+YCS .Stats_my_position__8CikZ{color:#d0d0d0;font-size:18px;font-weight:400}.Stats_my_leaderboard_stats__X\+YCS .Stats_my_score_box__X5538{align-items:center;display:flex;flex-direction:column;gap:2px;line-height:24px;margin:26px 0 32px}.Stats_my_leaderboard_stats__X\+YCS .Stats_my_score_box__X5538 .Stats_my_score_title__gX4um{color:#fafafa;font-size:22px;font-weight:400}.Stats_my_leaderboard_stats__X\+YCS .Stats_my_score_box__X5538 .Stats_my_score__qa5CO{color:#fafafa;font-size:24px;font-weight:600}.Stats_my_leaderboard_stats__X\+YCS .Stats_my_score_share__dStwp{-webkit-font-smoothing:antialiased;align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;font-weight:500;justify-content:center;padding:6px 12px;transition:all .2s ease-in-out}.Stats_my_leaderboard_stats__X\+YCS .Stats_my_score_share__dStwp:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.AwardsBox_awards_box__2BsZy{background:#1e1e1e;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:26px 28px}.AwardsBox_awards_box__2BsZy .AwardsBox_awards_title__8wLuR{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:20px;font-weight:600;gap:6px;text-shadow:0 0 26px #121212}.AwardsBox_awards_box__2BsZy .AwardsBox_awards_title__8wLuR img{-webkit-filter:grayscale(1) brightness(2);filter:grayscale(1) brightness(2)}.AwardsBox_awards_box__2BsZy .AwardsBox_awards_info__PORwZ{color:#7b7b7b;font-size:16px}.AwardsBox_awards_box__2BsZy .AwardsBox_award_item__jzw2w{align-items:center;color:#e4e4e4;display:flex;flex-wrap:wrap;font-size:20px;gap:6px;text-shadow:0 0 16px #121212}.AwardsBox_awards_box__2BsZy .AwardsBox_award_item__jzw2w .AwardsBox_award_item_number__pNMGp{color:#fff;font-size:20px;font-weight:600;text-shadow:0 0 26px #121212}.AwardsBox_awards_box__2BsZy .AwardsBox_award_item__jzw2w img{height:30px}.Results_leaderboard_title__ap8fi{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:24px;font-weight:500;margin-bottom:24px}.Results_leaderboard_item__UW85K{align-items:center;display:flex;flex-direction:row;gap:8px}.Results_leaderboard_item__UW85K .Results_leaderboard_item_number__gK0Uk{align-items:center;color:#d0d0d0;display:flex;font-size:20px;font-weight:800;height:50px;justify-content:center;min-width:50px;width:50px}.Results_leaderboard_item__UW85K .Results_leaderboard_item_number__gK0Uk img{height:52px}.Results_leaderboard_item__UW85K .Results_leaderboard_user_photo__C27bX img{border-radius:50%;height:48px}.Results_leaderboard_item__UW85K .Results_leaderboard_info_box__Svqeo{align-items:center;background:rgba(30,30,30,.5);border-radius:4px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:16.6px;gap:8px;padding:10px 20px;width:100%}.Results_leaderboard_item__UW85K .Results_leaderboard_info_box__Svqeo .Results_leaderboard_user_platform__z20Fq{height:18px;max-height:18px;min-height:18px}.Results_leaderboard_item__UW85K .Results_leaderboard_info_box__Svqeo .Results_leaderboard_item_score__CJK27{align-self:center;margin-left:auto;white-space:nowrap}@media(max-width:868px){.Results_leaderboard_item_username__qRLQF{max-width:85px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:768px){.Results_leaderboard_item__UW85K{flex-wrap:wrap;gap:6px}}@media only screen and (max-width:430px){.Results_section_right__5dzR6{padding:16px;width:100%}.Results_leaderboard_item__UW85K{flex-wrap:wrap;gap:4px}.Results_leaderboard_item__UW85K .Results_leaderboard_item_number__gK0Uk{min-width:35px;width:35px}.Results_leaderboard_item__UW85K .Results_leaderboard_item_number__gK0Uk img,.Results_leaderboard_item__UW85K .Results_leaderboard_user_photo__C27bX img{height:34px}.Results_leaderboard_item__UW85K .Results_leaderboard_info_box__Svqeo{flex-wrap:wrap;padding:10px}.Results_leaderboard_item__UW85K .Results_leaderboard_info_box__Svqeo .Results_leaderboard_item_score__CJK27{align-self:auto;margin-left:0}}@-webkit-keyframes Games_liveAnimation__c8vSo{0%{-webkit-filter:brightness(1.5) saturate(1.5);filter:brightness(1.5) saturate(1.5);-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes Games_liveAnimation__c8vSo{0%{-webkit-filter:brightness(1.5) saturate(1.5);filter:brightness(1.5) saturate(1.5);-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}.Games_gamesContainer__Bf0Un{display:flex;flex-direction:column;gap:40px;height:auto;width:100%}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH{display:flex;flex-direction:column;gap:12px}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_pageTitle__16CeL{color:#fafafa;font-size:24px}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37{align-items:center;background:#202020;border-radius:12px;display:flex;flex-direction:row;gap:10px;height:80px;width:100%}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_sliderBtn__zwUo4{background:transparent;border:none;cursor:pointer;margin:0 0 0 10px;outline:none;transition:.3s}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_sliderBtn__zwUo4 img{height:18px}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_sliderBtn__zwUo4.Games_sliderBtnNext__JFcpE{margin:0 10px 0 0}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_sliderBtn__zwUo4.Games_sliderBtnNext__JFcpE img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_sliderBtn__zwUo4:hover{-webkit-filter:brightness(2);filter:brightness(2)}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_gamesSlider__YMhYC{align-items:center;cursor:grab;display:flex;flex-direction:row;gap:10px;overflow:hidden;overflow-x:auto;width:100%}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_gamesSlider__YMhYC .Games_gameSlider_item__UaZY\+{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:60px;justify-content:center;transition:.3s;width:140px}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_gamesSlider__YMhYC .Games_gameSlider_item__UaZY\+ img{border-radius:10px;box-sizing:border-box;height:100%;object-fit:cover;transition:.3s;width:100%}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_gamesSlider__YMhYC .Games_gameSlider_item__UaZY\+:hover img{-webkit-transform:scale(.98);transform:scale(.98)}.Games_gamesContainer__Bf0Un .Games_gamesSection__ZdRqH .Games_gamesSliderWrapper__rjd37 .Games_gamesSlider__YMhYC .Games_gameSlider_item__UaZY\+.Games_selected__YPbZ7 img{border:2px solid #5d7fff}.Games_gamesContainer__Bf0Un .Games_watchPlaySlider__MxWtG{align-items:center;cursor:grab;display:flex;flex-direction:row;gap:20px;overflow:hidden;overflow-x:auto}.Games_gamesContainer__Bf0Un .Games_watchPlaySlider__MxWtG .Games_watchPlaySlider_item__msrf7{align-items:center;background:linear-gradient(180deg,#393939,#1b1b1b);border-radius:14px;box-sizing:border-box;display:flex;flex-direction:column;height:170px;justify-content:space-around;padding:12px;width:170px}.Games_gamesContainer__Bf0Un .Games_watchPlaySlider__MxWtG .Games_watchPlaySlider_item__msrf7 .Games_streamerAvatar__lyRHB{border-radius:50%;height:50px;width:50px}.Games_gamesContainer__Bf0Un .Games_watchPlaySlider__MxWtG .Games_watchPlaySlider_item__msrf7 .Games_streamerUsername__VsSKU{color:#fafafa;font-size:16px;font-weight:500;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.Games_gamesContainer__Bf0Un .Games_watchPlaySlider__MxWtG .Games_watchPlaySlider_item__msrf7 .Games_streamViewers__iksaS{color:#cacaca;font-size:14px;font-weight:400;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.Games_gamesContainer__Bf0Un .Games_watchPlaySlider__MxWtG .Games_watchPlaySlider_item__msrf7 .Games_streamViewers__iksaS img{-webkit-animation:Games_liveAnimation__c8vSo .8s infinite alternate;animation:Games_liveAnimation__c8vSo .8s infinite alternate;height:16px;margin-right:2px;margin-top:-1px;transition:.3s;vertical-align:middle}.Games_gamesContainer__Bf0Un .Games_watchPlaySlider__MxWtG .Games_watchPlaySlider_item__msrf7 .Games_watchPlayBtn__X7zOd{background:#383838;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-size:14px;font-weight:500;outline:none;padding:6px 12px;transition:.3s}.Games_gamesContainer__Bf0Un .Games_watchPlaySlider__MxWtG .Games_watchPlaySlider_item__msrf7 .Games_watchPlayBtn__X7zOd:hover{background:#5d7fff;-webkit-transform:scale(.98);transform:scale(.98)}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_leaderboardList__owYKD{align-items:center;align-self:flex-start;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;gap:12px;margin-bottom:10px;overflow:auto;padding:0 16px 14px;width:100%}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_leaderboardList__owYKD .Games_leaderboardList_item__i8Xjn{align-items:center;background:#303030;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:6px;padding:6px 8px;transition:.3s}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_leaderboardList__owYKD .Games_leaderboardList_item__i8Xjn img{border-radius:4px;height:22px}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_leaderboardList__owYKD .Games_leaderboardList_item__i8Xjn .Games_leaderboardList_itemDetails__z1Zgo{display:flex;flex-direction:column;gap:0}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_leaderboardList__owYKD .Games_leaderboardList_item__i8Xjn .Games_leaderboardList_itemDetails__z1Zgo span{color:#fafafa;font-size:14px;white-space:nowrap}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_leaderboardList__owYKD .Games_leaderboardList_item__i8Xjn.Games_active__VRZud{background:rgba(93,127,255,.25);border:1px solid #5d7fff}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_left__3dJQ8{box-sizing:border-box;display:flex;flex-direction:column;gap:26px;height:auto;padding:0 16px;width:30%}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX{align-self:flex-start;background:linear-gradient(180deg,#252525,#1b1b1b 80.73%);border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:20px 30px;width:70%}@media only screen and (max-width:1060px){.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN{flex-direction:column}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_leaderboardList__owYKD{padding-left:0}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_left__3dJQ8{margin-bottom:26px;padding:0;width:100%}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX{padding:16px;width:100%}}@media only screen and (max-width:480px){.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN{flex-direction:column}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_left__3dJQ8{margin-bottom:26px;width:100%}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX{padding:16px;width:100%}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5{gap:6px}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5 .Games_leaderboard_item_number__2vvGk img,.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5 .Games_leaderboard_user_photo__T5EBa img{height:34px}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5 .Games_leaderboard_item_number__2vvGk{min-width:35px;width:35px}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5 .Games_leaderboard_info_box__I212J{padding:10px}.Games_gamesContainer__Bf0Un .Games_leaderboard_item_username__iVm67{max-width:126px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media only screen and (max-width:375px){.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN{flex-direction:column}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_left__3dJQ8{margin-bottom:26px;width:100%}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX{padding:16px;width:100%}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5{gap:6px}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5 .Games_leaderboard_item_number__2vvGk img,.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5 .Games_leaderboard_user_photo__T5EBa img{height:34px}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5 .Games_leaderboard_item_number__2vvGk{min-width:35px;width:35px}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_right__gemMX .Games_leaderboard_item__JYId5 .Games_leaderboard_info_box__I212J{padding:10px}.Games_gamesContainer__Bf0Un .Games_leaderboard_item_username__iVm67{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media only screen and (max-width:430px){.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN{flex-direction:column}.Games_gamesContainer__Bf0Un .Games_gameLeaderboard__6V8sN .Games_section_left__3dJQ8{margin-bottom:26px;width:100%}}.Events_events__gNDoa{gap:60px}.Events_events__gNDoa,.Events_events__gNDoa .Events_gamesSection__80mzA{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.Events_events__gNDoa .Events_gamesSection__80mzA{gap:20px}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gamesListTitle__8GLN\+{border-bottom:1px solid #282828;color:#5d7fff;font-family:Russo One,sans-serif;font-size:20px;padding-bottom:20px}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo-{grid-gap:1.4rem;box-sizing:border-box;display:grid;gap:1.4rem;grid-template-columns:repeat(3,250px);height:auto;width:100%}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t{aspect-ratio:1/1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.5);box-sizing:border-box;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t .Events_gameItemContainer__VUaqq{box-sizing:border-box;display:flex;height:100%;padding:12px;position:relative;width:100%;z-index:1}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t .Events_gameItemContainer__VUaqq .Events_soonLabel__fJEQO{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(45,45,45,.5);border-radius:4px;color:#b3b3b3;font-size:.8rem;font-weight:600;padding:4px 8px;position:absolute;right:12px;top:12px}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t .Events_gameItemContainer__VUaqq .Events_gameHeader__5DDQV{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;margin-top:auto;width:100%}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t .Events_gameItemContainer__VUaqq .Events_gameHeader__5DDQV .Events_gameTitle__M81Xl{color:#fff;font-family:Russo One,sans-serif;font-size:1.4rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t .Events_gameItemContainer__VUaqq .Events_gameHeader__5DDQV .Events_gameDescription__Nbyfr{color:#fff;font-size:.8rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t .Events_gameItemContainer__VUaqq .Events_gameHeader__5DDQV .Events_gameButton__nZDvD{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,47%,.25);border-radius:6px;box-sizing:border-box;color:#fafafa;display:flex;font-size:.8rem;font-weight:600;height:30px;justify-content:center;padding:4px 8px;width:100%}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t:hover.Events_soon__H4mtg{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t.Events_soon__H4mtg{cursor:default;opacity:.5}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t.Events_soon__H4mtg:before{background:rgba(0,0,0,.5);transition:all .3s ease}@media(max-width:1140px){.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo-{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo-{grid-template-columns:repeat(2,220px)}}@media(max-width:868px){.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo-{grid-template-columns:repeat(2,1fr)}.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo- .Events_gameItem__XuT6t{aspect-ratio:unset;height:200px;width:100%}}@media(max-width:768px){.Events_events__gNDoa .Events_gamesSection__80mzA .Events_gameList__4DKo-{grid-template-columns:repeat(1,1fr)}}.Header_header__GMU1m{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:40px;height:auto;width:100%}.Header_header__GMU1m .Header_content__tng\+w{display:flex;flex-direction:column;gap:12px;max-width:600px;width:100%}.Header_header__GMU1m .Header_content__tng\+w .Header_headTitle__1KvJ5{display:flex;flex-direction:column;font-family:Russo One,sans-serif!important;gap:0}.Header_header__GMU1m .Header_content__tng\+w .Header_headTitle__1KvJ5 .Header_top__ZatGE{color:#fafafa;font-family:Russo One,sans-serif!important;font-size:38px}.Header_header__GMU1m .Header_content__tng\+w .Header_headTitle__1KvJ5 .Header_bottom__WOC5k{color:#fafafa;font-family:Russo One,sans-serif!important;font-size:58px}.Header_header__GMU1m .Header_content__tng\+w .Header_headTitle__1KvJ5 .Header_bottom__WOC5k span{color:#5d7fff;font-family:Russo One,sans-serif!important}.Header_header__GMU1m .Header_content__tng\+w .Header_description__72mZY{color:#bbb;font-size:20px}.Header_header__GMU1m .Header_gamesBanner__hKK-l img{height:160px}@media only screen and (max-width:768px){.Header_header__GMU1m{flex-wrap:nowrap}.Header_header__GMU1m .Header_content__tng\+w .Header_headTitle__1KvJ5 .Header_top__ZatGE{font-size:28px}.Header_header__GMU1m .Header_content__tng\+w .Header_headTitle__1KvJ5 .Header_bottom__WOC5k{font-size:38px}.Header_header__GMU1m .Header_content__tng\+w .Header_description__72mZY{font-size:16px}.Header_header__GMU1m .Header_gamesBanner__hKK-l img{height:120px}}.EventList_eventList__XMpK6{box-sizing:border-box;display:flex;flex-direction:column;gap:60px;height:auto;width:100%}.EventList_eventList__XMpK6 .EventList_section__n7KLD{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.EventList_eventList__XMpK6 .EventList_section__n7KLD .EventList_sectionTitle__iu2jf{border-bottom:1px solid #282828;color:#5d7fff;font-family:Russo One,sans-serif;font-size:20px;padding-bottom:20px}.EventList_eventList__XMpK6 .EventList_section__n7KLD .EventList_sectionTitle__iu2jf.EventList_past__N5I9C{color:#afafaf}.EventList_eventList__XMpK6 .EventList_sectionEvents__uNiKH{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-height:660px;overflow:auto;padding-right:20px;width:100%}.ListItem_listItem__A9ak1{align-items:flex-start;background:#1e1e1e;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;padding:20px;width:100%}.ListItem_listItem__A9ak1 .ListItem_organizer__yeXnX{align-items:center;display:flex;flex-direction:row;justify-content:center}.ListItem_listItem__A9ak1 .ListItem_organizer__yeXnX img{height:30px;min-height:30px;width:auto}.ListItem_listItem__A9ak1 .ListItem_organizer__yeXnX img:not(:first-child){border-radius:50%;margin-left:-10px}.ListItem_listItem__A9ak1 .ListItem_eventContent__i9H0C{box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:auto;width:100%}.ListItem_listItem__A9ak1 .ListItem_eventContent__i9H0C .ListItem_eventDetail__PtkAL{display:flex;flex-direction:column;gap:1px}.ListItem_listItem__A9ak1 .ListItem_eventContent__i9H0C .ListItem_eventDetail__PtkAL .ListItem_name__k3err{color:#fafafa;font-size:20px;font-weight:600}.ListItem_listItem__A9ak1 .ListItem_eventContent__i9H0C .ListItem_eventDetail__PtkAL .ListItem_name__k3err b{color:#5d7fff;font-size:20px;font-weight:600}.ListItem_listItem__A9ak1 .ListItem_eventContent__i9H0C .ListItem_eventDetail__PtkAL .ListItem_date__YS\+bt{color:#bbb;font-size:14px;font-weight:500}.ListItem_listItem__A9ak1 .ListItem_eventContent__i9H0C .ListItem_eventDesc__\+Daqq{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fefefe;display:-webkit-box;font-size:16px;font-weight:400;overflow:hidden;text-overflow:ellipsis}.ListItem_listItem__A9ak1 .ListItem_eventContent__i9H0C .ListItem_eventDetails__Au4yv{align-items:center;background:#5d7fff;border:none;border-radius:12px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;font-weight:500;justify-content:center;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ListItem_listItem__A9ak1 .ListItem_eventContent__i9H0C .ListItem_eventDetails__Au4yv:hover{background:rgba(93,127,255,.25)}.Balance_balanceContainer__2s2pA{display:flex;flex-direction:row;gap:24px;height:auto;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4{display:flex;flex-direction:column;gap:48px;height:auto;width:50%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_pageTitle__Q6BQo{color:#fafafa;font-size:24px;height:auto;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethods_title__tpwYJ{color:#bababa;font-size:16px;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc{background:#363636;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:100px;justify-content:space-around;padding:12px;transition:.3s;width:180px}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc:hover{background:#303030}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc .Balance_methodItem_title__eIgjZ{color:#d9d9d9;font-size:16px;font-weight:500}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc .Balance_methodItem_description__X8d\+r{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc .Balance_methodItem_description__X8d\+r .Balance_methodCut__9\+IHt{color:#d9d9d9;font-size:16px;font-weight:500}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc .Balance_methodItem_description__X8d\+r .Balance_methodIcon__PJF36{height:24px}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc.Balance_selected__Cy-nk{border:1px solid #5d7fff}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc.Balance_selected__Cy-nk:hover{background:#363636}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc.Balance_selected__Cy-nk .Balance_methodItem_description__X8d\+r .Balance_methodCut__9\+IHt,.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentMethods__Uq3GD .Balance_paymentMethod_item__KJaOc.Balance_selected__Cy-nk .Balance_methodItem_title__eIgjZ{color:#fafafa}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY{display:flex;flex-direction:column;flex-wrap:wrap;gap:12px;height:auto;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_amountTitle__b7knn{color:#bababa;font-size:16px}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_paymentAmount_inputs__70gLD{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;height:auto;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_paymentAmount_inputs__70gLD .Balance_amountWrapper__UB6Ht{align-items:center;display:flex;flex-direction:row;position:relative}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_paymentAmount_inputs__70gLD .Balance_amountWrapper__UB6Ht .Balance_amountInput_currency__6NRG5{color:#d9d9d9;font-size:16px;left:16px;position:absolute}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_paymentAmount_inputs__70gLD .Balance_amountWrapper__UB6Ht .Balance_amountInput__P0YmO{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:12px 12px 12px 36px;width:200px}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_paymentAmount_inputs__70gLD .Balance_amountInput_results__gkY3T{display:flex;flex-direction:column;gap:4px}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_paymentAmount_inputs__70gLD .Balance_amountInput_results__gkY3T .Balance_amountCredited__jLfau{color:#d9d9d9;font-size:16px}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_paymentAmount_inputs__70gLD .Balance_amountInput_results__gkY3T .Balance_amountCredited__jLfau span{color:#5d7fff;font-weight:500}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_paymentAmount_inputs__70gLD .Balance_amountInput_results__gkY3T .Balance_amountServiceFee__wx5zD{color:#d9d9d9;font-size:16px}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentAmount__TPyZY .Balance_paymentAmount_inputs__70gLD .Balance_amountInput_results__gkY3T .Balance_amountServiceFee__wx5zD span{color:#5d7fff;font-weight:500}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentButton__AzqGT{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;outline:none;padding:9px 18px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentButton__AzqGT:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_title__0vgkE{color:#bababa;font-size:16px;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh{background:#363636;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:100px;justify-content:space-around;padding:12px;position:relative;transition:.3s;width:180px}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh:hover{background:#303030}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_walletItem_title__5wtxD{color:#d9d9d9;font-size:16px;font-weight:500}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_walletItem_description__6Llss{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_walletItem_description__6Llss .Balance_walletBalance__qJRdC{color:#d9d9d9;font-size:16px;font-weight:500}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_walletItem_description__6Llss .Balance_walletIcon__N3Q8e{height:24px}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_selected__Cy-nk{border:1px solid #5d7fff}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_selected__Cy-nk:hover{background:#363636}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_selected__Cy-nk .Balance_walletItem_description__6Llss .Balance_walletBalance__qJRdC,.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_selected__Cy-nk .Balance_walletItem_title__5wtxD{color:#fafafa}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_addCurrency__OFWtg{background:#292929}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_addCurrency__OFWtg:hover{background:#5d7fff}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_addCurrency__OFWtg:hover .Balance_addCurrencyTitle__zJR2x{color:#fafafa}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_addCurrency__OFWtg:hover .Balance_addCurrencyIcon__MUxP4{-webkit-filter:brightness(2);filter:brightness(2)}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_addCurrency__OFWtg.Balance_active__ziD0D{background:#5d7fff}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_addCurrency__OFWtg.Balance_active__ziD0D .Balance_addCurrencyTitle__zJR2x{color:#fafafa}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_addCurrency__OFWtg.Balance_active__ziD0D .Balance_addCurrencyIcon__MUxP4{-webkit-filter:brightness(2);filter:brightness(2)}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_addCurrency__OFWtg .Balance_addCurrencyTitle__zJR2x{color:#898989;font-size:16px;font-weight:500;text-align:center;transition:.3s}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh.Balance_addCurrency__OFWtg .Balance_addCurrencyIcon__MUxP4{align-self:center;display:flex;height:34px;transition:.3s}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_currencyList__Vp8QP{background:#2d2d2d;border-radius:8px;box-shadow:0 0 8px rgba(0,0,0,.25);box-sizing:border-box;display:flex;flex-direction:column;gap:6px;left:0;padding:8px;position:absolute;top:106px;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_currencyList__Vp8QP .Balance_currencyItem__Z-29N{align-items:center;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;gap:6px;height:auto;padding:4px 6px;transition:.3s;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_currencyList__Vp8QP .Balance_currencyItem__Z-29N b{color:#5d7fff;font-weight:500}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_currencyList__Vp8QP .Balance_currencyItem__Z-29N:hover{background:#3d3d3d}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_currencyList__Vp8QP .Balance_addCurrencyBtn__DaIgR{align-items:center;background:#474747;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;height:32px;justify-content:center;outline:none;transition:.3s;width:100%}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4 .Balance_paymentWallet__DqwJe .Balance_paymentWallet_item__a2PKh .Balance_currencyList__Vp8QP .Balance_addCurrencyBtn__DaIgR:hover{background:#4e4e4e}.Balance_balanceContainer__2s2pA .Balance_allTransactions_section__-MMqD{display:flex;flex-direction:column;width:50%}@media(max-width:980px){.Balance_balanceContainer__2s2pA{flex-wrap:wrap}.Balance_balanceContainer__2s2pA .Balance_addBalance_section__wLYz4{width:100%}.Balance_balanceContainer__2s2pA .Balance_allTransactions_section__-MMqD{margin-top:48px;width:100%}}.Transactions_transactionsContainer__yFDd2{display:flex;flex-direction:column;gap:48px}.Transactions_transactionsContainer__yFDd2 .Transactions_pageTitle__G8UOM{color:#fafafa;font-size:24px;height:auto;width:100%}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE{background:#1c1c1c;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;max-height:500px;min-height:500px;overflow:auto;padding:12px;width:100%}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o{align-items:center;background:#242424;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:row;gap:12px;padding:6px}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o .Transactions_transactionIcon__Ej7Tz{align-items:center;background:#363636;border-radius:8px;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:24px;font-weight:500;height:38px;justify-content:center;line-height:38px;max-height:38px;max-width:38px;min-height:38px;min-width:38px;width:38px}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o .Transactions_transactionInfo__fmwxm{display:flex;flex-direction:column;gap:2px;height:auto;width:100%}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o .Transactions_transactionInfo__fmwxm .Transactions_infoHeader__dqejL{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o .Transactions_transactionInfo__fmwxm .Transactions_infoHeader__dqejL .Transactions_transactionAmount__-lM01{color:#d9d9d9;font-size:16px;font-weight:500}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o .Transactions_transactionInfo__fmwxm .Transactions_infoHeader__dqejL .Transactions_transactionDate__EkdEK{color:#7c7e80;font-size:14px;font-weight:500}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o .Transactions_transactionInfo__fmwxm .Transactions_infoFooter__9riEn{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o .Transactions_transactionInfo__fmwxm .Transactions_infoFooter__9riEn .Transactions_transactionType__VW\+4-{color:#bababa;font-size:14px}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o .Transactions_transactionInfo__fmwxm .Transactions_infoFooter__9riEn .Transactions_transactionType__VW\+4- img{border-radius:50%;height:16px;vertical-align:middle}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o .Transactions_transactionInfo__fmwxm .Transactions_infoFooter__9riEn .Transactions_transactionTime__rEydH{color:#7c7e80;font-size:12px;font-weight:500}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o.Transactions_up__eH7dY .Transactions_transactionIcon__Ej7Tz{background:#1f3029;color:#68b584}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o.Transactions_up__eH7dY .Transactions_transactionInfo__fmwxm .Transactions_infoHeader__dqejL .Transactions_transactionAmount__-lM01{color:#68b584}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o.Transactions_down__eWlQP .Transactions_transactionIcon__Ej7Tz{background:#2c1919;color:#c9544f}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_transactionsList_item__Otu9o.Transactions_down__eWlQP .Transactions_transactionInfo__fmwxm .Transactions_infoHeader__dqejL .Transactions_transactionAmount__-lM01{color:#c9544f}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_noTransactions__OsZZC{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.Transactions_transactionsContainer__yFDd2 .Transactions_transactionsList__vIruE .Transactions_noTransactions__OsZZC .Transactions_noTransactions_text__JB47d{align-items:center;color:#7c7e80;display:flex;flex-direction:row;font-size:18px;height:auto;justify-content:center;width:100%}.Prizes_prizesHeader__C\+keE{display:flex;flex-direction:column;gap:12px;height:auto;position:relative;width:100%}.Prizes_prizesHeader__C\+keE .Prizes_prizesTitle__4RiTG{border-right:1px solid #292929;color:#fafafa;font-size:18px;font-weight:500;padding:0 16px 0 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Prizes_prizesHeader__C\+keE .Prizes_prizesDesc__yD-w5{color:#8f8f8f;font-size:16px;font-weight:400;height:auto;width:100%}.Prizes_prizesHeader__C\+keE .Prizes_prizesPendig__eBqeI{align-items:center;background:rgba(93,127,255,.25);border:1px solid #5d7fff;border-radius:6px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:14px;gap:4px;height:auto;padding:6px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Prizes_prizesHeader__C\+keE .Prizes_prizesPendig__eBqeI .Prizes_infoIcon__LyPOx{align-items:center;background:#5d7fff;border-radius:50%;display:flex;flex-direction:row;height:20px;justify-content:center;min-height:20px;min-width:20px;width:20px}.Prizes_prizesHeader__C\+keE .Prizes_prizesPendig__eBqeI .Prizes_infoIcon__LyPOx img{height:18px;width:18px}.Prizes_noPrizes__-ioN8{display:flex;flex-direction:column;gap:12px;height:auto;margin-top:24px;width:100%}.Prizes_noPrizes__-ioN8 .Prizes_noPrize_box__nn0TD{align-items:center;background:#1e1e1e;border-radius:18px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;justify-content:center;max-width:360px;padding:24px;width:100%}.Prizes_noPrizes__-ioN8 .Prizes_noPrize_box__nn0TD .Prizes_giftBox__AOuoN{height:68px}.Prizes_noPrizes__-ioN8 .Prizes_noPrize_box__nn0TD .Prizes_boxText__VoXCt{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:6px;height:auto;justify-content:center;width:100%}.Prizes_noPrizes__-ioN8 .Prizes_noPrize_box__nn0TD .Prizes_boxText__VoXCt .Prizes_header__0VZ1a{color:#b6b6b6;font-size:18px;font-weight:500}.Prizes_noPrizes__-ioN8 .Prizes_noPrize_box__nn0TD .Prizes_boxText__VoXCt .Prizes_desc__teXJv{color:#fafafa;font-size:16px;font-weight:400;text-align:center}.Prizes_noPrizes__-ioN8 .Prizes_noPrize_box__nn0TD .Prizes_viewGamesBtn__wdD2a{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;font-weight:500;gap:4px;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Prizes_noPrizes__-ioN8 .Prizes_noPrize_box__nn0TD .Prizes_viewGamesBtn__wdD2a img{height:16px}.Prizes_noPrizes__-ioN8 .Prizes_noPrize_box__nn0TD .Prizes_viewGamesBtn__wdD2a:hover{background:rgba(93,127,255,.8)}.Prizes_prizesContainer__A2znQ{grid-gap:16px;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);height:auto;margin-top:24px;width:100%}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0{background:#222;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;padding:16px}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeItemTitle__ErukZ{align-items:center;display:flex;flex-direction:row;gap:6px}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeItemTitle__ErukZ img{height:26px}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeItemTitle__ErukZ .Prizes_position__rXpGD{color:#aeaeae;font-size:20px;font-weight:600}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeItemTitle__ErukZ .Prizes_title__bYBEb{color:#fafafa;font-size:18px;font-weight:500}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;width:100%}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC{display:flex;flex-direction:column;gap:24px;width:60%}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeContentItem__\+YElS{display:flex;flex-direction:column;gap:4px}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeContentItem__\+YElS .Prizes_prizeItemContentTitle__xi6-F{color:#5d7fff;font-size:20px;font-weight:600}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeContentItem__\+YElS .Prizes_prizeItemContentDesc__qZLAA{color:#cecece;font-size:14px;font-weight:400}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeContentItem__\+YElS .Prizes_prizeItemContentDesc__qZLAA img{border-radius:2px;height:16px;-webkit-transform:translateY(-2px);transform:translateY(-2px);vertical-align:middle}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u{align-items:center;display:flex;flex-direction:row;gap:6px;height:auto;width:100%}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u .Prizes_digitCode__DS6wm{box-sizing:border-box;display:flex;position:relative;width:100%}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u .Prizes_digitCode__DS6wm input{background:#333;border:none;border-radius:4px;color:#fafafa;font-family:Inter,sans-serif;font-weight:500;height:30px;outline:none;padding:0 34px 0 12px;text-overflow:ellipsis;width:100%}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u .Prizes_digitCode__DS6wm .Prizes_showCode__ut512{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:row;height:100%;justify-content:center;position:absolute;right:6px;width:auto}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u .Prizes_digitCode__DS6wm .Prizes_showCode__ut512 img{height:20px}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u .Prizes_copyBtn__8NRNB{align-items:center;background:#454545;border:none;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;height:30px;justify-content:center;max-height:30px;max-width:30px;min-height:30px;min-width:30px;outline:none;transition:.3s;width:30px}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u .Prizes_copyBtn__8NRNB img{height:18px}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u .Prizes_copyBtn__8NRNB:hover{background:#535353}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u .Prizes_claimBtn__VDbtZ{align-items:center;background:#5d7fff;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500;outline:none;padding:6px 12px;transition:.3s}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_leftSide__ErmQC .Prizes_prizeClaim__xlr1u .Prizes_claimBtn__VDbtZ:hover{background:rgba(93,127,255,.8)}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_rightSide__HZaeD{align-items:center;display:flex;flex-direction:row;justify-content:center;width:40%}.Prizes_prizesContainer__A2znQ .Prizes_prizeItem__J\+JT0 .Prizes_prizeContent__R1JDC .Prizes_rightSide__HZaeD .Prizes_prizeThumbnail__Km9y0 img{border-radius:18px;object-fit:contain;width:100%}@media(max-width:1248px){.Prizes_prizesContainer__A2znQ{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.Prizes_prizesContainer__A2znQ{grid-template-columns:repeat(1,1fr)}}.TermsPrivacy_termsPrivacy__h4qHS{height:auto}.TermsPrivacy_termsPrivacy__h4qHS,.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;width:100%}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl{background:url(/static/media/headerBg.2a917a612eb0f7623dff.png);background-color:#121212;background-repeat:no-repeat;background-size:100%;border-radius:32px 32px 0 0;gap:10px;height:130px;padding:10px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl img{height:32px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8{align-items:center;background:hsla(0,0%,7%,.5);border-radius:12px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;justify-content:space-around;padding:10px;width:100%}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8 .TermsPrivacy_termsPrivacy_menuItem__ylwTb{align-items:center;background:#363636;border:1px solid #363636;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;justify-content:center;padding:12px 16px;transition:all .2s ease-in-out;white-space:nowrap;width:100%}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8 .TermsPrivacy_termsPrivacy_menuItem__ylwTb.TermsPrivacy_active__wxHYo{background:rgba(93,127,255,.25);border:1px solid #5d7fff}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_content__pXHTF{background:#1e1e1e;border-radius:0 0 32px 32px;box-sizing:border-box;height:auto;max-height:800px;min-height:400px;padding:32px;width:100%}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_content__pXHTF iframe{border:none;border-radius:6px;height:736px;width:100%}@media(max-width:768px){.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl{gap:0}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl img{height:18px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8{flex-wrap:wrap;gap:8px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8 .TermsPrivacy_termsPrivacy_menuItem__ylwTb{padding:6px 12px}}@media(max-width:430px){.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl{gap:0}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl img{height:18px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8{flex-wrap:wrap;gap:6px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8 .TermsPrivacy_termsPrivacy_menuItem__ylwTb{padding:4px 6px;text-align:center;white-space:normal}}.GameEvent_gameEvent__XYNMH{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;padding-bottom:60px;width:100%}.Header_eventHeader__XT-YG{display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventLogo__Gw7E9{align-items:center;background-repeat:no-repeat;background-size:100%;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:162px;justify-content:center;max-height:162px;max-width:162px;min-height:162px;min-width:162px;width:162px}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventLogo__Gw7E9 img{height:60px;margin-top:-20px;max-height:60px;min-height:60px}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventLogo__Gw7E9 .Header_profileLogo__XysWe{border-radius:50%}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+{display:flex;flex-direction:column;margin-top:-40px}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+ .Header_name__EBUnF{color:#5d7fff;font-family:Russo One,sans-serif;font-size:26px}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+ .Header_brands__w7kYj{color:#fff;font-family:Russo One,sans-serif;font-size:36px}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+ .Header_brands__w7kYj b{color:#626262}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+ .Header_platform__EGMOg{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:24px;font-weight:600;gap:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+ .Header_platform__EGMOg img{height:24px}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+ .Header_platform__EGMOg.Header_twitch__5cp\+a{color:#a970ff}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+ .Header_platform__EGMOg.Header_youtube__-Aw81{color:red}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+ .Header_platform__EGMOg.Header_trovo__qoD5m{color:#19d66b}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq{align-items:center;display:flex;flex-direction:row;gap:40px 40px;margin-top:-40px}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq .Header_eventDetail_item__kd-EK{background:#1d1d1d;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:2px;padding:12px 20px 12px 26px;position:relative}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq .Header_eventDetail_item__kd-EK .Header_itemIcon__JS5Cx{left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq .Header_eventDetail_item__kd-EK .Header_itemTitle__PGKi8{color:#5d7fff;font-size:18px;font-weight:500;white-space:nowrap}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq .Header_eventDetail_item__kd-EK .Header_itemContent__mdDRl{color:#fafafa;font-size:22px;font-weight:500;white-space:nowrap}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq .Header_eventDetail_item__kd-EK .Header_itemContent__mdDRl .Header_loadingStatus__S3s3Y{height:22px}@media(max-width:1024px){.Header_eventHeader__XT-YG{flex-direction:column;gap:60px;justify-content:flex-start}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d{align-items:center;flex-direction:row;gap:20px;justify-content:flex-start}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventLogo__Gw7E9,.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+{margin:0}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq{flex-direction:column;gap:10px}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq .Header_eventDetail_item__kd-EK{margin:0;width:100%}}@media(max-width:849px){.Header_eventHeader__XT-YG{flex-direction:column;gap:60px;justify-content:flex-start}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d{align-items:flex-start;flex-direction:column;gap:0;justify-content:flex-start}.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventLogo__Gw7E9,.Header_eventHeader__XT-YG .Header_eventInfo__jpW6d .Header_eventName__jVgO\+{margin:0}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq{flex-direction:column;gap:10px}.Header_eventHeader__XT-YG .Header_eventDetail__OHujq .Header_eventDetail_item__kd-EK{margin:0;width:calc(100% - 20px)}}.SectionTab_sectionTab__InpLA{align-items:center;background:#222;border-radius:12px;display:flex;flex-direction:row;gap:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SectionTab_sectionTab__InpLA .SectionTab_tabItem__6JVnF{border:1px solid #222;border-radius:12px;color:#fafafa;cursor:pointer;font-size:20px;font-weight:600;padding:15px 30px;transition:.3s}@media(max-width:1024px){.SectionTab_sectionTab__InpLA{flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.General_sectionGeneral__cOfC5{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12{display:flex;flex-direction:row;gap:40px;width:100%}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_youtubeEmbed__4trC4{aspect-ratio:16/9;border-radius:12px;width:100%}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 video{align-self:flex-start;border-radius:12px;max-width:400px;width:100%}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L{display:flex;flex-direction:column;gap:20px;width:100%}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L .General_title__GT6Jl{color:#5d7fff;font-family:Russo One,sans-serif;font-size:32px;font-weight:600}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L p{color:#fafafa;font-size:22px;line-height:32px;padding-bottom:16px}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L p a{color:#9c9c9c}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L .General_joinEventBtn__-B85h{align-items:center;background:#5d7fff;border:none;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:20px;gap:6px;justify-content:center;margin-top:20px;padding:20px;position:relative;transition:.3s}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L .General_joinEventBtn__-B85h:hover{background:rgba(93,127,255,.85)}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L .General_joinEventBtn__-B85h img{display:none}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L .General_joinEventBtn__-B85h.General_joined__48P2H{background:#2d2d2d;cursor:default;pointer-events:none}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L .General_joinEventBtn__-B85h.General_joined__48P2H:hover{background:#2d2d2d}.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12 .General_generalDesc__SIx3L .General_joinEventBtn__-B85h.General_joined__48P2H img{display:inline;display:initial;height:20px}@media(max-width:1024px){.General_sectionGeneral__cOfC5 .General_eventGeneral__NVy12{flex-direction:column}}.Rules_rules__UhLoz{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;width:100%}.Rules_rules__UhLoz h1{color:#5d7fff;font-family:Russo One,sans-serif;font-size:32px;font-weight:700}.Rules_rules__UhLoz ul{display:flex;flex-direction:column;gap:20px}.Rules_rules__UhLoz ul li{background:rgba(34,34,34,.4);border-radius:14px;box-sizing:border-box;color:#fafafa;display:inline-block;flex-direction:row;font-family:Inter,sans-serif;font-size:22px;font-weight:500;height:auto;list-style-type:none;padding:10px;white-space:pre-wrap;width:100%}.Rules_rules__UhLoz ul li:before{background-color:#919191;border-radius:50%;content:"";display:inline-block;height:10px;margin-right:10px;margin-top:8px;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:10px}.Rules_rules__UhLoz ul li a{color:#5d7fff;cursor:pointer;transition:.3s}.Rules_rules__UhLoz ul li a:hover{color:rgba(93,127,255,.7)}.Rules_rules__UhLoz ul li b{white-space:pre-wrap}.FAQ_faq__Gz6c4{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;width:100%}.FAQ_faq__Gz6c4 h1{color:#5d7fff;font-family:Russo One,sans-serif;font-size:32px;font-weight:700}.FAQ_faq__Gz6c4 ul{display:flex;flex-direction:column;gap:26px}.FAQ_faq__Gz6c4 ul li{background:rgba(34,34,34,.4);border-radius:14px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:22px;height:auto;list-style-type:none;padding:10px;width:100%}.FAQ_faq__Gz6c4 ul li .FAQ_question__jqdQ7{background:rgba(34,34,34,.4);border-radius:6px;box-sizing:border-box;color:#fafafa;font-size:28px;font-weight:700;padding:12px 6px}.FAQ_faq__Gz6c4 ul li .FAQ_answer__z0aqh{box-sizing:border-box;color:#8f8f8f;font-size:22px;font-weight:500;padding:6px}.Awards_awards__eUA4\+{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;width:100%}.Awards_awards__eUA4\+ h1{color:#5d7fff;font-family:Russo One,sans-serif;font-size:32px;font-weight:700}.Awards_awards__eUA4\+ ul{display:flex;flex-direction:column;gap:26px}.Awards_awards__eUA4\+ ul li{align-items:center;background:rgba(34,34,34,.4);border-radius:14px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:24px;font-weight:500;gap:12px;height:auto;list-style-type:none;padding:10px 20px;width:100%}.Awards_awards__eUA4\+ ul li .Awards_number__40nQ1{color:#58b7b3;font-family:Russo One,sans-serif;font-size:30px;height:39px;max-height:39px;max-width:39px;min-height:39px;min-width:39px;width:39px}.Awards_awards__eUA4\+ ul li img{border-radius:2px;height:auto;width:34px}.Awards_awards__eUA4\+ ul li b{color:#d2d2d2;text-shadow:0 0 4px #58b7b3}.Awards_awards__eUA4\+ ul li b:after{content:"";margin-right:16px}.GameShowcase_gameShowcase__IuX30{box-sizing:border-box;display:flex;flex-direction:column;gap:18px;height:auto;width:100%}@-webkit-keyframes GameShowcaseHeader_ring__BV9xY{0%{-webkit-transform:rotate(0)}1%{-webkit-transform:rotate(30deg)}3%{-webkit-transform:rotate(-28deg)}5%{-webkit-transform:rotate(34deg)}7%{-webkit-transform:rotate(-32deg)}9%{-webkit-transform:rotate(30deg)}11%{-webkit-transform:rotate(-28deg)}13%{-webkit-transform:rotate(26deg)}15%{-webkit-transform:rotate(-24deg)}17%{-webkit-transform:rotate(22deg)}19%{-webkit-transform:rotate(-20deg)}21%{-webkit-transform:rotate(18deg)}23%{-webkit-transform:rotate(-16deg)}25%{-webkit-transform:rotate(14deg)}27%{-webkit-transform:rotate(-12deg)}29%{-webkit-transform:rotate(10deg)}31%{-webkit-transform:rotate(-8deg)}33%{-webkit-transform:rotate(6deg)}35%{-webkit-transform:rotate(-4deg)}37%{-webkit-transform:rotate(2deg)}39%{-webkit-transform:rotate(-1deg)}41%{-webkit-transform:rotate(1deg)}43%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(0)}}@keyframes GameShowcaseHeader_ring__BV9xY{0%{-webkit-transform:rotate(0);transform:rotate(0)}1%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}3%{-webkit-transform:rotate(-28deg);transform:rotate(-28deg)}5%{-webkit-transform:rotate(34deg);transform:rotate(34deg)}7%{-webkit-transform:rotate(-32deg);transform:rotate(-32deg)}9%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}11%{-webkit-transform:rotate(-28deg);transform:rotate(-28deg)}13%{-webkit-transform:rotate(26deg);transform:rotate(26deg)}15%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}17%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}19%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}21%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}23%{-webkit-transform:rotate(-16deg);transform:rotate(-16deg)}25%{-webkit-transform:rotate(14deg);transform:rotate(14deg)}27%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}29%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}31%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}33%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}35%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}37%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}39%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}41%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}43%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes GameShowcaseHeader_floatUp__RBu96{0%{opacity:0;-webkit-transform:translate(-50%) scale(.5);transform:translate(-50%) scale(.5)}20%{opacity:1;-webkit-transform:translate(-50%,-10px) scale(1);transform:translate(-50%,-10px) scale(1)}80%{opacity:1;-webkit-transform:translate(-50%,-30px) scale(1);transform:translate(-50%,-30px) scale(1)}to{opacity:0;-webkit-transform:translate(-50%,-50px) scale(.8);transform:translate(-50%,-50px) scale(.8)}}@keyframes GameShowcaseHeader_floatUp__RBu96{0%{opacity:0;-webkit-transform:translate(-50%) scale(.5);transform:translate(-50%) scale(.5)}20%{opacity:1;-webkit-transform:translate(-50%,-10px) scale(1);transform:translate(-50%,-10px) scale(1)}80%{opacity:1;-webkit-transform:translate(-50%,-30px) scale(1);transform:translate(-50%,-30px) scale(1)}to{opacity:0;-webkit-transform:translate(-50%,-50px) scale(.8);transform:translate(-50%,-50px) scale(.8)}}.GameShowcaseHeader_pointsPopup__zeDb2{-webkit-animation:GameShowcaseHeader_floatUp__RBu96 1.5s ease-out forwards;animation:GameShowcaseHeader_floatUp__RBu96 1.5s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.25);border-radius:20px;color:#fafafa;font-size:clamp(1rem,.9565rem + .2174vw,1.125rem);font-weight:600;left:50%;padding:8px 16px;pointer-events:none;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;z-index:1000}.GameShowcaseHeader_pointsPopup__zeDb2 .GameShowcaseHeader_pointsValue__FPXgB{color:#5d7fff;font-weight:700}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD{grid-gap:18px;background:#202020;border-radius:12px;box-sizing:border-box;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);height:auto;overflow:hidden;width:100%}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:space-evenly;padding:30px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I{align-items:center;color:#5d7fff;display:flex;flex-direction:row;flex-wrap:wrap;font-family:Russo One,sans-serif;font-size:42px;gap:18px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I img{border-radius:10px;height:60px;max-height:60px;max-width:60px;min-height:60px;min-width:60px;width:60px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_currentGameLanguage__yngec{align-items:center;background:#3a3a3a;border-radius:18px;box-sizing:border-box;color:#c9c9c9;display:flex;flex-direction:row;font-size:14px;gap:4px;padding:4px 8px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_currentGameLanguage__yngec .GameShowcaseHeader_flagIcon__IjC1X{border-radius:4px;box-sizing:border-box;height:auto!important;max-height:auto!important;max-width:20px!important;min-height:auto!important;min-width:20px!important;width:20px!important}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_languageSelector__Y9Iaf{align-items:center;background:#3a3a3a;border-radius:18px;box-sizing:border-box;color:#c9c9c9;cursor:pointer;display:flex;flex-direction:row;font-size:14px;gap:4px;padding:4px 10px 4px 8px;position:relative;transition:background-color .2s ease-in-out}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_languageSelector__Y9Iaf:hover{background:#4a4a4a}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_languageSelector__Y9Iaf .GameShowcaseHeader_flagIcon__IjC1X{border-radius:4px;box-sizing:border-box;height:auto!important;max-height:auto!important;max-width:20px!important;min-height:auto!important;min-width:20px!important;width:20px!important}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_languageSelector__Y9Iaf .GameShowcaseHeader_dropdownArrow__s6F98{height:16px;margin-left:2px;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:16px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_languageSelector__Y9Iaf:hover .GameShowcaseHeader_dropdownArrow__s6F98{-webkit-transform:translateY(2px);transform:translateY(2px)}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_languageSelector__Y9Iaf .GameShowcaseHeader_languageDropdown__Agh9v{background:#2a2a2a;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.2);left:0;margin-top:5px;min-width:120px;overflow:hidden;position:absolute;top:100%;width:100%;z-index:100}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_languageSelector__Y9Iaf .GameShowcaseHeader_languageDropdown__Agh9v .GameShowcaseHeader_languageOption__E1o82{align-items:center;display:flex;flex-direction:row;gap:8px;padding:8px 12px;transition:background-color .2s ease-in-out}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_languageSelector__Y9Iaf .GameShowcaseHeader_languageDropdown__Agh9v .GameShowcaseHeader_languageOption__E1o82:hover{background:#3a3a3a}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I .GameShowcaseHeader_languageSelector__Y9Iaf .GameShowcaseHeader_languageDropdown__Agh9v .GameShowcaseHeader_languageOption__E1o82.GameShowcaseHeader_active__Gnqt1{background:rgba(93,127,255,.2);color:#5d7fff}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseDescription__O1Pgh{color:#fafafa;font-size:20px;font-weight:500}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_streamerCTA__uTUaG{background:rgba(58,58,58,.5);border-radius:12px;box-sizing:border-box;color:#fafafa;display:inline-block;font-size:15px;font-style:italic;font-weight:400;padding:10px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_streamerCTA__uTUaG a{color:#5d7fff;font-weight:700;text-decoration:none;transition:all .2s ease}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_streamerCTA__uTUaG a:hover{opacity:.8;text-decoration:underline}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseParticipants__zYnxf{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;margin-top:6px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseParticipants__zYnxf .GameShowcaseHeader_participantsAvatars__YARHj{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:15px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseParticipants__zYnxf .GameShowcaseHeader_participantsAvatars__YARHj img{background:#3a3a3a;border-radius:50%;box-shadow:0 0 17px 2px rgba(0,0,0,.34);height:40px;margin-left:-15px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseParticipants__zYnxf .GameShowcaseHeader_participantsAvatars__YARHj .GameShowcaseHeader_totalCount__UaJGa{align-items:center;background:linear-gradient(90deg,#5d7fff,rgba(93,127,255,.3));border-radius:18px;color:#fafafa;display:flex;font-size:12px;font-weight:600;height:30px;justify-content:center;margin-left:-10px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;padding:2px 6px;width:auto}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseParticipants__zYnxf .GameShowcaseHeader_participantsText__L\+4Ox{color:#c9c9c9;font-size:16px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;margin-top:10px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv{align-items:center;background:rgba(93,127,255,.2);border:1px solid #5d7fff;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:60px;min-height:60px;min-width:340px;padding:8px 12px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv .GameShowcaseHeader_prizeIcon__Vq8Ym{align-items:center;display:flex;flex-direction:row;justify-content:center}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv .GameShowcaseHeader_prizeIcon__Vq8Ym img{height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv .GameShowcaseHeader_prizePoolContent__uN9dG{display:flex;flex-direction:column;gap:4px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv .GameShowcaseHeader_prizePoolContent__uN9dG .GameShowcaseHeader_prizeCountdownTimer__idKX\+{color:#fafafa;font-size:14px;font-weight:400;white-space:nowrap}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv .GameShowcaseHeader_prizePoolContent__uN9dG .GameShowcaseHeader_prizePoolAmount__f41w0{color:#fff;font-size:16px;font-weight:700}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_subscribeButton__jB0bt{align-items:center;background:#5d7fff;border:none;border-radius:16px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:700;height:60px;justify-content:center;min-height:60px;min-width:150px;outline:none;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_subscribeButton__jB0bt:hover{opacity:.8}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_subscribeButton__jB0bt .GameShowcaseHeader_dailyRewardTimerIcon__iu9Aw{height:16px;margin-right:4px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_subscribeButton__jB0bt.GameShowcaseHeader_dailyRewardClaimed__eDC\+b{background:#333;border:none;color:#c9c9c9;display:flex;flex-direction:column;font-size:16px;font-weight:700;gap:2px;min-width:180px;outline:none;white-space:nowrap}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_subscribeButton__jB0bt.GameShowcaseHeader_dailyRewardClaimed__eDC\+b .GameShowcaseHeader_dailyRewardInTitle__x\+Cf6{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;white-space:nowrap}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_subscribeButton__jB0bt.GameShowcaseHeader_dailyRewardClaimed__eDC\+b .GameShowcaseHeader_dailyRewardInContent__e7JEl{align-items:center;display:flex;flex-direction:row;gap:4px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_subscribeButton__jB0bt .GameShowcaseHeader_dailyRewardTimer__q2Vyf{background:#444;border-radius:18px;color:#c9c9c9;font-size:14px;font-weight:500;margin-left:4px;min-width:64px;padding:2px 6px;white-space:nowrap}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_notificationButton__0-Xy4{align-items:center;background:#3a3a3a;border:none;border-radius:16px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;height:60px;justify-content:center;min-height:60px;min-width:60px;outline:none;transition:.3s;width:60px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_notificationButton__0-Xy4 svg{-webkit-animation:GameShowcaseHeader_ring__BV9xY 8s ease-in-out .7s infinite;-moz-animation:GameShowcaseHeader_ring__BV9xY 8s ease-in-out .7s infinite;animation:GameShowcaseHeader_ring__BV9xY 8s ease-in-out .7s infinite;height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;-webkit-transform-origin:50% 4px;transform-origin:50% 4px;width:24px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_notificationButton__0-Xy4.GameShowcaseHeader_active__Gnqt1{background:#5d7fff}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_notificationButton__0-Xy4.GameShowcaseHeader_active__Gnqt1 svg{-webkit-animation:none;-moz-animation:none;animation:none;-webkit-transform-origin:none;transform-origin:none}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderThumbnail__Qt\+44{align-self:flex-start;display:flex;flex-direction:column;height:100%;position:relative;width:100%}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderThumbnail__Qt\+44 video{height:100%;object-fit:cover;width:100%}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderThumbnail__Qt\+44:before{background:linear-gradient(90deg,#202020 .82%,rgba(32,32,32,.5) 25.62%,rgba(32,32,32,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1100px){.GameShowcaseHeader_gameShowcaseHeader__Gh0wD{grid-template-columns:1fr}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4{gap:12px;padding:20px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I{font-size:36px;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I img{height:46px;max-height:46px;max-width:46px;min-height:46px;min-width:46px;width:46px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseDescription__O1Pgh{font-size:18px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_streamerCTA__uTUaG{font-size:14px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderThumbnail__Qt\+44{display:none}}@media(max-width:1068px){.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4{padding:16px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I{font-size:32px;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseDescription__O1Pgh{font-size:16px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI{flex-wrap:wrap;gap:12px}}@media(max-width:480px){.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4{padding:12px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I{font-size:28px;gap:10px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseTitle__gLj9I img{height:36px;max-height:36px;max-width:36px;min-height:36px;min-width:36px;width:36px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseDescription__O1Pgh{font-size:14px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseParticipants__zYnxf .GameShowcaseHeader_participantsAvatars__YARHj img{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI{flex-wrap:wrap;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv{height:auto;min-width:100%;padding:6px 10px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv .GameShowcaseHeader_prizeIcon__Vq8Ym img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv .GameShowcaseHeader_prizePoolContent__uN9dG .GameShowcaseHeader_prizeCountdownTimer__idKX\+{font-size:12px;white-space:wrap}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_gamePrizePool__atrVv .GameShowcaseHeader_prizePoolContent__uN9dG .GameShowcaseHeader_prizePoolAmount__f41w0{font-size:14px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_gameShowcaseFooter__Y9JtI .GameShowcaseHeader_subscribeButton__jB0bt{font-size:14px;height:auto;max-height:none;min-height:0;min-height:auto;padding:16px 10px}.GameShowcaseHeader_gameShowcaseHeader__Gh0wD .GameShowcaseHeader_showcaseHeaderContent__cHsy4 .GameShowcaseHeader_streamerCTA__uTUaG{font-size:13px;padding:8px 12px}}.StreakIndicator_currentStreakLevel__QFyYN{align-items:center;background:rgba(93,127,255,.1);border-radius:10px;color:#5d7fff;cursor:help;display:flex;flex-direction:row;font-size:12px;font-weight:600;gap:4px;margin-left:4px;padding:4px 6px}.StreakIndicator_currentStreakLevel__QFyYN img{height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.StreakIndicator_currentStreakLevel__QFyYN.StreakIndicator_selfStreakView__2xLgJ{align-items:center;background:rgba(93,127,255,.2);border-radius:10px;color:#5d7fff;cursor:help;display:flex;flex-direction:row;font-size:14px;font-weight:600;gap:4px;margin-left:4px;padding:4px 8px}.StreakIndicator_currentStreakLevel__QFyYN.StreakIndicator_selfStreakView__2xLgJ img{height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcaseMenu_gameShowcaseMenu__iuA1p{align-items:center;background:#202020;border-radius:12px;box-shadow:0 4px 5px 0 hsla(0,0%,5%,.5);box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;height:auto;padding:12px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.GameShowcaseMenu_gameShowcaseMenu__iuA1p .GameShowcaseMenu_menuItem__3xPtt{align-items:center;background:rgba(54,54,54,.5);border:1px solid rgba(54,54,54,.5);border-radius:10px;color:#979b9f;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;height:auto;padding:10px;transition:.3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseMenu_gameShowcaseMenu__iuA1p .GameShowcaseMenu_menuItem__3xPtt svg{height:20px;max-height:20px;min-height:20px;width:auto}.GameShowcaseMenu_gameShowcaseMenu__iuA1p .GameShowcaseMenu_menuItem__3xPtt svg path{fill:#979b9f;transition:.3s ease}.GameShowcaseMenu_gameShowcaseMenu__iuA1p .GameShowcaseMenu_menuItem__3xPtt:hover{color:#d3d3d3}.GameShowcaseMenu_gameShowcaseMenu__iuA1p .GameShowcaseMenu_menuItem__3xPtt:hover svg path{fill:#d3d3d3}.GameShowcaseMenu_gameShowcaseMenu__iuA1p .GameShowcaseMenu_menuItem__3xPtt.GameShowcaseMenu_active__EZRdG{background:#565656;border:1px solid #747474;color:#fafafa}.GameShowcaseMenu_gameShowcaseMenu__iuA1p .GameShowcaseMenu_menuItem__3xPtt.GameShowcaseMenu_active__EZRdG svg path{fill:#fafafa}@media(max-width:480px){.GameShowcaseMenu_gameShowcaseMenu__iuA1p{gap:12px;padding:12px;top:12px}.GameShowcaseMenu_gameShowcaseMenu__iuA1p .GameShowcaseMenu_menuItem__3xPtt{font-size:14px;padding:8px}.GameShowcaseMenu_gameShowcaseMenu__iuA1p .GameShowcaseMenu_menuItem__3xPtt svg{height:16px;max-height:16px;min-height:16px}}.GameShowcasePlaying_gameShowcasePlaying__9RY94{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 30px 20px;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_sectionTitle__r7hA4{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_sectionTitle__r7hA4 svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_sectionTitle__r7hA4 svg path{stroke:#5d7fff}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_loadingContainer__a76YF{align-items:center;border-radius:12px;box-sizing:border-box;display:flex;justify-content:center;min-height:200px;padding:20px;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-auto-rows:auto;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));height:auto;justify-content:start;max-height:630px;overflow-x:hidden;overflow-y:auto;padding-right:10px;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV{background:#363636;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;transition:.3s;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV:hover{background:#464646}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV:hover .GameShowcasePlaying_watchAndPlayButton__f7L5L{background:#6d6d6d}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_thumbnailWrapper__9IXEZ{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:center;position:relative;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_thumbnailWrapper__9IXEZ .GameShowcasePlaying_thumbnail__ORACv{border-radius:8px;height:auto;object-fit:cover;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_thumbnailWrapper__9IXEZ .GameShowcasePlaying_liveLabel__wFCPS{align-items:center;background:#f33;border-radius:5px;box-sizing:border-box;color:#fff;display:flex;flex-direction:row;font-size:12px;font-weight:600;height:auto;justify-content:center;left:6px;padding:1px 6px;position:absolute;top:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_thumbnailWrapper__9IXEZ .GameShowcasePlaying_pausedLabel__DupZ7{align-items:center;background:#f08e3e;border-radius:5px;bottom:6px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:12px;font-weight:600;gap:2px;height:auto;justify-content:center;padding:1px 6px;position:absolute;right:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:4px;height:auto;justify-content:space-between;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x .GameShowcasePlaying_playingItemTitle__0qwxO{align-items:center;display:flex;flex-direction:row;gap:2px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x .GameShowcasePlaying_playingItemTitle__0qwxO .GameShowcasePlaying_platformIcon__1nutO{flex-shrink:0;height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x .GameShowcasePlaying_playingItemTitle__0qwxO .GameShowcasePlaying_streamerAvatar__1Q1yE{border-radius:50%;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x .GameShowcasePlaying_playingItemTitle__0qwxO .GameShowcasePlaying_streamerName__oF88j{color:#fafafa;flex-basis:0;flex-grow:1;flex-shrink:1;font-size:14px;font-weight:600;max-width:80px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x .GameShowcasePlaying_playingItemTitle__0qwxO .GameShowcasePlaying_verifiedBadge__wFE8M{align-items:center;display:flex;flex-direction:row;flex-shrink:0;height:14px;justify-content:center;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x .GameShowcasePlaying_playingItemTitle__0qwxO .GameShowcasePlaying_verifiedBadge__wFE8M.GameShowcasePlaying_kickBadge__sph6t svg path{fill:#1eff00}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x .GameShowcasePlaying_playingItemTitle__0qwxO .GameShowcasePlaying_verifiedBadge__wFE8M.GameShowcasePlaying_twitchBadge__UxpiJ svg path{fill:#a970ff}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x .GameShowcasePlaying_playingItemTitle__0qwxO .GameShowcasePlaying_verifiedBadge__wFE8M svg{height:100%;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_playingItemInfo__y0Z\+x .GameShowcasePlaying_playingViewers__Ooyt7{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;justify-content:center;white-space:nowrap}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE .GameShowcasePlaying_playingItem__Q5cZV .GameShowcasePlaying_watchAndPlayButton__f7L5L{align-items:center;background:#5d5d5d;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:auto;justify-content:center;padding:10px;transition:.3s;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_noStreamers__-rNPC{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:center;min-height:120px;width:100%}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_noStreamers__-rNPC img{height:66px;max-height:66px;max-width:66px;min-height:66px;min-width:66px;width:66px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_noStreamers__-rNPC .GameShowcasePlaying_noStreamersContent__WpJE2{display:flex;flex-direction:column;gap:6px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_noStreamers__-rNPC .GameShowcasePlaying_noStreamersContent__WpJE2 .GameShowcasePlaying_noStreamersTitle__vjPlm{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:18px;font-weight:600;gap:10px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_noStreamers__-rNPC .GameShowcasePlaying_noStreamersContent__WpJE2 .GameShowcasePlaying_noStreamersDescription__OKAt4{color:#c9c9c9;font-size:16px;font-weight:400}@media(max-width:1100px){.GameShowcasePlaying_gameShowcasePlaying__9RY94{padding:20px}}@media(max-width:968px){.GameShowcasePlaying_gameShowcasePlaying__9RY94{padding:16px}}@media(max-width:480px){.GameShowcasePlaying_gameShowcasePlaying__9RY94{padding:12px}.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE{grid-template-columns:repeat(auto-fill,minmax(200px,200px))}}@media(max-width:380px){.GameShowcasePlaying_gameShowcasePlaying__9RY94 .GameShowcasePlaying_playingList__BYpNE{grid-template-columns:1fr}}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;min-height:500px;padding:30px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_sectionTitle__sXuqZ{align-items:center;color:#5d7fff;display:flex;flex-direction:row;flex-wrap:wrap;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_sectionTitle__sXuqZ svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_sectionTitle__sXuqZ svg path{stroke:#5d7fff}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_sectionTitle__sXuqZ .GameShowcaseLeaderboard_monthButtons__X2aoe{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_sectionTitle__sXuqZ .GameShowcaseLeaderboard_monthButtons__X2aoe button{align-items:center;background:#5d5d5d;border:none;border-radius:10px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;outline:none;padding:10px 12px;transition:.3s}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_sectionTitle__sXuqZ .GameShowcaseLeaderboard_monthButtons__X2aoe button.GameShowcaseLeaderboard_active__7fezl{background:#5d7fff}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_sectionTitle__sXuqZ .GameShowcaseLeaderboard_monthButtons__X2aoe button:hover{opacity:.8}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserAvatar__zK\+l8{align-items:center;display:flex;flex-direction:row;height:46px;justify-content:center;max-height:46px;max-width:46px;min-height:46px;min-width:46px;width:46px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserAvatar__zK\+l8 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII .GameShowcaseLeaderboard_currentUserName__yLa0E{align-items:center;color:hsla(0,0%,100%,.8);display:flex;flex-direction:row;font-size:14px;font-weight:600;gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII .GameShowcaseLeaderboard_currentUserName__yLa0E .GameShowcaseLeaderboard_platformIcon__d9zlU{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII .GameShowcaseLeaderboard_currentUserName__yLa0E .GameShowcaseLeaderboard_currentStreakLevel__RYCQn{align-items:center;background:rgba(93,127,255,.2);border-radius:10px;color:#5d7fff;cursor:help;display:flex;flex-direction:row;font-size:14px;font-weight:600;gap:4px;padding:4px 8px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII .GameShowcaseLeaderboard_currentUserName__yLa0E .GameShowcaseLeaderboard_currentStreakLevel__RYCQn img{height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII .GameShowcaseLeaderboard_currentUserPoints__GwskR{color:#fafafa;font-size:16px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII .GameShowcaseLeaderboard_currentUserPoints__GwskR span{color:#5d7fff}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII .GameShowcaseLeaderboard_currentUserDescription__w4pSJ{color:#c9c9c9;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC{grid-gap:clamp(1rem,-9.5rem + 13.125vw,6.25rem);box-sizing:border-box;display:grid;flex:1 1;gap:clamp(1rem,-9.5rem + 13.125vw,6.25rem);grid-template-columns:1fr minmax(260px,460px);height:auto;margin-top:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC.GameShowcaseLeaderboard_fullContainer__mBhrD{grid-template-columns:1fr}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_noDataContainer__J-cOm{box-sizing:border-box;display:flex;flex:1 1;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_noDataContainer__J-cOm .GameShowcaseLeaderboard_noLeaderboardData__rH0pB{align-items:center;background:#242424;border-radius:20px;box-sizing:border-box;color:#c9c9c9;display:flex;flex-direction:column;font-size:16px;font-weight:400;gap:10px;height:auto;justify-content:center;padding:20px;text-align:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_noDataContainer__J-cOm .GameShowcaseLeaderboard_noLeaderboardData__rH0pB svg{height:56px;max-height:56px;max-width:56px;min-height:56px;min-width:56px;width:56px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_noDataContainer__J-cOm .GameShowcaseLeaderboard_noLeaderboardData__rH0pB svg path{color:#5d7fff}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG{align-items:center;display:flex;flex-direction:row;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;max-width:70px;min-width:70px;width:70px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F:first-child img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F img{height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg:nth-child(2){margin-top:-50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U{align-items:center;display:flex;flex-direction:row;gap:10px;position:relative}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U img{border-radius:50%;height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;object-fit:cover;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U .GameShowcaseLeaderboard_topListItemAvatarRank__l6HPH{align-items:center;bottom:-10px;display:flex;flex-direction:row;justify-content:center;left:-20px;position:absolute}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U .GameShowcaseLeaderboard_topListItemAvatarRank__l6HPH img{border-radius:0;border-radius:initial;height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc{align-items:center;display:flex;flex-direction:column;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemName__8dNm-{align-items:center;display:flex;flex-direction:row;gap:4px;margin-top:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemName__8dNm- .GameShowcaseLeaderboard_ellipsisName__Tjo7Q{color:#fafafa;font-size:16px;font-weight:400;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemName__8dNm- .GameShowcaseLeaderboard_platformIcon__d9zlU{height:14px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemName__8dNm- .GameShowcaseLeaderboard_currentStreakLevel__RYCQn{align-items:center;background:rgba(93,127,255,.1);border-radius:10px;color:#5d7fff;cursor:help;display:flex;flex-direction:row;font-size:12px;font-weight:600;gap:4px;margin-left:2px;padding:4px 6px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemName__8dNm- .GameShowcaseLeaderboard_currentStreakLevel__RYCQn img{height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemPoints__BhzX1{color:#5d7fff;font-size:14px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_loadingContainer__CVr7z{align-items:center;border-radius:12px;box-sizing:border-box;display:flex;justify-content:center;min-height:400px;padding:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41{box-sizing:border-box;display:flex;flex-direction:column;height:auto;margin-top:20px;max-height:420px;min-height:400px;overflow-y:auto;padding-right:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+{align-items:center;border-bottom:1px solid #282828;box-sizing:border-box;display:grid;grid-template-columns:50px minmax(200px,1fr) auto;height:auto;padding:8px 0;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+:first-child{padding-top:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+:last-child{border-bottom:none;padding-bottom:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+ .GameShowcaseLeaderboard_leaderboardItemPosition__QJV3g{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:16px;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+ .GameShowcaseLeaderboard_leaderboardItemUser__FnJBb{align-items:center;display:flex;flex-direction:row}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+ .GameShowcaseLeaderboard_leaderboardItemUser__FnJBb .GameShowcaseLeaderboard_leaderItemUserAvatar__sT8X5{border-radius:50%;height:24px;margin-right:12px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;object-fit:cover;width:24px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+ .GameShowcaseLeaderboard_leaderboardItemUser__FnJBb .GameShowcaseLeaderboard_leaderItemUserPlatformIcon__VUVjo{height:14px;margin-right:4px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+ .GameShowcaseLeaderboard_leaderboardItemUser__FnJBb .GameShowcaseLeaderboard_leaderItemUserName__007hX{color:#fafafa;font-size:16px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+ .GameShowcaseLeaderboard_leaderboardItemUser__FnJBb .GameShowcaseLeaderboard_currentStreakLevel__RYCQn{align-items:center;background:rgba(93,127,255,.1);border-radius:10px;color:#5d7fff;cursor:help;display:flex;flex-direction:row;font-size:12px;font-weight:600;gap:4px;margin-left:10px;padding:4px 6px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+ .GameShowcaseLeaderboard_leaderboardItemUser__FnJBb .GameShowcaseLeaderboard_currentStreakLevel__RYCQn img{height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41 .GameShowcaseLeaderboard_leaderboardItem__\+vBn\+ .GameShowcaseLeaderboard_leaderboardItemPoints__POinD{color:#5d7fff;font-size:14px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE{background:#282828;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_gamePrizePool__oC6cN{align-items:center;background:rgba(93,127,255,.2);border:1px solid #5d7fff;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;min-height:60px;padding:8px 12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_gamePrizePool__oC6cN .GameShowcaseLeaderboard_prizeIcon__mq1OK{align-items:center;display:flex;flex-direction:row;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_gamePrizePool__oC6cN .GameShowcaseLeaderboard_prizeIcon__mq1OK img{height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_gamePrizePool__oC6cN .GameShowcaseLeaderboard_prizePoolContent__inghv{display:flex;flex-direction:column;gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_gamePrizePool__oC6cN .GameShowcaseLeaderboard_prizePoolContent__inghv .GameShowcaseLeaderboard_prizeCountdownTimer__9xpLe{color:#fafafa;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_gamePrizePool__oC6cN .GameShowcaseLeaderboard_prizePoolContent__inghv .GameShowcaseLeaderboard_prizePoolAmount__OMlef{color:#fff;font-size:16px;font-weight:700}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsInfo__0Mmkj{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsInfo__0Mmkj .GameShowcaseLeaderboard_sectionTitle__sXuqZ{color:#5d7fff;font-family:Russo One,sans-serif;font-size:22px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsInfo__0Mmkj .GameShowcaseLeaderboard_rewardsDescription__CW3Fo{color:#c9c9c9;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsList__ZU6CP{box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:310px;overflow-y:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsList__ZU6CP .GameShowcaseLeaderboard_rewardsItem__6fV\+R{align-items:center;border-bottom:1px solid #303030;display:flex;flex-direction:row;gap:10px;padding:8px 0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsList__ZU6CP .GameShowcaseLeaderboard_rewardsItem__6fV\+R:first-child{padding-top:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsList__ZU6CP .GameShowcaseLeaderboard_rewardsItem__6fV\+R:last-child{border-bottom:none;padding-bottom:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsList__ZU6CP .GameShowcaseLeaderboard_rewardsItem__6fV\+R .GameShowcaseLeaderboard_rewardPosition__DpPOh{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One;font-size:16px;font-weight:400;height:20px;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsList__ZU6CP .GameShowcaseLeaderboard_rewardsItem__6fV\+R .GameShowcaseLeaderboard_rewardAmount__LM1JM{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsList__ZU6CP .GameShowcaseLeaderboard_rewardsItem__6fV\+R .GameShowcaseLeaderboard_rewardAmount__LM1JM .GameShowcaseLeaderboard_rewardIcon__eMqN1{height:auto;object-fit:contain;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardRewardSection__VngeE .GameShowcaseLeaderboard_rewardsList__ZU6CP .GameShowcaseLeaderboard_noRewards__El-SV{color:#8f9bb3;font-size:14px;padding:12px;text-align:center}.GameShowcaseLeaderboard_loadMoreContainer__i6ZtK{display:flex;justify-content:center;margin-top:20px;width:100%}.GameShowcaseLeaderboard_loadMoreContainer__i6ZtK .GameShowcaseLeaderboard_loadMoreButton__3d6Eq{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:center;outline:none;padding:8px 16px;transition:.3s}.GameShowcaseLeaderboard_loadMoreContainer__i6ZtK .GameShowcaseLeaderboard_loadMoreButton__3d6Eq:hover{opacity:.8}@media(max-width:1226px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC{display:flex;flex-direction:column;gap:20px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG{align-items:center;display:flex;flex-direction:row;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;max-width:70px;min-width:70px;width:70px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F:first-child img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F img{height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg:nth-child(2){margin-top:-50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U{align-items:center;display:flex;flex-direction:row;gap:10px;position:relative}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U img{border-radius:50%;height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;object-fit:cover;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U .GameShowcaseLeaderboard_topListItemAvatarRank__l6HPH{align-items:center;bottom:-10px;display:flex;flex-direction:row;justify-content:center;left:-20px;position:absolute}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U .GameShowcaseLeaderboard_topListItemAvatarRank__l6HPH img{border-radius:0;border-radius:initial;height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc{align-items:center;display:flex;flex-direction:column;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemName__8dNm-{align-items:center;display:flex;flex-direction:row;gap:4px;margin-top:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemName__8dNm- .GameShowcaseLeaderboard_ellipsisName__Tjo7Q{color:#fafafa;font-size:16px;font-weight:400;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemName__8dNm- .GameShowcaseLeaderboard_platformIcon__d9zlU{height:14px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemPoints__BhzX1{color:#5d7fff;font-size:14px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_loadingContainer__CVr7z{align-items:center;border-radius:12px;box-sizing:border-box;display:flex;justify-content:center;min-height:200px;padding:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardList__0Yx41{min-height:200px}}@media(max-width:1100px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn{padding:20px}}@media(max-width:968px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn{padding:16px}}@media(max-width:948px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F{max-width:none;min-width:0;min-width:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F img{height:auto;width:100%}}@media(max-width:868px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F{display:none}}@media(max-width:768px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F{display:flex;max-width:50px;min-width:50px;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F img{height:auto;width:100%}}@media(max-width:618px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F{max-width:none;min-width:0;min-width:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F img{height:auto;width:100%}}@media(max-width:568px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_headerIcon__5Mm2F{display:none}}@media(max-width:480px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn{padding:12px}}@media(max-width:468px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_sectionTitle__sXuqZ .GameShowcaseLeaderboard_monthButtons__X2aoe{margin-left:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_sectionTitle__sXuqZ .GameShowcaseLeaderboard_monthButtons__X2aoe button{font-size:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp{align-items:flex-start}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII .GameShowcaseLeaderboard_currentUserPoints__GwskR{font-size:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_currentPositionSection__LDAAp .GameShowcaseLeaderboard_currentUserInfo__HApII .GameShowcaseLeaderboard_currentUserDescription__w4pSJ{font-size:12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA{gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg:nth-child(2){margin-top:-30px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U .GameShowcaseLeaderboard_topListItemAvatarRank__l6HPH{bottom:-8px;left:-12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U .GameShowcaseLeaderboard_topListItemAvatarRank__l6HPH img{height:30px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;width:30px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemAvatar__yF15U img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__zBPOn .GameShowcaseLeaderboard_leaderboardContainer__biOuC .GameShowcaseLeaderboard_leaderboardSection__OCVax .GameShowcaseLeaderboard_leaderboardHeader__eL9kG .GameShowcaseLeaderboard_leaderboardTopList__CF2hA .GameShowcaseLeaderboard_topListItem__CmfSg .GameShowcaseLeaderboard_topListItemInfo__GWERc .GameShowcaseLeaderboard_topListItemName__8dNm-{max-width:100px}}.GameShowcaseRules_gameShowcaseRules__8X0nX{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 30px 20px;width:100%}.GameShowcaseRules_gameShowcaseRules__8X0nX .GameShowcaseRules_sectionTitle__fMfiZ{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseRules_gameShowcaseRules__8X0nX .GameShowcaseRules_sectionTitle__fMfiZ svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseRules_gameShowcaseRules__8X0nX .GameShowcaseRules_sectionTitle__fMfiZ svg path{fill:#5d7fff}.GameShowcaseRules_gameShowcaseRules__8X0nX .GameShowcaseRules_rulesContainer__P1AHf ul{display:flex;flex-direction:column;gap:20px}.GameShowcaseRules_gameShowcaseRules__8X0nX .GameShowcaseRules_rulesContainer__P1AHf ul li{background:rgba(34,34,34,.4);background-color:#292929;border-radius:14px;box-sizing:border-box;color:#fafafa;display:inline-block;flex-direction:row;font-family:Inter,sans-serif;font-size:18px;font-weight:500;height:auto;list-style-type:none;padding:10px;white-space:pre-wrap;width:100%}.GameShowcaseRules_gameShowcaseRules__8X0nX .GameShowcaseRules_rulesContainer__P1AHf ul li:before{background-color:#5d7fff;border-radius:50%;content:"";display:inline-block;height:10px;margin-right:10px;margin-top:8px;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:10px}@media(max-width:1100px){.GameShowcaseRules_gameShowcaseRules__8X0nX{padding:20px}}@media(max-width:968px){.GameShowcaseRules_gameShowcaseRules__8X0nX{padding:16px}}@media(max-width:480px){.GameShowcaseRules_gameShowcaseRules__8X0nX{padding:12px}}.GameShowcaseAccountSwitcher_gameShowcaseAccountSwitcher__5qAmg{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;height:auto;width:100%}.GameShowcaseAccountSwitcher_gameShowcaseAccountSwitcher__5qAmg .GameShowcaseAccountSwitcher_accountSwitcherIcon__Sw2kg{color:#767676;height:24px;width:24px}.GameShowcaseAccountSwitcher_gameShowcaseAccountSwitcher__5qAmg .GameShowcaseAccountSwitcher_accountSelectButton__OMcxc{align-items:center;border-radius:24px;color:#94a3b8;cursor:pointer;display:flex;flex-direction:row;gap:6px;justify-content:center;padding:8px 14px 8px 8px;transition:all .3s ease}.GameShowcaseAccountSwitcher_gameShowcaseAccountSwitcher__5qAmg .GameShowcaseAccountSwitcher_accountSelectButton__OMcxc .GameShowcaseAccountSwitcher_accountAvatar__jxcIu{border-radius:50%;height:30px;width:30px}.GameShowcaseAccountSwitcher_gameShowcaseAccountSwitcher__5qAmg .GameShowcaseAccountSwitcher_accountSelectButton__OMcxc .GameShowcaseAccountSwitcher_platformIcon__LlleE{height:16px;width:16px}.GameShowcaseAccountSwitcher_gameShowcaseAccountSwitcher__5qAmg .GameShowcaseAccountSwitcher_accountSelectButton__OMcxc .GameShowcaseAccountSwitcher_accountUsername__6o1SB{font-size:14px;font-weight:600}.GameShowcaseAccountSwitcher_gameShowcaseAccountSwitcher__5qAmg .GameShowcaseAccountSwitcher_accountSelectButton__OMcxc:hover{background:rgba(93,127,255,.1);color:#fafafa}.GameShowcaseAccountSwitcher_gameShowcaseAccountSwitcher__5qAmg .GameShowcaseAccountSwitcher_accountSelectButton__OMcxc.GameShowcaseAccountSwitcher_selected__n2fsU{background:rgba(93,127,255,.35);color:#fafafa}.GameShowcaseGarnier_gameShowcase__TuypR{box-sizing:border-box;display:flex;flex-direction:column;gap:18px;height:auto;width:100%}.GameShowcaseHeader_gameShowcaseHeader__cof7A{grid-gap:18px;background:#202020;border-radius:12px;box-sizing:border-box;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);height:auto;overflow:hidden;width:100%}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:space-evenly;padding:30px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseTitle__mrSJe{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:42px;gap:18px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseTitle__mrSJe img{border-radius:10px;height:60px;max-height:60px;max-width:60px;min-height:60px;min-width:60px;width:60px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseDescription__y6IhF{color:#fafafa;font-size:20px;font-weight:500}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseParticipants__iPUC0{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;margin-top:6px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseParticipants__iPUC0 .GameShowcaseHeader_participantsAvatars__Ca51O{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:15px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseParticipants__iPUC0 .GameShowcaseHeader_participantsAvatars__Ca51O img{background:#3a3a3a;border-radius:50%;box-shadow:0 0 17px 2px rgba(0,0,0,.34);height:50px;margin-left:-5px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseParticipants__iPUC0 .GameShowcaseHeader_participantsAvatars__Ca51O .GameShowcaseHeader_totalCount__7wEw-{align-items:center;background:linear-gradient(90deg,#5d7fff,rgba(93,127,255,.3));border-radius:18px;color:#fafafa;display:flex;font-size:12px;font-weight:600;height:30px;justify-content:center;margin-left:-10px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;padding:2px 6px;width:auto}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseParticipants__iPUC0 .GameShowcaseHeader_participantsText__NAzs2{color:#c9c9c9;font-size:16px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;margin-top:10px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8{align-items:center;background:rgba(93,127,255,.2);border:1px solid #5d7fff;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:60px;min-height:60px;min-width:325px;padding:8px 12px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8 .GameShowcaseHeader_prizeIcon__0Of2N{align-items:center;display:flex;flex-direction:row;justify-content:center}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8 .GameShowcaseHeader_prizeIcon__0Of2N img{-webkit-filter:hue-rotate(209deg);filter:hue-rotate(209deg);height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8 .GameShowcaseHeader_prizePoolContent__NRX2f{display:flex;flex-direction:column;gap:4px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8 .GameShowcaseHeader_prizePoolContent__NRX2f .GameShowcaseHeader_prizeCountdownTimer__lR3qm{color:#fafafa;font-size:14px;font-weight:400;white-space:nowrap}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8 .GameShowcaseHeader_prizePoolContent__NRX2f .GameShowcaseHeader_prizeCountdownTimer__lR3qm .GameShowcaseHeader_loadingStatus__XutUu{height:16px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8 .GameShowcaseHeader_prizePoolContent__NRX2f .GameShowcaseHeader_prizePoolAmount__seWvy{color:#fff;font-size:16px;font-weight:700}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_subscribeButton__-Xdje{align-items:center;background:#5d7fff;border:none;border-radius:16px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:700;gap:6px;height:60px;justify-content:center;min-height:60px;min-width:150px;outline:none;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_subscribeButton__-Xdje:hover{opacity:.8}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_subscribeButton__-Xdje img{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_subscribeButton__-Xdje.GameShowcaseHeader_joined__3PuYM{cursor:not-allowed}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderThumbnail__z3Pha{align-self:flex-start;display:flex;flex-direction:column;height:100%;position:relative;width:100%}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderThumbnail__z3Pha video{height:100%;object-fit:cover;width:100%}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderThumbnail__z3Pha:before{background:linear-gradient(90deg,#202020 .82%,rgba(32,32,32,.5) 25.62%,rgba(32,32,32,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1100px){.GameShowcaseHeader_gameShowcaseHeader__cof7A{grid-template-columns:1fr}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg{gap:12px;padding:20px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseTitle__mrSJe{font-size:36px;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseTitle__mrSJe img{height:46px;max-height:46px;max-width:46px;min-height:46px;min-width:46px;width:46px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseDescription__y6IhF{font-size:18px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderThumbnail__z3Pha{display:none}}@media(max-width:968px){.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg{padding:16px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseTitle__mrSJe{font-size:32px;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseTitle__mrSJe img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseDescription__y6IhF{font-size:16px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh{flex-wrap:wrap;gap:12px}}@media(max-width:480px){.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg{padding:12px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseTitle__mrSJe{font-size:28px;gap:10px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseTitle__mrSJe img{height:36px;max-height:36px;max-width:36px;min-height:36px;min-width:36px;width:36px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseDescription__y6IhF{font-size:14px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseParticipants__iPUC0 .GameShowcaseHeader_participantsAvatars__Ca51O img{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh{flex-wrap:wrap;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8{height:auto;padding:6px 10px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8 .GameShowcaseHeader_prizeIcon__0Of2N img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8 .GameShowcaseHeader_prizePoolContent__NRX2f .GameShowcaseHeader_prizeCountdownTimer__lR3qm{font-size:12px;white-space:wrap}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_gamePrizePool__yP6E8 .GameShowcaseHeader_prizePoolContent__NRX2f .GameShowcaseHeader_prizePoolAmount__seWvy{font-size:14px}.GameShowcaseHeader_gameShowcaseHeader__cof7A .GameShowcaseHeader_showcaseHeaderContent__X-Tlg .GameShowcaseHeader_gameShowcaseFooter__kYhBh .GameShowcaseHeader_subscribeButton__-Xdje{font-size:14px;height:auto;max-height:none;min-height:0;min-height:auto;padding:16px 10px}}.GameShowcaseMenu_gameShowcaseMenu__p9MkI{align-items:center;background:#202020;border-radius:12px;box-shadow:0 4px 5px 0 hsla(0,0%,5%,.5);box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;height:auto;padding:12px;position:-webkit-sticky;position:sticky;top:calc(0px - env(safe-area-inset-top));width:100%;z-index:100}.GameShowcaseMenu_gameShowcaseMenu__p9MkI .GameShowcaseMenu_menuItem__MfvHI{align-items:center;background:rgba(54,54,54,.5);border:1px solid rgba(54,54,54,.5);border-radius:10px;color:#979b9f;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;height:auto;padding:10px;transition:.3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseMenu_gameShowcaseMenu__p9MkI .GameShowcaseMenu_menuItem__MfvHI svg{height:20px;max-height:20px;min-height:20px;width:auto}.GameShowcaseMenu_gameShowcaseMenu__p9MkI .GameShowcaseMenu_menuItem__MfvHI svg path{fill:#979b9f;transition:.3s ease}.GameShowcaseMenu_gameShowcaseMenu__p9MkI .GameShowcaseMenu_menuItem__MfvHI:hover{color:#d3d3d3}.GameShowcaseMenu_gameShowcaseMenu__p9MkI .GameShowcaseMenu_menuItem__MfvHI:hover svg path{fill:#d3d3d3}.GameShowcaseMenu_gameShowcaseMenu__p9MkI .GameShowcaseMenu_menuItem__MfvHI.GameShowcaseMenu_active__Dty3N{background:#565656;border:1px solid #747474;color:#fafafa}.GameShowcaseMenu_gameShowcaseMenu__p9MkI .GameShowcaseMenu_menuItem__MfvHI.GameShowcaseMenu_active__Dty3N svg path{fill:#fafafa}@media(max-width:480px){.GameShowcaseMenu_gameShowcaseMenu__p9MkI{gap:12px;justify-content:center;padding:12px}.GameShowcaseMenu_gameShowcaseMenu__p9MkI .GameShowcaseMenu_menuItem__MfvHI{font-size:14px;padding:8px}.GameShowcaseMenu_gameShowcaseMenu__p9MkI .GameShowcaseMenu_menuItem__MfvHI svg{height:16px;max-height:16px;min-height:16px}}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 20px 30px 30px;position:relative;width:100%}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_sectionTitle__ShEQd{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px;z-index:2}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_sectionTitle__ShEQd svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_sectionTitle__ShEQd svg path{stroke:#9abb36}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp{grid-gap:20px;align-items:center;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);height:auto;width:100%;z-index:2}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo{background:#363636;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;transition:.3s;width:100%}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo:hover{background:#464646}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo:hover .GameShowcasePlayable_watchAndPlayButton__qMQGB{background:#6d6d6d}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_eventCoolDown__9kAlo{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_eventCoolDown__9kAlo img{-webkit-filter:hue-rotate(209deg);filter:hue-rotate(209deg);height:26px;max-height:26px;max-width:26px;min-height:26px;min-width:26px;width:26px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_eventCoolDown__9kAlo span{color:#5d7fff;font-size:16px;font-weight:500}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_eventDate__tamnR{align-items:center;color:#d9d9d9;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_eventDate__tamnR svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_eventDate__tamnR span{color:#fafafa;font-size:14px;font-weight:500}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_thumbnailWrapper__ckXhc{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:center;position:relative;width:100%}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_thumbnailWrapper__ckXhc .GameShowcasePlayable_thumbnail__XmcJP{border-radius:8px;height:auto;object-fit:cover;width:100%}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_thumbnailWrapper__ckXhc .GameShowcasePlayable_liveLabel__41\+JH{align-items:center;background:#f33;border-radius:5px;box-sizing:border-box;color:#fff;display:flex;flex-direction:row;font-size:12px;font-weight:600;height:auto;justify-content:center;left:6px;padding:1px 6px;position:absolute;top:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:4px;height:auto;justify-content:space-between;width:100%}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP .GameShowcasePlayable_playingItemTitle__wi5gn{align-items:center;display:flex;flex-direction:row;gap:2px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP .GameShowcasePlayable_playingItemTitle__wi5gn .GameShowcasePlayable_platformIcon__vC-b5{flex-shrink:0;height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP .GameShowcasePlayable_playingItemTitle__wi5gn .GameShowcasePlayable_streamerAvatar__Q-8PQ{border-radius:50%;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP .GameShowcasePlayable_playingItemTitle__wi5gn .GameShowcasePlayable_streamerName__n7vfy{color:#fafafa;flex-basis:0;flex-grow:1;flex-shrink:1;font-size:16px;font-weight:600;max-width:120px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP .GameShowcasePlayable_playingItemTitle__wi5gn .GameShowcasePlayable_verifiedBadge__Vod\+D{align-items:center;display:flex;flex-direction:row;flex-shrink:0;height:14px;justify-content:center;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP .GameShowcasePlayable_playingItemTitle__wi5gn .GameShowcasePlayable_verifiedBadge__Vod\+D.GameShowcasePlayable_kickBadge__dCrlT svg path{fill:#1eff00}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP .GameShowcasePlayable_playingItemTitle__wi5gn .GameShowcasePlayable_verifiedBadge__Vod\+D.GameShowcasePlayable_twitchBadge__hPpXE svg path{fill:#a970ff}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP .GameShowcasePlayable_playingItemTitle__wi5gn .GameShowcasePlayable_verifiedBadge__Vod\+D svg{height:100%;width:100%}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp .GameShowcasePlayable_playingItem__195mo .GameShowcasePlayable_playingItemInfo__zZxeP .GameShowcasePlayable_playingViewers__yML4-{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;justify-content:center;white-space:nowrap}@media(max-width:1100px){.GameShowcasePlayable_gameShowcasePlayable__YM2yQ{padding:20px}}@media(max-width:968px){.GameShowcasePlayable_gameShowcasePlayable__YM2yQ{padding:16px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp{grid-template-columns:repeat(2,1fr)}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp:has(.GameShowcasePlayable_playingItem__195mo:last-child:nth-child(odd)) .GameShowcasePlayable_playingItem__195mo:last-child{grid-column:1/-1;justify-self:center;width:50%}}@media(max-width:480px){.GameShowcasePlayable_gameShowcasePlayable__YM2yQ{padding:12px}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp{gap:18px;grid-template-columns:1fr}.GameShowcasePlayable_gameShowcasePlayable__YM2yQ .GameShowcasePlayable_playableList__4RQQp:has(.GameShowcasePlayable_playingItem__195mo:last-child:nth-child(odd)) .GameShowcasePlayable_playingItem__195mo:last-child{grid-column:1/2;justify-self:center;width:100%}}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;min-height:500px;padding:30px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_sectionTitle__uwyEM{align-items:center;color:#5d7fff;display:flex;flex-direction:row;flex-wrap:wrap;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_sectionTitle__uwyEM svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_sectionTitle__uwyEM .GameShowcaseLeaderboard_monthButtons__CGw5S{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_sectionTitle__uwyEM .GameShowcaseLeaderboard_monthButtons__CGw5S button{align-items:center;background:#5d5d5d;border:none;border-radius:10px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;outline:none;padding:10px 12px;transition:.3s}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_sectionTitle__uwyEM .GameShowcaseLeaderboard_monthButtons__CGw5S button.GameShowcaseLeaderboard_active__x4Z53{background:#5d7fff}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_sectionTitle__uwyEM .GameShowcaseLeaderboard_monthButtons__CGw5S button:hover{opacity:.8}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserAvatar__Zi9Rt{align-items:center;display:flex;flex-direction:row;height:46px;justify-content:center;max-height:46px;max-width:46px;min-height:46px;min-width:46px;width:46px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserAvatar__Zi9Rt img{border-radius:50%;height:100%;object-fit:cover;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserInfo__F-BiP{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserInfo__F-BiP .GameShowcaseLeaderboard_currentUserName__60tpv{align-items:center;color:hsla(0,0%,100%,.8);display:flex;flex-direction:row;font-size:14px;font-weight:600;gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserInfo__F-BiP .GameShowcaseLeaderboard_currentUserName__60tpv .GameShowcaseLeaderboard_platformIcon__ZoShY{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserInfo__F-BiP .GameShowcaseLeaderboard_currentUserPoints__2LE8E{color:#fafafa;font-size:16px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserInfo__F-BiP .GameShowcaseLeaderboard_currentUserPoints__2LE8E span{color:#9abb36}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserInfo__F-BiP .GameShowcaseLeaderboard_currentUserDescription__X94Us{color:#c9c9c9;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE{grid-gap:clamp(1rem,-9.5rem + 13.125vw,6.25rem);box-sizing:border-box;display:grid;gap:clamp(1rem,-9.5rem + 13.125vw,6.25rem);grid-template-columns:1fr minmax(260px,460px);height:auto;margin-top:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K{align-items:center;display:flex;flex-direction:row;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;max-width:70px;min-width:70px;width:70px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB:first-child img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB img{height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D:nth-child(2){margin-top:-50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemAvatar__IhN3D{align-items:center;display:flex;flex-direction:row;gap:10px;position:relative}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemAvatar__IhN3D img{border-radius:50%;height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;object-fit:cover;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemAvatar__IhN3D .GameShowcaseLeaderboard_topListItemAvatarRank__pqW2X{align-items:center;bottom:-10px;display:flex;flex-direction:row;justify-content:center;left:-20px;position:absolute}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemAvatar__IhN3D .GameShowcaseLeaderboard_topListItemAvatarRank__pqW2X img{border-radius:0;border-radius:initial;height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemInfo__TgVN\+{align-items:center;display:flex;flex-direction:column;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemInfo__TgVN\+ .GameShowcaseLeaderboard_topListItemName__ABlqd{align-items:center;display:flex;flex-direction:row;gap:4px;margin-top:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemInfo__TgVN\+ .GameShowcaseLeaderboard_topListItemName__ABlqd .GameShowcaseLeaderboard_ellipsisName__V-6mR{color:#fafafa;font-size:16px;font-weight:400;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemInfo__TgVN\+ .GameShowcaseLeaderboard_topListItemName__ABlqd .GameShowcaseLeaderboard_platformIcon__ZoShY{height:14px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemInfo__TgVN\+ .GameShowcaseLeaderboard_topListItemPoints__tjC9s{color:#9abb36;font-size:14px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM{box-sizing:border-box;display:flex;flex-direction:column;height:auto;margin-top:20px;max-height:420px;overflow-y:auto;padding-right:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM .GameShowcaseLeaderboard_leaderboardItem__8HlWA{align-items:center;border-bottom:1px solid #282828;box-sizing:border-box;display:grid;grid-template-columns:50px minmax(200px,1fr) auto;height:auto;padding:8px 0;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM .GameShowcaseLeaderboard_leaderboardItem__8HlWA:first-child{padding-top:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM .GameShowcaseLeaderboard_leaderboardItem__8HlWA:last-child{border-bottom:none;padding-bottom:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM .GameShowcaseLeaderboard_leaderboardItem__8HlWA .GameShowcaseLeaderboard_leaderboardItemPosition__--6iX{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:16px;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM .GameShowcaseLeaderboard_leaderboardItem__8HlWA .GameShowcaseLeaderboard_leaderboardItemUser__L9kUk{align-items:center;display:flex;flex-direction:row}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM .GameShowcaseLeaderboard_leaderboardItem__8HlWA .GameShowcaseLeaderboard_leaderboardItemUser__L9kUk .GameShowcaseLeaderboard_leaderItemUserAvatar__EzX0G{border-radius:50%;height:24px;margin-right:12px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;object-fit:cover;width:24px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM .GameShowcaseLeaderboard_leaderboardItem__8HlWA .GameShowcaseLeaderboard_leaderboardItemUser__L9kUk .GameShowcaseLeaderboard_leaderItemUserPlatformIcon__GJc5W{height:14px;margin-right:4px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM .GameShowcaseLeaderboard_leaderboardItem__8HlWA .GameShowcaseLeaderboard_leaderboardItemUser__L9kUk .GameShowcaseLeaderboard_leaderItemUserName__yA9qv{color:#fafafa;font-size:16px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardList__UgDEM .GameShowcaseLeaderboard_leaderboardItem__8HlWA .GameShowcaseLeaderboard_leaderboardItemPoints__7zdjN{color:#9abb36;font-size:14px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF{background:#282828;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_gamePrizePool__wxD4x{align-items:center;background:rgba(154,187,54,.25);border:1px solid #9abb36;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;min-height:60px;padding:8px 12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_gamePrizePool__wxD4x .GameShowcaseLeaderboard_prizeIcon__gb4dP{align-items:center;display:flex;flex-direction:row;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_gamePrizePool__wxD4x .GameShowcaseLeaderboard_prizeIcon__gb4dP img{-webkit-filter:hue-rotate(209deg);filter:hue-rotate(209deg);height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_gamePrizePool__wxD4x .GameShowcaseLeaderboard_prizePoolContent__YL6Pq{display:flex;flex-direction:column;gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_gamePrizePool__wxD4x .GameShowcaseLeaderboard_prizePoolContent__YL6Pq .GameShowcaseLeaderboard_prizeCountdownTimer__-NGIw{color:#fafafa;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_gamePrizePool__wxD4x .GameShowcaseLeaderboard_prizePoolContent__YL6Pq .GameShowcaseLeaderboard_prizeCountdownTimer__-NGIw .GameShowcaseLeaderboard_loadingStatus__4DWky{height:22px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_gamePrizePool__wxD4x .GameShowcaseLeaderboard_prizePoolContent__YL6Pq .GameShowcaseLeaderboard_prizePoolAmount__4Dhav{color:#fff;font-size:16px;font-weight:700}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsInfo__4uKtW{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsInfo__4uKtW .GameShowcaseLeaderboard_sectionTitle__uwyEM{color:#9abb36;font-family:Russo One,sans-serif;font-size:22px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsInfo__4uKtW .GameShowcaseLeaderboard_rewardsDescription__BnyMl{color:#c9c9c9;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsList__fkOpq{box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:345px;overflow-y:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsList__fkOpq .GameShowcaseLeaderboard_rewardsItem__O8MvR{align-items:center;border-bottom:1px solid #303030;display:flex;flex-direction:row;gap:10px;padding:8px 0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsList__fkOpq .GameShowcaseLeaderboard_rewardsItem__O8MvR:first-child{padding-top:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsList__fkOpq .GameShowcaseLeaderboard_rewardsItem__O8MvR:last-child{border-bottom:none;padding-bottom:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsList__fkOpq .GameShowcaseLeaderboard_rewardsItem__O8MvR .GameShowcaseLeaderboard_rewardPosition__-U7gq{align-items:center;color:#9abb36;display:flex;flex-direction:row;font-family:Russo One;font-size:16px;font-weight:400;height:20px;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsList__fkOpq .GameShowcaseLeaderboard_rewardsItem__O8MvR .GameShowcaseLeaderboard_rewardAmount__Q8Nnv{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardRewardSection__OzCjF .GameShowcaseLeaderboard_rewardsList__fkOpq .GameShowcaseLeaderboard_rewardsItem__O8MvR .GameShowcaseLeaderboard_rewardAmount__Q8Nnv .GameShowcaseLeaderboard_rewardIcon__ZCWw5{height:auto;object-fit:contain;width:40px}@media(max-width:1226px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE{display:flex;flex-direction:column;gap:20px}}@media(max-width:1100px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS{padding:20px}}@media(max-width:968px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS{padding:16px}}@media(max-width:948px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB{max-width:none;min-width:0;min-width:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB img{height:auto;width:100%}}@media(max-width:868px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB{display:none}}@media(max-width:768px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB{display:flex;max-width:50px;min-width:50px;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB img{height:auto;width:100%}}@media(max-width:618px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB{max-width:none;min-width:0;min-width:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB img{height:auto;width:100%}}@media(max-width:568px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_headerIcon__NbxaB{display:none}}@media(max-width:480px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS{padding:12px}}@media(max-width:468px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_sectionTitle__uwyEM .GameShowcaseLeaderboard_monthButtons__CGw5S{margin-left:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_sectionTitle__uwyEM .GameShowcaseLeaderboard_monthButtons__CGw5S button{font-size:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO{align-items:flex-start}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserInfo__F-BiP .GameShowcaseLeaderboard_currentUserPoints__2LE8E{font-size:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_currentPositionSection__5cIFO .GameShowcaseLeaderboard_currentUserInfo__F-BiP .GameShowcaseLeaderboard_currentUserDescription__X94Us{font-size:12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4{gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D:nth-child(2){margin-top:-30px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemAvatar__IhN3D .GameShowcaseLeaderboard_topListItemAvatarRank__pqW2X{bottom:-8px;left:-12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemAvatar__IhN3D .GameShowcaseLeaderboard_topListItemAvatarRank__pqW2X img{height:30px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;width:30px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemAvatar__IhN3D img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__cHAcS .GameShowcaseLeaderboard_leaderboardContainer__ttGsE .GameShowcaseLeaderboard_leaderboardSection__XPZMz .GameShowcaseLeaderboard_leaderboardHeader__rjs9K .GameShowcaseLeaderboard_leaderboardTopList__gxFs4 .GameShowcaseLeaderboard_topListItem__a-c0D .GameShowcaseLeaderboard_topListItemInfo__TgVN\+ .GameShowcaseLeaderboard_topListItemName__ABlqd{max-width:100px}}.GameShowcaseRules_gameShowcaseRules__uYwwL{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 30px 20px;width:100%}.GameShowcaseRules_gameShowcaseRules__uYwwL .GameShowcaseRules_sectionTitle__loJtb{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseRules_gameShowcaseRules__uYwwL .GameShowcaseRules_sectionTitle__loJtb svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseRules_gameShowcaseRules__uYwwL .GameShowcaseRules_sectionTitle__loJtb svg path{fill:#9abb36}.GameShowcaseRules_gameShowcaseRules__uYwwL .GameShowcaseRules_rulesContainer__7YlAo ul{display:flex;flex-direction:column;gap:20px}.GameShowcaseRules_gameShowcaseRules__uYwwL .GameShowcaseRules_rulesContainer__7YlAo ul li{background:rgba(34,34,34,.4);background-color:#292929;border-radius:14px;box-sizing:border-box;color:#fafafa;display:inline-block;flex-direction:row;font-family:Inter,sans-serif;font-size:18px;font-weight:500;height:auto;list-style-type:none;padding:10px;white-space:pre-wrap;width:100%}.GameShowcaseRules_gameShowcaseRules__uYwwL .GameShowcaseRules_rulesContainer__7YlAo ul li:before{background-color:#9abb36;border-radius:50%;content:"";display:inline-block;height:10px;margin-right:10px;margin-top:8px;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:10px}@media(max-width:1100px){.GameShowcaseRules_gameShowcaseRules__uYwwL{padding:20px}}@media(max-width:968px){.GameShowcaseRules_gameShowcaseRules__uYwwL{padding:16px}}@media(max-width:480px){.GameShowcaseRules_gameShowcaseRules__uYwwL{padding:12px}}.GameShowcaseFaq_gameShowcaseFaq__KQvdG{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 30px 20px;width:100%}.GameShowcaseFaq_gameShowcaseFaq__KQvdG .GameShowcaseFaq_sectionTitle__kWg9S{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseFaq_gameShowcaseFaq__KQvdG .GameShowcaseFaq_sectionTitle__kWg9S svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseFaq_gameShowcaseFaq__KQvdG .GameShowcaseFaq_sectionTitle__kWg9S svg path{fill:#9abb36}.GameShowcaseFaq_gameShowcaseFaq__KQvdG .GameShowcaseFaq_rulesContainer__DoJ1w ul{display:flex;flex-direction:column;gap:20px}.GameShowcaseFaq_gameShowcaseFaq__KQvdG .GameShowcaseFaq_rulesContainer__DoJ1w ul li{background:rgba(34,34,34,.4);background-color:#292929;border-radius:14px;box-sizing:border-box;color:#fafafa;display:inline-block;flex-direction:row;font-family:Inter,sans-serif;font-size:18px;font-weight:500;height:auto;list-style-type:none;padding:10px;white-space:pre-wrap;width:100%}.GameShowcaseFaq_gameShowcaseFaq__KQvdG .GameShowcaseFaq_rulesContainer__DoJ1w ul li p{align-items:center;color:#9abb36;display:inline-block;flex-direction:row;font-family:Inter,sans-serif;font-size:18px;font-weight:600;gap:10px;margin-bottom:10px;width:calc(100% - 20px)}.GameShowcaseFaq_gameShowcaseFaq__KQvdG .GameShowcaseFaq_rulesContainer__DoJ1w ul li:before{background-color:#9abb36;border-radius:50%;content:"";display:inline-block;height:10px;margin-right:10px;margin-top:8px;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:10px}@media(max-width:1100px){.GameShowcaseFaq_gameShowcaseFaq__KQvdG{padding:20px}}@media(max-width:968px){.GameShowcaseFaq_gameShowcaseFaq__KQvdG{padding:16px}}@media(max-width:480px){.GameShowcaseFaq_gameShowcaseFaq__KQvdG{padding:12px}}.GameShowcaseGuide_gameShowcaseGuide__0FUPd{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 20px 30px 30px;position:relative;width:100%}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_sectionTitle__6Qcuf{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px;z-index:2}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_sectionTitle__6Qcuf svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_sectionTitle__6Qcuf svg path{stroke:#9abb36}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_sectionDescription__YcjkR{color:#fafafa;font-size:18px;font-weight:400}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0{display:flex;flex-direction:column;height:auto;width:100%}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv{grid-gap:clamp(1.25rem,.8152rem + 2.1739vw,2.5rem);display:grid;gap:clamp(1.25rem,.8152rem + 2.1739vw,2.5rem);grid-template-columns:repeat(3,1fr);height:auto;width:100%}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.5);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:auto;overflow:hidden;padding:10px;position:relative;transition:all .3s ease;width:100%}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6 .GameShowcaseGuide_productImage__wv8w7{-webkit-filter:drop-shadow(0 0 20px rgba(0,0,0,.3));filter:drop-shadow(0 0 20px rgba(0,0,0,.3));height:100%;margin:0 auto;object-fit:cover;object-position:center;-webkit-transform:scale(.9);transform:scale(.9);transition:all .3s ease;width:100%}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6 .GameShowcaseGuide_itemTitle__XHxTl{align-items:center;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:clamp(1rem,.868rem + .526vw,1.5rem);gap:10px;height:auto;padding:10px;text-shadow:0 0 10px rgba(0,0,0,.3);width:100%;z-index:2}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6 .GameShowcaseGuide_itemTitle__XHxTl img{align-self:flex-start;border-radius:50%;height:1.5rem;margin-top:2px;object-fit:cover;object-position:center;width:1.5rem}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6 .GameShowcaseGuide_inspectBtn__fv7km{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.25);border:none;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;font-size:18px;font-weight:600;height:auto;justify-content:center;outline:none;padding:10px;text-shadow:0 0 10px rgba(0,0,0,.3);transition:all .3s ease;width:100%}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6:hover .GameShowcaseGuide_productImage__wv8w7{-webkit-transform:scale(1);transform:scale(1)}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6:before{background:linear-gradient(27deg,#343232,rgba(64,64,64,.5) 41.67%,hsla(0,0%,45%,0) 83.33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6:first-child:hover:before{background:linear-gradient(27deg,#fca400,rgba(142,95,6,.5) 41.67%,hsla(0,0%,45%,0) 83.33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6:nth-child(2):hover:before{background:linear-gradient(27deg,#9f42aa,rgba(86,62,135,.5) 41.67%,hsla(0,0%,45%,0) 83.33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv .GameShowcaseGuide_item__xdGt6:nth-child(3):hover:before{background:linear-gradient(27deg,#b2d4d9,rgba(45,154,171,.5) 41.67%,hsla(0,0%,45%,0) 83.33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1100px){.GameShowcaseGuide_gameShowcaseGuide__0FUPd{padding:20px}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv{gap:20px;grid-template-columns:repeat(2,1fr)}}@media(max-width:968px){.GameShowcaseGuide_gameShowcaseGuide__0FUPd{padding:16px}.GameShowcaseGuide_gameShowcaseGuide__0FUPd .GameShowcaseGuide_guideContent__uD5n0 .GameShowcaseGuide_itemList__VdzRv{gap:20px;grid-template-columns:1fr}}@media(max-width:480px){.GameShowcaseGuide_gameShowcaseGuide__0FUPd{padding:12px}}.GameShowcaseBerrak_gameShowcase__POq2r{box-sizing:border-box;display:flex;flex-direction:column;gap:18px;height:auto;width:100%}.GameShowcaseHeader_gameShowcaseHeader__E03jP{grid-gap:18px;background:#202020;border-radius:12px;box-sizing:border-box;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);height:auto;overflow:hidden;width:100%}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:space-evenly;padding:30px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseTitle__mW3jv{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:42px;gap:18px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseTitle__mW3jv img{border-radius:10px;height:60px;max-height:60px;max-width:60px;min-height:60px;min-width:60px;width:60px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseDescription__tnfbr{color:#fafafa;font-size:20px;font-weight:500}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseDescription__tnfbr .GameShowcaseHeader_gradientText__viDrf{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#9d4dbb,#4c51f7);-webkit-background-clip:text;font-family:Russo One, sans-serif;font-weight:800}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseParticipants__fsoaT{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;margin-top:6px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseParticipants__fsoaT .GameShowcaseHeader_participantsAvatars__5t2-k{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:15px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseParticipants__fsoaT .GameShowcaseHeader_participantsAvatars__5t2-k img{background:#3a3a3a;border-radius:50%;box-shadow:0 0 17px 2px rgba(0,0,0,.34);height:50px;margin-left:-5px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseParticipants__fsoaT .GameShowcaseHeader_participantsAvatars__5t2-k .GameShowcaseHeader_totalCount__ngWfa{align-items:center;background:linear-gradient(90deg,#5d7fff,rgba(93,127,255,.3));border-radius:18px;color:#fafafa;display:flex;font-size:12px;font-weight:600;height:30px;justify-content:center;margin-left:-10px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;padding:2px 6px;width:auto}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseParticipants__fsoaT .GameShowcaseHeader_participantsText__AN8hk{color:#c9c9c9;font-size:16px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;margin-top:10px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F{align-items:center;background:rgba(93,127,255,.2);border:1px solid #5d7fff;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:60px;min-height:60px;min-width:325px;padding:8px 12px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F .GameShowcaseHeader_prizeIcon__Wp43C{align-items:center;display:flex;flex-direction:row;justify-content:center}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F .GameShowcaseHeader_prizeIcon__Wp43C img{-webkit-filter:hue-rotate(131deg) saturate(.8);filter:hue-rotate(131deg) saturate(.8);height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F .GameShowcaseHeader_prizePoolContent__lwwsa{display:flex;flex-direction:column;gap:4px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F .GameShowcaseHeader_prizePoolContent__lwwsa .GameShowcaseHeader_prizeCountdownTimer__N7cXB{color:#fafafa;font-size:14px;font-weight:400;white-space:nowrap}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F .GameShowcaseHeader_prizePoolContent__lwwsa .GameShowcaseHeader_prizeCountdownTimer__N7cXB .GameShowcaseHeader_loadingStatus__j9Cs9{height:16px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F .GameShowcaseHeader_prizePoolContent__lwwsa .GameShowcaseHeader_prizePoolAmount__BGWrW{color:#fff;font-size:16px;font-weight:700}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_subscribeButton__p\+SDV{align-items:center;background:#5d7fff;border:none;border-radius:16px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:700;gap:6px;height:60px;justify-content:center;min-height:60px;min-width:150px;outline:none;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_subscribeButton__p\+SDV:hover{opacity:.8}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_subscribeButton__p\+SDV img{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_subscribeButton__p\+SDV.GameShowcaseHeader_joined__xAIl-{cursor:not-allowed}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderThumbnail__nDDKk{align-self:flex-start;display:flex;flex-direction:column;height:100%;position:relative;width:100%}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderThumbnail__nDDKk video{height:100%;object-fit:cover;width:100%}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderThumbnail__nDDKk:before{background:linear-gradient(90deg,#202020 .82%,rgba(32,32,32,.5) 25.62%,rgba(32,32,32,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1100px){.GameShowcaseHeader_gameShowcaseHeader__E03jP{grid-template-columns:1fr}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2{gap:12px;padding:20px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseTitle__mW3jv{font-size:36px;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseTitle__mW3jv img{height:46px;max-height:46px;max-width:46px;min-height:46px;min-width:46px;width:46px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseDescription__tnfbr{font-size:18px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderThumbnail__nDDKk{display:none}}@media(max-width:968px){.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2{padding:16px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseTitle__mW3jv{font-size:32px;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseTitle__mW3jv img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseDescription__tnfbr{font-size:16px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO{flex-wrap:wrap;gap:12px}}@media(max-width:480px){.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2{padding:12px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseTitle__mW3jv{font-size:28px;gap:10px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseTitle__mW3jv img{height:36px;max-height:36px;max-width:36px;min-height:36px;min-width:36px;width:36px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseDescription__tnfbr{font-size:14px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseParticipants__fsoaT .GameShowcaseHeader_participantsAvatars__5t2-k img{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO{flex-wrap:wrap;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F{height:auto;padding:6px 10px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F .GameShowcaseHeader_prizeIcon__Wp43C img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F .GameShowcaseHeader_prizePoolContent__lwwsa .GameShowcaseHeader_prizeCountdownTimer__N7cXB{font-size:12px;white-space:wrap}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_gamePrizePool__CBx-F .GameShowcaseHeader_prizePoolContent__lwwsa .GameShowcaseHeader_prizePoolAmount__BGWrW{font-size:14px}.GameShowcaseHeader_gameShowcaseHeader__E03jP .GameShowcaseHeader_showcaseHeaderContent__\+ZOJ2 .GameShowcaseHeader_gameShowcaseFooter__a4anO .GameShowcaseHeader_subscribeButton__p\+SDV{font-size:14px;height:auto;max-height:none;min-height:0;min-height:auto;padding:16px 10px}}.GameShowcaseMenu_gameShowcaseMenu__AZYXR{align-items:center;background:#202020;border-radius:12px;box-shadow:0 4px 5px 0 hsla(0,0%,5%,.5);box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;height:auto;padding:12px;position:-webkit-sticky;position:sticky;top:calc(0px - env(safe-area-inset-top));width:100%;z-index:100}.GameShowcaseMenu_gameShowcaseMenu__AZYXR .GameShowcaseMenu_menuItem__c0syQ{align-items:center;background:rgba(54,54,54,.5);border:1px solid rgba(54,54,54,.5);border-radius:10px;color:#979b9f;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;height:auto;padding:10px;transition:.3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseMenu_gameShowcaseMenu__AZYXR .GameShowcaseMenu_menuItem__c0syQ svg{height:20px;max-height:20px;min-height:20px;width:auto}.GameShowcaseMenu_gameShowcaseMenu__AZYXR .GameShowcaseMenu_menuItem__c0syQ svg path{fill:#979b9f;transition:.3s ease}.GameShowcaseMenu_gameShowcaseMenu__AZYXR .GameShowcaseMenu_menuItem__c0syQ:hover{color:#d3d3d3}.GameShowcaseMenu_gameShowcaseMenu__AZYXR .GameShowcaseMenu_menuItem__c0syQ:hover svg path{fill:#d3d3d3}.GameShowcaseMenu_gameShowcaseMenu__AZYXR .GameShowcaseMenu_menuItem__c0syQ.GameShowcaseMenu_active__epNdn{background:#565656;border:1px solid #747474;color:#fafafa}.GameShowcaseMenu_gameShowcaseMenu__AZYXR .GameShowcaseMenu_menuItem__c0syQ.GameShowcaseMenu_active__epNdn svg path{fill:#fafafa}@media(max-width:480px){.GameShowcaseMenu_gameShowcaseMenu__AZYXR{gap:12px;justify-content:center;padding:12px}.GameShowcaseMenu_gameShowcaseMenu__AZYXR .GameShowcaseMenu_menuItem__c0syQ{font-size:14px;padding:8px}.GameShowcaseMenu_gameShowcaseMenu__AZYXR .GameShowcaseMenu_menuItem__c0syQ svg{height:16px;max-height:16px;min-height:16px}}.GameShowcasePlayable_gameShowcasePlayable__31ZZR{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 20px 30px 30px;position:relative;width:100%}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_sectionTitle__WaepS{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px;z-index:2}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_sectionTitle__WaepS svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_sectionTitle__WaepS svg path{stroke:#ca0000}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32{grid-gap:20px;align-items:center;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);height:auto;justify-content:center;width:100%;z-index:2}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP{background:#363636;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;transition:.3s;width:100%}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP:hover{background:#464646}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP:hover .GameShowcasePlayable_watchAndPlayButton__hZR3v{background:#6d6d6d}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_eventCoolDown__NTISf{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_eventCoolDown__NTISf img{-webkit-filter:grayscale(1);filter:grayscale(1);height:26px;max-height:26px;max-width:26px;min-height:26px;min-width:26px;width:26px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_eventCoolDown__NTISf span{color:#5d7fff;font-size:16px;font-weight:500}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_eventDate__W3wsS{align-items:center;color:#d9d9d9;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_eventDate__W3wsS svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_eventDate__W3wsS span{color:#fafafa;font-size:14px;font-weight:500}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_thumbnailWrapper__VbcDf{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:center;position:relative;width:100%}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_thumbnailWrapper__VbcDf .GameShowcasePlayable_thumbnail__vNoz0{border-radius:8px;height:auto;object-fit:cover;width:100%}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_thumbnailWrapper__VbcDf .GameShowcasePlayable_liveLabel__zApEP{align-items:center;background:#f33;border-radius:5px;box-sizing:border-box;color:#fff;display:flex;flex-direction:row;font-size:12px;font-weight:600;height:auto;justify-content:center;left:6px;padding:1px 6px;position:absolute;top:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:4px;height:auto;justify-content:space-between;width:100%}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC .GameShowcasePlayable_playingItemTitle__ueMXa{align-items:center;display:flex;flex-direction:row;gap:2px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC .GameShowcasePlayable_playingItemTitle__ueMXa .GameShowcasePlayable_platformIcon__ldx8R{flex-shrink:0;height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC .GameShowcasePlayable_playingItemTitle__ueMXa .GameShowcasePlayable_streamerAvatar__ul-Le{border-radius:50%;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC .GameShowcasePlayable_playingItemTitle__ueMXa .GameShowcasePlayable_streamerName__SwoFm{color:#fafafa;flex-basis:0;flex-grow:1;flex-shrink:1;font-size:16px;font-weight:600;max-width:120px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC .GameShowcasePlayable_playingItemTitle__ueMXa .GameShowcasePlayable_verifiedBadge__gyPay{align-items:center;display:flex;flex-direction:row;flex-shrink:0;height:14px;justify-content:center;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC .GameShowcasePlayable_playingItemTitle__ueMXa .GameShowcasePlayable_verifiedBadge__gyPay.GameShowcasePlayable_kickBadge__ch\+yl svg path{fill:#1eff00}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC .GameShowcasePlayable_playingItemTitle__ueMXa .GameShowcasePlayable_verifiedBadge__gyPay.GameShowcasePlayable_twitchBadge__6vw9z svg path{fill:#a970ff}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC .GameShowcasePlayable_playingItemTitle__ueMXa .GameShowcasePlayable_verifiedBadge__gyPay svg{height:100%;width:100%}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_playingItem__v0NeP .GameShowcasePlayable_playingItemInfo__W2\+CC .GameShowcasePlayable_playingViewers__DxLyI{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;justify-content:center;white-space:nowrap}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_bannerItem__-wktT{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:center;width:100%}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32 .GameShowcasePlayable_bannerItem__-wktT img{border-radius:12px;height:100%;object-fit:cover;width:100%}@media(max-width:1100px){.GameShowcasePlayable_gameShowcasePlayable__31ZZR{padding:20px}}@media(max-width:968px){.GameShowcasePlayable_gameShowcasePlayable__31ZZR{padding:16px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32{grid-template-columns:repeat(2,1fr)}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32:has(.GameShowcasePlayable_playingItem__v0NeP:last-child:nth-child(odd)) .GameShowcasePlayable_playingItem__v0NeP:last-child{grid-column:1/-1;justify-self:center;width:50%}}@media(max-width:480px){.GameShowcasePlayable_gameShowcasePlayable__31ZZR{padding:12px}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32{gap:18px;grid-template-columns:1fr}.GameShowcasePlayable_gameShowcasePlayable__31ZZR .GameShowcasePlayable_playableList__\+CY32:has(.GameShowcasePlayable_playingItem__v0NeP:last-child:nth-child(odd)) .GameShowcasePlayable_playingItem__v0NeP:last-child{grid-column:1/2;justify-self:center;width:100%}}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;min-height:500px;padding:30px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_sectionTitle__CPzNS{align-items:center;color:#5d7fff;display:flex;flex-direction:row;flex-wrap:wrap;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_sectionTitle__CPzNS svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_sectionTitle__CPzNS .GameShowcaseLeaderboard_monthButtons__9I3zo{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_sectionTitle__CPzNS .GameShowcaseLeaderboard_monthButtons__9I3zo button{align-items:center;background:#5d5d5d;border:none;border-radius:10px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;outline:none;padding:10px 12px;transition:.3s}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_sectionTitle__CPzNS .GameShowcaseLeaderboard_monthButtons__9I3zo button.GameShowcaseLeaderboard_active__M7u2T{background:#5d7fff}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_sectionTitle__CPzNS .GameShowcaseLeaderboard_monthButtons__9I3zo button:hover{opacity:.8}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserAvatar__owlqb{align-items:center;display:flex;flex-direction:row;height:46px;justify-content:center;max-height:46px;max-width:46px;min-height:46px;min-width:46px;width:46px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserAvatar__owlqb img{border-radius:50%;height:100%;object-fit:cover;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserInfo__Wupb6{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserInfo__Wupb6 .GameShowcaseLeaderboard_currentUserName__Y6pNP{align-items:center;color:hsla(0,0%,100%,.8);display:flex;flex-direction:row;font-size:14px;font-weight:600;gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserInfo__Wupb6 .GameShowcaseLeaderboard_currentUserName__Y6pNP .GameShowcaseLeaderboard_platformIcon__Oa0Dc{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserInfo__Wupb6 .GameShowcaseLeaderboard_currentUserPoints__huv2Q{color:#fafafa;font-size:16px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserInfo__Wupb6 .GameShowcaseLeaderboard_currentUserPoints__huv2Q span{color:#ca0000}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserInfo__Wupb6 .GameShowcaseLeaderboard_currentUserDescription__dxOHL{color:#c9c9c9;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp{grid-gap:clamp(1rem,-9.5rem + 13.125vw,6.25rem);box-sizing:border-box;display:grid;gap:clamp(1rem,-9.5rem + 13.125vw,6.25rem);grid-template-columns:1fr minmax(260px,460px);height:auto;margin-top:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7{align-items:center;display:flex;flex-direction:row;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;max-width:70px;min-width:70px;width:70px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv:first-child img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv img{height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb:nth-child(2){margin-top:-50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemAvatar__Suxv5{align-items:center;display:flex;flex-direction:row;gap:10px;position:relative}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemAvatar__Suxv5 img{border-radius:50%;height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;object-fit:cover;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemAvatar__Suxv5 .GameShowcaseLeaderboard_topListItemAvatarRank__bqO9U{align-items:center;bottom:-10px;display:flex;flex-direction:row;justify-content:center;left:-20px;position:absolute}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemAvatar__Suxv5 .GameShowcaseLeaderboard_topListItemAvatarRank__bqO9U img{border-radius:0;border-radius:initial;height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemInfo__a70D7{align-items:center;display:flex;flex-direction:column;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemInfo__a70D7 .GameShowcaseLeaderboard_topListItemName__dkGUn{align-items:center;display:flex;flex-direction:row;gap:4px;margin-top:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemInfo__a70D7 .GameShowcaseLeaderboard_topListItemName__dkGUn .GameShowcaseLeaderboard_ellipsisName__szT4u{color:#fafafa;font-size:16px;font-weight:400;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemInfo__a70D7 .GameShowcaseLeaderboard_topListItemName__dkGUn .GameShowcaseLeaderboard_platformIcon__Oa0Dc{height:14px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemInfo__a70D7 .GameShowcaseLeaderboard_topListItemPoints__JixDf{color:#ca0000;font-size:14px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI{box-sizing:border-box;display:flex;flex-direction:column;height:auto;margin-top:20px;max-height:420px;overflow-y:auto;padding-right:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI .GameShowcaseLeaderboard_leaderboardItem__vP0vf{align-items:center;border-bottom:1px solid #282828;box-sizing:border-box;display:grid;grid-template-columns:50px minmax(200px,1fr) auto;height:auto;padding:8px 0;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI .GameShowcaseLeaderboard_leaderboardItem__vP0vf:first-child{padding-top:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI .GameShowcaseLeaderboard_leaderboardItem__vP0vf:last-child{border-bottom:none;padding-bottom:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI .GameShowcaseLeaderboard_leaderboardItem__vP0vf .GameShowcaseLeaderboard_leaderboardItemPosition__ZG1dK{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:16px;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI .GameShowcaseLeaderboard_leaderboardItem__vP0vf .GameShowcaseLeaderboard_leaderboardItemUser__vPNBC{align-items:center;display:flex;flex-direction:row}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI .GameShowcaseLeaderboard_leaderboardItem__vP0vf .GameShowcaseLeaderboard_leaderboardItemUser__vPNBC .GameShowcaseLeaderboard_leaderItemUserAvatar__GaUNY{border-radius:50%;height:24px;margin-right:12px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;object-fit:cover;width:24px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI .GameShowcaseLeaderboard_leaderboardItem__vP0vf .GameShowcaseLeaderboard_leaderboardItemUser__vPNBC .GameShowcaseLeaderboard_leaderItemUserPlatformIcon__J0zGi{height:14px;margin-right:4px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI .GameShowcaseLeaderboard_leaderboardItem__vP0vf .GameShowcaseLeaderboard_leaderboardItemUser__vPNBC .GameShowcaseLeaderboard_leaderItemUserName__Hit6e{color:#fafafa;font-size:16px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardList__eQgBI .GameShowcaseLeaderboard_leaderboardItem__vP0vf .GameShowcaseLeaderboard_leaderboardItemPoints__lyzUW{color:#ca0000;font-size:14px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3{background:#282828;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_gamePrizePool__Yb5j5{align-items:center;background:rgba(166,0,0,.25);border:1px solid #ca0000;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;min-height:60px;padding:8px 12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_gamePrizePool__Yb5j5 .GameShowcaseLeaderboard_prizeIcon__zbgfr{align-items:center;display:flex;flex-direction:row;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_gamePrizePool__Yb5j5 .GameShowcaseLeaderboard_prizeIcon__zbgfr img{-webkit-filter:hue-rotate(131deg) saturate(.8);filter:hue-rotate(131deg) saturate(.8);height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_gamePrizePool__Yb5j5 .GameShowcaseLeaderboard_prizePoolContent__VHCwR{display:flex;flex-direction:column;gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_gamePrizePool__Yb5j5 .GameShowcaseLeaderboard_prizePoolContent__VHCwR .GameShowcaseLeaderboard_prizeCountdownTimer__McKbk{color:#fafafa;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_gamePrizePool__Yb5j5 .GameShowcaseLeaderboard_prizePoolContent__VHCwR .GameShowcaseLeaderboard_prizeCountdownTimer__McKbk .GameShowcaseLeaderboard_loadingStatus__7VfKu{height:22px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_gamePrizePool__Yb5j5 .GameShowcaseLeaderboard_prizePoolContent__VHCwR .GameShowcaseLeaderboard_prizePoolAmount__bRLzj{color:#fff;font-size:16px;font-weight:700}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsInfo__MYwsb{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsInfo__MYwsb .GameShowcaseLeaderboard_sectionTitle__CPzNS{color:#ca0000;font-family:Russo One,sans-serif;font-size:22px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsInfo__MYwsb .GameShowcaseLeaderboard_rewardsDescription__nNSWS{color:#c9c9c9;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsList__RrrbS{box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:345px;overflow-y:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsList__RrrbS .GameShowcaseLeaderboard_rewardsItem__2S4zw{align-items:center;border-bottom:1px solid #303030;display:flex;flex-direction:row;gap:10px;padding:8px 0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsList__RrrbS .GameShowcaseLeaderboard_rewardsItem__2S4zw:first-child{padding-top:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsList__RrrbS .GameShowcaseLeaderboard_rewardsItem__2S4zw:last-child{border-bottom:none;padding-bottom:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsList__RrrbS .GameShowcaseLeaderboard_rewardsItem__2S4zw .GameShowcaseLeaderboard_rewardPosition__qsCo9{align-items:center;color:#ca0000;display:flex;flex-direction:row;font-family:Russo One;font-size:16px;font-weight:400;height:20px;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsList__RrrbS .GameShowcaseLeaderboard_rewardsItem__2S4zw .GameShowcaseLeaderboard_rewardAmount__IzgjX{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardRewardSection__RX0y3 .GameShowcaseLeaderboard_rewardsList__RrrbS .GameShowcaseLeaderboard_rewardsItem__2S4zw .GameShowcaseLeaderboard_rewardAmount__IzgjX .GameShowcaseLeaderboard_rewardIcon__zDD0\+{height:auto;object-fit:contain;width:40px}@media(max-width:1226px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp{display:flex;flex-direction:column;gap:20px}}@media(max-width:1100px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6{padding:20px}}@media(max-width:968px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6{padding:16px}}@media(max-width:948px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv{max-width:none;min-width:0;min-width:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv img{height:auto;width:100%}}@media(max-width:868px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv{display:none}}@media(max-width:768px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv{display:flex;max-width:50px;min-width:50px;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv img{height:auto;width:100%}}@media(max-width:618px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv{max-width:none;min-width:0;min-width:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv img{height:auto;width:100%}}@media(max-width:568px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_headerIcon__B8jvv{display:none}}@media(max-width:480px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6{padding:12px}}@media(max-width:468px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_sectionTitle__CPzNS .GameShowcaseLeaderboard_monthButtons__9I3zo{margin-left:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_sectionTitle__CPzNS .GameShowcaseLeaderboard_monthButtons__9I3zo button{font-size:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML{align-items:flex-start}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserInfo__Wupb6 .GameShowcaseLeaderboard_currentUserPoints__huv2Q{font-size:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_currentPositionSection__o0iML .GameShowcaseLeaderboard_currentUserInfo__Wupb6 .GameShowcaseLeaderboard_currentUserDescription__dxOHL{font-size:12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i{gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb:nth-child(2){margin-top:-30px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemAvatar__Suxv5 .GameShowcaseLeaderboard_topListItemAvatarRank__bqO9U{bottom:-8px;left:-12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemAvatar__Suxv5 .GameShowcaseLeaderboard_topListItemAvatarRank__bqO9U img{height:30px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;width:30px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemAvatar__Suxv5 img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__WHU-6 .GameShowcaseLeaderboard_leaderboardContainer__Qd2pp .GameShowcaseLeaderboard_leaderboardSection__tHXKo .GameShowcaseLeaderboard_leaderboardHeader__67jQ7 .GameShowcaseLeaderboard_leaderboardTopList__l6Q4i .GameShowcaseLeaderboard_topListItem__cBKdb .GameShowcaseLeaderboard_topListItemInfo__a70D7 .GameShowcaseLeaderboard_topListItemName__dkGUn{max-width:100px}}.GameShowcaseRules_gameShowcaseRules__3Ltip{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 30px 20px;width:100%}.GameShowcaseRules_gameShowcaseRules__3Ltip .GameShowcaseRules_sectionTitle__TVJxD{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseRules_gameShowcaseRules__3Ltip .GameShowcaseRules_sectionTitle__TVJxD svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseRules_gameShowcaseRules__3Ltip .GameShowcaseRules_sectionTitle__TVJxD svg path{fill:#ca0000}.GameShowcaseRules_gameShowcaseRules__3Ltip .GameShowcaseRules_rulesContainer__eVHOM ul{display:flex;flex-direction:column;gap:20px}.GameShowcaseRules_gameShowcaseRules__3Ltip .GameShowcaseRules_rulesContainer__eVHOM ul li{background:rgba(34,34,34,.4);background-color:#292929;border-radius:14px;box-sizing:border-box;color:#fafafa;display:inline-block;flex-direction:row;font-family:Inter,sans-serif;font-size:18px;font-weight:500;height:auto;list-style-type:none;padding:10px;white-space:pre-wrap;width:100%}.GameShowcaseRules_gameShowcaseRules__3Ltip .GameShowcaseRules_rulesContainer__eVHOM ul li:before{background-color:#ca0000;border-radius:50%;content:"";display:inline-block;height:10px;margin-right:10px;margin-top:8px;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:10px}@media(max-width:1100px){.GameShowcaseRules_gameShowcaseRules__3Ltip{padding:20px}}@media(max-width:968px){.GameShowcaseRules_gameShowcaseRules__3Ltip{padding:16px}}@media(max-width:480px){.GameShowcaseRules_gameShowcaseRules__3Ltip{padding:12px}}.GameShowcaseFaq_gameShowcaseFaq__Rtt2F{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 30px 20px;width:100%}.GameShowcaseFaq_gameShowcaseFaq__Rtt2F .GameShowcaseFaq_sectionTitle__26u-V{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseFaq_gameShowcaseFaq__Rtt2F .GameShowcaseFaq_sectionTitle__26u-V svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseFaq_gameShowcaseFaq__Rtt2F .GameShowcaseFaq_sectionTitle__26u-V svg path{fill:#ca0000}.GameShowcaseFaq_gameShowcaseFaq__Rtt2F .GameShowcaseFaq_rulesContainer__W0p3W ul{display:flex;flex-direction:column;gap:20px}.GameShowcaseFaq_gameShowcaseFaq__Rtt2F .GameShowcaseFaq_rulesContainer__W0p3W ul li{background:rgba(34,34,34,.4);background-color:#292929;border-radius:14px;box-sizing:border-box;color:#fafafa;display:inline-block;flex-direction:row;font-family:Inter,sans-serif;font-size:18px;font-weight:500;height:auto;list-style-type:none;padding:10px;white-space:pre-wrap;width:100%}.GameShowcaseFaq_gameShowcaseFaq__Rtt2F .GameShowcaseFaq_rulesContainer__W0p3W ul li p{align-items:center;color:#ca0000;display:inline-block;flex-direction:row;font-family:Inter,sans-serif;font-size:18px;font-weight:600;gap:10px;margin-bottom:10px;width:calc(100% - 20px)}.GameShowcaseFaq_gameShowcaseFaq__Rtt2F .GameShowcaseFaq_rulesContainer__W0p3W ul li:before{background-color:#ca0000;border-radius:50%;content:"";display:inline-block;height:10px;margin-right:10px;margin-top:8px;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:10px}@media(max-width:1100px){.GameShowcaseFaq_gameShowcaseFaq__Rtt2F{padding:20px}}@media(max-width:968px){.GameShowcaseFaq_gameShowcaseFaq__Rtt2F{padding:16px}}@media(max-width:480px){.GameShowcaseFaq_gameShowcaseFaq__Rtt2F{padding:12px}}.GameShowcaseGuide_gameShowcaseGuide__YZjur{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 20px 30px 30px;position:relative;width:100%}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_sectionTitle__VIQBl{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px;z-index:2}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_sectionTitle__VIQBl svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_sectionTitle__VIQBl svg path{stroke:#ca0000}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_sectionDescription__LdU7l{color:#fafafa;font-size:18px;font-weight:400}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM{display:flex;flex-direction:column;height:auto;width:100%}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR{grid-gap:clamp(1.25rem,.8152rem + 2.1739vw,2.5rem);display:grid;gap:clamp(1.25rem,.8152rem + 2.1739vw,2.5rem);grid-template-columns:repeat(3,1fr);height:auto;width:100%}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.5);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:auto;overflow:hidden;padding:10px;position:relative;transition:all .3s ease;width:100%}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo .GameShowcaseGuide_productImage__j7UCI{-webkit-filter:drop-shadow(0 0 20px rgba(0,0,0,.3));filter:drop-shadow(0 0 20px rgba(0,0,0,.3));height:100%;margin:0 auto;object-fit:cover;object-position:center;-webkit-transform:scale(.9);transform:scale(.9);transition:all .3s ease;width:100%}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo .GameShowcaseGuide_itemTitle__NFwen{align-items:center;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:clamp(1rem,.868rem + .526vw,1.5rem);gap:10px;height:auto;padding:10px;text-shadow:0 0 10px rgba(0,0,0,.3);width:100%;z-index:2}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo .GameShowcaseGuide_itemTitle__NFwen img{align-self:flex-start;border-radius:50%;height:1.5rem;margin-top:2px;object-fit:cover;object-position:center;width:1.5rem}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo .GameShowcaseGuide_inspectBtn__I6Q3J{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.25);border:none;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;font-size:18px;font-weight:600;height:auto;justify-content:center;outline:none;padding:10px;text-shadow:0 0 10px rgba(0,0,0,.3);transition:all .3s ease;width:100%}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo:hover .GameShowcaseGuide_productImage__j7UCI{-webkit-transform:scale(1);transform:scale(1)}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo:before{background:linear-gradient(27deg,#343232,rgba(64,64,64,.5) 41.67%,hsla(0,0%,45%,0) 83.33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo:first-child:hover:before{background:linear-gradient(27deg,#47a13f,rgba(71,161,63,.5) 41.67%,hsla(0,0%,45%,0) 83.33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo:nth-child(2):hover:before{background:linear-gradient(27deg,#784357,rgba(120,67,87,.5) 41.67%,hsla(0,0%,45%,0) 83.33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR .GameShowcaseGuide_item__2i6oo:nth-child(3):hover:before{background:linear-gradient(27deg,#ffd738,rgba(255,215,56,.5) 41.67%,hsla(0,0%,45%,0) 83.33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1100px){.GameShowcaseGuide_gameShowcaseGuide__YZjur{padding:20px}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR{gap:20px;grid-template-columns:repeat(2,1fr)}}@media(max-width:968px){.GameShowcaseGuide_gameShowcaseGuide__YZjur{padding:16px}.GameShowcaseGuide_gameShowcaseGuide__YZjur .GameShowcaseGuide_guideContent__Ts5BM .GameShowcaseGuide_itemList__f\+eZR{gap:20px;grid-template-columns:1fr}}@media(max-width:480px){.GameShowcaseGuide_gameShowcaseGuide__YZjur{padding:12px}}.GameShowcaseRts_gameShowcase__v32W3{box-sizing:border-box;display:flex;flex-direction:column;gap:18px;height:auto;width:100%}.GameShowcaseHeader_gameShowcaseHeader__apdNi{grid-gap:18px;background:#202020;border-radius:12px;box-sizing:border-box;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);height:auto;overflow:hidden;width:100%}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:space-evenly;padding:30px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseTitle__DLHPU{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:42px;gap:18px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseTitle__DLHPU img{border-radius:10px;height:60px;max-height:60px;max-width:60px;min-height:60px;min-width:60px;width:60px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseDescription__xLJM-{color:#fafafa;font-size:20px;font-weight:500}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseParticipants__VZy4-{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;margin-top:6px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseParticipants__VZy4- .GameShowcaseHeader_participantsAvatars__kXgVL{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:15px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseParticipants__VZy4- .GameShowcaseHeader_participantsAvatars__kXgVL img{background:#3a3a3a;border-radius:50%;box-shadow:0 0 17px 2px rgba(0,0,0,.34);height:50px;margin-left:-5px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseParticipants__VZy4- .GameShowcaseHeader_participantsAvatars__kXgVL .GameShowcaseHeader_totalCount__NV\+EN{align-items:center;background:linear-gradient(90deg,#5d7fff,rgba(93,127,255,.3));border-radius:18px;color:#fafafa;display:flex;font-size:12px;font-weight:600;height:30px;justify-content:center;margin-left:-10px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;padding:2px 6px;width:auto}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseParticipants__VZy4- .GameShowcaseHeader_participantsText__WzJg9{color:#c9c9c9;font-size:16px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;margin-top:10px;width:100%}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs{align-items:center;background:rgba(93,127,255,.2);border:1px solid #5d7fff;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:60px;min-height:60px;min-width:325px;padding:8px 12px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs .GameShowcaseHeader_prizeIcon__U6eVm{align-items:center;display:flex;flex-direction:row;justify-content:center}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs .GameShowcaseHeader_prizeIcon__U6eVm img{-webkit-filter:hue-rotate(322deg);filter:hue-rotate(322deg);height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs .GameShowcaseHeader_prizePoolContent__zVGHc{display:flex;flex-direction:column;gap:4px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs .GameShowcaseHeader_prizePoolContent__zVGHc .GameShowcaseHeader_prizeCountdownTimer__T4cJc{color:#fafafa;font-size:14px;font-weight:400;white-space:nowrap}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs .GameShowcaseHeader_prizePoolContent__zVGHc .GameShowcaseHeader_prizeCountdownTimer__T4cJc .GameShowcaseHeader_loadingStatus__Ne4iE{height:16px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs .GameShowcaseHeader_prizePoolContent__zVGHc .GameShowcaseHeader_prizePoolAmount__G6TC3{color:#fff;font-size:16px;font-weight:700}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_subscribeButton__ZPc2c{align-items:center;background:#5d7fff;border:none;border-radius:16px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:700;gap:6px;height:60px;justify-content:center;min-height:60px;min-width:150px;outline:none;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_subscribeButton__ZPc2c:hover{opacity:.8}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_subscribeButton__ZPc2c img{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_subscribeButton__ZPc2c.GameShowcaseHeader_joined__vMgER{cursor:not-allowed}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderThumbnail__iJ8Dk{align-self:flex-start;display:flex;flex-direction:column;height:100%;position:relative;width:100%}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderThumbnail__iJ8Dk video{height:100%;object-fit:cover;width:100%}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderThumbnail__iJ8Dk:before{background:linear-gradient(90deg,#202020 .82%,rgba(32,32,32,.5) 25.62%,rgba(32,32,32,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1100px){.GameShowcaseHeader_gameShowcaseHeader__apdNi{grid-template-columns:1fr}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J{gap:12px;padding:20px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseTitle__DLHPU{font-size:36px;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseTitle__DLHPU img{height:46px;max-height:46px;max-width:46px;min-height:46px;min-width:46px;width:46px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseDescription__xLJM-{font-size:18px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderThumbnail__iJ8Dk{display:none}}@media(max-width:968px){.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J{padding:16px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseTitle__DLHPU{font-size:32px;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseTitle__DLHPU img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseDescription__xLJM-{font-size:16px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil{flex-wrap:wrap;gap:12px}}@media(max-width:480px){.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J{padding:12px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseTitle__DLHPU{font-size:28px;gap:10px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseTitle__DLHPU img{height:36px;max-height:36px;max-width:36px;min-height:36px;min-width:36px;width:36px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseDescription__xLJM-{font-size:14px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseParticipants__VZy4- .GameShowcaseHeader_participantsAvatars__kXgVL img{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil{flex-wrap:wrap;gap:12px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs{height:auto;padding:6px 10px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs .GameShowcaseHeader_prizeIcon__U6eVm img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs .GameShowcaseHeader_prizePoolContent__zVGHc .GameShowcaseHeader_prizeCountdownTimer__T4cJc{font-size:12px;white-space:wrap}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_gamePrizePool__-xiLs .GameShowcaseHeader_prizePoolContent__zVGHc .GameShowcaseHeader_prizePoolAmount__G6TC3{font-size:14px}.GameShowcaseHeader_gameShowcaseHeader__apdNi .GameShowcaseHeader_showcaseHeaderContent__LHm4J .GameShowcaseHeader_gameShowcaseFooter__hZUil .GameShowcaseHeader_subscribeButton__ZPc2c{font-size:14px;height:auto;max-height:none;min-height:0;min-height:auto;padding:16px 10px}}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ{align-items:center;background:#202020;border-radius:12px;box-shadow:0 4px 5px 0 hsla(0,0%,5%,.5);box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;height:auto;padding:12px;position:-webkit-sticky;position:sticky;top:calc(0px - env(safe-area-inset-top));width:100%;z-index:100}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ .GameShowcaseMenu_menuItem__0aE40{align-items:center;background:rgba(54,54,54,.5);border:1px solid rgba(54,54,54,.5);border-radius:10px;color:#979b9f;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;height:auto;padding:10px;transition:.3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ .GameShowcaseMenu_menuItem__0aE40 svg{height:20px;max-height:20px;min-height:20px;width:auto}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ .GameShowcaseMenu_menuItem__0aE40 svg path{fill:#979b9f;transition:.3s ease}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ .GameShowcaseMenu_menuItem__0aE40:hover{color:#d3d3d3}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ .GameShowcaseMenu_menuItem__0aE40:hover svg path{fill:#d3d3d3}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ .GameShowcaseMenu_menuItem__0aE40.GameShowcaseMenu_active__eCCat{background:#565656;border:1px solid #747474;color:#fafafa}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ .GameShowcaseMenu_menuItem__0aE40.GameShowcaseMenu_active__eCCat svg path{fill:#fafafa}@media(max-width:480px){.GameShowcaseMenu_gameShowcaseMenu__cxoXZ{gap:12px;justify-content:center;padding:12px}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ .GameShowcaseMenu_menuItem__0aE40{font-size:14px;padding:8px}.GameShowcaseMenu_gameShowcaseMenu__cxoXZ .GameShowcaseMenu_menuItem__0aE40 svg{height:16px;max-height:16px;min-height:16px}}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 20px 30px 30px;position:relative;width:100%}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_sectionTitle__u5Xeq{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px;z-index:2}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_sectionTitle__u5Xeq svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_sectionTitle__u5Xeq svg path{stroke:#09f}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA{grid-gap:20px;align-items:center;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);height:auto;width:100%;z-index:2}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41{background:#363636;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;transition:.3s;width:100%}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41:hover{background:#464646}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41:hover .GameShowcasePlayable_watchAndPlayButton__sWapr{background:#6d6d6d}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_eventCoolDown__gOsR-{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_eventCoolDown__gOsR- img{-webkit-filter:hue-rotate(322deg);filter:hue-rotate(322deg);height:26px;max-height:26px;max-width:26px;min-height:26px;min-width:26px;width:26px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_eventCoolDown__gOsR- span{color:#5d7fff;font-size:16px;font-weight:500}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_eventDate__7M2tJ{align-items:center;color:#d9d9d9;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_eventDate__7M2tJ svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_eventDate__7M2tJ span{color:#fafafa;font-size:14px;font-weight:500}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_thumbnailWrapper__DKbGL{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:center;position:relative;width:100%}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_thumbnailWrapper__DKbGL .GameShowcasePlayable_thumbnail__03Rh-{border-radius:8px;height:auto;object-fit:cover;width:100%}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_thumbnailWrapper__DKbGL .GameShowcasePlayable_liveLabel__Fb4mF{align-items:center;background:#f33;border-radius:5px;box-sizing:border-box;color:#fff;display:flex;flex-direction:row;font-size:12px;font-weight:600;height:auto;justify-content:center;left:6px;padding:1px 6px;position:absolute;top:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:4px;height:auto;justify-content:space-between;width:100%}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q .GameShowcasePlayable_playingItemTitle__Xn0gf{align-items:center;display:flex;flex-direction:row;gap:2px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q .GameShowcasePlayable_playingItemTitle__Xn0gf .GameShowcasePlayable_platformIcon__n8WOG{flex-shrink:0;height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q .GameShowcasePlayable_playingItemTitle__Xn0gf .GameShowcasePlayable_streamerAvatar__SaE-X{border-radius:50%;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q .GameShowcasePlayable_playingItemTitle__Xn0gf .GameShowcasePlayable_streamerName__wKRm6{color:#fafafa;flex-basis:0;flex-grow:1;flex-shrink:1;font-size:16px;font-weight:600;max-width:120px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q .GameShowcasePlayable_playingItemTitle__Xn0gf .GameShowcasePlayable_verifiedBadge__5MHkr{align-items:center;display:flex;flex-direction:row;flex-shrink:0;height:14px;justify-content:center;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q .GameShowcasePlayable_playingItemTitle__Xn0gf .GameShowcasePlayable_verifiedBadge__5MHkr.GameShowcasePlayable_kickBadge__xGBa8 svg path{fill:#1eff00}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q .GameShowcasePlayable_playingItemTitle__Xn0gf .GameShowcasePlayable_verifiedBadge__5MHkr.GameShowcasePlayable_twitchBadge__YV2gP svg path{fill:#a970ff}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q .GameShowcasePlayable_playingItemTitle__Xn0gf .GameShowcasePlayable_verifiedBadge__5MHkr svg{height:100%;width:100%}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA .GameShowcasePlayable_playingItem__8AN41 .GameShowcasePlayable_playingItemInfo__O0K0Q .GameShowcasePlayable_playingViewers__s\+URu{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;justify-content:center;white-space:nowrap}@media(max-width:1100px){.GameShowcasePlayable_gameShowcasePlayable__p5WwJ{padding:20px}}@media(max-width:968px){.GameShowcasePlayable_gameShowcasePlayable__p5WwJ{padding:16px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA{grid-template-columns:repeat(2,1fr)}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA:has(.GameShowcasePlayable_playingItem__8AN41:last-child:nth-child(odd)) .GameShowcasePlayable_playingItem__8AN41:last-child{grid-column:1/-1;justify-self:center;width:50%}}@media(max-width:480px){.GameShowcasePlayable_gameShowcasePlayable__p5WwJ{padding:12px}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA{gap:18px;grid-template-columns:1fr}.GameShowcasePlayable_gameShowcasePlayable__p5WwJ .GameShowcasePlayable_playableList__TGQFA:has(.GameShowcasePlayable_playingItem__8AN41:last-child:nth-child(odd)) .GameShowcasePlayable_playingItem__8AN41:last-child{grid-column:1/2;justify-self:center;width:100%}}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB-{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;min-height:500px;padding:30px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_sectionTitle__y5-I\+{align-items:center;color:#5d7fff;display:flex;flex-direction:row;flex-wrap:wrap;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_sectionTitle__y5-I\+ svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_sectionTitle__y5-I\+ .GameShowcaseLeaderboard_monthButtons__E5d0y{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_sectionTitle__y5-I\+ .GameShowcaseLeaderboard_monthButtons__E5d0y button{align-items:center;background:#5d5d5d;border:none;border-radius:10px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;outline:none;padding:10px 12px;transition:.3s}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_sectionTitle__y5-I\+ .GameShowcaseLeaderboard_monthButtons__E5d0y button.GameShowcaseLeaderboard_active__8cxnV{background:#5d7fff}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_sectionTitle__y5-I\+ .GameShowcaseLeaderboard_monthButtons__E5d0y button:hover{opacity:.8}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserAvatar__MRRQO{align-items:center;display:flex;flex-direction:row;height:46px;justify-content:center;max-height:46px;max-width:46px;min-height:46px;min-width:46px;width:46px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserAvatar__MRRQO img{border-radius:50%;height:100%;object-fit:cover;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserInfo__VuuLt{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserInfo__VuuLt .GameShowcaseLeaderboard_currentUserName__ZS8nh{align-items:center;color:hsla(0,0%,100%,.8);display:flex;flex-direction:row;font-size:14px;font-weight:600;gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserInfo__VuuLt .GameShowcaseLeaderboard_currentUserName__ZS8nh .GameShowcaseLeaderboard_platformIcon__BYAyP{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserInfo__VuuLt .GameShowcaseLeaderboard_currentUserPoints__orXEH{color:#fafafa;font-size:16px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserInfo__VuuLt .GameShowcaseLeaderboard_currentUserPoints__orXEH span{color:#009ddb}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserInfo__VuuLt .GameShowcaseLeaderboard_currentUserDescription__dvMFg{color:#c9c9c9;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B{grid-gap:clamp(1rem,-9.5rem + 13.125vw,6.25rem);box-sizing:border-box;display:grid;gap:clamp(1rem,-9.5rem + 13.125vw,6.25rem);grid-template-columns:1fr minmax(260px,460px);height:auto;margin-top:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt{align-items:center;display:flex;flex-direction:row;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;max-width:70px;min-width:70px;width:70px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs:first-child img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs img{height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2:nth-child(2){margin-top:-50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemAvatar__vft2H{align-items:center;display:flex;flex-direction:row;gap:10px;position:relative}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemAvatar__vft2H img{border-radius:50%;height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;object-fit:cover;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemAvatar__vft2H .GameShowcaseLeaderboard_topListItemAvatarRank__ROuS5{align-items:center;bottom:-10px;display:flex;flex-direction:row;justify-content:center;left:-20px;position:absolute}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemAvatar__vft2H .GameShowcaseLeaderboard_topListItemAvatarRank__ROuS5 img{border-radius:0;border-radius:initial;height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemInfo__JWvxp{align-items:center;display:flex;flex-direction:column;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemInfo__JWvxp .GameShowcaseLeaderboard_topListItemName__19iZ0{align-items:center;display:flex;flex-direction:row;gap:4px;margin-top:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemInfo__JWvxp .GameShowcaseLeaderboard_topListItemName__19iZ0 .GameShowcaseLeaderboard_ellipsisName__yF6hF{color:#fafafa;font-size:16px;font-weight:400;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemInfo__JWvxp .GameShowcaseLeaderboard_topListItemName__19iZ0 .GameShowcaseLeaderboard_platformIcon__BYAyP{height:14px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemInfo__JWvxp .GameShowcaseLeaderboard_topListItemPoints__S20jK{color:#009ddb;font-size:14px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3{box-sizing:border-box;display:flex;flex-direction:column;height:auto;margin-top:20px;max-height:420px;overflow-y:auto;padding-right:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3 .GameShowcaseLeaderboard_leaderboardItem__vHQ9T{align-items:center;border-bottom:1px solid #282828;box-sizing:border-box;display:grid;grid-template-columns:50px minmax(200px,1fr) auto;height:auto;padding:8px 0;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3 .GameShowcaseLeaderboard_leaderboardItem__vHQ9T:first-child{padding-top:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3 .GameShowcaseLeaderboard_leaderboardItem__vHQ9T:last-child{border-bottom:none;padding-bottom:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3 .GameShowcaseLeaderboard_leaderboardItem__vHQ9T .GameShowcaseLeaderboard_leaderboardItemPosition__o9gv2{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:16px;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3 .GameShowcaseLeaderboard_leaderboardItem__vHQ9T .GameShowcaseLeaderboard_leaderboardItemUser__HTGbc{align-items:center;display:flex;flex-direction:row}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3 .GameShowcaseLeaderboard_leaderboardItem__vHQ9T .GameShowcaseLeaderboard_leaderboardItemUser__HTGbc .GameShowcaseLeaderboard_leaderItemUserAvatar__Y4UyK{border-radius:50%;height:24px;margin-right:12px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;object-fit:cover;width:24px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3 .GameShowcaseLeaderboard_leaderboardItem__vHQ9T .GameShowcaseLeaderboard_leaderboardItemUser__HTGbc .GameShowcaseLeaderboard_leaderItemUserPlatformIcon__zxXgl{height:14px;margin-right:4px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3 .GameShowcaseLeaderboard_leaderboardItem__vHQ9T .GameShowcaseLeaderboard_leaderboardItemUser__HTGbc .GameShowcaseLeaderboard_leaderItemUserName__HzrV3{color:#fafafa;font-size:16px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardList__Eprz3 .GameShowcaseLeaderboard_leaderboardItem__vHQ9T .GameShowcaseLeaderboard_leaderboardItemPoints__iQbst{color:#009ddb;font-size:14px;font-weight:600}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8{background:#282828;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_gamePrizePool__DJVZa{align-items:center;background:rgba(154,187,54,.25);border:1px solid #009ddb;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;min-height:60px;padding:8px 12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_gamePrizePool__DJVZa .GameShowcaseLeaderboard_prizeIcon__2vlHY{align-items:center;display:flex;flex-direction:row;justify-content:center}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_gamePrizePool__DJVZa .GameShowcaseLeaderboard_prizeIcon__2vlHY img{-webkit-filter:hue-rotate(322deg);filter:hue-rotate(322deg);height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_gamePrizePool__DJVZa .GameShowcaseLeaderboard_prizePoolContent__T5UZR{display:flex;flex-direction:column;gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_gamePrizePool__DJVZa .GameShowcaseLeaderboard_prizePoolContent__T5UZR .GameShowcaseLeaderboard_prizeCountdownTimer__aguYh{color:#fafafa;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_gamePrizePool__DJVZa .GameShowcaseLeaderboard_prizePoolContent__T5UZR .GameShowcaseLeaderboard_prizeCountdownTimer__aguYh .GameShowcaseLeaderboard_loadingStatus__RGHI4{height:22px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_gamePrizePool__DJVZa .GameShowcaseLeaderboard_prizePoolContent__T5UZR .GameShowcaseLeaderboard_prizePoolAmount__k2E7\+{color:#fff;font-size:16px;font-weight:700}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsInfo__N5k9z{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsInfo__N5k9z .GameShowcaseLeaderboard_sectionTitle__y5-I\+{color:#009ddb;font-family:Russo One,sans-serif;font-size:22px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsInfo__N5k9z .GameShowcaseLeaderboard_rewardsDescription__KJ4Ow{color:#c9c9c9;font-size:14px;font-weight:400}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsList__oAuW2{box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:345px;overflow-y:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsList__oAuW2 .GameShowcaseLeaderboard_rewardsItem__PXteF{align-items:center;border-bottom:1px solid #303030;display:flex;flex-direction:row;gap:10px;padding:8px 0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsList__oAuW2 .GameShowcaseLeaderboard_rewardsItem__PXteF:first-child{padding-top:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsList__oAuW2 .GameShowcaseLeaderboard_rewardsItem__PXteF:last-child{border-bottom:none;padding-bottom:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsList__oAuW2 .GameShowcaseLeaderboard_rewardsItem__PXteF .GameShowcaseLeaderboard_rewardPosition__To23d{align-items:center;color:#009ddb;display:flex;flex-direction:row;font-family:Russo One;font-size:16px;font-weight:400;height:20px;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:40px;width:20px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsList__oAuW2 .GameShowcaseLeaderboard_rewardsItem__PXteF .GameShowcaseLeaderboard_rewardAmount__mZKi6{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardRewardSection__l1Pr8 .GameShowcaseLeaderboard_rewardsList__oAuW2 .GameShowcaseLeaderboard_rewardsItem__PXteF .GameShowcaseLeaderboard_rewardAmount__mZKi6 .GameShowcaseLeaderboard_rewardIcon__b-ZVR{height:24px;object-fit:contain;width:auto}@media(max-width:1226px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B{display:flex;flex-direction:column;gap:20px}}@media(max-width:1100px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB-{padding:20px}}@media(max-width:968px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB-{padding:16px}}@media(max-width:948px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs{max-width:none;min-width:0;min-width:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs img{height:auto;width:100%}}@media(max-width:868px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs{display:none}}@media(max-width:768px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs{display:flex;max-width:50px;min-width:50px;width:50px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs img{height:auto;width:100%}}@media(max-width:618px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs{max-width:none;min-width:0;min-width:auto;width:100%}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs img{height:auto;width:100%}}@media(max-width:568px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_headerIcon__hk\+rs{display:none}}@media(max-width:480px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB-{padding:12px}}@media(max-width:468px){.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_sectionTitle__y5-I\+ .GameShowcaseLeaderboard_monthButtons__E5d0y{margin-left:0}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_sectionTitle__y5-I\+ .GameShowcaseLeaderboard_monthButtons__E5d0y button{font-size:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY{align-items:flex-start}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserInfo__VuuLt .GameShowcaseLeaderboard_currentUserPoints__orXEH{font-size:14px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_currentPositionSection__-fggY .GameShowcaseLeaderboard_currentUserInfo__VuuLt .GameShowcaseLeaderboard_currentUserDescription__dvMFg{font-size:12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B{display:flex;flex-direction:column}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD{gap:4px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2:nth-child(2){margin-top:-30px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemAvatar__vft2H .GameShowcaseLeaderboard_topListItemAvatarRank__ROuS5{bottom:-8px;left:-12px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemAvatar__vft2H .GameShowcaseLeaderboard_topListItemAvatarRank__ROuS5 img{height:30px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;width:30px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemAvatar__vft2H img{height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.GameShowcaseLeaderboard_gameShowcaseLeaderboard__z5rB- .GameShowcaseLeaderboard_leaderboardContainer__0Gp7B .GameShowcaseLeaderboard_leaderboardSection__kkTGa .GameShowcaseLeaderboard_leaderboardHeader__9jmJt .GameShowcaseLeaderboard_leaderboardTopList__m44vD .GameShowcaseLeaderboard_topListItem__BJYu2 .GameShowcaseLeaderboard_topListItemInfo__JWvxp .GameShowcaseLeaderboard_topListItemName__19iZ0{max-width:100px}}.GameShowcaseRules_gameShowcaseRules__0QgRW{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 30px 20px;width:100%}.GameShowcaseRules_gameShowcaseRules__0QgRW .GameShowcaseRules_sectionTitle__mzwvP{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px}.GameShowcaseRules_gameShowcaseRules__0QgRW .GameShowcaseRules_sectionTitle__mzwvP svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseRules_gameShowcaseRules__0QgRW .GameShowcaseRules_sectionTitle__mzwvP svg path{fill:#009ddb}.GameShowcaseRules_gameShowcaseRules__0QgRW .GameShowcaseRules_rulesContainer__KLNPj ul{display:flex;flex-direction:column;gap:20px}.GameShowcaseRules_gameShowcaseRules__0QgRW .GameShowcaseRules_rulesContainer__KLNPj ul li{background:rgba(34,34,34,.4);background-color:#292929;border-radius:14px;box-sizing:border-box;color:#fafafa;display:inline-block;flex-direction:row;font-family:Inter,sans-serif;font-size:18px;font-weight:500;height:auto;list-style-type:none;padding:10px;white-space:pre-wrap;width:100%}.GameShowcaseRules_gameShowcaseRules__0QgRW .GameShowcaseRules_rulesContainer__KLNPj ul li:before{background-color:#009ddb;border-radius:50%;content:"";display:inline-block;height:10px;margin-right:10px;margin-top:8px;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:10px}@media(max-width:1100px){.GameShowcaseRules_gameShowcaseRules__0QgRW{padding:20px}}@media(max-width:968px){.GameShowcaseRules_gameShowcaseRules__0QgRW{padding:16px}}@media(max-width:480px){.GameShowcaseRules_gameShowcaseRules__0QgRW{padding:12px}}.GameShowcaseMyRewards_myRewardsContainer__xgUik{background:#202020;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:30px 20px 30px 30px;position:relative;width:100%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_sectionTitle__UhuW0{align-items:center;color:#009ddb;display:flex;flex-direction:row;font-family:Russo One,sans-serif;font-size:22px;gap:10px;z-index:2}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_sectionTitle__UhuW0 svg{height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_sectionTitle__UhuW0 svg path{stroke:#009ddb}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY{grid-gap:16px;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);height:auto;width:100%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o{background:#292929;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:16px}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeItemTitle__fkRqW{align-items:center;display:flex;flex-direction:row;gap:6px}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeItemTitle__fkRqW img{height:26px}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeItemTitle__fkRqW .GameShowcaseMyRewards_position__wO3VA{color:#aeaeae;font-size:20px;font-weight:600}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeItemTitle__fkRqW .GameShowcaseMyRewards_title__21aDs{color:#fafafa;font-size:18px;font-weight:500}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;width:100%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC{display:flex;flex-direction:column;gap:24px;width:60%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeContentItem__L560j{display:flex;flex-direction:column;gap:4px}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeContentItem__L560j .GameShowcaseMyRewards_prizeItemContentTitle__wj-1S{color:#009ddb;font-size:18px;font-weight:600}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeContentItem__L560j .GameShowcaseMyRewards_prizeItemContentDesc__WCD66{color:#cecece;font-size:14px;font-weight:400}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeContentItem__L560j .GameShowcaseMyRewards_prizeItemContentDesc__WCD66 img{border-radius:2px;height:16px;-webkit-transform:translateY(-2px);transform:translateY(-2px);vertical-align:middle}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y{align-items:center;display:flex;flex-direction:row;gap:6px;height:auto;width:100%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y .GameShowcaseMyRewards_digitCode__2yhjK{box-sizing:border-box;display:flex;position:relative;width:100%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y .GameShowcaseMyRewards_digitCode__2yhjK input{background:#333;border:none;border-radius:4px;color:#fafafa;font-family:Inter,sans-serif;font-weight:500;height:30px;outline:none;padding:0 34px 0 12px;text-overflow:ellipsis;width:100%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y .GameShowcaseMyRewards_digitCode__2yhjK .GameShowcaseMyRewards_showCode__qm6vR{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:row;height:100%;justify-content:center;position:absolute;right:6px;width:auto}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y .GameShowcaseMyRewards_digitCode__2yhjK .GameShowcaseMyRewards_showCode__qm6vR img{height:20px}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y .GameShowcaseMyRewards_copyBtn__rdcVK{align-items:center;background:#454545;border:none;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;height:30px;justify-content:center;max-height:30px;max-width:30px;min-height:30px;min-width:30px;outline:none;transition:.3s;width:30px}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y .GameShowcaseMyRewards_copyBtn__rdcVK img{height:18px}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y .GameShowcaseMyRewards_copyBtn__rdcVK:hover{background:#535353}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y .GameShowcaseMyRewards_claimBtn__SC2zB{align-items:center;background:#009ddb;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500;outline:none;padding:6px 12px;transition:.3s}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_leftSide__eEpaC .GameShowcaseMyRewards_prizeClaim__g1S\+Y .GameShowcaseMyRewards_claimBtn__SC2zB:hover{background:rgba(0,157,219,.8)}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_rightSide__re5s0{align-items:center;display:flex;flex-direction:row;justify-content:center;width:40%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_prizeItem__EQF7o .GameShowcaseMyRewards_prizeContent__2OnWD .GameShowcaseMyRewards_rightSide__re5s0 .GameShowcaseMyRewards_prizeThumbnail__CxhmA img{border-radius:18px;object-fit:contain;width:100%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_noRewards__jT7rR{border-radius:20px;box-sizing:border-box;color:#c9c9c9;display:flex;flex:1 1;flex-direction:column;font-size:16px;font-weight:400;gap:10px;height:auto;width:100%}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_noRewards__jT7rR .GameShowcaseMyRewards_noRewardsTitle__RAKCZ{color:#c9c9c9;font-size:20px;font-weight:600}.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY .GameShowcaseMyRewards_noRewards__jT7rR .GameShowcaseMyRewards_noRewardsDesc__27NBU{color:#fafafa;font-size:16px;font-weight:400}@media(max-width:1248px){.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY{grid-template-columns:repeat(2,1fr)}}@media(max-width:1100px){.GameShowcaseMyRewards_myRewardsContainer__xgUik{padding:20px}}@media(max-width:968px){.GameShowcaseMyRewards_myRewardsContainer__xgUik{padding:16px}}@media(max-width:768px){.GameShowcaseMyRewards_myRewardsContainer__xgUik .GameShowcaseMyRewards_prizesContainer__tr9xY{grid-template-columns:repeat(1,1fr)}}@media(max-width:480px){.GameShowcaseMyRewards_myRewardsContainer__xgUik{padding:12px}}.EmailVerificationWithToken_emailVerification__yK7Kl{background:#222;border-radius:14px;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:757px;padding:70px;position:relative;width:100%}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_headerPattern__A3feV{background:#5d7fff;border-radius:14px 14px 0 0;box-sizing:border-box;display:block;height:189px;left:0;max-height:189px;min-height:189px;position:absolute;top:0;width:100%;z-index:0}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_headerPattern__A3feV:before{background:url(/static/media/verificationHeaderPattern.6ea473d4d548db999627.png) #d3d3d3 50%;background-color:#5d7fff;background-repeat:no-repeat;background-size:cover;border-radius:14px 14px 0 0;content:" ";display:block;height:100%;left:0;opacity:.2;position:absolute;top:0;width:100%}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59{background:#2c2c2c;border-radius:14px;box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;min-height:463px;padding:20px;position:relative;text-align:center;width:100%;z-index:2}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_logo__9Zvy0{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_logo__9Zvy0 img{height:34px;max-height:34px;min-height:34px;width:auto}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_titleIcon__Mq9zK{align-self:center;height:66px;max-height:66px;max-width:66px;min-height:66px;min-width:66px;width:66px}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_title__QKDWO{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;justify-content:center;width:100%}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_contentText__YoPPx{box-sizing:border-box;display:flex;flex-direction:column;gap:25px;height:auto;justify-content:center;width:100%}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_contentText__YoPPx .EmailVerificationWithToken_line__KPsNP{display:flex;flex-direction:column;gap:5px;height:auto;justify-content:center;width:100%}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_contentText__YoPPx .EmailVerificationWithToken_line__KPsNP .EmailVerificationWithToken_titleText__tmVk8{color:#fafafa;font-size:20px;font-weight:500;text-align:center}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_contentText__YoPPx .EmailVerificationWithToken_line__KPsNP .EmailVerificationWithToken_text__n4I9c{color:#b1b1b1;font-size:16px;font-weight:400;margin:0 auto}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_contentText__YoPPx .EmailVerificationWithToken_line__KPsNP .EmailVerificationWithToken_text__n4I9c span{color:#fafafa;font-size:16px;font-weight:400}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_actionButtons__9XuFB{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:center;width:100%}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_actionButtons__9XuFB button{align-items:center;background:transparent;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;padding:10px 14px;transition:.3s}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_actionButtons__9XuFB button.EmailVerificationWithToken_gotoBtn__\+Z3SC{background:#5d7fff}.EmailVerificationWithToken_emailVerification__yK7Kl .EmailVerificationWithToken_content__FDq59 .EmailVerificationWithToken_actionButtons__9XuFB button:hover{opacity:.8}@media(max-width:767px){.EmailVerificationWithToken_emailVerification__yK7Kl{padding:35px}}
/*# sourceMappingURL=main.5be72806.css.map*/