@layer reset,global,components;@layer reset{*{padding:0;margin:0;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}li{list-style-type:none}a{text-decoration:none}input,textarea{border:none;outline:none;background:none;font-family:inherit}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button,textarea::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}button{border:0;background:unset;cursor:pointer;color:inherit;font-family:inherit}}html{--toastify-z-index: 105;--loader-z-index: 103;--modal-z-index: 19;--modal-background-z-index: 18;--sidebar-z-index: 101;--sidebar-background-z-index: 97;--font-kanit: Kanit, sans-serif;--font-vazirmatn: Vazirmatn, Kanit, sans-serif;--font-japanese: "Noto Sans JP", Kanit, sans-serif;--font-zhs: "Noto Sans SC", Kanit, sans-serif;--font-ko: "Noto Sans KR", Kanit, sans-serif;--font-ar: "Noto Sans Arabic", Kanit, sans-serif;--font-he: "Noto Sans Hebrew", Kanit, sans-serif;--default-header-height: 48px;--header-height: var(--default-header-height)}@media ((min-height: 850px) and (min-width: 475px)){html{--default-header-height: 74px}}:root,:after,:before{--palette-background-dark-blue: #091a22;--palette-green: #07390E;--palette-yellow: #ffb800;--light-gray-color: #FFFFFF66;--palette-table-row-green: #345e3c;--palette-green-loading-bar: #33703D}@layer global{body{font-family:var(--font-kanit);color:#fff;background-color:var(--palette-primary-black);background-image:url(/assets/background_mobile.webp);background-repeat:no-repeat;background-size:100%;position:relative;background-color:#07390e;overflow:auto}@media (min-width: 475px){body{background-position:center top;background-size:cover;background-image:url(/assets/background_image.webp)}}#root{width:100dvw;height:100dvh;overflow:hidden}body.body_loader{overflow:hidden;background:transparent url(/static/webp/loader-bg-Cisa35YG.webp) center/cover no-repeat}@media (min-width: 475px){body.body_loader{background:transparent url(/static/webp/loader-bg-desktop-DhebyknG.webp) center/cover no-repeat}}html,body,#root{height:100%}::-webkit-scrollbar{width:8px;height:8px;display:none}@media (min-height: 700px) and (min-width: 475px){::-webkit-scrollbar{display:inline}}::-webkit-scrollbar-track{width:0}::-webkit-scrollbar-thumb{width:0}[data-dir=rtl] .Toastify div{direction:rtl}[data-lang=fa] body{font-family:var(--font-vazirmatn)}[data-lang=ja] body{font-family:var(--font-japanese)}[data-lang=zhs] body{font-family:var(--font-zhs)}[data-lang=ko] body{font-family:var(--font-ko)}[data-lang=ar] body{font-family:var(--font-ar)}[data-lang=he] body{font-family:var(--font-he)}}: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: rgba(255, 255, 255, .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( to right, #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{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom_toast_icon_OCNm{width:24px;height:24px;flex-shrink:0}@media (min-width: 475px){.custom_toast_icon_OCNm{width:32px;height:32px}}.Toastify{z-index:9999;--scale: 1}.Toastify__toast-container{top:0;left:50%;translate:-50%;padding:16px;width:100%;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none}@media (max-width: 475px){.Toastify__toast-container{padding:8px;align-items:center}}.Toastify__toast{pointer-events:all;font-family:inherit;padding:16px;border-radius:10px;position:relative;min-height:76px;max-width:min(100%,688px);min-width:192px;margin-bottom:16px;scale:var(--scale);transform-origin:right top}@media (max-width: 475px){.Toastify__toast{margin-bottom:8px;width:100%}}.Toastify__toast:before{content:"";position:absolute;width:100%;height:4px;left:0;bottom:0;background:#fff}.Toastify__toast-body{gap:10px;margin:0;padding:0;font-size:16px}@media (max-width: 1024px){.Toastify__toast-body{font-size:14px}}.Toastify__toast-icon{margin:0;width:32px}.Toastify__close-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;align-self:center;flex-shrink:0;opacity:1}.Toastify__close-button svg{width:14px}.Toastify__progress-bar{height:4px;transform-origin:right}.Toastify__toast-theme--colored.Toastify__toast--info,.Toastify__toast-theme--colored.Toastify__toast--error{background:#3a4357}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info{background:#2fff00}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:#ba3939}.card_B3Ox{position:relative;width:100%;opacity:0;border-radius:5px;transition:all .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid transparent}.card_first_combo_PhbM{transition:all .2s .2s ease-in-out;border:1px solid #00ff47;background-color:#00ff2980}.card_second_combo_URv9{transition:all .2s .2s ease-in-out;border:1px solid #ffc543;background-color:#ffe50080}.card_show_favela_SF5n:not(:has(.favela_hide_Il9L)):nth-child(1) .favela_j6PO{animation:show_favela_opacity_ut08 .2s linear 0s normal forwards,show_favela_down_tB4J .2s cubic-bezier(.25,1.35,.25,1) 0s normal forwards}.card_show_favela_SF5n:not(:has(.favela_hide_Il9L)):nth-child(2) .favela_j6PO{animation:show_favela_opacity_ut08 .2s linear .2s normal forwards,show_favela_down_tB4J .2s cubic-bezier(.25,1.35,.25,1) .2s normal forwards}.card_show_favela_SF5n:not(:has(.favela_hide_Il9L)):nth-child(3) .favela_j6PO{animation:show_favela_opacity_ut08 .2s linear .4s normal forwards,show_favela_down_tB4J .2s cubic-bezier(.25,1.35,.25,1) .4s normal forwards}.card_show_favela_SF5n:not(:has(.favela_hide_Il9L)):nth-child(4) .favela_j6PO{animation:show_favela_opacity_ut08 .2s linear .6s normal forwards,show_favela_down_tB4J .2s cubic-bezier(.25,1.35,.25,1) .6s normal forwards}.card_show_favela_SF5n:not(:has(.favela_hide_Il9L)):nth-child(5) .favela_j6PO{animation:show_favela_opacity_ut08 .2s linear .8s normal forwards,show_favela_down_tB4J .2s cubic-bezier(.25,1.35,.25,1) .8s normal forwards}.card_show_ZGyo:nth-child(1){animation:show_stub_SoA- .2s linear .5s normal forwards}.card_show_ZGyo:nth-child(2){animation:show_stub_SoA- .2s linear .5s normal forwards}.card_show_ZGyo:nth-child(3){animation:show_stub_SoA- .2s linear .5s normal forwards}.card_show_ZGyo:nth-child(4){animation:show_stub_SoA- .2s linear .5s normal forwards}.card_show_ZGyo:nth-child(5){animation:show_stub_SoA- .2s linear .5s normal forwards}.stub_Cl3o{width:100%;height:100%}.stub_hide_PsLa{transition:all .1s ease-in-out;opacity:0}.favela_j6PO{position:absolute;display:block;max-width:100%;height:100%;left:0;top:0;opacity:0}.favela_hide_Il9L{animation:hide_favela_Xa1l .2s linear 0s 1 normal forwards}@keyframes show_stub_SoA-{0%{opacity:0}to{opacity:1}}@keyframes show_favela_opacity_ut08{0%{opacity:0}to{opacity:1}}@keyframes show_favela_down_tB4J{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes hide_favela_Xa1l{0%{opacity:1}to{opacity:0}}.logo_container_M5UW{width:150px;height:56px;margin:0 auto;background-image:url(/static/img/logo-CBW5tkwI.png);background-size:100%;background-repeat:no-repeat}.result_wrapper_hqvU{background:#003c4fe5;height:100%}.result_section_5lnh{width:360px;margin:0 auto;padding:24px 16px;display:flex;flex-direction:column}.result_table_bbnH{display:flex;flex-direction:column;gap:2px;margin-top:24px}.result_row_Bcnc{display:flex;justify-content:space-between;padding:10px 16px;background:linear-gradient(90deg,#ffffff3d,#ffffff0d)}.result_row_Bcnc:first-child{border-radius:8px 8px 0 0}.result_row_Bcnc:last-child{border-radius:0 0 8px 8px}.result_cell_lHCV{font-size:14px;font-weight:500}.result_cell_lHCV:last-child{text-align:right;max-width:65%;overflow:auto;text-wrap:nowrap}.result_cell_lHCV:last-child::-webkit-scrollbar{display:none}.favela_list_FoEJ{margin-top:16px;display:flex;gap:1px;max-width:100%;direction:ltr}.button_Ncul:before{content:"";background:url(/static/img/button_hover-wx5LTsOw.png) no-repeat;width:0;height:0;overflow:hidden;position:absolute;top:-9999px;left:-9999px}.square_button_7cT6:before{content:"";background:url(/static/img/square_button_hover-CQO3bQ4L.png) no-repeat;width:0;height:0;overflow:hidden;position:absolute;top:-9999px;left:-9999px}.button_Ncul{width:100%;height:100%;background:url(/static/img/button-D12rXiUp.png);background-size:100% 100%;background-repeat:no-repeat;font-family:inherit;color:#000;font-size:18px;display:flex;justify-content:center;align-items:center;transition:all .2s ease-out}.button_Ncul:after{background:url(/static/img/button_hover-wx5LTsOw.png)}@media (hover: hover){.button_Ncul:hover{background:url(/static/img/button_hover-wx5LTsOw.png);background-size:100% 100%;background-repeat:no-repeat}}@media ((min-height: 850px) and (min-width: 475px)){.button_Ncul{font-size:27.75px}}.button_Ncul:disabled{cursor:not-allowed;opacity:.5}.square_button_7cT6{aspect-ratio:1/1;height:auto;background:url(/static/img/square_button-DsFXoyh8.png);background-size:contain;background-repeat:no-repeat;font-family:var(--font-kanit)}@media (hover: hover){.square_button_7cT6:hover{background:url(/static/img/square_button_hover-CQO3bQ4L.png);background-size:100%;background-repeat:no-repeat}}.square_button_7cT6.disabled_FisV{opacity:.5}@keyframes animate_hide_loader_LYRh{0%{opacity:1;z-index:9000}99%{opacity:0;z-index:9000}to{opacity:0;z-index:-100000}}.loader_AaGn{position:fixed;z-index:4000;top:0;left:0;height:100%;width:100%;background-color:#000;--scale: 1}@media (max-width: 1280px){.loader_AaGn{background-size:cover}}.loader_AaGn.hide_a4Ct{animation-name:animate_hide_loader_LYRh;animation-duration:.5s;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:1}@keyframes animate_hide_leprecoins_logo_fNiV{0%{opacity:1}to{opacity:0}}.leprecoins_logo_container_3zlz{position:absolute;z-index:5;top:50%;left:50%;transform:translate(-50%,-50%);animation-name:animate_hide_leprecoins_logo_fNiV;animation-duration:1s;animation-delay:1s;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:1}.leprecoins_logo_container_3zlz svg{width:350px;height:350px}@media (max-width: 475px){.leprecoins_logo_container_3zlz svg{width:initial;height:initial}}@keyframes animate_show_loader_FuTl{0%{opacity:0}to{opacity:1}}.absolute_container_mkYP{z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:760px;height:100%;max-height:316px;opacity:0;display:flex;flex-direction:column;align-items:center;animation-name:animate_show_loader_FuTl;animation-duration:1s;animation-delay:2s;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:1}@media (max-width: 1440px){.absolute_container_mkYP{max-width:90%}}@media (max-width: 1024px){.absolute_container_mkYP{top:40%;max-width:70%}}@media (max-width: 475px){.absolute_container_mkYP{top:40%;max-width:110%}}.logo_sW4h{max-width:385px;height:100%;background:transparent url(/static/img/loader-logo-icon-WHGGQoj-.png) center/100% no-repeat;aspect-ratio:771/433}.logo_sW4h svg{width:100%;height:100%}@media (min-width: 1024px){.logo_sW4h{max-width:500px}}@keyframes animate_loader_init_7JHj{0%{width:0}to{width:70%}}@keyframes animate_loader_first_KQKS{0%{width:70%}to{width:85%}}@keyframes animate_loader_second_dUU8{0%{width:85%}to{width:100%}}.stroke_OGYl{position:relative;height:20px;width:420px;background-color:var(--palette-green-loading-bar);border-radius:30px;overflow:hidden}.stroke_OGYl:after{content:"";position:absolute;background:var(--palette-yellow);width:10%;height:100%;border-radius:30px;top:0;left:0;animation-name:animate_loader_init_7JHj;animation-duration:1.5s;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:1}.stroke_OGYl.first_loaded_RCaU:after{animation-name:animate_loader_first_KQKS}.stroke_OGYl.second_loaded_CDqj:after{animation-name:animate_loader_second_dUU8}@media (max-width: 475px){.stroke_OGYl{height:14px;width:210px}}.stroke_border_tMPm{transform:translateY(60px);max-width:438px;padding:5px;border-radius:30px;border:4px solid var(--palette-green-loading-bar);background-color:#000;opacity:1}.stroke_border_tMPm.hide_stroke_gd4-{opacity:0;transition:opacity .5s linear 1.5s;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes animate_show_button_URBo{0%{opacity:0}to{opacity:1}}.button_DFMy{position:absolute;z-index:15;top:calc(100% + 60px);left:50%;transform:translate(-50%);opacity:0;width:332px;background-color:#000;border-radius:5px;animation-name:animate_show_button_URBo;animation-duration:.5s;animation-delay:1.5s;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:1;height:44px}.button_DFMy:active{transform:translate(-50%)}.button_DFMy .button_play_prt9,.button_DFMy .button_play_prt9:before,.button_DFMy .button_play_prt9:hover{background-position:2px;background-size:calc(100% - 4px)}@keyframes animate_blur_background_n063{0%{filter:blur(5px);opacity:.5}to{filter:unset;opacity:1}}.background_eFPF{position:fixed;width:100%;height:100%;left:0;top:0;background:transparent url(/static/webp/loader-bg-desktop-DhebyknG.webp) center/cover no-repeat;opacity:.5;filter:blur(5px);animation:animate_blur_background_n063 1s linear 2s 1 normal forwards}@media (max-width: 475px){.background_eFPF{background:transparent url(/static/webp/loader-bg-Cisa35YG.webp) center/cover no-repeat}}.content_4uyi{position:absolute;inset:50% 0 0 50%;transform:translate(-50%,-50%);transform-origin:left top;scale:var(--scale)}@media (((width >= 1921px) and (height >= 1081px)) or ((height >= 1920px) and (width >= 1080px))){.content_4uyi{height:315px;width:493px}}.modal_F3Fv{position:fixed;inset:0;outline:0;width:100%;height:100%;z-index:5;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;pointer-events:none;padding-top:48px;--scale: 1}.background_6dte{position:fixed;inset:0;width:100%;background-color:#003c4fe5;transition:all .2s ease-out;opacity:0;background:#003c4fe5 url(/assets/background_mobile.webp) center top/cover}.background_6dte:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:#003c4fe5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:-1}.modal_content_QJTl{height:100%;position:relative;z-index:var(--modal-z-index);width:100%;scale:0;transition:all .2s ease-out;padding:25px 16px 27px;overflow-y:auto;overflow-x:hidden}.modal_button_BfOK{width:32px;height:32px;z-index:1;position:absolute;top:3px;right:14px}.modal_button_BfOK svg{width:21px}.modal_button_BfOK:active{transform:scale(.9)}@media (hover: hover){.modal_button_BfOK:hover svg path{fill:#ffb800}}.modal_open_1-b8{pointer-events:auto}.modal_open_1-b8 .background_6dte{opacity:1}.modal_open_1-b8 .modal_content_QJTl{scale:var(--scale)}@media (min-width: 475px){.modal_F3Fv{z-index:20;padding:0}.background_6dte{background:#003c4fe5}.background_6dte:after{content:none}.modal_content_QJTl{max-width:555px;padding:36px 21px 27px;max-height:90%;height:100%;background-color:#003c4f;margin-top:45px}.modal_button_BfOK{width:43px;height:43px;top:21px;right:26px}.modal_button_BfOK svg{width:28px}}@media (((width >= 1921px) and (height >= 1081px)) or ((height >= 1920px) and (width >= 1080px))){.modal_content_QJTl{max-width:555px;max-height:912px;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:left top}}[data-dir=rtl] .modal_button_BfOK{right:unset;left:10px}[data-dir=rtl] .modal_content_QJTl{direction:rtl}.content_modal_--w0{padding-top:95px}.tape_xLZF{position:absolute;top:0;left:50%;transform:translate(-50%);width:331px;height:105px;background-image:url(/static/webp/tape-bg-C3ngadXV.webp);background-repeat:no-repeat;background-size:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:500;font-size:18px;color:#000;padding-left:10px;padding-top:3px}[data-lang=es] .tape_xLZF{font-size:16px}@media (min-width: 475px){.content_modal_--w0{padding-top:120px}.tape_xLZF{top:0;width:432px;height:139px;padding-top:4px;padding-left:14px;font-size:27px;z-index:-1}[data-lang=es] .tape_xLZF{font-size:20px}}@media (min-width: 600px){.content_modal_--w0{padding-top:145px}.tape_xLZF{width:511px;height:162px;padding-top:8px;padding-left:12px}[data-lang=es] .tape_xLZF{font-size:23px}}[data-dir=rtl] .tape_xLZF{direction:rtl}.wrapper_input_vjcd{flex:3;display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:4px;border:1px solid white;position:relative;height:40px}@media ((min-height: 850px) and (min-width: 475px)){.wrapper_input_vjcd{height:61.67px;padding:12px 15px}}.wrapper_input_vjcd:focus-within{border-color:var(--palette-yellow)}@media (hover: hover){.wrapper_input_vjcd:hover{color:var(--palette-primary-white);border-color:var(--palette-yellow)}}.wrapper_input_vjcd:has(input:disabled){opacity:.3}@media (hover: hover){.wrapper_input_vjcd:has(input:disabled):hover{border-color:var(--palette-primary-white)}}.input_sKyw{padding:0;border:none;outline:none;background:none;font-size:16px;font-weight:400;width:100%;color:#fff}@media ((min-height: 850px) and (min-width: 475px)){.input_sKyw{font-size:24.67px}}.input_sKyw:-moz-read-only{-moz-user-select:text;user-select:text}.input_sKyw:read-only{-webkit-user-select:text;-moz-user-select:text;user-select:text}.input_sKyw::-moz-placeholder{color:var(--light-gray-color)}.input_sKyw::placeholder{color:var(--light-gray-color)}.muted_label_yves{opacity:.3}.text_limit_ouLS{word-break:break-word}.error_lw04{border-color:var(--palette-primary-red)!important}.outside_wrapper_gp5-{display:flex;flex-direction:row;gap:8px}.label_uHwG{font-size:14px;display:inline-block;margin-bottom:4px;line-height:100%}@media ((min-height: 850px) and (min-width: 475px)){.label_uHwG{font-size:21.58px;margin-bottom:6px}}.windows_verify_tmZ6{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}.favela_90ES{width:20%;height:auto}[data-dir=rtl] .windows_verify_tmZ6{direction:ltr}.verify_tab_lO4m{width:100%;min-width:324px;display:flex;flex-direction:column;align-items:center}@media ((min-height: 850px) and (min-width: 475px)){.verify_tab_lO4m{min-width:433px}}.input_block_pwWt{width:100%;display:flex;flex-direction:column;gap:6px}.button_xROs{flex:1.5;font-size:16px;height:unset;max-width:109px}.verify_textarea_0AYp{resize:vertical;padding:8px 10px;border-radius:4px;border:1px solid white;position:relative;font-size:16px;font-weight:400;width:100%;color:#fff}@media ((min-height: 850px) and (min-width: 475px)){.verify_textarea_0AYp{font-size:24.67px;padding:12px 15px}}.verify_textarea_0AYp::-moz-placeholder{color:var(--light-gray-color)}.verify_textarea_0AYp::placeholder{color:var(--light-gray-color)}.verify_textarea_0AYp:focus-within{border-color:var(--palette-yellow)}@media (hover: hover){.verify_textarea_0AYp:hover{color:var(--palette-primary-white);border-color:var(--palette-yellow)}}.verify_textarea_0AYp:has(input:disabled){opacity:.3}@media (hover: hover){.verify_textarea_0AYp:has(input:disabled):hover{border-color:var(--palette-primary-white)}}.verify_textarea_0AYp::-webkit-scrollbar{display:none}.verify_textarea_wrapper_OtaN{display:flex;flex-direction:column}.info_tab_WNwz{font-size:14px;font-weight:400;line-height:140%;display:flex;flex-direction:column;gap:14px}@media (min-width: 475px){.info_tab_WNwz{font-size:21.58px}}.info_tab_WNwz h1{margin-bottom:.625rem;font-size:inherit;line-height:140%;font-weight:500}.info_tab_WNwz h2{font-size:74px;font-family:Montserrat;font-weight:300;text-align:center;color:var(--palette-yellow)}@media (max-width: 475px){.info_tab_WNwz h2{font-size:48px}}.info_tab_WNwz h3{text-transform:uppercase;font-size:inherit;font-weight:400}.info_tab_WNwz span{word-break:break-all;color:var(--palette-yellow)}.filled_div_oLc-{padding:10px;border-radius:8px;display:flex;gap:.625rem;flex-direction:column;background-color:var(--palette-table-row-green)}[data-dir=rtl] .filled_div_oLc- span{direction:ltr;text-align:right}.fairness_content_lqbT{display:flex;flex-direction:column;padding-bottom:0}.fairness_tabs_panel_FTvo{overflow:auto;max-height:100%;padding-bottom:16px}@media (min-width: 475px){.fairness_tabs_panel_FTvo{padding-bottom:27px}}.fairness_selector_92PT{border:1px solid var(--light-gray-color);display:flex;flex-direction:row;border-radius:5px;position:relative;padding:2px;margin-bottom:8px}.fairness_selector__tabs_E-5Q{width:100%;font-size:14px;text-align:center;font-weight:500;border:1px solid transparent;cursor:pointer;padding:5px 0;border-radius:3px}[data-lang=ru] .fairness_selector__tabs_E-5Q{font-size:clamp(12px,3.5vw,14px)}@media (min-width: 475px){.fairness_selector__tabs_E-5Q{font-size:21.58px}[data-lang=pt] .fairness_selector__tabs_E-5Q{font-size:20px}.fairness_selector__tabs_E-5Q [data-lang=ru],[data-lang=ja] .fairness_selector__tabs_E-5Q{font-size:clamp(17px,2vw,19px)}}@media (hover: hover){.fairness_selector__tabs_E-5Q:hover{color:var(--palette-yellow);border-color:var(--palette-yellow)}}.selected_-u4d{color:var(--palette-yellow);border-color:var(--palette-yellow)}@layer components{.leprecoins-landscape-overlay-container{position:fixed;inset:0;z-index:5000;display:flex;flex-direction:column;align-items:center;padding:24px;font-family:inherit;color:#fff;background:#000}.leprecoins-landscape-overlay-icon{width:.5em;height:1em;font-size:75dvh;animation:rotate 3s ease-in-out infinite}.leprecoins-landscape-overlay-icon-wrapper{display:flex;flex:1;align-items:center;justify-content:center}.leprecoins-landscape-overlay-message{font-size:14px;font-weight:900;line-height:100%}@keyframes rotate{0%{opacity:0;transform:rotate(90deg)}25%{opacity:1;transform:rotate(90deg)}50%{transform:rotate(0)}75%{opacity:1}to{opacity:0}}}
