@import url(https://fonts.googleapis.com/css2?family=Istok+Web&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);.spinner{align-items:center;animation:animateOpenCloseFrames .35s ease-out forwards;background:#0f0f0f;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;position:absolute;top:0;width:100%;z-index:10}[dir=ltr] .spinner{left:0}[dir=rtl] .spinner{right:0}@keyframes animateOpenCloseFrames{0%{opacity:0}to{opacity:1}}.spinner_isExitAnim{animation:animateOpenCloseBackwardsFrames .35s ease-out forwards}@keyframes animateOpenCloseBackwardsFrames{0%{opacity:1}to{opacity:0}}.spinner__wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.spinner__circle{animation:spinner 1.2s linear infinite,transparent-v .4s ease-in-out;border-radius:50%;border-top:2px solid #009544;display:block;height:50px;width:50px;z-index:999}[dir=ltr] .spinner__circle{border-right:2px solid #0000}[dir=rtl] .spinner__circle{border-left:2px solid #0000}@keyframes spinner{to{transform:rotate(1turn)}}@keyframes h{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes i{0%{opacity:1}20%{opacity:0}50%{opacity:0}to{opacity:1}}.button_colors_secondary{background-color:#ff3535!important;border-color:#ff3535!important}.button_colors_secondary:hover{background-color:#ff3535;border-color:#ff3535;opacity:.8}.button_colors_secondary:disabled,.button_colors_secondary:focus{background-color:#ff3535}.button_colors_aviator{border-color:#fff!important;color:#51e7f0!important}[dir=ltr] .button_colors_aviator{background:linear-gradient(180deg,#fff,#fdf0ff)!important}[dir=rtl] .button_colors_aviator{background:linear-gradient(-180deg,#fff,#fdf0ff)!important}.button_colors_aviator:hover{border-color:#fff!important;opacity:.8}.button_colors_aviator:disabled,.button_colors_aviator:focus,.button_colors_aviator:hover{background-color:#fff!important}.button_colors_wheel{border-color:#fff!important;color:#ee5177!important}[dir=ltr] .button_colors_wheel{background:linear-gradient(180deg,#fff,#fdf0ff)!important}[dir=rtl] .button_colors_wheel{background:linear-gradient(-180deg,#fff,#fdf0ff)!important}.button_colors_wheel:hover{border-color:#fff!important;opacity:.8}.button_colors_wheel:disabled,.button_colors_wheel:focus,.button_colors_wheel:hover{background-color:#fff!important}.button:disabled{cursor:not-allowed}.button__button-container{height:100%;position:relative;width:100%}.button__icon-svg{height:.875rem}[dir=ltr] .button__icon-svg{margin-right:.1rem}[dir=rtl] .button__icon-svg{margin-left:.1rem}.button:disabled{border-color:inherit!important;color:inherit!important;opacity:.5}.button_active{background-color:#009544!important;border-color:#009544!important;color:#0e1822!important}.button_active svg *{stroke:#192608!important;opacity:1!important}.input{border-radius:8px}.input__wrapper{position:relative}.input__left-icon,.input__wrapper{height:100%;width:100%}.input__left-icon *{fill:#d5d5d5}.input__left-icon-wrapper{align-items:center;background:#d5d5d5;display:flex;height:100%;justify-content:center;width:50px}.input__eye-icon{cursor:pointer;transition:all .2s ease-in-out}.input__eye-icon:hover{scale:1.1;transition:all .2s ease-in-out}.input__error{bottom:-19px;color:red;font-size:1.2rem;position:absolute}[dir=ltr] .input__error{left:50%;transform:translateX(-50%)}[dir=rtl] .input__error{right:50%;transform:translateX(50%)}.input__bottom-text{text-align:center}.input_outline_success{border:.125rem solid #009544!important;border-radius:.3125rem!important}.input_outline_error{border:.125rem solid #cb010180!important;border-radius:.3125rem!important}.input_adornmentType_none input{padding:.125rem .75rem}[dir=ltr] .input_adornmentType_country-code input{padding:.125rem .75rem .125rem 3.5rem}[dir=rtl] .input_adornmentType_country-code input{padding:.125rem 3.5rem .125rem .75rem}@media only screen and (min-width:768px){[dir=ltr] .input_adornmentType_country-code input{padding-left:3.3rem}[dir=rtl] .input_adornmentType_country-code input{padding-right:3.3rem}}[dir=ltr] .input_adornmentType_password input{padding:.125rem 1.5rem .125rem .75rem}[dir=rtl] .input_adornmentType_password input{padding:.125rem .75rem .125rem 1.5rem}.input_adornmentType_search input{border:1px solid hsla(0,0%,100%,.102)!important;color:#fff;font-size:14px}[dir=ltr] .input_adornmentType_search input{padding:.125rem .75rem .125rem 2.5rem}[dir=rtl] .input_adornmentType_search input{padding:.125rem 2.5rem .125rem .75rem}.input>input:-webkit-autofill,.input>input:-webkit-autofill:active,.input>input:-webkit-autofill:focus,.input>input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;background-color:#000!important;-webkit-box-shadow:inset 0 0 0 50px #888!important;-webkit-transition:background-color 5s ease-in-out 0s!important;transition:background-color 5s ease-in-out 0s!important}.input input:-webkit-autofill,.input input:-webkit-autofill:active,.input input:-webkit-autofill:focus,.input input:-webkit-autofill:hover{-webkit-text-fill-color:#bbb!important;-webkit-box-shadow:inset 0 0 0 2000px #000!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.reset-password-confirm-modal{border-radius:3px;color:#bbb;display:flex;flex-direction:column;padding:25px}.reset-password-confirm-modal__title{align-items:center;display:flex;font-size:22px;font-weight:700;margin-bottom:10px;text-transform:capitalize}.reset-password-confirm-modal__form{padding:16px 6px 6px}.reset-password-confirm-modal__label{font-size:12px;font-weight:700;margin-bottom:5px;width:100%}.reset-password-confirm-modal__label-required{color:red}[dir=ltr] .reset-password-confirm-modal__label-required{margin-left:5px}[dir=rtl] .reset-password-confirm-modal__label-required{margin-right:5px}.reset-password-confirm-modal__item{color:#d5d5d5;display:flex;flex-direction:column;margin-bottom:20px;width:100%}.reset-password-confirm-modal__item-input{height:50px}.reset-password-confirm-modal__item .MuiInput-root{color:#fff}.reset-password-confirm-modal__item .input__left-icon{height:25px;width:9px}.reset-password-confirm-modal__form-error{background-color:#cb010180;border-radius:5px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;margin-top:10px;padding:2px 11px;width:100%}.reset-password-confirm-modal__form-error small{color:#fff}.reset-password-confirm-modal__button-wrapper{height:44px;min-width:130px}.reset-password-confirm{background-color:#1a242d;height:100%;min-height:var(--vh);width:100%}@media only screen and (min-width:768px){.reset-password-confirm{border-radius:3px}}.reset-password-confirm__header{align-items:center;border-bottom:1px solid #1f1f1f;color:#fff;display:flex;height:45px;justify-content:space-between;padding:0 1rem;width:100%}.reset-password-confirm__header h3{font-size:16px}@media only screen and (min-width:768px){.reset-password-confirm__header{background:#0000;justify-content:flex-start;margin-bottom:1rem;padding:0}.reset-password-confirm__header h3{color:#fff;font-size:1.125rem;font-weight:800}}.reset-password-confirm__form{padding:16px 6px 6px}@media only screen and (min-width:768px){.reset-password-confirm__form{align-items:flex-end;display:flex;flex-direction:column;padding:0}}.reset-password-confirm__item{color:#d5d5d5;display:flex;flex-direction:column;margin-bottom:10px;width:100%}@media only screen and (max-width:768px){.reset-password-confirm__item{margin-top:10px}[dir=ltr] .reset-password-confirm__item{margin-right:0}[dir=rtl] .reset-password-confirm__item{margin-left:0}}.reset-password-confirm__item-input{height:34px}@media only screen and (max-width:768px){.reset-password-confirm__item-input{height:50px}}.reset-password-confirm__item .MuiInput-root{color:#fff}@media only screen and (max-width:768px){.reset-password-confirm__item .MuiInput-root{font-size:12px}}.reset-password-confirm__item .input__left-icon{height:25px;width:9px}.reset-password-confirm__label{font-size:11px;font-weight:700;margin-bottom:5px;width:100%}.reset-password-confirm__label-required{color:red}[dir=ltr] .reset-password-confirm__label-required{margin-left:5px}[dir=rtl] .reset-password-confirm__label-required{margin-right:5px}.reset-password-confirm__form-error{background-color:#cb010180;border-radius:5px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;margin-top:10px;padding:2px 11px;width:100%}.reset-password-confirm__form-error small{color:#fff}.reset-password-confirm__button-wrapper{height:44px;min-width:130px}@media only screen and (min-width:768px){.reset-password-confirm__button-wrapper{margin-top:15px}}@media only screen and (max-width:768px){.reset-password-confirm__button-wrapper{height:50px;margin-top:15px}}.success-verify-email{align-items:center;background:#1a242d;color:#bbb;display:flex;flex-direction:column;width:100vw}@media only screen and (min-width:768px){.success-verify-email{max-width:460px}}@media only screen and (max-width:768px){.success-verify-email{height:100vh}}.success-verify-email__header{align-items:center;border-bottom:1px solid #1f1f1f;display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}@media only screen and (min-width:1024px){.success-verify-email__header{border:none;padding:1rem 0 0}}.success-verify-email__header-title{font-size:1rem;margin-bottom:0}.success-verify-email__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .success-verify-email__header-close{right:5px}[dir=rtl] .success-verify-email__header-close{left:5px}@media only screen and (min-width:1024px){.success-verify-email__header-close{top:5px}}.success-verify-email__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.success-verify-email__wrapper-input{width:100%}[dir=ltr] .success-verify-email__icon{margin-left:10px;transform:rotate(90deg)}[dir=rtl] .success-verify-email__icon{margin-right:10px;transform:rotate(-90deg)}.success-verify-email__body{margin:0 auto;padding:1rem 0 2.5rem;width:90%}@media only screen and (max-width:768px){.success-verify-email__body{width:100%}}.success-verify-email__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:15px}.success-verify-email__title{color:#fff;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.56px;line-height:1.6;margin-bottom:24px;text-align:center}.success-verify-email__buttons{display:flex;justify-content:space-evenly;width:100%}.success-verify-email__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.success-verify-email__logo{display:block;height:100%;width:100%}.success-verify-email__btn-wrapper{height:40px;height:48px;margin:25px auto 0;min-height:40px;width:100%}@media only screen and (min-width:768px){.success-verify-email__btn-wrapper{padding:0 6px}}.success-verify-email__text{text-align:center}.success-verify-email__form{width:100%}.free-spin-modal{height:400px;padding:32px;width:100%}@media only screen and (max-width:768px){.free-spin-modal{height:100%;padding:0 16px}}.free-spin-modal__wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.free-spin-modal__content{font-size:40px}@media only screen and (max-width:768px){.free-spin-modal__content{font-size:32px;text-align:center}}.free-spin-modal__button{height:40px;position:relative;top:37%;width:100%}.check-email{align-items:center;background:#1a242d;color:#bbb;display:flex;flex-direction:column;height:100%;width:100%}@media only screen and (min-width:768px){.check-email{max-width:460px}}@media only screen and (max-width:768px){.check-email{height:100vh}}.check-email__header{align-items:center;border-bottom:1px solid #1f1f1f;display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}.check-email__header:hover{cursor:pointer}@media only screen and (min-width:1024px){.check-email__header{border:none;padding:1rem 0 0}}.check-email__header-title{font-size:1rem;margin-bottom:0}.check-email__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .check-email__header-close{right:5px}[dir=rtl] .check-email__header-close{left:5px}@media only screen and (min-width:1024px){.check-email__header-close{top:5px}}.check-email__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.check-email__wrapper-input{width:100%}[dir=ltr] .check-email__icon{margin-left:10px;transform:rotate(90deg)}[dir=rtl] .check-email__icon{margin-right:10px;transform:rotate(-90deg)}.check-email__body{margin:0 auto;padding:1rem 0 2.5rem;width:90%}@media only screen and (max-width:768px){.check-email__body{width:100%}}.check-email__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:15px}.check-email__title{color:#fff;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.56px;line-height:1.6;margin-bottom:24px;text-align:center}.check-email__buttons{display:flex;justify-content:space-evenly;width:100%}.check-email__btn-wrapper{height:40px;height:48px;margin:25px auto 0;min-height:40px;width:100%}@media only screen and (min-width:768px){.check-email__btn-wrapper{padding:0 6px}}.check-email__text{text-align:center}.check-email__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.check-email__logo{display:block;height:100%;width:100%}.check-email__form{width:100%}.forgot-password{color:#bbb;flex-direction:column;height:100%}.forgot-password,.forgot-password__header{align-items:center;display:flex;width:100%}.forgot-password__header{border-bottom:1px solid #1f1f1f;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative}@media only screen and (min-width:1024px){.forgot-password__header{border:none;padding:1rem 0 0}}.forgot-password__header-title{font-size:1rem;margin-bottom:0}.forgot-password__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .forgot-password__header-close{right:5px}[dir=rtl] .forgot-password__header-close{left:5px}@media only screen and (min-width:1024px){.forgot-password__header-close{top:5px}}.forgot-password__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.forgot-password__header-link_active{color:#fff}@media only screen and (min-width:1024px){.forgot-password__header-link{display:none}}.forgot-password__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center}.forgot-password__title{color:#fff;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.56px;line-height:1.6;margin-bottom:24px;text-align:center}.forgot-password__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.forgot-password__logo{display:block;height:100%;width:100%}.forgot-password__body{margin:0 auto;padding:1rem 1rem 3rem;width:83.3%}@media only screen and (max-width:768px){.forgot-password__body{width:100%}}.forgot-password__group{margin-bottom:2.2rem}.forgot-password__group:nth-child(3){margin-bottom:1.5rem}@media only screen and (min-width:768px){.forgot-password__group{padding:0 6px}}.forgot-password__group-label{color:#bbb;font-size:.75rem;margin-bottom:.3rem}.forgot-password__group-input{height:27px}@media only screen and (max-width:768px){.forgot-password__group-input{height:38px}}.forgot-password__btn-wrapper{height:40px;height:48px;margin:0 auto 25px;min-height:40px;width:100%}@media only screen and (min-width:768px){.forgot-password__btn-wrapper{padding:0 6px}}[dir=ltr] .forgot-password__icon{margin-left:10px;transform:rotate(90deg)}[dir=rtl] .forgot-password__icon{margin-right:10px;transform:rotate(-90deg)}.slider{width:100%}.slider .swiper{height:100%;width:100%}.slider .swiper-pagination{align-items:center;display:flex;height:-webkit-min-content;height:min-content;position:absolute;top:20px;width:auto}[dir=ltr] .slider .swiper-pagination{left:auto;right:1.875rem}[dir=rtl] .slider .swiper-pagination{left:1.875rem;right:auto}@media only screen and (max-width:768px){.slider .swiper-pagination{display:none!important}}.slider .swiper-pagination-bullet{border:1px solid #fff;border-radius:50%;height:.5rem;transition:height .3s ease-in,width .3s ease-in;width:.5rem}[dir=ltr] .slider .swiper-pagination-bullet{margin-right:.1875rem}[dir=rtl] .slider .swiper-pagination-bullet{margin-left:.1875rem}.slider .swiper-pagination-bullet-active{background:#fff;height:.6rem;width:.6rem}@media only screen and (max-width:768px){.slider_needMobilePagination .swiper-pagination{display:block!important;top:5px!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}[dir=ltr] .slider_needMobilePagination .swiper-pagination{left:auto!important;right:3.875rem!important}[dir=rtl] .slider_needMobilePagination .swiper-pagination{left:3.875rem!important;right:auto!important}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}[dir=ltr] .swiper-3d .swiper-slide-shadow,[dir=ltr] .swiper-3d .swiper-slide-shadow-bottom,[dir=ltr] .swiper-3d .swiper-slide-shadow-left,[dir=ltr] .swiper-3d .swiper-slide-shadow-right,[dir=ltr] .swiper-3d .swiper-slide-shadow-top{left:0}[dir=rtl] .swiper-3d .swiper-slide-shadow,[dir=rtl] .swiper-3d .swiper-slide-shadow-bottom,[dir=rtl] .swiper-3d .swiper-slide-shadow-left,[dir=rtl] .swiper-3d .swiper-slide-shadow-right,[dir=rtl] .swiper-3d .swiper-slide-shadow-top{right:0}.swiper-3d .swiper-slide-shadow{background:#00000026}[dir=ltr] .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}[dir=ltr] .swiper-3d .swiper-slide-shadow-right,[dir=rtl] .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(90deg,#00000080,#0000)}[dir=rtl] .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}[dir=ltr] .swiper-lazy-preloader{left:50%;margin-left:-21px}[dir=rtl] .swiper-lazy-preloader{margin-right:-21px;right:50%}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);top:auto;top:var(--swiper-pagination-top,auto);width:100%}[dir=ltr] .swiper-horizontal>.swiper-pagination-bullets,[dir=ltr] .swiper-pagination-bullets.swiper-pagination-horizontal,[dir=ltr] .swiper-pagination-custom,[dir=ltr] .swiper-pagination-fraction{left:0}[dir=rtl] .swiper-horizontal>.swiper-pagination-bullets,[dir=rtl] .swiper-pagination-bullets.swiper-pagination-horizontal,[dir=rtl] .swiper-pagination-custom,[dir=rtl] .swiper-pagination-fraction{right:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{top:50%;transform:translate3d(0,-50%,0)}[dir=ltr] .swiper-pagination-vertical.swiper-pagination-bullets,[dir=ltr] .swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px)}[dir=rtl] .swiper-pagination-vertical.swiper-pagination-bullets,[dir=rtl] .swiper-vertical>.swiper-pagination-bullets{left:8px;left:var(--swiper-pagination-right,8px);right:auto;right:var(--swiper-pagination-left,auto)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{white-space:nowrap}[dir=ltr] .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,[dir=ltr] .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%)}[dir=rtl] .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,[dir=rtl] .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{right:50%;transform:translateX(50%)}[dir=ltr] .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[dir=ltr] .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}[dir=rtl] .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[dir=rtl] .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}[dir=ltr] .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[dir=ltr] :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}[dir=rtl] .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[dir=rtl] :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;position:absolute;top:0;transform:scale(0);width:100%}[dir=ltr] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{left:0;transform-origin:left top}[dir=rtl] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{right:0;transform-origin:right top}[dir=ltr] .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}[dir=rtl] .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:left top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);top:0;width:100%}[dir=ltr] .swiper-horizontal>.swiper-pagination-progressbar,[dir=ltr] .swiper-pagination-progressbar.swiper-pagination-horizontal,[dir=ltr] .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,[dir=ltr] .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{left:0}[dir=rtl] .swiper-horizontal>.swiper-pagination-progressbar,[dir=rtl] .swiper-pagination-progressbar.swiper-pagination-horizontal,[dir=rtl] .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,[dir=rtl] .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{right:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}[dir=ltr] .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,[dir=ltr] .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,[dir=ltr] .swiper-pagination-progressbar.swiper-pagination-vertical,[dir=ltr] .swiper-vertical>.swiper-pagination-progressbar{left:0}[dir=rtl] .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,[dir=rtl] .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,[dir=rtl] .swiper-pagination-progressbar.swiper-pagination-vertical,[dir=rtl] .swiper-vertical>.swiper-pagination-progressbar{right:0}.swiper-pagination-lock{display:none}.loader__container{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}[dir=ltr] .loader__container{left:0}[dir=rtl] .loader__container{right:0}.loader__wrapper{align-items:center;display:inline-block;display:flex;height:30px;justify-content:center;position:relative;width:70px}.loader__wrapper div{animation-timing-function:cubic-bezier(0,1,1,0);background:#fff;border-radius:50%;height:13px;position:absolute;width:13px}.loader__wrapper_colorType_dark div{background:#000}.loader__wrapper div:first-child{animation:lds-ellipsis1 .6s infinite}[dir=ltr] .loader__wrapper div:first-child{left:8px}[dir=rtl] .loader__wrapper div:first-child{right:8px}.loader__wrapper div:nth-child(2){animation:lds-ellipsis2 .6s infinite}[dir=ltr] .loader__wrapper div:nth-child(2){left:8px}[dir=rtl] .loader__wrapper div:nth-child(2){right:8px}.loader__wrapper div:nth-child(3){animation:lds-ellipsis2 .6s infinite}[dir=ltr] .loader__wrapper div:nth-child(3){left:32px}[dir=rtl] .loader__wrapper div:nth-child(3){right:32px}.loader__wrapper div:nth-child(4){animation:lds-ellipsis3 .6s infinite}[dir=ltr] .loader__wrapper div:nth-child(4){left:56px}[dir=rtl] .loader__wrapper div:nth-child(4){right:56px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.carousel-slider,.slider-plug{position:relative;width:100%}.carousel-slider{overflow:hidden}.carousel-slider__slide{display:block;position:relative;width:100%}.carousel-slider img{height:100%;position:absolute;top:0;width:100%}[dir=ltr] .carousel-slider img{left:0}[dir=rtl] .carousel-slider img{right:0}.carousel-slider__slider-container{height:100%;width:100%}.logout{border-radius:4px;color:#fff;display:flex;flex-direction:row;justify-content:center;position:relative}@media only screen and (max-width:768px){.logout{align-items:center;height:100%;justify-content:center;width:100%}}.logout__wrapper{display:flex;flex-direction:row}@media only screen and (min-width:1024px){.logout__wrapper{width:100%}}@media only screen and (max-width:768px){.logout__wrapper{border-radius:5px;flex-direction:column-reverse;width:100%}}.logout__image{min-width:346px}@media only screen and (max-width:768px){.logout__image{min-width:250px}}.logout__image .carousel-slider{border-radius:0;box-shadow:none;margin:0}.logout__cross{fill:#fff;cursor:pointer;position:absolute;top:0;width:11px}[dir=ltr] .logout__cross{right:0}[dir=rtl] .logout__cross{left:0}@media only screen and (min-width:1024px){.logout__cross{top:-10px}[dir=ltr] .logout__cross{right:-7px}[dir=rtl] .logout__cross{left:-7px}}.logout__body{display:flex;flex-direction:column;height:auto;justify-content:space-between;padding:24px 32px;width:404px}@media only screen and (max-width:768px){.logout__body{padding:10px;width:100%}}.logout__container{display:flex;flex-direction:column;gap:10px;position:relative;width:100%}.logout__title{color:#fff;font-size:32px;margin:10px 0}[dir=ltr] .logout__title{text-align:left}[dir=rtl] .logout__title{text-align:right}@media only screen and (max-width:768px){.logout__title{font-size:22px}}.logout__info{color:#bcbfc7;font-size:14px}.logout__btn-wrapper{cursor:pointer;height:45px;margin:30px 0}.resend-email{align-items:center;background:#1a242d;color:#bbb;display:flex;flex-direction:column;height:100%;width:100%}@media only screen and (max-width:768px){.resend-email{width:100%}}.resend-email__header{align-items:center;border-bottom:1px solid #1f1f1f;display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}@media only screen and (min-width:1024px){.resend-email__header{border:none;padding:1rem 0 0}}.resend-email__header-title{font-size:1rem;margin-bottom:0}.resend-email__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .resend-email__header-close{right:5px}[dir=rtl] .resend-email__header-close{left:5px}@media only screen and (min-width:1024px){.resend-email__header-close{top:5px}}.resend-email__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.resend-email__wrapper-input{width:100%}[dir=ltr] .resend-email__icon{margin-left:10px;transform:rotate(90deg)}[dir=rtl] .resend-email__icon{margin-right:10px;transform:rotate(-90deg)}.resend-email__form{align-items:center;display:flex;flex-direction:column;max-height:100%;overflow-y:auto;padding:0 .625rem .475rem}@media only screen and (min-width:1024px){.resend-email__form{max-height:80vh}}.resend-email__form::-webkit-scrollbar{display:none}.resend-email__form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px;width:100%}.required .resend-email__label-text:after{content:"✱";font-size:9px;opacity:1;position:absolute;top:0}[dir=ltr] .required .resend-email__label-text:after{right:-12px}[dir=rtl] .required .resend-email__label-text:after{left:-12px}.resend-email__body{margin:0 auto;padding:1rem 0 2.5rem;width:90%}@media only screen and (max-width:768px){.resend-email__body{width:100%}}.resend-email__group{display:flex;justify-content:flex-end;margin:0 auto .8rem;white-space:nowrap;width:100%}@media only screen and (max-width:768px){.resend-email__group{flex-direction:column;width:100%}}.resend-email__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:15px}.resend-email__title{color:#fff;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.56px;line-height:1.6;margin-bottom:24px;text-align:center}.resend-email__input-container{width:100%}.resend-email__error{background-color:#cb010180;border-radius:5px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;margin-top:5px;padding:2px 11px;width:100%}.resend-email__buttons{display:flex;justify-content:space-evenly;width:100%}.resend-email input::-webkit-inner-spin-button,.resend-email input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.resend-email input[type=number]{-moz-appearance:textfield}.resend-email__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.resend-email__logo{display:block;height:100%;width:100%}.resend-email__btn-wrapper{height:40px;height:48px;margin:0 auto 25px;min-height:40px;width:100%}@media only screen and (min-width:768px){.resend-email__btn-wrapper{padding:0 6px}}.resend-email__form{width:100%}.profile-header{align-items:center;border-bottom:1px solid #1f1f1f;display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;position:relative;width:100%}.profile-header__logo-wrapper{display:block;width:8.125rem}.profile-header__logo{display:block;height:100%;width:100%}.profile-header-title{font-size:1rem;margin-bottom:0}.profile-header__close-icon{cursor:pointer;transition:all .2s ease-in-out}@media only screen and (min-width:768px){.profile-header__close-icon path{fill:#fff;transition:all .2s ease-in-out}.profile-header__close-icon:hover{scale:1.15;transition:all .2s ease-in-out}.profile-header__close-icon:hover path{fill:#06e588;transition:all .2s ease-in-out}}.select-lang{cursor:pointer;display:flex;flex-direction:column;position:relative}.select-lang__item{align-items:center;color:#fff;display:flex;padding:.5rem 1rem;width:100%}.select-lang__item-text{color:#fff;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}[dir=ltr] .select-lang__item-text{padding-right:6px}[dir=rtl] .select-lang__item-text{padding-left:6px}.select-lang__item_active{background:#1f1f1f;border-radius:.2rem;color:#fff;font-weight:700}.select-lang__items{animation:animateLanguageMenuAppearance .35s ease-out forwards;background-color:#161616;border-radius:5px;display:block;padding:6px;position:absolute;top:auto;width:10rem;z-index:3}[dir=ltr] .select-lang__items{left:-20px;right:auto}[dir=rtl] .select-lang__items{left:auto;right:-20px}.select-lang__items_isTop{bottom:50px}.select-lang__items_isBottom{top:30px}.select-lang__items_closed{animation:animateLanguageDisappearance .35s ease-out forwards}.select-lang__flag-wrapper{align-items:center;display:flex}[dir=ltr] .select-lang__flag-wrapper{margin-right:6px}[dir=rtl] .select-lang__flag-wrapper{margin-left:6px}.select-lang__flag-wrapper img{height:20px;object-fit:contain;width:20px}.select-lang__flag-wrapper_top{align-items:center;display:flex}[dir=ltr] .select-lang__flag-wrapper_top{margin-right:9px}[dir=rtl] .select-lang__flag-wrapper_top{margin-left:9px}.select-lang__flag-wrapper_top img{height:30px;width:30px}@media only screen and (max-width:768px){.select-lang__flag-wrapper_top img{height:20px;width:28px}}.select-lang__top{align-items:center;border-radius:3px;display:flex;font-size:1rem;justify-content:center;line-height:1.63637;max-width:10rem;padding:7px}.select-lang__top-text{color:#fff;overflow:hidden;white-space:nowrap;width:100%}[dir=ltr] .select-lang__top-text{padding-right:6px}[dir=rtl] .select-lang__top-text{padding-left:6px}.select-lang__top-arrow{height:12px;transform:rotate(0deg);transition:transform .2s ease-in;width:12px;will-change:transform}.select-lang__top-arrow_isBottom{transform:rotate(0deg)}.select-lang__top-arrow *{fill:#fff}.select-lang__top-arrow-wrapper{align-items:center;background-color:#0000;border-radius:.2rem;display:flex;height:20px;justify-content:center;min-width:20px;width:20px}[dir=ltr] .select-lang__top_open .select-lang__top-arrow{transform:rotate(180deg)}[dir=rtl] .select-lang__top_open .select-lang__top-arrow{transform:rotate(-180deg)}@keyframes animateLanguageMenuAppearance{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(10px)}}@keyframes animateLanguageDisappearance{0%{opacity:1;transform:translateY(10px)}to{opacity:0;transform:translateY(-20px)}}.sign-in{align-items:center;background-color:#040404;border-radius:10px;color:#bbb;display:flex;flex-direction:column;height:100%;padding:24px;width:100%}@media only screen and (max-width:768px){.sign-in{border-radius:0;height:var(--vh);padding:16px;width:100vw}}.sign-in__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.sign-in__title{color:#fff;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.56px;line-height:1.6;text-align:center}.sign-in__body{width:100%}.sign-in__group{margin-bottom:1rem}.sign-in__group-label{color:#bbb;font-size:.75rem;margin-bottom:.3rem}.sign-in__group-input{height:48px}@media only screen and (max-width:768px){.sign-in__group-input{height:38px}}.sign-in__btn-wrapper{height:40px;margin-bottom:1rem;min-height:40px;width:100%}.sign-in__icon{height:100%;width:100%}.sign-in__icon-wrapper{height:1.875rem;width:1.875rem}[dir=ltr] .sign-in__icon-wrapper{margin-right:.375rem}[dir=rtl] .sign-in__icon-wrapper{margin-left:.375rem}.sign-in__lang{display:flex;justify-content:center;width:100%}.profile-change-password{color:#fff;display:flex;flex-direction:column;height:100%;width:100%}.profile-change-password__header-title{color:#fff;font-size:1.25rem;font-weight:500;margin-bottom:1rem}.profile-change-password__wrapper-input{width:100%}[dir=ltr] .profile-change-password__icon{margin-left:10px;transform:rotate(90deg)}[dir=rtl] .profile-change-password__icon{margin-right:10px;transform:rotate(-90deg)}.profile-change-password__form{max-height:100%}@media only screen and (min-width:1024px){.profile-change-password__form{max-height:80vh}}.profile-change-password__form::-webkit-scrollbar{display:none}.required .profile-change-password__label-text:after{content:"✱";font-size:9px;opacity:1;position:absolute;top:0}[dir=ltr] .required .profile-change-password__label-text:after{right:-12px}[dir=rtl] .required .profile-change-password__label-text:after{left:-12px}.profile-change-password__body{width:100%}.profile-change-password__group{display:flex;justify-content:flex-end;margin:0 auto .8rem;white-space:nowrap;width:100%}@media only screen and (max-width:768px){.profile-change-password__group{flex-direction:column;width:100%}}.profile-change-password__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:15px}.profile-change-password__title{color:#fff;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.56px;line-height:1.6;margin-bottom:24px;text-align:center}.profile-change-password__input-container{height:3rem;width:100%}.profile-change-password__error{background-color:#cb010180;border-radius:5px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;margin-top:5px;padding:2px 11px;width:100%}.profile-change-password__buttons{display:flex;justify-content:space-evenly;width:100%}.profile-change-password input::-webkit-inner-spin-button,.profile-change-password input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.profile-change-password input[type=number]{-moz-appearance:textfield}.profile-change-password__btn-wrapper{height:40px;height:2.5rem;margin:0 auto;min-height:40px;width:100%}@media only screen and (min-width:768px){.profile-change-password__btn-wrapper{padding:0 6px}}.profile-change-password__form{width:100%}.profile-user-info{height:100%;margin-bottom:1rem;width:100%}.profile-user-info__country-block{background:#404040;border-radius:.1875rem;color:#fff;padding:5px}.profile-user-info__header-title{color:#fff;font-size:1.25rem;font-weight:500;margin-bottom:1rem}.profile-user-info__container{height:100%;width:100%}.profile-user-info__lock-block{align-items:center;border-radius:.1875rem;cursor:pointer;display:flex;font-size:1rem;justify-content:center;position:absolute}[dir=ltr] .profile-user-info__lock-block{margin-right:.1rem;right:.625rem}[dir=rtl] .profile-user-info__lock-block{left:.625rem;margin-left:.1rem}.profile-user-info__error{background-color:#cb010180;border-radius:5px;font-family:Inter,sans-serif;font-size:13px;margin-bottom:-15px;margin-top:25px;padding:2px 11px;width:100%}.profile-user-info__row{display:flex;justify-content:space-between;position:relative}.profile-user-info__wrapper{grid-gap:.5rem;grid-row-gap:1rem;display:grid;grid-template-columns:1fr 1fr;margin-bottom:1rem}.profile-user-info__item{width:100%}.profile-user-info__item_isShortWidth{grid-column:span 1}.profile-user-info__item_isFullWidth{grid-column:span 2}.profile-user-info__item-input{height:3rem}.profile-user-info__item-date{height:32px}.profile-user-info__btn-submit{height:2.5rem;margin-top:1rem}.page-loading{height:100%;width:100%}@media only screen and (min-width:1024px){.page-loading{width:calc(100vw - var(--side-menu-width))}}.wrapper-modal-content{background-color:#040404;border-radius:15px;height:740px;width:500px}@media only screen and (max-width:768px){.wrapper-modal-content{border-radius:0;height:var(--vh);width:100vw}}.wrapper-modal-content__header-container{padding:0 1.5rem}@media only screen and (max-width:768px){.wrapper-modal-content__header-container{padding:0 1rem}}.wrapper-modal-content__content{display:flex;flex-direction:column;height:100%;padding-top:24px;position:relative;width:100%}@media only screen and (max-width:768px){.wrapper-modal-content__content{padding-top:1rem}}.wrapper-modal-content__content-inner{height:640px;overflow-x:hidden;overflow-y:auto;width:100%}@media only screen and (max-width:768px){.wrapper-modal-content__content-inner{height:100%}}.wrapper-modal-content__lang{display:flex;justify-content:center;margin-top:auto;padding:10px 0;width:100%}.wrapper-modal-content .user-block__top{justify-content:center}.profile-account-settings{padding:0 24px;width:100%}.profile-account-settings__header{align-items:center;display:flex;margin-bottom:1rem;width:100%}[dir=ltr] .profile-account-settings__header{padding-left:.3125rem}[dir=rtl] .profile-account-settings__header{padding-right:.3125rem}.profile-account-settings__header:hover{cursor:pointer}.profile-account-settings__header-arrow{height:1.5rem;width:1.5rem}.profile-account-settings__header-title{color:#fff;font-size:1.125rem;font-weight:400;line-height:1;padding-top:2px;text-transform:capitalize}.activate-promocode{box-sizing:border-box;color:#fff;height:100%;width:100%}.activate-promocode__container{background-color:#000;height:100%;width:425px}[dir=ltr] .activate-promocode__container{box-shadow:4px 4px 16px 2px #000}[dir=rtl] .activate-promocode__container{box-shadow:-4px 4px 16px 2px #000}@media only screen and (max-width:768px){.activate-promocode__container{min-width:360px;width:100%}}.activate-promocode__form{overflow-y:auto;padding:16px 6px 6px}@media only screen and (min-width:768px){.activate-promocode__form{display:flex;flex-wrap:wrap;overflow:hidden;padding:10px}}.activate-promocode__section{display:flex;flex-direction:column;width:100%}.activate-promocode__item{font-weight:700;width:100%}@media only screen and (min-width:768px){.activate-promocode__item{font-size:.75rem}}@media only screen and (max-width:768px){.activate-promocode__item{margin-bottom:5px;width:100%!important}}.activate-promocode__item-title{font-size:16px;margin-bottom:5px}.activate-promocode__item-input{height:40px}@media only screen and (max-width:768px){.activate-promocode__item-input{height:35px}}.activate-promocode__buttons{align-items:center;display:flex;justify-content:center;padding:1rem 0;width:100%}.activate-promocode__button-wrapper{height:30px}.activate-promocode__button-wrapper button{font-weight:700;min-width:120px;text-transform:capitalize}.modal-profile-menu{display:flex;flex-direction:column;gap:1rem;height:100%;padding:0 24px;width:100%}.modal-profile-menu__user{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.modal-profile-menu__top{align-items:center;display:flex;gap:8px;margin-bottom:8px}.modal-profile-menu__username{display:table-cell;font-size:.75rem;max-width:8.75rem;min-width:3.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=ltr] .modal-profile-menu__username{padding-right:6px}[dir=rtl] .modal-profile-menu__username{padding-left:6px}.modal-profile-menu__text{color:#fff;font-size:1rem;font-weight:500;padding-top:3px}.modal-profile-menu__user-container{align-items:center;display:flex;gap:8px}.modal-profile-menu__icon-user{height:1.5rem;width:1.5rem}.modal-profile-menu__bottom{display:flex;gap:8px;white-space:nowrap}.modal-profile-menu__balance,.modal-profile-menu__bonus-balance{display:flex;gap:3px}.modal-profile-menu__amount{color:#fff;font-weight:500}.modal-profile-menu__items{display:flex;flex-direction:column;gap:1rem;width:100%}.modal-profile-menu__item{align-items:center;background-color:#161616;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:12px 24px;position:relative;transition:all .2s ease-in-out}@media only screen and (min-width:768px){.modal-profile-menu__item:hover{background:#02cd79;color:#fff;scale:1.02;transition:all .2s ease-in-out}}.paginator{background-color:#131212;border-radius:.9375rem;margin-top:1rem;padding:.625rem .9375rem;width:100%}.paginator,.paginator__pagination-buttons{align-items:center;display:flex;justify-content:center}.paginator__pagination-buttons{flex-grow:1}.paginator__arrow-button{background-color:#0000;border:none;cursor:pointer;outline:none}.paginator__arrow-button:disabled{cursor:default}.paginator__arrow{border-top:2px solid #fff;height:10px;width:10px}[dir=ltr] .paginator__arrow{border-right:2px solid #fff}[dir=rtl] .paginator__arrow{border-left:2px solid #fff}[dir=ltr] .paginator .arrow-left{transform:rotate(-135deg)}[dir=rtl] .paginator .arrow-left{transform:rotate(135deg)}[dir=ltr] .paginator .arrow-right{transform:rotate(45deg)}[dir=rtl] .paginator .arrow-right{transform:rotate(-45deg)}.paginator__page-button{color:#d5d5d5;cursor:pointer;font-size:16px;padding:5px 10px}.paginator__page-button_active{color:#fff}.paginator__dots{color:#fff;margin:0 5px}.auto-complete{height:100%;width:100%}.auto-complete .MuiAutocomplete-popper .MuiPaper-root{background:#111}.auto-complete .MuiAutocomplete-clearIndicator{display:none}.auto-complete input{color:#fff;min-height:32px!important;padding:0 1rem!important;text-transform:capitalize}.auto-complete input .MuiAutocomplete-listbox{padding:0!important}.auto-complete input .MuiAutocomplete-option[aria-selected=true]{background-color:#2a373c!important}.auto-complete input .MuiAutocomplete-input{color:#fff}.date-picker{height:100%;width:100%}.date-picker .MuiInputBase-root,.date-picker .MuiTextField-root,.date-picker input{color:#fff;font-size:1rem;height:100%;line-height:1.5;width:100%}.date-picker .MuiInputBase-root{background-color:#111!important;border-radius:10px;box-shadow:none}.date-picker .MuiOutlinedInput-notchedOutline{border:none!important}.date-picker .Mui-disabled{-webkit-text-fill-color:#0000!important}.date-picker .MuiSvgIcon-root{color:#d5d5d5}.date-picker button:focus{outline:none!important}.date-picker input{min-height:36px}[dir=ltr] .date-picker input{padding:0 0 0 1rem}[dir=rtl] .date-picker input{padding:0 1rem 0 0}.MuiPickersPopper-paper{background-color:#0000!important;border-radius:10px!important}.MuiPickersCalendarHeader-root{color:#fff;margin:0!important;max-height:45px!important;padding-bottom:8px;padding-top:16px}[dir=ltr] .MuiPickersCalendarHeader-root{background:linear-gradient(180deg,#06e588,#00804a)}[dir=rtl] .MuiPickersCalendarHeader-root{background:linear-gradient(-180deg,#06e588,#00804a)}.MuiCalendarPicker-root{background:#111!important;border-radius:10px!important}.MuiPickersArrowSwitcher-button,.MuiTypography-root{color:#fff!important}.MuiPickersDay-root{background-color:#353535!important;color:#e7e7e7!important}.MuiPickersDay-root.Mui-selected{color:#fff!important}[dir=ltr] .MuiPickersDay-root.Mui-selected{background:linear-gradient(180deg,#06e588,#00804a)!important}[dir=rtl] .MuiPickersDay-root.Mui-selected{background:linear-gradient(-180deg,#06e588,#00804a)!important}.MuiPickersCalendarHeader-switchViewButton{color:#fff!important}.PrivatePickersYear-yearButton{background-color:#353535!important;color:#e7e7e7!important}[dir=ltr] .PrivatePickersYear-yearButton.Mui-selected{background:linear-gradient(180deg,#06e588,#00804a)!important}[dir=rtl] .PrivatePickersYear-yearButton.Mui-selected{background:linear-gradient(-180deg,#06e588,#00804a)!important}[dir=ltr] .PrivatePickersYear{background:linear-gradient(180deg,#06e588,#00804a)!important}[dir=rtl] .PrivatePickersYear{background:linear-gradient(-180deg,#06e588,#00804a)!important}.slots-history-filter{width:100%}.slots-history-filter__filter-content{grid-column-gap:.5rem;grid-row-gap:1rem;display:grid;font-size:14px;font-weight:700;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);margin-bottom:1rem}.slots-history-filter__filter-col{display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;justify-content:flex-end;width:100%}.slots-history-filter__filter-col_first{grid-area:1/1/2/2}.slots-history-filter__filter-colsecond{grid-area:1/2/2/3}.slots-history-filter__filter-col_third{grid-area:2/1/3/3}.slots-history-filter__filter-col_fourth{grid-area:3/1/4/3;height:40px}.slots-history-filter__filter-text{color:#d5d5d5;margin-bottom:5px}[dir=ltr] .slots-history-filter__filter-text{margin-left:5px}[dir=rtl] .slots-history-filter__filter-text{margin-right:5px}.slots-history-filter__filter-input{height:43px;position:relative;width:100%}.slots-history-filter__filter-button{align-items:center;background-color:#18a032;border-radius:.1875rem;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:700;height:36px;justify-content:center;padding:.1875rem 1.5rem}@media only screen and (max-width:768px){.slots-history-filter__filter-button-text{display:none}.slots-history-filter__filter-button{height:45px}}@media only screen and (min-width:768px){.slots-history-filter__filter-button{border-radius:3px;padding:0 15px}.slots-history-filter__filter-button svg{height:10px!important;width:10px!important}[dir=ltr] .slots-history-filter__filter-button svg{margin-right:5px}[dir=rtl] .slots-history-filter__filter-button svg{margin-left:5px}}.slots-history-item__slots-line{background:#313131}.slots-history-item__slots-line_isLoading{position:relative;z-index:1}.slots-history-item__slots-line_isLoading:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .slots-history-item__slots-line_isLoading:after{background:linear-gradient(90deg,#706f6f 8%,#424242 18%,#706f6f 33%)}[dir=rtl] .slots-history-item__slots-line_isLoading:after{background:linear-gradient(270deg,#706f6f 8%,#424242 18%,#706f6f 33%)}[dir] .slots-history-item__slots-line_isLoading:after{background-size:800px 104px}.slots-history-item__slots-line:nth-child(2n){background:#464646}@media only screen and (max-width:768px){.slots-history-item__slots-line_isLoading>*{position:relative;z-index:1}.slots-history-item__slots-line_isLoading>:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .slots-history-item__slots-line_isLoading>:after{background:linear-gradient(90deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir=rtl] .slots-history-item__slots-line_isLoading>:after{background:linear-gradient(270deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir] .slots-history-item__slots-line_isLoading>:after{background-size:800px 104px}}.slots-history-item__slots-value{padding:.375rem;text-align:center}.slots-history-item__slots-value_green,.slots-history-item__slots-value_red{font-weight:600}.slots-history-item__slots-value_red{color:#f62b00}.slots-history-item__slots-value_green{color:#23c56c}.slots-history{display:flex;flex-direction:column;height:100%;padding:0 24px;width:100%}.slots-history__container{display:flex;flex-direction:column;flex-grow:1}.slots-history__header{align-items:center;display:flex;margin-bottom:1rem;width:100%}[dir=ltr] .slots-history__header{padding-left:.3125rem}[dir=rtl] .slots-history__header{padding-right:.3125rem}.slots-history__header:hover{cursor:pointer}.slots-history__header-arrow{height:1.5rem;width:1.5rem}.slots-history__header-title{color:#fff;font-size:1.125rem;font-weight:400;line-height:1;padding-top:2px;text-transform:capitalize}.slots-history__content{height:100%;width:100%}.slots-history__content,.slots-history__content-inner{display:flex;flex-direction:column;flex-grow:1}.slots-history__slots{border-collapse:initial;border-spacing:1px;color:#fff;font-size:13px;position:relative;width:100%}.slots-history__slots-th{background-color:#272727;color:#fff;padding:10px 0;text-align:center;width:20%}@media only screen and (max-width:768px){.slots-history__slots-th{border-radius:0;color:#fff;font-size:.75rem;height:2.5rem;padding:0 5px;text-transform:uppercase;vertical-align:middle}.slots-history__slots-th_date{order:-1}}.slots-history__slots-line{background:#201f1f}@media only screen and (max-width:768px){.slots-history__slots-line_isLoading>*{position:relative;z-index:1}.slots-history__slots-line_isLoading>:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .slots-history__slots-line_isLoading>:after{background:linear-gradient(90deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir=rtl] .slots-history__slots-line_isLoading>:after{background:linear-gradient(270deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir] .slots-history__slots-line_isLoading>:after{background-size:800px 104px}}@media only screen and (min-width:768px){.slots-history__slots-line{background-color:#313131}.slots-history__slots-line_isLoading>*{position:relative;z-index:1}.slots-history__slots-line_isLoading>:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .slots-history__slots-line_isLoading>:after{background:linear-gradient(90deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir=rtl] .slots-history__slots-line_isLoading>:after{background:linear-gradient(270deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir] .slots-history__slots-line_isLoading>:after{background-size:800px 104px}}.slots-history__slots-value{padding:.625rem}.slots-history__scroll{flex-grow:1}@media only screen and (max-width:768px){.slots-history__scroll{overflow-x:auto}}.slots-history__body{width:100%}.slots-history__no-data{color:#fff;display:flex;font-size:16px;justify-content:center;margin-top:20px;opacity:.25}@media only screen and (min-width:768px){.slots-history__no-data{font-size:20px}}.profile-spin-history-item-d__spins-line_isLoading{position:relative;z-index:1}.profile-spin-history-item-d__spins-line_isLoading:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .profile-spin-history-item-d__spins-line_isLoading:after{background:linear-gradient(90deg,#706f6f 8%,#424242 18%,#706f6f 33%)}[dir=rtl] .profile-spin-history-item-d__spins-line_isLoading:after{background:linear-gradient(270deg,#706f6f 8%,#424242 18%,#706f6f 33%)}[dir] .profile-spin-history-item-d__spins-line_isLoading:after{background-size:800px 104px}@media only screen and (max-width:768px){.profile-spin-history-item-d__spins-line_isLoading>*{position:relative;z-index:1}.profile-spin-history-item-d__spins-line_isLoading>:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .profile-spin-history-item-d__spins-line_isLoading>:after{background:linear-gradient(90deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir=rtl] .profile-spin-history-item-d__spins-line_isLoading>:after{background:linear-gradient(270deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir] .profile-spin-history-item-d__spins-line_isLoading>:after{background-size:800px 104px}}.profile-spin-history-item-d__spins-value{padding:.625rem;text-align:center}@media only screen and (max-width:768px){.profile-spin-history-item-d__spins-value{font-weight:700;padding:.8rem 0}}.spin-history{height:100%;padding:0 24px;width:100%}.spin-history__header{align-items:center;display:flex;margin-bottom:1rem;width:100%}[dir=ltr] .spin-history__header{padding-left:.3125rem}[dir=rtl] .spin-history__header{padding-right:.3125rem}.spin-history__header:hover{cursor:pointer}.spin-history__header-arrow{height:1.5rem;width:1.5rem}.spin-history__header-title{color:#fff;font-size:1.125rem;font-weight:400;line-height:1;padding-top:2px;text-transform:capitalize}.spin-history__filter-block{grid-column-gap:.5rem;grid-row-gap:1rem;display:grid;font-weight:700;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);width:100%}.spin-history__datepicker{height:40px;width:100%}.spin-history__datepicker-container{display:flex;flex-direction:column;height:100%;justify-content:space-between}.spin-history__datepicker-container_first{grid-area:1/1/2/2}.spin-history__datepicker-container_second{grid-area:1/2/2/3}.spin-history__date{color:#fff;margin-bottom:5px;vertical-align:middle;white-space:nowrap}[dir=ltr] .spin-history__date{margin-right:3px}[dir=rtl] .spin-history__date{margin-left:3px}@media only screen and (max-width:768px){.spin-history__scroll{overflow-x:auto}}.spin-history__button-container{grid-area:2/1/3/3;height:40px;width:100%}.spin-history__spins{border-collapse:collapse;color:#fff;font-size:13px;position:relative;width:100%}.spin-history__spins-th{background-color:#272727;color:#fff;padding:10px 0;text-align:center;width:33.3333333333%}@media only screen and (max-width:768px){.spin-history__spins-th{border-radius:0;color:#fff;font-size:.75rem;height:2.5rem;padding:0 5px;text-transform:uppercase;vertical-align:middle}.spin-history__spins-th_date{order:-1}.spin-history__spins-line_isLoading>*{position:relative;z-index:1}.spin-history__spins-line_isLoading>:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .spin-history__spins-line_isLoading>:after{background:linear-gradient(90deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir=rtl] .spin-history__spins-line_isLoading>:after{background:linear-gradient(270deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir] .spin-history__spins-line_isLoading>:after{background-size:800px 104px}}@media only screen and (min-width:768px){.spin-history__spins-line{background-color:#313131}.spin-history__spins-line_isLoading>*{position:relative;z-index:1}.spin-history__spins-line_isLoading>:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .spin-history__spins-line_isLoading>:after{background:linear-gradient(90deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir=rtl] .spin-history__spins-line_isLoading>:after{background:linear-gradient(270deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir] .spin-history__spins-line_isLoading>:after{background-size:800px 104px}.spin-history__spins-line:nth-child(2n){background:red}}.spin-history__spins-value{padding:.625rem}@media only screen and (max-width:768px){.spin-history__spins-value{font-weight:700;padding:.8rem 0}}.spin-history__body{width:100%}.spin-history__no-data{color:#fff;display:flex;font-size:16px;justify-content:center;margin-top:20px;opacity:.25}@media only screen and (min-width:768px){.spin-history__no-data{font-size:20px}}.select-input{height:100%;overflow:hidden;width:100%}.select-input__label{font-size:13px;font-weight:400}.select-input__default-select{background-color:#0000;border:1px solid #9aafb0;border-radius:24px;cursor:pointer;font-size:1.4rem;height:100%;position:relative;width:100%}.select-input__default-select select{font-size:1.4rem;height:100%;opacity:0;position:absolute;width:100%}.select-input__value{position:absolute;top:50%;transform:translateY(-50%)}[dir=ltr] .select-input__value{left:20px}[dir=rtl] .select-input__value{right:20px}.select-input__arrow{display:block;height:10px;position:absolute;top:50%;transform:translateY(-50%);width:10px}[dir=ltr] .select-input__arrow{right:2rem}[dir=rtl] .select-input__arrow{left:2rem}.select-input__custom-select{height:100%}@media only screen and (min-width:768px){.select-input__custom-select{min-width:185px!important}}.select-input__custom-select input{height:100%}.select-input__custom-select svg{color:#d5d5d5;font-size:22px!important}.select-input__custom-select .MuiOutlinedInput-notchedOutline{border:none}.MuiMenuItem-root{text-transform:capitalize}@media only screen and (max-width:768px){.MuiSelect-select{font-size:13px}}.profile-pay-history-filter{grid-column-gap:.5rem;grid-row-gap:1rem;display:grid;font-size:14px;font-weight:700;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);margin-bottom:1rem}.profile-pay-history-filter .rs-picker-toggle{border-radius:20px!important}.profile-pay-history-filter .rs-picker-toggle-textbox{border:none!important}.profile-pay-history-filter__item{display:flex;flex-direction:column;width:100%}.profile-pay-history-filter__date-label{color:#d5d5d5;margin-bottom:5px}[dir=ltr] .profile-pay-history-filter__date-label{margin-left:5px}[dir=rtl] .profile-pay-history-filter__date-label{margin-right:5px}.profile-pay-history-filter__date-input{height:43px;position:relative;width:100%}.profile-pay-history-filter__select{height:40px!important}.profile-pay-history-filter__select .MuiInputBase-root{background:#111;border-radius:5px!important;color:#fff;font-size:1rem!important}[dir=ltr] .profile-pay-history-filter__select .MuiSelect-select{padding-left:11px!important}[dir=rtl] .profile-pay-history-filter__select .MuiSelect-select{padding-right:11px!important}.profile-pay-history-filter__select .MuiOutlinedInput-notchedOutline{border:none!important}.profile-pay-history-filter__button-wrapper{height:40px;margin-top:20px}@media only screen and (max-width:768px){.profile-pay-history-filter__button-wrapper{margin-top:15px;width:100%}}.profile-pay-history-item-d__transactions-line_isLoading{position:relative;z-index:1}.profile-pay-history-item-d__transactions-line_isLoading:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .profile-pay-history-item-d__transactions-line_isLoading:after{background:linear-gradient(90deg,#706f6f 8%,#424242 18%,#706f6f 33%)}[dir=rtl] .profile-pay-history-item-d__transactions-line_isLoading:after{background:linear-gradient(270deg,#706f6f 8%,#424242 18%,#706f6f 33%)}[dir] .profile-pay-history-item-d__transactions-line_isLoading:after{background-size:800px 104px}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@media only screen and (max-width:768px){.profile-pay-history-item-d__transactions-line_isLoading>*{position:relative;z-index:1}.profile-pay-history-item-d__transactions-line_isLoading>:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .profile-pay-history-item-d__transactions-line_isLoading>:after{background:linear-gradient(90deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir=rtl] .profile-pay-history-item-d__transactions-line_isLoading>:after{background:linear-gradient(270deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir] .profile-pay-history-item-d__transactions-line_isLoading>:after{background-size:800px 104px}}.profile-pay-history-item-d__transactions-value{padding:.375rem;text-align:center}.profile-pay-history-item-d__transactions-value_date{color:#595858}.profile-pay-history-item-d__transactions-value_type_deposit,.profile-pay-history-item-d__transactions-value_type_withdraw{font-weight:600}.profile-pay-history-item-d__transactions-value_type_withdraw{color:#d24945}.profile-pay-history-item-d__transactions-value_type_deposit{color:#6dff28}.profile-pay-history{display:flex;flex-direction:column;height:100%;padding:0 24px;width:100%}.profile-pay-history__container{display:flex;flex-direction:column;flex-grow:1}.profile-pay-history__header{align-items:center;display:flex;margin-bottom:1rem;width:100%}[dir=ltr] .profile-pay-history__header{padding-left:.3125rem}[dir=rtl] .profile-pay-history__header{padding-right:.3125rem}.profile-pay-history__header:hover{cursor:pointer}.profile-pay-history__header-arrow{height:1.5rem;width:1.5rem}.profile-pay-history__header-title{color:#fff;font-size:1.125rem;font-weight:400;line-height:1;padding-top:2px;text-transform:capitalize}.profile-pay-history__content{height:100%;width:100%}.profile-pay-history__content,.profile-pay-history__content-inner{display:flex;flex-direction:column;flex-grow:1}.profile-pay-history__transactions{border-collapse:collapse;color:#fff;font-size:13px;position:relative;width:100%}.profile-pay-history__transactions-tr{background-color:#1e1e1e}.profile-pay-history__transactions-th{background-color:#272727;color:#d3d3d3;padding:5px 0;text-align:center;width:33.3333333333%}@media only screen and (max-width:768px){.profile-pay-history__transactions-th{border-radius:0;color:#fff;font-size:.75rem;height:2.5rem;padding:0 5px;text-transform:uppercase;vertical-align:middle}}[dir=ltr] .profile-pay-history__transactions-th_date{border-top-left-radius:.1875rem}[dir=rtl] .profile-pay-history__transactions-th_date{border-top-right-radius:.1875rem}@media only screen and (max-width:768px){.profile-pay-history__transactions-th_date{order:-1}}[dir=ltr] .profile-pay-history__transactions-th_type{border-top-right-radius:.1875rem}[dir=rtl] .profile-pay-history__transactions-th_type{border-top-left-radius:.1875rem}@media only screen and (max-width:768px){.profile-pay-history__transactions-line_isLoading>*{position:relative;z-index:1}.profile-pay-history__transactions-line_isLoading>:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .profile-pay-history__transactions-line_isLoading>:after{background:linear-gradient(90deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir=rtl] .profile-pay-history__transactions-line_isLoading>:after{background:linear-gradient(270deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir] .profile-pay-history__transactions-line_isLoading>:after{background-size:800px 104px}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}}@media only screen and (min-width:768px){.profile-pay-history__transactions-line_isLoading>*{position:relative;z-index:1}.profile-pay-history__transactions-line_isLoading>:after{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;content:" ";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:2}[dir=ltr] .profile-pay-history__transactions-line_isLoading>:after{background:linear-gradient(90deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir=rtl] .profile-pay-history__transactions-line_isLoading>:after{background:linear-gradient(270deg,#ffd564 8%,#424242 18%,#ffd564 33%)}[dir] .profile-pay-history__transactions-line_isLoading>:after{background-size:800px 104px}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}}.profile-pay-history__transactions-value{padding:.625rem;text-align:center}@media only screen and (max-width:768px){.profile-pay-history__transactions-value{font-weight:700;padding:.8rem 0}}.profile-pay-history__body{width:100%}.profile-pay-history__no-data{color:#fff;display:flex;font-size:16px;justify-content:center;margin-top:20px;opacity:.25}@media only screen and (min-width:768px){.profile-pay-history__no-data{font-size:20px}}.profile-pay-history .paginator{margin-top:auto}.profile-transactions{height:100%;justify-content:center}.profile-transactions,.sport-modal{display:flex;position:relative;width:100%}.sport-modal{align-items:center;background:#040404;border-radius:10px;color:#fff;flex-direction:column;font-size:14px;padding:24px}@media only screen and (max-width:768px){.sport-modal{width:90vw}}.sport-modal__header{display:flex;padding:10px 5px;width:100%}.sport-modal__items{display:flex;flex-direction:column;gap:10px;width:100%}.sport-modal__item{align-items:center;background:#161616;border-radius:10px;color:#fff;display:flex;justify-content:space-between;transition:all .2s ease-in-out}[dir=ltr] .sport-modal__item{padding:10px 10px 10px 15px}[dir=rtl] .sport-modal__item{padding:10px 15px 10px 10px}.sport-modal__item_isActive{background:#02cd79;color:#fff;scale:1.02;transition:all .2s ease-in-out}@media only screen and (min-width:768px){.sport-modal__item:hover{background:#02cd79;color:#fff;scale:1.02;transition:all .2s ease-in-out}}.loadable-image__container{aspect-ratio:1;box-sizing:border-box;overflow:hidden;position:relative;width:100%}.loadable-image__container_forwardAnimationType_smallToBig{animation:smallToBigForwardFrames .2s ease-in forwards}@keyframes smallToBigForwardFrames{0%{opacity:.95;scale:.85}to{opacity:1;scale:1}}.loadable-image__container_forwardAnimationType_slide{animation:slideForwardFrames .2s ease-in forwards}@keyframes slideForwardFrames{0%{left:150px;opacity:.95}to{left:0;opacity:1}}.loadable-image__container_forwardAnimationType_appearance{animation:appearanceForwardFrames .2s ease-in forwards}@keyframes appearanceForwardFrames{0%{opacity:.1}to{opacity:1}}.loadable-image__container_forwardAnimationType_default{animation:defaultForwardFrames .2s ease-in forwards}@keyframes defaultForwardFrames{0%{opacity:0;scale:1}to{opacity:1;scale:1}}.loadable-image__container_backwardAnimationType_smallToBig{animation:smallToBigForwardFrames .2s ease-in forwards}@keyframes smallToBigBackwardFrames{0%{opacity:1;scale:1}to{opacity:.95;scale:.85}}.loadable-image__container_backwardAnimationType_slide{animation:slideBackwardFrames .2s ease-in forwards}@keyframes slideBackwardFrames{0%{left:0;opacity:1}to{left:150px;opacity:.95}}.loadable-image__container_backwardAnimationType_appearance{animation:appearanceBackwardFrames .2s ease-in forwards}@keyframes appearanceBackwardFrames{0%{opacity:1}to{opacity:.1}}.loadable-image__container_backwardAnimationType_default{animation:defaultBackwardFrames .2s ease-in forwards}@keyframes defaultBackwardFrames{0%{opacity:1;scale:1}to{opacity:0;scale:1}}.loadable-image__image{color:#fff;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease-in-out;width:100%}.loadable-image__image_loaded{opacity:1}.loadable-image__image_hidden{opacity:0}.wheel-timer{background-color:#b471ff;border:none;border-radius:6.25rem;box-shadow:0 4px 8px #1d22251a;cursor:pointer;display:block;height:45px;margin:0 auto;outline:none;transition:transform .2s cubic-bezier(.36,.66,.04,1);width:190px}[dir=ltr] .wheel-timer{background-image:conic-gradient(from 1turn,#940dff,#b471ff)}[dir=rtl] .wheel-timer{background-image:conic-gradient(from -1turn,#940dff,#b471ff)}@media only screen and (min-width:1440px){.wheel-timer{height:50px;width:250px}}.wheel-timer__container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.clock{color:#f5f6f7;display:flex;font-size:16px;font-weight:700;white-space:nowrap}@media only screen and (min-width:1440px){.clock{font-size:1rem}}[dir=ltr] .clock__label{margin-right:5px}[dir=rtl] .clock__label{margin-left:5px}@media(max-width:1000px){.clock__label{font-size:14px}}.clock__time{display:block;overflow:inherit;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1000px){.clock__time{font-size:14px}}.roulette-game{height:448px;width:348px}@media only screen and (max-width:475px){.roulette-game{height:420px;width:320px}}.roulette-game__container{height:348px;margin:0 auto;position:relative;width:348px}@media only screen and (max-width:475px){.roulette-game__container{height:320px;width:320px}}.roulette-game__container_isHidden{display:none}.roulette-game__container_isWinBlock{height:448px;padding-top:50px}.roulette-game__wheel{display:flex;position:relative}.roulette-game__img{height:348px;margin:0;padding:0;width:348px}@media only screen and (max-width:475px){.roulette-game__img{height:320px;width:320px}}.roulette-game__img_light{animation:lightRot 2s infinite none}.roulette-game__img_diamonds,.roulette-game__img_light{position:absolute;z-index:1}.roulette-game__data-on-wheel{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}[dir=ltr] .roulette-game__data-on-wheel{left:0}[dir=rtl] .roulette-game__data-on-wheel{right:0}.roulette-game__data-on-wheel__container{display:inline-block;height:100%;position:relative;width:100%}.roulette-game__data-on-wheel__item{align-items:center;border-radius:348px;box-sizing:border-box;color:#fff;display:flex;font-size:20px;height:35px;padding:0 25px;position:absolute;top:156.5px;width:348px}[dir=ltr] .roulette-game__data-on-wheel__item{left:0}[dir=rtl] .roulette-game__data-on-wheel__item{right:0}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(40deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-40deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(80deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-80deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(160deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-160deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(200deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-200deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(280deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-280deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(320deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-320deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(36deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-36deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(108deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-108deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(252deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-252deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(324deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-324deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(32.7272727273deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-32.7272727273deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(65.4545454545deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-65.4545454545deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(98.1818181818deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-98.1818181818deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(130.9090909091deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-130.9090909091deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(163.6363636364deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-163.6363636364deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(196.3636363636deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-196.3636363636deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(229.0909090909deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-229.0909090909deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(261.8181818182deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-261.8181818182deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(294.5454545455deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-294.5454545455deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(327.2727272727deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-327.2727272727deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(30deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-30deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(150deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-150deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(210deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-210deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(330deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-330deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(27.6923076923deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-27.6923076923deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(55.3846153846deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-55.3846153846deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(83.0769230769deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-83.0769230769deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(110.7692307692deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-110.7692307692deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(138.4615384615deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-138.4615384615deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(166.1538461538deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-166.1538461538deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(193.8461538462deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-193.8461538462deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(221.5384615385deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-221.5384615385deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(249.2307692308deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-249.2307692308deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(276.9230769231deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-276.9230769231deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(304.6153846154deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-304.6153846154deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(332.3076923077deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-332.3076923077deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(25.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-25.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(77.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-77.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(128.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-128.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(231.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-231.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(282.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-282.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(334.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-334.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(24deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-24deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(48deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-48deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(96deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-96deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(168deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-168deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(192deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-192deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(264deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-264deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(312deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-312deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(336deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(-336deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(22.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-22.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(67.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-67.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(112.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-112.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(157.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-157.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(202.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-202.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(247.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-247.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(292.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-292.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(337.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(-337.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(17){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(17){transform:rotate(-1turn)}.roulette-game__data-on-wheel__item_is-present{font-size:12px}@media only screen and (max-width:475px){.roulette-game__data-on-wheel__item{border-radius:320px;height:25px;padding:0 25px;top:147.5px;width:320px}}.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{align-items:center;display:flex;height:25px;width:25px}[dir=ltr] .roulette-game__data-on-wheel img,[dir=ltr] .roulette-game__data-on-wheel__icon{transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel img,[dir=rtl] .roulette-game__data-on-wheel__icon{transform:rotate(-90deg)}@media only screen and (max-width:475px){.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{height:20px;width:20px}}.roulette-game__data-on-wheel__value{font-weight:700;position:relative}[dir=ltr] .roulette-game__data-on-wheel__value{left:10px;text-shadow:2px 2px 2px #000;transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__value{right:10px;text-shadow:-2px 2px 2px #000;transform:rotate(-180deg)}@media only screen and (max-width:475px){[dir=ltr] .roulette-game__data-on-wheel__value{left:6px}[dir=rtl] .roulette-game__data-on-wheel__value{right:6px}}.roulette-game__selector-img{height:84px;position:absolute;top:134px;width:152px;z-index:6}[dir=ltr] .roulette-game__selector-img{right:-28px}[dir=rtl] .roulette-game__selector-img{left:-28px}.roulette-game__selector-img_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__selector-img{height:74px;top:125px;width:140px}[dir=ltr] .roulette-game__selector-img{right:-24px}[dir=rtl] .roulette-game__selector-img{left:-24px}}.roulette-game__spin-btn{background-image:url(/static/media/btn-bg.3ec7a1aa8527b1c24efb.png);background-size:cover;bottom:0;height:125px;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;width:125px;z-index:5}.roulette-game__spin-btn_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__spin-btn{height:105px;width:105px}}.roulette-game__spin-btn_container{height:100%;position:relative;width:100%}.roulette-game__spin-btn_text{bottom:0;display:inline;left:0;margin:auto;position:absolute;right:0;top:0;width:80%}.roulette-game__bottom-heading{bottom:-70px;height:115px;position:absolute;width:100%}.roulette-game__bottom-heading_img{width:100%}.roulette-game__loadable-image-container{aspect-ratio:inherit}.roulette-game__btn-spin{background-color:#b471ff;border:none;border-radius:6.25rem;bottom:-110px;box-shadow:0 4px 8px #1d22251a;color:#f5f6f7;cursor:pointer;display:block;font-weight:700;height:45px;left:0;margin:0 auto;outline:none;position:absolute;right:0;transition:transform .2s cubic-bezier(.36,.66,.04,1);width:190px}[dir=ltr] .roulette-game__btn-spin{background-image:conic-gradient(from 1turn,#940dff,#b471ff)}[dir=rtl] .roulette-game__btn-spin{background-image:conic-gradient(from -1turn,#940dff,#b471ff)}@media only screen and (max-width:1440px){.roulette-game__btn-spin{font-size:16px}}.roulette-game__btn-spin_hidden{opacity:0}.roulette-game__btn-spin_inner{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.roulette-game__btn-spin_wrapper{bottom:-150px;left:0;position:absolute;right:0}.roulette-game__btn-spin_wrapper_hidden{opacity:0}.roulette-game__btn-spin_isCost{margin-bottom:.5rem;position:static}.roulette-game__win-block{align-items:center;display:flex;flex-direction:column;padding:1rem .5rem;width:100%}.roulette-game__top-block{height:21.5625rem;position:relative;width:21.5625rem}@media only screen and (max-width:768px){.roulette-game__top-block{height:15.5625rem;width:15.5625rem}}.roulette-game__top-block__img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;width:100%}.roulette-game__top-block__img_lucky{z-index:1}.roulette-game__mid-block{align-items:center;background-color:#0f101180;border-radius:10px;color:#5ddb1c;display:flex;font-size:1.125rem;font-weight:800;height:3rem;justify-content:center;line-height:3rem;padding:5px;text-align:center;width:16.25rem}.roulette-game__mid-block__icon{height:1.5rem;width:1.5rem}[dir=ltr] .roulette-game__mid-block__icon{margin-right:.5rem}[dir=rtl] .roulette-game__mid-block__icon{margin-left:.5rem}.roulette-game__mid-block__currency{color:#fff}[dir=ltr] .roulette-game__mid-block__currency{margin-left:.5rem}[dir=rtl] .roulette-game__mid-block__currency{margin-right:.5rem}.roulette-game__bot-block{margin-top:3rem}.roulette-game__btn-view{background-color:var(--primary-color);border:none;border-radius:6.25rem;box-shadow:0 4px 8px #1d22251a;color:#f5f6f7;cursor:pointer;display:block;font-size:1.25rem;font-weight:700;height:3rem;outline:none;padding:0 3rem}[dir=ltr] .roulette-game__btn-view{background-image:conic-gradient(from 1turn,#43b309,#5ddb1c)}[dir=rtl] .roulette-game__btn-view{background-image:conic-gradient(from -1turn,#43b309,#5ddb1c)}.roulette-game__btn-view_inner{align-items:center;display:flex;font-size:1.1rem;height:100%;justify-content:center;width:100%}.roulette-game__wheel-wrapper{position:relative}@keyframes lightRot{0%{transform:rotate(22.5deg)}50%{transform:rotate(22.5deg)}50.1%{transform:rotate(0)}to{transform:rotate(0)}}.wheel-game{align-items:center;border-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 7rem);padding:.75rem 2.2rem;position:relative}@media only screen and (max-width:768px){.wheel-game{height:calc(100vh - 12rem)}}@media only screen and (min-width:1024px){.wheel-game{overflow-y:auto}}.wheel-game__present-icon{height:80%}.wheel-game__roulette-wrapper_hidden,.wheel-game__winner-wrapper_hidden{display:none}.wheel-game__currency-icon{align-items:center;background:#00aa8d;border-radius:4px;display:flex;font-size:1.3vw;height:100%;justify-content:center;rotate:90deg;width:100%}@media only screen and (max-width:768px){.wheel-game__currency-icon{font-size:13px}}.wheel-game-history__modal{align-items:center;background-color:#171717;border-radius:1.25rem;display:flex;flex-direction:column;margin:0 auto;padding:3.5rem .75rem .75rem;position:relative;width:100%}@media(max-width:540px){.wheel-game-history__modal{margin:0 auto;max-height:var(--vh);padding:4rem .2rem 3rem;width:100vw}}.wheel-game-history__close{align-items:center;background-color:#17181b;border:none;border-radius:1.25rem;cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;top:.5rem;width:2rem;z-index:10}[dir=ltr] .wheel-game-history__close{right:.5rem}[dir=rtl] .wheel-game-history__close{left:.5rem}@media(max-width:540px){.wheel-game-history__close{top:.3rem}[dir=ltr] .wheel-game-history__close{right:.3rem}[dir=rtl] .wheel-game-history__close{left:.3rem}.wheel-game-history__close svg{height:1rem;width:1rem}}.wheel-game-history__close svg{fill:#99a4b099;height:2rem;width:2rem}.wheel-game-history__history{background:#131415;border-radius:1.25rem;box-sizing:border-box;max-height:calc(var(--vh) - 100px);overflow-y:scroll;padding:.25rem .625rem 1rem;width:100%}.wheel-game-history__history-container{color:#99a4b0cc;width:100%}.wheel-game-history__heading{align-items:center;box-sizing:border-box;display:flex;font-size:16px;justify-content:space-between;line-height:1.25rem;margin-bottom:.9rem;padding:0 1.75rem;width:100%}.wheel-game-history__heading__claimed-amount{align-items:center;color:#fff;display:flex;justify-content:center}.wheel-game-history__table{font-size:16px}.wheel-game-history__row{align-items:center;background-color:#23252a;border-radius:15px;display:flex;height:4.3rem;justify-content:space-between;margin-bottom:.125rem;padding:0 1rem;text-align:center}.wheel-game-history__row_isHeading{background-color:#0000;height:3.9rem}.wheel-game-history__col-head{color:#5f6975cc;width:33%}[dir=ltr] .wheel-game-history__col-head_isDate{text-align:left}[dir=rtl] .wheel-game-history__col-head_isDate{text-align:right}.wheel-game-history__col-head_isType{text-align:center}[dir=ltr] .wheel-game-history__col-head_isAmount{text-align:right}[dir=rtl] .wheel-game-history__col-head_isAmount{text-align:left}.wheel-game-history__col{width:33%}.wheel-game-history__col_time{color:#5f6975cc;font-size:14px;font-weight:400}.wheel-game-history__col_time:last-child{margin-bottom:0}[dir=ltr] .wheel-game-history__col_isDate{text-align:left}[dir=rtl] .wheel-game-history__col_isDate{text-align:right}.wheel-game-history__col_isType{color:#99a4b0;text-align:center}.wheel-game-history__col_isAmount{align-items:center;color:#43b309;display:flex;font-weight:700;justify-content:flex-end}[dir=ltr] .wheel-game-history__col_isAmount{text-align:right}[dir=rtl] .wheel-game-history__col_isAmount{text-align:left}.wheel-game-history__coin-icon{height:1.25rem;width:1.25rem}[dir=ltr] .wheel-game-history__coin-icon{margin:0 .3125rem 0 0}[dir=rtl] .wheel-game-history__coin-icon{margin:0 0 0 .3125rem}[dir=ltr] .wheel-game-history__coin-icon_isUnlocked{margin-left:.5625rem}[dir=rtl] .wheel-game-history__coin-icon_isUnlocked{margin-right:.5625rem}[dir=ltr] .wheel-game-history__coin-icon_isHeading{margin-left:.5rem}[dir=rtl] .wheel-game-history__coin-icon_isHeading{margin-right:.5rem}.wheel-game-history__coin-icon_isCol{height:1.3rem;width:1.3rem}[dir=ltr] .wheel-game-history__coin-icon_isCol{margin-left:.3125rem}[dir=rtl] .wheel-game-history__coin-icon_isCol{margin-right:.3125rem}@keyframes anim-bg-position{0%{background-position:center 0}to{background-position:center -2250rem}}.modal{align-items:center;animation:modalAppearance .25s ease-out forwards;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:hsla(0,0%,7%,.831);display:flex;height:100%;inset:0;justify-content:center;position:fixed;width:100%;z-index:1000}.modal__close-outside{background:#0000;height:100vh;position:absolute;top:0;width:100vw}[dir=ltr] .modal__close-outside{left:0}[dir=rtl] .modal__close-outside{right:0}.modal_exitAnim{animation:modalDisappearance .25s ease-out forwards}.modal__inner{align-items:center;display:flex;height:100%;justify-content:center;padding:0;transform:translateZ(0);width:100%}@media only screen and (min-width:1024px){.modal__inner{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-width:390px;padding:1.75rem 0}}@media only screen and (min-width:1440px){.modal__inner{min-width:460px}}.modal__content-container{overflow:hidden;position:relative}@media only screen and (min-width:768px){.modal__content-container{border-top-left-radius:.3rem;border-top-right-radius:.3rem;height:auto;width:100%}}[dir=ltr] .modal__content-container_freeSpinPosition{left:120px}[dir=rtl] .modal__content-container_freeSpinPosition{right:120px}@media screen and (max-width:1200px){[dir=ltr] .modal__content-container_freeSpinPosition{left:40px}[dir=rtl] .modal__content-container_freeSpinPosition{right:40px}}.modal__close-block,.modal__save-block{align-items:center;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;position:absolute;top:5px;width:30px;z-index:10000}[dir=ltr] .modal__close-block,[dir=ltr] .modal__save-block{right:5px}[dir=rtl] .modal__close-block,[dir=rtl] .modal__save-block{left:5px}.modal__close-img{height:60%;width:60%}.modal__save-block{height:25px;width:90px}@keyframes modalAppearance{0%{opacity:0}to{opacity:1}}@keyframes modalDisappearance{0%{opacity:1}99%{opacity:0}to{display:none;opacity:0}}[dir=rtl] .Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutLeft}[dir=rtl] .Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInLeft}.Toastify__toast-container--top-right{border-radius:3px}@media only screen and (max-width:768px){.Toastify__toast-container--top-right{top:2rem;width:92%}[dir=ltr] .Toastify__toast-container--top-right{left:1rem}[dir=rtl] .Toastify__toast-container--top-right{right:1rem}}.Toastify__toast{background:#2f2a2a;border-radius:8px}.bottom-menu-mobile{border-top:2px solid #00804a;bottom:-1px;box-shadow:0 -10px 10px #0f192340;height:71px;position:fixed;width:100%;z-index:100}.bottom-menu-mobile__items{background:#0f0f0f;gap:.5rem;justify-content:space-around}.bottom-menu-mobile__item,.bottom-menu-mobile__items{align-items:center;display:flex;height:100%;width:100%}.bottom-menu-mobile__item{flex-direction:column;justify-content:center;padding:.7375rem 0}.bottom-menu-mobile__item-wrapper{flex-shrink:0;height:100%;width:calc(20% - .5rem)}.bottom-menu-mobile__item-icon{flex-shrink:0;height:1.5rem;margin-bottom:.5rem;width:1.5rem}.bottom-menu-mobile__item-icon path{fill:#fff}.bottom-menu-mobile__item-icon_isActive path{fill:#06e588}.bottom-menu-mobile__item-text{text-wrap:nowrap;color:#595858;font-size:.75rem;font-weight:400;line-height:1;text-align:center}.bottom-menu-mobile__item-text_isActive{-webkit-text-fill-color:#0000}[dir=ltr] .bottom-menu-mobile__item-text_isActive{background:-webkit-linear-gradient(-90deg,#06e588 30%,#00804a)}[dir=rtl] .bottom-menu-mobile__item-text_isActive{background:-webkit-linear-gradient(90deg,#06e588 30%,#00804a)}[dir] .bottom-menu-mobile__item-text_isActive{-webkit-background-clip:text}.footer-desktop__wrapper{align-items:flex-start;display:flex;height:80px;justify-content:space-between;padding-top:10px;transition:all .6s ease;width:100%}@media only screen and (min-width:1440px){.footer-desktop__wrapper{margin:0 auto;max-width:1600px;position:relative}}.footer-desktop__lang-wrapper{display:flex;justify-content:flex-end;padding:.25rem 12px}.footer-desktop__right{display:flex}.footer-desktop__icons{display:grid;grid-template-columns:repeat(4,1fr)}.footer-desktop__icons_isSocial{align-items:center;column-gap:1rem;grid-template-columns:repeat(3,1fr)}.footer-desktop__icons-item,.footer-desktop__icons-wrapper{align-items:center;display:flex}.footer-desktop__icons-item{cursor:pointer;flex:0 0 auto;justify-content:center}.footer-desktop__icons-img{aspect-ratio:1;background-position:50%;background-repeat:no-repeat;background-size:100%;cursor:pointer;display:block;filter:grayscale(100%);max-width:50px;opacity:.8;transition:.3s ease-in-out;width:50%}.footer-desktop__icons-img:hover{filter:grayscale(0);opacity:1}.footer-desktop__payment-item{align-items:center;cursor:auto;display:flex;justify-content:center}.footer-desktop__payment-icon{cursor:pointer;display:block;width:100%}.footer-desktop__payment-icon path{fill:#898a8c}.footer-desktop__socials{align-items:center;display:flex;margin-bottom:.625rem}[dir=ltr] .footer-desktop__socials{margin-left:43px}[dir=rtl] .footer-desktop__socials{margin-right:43px}.footer-desktop__socials-item{cursor:pointer;transition:all .2s ease-in-out}.footer-desktop__socials-item:hover{scale:1.15;transition:all .2s ease-in-out}.footer-desktop__socials-icon{display:inline-block;height:22px;vertical-align:middle;width:22px}.footer-desktop__info-list{border-bottom:1px solid hsla(0,0%,100%,.102);margin-bottom:.625rem;margin-top:.625rem;padding-bottom:.7rem}.footer-desktop__info-item{color:#acafb0;filter:grayscale(100%);font-size:.75rem;padding:.25rem 12px;width:100%}.footer-desktop__logo-wrapper{display:block;margin-bottom:.9375rem;padding-top:1rem;width:8.125rem}.footer-desktop__logo{display:block;height:100%;width:100%}.footer-desktop__license{height:50px;position:relative;width:150px}[dir=ltr] .footer-desktop__license{margin-right:auto}[dir=rtl] .footer-desktop__license{margin-left:auto}.footer-desktop__license-logo{aspect-ratio:auto 120/45;height:45px;position:absolute;width:120px}.footer-desktop__license-verified{position:absolute;top:30px;width:25px}[dir=ltr] .footer-desktop__license-verified{left:40px}[dir=rtl] .footer-desktop__license-verified{right:40px}.footer-desktop__license-text{display:inline-block;margin:1rem 0;text-align:center}.footer-desktop__responsible-link{align-items:center;display:flex;justify-content:center;width:100%}.footer-desktop__responsible-link-18plus{max-height:50px;max-width:50px;width:50%}[dir=ltr] .footer-desktop .select-lang__items{left:-30px}[dir=rtl] .footer-desktop .select-lang__items{right:-30px}.footer-mobile__wrapper{display:flex;flex-direction:column;padding-bottom:1rem;transition:all .6s ease;width:100%}@media only screen and (min-width:1440px){.footer-mobile__wrapper{margin:0 auto;max-width:1600px;position:relative}}.footer-mobile__lang-wrapper{display:flex;justify-content:center;margin-bottom:.5rem}.footer-mobile__right{display:flex}.footer-mobile__icons{align-items:center;column-gap:1rem;display:flex;justify-content:center}.footer-mobile__icons-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.footer-mobile__icons-item{align-items:center;display:flex;flex:0 0 auto;justify-content:center;padding:6px 12px}.footer-mobile__icons-img{aspect-ratio:1;background-position:50%;background-repeat:no-repeat;background-size:100%;cursor:pointer;display:block;filter:grayscale(100%);max-width:50px;opacity:.8;transition:.3s ease-in-out;width:50%}.footer-mobile__icons-img:hover{filter:grayscale(0);opacity:1}.footer-mobile__payment-item{align-items:center;cursor:auto;display:flex;justify-content:center}.footer-mobile__payment-icon{cursor:pointer;display:block;width:100%}.footer-mobile__payment-icon path{fill:#898a8c}.footer-mobile__socials{align-items:center;display:flex;margin-bottom:.625rem}[dir=ltr] .footer-mobile__socials{margin-left:43px}[dir=rtl] .footer-mobile__socials{margin-right:43px}.footer-mobile__socials-icon{display:inline-block;height:22px;vertical-align:middle;width:22px}.footer-mobile__socials-item{height:25px;width:25px}.footer-mobile__info-list{border-bottom:1px solid hsla(0,0%,100%,.102);margin-bottom:.625rem;margin-top:.625rem;padding-bottom:.7rem}.footer-mobile__info-item{color:#acafb0;filter:grayscale(100%);font-size:.75rem;padding:.25rem 12px;width:100%}.footer-mobile__logo-wrapper{display:block;margin-bottom:.9375rem;padding-top:1rem;width:8.125rem}.footer-mobile__logo{display:block;height:100%;width:100%}.footer-mobile__license{height:50px;position:relative;width:150px}[dir=ltr] .footer-mobile__license{margin-right:auto}[dir=rtl] .footer-mobile__license{margin-left:auto}.footer-mobile__license-logo{aspect-ratio:auto 120/45;height:45px;position:absolute;width:120px}.footer-mobile__license-verified{position:absolute;top:30px;width:25px}[dir=ltr] .footer-mobile__license-verified{left:40px}[dir=rtl] .footer-mobile__license-verified{right:40px}.footer-mobile__license-text{display:inline-block;margin:1rem 0;text-align:center}.footer-mobile__responsible-link{align-items:center;display:flex;justify-content:center;width:100%}.footer-mobile__responsible-link-18plus{max-height:50px;max-width:50px;width:50%}.user-block{align-items:center;display:flex;flex-direction:column}.user-block_sideMenu{flex-wrap:wrap}@media only screen and (max-width:768px){.user-block{align-items:center;flex-direction:row-reverse;justify-content:space-between;width:100%}}.user-block__top{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-bottom:8px;width:100%}@media only screen and (max-width:768px){.user-block__top{margin-bottom:0}}.user-block__username{display:table-cell;font-size:.75rem;max-width:8.75rem;min-width:3.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=ltr] .user-block__username{padding-right:6px}[dir=rtl] .user-block__username{padding-left:6px}.user-block__text{color:#fff;font-size:1rem;font-weight:500;padding-top:3px}.user-block__user-container{align-items:center;cursor:pointer;display:flex;gap:8px;transition:all .2s ease-in-out}.user-block__user-container:hover{scale:1.05;transition:all .2s ease-in-out}.user-block__icon-user{height:1.5rem;width:1.5rem}.user-block__icon-logout{cursor:pointer;height:1.25rem;transition:all .2s ease-in-out;width:1.25rem}.user-block__icon-logout:hover{scale:1.15;transition:all .2s ease-in-out}.user-block__bottom{cursor:pointer;display:flex;flex-wrap:wrap;gap:8px;white-space:nowrap;width:100%}.user-block__balance,.user-block__bonus-balance{display:flex;gap:3px;transition:all .2s ease-in-out}.user-block__balance:hover,.user-block__bonus-balance:hover{scale:1.05;transition:all .2s ease-in-out}.user-block__amount{color:#fff;font-weight:500;line-height:1;padding-top:6px}.header-block-mobile{background:#0b0b0b;box-sizing:border-box;position:fixed;top:var(--banner-height);top:0;width:100%;z-index:100}[dir=ltr] .header-block-mobile{left:0}[dir=rtl] .header-block-mobile{right:0}.header-block-mobile__top{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:16px 1rem}.header-block-mobile__top_isAuth{gap:16px}.header-block-mobile__top-left,.header-block-mobile__top-right{align-items:center;display:flex;height:-webkit-max-content;height:max-content}.header-block-mobile__logo-link{align-items:center;display:block;display:flex;width:8.125rem}.header-block-mobile__logo-link_isAuth{margin-bottom:0}.header-block-mobile__lang{height:-webkit-max-content;height:max-content}.header-block-mobile__logo{display:block;width:100%}.header-block-mobile__bottom{border-bottom:1px solid #1f1f1f;border-top:1px solid #1f1f1f;padding:1rem 0}.header-block-mobile__bottom ::-webkit-scrollbar{display:none}.header-block-mobile__btn-wrapper{height:40px;margin-bottom:1rem;min-height:40px;padding:0 1rem;width:100%}.header-block-mobile__nav{align-items:center;display:flex;gap:8px;overflow-x:auto;padding:0 1rem;width:100%}.header-block-mobile__link{text-wrap:nowrap;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;line-height:1;padding:4px 5px;position:relative;text-transform:capitalize;transition:all .3s ease-in-out}@media only screen and (min-width:1600px){.header-block-mobile__link{font-size:1rem}}.header-block-mobile__link_isActive{background:#06e588;transition:all .3s ease-in-out}@media only screen and (min-width:768px){.header-block-mobile__link:hover{background:#06e588;transition:all .3s ease-in-out}}.header-block-mobile__buttons-wrapper{align-items:center;display:flex;gap:10px;height:35px}.header-block-mobile__buttons-wrapper button{font-size:12px;font-weight:600;min-width:59px}.header-block-mobile__button{height:35px;width:calc(50% - 6px)}.top-header{justify-content:space-between;width:100%}.top-header,.top-header__wrapper{align-items:center;display:flex;position:relative}.top-header__wrapper{padding:10px 0}.top-header__container{width:100%}.top-header__logo-link{align-items:center;display:flex}.top-header__logo{display:block;height:34px;width:auto}.top-header__nav{align-items:center;display:flex;gap:8px;overflow-x:scroll;padding:6px;width:100%}.top-header__nav::-webkit-scrollbar{display:block!important;height:3px;width:6px}.top-header__nav::-webkit-scrollbar-thumb{border:0 solid #0000;max-width:6px}[dir=ltr] .top-header__nav::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06e588,#00804a)}[dir=rtl] .top-header__nav::-webkit-scrollbar-thumb{background:linear-gradient(-180deg,#06e588,#00804a)}[dir] .top-header__nav::-webkit-scrollbar-thumb{background-clip:content-box}.top-header__nav::-webkit-scrollbar-track{background-color:#0000001a}.top-header__link{text-wrap:nowrap;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;line-height:1;padding:4px 5px;position:relative;text-transform:capitalize;transition:all .2s ease-in-out}@media only screen and (min-width:1600px){.top-header__link{font-size:1rem}}.top-header__link:hover,.top-header__link_isActive{background:#06e588;scale:1.05;transition:all .2s ease-in-out}.top-header__toggle{cursor:pointer}.top-header__left{align-items:center;display:flex;gap:10px;justify-content:center}[dir=ltr] .top-header__left{margin-right:4rem}[dir=rtl] .top-header__left{margin-left:4rem}[dir=ltr] .top-header__left_isAuth{margin-right:1rem}[dir=rtl] .top-header__left_isAuth{margin-left:1rem}.top-header__center{line-height:40px;width:65vw}.top-header__right{align-items:center;display:flex;justify-content:flex-end}.top-header__buttons-wrapper,.top-header__icon-wrapper{display:flex;width:100%}.top-header__icon-wrapper{cursor:pointer;transition:all .2s ease-in-out}.top-header__icon-wrapper:hover{scale:1.15;transition:all .2s ease-in-out}.top-header__button-wrapper{height:40px;min-width:120px}.header-block-desktop{background-color:#0b0b0b;display:flex;flex-direction:column;flex-shrink:0;height:79px;justify-content:center;padding:0 1rem;position:fixed;top:-1px;top:calc(var(--banner-height) - 1px);-webkit-user-select:none;user-select:none;width:100%;z-index:98}[dir=ltr] .header-block-desktop{left:0}[dir=rtl] .header-block-desktop{right:0}.main-banners{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);width:100%}.main-banners__container{height:100%;position:relative;width:100%}.main-banners__img{width:100%}.main-banners__img-wrapper{position:relative;width:100%}.main-banners__content{display:flex;flex-direction:column;height:100%;padding:20px;position:absolute;top:0;width:100%}[dir=ltr] .main-banners__content{left:0}[dir=rtl] .main-banners__content{right:0}@media only screen and (min-width:1440px){.main-banners__content{padding:32px 32px 24px}}.main-banners__content-title{color:#fff;font-size:20px;font-weight:700;text-align:center}@media only screen and (min-width:1440px){.main-banners__content-title{font-size:24px}}.main-banners__content-description{color:#c9c9c9;font-size:14px;font-weight:500;text-align:center}@media only screen and (min-width:1440px){.main-banners__content-description{font-size:18px}}.main-banners__button-wrapper{height:48px;margin-top:auto}.main-banners__button-wrapper button{box-shadow:none!important}.secondary-banners{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);width:100%}.secondary-banners__container{cursor:pointer;height:100%;position:relative;transition:all .2s ease-in-out;width:100%}@media only screen and (min-width:768px){.secondary-banners__container:hover{color:#fff;scale:1.02;transition:all .2s ease-in-out}}.secondary-banners__container_fullWidth{grid-column:span 2;grid-row:span 2}.secondary-banners__img{width:100%}.secondary-banners__img-wrapper{position:relative;width:100%}.secondary-banners__content{display:flex;flex-direction:column;gap:3px;height:100%;padding-top:8px;position:absolute;top:0;width:100%}[dir=ltr] .secondary-banners__content{left:0;padding-left:10px}[dir=rtl] .secondary-banners__content{padding-right:10px;right:0}.secondary-banners__content-title{color:#fff;font-size:16px;font-weight:500;line-height:1}.secondary-banners__content-description{color:#c9c9c9;font-size:14px;font-weight:400;line-height:1}.side-menu-item__wrapper{border-radius:.625rem;color:#c9c9c9;cursor:pointer;display:flex;gap:8px;padding:4px 8px;transition:all .2s ease-in-out}.side-menu-item__wrapper_isActive{background:#02cd79;color:#fff;scale:1.02;transition:all .2s ease-in-out}@media only screen and (min-width:768px){.side-menu-item__wrapper:hover{background:#02cd79;color:#fff;scale:1.02;transition:all .2s ease-in-out}}.side-menu-item__title{cursor:pointer;font-size:16px;font-weight:700;height:100%;overflow:hidden;-webkit-user-select:none;user-select:none;white-space:nowrap;width:100%}.side-menu-item__icon{flex-shrink:0;height:24px;width:24px}.side-menu{align-items:center;animation:animateSideMenuAppearance .35s ease-out forwards;background-color:#040404;display:flex;flex-direction:column;height:var(--vh);overflow-x:hidden;overflow-y:auto;padding:1rem 1rem 2rem;position:absolute;width:100%;z-index:2}[dir=ltr] .side-menu{border-right:1px solid hsla(0,0%,100%,.102)}[dir=rtl] .side-menu{border-left:1px solid hsla(0,0%,100%,.102)}@media only screen and (max-width:768px){.side-menu{background-color:#0b0b0b}}.side-menu_closed{animation:animateSideMenuDisappearance .35s ease-out forwards}@media only screen and (min-width:1024px){.side-menu{height:var(--vh);max-width:420px;z-index:95}}@media only screen and (min-width:1440px){.side-menu{max-width:420px;z-index:95}}@media only screen and (max-width:768px){.side-menu{animation:animateSideMenuAppearanceMobile .35s ease-out forwards;width:260px}.side-menu_closed{animation:animateSideMenuDisappearanceMobile .35s ease-out forwards}}.side-menu__background{animation:animateSideMenuAppearanceBG .35s ease-out forwards;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:hsla(0,0%,7%,.831);flex-grow:1;height:100%}.side-menu__background_closed{animation:animateSideMenuDisappearanceBG .35s ease-out forwards}.side-menu__cashback-button{margin:5px auto;padding:0 25px;width:100%}.side-menu__cashback-button_closed{padding:0;width:2.8125rem}.side-menu__wrapper{display:flex;height:100%;padding-top:0;padding-top:var(--banner-height);position:fixed;top:0;touch-action:none;transition:width .6s ease;width:100%;z-index:999}[dir=ltr] .side-menu__wrapper{left:0}[dir=rtl] .side-menu__wrapper{right:0}@media only screen and (max-width:768px){.side-menu__wrapper{justify-content:flex-end}}.side-menu__header{align-items:center;display:flex;width:100%}.side-menu__header-close{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}[dir=ltr] .side-menu__header-close{margin-left:auto}[dir=rtl] .side-menu__header-close{margin-right:auto}.side-menu__header-close_isDesktop{background:#0000}.side-menu__close-icon{cursor:pointer;height:100%;transition:all .2s ease-in-out;width:100%}@media only screen and (min-width:768px){.side-menu__close-icon path{fill:#fff;transition:all .2s ease-in-out}.side-menu__close-icon:hover{scale:1.15;transition:all .2s ease-in-out}.side-menu__close-icon:hover path{fill:#06e588;transition:all .2s ease-in-out}}.side-menu__divider{background-color:#1f1f1f;margin:20px 0;padding:.5px;width:100%}.side-menu__logo-link{align-items:center;display:flex}.side-menu__logo{display:block;height:34px;width:auto}.side-menu__button-wrapper{height:40px;width:100%}[dir=ltr] .side-menu__button-wrapper button{background:linear-gradient(180deg,#06e588,#00804a)}[dir=rtl] .side-menu__button-wrapper button{background:linear-gradient(-180deg,#06e588,#00804a)}.side-menu__items{display:flex;flex-direction:column;gap:16px;width:100%}.side-menu__close-block{height:100%;position:absolute;width:100%;z-index:1}.side-menu__lang{margin-top:3rem;width:100%}@media only screen and (max-width:768px){.side-menu__lang{margin-top:2rem}}[dir=ltr] .side-menu__lang .select-lang__items{left:0}[dir=rtl] .side-menu__lang .select-lang__items{right:0}.side-menu .user-block{width:100%}.side-menu .user-block__top{justify-content:space-between}.side-menu .user-block__bottom{width:100%}@keyframes animateSideMenuAppearance{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes animateSideMenuDisappearance{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@keyframes animateSideMenuAppearanceBG{0%{opacity:0}to{opacity:1}}@keyframes animateSideMenuDisappearanceBG{0%{opacity:1}to{opacity:0}}@keyframes animateSideMenuAppearanceMobile{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes animateSideMenuDisappearanceMobile{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.app{display:flex;flex-grow:1;height:100%;overflow:hidden;width:100%}.app ::-webkit-scrollbar{display:none}.app__container{display:flex;flex-direction:column;flex-grow:1;max-width:100%;min-height:var(--vh);overflow-y:auto;position:relative;width:100%}.app__container_isSportMatch{height:100%;max-height:var(--vh);min-height:var(--vh);overflow:hidden}.app__main{background-color:#0b0b0b;transition:transform .3s ease;z-index:2}.app__main,.app__main-inner{display:flex;flex-grow:1;position:relative;width:100%}.app__main-inner{flex-direction:column;padding-top:79px;transition:all .6s ease}[dir=ltr] .app__main-inner{margin-left:auto}[dir=rtl] .app__main-inner{margin-right:auto}@media only screen and (min-width:1440px){.app__main-inner{margin:0 auto;max-width:1600px;position:relative}}@media only screen and (max-width:768px){.app__main-inner{padding-bottom:71px;padding-top:176px;padding-top:calc(var(--banner-height) + 176px)}.app__main-inner_isAuth{padding-top:200px;padding-top:calc(var(--banner-height) + 200px)}}.app__main-content{display:flex;flex:1 0 auto;flex-direction:column;min-height:50vh;position:relative;width:100%}.app__main-content_allWidthContainer{transition:all .6s ease;width:100%}@media only screen and (max-width:1024px){.app__main-content_allWidthContainer{padding:0;padding-top:var(--banner-height)}}@media only screen and (min-width:1440px){.app__main-content_allWidthContainer{margin:0 auto;max-width:1600px;max-width:calc(100% - var(--side-menu-width));position:relative}}@media only screen and (min-width:1600px){.app__main-content_allWidthContainer{max-width:calc(100% - var(--side-menu-width))}[dir=ltr] .app__main-content_allWidthContainer{right:auto}[dir=rtl] .app__main-content_allWidthContainer{left:auto}}@media only screen and (max-width:768px){.app__main-content_isGamePage{min-height:auto}}.app__main-wrapper{display:flex}.error-boundary{align-items:center;display:flex;flex-direction:column;font-size:24px;height:100%;justify-content:center;width:100%}.error-boundary__info{color:#f5f5f5;margin-bottom:10px}.error-boundary__button{border-radius:5px;font-size:24px}: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:#ffffffb3;--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{top:1em}[dir=ltr] .Toastify__toast-container--top-left{left:1em}[dir=rtl] .Toastify__toast-container--top-left{right:1em}.Toastify__toast-container--top-center{top:1em}[dir=ltr] .Toastify__toast-container--top-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--top-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--top-right{top:1em}[dir=ltr] .Toastify__toast-container--top-right{right:1em}[dir=rtl] .Toastify__toast-container--top-right{left:1em}.Toastify__toast-container--bottom-left{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-left{left:1em}[dir=rtl] .Toastify__toast-container--bottom-left{right:1em}.Toastify__toast-container--bottom-center{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--bottom-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--bottom-right{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-right{right:1em}[dir=rtl] .Toastify__toast-container--bottom-right{left:1em}@media only screen and (max-width:480px){.Toastify__toast-container{margin:0;padding:0;width:100vw}[dir=ltr] .Toastify__toast-container{left:0}[dir=rtl] .Toastify__toast-container{right:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}[dir=ltr] .Toastify__toast-container--rtl{left:auto;right:0}[dir=rtl] .Toastify__toast-container--rtl{left:0;right:auto}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;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}[dir=ltr] .Toastify__toast{direction:ltr}[dir=ltr] .Toastify__toast--rtl,[dir=rtl] .Toastify__toast{direction:rtl}[dir=rtl] .Toastify__toast--rtl{direction:ltr}.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}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;opacity:.7;position:absolute;width:100%;z-index:9999;z-index:var(--toastify-z-index)}[dir=ltr] .Toastify__progress-bar{left:0;transform-origin:left}[dir=rtl] .Toastify__progress-bar{right:0;transform-origin:right}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}[dir=ltr] .Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}[dir=rtl] .Toastify__progress-bar--rtl{left:0;right:auto;transform-origin:left}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;box-sizing:border-box;height:20px;width:20px}[dir=ltr] .Toastify__spinner{border-right-color:#616161;border-right-color:var(--toastify-spinner-color)}[dir=rtl] .Toastify__spinner{border-left-color:#616161;border-left-color:var(--toastify-spinner-color)}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:300;src:url(/static/media/SofiaProLight.cb57028c0e2ee9d51ee4.ttf) format("truetype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:400;src:url(/static/media/SofiaProRegular.703c94a1fd7b1b94369f.ttf) format("truetype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:500;src:url(/static/media/SofiaProMedium.ea37b4f5ccd5305e1194.ttf) format("truetype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:600;src:url(/static/media/SofiaProBold.1ff43b601929bb2e9451.ttf) format("truetype")}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-feature-settings:inherit;border:0;box-sizing:border-box;font-stretch:inherit;font-style:inherit;font-variant:inherit;line-height:inherit;margin:0;padding:0;vertical-align:initial}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{color:inherit;list-style:none;text-decoration:none}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}@media only screen and (max-width:768px){h1{margin:0 0 50px;width:auto}[dir=ltr] h1{background-position-x:0!important;text-align:left}[dir=rtl] h1{background-position-x:100%!important;text-align:right}h2{font-size:28px;line-height:30px}}ol,p,ul{margin-bottom:1rem;margin-top:0}a{-webkit-text-decoration-skip:objects;background-color:#0000;color:#fff;text-decoration:none}a:hover{text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}table{border-collapse:collapse}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border:none}button,button:focus{outline:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}:root{--banner-height:0px}#root,body,html{background-color:#0b0b0b;margin:0;padding:0;width:100%}@media only screen and (max-width:768px){#root,body,html{height:-webkit-fill-available}}#chat-widget-container{bottom:40px!important}@media only screen and (max-width:1024px){#chat-widget-container{bottom:71px!important;max-height:calc(var(--vh) - 71px)!important}}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{background-color:#0b0b0b;color:#fff;font-family:Sofia Pro,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;margin:0;overflow-x:hidden;overflow-y:auto}[dir=ltr] body{text-align:left}[dir=rtl] body{text-align:right}@media only screen and (min-width:768px){body{min-height:100%;overflow-x:auto;width:100%}}@media only screen and (max-width:768px){body.hide{overflow:hidden}}.html-overflow-hidden,.html-overflow-hidden #root,.html-overflow-hidden body{overflow:hidden}@media only screen and (max-width:768px){a,button,div{-webkit-tap-highlight-color:rgba(0,0,0,0)}}::-webkit-scrollbar{display:none;width:6px}::-webkit-scrollbar-thumb{background:#0f1923;background-clip:content-box;border:6px solid #0000}::-webkit-scrollbar-track{background-color:#0000001a}