@import url(https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Manrope:wght@300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap);*{-webkit-tap-highlight-color:transparent;margin:0;padding:0}body,html{overflow-x:hidden;overflow-y:auto}body{background:#0b0e11;background-repeat:no-repeat;font-family:IBM Plex Sans,system-ui,sans-serif;font-style:normal;font-weight:500}a,body{color:#f3f3f3}.mr10{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%}button{cursor:pointer;transition-duration:.5s}button:hover{opacity:.8}.App{color:#f3f3f3;height:100vh;max-width:100%;min-width:375px}.close-button{background:none;border:none}button{font-family:IBM Plex Sans,system-ui,sans-serif;font-style:normal}input,select{font-family:IBM Plex Sans,system-ui,sans-serif;font-style:normal;font-weight:500}p{color:#f3f3f366;font-size:12px}h1{font-weight:800}h1,h2{font-family:IBM Plex Sans,system-ui,sans-serif;font-style:normal}h2{font-weight:700}h3{font-weight:600}h3,h4{font-family:IBM Plex Sans,system-ui,sans-serif;font-style:normal}h4{font-weight:500}h5{font-weight:400}h5,h6{font-family:IBM Plex Sans,system-ui,sans-serif;font-style:normal}h6{font-weight:300}input::placeholder{color:#f3f3f366}.snacksuccess{background:#20ac9526!important;border:1px solid #0ecb81!important;border-radius:10px!important;color:#0ecb81!important}.snackerror{background:#e2464b26!important;border:1px solid #f6465d!important;border-radius:10px!important;color:#f6465d!important}::-webkit-scrollbar{width:0}.fxh-layer .fxh-muted{color:var(--mute);font-weight:500}.fxh-layer .fxh-danger{color:var(--red);font-weight:500}.fxh-layer .fxh-user{align-items:center;border-bottom:1px solid var(--rule-2);display:flex;gap:14px;padding:22px 24px}.fxh-layer .fxh-user-avatar{background:linear-gradient(150deg,var(--green),var(--green-2));border-radius:50%;color:#03140d;display:grid;flex:none;height:46px;overflow:hidden;place-items:center;width:46px}.fxh-layer .fxh-user-avatar .fx-ico{height:26px;width:26px}.fxh-layer .fxh-user-info{align-items:flex-start;display:flex;flex-direction:column;gap:6px;min-width:0}.fxh-layer .fxh-user-info>b{font-size:16px;font-weight:600;letter-spacing:-.01em;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fxh-layer .fxh-id{align-items:center;border:1px solid var(--rule);border-radius:3px;color:var(--mute);display:inline-flex;font-size:11.5px;gap:8px;max-width:100%;padding:3px 9px;transition:border-color .15s,color .15s}.fxh-layer .fxh-id span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fxh-layer .fxh-id .fx-ico{height:13px;width:13px}.fxh-layer .fxh-id:hover{border-color:var(--green);color:var(--dim)}.fxh-layer .fxh-id.ok{border-color:#10c97f66;color:var(--green)}.fxh-layer .fxh-id.err{border-color:#e8574a66;color:var(--red)}.fxh-layer .fxh-fees{background:var(--raise);border:1px solid var(--rule);border-radius:6px;margin:20px 24px 8px}.fxh-layer .fxh-fees li{align-items:center;display:flex;gap:16px;justify-content:space-between;padding:12px 16px}.fxh-layer .fxh-fees li+li{border-top:1px solid var(--rule-2)}.fxh-layer .fxh-fees li>div{display:flex;flex-direction:column;min-width:0}.fxh-layer .fxh-fees li span{color:var(--dim);font-size:13px}.fxh-layer .fxh-fees li small{color:var(--mute);font-size:11.5px}.fxh-layer .fxh-fees li b{color:var(--text);flex:none;font-size:13px;font-weight:600;white-space:nowrap}.fxh-layer .fxh-nav{display:flex;flex-direction:column;gap:2px;padding:12px 16px 16px}.fxh-layer .fxh-row{align-items:center;border-left:2px solid #0000;border-radius:4px;color:var(--dim);display:flex;font-size:14px;font-weight:500;gap:12px;padding:10px 12px;transition:color .15s,background .15s;width:100%}.fxh-layer .fxh-row.on,.fxh-layer .fxh-row:hover{background:var(--raise);color:var(--text)}.fxh-layer .fxh-row.on{border-left-color:var(--green)}.fxh-layer .fxh-row>.fx-ico:first-child{color:var(--mute)}.fxh-layer .fxh-row.on>.fx-ico:first-child{color:var(--green)}.fxh-layer .fxh-row.static{cursor:default}.fxh-layer .fxh-row.static:hover{background:none;color:var(--dim)}.fxh-layer .fxh-row>span:not(.fxh-chip){flex:1 1;min-width:0}.fxh-layer .fxh-row .chev{margin-left:auto;transition:transform .25s}.fxh-layer .fxh-row.head.open .chev{transform:rotate(180deg)}.fxh-layer .fxh-sub{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.fxh-layer .fxh-sub.open{grid-template-rows:1fr}.fxh-layer .fxh-sub>ul{border-left:1px solid var(--rule-2);margin-left:22px;min-height:0;overflow:hidden;transition:visibility 0s linear .25s;visibility:hidden}.fxh-layer .fxh-sub.open>ul{transition-delay:0s;visibility:visible}.fxh-layer .fxh-sub .fxh-row{color:var(--mute);font-size:13.5px;margin-left:-1px;padding:8px 12px 8px 16px}.fxh-layer .fxh-sub .fxh-row:hover{color:var(--text)}.fxh-layer .fxh-sub .fxh-row.on{background:none;color:var(--green-2)}.fxh-layer .fxh-chip{align-items:center;border:1px solid var(--rule);border-radius:100px;color:var(--mute);display:inline-flex;font-size:11.5px;font-weight:500;gap:5px;margin-left:auto;padding:3px 9px;white-space:nowrap}.fxh-layer .fxh-chip .fx-ico{stroke-width:2.4;height:11px;width:11px}.fxh-layer .fxh-chip.ok{background:var(--green-w);border-color:#10c97f4d;color:var(--green)}.fxh-layer .fxh-chip.pending{background:var(--amber-w);border-color:#e8b84a4d;color:var(--amber)}.fxh-layer .fxh-chip.bad{background:var(--red-w);border-color:#e8574a4d;color:var(--red)}.fxh-layer .fxh-logout{align-items:center;background:var(--red-w);border:1px solid #e8574a4d;border-radius:3px;color:var(--red);display:flex;font-size:13.5px;font-weight:600;gap:8px;height:42px;justify-content:center;transition:background .15s,border-color .15s;width:100%}.fxh-layer .fxh-logout:hover{background:#e8574a2e;border-color:#e8574a80}.fxh-layer .fxh-setting{border-bottom:1px solid var(--rule-2);display:flex;flex-direction:column;gap:8px;padding:24px}.fxh-layer .fxh-setting label{color:var(--dim);font-size:12.5px}.fxh-layer .fxh-select{align-items:center;background:var(--raise);border:1px solid var(--rule);border-radius:4px;color:var(--mute);display:flex;gap:10px;padding:11px 13px;transition:border-color .15s,background .15s}.fxh-layer .fxh-select:focus-within{background:var(--raise-2);border-color:var(--green)}.fxh-layer .fxh-select select{appearance:none;-webkit-appearance:none;background:#0000;border:0;color:var(--text);cursor:pointer;flex:1 1;font-size:14px;min-width:0;outline:0;padding:0}.fxh-layer .fxh-select select option{background:#0d1312;color:#e6eeea}.fxh-layer .fxh-select .chev{height:14px;pointer-events:none;width:14px}.fxh-layer .fxh-links{display:flex;flex-direction:column;gap:2px;padding:12px 16px}.fxh-layer .fxh-links a{align-items:center;border-radius:4px;color:var(--dim);display:flex;font-size:14px;font-weight:500;gap:12px;justify-content:space-between;padding:12px;transition:color .15s,background .15s}.fxh-layer .fxh-links a .fx-ico{color:var(--mute);height:15px;transition:transform .15s,color .15s;width:15px}.fxh-layer .fxh-links a:hover{background:var(--raise);color:var(--text)}.fxh-layer .fxh-links a:hover .fx-ico{color:var(--green);transform:translateX(2px)}.fxh-layer .fxh-mhead{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:22px}.fxh-layer .fxh-mhead h2{font-size:20px;font-weight:600;letter-spacing:-.02em}.fxh-layer .fxh-mhead p{color:var(--mute);font-size:13px;margin-top:5px}.fxh-layer .fxh-mlist{display:flex;flex-direction:column;gap:12px}.fxh-layer .fxh-mitem{align-items:center;background:var(--raise);border:1px solid var(--rule);border-radius:6px;display:flex;gap:16px;padding:18px;transition:border-color .15s,background .15s;width:100%}.fxh-layer .fxh-mitem:hover{background:var(--raise-2);border-color:var(--green)}.fxh-layer .fxh-mico{background:var(--raise-2);border:1px solid var(--rule-2);border-radius:6px;color:var(--green);display:grid;flex:none;height:44px;place-items:center;width:44px}.fxh-layer .fxh-mico .fx-ico{height:30px;width:30px}.fxh-layer .fx-ico .fx-ico{height:20px;width:20px}.fxh-layer .fxh-mtext{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.fxh-layer .fxh-mtext b{font-size:15px;font-weight:600}.fxh-layer .fxh-mtext span{color:var(--mute);font-size:12.5px}.fxh-layer .fxh-mitem .go{color:var(--mute);height:16px;transition:transform .15s,color .15s;width:16px}.fxh-layer .fxh-mitem:hover .go{color:var(--green);transform:translateX(3px)}.fxh,.fxh-layer{--base:#090d0c;--raise:#0d1312;--raise-2:#121a18;--raise-3:#172120;--rule:#a0cdbe24;--rule-2:#a0cdbe12;--green:#10c97f;--green-2:#3be8a2;--green-w:#10c97f1a;--amber:#e8b84a;--amber-w:#e8b84a1a;--red:#e8574a;--red-w:#e8574a1a;--text:#e6eeea;--dim:#9aaaa3;--mute:#5f726b;--sans:"IBM Plex Sans",system-ui,sans-serif;--mono:"IBM Plex Mono",ui-monospace,monospace;-webkit-font-smoothing:antialiased;color:var(--text);font-family:var(--sans);font-size:14.5px;line-height:1.5}.fxh,.fxh *,.fxh :after,.fxh :before,.fxh-layer,.fxh-layer *,.fxh-layer :after,.fxh-layer :before{box-sizing:border-box}.fxh h2,.fxh p,.fxh ul,.fxh-layer h2,.fxh-layer p,.fxh-layer ul{margin:0;padding:0}.fxh ul,.fxh-layer ul{list-style:none}.fxh a,.fxh-layer a{color:inherit;text-decoration:none}.fxh button,.fxh-layer button,.fxh-layer select{color:inherit;font:inherit;margin:0}.fxh button,.fxh-layer button{background:none;border:0;cursor:pointer;text-align:left}.fxh :focus-visible,.fxh-layer :focus-visible{outline:1.5px solid var(--green);outline-offset:2px}.fxh .mono,.fxh-layer .mono{font-feature-settings:"tnum";font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.fxh .fx-ico,.fxh-layer .fx-ico{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;display:block;flex:none;height:16px;width:16px}.fxh{align-items:center;background:var(--base);border-bottom:1px solid var(--rule);display:flex;gap:24px;height:62px;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}@media (max-width:1027px){.fxh{left:0;position:fixed;right:0;z-index:1000}}@media (min-width:1028px){.fxh{left:0;padding:0 40px;position:fixed;right:0}}.AccessDenied,.Convert,.ConvertApprove,.DepositApprove,.DepositBank,.DepositCrypto,.ExchangeClosed,.InvestmentPortfolio,.InvestmentPortfolioIncreased,.MainResources,.MainStocks,.Maintenance,.Policy,.PolicyAbout,.Portfolio,.PortfolioError,.Transactions,.Transfer,.TransferApprove,.WithdrawApprove,.WithdrawBank,.WithdrawCrypto{padding-top:62px}.fxh-left{align-items:center;display:flex;gap:36px;min-width:0}.fxh-acts{gap:10px}.fxh .fxh-logo,.fxh-acts{align-items:center;display:flex;flex:none}.fxh .fxh-logo{color:var(--text);cursor:pointer;font-size:19px;font-weight:700;gap:9px;letter-spacing:-.04em;text-decoration:none}.fxh .fxh-logo-mark{background:var(--green);flex:none;height:22px;transform-origin:bottom;transition:transform .2s ease;width:12px}.fxh .fxh-logo-mark+.fxh-logo-mark{background:var(--green-2);height:14px;margin-left:-5px;opacity:.55}.fxh .fxh-logo b{color:var(--text);font-weight:700;margin-left:4px}.fxh .fxh-logo:hover .fxh-logo-mark{animation:fxPulse 1.4s ease-in-out infinite}.fxh .fxh-logo:hover .fxh-logo-mark+.fxh-logo-mark{animation-delay:.2s}.fxh .fxh-tabs{align-items:center;display:flex;gap:4px}.fxh .fxh-tabs a{border-radius:4px;color:var(--mute);font-size:14px;font-weight:500;padding:8px 14px;transition:color .15s,background .15s;white-space:nowrap}.fxh .fxh-tabs a:hover{background:var(--raise);color:var(--dim)}.fxh .fxh-tabs a.on{background:var(--raise-2);color:var(--text)}@media (max-width:768px){.fxh .fxh-tabs{display:none}.fxh{padding:8px 16px}}.fxh .fxh-btn{align-items:center;border-radius:3px;display:inline-flex;font-size:13.5px;font-weight:600;gap:7px;height:34px;justify-content:center;line-height:1;padding:0 16px;transition:background .15s,transform .15s;white-space:nowrap}.fxh .fxh-btn:active{transform:translateY(1px)}.fxh .fxh-btn-primary{background:var(--green);color:#03140d}.fxh .fxh-btn-primary:hover{background:var(--green-2)}.fxh .fxh-icon-btn,.fxh-layer .fxh-icon-btn{border:1px solid var(--rule);border-radius:3px;color:var(--dim);display:grid;flex:none;height:34px;place-items:center;transition:border-color .15s,color .15s;width:34px}.fxh .fxh-icon-btn:hover,.fxh-layer .fxh-icon-btn:hover{border-color:var(--green);color:var(--green)}.fxh .fxh-avatar{border:1px solid var(--rule);border-radius:3px;color:var(--green);display:grid;flex:none;font-family:var(--mono);font-size:12px;font-weight:600;height:34px;place-items:center;transition:border-color .15s;width:34px}.fxh .fxh-avatar:hover{border-color:var(--green)}.fxh .fxh-avatar:hover svg path{fill:var(--green)}@media (max-width:420px){.fxh .fxh-btn span{display:none}.fxh .fxh-btn{padding:0 11px}}.fxh-layer{background:#030605a8;bottom:0;left:0;opacity:0;position:fixed;right:0;top:62px;transition:opacity .25s ease,visibility 0s linear .25s;visibility:hidden;z-index:999}.fxh-layer.open{opacity:1;transition:opacity .25s ease;visibility:visible}.fxh-layer .fxh-drawer{background:var(--base);border-left:1px solid var(--rule);bottom:0;box-shadow:-20px 0 50px -20px #000000b3;display:flex;flex-direction:column;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s;visibility:hidden;width:min(400px,100%)}.fxh-layer .fxh-drawer.open{transform:none;transition:transform .3s cubic-bezier(.4,0,.2,1);visibility:visible}.fxh-layer .fxh-dhead{align-items:center;border-bottom:1px solid var(--rule-2);display:flex;flex:none;height:62px;justify-content:space-between;padding:0 20px 0 24px}.fxh-layer .fxh-dhead h2{font-size:16.5px;font-weight:600}.fxh-layer .fxh-scroll{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.fxh-layer .fxh-dfoot{border-top:1px solid var(--rule-2);flex:none;padding:16px 24px 24px}.fxh-layer .fxh-modal{background:var(--base);border:1px solid var(--rule);border-radius:3px;box-shadow:0 30px 80px -20px #000c;left:50%;opacity:0;padding:24px;position:absolute;top:50%;transform:translate(-50%,-46%);transition:transform .25s ease,opacity .25s ease,visibility 0s linear .25s;visibility:hidden;width:min(440px,calc(100% - 24px))}.fxh-layer .fxh-modal.open{opacity:1;transform:translate(-50%,-50%);transition:transform .25s ease,opacity .25s ease;visibility:visible}@media (prefers-reduced-motion:reduce){.fxh *,.fxh-layer,.fxh-layer *{transition:none!important}}.WelcomeCard{align-items:center;color:#f3f3f3;display:flex;flex-direction:column;gap:13px;justify-content:space-between;width:100%}.WelcomeCard svg{height:152px;width:271px}@media (min-width:1024px){.h1MarketFx{display:flex}.WelcomeCard{margin-bottom:0;width:100%}.custom-small{display:flex;justify-content:start;margin-bottom:0}.WelcomeCard.custom-small svg{height:50px;margin-bottom:5px;width:150px}}.inputs{width:100%}.inputs .input-wrapper{display:flex;margin-bottom:16px}.inputs .input-wrapper,.inputs .input-wrapper input{background:#141519;border-radius:6px;height:44px;width:100%}.inputs .input-wrapper input{border:0;color:#f3f3f366;color:#f3f3f3;max-width:100%;outline:0;padding:13px 18px}.inputs .input-wrapper input::placeholder{color:#f3f3f366;font-family:var(--font-family);font-size:13px;font-weight:500;line-height:130%}.inputs .input-wrapper .inputSVG{border-radius:14px 0 0 14px}.inputs .input-wrapper .icon-block{align-items:center;background:red;background:#141519;border-radius:0 14px 14px 0;display:flex;justify-content:center;padding:0 18px;width:56px}.inputs .input-wrapper .icon-block-btn{width:146px}.BuyInput{display:flex;height:44px;width:100%}.BuyInput input{background:#141519;border:0;border-radius:14px 0 0 14px;color:#f3f3f366;height:44px;max-width:100%;outline:0;padding:13px 18px;width:100%}.BuyInput .inputData{align-items:center;background:#141519;border-radius:0 14px 14px 0;color:#f3f3f366;display:flex;font-size:13px;font-weight:500;height:100%;justify-content:space-between;padding-right:15px;width:89px}.BuyInput .inputData .arrows{display:flex;flex-direction:column;height:21px;justify-content:space-between;width:9px}.newBtn{background:#3be8a2;border:0;border-radius:6px;color:#0b0e11;font-size:16px;font-weight:700;outline:0}.login{align-items:center;display:flex;min-height:100vh;overflow:hidden;position:relative;width:100%}.login .auth-wrapper{height:100%;margin-bottom:40px;margin-top:40px}.login .auth,.login .auth-wrapper{align-items:center;display:flex;padding:0 13px;width:100%}.login .auth{height:508px}.login .auth,.login .auth .action{flex-direction:column;justify-content:space-between}.login .auth .action{align-items:center;display:flex;height:75px;width:100%}.login .auth .action button{height:40px;width:100%}.login .auth .action p{cursor:pointer;font-size:13px;text-decoration:underline}.error{font-size:.8rem;padding-bottom:3px}.login .auth p span{color:#f3f3f3;text-decoration:underline}@media (min-width:1028px){.container{display:flex;height:100vh;perspective:1000px;width:100%}.container-left-image{overflow:hidden;width:45%}.container-left-image,.login{align-items:center;display:flex;justify-content:center}.login{margin:auto;width:55%}.auth-wrapper{max-height:500px;max-width:405px}.login .auth{max-height:508px}}@media (min-width:1028px) and (max-height:700px){.login .auth{height:465px}.login .auth-wrapper{transform:scale(.8)}.WelcomeCard svg{height:100px}}@media (min-width:1028px) and (min-height:701px) and (max-height:800px){.login .auth-wrapper{transform:scale(.9)}.WelcomeCard svg{height:120px}}.left-image{display:none}@media (min-width:1028px){.container{display:flex;height:100vh;perspective:1000px;width:100%}.left-image{display:block;height:100%;object-fit:cover;transform:scale(1) rotateX(0deg) rotateY(0deg);transform-origin:center;transition:transform .7s ease-out;width:100%}}*{box-sizing:border-box}.SginUp{min-height:100vh;position:relative}.SginUp,.SginUp .reg-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.SginUp .reg-wrapper{height:100%;padding:0 13px}.SginUp .reg{gap:13px;padding:0 13px}.SginUp .reg,.SginUp .reg .action{align-items:center;display:flex;flex-direction:column;justify-content:space-between;width:100%}.SginUp .reg .action{height:80px;margin-top:40px}.SginUp .reg .action button{height:40px;width:100%}.SginUp .reg .action p{font-size:13px}.SginUp .reg .action p span{color:#f3f3f3;text-decoration:underline}.SginUp .inputs input{color:#fff}@media (min-width:1028px){.container{display:flex;height:100vh;perspective:1000px;width:100%}.container-left-image{justify-content:center;overflow:hidden;width:45%}.SginUp,.container-left-image{align-items:center;display:flex}.SginUp{margin:auto;width:55%}.reg-wrapper{max-width:450px}.SginUp .reg{justify-content:center}.SginUp .reg .action{margin-top:13px}}@media (min-width:1028px) and (max-height:600px){.SginUp .reg{transform:scale(.7)}.SginUp{height:100%}}@media (min-width:1028px) and (min-height:601px) and (max-height:700px){.SginUp .reg{transform:scale(.8)}.SginUp{height:100%}}@media (min-width:1028px) and (min-height:701px) and (max-height:800px){.SginUp .reg{transform:scale(.9)}}@media (max-width:1027px){.container{height:auto;overflow:visible}.SginUp{align-items:flex-start;min-height:100dvh;padding-top:52px}.SginUp .reg-wrapper{align-items:flex-start;padding:24px 16px 32px}.SginUp .reg{gap:16px;margin-top:0}.SginUp .reg .action{margin-top:28px}}.container{overflow:hidden}.container-left-image{display:none}.PassRecover{height:100vh;overflow:hidden;padding-bottom:52px;position:relative;width:100%}.PassRecover .recover-wrapper{height:100%;margin-top:20px}.PassRecover .recover,.PassRecover .recover-wrapper{align-items:center;display:flex;padding:0 13px;width:100%}.PassRecover .recover{flex-direction:column;height:452px;justify-content:space-between;margin-bottom:100px}.PassRecover .recover .action{align-items:center;display:flex;flex-direction:column;height:75px;justify-content:space-between;width:100%}.PassRecover .recover .action button{height:40px;width:100%}.PassRecover .recover .action p{font-size:13px}.PassRecover .recover p span{color:#f3f3f3;cursor:pointer}@media (min-width:1028px){.container{display:flex;height:100vh;perspective:1000px;width:100%}.container-left-image{overflow:hidden;width:45%}.PassRecover,.container-left-image{align-items:center;display:flex;justify-content:center}.PassRecover{margin:auto;padding-bottom:0;width:55%}.recover-wrapper{max-height:500px;max-width:405px}.PassRecover .recover{height:380px;margin-bottom:0;max-height:508px}}@media (min-width:1028px) and (max-height:700px){.PassRecover .recover-wrapper{transform:scale(.9)}.PassRecover .recover{height:360px}.WelcomeCard svg{height:85px}.TransferWrapper{padding:0;transform:scale(.9)}.TransferWrapper .button button{margin-top:35px}}.fx{--black:#060908;--base:#090d0c;--raise:#0d1312;--raise-2:#121a18;--rule:#a0cdbe24;--rule-2:#a0cdbe12;--green:#10c97f;--green-2:#3be8a2;--green-w:#10c97f1a;--red:#e8574a;--steel:#7f98a0;--text:#e6eeea;--dim:#9aaaa3;--mute:#5f726b;--sans:"IBM Plex Sans",system-ui,sans-serif;--mono:"IBM Plex Mono",ui-monospace,monospace;--rail:208px;--pad:clamp(18px,3.2vw,40px);--maxw:1440px}.fx *,.fx :after,.fx :before{box-sizing:border-box}.fx{-webkit-font-smoothing:antialiased;background:var(--black);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.55;margin:0;overflow-x:clip}.fx svg{display:block}.fx a{color:inherit;text-decoration:none}.fx button,.fx input{background:none;border:0;color:inherit;font:inherit}.fx button{cursor:pointer}.fx :focus-visible{outline:1.5px solid var(--green);outline-offset:2px}.fx h1,.fx h2,.fx h3{font-weight:600;letter-spacing:-.022em;line-height:1.12;margin:0}.fx h1{font-size:clamp(32px,3.6vw,52px);letter-spacing:-.03em}.fx h2{font-size:clamp(24px,2.4vw,34px)}.fx h3{font-size:17px}.fx p{margin:0}.fx .mono{font-feature-settings:"tnum";font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.fx .up{color:var(--green)}.fx .down{color:var(--red)}.fx .dim{color:var(--dim)}.fx .mute{color:var(--mute)}.fx .sysbar{background:var(--base);border-bottom:1px solid var(--rule-2);color:var(--mute);font-family:var(--mono);font-size:11px;gap:18px;height:30px;padding-inline:var(--pad)}.fx .sysbar,.fx .sysbar .ok{align-items:center;display:flex}.fx .sysbar .ok{color:var(--dim);gap:7px}.fx .sysbar .led{background:var(--green);border-radius:50%;box-shadow:0 0 8px var(--green);height:6px;width:6px}.fx .sysbar .right{display:flex;gap:18px;margin-left:auto}.fx .masthead{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#060908e0;border-bottom:1px solid var(--rule);gap:28px;height:62px;padding-inline:var(--pad);position:-webkit-sticky;position:sticky;top:0;z-index:70}.fx .logo,.fx .masthead{align-items:center;display:flex}.fx .logo{font-size:19px;font-weight:700;gap:9px;letter-spacing:-.04em}.fx .logo-mark{background:var(--green);flex:none;height:22px;transform-origin:bottom;transition:transform .2s ease;width:12px}.fx .logo-mark+.logo-mark{background:var(--green-2);height:14px;margin-left:-5px;opacity:.55}.fx .logo:hover .logo-mark{animation:fxPulse 1.4s ease-in-out infinite}.fx .logo:hover .logo-mark+.logo-mark{animation-delay:.2s}.fx .logo b{font-weight:700;margin-left:4px}.fx .mainnav{color:var(--dim);display:flex;font-size:14px;gap:24px}.fx .mainnav a{border-bottom:1.5px solid #0000;padding:6px 0;transition:.16s}.fx .mainnav a:hover{border-bottom-color:var(--green);color:var(--text)}.fx .masthead .spacer{margin-left:auto}.fx .masthead .acts{align-items:center;display:flex;gap:8px}.fx .btn{align-items:center;border-radius:3px;display:inline-flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:11px 20px;transition:background .15s,border-color .15s,color .15s,transform .12s}.fx .btn-primary{background:var(--green);color:#03140d;font-weight:600}.fx .btn-primary:hover{background:var(--green-2)}.fx .btn-line{border:1px solid var(--rule);color:var(--text)}.fx .btn-line:hover{border-color:var(--green);color:var(--green)}.fx .btn-sm{font-size:13px;padding:8px 14px}.fx .btn:active{transform:translateY(1px)}.fx .shell{display:grid;grid-template-columns:var(--rail) 1fr}.fx .rail{align-self:start;border-right:1px solid var(--rule-2);display:flex;flex-direction:column;height:calc(100vh - 62px);padding:34px var(--pad) 40px;position:-webkit-sticky;position:sticky;top:62px}.fx .rail h4{color:var(--mute);font-family:var(--mono);font-size:10.5px;font-weight:400;letter-spacing:.09em;margin:0 0 16px;text-transform:uppercase}.fx .rail ol{counter-reset:r;list-style:none;margin:0;padding:0}.fx .rail li{counter-increment:r}.fx .rail a{border-left:1.5px solid #0000;color:var(--mute);display:flex;font-size:13.5px;gap:12px;margin-left:-14px;padding:9px 0 9px 14px;transition:.16s}.fx .rail a:before{content:counter(r,decimal-leading-zero);font-family:var(--mono);font-size:11px;opacity:.6}.fx .rail a:hover{color:var(--dim)}.fx .rail a.on{border-left-color:var(--green);color:var(--text)}.fx .rail-foot{color:var(--mute);font-family:var(--mono);font-size:11px;line-height:1.7;margin-top:auto}.fx .rail-foot b{color:var(--green);display:block;font-size:15px;font-weight:500}.fx .canvas{min-width:0}.fx .band{border-bottom:1px solid var(--rule-2);padding:clamp(40px,4.4vw,72px) var(--pad)}.fx .band.tight{padding-block:0}.fx .inner{margin-inline:auto;max-width:var(--maxw)}.fx .kicker{align-items:center;color:var(--mute);display:flex;font-family:var(--mono);font-size:11px;gap:10px;letter-spacing:.06em;margin-bottom:18px;text-transform:uppercase}.fx .kicker:after{background:var(--rule-2);content:"";flex:1 1;height:1px}.fx .open-grid{grid-gap:clamp(28px,3.6vw,64px);align-items:start;display:grid;gap:clamp(28px,3.6vw,64px);grid-template-columns:1.05fr .95fr}.fx .claim{max-width:26ch}.fx .claim span{color:var(--green)}.fx .open-sub{color:var(--dim);font-size:16px;margin-top:20px;max-width:46ch}.fx .open-acts{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.fx .trust-line{border-top:1px solid var(--rule-2);color:var(--mute);display:flex;flex-wrap:wrap;font-family:var(--mono);font-size:12px;gap:26px;margin-top:30px;padding-top:22px}.fx .trust-line b{color:var(--text);font-weight:500}.fx .calc{background:var(--raise);border:1px solid var(--rule);border-radius:4px}.fx .calc-tabs{border-bottom:1px solid var(--rule-2);display:flex}.fx .calc-tabs button{border-bottom:2px solid #0000;color:var(--mute);flex:1 1;font-size:13.5px;padding:13px 0;transition:.16s}.fx .calc-tabs button.on{background:var(--green-w);border-bottom-color:var(--green);color:var(--text)}.fx .calc-body{grid-gap:12px;display:grid;gap:12px;padding:20px}.fx .field{background:var(--base);border:1px solid var(--rule-2);border-radius:3px;padding:12px 14px}.fx .field label{color:var(--mute);display:block;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase}.fx .field .row{align-items:center;display:flex;gap:10px;margin-top:6px}.fx .field input{flex:1 1;font-family:var(--mono);font-size:22px;font-weight:500;width:100%}.fx .field input::-webkit-inner-spin-button,.fx .field input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fx .field input[type=number]{-moz-appearance:textfield}.fx .field select{background:var(--raise-2);border-radius:3px;color:var(--text);font-family:var(--mono);font-size:13px;padding:6px 8px}.fx .field .out{color:var(--green);flex:1 1;font-family:var(--mono);font-size:22px;font-weight:500}.fx .swap{display:flex;justify-content:center;margin:-6px 0}.fx .swap button{background:var(--raise-2);border:1px solid var(--rule);border-radius:3px;display:grid;height:30px;place-items:center;width:30px}.fx .swap svg{stroke:var(--dim);fill:none;stroke-width:1.6;height:13px;width:13px}.fx .calc-meta{grid-gap:7px;display:grid;font-family:var(--mono);font-size:12px;gap:7px;padding:4px 2px 0}.fx .calc-meta div{color:var(--mute);display:flex;justify-content:space-between}.fx .calc-meta b{color:var(--dim);font-weight:500}.fx .calc .btn{margin-top:4px;width:100%}.fx .board-strip{border-top:1px solid var(--rule-2);display:flex;overflow-x:auto;scrollbar-width:none}.fx .board-strip::-webkit-scrollbar{display:none}.fx .bs-cell{border-right:1px solid var(--rule-2);flex:1 0 190px;padding:16px 20px}.fx .bs-cell:last-child{border-right:0}.fx .bs-top{color:var(--mute);display:flex;font-size:11px;justify-content:space-between}.fx .bs-px,.fx .bs-top{font-family:var(--mono)}.fx .bs-px{font-size:19px;font-weight:500;margin-top:8px;transition:color .3s}.fx .bs-chg{font-family:var(--mono);font-size:12px;margin-top:2px}.fx .depth-grid{grid-gap:clamp(24px,3vw,48px);align-items:center;display:grid;gap:clamp(24px,3vw,48px);grid-template-columns:1.25fr .75fr}.fx .depth-panel{background:var(--raise);border:1px solid var(--rule);border-radius:4px;overflow:hidden}.fx .dp-head{align-items:center;border-bottom:1px solid var(--rule-2);display:flex;gap:14px;padding:14px 18px}.fx .dp-head .pair{font-size:15px;font-weight:600}.fx .dp-head .spread{color:var(--mute);font-family:var(--mono);font-size:12px;margin-left:auto}.fx .dp-head .spread b{color:var(--green);font-weight:500}.fx .depth-chart{height:230px}.fx .depth-chart svg{height:100%;width:100%}.fx .dp-foot{border-top:1px solid var(--rule-2);display:grid;grid-template-columns:repeat(4,1fr)}.fx .dp-foot div{border-right:1px solid var(--rule-2);padding:12px 18px}.fx .dp-foot div:last-child{border-right:0}.fx .dp-foot span{color:var(--mute);display:block;font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase}.fx .dp-foot b{font-family:var(--mono);font-size:14px;font-weight:500}.fx .depth-note li{border-bottom:1px solid var(--rule-2);color:var(--dim);display:flex;font-size:14.5px;gap:12px;padding:14px 0}.fx .depth-note ul{list-style:none;margin:22px 0 0;padding:0}.fx .depth-note b{color:var(--text);font-weight:600}.fx .bullet{background:var(--green);flex:none;height:6px;margin-top:8px;width:6px}.fx .tools{grid-gap:clamp(20px,2.4vw,40px);display:grid;gap:clamp(20px,2.4vw,40px);grid-template-columns:260px 1fr;margin-top:34px}.fx .tool-list{display:flex;flex-direction:column}.fx .tool-list button{align-items:baseline;border:1px solid #0000;border-bottom:1px solid var(--rule-2);display:flex;gap:12px;padding:16px 18px;text-align:left;transition:.16s}.fx .tool-list button:hover{background:var(--raise)}.fx .tool-list button.on{background:var(--raise);border-color:var(--rule);border-left:2px solid var(--green)}.fx .tool-list .idx{color:var(--mute);font-family:var(--mono);font-size:11px}.fx .tool-list .nm{font-size:15px;font-weight:500}.fx .tool-panel{background:var(--raise);border:1px solid var(--rule);border-radius:4px;min-height:280px;padding:28px 30px 30px}.fx .tool-panel h3{font-size:22px}.fx .tool-panel p{color:var(--dim);margin-top:12px;max-width:56ch}.fx .tool-specs{grid-gap:1px;background:var(--rule-2);border:1px solid var(--rule-2);display:grid;gap:1px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin-top:26px}.fx .tool-specs div{background:var(--raise);padding:14px 16px}.fx .tool-specs span{color:var(--mute);display:block;font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase}.fx .tool-specs b{color:var(--green-2);font-family:var(--mono);font-size:16px;font-weight:500}.fx .fade{animation:fxFade .28s ease}@keyframes fxFade{0%{opacity:0;transform:translateY(6px)}}.fx .chips{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 6px}.fx .chip{border:1px solid var(--rule-2);border-radius:100px;color:var(--mute);font-size:13px;padding:7px 14px;transition:.16s}.fx .chip:hover{border-color:var(--rule);color:var(--dim)}.fx .chip.on{background:var(--green-w);border-color:var(--green);color:var(--green)}.fx .table{border-collapse:collapse;width:100%}.fx .table th{border-bottom:1px solid var(--rule);color:var(--mute);font-family:var(--mono);font-size:10.5px;font-weight:400;letter-spacing:.06em;padding:16px 12px;text-align:right;text-transform:uppercase}.fx .table td:first-child,.fx .table th:first-child{padding-left:0;text-align:left}.fx .table td:last-child,.fx .table th:last-child{padding-right:0;text-align:right}.fx .table td{border-bottom:1px solid var(--rule-2);font-family:var(--mono);font-size:13.5px;padding:12px;text-align:right}.fx .table tbody tr{transition:background .15s}.fx .table tbody tr:hover{background:var(--raise)}.fx .asset{align-items:center;display:flex;font-family:var(--sans);gap:11px}.fx .tick{background:var(--raise-2);border-radius:2px;color:var(--green-2);display:grid;flex:none;font-family:var(--mono);font-size:11px;height:24px;place-items:center;width:24px}.fx .asset b{font-size:14px;font-weight:600}.fx .asset span{color:var(--mute);display:block;font-family:var(--mono);font-size:11px}.fx .spark{height:26px;margin-left:auto;width:88px}.fx .spark path{fill:none;stroke:var(--green);stroke-width:1.4}.fx .flash-up{animation:fxFu .7s ease}.fx .flash-down{animation:fxFd .7s ease}@keyframes fxFu{0%{background:#10c97f29}}@keyframes fxFd{0%{background:#e8574a24}}.fx .guards{grid-gap:1px;background:var(--rule-2);border:1px solid var(--rule-2);border-top:0;display:grid;gap:1px;grid-template-columns:repeat(3,1fr)}.fx .guards div{background:var(--base);padding:20px 22px}.fx .guards h3{font-size:14.5px;font-weight:600}.fx .guards p{color:var(--mute);font-size:13px;margin-top:6px}.fx .audit{color:var(--mute);display:flex;flex-wrap:wrap;font-family:var(--mono);font-size:11.5px;gap:18px;justify-content:space-between;margin-top:14px}.fx .onboard{grid-gap:1px;background:var(--rule-2);border:1px solid var(--rule-2);display:grid;gap:1px;grid-template-columns:repeat(3,1fr);margin-top:30px}.fx .onboard>div{background:var(--base);padding:26px 24px 28px}.fx .onboard .no{color:var(--green);font-family:var(--mono);font-size:11px}.fx .onboard h3{margin-top:14px}.fx .onboard p{color:var(--mute);font-size:13.5px;margin-top:8px}.fx .closing{align-items:center;background:var(--raise);border-bottom:1px solid var(--rule-2);display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;padding:clamp(34px,3.6vw,52px) var(--pad)}.fx .closing h2{max-width:20ch}.fx .closing p{color:var(--dim);margin-top:10px;max-width:48ch}.fx footer{padding:44px var(--pad) 26px}.fx .foot-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1.5fr repeat(3,1fr);margin-inline:auto;max-width:var(--maxw)}.fx .foot-about p{color:var(--mute);font-size:13px;margin-top:14px;max-width:34ch}.fx .foot-col h4{color:var(--mute);font-family:var(--mono);font-size:10.5px;font-weight:400;letter-spacing:.07em;margin:0 0 12px;text-transform:uppercase}.fx .foot-col a{color:var(--dim);display:block;font-size:13.5px;padding:5px 0}.fx .foot-col a:hover{color:var(--green)}.fx .foot-bottom{border-top:1px solid var(--rule-2);display:flex;flex-wrap:wrap;font-size:11px;gap:16px;justify-content:space-between;margin:34px auto 0;max-width:var(--maxw);padding-top:18px}.fx .foot-bottom,.fx .risk{color:var(--mute);font-family:var(--mono)}.fx .risk{font-size:11.5px;line-height:1.7;margin-top:18px;max-width:44ch}.fx .rv{opacity:0;transform:translateY(10px)}.fx .rv.in{opacity:1;transform:none;transition:opacity .5s ease,transform .5s ease}@media (prefers-reduced-motion:reduce){.fx *,.fx :after,.fx :before{animation-duration:.001ms!important;transition-duration:.001ms!important}.fx .rv{opacity:1;transform:none}}@media (max-width:1180px){.fx .shell{grid-template-columns:1fr}.fx .rail{display:none}.fx .depth-grid,.fx .open-grid,.fx .tools{grid-template-columns:1fr}.fx .tool-list{flex-direction:row;overflow-x:auto}.fx .tool-list button{border-bottom:0;border-right:1px solid var(--rule-2);white-space:nowrap}.fx .tool-list button.on{border-bottom:2px solid var(--green);border-left:0}.fx .guards,.fx .onboard{grid-template-columns:1fr}}@media (max-width:860px){.fx .mainnav{display:none}.fx .foot-grid{grid-template-columns:1fr 1fr}.fx .col-hide,.fx .sysbar .right span:nth-child(2){display:none}}@media (max-width:620px){.fx .foot-grid{grid-template-columns:1fr}.fx .col-hide-sm,.fx .masthead .acts .btn-line{display:none}.fx .dp-foot{grid-template-columns:1fr 1fr}}.fx{min-height:100vh}.fx .stage{opacity:0;transition:opacity .6s ease}.fx .stage.shown{opacity:1}.fx .band{scroll-margin-top:62px}.fx .mainnav a.on{border-bottom-color:var(--green);color:var(--text)}.fx .bs-cell{cursor:pointer;transition:background .15s}.fx .bs-cell:hover{background:var(--raise)}.fx .field select{border:0;cursor:pointer}.fx .foot-about a.mirror,.fx .risk a{color:var(--green)}.fx .foot-about .risk+.risk{margin-top:10px}.fx .burger{display:none;flex-direction:column;gap:5px;padding:10px 8px}.fx .burger span{background:var(--text);display:block;height:1.5px;width:20px}@media (max-width:860px){.fx .burger{display:flex}}.fx .mmenu{background:var(--black);display:none;flex-direction:column;inset:0;padding:10px var(--pad) 28px;position:fixed;z-index:200}.fx .mmenu.open{animation:fxFade .25s ease;display:flex}.fx .mmenu-top{align-items:center;display:flex;height:52px;justify-content:space-between;margin-bottom:20px}.fx .mmenu-nav{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.fx .mmenu-nav a{align-items:baseline;border-bottom:1px solid var(--rule-2);display:flex;font-size:22px;font-weight:600;gap:14px;letter-spacing:-.02em;padding:16px 0}.fx .mmenu-nav a:before{color:var(--mute);content:attr(data-n);font-family:var(--mono);font-size:11px;font-weight:400}.fx .mmenu-nav a:hover{color:var(--green)}.fx .mmenu-acts{grid-gap:10px;display:grid;gap:10px;margin-top:24px}.fx .mmenu-acts .btn{font-size:15px;padding:14px}.fx .loader{align-items:center;background:var(--black);display:flex;flex-direction:column;gap:26px;inset:0;justify-content:center;position:fixed;transition:opacity .5s ease;z-index:9999}.fx .loader.out{opacity:0;pointer-events:none}.fx .loader .logo{font-size:30px;gap:12px}.fx .loader .logo-mark{animation:fxPulse 1.4s ease-in-out infinite;height:30px;transform-origin:bottom;width:15px}.fx .loader .logo-mark+.logo-mark{animation-delay:.2s;height:20px;margin-left:-8px}.fx .loader-bar{background:var(--rule-2);height:2px;overflow:hidden;width:220px}.fx .loader-bar i{background:var(--green);box-shadow:0 0 12px #10c97f80;display:block;height:100%;transition:width .12s ease}.fx .loader-pct{color:var(--mute);font-family:var(--mono);font-size:11px;letter-spacing:.14em}@keyframes fxPulse{0%,to{transform:scaleY(1)}50%{transform:scaleY(.72)}}.fx .led.off{background:var(--mute);box-shadow:none}.fx .guards{border-top:1px solid var(--rule-2);margin-top:28px}.fx .dp-foot{grid-template-columns:repeat(3,1fr)}@media (max-width:620px){.fx .dp-foot div{padding:12px 10px}.fx .dp-foot b{font-size:13px}.fx .band{border-bottom:1px solid var(--rule-2);padding:10px}.fx .table td{font-size:11px;padding:8px}}:root{--fx-black:#060908;--fx-base:#090d0c;--fx-raise:#0d1312;--fx-raise-2:#121a18;--fx-raise-3:#172120;--fx-rule:#a0cdbe24;--fx-rule-2:#a0cdbe12;--fx-green:#10c97f;--fx-green-2:#3be8a2;--fx-green-w:#10c97f1a;--fx-red:#e8574a;--fx-red-w:#e8574a1a;--fx-text:#e6eeea;--fx-dim:#9aaaa3;--fx-mute:#5f726b;--fx-sans:"IBM Plex Sans",system-ui,-apple-system,sans-serif;--fx-mono:"IBM Plex Mono",ui-monospace,"SFMono-Regular",monospace}.fx-mono{font-feature-settings:"tnum";font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,monospace;font-family:var(--fx-mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.fx-up{color:#10c97f!important;color:var(--fx-green)!important}.fx-down{color:#e8574a!important;color:var(--fx-red)!important}.dropdown{color:var(--fx-green);font-family:var(--fx-sans);font-size:13px;font-weight:500;position:relative}.dropdown-selected{align-items:center;cursor:pointer;display:flex}.dropdown-arrow{color:var(--fx-mute);margin-left:5px}.dropdown-menu{background-color:var(--fx-raise-3);border:1px solid var(--fx-rule);border-radius:3px;box-shadow:0 8px 20px #0006;left:0;min-width:100px;padding:6px 0;position:absolute;top:100%;width:100%;z-index:100}.dropdown-option{color:var(--fx-text);cursor:pointer;font-size:12.5px;padding:8px 12px;transition:background .15s}.dropdown-option:hover{background-color:var(--fx-raise)}.main-wrapper .schedule-wrapper{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;width:100%}.main-wrapper .schedule-wrapper .schedule-menu{align-items:center;display:none;height:32px;padding:0 20px;width:100%}.main-wrapper .schedule-wrapper .schedule-menu span{align-items:center;color:var(--fx-mute);cursor:pointer;display:flex;flex-direction:column;font-size:13px;height:27px;justify-content:space-between;margin-right:61px;overflow:hidden;transition:.2s}.main-wrapper .schedule-wrapper .schedule-menu span .line{background:var(--fx-green);height:2px;transform:translateY(100%);transition:.2s;width:50%}.main-wrapper .schedule-wrapper .schedule-menu span .line-activ{background:var(--fx-green);transform:translateX(0)}.main-wrapper .schedule-wrapper .schedule-menu span .span-active{color:var(--fx-text)}.schedule{display:flex;flex:1 1;flex-direction:column;height:100%;min-height:0;overflow:hidden;width:100%}.main-wrapper .schedule-wrapper .wrapper-menu{align-items:stretch;display:grid;flex:1 1;grid-template-columns:minmax(0,1fr) 300px 292px;grid-template-rows:minmax(0,1fr);height:100%;min-height:0;overflow:hidden;transition:.2s;width:100%}.main-wrapper .schedule-wrapper .wrapper-menu .schedule-block{border-right:1px solid var(--fx-rule);display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;overflow:hidden}.main-wrapper .schedule-wrapper .wrapper-menu .OrderGlass{height:100%;max-width:none;min-height:0;min-width:0;overflow:hidden;width:auto}.main-wrapper .schedule-wrapper .wrapper-menu .BuyOrder{height:100%;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto}.react-financial-charts{z-index:1}.main-wrapper .buttonsChart{background:var(--fx-base);border-top:1px solid var(--fx-rule);display:flex;flex:none;flex-wrap:wrap;gap:4px;height:auto;padding:10px 16px}.main-wrapper .buttonsChart button{background:#0000;border:0;border-radius:3px;color:var(--fx-mute);font-family:var(--fx-mono);font-size:12.5px;margin-left:0;outline:0;padding:7px 13px;transition:.15s}.main-wrapper .buttonsChart button:hover{color:var(--fx-dim)}.main-wrapper .buttonsChart button.active{background:var(--fx-green-w)!important;color:var(--fx-green)!important}#tv-attr-logo{display:none}.chartBlock>div{position:relative;z-index:0}@media (max-width:1180px){.main-wrapper .schedule-wrapper{flex:none;height:auto;overflow:visible}.schedule{height:auto;overflow:visible}.main-wrapper .schedule-wrapper .wrapper-menu{display:flex;flex-direction:column;grid-template-rows:none;height:auto;overflow:visible}.main-wrapper .schedule-wrapper .wrapper-menu .schedule-block{border-bottom:1px solid var(--fx-rule);border-right:none;height:420px;min-height:380px}.main-wrapper .schedule-wrapper .wrapper-menu .OrderGlass{border-bottom:1px solid var(--fx-rule);border-right:none;height:auto;max-height:420px;max-width:none;overflow:hidden}.main-wrapper .schedule-wrapper .wrapper-menu .BuyOrder{height:auto;overflow-y:visible}}@media (max-width:640px){.main-wrapper .schedule-wrapper .wrapper-menu .schedule-block{min-height:300px}}@media (max-width:1027px){.main-wrapper .schedule-wrapper{justify-content:center;margin-top:24px}.main-wrapper .schedule-wrapper .schedule-menu{display:flex}.main-wrapper .schedule-wrapper .schedule{flex-grow:1;height:auto;margin-top:14px;overflow:hidden;width:100%}.main-wrapper .schedule-wrapper .wrapper-menu{align-items:stretch;display:flex;flex-direction:row;flex-grow:1;grid-template-rows:none;height:auto;overflow:visible;transition:.2s;width:200%}.main-wrapper .schedule-wrapper .wrapper-menu-active{transform:translateX(-50%)}.main-wrapper .schedule-wrapper .wrapper-menu .schedule-block{border:1px solid var(--fx-rule);flex:none;height:auto;margin-right:0;min-height:0;width:50%}.main-wrapper .schedule-wrapper .wrapper-menu .schedule-block .chartBlock .chart-target{flex:none;height:400px}.main-wrapper .schedule-wrapper .buttonsChart{align-items:center;flex-wrap:nowrap;gap:0;height:40px;overflow-x:auto;padding:6px;scrollbar-width:none}.main-wrapper .schedule-wrapper .buttonsChart::-webkit-scrollbar{display:none}.main-wrapper .schedule-wrapper .buttonsChart button{flex:none;font-size:12px;margin-right:5px;padding:4px 6px}.main-wrapper .schedule-wrapper .wrapper-menu .OrderGlass{border:0;flex:none;height:auto;max-height:none;max-width:none;overflow:visible;width:50%}.main-wrapper .schedule-wrapper>.BuyOrder{flex:none;height:auto;min-width:0;overflow:visible;width:100%}}.BuyOrder{background:var(--fx-base);color:var(--fx-text);display:flex;flex-direction:column;font-family:var(--fx-sans);transition:.4s;width:100%}.BuyOrder .headline{align-items:center;display:flex;font-size:15px;font-weight:600;height:auto;justify-content:space-between;margin-top:0;padding:16px 18px 0;width:100%}.BuyOrder .buy-menu{border-bottom:1px solid var(--fx-rule-2);display:flex;gap:18px;height:auto;margin-top:14px;padding:0 18px;width:100%}.BuyOrder .buy-menu span{align-items:center;color:var(--fx-mute);cursor:pointer;display:flex;flex-direction:column;font-size:13px;height:auto;justify-content:space-between;margin-right:0;overflow:hidden;padding-bottom:8px;transition:.2s}.BuyOrder .buy-menu span h4{font-weight:400}.BuyOrder .buy-menu span .line{background:var(--fx-green);height:2px;margin-top:6px;opacity:0;transform:translateY(4px);transition:.2s;width:100%}.BuyOrder .buy-menu span .line-activ{opacity:1;transform:translateY(0)}.BuyOrder .buy-menu span .span-active{color:var(--fx-text);font-weight:600}.BuyOrder .orderWrapper{display:flex;transition:.4s;width:100%}.BuyOrder .Futures,.BuyOrder .Spot{align-items:stretch;display:flex;flex-direction:column;width:100%}.BuyOrder .slideButtons-wrapper{height:auto;margin-top:16px;padding:0 18px;width:100%}.BuyOrder .slideButtons{align-items:center;background:var(--fx-raise);border:1px solid var(--fx-rule);border-radius:4px;color:var(--fx-mute);display:flex;font-size:14px;font-weight:600;height:40px;justify-content:space-around;overflow:hidden;position:relative;width:100%}.BuyOrder .slideButtons p{cursor:pointer;padding:11px 0;text-align:center;transition:.2s;-webkit-user-select:none;user-select:none;width:50%;z-index:1}.BuyOrder .slideButtons .active{color:#03140d;font-size:14px;font-weight:600;z-index:1}.BuyOrder .slideButtons .dynamicSldier{background:var(--fx-green);border-radius:0;height:100%;left:0;position:absolute;transition:.3s;width:50%;z-index:0}.BuyOrder .slideButtons .activeSldier{background:var(--fx-red);left:50%}.BuyOrder .limitMarket{border-bottom:1px solid var(--fx-rule-2);display:flex;gap:18px;height:auto;margin-top:18px;padding:0 18px;transition:.2s;width:100%}.BuyOrder .limitMarket p{border-bottom:2px solid #0000;color:var(--fx-mute);cursor:pointer;font-size:13px;margin-bottom:-1px;padding:0 0 8px;transition:.2s}.BuyOrder .limitMarket p:nth-child(2){margin-left:0}.BuyOrder .limitMarket .active{border-color:var(--fx-green);color:var(--fx-text);font-weight:500}.BuyOrder .available{color:var(--fx-mute);display:flex;font-size:12.5px;height:auto;justify-content:space-between;margin-top:16px;padding:0 18px;width:100%}.BuyOrder .available h4{color:var(--fx-mute);font-size:12.5px;font-weight:400}.BuyOrder .available .usdt{align-items:center;color:var(--fx-dim);cursor:pointer;display:flex;font-family:var(--fx-mono);font-size:12.5px;font-weight:500}.BuyOrder .available .usdt svg{margin-left:4px}.BuyOrder .inputs{display:flex;flex-direction:column;gap:12px;height:auto;margin-top:12px;padding:0 18px;width:100%}.BuyOrder .orderWrapper .Futures .futuresInputs{gap:10px;height:auto;margin-top:9px}.BuyOrder .limitInupts{height:auto}.BuyOrder .inputs .buttons{grid-gap:6px;cursor:pointer;display:grid;gap:6px;grid-template-columns:repeat(4,1fr);height:auto;margin:0;padding:0;width:100%}.BuyOrder .inputs .buttons .countPercent{align-items:center;background:#0000;border:1px solid var(--fx-rule);border-radius:3px;color:var(--fx-dim);display:flex;font-family:var(--fx-mono);font-size:12.5px;font-weight:500;height:32px;justify-content:center;transition:.15s;width:auto}.BuyOrder .inputs .buttons .precentActive{background:var(--fx-green-w);border-color:var(--fx-green);color:var(--fx-green);font-weight:600}.BuyOrder label{color:var(--fx-mute);font-size:11px}.BuyOrder input:not([type]),.BuyOrder input[type=number],.BuyOrder input[type=text]{background:#0000;border:0;color:var(--fx-text);font-family:var(--fx-mono);font-size:15px;font-weight:500;outline:0;width:100%}.BuyOrder input::placeholder{color:var(--fx-mute)}.BuyOrder .inputs>div:not(.buttons),.BuyOrder .inputs>span{background:var(--fx-raise);border:1px solid var(--fx-rule-2);border-radius:3px}.BuyOrder .newBtn{margin:18px auto;width:calc(100% - 36px)}.BuyOrder .Futures button{background:var(--fx-green);border-radius:3px;color:#03140d;display:block;font-size:15px;font-weight:600;margin:20px auto 18px;padding:13px 0;transition:.15s;width:calc(100% - 36px)}.BuyOrder .Futures button:hover{background:var(--fx-green-2)}.main-wrapper .exchangeRate{align-items:center;background:var(--fx-base);border-bottom:1px solid var(--fx-rule);display:flex;gap:34px;min-height:58px;overflow-x:auto;padding:10px 20px;scrollbar-width:none;width:100%}.main-wrapper .exchangeRate::-webkit-scrollbar{display:none}.exchangeRateLoader{align-items:center;display:flex;height:58px;justify-content:center;width:100%}.exchangeRateLoader svg{animation:rotate 1s linear infinite;transition:all .5s ease;width:20px}.main-wrapper .exchangeRate .symbol{align-items:center;cursor:pointer;display:flex;flex:none;gap:10px}.main-wrapper .exchangeRate .symbol .coin{align-items:center;background:var(--fx-raise-2);border-radius:50%;display:flex;flex:none;height:26px;justify-content:center;overflow:hidden;width:26px}.main-wrapper .exchangeRate .symbol .coin img{height:100%;object-fit:cover;width:100%}.main-wrapper .exchangeRate .symbol .nm{align-items:center;color:var(--fx-text);display:flex;font-size:15px;font-weight:600;gap:5px;white-space:nowrap}.main-wrapper .exchangeRate .symbol .nm svg{stroke:var(--fx-mute);height:11px;transition:.15s;width:11px}.main-wrapper .exchangeRate .symbol:hover .nm svg{stroke:var(--fx-dim)}.main-wrapper .exchangeRate .big-price{display:flex;flex:none;flex-direction:column}.main-wrapper .exchangeRate .big-price .px{color:var(--fx-text);font-size:22px;font-weight:600;transition:color .3s ease}.main-wrapper .exchangeRate .big-price .chg{font-size:12px;margin-top:2px}.main-wrapper .exchangeRate .stat{display:flex;flex:none;flex-direction:column;gap:3px;white-space:nowrap}.main-wrapper .exchangeRate .stat span{color:var(--fx-mute);font-size:11px}.main-wrapper .exchangeRate .stat b{color:var(--fx-dim);font-size:13px;font-weight:500}.OrderGlass{background:var(--fx-base);border-right:1px solid var(--fx-rule);display:flex;flex-direction:column;justify-content:flex-start;max-width:300px;min-height:0;padding-top:0}.OrderGlass .average-price{align-items:center;background:var(--fx-raise);border-block:1px solid var(--fx-rule);display:flex;flex:none;gap:10px;padding:9px 14px}.OrderGlass .average-price h2{font-feature-settings:"tnum";color:var(--fx-text);font-family:var(--fx-mono);font-size:19px;font-variant-numeric:tabular-nums;font-weight:600}.OrderGlass .average-price h2.plus{color:var(--fx-green)}.OrderGlass .average-price h2.minus{color:var(--fx-red)}.OrderGlass thead{color:var(--fx-mute)}.OrderGlass table,.OrderGlass tbody{width:100%}.OrderGlass table{border-spacing:0}.OrderGlass table th{color:var(--fx-mute);font-family:var(--fx-mono);font-size:10px;font-weight:400;letter-spacing:.04em;padding:10px 14px 8px;text-transform:uppercase}.OrderGlass table tr{font-feature-settings:"tnum";color:var(--fx-text);display:flex;font-family:var(--fx-mono);font-size:9.5px;font-variant-numeric:tabular-nums;font-weight:500;height:auto;justify-content:space-between;margin-bottom:0;padding:2.5px 0;transition:background .15s;width:100%}.OrderGlass table tr:hover{background:var(--fx-raise)}.OrderGlass table th{min-width:30%;padding:10px 0 8px}.OrderGlass table th:nth-child(3){min-width:31%}.OrderGlass table div,.OrderGlass table td{background:#0000!important;color:var(--fx-dim);padding:0 14px;text-align:center;width:30%}.OrderGlass table div:first-child,.OrderGlass table td:first-child{text-align:left;width:30%}.OrderGlass table div:last-child,.OrderGlass table td:last-child{text-align:right;width:30%}.OrderGlass table th:first-child{padding-left:14px;text-align:left;width:30%}.OrderGlass table th:last-child{padding-right:14px;text-align:right;width:30%}.OrderGlass table div.price{font-weight:600}.OrderGlass table div.price.plus{color:var(--fx-green)}.OrderGlass table div.price.minus{color:var(--fx-red)}@media (min-width:1028px){.main-wrapper .exchangeRate{margin-top:0}}@media (max-width:1027px){.main-wrapper .exchangeRate{grid-gap:0;align-content:center;background:#0000;border-bottom:0;display:grid;gap:0;grid-template-columns:repeat(3,minmax(0,108px));grid-template-rows:auto 35px;justify-content:space-between;margin-top:10px;overflow:visible;padding:7px 14px}.main-wrapper .exchangeRate.exchangeRateLoader{display:flex;height:84px;justify-content:center;width:100%}.main-wrapper .exchangeRate{min-height:84px}.main-wrapper .exchangeRate .symbol{align-self:start;gap:0;grid-column:1;grid-row:1;justify-content:space-between}.main-wrapper .exchangeRate .symbol .coin{display:none}.main-wrapper .exchangeRate .symbol .nm{font-size:16px}.main-wrapper .exchangeRate .big-price{align-self:end;grid-column:1;grid-row:2}.main-wrapper .exchangeRate .big-price .px{font-size:20px}.main-wrapper .exchangeRate .big-price .chg{font-size:12px;margin-top:0}.main-wrapper .exchangeRate>:nth-child(3){align-self:start;grid-column:2;grid-row:1}.main-wrapper .exchangeRate>:nth-child(4){align-self:end;grid-column:2;grid-row:2}.main-wrapper .exchangeRate>:nth-child(6){align-self:start;grid-column:3;grid-row:1}.main-wrapper .exchangeRate>:nth-child(5){align-self:end;grid-column:3;grid-row:2}.main-wrapper .exchangeRate .stat{gap:0;white-space:normal}.main-wrapper .exchangeRate .stat span{font-size:10px}.main-wrapper .exchangeRate .stat b{color:var(--fx-text);font-size:12px}.OrderGlass .average-price{padding:4px 20px}.OrderGlass table th{padding:8px 0 6px}.OrderGlass table th:first-child{padding-left:20px}.OrderGlass table th:last-child{padding-right:20px}.OrderGlass table tr{font-size:9.5px;height:17px;line-height:169%;padding:0}.OrderGlass table thead tr{height:auto}.OrderGlass table div,.OrderGlass table td{padding:0 20px}}@media (max-width:400px){.main-wrapper .exchangeRate{padding:7px 15px}}@media (max-width:386px){.main-wrapper .exchangeRate{grid-template-columns:minmax(0,120px) repeat(2,minmax(0,108px))}}.cancel__buttonDEL{background:#0000;border:1px solid var(--fx-rule);border-radius:3px;color:var(--fx-dim);font-family:var(--fx-sans);font-size:12px;padding:6px 14px;transition:.15s;width:auto}.cancel__buttonDEL:hover{border-color:var(--fx-red);color:var(--fx-red)}.cancel__buttonDEL:disabled{cursor:not-allowed;opacity:.5}.OrderListActive{align-items:center;border-bottom:1px solid var(--fx-rule-2);display:flex;flex-direction:row;gap:10px;justify-content:space-between;padding:11px 16px;transition:background .15s;width:100%}.OrderListActive:hover{background:var(--fx-raise)}.OrderListActive .BTCUSDTdata{font-feature-settings:"tnum";align-items:center;color:var(--fx-text);display:flex;font-family:var(--fx-mono);font-size:12.5px;font-variant-numeric:tabular-nums;font-weight:500;height:auto;width:100%}.OrderListActive .BTCUSDTdata .currency{align-items:center;display:flex;font-family:var(--fx-sans);gap:8px;height:100%;min-width:142px}.OrderListActive .BTCUSDTdata .currency .line{margin:0}.OrderListActive .BTCUSDTdata .currency h2{color:var(--fx-text);font-size:12.5px;font-weight:500}.OrderListActive .BTCUSDTdata .currency .progression{background:var(--fx-raise-2);border:none;border-radius:3px;color:var(--fx-green-2);font-family:var(--fx-mono);font-size:10.5px;font-weight:500;height:auto;line-height:130%;padding:2px 7px;text-align:center;width:auto}.OrderListActive .BTCUSDTdata .text{color:var(--fx-green);font-size:13px;font-weight:600;height:17px;width:96px}.tpsl-edit{display:flex;width:-webkit-max-content!important;width:max-content!important}.OrderListActive h3:last-child svg,.OrderListActive h3:nth-last-child(2) svg{cursor:pointer;margin-left:10px}.changeTPSLHeadline{align-items:center;display:flex}.changeTPSL{background:var(--fx-raise);border:1px solid var(--fx-rule);border-radius:3px;color:var(--fx-text);font-family:var(--fx-mono);outline:0;padding:3px 6px;width:50px}.OrderListActive .BTCUSDTdata .text svg{margin-left:9px}.OrderListActive .BTCUSDTdata>*{min-width:13.1%!important}.OrderListHistory .OrderListActive{align-items:stretch;display:flex;flex-direction:column}.OrderListHistory .OrderListActive .historyDate{display:flex;margin-top:8px;width:100%}.OrderListHistory .OrderListActive .historyDate div{display:flex;gap:4px;margin-right:24px;width:auto}.OrderListHistory .OrderListActive .historyDate p{color:var(--fx-mute);font-family:var(--fx-mono);font-size:11.5px}.OrderListActive .pnl{color:var(--fx-text);font-size:12.5px;font-weight:500}.pnl-red{color:var(--fx-red)!important}.pnl-green{color:var(--fx-green)!important}.OrderListActive .line{border-radius:2px;flex:none;height:18px;width:2px}.OrderListActive .line-green{background:var(--fx-green)}.OrderListActive .line-red{background:var(--fx-red)}.tpsl-editBlockWrapper{background:#000000b3;height:100vh;left:0;position:fixed;top:0;visibility:hidden;width:100vw;z-index:3}.tpsl-editBlockWrapperActive{visibility:visible}.tpsl-editBlockWrapperActive .tpsl-editBlock{bottom:0}.tpsl-editBlock{background:var(--fx-raise-3);border-radius:4px 4px 0 0;bottom:-100%;height:345px;left:0;padding:16px;position:fixed;transition:.4s;width:100%}.tpsl-editBlock .headline{display:flex;height:26px;justify-content:space-between;margin-bottom:52px;width:100%}.tpsl-editBlock .headline h2{font-size:18px;font-weight:600}.tpsl-editBlock .inputs{width:100%}.tpsl-editBlock .inputs>*{margin-bottom:12px}.tpsl-editBlock button{height:40px;margin-top:62px;width:100%}.OrderCard{border-bottom:1px solid var(--fx-rule-2);display:flex;flex-direction:column;gap:24px;list-style:none;padding:18px 18px 15px;width:100%}.OrderCard .oc-head{align-items:center;display:flex;justify-content:space-between;width:100%}.OrderCard .oc-currency{align-items:center;display:flex;gap:11px;min-width:120px}.OrderCard .oc-currency .line{border-radius:2px;flex:none;height:18px;width:2px}.OrderCard .oc-currency .line-green{background:var(--fx-green)}.OrderCard .oc-currency .line-red{background:var(--fx-red)}.OrderCard .oc-currency h2{color:var(--fx-text);font-size:13px;font-weight:600;white-space:nowrap}.OrderCard .oc-currency .progression{background:var(--fx-raise-2);border-radius:3px;color:var(--fx-green-2);font-family:var(--fx-mono);font-size:11px;font-weight:500;line-height:130%;padding:2px 7px}.OrderCard .oc-tpsl{align-items:center;color:var(--fx-green);display:flex;font-size:13px;font-weight:600;white-space:nowrap}.OrderCard .oc-tpsl svg{cursor:pointer;margin-left:9px}.OrderCard .oc-head-gap{width:16px}.OrderCard .cancel__buttonDEL{background:none;border:none;border-radius:0;padding:0;width:auto}.OrderCard .cancel__buttonDEL:hover{border:none}.OrderCard .cancel__buttonDEL svg path{stroke:var(--fx-red);stroke-opacity:.8}.OrderCard .oc-data{grid-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:76px;width:100%}.OrderCard .oc-data ul{display:flex;flex-direction:column;justify-content:space-between;list-style:none}.OrderCard .oc-data li{list-style:none}.OrderCard .oc-data p{color:var(--fx-mute);font-size:11px;line-height:1.3}.OrderCard .oc-data h3{font-feature-settings:"tnum";color:var(--fx-text);font-family:var(--fx-mono);font-size:13px;font-variant-numeric:tabular-nums;font-weight:500;overflow-wrap:anywhere}.OrderCard .oc-data h3.pnl-green{color:var(--fx-green)}.OrderCard .oc-data h3.pnl-red{color:var(--fx-red)}.OrderCard .oc-history{margin-top:-8px;min-height:0}.OrderCard .oc-history li{display:flex;flex-direction:column}.OrderCard .oc-history .timeAt{color:var(--fx-dim);font-family:var(--fx-mono)}.Orders{background:var(--fx-base);border-top:1px solid var(--fx-rule);flex-direction:column;justify-content:flex-start;margin-bottom:0;margin-top:0;min-height:260px;padding-bottom:0}.Orders,.orders-menu{display:flex;flex:none;height:auto;width:100%}.orders-menu{border-bottom:none;gap:22px;padding:12px 20px 0}.orders-menu span{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding-bottom:11px;transition-duration:.2s}.orders-menu span:hover{opacity:.85}.orders-menu span .line{background:var(--fx-green);border-radius:2px;height:2px;margin-top:8px;opacity:0;transform:translateY(2px);transition:.2s;width:100%}.orders-menu .orders-menu-active .line{opacity:1;transform:translateY(0)}.orders-menu span p{color:var(--fx-mute);font-size:13.5px;font-weight:400;transition:.2s;white-space:nowrap}.orders-menu .orders-menu-active p{color:var(--fx-text)}.order-list{flex:1 1;height:auto;min-height:0;overflow:visible;width:100%}.order-list .orderNames{align-items:center;background:var(--fx-base);border-bottom:1px solid var(--fx-rule);display:flex;gap:0;height:auto;padding:10px 16px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1}.order-list .orderNames li{color:var(--fx-mute);font-family:var(--fx-mono);font-size:10.5px;font-weight:400;letter-spacing:.04em;min-width:13.05%;text-transform:uppercase}.order-list .nullLists{display:flex;justify-content:center;margin-top:30px}.null-order-list{align-items:center;background:#0000;display:flex;justify-content:center}.order-list span{color:var(--fx-mute);font-size:13px;font-weight:400;text-align:center}.order-list ul{list-style-type:none;min-height:100%;width:100%}.buttons{align-items:center;display:flex;height:42px;justify-content:space-between;margin-top:10px;padding:0 17px;width:100%}.Orders .buttons{background:var(--fx-raise-3);bottom:0;height:62px;left:0;position:fixed}.Orders .buttons button{height:42px;width:48%}.buttons button:nth-child(2){background:var(--fx-red)}.LoaderMain{align-items:center;display:flex;height:150px;justify-content:center;width:100%}.LoaderMain svg{animation:rotate 1s linear infinite;transition:all .5s ease;width:30px}@keyframes rotate{0%{transform:rotate(-1turn)}}.Orders.Orders--mobile{background:#0000;border-top:0;flex:2 1 auto;height:auto;margin-bottom:42px;margin-top:8px;max-height:none;overflow:visible;padding-bottom:62px}.Orders--mobile .orders-menu{border-bottom:1px solid var(--fx-rule-2);gap:0;height:40px;justify-content:space-between;padding:0 12px}.Orders--mobile .orders-menu span{padding:11px 0 0}.Orders--mobile .orders-menu span .line{margin-top:0;opacity:1;transform:translateX(-350px);width:24px}.Orders--mobile .orders-menu .orders-menu-active .line{transform:translateX(0)}.Orders--mobile .orders-menu span p{font-size:13px;white-space:normal}.Orders--mobile .order-list{flex:1 0 auto;overflow:visible}.Orders--mobile .order-list .orderNames{display:none}.Orders--mobile .buttons{display:flex;margin-top:10px;width:100%;z-index:1}.Orders--mobile .buttons button:first-child{background:var(--fx-green);color:#03140d}@media (max-width:462px){.Orders--mobile .orders-menu span p{font-size:11px}}@media (max-width:386px){.Orders--mobile .orders-menu span p{text-align:center}}.Market{background:var(--fx-raise-3);border-radius:0 6px 0 0;color:var(--fx-text);display:flex;flex-direction:column;font-family:var(--fx-sans);height:100%;max-width:88vw;min-height:100%;transform:translateX(-100%);transition:.3s;width:420px;z-index:10}.MarketActive{transform:translateX(0)}.Market .headline{align-items:center;display:flex;font-size:16px;font-weight:600;height:auto;justify-content:space-between;margin-top:16px;padding:0 18px;width:100%}.Market .headline svg{stroke:var(--fx-dim);cursor:pointer;transition:.15s}.Market .headline svg:hover{stroke:var(--fx-text)}.Market .searchCoin{display:flex;height:38px;margin-top:18px;padding:0 18px;width:100%}.Market .searchCoin .searchIco{align-items:center;background:var(--fx-raise);border:1px solid var(--fx-rule-2);border-radius:3px 0 0 3px;border-right:none;display:flex;height:100%;padding-left:13px;width:40px}.Market .searchCoin .searchIco svg{stroke:var(--fx-mute)}.Market .searchCoin input{background:var(--fx-raise);border:1px solid var(--fx-rule-2);border-left:none;border-radius:0 3px 3px 0;color:var(--fx-text);font-family:var(--fx-sans);font-size:13px;font-weight:500;outline:0;padding:5px 12px;width:calc(100% - 40px)}.Market .searchCoin input::placeholder{color:var(--fx-mute)}.Market .menu{border-bottom:1px solid var(--fx-rule);display:flex;gap:22px;height:auto;justify-content:flex-start;margin-top:18px;padding:0 18px;width:100%}.Market .menu p{border-bottom:2px solid #0000;color:var(--fx-mute);cursor:pointer;font-size:13px;font-weight:500;margin-bottom:-1px;padding-bottom:10px;transition:.2s}.Market .menu p:hover{color:var(--fx-dim)}.Market .menu .active{border-color:var(--fx-green);color:var(--fx-text);transform:none}.scroll-pairs{flex-grow:1;max-height:72vh;overflow-y:auto}.scroll-pairs::-webkit-scrollbar{width:4px}.scroll-pairs::-webkit-scrollbar-thumb{background:var(--fx-rule);border-radius:4px}.Market .sampleBlock{flex-grow:1;margin-top:14px}.Market .sampleBlock,.Market .sampleBlock .spot{display:flex;flex-direction:column;min-height:0;width:100%}.Market .sampleBlock .spot{max-height:100%}.Market .sampleBlock .spot>ul{border-bottom:1px solid var(--fx-rule);color:var(--fx-mute);display:flex;flex:none;font-family:var(--fx-mono);font-size:10px;font-weight:400;justify-content:space-between;letter-spacing:.04em;list-style-type:none;padding:0 18px 10px;text-transform:uppercase;width:100%}.Market .sampleBlock .spot .list ul{color:var(--fx-mute);cursor:pointer;display:flex;flex-direction:column;list-style-type:none;padding:4px 8px;width:100%}.scroll-pairs ul li:hover{background:var(--fx-raise)}.Market .sampleBlock .spot .list ul li{align-items:center;border-radius:3px;display:flex;justify-content:space-between;padding:10px;transition:background .15s;width:100%}.Market .sampleBlock .spot .list ul li .currency{align-items:center;display:flex;gap:10px;justify-content:start;text-align:left;width:110px}.Market .sampleBlock .spot .list ul li .currency h4{color:var(--fx-text);font-size:13px;font-weight:500}.Market .sampleBlock .spot .list ul li .currency h4 span{color:var(--fx-mute);font-weight:400}.Market .sampleBlock .spot .list ul li .lastPrice{color:var(--fx-dim);font-family:var(--fx-mono);text-align:left;width:30%}.Market .sampleBlock .spot .list ul li .precent{color:var(--fx-green);font-family:var(--fx-mono);font-weight:500;text-align:right;width:56px}.Market .sampleBlock .spot .list ul li .minus{color:var(--fx-red)}.Market .sampleBlock .spot .list .loading,.Market .sampleBlock .spot .list .no-data{color:var(--fx-mute);font-size:13px;padding:30px 0;text-align:center}@media (max-width:520px){.Market{border-radius:0;max-width:100vw;width:100vw}}.main,body,html{overflow-x:hidden}.main{background:var(--fx-black);color:var(--fx-text);display:flex;flex-direction:column;font-family:var(--fx-sans);min-height:100vh;position:relative;width:100%}.plus{color:var(--fx-green)!important}.minus{color:var(--fx-red)!important}.main .opening-market,.main .opening-wrapper{background:#000000b3;display:flex;height:calc(100vh - 62px);left:0;min-height:calc(100vh - 62px);opacity:0;pointer-events:none;position:fixed;top:62px;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:999}.main .opening-market.drawer-open,.main .opening-wrapper.drawer-open{opacity:1;pointer-events:auto;visibility:visible}.opening-wrapper .message{align-items:center;display:flex;height:44px;justify-content:center;position:absolute;top:-100px;transition:.4s;width:100%}.opening-wrapper .message p{font-size:18px;font-weight:700}.opening-wrapper .message svg{margin-right:13px}.opening-wrapper .message-approved{background:linear-gradient(90deg,var(--fx-green) 0,var(--fx-green-2) 20%,var(--fx-green-2) 80%,var(--fx-green) 100%);top:0}.opening-wrapper .message-approved p{color:var(--fx-green)}.opening-wrapper .message-error{background:linear-gradient(90deg,var(--fx-red) 0,#faa 20%,#faa 80%,var(--fx-red) 100%);top:0}.opening-wrapper .message-error p{color:var(--fx-red)}.main-wrapper{background:var(--fx-black);box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:auto;justify-content:flex-start;min-height:0;width:100%}@media (min-width:1028px){.main-wrapper{padding-top:62px}}.main input{color:var(--fx-text)}@media (max-width:1027px){.main{max-height:none;min-height:100dvh}.main,.main-wrapper{height:auto;overflow:visible}.main-wrapper{justify-content:flex-start;padding-top:62px}.main .opening-market,.main .opening-wrapper{align-items:flex-end;bottom:0;height:calc(100dvh - 62px)!important;left:0;margin-top:0;min-height:0!important;min-height:auto!important;opacity:0;pointer-events:none;position:fixed!important;top:62px;transition:opacity .3s ease;width:100%;z-index:999}.main .opening-market.drawer-open,.main .opening-wrapper.drawer-open{opacity:1;pointer-events:auto}.main .opening-market>*,.main .opening-wrapper>*{transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1)}.main .opening-market.drawer-open>*,.main .opening-wrapper.drawer-open>*{transform:translateY(0)}}.intervals{display:flex;width:100%}.fb{font-weight:700}.activeInterval{color:#ff7300}.MyCheck{background:#161a1e;border:1px solid #eaecef14;border-radius:3px;box-sizing:border-box;display:flex;flex:1 1 400px;flex-direction:column;height:auto;max-width:100%;padding:30px 32px}.MyCheck .mycheck-headline{color:#eaecef;font-family:Inter,sans-serif;font-size:20px;font-weight:600;margin-bottom:24px;padding-left:0}.MyCheck .checkItem{border-bottom:1px solid #eaecef14;display:flex;flex-direction:column;width:100%}.MyCheck .checkItem:last-child{border-bottom:none}.MyCheck .checkItem .checkItemWrapper{align-items:center;cursor:pointer;display:flex;justify-content:space-between;min-height:80px;padding:20px 0;transition:background .2s;width:100%}.MyCheck .checkItem .checkItemWrapper:hover .nameChek h2{color:#3be8a2}.MyCheck .checkItemContent{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease-in-out,opacity .3s ease-in-out}.MyCheck .checkItemWrapperActive .checkItemContent{max-height:2000px;opacity:1;padding-bottom:10px}.MyCheck .checkItem h2{color:#eaecef;font-family:Inter,sans-serif;font-size:16px;font-weight:600;margin-bottom:4px;transition:color .2s}.MyCheck .checkItem p{color:#eaecef73;font-family:Inter,sans-serif;font-size:13px}.MyCheck .dataChek{text-align:right}.MyCheck .dataChek h2{color:#eaecef;font-family:JetBrains Mono,monospace;font-size:16px;font-weight:600}.MyCheck .dataChek p{font-family:JetBrains Mono,monospace;font-size:12px}.MyCheck .checkItem ul{margin:0;padding:0}.MyCheck .checkItem li{align-items:center;background:#1e2329;border-radius:3px;display:flex;justify-content:space-between;margin-bottom:12px;padding:12px 16px}.MyCheck .checkItem li:last-child{margin-bottom:16px}.MyCheck .checkItem li .value{text-align:right}.MyCheck .checkItem li .value h2{color:#eaecef;font-family:JetBrains Mono,monospace;font-size:14px}.MyCheck .checkItem li .value p{font-family:JetBrains Mono,monospace;font-size:12px}.MyCheck .course{align-items:center;display:flex}.MyCheck .course img{border-radius:50%;height:32px;margin-right:12px;min-width:32px}.MyCheck .courseName h2{font-family:Inter,sans-serif;font-size:14px;margin-bottom:2px}.MyCheck .courseName p{font-size:12px;text-transform:capitalize}@media (max-width:600px){.MyCheck{padding:20px 16px}.MyCheck .checkItem li{padding:10px 12px}.MyCheck .checkItem .checkItemWrapper{padding:16px 0}.MyCheck .courseName h2{font-size:13px}}.Deposit{background:#0b0e11;border-radius:15px;display:flex;flex-direction:column;height:474px;justify-content:space-between;margin-bottom:50px;margin-left:15px;padding:25px 24px 52px;position:absolute;top:-100%;transition:.4s;width:400px;z-index:3}.DepositActive{top:calc(50% - 237px)}.Deposit .DepositHeadline{display:flex;justify-content:space-between;width:100%}.Deposit .DepositHeadline img{cursor:pointer;height:26px;width:26px}.Deposit .textBlock h2{color:#f3f3f3;font-size:18px;font-weight:600}.Deposit .textBlock p{font-size:13px;font-weight:600;margin-top:7px}.Deposit .deposit-block .textBlock p{margin-top:3px}.Deposit .deposit-wrapper{display:flex;flex-direction:column;height:314px;justify-content:space-between}.Deposit .deposit-block{align-items:center;background:#121212c4;border:1px solid #f3f3f3;border-radius:10px;cursor:pointer;display:flex;height:147px;padding:33px 24px;transition:.3s;width:100%}.Deposit .deposit-block:hover{transform:scale(1.03)}.Deposit .deposit-block img,.Deposit .deposit-block svg{margin-right:24px;max-height:50px;max-width:50px;min-height:50px;min-width:50px}@media screen and (max-width:400px){.DepositHeader .deposit-block{padding:10px 12px}.DepositHeader .deposit-block .textBlock h2{font-size:16px;font-weight:600}.DepositHeader .deposit-block .textBlock p{font-size:11px;font-weight:600}.DepositHeader .deposit-block svg{margin-right:12px;min-height:40px;min-width:40px}}.withdrawall{background:#0b0e11;border-radius:15px;display:flex;flex-direction:column;height:474px;justify-content:space-between;margin-bottom:50px;margin-left:15px;margin-right:15px;padding:25px 24px 52px;position:absolute;top:-100%;transition:.4s;width:400px;z-index:3}.withdrawall-Active{top:calc(50% - 237px)}.withdrawall .withdrawall-Headline{display:flex;justify-content:space-between;width:100%}.withdrawall .withdrawall-Headline img{cursor:pointer;height:26px;width:26px}.withdrawall .textBlock h2{color:#f3f3f3;font-size:18px;font-weight:600}.withdrawall .textBlock p{font-size:13px;font-weight:600;margin-top:7px}.withdrawall .withdrawall-block .textBlock p{margin-top:3px}.withdrawall .withdrawall-wrapper{display:flex;flex-direction:column;height:314px;justify-content:space-between}.withdrawall .withdrawall-block{align-items:center;background:#121212c4;border:1px solid #f3f3f3;border-radius:10px;cursor:pointer;display:flex;height:147px;padding:33px 24px;transition:.3s;width:100%}.withdrawall .withdrawall-block:hover{transform:scale(1.03)}.withdrawall .withdrawall-block img,.withdrawall .withdrawall-block svg{margin-right:24px;max-height:50px;max-width:50px;min-height:50px;min-width:50px}@media screen and (max-width:400px){.withdrawall .withdrawall-block{padding:10px 12px}.withdrawall .withdrawall-block .textBlock h2{font-size:16px;font-weight:600}.withdrawall .withdrawall-block .textBlock p{font-size:11px;font-weight:600}.withdrawall .withdrawall-block img,.withdrawall .withdrawall-block svg{margin-right:12px;min-height:40px;min-width:40px}}.Assets{background:#0b0e11;font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}.Assets,.Assets .assetsWrapper{display:flex;flex-direction:column;width:100%}.Assets .assetsWrapper{min-height:calc(100vh - 62px);padding-bottom:20px}.Assets .assetsWrapper .wrapperBlocks{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:30px;margin:30px auto;max-width:1236px;min-height:920px;padding:0 20px;width:100%}.Assets .assetsWrapper .section{display:flex;flex:1 1 500px;flex-direction:column;max-width:100%}.Assets .assetsWrapper .myActiv{background:#161a1e;border:1px solid #eaecef14;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:206px;padding:30px 32px;width:100%}.Assets .assetsWrapper .myActiv p{color:#eaecef80;font-size:14px;font-weight:500}.Assets .assetsWrapper .myActiv>h2{color:#eaecef;font-family:Inter,sans-serif;font-size:20px;font-weight:600;margin-bottom:20px}.Assets .assetsWrapper .myActiv .countActiv{display:flex;flex-direction:column;gap:8px;justify-content:space-between;width:100%}.Assets .assetsWrapper .myActiv .countActiv h2 span{color:#eaecef66;font-family:Inter,sans-serif;font-size:16px;font-weight:500;margin-left:8px}.Assets .assetsWrapper .myActiv .countActiv h2{color:#eaecef;font-family:IBM Plex Sans,system-ui,sans-serif;font-size:40px;font-weight:700;word-break:break-word}.Assets .assetsWrapper .btnMenu{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:24px;margin-top:24px;width:100%}.Assets .assetsWrapper .btnMenu button{background:#1e2329;border:1px solid #eaecef1a;border-radius:3px;cursor:pointer;flex:1 1;outline:0;padding:14px 0;transition:all .2s ease}.Assets .assetsWrapper .btnMenu button p{color:#eaecef;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.Assets .assetsWrapper .btnMenu button:hover{background:#3be8a2;border:1px solid #3be8a2;transform:translateY(-2px)}.Assets .assetsWrapper .btnMenu button:hover p{color:#0b0e11}.Assets .lastTransaction{background:#161a1e;border:1px solid #eaecef14;border-radius:3px;box-sizing:border-box;flex:1 1;height:auto;min-height:595px;padding:30px 32px;width:100%}.Assets .lastTransaction .headline{align-items:center;border-bottom:1px solid #eaecef14;display:flex;justify-content:space-between;padding-bottom:16px}.Assets .lastTransaction .headline h2{color:#eaecef;font-family:Inter,sans-serif;font-size:18px;font-weight:600}.Assets .lastTransaction .headline p{align-items:center;color:#eaecef73;cursor:pointer;display:flex;font-size:13px;font-weight:500;transition:color .2s}.Assets .lastTransaction .headline p svg{margin-left:6px;transition:transform .2s}.Assets .lastTransaction .headline p:hover{color:#3be8a2}.Assets .lastTransaction .headline p:hover svg{transform:translateX(4px)}.Assets .lastTransaction .headline p:hover svg path{fill:#3be8a2}.Assets .lastTransaction ul{margin-top:10px;padding:0}.Assets .lastTransaction ul li{align-items:center;border-bottom:1px solid #eaecef0a;display:flex;height:auto;justify-content:space-between;list-style:none;min-height:76px;padding:12px 0}.Assets .lastTransaction ul li:last-child{border-bottom:none}.Assets .lastTransaction ul li h2{color:#eaecef;font-family:Inter,sans-serif;font-size:15px;font-weight:600;margin-bottom:6px}.Assets .lastTransaction ul li .date{color:#eaecef66;font-family:JetBrains Mono,monospace;font-size:12px}.Assets .lastTransaction ul li .sum{color:#0ecb81;font-family:JetBrains Mono,monospace;font-size:15px;font-weight:600;margin-bottom:6px;text-align:right}.Assets .lastTransaction ul li .minus{color:#f6465d}.WrapperBlock{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.Assets p.accepted{color:#0ecb81}.Assets p.accepted,.Assets p.wait{font-size:12px;font-weight:500;text-align:right}.Assets p.wait{color:#3be8a2}.Assets p.rejected{color:#f6465d;font-size:12px;font-weight:500;text-align:right}.Assets{padding-top:62px}@media (max-width:900px){.Assets .assetsWrapper .section{flex:1 1 100%}}@media (max-width:600px){.Assets .assetsWrapper .wrapperBlocks{gap:15px;margin:15px auto;padding:0 16px}.Assets .assetsWrapper .myActiv{padding:20px 16px}.Assets .assetsWrapper .myActiv .countActiv h2{font-size:32px}.Assets .assetsWrapper .myActiv .countActiv h2 span{display:block;margin-left:0;margin-top:6px}.Assets .assetsWrapper .btnMenu{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:15px;margin-top:15px}.Assets .assetsWrapper .btnMenu button p{font-size:13px}.Assets .lastTransaction{min-height:auto;padding:20px 16px}}.skeleton{animation:shine 1.5s linear infinite;background:linear-gradient(110deg,#1e2329 8%,#2b3139 18%,#1e2329 33%);background-size:200% 100%;border-radius:6px;color:#0000!important;display:inline-block;height:1em;min-width:100px;-webkit-user-select:none;user-select:none}@keyframes shine{to{background-position-x:-200%}}.skeleton-title{height:36px;margin-bottom:5px;width:200px}.skeleton-text{height:16px;width:120px}.skeleton-list-item{border-radius:3px;height:60px;margin-bottom:10px;width:100%}.fx-page{--black:#060908;--base:#090d0c;--raise:#0d1312;--raise-2:#121a18;--raise-3:#172120;--rule:#a0cdbe24;--rule-2:#a0cdbe12;--green:#10c97f;--green-2:#3be8a2;--green-w:#10c97f1a;--amber:#e8b84a;--amber-w:#e8b84a1a;--red:#e8574a;--red-w:#e8574a1a;--text:#e6eeea;--dim:#9aaaa3;--mute:#5f726b;--sans:"IBM Plex Sans",system-ui,sans-serif;--mono:"IBM Plex Mono",ui-monospace,monospace;--rail:240px;--pad:clamp(18px,3vw,40px);--header-h:62px;background:var(--black);min-height:100vh;padding-top:var(--header-h);width:100%}.fx-body,.fx-body *,.fx-body :after,.fx-body :before{box-sizing:border-box}.fx-body{-webkit-font-smoothing:antialiased;color:var(--text);font-family:var(--sans);font-size:14.5px;line-height:1.5}.fx-body h1,.fx-body h2,.fx-body h3,.fx-body p,.fx-body ul{margin:0;padding:0}.fx-body ul{list-style:none}.fx-body a{color:inherit;text-decoration:none}.fx-body button,.fx-body input,.fx-body select{color:inherit;font:inherit;margin:0}.fx-body button{background:none;border:0;cursor:pointer}.fx-body :focus-visible{outline:1.5px solid var(--green);outline-offset:2px}.fx-body .mono{font-feature-settings:"tnum";font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.fx-body .up{color:var(--green)}.fx-body .warn{color:var(--amber)}.fx-body .down{color:var(--red)}.fx-ico{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;display:block;flex:none;height:16px;width:16px}.fx-body .fx-btn{align-items:center;border-radius:3px;display:inline-flex;font-size:13.5px;font-weight:500;gap:7px;justify-content:center;line-height:1.2;padding:10px 18px;transition:background .15s,border-color .15s,color .15s,transform .15s;white-space:nowrap}.fx-body .fx-btn:active{transform:translateY(1px)}.fx-body .fx-btn[aria-disabled=true],.fx-body .fx-btn[disabled]{opacity:.4;pointer-events:none}.fx-body .fx-btn-primary{background:var(--green);color:#03140d;font-weight:600}.fx-body .fx-btn-primary:hover{background:var(--green-2)}.fx-body .fx-btn-line{border:1px solid var(--rule);color:var(--text)}.fx-body .fx-btn-line:hover{border-color:var(--green);color:var(--green)}.fx-body .fx-btn-ghost{color:var(--dim)}.fx-body .fx-btn-ghost:hover{color:var(--text)}.fx-shell{display:grid;grid-template-columns:minmax(0,1fr);margin-inline:auto;max-width:1240px}@media (min-width:1028px){.fx-shell{grid-template-columns:var(--rail) minmax(0,1fr)}}.fx-rail{border-bottom:1px solid var(--rule-2);display:flex;gap:4px;overflow-x:auto;padding:14px var(--pad)}.fx-rail-foot,.fx-rail-id{display:none}.fx-rail nav{display:flex;gap:2px}.fx-body .fx-rail nav a{align-items:center;border-bottom:2px solid #0000;border-radius:4px;color:var(--mute);display:flex;font-size:14px;gap:10px;padding:9px 12px;transition:color .15s,background .15s;white-space:nowrap}.fx-body .fx-rail nav a:hover{background:var(--raise);color:var(--dim)}.fx-body .fx-rail nav a.on{background:var(--raise);border-bottom-color:var(--green);color:var(--text)}@media (min-width:1028px){.fx-rail{align-self:start;border-bottom:0;border-right:1px solid var(--rule-2);gap:0;height:calc(100vh - var(--header-h));overflow:visible;padding:32px 20px 40px;position:-webkit-sticky;position:sticky;top:var(--header-h)}.fx-rail,.fx-rail nav{flex-direction:column}.fx-body .fx-rail nav a{border-bottom:0;border-left:2px solid #0000}.fx-body .fx-rail nav a.on{border-left-color:var(--green)}.fx-rail-id{align-items:center;display:flex;gap:12px;margin-bottom:26px}.fx-rail-foot{border-top:1px solid var(--rule-2);color:var(--mute);display:block;font-family:var(--mono);font-size:11px;line-height:1.8;margin-top:auto;padding-top:20px}.fx-rail-foot b{color:var(--mute);font-weight:500}.fx-rail-foot b.up{color:var(--green)}.fx-rail-foot b.warn{color:var(--amber)}.fx-rail-foot b.down{color:var(--red)}}.fx-rail-avatar{align-items:center;background:linear-gradient(150deg,var(--green),var(--green-2));border-radius:50%;color:#03140d;display:flex;flex:none;font-size:16px;font-weight:700;height:44px;justify-content:center;width:44px}.fx-rail-avatar svg{height:45%;margin-bottom:2px;margin-left:1px;width:45%}.fx-rail-id>div{min-width:0}.fx-rail-id>div b,.fx-rail-id>div span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fx-rail-id b{font-size:14.5px}.fx-rail-id>div span{color:var(--mute);font-family:var(--mono);font-size:11.5px}.fx-content{min-width:0;padding:24px var(--pad) 120px}@media (min-width:1028px){.fx-content{padding-top:32px}}.fx-inner{max-width:880px}.fx-head{margin-bottom:28px}.fx-head h1{font-size:23px;font-weight:600;letter-spacing:-.02em}.fx-head p{color:var(--mute);font-size:13.5px;margin-top:6px}.fx-section{margin-bottom:40px;scroll-margin-top:calc(var(--header-h) + 20px)}.fx-section-head{border-bottom:1px solid var(--rule-2);margin-bottom:18px;padding-bottom:14px}.fx-section-head h2{font-size:16.5px;font-weight:600}.fx-section-head p{color:var(--mute);font-size:12.5px;margin-top:3px}.fx-verify{align-items:center;background:var(--raise);border:1px solid var(--rule);border-radius:6px;display:flex;flex-wrap:wrap;gap:16px 24px;margin-bottom:40px;padding:20px 22px}.fx-ring{flex:none;position:relative}.fx-ring,.fx-ring svg{height:56px;width:56px}.fx-ring svg{transform:rotate(-90deg)}.fx-ring circle{fill:none;stroke-width:4}.fx-ring .bg{stroke:var(--rule)}.fx-ring .fg{stroke:var(--green);stroke-linecap:round;transition:stroke-dashoffset .6s ease,stroke .2s}.fx-verify[data-s=pending] .fx-ring .fg{stroke:var(--amber)}.fx-verify[data-s=rejected] .fx-ring .fg{stroke:var(--red)}.fx-ring span{display:grid;font-size:12px;font-weight:600;inset:0;place-items:center;position:absolute}.fx-verify-text{flex:1 1;min-width:200px}.fx-verify>.fx-btn{align-self:flex-start;margin-left:auto}.fx-verify-text b{font-size:15px;font-weight:600}.fx-verify-text p{color:var(--mute);font-size:13px;margin-top:4px}.fx-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.fx-badge{align-items:center;border:1px solid var(--rule);border-radius:100px;color:var(--mute);display:inline-flex;font-size:12px;gap:6px;padding:6px 11px}.fx-badge .fx-ico{stroke-width:2.4;height:12px;width:12px}.fx-badge.ok{background:var(--green-w);border-color:#10c97f4d;color:var(--green)}.fx-badge.pending{background:var(--amber-w);border-color:#e8b84a4d;color:var(--amber)}.fx-badge.bad{background:var(--red-w);border-color:#e8574a4d;color:var(--red)}.fx-fgrid{grid-gap:16px 20px;display:grid;gap:16px 20px;grid-template-columns:1fr 1fr}@media (max-width:640px){.fx-fgrid{grid-template-columns:1fr}}.fx-fgrid .full{grid-column:1/-1}.fx-field{display:flex;flex-direction:column;gap:7px;min-width:0}.fx-field .lbl{color:var(--dim);display:flex;font-size:12.5px;gap:12px;justify-content:space-between}.fx-field .lbl .opt{color:var(--mute);font-size:11.5px}.fx-field .inp{align-items:center;background:var(--raise);border:1px solid var(--rule);border-radius:4px;color:var(--mute);display:flex;gap:8px;padding:11px 13px;transition:border-color .15s,background .15s}.fx-field .inp:focus-within{background:var(--raise-2);border-color:var(--green)}.fx-field .inp .fx-ico{stroke-width:1.6;height:15px;width:15px}.fx-body .fx-field .inp input,.fx-body .fx-field .inp select{appearance:none;-webkit-appearance:none;background:#0000;border:0;border-radius:0;box-shadow:none;color:var(--text);font-size:14px;height:auto;line-height:1.4;margin:0;min-width:0;outline:0;padding:0;width:100%}.fx-field .inp input::placeholder{color:var(--mute);opacity:1}.fx-field .inp input:-webkit-autofill{-webkit-text-fill-color:var(--text);box-shadow:0 0 0 100px var(--raise-2) inset;caret-color:var(--text)}.fx-field .inp select option{background:#0d1312;color:#e6eeea}.fx-field .inp.sel:after{border-bottom:1.5px solid var(--mute);border-right:1.5px solid var(--mute);content:"";flex:none;height:6px;margin:-3px 2px 0 0;pointer-events:none;transform:rotate(45deg);width:6px}.fx-field .inp.sel select{cursor:pointer}.fx-field.err .inp{background:var(--red-w);border-color:var(--red)}.fx-field .hint{color:var(--mute);font-size:11.5px}.fx-field .hint.ok{color:var(--green)}.fx-field .hint.warn{color:var(--amber)}.fx-field .hint.err{color:var(--red)}.fx-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px;padding-top:6px}.fx-toast{align-items:center;background:var(--raise-3);border:1px solid var(--green);border-radius:6px;box-shadow:0 20px 50px -20px #000000b3;color:var(--text);display:flex;font-size:13.5px;gap:10px;max-width:min(420px,calc(100vw - 24px));opacity:0;padding:13px 18px;pointer-events:none;position:fixed;right:20px;top:calc(var(--header-h) + 14px);transform:translateY(-8px);transition:transform .25s ease,opacity .25s ease;z-index:80}.fx-toast.show{opacity:1;transform:translateY(0)}.fx-toast .fx-ico{stroke:var(--green);stroke-width:2;flex:none}.fx-toast.err{border-color:var(--red)}.fx-toast.err .fx-ico{stroke:var(--red)}@media (max-width:1027px){.fx-toast{top:76px}}@media (max-width:640px){.fx-toast{left:12px;max-width:none;right:12px}}@media (prefers-reduced-motion:reduce){.fx-body *,.fx-ring .fg{transition:none!important}}.fx-drops{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:760px){.fx-drops{grid-template-columns:1fr}}.fx-drop{align-items:center;background:var(--raise);border:1px dashed var(--rule);border-radius:6px;display:flex;flex-direction:column;gap:6px;justify-content:center;max-width:calc(100vw - 40px);min-height:176px;padding:18px 14px;position:relative;text-align:center;transition:border-color .15s,background .15s}.fx-drop.drag,.fx-drop:hover{background:var(--raise-2);border-color:var(--green)}.fx-drop:focus-within{border-color:var(--green)}.fx-drop.has{border-color:#10c97f59;border-style:solid}.fx-drop.err{background:var(--red-w);border-color:var(--red)}.fx-drop input[type=file]{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.fx-drop-icon,.fx-drop-thumb{background:var(--raise-2);border:1px solid var(--rule-2);border-radius:6px;color:var(--mute);display:grid;height:44px;overflow:hidden;place-items:center;width:44px}.fx-drop-thumb img{display:block;height:100%;object-fit:cover;width:100%}.fx-drop-thumb{color:var(--green)}.fx-drop-title{font-size:13.5px;font-weight:500;margin-top:4px}.fx-drop-meta{align-items:center;color:var(--mute);display:inline-flex;font-size:12px;gap:5px}.fx-drop.has .fx-drop-meta{color:var(--green)}.fx-drop.has .fx-drop-meta .fx-ico{stroke-width:2.4;height:12px;width:12px}.fx-drop.err .fx-drop-meta{color:var(--red)}.fx-drop-file{color:var(--dim);font-size:12px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fx-drop-opt{border:1px solid var(--rule);border-radius:100px;color:var(--mute);font-size:11px;margin-top:2px;padding:2px 8px}.fx-body .fx-drop-x{background:var(--raise-2);border:1px solid var(--rule);border-radius:3px;color:var(--dim);display:grid;height:26px;place-items:center;position:absolute;right:8px;top:8px;width:26px;z-index:2}.fx-body .fx-drop-x:hover{border-color:var(--red);color:var(--red)}.fx-drop-x .fx-ico{height:13px;width:13px}.fx-redo{background:var(--raise);border:1px solid var(--rule);border-radius:6px;margin-bottom:40px}.fx-redo>summary{color:var(--dim);cursor:pointer;font-size:13.5px;list-style:none;padding:14px 18px}.fx-redo>summary::-webkit-details-marker{display:none}.fx-redo>summary:hover{color:var(--text)}.fx-redo[open]>summary{border-bottom:1px solid var(--rule-2);margin-bottom:24px}.fx-redo>form{padding:0 18px}.fx-redo .fx-section:last-of-type{margin-bottom:24px}.fx-redo .fx-actions{padding-bottom:20px}.fx-benefits{grid-gap:20px 32px;display:grid;gap:20px 32px;grid-template-columns:1fr 1fr}@media (max-width:640px){.fx-benefits{grid-template-columns:1fr}}.fx-benefits b{font-size:14px;font-weight:600}.fx-benefits p{color:var(--mute);font-size:13px;margin-top:4px;max-width:46ch}.Policy{display:flex;flex-direction:column;overflow:hidden}.Policy,.PolicyWrapper{min-height:100vh;position:relative;width:100%}.PolicyWrapper{margin-top:20px;padding:0 16px}@media (min-width:1028px){.PolicyWrapper{box-sizing:border-box;display:flex;justify-content:space-between;padding:39px 44px;width:100%}}.policyText{display:flex;flex-direction:column;gap:10px;max-width:1107px}.policyText>h1{align-items:center;background-color:#0d1312;border-radius:10px;display:flex;font-size:24px;margin-bottom:14px;padding:12px;width:100%}.policyText>p{color:#f3f3f3;font-size:13px}@media (min-width:1028px) and (max-height:700px){.policyText>h1{font-size:20px;height:55px}}.PolicyAbout{background-color:#0b0e11;background-color:var(--fxh-bg-main,#0b0e11);color:#fff;min-height:100vh;position:relative}.PolicyAbout,.contentPolicyAbout{align-items:center;display:flex;flex-direction:column;width:100%}.contentPolicyAbout{flex:1 1;gap:60px;max-width:1200px;padding:40px 20px}.blockTexst{align-items:center;display:flex;flex-direction:column;gap:24px;max-width:800px;text-align:center;width:100%}.blockTexst h3{color:#9aaaa3;font-size:14px;letter-spacing:2px;margin:0;text-transform:uppercase}.blockTexst h2{font-size:36px;font-weight:700;line-height:1.2;margin:0}.blockP{display:flex;flex-direction:column;gap:16px}.blockP p{color:#c9d1d9;font-size:18px;line-height:1.6;margin:0}.blockTexst button{background:#0000;border:1px solid #9aaaa3;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:10px 24px;transition:all .2s ease}.blockTexst button:hover{background:#9aaaa31a;border-color:#fff}.blockIcon{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);width:100%}.containerIcon{align-items:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;display:flex;flex-direction:column;gap:16px;padding:32px;text-align:center;transition:transform .2s ease}.containerIcon:hover{background:#ffffff0d;transform:translateY(-5px)}.containerIcon img{height:64px;object-fit:contain;width:64px}.containerIcon h4{font-size:20px;font-weight:600;margin:0}.containerIcon p{color:#9aaaa3;font-size:16px;line-height:1.5;margin:0}.PolicyAbout footer{align-items:center;border-top:1px solid #ffffff0d;display:flex;flex-direction:column;gap:12px;margin-top:auto;padding:40px 20px;width:100%}.PolicyAbout footer h3{color:#fff;font-size:20px;margin:0 0 8px}.PolicyAbout footer p{color:#f3f3f399;font-size:16px;margin:0}.PolicyAbout footer a{color:#fff;text-decoration:none;transition:color .2s ease}.PolicyAbout footer a:hover{color:#4da2ff;text-decoration:underline}@media (max-width:900px){.blockIcon{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.blockTexst h2{font-size:28px}.blockP p{font-size:16px}.blockIcon{grid-template-columns:1fr}.contentPolicyAbout{gap:40px;padding:30px 16px}.containerIcon{padding:24px 16px}}@media (min-width:1028px){.ContainerImg{align-items:center;display:flex;flex-direction:column;gap:15px}.ContainerImg img{max-width:180px}.Infoblock{max-height:56px;text-align:center}.Infoblock>p{color:#f3f3f3}}@media (min-width:1028px) and (max-height:700px){.Infoblock>p{font-size:14px}}.ImageInfo{display:none}@media (min-width:1028px){.ImageInfo{align-items:center;display:none;display:flex;gap:5px;justify-content:space-between;width:100%}}.desctopwer{display:none}.mobilWers{color:#f3f3f3;display:block;font-size:13px;font-weight:400}@media (min-width:1028px){.mobilWers{display:none}.desctopwer{display:block}.TextContainer{display:block;width:100%}.TextContainer>p{color:#f3f3f3;font-size:16px;font-weight:500;line-height:28px}.TextContainer>p:not(:first-child){margin-top:clamp(10px,2vw,20px)}}@media (min-width:1028px) and (max-height:700px){.TextContainer>p{font-size:14px}}.fx-strength{display:flex;gap:4px;margin-top:2px}.fx-strength i{background:var(--rule);border-radius:2px;flex:1 1;height:3px;transition:background .2s}.fx-strength.s1 i:first-child{background:var(--red)}.fx-strength.s2 i:nth-child(-n+2){background:var(--amber)}.fx-strength.s3 i:nth-child(-n+3),.fx-strength.s4 i{background:var(--green)}.fx-savebar{align-items:center;background:var(--raise-3);border:1px solid var(--rule);border-radius:3px;bottom:22px;box-shadow:0 20px 50px -20px #000000b3;display:flex;gap:16px;left:50%;max-width:calc(100vw - 24px);padding:13px 16px 13px 20px;position:fixed;transform:translate(-50%,140%);transition:transform .25s ease,visibility 0s linear .25s;visibility:hidden;width:-webkit-max-content;width:max-content;z-index:60}.fx-savebar.show{transform:translate(-50%);transition:transform .25s ease;visibility:visible}.fx-savebar>span{color:var(--dim);font-size:13.5px}.fx-savebar .dot{background:var(--amber);border-radius:50%;display:inline-block;height:6px;margin-right:8px;vertical-align:middle;width:6px}@media (max-width:480px){.fx-savebar{gap:10px;padding:10px 10px 10px 14px}.fx-savebar>span{font-size:12.5px}}.Transactions{flex-direction:column;min-height:100vh;overflow:hidden}.Transactions,.TransactionsWrapper{display:flex;position:relative;width:100%}.TransactionsWrapper{align-self:center;height:calc(100vh - 62px);justify-content:center;padding:36px}.TransactionsBlock{background:#141519;border-radius:6px;height:717px;padding:48px 38px;width:1106px}.currency-icon{align-self:center;flex-grow:0;width:30px}.TransactionsWrapper .history li .name,.TransactionsWrapper .history li:not(:first-child),.TransactionsWrapper .history li:not(:last-child){text-align:center}.TransactionsWrapper .history li p:last-child{display:flex;justify-content:end;text-align:right}.TransactionsWrapper .history li p:first-child{font-weight:700;text-align:left}.reject-reason{background:#4e4e4e73;border:none;border-radius:50%;color:#fff;height:20px;margin-right:8px;width:20px}.TransactionsWrapper h2{font-size:24px;font-weight:700;text-align:center}.TransactionsWrapper .historyTransaction{margin-top:32px;width:100%}.nameColumns li{padding:0 10px;width:20%}.nameColumns li:nth-child(2){margin-left:10px}.nameColumns li:not(:first-child),.nameColumns li:not(:last-child){text-align:center}.nameColumns li:last-child{text-align:right}.nameColumns li:first-child{text-align:left}.TransactionsWrapper .historyTransaction ul{display:flex;justify-content:space-between}.TransactionsWrapper .historyTransaction ul li{color:#f3f3f366;font-size:18px;font-weight:700;list-style-type:none}.TransactionsWrapper .history{display:flex;flex-direction:column;margin-top:18px;max-height:486px;overflow-y:auto}.TransactionsWrapper .history li{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;list-style-type:none;min-height:85px;padding:0 10px;transition:.3s;width:100%}.TransactionsWrapper .history li:hover{background:#ffffff14;transform:scale(.99)}.TransactionsWrapper .history li:first-child{border-top:1px solid #ffffff14}.TransactionsWrapper .history li p{color:#f3f3f3;font-size:18px;font-weight:500;line-height:130%;width:20%}.TransactionsWrapper .history li .id{width:20%}.TransactionsWrapper .history li .sum{color:#0ecb81;font-weight:700;width:20%}.TransactionsWrapper .history li .minus{color:#f66754;font-weight:700}.TransactionsWrapper .history li .status{width:17%}.TransactionsWrapper .statusAccepted,.TransactionsWrapper .statusRejected,.TransactionsWrapper .statusWait{border-radius:6px;font-size:18px;font-weight:500;padding:10px 16px}.TransactionsWrapper .statusAccepted{background:#20ac9526;border:1px solid #0ecb81;color:#0ecb81}.TransactionsWrapper .statusWait{background:#f1ff7026;border:1px solid #f1ff70;color:#f1ff70}.TransactionsWrapper .statusRejected{background:#f6675426;border:1px solid #f66754;color:#f66754}.clickable{cursor:pointer}@media (max-width:1027px){.Transactions{min-height:100dvh}.TransactionsWrapper{display:block;height:auto;margin-top:52px;min-height:calc(100dvh - 52px);padding:16px}.TransactionsBlock{border-radius:10px;height:auto;padding:20px 14px 28px;width:100%}.TransactionsWrapper h2{font-size:18px;text-align:left}.TransactionsWrapper .historyTransaction{margin-top:18px}.nameColumns{display:none}.TransactionsWrapper .history{gap:10px;margin-top:6px;max-height:none;overflow-y:visible}.TransactionsWrapper .history-mobile li{align-items:stretch;background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:10px;min-height:0;padding:14px 12px;width:100%}.TransactionsWrapper .history-mobile li:hover{background:#ffffff0d;transform:none}.TransactionsWrapper .history-mobile li:first-child{border-top:1px solid #ffffff14}.row-top{justify-content:space-between;width:100%}.row-top,.tx-main{align-items:center;display:flex;gap:10px}.tx-main{min-width:0}.tx-main .currency-icon{width:26px}.tx-main-text{display:flex;flex-direction:column;gap:2px;min-width:0}.tx-type{color:#f3f3f380;font-size:12px}.tx-currency{color:#f3f3f3;font-size:15px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-status{align-items:center;display:flex;flex-shrink:0}.tx-status .statusAccepted,.tx-status .statusRejected,.tx-status .statusWait{border-radius:6px;font-size:12px;padding:6px 10px;white-space:nowrap}.row-bottom{align-items:center;display:flex;font-size:13px;justify-content:space-between;width:100%}.row-bottom .tx-date,.row-bottom .tx-id{color:#f3f3f380}.row-bottom .sum{color:#0ecb81;font-size:14px;font-weight:700;width:auto}.row-bottom .minus{color:#f66754}}.WithdrawBank{--wb-black:#060908;--wb-base:#090d0c;--wb-raise:#0d1312;--wb-raise-2:#121a18;--wb-raise-3:#172120;--wb-rule:#a0cdbe24;--wb-rule-2:#a0cdbe12;--wb-green:#10c97f;--wb-green-2:#3be8a2;--wb-text:#e6eeea;--wb-dim:#9aaaa3;--wb-mute:#5f726b;--wb-sans:"IBM Plex Sans",system-ui,sans-serif;--wb-mono:"IBM Plex Mono",ui-monospace,monospace;background:var(--wb-black);color:var(--wb-text);font-family:var(--wb-sans);min-height:100vh;position:relative}.WithdrawBank,.WithdrawBankWrapper{display:flex;flex-direction:column;width:100%}.WithdrawBankWrapper{align-items:center;background:#090d0c;border:1px solid #a0cdbe24;border-radius:16px;box-sizing:border-box;gap:20px;justify-content:center;margin:30px auto;max-width:520px;padding:24px 16px}@media (max-width:637px){.WithdrawBankWrapper{margin-top:20px;min-height:0;min-height:auto;padding:24px 16px;width:95%}}.h2MobilNone{display:block}.WithdrawBankWrapper .h2Withdraw{color:var(--wb-text);font-size:20px;font-weight:700;margin:0;text-align:center}.WithdrawBankWrapper .inputs{display:flex;flex-direction:column;gap:14px;margin:0;width:100%}.WithdrawBankWrapper .inputs input,.WithdrawBankWrapper .inputs select{background:#090d0c;border:1px solid #a0cdbe24;border-radius:10px;box-sizing:border-box;color:var(--wb-text)!important;font-family:var(--wb-sans);font-size:14px;font-weight:500;height:48px;outline:none;padding:0 16px;transition:border-color .2s;width:100%}.WithdrawBankWrapper .inputs input:focus,.WithdrawBankWrapper .inputs select:focus{border-color:#a0cdbe4d}.WithdrawBankWrapper .inputs input::placeholder{color:var(--wb-mute)}.WithdrawBankWrapper p{color:var(--wb-dim);font-size:13px;line-height:1.4;margin:0;text-align:center}.WithdrawBankWrapper button.with-btn{border-radius:10px;font-size:15px;font-weight:600;height:48px;margin-top:8px;width:100%}@media (min-width:650px){.WithdrawBank{align-items:center;display:grid;justify-items:center}.WithdrawBankWrapper{margin-bottom:0;margin-top:0;padding:36px 32px}.WithdrawBankWrapper .h2Withdraw{font-size:22px}.WithdrawBankWrapper button.with-btn{font-size:16px;height:50px}}.WithdrawCrypto{--wc-black:#060908;--wc-base:#090d0c;--wc-raise:#0d1312;--wc-raise-2:#121a18;--wc-raise-3:#172120;--wc-rule:#a0cdbe24;--wc-rule-2:#a0cdbe12;--wc-green:#10c97f;--wc-green-2:#3be8a2;--wc-text:#e6eeea;--wc-dim:#9aaaa3;--wc-mute:#5f726b;--wc-sans:"IBM Plex Sans",system-ui,sans-serif;--wc-mono:"IBM Plex Mono",ui-monospace,monospace;background:var(--wc-black);color:var(--wc-text);font-family:var(--wc-sans);min-height:100vh;position:relative}.WithdrawCrypto,.WithdrawCryptoWrapper{display:flex;flex-direction:column;width:100%}.WithdrawCryptoWrapper{align-items:center;background:#090d0c;border:1px solid #a0cdbe24;border-radius:16px;box-sizing:border-box;gap:20px;justify-content:center;margin:30px auto;max-width:520px;padding:24px 16px}@media (max-width:637px){.WithdrawCryptoWrapper{margin-top:20px;min-height:0;min-height:auto;padding:24px 16px;width:95%}}.WithdrawCryptoWrapper h2{color:var(--wc-text);font-size:20px;font-weight:700;margin:0;text-align:center}.WithdrawCryptoWrapper .inputs{display:flex;flex-direction:column;gap:14px;margin:0;width:100%}.WithdrawCryptoWrapper .inputs input,.WithdrawCryptoWrapper .inputs select{background:#090d0c;border:1px solid #a0cdbe24;border-radius:10px;box-sizing:border-box;color:var(--wc-text)!important;font-family:var(--wc-sans);font-size:14px;font-weight:500;height:48px;outline:none;padding:0 16px;transition:border-color .2s;width:100%}.WithdrawCryptoWrapper .inputs input:focus,.WithdrawCryptoWrapper .inputs select:focus{border-color:#a0cdbe4d}.WithdrawCryptoWrapper .inputs input::placeholder{color:var(--wc-mute)}.WithdrawCryptoWrapper p{color:var(--wc-dim);font-size:13px;line-height:1.4;margin:0;text-align:center}.WithdrawCryptoWrapper button.newBtn{border-radius:10px;font-size:15px;font-weight:600;height:48px;margin-top:8px;width:100%}@media (min-width:650px){.WithdrawCrypto{align-items:center;display:grid;justify-items:center}.WithdrawCryptoWrapper{margin-bottom:0;margin-top:0;padding:36px 32px}.WithdrawCryptoWrapper h2{font-size:22px}.WithdrawCryptoWrapper button.newBtn{font-size:16px;height:50px}}.DepositCrypto{--dc-black:#060908;--dc-base:#090d0c;--dc-raise:#0d1312;--dc-raise-2:#121a18;--dc-raise-3:#172120;--dc-rule:#a0cdbe24;--dc-rule-2:#a0cdbe12;--dc-green:#10c97f;--dc-green-2:#3be8a2;--dc-text:#e6eeea;--dc-dim:#9aaaa3;--dc-mute:#5f726b;--dc-sans:"IBM Plex Sans",system-ui,sans-serif;--dc-mono:"IBM Plex Mono",ui-monospace,monospace;background:var(--dc-black);color:var(--dc-text);display:flex;flex-direction:column;font-family:var(--dc-sans);min-height:100vh;position:relative;width:100%}.DepositCryptoWrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 62px);padding:24px 16px;width:100%}.DepositCryptoWrapper .inputBlock,.DepositCryptoWrapper .transferAdrdess{background:#090d0c;border:1px solid var(--dc-rule);border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;max-width:480px;padding:28px 24px;width:100%}.DepositCryptoWrapper h2{color:var(--dc-text);font-size:20px;font-weight:700;margin:0;text-align:center}.DepositCryptoWrapper .inputBlock .inputs{display:flex;flex-direction:column;gap:14px;width:100%}.DepositCryptoWrapper .inputBlock .inputs input,.DepositCryptoWrapper .inputBlock .inputs select{background:var(--dc-raise-2);background:#090d0c;border:1px solid var(--dc-rule);border-radius:10px;box-sizing:border-box;color:var(--dc-text);font-family:var(--dc-sans);font-size:14px;font-weight:500;height:48px;outline:none;padding:0 16px;transition:border-color .2s;width:100%}.DepositCryptoWrapper .inputBlock .inputs input:focus,.DepositCryptoWrapper .inputBlock .inputs select:focus{border-color:#090d0c}.DepositCryptoWrapper .inputBlock .inputs input::placeholder{color:var(--dc-mute)}.DepositCryptoWrapper .transferAdrdess{align-items:center}.DepositCryptoWrapper .transferAdrdess h2{align-items:center;cursor:pointer;display:flex;font-size:16px;gap:8px;justify-content:center;word-break:break-all}.DepositCryptoWrapper .transferAdrdess h2 svg{flex-shrink:0}.DepositCryptoWrapper .transferAdrdessWrapper{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center;width:100%}.DepositCryptoWrapper .transferAdrdessWrapper p{color:var(--dc-dim);font-size:13px;margin:0}.qrcodeWrapper{align-items:center;background:#fff;border-radius:16px;display:flex;height:180px;justify-content:center;padding:12px;width:180px}.qrcodeCrypto{height:100%!important;width:100%!important}.DepositCryptoWrapper button{border-radius:10px;font-size:15px;font-weight:600;height:48px;margin-top:16px;max-width:480px;width:100%}@media (min-width:650px){.DepositCryptoWrapper{padding:40px 24px}.DepositCryptoWrapper .inputBlock,.DepositCryptoWrapper .transferAdrdess{max-width:520px;padding:36px 32px}.DepositCryptoWrapper h2{font-size:22px}.DepositCryptoWrapper button{font-size:16px;height:50px;max-width:520px}}.DepositBank{display:flex;flex-direction:column;min-height:100vh;position:relative;width:100%}.DepositBankWrapper{min-height:calc(100vh - 62px);position:relative;width:100%}.qrcodeBank{border:10px solid #000;border-radius:20px;height:100%;width:100%}.DepositBankWrapper .replenishment{display:flex;flex-direction:column;gap:32px;justify-content:space-between;padding:0 15px;width:100%}.DepositBankWrapper h2{font-size:18px;font-weight:700}.DepositBankWrapper .replenishment .input{display:flex;flex-direction:column;gap:8px;justify-content:space-between;width:100%}.DepositBankWrapper .replenishment .input::-webkit-inner-spin-button,.DepositBankWrapper .replenishment .input::-webkit-outer-spin-button{-webkit-appearance:none}.DepositBankWrapper .input .textarea,.DepositBankWrapper .input input,.DepositBankWrapper .input select{background:#141519;border:0;border-radius:6px;color:#f3f3f366;font-size:13px;font-weight:500;line-height:130%;outline:0;padding:13px 20px;width:100%}.DepositBankWrapper .replenishment .input input::placeholder{color:#f3f3f366}.dep-btn{padding:0 8px;width:-webkit-max-content!important;width:max-content!important}.ReplenishmentDetails{display:flex;flex-direction:column;justify-content:space-between;padding:0 18px;width:100%}.ReplenishmentDetails h2{width:100%}.ReplenishmentDetails .inputBlock{display:flex;flex-direction:column;gap:8px;justify-content:space-between;min-height:294px;width:100%}.ReplenishmentDetails .input{display:flex;flex-direction:column;height:64px;width:100%}.ReplenishmentDetails .inputBlock>p{text-align:center}.ReplenishmentDetails .input .copyWrapper{display:flex;width:100%}.ReplenishmentDetails .input .copyWrapper input{border-radius:14px 0 0 14px}.ReplenishmentDetails .input .copyWrapper .wrapperSvg{align-items:center;background:#141519;border-radius:0 14px 14px 0;display:flex;height:100%;justify-content:center;width:42px}.input select{-webkit-appearance:none;appearance:none;border:none}.DepositBankWrapper .ReplenishmentDetails button{font-size:16px;font-weight:700;height:34px;width:153px}.DepositBankWrapper .input .textarea,.DepositBankWrapper .input input,.DepositBankWrapper .input select{color:#fff}.DepositBank{align-items:center;background:#030605a8;overflow:hidden}.DepositBank,.DepositBankWrapper{box-sizing:border-box;display:grid;justify-items:center}.DepositBankWrapper{align-self:center;background:#141519;background:#090d0c;border:1px solid #a0cdbe24;border-radius:16px;max-width:100%;min-height:0;min-height:auto;padding:48px;width:590px}.DepositBankWrapper .replenishment{align-items:center;gap:40px;justify-content:flex-start;max-width:470px;min-height:245px}.DepositBankWrapper .replenishment.withInputs{min-height:auto}.Details{width:100%}.DepositBankWrapper:has(.Details){height:784px;width:990px}.DepositBankWrapper h2{font-size:24px;line-height:16.9px;margin:0;text-align:center}.ReplenishmentDetails .inputBlock{align-items:center;flex-direction:row;min-height:0;min-height:auto}.inputBlock .qrcodeBank{background:#0000!important;border:0 solid #f3f3f3!important;border-radius:20px;max-height:250px;max-width:250px;padding:12px}.InputContainer{grid-gap:12px;display:grid;gap:12px;width:550px}.ReplenishmentDetails .input .copyWrapper{width:350px}.ReplenishmentDetails .input .copyWrapper input{border-radius:6px;height:44px}.ReplenishmentDetails .inputQrcode{align-items:center;border-radius:6px;flex-direction:row;height:auto;justify-content:space-between;overflow:hidden;position:relative;width:100%}.ReplenishmentDetails .input .copyWrapper .wrapperSvg{background:none;position:absolute;right:0}.DepositBankWrapper .input .textarea,.DepositBankWrapper .input input,.DepositBankWrapper .input select{background:#090d0c;border:1px solid #a0cdbe24}.ReplenishmentDetails .inputBlock>p{margin:0;padding:0 40px}.DepositBankWrapper .ReplenishmentDetails button{border-radius:10px;font-size:18px;height:52px;margin:0;transition:background-color .3s ease,transform .3s ease;width:100%!important}.DepositBankWrapper .ReplenishmentDetails button:hover{background:#3be8a2;transform:translateY(-1px)}.ReplenishmentDetails{align-items:center;box-sizing:border-box;gap:40px;padding:0}.pReplen{font-size:14px;padding:0 139px;text-align:center}@media (max-width:637px){.DepositBankWrapper{padding:25px;width:95%}}@media (min-width:1028px) and (max-height:700px){.DepositBank{margin-top:0}.DepositBankWrapper,.ReplenishmentDetails{transform:scale(.9)}.DepositBankWrapper .replenishment{min-height:195px;transform:scale(.9)}.DepositBankWrapper:has(.Details){transform:scale(.8)}.DepositBankWrapper .input select{height:42px;padding:7px 20px}.DepositBankWrapper .ReplenishmentDetails button{height:45px}}@media (min-width:1028px) and (min-height:701px) and (max-height:800px){.DepositBankWrapper:has(.Details){transform:scale(.9)}.DepositBankWrapper{transform:scale(.9)}.DepositBankWrapper .input select{height:42px;padding:7px 20px}.DepositBankWrapper .ReplenishmentDetails button{height:45px}.DepositBankWrapper .replenishment .input{gap:8px}}.DepositBank .DepositBankWrapper .selectImg{height:20px;width:20px}.DepositBank .DepositBankWrapper .selectImg img{width:100%}.DepositBank .DepositBankWrapper .selectClass{align-items:center;background:#141519;border:1px solid #fff;border-radius:14px 14px;display:flex;padding-left:20px}.DepositBank .DepositBankWrapper .selectClass select{border:0;padding-left:8px}.DepositApprove{flex-direction:column;min-height:100vh;overflow:hidden}.DepositApprove,.DepositApproveWrapper{display:flex;position:relative;width:100%}.DepositApproveWrapper{align-items:center;justify-content:center;min-height:calc(100vh - 62px);padding-top:30px}.DepositApproveWrapper .Approve{align-items:center;display:flex;flex-direction:column;height:330px;justify-content:space-between;margin-bottom:200px;width:290px}.DepositApproveWrapper .Approve h2{font-size:18px;font-weight:700;text-align:center}.DepositApproveWrapper .Approve button{font-size:16px;font-weight:700;height:34px;margin-top:45px;width:153px}@media (min-width:1028px){.DepositApproveWrapper .Approve button{height:45px;margin:0;transition:background-color .3s ease,transform .3s ease;width:100%}.DepositApproveWrapper .Approve button:hover{background:#3be8a2;transform:translateY(-1px)}}.WithdrawApprove{flex-direction:column;min-height:100vh;overflow:hidden}.WithdrawApprove,.WithdrawApproveWrapper{display:flex;position:relative;width:100%}.WithdrawApproveWrapper{align-items:center;justify-content:center;min-height:calc(100vh - 62px)}.WithdrawApproveWrapper .Approve{align-items:center;display:flex;flex-direction:column;height:330px;justify-content:space-between;margin-bottom:200px;width:290px}.WithdrawApproveWrapper .Approve h2{font-size:18px;font-weight:700;text-align:center}.WithdrawApproveWrapper .Approve button{font-size:16px;font-weight:700;height:34px;margin-top:45px;width:153px}@media (min-width:1028px){.WithdrawApproveWrapper .Approve button{height:45px;margin:0;transition:background-color .3s ease,transform .3s ease;width:100%}.WithdrawApproveWrapper .Approve button:hover{background:#3be8a2;transform:translateY(-1px)}}.Convert{flex-direction:column;min-height:100vh;overflow:hidden}.Convert,.ConvertWrapper{display:flex;position:relative;width:100%}.ConvertWrapper{align-items:center;justify-content:center;min-height:calc(100vh - 62px);padding:0 16px}.ConvertWrapper .covertBody{background:#141519;border-radius:6px;height:549px;padding:48px;width:494px}.ConvertWrapper h2{font-size:24px;font-weight:700;text-align:center}.ConvertWrapper .inputs{display:flex;flex-direction:column;gap:8px;justify-content:space-between;margin-top:32px;min-height:210px;width:100%}.ConvertWrapper .inputs .twoInput{align-items:center;background:#141519;border:1px solid #fff;border-radius:6px;display:flex;justify-content:space-between;width:100%}.ConvertWrapper .inputs .twoInput .splitInput{display:flex;flex-direction:column;gap:16px;height:100%;padding:8px;width:75%}.ConvertWrapper .inputs .inputBlock{align-items:center;display:flex;height:50%;justify-content:space-between;padding:0 0 0 12px;width:100%}.ConvertWrapper .inputs .inputBlock>p{font-size:13px}.ConvertWrapper .inputs .twoInput .splitInput .inputBlock .select-cur select{-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;height:100%;outline:none;padding:4px 8px;transition-duration:.3s;width:100%}.ConvertWrapper .inputs .twoInput .splitInput .inputBlock .select-cur select:hover{background:#0000004a}.ConvertWrapper .inputs .svg{align-items:center;display:flex;height:100%;margin-right:33px}.ConvertWrapper .inputCurrency{background:#141519;border-radius:6px;display:flex;height:49px;justify-content:space-between;outline:1px solid #fff;width:100%}.ConvertWrapper .inputCurrency .currency{align-items:center;display:flex;justify-content:space-between;min-width:30%;min-width:80px;padding:0 0 0 9px}.ConvertWrapper .inputCurrency .currency img,.ConvertWrapper .inputCurrency .currency svg{margin-right:12px;max-height:24px;max-width:24px;min-height:24px;min-width:24px}.ConvertWrapper .inputCurrency span{color:#f3f3f3;font-size:16px;font-weight:700;line-height:77%}.ConvertWrapper .inputCurrency select{background:#141519;border:0 solid #000;border-radius:0 14px 14px 0;color:#fff;font-size:16px;height:100%;width:80%}.ConvertWrapper .select-cur select option{background:#1e1e1e}.ConvertWrapper input{background:#141519;border:0 solid #000;border-radius:6px;color:#fff;flex:1 1;font-size:16px;height:95%;outline:0 solid #000;padding:0 16px}.ConvertWrapper .button{display:flex;justify-content:center}.ConvertWrapper .button button{height:42px;margin-top:48px;width:100%}@media (min-width:1028px) and (max-height:700px){.ConvertWrapper{transform:scale(.9)}}@media (max-width:920px){.ConvertWrapper .covertBody{padding:24px}}.Transfer{flex-direction:column;min-height:100vh;overflow:hidden}.Transfer,.TransferWrapper{display:flex;position:relative;width:100%}.TransferWrapper{align-items:center;justify-content:center;min-height:calc(100vh - 62px);padding:48px}.TransferWrapper .transferBody{background:#141519;border-radius:6px;height:549px;padding:48px;width:494px}.TransferWrapper h2{font-size:24px;font-weight:700;text-align:center}.TransferWrapper .inputs{display:flex;flex-direction:column;gap:8px;justify-content:space-between;margin-top:32px;min-height:210px;width:100%}.TransferWrapper .inputs .twoInput{align-items:center;background:#141519;border:1px solid #fff;border-radius:14px 14px 14px 14px;display:flex;justify-content:space-between;width:100%}.TransferWrapper .inputs .twoInput .splitInput{display:flex;flex-direction:column;gap:16px;height:100%;padding:8px;width:75%}.TransferWrapper .inputs .inputBlock{align-items:center;display:flex;gap:16px;height:50%;justify-content:space-between;padding:0 0 0 33px;width:100%}.TransferWrapper .inputs .inputBlock>p{font-size:13px}.balance-cur{padding-left:8px;text-align:left}.select-cur{height:100%;min-width:70%;min-width:80%}.select-currency{width:100%}.TransferWrapper .inputs .twoInput .splitInput .inputBlock .select-cur select{-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:18px;height:100%;outline:none;padding:4px 8px;transition-duration:.3s;width:100%}.TransferWrapper .inputs .twoInput .splitInput .inputBlock .select-cur select:hover{background:#0000004a}.TransferWrapper .inputs .inputCurrency .select-cur select{-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;height:100%;outline:none;padding:4px 8px;transition-duration:.3s;width:100%}.TransferWrapper .inputs .inputCurrency input{border:0;outline:0;padding-left:0}.TransferWrapper .inputs .inputCurrency .select-cur select:hover{background:#0000004a}.TransferWrapper .inputs .svg{align-items:center;display:flex;height:100%;margin-right:33px}.svg_btn{background:none;border:none;height:-webkit-min-content;height:min-content}.TransferWrapper .inputCurrency{background:#141519;border-radius:6px;display:flex;justify-content:space-between;outline:1px solid #fff;padding:8px 10px;width:100%}.TransferWrapper .inputCurrency .currency{align-items:center;display:flex;justify-content:center;margin:0;max-width:25%;min-width:25%;overflow:visible}.TransferWrapper .inputCurrency .currency img,.TransferWrapper .inputCurrency .currency svg{max-height:24px;max-width:24px;min-height:24px;min-width:24px}.TransferWrapper .inputCurrency span{color:#f3f3f3;font-size:18px;font-weight:700;line-height:77%;margin-left:12px}.TransferWrapper .inputCurrency .select-cur{width:75%}.TransferWrapper .inputCurrency select{background:#141519;border:0;border-radius:0 14px 14px 0;color:#fff;font-size:18px;height:100%;width:100%}.TransferWrapper .select-cur select option{background:#1e1e1e}.TransferWrapper .inputCurrency input{margin-left:8px;max-width:75%}.TransferWrapper input{background:#141519;border:0;border-radius:6px;color:#fff;font-size:16px;height:49px;padding:0 16px;width:100%}.TransferWrapper .button{display:flex;justify-content:center}.TransferWrapper .button button{height:42px;margin-top:48px;width:100%}.PortfolioError{flex-direction:column;min-height:100vh;overflow:hidden}.PortfolioError,.PortfolioErrorWrapper{display:flex;position:relative;width:100%}.PortfolioErrorWrapper{align-items:center;justify-content:center;min-height:calc(100vh - 62px);text-align:center}.PortfolioErrorWrapper .Error{height:464px;margin-bottom:52px;min-width:450px;width:50%}.PortfolioErrorWrapper .Error,.PortfolioErrorWrapper .Error .errorData{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.PortfolioErrorWrapper .Error .errorData{height:204px;width:100%}.PortfolioErrorWrapper .Error h2{font-size:24px;font-weight:700;text-align:center}.PortfolioErrorWrapper .Error h3{color:#f3f3f3;font-size:18px;font-weight:500;line-height:175%;text-align:center}.PortfolioErrorWrapper .Error button{font-size:18px;font-weight:700;height:34px;margin-top:45px;width:225px}.Portfolio{display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative;width:100%}.PortfolioWrapper{padding:0 32px;position:relative;width:100%}.PortfolioWrapper>h2{font-size:24px;font-weight:700;margin-bottom:52px;margin-top:48px;text-align:center}.PortfolioWrapper .plateHeadline{align-items:center;background:#090d0c;border:1px solid #a0cdbe24;border-radius:10px;display:flex;font-size:18px;font-weight:700;height:53px;justify-content:center;margin:19px 0;width:100%}.PortfolioWrapper .blocActivePlan{display:flex;height:72px;justify-content:space-between;width:100%}.PortfolioWrapper .plate{height:72px;justify-content:space-between;margin-right:18px;min-width:433px}.PortfolioWrapper .plate,.PortfolioWrapper .plateDescription{align-items:center;background:#090d0c;border:1px solid #a0cdbe24;border-radius:10px;display:flex;padding:12px 18px}.PortfolioWrapper .plateDescription{flex-direction:column;margin-top:18px;width:433px}.PortfolioWrapper .plateDescription p{background:#0000;border:0;color:#fff;font-family:Manrope,serif;font-size:13px;font-style:normal;font-weight:500;outline:0;resize:none;text-align:center;white-space:pre-wrap}.PortfolioWrapper .plateDescription button{margin-top:20px;padding:8px 15px}.PortfolioWrapper .plateDescription button:hover{opacity:1;transform:scale(1.08)}.PortfolioWrapper .plate h2{font-size:16px;font-weight:800;text-align:center}.PortfolioWrapper .plate p{align-items:center;font-size:16px;font-weight:400}.PortfolioWrapper .plate h2 svg{margin-bottom:-4px;margin-left:10px}.PortfolioWrapper .availablePlans{display:flex;flex-wrap:wrap;justify-content:baseline}.PortfolioWrapper .dataPlan{align-items:center;background:#090d0c;border:1px solid #a0cdbe24;border-radius:10px;display:flex;font-size:16px;font-weight:400;height:100%;justify-content:space-between;min-width:900px;padding:12px 24px;width:80%}.PortfolioWrapper .dataPlan ul{list-style-type:none}.PortfolioWrapper .dataPlan ul:nth-child(2){font-size:16px;font-weight:500;text-align:center;width:125px}.PortfolioWrapper .dataPlan .plus{color:#0ecb81;font-weight:700}.PortfolioWrapper .dataPlan .currency{color:#0ecb81;font-size:16px;font-weight:700}.unavailable{background:#0000006e;border-radius:10px;margin-top:1rem;padding:1rem;text-align:center;width:100%}.PortfolioWrapper ul.Upgrade{height:auto;margin-top:18px}.PortfolioWrapper ul.Upgrade li{align-items:center;display:flex;flex-direction:column;margin-bottom:18px;max-height:72px;overflow:hidden;transition:.4s;width:100%}.PortfolioWrapper ul.Upgrade li.liDataActive{max-height:400px}.PortfolioWrapper ul.Upgrade li.liDataActive .liData{background:#0047ff26;border:1px solid #0ecb81}.PortfolioWrapper ul.Upgrade li .liData{align-items:center;background:#090d0c;border:1px solid #a0cdbe24;border-radius:10px;display:flex;height:72px;justify-content:space-between;padding:12px 18px;width:100%}.PortfolioWrapper ul li .infoBlock{align-items:center;display:flex;justify-content:center}.plate .infoBlock p{text-align:center}.PortfolioWrapper ul li .infoBlock h2{align-items:center;display:flex;justify-content:center}.PortfolioWrapper ul li .infoBlock h2 svg{margin-left:10px}.PortfolioWrapper ul.Upgrade li .infoBlockUpgrades{align-items:center;background:#090d0c;border:1px solid #a0cdbe24;border-radius:10px;display:flex;flex-direction:column;margin-top:18px;padding:16px 18px;width:100%}.PortfolioWrapper ul.Upgrade li .infoBlockUpgrades p{margin-bottom:20px}.PortfolioWrapper ul.Upgrade li .infoBlockUpgrades .buttons{display:flex;justify-content:center;padding:0;width:100%}.PortfolioWrapper ul.Upgrade li .infoBlockUpgrades button{background:#0ecb81;color:#f3f3f3;font-size:16px;font-weight:700;height:34px;width:49%}.PortfolioWrapper ul.Upgrade li .infoBlockUpgrades button:nth-child(2){margin-left:10px}.PortfolioWrapper ul.Plan{display:flex;flex-direction:column;height:auto;justify-content:space-between;width:100%}.PortfolioWrapper ul.Plan li{align-items:center;background:#090d0c;border:1px solid #a0cdbe24;border-radius:10px;display:flex;height:72px;justify-content:space-between;margin-top:18px;padding:12px 18px;width:100%}.PortfolioWrapper .plate .line{border:1px solid #fff6;height:27px;width:1px}.PortfolioWrapper ul li .infoBlock,.PortfolioWrapper ul li .priceInfo{display:flex;flex-direction:column;height:100%;justify-content:center;padding-bottom:31px}.PortfolioWrapper ul li h2{font-weight:800;margin-bottom:8px}.PortfolioWrapper ul li h2,.PortfolioWrapper ul li p{color:#fff;font-size:13px;line-height:130%;text-align:center}.PortfolioWrapper ul li p{font-weight:400}.PortfolioWrapper ul li .priceInfo h2{color:#0ecb81;font-size:18px;font-weight:700;text-align:center}.PortfolioWrapper .Plans{width:100%}.PortfolioWrapper .activePlanWrapper{display:flex;flex-direction:column;justify-content:center}.PortfolioWrapper .activePlanWrapper .plateDescription{width:100%}.PortfolioWrapper .activePlansWrapper{display:flex;justify-content:space-between;width:100%}.PortfolioWrapper .activePlansWrapper .plate{cursor:pointer}.PortfolioWrapper .Plans .tableName{background:#090d0c;border:1px solid #a0cdbe24;border-radius:6px;display:flex;height:33px;padding:5px;width:100%}.PortfolioWrapper .Plans .tableName p{color:#fff;font-size:16px;font-weight:700;text-align:center;width:100%}@media screen and (max-width:370px){.PortfolioWrapper ul.Plan li .infoBlock p,.PortfolioWrapper ul.Upgrade li .liData .infoBlock p{font-size:11px;padding:0 5px}.PortfolioWrapper ul.Plan li .infoBlock h2,.PortfolioWrapper ul.Upgrade li .liData .infoBlock h2{font-size:11px}.PortfolioWrapper ul.Plan li .priceInfo p,.PortfolioWrapper ul.Upgrade li .liData .priceInfo p{font-size:11px;padding-left:5px}.PortfolioWrapper ul.Plan li .priceInfo h2,.PortfolioWrapper ul.Upgrade li .liData .priceInfo h2{font-size:14px;padding-left:5px}.PortfolioWrapper ul.Upgrade li .infoBlockUpgrades button{font-size:12px}}@media (max-width:1027px){.PortfolioWrapper{padding:0 16px 30px}.PortfolioWrapper>h2{font-size:20px;margin-bottom:24px;margin-top:24px}.PortfolioWrapper .plateHeadline{font-size:16px;height:44px;margin:14px 0}.PortfolioWrapper .activePlansWrapper{flex-direction:column;gap:16px}.PortfolioWrapper .plateWrapper{width:100%}.PortfolioWrapper .plate{box-sizing:border-box;height:auto;margin-right:0;min-height:68px;min-width:0;min-width:auto;padding:10px 12px;width:100%}.PortfolioWrapper .plate h2{font-size:14px}.PortfolioWrapper .plate p{font-size:13px}.PortfolioWrapper .plateDescription{box-sizing:border-box;margin-top:10px;padding:16px;width:100%}.PortfolioWrapper .dataPlan{box-sizing:border-box;flex-direction:column;gap:10px;min-width:0;min-width:auto;padding:14px 16px;width:100%}}.ExchangeClosed{min-height:100vh;overflow:hidden}.ExchangeClosed,.ExchangeClosedWrapper{display:flex;flex-direction:column;position:relative;width:100%}.ExchangeClosedWrapper{align-items:center;font-size:20px;font-weight:600;gap:20px;height:calc(100vh - 62px);justify-content:center;padding:0 16px;text-align:center}.ExchangeClosedWrapper button{margin-bottom:200px;padding:7px 25px}.AccessDenied{flex-direction:column;min-height:100vh;overflow:hidden}.AccessDenied,.AccessDeniedWrapper{display:flex;position:relative;width:100%}.AccessDeniedWrapper{align-items:center;justify-content:center;min-height:calc(100vh - 62px);text-align:center}.AccessDeniedWrapper .Error{height:464px;margin-bottom:52px;width:50%}.AccessDeniedWrapper .Error,.AccessDeniedWrapper .Error .errorData{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.AccessDeniedWrapper .Error .errorData{height:204px;width:100%}.AccessDeniedWrapper .Error h2{font-size:20px;font-weight:700;text-align:center}.AccessDeniedWrapper .Error h3{color:#f3f3f3;font-size:16px;font-weight:500;line-height:175%;text-align:center}.AccessDeniedWrapper .Error button{font-size:18px;font-weight:700;height:34px;margin-top:45px;width:225px}@media screen and (max-width:768px){.AccessDeniedWrapper .Error{width:85%}.AccessDeniedWrapper .Error h2{font-size:20px;font-weight:700;text-align:center}}.Maintenance{min-height:100vh;overflow:hidden}.Maintenance,.MaintenanceWrapper{display:flex;flex-direction:column;position:relative;width:100%}.MaintenanceWrapper{align-items:center;justify-content:center;min-height:calc(100vh - 62px);padding-bottom:80px;text-align:center}.MaintenanceBlock{max-width:900px;width:95%}.MaintenanceBlock h2{font-size:24px;font-weight:700;margin-bottom:20px;margin-top:20px}.MaintenanceBlock p{color:#f3f3f3;font-size:18px;font-weight:500;margin-bottom:10px}.MaintenanceWrapper .MaintenanceBlock p:last-child{color:#f3f3f366!important;font-weight:500}@media screen and (max-width:765px){.MaintenanceBlock h2{font-size:18px;margin-bottom:20px;margin-top:20px}.MaintenanceBlock p{font-size:14px}}#DataCenterSvg{height:25vw;max-height:300px;min-height:100px;width:50%}@media screen and (max-width:765px){#DataCenterSvg{width:70%}}#gear{animation:broken-gear-animation 5s linear(0,.0157,.0625,.1407,.25 18.18%,.5625,1 36.36%,.8907,.8125,.7657,.75,.7657,.8125,.8905,1,.9532,.9375,.9531,1,.9844,1) infinite;transform-origin:center;transform-origin:83.5% 44.5%}@keyframes broken-gear-animation{50%{transform:rotate(-1turn)}}#hammer{animation:hammer-animation 1.5s ease-in-out infinite;transform-origin:center;transform-origin:22% 75%}@keyframes hammer-animation{0%{animation-timing-function:linear(0,.0157,.0625,.1407,.25 18.18%,.5625,1 36.36%,.8907,.8125,.7657,.75,.7657,.8125,.8905,1,.9532,.9375,.9531,1,.9844,1);transform:rotate(-30deg)}50%{transform:rotate(10deg)}to{transform:rotate(-30deg)}}
/*# sourceMappingURL=main.d8a18896.css.map*/