@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=Jost: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:#0f1923;background:var(--main-bg);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 #c50021;border-top:2px solid var(--brand-bg);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:disabled{cursor:not-allowed}.button__button-container{height:100%;position:relative;width:100%}.button__icon-svg{min-height:18px;min-width:18px}[dir=ltr] .button__icon-svg{margin-right:8px}[dir=rtl] .button__icon-svg{margin-left:8px}.button:disabled{border-color:#0000!important;color:#fff!important;opacity:.5}.button_active{background-color:#79c029!important;border-color:#79c029!important;color:#0e1822!important}.button_active svg *{stroke:#192608!important;opacity:1!important}.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__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;width:400px}.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 hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);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 hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);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%}.slot-frame-free-spin{height:100%;width:100%}.slot-frame-free-spin__iframe{height:100%;height:-webkit-fill-available;width:100%}.free-spin-modal{height:400px;padding:32px;width:100%}@media only screen and (max-width:768px){.free-spin-modal{height:100%}}.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;width:100vw}@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 hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}@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__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.check-email__logo{display:block;height:100%;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__form{width:100%}.forgot-password{align-items:center;color:#bbb;display:flex;flex-direction:column;width:100vw}@media only screen and (min-width:768px){.forgot-password{max-width:460px}}@media only screen and (max-width:768px){.forgot-password{height:100vh}}.forgot-password__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}@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: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:-moz-fit-content!important;width:fit-content!important}[dir=ltr] .slider_needMobilePagination .swiper-pagination{left:auto!important;right:4.875rem!important}[dir=rtl] .slider_needMobilePagination .swiper-pagination{left:4.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{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:60px 0 0}.resend-email{align-items:center;background:#1a242d;color:#bbb;display:flex;flex-direction:column;width:100vw}@media only screen and (min-width:768px){.resend-email{max-width:460px}}@media only screen and (max-width:768px){.resend-email{height:100vh}}.resend-email__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);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%}.sign-in{align-items:center;color:#bbb;display:flex;flex-direction:column;width:100vw}@media only screen and (min-width:768px){.sign-in{max-width:460px}}@media only screen and (max-width:768px){.sign-in{height:100vh}}.sign-in__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}@media only screen and (min-width:1024px){.sign-in__header{border:none;padding:1rem 0 0}}.sign-in__header-title{font-size:1rem;margin-bottom:0}.sign-in__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .sign-in__header-close{right:5px}[dir=rtl] .sign-in__header-close{left:5px}@media only screen and (min-width:1024px){.sign-in__header-close{top:5px}}.sign-in__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.sign-in__header-link_active{color:#fff}@media only screen and (min-width:1024px){.sign-in__header-link{display:none}}.sign-in__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center}.sign-in__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}.sign-in__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.sign-in__logo{display:block;height:100%;width:100%}.sign-in__body{margin:0 auto;padding:1rem 1rem 3rem;width:83.3%}@media only screen and (max-width:768px){.sign-in__body{width:100%}}.sign-in__forgot-password{color:#c50021;color:var(--brand-bg);cursor:pointer;display:flex;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;justify-content:flex-start;letter-spacing:normal;line-height:2;margin-bottom:16px;transition:.2s;width:max-content}.sign-in__forgot-password:hover{color:#fff}@media only screen and (min-width:1024px){[dir=ltr] .sign-in__forgot-password{padding:7px 0 0 9px}[dir=rtl] .sign-in__forgot-password{padding:7px 9px 0 0}}.sign-in__group{margin-bottom:2.2rem}.sign-in__group:nth-child(3){margin-bottom:1.5rem}@media only screen and (min-width:768px){.sign-in__group{padding:0 6px}}.sign-in__group-label{color:#bbb;font-size:.75rem;margin-bottom:.3rem}.sign-in__group-input{height:27px}@media only screen and (max-width:768px){.sign-in__group-input{height:38px}}.sign-in__btn-wrapper{height:40px;height:48px;margin:0 auto 25px;min-height:40px;width:100%}@media only screen and (min-width:768px){.sign-in__btn-wrapper{padding:0 6px}}[dir=ltr] .sign-in__icon{margin-left:10px;transform:rotate(90deg)}[dir=rtl] .sign-in__icon{margin-right:10px;transform:rotate(-90deg)}.sign-in__footer{align-items:center;background:#0f1923;background:var(--main-bg);display:flex;justify-content:center;padding:1rem;width:100%}@media only screen and (max-width:768px){.sign-in__footer{margin-top:auto}}.sign-in__footer-text{color:#bbb;font-size:.75rem}.sign-in__no-account{color:#bcbfc7;display:flex;font-size:12px;font-weight:300;justify-content:center;margin-bottom:10px;text-align:center}@media only screen and (max-width:1024px){.sign-in__no-account{display:none}}.sign-in__register-link{color:#d80024;color:var(--brand-text-color);cursor:pointer}[dir=ltr] .sign-in__register-link{margin-left:5px}[dir=rtl] .sign-in__register-link{margin-right:5px}.check-box{align-items:center;background:#fff;border:1px solid #767676;border-radius:3px;box-sizing:border-box;display:flex;flex-shrink:0;height:1.25rem;justify-content:center;position:relative;transition:all .3s ease-in;-webkit-user-select:none;user-select:none;width:1.25rem}.check-box__input{display:none}.check-box_variant_main{background:#0f1923;background:var(--main-bg);border-color:#d80024;border-color:var(--brand-text-color);margin-top:5px}.check-box_variant_casino{background:#fff;margin-top:3px}.check-box_variant_casino.check-box_checked{background:#767676}.check-box__error{color:#cb0101b3;font-family:Roboto,sans-serif;font-size:13px;font-weight:600;position:absolute;text-align:center;top:120%}[dir=ltr] .check-box__error{left:0}[dir=rtl] .check-box__error{right:0}.check-box__check{display:block;height:100%;width:.75rem}.check-box_view{position:absolute}.input-common__wrapper{height:100%;position:relative;width:100%}.input-common__wrapper_isFlex{align-items:center;display:flex}.input-common__left-icon{height:100%;width:100%}.input-common__left-icon *{fill:#d5d5d5}.input-common__left-icon-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:50px}.input-common__error{bottom:-19px;color:red;font-size:1.2rem;position:absolute}[dir=ltr] .input-common__error{left:50%;transform:translateX(-50%)}[dir=rtl] .input-common__error{right:50%;transform:translateX(50%)}.input-common__bottom-text{text-align:center}.input-common input.MuiInput-input:-internal-autofill-selected,.input-common input.MuiInput-input:-webkit-autofill,.input-common input.MuiInput-input:-webkit-autofill:active,.input-common input.MuiInput-input:-webkit-autofill:focus,.input-common input.MuiInput-input:-webkit-autofill:hover{-webkit-text-fill-color:#e3e3e3!important;-webkit-box-shadow:inset 0 0 0 2000px #2a2a31!important;-webkit-transition:background-color 5s ease-in-out 0s;transition:background-color 5s ease-in-out 0s;-webkit-transition:background-color 5s ease-in-out 1s}.input-common .MuiInputAdornment-positionEnd{color:#fff;height:100%;position:absolute}[dir=ltr] .input-common .MuiInputAdornment-positionEnd{right:10px}[dir=rtl] .input-common .MuiInputAdornment-positionEnd{left:10px}.input-common .Mui-disabled{-webkit-text-fill-color:inherit!important}.input.Mui-focused{border:none;box-shadow:none!important}.select-input{height:100%;width:100%}.select-input__label-new{color:red;font-size:1rem;font-weight:600;text-transform:uppercase}[dir=ltr] .select-input__label-new{margin-left:5px}[dir=rtl] .select-input__label-new{margin-right:5px}.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{color:#0f202d;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,.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){.MuiPaper-root{border-radius:0!important;left:0!important;margin:0 auto;right:0!important}}.sign-up-form{background:#0f1923;background:var(--main-bg);color:#bbb;display:flex;flex-direction:column;width:500px}@media only screen and (max-width:768px){.sign-up-form{background:none;overflow-y:auto;width:100%}}@media only screen and (min-width:768px){.sign-up-form{align-items:center}}.sign-up-form__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}@media only screen and (min-width:1024px){.sign-up-form__header{border:none;padding:1rem 0 0}}.sign-up-form__header-title{font-size:1rem;margin-bottom:0}.sign-up-form__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .sign-up-form__header-close{right:5px}[dir=rtl] .sign-up-form__header-close{left:5px}@media only screen and (min-width:1024px){.sign-up-form__header-close{top:5px}}.sign-up-form__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.sign-up-form__header-link_active{color:#fff}@media only screen and (min-width:1024px){.sign-up-form__header-link{display:none}}.sign-up-form__wrapper-input{width:100%}[dir=ltr] .sign-up-form__icon{margin-left:10px;transform:rotate(90deg)}[dir=rtl] .sign-up-form__icon{margin-right:10px;transform:rotate(-90deg)}.sign-up-form__verify-block{align-items:center;background:#1a242d;border-radius:.1875rem;color:#fff;cursor:pointer;display:flex;font-family:Sofia Pro,sans-serif;font-size:1rem;justify-content:center;padding:.2375rem .725rem;position:absolute}[dir=ltr] .sign-up-form__verify-block{margin-right:.1rem;right:.625rem}[dir=rtl] .sign-up-form__verify-block{left:.625rem;margin-left:.1rem}.sign-up-form__verify-block-logo{animation:logo-loading .5s ease-in-out infinite;height:15px;position:absolute;width:15px}[dir=ltr] .sign-up-form__verify-block-logo{right:5px}[dir=rtl] .sign-up-form__verify-block-logo{left:5px}[dir=ltr] .sign-up-form__verify-block_documentLoading{padding:.4375rem 1.725rem .4375rem .725rem}[dir=rtl] .sign-up-form__verify-block_documentLoading{padding:.4375rem .725rem .4375rem 1.725rem}@media only screen and (max-width:768px){.sign-up-form__verify-block{font-size:1rem}}.sign-up-form__country-block{align-items:center;color:#bbb;display:flex;font-family:Sofia Pro,sans-serif;font-size:1rem;justify-content:center}[dir=ltr] .sign-up-form__country-block{left:.3125rem;padding:0 .1875rem .1875rem .625rem}[dir=rtl] .sign-up-form__country-block{padding:0 .625rem .1875rem .1875rem;right:.3125rem}@media only screen and (max-width:768px){.sign-up-form__country-block{font-size:1rem}}.sign-up-form__country-block img{border-radius:100%;height:.9625rem;width:.9625rem}[dir=ltr] .sign-up-form__country-block img{margin-right:.3rem}[dir=rtl] .sign-up-form__country-block img{margin-left:.3rem}.sign-up-form__hr{border:1px solid hsla(0,0%,100%,.102);border:1px solid var(--main-border-color);margin-bottom:19px;position:relative;width:100%}.sign-up-form__hr:last-child{margin-bottom:0}.sign-up-form__hr-text{background:#1a242d;color:#d80024;color:var(--brand-text-color);font-size:14px;padding:0 2px;position:absolute;top:calc(100% - 8px)}[dir=ltr] .sign-up-form__hr-text{left:14px}[dir=rtl] .sign-up-form__hr-text{right:14px}.sign-up-form__form{align-items:center;display:flex;flex-direction:column;padding:0 .625rem .475rem;width:100%}@media only screen and (min-width:1024px){.sign-up-form__form{max-height:80vh;overflow-y:auto}}.sign-up-form__form ::-webkit-scrollbar{width:6px}.sign-up-form__form ::-webkit-scrollbar-thumb{background:#0f1923;background:var(--main-bg);background-clip:content-box;border:0 solid #0000}.sign-up-form__form ::-webkit-scrollbar-track{background-color:#0000001a}.sign-up-form__form-header{justify-content:space-between;margin-bottom:14px;width:100%}.sign-up-form__example-check,.sign-up-form__form-header{align-items:center;display:flex}[dir=ltr] .sign-up-form__example-icon{margin-right:5px}[dir=rtl] .sign-up-form__example-icon{margin-left:5px}.sign-up-form__example-icon img{width:2rem}.sign-up-form__note{color:#d80024;color:var(--brand-text-color);font-style:italic;position:relative}.sign-up-form__note:before{content:"✱";font-size:9px;font-style:normal;position:absolute}[dir=ltr] .sign-up-form__note:before{left:-10px}[dir=rtl] .sign-up-form__note:before{right:-10px}.sign-up-form__account-details{margin-bottom:30px}@media only screen and (min-width:1024px){.sign-up-form__account-details{height:100%;min-height:240px;overflow-y:auto}}.sign-up-form__account-details,.sign-up-form__personal-details{width:100%}.sign-up-form__label-text{position:relative;width:max-content}@media only screen and (max-width:768px){.sign-up-form__label-text{margin-bottom:.25rem}}[dir=ltr] .sign-up-form__label-text_promocode{padding-right:8px}[dir=rtl] .sign-up-form__label-text_promocode{padding-left:8px}.sign-up-form__radio-wrapper{align-items:center;display:flex;justify-content:center;width:12.625rem}[dir=ltr] .sign-up-form__radio-wrapper{margin-left:1.75rem}[dir=rtl] .sign-up-form__radio-wrapper{margin-right:1.75rem}.sign-up-form__label-radio{align-items:center;display:flex}[dir=ltr] .sign-up-form__label-radio:first-child{margin-right:2rem}[dir=rtl] .sign-up-form__label-radio:first-child{margin-left:2rem}[dir=ltr] .sign-up-form__radio-text{margin-left:.3125rem}[dir=rtl] .sign-up-form__radio-text{margin-right:.3125rem}.required .sign-up-form__label-text:after{content:"✱";font-size:9px;opacity:1;position:absolute;top:0}[dir=ltr] .required .sign-up-form__label-text:after{right:-12px}[dir=rtl] .required .sign-up-form__label-text:after{left:-12px}.sign-up-form__group{display:flex;flex-direction:column;justify-content:flex-end;margin:0 auto .8rem;white-space:nowrap;width:80%}@media only screen and (max-width:768px){.sign-up-form__group{flex-direction:column;width:100%}}@media only screen and (min-width:1024px){.sign-up-form__group{width:88%}}.sign-up-form__input-label{margin-bottom:5px}.sign-up-form__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:15px}.sign-up-form__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}.sign-up-form__logo-wrapper{display:block;margin-bottom:.9375rem}.sign-up-form__logo{display:block;height:100%;width:100%}.sign-up-form__select-container .select-input__custom-select{background:#2a2a31!important}.sign-up-form__input-container,.sign-up-form__select-container{height:2.5rem;width:100%}.sign-up-form__terms{align-items:center;align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1rem;position:relative;width:93%}.sign-up-form__terms span{font-size:16px}.sign-up-form__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%}.sign-up-form__recaptcha-wrapper{position:absolute;top:160%}[dir=ltr] .sign-up-form__recaptcha-wrapper{left:50%;transform:translateX(-50%)}[dir=rtl] .sign-up-form__recaptcha-wrapper{right:50%;transform:translateX(50%)}.sign-up-form__accept{align-items:center;display:flex;justify-content:center;margin-bottom:1.3rem}.sign-up-form__accept:not(:first-child){margin-bottom:.7rem}.sign-up-form__accept-text{font-size:.875rem;margin-top:.25rem;position:relative;text-indent:13px}[dir=ltr] .sign-up-form__accept-text{margin-left:4px}[dir=rtl] .sign-up-form__accept-text{margin-right:4px}.sign-up-form__star{font-size:15px!important;position:relative;top:-1px}[dir=ltr] .sign-up-form__star{right:3px}[dir=rtl] .sign-up-form__star{left:3px}.sign-up-form__link{color:#ffb401;text-decoration:underline}.sign-up-form__button{height:40px;height:48px;margin:0 auto 25px;min-height:40px;width:100%}@media only screen and (min-width:768px){.sign-up-form__button{margin-bottom:15px;padding:0 6px}}.sign-up-form__promocode-checkbox{position:absolute;top:0}[dir=ltr] .sign-up-form__promocode-checkbox{right:-15px}[dir=rtl] .sign-up-form__promocode-checkbox{left:-15px}[dir=ltr] .sign-up-form__promocode-text{margin-left:1.75rem}[dir=rtl] .sign-up-form__promocode-text{margin-right:1.75rem}@media only screen and (max-width:768px){[dir=ltr] .sign-up-form__promocode-text{margin-left:0}[dir=rtl] .sign-up-form__promocode-text{margin-right:0}}.sign-up-form input::-webkit-inner-spin-button,.sign-up-form input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sign-up-form input[type=number]{-moz-appearance:textfield}.sign-up-form input[name=firstName],.sign-up-form input[name=lastName]{text-transform:uppercase}.sign-up-form__message{border-radius:5px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;margin-top:5px;padding:2px 11px;width:100%}.sign-up-form__message_success{background-color:#44741e}.sign-up-form__info{color:#ff2929;font-size:16px;font-weight:700;margin-bottom:15px;text-align:center;width:100%}.sign-up-form__info-link{color:#ffb401;cursor:pointer;text-decoration:underline}.sign-up-form__have-account{color:#bcbfc7;display:flex;font-size:12px;font-weight:300;justify-content:center;margin-bottom:10px;text-align:center}@media only screen and (max-width:1024px){.sign-up-form__have-account{display:none}}.sign-up-form__register-link{cursor:pointer}[dir=ltr] .sign-up-form__register-link{margin-left:5px}[dir=rtl] .sign-up-form__register-link{margin-right:5px}@keyframes logo-loading{0%{opacity:.5;scale:1}25%{opacity:.75}50%{opacity:1;scale:1.25}75%{opacity:.75}to{opacity:.5;scale:1}}.sign-up-desktop{border-radius:4px;display:flex;flex-direction:row;position:relative}.sign-up-desktop__header{align-items:center;background:#d80024;background:var(--brand-text-color);border-radius:5px 5px 0 0;box-shadow:0 4px 4px #00000040;display:flex;height:50px;justify-content:space-between;padding:9px 20px;width:100%}.sign-up-desktop__header-title{color:#fff;font-family:Roboto,sans-serif;font-size:24px;font-weight:700;text-align:center}.sign-up-desktop__header-close{cursor:pointer;width:19px}.sign-up-desktop__image{min-width:398px}.sign-up-desktop__image .carousel-slider{border-radius:0;box-shadow:none;margin:0}.sign-up-mobile{align-items:center;display:flex;flex-direction:column;height:var(--vh);width:100vw}.sign-up-mobile__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}.sign-up-mobile__header-title{font-size:1rem;margin-bottom:0}.sign-up-mobile__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .sign-up-mobile__header-close{right:5px}[dir=rtl] .sign-up-mobile__header-close{left:5px}.sign-up-mobile__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.sign-up-mobile__header-link_active{color:#fff}.sign-up-mobile__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center}.sign-up-mobile__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}.sign-up-mobile__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.sign-up-mobile__logo{display:block;height:100%;width:100%}.sign-up-mobile__body{height:100%;margin:0 auto;overflow-y:auto;padding:1rem 1rem 3rem;width:100%}.sign-up-mobile__image{width:100%}.sign-up-mobile__image .carousel-slider{border-radius:0;box-shadow:none;margin:0 0 20px}.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}.slots-icon{cursor:pointer;display:flex;font-size:14px;padding-bottom:130%;position:relative;width:100%}.slots-icon__bottom{bottom:1%;display:flex;flex-direction:column;height:76px;justify-content:flex-end;padding:0 8px 8px;position:absolute;width:100%}@media only screen and (max-width:475px){.slots-icon__bottom{height:45%}}@media only screen and (min-width:1200px)and (max-width:1440px){.slots-icon__bottom{bottom:2%}}@media only screen and (min-width:1440px){.slots-icon__bottom{bottom:0}}.slots-icon__bottom_isSearchBlock{height:43px}@media only screen and (max-width:475px){.slots-icon__bottom_isSearchBlock{height:45px}}.slots-icon__bottom-game{font-size:14px;font-weight:600;line-height:1.3}.slots-icon__bottom-provider{font-size:12px;font-weight:400;line-height:16px;text-transform:capitalize}.slots-icon_big{grid-column:span 2;grid-row:span 2}.slots-icon__new-label{align-items:center;background:#c50021;background:var(--brand-bg);border-radius:.3125rem;color:#fff;color:var(--brand-color);display:flex;font-size:.75rem;justify-content:center;padding:1px 5px;position:absolute;text-transform:uppercase;top:-7px;z-index:9}[dir=ltr] .slots-icon__new-label{right:0}[dir=rtl] .slots-icon__new-label{left:0}@media only screen and (max-width:768px){.slots-icon__new-label{font-size:.9rem}}.slots-icon__new-label-text{--bg-size:400%;--color-one:#fff700;--color-two:#fff;animation:move-bg 5s linear infinite;color:#0000;font-weight:700}[dir=ltr] .slots-icon__new-label-text{background:linear-gradient(90deg,var(--color-one),var(--color-two),var(--color-one)) 0 0/var(--bg-size) 100%}[dir=rtl] .slots-icon__new-label-text{background:linear-gradient(-90deg,var(--color-one),var(--color-two),var(--color-one)) 0 0/var(--bg-size) 100%}[dir] .slots-icon__new-label-text{background-clip:text;-webkit-background-clip:text}@media(prefers-reduced-motion:no-preference){.slots-icon__new-label-text{animation:move-bg 5s linear infinite}@keyframes move-bg{to{background-position:var(--bg-size) 0}}}.slots-icon__img{object-fit:cover;object-position:center}.slots-icon__img_loading{display:none}.slots-icon__img-plug{align-items:center;animation:background-loading 2s ease-in-out infinite;background-color:#353e4c;background-repeat:no-repeat;background-size:200px 100%;border-radius:4px;color:#746d6d;display:flex;height:100%;justify-content:center;margin:0 auto;position:absolute;width:100%}[dir=ltr] .slots-icon__img-plug{background-image:linear-gradient(90deg,#353e4c,#8a90a2,#353e4c)}[dir=rtl] .slots-icon__img-plug{background-image:linear-gradient(-90deg,#353e4c,#8a90a2,#353e4c)}.slots-icon__img-content{height:100%;position:absolute;top:0;transition:all .2s ease-in-out;width:100%;z-index:2}[dir=ltr] .slots-icon__img-content{left:0}[dir=rtl] .slots-icon__img-content{right:0}.slots-icon__img-container{border-radius:3px;bottom:0;display:block;overflow:hidden;width:100%}.slots-icon__img-container,.slots-icon__overlay{height:100%;left:0;position:absolute;right:0;top:0}.slots-icon__overlay{z-index:3}@media only screen and (min-width:768px){.slots-icon__overlay:hover .slots-icon__favorite-wrapper .slots-icon__favorite,.slots-icon__overlay:hover .slots-icon__overlay__content{opacity:1}.slots-icon__overlay:hover+.slots-icon__img-content{filter:grayscale(.8)}}.slots-icon__overlay__button{fill:#fff;height:54px;width:54px}.slots-icon__overlay__content{align-items:flex-start;background:#000c;display:flex;flex-direction:column;height:100%;opacity:0;padding:12px 16px 0;position:absolute;top:0;transition:opacity .15s ease-in-out;width:100%}[dir=ltr] .slots-icon__overlay__content{left:0}[dir=rtl] .slots-icon__overlay__content{right:0}.slots-icon__overlay__icon{color:#fff;height:5em;margin-bottom:1.2rem;transition:color .2s ease-out;width:5em}.slots-icon__overlay__title{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.slots-icon__overlay__name{color:#fff;font-size:14px;margin-top:1.5rem;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.slots-icon__favorite{align-items:center;cursor:pointer;display:flex;justify-content:center;opacity:0;transition:opacity .15s ease-in-out}.slots-icon__favorite-svg{width:1.875rem}.slots-icon__favorite-wrapper{position:absolute;top:.3rem;z-index:3}[dir=ltr] .slots-icon__favorite-wrapper{right:.4375rem}[dir=rtl] .slots-icon__favorite-wrapper{left:.4375rem}.slots-icon__favorite:hover,.slots-icon__favorite_isActive{opacity:1}.slots-icon__favorite:hover *,.slots-icon__favorite_isActive *{fill:#e9ab04}.slots-icon__add-frame{border:2px solid;border-radius:50%;color:#ff0;cursor:pointer;font-size:18px;line-height:1;padding:2px 6px}.slots-icon__add-frame-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.slots-icon__dropWins-wrapper{border-top:55px solid #111;position:absolute;top:0}[dir=ltr] .slots-icon__dropWins-wrapper{border-right:55px solid #0000;left:0}[dir=rtl] .slots-icon__dropWins-wrapper{border-left:55px solid #0000;right:0}.slots-icon__dropWins-image{animation:scaleDumping 2s infinite;position:absolute;top:-55px;width:40px}[dir=ltr] .slots-icon__dropWins-image{left:0}[dir=rtl] .slots-icon__dropWins-image{right:0}@keyframes background-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes scaleDumping{0%{transform:scale(.7)}50%{transform:scale(1)}to{transform:scale(.7)}}.filtered-slots__wrapper{align-items:center;display:flex;gap:15px}.filtered-slots__slot{border-radius:4px;flex-shrink:0;height:110px;margin-bottom:15px;width:85px}.filtered-slots__slot-info{display:flex;flex-direction:column;font-size:14px}.filtered-slots__slot-name{font-weight:600}.filtered-slots__slot-provider{color:#bbb;text-transform:capitalize}.search-block{margin:15px 0;width:100%}.search-block__overlay{background-color:#1a2e38b3;height:100%;position:fixed;top:0;width:100%;z-index:7}[dir=ltr] .search-block__overlay{left:0}[dir=rtl] .search-block__overlay{right:0}.search-block_isModal .search-block__overlay{background-color:#0000}.search-block__input{align-items:center;display:flex;flex-direction:row;gap:2px;justify-content:center;position:relative;z-index:7}.search-block__input>.input__wrapper>div{background:none}.search-block__input>.input__wrapper>div>input{color:#000;color:initial;font-size:16px}.search-block__dropdown-block{background:#1d2730;border:1px solid hsla(0,0%,100%,.102);border-radius:3px;margin-top:30px;position:relative;z-index:8}.search-block__dropdown-title{margin-bottom:20px}.search-block__dropdown-header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);display:flex;gap:15px;justify-content:start;padding:0 23px}.search-block__dropdown-header-item{color:#bbb;cursor:pointer;font-size:12px;font-weight:600;padding:16px 12px;transition:color .2s ease}.search-block__dropdown-header-item_active{background:#0f1923;background:var(--main-bg);border-bottom:2px solid #d80024;border-bottom:2px solid var(--brand-text-color);color:#fff;color:var(--main-color)}.search-block__dropdown-items{margin-bottom:12px;margin-top:12px;max-height:400px;overflow:auto;padding:12px 23px}.search-block_isModal .search-block__dropdown-items{max-height:55vh}.search-block__icon{height:1rem;width:1rem}[dir=ltr] .search-block__icon-wrapper{margin-right:.4375rem}[dir=rtl] .search-block__icon-wrapper{margin-left:.4375rem}.search-block__openCloseAnim{animation:animatePopUpKeyframes .35s ease-out forwards}.search-component{align-items:center;background-color:#0f1923;background-color:var(--main-bg);color:#fff;color:var(--main-color);display:flex;flex-direction:column;height:var(--vh);position:relative;width:100vw}@media only screen and (min-width:768px){.search-component{max-width:460px}}@media only screen and (max-width:768px){.search-component{height:100vh}}.search-component__header{align-items:center;display:flex;gap:15px;line-height:1;padding:24px 16px 16px;width:100%;z-index:8}.search-component__header-title{font-size:18px;font-weight:700;margin-bottom:0}.search-component__header-arrow{height:23px;width:21px}.search-component__search-block{padding:0 16px;width:100%}.search-component__group{margin-bottom:1rem}@media only screen and (min-width:768px){.search-component__group{padding:0 6px}}.search-component__group-label{font-size:.75rem;margin-bottom:.3rem}.search-component__group-input{height:27px}@media only screen and (max-width:768px){.search-component__group-input{height:38px}}.search-component__btn-wrapper{margin-top:1.5rem;width:100%}@media only screen and (min-width:768px){.search-component__btn-wrapper{padding:0 6px}}.search-component__footer{align-items:center;background:#0f1923;background:var(--main-bg);display:flex;justify-content:center;padding:1rem;width:100%}@media only screen and (max-width:768px){.search-component__footer{margin-top:auto}}.search-component__footer-text{color:#fff;color:var(--main-color);font-size:.75rem}.activate-promocode{box-sizing:border-box;color:#fff;padding:0 20px;width:100vw}@media only screen and (min-width:768px){.activate-promocode{max-width:460px}}.activate-promocode__container{background:#1a242d;height:100%;width:100%}.activate-promocode__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}.activate-promocode__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .activate-promocode__header-close{right:5px}[dir=rtl] .activate-promocode__header-close{left:5px}@media only screen and (min-width:1024px){.activate-promocode__header-close{top:5px}}.activate-promocode__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.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}.bet-details{background-color:#273039;color:#bdbdbd;height:100%;min-width:300px;padding:50px 20px 10px;width:100%}.bet-details__item{align-items:center;border-bottom:.125rem solid #999;border-top:.2rem solid #999;display:flex;font-weight:600;justify-content:center;min-width:130px;padding:.6rem .125rem;width:100%}[dir=ltr] .bet-details__item{border-left:.0625rem solid #999}[dir=ltr] .bet-details__item:last-child,[dir=rtl] .bet-details__item{border-right:.0625rem solid #999}[dir=rtl] .bet-details__item:last-child{border-left:.0625rem solid #999}.bet-details__status_status_winner{color:#23a152}.bet-details__status_status_wait{color:#4b8bc7}.bet-details__status_status_loser{color:red}.bet-details__bets-header{display:flex;width:100%}.bet-details__content{margin-bottom:20px;overflow-x:scroll;width:100%}.bet-details__bet-info{margin:0}.bet-details__bet-info-row{display:flex;justify-content:space-between;padding:.6rem 0;width:100%}.bet-details__bet-info-row:not(:last-child){border-bottom:1px solid #5a5a5a33;margin-bottom:.5rem}.bet-details__bet-info-row-header{font-weight:600}.bet-details__button-wrapper{display:flex;height:30px;justify-content:center}.confirm-activate-bonus{align-items:center;background:#1a242d;box-sizing:border-box;display:flex;flex-direction:column;padding:2.75rem 2.2rem 6rem;position:relative;width:100vw}@media only screen and (min-width:768px){.confirm-activate-bonus{border-radius:5px;max-width:460px}}@media only screen and (max-width:768px){.confirm-activate-bonus{height:100vh}}.confirm-activate-bonus__person{width:10rem}.confirm-activate-bonus__button-wrapper{bottom:1rem;display:flex;justify-content:space-between;position:absolute;width:50%}[dir=ltr] .confirm-activate-bonus__button-wrapper{left:50%;transform:translateX(-50%)}[dir=rtl] .confirm-activate-bonus__button-wrapper{right:50%;transform:translateX(50%)}@media only screen and (max-width:768px){.confirm-activate-bonus__button-wrapper{justify-content:space-evenly;width:100%}}.confirm-activate-bonus__button button{padding:8px 15px}.confirm-activate-bonus__text{font-size:1.65rem;margin-top:1rem;width:90%}.profile-change-password{align-items:center;background:#1a242d;color:#bbb;display:flex;flex-direction:column;width:100vw}@media only screen and (min-width:768px){.profile-change-password{max-width:460px}}@media only screen and (max-width:768px){.profile-change-password{height:100vh}}.profile-change-password__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);display:flex;font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative;width:100%}@media only screen and (min-width:1024px){.profile-change-password__header{border:none;padding:1rem 0 0}}.profile-change-password__header-title{font-size:1rem;margin-bottom:0}.profile-change-password__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .profile-change-password__header-close{right:5px}[dir=rtl] .profile-change-password__header-close{left:5px}@media only screen and (min-width:1024px){.profile-change-password__header-close{top:5px}}.profile-change-password__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.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{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){.profile-change-password__form{max-height:80vh}}.profile-change-password__form::-webkit-scrollbar{display:none}.profile-change-password__form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px;width:100%}.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{margin:0 auto;padding:1rem 0 2.5rem;width:90%}@media only screen and (max-width:768px){.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{width:100%}.profile-change-password__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%}.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__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.profile-change-password__logo{display:block;height:100%;width:100%}.profile-change-password__btn-wrapper{height:40px;height:48px;margin:0 auto 25px;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%}.choose-document__all-methods{display:flex;flex-direction:column;row-gap:20px}@media only screen and (min-width:1024px){.choose-document__all-methods{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;height:200px}}.choose-document__document-icon{color:#71768e}.choose-document__method{align-items:center;background-color:#2e314280;border:1px solid hsla(0,0%,100%,.102);border:1px solid var(--main-border-color);border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;gap:10px;height:auto;min-height:96px}[dir=ltr] .choose-document__method{text-align:left}[dir=rtl] .choose-document__method{text-align:right}@media only screen and (max-width:768px){.choose-document__method{column-gap:10px}}@media only screen and (max-width:1024px){[dir=ltr] .choose-document__method{padding-left:28px}[dir=rtl] .choose-document__method{padding-right:28px}}@media only screen and (min-width:1024px){.choose-document__method{background-color:#0000;border-radius:4px;flex-direction:column;height:100%;padding-top:40px;position:relative;width:100%}}.choose-document__method:hover{background-color:#0f1923;background-color:var(--main-bg)}.choose-document__method:hover svg{color:#fff}.choose-document__method-icon{height:100%;width:100%}.choose-document__text{color:#fff;font-size:12px;font-weight:400;line-height:2;overflow:hidden;padding:0 6px;text-overflow:ellipsis}@media only screen and (min-width:1024px){.choose-document__text{text-align:center}}.choose-document__icon-wrapper{align-items:center;display:flex;height:50px;width:50px}@media only screen and (min-width:1024px){.choose-document__icon-wrapper{margin-top:10px}}.drop-zone{cursor:pointer;display:contents;text-align:center}.drop-zone_active{border:3px dashed hsla(0,0%,100%,.102);border:3px dashed var(--main-border-color)}.documents{background-color:#1d2730;position:relative;width:100vw}@media only screen and (min-width:768px){.documents{max-width:460px}}@media only screen and (max-width:768px){.documents{height:var(--vh);overflow-y:auto}}.documents__header-sub-title{color:#bbb;font-size:12px;font-weight:400;line-height:2}.documents__icon{color:#71768e}.documents__header{border-bottom:1px solid hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);font-size:.8rem;gap:5px;padding:24px 32px;position:relative;width:100%}[dir=ltr] .documents__header{text-align:left}[dir=rtl] .documents__header{text-align:right}.documents__header-title{color:#fff;font-size:20px;font-weight:600;line-height:1.6}.documents__header-close{background:#0000;cursor:pointer;outline:none;position:absolute;top:5px}[dir=ltr] .documents__header-close{right:5px}[dir=rtl] .documents__header-close{left:5px}.documents__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.documents__header span{border-bottom:3px solid #0000;border-top:3px solid #0000;height:0;width:0}[dir=ltr] .documents__header span{border-left:4px solid #d80024;border-left:4px solid var(--brand-text-color)}[dir=rtl] .documents__header span{border-right:4px solid #d80024;border-right:4px solid var(--brand-text-color)}.documents__cards-wrapper{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.documents__example{align-items:center;display:flex;height:110px;justify-content:center;margin-bottom:20px;max-width:100%;width:100%}.documents__example svg{height:100%;width:100%}.documents__card{align-items:center;border:1px solid hsla(0,0%,100%,.102);border:1px solid var(--main-border-color);border-radius:4px;cursor:pointer;display:flex;gap:15px;height:110px;justify-content:flex-start;max-width:100%;overflow:hidden;padding-bottom:22px;padding-top:22px;width:100%}[dir=ltr] .documents__card{padding-left:20px;padding-right:5px;text-align:left}[dir=rtl] .documents__card{padding-left:5px;padding-right:20px;text-align:right}@media only screen and (max-width:1024px){.documents__card{margin-bottom:10px}}@media only screen and (max-width:475px){.documents__card{gap:12px}[dir=ltr] .documents__card{padding-left:10px}[dir=rtl] .documents__card{padding-right:10px}}.documents__card:hover{background-color:#0f1923;background-color:var(--main-bg)}.documents__card:hover .documents__icon{color:#fff}.documents__card-icon{height:100%;width:100%}.documents__content{padding:32px}.documents__icon{height:auto;width:46px}.documents__icon-wrapper{display:flex}.documents__text{color:#bbb;font-size:12px;font-weight:400;line-height:2;margin-bottom:40px;margin-top:24px}[dir=ltr] .documents__text{text-align:left}[dir=rtl] .documents__text{text-align:right}.documents__text_card{color:#fff;margin:0}.documents__text_sub{font-size:10px;line-height:1.3;margin:0;max-width:100%;word-break:break-word}@media only screen and (max-width:768px){.documents__text_sub{font-size:8px;max-width:80%}}.documents__text-container{overflow:hidden}.documents__container{max-height:calc(var(--vh) - 100px);overflow-y:auto}.documents__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%}.documents__title{margin:5px 0 10px;text-align:center}.documents__buttons-wrapper{grid-gap:25px;bottom:5px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin:0 auto;padding:0 15px;width:100%}[dir=ltr] .documents__buttons-wrapper{left:0}[dir=rtl] .documents__buttons-wrapper{right:0}.documents__button-wrapper{height:40px}.documents__button-wrapper button{font-size:.85rem}.sidemenu{align-items:flex-start;background-color:#1a242d;border-radius:4px;box-shadow:0 5px 20px 0 #060a0e40;display:flex;flex-direction:column;font-size:12px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:1.33;list-style:none;margin:0;text-transform:uppercase;width:100%}[dir=ltr] .sidemenu{padding:20px 5px 20px 32px;text-align:left}[dir=rtl] .sidemenu{padding:20px 32px 20px 5px;text-align:right}@media only screen and (max-width:1024px){.sidemenu{height:100vh;padding:20px 5px;width:100vw}}.sidemenu_tabsOnTop{background-color:#0000;box-shadow:none;flex-direction:row;gap:32px;padding:0;text-transform:capitalize;width:100%}.sidemenu__subtext{color:#bcbfc7;font-size:12px;margin-top:7px;text-transform:capitalize}.sidemenu__text{text-transform:uppercase}.sidemenu__text_tabsOnTop{font-size:14px;font-weight:700;line-height:39px;text-transform:none}.sidemenu__item{padding:12px 0;position:relative}@media only screen and (max-width:1024px){.sidemenu__item{align-items:flex-start;border-bottom:1px solid hsla(0,0%,100%,.102);border-bottom:1px solid var(--main-border-color);color:#fff;display:flex;flex-direction:column;font-size:12px;font-weight:600;justify-content:center;padding:16px;position:relative;text-transform:uppercase;width:100%}}@media only screen and (max-width:768px){.sidemenu__item_isArrow{padding:6px 16px}}.sidemenu__item-header{align-items:center;border-bottom:0 solid #0000;color:#bbb;cursor:pointer;display:flex;font-size:.75rem;font-weight:400;font-weight:600;gap:8px;justify-content:space-between;text-transform:capitalize;transition:background-color .3s ease}@media only screen and (max-width:1024px){.sidemenu__item-header{align-items:start;color:#fff;flex-direction:column;text-transform:uppercase}}@media only screen and (max-width:768px){.sidemenu__item-header_isArrow{align-items:center;height:30px;justify-content:center;width:30px}}.sidemenu__item-header-icon{width:16px}.sidemenu__item-header-icon *{fill:#bbb}.sidemenu__item-header_isActive{color:#fff}.sidemenu__item-header_isActive .sidemenu__item-header-icon *{fill:#fff}.sidemenu__item-header_tabsOnTop{padding-bottom:24px;transition:all .3s ease}.sidemenu__item-header_tabsOnTop:hover{color:#fff}.sidemenu__item-header_isActiveOnTop{border-bottom:2px solid #d80024!important;border-bottom:2px solid var(--brand-text-color)!important}.sidemenu__item:first-child .sidemenu__item-header{border-top:none}.sidemenu__item-list{background-color:#333c40;margin:0;padding:.5rem 0}.sidemenu__item-sub{padding-left:12px;padding-right:12px}.sidemenu__item-sub span{border-bottom:1px solid #505252;color:#fff;color:var(--main-color);cursor:pointer;display:block;font-size:.75rem;padding:.375rem 6px;text-transform:capitalize;transition:color .3s ease}.sidemenu__item-sub_active span{font-weight:600}.sidemenu__item-sub:last-child span{border-bottom:1px solid #0000}.choose-payment__method{animation:fadeIn .35s ease-out forwards;background-color:#2e314280;border:1px solid hsla(0,0%,100%,.102);border:1px solid var(--main-border-color);border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:space-between;margin-bottom:12px;opacity:0;overflow:hidden;padding:8px 16px;text-transform:capitalize;transition:opacity .35s}.choose-payment__method_hide{border:none;height:0;opacity:0!important;padding:0}.choose-payment__method-icon{width:16px}.choose-payment__method-icon_type_usdterc20{width:20px}.choose-payment__method-icon_type_pagstar{height:10px;width:33px}.choose-payment__method-icon_type_eth{width:13px}.choose-payment__method-icon_type_bnbbsc{margin-top:2px;width:24px}.choose-payment__method-icon_type_crypto{height:100%;width:20px}.choose-payment__method-icon_type_crypto path{fill:#fff}.choose-payment__icon-wrapper{align-items:center;display:flex}.choose-payment__text{background-color:#2e2e2e;border:1px dashed #a1a1a1;border-radius:10px;color:#a1a1a1;font-size:8.4px;padding:10px;width:100%}.choose-payment__spinner{height:15px;margin:0 auto;position:relative;width:15px}.choose-payment__spinner:before{animation:animate-rotate 1s linear 0s infinite;border-bottom:3px solid #bbb;border-left-style:solid;border-left-width:3px;border-radius:50%;border-right-style:solid;border-right-width:3px;border-top:3px solid #bbb;content:"";display:block;height:100%;position:absolute;top:0;width:100%}[dir=ltr] .choose-payment__spinner:before{border-left-color:#0000;border-right-color:#bbb;left:0}[dir=rtl] .choose-payment__spinner:before{border-left-color:#bbb;border-right-color:#0000;right:0}@keyframes animate-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.crypto-payment{max-height:600px;width:100%}.crypto-payment__button{height:30px;margin:1.5rem 0;max-width:11rem;width:auto}@media only screen and (max-width:768px){.crypto-payment__button{margin-left:auto;margin-right:auto}}.crypto-payment__container{min-height:5vh;position:relative}.crypto-payment__text{align-items:center;display:flex;font-size:1.2rem;margin-bottom:1.5rem}@media only screen and (max-width:768px){.crypto-payment__text{font-size:1rem}}.crypto-payment__address{margin-bottom:1.5rem}@media only screen and (max-width:768px){.crypto-payment__address{max-width:100%}}.crypto-payment__address button{color:#000;font-size:1.1rem;padding:.5rem 1rem;-webkit-user-select:all;user-select:all}@media(max-width:430px){.crypto-payment__address button{font-size:.79rem}}.crypto-payment__qr-container{align-items:center;display:flex;justify-content:center}.crypto-payment__qr-container svg{border:15px solid #fff;border-radius:10px}.crypto-payment__attention{color:#d80024;color:var(--brand-text-color)}.crypto-payment__min{font-size:1.2rem;margin-bottom:1.5rem}@media only screen and (max-width:768px){.crypto-payment__min{font-size:1rem}}.crypto-payment__info{font-size:1.2rem;margin-bottom:1.5rem;text-transform:uppercase}@media only screen and (max-width:768px){.crypto-payment__info{font-size:1rem}}.crypto-payment__info-amount{color:#d80024;color:var(--brand-text-color)}.current-payment{width:100%}.current-payment__group{color:#bbb;margin-bottom:5px;width:100%}.current-payment__group_isBankTransfer{margin-bottom:15px}.current-payment__group-title{color:#fff;font-family:Jost;font-size:20px;font-weight:700;line-height:100%;margin-bottom:12px}.current-payment__group-input{height:60px;margin-bottom:10px;width:100%}.current-payment__group-input .MuiInputBase-root{color:#000}.current-payment__group-input select{background-color:#fff;border:none;border-radius:none;border-radius:2px;color:#000;height:100%;outline:none;text-transform:capitalize;width:100%}[dir=ltr] .current-payment__group-input select{border-right:10px solid #0000}[dir=rtl] .current-payment__group-input select{border-left:10px solid #0000}.current-payment__group-input input::-webkit-inner-spin-button,.current-payment__group-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.current-payment__group-input input[type=number]{-moz-appearance:textfield}.current-payment__group-input_type_selector{height:40px}.current-payment__group-input_isBankTransfer input{caret-color:#bbb;padding:5px 12px!important}.current-payment__group-input_isBankTransfer .MuiFormLabel-root{font-size:1.2rem!important;margin-bottom:5px!important;top:-5px}.current-payment__group-input_isBankTransfer .MuiTextField-root input{background-color:#1c2d3e!important;border-radius:5px!important}.current-payment__limits_isBankTransfer{background-color:#273039;border-radius:5px;color:#fff;font-family:Inter;font-size:14px;font-weight:400;line-height:140%;padding:14px;width:100%}.current-payment__bottom-info{margin:15px 0}.current-payment__bottom-text{color:#fff9;font-family:Inter;font-size:12px;font-weight:400;line-height:140%}.current-payment__lock-block{align-items:center;border-radius:.1875rem;cursor:pointer;display:flex;font-size:1rem;justify-content:center;position:absolute}[dir=ltr] .current-payment__lock-block{margin-right:.1rem;right:.625rem}[dir=rtl] .current-payment__lock-block{left:.625rem;margin-left:.1rem}.current-payment__title{margin:5px 0 10px;text-align:center}.current-payment__buttons-wrapper{grid-gap:25px;bottom:5px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin:0 auto;padding:0 15px;position:absolute;width:100%}[dir=ltr] .current-payment__buttons-wrapper{left:0}[dir=rtl] .current-payment__buttons-wrapper{right:0}.current-payment__buttons-wrapper_isBankTransfer{padding:0;position:relative}.current-payment__error{background-color:#cb010180;border-radius:5px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;padding:2px 11px;width:100%}.current-payment__error_withMargin{margin-bottom:17px}.current-payment__button-wrapper{height:40px}.current-payment__button-wrapper button{font-size:.85rem}.current-payment__button-wrapper_isBankTransfer{height:34px}.current-payment__button-wrapper_isBankTransfer button{font-size:1rem}.current-payment__block{border:3px solid hsla(0,0%,100%,.102);border:3px solid var(--main-border-color);border-radius:5px;margin-bottom:18px;padding:10px 7px;position:relative}.current-payment__block:last-child{margin-bottom:0}.current-payment__block-title{background-color:#1a242d;color:#ffffff4d;display:inline-block;padding:3px 8px;position:absolute;text-transform:capitalize;top:-17px}[dir=ltr] .current-payment__block-title{left:10px}[dir=rtl] .current-payment__block-title{right:10px}.current-payment__code-wrapper{word-wrap:break-word;background-color:#0f1923;background-color:var(--main-bg);border-radius:10px;padding:15px;position:relative;width:100%}.current-payment__code-copy-wrapper{height:30px;position:absolute;top:50%;transform:translateY(-50%)}[dir=ltr] .current-payment__code-copy-wrapper{right:10px}[dir=rtl] .current-payment__code-copy-wrapper{left:10px}.current-payment__code-text{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media only screen and (max-width:768px){.current-payment__code-text{max-width:400px}}@media only screen and (max-width:475px){.current-payment__code-text{max-width:80vw}}.current-payment__qrcode-container{align-items:center;display:flex;flex-direction:column;gap:10px}.current-payment__qrcode-button{height:30px;margin-top:10px;width:100%}.current-payment__qrcode-button button{font-size:15px;font-weight:700;padding:9px 24px;text-align:center;text-transform:uppercase;width:100%}.current-payment__qrcode-button button:hover{background:#0f1923;background:var(--main-bg)}@media only screen and (max-width:768px){.current-payment__qrcode-button{display:flex;height:40px;justify-content:center}}[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;overflow:auto;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}[dir=ltr] .simplebar-height-auto-observer-wrapper{float:left}[dir=rtl] .simplebar-height-auto-observer-wrapper{float:right}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;min-height:1px;min-width:1px;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:1000%;z-index:-1}[dir=ltr] .simplebar-height-auto-observer{left:0}[dir=rtl] .simplebar-height-auto-observer{right:0}.simplebar-track{bottom:0;overflow:hidden;pointer-events:none;position:absolute;z-index:1}[dir=ltr] .simplebar-track{right:0}[dir=rtl] .simplebar-track{left:0}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{-webkit-touch-callout:none;pointer-events:none;-webkit-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";opacity:0;position:absolute;transition:opacity .2s linear .5s}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{bottom:2px;left:2px;right:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px}[dir=ltr] .simplebar-track.simplebar-horizontal{left:0}[dir=rtl] .simplebar-track.simplebar-horizontal{right:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{bottom:0;min-height:0;min-width:10px;top:0;width:auto}[dir=ltr] .simplebar-track.simplebar-horizontal .simplebar-scrollbar{left:0;right:auto}[dir=rtl] .simplebar-track.simplebar-horizontal .simplebar-scrollbar{left:auto;right:0}[dir=ltr] [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}[dir=rtl] [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:auto;right:0}.simplebar-dummy-scrollbar-size{-ms-overflow-style:scrollbar!important;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}[dir=ltr] .simplebar-dummy-scrollbar-size{direction:rtl}[dir=rtl] .simplebar-dummy-scrollbar-size{direction:ltr}.simplebar-dummy-scrollbar-size>div{height:200%;margin:10px 0;width:200%}.simplebar-hide-scrollbar{-ms-overflow-style:none;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}[dir=ltr] .simplebar-hide-scrollbar{left:0}[dir=rtl] .simplebar-hide-scrollbar{right:0}.deposit-bank-transfer{background:#0f1923;display:flex;height:calc(var(--vh) - 250px);overflow:auto;width:100%}@media only screen and (max-width:768px){.deposit-bank-transfer{height:100%}}.deposit-bank-transfer__wrapper{display:flex;height:100%;margin-bottom:24px;width:100%}.deposit-bank-transfer__content{color:#fff;display:flex;flex-direction:column;padding:32px 24px;width:100%}@media only screen and (max-width:768px){.deposit-bank-transfer__content{height:100vh}}.deposit-bank-transfer .simplebar-track.simplebar-vertical{width:10px}[dir=ltr] .deposit-bank-transfer .simplebar-track.simplebar-vertical{right:12px}[dir=rtl] .deposit-bank-transfer .simplebar-track.simplebar-vertical{left:12px}.deposit-bank-transfer .simplebar-scrollbar:before{background-color:#fff3;border-radius:3px}.deposit-bank-transfer__title{font-family:Jost;font-size:20px;font-weight:700;line-height:100%;margin-bottom:12px}.deposit-bank-transfer__info{display:flex;flex-direction:column;font-family:Inter;font-size:12px;font-weight:400;gap:12px;line-height:140%;margin-bottom:15px}.deposit-bank-transfer__bottom-info{margin-bottom:20px}.deposit-bank-transfer__bottom-text{color:#fff9;font-family:Inter;font-size:12px;font-weight:400;line-height:140%}.deposit-bank-transfer__requisites{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.deposit-bank-transfer__requisite-item{align-items:center;background:#1c2d3e;border-radius:10px;color:hsla(0,0%,100%,.698);display:flex;font-family:Inter;font-size:14px;font-weight:600;line-height:100%;padding:15px;text-transform:capitalize}.deposit-bank-transfer__icon{height:20px;transition:all .2s ease-in-out;width:20px}.deposit-bank-transfer__icon_isTextCopied{scale:1.2;transition:all .2s ease-in-out}.deposit-bank-transfer__icon_isTextCopied path{fill:#c50021;transition:all .2s ease-in-out}.deposit-bank-transfer__icon-wrapper{cursor:pointer;display:flex}[dir=ltr] .deposit-bank-transfer__icon-wrapper{margin-left:auto}[dir=rtl] .deposit-bank-transfer__icon-wrapper{margin-right:auto}.deposit-bank-transfer__item-text,.deposit-bank-transfer__item-value{font-family:Inter;font-size:14px;font-weight:600;line-height:120%;text-transform:capitalize}.deposit-bank-transfer__item-text_isAddress{margin-bottom:auto}.deposit-bank-transfer__buttons-wrapper{display:flex}.deposit-bank-transfer__button-wrapper{height:34px;width:100%}.description-block{margin:10px 0 15px;width:100%}.description-block__text{width:100%}.description-block__text_isBankTransfer{background-color:#273039;border-radius:5px;color:#fff;font-family:Inter;font-size:14px;font-weight:400;line-height:140%;padding:14px;width:100%}.description-block__text h4{margin-bottom:10px}.description-block__text li{margin-bottom:5px}[dir=ltr] .description-block__text li>ol,[dir=ltr] .description-block__text li>ul{padding-left:15px}[dir=rtl] .description-block__text li>ol,[dir=rtl] .description-block__text li>ul{padding-right:15px}.additional-payment{height:100%;width:100%}.additional-payment__buttons-wrapper{display:flex;gap:25px;justify-content:center;margin:12px auto;width:100%}@media only screen and (min-width:1024px){.additional-payment__buttons-wrapper{position:relative}}.additional-payment__button-wrapper{height:40px;width:50%}.additional-payment__button-wrapper button{border-radius:15px!important;font-size:1rem}.deposit{background:#1a242d;padding:0 10px 50px;position:relative;width:100vw}@media only screen and (min-width:768px){.deposit{height:85vh;max-width:460px}}@media only screen and (max-width:768px){.deposit{height:var(--vh)}}.deposit_isBankTransfer{background:#0f1923;padding:0}.deposit__header{align-items:center;display:flex;flex-direction:column;font-size:.8rem;gap:5px;justify-content:center;padding:1.5rem;position:relative;width:100%}.deposit__header_isBankTransfer{background-color:#1a242d;flex-direction:row;justify-content:flex-start}.deposit__header-logo{width:150px}.deposit__header-logo img{width:100%}.deposit__header-title{font-size:16px;margin-top:8px}.deposit__header-nav{align-items:center;display:flex;gap:5px;justify-content:center;position:relative;width:100%}.deposit__header-nav-item{color:#bbb;font-size:.8rem;line-height:1;margin-bottom:0;position:relative}.deposit__header-nav-item_active{color:#fff}.deposit__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .deposit__header-close{right:5px}[dir=rtl] .deposit__header-close{left:5px}.deposit__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.deposit__header span{border-bottom:3px solid #0000;border-top:3px solid #0000;height:0;width:0}[dir=ltr] .deposit__header span{border-left:4px solid #d80024;border-left:4px solid var(--brand-text-color)}[dir=rtl] .deposit__header span{border-right:4px solid #d80024;border-right:4px solid var(--brand-text-color)}.deposit__header-link_active{color:#fff}@media only screen and (min-width:1024px){.deposit__header-link{display:none}}.deposit__container{max-height:calc(100vh - 140px);overflow-y:auto;padding-bottom:40px}@media only screen and (min-width:1440px){.deposit__container{max-height:calc(85vh - 140px)}}.deposit__container_isBankTransfer{padding:0}@media only screen and (min-width:768px){.deposit__container_isBankTransfer{overflow:hidden}}.deposit__group{color:#bbb;margin-bottom:5px;width:50%;width:100%}.deposit__group-input{height:60px;margin-bottom:10px;width:100%}.deposit__group-input .MuiInputBase-root{color:#000}.deposit__group-input select{background-color:#fff;border:none;border-radius:none;border-radius:2px;color:#000;height:100%;outline:none;text-transform:capitalize;width:100%}[dir=ltr] .deposit__group-input select{border-right:10px solid #0000}[dir=rtl] .deposit__group-input select{border-left:10px solid #0000}.deposit__group-input input::-webkit-inner-spin-button,.deposit__group-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.deposit__group-input input[type=number]{-moz-appearance:textfield}.deposit__title{margin:5px 0 10px;text-align:center}.deposit__buttons-wrapper{grid-gap:25px;bottom:5px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin:0 auto;padding:0;position:absolute;width:100%}[dir=ltr] .deposit__buttons-wrapper{left:0}[dir=rtl] .deposit__buttons-wrapper{right:0}.deposit__button-wrapper{height:40px}.deposit__button-wrapper button{font-size:.85rem}.deposit-payments{width:100%}.deposit-payments__group{color:#bbb;margin-bottom:5px;width:100%}.deposit-payments__group-input{height:60px;margin-bottom:10px;width:100%}.deposit-payments__group-input_error>.input__wrapper,.deposit-payments__group-input_error>input{border:1px solid #cb010180!important;border-radius:2.5px}.deposit-payments__group-input_correct>.input__wrapper,.deposit-payments__group-input_correct>input{border:1px solid #056205!important;border-radius:2.5px}.deposit-payments__group-input .MuiInputBase-root{color:#000}.deposit-payments__group-input input::-webkit-inner-spin-button,.deposit-payments__group-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.deposit-payments__group-input input[type=number]{-moz-appearance:textfield}.deposit-payments__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%}.deposit-payments__lock-block{align-items:center;border-radius:.1875rem;cursor:pointer;display:flex;font-size:1rem;justify-content:center;position:absolute}[dir=ltr] .deposit-payments__lock-block{margin-right:.1rem;right:.625rem}[dir=rtl] .deposit-payments__lock-block{left:.625rem;margin-left:.1rem}.deposit-payments__title{margin:5px 0 10px;text-align:center}.deposit-payments__buttons-wrapper{grid-gap:25px;bottom:5px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin:0 auto;position:absolute;width:100%}[dir=ltr] .deposit-payments__buttons-wrapper{left:10px}[dir=rtl] .deposit-payments__buttons-wrapper{right:10px}.deposit-payments__button-wrapper{height:40px}.deposit-payments__button-wrapper button{font-size:.85rem}.withdrawal{background:#1a242d;display:flex;flex-direction:column;padding:0 10px 50px;position:relative;width:100vw}@media only screen and (min-width:768px){.withdrawal{height:85vh;max-width:460px}}@media only screen and (max-width:768px){.withdrawal{height:100dvh}}.withdrawal_isBankTransfer{background:#0f1923;padding:0}.withdrawal__header{align-items:center;display:flex;flex-direction:column;font-size:.8rem;gap:5px;justify-content:center;padding:1.5rem;position:relative;width:100%}.withdrawal__header_isBankTransfer{background-color:#1a242d;flex-direction:row;justify-content:flex-start}.withdrawal__header-logo{width:150px}.withdrawal__header-logo img{width:100%}.withdrawal__header-title{font-size:16px;margin-top:8px}.withdrawal__header-nav{align-items:center;display:flex;gap:5px;justify-content:center;position:relative;width:100%}.withdrawal__header-nav-item{color:#bbb;font-size:.8rem;line-height:1;margin-bottom:0;position:relative}.withdrawal__header-nav-item_active{color:#fff}.withdrawal__header-close{background:#0000;cursor:pointer;outline:none;position:absolute}[dir=ltr] .withdrawal__header-close{right:5px}[dir=rtl] .withdrawal__header-close{left:5px}.withdrawal__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.withdrawal__header span{border-bottom:3px solid #0000;border-top:3px solid #0000;height:0;width:0}[dir=ltr] .withdrawal__header span{border-left:4px solid #d80024;border-left:4px solid var(--brand-text-color)}[dir=rtl] .withdrawal__header span{border-right:4px solid #d80024;border-right:4px solid var(--brand-text-color)}.withdrawal__header-link_active{color:#fff}@media only screen and (min-width:1024px){.withdrawal__header-link{display:none}}.withdrawal__group{color:#bbb;margin-bottom:5px;width:50%;width:100%}.withdrawal__group-input{height:60px;margin-bottom:10px;width:100%}.withdrawal__group-input .MuiInputBase-root{color:#000}.withdrawal__group-input select{background-color:#fff;border:none;border-radius:none;border-radius:2px;color:#000;height:100%;outline:none;text-transform:capitalize;width:100%}[dir=ltr] .withdrawal__group-input select{border-right:10px solid #0000}[dir=rtl] .withdrawal__group-input select{border-left:10px solid #0000}.withdrawal__group-input input::-webkit-inner-spin-button,.withdrawal__group-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.withdrawal__group-input input[type=number]{-moz-appearance:textfield}.withdrawal__title{margin:5px 0 10px;text-align:center}.withdrawal__buttons-wrapper{grid-gap:25px;bottom:5px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin:0 auto;padding:0;position:absolute;width:100%}[dir=ltr] .withdrawal__buttons-wrapper{left:0}[dir=rtl] .withdrawal__buttons-wrapper{right:0}.withdrawal__button-wrapper{height:40px}.withdrawal__button-wrapper button{font-size:.85rem}.withdrawal__container{display:flex;flex-direction:column;flex-grow:1;overflow-x:hidden}.withdrawal__container_isBankTransfer{height:100%;padding:32px 24px}.withdrawal .simplebar-track.simplebar-vertical{width:10px}[dir=ltr] .withdrawal .simplebar-track.simplebar-vertical{right:-12px}[dir=rtl] .withdrawal .simplebar-track.simplebar-vertical{left:-12px}.withdrawal .simplebar-scrollbar:before{background-color:#fff3;border-radius:3px}.withdrawal__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.withdrawal__acc-link{color:#bbb}.auto-complete{height:100%;width:100%}.auto-complete input{color:#fff;min-height:32px!important;padding:0 10px!important;text-transform:uppercase}.auto-complete input .MuiAutocomplete-listbox{padding:0!important}.auto-complete input .MuiAutocomplete-option[aria-selected=true]{background-color:#2a373c!important;background-color:var(--secondary-bg)!important}.auto-complete input .MuiAutocomplete-input{color:#fff}@media only screen and (max-width:768px){.auto-complete input{color:#000}}.payment-field-group{color:#bbb;margin-bottom:5px;width:100%}.payment-field-group_isBankTransfer{margin-bottom:15px}.payment-field-group_isBankTransfer .MuiInputLabel-root{font-size:1.2rem!important;margin-bottom:5px!important;top:-5px}.payment-field-group_isBankTransfer .MuiTextField-root input{background-color:#1c2d3e!important;border-radius:5px!important}.payment-field-group__overrideSelectStyles{background:var(--main-bg)!important;border:none!important;border-radius:0!important}.payment-field-group__overrideSelectStyles .MuiInputBase-root{height:100%}.payment-field-group__overrideSelectStyles input{color:#bbb}.payment-field-group__input{height:60px;margin-bottom:10px;width:100%}.payment-field-group__input_isBankTransfer input{caret-color:#bbb;padding:5px 12px!important}.payment-field-group__input .MuiInputBase-root{color:#000}.payment-field-group__input select{background-color:#fff;border:none;border-radius:none;border-radius:2px;color:#000;height:100%;outline:none;text-transform:capitalize;width:100%}[dir=ltr] .payment-field-group__input select{border-right:10px solid #0000}[dir=rtl] .payment-field-group__input select{border-left:10px solid #0000}.payment-field-group__input input::-webkit-inner-spin-button,.payment-field-group__input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.payment-field-group__input input[type=number]{-moz-appearance:textfield}.payment-field-group__input_type_selector{height:56px;margin-bottom:13px}.payment-field-group__error{background-color:#cb010180;border-radius:5px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;padding:2px 11px;width:100%}.payment-field-group__error_withMargin{margin-bottom:17px}.template-amount{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.template-amount__item-container{cursor:pointer;flex-direction:column}.template-amount__item-container,.template-amount__item-content{align-items:center;display:flex;justify-content:center;width:100%}.template-amount__item-content{background:#2c3441;border-radius:8px;color:#808895;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal;padding:10px 0}.template-amount__item-info{border-radius:1000px;display:none;line-height:100%;margin-top:-13%;padding:4px 10px}.template-amount_paymentType_deposit{grid-template-columns:repeat(4,minmax(0,1fr))}.template-amount_paymentType_deposit .template-amount__item-content{background:#192608;color:#7bbe2b;padding:10px 0 16px}.template-amount_paymentType_deposit .template-amount__item-info{background:#7bbe2b;display:block}.restrict{background:#1a242d;border-radius:5px;padding:0 10px 15px;position:relative;width:100vw}@media only screen and (min-width:768px){.restrict{max-width:460px}}@media only screen and (max-width:768px){.restrict{height:var(--vh)}}.restrict__header{align-items:center;display:flex;flex-direction:column;font-size:.8rem;gap:5px;justify-content:center;padding:1.5rem 0 .5rem;position:relative;width:100%}.restrict__header-close{background:#0000;cursor:pointer;outline:none;position:absolute;top:5px}[dir=ltr] .restrict__header-close{right:5px}[dir=rtl] .restrict__header-close{left:5px}.restrict__header-close-icon{color:#fff;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.restrict__subtitle{font-size:16px}.restrict__subtitle,.restrict__title{margin:5px 0 10px;text-align:center}.restrict__title_restrictType_isRestrictByEmail{color:#db0f11;font-size:25px;margin:0;text-transform:uppercase}.restrict__text{font-size:15px;padding:10px;text-align:center}.restrict__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.restrict__logo{display:block;height:100%;width:100%}.restrict__acc-link{color:#bbb}.transfer-comment{background-color:#1a242d;border-radius:4px;height:max-content;margin:auto;max-width:400px;min-width:300px;padding:25px 25px 20px}@media only screen and (max-width:1024px){.transfer-comment{width:400px}}@media only screen and (max-width:768px){.transfer-comment{align-items:center;border-radius:4px;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:45px 25px 25px;width:100%}}.transfer-comment__header{display:none}@media only screen and (max-width:768px){.transfer-comment__header{display:block;font-size:20px;margin-bottom:15px;text-align:center;width:100%}.transfer-comment__header-close{color:#bbb;font-size:30px;position:absolute;top:0}[dir=ltr] .transfer-comment__header-close{right:15px}[dir=rtl] .transfer-comment__header-close{left:15px}}.transfer-comment__text{font-size:19px;margin-bottom:30px;text-align:center;word-break:break-word}.transfer-comment__buttons{display:flex;gap:10px;justify-content:center}.transfer-comment__button-wrapper{min-width:70px;text-align:center}@media only screen and (max-width:768px){.transfer-comment__button-wrapper{min-width:inherit}.transfer-comment__button-wrapper .button{padding:5px 20px!important}}.withdraw-cancel{color:#fff;display:flex;flex-direction:column;margin:auto;padding:10px;position:relative;width:100%}.withdraw-cancel__container{background:#1a242d;border-radius:4px;height:100%;max-width:425px;width:100%}.withdraw-cancel__form{overflow-y:auto;padding:1.5rem 1rem 1rem}@media only screen and (min-width:768px){.withdraw-cancel__form{display:flex;flex-wrap:wrap;overflow:hidden}}.withdraw-cancel__text{font-size:18px;margin-bottom:10px;text-align:center}.withdraw-cancel__text_notice{color:#d80024;color:var(--brand-text-color)}.withdraw-cancel__section{display:flex;flex-direction:column;width:100%}.withdraw-cancel__buttons{align-items:center;display:flex;gap:10px;justify-content:center;padding:1rem 0 0;width:100%}.withdraw-cancel__button-wrapper{height:30px}.withdraw-cancel__button-wrapper button{font-weight:700;min-width:120px;text-transform:capitalize}.sport-modal{align-items:center;background:#0f1923;color:#fff;display:flex;flex-direction:column;font-size:14px;position:relative;width:400px}@media only screen and (max-width:768px){.sport-modal{width:calc(100vw - 32px)}}.sport-modal__header{align-items:center;background:#1b252e;color:#fff;display:flex;justify-content:space-between;padding:16px 32px;width:100%}.sport-modal__header span{align-items:center;cursor:pointer;display:flex}@media only screen and (max-width:768px){[dir=ltr] .sport-modal__header span{margin-left:30px}[dir=rtl] .sport-modal__header span{margin-right:30px}}.sport-modal__logo{height:35px;width:140px}.sport-modal__content{padding:32px 24px;width:100%}.sport-modal__label{font-size:20px;font-weight:700;line-height:1;margin-bottom:24px}.sport-modal__items{display:flex;flex-direction:column;gap:24px;width:100%}.sport-modal__item{align-items:center;background:#14202c;border-radius:8px;color:#fff;display:flex;gap:16px;height:64px;justify-content:flex-start;padding:0 20px}.sport-modal__item:hover{opacity:.8}.sport-modal__icon{height:32px;width:32px}.sport-modal__text{font-family:Inter,sans-serif;font-size:16px;font-weight:600;text-transform:capitalize}.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:140px;height:85px;position:absolute;width:100%}.roulette-game__bottom-heading_img{margin-top:55px;width:100%}.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-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:60px;width:300px}}.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:1.4rem}}[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}}.wheel-game{align-items:center;border-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;height:var(--vh);justify-content:center;padding:.75rem 2.2rem 6rem;position:relative}@media only screen and (min-width:1024px){.wheel-game{justify-content:flex-start;overflow-y:auto;padding:.75rem 2.2rem}}.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;border-radius:1.25rem;display:flex;flex-direction:column;margin:0 auto;padding:3.5rem .75rem .75rem;position:relative;width:100vw}@media only screen and (min-width:768px){.wheel-game-history__modal{max-width:460px}}@media only screen and (max-width:768px){.wheel-game-history__modal{height:var(--vh)}}.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:#1e2024;border-radius:1.25rem;box-sizing:border-box;max-height:85vh;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{animation:modalAppearance .25s ease-out forwards;background-color:#0006;height:100%;inset:0;position:fixed;width:100%;z-index:1000}.modal_exitAnim{animation:modalDisappearance .25s ease-out forwards}.modal_isFull{height:var(--vh);top:0}.modal__app-container{align-items:center;display:flex;font-size:1rem;justify-content:center;min-height:100%;transform:translateZ(0);width:100vw;z-index:15}@media only screen and (min-width:1440px){.modal__app-container{padding:2rem 0 0}}.modal__wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#000000a6;height:var(--vh);overflow-y:auto;position:fixed}.modal__wrapper_position_center{align-items:center;display:flex;justify-content:center}.modal__content-container{overflow:hidden;position:relative}.modal__content-container_bordered{border-radius:.25rem}[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:25px;justify-content:center;padding:0;position:absolute;top:5px;width:25px;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}.top-banner-hoc{align-items:center;background:#c50021;background:var(--brand-bg);color:#fff;color:var(--brand-color);display:flex;height:0;height:var(--banner-height);justify-content:center;position:fixed;width:100%;z-index:100}[dir=ltr] .top-banner-hoc{left:0}[dir=rtl] .top-banner-hoc{right:0}.top-banner-hoc__wrapper{gap:.8125rem;position:relative;width:100%}.top-banner-hoc__close-block,.top-banner-hoc__wrapper{align-items:center;display:flex;justify-content:center}.top-banner-hoc__close-block{cursor:pointer;height:1.5rem;position:absolute;text-align:center;width:1.5rem}[dir=ltr] .top-banner-hoc__close-block{right:0}[dir=rtl] .top-banner-hoc__close-block{left:0}.top-banner-hoc__close-icon{font-size:1.3rem;font-weight:700;line-height:1;text-shadow:none}.bonus-promotion-notification{align-items:center;display:flex;font-size:1rem;gap:10px;position:relative}@media only screen and (max-width:768px){.bonus-promotion-notification{font-size:12px}[dir=ltr] .bonus-promotion-notification{padding:0 30px 0 10px}[dir=rtl] .bonus-promotion-notification{padding:0 10px 0 30px}}@media only screen and (max-width:475px){.bonus-promotion-notification{font-size:10px}}.bonus-promotion-notification_isTakeBonus .bonus-promotion-notification__text{text-align:center}@media only screen and (min-width:475px){.bonus-promotion-notification_isWager .bonus-promotion-notification__text{white-space:nowrap}}.bonus-promotion-notification__text{align-items:center;color:#fff;display:flex;flex-wrap:wrap;font-size:1rem;font-weight:900;gap:5px;text-align:center}@media screen and (max-width:600px){.bonus-promotion-notification__text{font-size:.7rem}}.bonus-promotion-notification__button-wrapper{height:1.875rem}.bottom-menu__item{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:.7375rem 0;width:100%}.bottom-menu__item-wrapper{flex-shrink:0;height:100%;width:calc(16.66667% - .41667rem)}.bottom-menu__item-icon{flex-shrink:0;height:1rem;margin-bottom:.625rem;width:1rem}.bottom-menu__item-icon path{fill:#d80024;fill:var(--brand-text-color)}.bottom-menu__item-text{color:#fff;font-size:10px;font-weight:800;text-align:center}.bottom-menu-mobile{border-top:1px solid #272b41;bottom:-1px;box-shadow:0 -10px 10px #0f192340;height:63px;position:fixed;width:100%;z-index:100}.bottom-menu-mobile__items{align-items:center;background:#1d2730;display:flex;gap:.5rem;height:100%;justify-content:space-around;width:100%}.footer{background-color:#1d2730;padding:24px 12px 60px}.footer__wrapper{margin-left:auto;margin-right:auto;padding-left:6px;padding-right:6px;transition:all .6s ease;width:100%}@media only screen and (min-width:1024px){.footer__wrapper{max-width:calc(100% - var(--side-menu-width) - 10px)}[dir=ltr] .footer__wrapper{margin-right:0}[dir=rtl] .footer__wrapper{margin-left:0}}@media only screen and (min-width:1440px){.footer__wrapper{max-width:1140px;position:relative}[dir=ltr] .footer__wrapper{margin-right:auto;right:var(--container-ident)}[dir=rtl] .footer__wrapper{left:var(--container-ident);margin-left:auto}}@media only screen and (min-width:1600px){.footer__wrapper{max-width:1100px}}.footer__top{border-bottom:1px solid hsla(0,0%,100%,.102);display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:.5rem;padding-bottom:35px;position:relative}@media only screen and (max-width:768px){.footer__top{grid-template-columns:repeat(2,1fr)}.footer__top-item:first-child{grid-column:1/-1}}@media(max-width:300px){.footer__top{padding-bottom:5vh}}.footer__sub-text{bottom:5px;color:#acafb0;font-size:12px;position:absolute;text-align:center;width:100%}.footer__lang-wrapper{margin:15px 0;padding:.25rem 12px}@media only screen and (min-width:1024px){.footer__lang-wrapper{display:flex;justify-content:flex-end}}.footer__icons{display:grid;grid-template-columns:repeat(5,1fr);padding:1rem .7rem}.footer__icons-wrapper{border-bottom:1px solid hsla(0,0%,100%,.102)}.footer__icons-item{align-items:center;display:flex;flex:0 0 auto;justify-content:center;padding:6px 12px}@media only screen and (max-width:768px){.footer__icons-item{padding:0}}.footer__icons-item_bga{background-image:url(/static/media/beGambleAware.5cc7e44f5fd3beab5223.svg);background-size:75%}.footer__icons-img,.footer__icons-item_bga{background-position:50%;background-repeat:no-repeat;filter:grayscale(100%)}.footer__icons-img{aspect-ratio:1;background-size:100%;cursor:pointer;display:block;max-width:50px;opacity:.8;transition:.3s ease-in-out;width:50%}.footer__icons-img:hover{filter:grayscale(0);opacity:1}.footer__gambling-item{align-items:center;cursor:auto;display:flex;justify-content:center;padding:6px 12px}@media only screen and (max-width:768px){.footer__gambling-item{padding:0}}.footer__gambling-icon{cursor:pointer;display:block;max-height:50px;max-width:50px;width:50%}.footer__gambling-icon path{fill:#898a8c}.footer__dropdown-head{align-items:center;color:#fff;display:flex;font-size:.625rem;font-weight:600;justify-content:space-between;margin-bottom:0;padding:1rem 0;text-transform:uppercase}.footer__dropdown-icon{height:18px;position:relative;width:18px}.footer__dropdown-icon>svg{height:100%;position:absolute;width:100%}.footer__dropdown-icon>svg *{fill:#d80024;fill:var(--brand-text-color)}.footer__dropdown-icon-plus{opacity:0;transition:opacity .2s ease}.footer__dropdown-icon-plus_isVisible{opacity:1}.footer__dropdown-item{font-size:.75rem;padding:.25rem 0}.footer__dropdown-link{color:#acafb0}.footer__socials{align-items:center;display:flex;margin-bottom:.625rem}[dir=ltr] .footer__socials{margin-left:43px}[dir=rtl] .footer__socials{margin-right:43px}.footer__socials-item{padding:.25rem 12px}.footer__socials-icon{background-repeat:no-repeat;background-size:contain;display:inline-block;height:25px;vertical-align:middle;width:25px}.footer__socials-icon_twitter{background-image:url(/static/media/twitter.1c682ecc1ce02180c500.svg)}.footer__socials-icon_instagram{background-image:url(/static/media/instagram.dda90326308b5cea5ba6.svg)}.footer__socials-icon path{fill:#747678}.footer__info-list{border-bottom:1px solid hsla(0,0%,100%,.102);margin-bottom:.625rem;margin-top:.625rem;padding-bottom:.7rem}.footer__info-item{color:#acafb0;filter:grayscale(100%);font-size:.75rem;padding:.25rem 12px;width:100%}.footer__logo-wrapper{display:block;margin-bottom:.9375rem;padding-top:1rem;width:8.125rem}.footer__logo{display:block;height:100%;width:100%}.footer__license{height:50px;position:relative;width:150px}[dir=ltr] .footer__license{margin-right:auto}[dir=rtl] .footer__license{margin-left:auto}.footer__license-logo{aspect-ratio:auto 120/45;height:45px;position:absolute;width:120px}.footer__license-verified{position:absolute;top:30px;width:25px}[dir=ltr] .footer__license-verified{left:40px}[dir=rtl] .footer__license-verified{right:40px}.footer__license-text{display:inline-block;margin:1rem 0;text-align:center}.footer__responsible-link{align-items:center;display:flex;justify-content:center;width:100%}.footer__responsible-link-18plus{max-height:50px;max-width:50px;width:50%}.user-block-mobile{align-items:center;display:flex;flex-direction:row}[dir=ltr] .user-block-mobile{margin-right:10px}[dir=rtl] .user-block-mobile{margin-left:10px}.user-block-mobile__balance{align-items:center;border:1px solid hsla(0,0%,100%,.102);border-radius:3px;color:#fff;color:var(--main-color);display:flex;font-size:1rem;font-weight:500;gap:5px;height:40px;justify-content:center;padding:13px;text-align:center}[dir=ltr] .user-block-mobile__balance{margin-right:10px}[dir=rtl] .user-block-mobile__balance{margin-left:10px}.user-block-mobile__balance div{width:max-content}.user-block-mobile__balance-icon{align-items:center;background:#f7931a;border-radius:100%;color:#000;display:flex;font-size:8px;font-weight:700;height:16px;justify-content:center;text-align:center;width:16px}.user-block-mobile__buttons-wrapper{align-items:center;display:flex;gap:10px;height:40px}[dir=ltr] .user-block-mobile__buttons-wrapper{margin-right:10px}[dir=rtl] .user-block-mobile__buttons-wrapper{margin-left:10px}.user-block-mobile__buttons-wrapper button{font-size:14px;font-size:12px;font-weight:600;min-width:59px;padding:0 20px}.user-block-mobile__top{align-items:center;display:flex;justify-content:center}.user-block-mobile__dropdown{position:relative}.user-block-mobile__dropdown-head{align-items:center;border:1px solid hsla(0,0%,100%,.102);border-radius:3px;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}[dir=ltr] .user-block-mobile__dropdown-head{margin-right:5px}[dir=rtl] .user-block-mobile__dropdown-head{margin-left:5px}.user-block-mobile__dropdown-items{background-color:#fff;border-radius:5px;margin-top:45px;padding:10px 0;position:fixed;top:10px;width:98%;z-index:97}[dir=ltr] .user-block-mobile__dropdown-items{left:1%}[dir=rtl] .user-block-mobile__dropdown-items{right:1%}.user-block-mobile__dropdown-item{align-items:center;color:#9095ab;display:flex;font-size:.75rem;font-weight:400;gap:7px;padding:.6875rem 1.25rem;white-space:nowrap;width:100%}[dir=ltr] .user-block-mobile__dropdown-item{text-align:left}[dir=rtl] .user-block-mobile__dropdown-item{text-align:right}.user-block-mobile__link-text{line-height:1}.user-block-mobile__link-icon{max-height:15px;width:12px}.user-block-mobile__username{display:table-cell;font-size:.75rem;max-width:8.75rem;min-width:3.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-block-mobile__icon-wrapper{background-color:#343434cc;border-radius:.2rem;height:24px;padding:7px;width:24px}.user-block-mobile__icon-arrow{display:block;height:100%;width:100%}[dir=ltr] .user-block-mobile__icon-arrow{transform:rotate(90deg)}[dir=rtl] .user-block-mobile__icon-arrow{transform:rotate(-90deg)}.user-block-mobile__icon-arrow *{fill:#fff;fill:var(--main-color)}.user-block-mobile__icon-user{height:18px;width:18px}.user-block-mobile__icon-user *{fill:#fff;stroke-width:2px}.user-block-mobile__animate-dropdown{animation:animatePopUpKeyframes .35s ease-out forwards}.header-block-mobile{background:#0f1923;background:var(--main-bg);border-bottom:1px solid hsla(0,0%,100%,.102);box-sizing:border-box;font-size:.95rem;max-height:131px;min-height:60px;position:sticky;top:0;top:var(--banner-height);width:100%;z-index:98}[dir=ltr] .header-block-mobile{left:0}[dir=rtl] .header-block-mobile{right:0}.header-block-mobile__top{display:flex;height:60px;justify-content:space-between}.header-block-mobile__top-left,.header-block-mobile__top-right{align-items:center;display:flex;gap:10px}.header-block-mobile__down{align-items:center;background:#2a373c;background:var(--secondary-bg);display:flex;height:71px;justify-content:space-between;padding:18px 12px}.header-block-mobile__icon-wrapper{align-items:center;display:flex;height:60px;justify-content:center;width:60px}.header-block-mobile__icon-wrapper_user{background:#2a373c;background:var(--secondary-bg)}.header-block-mobile__toggle{height:40%;width:42%}.header-block-mobile__toggle *{fill:#fff;fill:var(--main-color)}.header-block-mobile__logo-link{align-items:center;display:block;display:flex;height:70%;max-width:135px}[dir=ltr] .header-block-mobile__logo-link{margin-left:7px}[dir=rtl] .header-block-mobile__logo-link{margin-right:7px}.header-block-mobile__logo-link_isAuth{max-width:70px}.header-block-mobile__logo{display:block;height:100%;width:100%}.header-block-mobile__user{align-items:center;background-color:#2a373c;background-color:var(--secondary-bg);display:flex;flex-direction:column;height:60px;justify-content:center;width:60px}.header-block-mobile__user-icon{width:56%}.header-block-mobile__user-balance{color:#fff;color:var(--main-color);font-size:.6875rem;height:35px;margin-top:3px;text-align:center}.header-block-mobile__balance{align-items:center;border:1px solid hsla(0,0%,100%,.102);border-radius:3px;color:#fff;color:var(--main-color);display:flex;font-size:1rem;font-weight:600;gap:5px;height:35px;justify-content:center;padding:0 5px;text-align:center}.header-block-mobile__buttons-wrapper{align-items:center;display:flex;gap:10px;height:35px}[dir=ltr] .header-block-mobile__buttons-wrapper{margin-right:10px}[dir=rtl] .header-block-mobile__buttons-wrapper{margin-left:10px}.header-block-mobile__buttons-wrapper:first-child button{padding:0 20px}.header-block-mobile__buttons-wrapper button{font-size:12px;font-weight:400;min-width:59px}.header-block-mobile__button{height:35px;width:calc(50% - 6px)}.header-block-mobile__icon{height:20px;width:20px}.header-block-mobile__icon-wrapper{border:1px solid hsla(0,0%,100%,.102);border-radius:3px;height:35px;width:35px}[dir=ltr] .header-block-mobile__icon-wrapper{margin-right:5px}[dir=rtl] .header-block-mobile__icon-wrapper{margin-left:5px}.wheel-button{position:relative}.wheel-button,.wheel-button__icon{height:100%;width:100%}.wheel-button__icon-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.wheel-button__icon_wheel{animation:rotate360 1.6s linear infinite;height:40px;width:40px}.wheel-button__icon_pointer{cursor:pointer;height:40px;position:absolute;width:40px;z-index:1}@media only screen and (min-width:768px){.wheel-button__icon_pointer{top:2px}}@keyframes rotate360{to{transform:rotate(1turn)}}.wallet-menu{align-items:flex-start;animation:animatePopUpKeyframes .35s ease-out forwards;background:#0e1822;border-radius:10px;box-shadow:0 0 50px 0 #00000080;display:flex;flex-direction:column;gap:24px;justify-content:center;padding:24px;width:356px}.wallet-menu__header{font-size:20px;font-weight:700}.wallet-menu__balance{align-items:center;display:flex;justify-content:space-between;width:100%}.wallet-menu__balance-text{font-size:18px;font-weight:500}.wallet-menu__balance-value{font-size:18px;font-weight:700}.wallet-menu__buttons-wrapper{align-items:center;display:flex;gap:16px;justify-content:center;width:100%}.wallet-menu__buttons-item{flex-grow:1;height:40px}.user-block{align-items:center;display:flex;flex-direction:row}.user-block__balance{align-items:center;border:1px solid hsla(0,0%,100%,.102);border-radius:3px;color:#fff;color:var(--main-color);display:flex;font-size:1rem;font-weight:500;gap:5px;height:40px;justify-content:center;padding:13px;text-align:center;width:max-content}[dir=ltr] .user-block__balance{margin-right:10px}[dir=rtl] .user-block__balance{margin-left:10px}.user-block__balance div{height:21px}.user-block__balance-icon{align-items:center;background:#f7931a;border-radius:100%;color:#000;display:flex;font-size:8px;font-weight:700;height:16px;justify-content:center;text-align:center;width:16px}.user-block__link-text{line-height:1}.user-block__link-icon{max-height:15px;width:12px}.user-block__top{align-items:center;display:flex;justify-content:center}.user-block__dropdown{position:relative}[dir=ltr] .user-block__dropdown{margin:0 25px 0 18px}[dir=rtl] .user-block__dropdown{margin:0 18px 0 25px}.user-block__dropdown-head{align-items:center;border-radius:5px;cursor:pointer;display:flex;justify-content:flex-end;padding:10px}.user-block__dropdown-items{animation:animatePopUpKeyframes .35s ease-out forwards;background-color:#fff;border-radius:5px;display:block;margin-top:45px;padding:10px 0;position:absolute;top:0;width:98%;z-index:97}[dir=ltr] .user-block__dropdown-items{left:1%}[dir=rtl] .user-block__dropdown-items{right:1%}@keyframes animatePopUpKeyframes{0%{opacity:0;transform:translateY(15%)}to{opacity:1;transform:translateY(0)}}@media only screen and (min-width:1024px){.user-block__dropdown-items{width:160px}[dir=ltr] .user-block__dropdown-items{left:auto;right:1%}[dir=rtl] .user-block__dropdown-items{left:1%;right:auto}.user-block__dropdown-items:after{border-bottom:5px solid #fff;border-left:5px solid #0000;border-radius:3px;border-right:5px solid #0000;bottom:100%;content:"";position:absolute}[dir=ltr] .user-block__dropdown-items:after{right:12px;transform:translate(-50%)}[dir=rtl] .user-block__dropdown-items:after{left:12px;transform:translate(50%)}}.user-block__dropdown-item{align-items:center;color:#9095ab;display:flex;font-size:.75rem;font-weight:400;gap:7px;padding:.6875rem .35rem;white-space:nowrap;width:100%}[dir=ltr] .user-block__dropdown-item{text-align:left}[dir=rtl] .user-block__dropdown-item{text-align:right}.user-block__dropdown-item svg *{fill:#73798f}.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__wallet{position:absolute;top:50px;z-index:2}[dir=ltr] .user-block__wallet{right:0}[dir=rtl] .user-block__wallet{left:0}.user-block__icon-wrapper{height:18px}.user-block__icon-arrow{display:block;height:100%;width:100%}[dir=ltr] .user-block__icon-arrow{transform:rotate(90deg)}[dir=rtl] .user-block__icon-arrow{transform:rotate(-90deg)}.user-block__icon-arrow *{fill:#fff;fill:var(--main-color)}.user-block__icon-user{height:16px;width:16px}.user-block__icon-user *{fill:#fff;stroke-width:2px}.user-block__buttons-wrapper{display:flex;gap:10px;height:40px}[dir=ltr] .user-block__buttons-wrapper{margin-right:10px}[dir=rtl] .user-block__buttons-wrapper{margin-left:10px}.user-block__button{position:relative;width:110px}.navigation-dropdown{padding:0 25px;position:relative}.navigation-dropdown_isActive:after{background:#c50021;background:var(--brand-bg);content:"";height:1px;position:absolute;top:38px;width:100%}[dir=ltr] .navigation-dropdown_isActive:after{left:0}[dir=rtl] .navigation-dropdown_isActive:after{right:0}.navigation-dropdown_isAuth.navigation-dropdown_isActive:after{top:47px}.navigation-dropdown__top{align-items:center;display:flex}.navigation-dropdown__top-text{color:#fff;cursor:pointer;font-size:.875rem;font-weight:400;margin:0 .5rem;max-height:1.3125rem;text-decoration:none;text-transform:uppercase}@media only screen and (min-width:1600px){.navigation-dropdown__top-text{font-size:.875rem;margin:0 1rem}}.navigation-dropdown__top-icon{color:#d80024;color:var(--brand-text-color)}.navigation-dropdown__items{background-color:#fff;border-radius:5px;bottom:auto;display:none;padding:6px;position:absolute;z-index:3}@media only screen and (min-width:1024px){.navigation-dropdown__items{top:120%}.navigation-dropdown__items:after{border-bottom:5px solid #fff;border-left:5px solid #0000;border-radius:3px;border-right:5px solid #0000;bottom:100%;content:"";position:absolute}[dir=ltr] .navigation-dropdown__items:after{right:40%;transform:translate(-50%)}[dir=rtl] .navigation-dropdown__items:after{left:40%;transform:translate(50%)}}.navigation-dropdown__items_open{animation:dropdownAnimation .6s;display:block}.navigation-dropdown__item{align-items:center;color:#9095ab;display:flex;width:100%}.navigation-dropdown__item-text{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.navigation-dropdown__item_active{background:#2a373c;background:var(--secondary-bg);border-radius:.2rem;color:#fff;font-weight:700}.navigation-dropdown__item-icon,.navigation-dropdown__item-icon-wrapper{height:20px;width:20px}[dir=ltr] .navigation-dropdown__item-icon-wrapper{margin-right:6px}[dir=rtl] .navigation-dropdown__item-icon-wrapper{margin-left:6px}@keyframes dropdownAnimation{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.top-header{align-items:center;display:flex;justify-content:space-between;padding:1rem 6px;position:relative;width:100%}.top-header__wrapper{background-color:#0f1923;background-color:var(--main-bg);position:relative}.top-header__container{margin-left:auto;margin-right:auto;padding-left:6px;padding-right:6px;transition:all .6s ease;width:100%}@media only screen and (min-width:1024px){.top-header__container{max-width:calc(100% - 235px)}[dir=ltr] .top-header__container{margin-right:0}[dir=rtl] .top-header__container{margin-left:0}}@media only screen and (min-width:1440px){.top-header__container{max-width:1140px;position:relative}[dir=ltr] .top-header__container{margin-right:auto;right:var(--container-ident)}[dir=rtl] .top-header__container{left:var(--container-ident);margin-left:auto}}@media only screen and (min-width:1600px){.top-header__container{max-width:1100px}}.top-header__logo-link{align-items:center;display:flex}.top-header__logo{display:block;height:35px;width:auto}.top-header__nav,.top-header__nav-item{align-items:center;display:flex}.top-header__nav-item{padding:0 25px;position:relative}.top-header__nav-item_isActive:after{background:#c50021;background:var(--brand-bg);content:"";height:1px;position:absolute;top:38px;width:100%}[dir=ltr] .top-header__nav-item_isActive:after{left:0}[dir=rtl] .top-header__nav-item_isActive:after{right:0}.top-header__nav_isAuth .top-header__nav-item_isActive:after{top:47px}@media only screen and (max-width:1024px){.top-header__nav{display:none}}.top-header__nav-icon{color:#d80024;color:var(--brand-text-color)}.top-header__link{color:#fff;color:var(--main-color);font-size:.875rem;font-weight:400;margin:0 .5rem;max-height:1.3125rem;text-decoration:none;text-transform:uppercase}@media only screen and (min-width:1600px){.top-header__link{font-size:.875rem;margin:0 1rem}}.top-header__toggle{cursor:pointer}.top-header__left{align-items:center;display:flex;gap:12px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%)}[dir=ltr] .top-header__left{left:15px}[dir=rtl] .top-header__left{right:15px}.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__button-wrapper{height:24px;min-width:120px}.header-block-desktop{border-bottom:1px solid hsla(0,0%,100%,.102);display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;top:var(--banner-height);-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}.header-block-desktop__container{margin-left:auto;margin-right:auto;padding-left:6px;padding-right:6px;width:100%}.page-loading{height:100%;width:100%}@media only screen and (min-width:1024px){.page-loading{width:calc(100vw - var(--side-menu-width))}}.cashback-timer{width:9rem}[dir=ltr] .cashback-timer{margin-right:1rem}[dir=rtl] .cashback-timer{margin-left:1rem}.cashback-timer__container{align-items:center;border-radius:10px;box-shadow:0 5px 15px #c91b38;box-shadow:0 5px 15px var(--brand-bg-2);box-sizing:border-box;cursor:pointer;display:flex;height:100%;padding:10px;position:absolute;width:100%}[dir=ltr] .cashback-timer__container{background:linear-gradient(127.71deg,#c50021 -33.87%,#c91b38 69.19%);background:linear-gradient(127.71deg,var(--brand-bg) -33.87%,var(--brand-bg-2) 69.19%)}[dir=rtl] .cashback-timer__container{background:linear-gradient(-127.71deg,#c50021 -33.87%,#c91b38 69.19%);background:linear-gradient(-127.71deg,var(--brand-bg) -33.87%,var(--brand-bg-2) 69.19%)}.cashback-timer img{height:100%;position:absolute}[dir=ltr] .cashback-timer__cash{border-radius:0 0 0 10px;left:0}[dir=rtl] .cashback-timer__cash{border-radius:0 0 10px 0;right:0}.timer-clock{display:flex;margin:0 auto;text-align:center;white-space:nowrap}.timer-clock__label{color:#fff;color:var(--brand-color);font-size:.65rem;font-weight:500;letter-spacing:.5px}.timer-clock__time{color:#fff;color:var(--brand-color);font-size:1.2rem;font-weight:600;margin-top:3px;overflow:inherit;text-overflow:ellipsis;white-space:nowrap}.cashback-button{background:#c50021;background:var(--brand-bg);border-radius:.25rem;height:2.9375rem;overflow:hidden;position:relative}[dir=ltr] .cashback-button{padding-right:.75rem}[dir=rtl] .cashback-button{padding-left:.75rem}.cashback-button_isOpen{background:#c91b38;background:var(--brand-bg-2)}@media only screen and (min-width:768px){.cashback-button{height:2.7375rem}}.cashback-button__icon-wrapper{position:absolute;top:calc(50% - 1.25rem)}[dir=ltr] .cashback-button__icon-wrapper{left:.2rem}[dir=rtl] .cashback-button__icon-wrapper{right:.2rem}.cashback-button__cashback-icon{align-items:center;animation:shake 5s cubic-bezier(.36,.07,.19,.97) infinite;animation-delay:2s;backface-visibility:hidden;display:flex;justify-content:center;perspective:1000px;width:2.5rem}.cashback-button__cashback-icon *{fill:#fff;fill:var(--brand-color)}.cashback-button__cashback-icon_closed{display:none}@keyframes shake{14%,to{transform:rotate(0deg)}0%{transform:rotate(0deg)}2%{transform:rotate(10deg)}4%{transform:rotate(0deg)}6%{transform:rotate(-10deg)}8%{transform:rotate(0deg)}10%{transform:rotate(10deg)}12%{transform:rotate(0deg)}}.select-lang{cursor:pointer;display:flex;flex-direction:column;height:40px;position:relative}.select-lang__item{align-items:center;color:#000;display:flex;justify-content:center;padding:.5rem 1rem;width:100%}.select-lang__item-text{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:#2a373c;background:var(--secondary-bg);border-radius:.2rem;color:var(--main-color);color:#fff;font-weight:700}.select-lang__items{background-color:#fff;border-radius:5px;display:none;padding:6px;position:absolute;top:auto;top:120%;width:100%;z-index:3}[dir=ltr] .select-lang__items{right:auto}[dir=rtl] .select-lang__items{left:auto}.select-lang__items_open{animation:dropdown-animation .6s;display:block}[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}[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:17px;width:17px}.select-lang__flag-wrapper_isMini,.select-lang__flag-wrapper_isMini .flag-wrapper__top{margin:0}.select-lang__top{align-items:center;background-color:#313a4280;border-radius:3px;display:flex;font-size:.75rem;height:100%;justify-content:center;line-height:1.63637;padding:7px}.select-lang__top-text{overflow:hidden;text-overflow:ellipsis;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:8px;transition:transform .2s ease-in;width:8px;will-change:transform}.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 dropdown-animation{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.side-menu-item{border-bottom:1px solid hsla(0,0%,100%,.102)}.side-menu-item_isSub{border:none}.side-menu-item__title{align-items:center;background-color:#14202c;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:700;height:100%;justify-content:space-between;overflow:hidden;padding:0 15px;position:relative;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap;width:100%}.side-menu-item__title-wrapper{height:40px;margin:10px 0;padding:0 10px}.side-menu-item__title-svg{width:6px}[dir=ltr] .side-menu-item__title-svg{transform:rotate(270deg)}[dir=rtl] .side-menu-item__title-svg{transform:rotate(-270deg)}.side-menu-item__title-svg path{fill:#fff}[dir=ltr] .side-menu-item__title-svg_close{transform:rotate(90deg)}[dir=rtl] .side-menu-item__title-svg_close{transform:rotate(-90deg)}.side-menu-item_isSub .side-menu-item__title{color:#fff;font-size:13px;height:45px}.side-menu-item__icon{flex-shrink:0;height:20px;width:20px}[dir=ltr] .side-menu-item__icon{margin-right:15px}[dir=rtl] .side-menu-item__icon{margin-left:15px}.side-menu-item__link{align-items:center;color:#fff;color:var(--main-color);display:flex;font-size:14px;font-weight:500;line-height:24px;text-transform:capitalize;width:100%}[dir=ltr] .side-menu-item__link{padding:8px 10px 8px 25px;transform:translateX(1px)}[dir=rtl] .side-menu-item__link{padding:8px 25px 8px 10px;transform:translateX(-1px)}.side-menu-item__link svg{color:#ff0f37;color:var(--menu-icon-color)}.side-menu-item__link:hover{color:#d80024;color:var(--brand-text-color)}.side-menu-item__link:hover svg{opacity:.8}.side-menu-item__dropdown-menu{display:grid;grid-template-rows:1fr;opacity:1;overflow:hidden;padding-bottom:10px}.side-menu-item__dropdown-menu_open{animation:aboba .5s linear forwards}.side-menu-item__dropdown-menu_closed{animation:reverseAboba .5s linear forwards}.side-menu-item__dropdown-menu-items,.side-menu-item__dropdown-menu_closed .side-menu-item__dropdown-menu-items{min-height:0}.side-menu-item_isSub .side-menu-item__dropdown-menu{padding-bottom:0}@keyframes aboba{0%{grid-template-rows:0fr;opacity:0;padding-bottom:0}to{grid-template-rows:1fr;opacity:1;padding-bottom:10px}}@keyframes reverseAboba{0%{grid-template-rows:1fr;padding-bottom:10px}to{grid-template-rows:0fr;padding-bottom:0}}.side-menu{align-items:center;animation:animateSideMenuAppearance .35s ease-out forwards;background-color:#0f1923;background-color:var(--main-bg);display:flex;flex-direction:column;gap:.625rem;height:calc(var(--vh) - 10px);overflow-x:hidden;overflow-y:auto;padding:1rem 1rem 0;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)}.side-menu_closed{animation:animateSideMenuDisappearance .35s ease-out forwards}@media only screen and (min-width:1024px){.side-menu{margin-top:10px;padding:1rem 0 0}}.side-menu__cashback-button{margin:auto;padding:0 25px;width:100%}.side-menu__cashback-button_closed{padding:0;width:2.8125rem}.side-menu__wrapper{display:flex;flex-direction:column!important;height:calc(var(--vh) - 59px);padding-top:0;padding-top:var(--banner-height);position:fixed;top:-2px;touch-action:none;transition:width .6s ease;width:100%;z-index:99}[dir=ltr] .side-menu__wrapper{border-right:1px solid hsla(0,0%,100%,.102);left:0}[dir=rtl] .side-menu__wrapper{border-left:1px solid hsla(0,0%,100%,.102);right:0}@media only screen and (min-width:1024px){.side-menu__wrapper{height:var(--vh);width:var(--side-menu-width);z-index:95}}@media only screen and (min-width:1440px){.side-menu__wrapper{width:var(--side-menu-width);z-index:95}}.side-menu__sub-mini-nav{align-items:center;display:flex;flex-direction:column;justify-content:center}.side-menu__link{padding:8px 0}.side-menu__link:hover{color:#fff}.side-menu__link:hover path{fill:#fff}.side-menu__link-wrapper{margin:15px auto;padding:0 25px;width:100%}.side-menu__menu-link{align-items:center;background:#2d3542;border-radius:.1875rem;display:flex;font-size:.875rem;font-weight:600;gap:10px;justify-content:flex-start;line-height:1.5;min-height:40px;padding:.25rem .75rem;text-align:center;transition:all .3s ease}.side-menu__menu-link:hover{opacity:.7}.side-menu__set-lang{margin:30px auto 0;padding:0 25px;width:100%}.side-menu__set-lang_isMini{height:40px;padding:0;width:45px}.side-menu__blog-button{margin:0 auto;padding:0 25px;width:100%}.side-menu__blog-button-text{color:#fff;font-weight:600}.side-menu__blog-button_isMini{height:40px;padding:0;width:45px}.side-menu__blog-button a{align-items:center;background:#c50021;background:var(--brand-bg);display:flex;gap:8px;height:40px;justify-content:center}.side-menu__promotions-button{margin:auto;padding:0 25px;width:100%}.side-menu__promotions-button-text{color:#fff;font-weight:600}[dir=ltr] .side-menu__promotions-button-text{margin-left:5px}[dir=rtl] .side-menu__promotions-button-text{margin-right:5px}.side-menu__promotions-button_isMini{padding:0;width:45px}.side-menu__icon{flex-shrink:0;height:20px;width:20px}.side-menu__header{width:100%}.side-menu__header-close{align-items:center;background:#8d929733;border-radius:50%;display:flex;height:32px;justify-content:center;width:32px}[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-block{height:100%;position:absolute;width:100%;z-index:1}.side-menu__side-menu-group{display:flex;flex-direction:column;gap:.625rem;height:calc(var(--vh) - 123px);width:100%}.side-menu__side-menu-item{align-items:center;cursor:pointer;display:flex;gap:.9375rem;height:2.5rem;justify-content:flex-start;padding:0 .625rem;position:relative;width:100%}.side-menu__side-menu-item-img{height:1.5rem;width:1.5rem;z-index:3}.side-menu__side-menu-item-text{color:#fff;color:var(--main-color);font-size:.75rem;font-weight:700;text-transform:capitalize;z-index:3}.side-menu__divider{border-radius:.25rem;flex-shrink:0;height:.0625rem;width:6.25rem}.side-menu__main-nav{align-items:center;display:flex;justify-content:space-evenly}.side-menu__main-nav-item{align-items:center;display:flex;justify-content:center}.side-menu__main-nav-icon{color:#d80024;color:var(--brand-text-color)}[dir=ltr] .side-menu__main-nav-icon{margin-right:.4375rem}[dir=rtl] .side-menu__main-nav-icon{margin-left:.4375rem}@media only screen and (min-width:1024px){.side-menu__main-nav{display:none}}.side-menu__affiliate{margin:0 auto 15px;padding:0 25px;width:100%}.side-menu__affiliate-link{align-items:center;background:#c50021;background:var(--brand-bg);border:1px solid #c50021;border:1px solid var(--brand-bg);border-radius:.1875rem;color:#fff;color:var(--brand-color);display:flex;justify-content:center;margin-bottom:30px;min-height:40px;padding:.25rem .75rem;transition:all .3s ease}@media only screen and (max-width:768px){.side-menu__affiliate-link{margin-bottom:0}}.side-menu__affiliate-link:hover{opacity:.7}.side-menu__affiliate-icon{height:20px;width:20px}.side-menu__affiliate-icon g{fill:#fff;fill:var(--brand-color)}.side-menu__affiliate-text{font-size:.875rem;font-weight:600;line-height:1.5;text-align:center}.side-menu__affiliate_isMini{padding:0;width:45px}.side-menu__apk-button{height:100%;padding:0 25px 75px;width:100%}.side-menu__icon{color:#d80024;color:var(--brand-text-color)}@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%)}}.liveSupport{justify-content:center}.app{height:100%}.app,.app__container{display:flex;flex-grow:1;width:100%}.app__container{flex-direction:column;max-width:100%;position:relative}.app__container_isSportMatch{height:100%;max-height:var(--vh);min-height:var(--vh);overflow:hidden}.app__main{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}[dir=ltr] .app__main-inner{margin-left:auto}[dir=rtl] .app__main-inner{margin-right:auto}.app__main-content{display:flex;flex:1 0 auto;flex-direction:column;margin-left:auto;margin-right:auto;min-height:50vh;padding-left:6px;padding-right:6px;padding-top:0;padding-top:var(--banner-height);position:relative;transition:all .6s ease;width:100%}@media only screen and (min-width:1024px){.app__main-content{max-width:calc(100% - var(--side-menu-width) - 10px)}[dir=ltr] .app__main-content{margin-right:0}[dir=rtl] .app__main-content{margin-left:0}}@media only screen and (min-width:1440px){.app__main-content{max-width:1140px;position:relative}[dir=ltr] .app__main-content{margin-right:auto;right:var(--container-ident)}[dir=rtl] .app__main-content{left:var(--container-ident);margin-left:auto}}@media only screen and (min-width:1600px){.app__main-content{max-width:1100px}}.app__main-content_allWidthContainer{margin-left:auto;margin-right:auto;padding-left:6px;padding-right:6px;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:1024px){.app__main-content_allWidthContainer{max-width:calc(100% - var(--side-menu-width) - 10px)}[dir=ltr] .app__main-content_allWidthContainer{margin-right:0}[dir=rtl] .app__main-content_allWidthContainer{margin-left:0}}@media only screen and (min-width:1440px){.app__main-content_allWidthContainer{margin-right:auto;max-width:1140px;max-width:calc(100% - var(--side-menu-width));position:relative;right:var(--container-ident)}[dir=ltr] .app__main-content_allWidthContainer{margin-right:0;right:auto}[dir=rtl] .app__main-content_allWidthContainer{left:auto;margin-left:0}}@media only screen and (min-width:1600px){.app__main-content_allWidthContainer{max-width:1100px;max-width:calc(100% - var(--side-menu-width))}[dir=ltr] .app__main-content_allWidthContainer{right:auto}[dir=rtl] .app__main-content_allWidthContainer{left: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;color:var(--main-color);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{--main-bg:#0f1923;--main-color:#fff;--main-border-color:hsla(0,0%,100%,.102);--secondary-bg:#2a373c;--secondary-color:#fff;--brand-bg:#c50021;--brand-color:#fff;--brand-bg-2:#c91b38;--brand-text-color:#d80024;--input-bg:#fff;--input-color:#fff;--list-border-color:#111;--list-item-bg:#fff;--list-item-color:#fff;--list-item-hover-bg:#fff;--list-item-hover-color:#fff;--list-item-active-bg:#fff;--list-item-active-color:#fff;--menu-icon-color:#ff0f37;--menu-icon-color-2:#f000;--banner-height:0px}#root,body,html{background-color:#0f1923;background-color:var(--main-bg);margin:0;padding:0;width:100%}@media only screen and (max-width:768px){#root,body,html{height:-webkit-fill-available}}@media only screen and (min-width:768px){#root,body,html{height:100%}}#chat-widget-container{bottom:40px!important}@media only screen and (max-width:1024px){#chat-widget-container{bottom:63px!important;max-height:calc(var(--vh) - 63px)!important}}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{background-color:#0f1923;background-color:var(--main-bg);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}a,button,div{-webkit-tap-highlight-color:rgba(0,0,0,0)}}.html-mac ::-webkit-scrollbar{display:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#0f1923;background:var(--main-bg);background-clip:content-box;border:6px solid #0000}::-webkit-scrollbar-track{background-color:#0000001a}