@import url(https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;700&family=Lato:wght@300;400;700&display=swap);@font-face{font-family:aqum;src:url(/static/media/aqum-2-small-caps.57191cf0be7ac2433e00.otf)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafbfd;font-family:Lato,sans-serif;margin:0}input[type=checkbox]{-webkit-appearance:checkbox}input[type=radio]{-webkit-appearance:radio}input[type=button],input[type=submit]{-webkit-appearance:button}select{-webkit-appearance:textfield}::-webkit-scrollbar{background-color:#3f87f6;width:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#fff;text-decoration:none}button:hover{cursor:pointer;opacity:.8}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}button{border:none;outline:none}.header-register-btn{background:linear-gradient(157.26deg,#253b79 10.6%,#4486eb 91.3%)}.header-login-btn,.header-register-btn{border-radius:100px;box-shadow:4px 4px 4px #00214a40,inset -4px -4px 4px #00214a40,inset 4px 4px 4px #ffffff40}.header-login-btn{background:linear-gradient(87.57deg,#3fcaf6,#4ce9c1 94.44%)}.header{font-family:aqum;padding:24px;width:1200px;z-index:10}.header,.header_logo-menu{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.header_wrapper{justify-content:center;width:100%}.header_menu,.header_wrapper{align-items:center;display:flex}.header_menu{flex-direction:row;justify-content:space-between;margin-left:48px}.header_menu-item{color:#005395;font-family:aqum,sans-serif;font-size:21px;font-weight:700;margin:0 12px;text-transform:uppercase;transition:.3s}.header_menu-item:hover{cursor:pointer;transform:translateY(-2px)}.header_controls,.header_controls button{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.header_controls button{color:#fff;font-family:aqum,sans-serif;font-size:20px;margin:0 12px;padding:12.5px 32px;transition:.3s}.header_controls button span{box-sizing:border-box;margin-left:10px;padding-bottom:4px}@media(max-width:1200px){.header{width:100%}.header_logo-menu{flex-direction:column}.header_menu-item{font-size:16px;margin-top:12px}.header_controls button{font-size:16px}.header_controls button span{padding-bottom:2px}.header_controls button img{width:12px}}@media(max-width:900px){.header{flex-direction:column}.header_menu{margin:0}.header_controls{align-items:center;display:flex;justify-content:center;margin-top:12px;width:100%}}@media(max-width:960px){.header_wrapper{box-shadow:none!important}}@media(max-width:425px){.header{box-sizing:border-box;padding:20px 12px}.header_menu-item{font-size:10px;margin-top:12px}.header_controls button{font-size:14px;padding:8px 24px}}@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{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{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,.swiper-3d .swiper-wrapper{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%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-scrollbar{background:#0000001a;border-radius:10px;position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:#00000080;border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.first-grad,.second-grad,.third-grad{-webkit-text-fill-color:#0000;-webkit-background-clip:text!important;background:linear-gradient(88.43deg,#53cdef,#467cd7);text-transform:uppercase}.main{display:flex;flex-direction:column;margin:40px 0 0;width:1200px}.main .swiper{background:#0000;width:1200px}.main .swiper-scrollbar{background-color:#c3deec;height:20px;left:50%;opacity:1!important;transform:translateX(-50%);width:30%}.main .swiper-scrollbar-drag{background:linear-gradient(88.43deg,#53cdef,#467cd7);border-radius:20px;width:66.5%!important}.main .swiper-slide{align-items:center;background:#0000;display:flex;font-size:18px;justify-content:center;margin-bottom:80px;text-align:center}.main .swiper-slide img{display:block;height:80%;object-fit:cover;width:80%}.main_wrapper{width:100%}.main_works,.main_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.main_works{font-family:aqum;margin:160px 0;position:relative}.main_works_more{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(92.97deg,#0f2467,#1d5cac);-webkit-background-clip:text;bottom:-80px;display:flex;flex-direction:row;font-size:24px;font-weight:700;justify-content:space-between;position:absolute;right:-60px;text-transform:uppercase;transition:.3s}.main_works_more img{height:21px;margin-left:24px}.main_works_more:hover{cursor:pointer;opacity:.8}.main_works .how-it-work-card{align-items:center;color:#005395;display:flex;flex-direction:column;justify-content:center}.main_works .how-it-work-card-line{height:80px;margin:0 16px}.main_works .how-it-work-card-title{font-size:28px;font-weight:700;margin-top:24px}.main_works .how-it-work-card-text{font-size:18px;font-weight:500;margin-top:18px;max-width:230px;text-align:center}.main_works_cards{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.main_works_title{-webkit-text-fill-color:#0000;background:linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-family:Lato,sans-serif;font-size:110px;font-weight:700;margin-bottom:70px;text-transform:uppercase}.main_packages{align-items:center;align-self:center;display:flex;flex-direction:row;justify-content:center;margin:120px 0;position:relative;width:fit-content;z-index:10}.main_packages-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-size:132px;font-weight:700;position:absolute;right:-260px;text-transform:uppercase;top:32%;transform:rotate(90deg);z-index:-10}.main_content{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.main_left{display:flex;flex-direction:column;width:75%}.main_title{background:-webkit-linear-gradient(88.43deg,#ff82f4,#53cdef);-webkit-background-clip:text;font-size:80px;line-height:101px}.main_text,.main_title{-webkit-text-fill-color:#0000;font-weight:700}.main_text{background:-webkit-linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-size:20px;margin:32px 0 64px}.main_btn{align-items:center;background:linear-gradient(91.97deg,#049ce4 .3%,#80ecdf 99.83%);border-radius:100px;box-shadow:6px 6px 10px #00214a40,inset -6px -6px 10px #00214a40,inset 6px 6px 10px #fff6;color:#fff;display:flex;font-family:aqum,sans-serif;font-size:16px;font-weight:500;justify-content:center;padding:16px 32px;text-transform:uppercase;width:fit-content}.main_btn:hover{cursor:pointer;opacity:.8}.main_right{width:50%}@media(max-width:1200px){.main_title{font-size:60px;line-height:72px}.main_works_title{font-size:60px;text-align:center}.main_works_cards{flex-direction:column}.main_works .how-it-work-card-line{margin:24px 0 12px}.main_works_more{right:12px}.main_wrapper{box-sizing:border-box!important;padding:0 16px}.main{width:100%}.main_right{box-sizing:border-box!important;display:flex;height:480px;margin-bottom:-40px}.main_left,.main_right{align-items:center;justify-content:center;width:100%}.main_content{flex-direction:column;width:100%}.main_wrapper{padding:0!important}.goal{flex-direction:column!important;width:90%!important}.goal_item:first-child{margin-left:0!important}.goal_wrapper{background-position:0 75%!important}}@media(max-width:960px){.goal_wrapper{background-position:0 100%!important;background-size:90%!important}.how-it-work-card-line{transform:rotate(90deg)}.goal_item:first-child{flex-direction:column-reverse}.goal_item:last-child{margin-bottom:340px!important}.main{box-sizing:border-box}.main_text{display:none}.main_right{margin-top:-100px}.main_left{font-size:16px}.main_content{flex-direction:column-reverse}.main_title{font-size:24px;line-height:40px;margin:0 0 40px;text-align:center}.main_works{box-sizing:border-box!important;margin-top:40px;width:100%}.how-it-work-card img{max-width:100%}.footer_form div:last-child{height:48px!important;margin-top:4px;width:48px!important}.footer_info_links span{font-size:12px!important}.footer_content_navigation-item{display:flex;flex-direction:column}.footer_content_left-text{font-size:12px!important}.goal_item-text{font-size:18px!important}.goal_item-title{font-size:20px!important;margin:12px 0}.goal_item{box-sizing:border-box;font-size:16px;margin:0 0 48px;width:100%}.goal_item img{display:none;width:80%}.main_works_title{font-size:48px}}.goal{flex-direction:row;justify-content:space-between;margin:80px 0 0;width:1200px}.goal,.goal_wrapper{align-items:center;display:flex}.goal_wrapper{background-position:0 0;background-repeat:no-repeat;background-size:40%;justify-content:center;width:100%}.goal_item{align-items:flex-end;display:flex;flex-direction:column}.goal_item img{width:80%}.goal_item-title{-webkit-text-fill-color:#0000;background:linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-size:30px;font-weight:700;margin-bottom:20px;text-transform:uppercase}.goal_item-text{align-items:center;color:#005395;display:flex;font-size:19px;font-style:normal;font-weight:400;line-height:24px;text-align:right}.goal_item:first-child{align-items:flex-start;margin-left:32%}.goal_item:first-child img{margin-top:20px}.goal_item:first-child .goal_item-text{text-align:left}.goal_item:first-child{margin-bottom:120px}.goal_item:first-child img{margin-bottom:80px}@media(max-width:960px){.goal_item:first-child{flex-direction:column!important}.goal_wrapper{background-image:none!important;margin-top:-40px}.goal_item-title{font-size:24px!important}.goal_item-text{font-size:14px!important}.goal_item:last-child{margin-bottom:80px!important;margin-top:-60px}}.about{align-items:center;display:flex;flex-direction:column;justify-content:center;width:1200px}.about_pros{justify-content:space-between;margin:80px 0 40px}.about_pros,.about_pros-item{align-items:center;display:flex;flex-direction:row}.about_pros-item{color:#005395;font-family:aqum;font-size:30px;font-weight:700;line-height:30px;margin:25px 0}.about_pros-item img{margin-right:50px;width:48px}.about_pros-image{width:30%}.about_why{-webkit-text-fill-color:#0000;background:linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-size:120px;font-weight:700;text-transform:uppercase}.about_logo,.about_why{margin-top:120px;z-index:10}.about_logo-text{margin-top:32px}.about_partners{-webkit-text-fill-color:#0000;background:linear-gradient(92.97deg,#0f2467,#1d5cac);-webkit-background-clip:text;font-size:24px;margin-top:72px;text-transform:uppercase}.about_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.about_background{height:auto;left:0;position:absolute;top:60px;width:45%}.about_alfa{margin:40px 0 80px;overflow:hidden;width:calc(100vw - 17px)}@media(max-width:1200px){.about{width:100%}.about_wrapper{box-sizing:border-box;padding:0 16px;width:100%}}@media(max-width:960px){.about_why{font-size:32px;margin-bottom:-64px;margin-top:64px}.about_pros{padding:0 16px}.about_wrapper{overflow:hidden;padding:0}.about_pros-item img{display:none}.about_logo-text{display:flex;justify-content:center}.about_logo-text img{align-self:center;display:flex;justify-self:center;width:80%}.about_pros-image{height:240px;position:absolute;right:-60px;width:auto}.about_pros-item{font-size:12px;line-height:14px;margin:12px 0;width:60%}.about_pros-item img{margin-right:25px}}.footer{display:flex;flex-direction:column;margin:40px 0;width:1200px;z-index:10}.footer_form{width:480px}.footer_form,.footer_form_item{display:flex;flex-direction:row;justify-content:space-between}.footer_form_item{align-items:center;margin-right:8px;width:100%}.footer_form_item input{width:50%}.footer_form div input:last-child{margin-left:8px}.footer_wrapper{background:#0a0e1c;width:100%}.footer_link,.footer_wrapper{align-items:center;display:flex;justify-content:center}.footer_link{border:1px solid #fff;border-radius:50%;height:48px;margin-right:16px;transition:.3s;width:48px}.footer_link a{align-items:center;display:flex;justify-content:center}.footer_link a img{width:18px}.footer_link:hover{background-color:#0a0e1cd9;cursor:pointer;opacity:.8}.footer_content{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:50px}.footer_content_navigation{color:#fff;display:flex;flex-direction:column;justify-content:space-between}.footer_content_navigation-header{font-size:24px;margin-bottom:32px}.footer_content_navigation-item{margin:12px 0;transition:.3s}.footer_content_navigation-item:hover{cursor:pointer;opacity:.8}.footer_content_navigation-item span{margin-right:32px}.footer_content_navigation-item span:hover{cursor:pointer;opacity:.8}.footer_content_left{display:flex;flex-direction:column}.footer_content_left-text{color:#fff;font-size:20px;margin-top:16px;width:320px}.footer_content_left-links{margin-top:32px}.footer_content_left-links,.footer_info{align-items:center;display:flex;flex-direction:row}.footer_info{background-color:#222a2c;justify-content:space-between;margin-top:40px;padding:24px 48px}.footer_info div:first-child{color:#fff;font-size:14px;width:38%}.footer_info div:last-child span{color:#fff;margin:0 10px}.footer_line{background-color:#00396d;height:1px;width:100%}.footer_header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:40px 0}.footer_header input{background:#fff;border:none;border-radius:10px;outline:none;padding:24px}.footer_header-text{align-items:center;color:#efffff;display:flex;font-size:30px;font-style:normal;font-weight:500;line-height:40px;text-transform:uppercase;width:50%}.footer_header-btn{align-items:center;background:linear-gradient(134.32deg,#00ffc2 -1.73%,#0ff 103.04%);border-radius:10px;display:flex;height:64px;justify-content:center;transition:.3s;width:64px}.footer_header-btn:hover{cursor:pointer;opacity:.8}.footer_header-btn img{width:70%}@media(max-width:1200px){.footer{width:100%}.footer_wrapper{padding:0 24px}}@media(max-width:900px){.footer_content_left-links{margin-top:16px}.footer_header-btn{align-self:flex-end}.footer_content_navigation{margin:12px 0;width:100%}.footer_content_navigation-item{font-size:14px}.footer_content,.footer_wrapper{box-sizing:border-box!important;width:100%}.footer_info{flex-direction:column;width:calc(100% - 96px)}.footer_info div:first-child{width:100%}.footer_info div:last-child{align-self:center;display:flex;flex-direction:row;font-size:12px;justify-content:space-between;margin-top:20px;width:100%}.footer_content{align-self:flex-start;flex-direction:column;justify-content:flex-start;padding:0 24px}.footer_line{margin-top:8px}.footer_header{box-sizing:border-box!important;display:flex;flex-direction:column;padding:0 24px;width:100%}.footer_header_header-btn{align-self:flex-end;display:flex;justify-self:flex-end}.footer_header-text{font-size:24px;text-align:center;width:100%}.footer_header input{margin:8px 0;width:100%}.footer_header-text{font-size:16px;line-height:24px;width:100%}.footer_form{display:flex;flex-direction:row;justify-content:space-between;width:100%}.footer_form div input:last-child{margin-left:0}.footer_form input{height:4px;padding:14px}.footer_form div:first-child{display:flex;flex-direction:column;margin-right:42px;width:220px}.footer_form div:last-child{height:92px;width:92px}.footer_content_left{align-items:center;justify-content:center;max-width:320px!important;width:100%}.footer_content_left div{text-align:center}.footer_content_navigation{margin-top:40px}.footer_info_links{align-items:center;display:flex;flex-direction:column!important;margin-bottom:24px;width:100%}.footer_info_links span{font-size:18px}.footer_info{flex-direction:column-reverse}}.contacts{display:flex;flex-direction:column;margin:40px 0;width:1200px}.contacts .block-right{margin-left:auto}.contacts_hash-image{right:0;top:0}.contacts_email-image{border-bottom-left-radius:50%;bottom:0;left:0;z-index:0}.contacts_wrapper{align-items:center;background-position:100%;background-repeat:no-repeat;background-size:100%;display:flex;flex-direction:column;justify-content:center;object-fit:contain;overflow:hidden;position:relative;width:100%}.contacts_sally{bottom:0;left:20%;position:absolute;transform:translateY(40%);width:700px;z-index:0}.contacts_block{background:linear-gradient(157.26deg,#253b79cc 10.6%,#4486eb 91.3%);border-radius:50px;box-shadow:10px 10px 10px #13162c80,inset -5px -5px 5px #e0ebef40;color:#fff;display:flex;flex-direction:column;height:300px;margin-top:20px;padding:64px 50px;position:relative;width:360px}.contacts_block-btn{align-items:center;align-self:center;background:linear-gradient(92.97deg,#0f2467,#1d5cac);border-radius:100px;box-shadow:2px 2px 10px #00214a40,inset -2px -2px 10px #00214a40,inset 2px 2px 10px #fafcfd40;display:flex;justify-content:center;margin-top:40px;padding:12px 48px;text-transform:uppercase;transition:.3s;width:fit-content}.contacts_block-btn:hover{cursor:pointer;opacity:.8}.contacts_block-title{font-size:32px}.contacts_block-title-center{font-size:32px;text-align:center}.contacts_block-text{align-self:center;font-size:16px;margin-top:40px;text-align:center;width:65%}.contacts_block-phones{font-size:18px;margin-top:32px}.contacts_block-email{font-size:18px;margin-top:120px;padding-left:180px;z-index:1}.contacts_block-links{align-items:center;align-self:center;display:flex;flex-direction:row;justify-content:space-evenly;margin-top:40px;width:70%}.contacts_block-links img{cursor:pointer;position:static!important;transition:.3s;width:21%}.contacts_block-links img:hover{opacity:.8}.contacts_block img{position:absolute}@media(max-width:1200px){.contacts{width:100%}.contacts_wrapper{background-position:0;box-sizing:border-box;padding:0 20px}.contacts_block{height:200px;width:240px;z-index:2}.contacts_block .contacts_email-image,.contacts_block .contacts_hash-image{width:30%}.contacts_block .contacts_block-email{margin-top:20px;padding-left:80px}.contacts_sally{width:600px}}@media(max-width:1020px){.contacts_block-title-center{font-size:18px}.contacts_block-links,.contacts_block-text{margin-top:20px}.contacts_block-btn{font-size:12px;margin-top:20px}.contacts_sally{display:none}.contacts{flex-direction:row}.contacts_block{font-size:14px;padding:48px 32px 72px}}@media(max-width:960px){.contacts_block-email{font-size:16px}.contacts .block-right{margin:80px 0!important}.contacts{align-items:center;flex-direction:column;justify-content:center;padding:0 12px}.contacts_wrapper{background-size:300% 150%}}.docs{display:flex;flex-direction:column;margin:40px 0 80px;position:relative;width:1200px}.docs_text{background:linear-gradient(157.26deg,#253b79cc 10.6%,#4486eb 91.3%);border-radius:50px;box-shadow:10px 10px 10px #13162c80,inset -5px -5px 5px #e0ebef40;color:#fff;margin:120px 0 40px;padding:50px 72px;width:54%}.docs_text-title{font-size:32px;font-weight:500;margin-bottom:50px;text-align:center;text-transform:uppercase}.docs_text-content{font-size:20px}.docs_title{-webkit-text-fill-color:#0000;background:linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-size:64px;font-weight:700;text-align:center;text-transform:uppercase}.docs_items{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:80px}.docs_item,.docs_item a{align-items:center;display:flex;flex-direction:column;justify-content:center}.docs_item div{color:#005395;font-size:18px;font-weight:500;line-height:20px;text-align:center;width:80%}.docs_wrapper{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;position:relative;width:100%}.docs_sally{bottom:-196px;position:absolute;right:-80px;width:560px}@media(max-width:1200px){.docs{width:100%}.docs_wrapper{box-sizing:border-box;padding:0 16px}}@media(max-width:1020px){.docs{align-items:center;justify-content:center}.docs_sally{display:none}}@media(max-width:900px){.docs_title{font-size:32px}.docs_items{flex-direction:column;margin-top:40px}.docs_text{padding:32px 24px;width:calc(100% - 72px)}.docs_text-title{font-size:20px;margin-bottom:20px}.docs_text-content{font-size:16px}}@keyframes loyalLog{0%{bottom:-100%;opacity:0}to{bottom:0;opacity:1}}select{appearance:none;background-position:100% 100%;background-repeat:no-repeat!important}.login{align-items:center;background:#13162c;border-radius:50px;box-shadow:0 0 150px #13162cb3;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;padding:50px 200px;width:900px}.login_login-container{position:relative;width:100%}.login_login-container img{position:absolute;right:34px;top:34%;transform:translateY(-50%);transition:.3s;width:24px}.login_login-container img:hover{cursor:pointer;opacity:.7}.login_agreement{display:flex;flex-direction:column;width:100%}.login_agreement_item{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:14px;height:fit-content;margin:4px 0 0;width:100%}.login_agreement_item div{align-items:center;display:flex;justify-content:center}.login_agreement_item input{align-self:center;background:#0f2467;box-sizing:border-box;display:flex;height:16px!important;justify-self:center;margin:0!important;width:16px!important}.login_agreement_item p{font-size:14px;line-height:14px;margin-left:12px}.login_agreement_item p a{font-style:italic;font-weight:700;transition:.3s}.login_agreement_item p a:hover{cursor:pointer;opacity:.8}.login_header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.login_header input{width:18%!important}.login_footer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.login_footer input.referral{background:linear-gradient(92.97deg,#0f2467,#1d5cac);color:#fff;font-size:14px;height:12px;margin:0;padding:16px;width:48%}.login_footer select{background-color:#0f2467;background-position-x:calc(100% - 14px);background-position-y:calc(50% + 1px);background-size:14px 8px;border:none;border-radius:10px;color:#fff;height:48px;padding:12px;width:40%}.login_trifecta{margin-top:30px}.login_btn{background:linear-gradient(92.97deg,#0f2467,#1d5cac);border-radius:32px;color:#fff;font-size:18px;font-weight:400;margin-top:20px;padding:12px 36px;text-transform:uppercase;width:100%}.login_btn:disabled{cursor:not-allowed;opacity:.8}.login .google-btn{align-items:center;background:#252c40;display:flex;justify-content:center;text-transform:none}.login .google-btn img{margin:0 12px 3px}.login input{background:#fafcfd;border:none;border-radius:10px;font-size:16px;margin-bottom:20px;outline:none;padding:12px 36px;width:calc(100% - 72px)}.login_title{color:#fff;font-size:30px;font-weight:400;margin-bottom:12px;text-transform:uppercase}.login_wrapper{align-items:center;animation:loyalLog .75s;background:linear-gradient(127.61deg,#6c90d7,#a9f0ff 87.38%);bottom:0;display:flex;height:fit-content;justify-content:center;left:0;min-height:100vh;position:relative;width:100%}.login .login_trifecta{width:215px}@media(max-width:1200px){.login{width:100%}.login_wrapper{box-sizing:border-box;padding:0 16px}}@media(max-width:960px){.login{padding:24px 48px;width:100%}.login_wrapper{box-sizing:border-box;padding:0 16px}.login_header{flex-direction:column;padding:0 48px!important;width:100%}.login_header input{width:calc(100% - 72px)!important}.login_btn{font-size:14px!important}}@keyframes loyalLeft{0%{margin-left:-400px;margin-right:490px;width:560px}to{width:560px}}@keyframes loyalRight{0%{margin-left:400px;margin-right:-300px;width:560px}to{width:560px}}.products{animation:loyal .5;display:flex;flex-direction:column;margin:40px 0 80px;width:1200px}.products_item{align-items:center;flex-direction:row;margin:40px 0}.products_item,.products_item_box{display:flex;justify-content:space-between;position:relative}.products_item_box{background:linear-gradient(88.43deg,#53cdef,#467cd7);border-radius:100px;box-shadow:inset -4px -4px 4px #00214a40,inset 4px 4px 4px #ffffff40;box-sizing:border-box;color:#fff;flex-direction:column;height:480px;padding:75px 100px 50px}.products_item_box_event-back{bottom:50px;position:absolute;right:-50px;width:100%}.products_item_box .products_bubbles{height:100%;position:absolute;width:100%;z-index:-5}.products_item_box:nth-child(2n){animation:loyalRight 1s ease;margin-left:100px;margin-right:0}.products_item_box:nth-child(odd){animation:loyalLeft 1s ease;margin-left:0;margin-right:90px!important}.products_item_box:nth-child(odd) .products_bubbles{height:100%;left:-110px;position:absolute;width:100%;z-index:-5}.products_item_box_title{font-size:58px;font-weight:700;margin-bottom:24px}.products_item_box_text{text-align:left}.products_item_box_more{align-items:center;align-self:flex-end;display:flex;font-family:aqum;font-size:28px;font-weight:700;justify-content:space-between;margin-top:30px;text-align:right;text-transform:uppercase}.products_item_box_more span{padding-bottom:2px}.products_item_box_more img,.products_item_box_more span{align-items:center;display:flex;height:27px!important;justify-content:center}.products_item_box_more img{margin-left:10px;width:50px!important}.products_item img{width:45%}.products_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}@media(max-width:1200px){.products{width:100%}.products_wrapper{box-sizing:border-box;padding:0 16px}}@media(max-width:1020px){.products_item{flex-direction:column}.products_item_box .products_bubbles{display:none}.products_item_box:nth-child(2n),.products_item_box:nth-child(odd){animation:none;margin:0!important}.products_item img{width:50%}.products_item_box_event-back{right:0}}@media(max-width:960px){.products_item img{margin:20px 0;width:100%}.products_item_box_event-back{display:none}.products_item_box{border-radius:48px;height:fit-content;padding:50px}.products_item_box_title{font-size:20px}.products_item_box_text{font-size:12px;height:100%}.products_item:nth-child(2n){flex-direction:column-reverse}.products{margin-top:0}}.billing{display:flex;flex-direction:column;margin:40px 0 80px;width:1200px}.billing_title{-webkit-text-fill-color:#0000;background:linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-size:46px;font-weight:700;margin-bottom:60px;text-align:center;text-transform:uppercase}.billing_text{color:#005395;font-size:18px;text-align:justify}.billing_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}@media(max-width:1200px){.billing{width:100%}.billing_wrapper{box-sizing:border-box;padding:0 16px}}@media(max-width:1020px){.billing_title{margin-bottom:12px}}@media(max-width:425px){.billing img{margin:12px 0}.billing_title{font-size:18px;margin-top:-24px}.billing_text{font-size:12px}}@keyframes cookie{0%{bottom:-100%;opacity:0}to{bottom:20px;opacity:1}}.trifecta-app_level-item_next{height:140px!important}.trifecta-app_content_cabinet .trifecta-app_content_cabinet_withdraw{width:110%!important}.trifecta-app_side-menu{z-index:100}.cookie-app{animation:cookie .75s ease-in-out;background:linear-gradient(285.18deg,#0d0b16,#242e4c);border-radius:20px;bottom:20px;box-shadow:5px 5px 1px 1px #1f1f1f0d;display:flex;flex-direction:column;height:fit-content;padding:50px 25px 20px;position:fixed;right:20px;text-align:center;width:300px;z-index:20}.cookie-app-back{border-top-right-radius:20px;position:absolute;right:0;top:0;width:300px}.cookie-app-close{left:20px;position:absolute;top:20px;transition:.3s;width:fit-content}.cookie-app-close:hover{cursor:pointer;opacity:.8}.cookie-app-title{-webkit-text-fill-color:#0000;background:linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-size:20px;font-weight:700;margin-top:80px}.cookie-app-text{color:#fafcfd;font-size:14px;font-weight:400;margin:30px 0}.cookie-app-btn{align-self:center;background:linear-gradient(92.97deg,#0f2467,#1d5cac);border-radius:50px;color:#fafcfd;font-size:16px;font-weight:500;padding:15px 50px;transition:.3s;width:fit-content}.cookie-app-btn:hover{cursor:pointer;opacity:.8}.trifecta-app{align-items:center;background:linear-gradient(127.61deg,#5889e7,#a9f0ff 87.38%);box-sizing:border-box;display:flex;flex-direction:column;font-family:aqum;justify-content:center;min-height:100vh}.trifecta-app_wrapper{position:relative}.trifecta-app_burger{display:none;position:absolute;right:28px;top:72px;z-index:1000}.trifecta-app_loading{color:#fff;font-size:32px;left:calc(340px + 30%);position:absolute;top:30%;transform:translate(50%,-70%)}.trifecta-app .level{-webkit-text-fill-color:#0000;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text}.trifecta-app_side-menu{background:#171a2f;border-radius:50px 0 0 50px;box-sizing:border-box;color:#7897fa;display:flex;flex-direction:column;height:100%;padding:75px 60px;position:absolute;top:0;width:320px}.trifecta-app_side-menu_partner{align-items:center;background:linear-gradient(92.97deg,#0f2467,#1d5cac);border-radius:32px;color:#fafcfd;display:flex;font-size:14px;font-weight:700;justify-content:center;margin-top:16px;padding:4px 24px;transition:.3s}.trifecta-app_side-menu_partner:hover{cursor:pointer;opacity:.8}.trifecta-app_side-menu_logo{margin:0 auto 50px;width:-webkit-fill-available;width:fill}.trifecta-app_side-menu_item{display:flex;flex-direction:column}.trifecta-app_side-menu_item-sub-item.active{color:#fff;font-weight:700}.trifecta-app_side-menu_item-sub-item.disabled{color:#ccc!important;cursor:not-allowed}.trifecta-app_side-menu_item-sub-item{align-items:center;color:#7897fa;cursor:pointer;display:flex;flex-direction:row;margin:12px 0;position:relative}.trifecta-app_side-menu_item-sub-item_badge{background:#30387a;border-radius:50%;color:#fafcfd;font-size:12px;height:12px;line-height:12px;padding:5px;position:absolute;right:0;text-align:center;width:12px}.trifecta-app_side-menu_item-sub-item img{margin-right:12px}.trifecta-app_side-menu_item-title{color:#fff;font-size:36px;font-weight:500;margin:60px 0 20px}.trifecta-app_side-menu_profile{align-items:flex-start;color:#fff;display:flex;flex-direction:row;justify-content:flex-start;margin:0 auto;width:100%}.trifecta-app_side-menu_profile_text{font-size:18px;font-weight:500;margin-left:16px;width:50%}.trifecta-app_side-menu_profile_image{background-position:50%;background-size:cover;border-radius:50%;height:48px;width:48px}.trifecta-app_side-menu_profile_image img{border-radius:50%;height:100%;width:100%}.trifecta-app_level-item,.trifecta-app_level-item_overall{align-items:center;display:flex;flex-direction:column;justify-content:space-between;position:relative}.trifecta-app_level-item_overall{background:#212735;border:25px solid #0000;border-radius:50%;color:#fff;font-size:20px;font-weight:500;z-index:10}.trifecta-app_level-item_overall-container{align-items:center;background:#313751;border-radius:50%;box-sizing:border-box!important;color:#fafcfd!important;display:flex;flex-direction:column;height:244px;justify-content:space-between;left:50%;padding:44px 40px;position:absolute;top:0;transform:translate(-50%,18px);width:244px;z-index:1}.trifecta-app_level-item_overall:before{background:conic-gradient(from 180deg at 50% 50%,#48c5d6 0deg,#28aeb7 45deg,rgba(148,115,220,.995) 120deg,rgba(57,79,194,.995) 270deg,#5167d700 1turn,#21273500 1turn,#478c88 1turn,#48c5d6 0deg);border-radius:inherit;bottom:0;content:"";left:0;margin:-25px;position:absolute;right:0;top:0;z-index:-10}.trifecta-app_level-item_overall_title{font-size:28px;font-weight:500;margin:24px 0}.trifecta-app_level-item_next{background:#252c40;border-radius:20px;color:#fff;display:flex;flex-direction:column;height:100px;justify-content:space-between;margin-top:50px;padding:25px 50px;width:240px}.trifecta-app_level-item_next_percent{font-size:36px;font-weight:500;text-align:right}.trifecta-app_level-item_next_title{-webkit-text-fill-color:#0000;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text;margin-bottom:16px}.trifecta-app_package{align-items:center;background:#252c40;border-radius:30px;color:#fff;display:flex;flex-direction:column;font-size:32px;font-weight:700;height:200px;justify-content:center;line-height:24px;margin-bottom:12px;margin-right:12px;padding:25px;transition:.3s;width:200px}.trifecta-app_package:hover{cursor:pointer;opacity:.8}.trifecta-app_package img{height:120px;width:120px}.trifecta-app_withdraw_card{background:#252c40;border-radius:30px;color:#fff;font-size:18px;font-weight:500;height:120px;padding:24px 48px;width:fit-content}.trifecta-app_withdraw_card_title{-webkit-text-fill-color:#0000;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text;margin:0 0 12px}.trifecta-app_withdraw_card_sub-amount{font-size:14px}.trifecta-app_withdraw_card_withdraw{background:#313751;border-radius:40px;color:#3f87f6;margin-left:auto;margin-top:16px;padding:4px 16px;transition:.3s;width:fit-content}.trifecta-app_withdraw_card_withdraw:hover{cursor:pointer;opacity:.8}.trifecta-app_content{background:#13162c;border-radius:50px;box-shadow:0 0 150px #13162cb3;box-sizing:border-box;display:flex;flex-direction:row;font-family:aqum;justify-content:space-between;margin:50px 25px;max-width:1440px;min-height:1200px;padding:50px 50px 50px 0;position:relative!important;width:100%}.trifecta-app_content_cabinet{display:flex;flex-direction:column;justify-content:space-between;margin-left:42%;width:fit-content}.trifecta-app_content_cabinet_level{align-items:center;background:#171a2f;border-radius:30px;display:flex;flex-direction:row;justify-content:space-between;margin:30px 0;padding:50px 70px;width:95%}.trifecta-app_content_cabinet_level-item{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.trifecta-app_content_cabinet_level-item_overall{background:#313751;border:25px solid #48c5d6;color:#fff}.trifecta-app_content_cabinet_package{margin-right:20px}.trifecta-app_content_cabinet_packages{padding:20px}.trifecta-app_content_cabinet_packages,.trifecta-app_content_cabinet_withdraw{align-items:center;background:#171a2f;border-radius:30px;box-sizing:border-box;display:flex;flex-direction:row;width:100%}.trifecta-app_content_cabinet_withdraw{gap:24px;padding:25px}@media(max-width:1400px){.trifecta-app{width:100%}.trifecta-app_burger{display:inline;display:initial}.trifecta-app_content_cabinet{box-sizing:border-box;margin:0;width:100%!important}}@media(max-width:1020px){.trifecta-app_content{box-sizing:border-box!important;justify-content:center}.trifecta-app_content_cabinet_packages{box-sizing:border-box;margin-left:114px;width:70%}.trifecta-app_content_cabinet_withdraw{align-self:center;box-sizing:border-box;flex-direction:column;justify-self:center;margin-left:50px;width:70%}.trifecta-app_content_cabinet_withdraw .trifecta-app_withdraw_card{margin:20px 0}.trifecta-app_content_cabinet_level{box-sizing:border-box;flex-direction:column;margin-left:114px;width:70%}.trifecta-app_content_cabinet_level .trifecta-app_level-item{margin:20px 0}}@media(max-width:720px){.trifecta-app_content_cabinet_packages{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:16px 0 16px 16px}.trifecta-app_content_cabinet .trifecta-app_content_cabinet_withdraw{margin-left:48px}.trifecta-app_withdraw_card{max-width:190px!important;padding-bottom:48px}.trifecta-app_wrapper{width:100%}.trifecta-app_content{box-sizing:border-box!important;width:100%}.trifecta-app_content_cabinet_level,.trifecta-app_content_cabinet_packages{margin-left:24px;width:100%}.trifecta-app_burger{display:inline;display:initial}.trifecta-app_side-menu{left:0;top:0;transition:.3s ease;width:100%;z-index:100}.trifecta-app_level-item_next{font-size:12px;padding:16px}}.menu_closed{left:-450px;opacity:0;padding:0;transition:.3s}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100!important}.modal{background:#0a0a23;border-radius:10px;color:#fff;padding:32px 40px;text-align:center;width:600px}.modal-title{font-size:20px;margin-bottom:10px}textarea.input{resize:none}.modal-actions{display:flex;gap:16px}.input{border:1px solid #ccc;border-radius:5px;margin:10px 0;padding:10px;width:95%}.error{color:#e94c4c;font-size:12px}.submit-button{background-color:#0f2467;border:none;border-radius:5px;color:#fff;cursor:pointer;height:50px;margin-top:10px;padding:10px;transition:.3s;width:100%}.submit-button:hover{opacity:.7}.close-button{align-items:center;background-color:red;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-weight:700;height:50px;justify-content:center;margin-top:10px;padding:10px;width:54px}.close-button:hover{background-color:darkred}.trifecta-app-footer{background:#13162c;border-radius:50px;box-shadow:0 0 150px #13162cb3;color:#fff;flex-direction:row;font-family:Lato,sans-serif;justify-content:space-between;margin:25px 0 50px;max-width:1440px!important;padding:50px 100px;position:relative}.trifecta-app-footer,.trifecta-app-footer_wrapper{align-items:center;display:flex;height:100%;width:100%}.trifecta-app-footer_wrapper{justify-content:center;margin:0 auto;max-width:1440px}.trifecta-app-footer_logo{margin:0 0 40px;width:215px}.trifecta-app-footer_content{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:450px}.trifecta-app-footer_content_mg{margin-top:10px}.trifecta-app-footer_content_links{display:flex;flex-direction:row;margin:50px 0 30px}.trifecta-app-footer_content_links_item{border:1px solid #fafcfd;border-radius:50%;margin:0 4px;padding:12px}.trifecta-app-footer_content_links_item,.trifecta-app-footer_content_links_item a{align-items:center;display:flex;justify-content:center}.trifecta-app-footer_content_links_item:hover{cursor:pointer}.trifecta-app-footer_content_links_item img{width:16px!important}.trifecta-app-footer_content_text{color:#fafcfd;opacity:.5}.trifecta-app-footer_content_text span{font-size:14px;margin-right:24px;transition:.3s}.trifecta-app-footer_content_text span:hover{cursor:pointer;opacity:.8}.trifecta-app-footer_content img{width:215px}.trifecta-app-footer_copyright{bottom:50px;left:50%;position:absolute;transform:translateX(-50%)}@media(max-width:768px){.trifecta-app-footer_copyright{display:none}.trifecta-app-footer{box-sizing:border-box;flex-direction:row}}@media(max-width:600px){.trifecta-app-footer{align-items:center;box-sizing:border-box;flex-direction:row;padding:24px;width:100%}.trifecta-app-footer_content_links{align-items:center;display:flex;justify-content:center}.trifecta-app-footer_content_text{text-align:center}.trifecta-app-footer_content_text span{margin:12px 0 32px!important}.trifecta-app-footer_content{display:flex;font-size:12px;justify-content:center;width:100%!important}.trifecta-app-footer_content img{align-items:center;align-self:center;display:flex;justify-content:center}.trifecta-app-footer_partners{margin-top:32px}.trifecta-app-footer_partners img{width:100%}}:not(input){-webkit-user-select:none;user-select:none}.confirm_modal{border-radius:10px}.confirm_modal .marketing_modal_title{font-size:24px;text-align:center}.confirm_modal .marketing_modal_text{max-width:420px;padding:24px 0;text-align:justify;width:100%}.marketing{justify-content:space-between}.marketing,.marketing_modal_wrapper{display:flex;flex-direction:column;height:100%;width:100%}.marketing_modal_wrapper{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;left:0;position:fixed;top:0;z-index:100}.marketing_modal{align-items:flex-start;background:linear-gradient(157.26deg,#13162c 10.6%,#09156b 91.3%);box-sizing:border-box!important;color:#fafcfd;display:flex;flex-direction:column;justify-content:space-between;padding:50px;position:relative}.marketing_modal_buy-title{font-size:18px;margin:20px auto 0}.marketing_modal_btns{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}.marketing_modal_btns button{color:#fafcfd;width:45%}.marketing_modal_btns button:disabled{opacity:.5}.marketing_modal_btns button:disabled:hover{cursor:not-allowed;opacity:.5}.marketing_modal_close{font-size:18px;position:absolute;right:32px;top:24px;transition:.3s}.marketing_modal_close:hover{cursor:pointer;opacity:.8}.marketing_modal img{align-self:center;bottom:16px;position:absolute;width:32px}.marketing_modal_btn{align-self:center;background:linear-gradient(91.97deg,#049ce4 .3%,#80ecdf 99.83%);border-radius:100px;box-shadow:4px 4px 4px #00214a40,inset -4px -4px 4px #00214a40,inset 4px 4px 4px #ffffff40;font-size:20px;margin-top:20px;padding:12px 24px;transition:.3s}.marketing_modal_btn:hover{cursor:pointer;opacity:.8}.marketing_modal_title{align-self:center;font-size:20px;font-weight:700;line-height:24px;margin:0 0 20px}.marketing_modal_text{margin:12px 0}.marketing_modal_agreement{-webkit-appearance:checkbox;display:flex;flex-direction:row;font-weight:400;justify-content:space-between;margin-top:30px;z-index:1000!important}.marketing_modal_agreement input{-webkit-appearance:checkbox;height:20px;width:20px;z-index:1500!important}.marketing_modal_agreement a{font-size:14px;font-weight:900}.marketing_modal label{font-size:12px;font-weight:400;padding-left:12px;width:400px}.marketing_wrapper{align-items:center;display:flex;justify-content:center;margin:50px 0 50px 360px;width:75%;z-index:10}.marketing_item{background:#171a2f;border-radius:30px;height:390px;margin-bottom:50px;padding:75px 0 125px 75px;position:relative;z-index:10}.marketing_item_price{font-size:36px;font-weight:700;margin-left:50px}.marketing_item_buy{background:linear-gradient(91.97deg,#049ce4 .3%,#80ecdf 99.83%);border-radius:100px;box-shadow:4px 4px 4px #00214a40,inset -4px -4px 4px #00214a40,inset 4px 4px 4px #ffffff40;color:#fafcfd;font-size:24px;font-weight:700;padding:18px 36px;transition:.3s}.marketing_item_buy:hover{cursor:pointer;opacity:.8}.marketing_item_buy:disabled,.marketing_item_buy:disabled:hover{color:#fafcfd;cursor:not-allowed;opacity:.5}.marketing_item_footer{align-items:center;display:flex;flex-direction:row;margin-top:20px}.marketing_item_content{color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;z-index:10}.marketing_item_title{-webkit-text-fill-color:#0000;background:linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-size:36px;font-weight:700;z-index:5}.marketing_item_description{font-size:20px;font-weight:700;margin-top:20px;z-index:5}.marketing_item_description-item{margin-bottom:12px}.marketing_item_image{bottom:0;position:absolute;right:0;width:400px}.marketing_item_background{left:25px;position:absolute;top:25px;width:calc(100% - 50px);z-index:-1}@media(max-width:1400px){.marketing_wrapper{margin:0 0 50px 24px}.marketing_item_background{display:none}.marketing_item img{width:40%}}@media(max-width:600px){.marketing{margin-left:-24px;width:100%}.marketing_modal_wrapper{width:100%}.marketing_modal{padding:12px;width:calc(100% - 16px)}.marketing_modal_btns button{font-size:14px}.marketing_modal_title{font-size:16px}.marketing_modal_text{font-size:14px}.marketing_modal label{font-size:10px;width:100%}.marketing_modal label a{font-size:12px}.marketing_item{padding:24px;width:100%}.marketing_item img{border-bottom-right-radius:24px}.marketing_item_title{font-size:20px;height:100%;margin-bottom:32px}.marketing_item_description{font-size:10px}.marketing_item_buy{font-size:10px;font-weight:700;padding:12px}.marketing_item_footer{margin-bottom:90px;margin-top:32px}.bigger-margin{margin-bottom:110px}.marketing_item_price{font-size:20px}}.info{background:#171a2f;border-radius:30px;color:#fff;display:flex;flex-direction:column;padding:50px;width:100%}.info_title{font-size:32px;font-weight:700;margin-left:12px}.info_text{font-size:20px;font-weight:700;margin-top:50px}.info_text_title{font-size:28px}.info_text div{margin-bottom:30px}.info_docs{flex-direction:row;flex-wrap:wrap;margin-top:20px;max-width:100%}.info_docs,.info_docs_item{align-items:center;display:flex;justify-content:space-between}.info_docs_item{flex-direction:column;height:fit-content;width:33%}.info_docs_item img{width:160px}.info_docs_item_text{-webkit-text-fill-color:#0000;background:linear-gradient(91.97deg,#049ce4 .3%,#80ecdf 99.83%);-webkit-background-clip:text;font-size:16px;font-weight:700;height:96px;text-align:center;width:100%}.info_wrapper{align-items:center;display:flex;margin:0 0 50px 360px;width:100%;z-index:10}@media(max-width:1400px){.info_wrapper{margin:0 0 50px 24px}}@media(max-width:1020px){.info_docs{flex-direction:column}}@media(max-width:600px){.info_wrapper{width:100%!important}.info,.info_wrapper{box-sizing:border-box}.info{margin-right:-24px;padding:24px 16px;width:120%!important}.info_text_title{font-size:18px}.info_text{font-size:12px}}.bonus_data{color:#fafcfd;display:flex;flex-direction:column;font-size:16px!important;height:100%;justify-content:space-between;margin-left:32px;text-align:center}.bonus_data div{margin:12px 0}@media(max-width:720px){.bonus_data{margin:24px 0 0}}.withdraw{background:#171a2f;border-radius:30px;box-sizing:border-box;height:100%;margin-left:-50px;margin-top:50px;overflow:scroll;padding:50px}.withdraw,.withdraw_table-empty{width:100%}.withdraw_table{background:#252c40;border-radius:20px;color:#fff;display:flex;flex-direction:column;margin-top:24px;padding:25px 50px}.withdraw_table_item{flex-direction:row;margin:16px 0}.withdraw_table_header,.withdraw_table_item{display:grid;grid-template-columns:40% 20% 20% 20%}.withdraw_table_header{color:#898b96;font-size:14px;margin:20px 0}.withdraw_header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.withdraw_header_title{color:#fff;font-size:28px;font-weight:700;margin-bottom:8px}.withdraw_header_title p{color:#fafcfdcc;font-size:14px;margin-bottom:0}.withdraw_header_controls{align-items:center;align-self:flex-end;display:flex;flex-direction:row;justify-content:space-between}.withdraw_header_controls div{margin-left:30px}.withdraw_header_controls div select{background:#252c40;border-radius:20px;color:#fff;padding:4px 12px;width:120px}.withdraw_header_controls div label{color:#fafcfd80;font-size:14px;font-weight:700;margin-right:12px}.withdraw_wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 0 50px 28%;width:100%;z-index:10}.withdraw_wrapper .trifecta-app_content_cabinet_withdraw{width:105%!important}@media(max-width:1400px){.withdraw_wrapper{margin:0 0 50px 72px}.withdraw{overflow:scroll}}@media(max-width:600px){.withdraw{font-size:10px!important;margin-left:-24px;padding:12px}.withdraw_table{font-size:8px;overflow:scroll;padding:12px 18px;width:150%!important}.withdraw_table_header{font-size:10px!important}.withdraw_header_title{font-size:8px;padding:12px}.withdraw_header_controls select{width:80px!important}.withdraw_header_controls div{margin:0 4px!important}.trifecta-app_content_cabinet_withdraw{margin:0 0 0 -24px;width:100%}}.help{background:#171a2f;border-radius:30px;display:flex;flex-direction:column;height:100%;min-height:100%;padding:50px;width:100%}.help_content_links_item{align-items:center;border:1px solid #fafbfd;border-radius:50%;display:flex;height:48px;justify-content:center;margin-top:12px;width:48px}.help_content_links_item img{height:22px!important;width:24px!important}.help .closed{height:0;opacity:0;padding:30px 38px 50px 20px;width:90%}.help .closed,.help .opened,.help .pointer-closed{transition:.3s}.help .pointer-opened{transform:rotate(180deg);transition:.3s}.help_faq{margin-top:50px;width:100%}.help_faq_item{margin-top:25px;position:relative;z-index:1}.help_faq_item,.help_faq_item_content{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.help_faq_item_content{background:#252c40;border-radius:20px;padding:20px 50px;width:100%}.help_faq_item_text{background:#323b55;border-radius:20px;color:#fff;font-size:24px;font-weight:700;left:0;padding:70px 38px 50px 50px;position:absolute;top:50px;transition:.3s;width:90%;z-index:-1}.help_faq_item img{z-index:2}.help_faq_item span{-webkit-text-fill-color:#0000;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text;font-size:24px;font-weight:700;z-index:2}.help_faq_title{background:#252c40;border-radius:20px;padding:20px 50px}.help_faq_title span{-webkit-text-fill-color:#0000;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text;font-size:48px;line-height:60px}.help_card_tg_img{height:56px!important;width:56px!important}.help_back{bottom:0;position:absolute;right:0}.help_card{background:#252c40;border-radius:20px;padding:25px 50px;position:relative}.help_card_tg{margin-top:30px}.help_card_text{color:#fff;font-size:24px;font-weight:600;margin-top:30px}.help_card_text_title{margin-top:30px}.help_card_text_item{font-weight:400;margin:8px 0}.help_card_title{-webkit-text-fill-color:#0000;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text;font-size:24px;font-weight:700;width:80%}.help_header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.help_header img:first-child{height:240px;width:240px}.help_wrapper{align-items:center;display:flex;justify-content:center;margin:50px 0 50px 360px;width:100%;z-index:10}@media(max-width:1400px){.help_wrapper{margin:50px 0 50px 48px}}@media(max-width:600px){.help{padding:64px 32px 0;width:100%}.help_header_info{display:none}.help_header{align-self:center;flex-direction:column;margin-top:-32px;width:90%}.help_card_title,.help_header{font-size:16px}.help_card_text{font-size:14px}.help_card{padding:24px 16px;width:100%}.help_card img{width:30%}.help_faq{font-size:16px!important}.help_faq_title{padding:12px 24px}.help_faq_title span{font-size:18px}.help_faq_item span{font-size:12px}.help_faq_item_content{padding:12px 24px;width:100%}.help_faq_item_content img{width:16px}.help_faq_item_text.opened{box-sizing:border-box;font-size:12px;padding:24px;width:100%}}.newbie{border-radius:30px;height:100%;width:100%}.newbie_material-title{align-items:flex-start;color:#fafcfd;display:flex;font-size:24px;justify-self:flex-start;margin-bottom:32px;text-align:left}.newbie_crypto-material{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.newbie .tg-materials-link{transition:all .3s}.newbie .tg-materials-link:hover{cursor:pointer;opacity:.8}.newbie_item{background:#171a2f;border-radius:30px;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:24px;object-fit:contain;padding:24px;transition:.3s}.newbie_item_videos{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;margin-top:20px}.newbie_item_videos video{border-radius:12px}.newbie_item img{height:200px;object-fit:contain}.newbie_item_title{-webkit-text-fill-color:#0000;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text;font-size:28px;font-weight:700;line-height:20px}.newbie_item_text{color:#fff}.newbie_item_text_content{align-items:center;display:flex;flex-direction:row;font-size:16px;font-weight:700;gap:8px;margin-top:20px}.newbie_item_text_content_image{height:40px!important;width:40px}.newbie_wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 0 50px 360px;width:100%;z-index:10}@media(max-width:1400px){.newbie_wrapper{margin:0 0 50px 48px}}@media(max-width:600px){.newbie_item{flex-direction:column;padding:24px 16px}.newbie_item_videos{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;margin-top:20px}.newbie_item_videos video{border-radius:16px;height:auto;object-fit:contain;width:100%}.newbie_item_text{margin:32px 0 0}.newbie_item_title{font-size:16px}.newbie_item_text_content{font-size:12px}}.settings{background:#171a2f;border-radius:30px;box-sizing:border-box;height:100%;margin-top:50px;margin-top:0!important;padding:50px;width:100%}.settings .upload_hint{font-size:12px;margin-top:12px}.settings .passport_upload{display:flex;flex-direction:row;max-width:800px;width:fit-content}.settings .passport_upload div{margin:0 8px!important;position:relative;width:100%}.settings .passport_upload div label{font-size:14px}.settings .passport_upload div input{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.settings .passport_upload div img{margin-top:8px;width:100%}.settings button:disabled{cursor:not-allowed;opacity:.8}.settings button:disabled:hover{opacity:.8}.settings_profile_photo{align-items:center;display:flex;height:360px;position:relative;width:360px}.settings_profile_photo_image{background-position:50%;background-size:100% 100%;border-radius:50%;height:90%;width:90%}.settings_profile_photo img{height:100%;object-fit:contain!important;position:absolute;width:100%}.settings_profile_photo input{border:none!important;border-radius:100%!important;height:100%;opacity:0;position:absolute;width:120%}.settings .upload-photo-input{cursor:pointer;height:230px;opacity:0;position:absolute;width:360px}.settings select option{background:#0f2467!important;text-shadow:0 1px 0 #000!important}.settings_documents,.settings_documents_list{display:flex;flex-direction:column}.settings_documents_list img{background:#252c40;border-radius:12px;margin-top:12px;width:30%}.settings_documents_list_item{background:#252c40;border-radius:12px!important;display:flex;flex-direction:row;font-size:16px!important;margin:8px 0!important;padding:12px;width:100%}.settings_documents .settings_btn{align-self:flex-end;transition:.3s}.settings_documents .settings_btn:hover{cursor:pointer;opacity:.8}.settings_documents_content{display:flex;flex-direction:row;margin:0!important;width:100%}.settings_documents_item_left,.settings_documents_item_right{margin-top:0!important;width:45%}.settings_documents_item_right{margin-left:10%}.settings_documents_item{background:#252c40;border-radius:20px;padding:50px}.settings_documents_header{margin-top:0!important}.settings_documents_header select{border:none;border-radius:10px;color:#fff;margin-right:100px;padding:16px 32px}.settings_documents_header select,.settings_documents_header select option{background:linear-gradient(92.97deg,#0f2467,#1d5cac)}.settings_documents_title{margin-top:0!important}.settings_documents div{color:#fff;font-size:24px;font-weight:700;margin-top:50px}.settings_profile_item{margin-top:30px}.settings_security_btn{background:linear-gradient(88.43deg,#53cdef,#467cd7);border-radius:32px;color:#fff;padding:12px 30px;transition:.3s;width:fit-content}.settings_security_btn:hover{cursor:pointer;opacity:.8}.settings_btn{background:linear-gradient(88.43deg,#53cdef,#467cd7);border-radius:32px;color:#fff;margin-top:30px;padding:12px 30px;transition:.3s;width:fit-content}.settings_btn:hover{cursor:pointer;opacity:.8}.settings input{background:none;border:1px solid #53cdef;border-radius:10px;color:#fff;padding:8px 12px}.settings label{color:#fff;font-size:16px;font-weight:700;line-height:20px;margin-bottom:12px}.settings_title{color:#fff;font-size:32px;font-weight:700}.settings_sections{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:space-between;margin:50px 0 75px}.settings_sections_item{background:linear-gradient(92.97deg,#0f2467,#1d5cac);border-radius:32px;font-size:20px;font-weight:700;padding:12px 36px;transition:.3s}.settings_sections_item:hover{cursor:pointer;opacity:.8}.settings_sections_item.active{background:linear-gradient(92.97deg,#0f2467,#1d5cac);border-radius:32px;box-shadow:0 0 15px #00abff}.settings_security_contacts{background:#252c40;border-radius:20px;margin-top:50px;padding:50px}.settings_security_contacts_item{grid-gap:10px;align-items:center;color:#fff;display:grid;gap:10px;grid-template-columns:10% 40% 30% 30%;height:fit-content;margin:30px 0;width:90%}.settings_security_contacts_item button,.settings_security_contacts_item div,.settings_security_contacts_item img{align-self:flex-end!important;display:flex;margin:0 auto}.settings_security_contacts_title{color:#fafcfd;font-size:24px;font-weight:700;line-height:24px;margin-bottom:50px}.settings_security_password{align-items:center;background:#252c40;border-radius:20px;display:flex;flex-direction:row;justify-content:space-between;padding:50px}.settings_security_password_left{width:50%!important}.settings_security_password_right{align-items:center;display:flex;flex-direction:column;justify-content:center;width:50%}.settings_security_password_right img{width:220px}.settings_security_password_right div{align-items:center;display:flex;line-height:30px;margin-top:25px}.settings_security_password_right div,.settings_security_password_title{color:#fafcfd;font-size:24px;font-weight:700}.settings_profile{background:#252c40;border-radius:20px;display:flex;flex-direction:row;justify-content:space-between;padding:50px 70px}.settings_profile_photo div{background-size:cover}.settings_profile_right{display:flex;flex-direction:column;justify-content:space-between;width:50%}.settings_profile_item{display:flex;flex-direction:column;width:100%}.settings_profile_referral{display:flex;flex-direction:column;margin-top:30px}.settings_profile img{border-radius:50%}.settings_wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 0 50px 390px;width:100%;z-index:10}@media(max-width:1400px){.settings{width:95%}.settings_wrapper{margin:0 0 50px 48px}}@media(max-width:600px){.settings{box-sizing:border-box!important}.settings .hide-small{display:none}.settings .passport_upload{align-items:center;flex-direction:column;justify-content:center}.settings .upload-photo-input{width:fit-content}.settings_sections{align-self:center;box-sizing:border-box;display:flex;flex-direction:column;justify-self:center;margin:24px auto 48px;width:90%}.settings_sections div{margin:12px 0;width:80%}.settings_sections div:first-child{margin-top:0}.settings_sections div:last-child{margin-bottom:0}.settings_documents_content{flex-direction:column}.settings_documents_content .settings_documents_item_left,.settings_documents_content .settings_documents_item_right{width:100%}.settings_documents_content .settings_documents_item_right{margin-left:0}.settings,.settings_documents_content input{width:100%}.settings_profile{flex-direction:column;margin-left:0;padding:20px;width:calc(100% - 40px)}.settings_security{margin-left:-32px;padding:32px;width:100%}.settings_security,.settings_security_password{flex-direction:column}.settings_security_password_left{margin-bottom:32px;width:100%!important}.settings_profile_right{width:100%}.settings_profile_photo{align-items:center;display:flex;height:204px;justify-content:center;margin:0 auto;max-height:280px;max-width:280px;width:204px}.settings_profile_photo_image{align-self:center;display:flex;height:100%;justify-self:center;width:100%}.settings_security_contacts_item{display:flex;flex-direction:column;margin:24px 12px}.settings_security_btn{display:flex;font-size:12px;justify-content:center;width:100%}.settings_security_contacts{padding:24px}.settings_documents_header{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;width:100%}.settings_documents_header select{font-size:16px;margin:0;padding:12px}.settings_documents_header select:first-child{margin:0;width:fit-content}.settings_documents_header select:last-child{width:fit-content}.settings{padding:24px}.settings_documents_content{box-sizing:border-box;margin:0;padding:0;width:100%}.settings_documents_content input{width:80%!important}.settings_documents_item{box-sizing:border-box!important;padding:16px;width:100%}.settings_documents_header select,.settings_sections_item{font-size:12px}.settings_documents_title{font-size:18px!important}.settings_documents_content label{font-size:12px!important}.settings{padding:12px}.settings_security_password{padding:24px 16px}}.cookie{color:#fff;font-size:18px}.cookie_wrapper{align-items:center;background:#171a2f;border-radius:30px;flex-direction:column;height:100%;margin:0 0 0 360px;padding:50px;width:100%;z-index:10}.cookie_box,.cookie_wrapper{display:flex;justify-content:space-between}.cookie_box{flex-direction:row}.cookie_box img{width:250px}.cookie_text{margin:20px 0}.cookie_text.colored{font-size:28px;font-weight:700;width:40%}.cookie_text.colored,.cookie_text.listed.colored{-webkit-text-fill-color:#0000;background:linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text}.cookie_text.listed.colored{font-size:18px;font-weight:400}.cookie_text_title{font-size:24px;font-weight:700}@media(max-width:1400px){.cookie_wrapper{margin:0 0 0 48px}}@media(max-width:600px){.cookie_wrapper{padding:28px}.cookie_text{font-size:14px}.cookie_text_title{font-size:20px}.cookie_text.colored{width:100%!important}.cookie{box-sizing:border-box;width:100%}.cookie img{display:none}}.structure_row::-webkit-scrollbar-track{background-color:#ffffff1a;border-radius:12px;padding:2px 0}.hide_scroll_bar::-webkit-scrollbar{background:none;display:none}.structure_row::-webkit-scrollbar{background:#0f2467;border-radius:12px;width:2px}.structure_row::-webkit-scrollbar-thumb{background:linear-gradient(88.43deg,#53cdef,#467cd7);border-radius:12px}.structure{align-items:flex-start;animation:loyal ease-in-out .5;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.structure_close{border:1px solid #fff;border-radius:20px;cursor:pointer;height:auto;padding:4px 12px 6px;transition:.3s}.structure_close:hover{opacity:.8}.structure_titleRow{color:#fff;flex-direction:row}.structure_titleRow,.structure_wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.structure_wrapper{background:#171a2f;border-radius:30px;box-sizing:border-box!important;flex-direction:column;height:100%;margin:0 0 0 360px;min-height:100vh;padding:50px;z-index:10}.structure_title{color:#fff;font-size:28px;font-weight:700;margin-bottom:20px}.structure_row{animation:loyal ease-in-out .5;display:flex;flex-direction:row;justify-content:space-between;max-width:920px;overflow-x:scroll;width:100%}@media(max-width:1400px){.structure_wrapper{margin:0 0 0 82px}}@media(max-width:600px){.structure_wrapper{box-sizing:border-box;left:0;margin:0 8%;overflow:scroll;padding:18px;position:absolute;width:calc(100% - 52px)}}@keyframes loyal{0%{opacity:0}to{opacity:100%;width:fit-content}}.person-card.expanded{animation:loyal .5s ease-in-out;display:flex;flex-direction:row}.person-card{animation:loyal ease-in-out .5;background:#252c40;border-radius:20px;box-sizing:border-box!important;display:flex;flex-direction:column;font-weight:700;height:180px;justify-content:space-between;margin:8px;min-width:320px;padding:25px 40px 25px 25px;position:relative;transition:.5s;width:fit-content}.person-card_expand.expanded{transform:rotate(180deg)}.person-card_loading{color:#fff}.person-card_wrapper{margin:0 4px;width:320px}.person-card_additional{align-items:center;box-sizing:border-box!important;display:flex;flex-direction:row;justify-content:space-between}.person-card_additional_info{color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 20px;text-align:center}.person-card_additional .person-card_text.colored{font-size:14px;width:90px}.person-card_expand{position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:.3s}.person-card_expand:hover{cursor:pointer;opacity:.8}.person-card_text{color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;width:100%}.person-card_text.colored{background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text}.person-card_text.colored,.person-card_text.colored.verified{-webkit-text-fill-color:#0000;font-size:28px;margin-bottom:24px}.person-card_text.colored.verified{background:linear-gradient(87.57deg,#00ff95,#00ff48 90.44%);-webkit-background-clip:text}.person-card_wrapper.expanded{width:100%}@media(max-width:600px){.person-card_text{font-size:12px}.person-card_text.colored{font-size:16px}}.charges_withdraw{align-items:center;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);border-radius:32px;color:#fafcfd;display:flex;font-size:14px;font-weight:700;line-height:18px;margin-left:auto;margin-top:20px;padding:4px 16px;transition:.3s;width:fit-content}.charges_withdraw:hover{cursor:pointer;opacity:.8}.alreadyWithdraw{border-radius:50%!important;cursor:not-allowed;opacity:.7;pointer-events:none}.charges_table_header{grid-gap:16px;color:#898b96;display:grid;font-size:10px;gap:16px;grid-template-columns:2% 14% 14% 19% 5% 12% 12% 10%!important;margin:20px 0}.charges_table_item{grid-gap:16px;display:grid;flex-direction:row;font-size:14px;gap:16px;grid-template-columns:2% 14% 14% 19% 5% 12% 12% 10%!important;margin:16px 0;text-overflow:ellipsis}.charges_table_item_select{align-self:center!important;border:1px solid #467cd7;border-radius:2px;height:12px;transition:.3s;width:12px}.charges_table_item_select:hover{background:#0f2467;cursor:pointer}.charges_table_item_select.selected{background:#467cd7;position:relative}.charges_table_item_select.selected:before{bottom:5px;content:"✓";font-size:14px;height:10px;position:absolute;right:2px;width:10px}.charges_table_item div{align-self:flex-end;font-size:12px;overflow:hidden;text-overflow:ellipsis!important}@media(max-width:600px){.charges_table_item div{font-size:8px!important}}.progress{background:#171a2f;border-radius:30px;box-sizing:border-box;height:100%;margin-top:50px;padding:50px;width:100%}.progress_bar{margin:32px 0 16px}.progress_bar_title{-webkit-text-fill-color:#0000;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text;margin:5px 0}.progress_bar_content{background:#c3deec;border-radius:20px;height:20px;position:relative;width:70%}.progress_bar_content_progress{background:linear-gradient(88.43deg,#53cdef,#467cd7);border-radius:20px;height:20px;position:absolute;width:100%}.progress_bar_subtitle{align-items:center;color:#fafcfd;display:flex;font-size:16px;font-weight:700;left:50%;line-height:20px;margin:4px 0;position:absolute;transform:translateX(-50%)}.progress_content,.progress_content_item{display:flex;flex-direction:column}.progress_content_item{margin-bottom:70px}.progress_content_item_title{color:#fafcfd;font-size:32px;font-weight:700}.progress_wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 0 50px 28%;width:100%;z-index:10}.progress_bar_content_progress{max-width:100%!important}@media(max-width:1400px){.progress_wrapper{margin:0 0 50px 72px}}@media(max-width:600px){.progress{margin-left:-20px;padding:24px 16px;width:100%}.progress_content{font-size:14px!important;width:100%}.progress_content_item_title{font-size:16px}.progress_bar_content{width:100%}.progress_bar_subtitle{font-size:12px}}.admin_wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.admin_wrapper .structure_wrapper{max-width:1040px}.photo-full-size{height:auto!important;left:30%;position:absolute;transition:.3s;width:440px!important}.verification{color:#fafcfd;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.verification_photoFullSize{align-items:center;display:flex;height:100vh;justify-content:flex-end;left:0;position:fixed;top:0;width:100%;z-index:1000000!important}.verification .colored{-webkit-text-fill-color:#0000;background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);-webkit-background-clip:text;font-size:20px}.verification_item{align-items:center;background:#252c40;border-radius:20px;display:flex;flex-direction:column;font-size:14px;margin:25px 0;padding:50px 50px 75px 25px;position:relative;width:95%}.verification_item_photos{align-items:flex-start;align-self:flex-start;display:flex;flex-direction:row;height:fit-content;justify-content:space-between;margin-top:24px;width:60%}.verification_item_photos img{margin-right:12px;width:40%}.verification_item_content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:25% 20% 27% 28%;width:100%}.verification_item_photo{box-sizing:border-box;margin-left:12px;width:calc(100% - 12px)}.verification_item_photo img{border-radius:12px;cursor:pointer;width:100%}.verification_item_controls{bottom:20px;position:absolute;right:20px}.verification_item_controls button{color:#fafcfd;font-size:14px;font-weight:700;line-height:18px;margin-left:12px;padding:4px 16px}.verification_item_controls_approve{background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);border-radius:32px}.verification_item_controls_reject{background:linear-gradient(87.57deg,#3f87f6,#e94c4c 94.44%);border-radius:32px}.verification_item_email{max-width:100%!important;overflow:hidden;text-overflow:ellipsis}.verification_title{font-size:32px;font-weight:700;margin-bottom:20px}.verification_wrapper{align-items:center;background:#171a2f;border-radius:30px;display:flex;justify-content:center;margin:0 0 0 25%;padding:50px;width:70%;z-index:10}@media(max-width:600px){.verification_wrapper{margin:0 8%}.verification_item{width:80%}.verification_item,.verification_item_content{display:flex;flex-direction:column}}@media(max-width:450px){.verification_wrapper{margin:0 8%;padding:20px;width:90%}.verification_item{padding:25px 25px 50px;width:80%}.verification_item,.verification_item_content,.verification_item_photos{display:flex;flex-direction:column}.verification_item_photos{gap:12px;margin-bottom:20px;width:100%}.verification_item_photos img{width:50%}}.admin-withdraw_item_expand.expanded{transform:rotate(1turn)!important;transition:.3s}.admin-withdraw{color:#fafcfd;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.admin-withdraw_approve{background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);border-radius:32px;color:#fafcfd;font-size:14px;font-weight:700;line-height:18px;padding:4px 16px;transition:.3s}.admin-withdraw_approve:hover{cursor:pointer;opacity:.8}.admin-withdraw_reject{background:linear-gradient(87.57deg,#3f87f6,#e94c4c 94.44%);border-radius:32px;color:#fafcfd;font-size:14px;font-weight:700;line-height:18px;margin-top:12px;padding:4px 16px;transition:.3s}.admin-withdraw_reject:hover{cursor:pointer;opacity:.8}.admin-withdraw_list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;min-height:100vh}.admin-withdraw_item{background:#252c40;border-radius:20px;flex-direction:column;gap:20px;height:fit-content;margin-bottom:20px;padding:48px 20px;position:relative;z-index:1}.admin-withdraw_item,.admin-withdraw_item_content{display:flex;justify-content:space-between;width:100%}.admin-withdraw_item_content{flex-direction:row}.admin-withdraw_item_full.hidden{display:none;opacity:0;transition:.1s}.admin-withdraw_item_full{background:#323b55;border-radius:20px;display:flex;flex-direction:column;height:fit-content;left:0;padding:25px;transition:.3s;width:calc(100% - 50px);z-index:-1}.admin-withdraw_item_full div{display:grid;font-size:12px;grid-template-columns:34% 37% 18% 12%;margin:8px 0;width:100%}.admin-withdraw_item_full div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-withdraw_item_expand{bottom:20px;position:absolute;right:20px;transform:rotate(180deg);transition:.3s}.admin-withdraw_item_expand:hover{cursor:pointer;opacity:.5}.admin-withdraw_left,.admin-withdraw_right{font-size:14px;width:48%}.admin-withdraw_title{font-size:32px;font-weight:700;margin-bottom:20px}.admin-withdraw_wrapper{align-items:center;background:#171a2f;border-radius:30px;display:flex;justify-content:center;margin:0 0 0 25%;padding:50px;width:70%;z-index:10}@media(max-width:500px){.admin-withdraw{width:100%}.admin-withdraw_wrapper{margin:16px;padding:16px;width:calc(100% - 32px)}.admin-withdraw_item{display:flex;flex-direction:column;gap:12px;padding:16px}.admin-withdraw_item_full{margin-top:48px}.admin-withdraw_item_full div{font-size:8px!important}.admin-withdraw_item_cont{align-items:flex-start!important;display:flex!important;flex-direction:column!important;gap:16px;width:100%}}.contact-info{color:#fafcfd;flex-direction:column;height:100%;width:100%}.contact-info,.contact-info_item{display:flex;justify-content:space-between}.contact-info_item{align-items:center;background:#252c40;border-radius:20px;flex-direction:row;margin-bottom:25px;margin-right:20px;padding:25px 50px 75px;position:relative;width:fit-content}.contact-info_item_controls{bottom:20px;position:absolute;right:20px;width:auto}.contact-info_item_minWidth{width:200px}.contact-info_title{font-size:32px;font-weight:700;margin-bottom:20px}.contact-info_wrapper{align-items:center;background:#171a2f;border-radius:30px;display:flex;justify-content:center;margin:0 0 0 25%;padding:50px;width:70%;z-index:10}@media(max-width:600px){.contact-info_wrapper{margin:0 8%}}.admin-packages{color:#fafcfd;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.admin-packages .admin-withdraw_left{width:100%}.admin-packages .admin-withdraw_approve,.admin-packages .admin-withdraw_reject{text-align:center;width:200px}.admin-packages_wrapper{align-items:center;background:#171a2f;border-radius:30px;display:flex;justify-content:center;margin:0 0 0 25%;padding:50px;width:70%;z-index:10}.admin-packages .admin-withdraw_list{display:flex;flex-direction:row;justify-content:normal!important;margin-top:24px}.admin-packages .admin-withdraw_item{margin-right:24px;width:36%}@media(max-width:600px){.admin-packages_wrapper{margin:0 0 0 20px}.admin-packages .admin-withdraw_item{margin-right:24px;width:100%}}.admin-charges{color:#fafcfd;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.admin-charges .charges_table_item_select.confirmed{opacity:.5;pointer-events:none}.admin-charges .charges_table_item_select.confirmed:hover{cursor:not-allowed}.admin-charges_title{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.admin-charges_title_btn{background:#0f2467;border-radius:12px;color:#fafcfd;padding:4px 20px}.admin-charges_title_btn:hover{cursor:pointer}.admin-charges_title_btn:disabled{opacity:.5}.admin-charges_title_btn:disabled:hover{cursor:not-allowed}.admin-charges .charges_table_header{color:#fff!important}.admin-charges .charges_table_item{color:#fff!important;position:relative}.admin-charges .charges_table_item div{color:#fff!important;opacity:1!important}.admin-charges_wrapper{align-items:center;background:#171a2f;border-radius:30px;display:flex;justify-content:center;margin:0 0 0 25%;padding:50px;width:70%;z-index:10}@media(max-width:525px){.admin-charges{width:100%}.admin-charges .charges_table_item{grid-template-columns:2% 14% 15% 10% 10% 12% 12% 10%!important}.admin-charges_wrapper{margin:16px;overflow:scroll;padding:16px;width:100%}.admin-charges .admin-charges_table{width:150%}.admin-charges_item{display:flex;flex-direction:column;gap:12px;padding:16px}.admin-charges_item_full{max-width:fit-content!important}.admin-charges_item_full div{font-size:8px!important}.admin-charges_item_cont{align-items:flex-start!important;display:flex!important;flex-direction:column!important;gap:16px;width:100%}}.tooltip{transition:.3s}.tooltip:hover .tooltip_hovered{background:#171a2f;color:#fafcfd;left:40%;opacity:1;padding:4px;top:-24px;visibility:visible;visibility:initial;width:fit-content;z-index:1000}.tooltip_hovered{position:absolute;visibility:hidden}.admin-withdrawHistory_item_expand.expanded{transform:rotate(1turn)!important;transition:.3s}.admin-withdrawHistory{color:#fafcfd;display:flex;flex-direction:column;height:fit-content;justify-content:space-between;width:100%}.admin-withdrawHistory_approve{background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);border-radius:32px;color:#fafcfd;font-size:14px;font-weight:700;line-height:18px;padding:4px 16px;text-align:center;transition:.3s}.admin-withdrawHistory_approve:hover{cursor:pointer;opacity:.8}.admin-withdrawHistory_reject{background:linear-gradient(87.57deg,#3f87f6,#e94c4c 94.44%);border-radius:32px;color:#fafcfd;font-size:14px;font-weight:700;line-height:18px;margin-top:12px;padding:4px 16px;text-align:center;transition:.3s}.admin-withdrawHistory_reject:hover{cursor:pointer;opacity:.8}.admin-withdrawHistory_list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;min-height:100vh}.admin-withdrawHistory_item{background:#252c40;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;height:fit-content;justify-content:space-between;margin:0 0 32px;padding:20px 80px 70px 30px;position:relative;transition:.3s;width:100%;z-index:1}.admin-withdrawHistory_item div:first-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.admin-withdrawHistory_item_full.hidden{display:none!important;top:0;transition:.1s}.admin-withdrawHistory_item_full{align-items:center!important;background:#323b55;border-radius:20px;display:flex!important;flex-direction:column!important;justify-content:space-between!important;left:0;margin-top:20px;padding:25px;transition:.3s;width:100%!important;z-index:-1}.admin-withdrawHistory_item_full div{display:grid!important;font-size:12px!important;grid-template-columns:34% 37% 18% 12%!important;margin:8px 0!important;width:100%!important}.admin-withdrawHistory_item_full div span{overflow:hidden;text-align:left!important;text-overflow:ellipsis;white-space:nowrap}.admin-withdrawHistory_item_expand{bottom:20px;position:absolute;right:20px;transform:rotate(180deg);transition:.3s}.admin-withdrawHistory_item_expand:hover{cursor:pointer;opacity:.5}.admin-withdrawHistory_left,.admin-withdrawHistory_right{font-size:14px;width:48%}.admin-withdrawHistory_title{font-size:32px;font-weight:700;margin-bottom:20px}.admin-withdrawHistory_wrapper{align-items:center;background:#171a2f;border-radius:30px;display:flex;height:100%!important;justify-content:center;margin:0 0 0 25%;padding:50px;width:70%;z-index:10}@media(max-width:600px){.admin-withdraw_wrapper{margin:0 8%}}@media(max-width:500px){.admin-withdrawHistory{width:100%}.admin-withdrawHistory_wrapper{margin:16px;padding:16px;width:calc(100% - 16px)}.admin-withdrawHistory_item{display:flex;flex-direction:column;gap:12px;padding:16px}.admin-withdrawHistory_item_full{max-width:fit-content!important}.admin-withdrawHistory_item_full div{font-size:8px!important}.admin-withdrawHistory_item_cont{align-items:flex-start!important;display:flex!important;flex-direction:column!important;gap:16px;width:100%}}.additional-charges{color:#fafcfd;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.additional-charges .withdraw_table{background:#252c40;border-radius:20px;color:#fff;display:flex;flex-direction:column;font-size:14px!important;margin-top:24px;padding:25px 50px}.additional-charges .withdraw_table_item{display:grid;flex-direction:row;grid-template-columns:20% 25% 7% 18% 18% 20%;margin:16px 0}.additional-charges .withdraw_table_header{color:#898b96;display:grid;font-size:14px;grid-template-columns:20% 25% 7% 18% 18% 20%;margin:20px 0}.additional-charges_panel{align-items:flex-end;background:#252c40;border-radius:20px;display:flex;flex-direction:row;justify-content:space-between;padding:12px 24px 20px}.additional-charges_panel_bonus{background:linear-gradient(92.97deg,#0f2467,#1d5cac);border-radius:10px;box-sizing:border-box;color:#fafcfd;font-size:12px;height:26px!important;margin-right:24px;padding:4px 24px;width:25%}.additional-charges_panel_bonus option{background:#0f2467!important;color:#fafcfd!important}.additional-charges_panel_input{width:25%}.additional-charges_panel_input input{background:#0000;border:1px solid #467cd7;border-radius:10px;color:#fafcfd;margin-top:10px;padding:4px 12px}.additional-charges_panel_input label{font-size:14px}.additional-charges_panel_confirm{background:linear-gradient(87.57deg,#3f87f6,#4ce9c1 94.44%);border-radius:32px;color:#fafcfd;height:30px;padding:4px 24px;width:18%}.additional-charges_title{font-size:32px;font-weight:700;margin-bottom:20px}.additional-charges_wrapper{align-items:center;background:#171a2f;border-radius:30px;display:flex;justify-content:center;margin:0 0 0 25%;padding:50px;width:70%;z-index:10}@media(max-width:525px){.additional-charges{width:100%}.additional-charges .additional-charges_panel{width:240%}.additional-charges .withdraw_table{width:225%!important}.additional-charges .charges_table_item{grid-template-columns:2% 14% 15% 10% 10% 12% 12% 10%!important}.additional-charges_wrapper{margin:16px;overflow:scroll;padding:16px;width:100%}.additional-charges .admin-charges_table{width:150%}.additional-charges_item{display:flex;flex-direction:column;gap:12px;padding:16px}.additional-charges_item_full{max-width:fit-content!important}.additional-charges_item_full div{font-size:8px!important}.additional-charges_item_cont{align-items:flex-start!important;display:flex!important;flex-direction:column!important;gap:16px;width:100%}}.app-docs{background:#171a2f;border-radius:30px;color:#fff;display:flex;flex-direction:column;padding:50px;position:relative;width:90%}.app-docs_text{background:linear-gradient(157.26deg,#253b79cc 10.6%,#4486eb 91.3%);border-radius:50px;box-shadow:10px 10px 10px #13162c80,inset -5px -5px 5px #e0ebef40;color:#fff;margin:120px 0 40px;padding:50px 72px;width:50%}.app-docs_text-title{font-size:24px;font-weight:500;margin-bottom:50px;text-align:center;text-transform:uppercase}.app-docs_text-content{font-size:20px}.app-docs_title{-webkit-text-fill-color:#0000;background:linear-gradient(88.43deg,#53cdef,#467cd7);-webkit-background-clip:text;font-size:48px;font-weight:700;text-align:center;text-transform:uppercase}.app-docs_items{flex-direction:row;justify-content:space-between;margin-top:80px}.app-docs_item,.app-docs_items{align-items:center;display:flex}.app-docs_item{flex-direction:column;justify-content:center}.app-docs_item div{color:#005395;font-size:18px;font-weight:500;line-height:20px;text-align:center;width:80%}.app-docs_wrapper{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin:0 0 50px 360px;position:relative;width:95%;z-index:10}.app-docs_sally{bottom:-210px;position:absolute;right:-80px;width:560px}@media(max-width:1400px){.app-docs_wrapper{margin:0 0 50px 48px}}
/*# sourceMappingURL=main.d22bbdd8.css.map*/