@import url(https://fonts.googleapis.com/css2?family=Istok+Web&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap);.spinner{align-items:center;background:rgba(0,0,0,.6);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;max-height:100vh;position:absolute;top:0;width:100%;z-index:10}[dir=ltr] .spinner{left:0}[dir=rtl] .spinner{right:0}.spinner__wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.spinner__circle{-webkit-animation:h 2.5s linear 0s infinite normal;animation:h 2.5s linear 0s infinite normal;border:3px solid transparent;border-radius:100%;height:90px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transition:all .5s ease-in-out;width:90px}[dir=ltr] .spinner__circle{border-color:transparent #c3262e transparent #d5d5d5}[dir=rtl] .spinner__circle{border-color:transparent #d5d5d5 transparent #c3262e}.spinner__label{-webkit-animation:i 2s linear 0s infinite normal;animation:i 2s linear 0s infinite normal;color:#c3262e;font-family:FontAwesome,sans-serif;font-size:.875em;font-weight:700;opacity:0;position:absolute;text-align:center;width:90px}@-webkit-keyframes h{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes h{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes i{0%{opacity:1}20%{opacity:0}50%{opacity:0}to{opacity:1}}@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{height:.875rem}[dir=ltr] .button__icon-svg{margin-right:.1rem}[dir=rtl] .button__icon-svg{margin-left:.1rem}.button:disabled{border-color:inherit!important;color:inherit!important;opacity:.5}.button_active{background-color:#c3262e!important;border-color:#c3262e!important;color:#0e1822!important}.button_active svg *{stroke:#192608!important;opacity:1!important}.input__wrapper{height:100%;position:relative;width:100%}.input__wrapper .MuiInputBase-root .MuiInputAdornment-positionEnd{cursor:pointer}.input__left-icon{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%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[dir=rtl] .input__error{right:50%;-webkit-transform:translateX(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 rgba(203,1,1,.5)!important;border-radius:.3125rem!important}.input_adornmentType_none input{padding:.125rem .75rem}[dir=ltr] .input_adornmentType_country-code input{padding:.125rem .75rem .125rem 3.5rem}[dir=rtl] .input_adornmentType_country-code input{padding:.125rem 3.5rem .125rem .75rem}@media only screen and (min-width:768px){[dir=ltr] .input_adornmentType_country-code input{padding-left:3.3rem}[dir=rtl] .input_adornmentType_country-code input{padding-right:3.3rem}}[dir=ltr] .input_adornmentType_password input{padding:.125rem 1.5rem .125rem .75rem}[dir=rtl] .input_adornmentType_password input{padding:.125rem .75rem .125rem 1.5rem}.input_adornmentType_search input{border:1px solid hsla(0,0%,100%,.102)!important;color:#fff;font-size:14px}[dir=ltr] .input_adornmentType_search input{padding:.125rem .75rem .125rem 2.5rem}[dir=rtl] .input_adornmentType_search input{padding:.125rem 2.5rem .125rem .75rem}.input>input:-webkit-autofill,.input>input:-webkit-autofill:active,.input>input:-webkit-autofill:focus,.input>input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;background-color:#000!important;-webkit-box-shadow:inset 0 0 0 50px #888!important;-webkit-transition:background-color 5s ease-in-out 0s!important;transition:background-color 5s ease-in-out 0s!important}.input input:-webkit-autofill,.input input:-webkit-autofill:active,.input input:-webkit-autofill:focus,.input input:-webkit-autofill:hover{-webkit-text-fill-color:#bbb!important;-webkit-box-shadow:inset 0 0 0 2000px #000!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.reset-password-confirm-modal{border-radius:3px;color:#bbb;display:flex;flex-direction:column;padding:25px}.reset-password-confirm-modal__title{align-items:center;display:flex;font-size:22px;font-weight:700;margin-bottom:10px;text-transform:capitalize}.reset-password-confirm-modal__form{padding:16px 6px 6px}.reset-password-confirm-modal__label{font-size:12px;font-weight:700;margin-bottom:5px;width:100%}.reset-password-confirm-modal__label-required{color:red}[dir=ltr] .reset-password-confirm-modal__label-required{margin-left:5px}[dir=rtl] .reset-password-confirm-modal__label-required{margin-right:5px}.reset-password-confirm-modal__item{color:#d5d5d5;display:flex;flex-direction:column;margin-bottom:20px;width:100%}.reset-password-confirm-modal__item-input{height:50px}.reset-password-confirm-modal__item .MuiInput-root{color:#fff}.reset-password-confirm-modal__item .input__left-icon{height:25px;width:9px}.reset-password-confirm-modal__form-error{background-color:rgba(203,1,1,.5);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);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:transparent;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:rgba(203,1,1,.5);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);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:transparent;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;-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .success-verify-email__icon{margin-right:10px;-webkit-transform:rotate(-90deg);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%}.logo-wrapper{display:block}.logo-wrapper__logo{display:block;height:100%;width:100%}.check-email{align-items:center;background:#1a242d;color:#bbb;display:flex;flex-direction:column;height:100%;width:100%}@media only screen and (min-width:768px){.check-email{max-width:460px}}@media only screen and (max-width:768px){.check-email{height:100vh}}.check-email__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);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:transparent;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;-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .check-email__icon{margin-right:10px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.check-email__body{margin:0 auto;padding:1rem 0 2.5rem;width:90%}@media only screen and (max-width:768px){.check-email__body{width:100%}}.check-email__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:15px}.check-email__title{color:#fff;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.56px;line-height:1.6;margin-bottom:24px;text-align:center}.check-email__buttons{display:flex;justify-content:space-evenly;width:100%}.check-email__btn-wrapper{height:40px;height:48px;margin:25px auto 0;min-height:40px;width:100%}@media only screen and (min-width:768px){.check-email__btn-wrapper{padding:0 6px}}.check-email__text{text-align:center}.check-email__form{width:100%}.forgot-password{color:#bbb;flex-direction:column;height:100%}.forgot-password,.forgot-password__header{align-items:center;display:flex;width:100%}.forgot-password__header{border-bottom:1px solid hsla(0,0%,100%,.102);font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative}@media only screen and (min-width:1024px){.forgot-password__header{border:none;padding:1rem 0 0}}.forgot-password__header-title{font-size:1rem;margin-bottom:0}.forgot-password__header-close{background:transparent;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__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;-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .forgot-password__icon{margin-right:10px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.slider{position:relative;width:100%}@media only screen and (min-width:1600px){.slider{margin:auto;max-width:1920px}}.slider__fade-left{content:"";height:100%;position:absolute;top:0;width:9%;z-index:2}[dir=ltr] .slider__fade-left{background:linear-gradient(270deg,hsla(0,0%,5%,0),#0d0d0d);left:0}[dir=rtl] .slider__fade-left{background:linear-gradient(-270deg,hsla(0,0%,5%,0),#0d0d0d);right:0}@media only screen and (max-width:1024px){.slider__fade-left{width:3%}}.slider__fade-left_noFade{display:none}.slider__fade-right{content:"";height:100%;position:absolute;top:0;width:9%;z-index:2}[dir=ltr] .slider__fade-right{background:linear-gradient(90deg,hsla(0,0%,5%,0),#0d0d0d);right:0}[dir=rtl] .slider__fade-right{background:linear-gradient(-90deg,hsla(0,0%,5%,0),#0d0d0d);left:0}@media only screen and (max-width:1024px){.slider__fade-right{width:3%}}.slider .swiper{height:100%;width:100%}.slider .swiper-pagination{align-items:center;display:flex;gap:16px;height:-webkit-min-content;height:min-content;justify-content:center;margin-top:24px;position:static;width:auto}@media only screen and (max-width:1024px){.slider .swiper-pagination{gap:8px;margin-top:12px}}.slider .swiper-pagination-bullet{background:hsla(0,0%,100%,.502);border:1px solid hsla(0,0%,100%,.502);border-radius:12px;height:1px;transition:all .3s ease-in;width:32px}@media only screen and (max-width:1024px){.slider .swiper-pagination-bullet{height:0;width:16px}}.slider .swiper-pagination-bullet-active{background:#c3262e;border:1px solid #c3262e}.slider .swiper-navigation-button{align-items:center;background:#c3262e;border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:calc(50% - 27px);transition:all .3s ease;width:40px;z-index:99}.slider .swiper-navigation-button:hover{opacity:.8}.slider .swiper-navigation-button:active{opacity:1}[dir=ltr] .slider .swiper-navigation-button.left{left:32px}[dir=rtl] .slider .swiper-navigation-button.left{right:32px}@media only screen and (min-width:1440px){[dir=ltr] .slider .swiper-navigation-button.left{left:48px}[dir=rtl] .slider .swiper-navigation-button.left{right:48px}}[dir=ltr] .slider .swiper-navigation-button.right{right:32px}[dir=rtl] .slider .swiper-navigation-button.right{left:32px}@media only screen and (min-width:1440px){[dir=ltr] .slider .swiper-navigation-button.right{right:48px}[dir=rtl] .slider .swiper-navigation-button.right{left:48px}}@media only screen and (max-width:768px){.slider_needMobilePagination .swiper-pagination{display:block!important;top:5px!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}[dir=ltr] .slider_needMobilePagination .swiper-pagination{left:auto!important;right:3.875rem!important}[dir=rtl] .slider_needMobilePagination .swiper-pagination{left:3.875rem!important;right:auto!important}}.slider_isLoading .swiper-pagination{display:none}@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:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-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{-webkit-transform:translateZ(0);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:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-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:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;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{-webkit-transform-style:preserve-3d;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:rgba(0,0,0,.15)}[dir=ltr] .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}[dir=ltr] .swiper-3d .swiper-slide-shadow-right,[dir=rtl] .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}[dir=rtl] .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);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 transparent;box-sizing:border-box;height:42px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin: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{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);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;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);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%;-webkit-transform:translate3d(0,-50%,0);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%;-webkit-transform:translateY(-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%;-webkit-transform:translateX(-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%;-webkit-transform:translateX(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:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));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;-webkit-transform:scale(0);transform:scale(0);width:100%}[dir=ltr] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{left:0;-webkit-transform-origin:left top;transform-origin:left top}[dir=rtl] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{right:0;-webkit-transform-origin:right top;transform-origin:right top}[dir=ltr] .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}[dir=rtl] .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:left top;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{-webkit-animation-timing-function:cubic-bezier(0,1,1,0);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{-webkit-animation:lds-ellipsis1 .6s infinite;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){-webkit-animation:lds-ellipsis2 .6s infinite;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){-webkit-animation:lds-ellipsis2 .6s infinite;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){-webkit-animation:lds-ellipsis3 .6s infinite;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}@-webkit-keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes lds-ellipsis2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(24px);transform:translate(24px)}}@keyframes lds-ellipsis2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(24px);transform:translate(24px)}}.carousel-slider,.slider-plug{position:relative;width:100%}.carousel-slider{overflow:hidden}.carousel-slider__slide{border-radius:24px;display:block;position:relative;width:100%}.carousel-slider img{border-radius:24px;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{max-width:426px;padding:16px;width:100%}.logout__image .carousel-slider{border-radius:16px;box-shadow:none;height:100%;margin:0}.logout__cross{fill:#fff;cursor:pointer;position:absolute;top:0;width:11px}[dir=ltr] .logout__cross{right:0}[dir=rtl] .logout__cross{left:0}@media only screen and (min-width:1024px){.logout__cross{top:-10px}[dir=ltr] .logout__cross{right:-7px}[dir=rtl] .logout__cross{left:-7px}}.logout__body{display:flex;flex-direction:column;height:auto;justify-content:space-between;padding:24px 32px;width:404px}@media only screen and (max-width:768px){.logout__body{padding:10px;width:100%}}.logout__container{display:flex;flex-direction:column;gap:10px;position:relative;width:100%}.logout__title{color:#fff;font-size:32px;margin:10px 0}[dir=ltr] .logout__title{text-align:left}[dir=rtl] .logout__title{text-align:right}@media only screen and (max-width:768px){.logout__title{font-size:22px}}.logout__info{color:#bcbfc7;font-size:14px}.logout__btn-wrapper{cursor:pointer;height:45px;margin:30px 0}.resend-email{align-items:center;background:#1a242d;color:#bbb;display:flex;flex-direction:column;height:100%;width:100%}@media only screen and (max-width:768px){.resend-email{width:100%}}.resend-email__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);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:transparent;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;-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .resend-email__icon{margin-right:10px;-webkit-transform:rotate(-90deg);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:rgba(203,1,1,.5);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__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{color:#bbb;flex-direction:column;height:100%}.sign-in,.sign-in__header{align-items:center;display:flex;width:100%}.sign-in__header{border-bottom:1px solid hsla(0,0%,100%,.102);font-size:.8rem;justify-content:space-evenly;padding:1.5rem;position:relative}@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:transparent;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__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__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:48px 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;-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .sign-in__icon{margin-right:10px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.sign-in__footer{align-items:center;background:#000;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}.loadable-image__container{aspect-ratio:1;box-sizing:border-box;overflow:hidden;position:relative;width:100%}.loadable-image__container_forwardAnimationType_smallToBig{-webkit-animation:smallToBigForwardFrames .2s ease-in forwards;animation:smallToBigForwardFrames .2s ease-in forwards}@-webkit-keyframes smallToBigForwardFrames{0%{opacity:.95;scale:.85}to{opacity:1;scale:1}}@keyframes smallToBigForwardFrames{0%{opacity:.95;scale:.85}to{opacity:1;scale:1}}.loadable-image__container_forwardAnimationType_slide{-webkit-animation:slideForwardFrames .2s ease-in forwards;animation:slideForwardFrames .2s ease-in forwards}@-webkit-keyframes slideForwardFrames{0%{left:150px;opacity:.95}to{left:0;opacity:1}}@keyframes slideForwardFrames{0%{left:150px;opacity:.95}to{left:0;opacity:1}}.loadable-image__container_forwardAnimationType_appearance{-webkit-animation:appearanceForwardFrames .2s ease-in forwards;animation:appearanceForwardFrames .2s ease-in forwards}@-webkit-keyframes appearanceForwardFrames{0%{opacity:.1}to{opacity:1}}@keyframes appearanceForwardFrames{0%{opacity:.1}to{opacity:1}}.loadable-image__container_forwardAnimationType_default{-webkit-animation:defaultForwardFrames .2s ease-in forwards;animation:defaultForwardFrames .2s ease-in forwards}@-webkit-keyframes defaultForwardFrames{0%{opacity:0;scale:1}to{opacity:1;scale:1}}@keyframes defaultForwardFrames{0%{opacity:0;scale:1}to{opacity:1;scale:1}}.loadable-image__containerbackwardAnimationType_smallToBig{-webkit-animation:smallToBigForwardFrames .2s ease-in forwards;animation:smallToBigForwardFrames .2s ease-in forwards}@-webkit-keyframes smallToBigBackwardFrames{0%{opacity:1;scale:1}to{opacity:.95;scale:.85}}@keyframes smallToBigBackwardFrames{0%{opacity:1;scale:1}to{opacity:.95;scale:.85}}.loadable-image__containerbackwardAnimationType_slide{-webkit-animation:slideBackwardFrames .2s ease-in forwards;animation:slideBackwardFrames .2s ease-in forwards}@-webkit-keyframes slideBackwardFrames{0%{left:0;opacity:1}to{left:150px;opacity:.95}}@keyframes slideBackwardFrames{0%{left:0;opacity:1}to{left:150px;opacity:.95}}.loadable-image__containerbackwardAnimationType_appearance{-webkit-animation:appearanceBackwardFrames .2s ease-in forwards;animation:appearanceBackwardFrames .2s ease-in forwards}@-webkit-keyframes appearanceBackwardFrames{0%{opacity:1}to{opacity:.1}}@keyframes appearanceBackwardFrames{0%{opacity:1}to{opacity:.1}}.loadable-image__containerbackwardAnimationType_default{-webkit-animation:defaultBackwardFrames .2s ease-in forwards;animation:defaultBackwardFrames .2s ease-in forwards}@-webkit-keyframes defaultBackwardFrames{0%{opacity:1;scale:1}to{opacity:0;scale:1}}@keyframes defaultBackwardFrames{0%{opacity:1;scale:1}to{opacity:0;scale:1}}.loadable-image__image{color:#fff;height:100%;object-fit:contain;transition:opacity .3s ease-in-out;width:100%}.slots-icon{cursor:pointer;display:flex;font-size:14px;padding-bottom:150%;position:relative;width:100%}.slots-icon__bottom{display:flex;flex-direction:column;gap:12px;height:48px;justify-content:flex-end;padding:0;width:100%}.slots-icon__bottom_isBig{border-bottom-left-radius:24px;border-bottom-right-radius:24px;bottom:0;height:auto;padding:24px;position:absolute}[dir=ltr] .slots-icon__bottom_isBig{background:linear-gradient(180deg,transparent,rgba(0,0,0,.75))}[dir=rtl] .slots-icon__bottom_isBig{background:linear-gradient(-180deg,transparent,rgba(0,0,0,.75))}@media only screen and (max-width:1024px){.slots-icon__bottom_isBig{background:none;border-bottom-left-radius:0;border-bottom-right-radius:0;height:48px;padding:0;position:static}}.slots-icon__bottom_isSearchBlock{height:43px}@media only screen and (max-width:475px){.slots-icon__bottom_isSearchBlock{height:45px}}.slots-icon__bottom-game{font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width:1600px){.slots-icon__bottom-game{font-size:16px;font-weight:700;line-height:19px}}@media only screen and (max-width:475px){.slots-icon__bottom-game{font-size:12px;line-height:14px}}.slots-icon__bottom-game_isBig{font-size:20px;line-height:24px}@media only screen and (min-width:1600px){.slots-icon__bottom-game_isBig{font-size:24px;line-height:29px}}@media only screen and (max-width:1024px){.slots-icon__bottom-game_isBig{font-size:14px;line-height:17px}}@media only screen and (max-width:475px){.slots-icon__bottom-game_isBig{font-size:12px;line-height:14px}}.slots-icon__bottom-provider{font-family:Inter,Arial,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:16px;opacity:.6;text-transform:capitalize}@media only screen and (min-width:1600px){.slots-icon__bottom-provider{font-size:14px;font-weight:700;line-height:17px}}@media only screen and (max-width:475px){.slots-icon__bottom-provider{font-size:11px;line-height:13px}}.slots-icon__bottom-provider_isBig{font-size:14px;line-height:17px}@media only screen and (min-width:1600px){.slots-icon__bottom-provider_isBig{font-size:16px;line-height:19px}}@media only screen and (max-width:1024px){.slots-icon__bottom-provider_isBig{font-size:12px;line-height:16px}}@media only screen and (max-width:475px){.slots-icon__bottom-provider_isBig{font-size:11px;line-height:13px}}.slots-icon__dropWins-image{-webkit-animation:scaleDumping 2s infinite;animation:scaleDumping 2s infinite}.slots-icon__new-label{align-items:center;background:#c3262e;border-radius:12px;color:#fff;display:flex;font-family:Inter,Arial,Helvetica,sans-serif;font-size:.75rem;justify-content:center;padding:1px 8px;position:absolute;text-transform:uppercase;top:8px;z-index:9}[dir=ltr] .slots-icon__new-label{right:8px}[dir=rtl] .slots-icon__new-label{left:8px}@media only screen and (max-width:768px){.slots-icon__new-label{font-size:.9rem}}.slots-icon__new-label-text{--bg-size:400%;--color-one:#c3262e;--color-two:#fff;-webkit-animation:move-bg 5s linear infinite;animation:move-bg 5s linear infinite;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{-webkit-animation:move-bg 5s linear infinite;animation:move-bg 5s linear infinite}@-webkit-keyframes move-bg{to{background-position:var(--bg-size) 0}}@keyframes move-bg{to{background-position:var(--bg-size) 0}}}.slots-icon__img{border-radius:24px;object-fit:cover;object-position:center}@media only screen and (max-width:1024px){.slots-icon__img{border-radius:12px}}.slots-icon__img_isBig{height:100%;width:100%}.slots-icon__img_loading{display:none}.slots-icon__img-plug{align-items:center;-webkit-animation:background-loading 2s ease-in-out infinite;animation:background-loading 2s ease-in-out infinite;background-color:rgba(47,47,47,.3);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,transparent,rgba(47,47,47,.3),transparent)}[dir=rtl] .slots-icon__img-plug{background-image:linear-gradient(-90deg,transparent,rgba(47,47,47,.3),transparent)}.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-content-inner{display:flex;flex-direction:column;gap:12px;height:100%;position:relative}.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{-webkit-filter:grayscale(.8);filter:grayscale(.8)}}.slots-icon__overlay__button{fill:#fff;height:54px;width:54px}.slots-icon__overlay__content{align-items:flex-start;background:rgba(0,0,0,.8);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:12px;text-align:center;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:#c3262e}.slots-icon__add-frame{border:2px solid;border-radius:50%;color:#c3262e;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 transparent;left:0}[dir=rtl] .slots-icon__dropWins-wrapper{border-left:55px solid transparent;right:0}.slots-icon__dropWins-image{position:absolute;top:-55px;width:40px}[dir=ltr] .slots-icon__dropWins-image{left:0}[dir=rtl] .slots-icon__dropWins-image{right:0}@-webkit-keyframes background-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes background-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@-webkit-keyframes scaleDumping{0%{-webkit-transform:scale(.7);transform:scale(.7)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.7);transform:scale(.7)}}@keyframes scaleDumping{0%{-webkit-transform:scale(.7);transform:scale(.7)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.7);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:rgba(26,46,56,.7);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:transparent}.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:#000;border-bottom:2px solid #fbfe01;color:#fff}.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{-webkit-animation:animatePopUpKeyframes .35s ease-out forwards;animation:animatePopUpKeyframes .35s ease-out forwards}.search-component{align-items:center;background-color:#0f1923;display:flex;flex-direction:column;height:var(--vh);position:relative;width:100%}.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{color:#fff;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{color:#fff;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:#000;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;font-size:.75rem}.activate-promocode{box-sizing:border-box;color:#fff;height:100%;width:100%}.activate-promocode__container{background-color:#000;height:100%;width:425px}[dir=ltr] .activate-promocode__container{box-shadow:4px 4px 16px 2px #000}[dir=rtl] .activate-promocode__container{box-shadow:-4px 4px 16px 2px #000}@media only screen and (max-width:768px){.activate-promocode__container{min-width:360px;width:100%}}.activate-promocode__form{overflow-y:auto;padding:16px 6px 6px}@media only screen and (min-width:768px){.activate-promocode__form{display:flex;flex-wrap:wrap;overflow:hidden;padding:10px}}.activate-promocode__section{display:flex;flex-direction:column;width:100%}.activate-promocode__item{font-weight:700;width:100%}@media only screen and (min-width:768px){.activate-promocode__item{font-size:.75rem}}@media only screen and (max-width:768px){.activate-promocode__item{margin-bottom:5px;width:100%!important}}.activate-promocode__item-title{font-size:16px;margin-bottom:5px}.activate-promocode__item-input{height:40px}@media only screen and (max-width:768px){.activate-promocode__item-input{height:35px}}.activate-promocode__buttons{align-items:center;display:flex;justify-content:center;padding:1rem 0;width:100%}.activate-promocode__button-wrapper{height:30px}.activate-promocode__button-wrapper button{font-weight:700;min-width:120px;text-transform:capitalize}.confirm-activate-bonus{align-items:center;border-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;max-width:45vw;padding:2.75rem 2.2rem 6rem;position:relative}@media only screen and (max-width:1024px){.confirm-activate-bonus{margin:0 auto;max-width:65vw}}@media only screen and (max-width:475px){.confirm-activate-bonus{max-width:90vw;padding:3rem 0 6rem}}.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%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[dir=rtl] .confirm-activate-bonus__button-wrapper{right:50%;-webkit-transform:translateX(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;height:100%;width:100%}@media only screen and (max-width:768px){.profile-change-password{width:100%}}.profile-change-password__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.102);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:transparent;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;-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .profile-change-password__icon{margin-right:10px;-webkit-transform:rotate(-90deg);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:rgba(203,1,1,.5);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__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-payment__method{background-color:rgba(46,49,66,.5);border:1px solid hsla(0,0%,100%,.102);border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:space-between;margin-bottom:12px;overflow:hidden;padding:8px 16px;text-transform:capitalize}.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-deposit-value{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.choose-deposit-value__item-container{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;width:100%}.choose-deposit-value__item-content{align-items:center;background:#192608;border-radius:8px;color:#c3262e;display:flex;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;justify-content:center;line-height:normal;padding:10px 0 16px;width:100%}.choose-deposit-value__item-info{background:#c3262e;border-radius:1000px;color:#000;line-height:100%;margin-top:-13%;padding:4px 10px}.deposit-payments{width:100%}.deposit-payments__group{color:#bbb;margin-bottom:5px;width:50%;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 rgba(203,1,1,.5)!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:rgba(203,1,1,.5);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;padding:0 15px;position:absolute;width:100%}[dir=ltr] .deposit-payments__buttons-wrapper{left:0}[dir=rtl] .deposit-payments__buttons-wrapper{right:0}.deposit-payments__button-wrapper{height:40px}.deposit-payments__button-wrapper button{font-size:.85rem}.payment-details{width:100%}.payment-details__group{color:#bbb;margin-bottom:5px;width:50%;width:100%}.payment-details__group-input{height:60px;margin-bottom:10px;width:100%}.payment-details__group-input .MuiInputBase-root{color:#000}.payment-details__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-details__group-input select{border-right:10px solid transparent}[dir=rtl] .payment-details__group-input select{border-left:10px solid transparent}.payment-details__group-input input::-webkit-inner-spin-button,.payment-details__group-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.payment-details__group-input input[type=number]{-moz-appearance:textfield}.payment-details__lock-block{align-items:center;border-radius:.1875rem;cursor:pointer;display:flex;font-size:1rem;justify-content:center;position:absolute}[dir=ltr] .payment-details__lock-block{margin-right:.1rem;right:.625rem}[dir=rtl] .payment-details__lock-block{left:.625rem;margin-left:.1rem}.payment-details__title{margin:5px 0 10px;text-align:center}.payment-details__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] .payment-details__buttons-wrapper{left:0}[dir=rtl] .payment-details__buttons-wrapper{right:0}.payment-details__button-wrapper{height:40px}.payment-details__button-wrapper button{font-size:.85rem}.deposit{min-height:85vh;padding:0 10px 50px}.deposit,.deposit__header{position:relative;width:100%}.deposit__header{align-items:center;display:flex;flex-direction:column;font-size:.8rem;gap:5px;justify-content:center;padding:1.5rem}.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:transparent;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 transparent;border-top:3px solid transparent;height:0;width:0}[dir=ltr] .deposit__header span{border-left:4px solid #fbfe01}[dir=rtl] .deposit__header span{border-right:4px solid #fbfe01}.deposit__header-link_active{color:#fff}@media only screen and (min-width:1024px){.deposit__header-link{display:none}}.deposit__container{max-height:calc(var(--vh) - 100px);overflow-y:auto}.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 transparent}[dir=rtl] .deposit__group-input select{border-left:10px solid transparent}.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__button-wrapper{display:flex;height:30px;justify-content:center;margin-top:15px}.deposit__button-wrapper button{width:auto}.sidemenu{align-items:flex-start;background-color:hsla(0,0%,100%,.051);border-radius:4px;box-shadow:0 5px 20px 0 rgba(6,10,14,.25);color:#ba90b2;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:262px}[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{background-color:transparent;padding:0!important;width:100%}}.sidemenu__subtext{color:#bcbfc7;font-family:Inter,Arial,Helvetica,sans-serif;font-size:12px;margin-top:7px;text-transform:capitalize}@media only screen and (max-width:1024px){.sidemenu__subtext{font-size:14px}}.sidemenu__text{font-family:Inter,Arial,Helvetica,sans-serif;text-transform:uppercase}@media only screen and (max-width:1024px){.sidemenu__text{font-size:18px;font-weight:700}}.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);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%}}.sidemenu__item-header{align-items:center;border-bottom:0 solid transparent;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}}.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: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;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 transparent}.modal-profile{height:100%;width:100%}.restrict{max-width:-webkit-min-content;max-width:min-content;min-width:100%;padding:0 10px 15px}.restrict,.restrict__header{position:relative;width:100%}.restrict__header{align-items:center;display:flex;flex-direction:column;font-size:.8rem;gap:5px;justify-content:center;padding:1.5rem 0 .5rem}.restrict__header-close{background:transparent;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_byEmail{color:#db0f11;font-size:25px;margin:15px 0 0;text-transform:uppercase}.restrict__text{font-size:15px;padding:10px;text-align:center}.restrict__acc-link{color:#bbb}.choose-withdraw-value{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:10px;width:100%}.choose-withdraw-value__item-container{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;width:100%}.choose-withdraw-value__item-content{align-items:center;background:#2c3441;border-radius:8px;color:#808895;display:flex;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;justify-content:center;line-height:normal;padding:12px 0;width:100%}.withdraw-payments{width:100%}.withdraw-payments__group{color:#bbb;margin-bottom:5px;width:50%;width:100%}.withdraw-payments__group-input{height:60px;margin-bottom:10px;width:100%}.withdraw-payments__group-input_error>.input__wrapper,.withdraw-payments__group-input_error>input{border:1px solid rgba(203,1,1,.5)!important;border-radius:2.5px}.withdraw-payments__group-input_correct>.input__wrapper,.withdraw-payments__group-input_correct>input{border:1px solid #056205!important;border-radius:2.5px}.withdraw-payments__group-input .MuiInputBase-root{color:#000}.withdraw-payments__group-input input::-webkit-inner-spin-button,.withdraw-payments__group-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.withdraw-payments__group-input input[type=number]{-moz-appearance:textfield}.withdraw-payments__error{background-color:rgba(203,1,1,.5);border-radius:5px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;margin-top:5px;padding:2px 11px;width:100%}.withdraw-payments__buttons-wrapper{grid-gap:25px;bottom:5px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin:0 auto;width:100%}[dir=ltr] .withdraw-payments__buttons-wrapper{left:0}[dir=rtl] .withdraw-payments__buttons-wrapper{right:0}.withdraw-payments__button-wrapper{height:40px}.withdraw-payments__button-wrapper button{font-size:.85rem}.withdraw-details{width:100%}.withdraw-details__title{margin:5px 0 10px;text-align:center}.withdraw-details__lock-block{align-items:center;border-radius:.1875rem;cursor:pointer;display:flex;font-size:1rem;justify-content:center;position:absolute}[dir=ltr] .withdraw-details__lock-block{margin-right:.1rem;right:.625rem}[dir=rtl] .withdraw-details__lock-block{left:.625rem;margin-left:.1rem}.withdrawal{padding:0 10px 50px;position:relative;width:100vw}@media only screen and (min-width:768px){.withdrawal{max-width:460px}}@media only screen and (max-width:768px){.withdrawal{height:100vh}}.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-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:transparent;cursor:pointer;outline:none;position:absolute;top:5px}[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 transparent;border-top:3px solid transparent;height:0;width:0}[dir=ltr] .withdrawal__header span{border-left:4px solid #fbfe01}[dir=rtl] .withdrawal__header span{border-right:4px solid #fbfe01}.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 transparent}[dir=rtl] .withdrawal__group-input select{border-left:10px solid transparent}.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__title_verify{font-size:18px}.withdrawal__text{font-size:15px;padding:10px}.withdrawal__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] .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__logo-wrapper{display:block;margin-bottom:.9375rem;width:8.125rem}.withdrawal__logo{display:block;height:100%;width:100%}.withdrawal__acc-link{color:#bbb}.choose-sport{align-items:center;background:#242424;border-radius:4px;display:flex;flex-direction:column;max-width:26rem;position:relative;width:85vw}.choose-sport__content{padding:1rem;width:100%}.choose-sport__sport{align-items:center;background:#c3262e;color:#fff;cursor:pointer;display:flex;padding:1rem}.choose-sport__sport:hover{opacity:.8}.choose-sport__sport:not(:last-child){margin-bottom:1rem}.choose-sport__sport-icon{height:2rem;width:2rem}.choose-sport__sport-text{font-size:1rem;font-weight:500}[dir=ltr] .choose-sport__sport-text{margin-left:.6rem}[dir=rtl] .choose-sport__sport-text{margin-right:.6rem}.roulette-game{height:448px;width:348px}@media only screen and (max-width:475px){.roulette-game{height:380px;width:280px}}.roulette-game__container{height:348px;margin:0 auto;position:relative;width:348px}@media only screen and (max-width:475px){.roulette-game__container{height:280px;width:280px}}.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:280px;width:280px}}.roulette-game__img_light{-webkit-animation:lightRot 2s infinite none;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){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(270deg);transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(72deg);transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(144deg);transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(216deg);transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(288deg);transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(60deg);transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(300deg);transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-300deg);transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(51.4285714286deg);transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-51.4285714286deg);transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(102.8571428571deg);transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-102.8571428571deg);transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(154.2857142857deg);transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-154.2857142857deg);transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(205.7142857143deg);transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-205.7142857143deg);transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(257.1428571429deg);transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-257.1428571429deg);transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(308.5714285714deg);transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-308.5714285714deg);transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(135deg);transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(225deg);transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(270deg);transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(315deg);transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(40deg);transform:rotate(40deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(80deg);transform:rotate(80deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-80deg);transform:rotate(-80deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(160deg);transform:rotate(160deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-160deg);transform:rotate(-160deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(200deg);transform:rotate(200deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(280deg);transform:rotate(280deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-280deg);transform:rotate(-280deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(320deg);transform:rotate(320deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-320deg);transform:rotate(-320deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(36deg);transform:rotate(36deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(72deg);transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(108deg);transform:rotate(108deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(144deg);transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(216deg);transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(252deg);transform:rotate(252deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-252deg);transform:rotate(-252deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(288deg);transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(324deg);transform:rotate(324deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-324deg);transform:rotate(-324deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(32.7272727273deg);transform:rotate(32.7272727273deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-32.7272727273deg);transform:rotate(-32.7272727273deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(65.4545454545deg);transform:rotate(65.4545454545deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-65.4545454545deg);transform:rotate(-65.4545454545deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(98.1818181818deg);transform:rotate(98.1818181818deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-98.1818181818deg);transform:rotate(-98.1818181818deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(130.9090909091deg);transform:rotate(130.9090909091deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-130.9090909091deg);transform:rotate(-130.9090909091deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(163.6363636364deg);transform:rotate(163.6363636364deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-163.6363636364deg);transform:rotate(-163.6363636364deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(196.3636363636deg);transform:rotate(196.3636363636deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-196.3636363636deg);transform:rotate(-196.3636363636deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(229.0909090909deg);transform:rotate(229.0909090909deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-229.0909090909deg);transform:rotate(-229.0909090909deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(261.8181818182deg);transform:rotate(261.8181818182deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-261.8181818182deg);transform:rotate(-261.8181818182deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(294.5454545455deg);transform:rotate(294.5454545455deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-294.5454545455deg);transform:rotate(-294.5454545455deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(327.2727272727deg);transform:rotate(327.2727272727deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-327.2727272727deg);transform:rotate(-327.2727272727deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-150deg);transform:rotate(-150deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-210deg);transform:rotate(-210deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-300deg);transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-330deg);transform:rotate(-330deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(27.6923076923deg);transform:rotate(27.6923076923deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-27.6923076923deg);transform:rotate(-27.6923076923deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(55.3846153846deg);transform:rotate(55.3846153846deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-55.3846153846deg);transform:rotate(-55.3846153846deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(83.0769230769deg);transform:rotate(83.0769230769deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-83.0769230769deg);transform:rotate(-83.0769230769deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(110.7692307692deg);transform:rotate(110.7692307692deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-110.7692307692deg);transform:rotate(-110.7692307692deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(138.4615384615deg);transform:rotate(138.4615384615deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-138.4615384615deg);transform:rotate(-138.4615384615deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(166.1538461538deg);transform:rotate(166.1538461538deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-166.1538461538deg);transform:rotate(-166.1538461538deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(193.8461538462deg);transform:rotate(193.8461538462deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-193.8461538462deg);transform:rotate(-193.8461538462deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(221.5384615385deg);transform:rotate(221.5384615385deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-221.5384615385deg);transform:rotate(-221.5384615385deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(249.2307692308deg);transform:rotate(249.2307692308deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-249.2307692308deg);transform:rotate(-249.2307692308deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(276.9230769231deg);transform:rotate(276.9230769231deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-276.9230769231deg);transform:rotate(-276.9230769231deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(304.6153846154deg);transform:rotate(304.6153846154deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-304.6153846154deg);transform:rotate(-304.6153846154deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(332.3076923077deg);transform:rotate(332.3076923077deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-332.3076923077deg);transform:rotate(-332.3076923077deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(25.7142857143deg);transform:rotate(25.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-25.7142857143deg);transform:rotate(-25.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(51.4285714286deg);transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-51.4285714286deg);transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(77.1428571429deg);transform:rotate(77.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-77.1428571429deg);transform:rotate(-77.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(102.8571428571deg);transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-102.8571428571deg);transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(128.5714285714deg);transform:rotate(128.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-128.5714285714deg);transform:rotate(-128.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(154.2857142857deg);transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-154.2857142857deg);transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(205.7142857143deg);transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-205.7142857143deg);transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(231.4285714286deg);transform:rotate(231.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-231.4285714286deg);transform:rotate(-231.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(257.1428571429deg);transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-257.1428571429deg);transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(282.8571428571deg);transform:rotate(282.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-282.8571428571deg);transform:rotate(-282.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(308.5714285714deg);transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-308.5714285714deg);transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(334.2857142857deg);transform:rotate(334.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(-334.2857142857deg);transform:rotate(-334.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(24deg);transform:rotate(24deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(48deg);transform:rotate(48deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-48deg);transform:rotate(-48deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(72deg);transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(96deg);transform:rotate(96deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-96deg);transform:rotate(-96deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(144deg);transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(168deg);transform:rotate(168deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-168deg);transform:rotate(-168deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(192deg);transform:rotate(192deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-192deg);transform:rotate(-192deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(216deg);transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(264deg);transform:rotate(264deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-264deg);transform:rotate(-264deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(288deg);transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(312deg);transform:rotate(312deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(-312deg);transform:rotate(-312deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(336deg);transform:rotate(336deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(-336deg);transform:rotate(-336deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-22.5deg);transform:rotate(-22.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(45deg);transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(67.5deg);transform:rotate(67.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-67.5deg);transform:rotate(-67.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(112.5deg);transform:rotate(112.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-112.5deg);transform:rotate(-112.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(135deg);transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(157.5deg);transform:rotate(157.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-157.5deg);transform:rotate(-157.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(202.5deg);transform:rotate(202.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-202.5deg);transform:rotate(-202.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(225deg);transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(247.5deg);transform:rotate(247.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-247.5deg);transform:rotate(-247.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(270deg);transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(292.5deg);transform:rotate(292.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(-292.5deg);transform:rotate(-292.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(315deg);transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){-webkit-transform:rotate(337.5deg);transform:rotate(337.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){-webkit-transform:rotate(-337.5deg);transform:rotate(-337.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(17){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(17){-webkit-transform:rotate(-1turn);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:280px;height:25px;padding:0 25px;top:127.5px;width:280px}}.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{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel img,[dir=rtl] .roulette-game__data-on-wheel__icon{-webkit-transform:rotate(-90deg);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;-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__value{right:10px;text-shadow:-2px 2px 2px #000;-webkit-transform:rotate(-180deg);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:105px;width:120px}[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{height:85px;position:absolute;top:53%;width:100%}.roulette-game__bottom-heading_img{width:100%}.roulette-game__btn-spin{background-color:#b471ff;border:none;border-radius:6.25rem;bottom:-100px;box-shadow:0 4px 8px rgba(29,34,37,.1);color:#f5f6f7;cursor:pointer;display:block;font-weight:700;height:45px;left:0;margin:0 auto;outline:none;position:absolute;right:0;transition:-webkit-transform .2s cubic-bezier(.36,.66,.04,1);transition:transform .2s cubic-bezier(.36,.66,.04,1);transition:transform .2s cubic-bezier(.36,.66,.04,1),-webkit-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}}@media only screen and (max-width:475px){.roulette-game__btn-spin{bottom:-90px}}.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}@media only screen and (min-width:1440px){.roulette-game__btn-spin_wrapper{bottom:-165px}}@media only screen and (max-width:475px){.roulette-game__btn-spin_wrapper{bottom:-140px}}.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:rgba(15,16,17,.5);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 rgba(29,34,37,.1);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}@-webkit-keyframes lightRot{0%{-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}50%{-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}50.1%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes lightRot{0%{-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}50%{-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}50.1%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.wheel-timer{background-color:#b471ff;border:none;border-radius:6.25rem;box-shadow:0 4px 8px rgba(29,34,37,.1);cursor:pointer;display:block;height:45px;margin:0 auto;outline:none;transition:-webkit-transform .2s cubic-bezier(.36,.66,.04,1);transition:transform .2s cubic-bezier(.36,.66,.04,1);transition:transform .2s cubic-bezier(.36,.66,.04,1),-webkit-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:calc(100vh - 7rem);padding:.75rem 2.2rem;position:relative}@media only screen and (max-width:768px){.wheel-game{height:calc(100vh - 12rem)}}@media only screen and (min-width:1024px){.wheel-game{overflow-y:auto}}.wheel-game__present-icon{height:80%}.wheel-game__roulette-wrapper_hidden,.wheel-game__winner-wrapper_hidden{display:none}.wheel-game__currency-icon{align-items:center;border-radius:4px;display:flex;font-size:1.3vw;height:100%;justify-content:center;width:100%}@media only screen and (max-width:768px){.wheel-game__currency-icon{font-size:13px}}.wheel-game-history__modal{align-items:center;background-color:#17181b;border-radius:1.25rem;display:flex;flex-direction:column;margin:0 auto;padding:3.5rem .75rem .75rem;position:relative;width:100%}@media(max-width:540px){.wheel-game-history__modal{margin:0 auto;max-height:85vh;padding:4rem .2rem 3rem;width:94vw}}.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:rgba(153,164,176,.6);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:rgba(153,164,176,.8);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:transparent;height:3.9rem}.wheel-game-history__col-head{color:rgba(95,105,117,.8);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:rgba(95,105,117,.8);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}@-webkit-keyframes anim-bg-position{0%{background-position:center 0}to{background-position:center -2250rem}}@keyframes anim-bg-position{0%{background-position:center 0}to{background-position:center -2250rem}}.modal{align-items:center;-webkit-animation:modalAppearance .25s ease-out forwards;animation:modalAppearance .25s ease-out forwards;background-color:rgba(0,0,0,.4);display:flex;height:100%;inset:0;justify-content:center;position:fixed;width:100%;z-index:1000}.modal_exitAnim{-webkit-animation:modalDisappearance .25s ease-out forwards;animation:modalDisappearance .25s ease-out forwards}.modal__inner{align-items:center;display:flex;height:100%;justify-content:center;padding:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%}@media only screen and (min-width:1024px){.modal__inner{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-width:390px;padding:1.75rem 0}}@media only screen and (min-width:1440px){.modal__inner{min-width:460px}}.modal__inner_isSportModal{height:auto}.modal__content-container{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}@media only screen and (min-width:768px){.modal__content-container{border-top-left-radius:.3rem;border-top-right-radius:.3rem;height:auto}.modal__content-container_allScreen{border-top-left-radius:0;border-top-right-radius:0;height:100%}}.modal__content-container_isSportModal{height:auto}.modal__close-block,.modal__save-block{align-items:center;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;position:absolute;top:5px;width:30px;z-index:10000}[dir=ltr] .modal__close-block,[dir=ltr] .modal__save-block{right:5px}[dir=rtl] .modal__close-block,[dir=rtl] .modal__save-block{left:5px}.modal__close-img{height:60%;width:60%}.modal__save-block{height:25px;width:90px}@-webkit-keyframes modalAppearance{0%{opacity:0}to{opacity:1}}@keyframes modalAppearance{0%{opacity:0}to{opacity:1}}@-webkit-keyframes modalDisappearance{0%{opacity:1}99%{opacity:0}to{display:none;opacity:0}}@keyframes modalDisappearance{0%{opacity:1}99%{opacity:0}to{display:none;opacity:0}}[dir=rtl] .Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}[dir=rtl] .Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInLeft;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}.footer{background:hsla(0,0%,100%,.051);border-top-left-radius:48px;border-top-right-radius:48px;padding:32px 0}.footer__wrapper{display:flex;flex-direction:column;gap:55px;margin-left:auto;margin-right:auto;padding:0 32px;transition:all .6s ease;width:100%}@media only screen and (max-width:1024px){.footer__wrapper{padding:0 16px}}@media only screen and (min-width:1440px){.footer__wrapper{padding:0 48px;position:relative}}@media only screen and (min-width:1600px){.footer__wrapper{max-width:1920px}}@media only screen and (max-width:1024px){.footer__wrapper{gap:32px}}.footer__mail{color:#c1262e;display:block;margin-bottom:10px;text-align:center;width:100%}.footer__top{display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:1024px){.footer__top{display:flex;flex-direction:column}}.footer__left{grid-gap:32px;display:grid;grid-template-columns:1fr 2fr}@media only screen and (max-width:1024px){.footer__left{display:flex;flex-direction:column}.footer__left-top{border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:32px}}.footer__left-bottom{grid-gap:32px;display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:1024px){.footer__left-bottom{grid-gap:16px;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:32px}}.footer__right{align-items:flex-end;display:flex;flex-direction:column;justify-self:end}@media only screen and (max-width:1024px){.footer__right{border-bottom:1px solid hsla(0,0%,100%,.2);padding:32px 0}}.footer__dropdown-head{font-family:Inter,Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:29px;margin-bottom:16px;text-transform:uppercase;white-space:nowrap}@media only screen and (max-width:1024px){.footer__dropdown-head{font-size:18px;line-height:21px;white-space:normal}}.footer__dropdown-list{display:flex;flex-direction:column;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;gap:16px;line-height:17px;margin-bottom:0}@media only screen and (max-width:1024px){.footer__dropdown-list{font-size:12px;line-height:14px}.footer__dropdown-list_sportLinks{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}}.footer__dropdown-link{color:#9e9e9e}.footer__social{display:flex;gap:40px;margin-top:40px}@media only screen and (max-width:1024px){.footer__social{gap:17px;margin-top:17px}.footer__social-icon,.footer__social-icon svg{height:24px;width:24px}}.footer__bottom{margin:auto;max-width:806px;text-align:center}.footer__license-logo{max-height:99px}@media only screen and (max-width:1024px){.footer__license-logo{max-height:42px}}.footer__license-text{color:#767676;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:17px}@media only screen and (max-width:1024px){.footer__license-text{font-size:12px;line-height:14px}}.select-lang{cursor:pointer;display:flex;flex-direction:column;position:relative}.select-lang__item{align-items:center;color:#c3262e;display:flex;padding:.5rem 1rem;width:100%}.select-lang__item-text{font-size:14px;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}@media only screen and (max-width:1024px){.select-lang__item-text{font-size:12px}[dir=ltr] .select-lang__item-text{padding-right:0}[dir=rtl] .select-lang__item-text{padding-left:0}}.select-lang__item_active{background:#000;border-radius:12px;color:#fff;font-weight:700}.select-lang__items{background-color:#fff;border-radius:12px;bottom:auto;display:none;left:auto;padding:6px;position:absolute;right:auto;top:120%;width:70px;z-index:3}@media only screen and (min-width:1024px){.select-lang__items{top:120%}[dir=ltr] .select-lang__items{right:4px}[dir=rtl] .select-lang__items{left:4px}}@media only screen and (max-width:1024px){.select-lang__items{padding:2px;width:54px}}.select-lang__items_open{-webkit-animation:dropdown-in-header .6s;animation:dropdown-in-header .6s;display:block}.select-lang__top{align-items:center;background-color:#000;border:2px solid hsla(0,0%,100%,.2);border-radius:12px;display:flex;gap:6px;height:41px;justify-content:center;min-width:70px}[dir=ltr] .select-lang__top{padding:0 12px 2px 14px}[dir=rtl] .select-lang__top{padding:0 14px 2px 12px}@media only screen and (max-width:1024px){.select-lang__top{gap:1px;height:33px;min-width:54px}[dir=ltr] .select-lang__top{padding:5px 6px 7px 8px}[dir=rtl] .select-lang__top{padding:5px 8px 7px 6px}}.select-lang__top-text{font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:19.4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1024px){.select-lang__top-text{font-size:14px;line-height:17px}}.select-lang__top-arrow{height:8px;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in;width:8px;will-change:transform}.select-lang__top-arrow *{fill:#c3262e}.select-lang__top-arrow-wrapper{align-items:center;background-color:transparent;display:flex;height:20px;justify-content:center;min-width:20px;width:20px}@media only screen and (max-width:1024px){.select-lang__top-arrow-wrapper{height:16px;min-width:16px;width:16px}}[dir=ltr] .select-lang__top_open .select-lang__top-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .select-lang__top_open .select-lang__top-arrow{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}@-webkit-keyframes dropdown-in-header{0%{opacity:0;-webkit-transform:translateY(-25px);transform:translateY(-25px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes dropdown-in-header{0%{opacity:0;-webkit-transform:translateY(-25px);transform:translateY(-25px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.navigation__wrapper{align-items:center;display:flex;gap:16px}@media only screen and (min-width:1440px){.navigation__wrapper{gap:32px}}.navigation__nav-item{cursor:pointer;font-weight:700;height:31px;transition:all .3s ease}.navigation__nav-item:hover,.navigation__nav-item_isActive{border-bottom:2px solid #c3262e}.navigation__nav-item:hover>a,.navigation__nav-item_isActive>a{color:#c3262e}.navigation__nav-link{text-wrap:nowrap;color:#fff;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:19.5px;transition:all .3s ease;white-space:nowrap}.vip{align-items:center;border-radius:100px;display:flex;gap:6px;height:41px;justify-content:center;padding:0 12px 2px;transition:all .3s ease;width:115px}[dir=ltr] .vip{background:linear-gradient(180deg,#c3262e,#752023)}[dir=rtl] .vip{background:linear-gradient(-180deg,#c3262e,#752023)}@media only screen and (max-width:1024px){.vip{height:31px;width:102px}}.vip__icon{align-items:center;display:flex;height:20px;width:20px}@media only screen and (max-width:1024px){.vip__icon,.vip__icon svg{height:16px;width:16px}}.vip__text{text-wrap:nowrap;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:19.4px;white-space:nowrap}@media only screen and (max-width:1024px){.vip__text{font-size:14px;line-height:17px}}.balance-drop-down{position:relative}.balance-drop-down__head{align-items:center;border:2px solid hsla(0,0%,100%,.2);border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:400;gap:8px;height:41px;justify-content:center;padding:0 12px;position:relative;text-align:center}@media only screen and (max-width:1024px){.balance-drop-down__head{font-size:12px;gap:3px;height:33px;padding:0 4px}}.balance-drop-down__head-icon{align-items:center;background:#c3262e;border-radius:50%;color:#000;display:flex;font-size:"Inter",Arial,Helvetica,sans-serif;font-size:9px;font-weight:600;height:18px;justify-content:center;line-height:10px;width:18px}@media only screen and (max-width:1024px){.balance-drop-down__head-icon{font-size:8px;height:16px;line-height:9px;width:16px}}.balance-drop-down__head-arrow{color:#c3262e;height:8px;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:auto}[dir=ltr] .balance-drop-down__head-arrow_isOpen{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .balance-drop-down__head-arrow_isOpen{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.balance-drop-down__head-value{font-family:Inter,Arial,Helvetica,sans-serif}.balance-drop-down__list{background:#272727;border-radius:10px;display:flex;flex-direction:column;gap:15px;min-width:100%;padding:10px;position:absolute;top:calc(100% + 5px);z-index:10}@media only screen and (max-width:1024px){.balance-drop-down__list{gap:8px;padding:6px}}.balance-drop-down__item{align-items:center;display:flex;gap:12px;justify-content:space-between;width:100%}@media only screen and (max-width:1024px){.balance-drop-down__item{gap:6px}}.balance-drop-down__item-icon{height:25px;width:25px}@media only screen and (max-width:1024px){.balance-drop-down__item-icon{height:20px;width:20px}}.balance-drop-down__item-icon_isBonus{fill:#c3262e}.balance-drop-down__item-icon_isBonus path{fill:#fff}.balance-drop-down__item-symbol{align-items:center;background:#c3262e;border-radius:50%;color:#000;display:flex;font-family:Inter,Arial,Helvetica,sans-serif;font-size:12px;font-weight:600;height:25px;justify-content:center;width:25px}@media only screen and (max-width:1024px){.balance-drop-down__item-symbol{font-size:10px;height:20px;width:20px}}.balance-drop-down__item-value{font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-weight:500}@media only screen and (max-width:1024px){.balance-drop-down__item-value{font-size:14px}}.balance-drop-down__animate-dropdown{-webkit-animation:animatePopUpKeyframes .35s ease-out forwards;animation:animatePopUpKeyframes .35s ease-out forwards}.user-block{align-items:center;display:flex;flex-direction:row}.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-left:18px}[dir=rtl] .user-block__dropdown{margin-right:18px}.user-block__dropdown-head{align-items:center;cursor:pointer;display:flex;justify-content:flex-end;padding:10px}.user-block__dropdown-items{-webkit-animation:animatePopUpKeyframes .35s ease-out forwards;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%}@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 transparent;border-radius:3px;border-right:5px solid transparent;bottom:100%;content:"";position:absolute}[dir=ltr] .user-block__dropdown-items:after{right:12px;-webkit-transform:translate(-50%);transform:translate(-50%)}[dir=rtl] .user-block__dropdown-items:after{left:12px;-webkit-transform:translate(50%);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__icon-wrapper{height:18px}.user-block__icon-arrow{display:block;height:100%;width:100%}[dir=ltr] .user-block__icon-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .user-block__icon-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.user-block__icon-arrow *{fill:#fff}.user-block__icon-user{height:16px;width:16px}.user-block__icon-user *{fill:#fff;stroke-width:2px}.top-header{justify-content:space-between;width:100%}.top-header,.top-header__left{align-items:center;display:flex}.top-header__left{gap:32px}@media only screen and (min-width:1440px){.top-header__left{gap:64px}}.top-header__left-links{align-items:center;display:flex;gap:12px}@media only screen and (min-width:1440px){.top-header__left-links{gap:24px}}.top-header__logo-link{width:166px}.top-header__button .button{white-space:nowrap}.header-block-desktop{background:#000;display:flex;flex-shrink:0;margin-left:auto;margin-right:auto;padding:0 32px;position:relative;transition:all .6s ease;width:100%;z-index:101}@media only screen and (max-width:1024px){.header-block-desktop{padding:16px}}@media only screen and (min-width:1024px){.header-block-desktop{max-width:1920px;padding:32px}}@media only screen and (min-width:1440px){.header-block-desktop{padding:32px 48px;position:relative}}@media only screen and (min-width:1600px){.header-block-desktop{max-width:1920px}}.bottom-header-mobile{align-items:center;display:flex;gap:20px;height:31px;margin-top:65px;overflow-x:auto;overflow-y:hidden}.bottom-header-mobile::-webkit-scrollbar{display:none}.user-block-mobile{align-items:center;display:flex;flex-direction:row}.user-block-mobile__top{align-items:center;display:flex;gap:4px;justify-content:center}.user-block-mobile__dropdown{position:relative}.user-block-mobile__dropdown-head{align-items:center;cursor:pointer;display:flex;height:33px;justify-content:center;width:33px}.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:101}[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__icon-user{height:18px;width:18px}.user-block-mobile__icon-user *{fill:#fff;stroke-width:2px}.user-block-mobile__animate-dropdown{-webkit-animation:animatePopUpKeyframes .35s ease-out forwards;animation:animatePopUpKeyframes .35s ease-out forwards}@-webkit-keyframes animatePopUpKeyframes{0%{opacity:0;-webkit-transform:translateY(15%);transform:translateY(15%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes animatePopUpKeyframes{0%{opacity:0;-webkit-transform:translateY(15%);transform:translateY(15%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.top-header-mobile{background:#000;height:65px;padding:16px;position:fixed;top:0;width:100%}[dir=ltr] .top-header-mobile{left:0}[dir=rtl] .top-header-mobile{right:0}.top-header-mobile__wrapper{display:flex;justify-content:space-between;width:100%}.top-header-mobile__left{align-items:center;display:flex;gap:12px}.top-header-mobile__right{align-items:center;display:flex;gap:10px}.top-header-mobile__logo-link{align-items:center;display:block;display:flex;max-width:85px}[dir=ltr] .top-header-mobile__logo-link{margin-left:7px}[dir=rtl] .top-header-mobile__logo-link{margin-right:7px}.top-header-mobile__button{height:33px;min-width:70px}.top-header-mobile__button button{height:33px;min-width:70px;white-space:nowrap}.header-block-mobile{background:#000;border-bottom:1px solid hsla(0,0%,100%,.2);flex-shrink:0;margin-left:auto;margin-right:auto;padding:0 32px;transition:all .6s ease;width:100%;z-index:101}@media only screen and (max-width:1024px){.header-block-mobile{padding:16px}}@media only screen and (min-width:1024px){.header-block-mobile{max-width:1920px;padding:32px}}@media only screen and (min-width:1440px){.header-block-mobile{padding:32px 48px;position:relative}}@media only screen and (min-width:1600px){.header-block-mobile{max-width:1920px}}.notify-container{align-items:center;display:flex;height:100vh;justify-content:center;position:fixed;width:100vw;z-index:200}.notify-container:nth-child(n+2){display:none}.notify-container__background{background-color:#000;height:100%;opacity:.4;position:absolute;top:0;width:100%}[dir=ltr] .notify-container__background{left:0}[dir=rtl] .notify-container__background{right:0}.notify-container__background:nth-child(n+2){display:none}.notify-container__wrapper{align-items:center;background:#0d0d0d;border-radius:16px;display:flex;flex-direction:column;gap:32px;padding-bottom:24px;width:500px;z-index:2}@media only screen and (max-width:768px){.notify-container__wrapper{padding:0 16px;width:100%}}.notify-container__title{align-items:center;background:#c3262e;border-top-left-radius:24px;border-top-right-radius:24px;display:flex;font-family:Inter,Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;justify-content:center;line-height:31px;padding:24px 72px;width:100%}.notify-container__content{align-items:center;display:flex;flex-direction:column;gap:32px;max-width:276px}.notify-container__content p{font-family:Inter,Arial,Helvetica,sans-serif;font-size:24px;font-weight:500;line-height:31px;margin:0;opacity:.8}.notify-container__content-amount{align-items:center;display:flex;flex-direction:column;gap:12px}.notify-container__content-value{align-items:center;border-radius:32px;display:flex;font-family:Inter,Arial,Helvetica,sans-serif;font-size:96px;font-weight:700;justify-content:center;line-height:125px;padding:24px 48px;width:100%}[dir=ltr] .notify-container__content-value{background:linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.05) 99.5%)}[dir=rtl] .notify-container__content-value{background:linear-gradient(-180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.05) 99.5%)}.notify-container__content-currency{font-family:Inter,Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:31px}.notify-container__button{height:74px;padding:24px 24px 0;width:100%}.notify-container__bottom{border-top:1px solid hsla(0,0%,100%,.2);padding-top:27px;width:100%}@media only screen and (max-width:768px){.notify-container__bottom{padding-bottom:24px}}.notify-container__bottom-logo .logo-wrapper{height:23px}.page-loading{height:100%;width:100%}@media only screen and (min-width:1024px){.page-loading{width:calc(100vw - var(--side-menu-width))}}.app{height:100%}.app,.app__container{display:flex;width:100%}.app__container{flex-direction:column;flex-grow:1;max-width:100%;position:relative}.app__container_isSportMatch{height:100%;max-height:var(--vh);min-height:var(--vh);overflow:hidden}.app__main{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-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;min-height:50vh;padding-top:0;padding-top:var(--banner-height);position:relative;width:100%}.app__main-content_allWidthContainer{margin-left:auto;margin-right:auto;padding:0 32px;transition:all .6s ease;width:100%}@media only screen and (max-width:1024px){.app__main-content_allWidthContainer{padding:0 6px}}@media only screen and (min-width:1024px){.app__main-content_allWidthContainer{padding:0}}@media only screen and (min-width:1440px){.app__main-content_allWidthContainer{max-width:100%;padding:0;position:relative}[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:1920px;max-width:100%;padding:0 6px}}.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:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{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%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--top-center{right:50%;-webkit-transform:translateX(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%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--bottom-center{right:50%;-webkit-transform:translateX(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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}[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 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;opacity:.7;position:absolute;width:100%;z-index:9999;z-index:var(--toastify-z-index)}[dir=ltr] .Toastify__progress-bar{left:0;-webkit-transform-origin:left;transform-origin:left}[dir=rtl] .Toastify__progress-bar{right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}[dir=ltr] .Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}[dir=rtl] .Toastify__progress-bar--rtl{left:0;right:auto;-webkit-transform-origin:left;transform-origin:left}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;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)}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@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{-webkit-font-feature-settings:inherit;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:transparent;color:#fff;text-decoration:none}a:hover{text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}table{border-collapse:collapse}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border:none}button,button:focus{outline:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}:root{--banner-height:0px}#root,body,html{background-color:#000;margin:0;padding:0;width:100%}#root ::-webkit-scrollbar,body ::-webkit-scrollbar,html ::-webkit-scrollbar{display:none}@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;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-clip:content-box;border:6px solid transparent}::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1)}