@charset "UTF-8";.footer-layout{color:#b1b1b1;font-size:1.4rem;border-top:1px solid #202020}.footer-layout .footer-top{display:flex;justify-content:space-between;align-items:start;padding-block:4rem;border-bottom:1px solid #202020}.footer-layout .logo{height:2rem}.footer-layout .socials{display:flex;gap:1rem;align-items:center;margin-top:2rem}.footer-layout .socials img{padding:0;width:1.6rem;cursor:pointer}.footer-layout .sitemap{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}.footer-layout .sitemap-item{display:flex;flex-direction:column;gap:1rem}.footer-layout .footer-bottom{padding-block:2rem 4rem}.footer-layout .footer-bottom>p{margin-bottom:4rem;padding-right:6rem}.footer-layout .bottom-right{display:flex;align-items:center;justify-content:end;gap:3rem}.footer-layout .sitemap-item .anchor-item-title{color:#e9e9e9}@media (max-width: 640px){.footer-layout .footer-top,.footer-layout .footer-bottom{flex-direction:column;gap:2rem;align-items:start}.footer-layout .sitemap{grid-template-columns:1fr 1fr}.footer-layout .footer-bottom>p{margin-bottom:4rem;padding-right:0rem}.footer-layout .footer-bottom>div{flex-direction:column;align-items:start!important;gap:3rem}.footer-layout .bottom-right{flex-direction:column;align-items:start;gap:1rem}}@font-face{font-family:Axiforma;src:url(/assets/Axiforma-Regular-CJA9-oKz.ttf);font-weight:400}@font-face{font-family:Axiforma;src:url(/assets/Axiforma-Medium-BsuCDBW7.ttf);font-weight:500}@font-face{font-family:Axiforma;src:url(/assets/Axiforma-SemiBold-Ozmh0-P_.ttf);font-weight:600}@font-face{font-family:Roboto;src:url(/assets/RobotoFlex-Regular-BHYPCqiK.ttf);font-weight:400}@font-face{font-family:Roboto;src:url(/assets/RobotoFlex-Regular-BHYPCqiK.ttf);font-weight:500}@font-face{font-family:Roboto;src:url(/assets/RobotoFlex-Regular-BHYPCqiK.ttf);font-weight:600}@font-face{font-family:DM-Sans;src:url(/assets/DMSans-Regular-Bw-KDgr1.ttf);font-weight:300}@font-face{font-family:DM-Sans;src:url(/assets/DMSans-Regular-Bw-KDgr1.ttf);font-weight:400}@font-face{font-family:DM-Sans;src:url(/assets/DMSans-Regular-Bw-KDgr1.ttf);font-weight:500}@font-face{font-family:DM-Sans;src:url(/assets/DMSans-Regular-Bw-KDgr1.ttf);font-weight:600}:root{--lightBlack-color: rgb(38, 38, 38);--gray-color: rgba(255, 255, 255, .09);--hover-color: rgba(255, 255, 255, .09);--lightWhite-color: rgba(255, 255, 255, .04);--background-color: #111111;--bg2-color: #1f1f1f;--text-color: #f6f6f6;--text3-color: #e9e9e9;--card-color: #272729;--text2-color: #b1b1b1;--border-color: #313131;--Dark: #202020;--BG2: #171717;--Light-grey: #e9e9e9;--Light-grey2: #b1b1b1;--White-BG: #f7f7f8;--blue-color: #0784b5;--linear-color: linear-gradient(90deg, #1595c2 0%, #66bfde 100%);--success-color: #23c215;--error-color: rgb(228, 46, 0);--font-size: .694vw;--dashboard-font-size: .54vw;--font-size-small: .82vw;--dashboard-font-size-small: .65vw}html{font-size:.694vw}@media (max-width: 1200px){html{font-size:.82vw}}@media (max-width: 900px){html{font-size:10px}}@media (max-width: 400px){html{font-size:2.5vw}}@media (min-width: 1600px){html{font-size:11.1px}}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;font-family:DM-sans}html[lang=uk] *{font-family:Roboto}body{font-family:Axiforma;overflow-x:hidden;width:100vw;background-color:#111!important;color:var(--text-color)!important}.card{background:radial-gradient(circle,#111011 40%,#161616);border:1px solid rgba(255,255,255,.08)}.dateOption{background-color:transparent!important}input,textarea,.option{border:1px solid rgba(255,255,255,.08);color:var(--text-color)}input::placeholder,textarea::placeholder{color:#ffffff6b!important}input.custom{border:none!important}svg{display:block;fill:var(--text-color)!important}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--gray-color)}::-webkit-scrollbar-thumb{background:var(--blue-color)}::-webkit-scrollbar-thumb:hover{background:#555}.container{max-width:111rem;margin-left:auto;margin-right:auto}@media (max-width: 1200px){.container{margin-left:5rem;margin-right:5rem}}@media (max-width: 900px){.container{max-width:100%;margin-left:auto;margin-right:auto;padding-left:5rem;padding-right:5rem}}@media (max-width: 550px){.container{padding-left:2.5rem;padding-right:2.5rem}}.standard{font-size:1.6rem;line-height:155%;font-weight:400;opacity:.42}h1{font-weight:600;font-size:5rem;line-height:105%}.layout-community .layout-title .title,.gradient{background:linear-gradient(to right,var(--text-color) 20%,#a1a1a1 40%,#b8b8b8 60%,var(--text-color) 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;width:max-content;text-fill-color:transparent;background-position:50% 50%;background-size:500% auto;animation:textShine 2.5s ease-in-out infinite}@keyframes textShine{0%{background-position:0% 50%}to{background-position:100% 50%}}h2{font-weight:500;font-size:4rem;line-height:115%}h3{font-weight:500;font-size:3.5rem;line-height:115%}@media (max-width: 900px){h1{font-size:4rem}h2{font-size:3.5rem}h3{font-size:3rem}}@media (max-width: 550px){h1{font-size:3.5rem;line-height:120%}h2{font-size:2.5rem}}.subtitle{background:var(--linear-color);-webkit-background-clip:text;font-size:1.6rem;margin-bottom:1rem;-webkit-text-fill-color:transparent}.card{border-radius:2.5rem}a{color:inherit;text-decoration:none}nav{opacity:0;animation-name:move2;animation-duration:.5s;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes move2{0%{opacity:0;top:-50px}to{opacity:1;top:0}}.scroll{opacity:0}.scrollAnimation{animation-name:move;animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:forwards}.slide-left{opacity:0;transform:translate(25%)}.slide-right{opacity:0;transform:translate(-25%)}.slideAnimation{animation-name:slide;animation-duration:.5s;animation-timing-function:cubic-bezier(.28,.84,.42,1);animation-fill-mode:forwards}@media (max-width: 600px){.md-mob{display:none}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}.dashboard{display:grid;grid-template-columns:max-content 1fr}.dashboard-body{margin:0 5rem}.dashboard-table ul{display:grid;gap:2rem;align-items:center}.dashboard-table ul li{list-style-type:none;color:var(--text-color);width:100%;overflow:hidden;text-overflow:ellipsis;opacity:.6}.dashboard-table li:first-child{color:var(--text-color)!important}.dashboard-table>div:first-child ul{padding:0 3rem}.dashboard-table>div:first-child li{padding-top:1.5rem;padding-bottom:1rem;font-size:1.1rem;text-transform:uppercase;font-weight:400;text-align:left;opacity:1}.dashboard-table>div:last-child ul{padding:1rem 3rem}.dashboard-table>div:last-child{font-size:1.2rem;font-weight:400}.dashboard-table>div:last-child ul:nth-child(odd){background:#ffffff0d}@media (max-width: 1100px){.dashboard-table>div:first-child li{font-size:1rem}.dashboard-table>div:last-child li{font-size:1.2rem}}@media (max-width: 900px){.dashboard{display:initial!important}.dashboard-body{margin:0 2.5rem}.dashboard-table{width:max-content}.dashboard-table li{padding-right:2.5rem!important}.dashboard-table>div:first-child li{font-size:1.2rem}.dashboard-table>div:last-child li{font-size:1.4rem}.slideAnimation{animation-name:move}.slide-left,.slide-right{transform:initial}}.move1,.move2{animation-name:moveLogo;animation-duration:50s;animation-timing-function:linear;animation-iteration-count:infinite}.move2{animation-name:moveLogo2}@keyframes moveLogo{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes moveLogo2{0%{transform:translate(-100%)}to{transform:translate(0)}}.cryptoIconShow img{transform:scale(1)!important}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.loadingAnimation{max-width:200px;height:auto;margin:auto}@media (max-width: 900px){.loadingAnimation{max-width:50%}}.loadingAnimationWrapper{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.Toastify__toast-body{font-size:1.4rem}.Toastify__toast-theme--dark{background-color:var(--card-color, #272727)!important;border:1px solid var(--border-color, #313131)!important}:where(.css-dev-only-do-not-override-ysyo1).ant-divider-vertical{position:relative;top:-.06em;display:inline-block;height:auto;margin-inline:8px;margin-block:0;vertical-align:middle;border-top:0;border-inline-start:1px solid rgba(253,253,253,.12)}.default-text{font-family:DM-Sans;color:var(--Light-grey, #e9e9e9)!important;font-size:14px;font-weight:400}.default-text-gray{font-family:DM-Sans;color:var(--Light-grey2, #b1b1b1);font-size:14px}:where(.css-dev-only-do-not-override-ysyo1).add-wallet-button:not(:disabled):not(.ant-btn-disabled):hover{color:var(--Light-grey, #e9e9e9);border-color:#3c89e8;background:#141414}:where(.css-dev-only-do-not-override-11xg00t).add-wallet-button:not(:disabled):not(.ant-btn-disabled):hover{color:var(--Light-grey, rgba(0, 0, 0, .88));border-color:#3c89e8}.total-balance-value{font-family:DM-Sans;color:var(--Light-grey, #e9e9e9);font-size:46px;font-weight:500;width:100%}.wallet-skeleton{width:100%!important;height:75px!important}.ant-table-column-title{font-family:DM-Sans}.ant-table-wrapper .ant-table{line-height:normal}.ant-btn{line-height:normal;height:auto}.toggle-theme-button.ant-switch-checked{background:var( --Blue-gradient, linear-gradient(254deg, #078bb9 -56.92%, #52c8f1 148.25%) )}.ant-modal>div{border:1px solid var(--Dark, #202020);border-radius:8px}.ant-modal .ant-modal-header{margin-bottom:0}.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover{color:currentColor;border-color:currentColor}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:var(--Light-grey, #e9e9e9);transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}._navigation_13ek8_1{top:-100px;transition:.2 ease-out;position:fixed;left:0;right:0;z-index:10;pointer-events:none;height:100%}._contentWrapper_13ek8_13{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:100;background-color:var(--background-color)}._content_13ek8_13{display:flex;align-items:center;justify-content:space-between;position:relative;padding-block:.96rem;max-width:111rem!important}._content_13ek8_13>div{display:flex;align-items:center}._contentAlignForPay_13ek8_35{justify-content:center}._left_13ek8_39{gap:5rem}._logoWrapper_13ek8_43{margin-top:.4rem}._logo_13ek8_43{height:2.5rem;cursor:pointer;pointer-events:initial;transform:translateY(-1px)}._navigation_13ek8_1 ul{display:flex;align-items:center;gap:4.5rem}._navigation_13ek8_1 ul li{list-style-type:none;pointer-events:initial;font-size:1.3rem;opacity:1}._dropdownMenuItem_13ek8_67{display:flex;gap:1rem;padding:.8rem;border-radius:6px}._dropdownMenuItem_13ek8_67:hover{background:#323232}._dropdownMenuItem_13ek8_67 ._iconWrapper_13ek8_78{border-radius:6px;background:#323232;display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem}._dropdownMenuItem_13ek8_67:hover ._iconWrapper_13ek8_78{background:#e9e9e9}._dropdownMenuItem_13ek8_67:hover ._body_13ek8_91 p:last-child{color:#e9e9e9}._dropdownMenuItem_13ek8_67 ._iconWrapper_13ek8_78 img{height:1.4rem;width:1.4rem}._dropdownMenuItem_13ek8_67 ._body_13ek8_91 p:last-child{color:#b1b1b1;max-width:24rem}._products_13ek8_105,._resources_13ek8_106,._contactus_13ek8_107{display:flex;align-items:center;gap:1rem;position:relative;cursor:pointer}._products_13ek8_105 p,._resources_13ek8_106 p,._contactus_13ek8_107 p{padding-block:1rem}._dropdown_13ek8_67{display:flex;background:#202020;border:1px solid #323232;border-radius:6px;position:absolute;top:100%;width:max-content}._gridContent_13ek8_131{display:grid;grid-template-columns:1fr 1fr}._gridContent_13ek8_131 a{padding:.4rem .8rem;border-radius:6px}._gridContent_13ek8_131 a:hover{background:#323232}._menu_13ek8_144{display:flex;align-items:center;gap:.8rem}._menu_13ek8_144 a{text-wrap:nowrap}._headline_13ek8_154{font-size:1.6rem;font-weight:500;margin-bottom:.5rem;display:flex;align-items:center;gap:1rem}._headline_13ek8_154 img{width:1.5rem!important;opacity:0;transition:.3s ease;transform:translate(-20px)}._item_13ek8_173:hover ._headline_13ek8_154 img{opacity:1!important;transform:translate(0)}._subheadline_13ek8_178{width:28rem;font-size:1.3rem}._navigation_13ek8_1 ul li img,._right_13ek8_184 img{width:1rem}._right_13ek8_184 svg{height:1.4rem}._right_13ek8_184{gap:.6rem}._right_13ek8_184 p{cursor:pointer;opacity:.9;pointer-events:initial}._right_13ek8_184>p{font-size:1.4rem}._login_13ek8_206,._button_13ek8_207{color:var(--background-color);font-size:1.4rem;padding:.8rem 2.4rem;margin-block:.48rem;border-radius:.6rem;border:1px solid var(--border-color);cursor:pointer;pointer-events:auto}._login_13ek8_206{color:var(--text-color);background:#171717}._login_13ek8_206:hover{background-color:#313131}._button_13ek8_207{background:linear-gradient(0deg,#fafafa -32.93%,#cfcfcf 187.8%);box-shadow:0 -2px #c9c9c9 inset,0 1px #fff inset}._button_13ek8_207:hover{background:linear-gradient(0deg,#fff 13.1%,#cfcfcf 187.8%);box-shadow:0 78px 22px #efefef00,0 -8px 20px #efefef2e,0 28px 17px #efefef05,0 12px 12px #efefef0a,0 3px 7px #efefef0a}._button_13ek8_207:active{background:linear-gradient(0deg,#e5e5e5 13.1%,#cfcfcf 187.8%);box-shadow:0 -1px #c9c9c9 inset,0 1px #fff inset}._dashboardButton_13ek8_249{font-size:1rem;padding:.4rem .8rem}._mobMenu_13ek8_254{display:none!important}._content_13ek8_13{z-index:5}._mobileMenu_13ek8_262{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 2.5rem;transition:.5s ease-out;background-color:var(--background-color);display:flex;flex-direction:column;justify-content:space-between;height:100%}._mobileMenu_13ek8_262>div>div:first-child{display:flex;justify-content:space-between;margin-bottom:4rem;align-items:center}._mobileMenu_13ek8_262>div>div:first-child>img{height:3rem}._close_13ek8_284{display:flex;align-items:center;gap:3rem}._close_13ek8_284>p{font-size:2rem;cursor:pointer;pointer-events:initial}._qrcode_13ek8_296{width:1.5rem!important;cursor:pointer;pointer-events:initial;margin-left:-1rem;margin-right:-1rem}._mobileMenu_13ek8_262 ul{flex-direction:column;align-items:flex-start;gap:15px}._mobileMenu_13ek8_262 ul a{width:100%}._mobileMenu_13ek8_262 ul li{width:100%;padding-bottom:15px;font-size:1.6rem}._mobItem_13ek8_320 ._menu_13ek8_144{display:flex;align-items:center;justify-content:space-between}._mobItem_13ek8_320 ._menu_13ek8_144 img{width:auto!important;height:.6rem!important;transition:.3s ease}._mobileButtonWrapper_13ek8_332{display:none}._rightWrapper_13ek8_336{display:flex;align-items:center;gap:2rem}._rightWrapper_13ek8_336>img:first-child{width:1.4rem}._light_13ek8_346{width:1.6rem!important;cursor:pointer;pointer-events:initial!important}._dropdown_13ek8_67 div>a>p:hover{background:#323232;border-radius:6px}@media (max-width: 900px){._contactus_dropdown_13ek8_358{flex-direction:column}._logo_13ek8_43{height:2.2rem}._rightWrapper_13ek8_336>img:first-child{display:none}._navigation_13ek8_1{display:grid;grid-template-rows:max-content 1fr}._navigation_13ek8_1 ._content_13ek8_13 ul{display:none}._login_13ek8_206,._button_13ek8_207{display:none!important}._lang_13ek8_383{opacity:0;transition:.25s ease-out}._showLanguage_13ek8_388{opacity:1}._right_13ek8_184{gap:1rem}._dropdownMenu_13ek8_67 p{z-index:5}._mobileMenu_13ek8_262>div:nth-child(2)>div:nth-child(1){width:100%;margin-top:3rem;margin-bottom:1rem;cursor:pointer;pointer-events:initial;display:flex;justify-content:center}._mobileMenu_13ek8_262>div:nth-child(2)>div:nth-child(2){width:100%;cursor:pointer;pointer-events:initial;display:flex;justify-content:center}._mobItem_13ek8_320{height:2rem;overflow:hidden}._mobListContent_13ek8_426{padding-top:20px;display:flex;flex-direction:column;gap:2rem}._headline_13ek8_154{font-size:1.4rem}._subheadline_13ek8_178{font-size:1.2rem;max-width:30rem;width:100%}._mobItem_13ek8_320 ._mobListContent_13ek8_426>._item_13ek8_173{display:flex;gap:.5rem}._mobItem_13ek8_320 ._mobListContent_13ek8_426>._item_13ek8_173>img{height:16px!important;width:30px;transform:translateY(5px)}._headline_13ek8_154 img{opacity:1;transform:translate(0)}._mobMenu_13ek8_254{position:relative;display:initial!important;cursor:pointer;pointer-events:initial!important;width:25px;padding-block:2.2rem}._lineButton_13ek8_469{position:absolute;width:25px;right:0;top:0;height:44px}._light_13ek8_346{margin-right:1rem}._line_13ek8_469{top:50%;width:15px;height:1px;position:absolute;right:0;transition:.2s ease-out;transform-origin:center;background-color:var(--text-color)}._line_13ek8_469:nth-child(1){transform:translateY(-5px)}._line_13ek8_469:nth-child(3){transform:translateY(5px)}._openLine_13ek8_502:nth-child(2){width:0px;right:12.5px}._openLine_13ek8_502:nth-child(1){transform:translateY(0) rotate(45deg)}._openLine_13ek8_502:nth-child(3){transform:translateY(0) rotate(-45deg)}._mobMenu_13ek8_254 img{width:1.6rem}._mobileButtonWrapper_13ek8_332{display:initial;pointer-events:initial}._mobileButtonWrapper_13ek8_332>div{border-radius:4px}._mobileButtonWrapper_13ek8_332>div>a>div{padding:.1rem 2rem;font-size:1.2rem}._dropdown_13ek8_67{display:block;position:static;border:none;background:none}._dropdown_13ek8_67>div{border:none!important}._gridContent_13ek8_131{gap:0 4rem}._dropdown_13ek8_67>div:first-child ._gridContent_13ek8_131{grid-template-columns:1fr}._dropdownMenuItem_13ek8_67{align-items:center}._dropdownMenuItem_13ek8_67 ._body_13ek8_91>p:last-child{display:none}._products_13ek8_105 p,._resources_13ek8_106 p,._contactus_13ek8_107 p{padding-block:0rem}._products_13ek8_105,._resources_13ek8_106,._contactus_13ek8_107{justify-content:space-between}._dropdown_13ek8_67 *{padding-inline:0!important}}._button_ffjef_1{font-size:1.4rem;border-radius:.5rem;width:max-content;cursor:pointer;overflow:hidden;position:relative;background-color:#111;color:#fff}._background_ffjef_25{position:absolute;top:-1px;left:0;right:0;bottom:-1px;display:block;transition:.5s cubic-bezier(.4,0,0,1)}._buttonText_ffjef_45{display:flex;gap:1rem;z-index:2;justify-content:center;position:relative;align-items:center}._button_ffjef_1 div{padding:1.4rem 5rem;width:100%;text-align:center;font-weight:400}._button_ffjef_1:hover ._background_ffjef_25{transform:translateY(100%);border-radius:50%}._spinner_ffjef_87{border:4px solid var(--text2-color);border-top:4px solid var(--text-color);border-radius:50%;width:2rem!important;height:2rem!important;padding:0!important;animation:_spin_ffjef_87 1s linear infinite}@keyframes _spin_ffjef_87{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 900px){._button_ffjef_1:hover ._background_ffjef_25{transform:translateY(0);border-radius:0%}._button_ffjef_1{font-size:1.2rem}._button_ffjef_1 div{padding:1.4rem 2rem}}._banner_1yk6n_1{position:fixed;bottom:1rem;margin-left:auto;margin-right:auto;z-index:100;display:flex;justify-content:space-between;padding:2rem;width:100%;max-width:111rem;align-items:center;right:50px}._left_1yk6n_16{align-items:center;display:flex;font-size:1.4rem;color:var(--text2-color);line-height:140%;gap:2rem}._left_1yk6n_16 a{text-decoration:underline}._left_1yk6n_16 img,._left_1yk6n_16 svg{width:4rem}._buttons_1yk6n_34{display:flex;gap:2rem}._button_1yk6n_34{padding:1.4rem 2.3rem;font-size:1.4rem;cursor:pointer;border-radius:1rem}._button1_1yk6n_46{border-radius:6px;border:1px solid var(--Dark, #202020);background:var(--BG2, #171717);padding:10px 24px;color:var(--light-grey, #e9e9e9)}._button2_1yk6n_54{border-radius:6px;background:linear-gradient(0deg,#fafafa -32.93%,#cfcfcf 187.8%);box-shadow:0 -2px #c9c9c9 inset,0 1px #fff inset;color:var(--Dark, #202020);padding:10px 24px}@media (max-width: 900px){._banner_1yk6n_1{width:initial!important;max-width:initial!important;left:0;margin:1rem}}@media (max-width: 700px){._banner_1yk6n_1{gap:2rem;align-items:flex-start;flex-direction:column;width:max-content;max-width:100%}._buttons_1yk6n_34{display:grid;grid-template-columns:1fr 1fr;width:100%}._button_1yk6n_34{width:100%;padding:1rem 2rem;text-align:center}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.page-not-found{height:85vh;width:85vw;margin:auto;max-width:406px}.page-not-found-title{font-size:20px;font-weight:500}.page-back-to-home{margin-top:16px;width:fit-content;padding:6px 12px;border-radius:6px;border:1px solid var(--Dark, #202020);background:var(--BG2, #171717);box-shadow:0 51px 14px #0000,0 33px 13px #00000003,0 19px 11px #00000008,0 8px 8px #0000000a,0 2px 5px #0000000d}.landing-layout{display:flex;flex-direction:column;align-items:center;justify-content:space-around;margin-top:6.5rem;color:#e9e9e9}.landing-layout>div{width:100%}.layout-horizontal{display:flex;gap:6rem;justify-content:space-between;align-items:center;padding:0rem 0 4rem}.landing-layout .world{margin-top:-4rem;background:#171717;border-block:1px solid #202020;width:100vw!important;overflow:hidden}.landing-layout .cryptopayment{background:#171717;border-block:1px solid #202020;width:100vw!important;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative}.layout-world,.layout-cryptopayment{display:flex;gap:6rem;justify-content:space-between;align-items:center}.hero-layout{display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:4rem;width:60%}.audience-layout{display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:4rem;width:45%}.api-block-layout{display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:4rem;width:44%}.audience-sub-title{width:100%}.api-block-sub-title{width:95%}.manage-title-layout{display:flex;flex-direction:column;gap:2rem;justify-content:space-between;align-items:start;width:45%}.world-title-layout{display:flex;flex-direction:column;gap:2rem;justify-content:space-between;align-items:start;width:32%}.cryptopayment-title-layout{display:flex;flex-direction:column;gap:2rem;justify-content:space-between;align-items:start;width:40%}.hero-layout h1,.audience-layout h1,.api-block-layout h1{font-size:4rem;line-height:6rem}.manage-title-layout h1,.world-title-layout h1{width:72%;font-size:3.2rem;line-height:5rem;font-weight:500}.cryptopayment-title-layout h1{width:75%;font-size:3.2rem;line-height:5rem;font-weight:500}.hero-layout p,.audience-layout p,.api-block-layout p{font-size:1.6rem}.manage-title-layout p{font-size:1.6rem;width:73%}.world-title-layout p{font-size:1.6rem;width:100%}.cryptopayment-title-layout p{font-size:1.6rem;width:90%}.cryptopayment-title-layout ul{padding-left:2rem}.cryptopayment-title-layout ul li{padding-bottom:1rem}.cryptopayment-title-layout li::marker{color:#387d91}.landing-layout .title{color:#e9e9e9}.landing-layout .sub-title{color:#b1b1b1;font-size:1.4rem}.landing-layout .button-container{display:flex;align-items:center;gap:3.6rem}.landing-layout button{font-size:1.4rem;padding:1rem 3.6rem;border-radius:.6rem;border:1px solid rgba(23,23,23,.6);color:#111;background:linear-gradient(0deg,#fafafa -32.93%,#cfcfcf 187.8%);box-shadow:0 -2px #c9c9c9 inset,0 1px #fff inset;cursor:pointer}.landing-layout button:hover{background:linear-gradient(0deg,#fff 13.1%,#cfcfcf 187.8%);box-shadow:0 78px 22px #efefef00,0 -8px 20px #efefef2e,0 28px 17px #efefef05,0 12px 12px #efefef0a,0 3px 7px #efefef0a}.landing-layout button:active{background:linear-gradient(0deg,#e5e5e5 13.1%,#cfcfcf 187.8%);box-shadow:0 -1px #c9c9c9 inset,0 1px #fff inset}.button-container a{display:flex;align-items:center;gap:.4rem}.button-container span{font-size:1.4rem}.landing-layout .hero-img{position:relative;width:40%}.landing-layout .manage-img{display:flex;flex-direction:row-reverse;width:55%}.landing-layout .manage-img img{max-width:100%}.landing-layout .world-img{display:flex;flex-direction:row-reverse;width:68%}.landing-layout .audience-img{display:flex;flex-direction:row-reverse;width:55%}.landing-layout .api-block-img{position:relative;display:flex;flex-direction:row-reverse;width:56%}.landing-layout .world-img img,.landing-layout .audience-img img,.landing-layout .api-block-img img{max-width:100%}.landing-layout .api-block-img img:last-child{position:absolute;width:50%;top:0;right:0;z-index:3}.landing-layout .cryptopayment-img{display:flex;flex-direction:row-reverse;width:60%}.landing-layout .cryptopayment-img img{max-width:100%}.landing-layout .hero-img img{border-radius:1.6rem;border:5px solid var(--Dark, #202020);background:#2020207d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.landing-layout .hero-img>div>img{border-radius:1rem}.landing-layout .layout-paragraph{display:flex;flex-direction:column;align-items:center;gap:4rem;padding:8rem 0;position:relative}.audience{padding:0!important;background:#171717;border-block:1px solid #202020;width:100vw!important;overflow:hidden}.audience .layout-horizontal{max-width:111rem;padding:0}.b2b .api-block{margin-bottom:8rem;background:#171717;width:100vw!important;overflow:hidden}.b2b .api-block .layout-horizontal{position:relative;max-width:111rem;padding:0}.landing-layout .layout-title{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-inline:2rem}.landing-layout .layout-title .sub-title{max-width:52rem}.landing-layout .layout-title h1{font-size:3.2rem;line-height:5rem;font-weight:500}.landing-layout .layout-title p{font-size:1.5rem}.landing-layout .layout-help{display:flex;height:36rem;padding:0;align-items:flex-start;gap:0;border:1px solid #171717;background:#202020;width:100%}.landing-layout .layout-manage{display:flex;width:100%}.landing-layout .layout-b2b-manage{display:flex;width:100%;padding:0}.landing-layout .layout-feature{display:flex;width:56%;height:100%;flex-direction:column;align-items:flex-start;background:#171717;padding:2rem}.landing-layout .feature{border-bottom:1px solid #202020;width:100%}.landing-layout .feature-header{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;padding:1rem;cursor:pointer}.landing-layout .feature-body{padding:0 4rem .8rem 1rem;font-size:1.2rem}.landing-layout .layout-feature>div:last-child{border-bottom:none}.landing-layout .layout-feature-img,.landing-layout .feature-img{width:44%;height:100%;display:flex;align-items:end;overflow:hidden}.landing-layout .feature-img{display:none}.landing-layout .layout-feature-img>div{position:relative}.landing-layout .layout-feature-img>div img{border-radius:1rem;border:1px solid #202020}.landing-layout .ico-group{display:flex;gap:.8rem;position:relative;-webkit-mask-image:radial-gradient(72.46% 400.12% at 50% 50%,#fff 20%,#0000 90%)}.landing-layout .ico-wrapper{width:2.8rem;height:2.8rem;border:1px solid #343434;background:#202020;border-radius:.6rem;display:flex;align-items:center;justify-content:center}.landing-layout .ico-wrapper img{width:1.4rem;height:1.4rem}.landing-layout .wallet-card{position:absolute;max-width:28rem;display:flex;gap:0;border:1px solid #202020;border-radius:.8rem;overflow:hidden;box-shadow:5px 5px 8px #111}.landing-layout .wallet-banner{position:relative;padding:.8rem 1.2rem;width:8rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.landing-layout .wallet-banner svg{fill:none!important;transform:translate(-2rem,-2rem)}.landing-layout .logo-wrapper{border-radius:50%;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center}.landing-layout .logo-wrapper img{width:2rem;height:2rem}.landing-layout .banner-back{position:absolute;top:0;right:0;left:0;bottom:0;z-index:-1}.landing-layout .wallet-body{display:flex;flex-direction:column;justify-content:space-between;padding:1.2rem 3rem .8rem 1rem;gap:2rem}.landing-layout .detail,.landing-layout .wallet-body>div>p:nth-child(odd){color:#b1b1b1}.landing-layout .layout-benefits{width:100%;display:flex;flex-direction:column;gap:2.8rem}.landing-layout .layout-benefits>div:first-child,.landing-layout .benefits>div{width:100%;height:36rem;background:#171717;overflow:hidden;position:relative;border:1px solid #202020}.landing-layout .outlook{padding:3rem;position:absolute;width:100%;left:0;bottom:0}.landing-layout p{z-index:5}.landing-layout .outlook p:first-child,.landing-layout .benefits>div>p:first-child{font-size:1.6rem}.landing-layout .outlook p:last-child,.landing-layout .benefits>div>p:last-child{font-size:1.3rem;max-width:55%}.landing-layout .benefits div:nth-child(2)>p{width:55%}.landing-layout .benefits .benefit2-description{margin-top:18rem}.landing-layout .layout-benefits .benefits{width:100%;display:flex;gap:2.8rem}.landing-layout .benefits>div{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:3rem}.landing-layout .ico-card{position:absolute;display:flex;align-items:center;gap:.4rem;border:1px solid #323232;background:#202020;border-radius:.6rem;padding:.4rem 1rem}.landing-layout .ico-card img{width:1.2rem}.landing-layout .ico-card p{margin-top:.3rem;font-size:.9rem}.landing-layout .layout-industry,.landing-layout .layout-getting-started{background:#131313;padding-block:8rem}.landing-layout .layout-industry{border:1px solid #202020}.landing-layout .layout-getting-started{margin-top:16rem;border-block:1px solid #202020;width:100vw!important;overflow:hidden;gap:2.4rem!important}.landing-layout .industry-card{border:1px solid #323232;border-radius:8rem;background:#202020;display:flex;align-items:center;padding:4px}.landing-layout .industry-card .ico-wrapper{border-radius:8rem;border:none;background:#323232;width:3.2rem;height:3.2rem}.landing-layout .industry-card p{font-size:1.2rem;padding:.1rem 1rem 0 .6rem;text-wrap:nowrap}.landing-layout .slider{width:96%;display:flex;flex-direction:column;align-items:center;gap:1.6rem;-webkit-mask-image:radial-gradient(60% 400% at 50% 50%,#fff 20%,#0000 76%)}.landing-layout .animation-wrapper{min-width:160rem;position:relative;overflow:hidden}.landing-layout .industry-wrapper1,.landing-layout .industry-wrapper2{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.6rem;padding-inline:.8rem;transform:translate(0)}.landing-layout .industry-wrapper2{transform:translate(-100%);position:absolute;top:0}.landing-layout .move-right1,.landing-layout .move-right2,.landing-layout .move-left1,.landing-layout .move-left2{animation-name:anim-right1;animation-duration:50s;animation-timing-function:linear;animation-iteration-count:infinite}.landing-layout .move-right2{animation-name:anim-right2}.landing-layout .move-left1{animation-name:anim-left1}.landing-layout .move-left2{animation-name:anim-left2}@keyframes anim-right1{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes anim-right2{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes anim-left1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes anim-left2{0%{transform:translate(0)}to{transform:translate(-100%)}}.landing-layout .scroll-container{display:flex;justify-content:space-between;width:100%;gap:2rem;position:relative}.landing-layout .text-part{width:24%;display:flex;flex-direction:column;gap:12rem}.landing-layout .img-part{width:72%;height:min-content}.landing-layout .image-transition{transition:.5s;width:100%}.landing-layout .feature-heading{padding-block:7.2rem 32rem;display:flex;flex-direction:column;justify-content:space-around;gap:1.6rem;position:relative}.landing-layout .feature-heading:last-child{padding-block:0rem 39.2rem}.landing-layout .feature-heading p{font-size:2.4rem}.landing-layout .feature-heading p:nth-last-child(2){font-size:1.2rem}.landing-layout .multi-wallet-management{display:flex;position:relative;justify-content:center}.landing-layout .multi-wallet-management>div>p:first-child{font-size:2rem}.landing-layout .multi-wallet-management>div>p:last-child{font-size:1.4rem}.landing-layout .multi-wallet-management>div{display:flex;flex-direction:column;justify-content:start;gap:2rem;position:relative}.landing-layout .wallet-internal{width:30%;padding:4rem 3rem 2rem 2rem;border-inline:1px solid #202020;overflow:hidden}.landing-layout .wallet-external{padding:4rem 2rem 10rem;width:85%;margin-right:-16rem;-webkit-mask-image:linear-gradient(to right,#fff 90%,#fff0)}.landing-layout .wallet-external>p{width:40rem}.landing-layout .wallet-club{border-radius:1rem;border:1px solid #202020;padding:2rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;background:#171717;box-shadow:5px 5px 10px #070707;font-size:1.4rem;max-width:56rem;z-index:1}.landing-layout .ico-card-wallet{padding:.4rem .4rem .2rem;width:fit-content;height:fit-content;border-radius:1rem;border:2px dashed #202020;position:absolute}.landing-layout .ico-card-wallet img{width:24rem;border-radius:.6rem}.landing-layout .layout-transactions{display:flex;position:relative;align-items:center;justify-content:center}.landing-layout .transaction-description{width:30%;display:flex;flex-direction:column;gap:2rem;padding-left:3rem}.landing-layout .transaction-img{width:70%}.landing-layout .transaction-img img{width:100%}.landing-layout .layout-invoicing,.landing-layout .layout-security{display:flex;justify-content:center;align-items:center;position:relative}.landing-layout .invoicing-step-wrapper{width:35%;display:flex;flex-direction:column;justify-content:space-evenly;gap:1rem;padding:1rem 1rem 1rem 0}.landing-layout .invoicing-step{display:flex;flex-direction:column;gap:.6rem;padding:1.2rem 1rem;border-radius:.6rem;border:1px solid #202020;font-size:1.4rem;cursor:pointer;transition:.5s ease-in}.landing-layout .invoicing-step:hover{background:#202020}.landing-layout .invoicing-step-selected{background:#202020;border:1px solid #e9e9e9}.landing-layout .invoicing-step img{width:1.4rem;height:1.4rem}.landing-layout .invoicing-step p:last-child{font-size:1.2rem}.landing-layout .invoicing-img{width:65%;overflow:hidden;border-inline:1px solid #202020;position:relative}.landing-layout .invoicing-img img{width:100%;position:absolute;opacity:0;transition:.5s ease-out}.landing-layout .invoicing-img img.visible{position:static;opacity:1}.landing-layout .layout-product{display:flex;flex-direction:column;align-items:center;gap:2rem}.landing-layout .product-img{width:100%;position:relative;overflow:hidden}.landing-layout .product-img img{width:100%;position:absolute;border-radius:1rem;border:2px solid #202020;opacity:0;transition:opacity .5s ease-out}.landing-layout .product-img-showed{opacity:1!important;position:static!important}.landing-layout .product-creation-step{display:flex;gap:2rem;align-items:start}.landing-layout .product-step{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:2px solid #202020;cursor:pointer;position:relative}.landing-layout .product-step hr{position:absolute;top:-2px;left:0;border:none;z-index:10;border-top:2px solid #e9e9e9!important}.landing-layout .product-step p:first-child{font-size:1.6rem}.landing-layout .product-step p:last-child{font-size:1.36rem}.landing-layout .translate-left{left:-32rem}.landing-layout.home .hero-img img{width:24rem}.landing-layout.home .hero-img img:last-child{position:absolute;top:4.4rem;right:0}.landing-layout .hero>img{position:absolute;z-index:-1}.landing-layout .help{gap:8rem;padding-top:16rem;padding-bottom:4rem}.landing-layout .manage{padding-block:12rem}.landing-layout .b2c-manage{padding-block:4rem}.landing-layout .b2b-manage{padding-block:10rem}.landing-layout .benefits img{height:100%;position:absolute;bottom:0;right:0}.landing-layout .feature-heading>img:last-child{display:none;width:100%;border:5px solid #202020;-webkit-mask-image:linear-gradient(to bottom,#fff 40%,#fff0 96%)}.landing-layout .main-feature{padding-block:8rem 0;margin-bottom:16rem;width:100vw;background:#131313;border-bottom:1px solid #202020}.landing-layout .safe-top{display:flex;justify-content:space-between;align-items:end}.landing-layout .safe-bottom{display:flex;gap:2rem}.landing-layout hr{border-top:1px solid #202020;border-left:1px solid #202020;border-bottom:none;border-right:none;position:absolute;z-index:-1}.layout-community{align-items:start!important}.layout-community .layout-title{padding:0;text-align:left;align-items:start;max-width:64rem}.community-container{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.community{display:flex;align-items:start;padding:2rem;gap:1.4rem}.community:hover{background:#202020;border-radius:.8rem}.community>img{width:3.2rem}.community-body h3{color:#e9e9e9;font-size:1.8rem}.community-body img{width:1.2rem;margin-left:.4rem}.community-container .community:last-child .community-body img{display:none}.community-body p{color:#b1b1b1;font-size:1.4rem;margin-top:.6rem}.crypto-wallet-subtext{max-width:40%!important}@media (max-width: 900px){.audience .layout-horizontal{max-width:100%;margin-left:auto;margin-right:auto;padding:5rem;gap:4rem!important}.b2b .api-block .layout-horizontal{max-width:100%;margin-left:auto;margin-right:auto;padding-left:5rem;padding-right:5rem;gap:4rem!important}.api-block-sub-title,.manage-title-layout p,.manage-title-layout h1{width:100%}.landing-layout .hide-in-tablet{display:none}.landing-layout .translate-left{left:-8rem}.landing-layout .hero{padding-top:8rem!important}.landing-layout .hero h1{font-size:4rem;line-height:5rem}.landing-layout .layout-horizontal{flex-direction:column;gap:2rem}.landing-layout .hero-layout,.landing-layout .audience-layout,.landing-layout .api-block-layout{width:100%!important;gap:2rem}.landing-layout.home .hero{padding-bottom:0}.landing-layout.home .hero-img{transform:translate(-4rem)}.landing-layout.home .hero-img img{width:16rem}.landing-layout.home .hero-img img:last-child{position:absolute;top:2.4rem;left:13rem}.landing-layout .hero>img{width:100%!important}.landing-layout .hero>img:nth-child(2){bottom:28rem!important}.landing-layout .help{gap:4rem;padding-block:8rem}.landing-layout .layout-feature{width:100%}.landing-layout .layout-feature-img{display:none}.landing-layout .feature-img{display:flex;width:100%;border-radius:1rem;margin-top:1rem;background:#1d1d1d}.landing-layout .layout-help{height:fit-content}.landing-layout .manage{padding-block:4rem}.landing-layout .layout-manage{padding:0}.landing-layout .manage-title-layout{width:100%}.landing-layout .manage-img{width:80%}.landing-layout .world-img{width:95%}.landing-layout .audience-img,.landing-layout .api-block-img{width:100%}.landing-layout .cryptopayment-img{width:95%}.landing-layout .benefits{flex-direction:column}.landing-layout .img-part{display:none}.landing-layout .text-part{width:100%;gap:0}.landing-layout .feature-heading{padding-block:2rem}.landing-layout .feature-heading>img:last-child{display:block}.landing-layout .main-feature{margin-bottom:8rem}.landing-layout.b2c .hero-img{width:100%!important;justify-content:start!important;overflow:hidden}.landing-layout.b2c .hero-img>div{width:70%!important;flex-direction:row!important;align-items:start;justify-content:start!important}.landing-layout.b2c .hero-img>div:last-child{position:absolute;align-items:end;left:76%;top:-8rem}.landing-layout.b2c .hero-img>div>img{width:50%!important}.landing-layout .multi-wallet-management{flex-direction:column;align-items:center}.landing-layout .multi-wallet-management>div{width:100%;margin:0}.landing-layout .wallet-internal .ico-card-wallet{top:6rem!important;left:56%!important}.landing-layout .wallet-internal .sub-title{width:50%}.landing-layout .wallet-external hr{display:block!important;width:100vw;top:0;left:-5rem}.landing-layout .wallet-club{width:100%}.landing-layout .wallet-external{-webkit-mask-image:none;border-left:1px solid #202020}.landing-layout .layout-transactions{flex-direction:column;gap:4rem;width:100%}.landing-layout .transaction-description{width:100%;padding-left:0}.landing-layout .transaction-description .sub-title{width:75%}.landing-layout .layout-transactions.first{flex-direction:column-reverse}.landing-layout .transaction-img{width:100%}.landing-layout.b2b .hero .layout-horizontal{gap:0}.landing-layout.b2b .hero-img{width:80%!important;margin-top:-4rem}.landing-layout.b2b .translate-left{bottom:36%!important;width:100%!important}.landing-layout .invoicing-step-wrapper{display:none}.landing-layout .invoicing-img{width:100%}.landing-layout .invoicing-step-container{display:flex!important;flex-direction:column;gap:2rem;align-items:start;position:relative;width:100%}.landing-layout .step-invoicing{width:100%;position:absolute;margin-inline:auto;opacity:0;transition:.5s ease-in}.landing-layout .step-invoicing-visible{position:static;opacity:1}.landing-layout .invoicing-tab-container{display:flex;justify-content:space-between;align-items:center;background:#171717;border:1px solid #202020;border-radius:.6rem;padding:.4rem;width:100%}.landing-layout .invoicing-tab{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.6rem;border-radius:.4rem;transition:.5s ease-in}.landing-layout .invoicing-tab-selected,.landing-layout .invoicing-tab:hover{background:#202020}.landing-layout .invoicing-tab img{width:1.2rem}.landing-layout .invoicing-tab p{font-size:1rem}.landing-layout .product-creation-step{display:none}.landing-layout .step-product-creation{display:block!important;width:100%;position:relative}.landing-layout .step-product{position:absolute;opacity:0;transition:.5s ease-in}.landing-layout .step-product-selected{opacity:1}.landing-layout .progress-bar{display:flex;align-items:center;margin-top:8rem;gap:2rem}.landing-layout.b2b .product{padding-top:2rem}.landing-layout .safe-top{flex-direction:column;align-items:start;gap:2rem}.landing-layout .safe-top>div{width:80%!important}.landing-layout .safe-top>p{width:92%!important}.landing-layout .safe-bottom{flex-direction:column;gap:1rem}.landing-layout .safe-bottom>div{flex-direction:row!important;align-items:start;justify-content:start;gap:2rem!important;width:100%!important}.landing-layout .safe-bottom>div>div{flex-direction:column}.landing-layout .safe-bottom hr{width:1px!important;height:6rem}.landing-layout .layout-security{flex-direction:column;width:100%}.landing-layout .layout-security>div{width:100%!important;height:36rem;overflow:hidden;border-block:1px solid #202020}.landing-layout .layout-security img{width:auto!important;height:36rem}.community-container{grid-template-columns:1fr}.landing-layout .layout-world,.landing-layout .layout-cryptopayment{flex-direction:column}.landing-layout .world-title-layout,.landing-layout .cryptopayment-title-layout{width:100%}.landing-layout .world{padding-block:4rem}.landing-layout .cryptopayment{padding-top:4rem}.manage-title-layout h1,.world-title-layout h1,.cryptopayment-title-layout h1,.manage-title-layout p,.world-title-layout p,.cryptopayment-title-layout p{width:100%}}@media (max-width: 640px){.landing-layout .hide-in-mobile{display:none}.landing-layout.home .hero-img{transform:translate(-8rem)}.landing-layout .benefits img{left:0}.landing-layout.b2c .hero-img>div:last-child{display:none!important}.landing-layout.b2c .hero-img>div:first-child img{width:72%!important}.landing-layout.b2c .hero-img>div:first-child img:last-child{position:absolute;left:60%;-webkit-mask-image:linear-gradient(to bottom,#fff 30%,#0000 56%)}.landing-layout .wallet-internal{border:none}.landing-layout .wallet-internal .ico-card-wallet{position:static}.landing-layout .wallet-internal .sub-title{width:100%}.landing-layout .multi-wallet-management>div{padding-inline:0}.landing-layout .wallet-club{grid-template-columns:1fr 1fr}.landing-layout .ico-card-wallet.coinbase{top:58rem!important;left:-16rem!important}.landing-layout .ico-card-wallet.metamask{top:60rem!important;left:16rem!important}.landing-layout .wallet-external{border-left:none;padding-bottom:22rem}.landing-layout .wallet-external hr{display:none!important}.landing-layout .wallet-external>p{width:100%}.landing-layout .transaction-img{overflow:hidden}.landing-layout .transaction-img img{height:28rem;width:auto}.landing-layout.b2b .hero-img{width:100%!important;margin-top:-2rem}.landing-layout .invoicing-tab p{display:none}.landing-layout .invoicing-tab-selected p{display:block}.landing-layout .progress-bar{margin-top:12rem}.landing-layout.home .layout-getting-started .layout-title .title{width:30rem}.landing-layout .outlook p:last-child{max-width:96%}.landing-layout .benefits>div>p:last-child{max-width:26rem}.landing-layout .benefits div:nth-child(2)>p{width:60%}.landing-layout .invoicing-step-container{flex-direction:column-reverse}.landing-layout .analytics>p:last-child{width:36rem!important}}.vertical-dashed-line{position:absolute;border:none;width:1px;height:100px;z-index:-1;background-image:repeating-linear-gradient(to bottom,#202020 0,#202020 8px,transparent 8px,transparent 15px)}.horizontal-dashed-line{position:absolute;border:none;width:100px;height:1px;z-index:-1;background-image:repeating-linear-gradient(to right,#202020 0,#202020 8px,transparent 8px,transparent 15px)}.landing-layout.contact{width:100%;position:relative}.contact .contact-layout{margin:4rem auto 8rem;max-width:50rem;width:90%;display:flex;flex-direction:column;gap:2.8rem}.contact-layout>h1,.contact-layout>h2,.contact-layout>p{text-align:center}.contact-layout>h1{font-size:4rem}.contact-layout>p{font-size:1.6rem}.contact-layout>h2{font-size:2rem;color:#b1b1b1}.contact-form{display:flex;flex-direction:column;gap:.8rem;color:#b1b1b1}.contact-form button *{color:#fff}.contact-form input,.contact-form textarea{font-size:1.2rem!important}._logos_912sk_1{padding:4rem 0;position:relative;width:100vw!important;overflow:hidden}._logos_912sk_1:before{background:linear-gradient(90deg,var(--background-color),rgba(9,9,9,0) 100%);position:absolute;left:0;top:0;z-index:2;bottom:0;width:10rem;content:"";pointer-events:none}._logos_912sk_1:after{z-index:2;background:linear-gradient(-90deg,var(--background-color),rgba(9,9,9,0) 100%);position:absolute;right:0;pointer-events:none;top:0;bottom:0;width:10rem;content:""}._logoImage_912sk_41{width:max-content}._line1_912sk_45{width:auto;transform:translate(0);display:flex;align-items:center}._line2_912sk_52{position:absolute;width:auto;top:0;bottom:0;height:max-content;transform:translate(-100%);margin:auto 0;display:flex;align-items:center;transition:5s linear}._logoImage_912sk_41 svg{height:4rem;opacity:.26;margin:0 5rem;transition:.2s ease-out}._logoImage_912sk_41 svg:hover{opacity:1}._line_912sk_45:first-child{position:absolute;top:0;left:0;right:0}._line_912sk_45 img{width:100vw;height:1px;object-fit:cover}._line_912sk_45:last-child{position:absolute;bottom:0;left:0;right:0}._messagecontainer_912sk_99{background-color:#cfc;color:green;border:1px solid green;padding:1rem;margin-bottom:1rem;border-radius:4px}@media (max-width: 1200px){._logoImage_912sk_41 svg{height:3rem;margin:0 5.25rem}}@media (max-width: 900px){._logoImage_912sk_41 svg{margin:0 4.2rem}}@media (max-width: 800px){._logoImage_912sk_41 svg{margin:0 3rem}}@media (max-width: 700px){._logoImage_912sk_41 svg{margin:0 3rem}}@media (max-width: 650px){._logoImage_912sk_41 svg{height:3rem;margin:0 2rem}}@media (max-width: 550px){._logoImage_912sk_41 svg{height:3rem;margin:0 3rem}}@media (max-width: 400px){._logoImage_912sk_41 svg{margin:0 3rem}}.resources-layout{margin-top:6.4rem;display:flex;flex-direction:column;align-items:center}.sidebar{overflow-y:auto;overflow-x:hidden;width:24%;height:100%;display:flex;flex-direction:column;gap:1rem;padding-block:2rem;padding-right:3rem;position:sticky;top:6.4rem}.sidebar-item>p{color:#e9e9e9;font-size:1.5rem;margin-block:.4rem;padding-block:.6rem}.sidebar-subitem{color:#b1b1b1;border-left:2px solid #202020;font-size:1.4rem;padding-block:.6rem;padding-inline:1rem;border-radius:0 .6rem .6rem 0;cursor:pointer}.sidebar-subitem:hover{background:#202020}.sidebar-subitem-selected{background:#202020;border-left:2px solid #078bb9}.contents{width:76%;padding:2rem 0 0rem 3rem;display:flex;flex-direction:column;gap:0;align-items:start;border-left:1px solid #202020;position:relative;overflow-y:auto;height:calc(100vh - 7rem)}.contents::-webkit-scrollbar{display:none}.contents h1,.contents h2,.contents p{z-index:5}.contents h1{color:#e9e9e9;font-size:2.4rem;padding-block:2.8rem 1.4rem}.contents h2{color:#e9e9e9;font-size:1.8rem;padding-block:2.2rem 1.1rem}.contents p{color:#b1b1b1;font-size:1.4rem;padding:.8rem 0}.contents a{text-decoration:underline;color:#078bb9;cursor:pointer}.contents hr{border:1px solid #202020;width:100%;margin-block:1rem}.contents img,.contents video{max-width:80%;padding-block:2.4rem}.contents>div{display:flex;flex-direction:row;gap:2rem;padding-block:2rem}.contents .footer{display:flex;align-items:center;justify-content:space-between;width:100%;border-top:1px solid #202020;padding-block:2rem 3rem;margin-top:2rem}.socials{margin-top:.2rem;display:flex;gap:1rem;align-items:center}.socials img{padding:0;width:2rem;cursor:pointer}.toggle-button{display:none;cursor:pointer}.resources-layout .horizontal{display:flex;align-items:start;justify-content:center;width:100%;position:relative}@media (max-width: 900px){.contents img,.contents video{max-width:100%}.socials img{width:1.4rem}.sidebar{position:absolute;left:-100%;width:32rem;top:0;height:100%;z-index:7;padding-left:4rem;background:#131313;transition:.5s ease-out}.contents{border-left:none;overflow-x:hidden;height:100%;width:100%;padding-inline:5rem}.resources-layout .horizontal{position:relative;width:100vw;height:calc(100vh - 10.5rem);margin-inline:0;overflow:hidden}.toggle-button{display:block;width:100vw;font-size:1.4rem;color:#e9e9e9;text-wrap:nowrap;padding:1rem 1rem 1.2rem;border-block:1px solid #202020}.open-sidebar{left:0}.back-blur{position:absolute;display:none;top:0;right:0;bottom:0;left:0;z-index:6;background:#00000001;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}hr{display:none}}@media (max-width: 640px){.contents>div{flex-direction:column}}@media (max-width: 550px){.sidebar{padding-left:2.5rem}.contents{padding-inline:3rem}}._input_1dkng_1,._textarea_1dkng_2,._attachment_1dkng_3{width:100%;background:var(--BG2, #171717);border-radius:6px;font-size:14px;padding:1rem;outline:0!important}._inputWrapper_1dkng_13 input::placeholder,._textareaWrapper_1dkng_18 textarea::placeholder,._attachmentWrapper_1dkng_19 ._attachment_1dkng_3::placeholder{color:#ffffff6b}._label_1dkng_23{font-size:16px!important;margin-bottom:.5rem;font-weight:500;color:var(--Light-grey2)}._textArea_1dkng_30{font-size:16px!important;margin-bottom:.5rem;font-weight:500}._input_1dkng_1,._textarea_1dkng_2,._attachment_1dkng_3{position:relative}._searchInput_1dkng_42{color:var(--text-color);background-color:transparent;border:none!important;outline:none;font-size:1.2rem}._searchInput_1dkng_42::placeholder{font-family:Euclid,sans-serif;font-size:1.2rem}._countryOption_1dkng_55{font-size:1.2rem;border:1px solid rgba(255,255,255,.08);padding:1rem}._option_1dkng_61 ._input_1dkng_1{position:relative;display:flex;align-items:center;gap:20px;justify-content:space-between;padding:.5rem 2rem;border-radius:.6rem}._walleField_1dkng_75{display:flex!important;align-items:center!important;justify-content:flex-start;gap:20px}._walletName_1dkng_82{position:relative;bottom:0;line-height:25px;color:var(--text-color);font-size:14px;font-weight:500;text-transform:capitalize}._walletAddress_1dkng_92{color:#b1b1b1;font-size:14px}._walletAddressField_1dkng_97{display:flex;align-items:center;gap:6px}._walletAddressSubContainer_1dkng_103{padding:3px 6px;border-radius:6px;background-color:var(--lightWhite-color)}._copyAddressIcon_1dkng_109{z-index:2;cursor:pointer}._option_1dkng_61 input{border:0px!important}._body_1dkng_118,._walletDropdownBody_1dkng_134{position:absolute;left:0;right:0;border-radius:.6rem!important;display:flex;flex-direction:column;gap:1.8rem;padding:1.2rem 2rem;bottom:0;transform:translateY(100%);max-height:200px;overflow-y:scroll;z-index:100}._reverseOpen_1dkng_150{bottom:100%;transform:none}._body_1dkng_118::-webkit-scrollbar{width:7px}._body_1dkng_118::-webkit-scrollbar-track{background:transparent}._body_1dkng_118::-webkit-scrollbar-thumb{background:transparent}._dashboardLabel_1dkng_170{font-size:16px!important;color:var(--Light-grey2)}._passwordLabel_1dkng_175{font-size:1.2rem!important}._dashboardInput_1dkng_179,._dashboardTextarea_1dkng_180,._attachment_1dkng_3{font-size:1.4rem!important;padding:1rem 1.8rem!important;background-color:var(--BG2, #171717)}._attachment_1dkng_3{display:flex;gap:1.5rem;cursor:pointer}._attachment_1dkng_3 p{flex:1 1}._hideInput_1dkng_199{position:absolute;pointer-events:none;opacity:0}._select_1dkng_205{font-size:1.2rem;padding:1.75rem 2rem!important;gap:.5rem!important}._walletOptions_1dkng_211{display:flex;align-items:center;gap:10px}._walletDropdownIcon_1dkng_217{position:absolute;right:20px}._dropdownDisable_1dkng_222{cursor:not-allowed}._walletFieldSubContainer_1dkng_226{display:flex;align-items:center;gap:1.2rem}._currencySelect_1dkng_232{width:max-content;height:2.5rem;background-color:transparent;border:1px solid var(--border-color, #313131);border-radius:4px;position:relative;cursor:pointer}._option_1dkng_61{cursor:pointer}._selectBody_1dkng_246{width:max-content;position:absolute;left:0;right:0;display:flex;flex-direction:column;bottom:0;transform:translateY(100%);border:1px solid var(--border-color, #313131);z-index:100}._optionLineWrapper_1dkng_259{display:flex;height:100%;padding:0 6px;justify-content:space-between;align-items:center;background:var(--bg2-color, #1f1f1f)}._optionLineWrapper_1dkng_259:hover{background:var(--card-color, #272729)}._selectBody_1dkng_246 ._optionLineWrapper_1dkng_259{padding:8px 10px}._optionLine_1dkng_259{display:flex;gap:4px}._icon_1dkng_280{width:16px;flex-shrink:0;height:auto!important}._optionTitle_1dkng_287{font-size:1rem;line-height:1rem;margin-top:2px;color:var(--text-color, #f6f6f6)}._spinner_1dkng_294{display:flex;justify-content:flex-start;align-items:center;gap:.4rem;padding:10.22px 12px}._spinner_1dkng_294>div{font-size:20px;color:var(--Light-grey2, var(--Light-grey2, #b1b1b1));cursor:pointer;width:16px;height:16px;display:flex;justify-content:center;align-items:center}._spinner_1dkng_294 input{outline:none!important;border:none!important;border-radius:8px;padding:0;text-align:center;font-size:1.6rem;width:4rem;color:var(--Light-grey2, var(--Light-grey2, #b1b1b1));background-color:transparent}._checkoutInput_1dkng_325{font-size:1.2rem!important;padding:1rem!important;background-color:var(--card-color)}._dragDropImage_1dkng_330{background-image:url("data:image/svg+xml,%3csvg%20width='267'%20height='204'%20viewBox='0%200%20267%20204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_3292_60527'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='-4'%20y='-37'%20width='275'%20height='277'%3e%3cpath%20d='M192.307%20102.001C192.307%20134.721%20165.975%20161.241%20133.5%20161.241C101.025%20161.241%2074.6927%20134.721%2074.6927%20102.001C74.6927%2069.2799%20101.025%2042.7607%20133.5%2042.7607C165.975%2042.7607%20192.307%2069.2799%20192.307%20102.001Z'%20stroke='%23202020'/%3e%3cpath%20d='M227.805%20101.999C227.805%20154.324%20185.581%20196.737%20133.5%20196.737C81.419%20196.737%2039.1952%20154.324%2039.1952%20101.999C39.1952%2049.675%2081.419%207.26172%20133.5%207.26172C185.581%207.26172%20227.805%2049.675%20227.805%20101.999Z'%20stroke='%23202020'/%3e%3cpath%20d='M270.47%20101.999C270.47%20177.941%20209.144%20239.5%20133.5%20239.5C57.8555%20239.5%20-3.46973%20177.941%20-3.46973%20101.999C-3.46973%2026.0582%2057.8555%20-35.501%20133.5%20-35.501C209.144%20-35.501%20270.47%2026.0582%20270.47%20101.999Z'%20stroke='%23202020'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3292_60527)'%3e%3crect%20x='-91.7163'%20y='-68.0342'%20width='458.622'%20height='315.888'%20fill='url(%23paint0_radial_3292_60527)'/%3e%3c/g%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_3292_60527'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(137.595%20366.995)%20rotate(-90)%20scale(340.457%20518.691)'%3e%3cstop%20stop-color='%23181818'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23202020'%20stop-opacity='0.6'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:cover!important}._currencySelectField_1dkng_336{width:25%}._currencySelectLabel_1dkng_340{text-wrap:nowrap;font-size:16px}@media screen and (max-width: 767px){._currencySelectField_1dkng_336{width:100%}}
