:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.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:.5s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background: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;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@layer reset, base, tokens, recipes, utilities;html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}@layer reset{:host,html{--font-fallback:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;line-height:1.5;font-family:var(--global-font-body,var(--font-fallback))}*,::backdrop,::file-selector-button,:after,:before{margin:0;padding:0;box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--global-color-border,currentColor)}hr{height:0;color:inherit;border-top-width:1px}body{height:100%;line-height:inherit}img{border-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-size:inherit;font-weight:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}menu,ol,ul{list-style:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button;-webkit-appearance:button}::file-selector-button,button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;background:var(--colors-transparent)}::placeholder{opacity:1;--placeholder-fallback:color-mix(in srgb,currentColor 50%,transparent);color:var(--global-color-placeholder,var(--placeholder-fallback))}textarea{resize:vertical}table{text-indent:0;border-collapse:collapse;border-color:inherit}summary{display:list-item}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}dialog{padding:0}a{color:inherit;text-decoration:inherit}abbr:where([title]){text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{--font-mono-fallback:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New";font-feature-settings:normal;font-variation-settings:normal;font-family:var(--global-font-mono,var(--font-mono-fallback));font-size:1em}progress{vertical-align:baseline}::-webkit-search-cancel-button,::-webkit-search-decoration{-webkit-appearance:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}:-moz-ui-invalid{box-shadow:none}:-moz-focusring{outline:auto}[hidden]{display:none!important}}@layer base{:root{--made-with-panda:"🐼";--container-max-width:1280px;--base-h:1300;--vh-unit:calc(100dvh / var(--base-h));--whitepaper-header-h:100px;--whitepaper-header-mob-h:80px}:where(button,[role=button]){cursor:pointer}*{-webkit-tap-highlight-color:transparent}html{background:#000}body::-webkit-scrollbar{background:#201f28;width:3px}body::-webkit-scrollbar-thumb:horizontal{background:#9ce625}body::-webkit-scrollbar-thumb:vertical{background:#9ce625}ul{list-style:none}a{outline:var(--borders-none)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:var(--spacing-0)}*,::backdrop,:after,:before{--blur: ;--brightness: ;--contrast: ;--grayscale: ;--hue-rotate: ;--invert: ;--saturate: ;--sepia: ;--drop-shadow: ;--backdrop-blur: ;--backdrop-brightness: ;--backdrop-contrast: ;--backdrop-grayscale: ;--backdrop-hue-rotate: ;--backdrop-invert: ;--backdrop-opacity: ;--backdrop-saturate: ;--backdrop-sepia: ;--gradient-from-position: ;--gradient-to-position: ;--gradient-via-position: ;--scroll-snap-strictness:proximity;--border-spacing-x:0;--border-spacing-y:0;--translate-x:0;--translate-y:0;--rotate:0;--rotate-x:0;--rotate-y:0;--skew-x:0;--skew-y:0;--scale-x:1;--scale-y:1}@media (max-width:1599px){:root{--base-h:1100}}@media (max-width:767px){:root{--base-h:800}}}@layer tokens{:where(:root,:host){--aspect-ratios-square:1/1;--aspect-ratios-landscape:4/3;--aspect-ratios-portrait:3/4;--aspect-ratios-wide:16/9;--aspect-ratios-ultrawide:18/5;--aspect-ratios-golden:1.618/1;--borders-none:none;--easings-default:cubic-bezier(0.4,0,0.2,1);--easings-linear:linear;--easings-in:cubic-bezier(0.4,0,1,1);--easings-out:cubic-bezier(0,0,0.2,1);--easings-in-out:cubic-bezier(0.4,0,0.2,1);--durations-fastest:50ms;--durations-faster:100ms;--durations-fast:150ms;--durations-normal:200ms;--durations-slow:300ms;--durations-slower:400ms;--durations-slowest:500ms;--radii-xs:0.125rem;--radii-sm:0.25rem;--radii-md:0.375rem;--radii-lg:0.5rem;--radii-xl:0.75rem;--radii-2xl:1rem;--radii-3xl:1.5rem;--radii-full:9999px;--font-weights-thin:100;--font-weights-extralight:200;--font-weights-light:300;--font-weights-normal:400;--font-weights-medium:500;--font-weights-semibold:600;--font-weights-bold:700;--font-weights-extrabold:800;--font-weights-black:900;--line-heights-none:1;--line-heights-tight:1.25;--line-heights-snug:1.375;--line-heights-normal:1.5;--line-heights-relaxed:1.625;--line-heights-loose:2;--fonts-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--fonts-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--fonts-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--letter-spacings-tighter:-0.05em;--letter-spacings-tight:-0.025em;--letter-spacings-normal:0em;--letter-spacings-wide:0.025em;--letter-spacings-wider:0.05em;--letter-spacings-widest:0.1em;--shadows-xs:0 1px 2px 0 rgb(0 0 0/0.05);--shadows-sm:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--shadows-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadows-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadows-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--shadows-2xl:0 25px 50px -12px rgb(0 0 0/0.25);--shadows-inner:inset 0 2px 4px 0 rgb(0 0 0/0.05);--blurs-sm:4px;--blurs-base:8px;--blurs-md:12px;--blurs-lg:16px;--blurs-xl:24px;--blurs-2xl:40px;--blurs-3xl:64px;--spacing-0:0rem;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-7:1.75rem;--spacing-8:2rem;--spacing-9:2.25rem;--spacing-10:2.5rem;--spacing-11:2.75rem;--spacing-12:3rem;--spacing-14:3.5rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-28:7rem;--spacing-32:8rem;--spacing-36:9rem;--spacing-40:10rem;--spacing-44:11rem;--spacing-48:12rem;--spacing-52:13rem;--spacing-56:14rem;--spacing-60:15rem;--spacing-64:16rem;--spacing-72:18rem;--spacing-80:20rem;--spacing-96:24rem;--spacing-0\.5:0.125rem;--spacing-1\.5:0.375rem;--spacing-2\.5:0.625rem;--spacing-3\.5:0.875rem;--sizes-0:0rem;--sizes-1:0.25rem;--sizes-2:0.5rem;--sizes-3:0.75rem;--sizes-4:1rem;--sizes-5:1.25rem;--sizes-6:1.5rem;--sizes-7:1.75rem;--sizes-8:2rem;--sizes-9:2.25rem;--sizes-10:2.5rem;--sizes-11:2.75rem;--sizes-12:3rem;--sizes-14:3.5rem;--sizes-16:4rem;--sizes-20:5rem;--sizes-24:6rem;--sizes-28:7rem;--sizes-32:8rem;--sizes-36:9rem;--sizes-40:10rem;--sizes-44:11rem;--sizes-48:12rem;--sizes-52:13rem;--sizes-56:14rem;--sizes-60:15rem;--sizes-64:16rem;--sizes-72:18rem;--sizes-80:20rem;--sizes-96:24rem;--sizes-0\.5:0.125rem;--sizes-1\.5:0.375rem;--sizes-2\.5:0.625rem;--sizes-3\.5:0.875rem;--sizes-xs:20rem;--sizes-sm:24rem;--sizes-md:28rem;--sizes-lg:32rem;--sizes-xl:36rem;--sizes-2xl:42rem;--sizes-3xl:48rem;--sizes-4xl:56rem;--sizes-5xl:64rem;--sizes-6xl:72rem;--sizes-7xl:80rem;--sizes-8xl:90rem;--sizes-prose:65ch;--sizes-full:100%;--sizes-min:min-content;--sizes-max:max-content;--sizes-fit:fit-content;--sizes-breakpoint-xs:376px;--sizes-breakpoint-sm:768px;--sizes-breakpoint-md:810px;--sizes-breakpoint-lg:1024px;--sizes-breakpoint-xl:1280px;--sizes-breakpoint-2xl:1366px;--sizes-breakpoint-3xl:1600px;--animations-spin:spin 1s linear infinite;--animations-ping:ping 1s cubic-bezier(0,0,0.2,1) infinite;--animations-pulse:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;--animations-bounce:bounce 1s infinite;--colors-current:currentColor;--colors-black:#000;--colors-white:#fff;--colors-transparent:transparent;--colors-rose-50:#fff1f2;--colors-rose-100:#ffe4e6;--colors-rose-200:#fecdd3;--colors-rose-300:#fda4af;--colors-rose-400:#fb7185;--colors-rose-500:#f43f5e;--colors-rose-600:#e11d48;--colors-rose-700:#be123c;--colors-rose-800:#9f1239;--colors-rose-900:#881337;--colors-rose-950:#4c0519;--colors-fuchsia-50:#fdf4ff;--colors-fuchsia-100:#fae8ff;--colors-fuchsia-200:#f5d0fe;--colors-fuchsia-300:#f0abfc;--colors-fuchsia-400:#e879f9;--colors-fuchsia-500:#d946ef;--colors-fuchsia-600:#c026d3;--colors-fuchsia-700:#a21caf;--colors-fuchsia-800:#86198f;--colors-fuchsia-900:#701a75;--colors-fuchsia-950:#4a044e;--colors-purple-50:#faf5ff;--colors-purple-100:#f3e8ff;--colors-purple-200:#e9d5ff;--colors-purple-300:#d8b4fe;--colors-purple-400:#c084fc;--colors-purple-500:#a855f7;--colors-purple-600:#9333ea;--colors-purple-700:#7e22ce;--colors-purple-800:#6b21a8;--colors-purple-900:#581c87;--colors-purple-950:#3b0764;--colors-violet-50:#f5f3ff;--colors-violet-100:#ede9fe;--colors-violet-200:#ddd6fe;--colors-violet-300:#c4b5fd;--colors-violet-400:#a78bfa;--colors-violet-500:#8b5cf6;--colors-violet-600:#7c3aed;--colors-violet-700:#6d28d9;--colors-violet-800:#5b21b6;--colors-violet-900:#4c1d95;--colors-violet-950:#2e1065;--colors-indigo-50:#eef2ff;--colors-indigo-100:#e0e7ff;--colors-indigo-200:#c7d2fe;--colors-indigo-300:#a5b4fc;--colors-indigo-400:#818cf8;--colors-indigo-500:#6366f1;--colors-indigo-600:#4f46e5;--colors-indigo-700:#4338ca;--colors-indigo-800:#3730a3;--colors-indigo-900:#312e81;--colors-indigo-950:#1e1b4b;--colors-blue-50:#eff6ff;--colors-blue-100:#dbeafe;--colors-blue-200:#bfdbfe;--colors-blue-300:#93c5fd;--colors-blue-400:#60a5fa;--colors-blue-500:#3b82f6;--colors-blue-600:#2563eb;--colors-blue-700:#1d4ed8;--colors-blue-800:#1e40af;--colors-blue-900:#1e3a8a;--colors-blue-950:#172554;--colors-sky-50:#f0f9ff;--colors-sky-100:#e0f2fe;--colors-sky-200:#bae6fd;--colors-sky-300:#7dd3fc;--colors-sky-400:#38bdf8;--colors-sky-500:#0ea5e9;--colors-sky-600:#0284c7;--colors-sky-700:#0369a1;--colors-sky-800:#075985;--colors-sky-900:#0c4a6e;--colors-sky-950:#082f49;--colors-cyan-50:#ecfeff;--colors-cyan-100:#cffafe;--colors-cyan-200:#a5f3fc;--colors-cyan-300:#67e8f9;--colors-cyan-400:#22d3ee;--colors-cyan-500:#06b6d4;--colors-cyan-600:#0891b2;--colors-cyan-700:#0e7490;--colors-cyan-800:#155e75;--colors-cyan-900:#164e63;--colors-cyan-950:#083344;--colors-teal-50:#f0fdfa;--colors-teal-100:#ccfbf1;--colors-teal-200:#99f6e4;--colors-teal-300:#5eead4;--colors-teal-400:#2dd4bf;--colors-teal-500:#14b8a6;--colors-teal-600:#0d9488;--colors-teal-700:#0f766e;--colors-teal-800:#115e59;--colors-teal-900:#134e4a;--colors-teal-950:#042f2e;--colors-emerald-50:#ecfdf5;--colors-emerald-100:#d1fae5;--colors-emerald-200:#a7f3d0;--colors-emerald-300:#6ee7b7;--colors-emerald-400:#34d399;--colors-emerald-500:#10b981;--colors-emerald-600:#059669;--colors-emerald-700:#047857;--colors-emerald-800:#065f46;--colors-emerald-900:#064e3b;--colors-emerald-950:#022c22;--colors-lime-50:#f7fee7;--colors-lime-100:#ecfccb;--colors-lime-200:#d9f99d;--colors-lime-300:#bef264;--colors-lime-400:#a3e635;--colors-lime-500:#84cc16;--colors-lime-600:#65a30d;--colors-lime-700:#4d7c0f;--colors-lime-800:#3f6212;--colors-lime-900:#365314;--colors-lime-950:#1a2e05;--colors-amber-50:#fffbeb;--colors-amber-100:#fef3c7;--colors-amber-200:#fde68a;--colors-amber-300:#fcd34d;--colors-amber-400:#fbbf24;--colors-amber-500:#f59e0b;--colors-amber-600:#d97706;--colors-amber-700:#b45309;--colors-amber-800:#92400e;--colors-amber-900:#78350f;--colors-amber-950:#451a03;--colors-orange-50:#fff7ed;--colors-orange-100:#ffedd5;--colors-orange-200:#fed7aa;--colors-orange-300:#fdba74;--colors-orange-400:#fb923c;--colors-orange-500:#f97316;--colors-orange-600:#ea580c;--colors-orange-700:#c2410c;--colors-orange-800:#9a3412;--colors-orange-900:#7c2d12;--colors-orange-950:#431407;--colors-red-50:#fef2f2;--colors-red-100:#fee2e2;--colors-red-200:#fecaca;--colors-red-300:#fca5a5;--colors-red-400:#f87171;--colors-red-500:#ef4444;--colors-red-600:#dc2626;--colors-red-700:#b91c1c;--colors-red-800:#991b1b;--colors-red-900:#7f1d1d;--colors-red-950:#450a0a;--colors-neutral-50:#fafafa;--colors-neutral-100:#f5f5f5;--colors-neutral-200:#e5e5e5;--colors-neutral-300:#d4d4d4;--colors-neutral-400:#a3a3a3;--colors-neutral-500:#737373;--colors-neutral-600:#525252;--colors-neutral-700:#404040;--colors-neutral-800:#262626;--colors-neutral-900:#171717;--colors-neutral-950:#0a0a0a;--colors-stone-50:#fafaf9;--colors-stone-100:#f5f5f4;--colors-stone-200:#e7e5e4;--colors-stone-300:#d6d3d1;--colors-stone-400:#a8a29e;--colors-stone-500:#78716c;--colors-stone-600:#57534e;--colors-stone-700:#44403c;--colors-stone-800:#292524;--colors-stone-900:#1c1917;--colors-stone-950:#0c0a09;--colors-zinc-50:#fafafa;--colors-zinc-100:#f4f4f5;--colors-zinc-200:#e4e4e7;--colors-zinc-300:#d4d4d8;--colors-zinc-400:#a1a1aa;--colors-zinc-500:#71717a;--colors-zinc-600:#52525b;--colors-zinc-700:#3f3f46;--colors-zinc-800:#27272a;--colors-zinc-900:#18181b;--colors-zinc-950:#09090b;--colors-gray-50:#f9fafb;--colors-gray-100:#f3f4f6;--colors-gray-200:#e5e7eb;--colors-gray-300:#d1d5db;--colors-gray-400:#9ca3af;--colors-gray-500:#6b7280;--colors-gray-600:#4b5563;--colors-gray-700:#374151;--colors-gray-800:#1f2937;--colors-gray-900:#111827;--colors-gray-950:#030712;--colors-slate-50:#f8fafc;--colors-slate-100:#f1f5f9;--colors-slate-200:#e2e8f0;--colors-slate-300:#cbd5e1;--colors-slate-400:#94a3b8;--colors-slate-500:#64748b;--colors-slate-600:#475569;--colors-slate-700:#334155;--colors-slate-800:#1e293b;--colors-slate-900:#0f172a;--colors-slate-950:#020617;--colors-green-50:#f0fdf4;--colors-green-100:#b7f2b1;--colors-green-200:#bbf7d0;--colors-green-300:#86efac;--colors-green-400:#4ade80;--colors-green-500:#0f743a;--colors-green-600:#16a34a;--colors-green-700:#15803d;--colors-green-800:#166534;--colors-green-900:#14532d;--colors-green-950:#052e16;--colors-yellow-50:#fefce8;--colors-yellow-100:#fef9c3;--colors-yellow-200:#fef08a;--colors-yellow-300:#fde047;--colors-yellow-400:#facc15;--colors-yellow-500:#ffe618;--colors-yellow-600:#ffdb13;--colors-yellow-700:#a16207;--colors-yellow-800:#854d0e;--colors-yellow-900:#713f12;--colors-yellow-950:#422006;--colors-pink-50:#fdf2f8;--colors-pink-100:#fce7f3;--colors-pink-200:#fbcfe8;--colors-pink-300:#f9a8d4;--colors-pink-400:#f472b6;--colors-pink-500:#e8007b;--colors-pink-600:#db2777;--colors-pink-700:#be185d;--colors-pink-800:#9d174d;--colors-pink-900:#831843;--colors-pink-950:#500724;--font-sizes-2xs:0.5rem;--font-sizes-2xl:1.5rem;--font-sizes-3xl:1.875rem;--font-sizes-4xl:2.25rem;--font-sizes-5xl:3rem;--font-sizes-6xl:3.75rem;--font-sizes-7xl:4.5rem;--font-sizes-8xl:6rem;--font-sizes-9xl:8rem;--font-sizes-xs:0.8125rem;--font-sizes-sm:0.875rem;--font-sizes-md:1rem;--font-sizes-lg:1.125rem;--font-sizes-xl:1.5rem;--breakpoints-xs:376px;--breakpoints-sm:768px;--breakpoints-md:810px;--breakpoints-lg:1024px;--breakpoints-xl:1280px;--breakpoints-2xl:1366px;--breakpoints-3xl:1600px;--colors-primary:colors.primary.500;--colors-secondary:colors.secondary.500;--colors-error:colors.red.500;--colors-success:colors.green.500}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes slideUpAndFade{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideRightAndFade{0%{opacity:0;transform:translateX(-20px) scale(.8)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideDownAndFade{0%{opacity:0;transform:translateY(-20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideLeftAndFade{0%{opacity:0;transform:translateX(20px) scale(.8)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes tooltipHide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes bgFlow{0%{filter:brightness(1.5) saturate(1.1);background-position:50% 140%}30%{filter:brightness(2.2) saturate(1.2);background-position:50% 80%}50%{filter:brightness(1.5) saturate(1.3);background-position:50% 20%}70%{filter:brightness(1.3) saturate(1.2);background-position:50% 60%}to{filter:brightness(1) saturate(1);background-position:50% 140%}}@keyframes progress{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes pop-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pop-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes dot-flashing{0%{background-color:hsla(0,0%,100%,.1)}50%{background-color:hsla(0,0%,100%,.4)}to{background-color:#fff}}@keyframes shimmer{to{transform:translateX(100%)}}@keyframes rocketAnimation{0%{transform:translateY(100%)}15%{transform:translateY(40%)}30%{transform:translateY(50%)}45%{transform:translateY(40%)}60%{transform:translateY(55%)}75%{transform:translateY(35%)}85%{transform:translateY(60%)}to{transform:translateY(-120%)}}@keyframes whoosh{0%{transform:translateY(-25%)}to{transform:translateY(0)}}@keyframes slideDown{0%{height:var(--sizes-0)}to{height:var(--radix-accordion-content-height)}}@keyframes slideUp{0%{height:var(--radix-accordion-content-height)}to{height:var(--sizes-0)}}@keyframes animStar{0%{transform:translateY(0)}to{transform:translateY(-100vh)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}}@layer utilities{.jTWvec{position:relative}.dXscgu{overflow:hidden}.fNCCcE{padding:40px}.iAFgHi{text-align:left}.cYdhWw{display:grid}.gByVZc{place-content:center}.fNABda{width:18px}.fNABdh{height:18px}.kJWAhn{border-radius:50%}.idGtog{border:2px solid}.jsZslO{transition:background-color .3s ease,border-color .3s ease}.cAfEQS{min-width:125px}.fPSBzf{display:flex}.hYZFkb{width:100%}.fNBEbg{height:44px}.jsfPrT{gap:5px}.fNCDjF{padding:10px}.jlfnTy{background:#ffe317}.cSxSzG{color:#000}.cPyXJe{text-transform:uppercase}.hdAwi{position:fixed}.hWgZTB{inset:var(--spacing-0)}.hhsoyn{background:rgba(0,0,0,.8)}.pANgP{z-index:100}.fNCDjG{width:10px}.ATGke{height:6px}.fxNTvH{transition:transform .3s ease}.cSrWMU{fill:#000}.jXSfKH{position:absolute}.fGsxyD{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.dEMbUs{background:#fff}.fzoLlu{z-index:11}.cGFOJB{display:block}.cbhUkN{background:#ffc909}.cbkwRf{white-space:nowrap}.dCCmax{transition:background .3s ease}.iteyqJ{text-overflow:ellipsis}.dKLBtz{gap:10px}.hLOjWY{color:#ffdf15}.jsxeVn{padding-inline:30px}.jrinic{padding-block:18px}.hTYzQi{border:1px solid hsla(267,4%,58%,.3)}.gQgCRg{border-radius:3px}.bJRTFl{transition:border-color .3s ease,color .3s ease}.ldfbXp\!{background:#030514 radial-gradient(79.53% 79.53% at 50% 20.47%,rgba(129,72,215,.4) 0,rgba(32,31,40,0) 100%)!important}.jXJpHV{border-radius:20px}.jrZcVp\!{padding-inline:45px!important}.dKuGHZ{gap:30px}.dBwzdG{text-align:center}.ixdFTk{place-content:center stretch}.Axjab{z-index:1}.fCyQVv{place-items:center}.iRRFHS{border-radius:10px}.fNCBIO{width:50px}.fNCBJt{height:50px}.lnQFuz{background:linear-gradient(0deg,#1d93d2,#38b0e3)}.fVIZXV{background:linear-gradient(0deg,#000,#484848)}.jrWRtM{gap:6px}.eqeVLk{background:url(/images/home/popup-coin.png) no-repeat}.fNCCNS{height:20px}.cHJVPR\!{max-width:355px!important}.cTcFKg{object-fit:cover}.dKCDvs{gap:20px}.gdxXwd{background:linear-gradient(180deg,rgba(54,29,76,.6),rgba(30,21,60,.24))}.cHJVPR{max-width:355px}.coifUy{margin-inline:auto}.jsuEGx{gap:3px}.cKQXHw{color:hsla(0,0%,100%,.5)}.ddgODW{display:none}.djBLSD{height:100vh}.KNZjH{-webkit-overflow-scrolling:touch}.fznYXZ{z-index:16}.eQpwwo{background:rgba(0,0,0,.3)}.cERSkX{pointer-events:none}.gozE{max-height:100px}.hoUGmQ{background:#111016}.btZGsJ{border:1px solid hsla(0,0%,100%,.1)}.lovWRk{padding:15px 12px 0 15px}.eVulXB{max-width:1130px}.fNBNPI{padding:15px}.jrOUGt{gap:7px}.dVuiVB{gap:12px}.fEVEmD{display:inline-flex}.fyplMZ{cursor:default}.fNCCNB{width:20px}.hobKxg{border:1px solid #4f4d54}.jehzsV{background:#38343d}.hpVltA{color:#191821}.XAzZz{border-radius:4px}.cakMWc{color:#fff}.ipUUDz{border:2px solid hsla(0,0%,100%,.15)}.hTJLQp{transition:background-color .3s ease}.iepYsf{background:linear-gradient(90deg,#ffe317,#ffe317 50%,#ffe317 0,#ffb900)}.gHIQCv{transition:background-position .3s ease,opacity .3s ease}.fivGRz{padding:15px 40px}.iFOnLg{border:2px solid #7e7b87}.fegpFu{border:2px solid #191821}.cpaZtY{background:#191821}.jieZfE{pointer-events:all}.hAvrqB{place-items:center flex-end}.kxwTjj{background:#b0abbb}.kwnngi{overflow:clip}.fCdqms{flex:1 1 auto}.SmXJf{padding:30px 25px}.knFXEC{border-radius:5px}.hlzcvJ{background:#1a1820}.fbIfVg{background:url(/images/footer-bg.webp) no-repeat bottom}.gYGoem{background:url(/images/whitepaper/footer-bg.webp) no-repeat bottom}.dNspzE{color:#dbdbdb}.jMnWUB{padding:40px 20px}.jrXEsu{padding-block:25px}.jLDJQH{color:rgba(0,0,0,.4)}.hJeDAP{background:rgba(0,0,0,.4)}.cjopcY{border-block:1px solid rgba(0,0,0,.06)}.duZvSc{gap:35px}.jrXrRs{padding-inline:15px}.jrXrVJ{padding-block:15px}.cjWszZ{border-top:1px solid rgba(0,0,0,.06)}.jrIcfy{gap:8px}.cnPlwH{transition:all .1s ease}.iYCvGe{color:#f0cc35}.gKnuMa{color:rgba(0,0,0,.5)}.hRwnvq{color:#000}.iahkmn{gap:4%}.mKszT{background:#d9d9d9}.Bbian{max-width:320px}.iqwgSa{padding:10px 15px}.ficlpF{color:rgba(0,0,0,.6)}.qWUaz{z-index:999}.hYZFjI{height:100%}.gWzzAr{overflow:auto}.iSOdAU{cursor:grab}.bGySga{-webkit-user-select:none;user-select:none}.dhdOkq{color:var(--colors-yellow-500)}.rmyfW{gap:var(--spacing-8)}.bgTIyZ{opacity:0}.dcJAKS{visibility:hidden}.fzplPE{z-index:13}.mEnyu{padding-block:2%}.gFAqzW{grid-column:2/span 1}.kqUknf{max-width:720px}.fNCCtL{padding:30px}.AxhTa{z-index:4}.fNCBni{height:60px}.cWwmxx{background:#201f28}.cSkMUD{touch-action:none}.ducRgy{gap:15px}.cJMyOf{color:#8b8b98}.jsxrvK{padding-inline:20px}.jsxUKe{width:230px}.DFRrh{border-right:1px solid #2d2d36}.kkTJnH{transition:color .3s ease,background .3s ease}.iFSixn{background:#2a2a36}.jpyHVx{box-shadow:0 3px 0 0 rgba(0,0,0,.35)}.imdRUr{transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.fOHwEm{transition:color .3s ease}.hEDYJj\!{color:#30da34!important}.hQJXkb{background:#ffbe02}.hSBuQj{color:#12141b}.hGKhah{color:hsla(0,0%,100%,.8)}.ijiAiy{background:var(--colors-black)}.jZuDhK{color:var(--colors-white)}.kNbvZu{z-index:9999}.jsxiNQ{width:300px}.jsxiND{height:300px}.jnusSV{animation:spin 8s linear infinite}.hkXRSr{transform-origin:25px 25px}.eXAHJV{transform-box:view-box}.fNAAGV{width:28px}.fNAAGW{height:28px}.dukNWt{gap:25px}.fXWexQ{transition:background .3s ease,color .3s ease,border-color .3s ease}.ANqIo{border-top:1px solid hsla(240,8%,65%,.2)}.kPLjdv{color:#ffbe02}.jsokXi{padding-inline:17px}.fNCZiA{padding-block:1px}.hSBuQj\!{color:#12141b!important}.jrYQuS\!{padding-inline:35px!important}.fNAQXq{width:89px}.kIXkCh{padding:10px 12px}.clfSQm{color:#ffe317}.fzpabp{z-index:12}.gNPhbY{transition:background .2s ease}.iyBJDw{background:#1c2024}.fNBBKd{width:24px}.fNBBKC{height:24px}.bdzmXe{outline:1px solid #33363a}.lnopcr{position:sticky}.jaGMRC{transition:transform .3s ease-in-out,left .3s ease}.ATFzw{padding:8px}.RviCP{padding:19px 15px 15px}.jXGAsJ{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.dzDqeY{background:linear-gradient(90deg,#e6b20e,#e69800)}.iFpXBG{background:#000}.hLOjWY\!{color:#ffdf15!important}.kVikGH{padding:6px 20px}.fNuaeF{background:#ffe116}.bkRLZk{padding:8px 15px 8px 25px}.gZSnv{background:linear-gradient(90deg,#ee30d5 -7.34%,#a4058f)}.kGjomM{border-top-right-radius:8px;border-bottom-right-radius:8px}.fNDbLX{width:22px}.fNBOjP{height:25px}.iVEcjo{filter:drop-shadow(0 0 1px #8f8f8f)}.fznKie{z-index:15}.fNCCNu{padding:20px}.jViOLN{max-width:calc(var(--container-max-width) + 54px)}.dyWcRi{transform:translateX(-50%)}.kInjuC{max-width:2552px}.mGkph{height:37%}.fzphFJ{z-index:-2}.fFSCxT{flex:1 1 100%}.jrXErP{padding-inline:25px}.jsOvBS{padding-block:12px}.dUANms{border-radius:65px}.eTldRQ{transition:background .3s ease,color .3s ease,border-color .3s ease}.foDtdn{background:var(--colors-transparent)}.cKhdT{color:hsla(0,0%,100%,.6)}.jpQWQl{border:1px solid #454557}.ctkUhl{border:1px solid #ff1d6e}.iCSege{background:#000}.ejvWsV{color:#ffc000}.jkTdvA{background:#ee2f53}.kiJhpx{color:#ff023f}.iadEJu{border:1px solid #2e333e}.blIxhb{background:#2e333e}.fBiYMq{border:1px solid hsla(0,0%,100%,.2)}.fzVrov{stroke:#ffe216}.iOPSHC{padding:40px 32px}.coifVf{margin-block:auto}.jRYpqr{z-index:1000}.jehaAb{transition:opacity .3s ease-in-out}.eKPggL{background:url(/images/stars-bg.png) #000 repeat top}.frJqtw{opacity:1}.klEPAG{visibility:visible}.jRQPZD{max-width:500px}.eNUBuT{animation:rocketAnimation ease-in-out forwards}.jrYgat{width:215px}.dUOgsx{background:#1b1a22}.ATHag{padding:4px}.kBqjsC{color:rgba(172,164,181,.6)}.ATGGx{padding:5px}.cakMWc\!{color:#fff!important}.fudYYs{color:rgba(172,164,181,.8)}.dpsnfn{gap:14px}.bMpqsa{opacity:.5}.hXdUBW{text-transform:none}.jsxIfX{width:220px}.jsxIfM{height:220px}.jfyhwG{border-radius:9px}.ddMnWf{max-width:1080px}.SmVOM{padding:40px 25px}.duhHoF{max-width:865px}.jyefZL{background:rgba(32,31,40,.3)}.jswHFI{padding-block:50px}.jswgYv{padding-inline:70px}.jswHFh{margin-block:50px}.cTMjMT{color:#f7f36c}.dApEcY{color:#56d9ff}.fdtW{color:#7ffa86}.ePJNoQ{height:calc(100vh - 60px)}.gWwyAB{border-top:2px solid #131218}.cAmDPk{transition:width .3s ease,background .3s ease}.fzozCb\!{z-index:10!important}.klTOqX{padding:15px 33px}.gzBmQR{transition:background .3s ease,color .3s ease,opacity .3s ease}.jsWuIY{padding-inline:33px}.cvjTMF{border-top:1px solid hsla(0,0%,100%,.15)}.QZRIB{color:hsla(0,0%,86%,.4)}.lfidYs{border-top:1px solid hsla(206,6%,50%,.15)}.kYAiOC{border-bottom:1px solid hsla(206,6%,50%,.15)}.kWDMKc{padding:30px 33px 15px}.cSxSzG\!{color:#000!important}.jsgMwK{padding-block:16px}.cTQaTk{gap:28px}.jrYQun{padding-block:35px}.bUyOMB{display:inline-block}.gKTkaJ{background:#292a34}.ATIhi{width:1px}.ATIgZ{height:1px}.cOCTkb{animation:animStar 50s linear infinite}.dNDkyn{box-shadow:var(--stars-small)}.ATHLd{width:2px}.ATHKO{height:2px}.jqLoYf{animation:animStar 100s linear infinite}.InBcx{box-shadow:var(--stars-medium)}.ATHrs{width:3px}.ATHrf{height:3px}.brJgQG{animation:animStar 150s linear infinite}.oEGMg{box-shadow:var(--stars-big)}.bOunkU{min-height:380px}.jswHFd{padding-inline:50px}.dfBBLp{background:rgba(0,0,0,.6)}.jyubeg{transition:max-width .3s ease}.fxuGrN{max-width:1024px}.RxwxK{padding:10px 15px 15px}.hlUXtz{transition:color .3s ease,background-color .3s ease}.dnrzQu{background:#ffe216}.fNCCcz{width:40px}.fNCCdc{height:40px}.fNCCtQ{width:30px}.fNCCuj{height:30px}.hgRWCR{aspect-ratio:16/9}.diVeFv{min-height:100%}.gJHdGT{background:#1c1c23}.eAZrqn{height:auto}.ktgJOR{transform:translateZ(0)}.gXPrjp{background:#111619}.fNBEaL{width:44px}.Axhzr{z-index:5}.jPKdWa{background:rgba(77,61,115,.25)}.kVZqfp{padding:30px 50px 50px}.kbqlIs{padding-block:30px 50px}.eNdIJO{background:#130f1d url(/images/how-to-play/stars-bg.png)}.eXwFbg{max-width:530px}.hosMMT{aspect-ratio:1/1}.fNCcFz{padding:16px}.dFUNy{grid-column:1/span 2}.fZOZSh{border-bottom:1px solid hsla(0,0%,100%,.2)}.fcHeHL{background:linear-gradient(1turn,#fff545,#feb808)}.fKFRv{color:var(--colors-transparent)}.hzIllj{-webkit-text-fill-color:transparent}.kIdBjT{border-top:1px solid hsla(0,0%,100%,.2)}.gscqyd{width:min-content}.dmmnkM{min-width:100%}.iAgFGL{padding:25px 30px}.gnVnrT{border-bottom:1px solid hsla(0,0%,100%,.15)}.fnjBrW{border:1px solid transparent}.cEVqEn{transition:border-color .3s ease}.eqDdAq{--hover-color:#ffbe00}.jXbCfl{--hover-color:#00b7f3}.cehKJS{--hover-color:#00dc00}.coTSBC{transform:translateX(-50%) translateY(5px)}.hCrqvV{transition:opacity .3s ease,transform .3s ease}.fNAAnn{height:38px}.gOugDm{box-shadow:4px 4px 0 0 rgba(0,0,0,.35)}.eButiE{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.kAMhML{background:var(--hover-color)}.SmZGa{padding:20px 25px}.ebYfJ{border-radius:6px}.jsxiwz{width:400px}.jsxiww{height:400px}.AxiDU{z-index:2}.dmmjlu{max-width:100%}.hVpAQY{min-width:var(--sizes-0)}.bPAiVB{border-top:10px solid #201f28}.jsWJxp{height:313px}.PITXJ{object-position:left}.hgstLG{background:#131218}.efWmPH{scroll-behavior:smooth}.iQzceQ{min-height:100vh}.eDzxFa{transition:opacity 1s ease}.fzoSPO{z-index:-1}.gUZxNP{transform:translateY(-50%)}.jxgHsY\!{max-width:350px!important}.jJQbUA{transform:translate(-50%,-50%)}.jspjgs{max-width:2400px}.gAnIWw{padding:14px 60px}.dTNhmm{border:1px solid hsla(240,4%,50%,.5)}.eBMTwU{transition:color .3s ease,background .3s ease,border-color .3s ease}.jswUeV{padding-block:40px}.fgKPPw{background:#f8f9fa}.hYOeyz{box-shadow:0 -15px 75px 0 rgba(207,214,222,.15)}.kXGMkl{color:currentColor}.hLbsOF{max-width:30px}.pvuga{gap:var(--spacing-4)}.fNAEyf{width:88px}.bZRhvx{cursor:pointer}.hYZFkb\!{width:100%!important}.kZNnXC{transition:opacity .3s ease}.frJqtw\!{opacity:1!important}.fNAPde{height:39px}.fNBpDV{padding-block:8px}.jsxFBV{padding-inline:10px}.kQQdZp{background:#323243}.bvmbBk\!{background:#58dafd!important}.hQJXkb\!{background:#ffbe02!important}.kBLqpj{transition:background .3s ease,color .3s ease}.dBGskv{background:#29fc96}.dqvWVn{background:linear-gradient(135deg,#f0ff24,#8af63c 9.96%,#3ceaa2 54.06%,#1de0ce 87.23%,#00bef3)}.kXUzPr{border:1px solid rgba(253,213,39,.3)}.kBXAMv{background:linear-gradient(90deg,#ffe317,#ffb900)}.bKAciY{transition:top .3s ease}.hypxmv{place-content:start stretch}.iqweXH{padding:40px 15px}.gwZmnk{max-width:130px}.cHFiiQ{border:1px solid rgba(0,0,0,.2)}.jIrrEs{background:#000}.fyVWLE{border:2px solid #ffe317}.Thhtp{border:2px solid #f93e66}.SSqIH{background:rgba(249,62,102,.15)}.xBlds{transition:background .3s ease-in-out}.jJbSay{padding:0 5px 14px 14px}.jswkaR{height:540px}.fDVoxV{color:hsla(0,0%,100%,.4)}.hdDUjr{padding:14px 5px 0 0}.cfwxpn{background:#12171a}.iaVYhU{background:#1e1d25}.eDjCrI{padding:20px 10px}.fNDdIP{padding:12px}.hmPcYg{border:1px solid hsla(270,1%,54%,.2)}.jMoJia{padding:25px 20px}.eDjBXZ{padding:30px 10px}.jsOvBn{padding-inline:12px}.kVywUE{color:#12ed6f}.kdORci{border:2px solid #12ed6f}.iFnIb{transition:all .2s ease}.Axhdp{width:var(--sizes-6)}.AxhcS{height:var(--sizes-6)}.fHYDTP{border:1px solid #333438}.diIxfU{outline:var(--borders-none)}.kCZyOH{border-inline:1px solid transparent}.iByQJF{border-bottom:1px solid transparent}.bxiAuu{transition:border-color .3s ease,background-color .3s ease}.Axhdk{z-index:6}.bGDzOP{background:#d3123b}.eknHNj{transition:text-transform .3s ease}.dQrREx{text-transform:unset}.leOtqz{border-radius:8px}.fzodGx{padding-inline:var(--spacing-5)}.fzoNwz{padding-block:var(--spacing-2)}.fWWzCo{box-shadow:0 5px 0 0 #cd153d}.fNDcBN{width:42px}.fNDcCm{height:42px}.cowACW{color:var(--colors-black)}.duaKfP{border-radius:100%}.cTqIgO{font-variant:normal}.dycdOT{-webkit-font-smoothing:antialiased}.cHjsHT{vertical-align:middle}.diVlLl{max-height:100%}.bTseUd{object-fit:contain}.jQNDvc{animation:spin 1s linear infinite}.jsgMwj{margin-block:16px}.kEAaBV{border:4px solid #201f28}.eIxcZS{border-top:4px solid #ffbe02}.ffgldH{border:2px solid #201f28}.jCSasg{border-top:2px solid #ffbe02}.fNDbMs{height:22px}.bDltXN{border:3px solid hsla(0,0%,100%,.3)}.fTlUke{border-top:3px solid #fff}.vwdfM{inset-inline:var(--spacing-0)}.EXJDX{transition:opacity 50ms ease}.cMgaiJ{box-shadow:0 2px 5px rgba(0,0,0,.2)}.iMUvWS{transform-origin:var(--radix-popover-content-transform-origin)}.efvJEH{will-change:transform,opacity}.dKfRtv{gap:50px}.gFktNv{color:hsla(0,0%,86%,.6)}.fNBOjr{padding:25px}.brjrdQ{padding:24px 50px}.hdgZu{background:url(/images/home/airdrop/stars.png) #130f1d}.dKnOgO{gap:40px}.dluuah{padding:3px 10px}.bZwajX{color:#130f1d}.jsnMfm{gap:4px}.cVsgYm{max-width:50%}.WtljI{transition:opacity .5s ease}.ErIWv{background:#f93e66}.fsIvbV{border:2px solid #130f1d}.hBvNXH{padding:5px 14px}.hpRCUu{background:rgba(0,0,0,.9)}.fNBOjo{width:25px}.jswhKs{width:340px}.gyBGfY{border-radius:25px}.bcxJgM{background:linear-gradient(180deg,#111619,#1a2126)}.YhRUr{padding:calc(15 * var(--vh-unit))}.bmbomj{gap:calc(20 * var(--vh-unit))}.ezqzHS{max-width:calc(470 * var(--vh-unit))}.fPypkv{border-radius:calc(30 * var(--vh-unit))}.kiZDeo{gap:calc(5 * var(--vh-unit))}.hCvMK{gap:calc(7 * var(--vh-unit))}.kZVtXB{gap:calc(15 * var(--vh-unit))}.haIkdA\!{border-top:unset!important}.fNCblI{padding-block:5px}.fFnBNw{background:linear-gradient(180deg,rgba(51,54,63,.4),rgba(76,80,94,.4))}.dzIvKp{border-radius:calc(23 * var(--vh-unit))}.NLBPV{fill:#979aa2}.cuaBgx{width:calc(27 * var(--vh-unit))}.cuaBfS{height:calc(27 * var(--vh-unit))}.dAJsNS{gap:calc(12 * var(--vh-unit))}.cKhNOQ{padding:calc(18 * var(--vh-unit)) calc(24 * var(--vh-unit))}.fBtPao{background:linear-gradient(180deg,rgba(51,54,63,.4),rgba(76,80,94,.4)),linear-gradient(180deg,transparent,rgba(27,210,119,.25))}.RaKGK{background:linear-gradient(180deg,rgba(51,54,63,.4),rgba(76,80,94,.4)),linear-gradient(180deg,transparent,rgba(0,184,239,.25))}.cxPplA{padding:calc(0 * var(--vh-unit)) calc(24 * var(--vh-unit)) calc(30 * var(--vh-unit)) calc(24 * var(--vh-unit))}.eWfPFL{background:linear-gradient(180deg,rgba(76,80,94,0),rgba(27,210,119,.2))}.jecHh{background:linear-gradient(180deg,rgba(76,80,94,0),rgba(0,184,239,.2))}.fVcpcV{padding:calc(20 * var(--vh-unit)) calc(24 * var(--vh-unit)) calc(0 * var(--vh-unit)) calc(24 * var(--vh-unit))}.dCiXxF\!{background:rgba(27,210,119,.1)!important}.jsYqvq\!{border:1px solid #1bd277!important}.bNEeHn\!{color:#1bd277!important}.jNYNWS{gap:calc(25 * var(--vh-unit))}.jTjyTV{padding:calc(20 * var(--vh-unit)) calc(20 * var(--vh-unit)) calc(40 * var(--vh-unit)) calc(20 * var(--vh-unit))}.cOuQxt{gap:calc(40 * var(--vh-unit))}.heIEXm{padding-inline:calc(50 * var(--vh-unit))}.kBCoS{color:#0fd4ce}.kbzzHj{border-radius:calc(74 * var(--vh-unit))}.jJUblB{padding:calc(5 * var(--vh-unit)) calc(16 * var(--vh-unit))}.fCnqIh{transition:background .3s ease,color .3s ease-in-out,border .3s ease}.fcFLwt\!{padding:calc(18 * var(--vh-unit)) calc(34 * var(--vh-unit))!important}.cKhdT\!{color:hsla(0,0%,100%,.6)!important}.gzwJCM{background:hsla(0,0%,100%,.1)}.iyBXqZ{gap:calc(8 * var(--vh-unit))}.jvjdrc{padding-inline:calc(30 * var(--vh-unit))}.glYxHX{border-bottom-left-radius:17%;border-bottom-right-radius:17%}.eMuZBX{width:calc(34 * var(--vh-unit))}.eMuZBw{height:calc(34 * var(--vh-unit))}.jCplGJ{width:calc(18 * var(--vh-unit))}.fQRMlh{height:calc(24 * var(--vh-unit))}.kKZOam{flex:0 1 50%}.higlxE{padding:calc(25 * var(--vh-unit))}.eqCIHf{padding:calc(24 * var(--vh-unit)) calc(28 * var(--vh-unit))}.eFilmV{background:#ffc000}.gIljri{border-radius:calc(75 * var(--vh-unit))}.bWUbt{padding-inline:calc(20 * var(--vh-unit))}.goWdpL{height:calc(62 * var(--vh-unit))}.goWdqo{width:calc(62 * var(--vh-unit))}.gIWul{width:calc(10 * var(--vh-unit))}.YhRTT{height:calc(15 * var(--vh-unit))}.bvyNSw{fill:#fff}.dbpCKM{transition:fill .3s ease}.kHKgzr{padding-block:calc(32 * var(--vh-unit))}.jXSfKH\!{position:absolute!important}.dyWcRi\!{transform:translateX(-50%)!important}.jMnWeH{padding:60px 20px}.bvwNjG{color:#fff}.jxgHsY{max-width:350px}.hKChVt{min-height:200px}.dKPkpD{margin-inline:-30px}.cUwOkB{padding-inline:calc(60 * var(--vh-unit))}.gHmnJG{height:calc(90 * var(--vh-unit))}.kQyglm{border:calc(8 * var(--vh-unit)) solid #111619}.hUIFvY{border-radius:calc(80 * var(--vh-unit))}.hDklyz{width:calc(470 * var(--vh-unit))}.fklXwi{max-width:calc(120 * var(--vh-unit))}.eiBlhE{gap:calc(10 * var(--vh-unit))}.drXIid{background:#282d30}.iRULmi{border-radius:calc(35 * var(--vh-unit))}.fzpodh{padding-block:var(--spacing-0)}.haIkdA{border-top:unset}.bPKAEm{border-bottom:1px solid hsla(0,0%,100%,.1)}.dmmjlu\!{max-width:100%!important}.jJQbUA\!{transform:translate(-50%,-50%)!important}.gtdXBX{width:max-content}.gxQnJI{flex:0 1 70%}.bnPefT{padding:calc(30 * var(--vh-unit)) calc(25 * var(--vh-unit))}.bsPQQk{background:linear-gradient(180deg,rgba(76,80,94,.4),rgba(51,54,63,.4))}.jmhzpL{padding-inline:calc(15 * var(--vh-unit))}.kgjSEv{padding-inline:calc(80 * var(--vh-unit))}.cQxShG{max-height:calc(550 * var(--vh-unit))}.fVbwEA{padding:40px 30px}.eOqPvt{background:linear-gradient(0deg,#1a2126,#111619)}.fzozCb{z-index:10}.bxEcrn{padding-inline:calc(40 * var(--vh-unit))}.jtzMsQ{padding:calc(30 * var(--vh-unit)) calc(40 * var(--vh-unit))}.cHmZhs{border-radius:calc(22 * var(--vh-unit))}.dHjkgh{width:calc(50 * var(--vh-unit))}.dHjkfC{height:calc(50 * var(--vh-unit))}.iYeFZW{background:#10c54c}.MaNWg{padding:calc(15 * var(--vh-unit)) calc(25 * var(--vh-unit))}.dNjAxu{border-radius:calc(68 * var(--vh-unit))}.hPzHxc{gap:calc(14 * var(--vh-unit))}.jmhzqq{padding-block:calc(15 * var(--vh-unit))}.bsuAWY{border-top:1px solid hsla(0,0%,100%,.1)}.kvrXlF{background:#24242e}.fNDciD{height:52px}.eMzJpO{color:#aca4b5}.fcFcmB\!{color:#d3093b!important}.jfiruE{border:1px solid #d3093b}.bWNJpO{color:#ff6767}.kyJASf{max-height:420px}.dDDzSv{border-radius:26px}.TjGfD{color:#9e9ead}.jsxFCA{padding-block:10px}.jsVUcq{padding-inline:13px}.krWYXb{transition:background .1s ease,color .1s ease}.khmvQs\!{background:#ff005c!important}.cLIYQv\!{background:#02ea07!important}.hENysi\!{background:#02fe49!important}.huloZM\!{background:#def678!important}.jDViDk\!{background:#32c635!important}.eemxQz{padding:25px 65px}.esXYgo{background:#06060b url(/images/cabinet/stars-bg.png) repeat}.dCCxCi{gap:10%}.jsxVRl{width:130px}.jsxvnb{width:110px}.fNCNMv{height:61px}.dBvJuH{clip-path:polygon(19.45% 99.921%,19.45% 99.921%,18.234% 99.798%,17.048% 99.437%,15.902% 98.848%,14.805% 98.041%,13.765% 97.026%,12.793% 95.814%,11.897% 94.414%,11.086% 92.838%,10.371% 91.096%,9.76% 89.197%,1.21% 58.833%,1.21% 58.833%,.786% 57.132%,.456% 55.382%,.22% 53.595%,.079% 51.784%,.032% 49.96%,.079% 48.137%,.22% 46.326%,.456% 44.539%,.786% 42.789%,1.21% 41.088%,9.76% 10.724%,9.76% 10.724%,10.371% 8.825%,11.086% 7.082%,11.897% 5.506%,12.793% 4.107%,13.765% 2.895%,14.805% 1.88%,15.902% 1.073%,17.048% .484%,18.234% .123%,19.45% 0,79.71% 0,79.71% 0,80.926% .123%,82.111% .484%,83.257% 1.073%,84.355% 1.88%,85.395% 2.895%,86.367% 4.107%,87.263% 5.506%,88.073% 7.082%,88.789% 8.825%,89.4% 10.724%,97.95% 41.088%,97.95% 41.088%,98.374% 42.789%,98.704% 44.539%,98.939% 46.326%,99.08% 48.137%,99.128% 49.96%,99.08% 51.784%,98.939% 53.595%,98.704% 55.382%,98.374% 57.132%,97.95% 58.833%,89.4% 89.197%,89.4% 89.197%,88.789% 91.096%,88.073% 92.838%,87.263% 94.414%,86.367% 95.814%,85.395% 97.026%,84.355% 98.041%,83.257% 98.848%,82.111% 99.437%,80.926% 99.798%,79.71% 99.921%,19.45% 99.921%);-webkit-clip-path:polygon(19.45% 99.921%,19.45% 99.921%,18.234% 99.798%,17.048% 99.437%,15.902% 98.848%,14.805% 98.041%,13.765% 97.026%,12.793% 95.814%,11.897% 94.414%,11.086% 92.838%,10.371% 91.096%,9.76% 89.197%,1.21% 58.833%,1.21% 58.833%,.786% 57.132%,.456% 55.382%,.22% 53.595%,.079% 51.784%,.032% 49.96%,.079% 48.137%,.22% 46.326%,.456% 44.539%,.786% 42.789%,1.21% 41.088%,9.76% 10.724%,9.76% 10.724%,10.371% 8.825%,11.086% 7.082%,11.897% 5.506%,12.793% 4.107%,13.765% 2.895%,14.805% 1.88%,15.902% 1.073%,17.048% .484%,18.234% .123%,19.45% 0,79.71% 0,79.71% 0,80.926% .123%,82.111% .484%,83.257% 1.073%,84.355% 1.88%,85.395% 2.895%,86.367% 4.107%,87.263% 5.506%,88.073% 7.082%,88.789% 8.825%,89.4% 10.724%,97.95% 41.088%,97.95% 41.088%,98.374% 42.789%,98.704% 44.539%,98.939% 46.326%,99.08% 48.137%,99.128% 49.96%,99.08% 51.784%,98.939% 53.595%,98.704% 55.382%,98.374% 57.132%,97.95% 58.833%,89.4% 89.197%,89.4% 89.197%,88.789% 91.096%,88.073% 92.838%,87.263% 94.414%,86.367% 95.814%,85.395% 97.026%,84.355% 98.041%,83.257% 98.848%,82.111% 99.437%,80.926% 99.798%,79.71% 99.921%,19.45% 99.921%)}.jsqaFQ{width:157px}.bkkQjS{clip-path:polygon(13.637% 99.865%,13.637% 99.865%,12.786% 99.745%,11.955% 99.39%,11.153% 98.811%,10.384% 98.017%,9.656% 97.02%,8.975% 95.828%,8.347% 94.452%,7.779% 92.903%,7.278% 91.19%,6.85% 89.323%,.852% 59.449%,.852% 59.449%,.554% 57.774%,.323% 56.05%,.157% 54.29%,.058% 52.506%,.025% 50.711%,.058% 48.915%,.157% 47.131%,.323% 45.371%,.554% 43.648%,.852% 41.972%,6.85% 12.099%,6.85% 12.099%,7.278% 10.232%,7.779% 8.518%,8.347% 6.969%,8.975% 5.593%,9.656% 4.402%,10.384% 3.404%,11.153% 2.611%,11.955% 2.032%,12.786% 1.677%,13.637% 1.556%,86.387% 1.556%,86.387% 1.556%,87.239% 1.677%,88.069% 2.032%,88.872% 2.611%,89.64% 3.404%,90.368% 4.402%,91.05% 5.593%,91.677% 6.969%,92.245% 8.518%,92.746% 10.232%,93.175% 12.099%,99.173% 41.972%,99.173% 41.972%,99.47% 43.648%,99.702% 45.371%,99.867% 47.131%,99.966% 48.915%,100% 50.711%,99.966% 52.506%,99.867% 54.29%,99.702% 56.05%,99.47% 57.773%,99.173% 59.449%,93.175% 89.323%,93.175% 89.323%,92.746% 91.19%,92.245% 92.903%,91.677% 94.452%,91.05% 95.828%,90.368% 97.02%,89.64% 98.017%,88.872% 98.811%,88.069% 99.39%,87.239% 99.745%,86.387% 99.865%,13.637% 99.865%);-webkit-clip-path:polygon(13.637% 99.865%,13.637% 99.865%,12.786% 99.745%,11.955% 99.39%,11.153% 98.811%,10.384% 98.017%,9.656% 97.02%,8.975% 95.828%,8.347% 94.452%,7.779% 92.903%,7.278% 91.19%,6.85% 89.323%,.852% 59.449%,.852% 59.449%,.554% 57.774%,.323% 56.05%,.157% 54.29%,.058% 52.506%,.025% 50.711%,.058% 48.915%,.157% 47.131%,.323% 45.371%,.554% 43.648%,.852% 41.972%,6.85% 12.099%,6.85% 12.099%,7.278% 10.232%,7.779% 8.518%,8.347% 6.969%,8.975% 5.593%,9.656% 4.402%,10.384% 3.404%,11.153% 2.611%,11.955% 2.032%,12.786% 1.677%,13.637% 1.556%,86.387% 1.556%,86.387% 1.556%,87.239% 1.677%,88.069% 2.032%,88.872% 2.611%,89.64% 3.404%,90.368% 4.402%,91.05% 5.593%,91.677% 6.969%,92.245% 8.518%,92.746% 10.232%,93.175% 12.099%,99.173% 41.972%,99.173% 41.972%,99.47% 43.648%,99.702% 45.371%,99.867% 47.131%,99.966% 48.915%,100% 50.711%,99.966% 52.506%,99.867% 54.29%,99.702% 56.05%,99.47% 57.773%,99.173% 59.449%,93.175% 89.323%,93.175% 89.323%,92.746% 91.19%,92.245% 92.903%,91.677% 94.452%,91.05% 95.828%,90.368% 97.02%,89.64% 98.017%,88.872% 98.811%,88.069% 99.39%,87.239% 99.745%,86.387% 99.865%,13.637% 99.865%)}.gknHWp{color:#adfc8c}.dJWTvo{gap:60px}.dvhsHX{gap:45px}.dXmWtu{background:rgba(255,96,129,.2)}.jNeVkk{clip-path:polygon(8.008% 98.211%,8.008% 98.211%,7.505% 98.083%,7.013% 97.706%,6.538% 97.089%,6.08% 96.244%,5.646% 95.18%,5.238% 93.907%,4.86% 92.435%,4.515% 90.775%,4.207% 88.936%,3.941% 86.929%,.827% 60.416%,.827% 60.416%,.619% 58.409%,.458% 56.335%,.342% 54.21%,.273% 52.052%,.25% 49.877%,.273% 47.703%,.342% 45.545%,.458% 43.42%,.619% 41.346%,.827% 39.339%,3.941% 12.826%,3.941% 12.826%,4.207% 10.819%,4.515% 8.98%,4.86% 7.32%,5.238% 5.848%,5.646% 4.575%,6.08% 3.511%,6.538% 2.666%,7.013% 2.049%,7.505% 1.672%,8.008% 1.544%,92.118% 1.544%,92.118% 1.544%,92.621% 1.672%,93.113% 2.049%,93.589% 2.666%,94.046% 3.511%,94.48% 4.575%,94.888% 5.848%,95.266% 7.32%,95.611% 8.98%,95.919% 10.819%,96.186% 12.826%,99.299% 39.339%,99.299% 39.339%,99.506% 41.346%,99.668% 43.42%,99.784% 45.545%,99.853% 47.703%,99.876% 49.877%,99.853% 52.052%,99.784% 54.21%,99.668% 56.335%,99.506% 58.409%,99.299% 60.416%,96.186% 86.929%,96.186% 86.929%,95.919% 88.936%,95.611% 90.775%,95.266% 92.435%,94.888% 93.907%,94.48% 95.18%,94.046% 96.244%,93.589% 97.089%,93.113% 97.706%,92.621% 98.083%,92.118% 98.211%,8.008% 98.211%);-webkit-clip-path:polygon(8.008% 98.211%,8.008% 98.211%,7.505% 98.083%,7.013% 97.706%,6.538% 97.089%,6.08% 96.244%,5.646% 95.18%,5.238% 93.907%,4.86% 92.435%,4.515% 90.775%,4.207% 88.936%,3.941% 86.929%,.827% 60.416%,.827% 60.416%,.619% 58.409%,.458% 56.335%,.342% 54.21%,.273% 52.052%,.25% 49.877%,.273% 47.703%,.342% 45.545%,.458% 43.42%,.619% 41.346%,.827% 39.339%,3.941% 12.826%,3.941% 12.826%,4.207% 10.819%,4.515% 8.98%,4.86% 7.32%,5.238% 5.848%,5.646% 4.575%,6.08% 3.511%,6.538% 2.666%,7.013% 2.049%,7.505% 1.672%,8.008% 1.544%,92.118% 1.544%,92.118% 1.544%,92.621% 1.672%,93.113% 2.049%,93.589% 2.666%,94.046% 3.511%,94.48% 4.575%,94.888% 5.848%,95.266% 7.32%,95.611% 8.98%,95.919% 10.819%,96.186% 12.826%,99.299% 39.339%,99.299% 39.339%,99.506% 41.346%,99.668% 43.42%,99.784% 45.545%,99.853% 47.703%,99.876% 49.877%,99.853% 52.052%,99.784% 54.21%,99.668% 56.335%,99.506% 58.409%,99.299% 60.416%,96.186% 86.929%,96.186% 86.929%,95.919% 88.936%,95.611% 90.775%,95.266% 92.435%,94.888% 93.907%,94.48% 95.18%,94.046% 96.244%,93.589% 97.089%,93.113% 97.706%,92.621% 98.083%,92.118% 98.211%,8.008% 98.211%)}.bBXLXY\!{color:#f5f65d!important}.efgxDt{text-align:right}.itElxp{color:#9af1dd}.fVbVjr{padding:12px 30px}.bhJtKe{border-bottom:1px dashed hsla(240,8%,65%,.4)}.csctBS{transition:all .3s ease}.jsxjDG{width:100px}.jFCFAN{background:#2ad664}.dHbadR{background:#ff3e49}.fNCnmG{width:27px}.fNCnnl{height:27px}.bBXLXY{color:#f5f65d}.fNDdIU{width:12px}.bjTTvZ{color:#2ad664}.eMhzZZ{color:#ff3e49}.ciPhxK{background:rgba(16,33,36,.25)}.ATHKT{margin:2px}.bGTgkg{appearance:none;-webkit-appearance:none}.knfvec{background:#56d9ff}.feZsnP{background:#f7f36c}.bkDLue{background:#7ffa86}.gbEtHU{background:#fffb93}.fNCyBS{padding-block:3px}.iHJdPS{min-width:112px}.ATGGk{margin:5px}.jsgMwf{padding-inline:16px}.bEYZVu{padding:1px 2px 4px}.euhQHD{clip-path:polygon(11.605% 20.003%,.259% 97.246%,99.915% 97.246%,87.439% 18.702%,87.439% 18.702%,86.846% 15.333%,86.187% 12.26%,85.467% 9.498%,84.692% 7.06%,83.87% 4.96%,83.005% 3.211%,82.103% 1.826%,81.171% .821%,80.215% .207%,79.24% 0,47.43% 0,20.004% 0,20.004% 0,18.991% .224%,18% .884%,17.035% 1.965%,16.105% 3.452%,15.215% 5.329%,14.372% 7.579%,13.583% 10.187%,12.855% 13.138%,12.193% 16.415%,11.605% 20.003%);-webkit-clip-path:polygon(11.605% 20.003%,.259% 97.246%,99.915% 97.246%,87.439% 18.702%,87.439% 18.702%,86.846% 15.333%,86.187% 12.26%,85.467% 9.498%,84.692% 7.06%,83.87% 4.96%,83.005% 3.211%,82.103% 1.826%,81.171% .821%,80.215% .207%,79.24% 0,47.43% 0,20.004% 0,20.004% 0,18.991% .224%,18% .884%,17.035% 1.965%,16.105% 3.452%,15.215% 5.329%,14.372% 7.579%,13.583% 10.187%,12.855% 13.138%,12.193% 16.415%,11.605% 20.003%)}.fugpFY{clip-path:polygon(11.767% 78.01%,.521% .766%,99.303% .766%,86.936% 79.31%,86.936% 79.31%,86.348% 82.679%,85.694% 85.752%,84.981% 88.514%,84.213% 90.953%,83.398% 93.053%,82.54% 94.802%,81.647% 96.186%,80.723% 97.192%,79.775% 97.805%,78.808% 98.013%,47.278% 98.013%,20.092% 98.013%,20.092% 98.013%,19.089% 97.789%,18.106% 97.129%,17.15% 96.047%,16.228% 94.56%,15.346% 92.684%,14.51% 90.434%,13.728% 87.826%,13.006% 84.875%,12.35% 81.598%,11.767% 78.01%);-webkit-clip-path:polygon(11.767% 78.01%,.521% .766%,99.303% .766%,86.936% 79.31%,86.936% 79.31%,86.348% 82.679%,85.694% 85.752%,84.981% 88.514%,84.213% 90.953%,83.398% 93.053%,82.54% 94.802%,81.647% 96.186%,80.723% 97.192%,79.775% 97.805%,78.808% 98.013%,47.278% 98.013%,20.092% 98.013%,20.092% 98.013%,19.089% 97.789%,18.106% 97.129%,17.15% 96.047%,16.228% 94.56%,15.346% 92.684%,14.51% 90.434%,13.728% 87.826%,13.006% 84.875%,12.35% 81.598%,11.767% 78.01%)}.eKrKGL{order:1}.wACFb{background:#ffd118 url(/images/home/about/about-bg.png) repeat top}.hukucC{color:#700}.XGANo{background:url(/images/coin/label-bg.png) no-repeat 100% 100%/cover}.izzVBM{padding:24px 24px 32px}.jsMWXN{padding-inline:32px}.mFyMx{width:16%}.mFNYI{height:85%}.ecwUgZ{transform:scaleX(-1)}.gCbjEl{background:rgba(29,28,33,.7)}.gWenol{padding:15px 20px 20px}.bXhGem{color:hsla(0,0%,100%,.3)}.dLXSas{color:#94899c}.ATGZY{height:4px}.cadcxK{background:#373748}.cLJcll{color:#696974}.mFivM{width:13%}.hGtARw{background:rgba(0,204,255,.12)}.bzLWdH{border-top-left-radius:5px;border-top-right-radius:5px}.bTBiBG{background:url(/images/coin/figure.png) no-repeat}.jvutck{padding-block:35px 80px}.jswUfA{padding-inline:40px}.ddkMYd{max-width:700px}.dzecxg{color:#00f0ff}.jCRRJm{color:hsla(0,0%,100%,.7)}.eknRRT{color:#f8ef00}.iqwUrE{padding:21px 15px}.caVEps{color:#00ff9c}.fYakvz{color:#bc90e4}.bhOdWo{background:url(/images/coin/figure-bottom.png) no-repeat}.kbpnLA{padding-block:70px 50px}.gfmEcj{background:#ff2285}.dJLiDQ{margin-inline:-40px}.kWJoFc{max-width:750px}.gNzZA{background:#ffe618}.jMoJEl{padding:15px 20px}.fMyDbe{border:2px solid #00ff9c}.POLgn{background:rgba(0,255,156,.11)}.bgWgQn{padding:65px 35px 30px}.lkuHgV{border:2px solid transparent}.kQJaCZ{background:linear-gradient(180deg,rgba(255,170,0,.13),rgba(255,170,0,0) 65.14%)}.fVxGyE{color:#d9afff}.hCrOdd{background:hsla(0,0%,100%,.08)}.fivsbI{padding:16px 40px}.dEijrW{background:rgba(0,204,255,.14)}.mFXbk{padding-inline:9%}.fVcHQz{padding:25px 30px}.fcLYoF{padding:15px 24px}.bgMxJ{place-content:flex-start stretch}.fVcvrm{padding:24px 30px}.kccvva{background:linear-gradient(180deg,rgba(0,89,74,.2),rgba(5,202,140,.2))}.eulGEA{color:#fffdc7}.fxkVXr{background:radial-gradient(50% 18.67% at 50% 0,rgba(81,79,102,0) 0,rgba(81,79,102,.2) 100%),linear-gradient(180deg,transparent,rgba(0,119,255,.2))}.umfEd{background:radial-gradient(50% 31.98% at 50% 0,rgba(81,79,102,0) 0,rgba(81,79,102,.2) 100%),linear-gradient(180deg,transparent,rgba(0,166,69,.2))}.jGvAMz{background:rgba(115,100,150,.15)}.UDCoC{padding:40px 10% 50px}.bdAPfq{color:#ff4d4d}.SljCw{padding:15px 25px}.cyVStk{max-width:390px}.kZWujV{transition:background-position .3s ease}.bHTgUb{background:#2d273e}.dSaxkb{background:#ffd118 url(/images/home/about/about-bg.png) repeat top}.dUQHRt{background:#037945 url(/images/home/about/green-bg.png) repeat top}.ledxKX{background:url(/images/home/about/bg.jpg) no-repeat}.mGKdY{padding-block:8%}.hZaliM{padding-inline:10%}.SlKgC{padding:17px 25px}.fGQbzl{border:3px solid #ffd118}.ejdmQW{color:#ffd118}.khrAFx{max-width:960px}.brksXa{padding:40px 50px}.clDDoM{max-width:640px}.WMQmn{min-height:44px}.dmWfhP{padding:3px 21px}.hRFTKe{color:#ffd00d}.jwNRQH{background:#161120}.hlBDnc{transition:border-color .3s ease,background .3s ease,color .3s ease}.pBpid{padding-inline:var(--spacing-10)}.fHyIaa{background:#4a1585}.fEzejj{color:#ddc9fe}.dDJjpM{max-width:680px}.fzozCl{padding:var(--spacing-10)}.hfXOsf{max-width:890px}.pnxsH{gap:var(--spacing-5)}.gFUCIb{box-shadow:inset 16px 0 0 0 #008e68}.jSdsLF{margin-inline:calc(var(--spacing-10) * -1)}.MwyMN{background:url(/images/home/bonuses/planets.png) no-repeat top/contain}.jzoZJa{max-width:660px}.eBGFdg{color:#64f2ff}.jRQPZD\!{max-width:500px!important}.kdFIjO{flex:1 1 0%}.fzoLlM{height:var(--sizes-11)}.fIsAbY{border-radius:5px 5px 0 0}.dwhfWb{color:#ffc600}.cRSVAj{max-height:none}.eAZrpM{width:auto}.fThWgn{height:116.5285%}.eCNukh{max-width:300px}.nVRGN{display:inline}.irCIfV{box-decoration-break:clone;-webkit-box-decoration-break:clone}.fNBpEA{padding-inline:8px}.fzoNxe{padding-inline:var(--spacing-2)}.fzpbDU{padding-block:var(--spacing-1)}.pThsL{gap:var(--spacing-1)}.fDyXpt{transform:translate(-50%,50%)}.bgLGAG\!{min-height:270px!important}.jswTGG{width:270px}.hcckku{height:123.5%}.dhaLXZ{object-position:top}.fNBRHd{width:75px}.fNBzyM{height:84px}.gaqtDk{color:#ffe618}.pBbbS{padding-inline:var(--spacing-20)}.kTtbWp{background:#ffe618 url(/images/home/about/about-bg.png) repeat top}.dJxQWZ{max-height:220px}.pwOnq{color:#5bb1b6}.bjGQXr{gap:var(--spacing-2\.5)}.gOYIBK{aspect-ratio:250/200}.dvHRDA{flex:0 1 25%}.YaKxW{border:1px solid #205659}.mDXBc{width:60%}.ihyqKJ{max-height:110px}.hEnmZb{background:url(/images/home/social-banners/promo-video.png) no-repeat 50%/cover}.llFJL{background:url(/images/home/social-banners/overview-video.png) no-repeat 50%/cover}.koGxRA{background:url(/images/home/social-banners/earn-plyx.png) no-repeat 50%/cover}.Axikl{z-index:3}.fNCoNy{width:67px}.fNAzWg{height:48px}.fNDalf{width:62px}.fNDalI{height:62px}.gnzBfW{color:#bffbff}.eaEliq{max-width:590px}.ePNJIl{color:#c8ff8d}.ikRPpf{max-width:850px}.bMqrPK{max-width:400px}.dZHCss{color:#92e6ec}.AxhzB{padding:var(--spacing-5)}.bdpllC{border-top:12px solid #4a3b5c}.gWuuNt{color:#a797ba}.BELoV{max-width:1280px}.jJMhHi{border:1px solid rgba(108,105,129,.3)}.aKGDq{background:linear-gradient(180deg,rgba(111,8,116,.4),rgba(15,26,34,0))}.fNCBIV{padding:50px}.fEmOHH{background:rgba(32,31,40,.7)}.kIHlHm{border-radius:23px}.fiwUyY{padding:30px 40px}.ilNKYn{max-height:215px}.hQUnkS{border:2px solid #3d3453}.fNCAit{height:90px}.jrXRVu{width:225px}.bTqFmN\!{max-width:380px!important}.ynGpM{color:#8d80ac}.QJyBJ{list-style:disc}.fNBRHu{height:75px}.cbVdUD{color:#c1b6dc}.jMojaf{padding:13px 20px}.bSFfRN{color:#b4aacb}.hiDHXR{background:#231c33}.cxJQAm{transition:background .3s ease,border-color .3s ease}.jaTpkR{background:#f0b90b}.cGFOJB\!{display:block!important}.kIHlHm\!{border-radius:23px!important}.iAFgHi\!{text-align:left!important}.KmIXK{border:1px solid #f93e66}.illOWD{color:#a69ac5}.bGmGWD{background:#130f1d}.fIKBOc{color:#f7dc00}.fNBdeI{padding-block:9px}.jsFaWA{padding-inline:11px}.iiYJRg{text-transform:capitalize}.AxjtU\!{padding:var(--spacing-0)!important}.fYMXgh\!{border:unset!important}.fNDbbl{width:82px}.fNBPKg{width:65px}.eUWuzl{background:url(/images/marketplace/item-bg.png) no-repeat 0/100% 100%}.jrpICc{padding-inline:19px}.jiRIuf{gap:100px}.hRwnvq\!{color:#000!important}.eBzOXw{outline:1px solid #2d2d36}.hFHvTh{background:#484852}.bnWGeW{color:#949099}.eemkkl{padding:50px 65px}.fSwBad{color:#ff1b51}.kMDBnq{color:#fff}.cDqHrZ{border-radius:17px}.fNDcic{width:52px}.eZamQa{border-top-right-radius:17px;border-bottom-right-radius:17px}.VZOiv{background:#b8203b}.hXkOO{background:#00893f}.gYaEIs{color:#918b95}.fEvVVy{color:#716b75}.dlwvtd{background:#26252b}.loldCq{padding:12px 42px}.kPLjdv\!{color:#ffbe02!important}.hoyRHu{background:#1d1c21}.gFjbcc{background:rgba(38,37,43,.7)}.jswkuL{width:440px}.iOnyIX{background:#3a342b}.gidJnO{border-left:10px solid #de3b84}.faDhwo{border-left:10px solid #ffc306}.hEeqHu{border-left:10px solid #8cb414}.bHAEfU{border-left:10px solid #14b476}.gffrID{border-left:10px solid #24a4ce}.dTlTjS{border-left:10px solid #8f68ff}.dBbMtB{border-left:10px solid #f4e45a}.cwoTSw{color:#b0b0b0}.dqcmGw{margin-inline:20px 15px}.dluuKX{padding:5px 10px}.jnYrRa{background:#1f1c1d}.fNAzCi{width:58px}.fNAzCx{height:58px}.fMSoJ{filter:blur(10px)}.lovlIP{transform:scale(1.1)}.rsBvM{background:rgba(21,21,25,.8)}.fVcHwQ{padding:15px 30px}.dTmriP{padding:4px 8px}.laugtE{background:rgba(19,18,24,.8)}.ePPicH{max-width:360px}.fNCapt{height:36px}.jsCBtQ{gap:2px}.eZiWlV{padding-inline:40px 20px}.bDBabb{background:#141418}.iPYOBx{color:#9a9aa6}.jswuDo{width:250px}.hFmJoT{place-items:center center}.bsfGcP{place-items:center stretch}.ATGkl{width:6px}.jrZhdR{width:255px}.eAocRY{min-height:300px}.gngdWK{min-width:600px}.jswUes{margin-block:40px}.jsxrvf{padding-block:20px}.jsxeVS{padding-block:30px}.dxSHbt{background:rgba(32,31,40,.5)}.hfWMvq{transition:border-color .3s ease,background .3s ease}.kzyQdJ{border-bottom:5px solid transparent}.jgWFWp{place-content:flex-start}.insEvP{display:-webkit-box}.cYtcUG,.gxiggL{-webkit-line-clamp:4}.gxiggL{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.jGjvJV{box-orient:vertical}.dnrkNL{aspect-ratio:1030/600}.jUrPmZ{padding:20px 25px 15px}.dKxHXM{padding-block:100px}.hzBcvd{border-top:1px solid hsla(240,4%,50%,.25)}.StUnT{border-bottom:1px solid hsla(240,4%,50%,.25)}.cTKYGZ{padding:25px 20px 25px 40px}.eSQQJy{background:rgba(32,31,40,.6)}.kRmRPy{max-width:1010px}.eIDYCK{border:1px solid #2d2d36}.jsfnTk{padding-block:36px}.eIarJo{background:#201f28 url(/images/rules/item-figure.png) no-repeat 100%}.cbXldz{transition:background-color .3s ease,color .3s ease}.fNDbsm{width:32px}.fNDbsJ{height:32px}.fWrLKB{border-bottom:1px solid #2d2d36}.ksNiJE{background:#30da33}.kekWGh{box-shadow:0 6px 0 0 rgba(148,19,50,.7)}.hijMxE{background:#f11b4f}.enUwFQ{transition:background .3s ease,box-shadow .3s ease}.iOPRWM{padding:20px 32px}.iORgGq{padding:15px 32px}.jVdaua{color:#00ac5c}.eDjdPt{padding:12px 10px}.bmozcF{border-radius:60px}.gzxFms{border:1px solid rgba(0,172,92,.5)}.hpMPoQ{background:#192d2b}.hlyujO{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.camQLm{fill:#fff}.kQHUOC{transition:transform .3s ease-in-out}.dySAYM\!{background:rgba(0,172,92,.15)!important}.fVbunW{padding:20px 30px}.fQovbj{max-width:540px}.jEcRIS{background:#2b5278}.ehpBGw{border-radius:8px 8px 0 8px}.NvoZk{border-radius:8px 8px 8px 0}.ATFQA{width:7px}.fNCDkd{height:10px}.dNIbtI{fill:#2b5278}.gEmeQb{fill:#201f28}.gprPoL{max-width:760px}.cTubjl{background:#30354b}.jxBORT{opacity:.4}.fcFcmB{color:#d3093b}.XBrNu{border-radius:32px}.kdRjxB{padding:10px 10px 10px 30px}.jWodLR{border:1px solid hsla(0,0%,100%,.05)}.dhXGJM{resize:none}.hKCqQj{max-height:200px}.bbYXSC{border:var(--borders-none)}.jASxUr{transition:right .3s ease}.fNBCgp{padding:14px}.dHEvRW{color:hsla(240,6%,57%,.7)}.fXdKVE{border-bottom:1px solid hsla(206,6%,50%,.2)}.bfEVTN,.kAvmfA{-webkit-line-clamp:2}.bfEVTN{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.dJxzMa{padding-inline:15px 10px}.duVXWW{flex:0 0 50px}.kIVesU{background:rgba(28,28,35,.5)}.iWGPaJ{background:#282733}.dENxSI{gap:17px}.ghuFLz{flex:0 0 91px}.kTsxQS{background:url(/images/training/search-figure.png) no-repeat 0}.fiNLuh{flex:0 0 20px}.dMhdTt{background:#1a1820}.gxOKnn{border-bottom:10px solid #201f28}.jsxjDx{height:100px}.lpfjqO{color:#de3b84}.dQoeCc{color:#ffc306}.fXaDny{color:#8cb414}.dzVpHY{color:#14b476}.dueTkz{color:#24a4ce}.boUbTG{color:#8f68ff}.cIwRCt{color:#f4e45a}.frCBgI{color:#2fc9ff}.IYKiw{color:#32c635}.RzlTw{background:linear-gradient(1turn,#3b3947,#131218)}.gKzAHT{color:hsla(0,0%,86%,.6)}.jRfldB{text-underline-offset:3px}.fvlxSz{text-decoration-thickness:2px}.kUuoSd{text-decoration:underline}.ATFzz{width:8px}.ATFyY{height:8px}.kDIigh{animation:dot-flashing 1s linear infinite alternate}.dAaUHp{gap:16px}.lcXRnr{opacity:.8}.fNAAGO{padding:28px}.gWjICl{border:2px solid #2d8e31}.inrtbg\!{max-width:215px!important}.cTYYRr{gap:18px}.fNDbsl{padding:32px}.khmvQs{background:#ff005c}.IGfnp{padding:5px 12px}.hYtdOc{border-radius:30px}.gEXtZO{color:#def777}.fWeDHg{padding:25px 0 0}.IGhDT{padding:7px 12px}.eLemDZ{background:rgba(50,50,67,.3)}.jglLPx{border-top-left-radius:3px;border-top-right-radius:3px}.fewpKm{border:1px solid hsla(240,6%,57%,.2)}.fojTKN{transition:color .3s ease,border-color .3s ease}.XQZRn{background:#2b2a35}.efgyKL{border-radius:15px}.kzGxMI{max-width:420px}.iTxwdB{color:#beb4ca}.fQFiHi{background:rgba(61,52,83,.2)}.fdySha{color:#ccc9d6}.yiEtw{background:#595070}.bqGJUS{padding:10px 22px}.fjfNZR{color:rgba(230,221,255,.8)}.daamHX{transition:background .3s ease,color .3s ease,fill .3s ease}.daTgID{place-content:start}.exeQGY{border:2px solid #ffd00d}.jsGzzv{padding-block:31px}.fftuTh{filter:drop-shadow(0 0 40px rgba(205,21,61,.7))}.irqHTp{background:#f0b90b}.cJMNeH{max-width:490px}.kJyKAZ{color:#8fff67}.jrXUFN{width:125px}.hRYNNP{min-height:109px}.fNCyBn{padding-inline:3px}.budtNL{max-width:940px}.klJALc{color:#00fd44}.pCmHl{gap:var(--spacing-3)}.dHiouJ{min-width:1px}.cIYtIa{color:#f00082}.mDWak{width:20%}.mFYgQ{width:28%}.mGjfz{width:27%}.mGkpa{width:37%}.fzpabA{width:var(--sizes-12)}.fzpabD{height:var(--sizes-12)}.lcRqid{transition:all .2s ease-in-out}.dcOdSp{flex:0 0 34%}.dQugBW{background:#31253f}.eArKww{background:#4a3b5c}.fNDdJn{height:12px}.jsxKcU{width:120px}.jsxKcH{height:120px}.icjuoK{background:url(/images/home/wiki/banner/gold-status.png) no-repeat top/contain}.gTFdpd{border-top:12px solid #1e1c21}.SIhD{border-bottom:12px solid #1e1c21}.kyQJSG{transform:translate(-50%,16px)}.fNCBmJ{width:60px}.cTcFKg\!{object-fit:cover!important}.fzozCm{width:var(--sizes-10)}.fzozCt{height:var(--sizes-10)}.jGrcGh{border-top-left-radius:7px;border-bottom-left-radius:7px}.jGoIIt{padding-inline:var(--spacing-2\.5)}.jsFnxC{padding-block:21px}.jswtyS{padding-inline:60px}.gamRzy{background:#4b304a}.dHuwHT{background:#2a2936}.fNDbbm{height:82px}.bbYXSC\!{border:var(--borders-none)!important}.gjxbVe\!{border-radius:unset!important}.fNCASY{width:70px}.fNCATz{height:70px}.fNBNPD{width:15px}.hufTha{color:#e0f86e}.iFEhMM{color:#58dafd}.fNBQgK{height:35px}.ATFfN{padding:9px}.hZFeIn{transition:background .2s ease,color .2s ease}.AILtl{background:rgba(53,53,70,.5)}.dVuiVB\!{gap:12px!important}.fNBCRD{height:74px}.jrPWwN{padding-inline:14px}.ecqDiW{color:#00bfff}.hawrUz{color:#00db03}.dCTxoL{border-top:5px solid #29fc96}.dVgFtV{border-bottom:5px solid #29fc96}.jsxFCh{margin-block:10px}.faSIji{border-top:1px solid hsla(206,6%,50%,.2)}.ATGkm{padding:6px}.jsxeVn\!{padding-inline:30px!important}.gyZQeG{color:hsla(267,4%,58%,.6)}.ctmXyd{outline:1px solid rgba(88,218,253,.5)}.mEYUk{padding-inline:5%}.hZZnws{gap:3%}.iowHIH{fill:rgba(255,2,63,.3)}.fNBCgi{width:14px}.ISOvG{fill:#32c635}.gwPcC{border-radius:50px}.gEofyR\!{color:#201f28!important}.jDViDk{background:#32c635}.kiDoJf{fill:#ff023f}.ggTxir{transform:translate(-50%,-50%) scaleY(-1)}.gwrDhI{color:hsla(267,4%,58%,.8)}.fNBAFa{padding-block:7px}.dShZfE{color:#fd317a}.hpxFxx{border:1px solid rgba(253,49,122,.3)}.fZwEdu{padding:20px 16px}.gEofyR{color:#201f28}.bfgvEJ{background:#ff023f}.jfnFOl{background:rgba(32,31,40,.9)}.ktgAau{box-shadow:10px 0 0 0 rgba(0,0,0,.3)}.jsvhxa{width:180px}.iqwhHU{padding:30px 15px}.csqDaH{background:rgba(45,45,54,.5)}.fYMXgh{border:unset}.cEseyC{background:rgba(0,172,92,.6)}.jMnUko{padding:10px 20px}.imnbx{background:rgba(27,26,34,.8)}.bCFQqg{border:1px solid #2d2d36}.dJJEzO{background:rgba(249,62,102,.1)}.flnrzK{background:#00ac5c}.dRxdWH{background:#3c3c49}.cQSqnB{background:#e7234d}.bMdcij{min-height:400px}.eXnDkY{background:#26262f}.cFJkuK{color:#20d6ff}.fugysR{padding:2px 4px}.jvalJq{background:rgba(25,24,32,.9)}.yZbIH{transition:opacity .3s ease,visibility .3s ease}.eykDQW{background:#26262f}.dvgSIX{transform:translateY(150%)}.bEUquC{border:2px solid hsla(240,2%,50%,.5)}.dIvsX{overscroll-behavior:contain}.kBkDOg{scrollbar-width:thin}.yxybg{color:rgba(0,0,0,.7)}.IGfGY{padding:4px 12px}.enBAGK{transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}.cjOumK{box-shadow:0 15px 20px 0 rgba(207,214,222,.15)}.fNCnKV{padding-block:4px}.daeYMc{text-decoration-thickness:1px}.kRQwKq{text-underline-offset:4px}.dbkCEN{border-left:2px solid #ff5900}.kuQIlc{border-left:2px solid hsla(247,5%,63%,.15)}.kqTbDN{transition:height .3s ease,top .3s ease-in-out}.fIkLHz{height:var(--whitepaper-header-mob-h)}.hOsRmW{height:var(--whitepaper-header-h)}.gGVAcr{backdrop-filter:blur(54px);-webkit-backdrop-filter:blur(54px)}.gdRLko{border-top:1px solid rgba(0,0,0,.07)}.eQOgOa{background:rgba(20,21,22,.15)}.jrPWxs{padding-block:14px}.bsdQVa{color:rgba(0,0,0,.45)}.bgOUZQ{transition:background-color .3s ease,box-shadow .3s ease}.ftbTTa{box-shadow:0 15px 75px 0 rgba(207,214,222,.15)}.bsjJBs{fill:rgba(0,0,0,.45)}.dpjphg{gap:24px}.jagCvb{border-top:1px solid rgba(0,0,0,.15)}.eDVYWf{box-shadow:0 35px 40px 0 rgba(207,214,222,.1)}.eYYkDr{color:rgba(0,0,0,.8)}.hMvlRe{padding:24px 30px 24px 24px}.dDoogy{padding:24px 24px 24px 30px}.gBoZxe\!{background:#de3b84!important}.dCIqLM\!{background:#ffc306!important}.itzUS\!{background:#8cb414!important}.bqgUvQ\!{background:#14b476!important}.eOpenf\!{background:#24a4ce!important}.dpzny\!{background:#8f68ff!important}.bnWGpF\!{background:#f4e45a!important}.hlqbzo{width:calc(100% + 40px)}.cKWyVF\!{background:linear-gradient(180deg,rgba(233,29,120,0),rgba(233,29,120,.3))!important}.kskygZ\!{background:linear-gradient(180deg,rgba(255,195,6,0),rgba(255,195,6,.3))!important}.gwVOpF\!{background:linear-gradient(180deg,rgba(140,180,20,0),rgba(140,180,20,.3))!important}.dwFnHN\!{background:linear-gradient(180deg,rgba(20,180,118,0),rgba(20,180,118,.3))!important}.hzLxDx\!{background:linear-gradient(180deg,rgba(36,164,206,0),rgba(36,164,206,.3))!important}.igCQSB\!{background:linear-gradient(180deg,rgba(143,104,255,0),rgba(143,104,255,.3))!important}.iJLKzy{background:#41414d}.gEznok\!{background:#9ce625!important}.ATHrf\!{height:3px!important}.mZItA{padding:30px 55px}.dfIhky{padding:40px 54px}.dNRPRY{max-width:1300px}.llNZra{color:#b3e598}.hBvQol{padding:3px 14px}.Snzdf{padding:12px 25px}.dcIQCp{color:hsla(240,8%,65%,.7)}.cHulxj{background:rgba(247,220,0,.1)}.kVbnwo{background:rgba(47,201,255,.1)}.gykben{background:rgba(48,177,51,.1)}.bPEkbO{padding:50px 10%}.hQHvCB{color:#1bff84}.ebwGWN{color:#f5f776}.ewagTB{border-top:1px solid hsla(206,6%,50%,.1)}.jsfPrT\!{gap:5px!important}.fzLjJs{background:#353546}.kbrMuU{color:#48f0ff}.gIaCGn{background:url(/images/marketplace/item-bg-small.png) no-repeat 0/100% 100%}.bbBKJO{color:#6cff7b}.kpkffy{border-left:2px solid #201f28}.ejySKI{border-right:2px solid #201f28}.IGhXC{padding:6px 12px}.biWceg{min-width:150px}.dIDMjx{background:#323243}.hYyfMU{color:rgba(180,222,227,.7)}.bRiRQF{background:rgba(19,18,24,.5)}.esnggC{max-height:250px}.ijUfre{color:#f8f477}.bcFmTo{color:#aded7e}.kLQHhk{border-radius:0 0 5px 5px}.jsMWYs{padding-block:32px}.dpPFVx{background:#3e7a12 url(/images/home/description/stars-bg-3.png) repeat center -62px}.cjxvcV{max-width:830px}.tNYaJ{max-width:780px}.gWUerc{padding:12px 44px}.juhvKM{border-radius:7px}.fdibwZ{border:2px solid hsla(95,76%,71%,.35)}.jSZKbU{padding:20px 8%}.ciSMVo{background:rgba(46,91,13,.7)}.kKODdm{clip-path:polygon(.011% 6.85%,.011% 6.85%,0 5.805%,.005% 4.789%,.023% 3.821%,.055% 2.921%,.098% 2.108%,.151% 1.4%,.214% .816%,.285% .375%,.362% .097%,.445% 0,99.511% 0,99.511% 0,99.594% .097%,99.672% .375%,99.742% .816%,99.805% 1.4%,99.859% 2.108%,99.902% 2.921%,99.933% 3.821%,99.951% 4.789%,99.956% 5.805%,99.945% 6.85%,99.199% 48.768%,99.199% 48.768%,99.195% 49.012%,99.192% 49.258%,99.19% 49.505%,99.188% 49.752%,99.188% 50%,99.188% 50.248%,99.19% 50.495%,99.192% 50.742%,99.195% 50.988%,99.199% 51.232%,99.945% 93.15%,99.945% 93.15%,99.956% 94.195%,99.951% 95.211%,99.933% 96.179%,99.902% 97.079%,99.859% 97.892%,99.805% 98.6%,99.742% 99.184%,99.672% 99.625%,99.594% 99.903%,99.511% 100%,.445% 100%,.445% 100%,.362% 99.903%,.285% 99.625%,.214% 99.184%,.151% 98.6%,.098% 97.892%,.055% 97.079%,.023% 96.179%,.005% 95.211%,0 94.195%,.011% 93.15%,.758% 51.232%,.758% 51.232%,.761% 50.988%,.764% 50.742%,.767% 50.495%,.768% 50.248%,.768% 50%,.768% 49.752%,.767% 49.505%,.764% 49.258%,.761% 49.012%,.758% 48.768%,.011% 6.85%);-webkit-clip-path:polygon(.011% 6.85%,.011% 6.85%,0 5.805%,.005% 4.789%,.023% 3.821%,.055% 2.921%,.098% 2.108%,.151% 1.4%,.214% .816%,.285% .375%,.362% .097%,.445% 0,99.511% 0,99.511% 0,99.594% .097%,99.672% .375%,99.742% .816%,99.805% 1.4%,99.859% 2.108%,99.902% 2.921%,99.933% 3.821%,99.951% 4.789%,99.956% 5.805%,99.945% 6.85%,99.199% 48.768%,99.199% 48.768%,99.195% 49.012%,99.192% 49.258%,99.19% 49.505%,99.188% 49.752%,99.188% 50%,99.188% 50.248%,99.19% 50.495%,99.192% 50.742%,99.195% 50.988%,99.199% 51.232%,99.945% 93.15%,99.945% 93.15%,99.956% 94.195%,99.951% 95.211%,99.933% 96.179%,99.902% 97.079%,99.859% 97.892%,99.805% 98.6%,99.742% 99.184%,99.672% 99.625%,99.594% 99.903%,99.511% 100%,.445% 100%,.445% 100%,.362% 99.903%,.285% 99.625%,.214% 99.184%,.151% 98.6%,.098% 97.892%,.055% 97.079%,.023% 96.179%,.005% 95.211%,0 94.195%,.011% 93.15%,.758% 51.232%,.758% 51.232%,.761% 50.988%,.764% 50.742%,.767% 50.495%,.768% 50.248%,.768% 50%,.768% 49.752%,.767% 49.505%,.764% 49.258%,.761% 49.012%,.758% 48.768%,.011% 6.85%)}.hnUIXF{margin-inline:24px 14px}.hBBJD{background:#ffc600 url(/images/home/description/stars-bg-1.png) repeat bottom}.cLqVaf{min-height:2.4em}.pkwcn{padding-inline:var(--spacing-16)}.GsqMZ{max-width:456px}.fzoqgp{padding-block:var(--spacing-4)}.eAqBNn{border:2px solid rgba(175,103,27,.35)}.cfXuQS{aspect-ratio:1108/458}.fLPVqe{max-width:1108px}.dKxHXh{padding-inline:100px}.cGlMVb{max-width:670px}.gnfYng{max-width:600px}.kMbEAn{background:#056698 url(/images/home/description/stars-bg-2.png) repeat center -62px}.lmBBoI{aspect-ratio:970/753}.jrXSmc{max-width:1069px}.fzoAXm{padding-block:var(--spacing-3)}.guNzSq{background:#ffc600 url(/images/home/about/about-bg.png) repeat top}.jfvcoN{color:#bde8ff}.jrYpOk{padding-inline:55px}.ggeyjl{max-width:1200px}.TrvIK{background:#056698 url(/images/home/planets/bg-dots.png) repeat top}.fNBZXN{width:86px}.fNBZXW{height:86px}.hRDRWW{background:rgba(0,0,0,.5)}.jrinhx{padding-inline:18px}.cCHBLW{max-width:495px}.hdRizz{flex:0 0 50%}.kscwSD{max-width:212px}.dVMDvG{width:calc(100% - 40px)}.fzodHc{padding-block:var(--spacing-5)}.cdgiMG{background:#056698}.jsVJmD{padding-inline:43px}.bVbFvR{background:#3e7a12 url(/images/home/resources/bg-dots.png) no-repeat top}.eQSdLY{aspect-ratio:816/738}.cgaxdy{max-width:778px}.kEPGJA{color:#d1ffaf}.khwpzL{background:#0c0b0d}.hNLpxs{background:#1d1a1f}.fNBNen{padding-block:6px}.QeYJH{color:hsla(270,1%,62%,.6)}.dbfDiN{background:rgba(53,50,56,.2)}.eYuBRh{background:#1a191f}.fmWEOj{background:#0c0b0d}.otgZs{background:#1d1a1f}.jVKwMf{border:1px solid #353238}.fiwTJe{padding:10px 40px}.cMpWiM{border-bottom:1px solid hsla(0,0%,69%,.1)}.iJhUFk{color:#9f9ea0}.iqTKUk{border-right:1px solid hsla(0,0%,100%,.16)}.dPpmWb{gap:41px}.fNCbld{padding-inline:5px}.fNCOTb{width:11px}.fqUpno{background:#eb329a}.fmqbZI{background:#acde3b}.jTHIUz{padding:2px 6px}.jrRchk{color:#acde3b}.coWHzE{border-right:1px solid #353238}.hQJZdq{border-left:1px solid #353238}.hpvtNO{border-top:1px solid #353238}.hHIBSY{border-bottom:1px solid #353238}.kQqSmh\!{background:#e2d800!important}.bXHVyK\!{color:rgba(0,0,0,.9)!important}.gEznok{background:#9ce625}.fwrmch{color:#e2d800}.etYesA{background:#918b95}.gfwMcP{color:#0f0e0f}.fNCblg{margin-inline:5px}.fNBNQg{height:15px}.fNCnLF{margin-inline:4px}.jUxsQg{background:rgba(255,190,2,.3)}.cVZGkr{border-right:1px solid hsla(206,6%,50%,.1)}.kVilQk{padding:5px 20px}.iSJvpT{border-bottom:1px solid hsla(206,6%,50%,.1)}.bhdxEG{margin:-1px -1px 0 0}.bByUig{border:1px solid hsla(206,6%,50%,.1)}.xIWio{padding:12px 0}.eRdmrQ{border-top:1px dashed hsla(206,6%,50%,.2)}.dEdAKu{background:rgba(89,94,108,.4)}.bIQjMT{border:1px solid #646b7e}.jdzyaq{color:#ff337c}.hhqPvo{transition:opacity .1s ease}.jLUtXN{color:#ff6081}.jKeasE{background:rgba(0,255,41,.15)}.psFuz{border-bottom:1px solid transparent}.kbtlxb{color:hsla(240,8%,65%,.5)}.esEzuT{background:#994bdc}.bqHwir{padding:15px 22px}.lhaGxD{clip-path:polygon(7.686% 99.725%,7.686% 99.725%,7.203% 99.609%,6.734% 99.269%,6.282% 98.714%,5.851% 97.955%,5.445% 97.003%,5.068% 95.868%,4.724% 94.562%,4.416% 93.093%,4.149% 91.474%,3.928% 89.714%,.426% 57.445%,.426% 57.445%,.298% 56.118%,.198% 54.76%,.127% 53.381%,.085% 51.986%,.07% 50.584%,.085% 49.182%,.127% 47.788%,.198% 46.408%,.298% 45.051%,.426% 43.723%,3.928% 11.455%,3.928% 11.455%,4.149% 9.695%,4.416% 8.075%,4.724% 6.607%,5.068% 5.3%,5.445% 4.166%,5.851% 3.214%,6.282% 2.455%,6.734% 1.9%,7.203% 1.559%,7.686% 1.443%,92.314% 1.443%,92.314% 1.443%,92.796% 1.559%,93.265% 1.9%,93.717% 2.455%,94.149% 3.214%,94.555% 4.166%,94.932% 5.3%,95.276% 6.607%,95.584% 8.075%,95.85% 9.695%,96.072% 11.455%,99.574% 43.723%,99.574% 43.723%,99.702% 45.051%,99.801% 46.408%,99.873% 47.788%,99.915% 49.182%,99.929% 50.584%,99.915% 51.986%,99.873% 53.381%,99.801% 54.76%,99.702% 56.118%,99.574% 57.445%,96.072% 89.714%,96.072% 89.714%,95.85% 91.474%,95.584% 93.093%,95.276% 94.562%,94.932% 95.868%,94.555% 97.003%,94.149% 97.955%,93.717% 98.714%,93.265% 99.269%,92.796% 99.609%,92.314% 99.725%,7.686% 99.725%);-webkit-clip-path:polygon(7.686% 99.725%,7.686% 99.725%,7.203% 99.609%,6.734% 99.269%,6.282% 98.714%,5.851% 97.955%,5.445% 97.003%,5.068% 95.868%,4.724% 94.562%,4.416% 93.093%,4.149% 91.474%,3.928% 89.714%,.426% 57.445%,.426% 57.445%,.298% 56.118%,.198% 54.76%,.127% 53.381%,.085% 51.986%,.07% 50.584%,.085% 49.182%,.127% 47.788%,.198% 46.408%,.298% 45.051%,.426% 43.723%,3.928% 11.455%,3.928% 11.455%,4.149% 9.695%,4.416% 8.075%,4.724% 6.607%,5.068% 5.3%,5.445% 4.166%,5.851% 3.214%,6.282% 2.455%,6.734% 1.9%,7.203% 1.559%,7.686% 1.443%,92.314% 1.443%,92.314% 1.443%,92.796% 1.559%,93.265% 1.9%,93.717% 2.455%,94.149% 3.214%,94.555% 4.166%,94.932% 5.3%,95.276% 6.607%,95.584% 8.075%,95.85% 9.695%,96.072% 11.455%,99.574% 43.723%,99.574% 43.723%,99.702% 45.051%,99.801% 46.408%,99.873% 47.788%,99.915% 49.182%,99.929% 50.584%,99.915% 51.986%,99.873% 53.381%,99.801% 54.76%,99.702% 56.118%,99.574% 57.445%,96.072% 89.714%,96.072% 89.714%,95.85% 91.474%,95.584% 93.093%,95.276% 94.562%,94.932% 95.868%,94.555% 97.003%,94.149% 97.955%,93.717% 98.714%,93.265% 99.269%,92.796% 99.609%,92.314% 99.725%,7.686% 99.725%)}.eqLNPf{max-width:140px}.drevft{color:#f6f775}.iKHpoq{color:#17c687}.eWOuhg{color:#ff005c}.fAIDTt{color:#c37dff}.fNBPqv{width:55px}.fNBpFd{margin-inline:8px}.eFCXlw{color:#4ad0dc}.degqCV{color:#acfc8d}.bTqFmN{max-width:380px}.KtucQ{border-top:1px dashed hsla(240,8%,65%,.4)}.fSwBad\!{color:#ff1b51!important}.kMDBnq\!{color:#fff!important}.iPlUEx{max-width:120px}.iCdvRi{color:#62f2ff}.ettjNP{grid-column:3/span 1}.cpWAMv{grid-row:1/span 1}.lcvBsW{max-width:765px}.cIyFhq{max-width:550px}.fiwteY{padding:12px 40px}.fNCABX{width:80px}.iuMfOH{color:#f0acbc}.jswUNN{width:170px}.fNCPmM{width:21px}.ebwGWN\!{color:#f5f776!important}.fNCaIz{width:26px}.ksOsXt{color:#ffb7c5}.hQHvCB\!{color:#1bff84!important}.dJIeha{gap:80px}.jTHJoi{padding:3px 6px}.jHsjeM{height:calc(100% - 26%)}.dAqXQG{min-width:930px}.dRrYnf{gap:11%}.hbXOBg{display:inline-grid}.lkpzTk{background:rgba(0,0,0,.85) linear-gradient(180deg,rgba(65,255,67,.025),rgba(65,255,67,.25))}.cgjFAt{background:linear-gradient(270deg,#eb329a,#db1484)}.cIdVUI{color:#20fc09}.mFlvi{margin-inline:6%}.dXVLQu{gap:14%}.mEwTj{width:72%}.mFJPX{height:75%}.eRSZdM{background:url(/images/home/pumplyxes/dots.png) no-repeat 50%}.esUjvx{max-width:250px}.lmmQnO{max-width:275px}.bRqRSt{max-width:1097px}.flRmZI{background:#1e1d21}.iXLYCD{border:2px solid #494a52}.eYDjho{color:#8e8a93}.fNCnLA{padding-inline:4px}.dXgSjB{background:#f1ce13}.dodIBB{color:#f1ce13}.dGJMMI{color:#eb329a}.cujVOI{border-bottom:1px solid hsla(0,0%,100%,.16)}.fBbkvL{min-height:325px}.jswiAi{width:140px}.dimnSi{background:linear-gradient(180deg,#ff8e1d,#ffb411)}.kJQwEo{background:linear-gradient(180deg,#dfb717,#fadf73)}.fNCyCf{margin-block:3px}.gxbldl{border-top:1px solid hsla(240,8%,65%,.3)}.kTKzzD{border-bottom:1px solid hsla(240,8%,65%,.3)}.gZhPbU{background:rgba(11,150,100,.2)}.eMNueU{background:rgba(255,0,92,.2)}.ATGGp{height:5px}.fFSldA{background:#25493c}.jswujD{width:150px}.fNCaYE{margin-left:5px}.jzuiJt{flex-shrink:0}.jAYRm{border-color:hsla(0,0%,100%,.6)}.kSmiQp{align-items:center}.gSKPcF{justify-content:space-between}.jsgMqa{font-size:16px}.jRXFuD{font-weight:600}.fyszFl{line-height:1}.dAIIep{top:calc(100% - 3px)}.kiKDyH{left:var(--spacing-0)}.jrPWok{font-size:14px}.hFHFal{line-height:1.2}.cOicxU{line-height:1.3}.iLbQFp{flex-direction:column}.dJipKp{padding-top:180px}.hUkvOf{background-position:50%}.bZnLfZ{background-size:contain}.dVjXGn{margin-left:-12px}.fngkkK{grid-template-columns:112px 1fr auto}.legDhJ{justify-content:center}.jsxrtz{font-size:20px}.jRXTuE{font-weight:500}.kSmiQp\!{align-items:center!important}.dRCFAU{align-items:flex-start}.qbeer{top:var(--spacing-0)}.WUSvz{overflow-y:auto}.iyleoH{overflow-x:hidden}.jrXrXa{padding-bottom:15px}.jrXrNy{padding-right:15px}.bumbuD{line-height:1.4}.jsxrHO{padding-left:20px}.gTXIgt{background-size:200% 100%}.VrEcI{background-position:100%}.ksOXov{grid-template-columns:1fr 300px}.ijcWEv{grid-template-columns:1fr auto 300px}.coifNq{margin-top:auto}.jdqNyU{background-size:calc(100% - 150px)}.dJXueY{padding-top:150px}.jrYpLI{padding-top:55px}.ckDurQ{justify-content:space-around}.jtBciP{grid-template-columns:repeat(5,1fr)}.jrXrMB{font-size:15px}.jrXEke{margin-top:25px}.jswHxx{padding-top:50px}.jrinsC{margin-bottom:18px}.jsNjtB{font-size:22px}.hehjsO{grid-template-columns:40px auto}.dkYUnm{row-gap:10px}.kVlzJM{column-gap:20px}.jrRgKx{font-size:44px}.jrhZjj{font-size:28px}.hWMNZS{line-height:1.1}.jRXsVq{font-weight:700}.fBrokM{line-height:1.25}.dUYDXb{top:100%}.jsVUaf{font-size:13px}.jsxeSy{margin-top:30px}.jswUgH{margin-bottom:40px}.jrXEkj{padding-top:25px}.ekaVMM{justify-self:center}.dKBjvX{grid-template-columns:repeat(3,auto)}.ewiLWS{line-height:20px}.bFxncN{justify-self:flex-start}.VXXUO{justify-self:flex-end}.ihcWUM{top:calc(100% - 2px)}.jbekii{grid-template-columns:repeat(4,85px)}.bBYGfZ{border-top-left-radius:3px}.eIXWIS{justify-items:center}.jrSQEA{margin-top:-4px}.jUClKP{grid-template-columns:1fr auto}.iaMUkK{top:8%}.eCaVMz{left:50%}.jsokUP{font-size:17px}.jrinjk{font-size:18px}.ducRkL{top:15px}.eqLqfs{right:15px}.kdbnxX{left:15px}.jrXEAs{margin-bottom:25px}.fUfBYX{align-items:flex-end}.jtxOwD{margin-top:-120px}.jsfAol{font-size:26px}.dIyuYM{grid-template-columns:repeat(2,1fr)}.jsgMqa\!{font-size:16px!important}.dJWTBZ{top:60px}.jsxrti{padding-top:20px}.jsxrsX{margin-top:20px}.jrXrJJ{margin-top:15px}.dzdewn{grid-template-columns:repeat(3,70px)}.bobrfx{grid-auto-flow:column}.eovngB{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.jsxFtf{padding-right:10px}.jvQYvV{align-self:flex-end}.jRYfTR{font-weight:400}.dJIefT{top:80px}.hKmwlv{right:30px}.jsxeSL{padding-top:30px}.jsxFCH{padding-bottom:10px}.jswTVN{font-size:40px}.jrXElK{font-size:25px}.dKuGOA{top:30px}.fznDcr{padding-top:var(--spacing-7)}.duNIOG{margin-top:-35px}.cTVcRW{margin-top:-28px}.ggFVaP{background-clip:text;-webkit-background-clip:text}.jsxFzt{padding-top:10px}.cmUgt{grid-template-columns:auto 50px 1fr auto}.fNCbcG{margin-right:5px}.jsxFzg{margin-top:10px}.fWbNai{bottom:-19px}.gGAzOY{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.fzpnVj\!{margin-bottom:var(--spacing-0)!important}.dCCxwn{top:10%}.bwEjAM{right:10%}.kdHsXs{flex-grow:1}.fvBKJs{justify-content:flex-start}.jsxfdx{padding-bottom:30px}.ekNIQX{grid-template-columns:315px 1fr}.jsxrEx{margin-bottom:20px}.jsxfhr{padding-left:30px}.jrkvXQ{padding-left:88px}.fNCKUj{margin-left:2px}.jswtrm{padding-top:60px}.dDihBf{top:50%}.iGltst{grid-template-rows:.6fr .4fr}.jrXEzZ{padding-bottom:25px}.jsNKlS{padding-left:42px}.gzHjnz{align-self:center}.fNBcWQ{margin-left:9px}.iwOoSz{border-top-right-radius:3px}.fPnFxJ{border-bottom-right-radius:3px}.fNBpxA{padding-left:8px}.bnBtdA{line-height:0}.dukNYg{top:25px}.gasSYy{flex-wrap:wrap}.eUbpXK{top:-100%}.jriniP{padding-right:18px}.fNCnti{padding-bottom:4px}.jrSQom{margin-bottom:-4px}.dKCDGR{top:20px}.kUzaxe{right:20px}.cChUwb{border-color:#333438}.fHSNuq{border-color:#d3123b}.jsOvuZ{padding-right:12px}.ErIWv{background-color:#f93e66}.jrPIoj{font-size:24px}.jzkWm{background-color:#def777}.hpyzhC{background-color:#baffaf}.fBTIfu{background-color:#8dd9fc}.eKMsz{background-color:#9e98ff}.cqrEwx{background-color:#ff62b5}.kePtYn{font-family:var(--pumplyx-icon-font),var(--sidebar-icon-font)}.eJFCxu{font-style:normal}.jdmPpC{font-weight:var(--font-weights-normal)}.bCShOO{background-color:var(--colors-white)}.jeDIpi{animation-duration:.5s}.cohxva{animation-timing-function:cubic-bezier(.22,1,.36,1)}.jUJMFv{justify-content:flex-end}.kQauLJ{align-items:baseline}.hWgptE{right:var(--spacing-0)}.cQJFnr{border-color:#000}.jrYpJB{font-size:55px}.USTXB{font-size:calc(16 * var(--vh-unit))}.isSmaV{grid-template-columns:repeat(3,1fr)}.PhfTN{font-size:calc(12 * var(--vh-unit))}.bozWze{font-size:calc(22 * var(--vh-unit))}.bWUdE{font-size:calc(20 * var(--vh-unit))}.jmhzoZ{padding-bottom:calc(15 * var(--vh-unit))}.eDqKIb{grid-template-rows:1fr 1fr}.jmhzxu{margin-top:calc(15 * var(--vh-unit))}.jXuXPT{font-size:calc(18 * var(--vh-unit))}.bWUdE\!{font-size:calc(20 * var(--vh-unit))!important}.idrlYH{font-size:calc(67 * var(--vh-unit))}.dOOPip{font-size:calc(43 * var(--vh-unit))}.emiKQG{padding-top:calc(10 * var(--vh-unit))}.jmhzoE{margin-bottom:calc(15 * var(--vh-unit))}.coigcm{margin-left:auto}.kfTSrh{font-size:calc(21 * var(--vh-unit))}.jrvGRn{bottom:calc(-17 * var(--vh-unit))}.epNXyC{top:-5%}.jtTljC{right:11.1%}.QckNC{background-size:100% 100%}.qzGtJ{bottom:20px}.kyGdCf{bottom:var(--spacing-0)}.CDjCU{bottom:calc(-45 * var(--vh-unit))}.bulKCS{font-size:calc(26 * var(--vh-unit))}.ciRXfV{margin-bottom:calc(45 * var(--vh-unit))}.gspHBD{align-content:flex-start}.ijMPfu{column-gap:calc(25 * var(--vh-unit))}.cSuuYI{row-gap:calc(15 * var(--vh-unit))}.fzpolx{margin-top:var(--spacing-0)}.fHboSi{align-content:center}.bucPRs{right:95px}.bWUeg{margin-top:calc(20 * var(--vh-unit))}.fNBMTN{margin-bottom:6px}.jrPWok\!{font-size:14px!important}.hczXWP{line-height:52px}.jsxFDi{margin-bottom:10px}.dJSEfF{margin-top:-50px}.jyUHZl{line-height:18px}.duqsqz{margin-left:-25px}.duwSYm{margin-bottom:-15px}.coifOA{margin-right:auto}.dlirhv{column-gap:10px}.cjEbKK{row-gap:5px}.jsxeTQ{margin-right:30px}.jsPtBw{margin-bottom:-2px}.jsPtKu{margin-top:-2px}.jsxrup{margin-right:20px}.iCnsjr{overflow-x:clip}.jswUgm{padding-bottom:40px}.jsxeUm{font-size:30px}.fXZFgR{bottom:-30px}.hJDtqX{left:-50px}.fcwHMs{right:-50px}.iLRmYG{background-image:linear-gradient(90deg,#e7e200,#c8f800)}.dqCkrw{background-image:linear-gradient(90deg,#53f27b,#19e4d8)}.bGEbqg{background-image:linear-gradient(90deg,#c5f900,#5df56c)}.hdbtFQ{margin-top:-6.5%}.iadAun{margin-top:-6%}.lfGThz{background-size:100% 95%}.ksXQLv{grid-template-columns:300px 1fr 300px}.jsfnOY{font-size:36px}.ihPfpD{grid-template-columns:290px 1fr 290px}.kDfmeL{border-color:#ff4d4d}.cSYAaY{margin-left:-48px}.iedyXI{top:-13px}.eaBQKc{margin-bottom:-13px}.jrhBSF{margin-left:48px}.jsxrus{padding-right:20px}.fznPCO{padding-top:var(--spacing-6)}.fzrjPm{padding-bottom:var(--spacing-8)}.fznPDb{margin-top:var(--spacing-6)}.fzqXEY{margin-top:var(--spacing-9)}.fznDcC{margin-top:var(--spacing-7)}.fzopUQ{padding-left:var(--spacing-4)}.fzrkfx{margin-top:var(--spacing-8)}.fzodJk{margin-top:var(--spacing-5)}.jRYqXe{font-weight:300}.ksBNRv{right:6.35%}.iRQZMN{left:60px}.fKidzu{background-color:var(--colors-pink-500)}.hmlfCT{bottom:var(--spacing-8)}.kWWntT{left:var(--spacing-8)}.rmyor{top:var(--spacing-8)}.kSOPHE{right:var(--spacing-8)}.ddYphL{bottom:100%}.jnHgca\!{top:unset!important}.jOOAcf{bottom:110px}.gYDNXW{bottom:18px}.HVViH{right:12px}.jsFZfJ{margin-top:-1px}.fznPzA{padding-bottom:var(--spacing-6)}.gdSGJh{grid-template-columns:1fr 1fr}.eWMpkC{column-gap:40px}.kVuWDV{row-gap:20px}.fzoNEP{margin-top:var(--spacing-2)}.pSfoy{margin-top:var(--spacing-12)}.fzoBeq{margin-top:var(--spacing-3)}.hzaxrj{background-color:#4b3051}.fzoBen{padding-top:var(--spacing-3)}.dZTwSz{bottom:calc(100% + 25px)}.jshWQH{margin-top:46px}.dAmYHW{margin-top:-46px}.duqslf{margin-top:-25px}.jrintU{margin-left:18px}.iAPdvo{grid-template-columns:.27fr .73fr}.fUfBYX\!{align-items:flex-end!important}.jsNjKo{padding-left:22px}.hZxBSa{margin-right:11%}.bzjOTM{grid-template-columns:repeat(6,1fr)}.cJElOb{grid-template-columns:repeat(2,1fr)}.lrVGS{border-top-left-radius:0}.gCsngJ{background-color:currentColor}.jswtxA{padding-right:60px}.gyNnsx{grid-template-rows:repeat(3,auto)}.jyKjkD{grid-template-columns:repeat(6,130px)}.jrXrYs{padding-left:15px}.hzcBCA{line-height:26px}.kpNnsy{top:-15px}.cCLYPN{right:-15px}.fNBpxp{margin-left:8px}.jswUmA{padding-left:40px}.jsOvvq{font-size:12px}.elyapo{grid-template-columns:repeat(3,190px)}.ciVHMj{grid-template-columns:repeat(3,210px)}.gliKmc{grid-template-columns:6px auto}.dClCNl{top:30%}.jrhMJW{font-size:38px}.kMkoyi{grid-template-columns:repeat(4,1fr)}.jrXrYF{margin-left:15px}.jswTXU{padding-top:40px}.ksWBqx{flex-direction:row}.blgLzQ{background-size:100px}.jsxrDU{padding-bottom:20px}.dYNBXs{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.jrinpd{padding-top:18px}.jsfAyK{padding-bottom:26px}.iIyNnT{left:80px}.jsMWUo{font-size:32px}.fNCaSy{margin-bottom:5px}.jRjhuc{grid-template-columns:.45fr .55fr}.dKxHEP{padding-bottom:100px}.bUUMPz{left:calc(100% - 1px)}.goGMSM{right:calc(100% - 1px)}.dQdung{flex-direction:row-reverse}.hZKqVs{bottom:30px}.dxXEoG{overflow-y:hidden}.fNCbcn{padding-right:5px}.jswHMd{padding-left:50px}.jswgXd{padding-right:70px}.jrPvYp{padding-bottom:34px}.dpYEem{grid-template-columns:repeat(auto-fit,minmax(195px,1fr))}.iYznJx{text-decoration-color:var(--colors-transparent)}.khQcGd{background-color:hsla(0,0%,100%,.4)}.hJmWAe{animation-delay:.5s}.jsOvFc{margin-bottom:12px}.jrPIiT{margin-top:24px}.jsgMzM{margin-bottom:16px}.jswTXR{margin-top:40px}.icPAjM{grid-template-columns:auto 260px 1fr auto}.jsxFta{margin-right:10px}.dKHLQS{margin-top:-20px}.jsalZh{margin-top:-5px}.hSiiri{line-height:1.5}.kMnGkb{grid-template-columns:.18fr .22fr .26fr .34fr}.fTvUwH{grid-template-columns:1fr auto 1fr auto 1fr}.eStXlN{right:-10%}.ecaFLI{top:13%}.ddInVX{left:-15%}.ebSIYn{top:23%}.kXvZzY{right:-15%}.dDakIO{top:40%}.bLjMzB{left:-17%}.iaEXxh{top:7%}.emLmAi{top:15%}.enHRok{top:35%}.dfBBLp{background-color:rgba(0,0,0,.6)}.jrXrJM{padding-top:15px}.fNCnsX{margin-bottom:4px}.dKLBxC{top:10px}.fItnMX{right:-60px}.fzqXEF{padding-top:var(--spacing-9)}.fzoAVV{padding-bottom:var(--spacing-3)}.kzAhfO{background-color:#151317}.dZIZaO{top:23px}.eQbMzS{left:18px}.cWwmxx{background-color:#201f28}.fzoNEK{padding-top:var(--spacing-2)}.fzopYK{padding-bottom:var(--spacing-4)}.hNiWkR{align-items:stretch}.jrPWpc{margin-top:14px}.gHseXq{grid-template-columns:repeat(8,1fr)}.eHZJUC{grid-auto-rows:1fr}.jsfPqC{top:5px}.gMLisu{left:-8px}.jrXrXv{margin-bottom:15px}.fNBAxq{margin-top:7px}.dWvIBl{grid-template-columns:auto 30px}.dJibpn{margin-left:280px}.fvBKJs\!{justify-content:flex-start!important}.ksWBqx\!{flex-direction:row!important}.HIQOF\!{align-self:unset!important}.iBGDYX{grid-template-columns:1fr 1fr 1fr auto}.jsxeTV{padding-right:30px}.fcRKcd{grid-template-columns:repeat(auto-fill,minmax(680px,1fr))}.fNCbdx{padding-top:5px}.iutfMk{grid-template-columns:48px 1fr 250px 1fr 1fr auto}.fNBpGf{margin-right:8px}.duwSPo{margin-top:-15px}.ixrskq{margin-right:-190px}.fNBAsr{padding-left:7px}.fNBArW{margin-left:7px}.cFLTsm{line-height:1.85}.bMftMu{border-color:#f93e66}.WzvLI{bottom:-35px}.cJqzCZ\!{border-color:#fff!important}.fRNRnh{top:calc(var(--whitepaper-header-h) + 25px)}.hToYNQ{top:calc(var(--whitepaper-header-mob-h) + 25px)}.jsgMoz{padding-top:16px}.jsOvNr{padding-left:12px}.bomIhK{top:calc(var(--whitepaper-header-mob-h) * -1 - 1px)}.dFrsdp{grid-template-columns:315px 1fr 50px}.jjohvH{top:-10px}.jsOvyy{margin-top:12px}.fNBpMl{margin-top:8px}.jsFZfJ\!{margin-top:-1px!important}.hLgRAA{row-gap:30px}.gmZbiN{column-gap:70px}.irKWCF{grid-template-columns:155px 1fr auto}.hLqouJ{column-gap:30px}.ecMpsy{grid-template-columns:max-content 260px max-content auto}.iiurDd{grid-template-columns:300px auto}.eTxWKK{grid-template-columns:max-content 220px max-content auto}.juyUzV{grid-template-columns:auto 1fr 1fr auto}.fzoqjJ{margin-top:var(--spacing-4)}.fzpbKY{margin-top:var(--spacing-1)}.pSfpb{padding-top:var(--spacing-12)}.jyPHuu{margin-top:-130px}.dJfvuU{margin-top:-80px}.zfkTu{row-gap:18px}.jTQHhk{column-gap:6px}.rzXRt{grid-template-columns:repeat(12,1fr)}.hyofZI{grid-template-rows:repeat(8,1fr)}.dXtdeo{margin-top:-14%}.jswHFP{padding-bottom:50px}.dKjxlv{margin-top:-70px}.jrYQyg{padding-bottom:35px}.fzodxK{margin-bottom:var(--spacing-5)}.jxZyAV{margin-top:-230px}.jswHGi{margin-bottom:50px}.cLNqep{column-gap:20%}.jsvWkE{padding-left:80px}.jsVJgp{padding-right:43px}.dKPkyd{margin-right:-30px}.iOXbMe{grid-template-columns:repeat(3,1fr auto) 40px}.dPQkjY{margin-top:-11px}.fNCyqo{margin-bottom:3px}.gIevkm{grid-template-columns:repeat(2,auto)}.fNCKZD{margin-top:2px}.fNCaYZ{padding-left:5px}.jgHAoE{grid-template-rows:auto 8px}.iidmjU{row-gap:3px}.hDpedM{padding-left:434.1px}.hDpeep{margin-left:434.1px}.dIQZak{left:3px}.fNBpvX{margin-bottom:8px}.hDRLOb{line-height:1.8}.fNCyze{margin-top:3px}.fNCYZG{margin-right:1px}.hzSvUY{grid-template-columns:repeat(3,max-content)}.kAeLAT{grid-template-columns:280px repeat(5,minmax(130px,280px))}.jsFnvA{margin-right:21px}.gOjTXT{border-color:rgba(82,255,0,.5)}.jswtFS{padding-left:60px}.iYjIQr{grid-template-columns:1fr}.jsFnra{font-size:21px}.jsVixA{font-size:23px}.duNJag{margin-bottom:-35px}.jrpIHB{font-size:19px}.cugicB{grid-template-columns:repeat(5,auto)}.hIgzij{grid-template-columns:auto 1fr auto}.jsxfdY{margin-bottom:30px}.fNCbdY{margin-top:5px}.bHeFSt{grid-template-columns:repeat(4,170px)}.isZUzG{grid-template-columns:repeat(3,170px)}.hWHAvy{overflow-x:auto}.jsfAlt{margin-top:26px}.ciNbpj{bottom:8px}.kVSydR{left:12%}.hhkklm{bottom:8%}.hZrblY{padding-right:12%}.kedQCb{margin-top:-205px}.jrZcWb{padding-bottom:45px}.dvFgdF{top:75px}.HNath{margin-top:-5.3%}.dKxHUF{padding-top:100px}.IDjmG{margin-top:-6.3%}.jswhgF{padding-bottom:70px}.duBIOJ{padding-top:115px}.ezxPKd{grid-template-columns:1fr 1fr 1fr 1fr}.hcCefT{margin-bottom:-7.5%}.cTfVgJ{margin-top:-58px}.hcAwtQ{margin-left:12.5%}.eqLaYe{margin-right:7.5%}.hcnkcV{margin-bottom:-1.5%}.hcSWXX{margin-top:-5.5%}.jsolfs{padding-bottom:17px}.ftMvcb{left:calc(100% - 50px)}.dJLiES{margin-right:-40px}.fNBdgw{font-size:9px}.fNCaSL{padding-bottom:5px}.iCRaon:after{background:rgba(19,18,24,.9)}.becleZ:after{background:rgba(0,0,0,.8)}.hXDUVt:after{z-index:10}.jeyOPg:after{z-index:15}.idUWTB:after{position:absolute}.iAISll:after{width:100%}.jFkRne:after{height:100%}.bBZtNq:after{pointer-events:all}.iwKkEr:after{display:block}.hpyoVh h2{text-align:center}.bsFwcv h2{color:#fff}.hosOFM h3{text-align:center}.bsNtGS h3{color:#fff}.cwUYtu h4{display:flex}.dyMiwJ h4{position:relative}.bsnGvx h4,.bsvDZU h5{color:#fff}.jpMDzs li,.jpMDzs p{color:#908999}.hgbKhH li:not([style*=color]) strong,.hgbKhH p:not([style*=color]) strong{color:#beb4ca}.eaHTBz strong{display:inline-block}.hnAuwT blockquote{padding:15px 20px}.ikmvbr blockquote{border-top-left-radius:3px;border-bottom-left-radius:3px}.iJdKOe blockquote{border-left:3px solid #ffd00d}.huwFhl blockquote{background:rgba(51,49,63,.8)}.dIwgFL img{display:block}.jJZcMh img{width:100%}.fPeUMD img{border-radius:20px}.ooWsP img{object-position:center}.bVHjki img{object-fit:cover}.doaLqs table{width:100%}.jjujko table{border-collapse:collapse}.fchwCm table{border-radius:6px}.ktZaNE table{background:rgba(51,49,63,.8)}.irkTsg table{-webkit-overflow-scrolling:touch}.hECxIv thead{color:#000}.hslqdJ thead{border-bottom:1px solid rgba(0,0,0,.1)}.bNHiqB tbody{color:rgba(0,0,0,.7)}.gCEIpK td,.gCEIpK th{padding:15px 20px}.evnoPl td,.evnoPl th{text-align:left}.jaRtpO td,.jaRtpO th{vertical-align:top}.cFmgFU td,.cFmgFU th{word-break:break-word}.hgmTpZ td,.hgmTpZ th{color:#908999}.cfBSSC svg{fill:hsla(0,0%,100%,.6)}.goVder svg{transition:fill .3s ease}.jZZmra svg{width:6px}.kCjNYm svg{height:9px}[data-state=false] .dygxYZ{border-radius:3px}[data-state=true][data-burger=true] .kEKaPO{border-top-left-radius:3px;border-top-right-radius:3px}[data-state=true][data-burger=true] .jOKRWK\!{z-index:102!important}[data-state=true][data-burger=false] .hsmOix{border-top-left-radius:3px;border-top-right-radius:3px}[data-state=true] .hElOAa{transform:scaleY(-1)}[data-state=true][data-burger=true] .dBIcvZ\!{z-index:101!important}[data-burger=false] .gXDUnc{border-bottom:2px solid #000}[data-burger=false] .fvwrsE{border-right:2px solid #000}[data-burger=false] .jEgdei{border-left:2px solid #000}[data-burger=true] .earpen{border-bottom:2px solid #ffe317}[data-burger=true] .jmAgdH{border-right:2px solid #ffe317}[data-burger=true] .gGZlcR{border-left:2px solid #ffe317}.dkBFYz:not(:last-child){border-bottom:1px solid #e6b508}.gBGoIj:after{inset:var(--spacing-0)}.bxsLcp:after{background:url(/images/home/popup-dots.png) no-repeat}.bbiGDJ:after{pointer-events:none}.hMzGSz h4{text-transform:uppercase}.jYIuvt p{color:#fff}.TDgXG img{width:124px}.iqSTlH img{height:122px}.jLfJOL img{object-position:bottom}.kTRrzk:after{padding:2px}.jZXJHk:after{border-radius:10px}.bpCrxp:after{-webkit-mask-composite:xor}.kOGgmR:after{background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.02))}.hubDeR:after{-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0)}.brXMSj h6{color:#fff}.gnPXhZ p{color:hsla(0,0%,100%,.5)}.gQVGfc img{width:27px}.iecDig img{height:28px}.evevZw\!>div{height:auto!important}.jDsFcl::-webkit-scrollbar{background:#201f28}.cLtwEE::-webkit-scrollbar{width:3px}.dXejUX::-webkit-scrollbar{height:21px}.kUUoJH::-webkit-scrollbar-thumb:horizontal{background:#9ce625}.ikylZt::-webkit-scrollbar-thumb:horizontal{width:270px}.iRdoQY::-webkit-scrollbar-thumb:horizontal{border-radius:15px}.ciQveI::-webkit-scrollbar-thumb:horizontal{border:2px solid #201f28}.jqUUNL::-webkit-scrollbar-thumb:vertical{background:#9ce625}.gyUXlt::-webkit-scrollbar-corner{background:none}.hMHEwW h5{text-transform:uppercase}.fmEGpT::-webkit-scrollbar{background:var(--colors-transparent)}.jhYAqr::-webkit-scrollbar{width:4px}.kpiprD::-webkit-scrollbar-thumb:vertical{background:hsla(0,0%,85%,.3)}.hJXnjV::-webkit-scrollbar-thumb:vertical{border-radius:10px}.bSYvZa svg{stroke:#fff}.cMWrgm svg{opacity:0}.hIwUzt svg{transition:opacity .3s ease}.iiOQix a{text-decoration:underline}.dwLSXq a{text-underline-offset:4px}.hzJznm a{transition:color .3s ease}.dRFnPK a{color:hsla(0,0%,100%,.65)}.ymFoA a{color:#191821}.vTtmb:is(:disabled,[disabled],[data-disabled]){opacity:.6}.iFUqYl:is(:disabled,[disabled],[data-disabled]){pointer-events:none}.enNcCL:after{height:1px}.dCfgpq:after{transform:translate(-50%,-50%)}[data-error=true] .ccpcJe{color:#f93e66}[data-error=false] .lncAob{color:hsla(240,8%,65%,.7)}.eDkwYp p{position:relative}.jIFzuC p{display:flex}.gdXxYA p{background:#1a1820}.OWkHq p{z-index:1}.bKNsGn:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.9) 69.13%)}.kSzTkj img{max-height:40px}.cEGVDS img{height:100%}.dSuKQl img{transition:transform .3s ease}.izlwrs\! svg{width:26px!important}.dhtkPf\! svg{height:26px!important}.feurcX:after{width:2px}.CCdOx:after{height:12px}.jTUmuQ:after{background:hsla(0,0%,85%,.5)}.iVxhjA:after{background:rgba(0,0,0,.5)}.gQXCRG a{color:hsla(0,0%,51%,.6)}.ujIYM span{text-underline-offset:3px}.jvlvoi span{text-decoration-thickness:2px}.cUZFzw span{text-decoration:underline}.iBaNep h6{color:#000}.eHWJmB::-webkit-scrollbar{height:10px}.kZZTSe::-webkit-scrollbar{width:10px}.kChGVv::-webkit-scrollbar-track{background:#201f28}.iLfhff::-webkit-scrollbar-thumb{background:#9ce625}.eSGFjA::-webkit-scrollbar-thumb{border-radius:15px}.bJsnUH::-webkit-scrollbar-corner{background:#201f28}.gzTwMG img{height:40px}.glzMST img{object-fit:contain}.hlCOtX i{color:#ffbe02}.cnBUjG:after{background:linear-gradient(180deg,rgba(19,18,24,.36),rgba(19,18,24,.9))}.KHkW span{color:#ffbe02}.hDuQAJ span{color:#fff}.fEzlVc p{color:#ff6081}.hSnKGI svg{width:22px}.cRNtdX svg{height:22px}.FOpwO svg{fill:#8b8b98}.hkKBKk>button{padding-inline:20px}.fyfhqr[data-dd-open=true]{opacity:1}.ihSxyr[data-dd-open=true]{pointer-events:all}.gQLOAd[data-dd-open=true]{visibility:visible}.iZntU[data-dd-open=true]{border-top:1px solid #373745}.kjDtrh[data-dd-open=false]{opacity:0}.yJRfT[data-dd-open=false]{pointer-events:none}.gRXZpi[data-dd-open=false]{visibility:hidden}.guRGae * a,.guRGae * button{height:60px}.hSdnZk:after{height:2px}.dtNXYp:after{background:#2a2a36}.ecyOfJ:after{transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.JJJCp:after{z-index:1}.hZcXMJ svg{width:18px}.dGrtOj svg{transition:transform .3s ease,stroke .3s ease}.euaFnG[data-dropdown=true]{color:#8b8b98}.bPiwFm[data-dropdown=false]{color:#fff}.bzrZQS svg{fill:#12141b}.jrpcxw:before{position:absolute}.iWWwNB:before{transform:translateX(-50%)}.ePDhEm:before{display:block}.caRGIw:before{width:var(--sizes-0)}.iHRofD:before{height:var(--sizes-0)}.jbXQUV:before{border-left:11px solid transparent}.ceUNaj:before{border-right:11px solid transparent}.igaMmo:before{border-top:10px solid #ffbe02}.ehsUSi h1,.ehsUSi h2,.ehsUSi h3,.ehsUSi h4,.ehsUSi h5,.rQAVS h1{color:#fff}.hpqrte h1{text-align:center}.hfmbTs a{color:#ffdf15}.fYLOeZ ol,.fYRbiP ul{margin-block:30px}.fvACjC article{background:hsla(247,5%,63%,.15)}.eKFqYW article{padding-inline:30px}.joWAXQ article{padding-block:15px}.VAXNB article{border-left:1px solid #ffdf15}.gPFnnz figure{margin-block:40px}.imReSt figure{text-align:center}.lfrCst img{max-width:1000px}.iXziJk img{margin-inline:auto}.czYRZo figcaption{color:hsla(0,0%,100%,.6)}.eDidQn b{position:relative}.fcuKmJ b{color:#000}.OYDPs b{z-index:1}.jadukR:after{width:50%}.icKXCS:after{height:50%}.kqWoqK:after{background:inherit}.YJgQP:is(:disabled,[disabled],[data-disabled]){cursor:default}.cIUDGB:is(:disabled,[disabled],[data-disabled]){color:#9e9ead}.gTOmHY svg{fill:currentcolor}.irBkfi svg{transform:scaleX(-1)}[data-state=true][data-burger=true] .rkPFV{background:#ffe317}[data-state=true][data-burger=true] .PTjMR{color:#000}[data-state=true][data-burger=false] .jLtUBQ{background:#1c2024}[data-state=false] .ceZODR{fill:#ffe317}[data-state=true][data-burger=true] .hBiQcz{fill:#000}[data-state=true][data-burger=true] .cSszrP{transform:scaleY(-1)}[data-state=true][data-burger=false] .gnpbBE{fill:#ffe317}[data-state=true][data-burger=false] .cibBpk{transform:scaleY(-1)}[data-burger=true] .ppxWY{border:2px solid #ffe317}[data-burger=true] .fLWDau{transform:translateX(-50%)}[data-burger=false] .SYdpn{border:2px solid #000}[data-variant=default] .drWVzo{background:linear-gradient(90deg,#ffe317,#ffb900)}[data-variant=default] .jACDRp{border-radius:5px}[data-variant=coin] .eiqmhg{background:linear-gradient(90deg,#e3e600,#b7fd00 19.27%,#29e8be 53.56%,#00cef3 86.41%,#00bef3 90%,#00bef3)}[data-variant=coin] .kkqgXg{border-top-left-radius:5px;border-bottom-left-radius:5px}[data-variant=coin] .QRDcn{clip-path:polygon(0 0,98.728% 0,98.728% 0,98.787% .068%,98.845% .266%,98.9% .588%,98.952% 1.026%,99.001% 1.573%,99.046% 2.222%,99.085% 2.967%,99.12% 3.799%,99.149% 4.712%,99.171% 5.698%,99.95% 47.365%,99.95% 47.365%,99.959% 47.882%,99.966% 48.406%,99.971% 48.934%,99.974% 49.466%,99.975% 50%,99.974% 50.534%,99.971% 51.066%,99.966% 51.594%,99.959% 52.118%,99.95% 52.635%,99.171% 94.302%,99.171% 94.302%,99.149% 95.288%,99.12% 96.201%,99.085% 97.033%,99.046% 97.778%,99.001% 98.427%,98.952% 98.974%,98.9% 99.412%,98.845% 99.734%,98.787% 99.932%,98.728% 100%,0 100%,0 0);-webkit-clip-path:polygon(0 0,98.728% 0,98.728% 0,98.787% .068%,98.845% .266%,98.9% .588%,98.952% 1.026%,99.001% 1.573%,99.046% 2.222%,99.085% 2.967%,99.12% 3.799%,99.149% 4.712%,99.171% 5.698%,99.95% 47.365%,99.95% 47.365%,99.959% 47.882%,99.966% 48.406%,99.971% 48.934%,99.974% 49.466%,99.975% 50%,99.974% 50.534%,99.971% 51.066%,99.966% 51.594%,99.959% 52.118%,99.95% 52.635%,99.171% 94.302%,99.171% 94.302%,99.149% 95.288%,99.12% 96.201%,99.085% 97.033%,99.046% 97.778%,99.001% 98.427%,98.952% 98.974%,98.9% 99.412%,98.845% 99.734%,98.787% 99.932%,98.728% 100%,0 100%,0 0)}[data-variant=default] .gjWRqw{width:100%}.gcbVqQ:after{transform:translateX(-50%)}.eUxDXF:after{width:var(--sizes-0)}.dpPShq:after{height:var(--sizes-0)}.loDDL:after{border-left:12px solid transparent}.Vyxzd:after{border-right:12px solid transparent}.boUJGf:after{border-top:10px solid #ffe116}.epfbGG:before{border-left:7px solid transparent}.bBYdpY:before{border-right:7px solid transparent}.ieBDpG:before{border-top:6px solid #000}.kRugiY:before{z-index:1}.jXvkxE:after{display:none}.lmUUtb span{color:#fff600}.gHeUhd[data-variant=sidebar]{padding:8px 12px}.jkeaEG[data-variant=sidebar]{width:100%}.iZCDno[data-variant=pc]{height:44px}.CXVQf[data-variant=pc]{width:44px}.gsxreq[data-variant=mob]{height:45px}.jJApio svg,.rDJsA[data-variant=mob]{width:100%}.cFfJhL svg{height:100%}.iTzeXm span{display:flex}.eMnWIT span{gap:8px}.eXCeNc[data-variant=black]{border:2px solid #000}.cuvrAY[data-variant=black]{fill:#000}.cyVmxS[data-variant=black]{color:#000}.gpfUZG[data-variant=black]{padding:12px 24px}.gNwflj[data-variant=black]{transition:all .2s ease}.iPrhOi[data-variant=yellow]{display:block}.dxiped[data-variant=yellow]{background:#ffe317}.uJIul[data-variant=yellow]{color:#000}.dZwOJn[data-variant=yellow]{fill:#000}.bkPQYr[data-variant=yellow]{padding:4px}.hAIENB[data-variant=yellow]{max-width:172px}.bXPFiU[data-variant=yellow]{height:var(--sizes-12)}.txvWj[data-variant=yellow]{transition:background .2s ease}.bOKZKp[data-variant=transparent]{border:2px solid #ffe317}.hBaKKP[data-variant=transparent]{color:#ffe317}.fGObhV[data-variant=transparent]{fill:#ffe317}.laUAfi[data-variant=transparent]{padding:12px}.flHIQP[data-variant=gray]{display:block}.gxxONj[data-variant=gray]{border:2px solid #8b8b98}.OEZLD[data-variant=gray]{fill:#8b8b98}.ebCnaZ[data-variant=gray]{color:#8b8b98}.eVUZeW[data-variant=gray]{padding:11px 12px}.dIxkcZ img{width:8px}.dwdmkq img{height:15px}.XyjJy:is(:disabled,[disabled],[data-disabled]){opacity:.3}.iQCRPt svg{fill:#fff}.gyUASs svg{fill:#ffc000}.dPveFg svg{transition:transform .3s ease}.icfjJz svg{width:25px}.jtfbVR img{width:15px}.dAkZPx img{height:25px}.VlThL:after{background:rgba(69,69,87,.5)}.fKkvuS:after{border-radius:65px}.bekpql:after{transform:translateY(-50%)}.kknGij:after{height:calc(100% - 8px)}.cUzlEu:after{transition:left .3s ease}.cEFaZT li{display:flex}.cIwXRu li{gap:15px}.kpTEmQ li{color:rgba(172,164,181,.8)}.JiBZW li{text-align:left}.ibGwfG img{width:25px}.blzRuZ svg{display:none}.hZRxDq img{width:16px}.cQvMul img{height:16px}.puqvN:after{max-height:600px}.oPiJR:after{background:linear-gradient(180deg,#201f28,rgba(19,18,24,0))}.fjusiV h5{color:hsla(0,0%,100%,.8)}.hpYaDq h5{text-align:center}.dEGKXt blockquote{background:hsla(247,5%,63%,.15)}.brSDrR blockquote{padding-inline:30px}.kxVxlD blockquote{padding-block:15px}.dSYWae blockquote{border-left:5px solid #ffdf15}.heywQl blockquote{border-radius:4px}.dqcqDR figure{margin-inline:auto}.biaraM img{border-radius:10px}.licwbX img{margin-block:50px}.jyYXKh .swiper-arrows{position:absolute}.KzQut .swiper-arrows{--translate-y:-50%}.hyuiiT .swiper-arrows{stroke:#ffdf15}.cmRLXs .swiper-prev{transform:scaleX(-1)}.bVHjki\! img{object-fit:cover!important}.hWdSkl .swiper-slide{opacity:.5}.djqFXm .swiper-slide{cursor:pointer}.jFYhud\! .swiper-slide-thumb-active{opacity:1!important}.gqAnUA::-webkit-scrollbar{height:var(--sizes-0)}.eDINrz::-webkit-scrollbar{width:var(--sizes-0)}.gjKjsr::-webkit-scrollbar-thumb{height:var(--sizes-0)}.kDVOVQ::-webkit-scrollbar-thumb{width:var(--sizes-0)}.eXWjah[data-burger=false]{background:#201f28}.eEiqZV[data-burger=true]{width:230px}.jtsmhq[data-burger=true]{background:#201f28}.hvhxYP\! svg{width:21px!important}.dkguAw\! svg{height:21px!important}.cislxf\! img{width:20px!important}.dCcEuo\! img{height:20px!important}[data-burger=true] .evToZU\!{background:#32313f!important}[data-burger=false] .bYGOOf\!{background:#2e2e3a!important}.bQzjfr:before{height:100%}.juTsQf:before{transition:width .3s ease,background .3s ease}.cuyDGw svg{position:absolute}.cMNucd svg{stroke:#8b8b98}.ccZYKC svg{transition:opacity .3s ease,stroke .3s ease}[data-burger=true] .hABgzR{background:#272631}[data-burger=false] .BlyIs{background:rgba(45,45,54,.5)}.fCIVZ:not(:last-child){border-bottom:1px solid hsla(206,6%,50%,.15)}.iXwmKk img{height:35px}.hHrvNk img{transition:opacity .3s ease}.ddOhI:after{transform:translateX(-100%)}.cnjmCE:after{animation:shimmer 4s infinite}.fLHuAs:after{background:linear-gradient(90deg,transparent,rgba(0,0,0,.06) 20%,rgba(0,0,0,.12) 50%,transparent)}.cavCMK:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.1) 20%,hsla(0,0%,100%,.2) 50%,hsla(0,0%,100%,0))}.kznAPZ:after{background:var(--colors-transparent)}.gtKiPw:after{width:1px}.ilXSYl:after{box-shadow:var(--stars-small)}.iGhsKH:after{box-shadow:var(--stars-medium)}.jpARuO:after{width:3px}.fILCnt:after{height:3px}.fQEanC:after{box-shadow:var(--stars-big)}.cTFZh::-webkit-scrollbar{background:hsla(0,0%,100%,.15)}.jgfyqV::-webkit-scrollbar{height:5px}.kMEvHm::-webkit-scrollbar{width:5px}.fprOFL::-webkit-scrollbar-thumb{background:#fff}[data-step=success] .ddSnHV{gap:50px}[data-step=success] .kpVWTI{background:radial-gradient(circle at 50% 25%,#00ac5c -200%,rgba(0,172,92,0) 80%),#201f28}[data-step=error] .lgBenK{gap:50px}[data-step=error] .dGzEFz{background:radial-gradient(circle at 50% 25%,#e7234c -200%,rgba(0,172,92,0) 80%),#201f28}.dRXPna svg{height:18px}.hicMdo svg{transition:stroke .3s ease}.fTVXeA svg{stroke:#000}.bjwruA svg{stroke:#ffe216}.bXdsHu iframe{width:100%}.iBYCSN iframe{height:100%}.itSbiF\![data-scrolled=false]{background:linear-gradient(180deg,rgba(16,20,23,.8),rgba(0,0,0,.8))!important}.hCrbFu[data-scrolled=false]{border-top-left-radius:5px;border-top-right-radius:5px}.cxKDCx h3{display:flex}.dzlVIe h3{position:relative}.juwKBg p{color:hsla(0,0%,100%,.8)}.bssEFU ul{display:grid}.gsKrxD ul{gap:10px}.bsmqtK ol{display:grid}.hTjeVK ol{gap:2px}.hMjNpt h2{text-transform:uppercase}.hpBgcL:after{padding:1px}.kXkLDg:after{border-radius:5px}.iHwQMB:after{background:linear-gradient(0deg,#fff545 4.43%,#f04901 41.65%,#da9f0c 58.81%,#fff545 95.57%)}.hcBGbh:after{border-radius:4px}.kAKAyt:after{background:linear-gradient(180deg,#cfcfcf .83%,#878787 31.19%,#cecece 68.39%,#fff 98.75%)}.cnwmjL:after{background:linear-gradient(0deg,#f48124 -.23%,#aa5a22 35.51%,#7e4321 66.74%,#d46324 97.9%)}.fAZvrG:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.2)}.hEHQfc img{width:50px}.htnOEH img{height:50px}.qLaEd h2,.qSYiA h3{color:#fff}.eUukXz li,.eUukXz p{color:hsla(0,0%,100%,.8)}.eCiIKc strong{color:#fff}.QCxxM ol,.QHKBC ul{margin-block:20px}.djPQcT:after{background:radial-gradient(58.47% 100% at 50% 100%,rgba(96,94,115,.4) 0,rgba(49,48,60,.4) 64.55%,rgba(19,18,24,.4) 100%)}.dFAshH:after{z-index:3}.Nfmup:after{background:linear-gradient(180deg,hsla(0,0%,40%,.2),transparent 7.22%)}.sqmBH h4{color:#fff}.cXEuQj .bg-wrapper{padding:30px}.kFNORr .bg-wrapper{background:#1c1c23}.cWnVYI h2{color:#8b8b98}.cTfvEd h2{display:none}.eSULrm:after{height:150px}.dSgBMO:after{background:linear-gradient(180deg,rgba(19,18,24,0),#131218)}.ktlDGk i{color:#12ed6f}.iAtdUd h2,.iByElS h1{color:#000}.hRLpJH h2{clear:both}.elgheG li,.elgheG p{color:rgba(0,0,0,.7)}.dYosac blockquote,.hIkqOo li:not([style*=color]) strong,.hIkqOo p:not([style*=color]) strong{color:#000}.LSMTZ blockquote{padding:30px}.jbsMeb blockquote{border-radius:6px}.coTlcX blockquote{border-left:2px solid #ff5900}.dGghzO blockquote{background:#fff}.dEnbzL .white-block{padding:30px}.gXuPwh .white-block{border-radius:6px}.izVKKc .white-block{background:#fff}.iiShKm a{color:#ff5900}.cuuHKU .table-wrapper{-webkit-overflow-scrolling:touch}.kutRr .table-wrapper{scrollbar-width:thin}.ghyTKX img:not(.fit-img *){display:block}.RQrXB img:not(.fit-img *){width:100%}.dsfxCv img:not(.fit-img *){border-radius:20px}.fsJVv img:not(.fit-img *){object-position:center}.gPSOfC img:not(.fit-img *){object-fit:cover}.biMvgb .fit-img{display:block}.epXeIH .fit-img{object-position:center}.chEHIG .fit-img{object-fit:cover}.diNMeF table{min-width:600px}.hYhIGj table{table-layout:fixed}.jfQrSH table{background:#fff}.ivLteJ td,.ivLteJ th{padding:20px}.fzcwLA:after{width:50px}.lnBTeG:after{background:linear-gradient(90deg,rgba(19,18,24,0),#131218)}.fSZRig:after{background:url(/images/404/bg.png) no-repeat top}.hGkggQ:after{z-index:-1}.fHDJRg img{width:320px}.lnaRTQ span{display:block}.kjVtQS span{background:linear-gradient(180deg,hsla(0,0%,100%,0) 7.82%,#f09fff 84.34%)}.BqLNa span{-webkit-text-fill-color:transparent}.glDpQx[data-airdrop=false]{height:100vh}.eGeCDD:after{background:linear-gradient(180deg,rgba(243,245,246,0),rgba(243,245,246,.8) 76.45%)}.elWvZA svg{fill:currentColor}.cCNAXn svg{width:30px}.iitkfA svg{height:30px}.jJhnQu span,.jJhnQu:after,.jJhnQu:before{transition:transform .3s}.kzXpnb span,.kzXpnb:after,.kzXpnb:before{position:absolute}.gSfqdr span,.gSfqdr:after,.gSfqdr:before{width:100%}.hkNxTi span,.hkNxTi:after,.hkNxTi:before{height:2px}.QqiqQ span,.QqiqQ:after,.QqiqQ:before{background:#8a898b}.jolYkU span,.jolYkU:after,.jolYkU:before{border-radius:3px}.cRZaWu span{width:var(--sizes-0)}.cZUtan:before{transform:rotate(-45deg)}.iLFvPj:after{transform:rotate(45deg)}.dSdEYm p{color:#9e9ead}.hzODfD p{transition:color .3s ease}.clOpRx span{padding-block:1px}.jiCiTI span{padding-inline:5px}.gtkxct span{border-radius:3px}.cpUlYY span{background:#201f28}.ePxGst:after{width:22px}.clUVpP:after{height:10px}.bnxMOM:before{width:22px}.edkCOy:before{height:10px}.dlOzjd\! p{color:#241a33!important}.gCwEZz:after{background:url(/images/marketplace/figure-arrow-blue.png)}.dZVryR:before{background:url(/images/marketplace/figure-arrow-gray.png)}.dDBTeo\! p{color:#201f28!important}.dozPSV:after{background:url(/images/marketplace/figure-arrow-yellow.png)}.gWBPbJ span{color:#58dafd}.ldEdPS svg{fill:#30da34}.cQgGnm p{color:#30da34}.gjXUus img{width:23px}.iCYsRb img{height:23px}.dIvKhp img{background:#30da34}.gtrABv img{padding:5px}.beQWna img{border-radius:3px}.lbxVfJ:after{background:url(/images/marketplace/figure-arrow-teal.png)}.cislxf img{width:20px}.dCcEuo img{height:20px}.dShbMS svg{fill:#ffbe02}.leaBMe:after{width:7px}.ikWQah:after{background:#ffbe02}.kcrLw:after{clip-path:polygon(5.367% 10.953%,4.367% 10.953%,2.485% 9.336%,2.266% 7.743%,3.582% 6.209%,6.306% 4.768%,10.309% 3.454%,15.464% 2.302%,21.643% 1.347%,28.719% .621%,36.564% .161%,45.051% 0,100% 0,100% 103%,45.051% 100%,45.051% 100%,36.564% 99.839%,28.719% 99.379%,21.643% 98.653%,15.464% 97.698%,10.309% 96.546%,6.306% 95.232%,3.582% 93.791%,2.266% 92.257%,2.485% 90.664%,4.367% 89.047%,63.428% 54.366%,63.428% 54.366%,64.731% 53.509%,65.745% 52.641%,66.469% 51.765%,66.904% 50.884%,67.049% 50%,66.904% 49.116%,66.469% 48.235%,65.745% 47.359%,64.731% 46.491%,63.428% 45.634%,4.367% 10.953%);-webkit-clip-path:polygon(5.367% 10.953%,4.367% 10.953%,2.485% 9.336%,2.266% 7.743%,3.582% 6.209%,6.306% 4.768%,10.309% 3.454%,15.464% 2.302%,21.643% 1.347%,28.719% .621%,36.564% .161%,45.051% 0,100% 0,100% 103%,45.051% 100%,45.051% 100%,36.564% 99.839%,28.719% 99.379%,21.643% 98.653%,15.464% 97.698%,10.309% 96.546%,6.306% 95.232%,3.582% 93.791%,2.266% 92.257%,2.485% 90.664%,4.367% 89.047%,63.428% 54.366%,63.428% 54.366%,64.731% 53.509%,65.745% 52.641%,66.469% 51.765%,66.904% 50.884%,67.049% 50%,66.904% 49.116%,66.469% 48.235%,65.745% 47.359%,64.731% 46.491%,63.428% 45.634%,4.367% 10.953%)}.hUBrUb:after{transition:background .3s ease}.hCCRgH span,.hCCRgH:after,.hCCRgH:before{transition:transform .6s}.fpSZVC span,.fpSZVC:after,.fpSZVC:before{background:#ffe317}.eYDdDH:before,.idifdC:after,.kMApNP span{background:#000}[data-variant=short] .eHGcpV\!{padding:95px 15px!important}[data-variant=coin] .kgVlGy{background:linear-gradient(180deg,#f0ff24,#8af63c 9.96%,#3ceaa2 54.06%,#1de0ce 87.23%,#00bef3)}.cJzEar:before{border-left:6px solid transparent}.llOpiF:before{border-right:6px solid transparent}.kJfALC:before{border-bottom:6px solid #ffe618}.ictDqP:first-child{grid-column:1/span 2}.eOgXMo img{width:115px}.jBcEUy img{aspect-ratio:115/35}.jtPOAv:before{border-bottom:8px solid #f93e66}.iWGyEj:before{border-right:8px solid transparent}.khzxwx:before{border-left:8px solid transparent}.dCXlwe[data-scrolled=false]{background:linear-gradient(180deg,rgba(54,64,73,.4),rgba(0,0,0,.4))}.fPZlYp[data-scrolled=true]{background:linear-gradient(180deg,rgba(54,64,73,.9),rgba(0,0,0,.9))}.hPlLpq\![data-variant=short][data-scrolled=false]{background:linear-gradient(180deg,rgba(16,20,23,.8),rgba(0,0,0,.8))!important}.kQycBU[data-variant=short][data-scrolled=false]{border-radius:5px}.gHmELr[data-variant=short][data-scrolled=true]{border-top-left-radius:0;border-top-right-radius:0}.fQlgMo:after{height:20px}.cDsUwA:after{background:#ffe317}.fWXCar img{width:112px}.bKlkBB img{aspect-ratio:112/35}.hSOcEm:before{border-left:12px solid transparent}.gmIheA:before{border-right:12px solid transparent}.cGjxtL:before{border-bottom:10px solid}.bVvbug::-webkit-scrollbar-thumb:vertical{background:hsla(0,0%,100%,.2)}.kdivkP::-webkit-scrollbar-thumb:vertical{border-radius:3px}.iNbKmA[data-read=true]{background:rgba(42,50,55,.4)}.gXnTOJ[data-read=false]{background:linear-gradient(0deg,rgba(42,50,55,.4),rgba(42,50,55,.4)),linear-gradient(180deg,rgba(30,37,41,0),rgba(92,112,126,.15))}.hvRKHe[data-read=false]{cursor:pointer}.bhaNum p{color:hsla(0,0%,100%,.6)}.ijcnWk svg{stroke:#ffe216}.hvhxYP svg{width:21px}.dkguAw svg{height:21px}.fHjypd:not(:last-child){border-right:1px solid hsla(206,6%,50%,.15)}.jvhgZk svg{width:15px}.cGcqan svg{transform:scaleY(-1)}.fkXMkg:before{width:50%}.dZXJjn:before{height:50%}.eHEGdg[data-state=open]{animation:pop-in .2s ease-in}.iEpPSK[data-state=closed]{animation:pop-out .2s ease-out}.fNDuBd[data-state=closed]{animation:tooltipHide .18s cubic-bezier(.4,0,1,1)}.cyjgWc:not(:last-child){border-right:1px solid hsla(0,0%,100%,.15)}.hsiopm svg{height:50px}.gSrTBz svg{width:auto}.iqGJLd[data-label="1"]{background:#ffd00d}.jDshcX[data-label="2"]{background:#38dc3b}.bFSIIe[data-label="3"]{background:#00b8ef}.eKfxmY p{text-align:right}.fvbJhL svg{fill:#000}.kFuXbF svg{width:10px}.dubhgX svg{height:15px}.gnOScW p{color:#f93e66}.eJpsaL p{text-transform:uppercase}.kSRnYW svg{width:28px}.ibtOzJ svg{height:28px}.iyrrQm::placeholder,.iyrrQm[data-placeholder]{color:hsla(0,0%,100%,.2)}.gzgsIv h4,.jYGbnr b{color:#fff}.krOoUQ\! button{min-height:48px!important}.lmsIMp svg{width:14px}.gCucWd img{aspect-ratio:1/1}.bzjJkH li{gap:calc(20 * var(--vh-unit))}.dwxTRU li{color:hsla(0,0%,100%,.5)}.bDrlRB li{padding-block:calc(12 * var(--vh-unit))}.gPqfrJ li{padding-inline:calc(20 * var(--vh-unit))}.hGdaCG li{text-transform:uppercase}.iOVjxI span{color:#ffc000}.jCPFLa p{color:#1bd277}.eSkYOz span{text-transform:uppercase}.fjwxDF:after{border-radius:calc(30 * var(--vh-unit))}.jThkhC:after{background:linear-gradient(180deg,hsla(0,0%,40%,0),rgba(27,210,119,.2))}.ggZZYA:after{background:linear-gradient(180deg,hsla(0,0%,40%,0),rgba(0,184,239,.2))}.eeXEAl svg{fill:hsla(0,0%,100%,.6)}.fYsZOi svg{transition:fill .3s ease-in-out}.kkmxyj svg{width:calc(26 * var(--vh-unit))}.jxFDdA svg{height:calc(26 * var(--vh-unit))}.qmRtB:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.1)}.kmoCBC img{width:calc(26 * var(--vh-unit))}.jvDyah img{height:calc(26 * var(--vh-unit))}.ldlUwV span{gap:calc(5 * var(--vh-unit))}.kuphge span{color:#0fd5ce}.gfYfry img{width:calc(22 * var(--vh-unit))}.eXVgQB img{height:calc(22 * var(--vh-unit))}.cbasUI li{gap:calc(10 * var(--vh-unit))}.emEwms li{flex:1 1 auto}.hRlgzf li{width:100%}.huZUvv p{text-align:center}.jAJFyI:after{background:radial-gradient(98.84% 100% at 50% 100%,#404551 0,#25282f 100%)}.kdXnqi svg{width:calc(27 * var(--vh-unit))}.iezGrt svg{height:calc(27 * var(--vh-unit))}[data-lock=true] .fPXXPk{cursor:not-allowed}[data-lock=false] .jbHiFs{cursor:pointer}.dnbbuB[data-variant=loading]{background:rgba(52,52,52,.4)}.kvTlZO[data-variant=loading]{backdrop-filter:blur(67px);-webkit-backdrop-filter:blur(67px)}.fiIhox[data-variant=success]{background:rgba(0,116,52,.3)}.cieher[data-variant=success]{backdrop-filter:blur(67px);-webkit-backdrop-filter:blur(67px)}.lgNtbr[data-variant=error]{background:rgba(217,33,73,.3)}.kjBKqQ[data-variant=error]{backdrop-filter:blur(67px);-webkit-backdrop-filter:blur(67px)}.jiAGNe span{color:hsla(0,0%,100%,.6)}.klCCde:before{border-bottom:calc(12 * var(--vh-unit)) solid rgba(0,0,0,.9)}.dSAYCt:before{border-right:calc(14 * var(--vh-unit)) solid transparent}.lgFnFH:before{border-left:calc(14 * var(--vh-unit)) solid transparent}.btybCh h4,.btybCh p,.btybCh span{position:relative}.gOKRUA button,.gWyAza h4,.gWyAza p,.gWyAza span{z-index:1}.dHBfLr img{width:calc(900 * var(--vh-unit))}.kjmKIC[data-active=false]{opacity:.4}.kcSTLa[data-active=false]{pointer-events:none}.kMDtYh span{background:#1a9e42}.crjTTT span{border-radius:calc(35 * var(--vh-unit))}.feBecc span{padding:calc(5 * var(--vh-unit)) calc(12 * var(--vh-unit))}.btfzrH span{text-align:center}.eZaExL p{padding:calc(5 * var(--vh-unit)) calc(15 * var(--vh-unit))}.dfKaiK span{padding-block:6px}[data-step=success] .bgYCTk{background:url(/images/airdrop/mint-pumplyx/pumplyx-bg.png),linear-gradient(180deg,#111619,#1a2126)}.kHUsFq svg{height:10px}.bcXxW h4{padding:calc(13 * var(--vh-unit)) calc(80 * var(--vh-unit)) calc(20 * var(--vh-unit)) calc(80 * var(--vh-unit))}.jSFUXe h4{position:absolute}.josZJQ h4{inset:var(--spacing-0)}.bEHLNd h4{display:grid}.hpQeCf h4{text-align:center}.buntwb p{text-align:left}.kyOSlz input{background:hsla(0,0%,100%,.1)}.vbEXX input{height:48px}.fOIPgP input{color:#fff}.bklYqx[data-tg=true][data-active=false]{background:linear-gradient(180deg,#0d3d57,#1e94d3)}.dIVmlA[data-x=true][data-active=false]{background:linear-gradient(0deg,#484848,#000)}.gLxpWQ[data-active=true]{background:linear-gradient(180deg,rgba(6,103,72,.5),rgba(16,197,113,.5))}.fwAWPm span{padding:calc(5 * var(--vh-unit)) calc(18 * var(--vh-unit))}.heFstn span{border-radius:calc(68 * var(--vh-unit))}.hNAjid button{padding-block:calc(15 * var(--vh-unit))}.cEhLPT button{padding-inline:calc(25 * var(--vh-unit))}.hckBAs button{width:100%}.fQrdav svg{width:calc(8 * var(--vh-unit))}.jjuPmH svg{height:calc(12 * var(--vh-unit))}.fXGQge svg{width:calc(23 * var(--vh-unit))}.dGRphN svg{height:calc(23 * var(--vh-unit))}.fxfzLk span{padding:calc(10 * var(--vh-unit)) calc(12 * var(--vh-unit))}.dJncZe span{border-radius:calc(70 * var(--vh-unit))}.dGdxsf span{color:#000}.rBpwE span{background:#ffc000}.KwxRz::placeholder,.KwxRz[data-placeholder]{color:hsla(0,0%,100%,.3)}.hLrXLo svg{transform:translateY(-50%)}.gfHMCr svg{transform:translateY(-50%) scaleY(-1)}.juQXQu svg{cursor:pointer}.kYQrKe::-webkit-scrollbar{background:rgba(0,0,0,.1)}.iGKOcb::-webkit-scrollbar{height:3px}.dcHXzj::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.mXQNI button{height:52px}.jhhOzq:not(:last-child){border-bottom:1px solid rgba(142,188,214,.1)}.gsPOgQ p{display:inline}.Tttyw p{color:#ff023f}.gRsOFi svg{fill:#9e9ead}.hpjJyj:after{transform:scaleY(-1) translateX(-50%)}.jMPdTi:after{transition:opacity .1s ease}.jcTIlX:after{opacity:0}.huWYIz:before{transition:opacity .1s ease}.dwmXuW:before{opacity:0}.fvbJhL\! svg{fill:#000!important}.dazsPy:after,.hSGZnD:before{opacity:1}.eRWzJI span{padding:3px 10px}.aSqUL span{background:#131218}.bkmoDc b{white-space:nowrap}.cVpaGY:after{height:6px}.ifAnDu:after{background:url(/images/cabinet/separator.png) no-repeat}.ewvgzi p{color:#fee93a}.jAuZQe svg{fill:#fee93a}[data-swap-active=true] .haYKVe{background:#fee93a}.ehXAAI b{display:inline-flex}.jesiol b{width:32px}.hHXNJW b{height:32px}.fWoCzm b{border-radius:6px}.ekvrDu span{color:#8dd9fb}.ehvcPk b{background:#8dd9fb}.hOBXdQ span{color:#adfc8c}.kWLRnm b{background:#adfc8c}.gMSTZc span{color:#ffb7c5}.gajLe b{background:#ffb7c5}.jTLeOu p{color:#8dd9fb}.jQmtTA span{color:#f6f775}[data-level="1"] .ftrFgG{background:#def777}[data-level="2"] .iuYQUb{background:#b0ffa1}[data-level="3"] .bwwlhC{background:#a0fff5}[data-level="4"] .dipOmI{background:#a29eff}[data-level="5"] .bdYchE{background:#ff63b1}.bObJqZ span{color:#2fc9ff}.dhHKrb p{color:#baffaf}.ipfUSa b{display:block}.injtzZ b{width:5px}.kLgCUq b{height:5px}.kjdFYM b{border-radius:50%}.jzcOeV b{background:#baffaf}.doTNba b{margin-inline:15px}.bqkfGq:not(:last-child){border-right:1px solid rgba(86,103,148,.5)}[data-variant=create-box] .cIcrfN{opacity:0}[data-variant=create-box] .jhNRna{visibility:hidden}[data-variant=create-box] .kityJv{pointer-events:none}.iawSCA[data-ref=false]{min-width:190px}[data-ref=true] .jpQVUO{clip-path:polygon(23.025% 98.788%,23.025% 98.788%,21.573% 98.66%,20.156% 98.284%,18.783% 97.668%,17.466% 96.824%,16.214% 95.762%,15.039% 94.491%,13.951% 93.023%,12.96% 91.367%,12.078% 89.533%,11.315% 87.532%,2.297% 60.733%,2.297% 60.733%,1.713% 58.767%,1.259% 56.737%,.935% 54.659%,.74% 52.549%,.675% 50.422%,.74% 48.296%,.935% 46.186%,1.259% 44.108%,1.713% 42.078%,2.297% 40.112%,11.315% 13.313%,11.315% 13.313%,12.078% 11.312%,12.96% 9.478%,13.951% 7.822%,15.039% 6.353%,16.214% 5.083%,17.466% 4.021%,18.783% 3.177%,20.156% 2.561%,21.573% 2.184%,23.025% 2.057%,77.176% 2.057%,77.176% 2.057%,78.627% 2.184%,80.044% 2.561%,81.417% 3.177%,82.735% 4.021%,83.986% 5.083%,85.161% 6.353%,86.25% 7.822%,87.24% 9.478%,88.122% 11.312%,88.885% 13.313%,97.903% 40.112%,97.903% 40.112%,98.487% 42.078%,98.941% 44.108%,99.266% 46.186%,99.46% 48.296%,99.525% 50.422%,99.46% 52.549%,99.266% 54.659%,98.941% 56.737%,98.487% 58.767%,97.903% 60.733%,88.885% 87.532%,88.885% 87.532%,88.122% 89.533%,87.24% 91.367%,86.25% 93.023%,85.161% 94.491%,83.986% 95.762%,82.735% 96.824%,81.417% 97.668%,80.044% 98.284%,78.627% 98.66%,77.176% 98.788%,23.025% 98.788%);-webkit-clip-path:polygon(23.025% 98.788%,23.025% 98.788%,21.573% 98.66%,20.156% 98.284%,18.783% 97.668%,17.466% 96.824%,16.214% 95.762%,15.039% 94.491%,13.951% 93.023%,12.96% 91.367%,12.078% 89.533%,11.315% 87.532%,2.297% 60.733%,2.297% 60.733%,1.713% 58.767%,1.259% 56.737%,.935% 54.659%,.74% 52.549%,.675% 50.422%,.74% 48.296%,.935% 46.186%,1.259% 44.108%,1.713% 42.078%,2.297% 40.112%,11.315% 13.313%,11.315% 13.313%,12.078% 11.312%,12.96% 9.478%,13.951% 7.822%,15.039% 6.353%,16.214% 5.083%,17.466% 4.021%,18.783% 3.177%,20.156% 2.561%,21.573% 2.184%,23.025% 2.057%,77.176% 2.057%,77.176% 2.057%,78.627% 2.184%,80.044% 2.561%,81.417% 3.177%,82.735% 4.021%,83.986% 5.083%,85.161% 6.353%,86.25% 7.822%,87.24% 9.478%,88.122% 11.312%,88.885% 13.313%,97.903% 40.112%,97.903% 40.112%,98.487% 42.078%,98.941% 44.108%,99.266% 46.186%,99.46% 48.296%,99.525% 50.422%,99.46% 52.549%,99.266% 54.659%,98.941% 56.737%,98.487% 58.767%,97.903% 60.733%,88.885% 87.532%,88.885% 87.532%,88.122% 89.533%,87.24% 91.367%,86.25% 93.023%,85.161% 94.491%,83.986% 95.762%,82.735% 96.824%,81.417% 97.668%,80.044% 98.284%,78.627% 98.66%,77.176% 98.788%,23.025% 98.788%)}[data-ref=false] .hbRbpr{clip-path:polygon(8.008% 98.211%,8.008% 98.211%,7.505% 98.083%,7.013% 97.706%,6.538% 97.089%,6.08% 96.244%,5.646% 95.18%,5.238% 93.907%,4.86% 92.435%,4.515% 90.775%,4.207% 88.936%,3.941% 86.929%,.827% 60.416%,.827% 60.416%,.619% 58.409%,.458% 56.335%,.342% 54.21%,.273% 52.052%,.25% 49.877%,.273% 47.703%,.342% 45.545%,.458% 43.42%,.619% 41.346%,.827% 39.339%,3.941% 12.826%,3.941% 12.826%,4.207% 10.819%,4.515% 8.98%,4.86% 7.32%,5.238% 5.848%,5.646% 4.575%,6.08% 3.511%,6.538% 2.666%,7.013% 2.049%,7.505% 1.672%,8.008% 1.544%,92.118% 1.544%,92.118% 1.544%,92.621% 1.672%,93.113% 2.049%,93.589% 2.666%,94.046% 3.511%,94.48% 4.575%,94.888% 5.848%,95.266% 7.32%,95.611% 8.98%,95.919% 10.819%,96.186% 12.826%,99.299% 39.339%,99.299% 39.339%,99.506% 41.346%,99.668% 43.42%,99.784% 45.545%,99.853% 47.703%,99.876% 49.877%,99.853% 52.052%,99.784% 54.21%,99.668% 56.335%,99.506% 58.409%,99.299% 60.416%,96.186% 86.929%,96.186% 86.929%,95.919% 88.936%,95.611% 90.775%,95.266% 92.435%,94.888% 93.907%,94.48% 95.18%,94.046% 96.244%,93.589% 97.089%,93.113% 97.706%,92.621% 98.083%,92.118% 98.211%,8.008% 98.211%);-webkit-clip-path:polygon(8.008% 98.211%,8.008% 98.211%,7.505% 98.083%,7.013% 97.706%,6.538% 97.089%,6.08% 96.244%,5.646% 95.18%,5.238% 93.907%,4.86% 92.435%,4.515% 90.775%,4.207% 88.936%,3.941% 86.929%,.827% 60.416%,.827% 60.416%,.619% 58.409%,.458% 56.335%,.342% 54.21%,.273% 52.052%,.25% 49.877%,.273% 47.703%,.342% 45.545%,.458% 43.42%,.619% 41.346%,.827% 39.339%,3.941% 12.826%,3.941% 12.826%,4.207% 10.819%,4.515% 8.98%,4.86% 7.32%,5.238% 5.848%,5.646% 4.575%,6.08% 3.511%,6.538% 2.666%,7.013% 2.049%,7.505% 1.672%,8.008% 1.544%,92.118% 1.544%,92.118% 1.544%,92.621% 1.672%,93.113% 2.049%,93.589% 2.666%,94.046% 3.511%,94.48% 4.575%,94.888% 5.848%,95.266% 7.32%,95.611% 8.98%,95.919% 10.819%,96.186% 12.826%,99.299% 39.339%,99.299% 39.339%,99.506% 41.346%,99.668% 43.42%,99.784% 45.545%,99.853% 47.703%,99.876% 49.877%,99.853% 52.052%,99.784% 54.21%,99.668% 56.335%,99.506% 58.409%,99.299% 60.416%,96.186% 86.929%,96.186% 86.929%,95.919% 88.936%,95.611% 90.775%,95.266% 92.435%,94.888% 93.907%,94.48% 95.18%,94.046% 96.244%,93.589% 97.089%,93.113% 97.706%,92.621% 98.083%,92.118% 98.211%,8.008% 98.211%)}.ixzkdq p{width:100%}.kOVcZT img{width:28px}.bgMqPu:before{height:100px}.geeqwI:before{background:#ffd118 url(/images/home/about/about-bg.png) repeat top}.fUJgMT:before{border-radius:5px 5px 0 0}.gZzgTj:before{clip-path:polygon(.039% 100%,.039% 94.982%,.039% 94.982%,.048% 93.197%,.075% 91.47%,.119% 89.819%,.179% 88.261%,.254% 86.812%,.343% 85.49%,.446% 84.311%,.561% 83.292%,.688% 82.45%,.826% 81.802%,.826% 81.802%,2.331% 76.275%,4.58% 68.642%,7.535% 59.479%,11.16% 49.361%,15.417% 38.864%,20.27% 28.563%,25.682% 19.034%,31.615% 10.853%,38.032% 4.595%,44.897% .836%,44.897% .836%,45.039% .835%,45.182% .925%,45.324% 1.105%,45.464% 1.374%,45.603% 1.731%,45.741% 2.174%,45.877% 2.704%,46.01% 3.318%,46.14% 4.017%,46.267% 4.798%,49.442% 25.591%,49.442% 25.591%,49.548% 26.207%,49.658% 26.685%,49.771% 27.027%,49.885% 27.232%,50% 27.301%,50.115% 27.232%,50.229% 27.027%,50.342% 26.685%,50.452% 26.207%,50.558% 25.591%,53.733% 4.798%,53.733% 4.798%,53.86% 4.017%,53.99% 3.318%,54.123% 2.704%,54.259% 2.174%,54.397% 1.731%,54.536% 1.374%,54.677% 1.105%,54.818% .925%,54.961% .835%,55.103% .836%,55.103% .836%,61.968% 4.595%,68.385% 10.853%,74.318% 19.034%,79.73% 28.563%,84.583% 38.864%,88.84% 49.361%,92.465% 59.479%,95.421% 68.642%,97.669% 76.275%,99.174% 81.802%,99.174% 81.802%,99.312% 82.45%,99.438% 83.292%,99.554% 84.311%,99.656% 85.49%,99.746% 86.812%,99.821% 88.261%,99.881% 89.819%,99.925% 91.47%,99.952% 93.197%,99.961% 94.982%,99.961% 100%,.039% 100%);-webkit-clip-path:polygon(.039% 100%,.039% 94.982%,.039% 94.982%,.048% 93.197%,.075% 91.47%,.119% 89.819%,.179% 88.261%,.254% 86.812%,.343% 85.49%,.446% 84.311%,.561% 83.292%,.688% 82.45%,.826% 81.802%,.826% 81.802%,2.331% 76.275%,4.58% 68.642%,7.535% 59.479%,11.16% 49.361%,15.417% 38.864%,20.27% 28.563%,25.682% 19.034%,31.615% 10.853%,38.032% 4.595%,44.897% .836%,44.897% .836%,45.039% .835%,45.182% .925%,45.324% 1.105%,45.464% 1.374%,45.603% 1.731%,45.741% 2.174%,45.877% 2.704%,46.01% 3.318%,46.14% 4.017%,46.267% 4.798%,49.442% 25.591%,49.442% 25.591%,49.548% 26.207%,49.658% 26.685%,49.771% 27.027%,49.885% 27.232%,50% 27.301%,50.115% 27.232%,50.229% 27.027%,50.342% 26.685%,50.452% 26.207%,50.558% 25.591%,53.733% 4.798%,53.733% 4.798%,53.86% 4.017%,53.99% 3.318%,54.123% 2.704%,54.259% 2.174%,54.397% 1.731%,54.536% 1.374%,54.677% 1.105%,54.818% .925%,54.961% .835%,55.103% .836%,55.103% .836%,61.968% 4.595%,68.385% 10.853%,74.318% 19.034%,79.73% 28.563%,84.583% 38.864%,88.84% 49.361%,92.465% 59.479%,95.421% 68.642%,97.669% 76.275%,99.174% 81.802%,99.174% 81.802%,99.312% 82.45%,99.438% 83.292%,99.554% 84.311%,99.656% 85.49%,99.746% 86.812%,99.821% 88.261%,99.881% 89.819%,99.925% 91.47%,99.952% 93.197%,99.961% 94.982%,99.961% 100%,.039% 100%)}.jUduhA:after{height:13px}.jcvGSQ:after{width:45px}.iolehs:after{margin-inline:auto}.covxrJ:after{background:#ffd118 url(/images/home/about/about-bg.png) repeat top}.biIAwG:after{border-radius:5px 5px 0 0}.hPemk:after{clip-path:polygon(33.821% 83.959%,33.821% 83.959%,36.892% 89.041%,40.073% 92.994%,43.336% 95.817%,46.654% 97.511%,49.999% 98.076%,53.344% 97.511%,56.662% 95.817%,59.925% 92.994%,63.106% 89.041%,66.177% 83.959%,96.654% 26.738%,96.654% 26.738%,97.654% 24.225%,98.344% 21.171%,98.738% 17.768%,98.851% 14.204%,98.699% 10.668%,98.297% 7.35%,97.66% 4.44%,96.805% 2.127%,95.745% .6%,94.497% .049%,5.502% .049%,5.502% .049%,4.253% .6%,3.193% 2.127%,2.338% 4.44%,1.701% 7.35%,1.299% 10.668%,1.147% 14.204%,1.26% 17.768%,1.654% 21.171%,2.344% 24.225%,3.344% 26.738%,33.821% 83.959%);-webkit-clip-path:polygon(33.821% 83.959%,33.821% 83.959%,36.892% 89.041%,40.073% 92.994%,43.336% 95.817%,46.654% 97.511%,49.999% 98.076%,53.344% 97.511%,56.662% 95.817%,59.925% 92.994%,63.106% 89.041%,66.177% 83.959%,96.654% 26.738%,96.654% 26.738%,97.654% 24.225%,98.344% 21.171%,98.738% 17.768%,98.851% 14.204%,98.699% 10.668%,98.297% 7.35%,97.66% 4.44%,96.805% 2.127%,95.745% .6%,94.497% .049%,5.502% .049%,5.502% .049%,4.253% .6%,3.193% 2.127%,2.338% 4.44%,1.701% 7.35%,1.299% 10.668%,1.147% 14.204%,1.26% 17.768%,1.654% 21.171%,2.344% 24.225%,3.344% 26.738%,33.821% 83.959%)}.dGTvax:after{height:30px}.hpcZYB:after{background:#ffd118 url(/images/home/about/about-bg.png) repeat top}.gNAeS:after{clip-path:polygon(100% -1084.615%,0 -1084.615%,0 87.251%,0 87.251%,.012% 89.27%,.045% 91.141%,.099% 92.834%,.169% 94.319%,.253% 95.567%,.35% 96.547%,.457% 97.23%,.571% 97.585%,.69% 97.582%,.811% 97.192%,.811% 97.192%,3.287% 86.008%,6.407% 73.711%,10.133% 60.841%,14.428% 47.936%,19.252% 35.537%,24.569% 24.182%,30.34% 14.411%,36.528% 6.765%,43.094% 1.781%,50% 0,50% 0,56.898% 1.69%,63.462% 6.438%,69.652% 13.761%,75.428% 23.178%,80.751% 34.206%,85.58% 46.363%,89.877% 59.166%,93.6% 72.133%,96.71% 84.781%,99.167% 96.629%,99.167% 96.629%,99.29% 97.076%,99.412% 97.122%,99.528% 96.796%,99.638% 96.131%,99.738% 95.156%,99.825% 93.902%,99.898% 92.401%,99.953% 90.682%,99.988% 88.777%,100% 86.717%,100% -1084.615%);-webkit-clip-path:polygon(100% -1084.615%,0 -1084.615%,0 87.251%,0 87.251%,.012% 89.27%,.045% 91.141%,.099% 92.834%,.169% 94.319%,.253% 95.567%,.35% 96.547%,.457% 97.23%,.571% 97.585%,.69% 97.582%,.811% 97.192%,.811% 97.192%,3.287% 86.008%,6.407% 73.711%,10.133% 60.841%,14.428% 47.936%,19.252% 35.537%,24.569% 24.182%,30.34% 14.411%,36.528% 6.765%,43.094% 1.781%,50% 0,50% 0,56.898% 1.69%,63.462% 6.438%,69.652% 13.761%,75.428% 23.178%,80.751% 34.206%,85.58% 46.363%,89.877% 59.166%,93.6% 72.133%,96.71% 84.781%,99.167% 96.629%,99.167% 96.629%,99.29% 97.076%,99.412% 97.122%,99.528% 96.796%,99.638% 96.131%,99.738% 95.156%,99.825% 93.902%,99.898% 92.401%,99.953% 90.682%,99.988% 88.777%,100% 86.717%,100% -1084.615%)}.hLCefh h6{text-transform:uppercase}.gyKjJB p{color:#fffdc7}.hJtoyN span{height:4px}.bOviwp:not(:last-child){border-bottom:1px solid rgba(55,55,72,.35)}.jnQAQM i{border-radius:3px}.iPSgZH i{padding:3px}.lanlMx:after{width:90%}.jkPJci:after{height:90%}.kcvtIp:after{border-radius:50%}.iitwUI:after{box-shadow:0 50px 700px 70px #04669a}.gUtVqG span{color:#f8ef00}.kQMzeT h6{padding:10px 20px}.cckkzf h6{color:#fff}.cIcqyj h6{border-bottom:2px solid hsla(0,0%,100%,.15)}.cGfIRO h6{background:hsla(0,0%,100%,.08)}.kTibem p{padding:10px 10px 14px 18px}.gzlrQq p{color:#b5d6e9}.cmjxMD:first-of-type{border-bottom:2px solid #a2e508}.kieOxF h6{gap:4px}.fSPucr p{text-transform:none}.cHPyjC h6{color:#94d2f2}.hnBBzb p{color:rgba(148,210,242,.7)}.jyXnZx:after{width:140%}.fZrBlW:after{height:140%}.iRWCXf:after{background:radial-gradient(50% 50% at 50% 50%,rgba(38,125,224,.3) 23.43%,rgba(0,24,31,.3) 40.03%,rgba(255,123,8,.3) 56.36%,rgba(255,0,114,.3) 63.59%,rgba(240,77,255,.3) 73.23%,rgba(20,130,255,.3) 80.72%,rgba(0,24,31,.3) 100%)}.hFNvQp:after{filter:blur(65px)}.jrSyvx:after{border-left:10px solid transparent}.jVcVQn:after{border-right:10px solid transparent}.gXEpYe:after{border-top:10px solid #00ff9c}.ewnUDc:before{border-left:10px solid transparent}.iTtpoq:before{border-right:10px solid transparent}.djmmsL:before{border-top:10px solid #00332d}.kBWFft p{gap:6px}.ipOLQD p{padding:20px}.foaVQt p{color:#00ff9c}.bFiKXy:before{inset:var(--spacing-0)}.jSFVaQ:before{pointer-events:none}.bZSXAC:before{background:url(/images/coin/burn-frame.svg) no-repeat top/145px 45px}.fnvQsc:after{background:linear-gradient(180deg,#ff8824,#ff3052)}.cxkRWI h6{display:flex}.iSXbVU h6{color:#ffc600}.hqfYft h6{text-align:center}.fRaCEI h6{white-space:nowrap}.fGqgrG>div:not(:last-child){border-bottom:2px solid hsla(0,0%,100%,.15)}.hgLBls p{max-width:700px}.itpUTX p{margin-inline:auto}.TwTuc:after{height:60px}.csfrvU:after{background:rgba(0,204,255,.14) repeat top}.fcLZfN\! *{color:#000!important}.jbbsBN:after{background:linear-gradient(180deg,#374848,rgba(27,156,105,.5))}.bfzzAB:after{background:linear-gradient(180deg,#373748,rgba(0,119,255,.5))}.ebjxwd:after{background:linear-gradient(180deg,#373748,rgba(27,156,105,.5))}.fOSdTy:after{z-index:2}.cHNQny ul{gap:15px}.dFydoX li{color:hsla(0,0%,100%,.6)}.iQeViX strong{color:hsla(0,0%,100%,.8)}.cAcdjU>div{max-width:unset}.cAkDdx::placeholder,.cAkDdx[data-placeholder]{color:hsla(0,0%,100%,.5)}.ehtCUM::placeholder,.ehtCUM[data-placeholder]{transition:olor .3s ease}.cPpXhP img{width:24px}.dRIwfw img{height:24px}.iYWalU input,.iYWalU textarea{width:100%}.jPhhZL input,.jPhhZL textarea{outline:var(--borders-none)}.doGsLj textarea{resize:none}.fRXNqh textarea[name=message]{min-height:130px}.DLAAY textarea[name=contacts]{min-height:70px}.wpFFb::placeholder,.wpFFb[data-placeholder]{color:#ff4d4d}.fIkbkl:is(:disabled,[disabled],[data-disabled]){opacity:.4}.GSIxv:after{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1LjA0NjcgNC41NTYyOEwyMC44NTQyIDAuMzIwNDQ4QzIwLjc1MzUgMC4yMTg5MDkgMjAuNjMzNiAwLjEzODMxNSAyMC41MDE2IDAuMDgzMzE1NkMyMC4zNjk2IDAuMDI4MzE2MiAyMC4yMjggMCAyMC4wODUgMEMxOS45NDIgMCAxOS44MDA0IDAuMDI4MzE2MiAxOS42Njg0IDAuMDgzMzE1NkMxOS41MzY0IDAuMTM4MzE1IDE5LjQxNjUgMC4yMTg5MDkgMTkuMzE1OCAwLjMyMDQ0OEMxOS4xMTQxIDAuNTIzNDI0IDE5LjAwMDggMC43OTc5OTcgMTkuMDAwOCAxLjA4NDJDMTkuMDAwOCAxLjM3MDQgMTkuMTE0MSAxLjY0NDk3IDE5LjMxNTggMS44NDc5NUwyMy4xNzI1IDUuNzM3MTFIMS4wODMzM0MwLjc5NjAxNSA1LjczNzExIDAuNTIwNDY1IDUuODUxMjUgMC4zMTczMDEgNi4wNTQ0MkMwLjExNDEzNyA2LjI1NzU4IDAgNi41MzMxMyAwIDYuODIwNDVDMCA3LjEwNzc3IDAuMTE0MTM3IDcuMzgzMzIgMC4zMTczMDEgNy41ODY0OEMwLjUyMDQ2NSA3Ljc4OTY1IDAuNzk2MDE1IDcuOTAzNzggMS4wODMzMyA3LjkwMzc4SDIzLjIzNzVMMTkuMzE1OCAxMS44MTQ2QzE5LjIxNDMgMTEuOTE1MyAxOS4xMzM3IDEyLjAzNTEgMTkuMDc4NyAxMi4xNjcyQzE5LjAyMzcgMTIuMjk5MiAxOC45OTU0IDEyLjQ0MDggMTguOTk1NCAxMi41ODM4QzE4Ljk5NTQgMTIuNzI2OCAxOS4wMjM3IDEyLjg2ODQgMTkuMDc4NyAxMy4wMDA0QzE5LjEzMzcgMTMuMTMyNCAxOS4yMTQzIDEzLjI1MjIgMTkuMzE1OCAxMy4zNTI5QzE5LjQxNjUgMTMuNDU0NSAxOS41MzY0IDEzLjUzNTEgMTkuNjY4NCAxMy41OTAxQzE5LjgwMDQgMTMuNjQ1MSAxOS45NDIgMTMuNjczNCAyMC4wODUgMTMuNjczNEMyMC4yMjggMTMuNjczNCAyMC4zNjk2IDEzLjY0NTEgMjAuNTAxNiAxMy41OTAxQzIwLjYzMzYgMTMuNTM1MSAyMC43NTM1IDEzLjQ1NDUgMjAuODU0MiAxMy4zNTI5TDI1LjA0NjcgOS4xNDk2MUMyNS42NTUzIDguNTQwMjQgMjUuOTk3MSA3LjcxNDIgMjUuOTk3MSA2Ljg1Mjk1QzI1Ljk5NzEgNS45OTE3IDI1LjY1NTMgNS4xNjU2NiAyNS4wNDY3IDQuNTU2MjhaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K") no-repeat 50%/100% 100%}.jQAtSn:after{display:inline-block}.cwcQTy:after{width:25px}.drCpMy:after{height:15px}.hLWLFV:after{transition:transform .3s ease}.cvXKAv:before{height:40px}.dTsapC:before{clip-path:polygon(99.609% 0,99.609% 0,99.673% .164%,99.733% .637%,99.789% 1.395%,99.84% 2.412%,99.886% 3.661%,99.925% 5.118%,99.956% 6.756%,99.98% 8.549%,99.995% 10.472%,100% 12.5%,100% 6067.5%,100% 6067.5%,99.99% 6071.553%,99.96% 6075.399%,99.913% 6078.986%,99.849% 6082.262%,99.771% 6085.175%,99.68% 6087.674%,99.578% 6089.708%,99.466% 6091.225%,99.345% 6092.173%,99.219% 6092.5%,.781% 6092.5%,.781% 6092.5%,.655% 6092.173%,.534% 6091.225%,.422% 6089.708%,.32% 6087.674%,.229% 6085.175%,.151% 6082.262%,.087% 6078.986%,.04% 6075.399%,.01% 6071.553%,0 6067.5%,0 12.5%,0 12.5%,.005% 10.472%,.02% 8.549%,.044% 6.756%,.075% 5.118%,.114% 3.661%,.16% 2.412%,.211% 1.395%,.267% .637%,.327% .164%,.391% 0,44.141% 0,48.774% 88.838%,48.774% 88.838%,49.006% 92.745%,49.247% 95.783%,49.494% 97.953%,49.746% 99.256%,50% 99.69%,50.254% 99.256%,50.506% 97.953%,50.753% 95.783%,50.994% 92.745%,51.226% 88.838%,55.859% 0,99.609% 0);-webkit-clip-path:polygon(99.609% 0,99.609% 0,99.673% .164%,99.733% .637%,99.789% 1.395%,99.84% 2.412%,99.886% 3.661%,99.925% 5.118%,99.956% 6.756%,99.98% 8.549%,99.995% 10.472%,100% 12.5%,100% 6067.5%,100% 6067.5%,99.99% 6071.553%,99.96% 6075.399%,99.913% 6078.986%,99.849% 6082.262%,99.771% 6085.175%,99.68% 6087.674%,99.578% 6089.708%,99.466% 6091.225%,99.345% 6092.173%,99.219% 6092.5%,.781% 6092.5%,.781% 6092.5%,.655% 6092.173%,.534% 6091.225%,.422% 6089.708%,.32% 6087.674%,.229% 6085.175%,.151% 6082.262%,.087% 6078.986%,.04% 6075.399%,.01% 6071.553%,0 6067.5%,0 12.5%,0 12.5%,.005% 10.472%,.02% 8.549%,.044% 6.756%,.075% 5.118%,.114% 3.661%,.16% 2.412%,.211% 1.395%,.267% .637%,.327% .164%,.391% 0,44.141% 0,48.774% 88.838%,48.774% 88.838%,49.006% 92.745%,49.247% 95.783%,49.494% 97.953%,49.746% 99.256%,50% 99.69%,50.254% 99.256%,50.506% 97.953%,50.753% 95.783%,50.994% 92.745%,51.226% 88.838%,55.859% 0,99.609% 0)}.kNUdiq:after{height:40px}.ipygSk:after{clip-path:polygon(49.34% 50.493%,49.34% 50.493%,49.465% 52.504%,49.595% 54.067%,49.728% 55.184%,49.863% 55.854%,50% 56.077%,50.137% 55.854%,50.272% 55.184%,50.405% 54.067%,50.535% 52.504%,50.66% 50.493%,52.638% 14.535%,52.638% 14.535%,52.694% 13.17%,52.733% 11.509%,52.755% 9.656%,52.761% 7.715%,52.753% 5.789%,52.731% 3.981%,52.695% 2.394%,52.647% 1.133%,52.588% .301%,52.518% 0,47.482% 0,47.482% 0,47.412% .301%,47.353% 1.133%,47.305% 2.394%,47.269% 3.981%,47.247% 5.789%,47.239% 7.715%,47.245% 9.656%,47.267% 11.509%,47.306% 13.17%,47.362% 14.535%,49.34% 50.493%);-webkit-clip-path:polygon(49.34% 50.493%,49.34% 50.493%,49.465% 52.504%,49.595% 54.067%,49.728% 55.184%,49.863% 55.854%,50% 56.077%,50.137% 55.854%,50.272% 55.184%,50.405% 54.067%,50.535% 52.504%,50.66% 50.493%,52.638% 14.535%,52.638% 14.535%,52.694% 13.17%,52.733% 11.509%,52.755% 9.656%,52.761% 7.715%,52.753% 5.789%,52.731% 3.981%,52.695% 2.394%,52.647% 1.133%,52.588% .301%,52.518% 0,47.482% 0,47.482% 0,47.412% .301%,47.353% 1.133%,47.305% 2.394%,47.269% 3.981%,47.247% 5.789%,47.239% 7.715%,47.245% 9.656%,47.267% 11.509%,47.306% 13.17%,47.362% 14.535%,49.34% 50.493%)}.hMrKTQ h3{text-transform:uppercase}.fcqrUz p,.iABbyA h3{color:#000}.bxuJdb ul{gap:5px}.dHnBmE ul{position:relative}.hgkzRZ ul{max-width:960px}.ffyaoe ul{margin-inline:auto}.eKtMJm ul{padding:20px 30px}.fIvKeG ul{background:#000}.fCExmS ul{border-radius:10px}.hCkfXp ul{border:3px solid #ffd118}.dHVKOI li{position:relative}.kQkNqd li{gap:7px}.icvJpC li{color:#ffd118}[data-var=yellow] .RWqhQ{color:#000}[data-var=green] .hwVCRx{color:#ffff93}[data-var=yellow] .EpVXE{background:#ffd118}[data-var=green] .eRplaD{background:#037945}.bqxchI img{width:94px}.ipVRrn img{height:94px}.jYzoDf img{border:3px solid}.leWErP img{padding:9px}.btEvny:after{border-bottom:10px solid #ffd118}.kkAcJb:after{border-right:9px solid transparent}.gmvHph:after{border-left:9px solid transparent}.iaraPP:before{border-bottom:10px solid #000}.kClWky:before{border-right:9px solid transparent}.xJlDQ:before{border-left:9px solid transparent}.iouyeb:before{z-index:2}.gSqjIu[data-state-acc=true]{background:#130f1d}.istUgY[data-state-acc=false]{background:url(/images/home/airdrop/stars.png) #130f1d}[data-state=open] .liPkSJ{opacity:0}[data-state=open] .jzYZG{visibility:hidden}[data-state=open] .eVTNcH{pointer-events:none}[data-state=closed] .hJxhEm{opacity:1}[data-state=closed] .fXTFRY{visibility:visible}[data-state=closed] .jwvnTa{pointer-events:all}.hNDjfn svg{fill:#ffe216}.cutoRV svg{transition:transform .3s ease-in-out,fill .3s ease}[data-state=open] .fAAvyK{animation:slideDown .5s cubic-bezier(.25,.1,.25,.6)}[data-state=closed] .rgSAD{animation:slideUp .5s cubic-bezier(.25,.1,.25,.6)}.faTWQc:before{background:url(/images/home/bonuses/content-top-bg.png) no-repeat top/contain}.chWFEP:after{background:url(/images/home/bonuses/bg.png) no-repeat bottom/contain}.fWqVHo p{border-radius:6px}.sHZLK p{border:1px solid #00e180}.cgWluY p{padding-inline:var(--spacing-5)}.eKRvaf p{padding-block:var(--spacing-3)}.iJvRjx p{color:#9effe3}.kDrldm:before{padding-block:6.5%}.zwgNy:after{inset-inline:var(--spacing-0)}.kGuyJv:after{height:5px}.eCarwF[data-state=active]{color:var(--colors-black)}.bIQcBu[data-state=active]{display:block}.eGANNy[data-state=inactive]{display:none}.bAiZXg:before{padding-block:18.90625%}.eAdsTT:before{padding-inline:50%}.jnlNCp:after{background:linear-gradient(180deg,#000,transparent)}.jccxGI span{color:var(--colors-yellow-600)}.hHvGBv img{object-position:top}.btTDrf:before{padding-block:unset}.fnBKOO:before{padding-inline:unset}.jNgRkF:before{display:none}.kuAPUk:before{background:linear-gradient(180deg,#000,transparent)}.iBeoNo:before{width:100%}.iwKkEr\!:after{display:block!important}.chnFpZ:after{background:linear-gradient(180deg,transparent,#000)}.ctJWwV img{position:absolute}.fdsdzf img{inset:var(--spacing-0)}.ceoGyn img{aspect-ratio:75/84}.LHqRR img{transition:opacity .2s ease}.jlDAjU a{color:#d80a69}.iTauhN:after,.iTauhN:before{position:absolute}.ijmbFa:after,.ijmbFa:before{width:38px}.kJDIcu:after,.kJDIcu:before{height:105px}.ihCtyv:after,.ihCtyv:before{display:block}.lebINp:after,.lebINp:before{background:url(/images/home/info/arrow-figure.svg) no-repeat top/contain}.jNgRkF\!:before{display:none!important}.dIRKHY p{z-index:3}.jQLIPQ:after,.kqQAXp:before{transition:opacity .3s ease}.eUzyWV:after{background:linear-gradient(92.43deg,rgba(17,42,76,0) 35.75%,rgba(10,24,44,.14) 49.46%,rgba(5,11,20,.38) 69.93%,rgba(0,0,0,.2) 99.99%)}.iQhwlF:before{background:linear-gradient(90deg,transparent,rgba(13,255,57,.2))}.jowPcH:after{background:linear-gradient(92.43deg,rgba(17,42,76,0) 32.76%,rgba(7,17,30,.5) 46.53%,rgba(0,0,0,.5))}.jdhZpm:before{background:linear-gradient(90deg,transparent,rgba(56,202,255,.2))}.asqDp:after{background:linear-gradient(92.43deg,rgba(17,42,76,0) 40.12%,rgba(0,0,0,.5) 84.99%)}.cLaEsf:before{background:linear-gradient(90deg,transparent,rgba(253,74,255,.3))}.lbyZbD[data-bg=true]{background:#007279 url(/images/home/team/team-bg.png) repeat top}.inkmbx[data-bg=true]{border-radius:5px}.dzMmlE svg{height:25px}.bqMPTR h3{color:#ffbe02}.guYIyr p{color:#aca4b5}.gKsCSS button{color:#76c93c}.bcQUQh span{display:grid}.gXPvGx span{place-content:center}.eqcLFW span{color:#130f1d}.jcnAeA span{width:24px}.hqPApj span{height:24px}.gnyBaL span{background:#ffd00d}.ejsrWa span{border-radius:50%}.hhbcrU b{color:#c1b6dc}.hyqLOK span{color:#00b8ef}.XzTpt li{background:#231c33}.iyHZav li{border-radius:4px}.dXUqaF li{height:50px}.hTFxpz li{transition:background .3s ease,color .3s ease}.fuNdeb a,.fuNdeb button{width:100%}.kaDwIP a,.kaDwIP button{display:flex}.bMnHXA a,.bMnHXA button{gap:20px}.bxefDL a,.bxefDL button{white-space:nowrap}.hjydLg a,.hjydLg button{padding:5px 20px}.gUVtRY a,.gUVtRY button{height:100%}.eARmvd p{color:#8d80ac}.kZtPcV img{width:40px}.kTeSPa:after{border-top:6px solid transparent}.bgMxec:after{border-bottom:6px solid transparent}.lnQqNj:after{border-left:6px solid}.WYpWC li,.hVavZT p{color:#908999}.bcaKWZ b{color:#d2d2d4}.ikJEdZ img{max-width:360px}.jxQmGG a{color:#ffd00d}.cCoLQi\! img{width:30px!important}.ikfvDl\! img{height:30px!important}.SnnCH\! img{margin:var(--spacing-0)!important}.eQWcKy span{place-items:center}.fMosKR span{background:#a08fcb}.kApbZJ:after{border-bottom:2px dashed #6d618c}.dHSlZA:before{transform:translateY(-50%)}.kAOZmj:before{border-top:6px solid transparent}.bVsEoh:before{border-bottom:6px solid transparent}.jEPlEY:before{border-left:6px solid #a08fcb}.jKnNcO:is(:disabled,[disabled],[data-disabled]){opacity:.7}.lmjSTM span{color:#323243}.jSvflK span{background:#9e9ead}.mUSmE span{width:20px}.hUlSmb span{height:20px}.dUVRWQ span{display:inline-block}.bdmUTy span{transition:background .3s ease,color .3s ease}.eZWKHm span{background:#12141b}.bzstcf:first-of-type{background:#32c635}.jspdbf:nth-of-type(2){background:#ffbe02}.eVXKOr button{padding-block:9px}.evOZhT button{padding-inline:11px}.hZxrJb li:first-of-type,.hZxrJb li:nth-of-type(2){color:#ffbe02}.QhVqT li:nth-of-type(3){color:#32c635}.blPLfs li:nth-of-type(4){color:#2fc9ff}.cjNDOW svg{width:20px}.hzAPLV svg{fill:#32c635}.cqKXqp span{color:#32c635}.dTOvVr span{transition:color .3s ease}[data-state=open] .hGvMQB{background:#201f28}[data-state=closed] .eicXFF{background:#1c1c23}.hJXIvZ span{background:#353546}.kTQkia span{padding-block:2px}.WQmIC svg{width:17px}[data-state=closed] .ijblxX{background:#24242e}[data-state=open] .ispbdv{background:#2a2936}.kUdWjJ span{color:#48f0ff}.gPRKxH span{color:#fff}.cXLlVb h5{color:#8b8b98}.iowuVZ h5{text-align:right}.bUhuFR:not(:first-child),.eGUdaV:not(:first-child)>button{border-left:1px solid hsla(206,6%,50%,.2)}.bgVKDb:not(:first-child)>button{padding-inline:15px}.bHwymY input[type=checkbox]{position:absolute}.QewTm input[type=checkbox]{opacity:0}.jUNJng input[type=checkbox]{pointer-events:none}.kOeMGn span{width:10px}.bDnyfo span{height:10px}.inzShE span{border-radius:2px}.dlDlvG::-webkit-scrollbar-track{background:#303039}.iaalXI::-webkit-scrollbar-track{border-radius:5px}.dfJjpw::-webkit-scrollbar-thumb{background:#ffbe02}.kiBmOV::-webkit-scrollbar-thumb{border-radius:5px}.hcjyWa:nth-of-type(2){border-right:unset}.cNrdsH:nth-of-type(2){display:flex}.dSqetA:nth-of-type(2){gap:20px}.kiaNMO:nth-of-type(2){grid-column:2/span 5}.fuYAqO>div{transition:background .3s ease}.lnmwDd p{text-transform:capitalize}.clNojC span{background:#ffbe02}.briBJh span{background:radial-gradient(50% 50% at 50% 50%,#00bfff 0,#008bc5 100%)}.lmkMxy span{background:radial-gradient(50% 50% at 50% 50%,#00db03 0,#1da91f 100%)}.gJEFjE:after{visibility:hidden}.lbeJkm:after{height:11px}.kwqjQK:after{border:solid #12141b}.bxEiPJ:after{transform:rotate(45deg)}.pykbY:after{visibility:visible}.iGgWnS p{color:#29fc96}.igIMIp\! p{color:inherit!important}.dQYKek>span{color:#241a33}.NFSmL span{color:#e0f86e}.ijjRfY b{position:absolute}.eEfJYJ[data-level="1"]{border-left:1px solid #def777}.iAhmFG[data-level="2"]{border-left:1px solid #baffaf}.fOsAkf[data-level="3"]{border-left:1px solid #8dd9fc}.ebsYEB[data-level="4"]{border-left:1px solid #9e98ff}.gdqFke[data-level="5"]{border-left:1px solid #ff62b5}.bFTGj[data-res=stone],.bbnRvr[data-state=active]{position:relative}.ealfSd\![data-state=active]{color:#000!important}.bFldYg[data-state=active]{background:#ffbe02}.bTwITk[data-state=active]{padding-block:2px}.mKMtP[data-state=active]{border-radius:3px}.bDvYKZ[data-state=active]{transition:color .3s ease}.cnSHjA:first-child{width:35px}.gZmPSn *{outline:var(--borders-none)}.eFtvrL i{border-top-left-radius:5px;border-bottom-left-radius:5px}.eFleGA i{padding:4px}.bkpFMS p{white-space:nowrap}.hlBgEU b{color:#ffbe02}.btASsB span{color:#9ce625}.bBxiNw li{color:#fff}.iGvsId h4{color:#ffc306}.bAyhTT h4{color:#de3b84}.kuCyQT h4{color:#8cb414}.brODXR h4{color:#14b476}.dJmxVS h4{color:#24a4ce}.bbhYcL h4{color:#8f68ff}.ewEGvM h4{color:#f4e45a}.iZcNJS:after{background:hsla(0,0%,69%,.3)}.kmGlpR p{padding:2px 5px}.bGZJdn:after{background:hsla(240,5%,43%,.4)}.dKCMuk:after{width:10px}.dEHAgP:after{background:#696974}.cHKGJm:after{border:2px solid #1d1c21}.cCChCC\!:after{width:16px!important}.eivtPF\!:after{height:16px!important}.OntVR[data-resource=stone]{color:#b27100}.dAdZtH[data-resource=stone]{background:radial-gradient(50% 50% at 50% 50%,#f7dc00 0,#ecb800 100%)}.kuJnoS[data-resource=water]{color:#00527c}.jMRhaj[data-resource=water]{background:radial-gradient(50% 50% at 50% 50%,#00bfff 0,#008bc5 100%)}.bujubZ[data-resource=gas]{color:#005401}.bFIHXQ[data-resource=gas]{background:radial-gradient(50% 50% at 50% 50%,#00db03 0,#1da91f 100%)}.uDWDp span{color:hsla(0,0%,100%,.5)}.kJSXgN svg{fill:hsla(0,0%,100%,.5)}.fioRTA h4{color:hsla(0,0%,100%,.8)}.krFZmD h4{transition:color .3s ease}.brKsHj h1{color:#ffbe02}.hNpnHi h1{text-transform:uppercase}.liBXpU p{max-height:calc(1.3em * 6)}.gOhFCr svg{stroke:#89888b}.SPTTS h1{text-align:left}.gfvbrM:after{border:1px solid #ffbe02}.bkTzFq>*{position:relative}.fvuQpZ>*{z-index:1}.eslQSe:after{transform:scaleY(-1)}.guOFqa:after{background:radial-gradient(72.21% 83% at 50% 100%,hsla(0,0%,75%,.3) 0,transparent 70.43%)}.dMlMfa:last-child{display:flex}.kclXS p{gap:10px}[data-dropdown=true] .lnosbs{background:#00ac5c}[data-dropdown=true] .eElisY{color:#000}.fUFaYC:after{background:#fff}.edLpFj:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}[data-dropdown=true] .jhAjga{fill:#000}[data-dropdown=true] .kOFXNi{transform:scaleY(-1)}.kyavb:not(:last-child){border-bottom:1px dashed hsla(0,0%,100%,.1)}.hUywQZ span{color:#f11b4f}.ipcUyu::-webkit-scrollbar{display:none}.bHjWUJ img{height:auto}.cQLpzG svg{width:24px}.dRAAel svg{height:24px}.hscvIw svg{fill:hsla(0,0%,100%,.4)}.jMcdBD img{height:115px}.eRnVuk img{overflow:hidden}.kjrWNg button{position:absolute}.hIvTqK button{width:20px}.hWAwgZ button{height:20px}.egLKlz button{display:grid}.cYcwnz button{place-content:center}.bVPPzg button{border-radius:50%}.gOUnJt button{background:#000}.bFJIcm button{transition:background-color .3s ease}.iOjvoA svg{width:11px}.devpvP svg{height:11px}.gBLChT::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none}.goSRMO::-webkit-outer-spin-button{margin:var(--spacing-0)}.eNrFAg::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none}.jqKFll::-webkit-inner-spin-button{margin:var(--spacing-0)}.kaCjxK::placeholder,.kaCjxK[data-placeholder]{color:hsla(0,0%,100%,.6)}.goyTfo svg{width:44px}.cdzKeT svg{height:44px}.fCWzVn svg{fill:hsla(0,0%,100%,.3)}.eiJdPX svg{fill:#fff}.TfTeN button{display:none}.fFRroA button{gap:5px}.crbvDv svg{fill:hsla(240,6%,57%,.7)}.jfGWkY button{display:flex}.cQmELk button{background:#1c1c23}.gpKDgJ button{padding-block:30px}.gLvRqF button{text-align:left}.kdSYym svg{fill:#d9d9d9}.dIBvkw svg{fill-opacity:.6}.hcNWhz svg{transition:fill-opacity .3s ease}.hlASzX a{color:#ffbe02}.ipfIqt a{display:block}.eDgsLc a{position:relative}.bhAjUu a{padding-block:12px}.bxXftX a{padding-inline:30px}.ixEnVH a{width:100%}.bupZfK a{text-align:left}.PaoUD a{z-index:1}.gtnhWD:after{background:#282733}.oyGbH:after{clip-path:polygon(0 0,100% 50%,0 100%);-webkit-clip-path:polygon(0 0,100% 50%,0 100%)}.khhxMi:before{width:6px}.hOtkLT:before{background:url(/images/training/arrow-right.svg) no-repeat}.ePgQXi::placeholder{color:#8b8b98}.cwoPMd span{padding-inline:8px}.cHfgKQ:after{border-left:1px solid hsla(206,6%,50%,.2)}.cYrBax:after{background:#2d2d36}.cuWPbx i{padding:5px}.jQHzAY i{border-radius:7px}.bANDIQ img{border-radius:5px}.hlExOK p{color:#ffbe02}.kGoybl p{color:#2fc9ff}.cLbyt p{color:#32c635}.flJymJ::-webkit-scrollbar{background:rgba(65,65,76,.7)}.euluZE::-webkit-scrollbar{height:11px}.iGiXzh::-webkit-scrollbar-thumb:horizontal{border-radius:5px}.ciHaeI img{max-width:80px}.fXGMkz:before{transform:translate(-50%,-50%)}.kGntGY:before{width:40px}.fUFduP:before{background:url(/images/home/wiki/locked-item.svg) no-repeat top/36px}.gpvsts img{opacity:.5}.htuhVQ:before{width:44px}.hPdtgX:before{height:44px}.eEhxPf:before{background:url(/images/home/planets/gold-status.png) no-repeat top/contain}.hJzeRk:after{border-image:linear-gradient(180deg,#131218,#5c5a70)}.gRZFsy:before{display:inline-block}.foNwzU:before{position:absolute}.ebHURI:before{width:8px}.hCAXSH:before{height:8px}.oBLik:before{border-radius:50%}.hHbamn:before{color:hsla(0,0%,100%,.1)}.jiGmWK:before{animation:dot-flashing .5s infinite alternate}.pDPXj:after{display:inline-block}.khtefB:after{position:absolute}.hUeuZ:after{width:8px}.cniCDy:after{height:8px}.JhXSh:after{border-radius:50%}.eoQjfm:after{color:hsla(0,0%,100%,.1)}.kfPXJT:after{animation:dot-flashing .5s infinite alternate}.guUEle a{color:#aca4b5}.fQQEaO span{position:absolute}.ymZOj span{gap:4px}.gXazIG span{padding:3px 7px}.jaUvlH span{border-radius:5px}.ksXMPi span{background:#2d8e31}.dMYtpW>div:last-child{border-left:1px solid hsla(206,6%,50%,.2)}.eJtKsV b{text-transform:uppercase}.fxNcfW:after{background:#ff005c}.fDBEkz span{color:#02fe49}.FuZjR:is(:disabled,[disabled],[data-disabled]){opacity:.8}.dldTpO img{width:43px}.lfRQlE:after{width:calc(100% + 2px)}.bjitmb:after{border-bottom:5px solid transparent}.jUvOrL:first-of-type{background:#dabaff1a}.gEtryN:nth-of-type(2){background:#fbfd941a}.bIkrFH:nth-of-type(3){background:#6cff7b1a}.dBUItd svg{height:20px}.ghYlXC span{color:#fee93a}.bPapys:after{background:linear-gradient(90deg,#f93e66,#ffc000)}.kYlHTS img{width:56px}.gghQKp img{height:56px}.kDCSQV img{filter:drop-shadow(0 0 20px rgba(255,192,0,1)) drop-shadow(0 0 35px rgba(249,62,102,1))}.lcuvdw svg{fill:rgba(230,221,255,.8)}.cVticd svg{transform:rotate(-90deg)}.gXJJzz h4{color:#ffd00d}.hyNavY li,.hyNavY p{color:#ccc9d6}.jlMOIp button{transform:translateX(-50%)}.kmgvtQ button{gap:10px}.DWQqH button{background:#595070}.fuLmeM button{border-radius:4px}.fRHOMV button{padding:10px 22px}.kxbQLU button{white-space:nowrap}.qzLrF button{text-transform:uppercase}.jUwITa button{color:rgba(230,221,255,.8)}.fsFPlk button{transition:background .3s ease,color .3s ease,fill .3s ease}.gaPjla img{max-width:215px}.FwHZB img{filter:drop-shadow(0 0 20px rgba(0,184,239,.7)) drop-shadow(0 0 35px rgba(0,184,239,.7))}.gixnOl h3{gap:10px}.gDANHT svg{fill:#ffd00d}.cvmUHL:after{width:20px}.hqJgnG:after{clip-path:polygon(4.919% 0,4.919% 0,7.006% .028%,9.029% .11%,10.968% .243%,12.805% .425%,14.521% .652%,16.097% .922%,17.513% 1.231%,18.751% 1.578%,19.793% 1.958%,20.618% 2.37%,97.998% 48.798%,97.998% 48.798%,98.347% 49.034%,98.619% 49.272%,98.814% 49.513%,98.93% 49.756%,98.969% 50%,98.93% 50.244%,98.814% 50.487%,98.619% 50.728%,98.347% 50.966%,97.998% 51.202%,20.618% 97.63%,20.618% 97.63%,19.793% 98.042%,18.751% 98.423%,17.513% 98.769%,16.097% 99.079%,14.521% 99.348%,12.805% 99.575%,10.968% 99.757%,9.029% 99.89%,7.006% 99.972%,4.919% 100%,0 100%,0 0,4.919% 0);-webkit-clip-path:polygon(4.919% 0,4.919% 0,7.006% .028%,9.029% .11%,10.968% .243%,12.805% .425%,14.521% .652%,16.097% .922%,17.513% 1.231%,18.751% 1.578%,19.793% 1.958%,20.618% 2.37%,97.998% 48.798%,97.998% 48.798%,98.347% 49.034%,98.619% 49.272%,98.814% 49.513%,98.93% 49.756%,98.969% 50%,98.93% 50.244%,98.814% 50.487%,98.619% 50.728%,98.347% 50.966%,97.998% 51.202%,20.618% 97.63%,20.618% 97.63%,19.793% 98.042%,18.751% 98.423%,17.513% 98.769%,16.097% 99.079%,14.521% 99.348%,12.805% 99.575%,10.968% 99.757%,9.029% 99.89%,7.006% 99.972%,4.919% 100%,0 100%,0 0,4.919% 0)}.eSLuEb p{color:#ccc9d6}.fwHsKC:first-child{background:#2e2743}.eNCCjJ:first-child{z-index:2}.gZGetD:first-child{background:#2b243e}.hZBfrs:nth-child(2){background:#272038}.bFvpkd span{color:#f7dc00}.hLQeQj:first-of-type{color:#00ffbd}.eUGtZV:nth-of-type(2){color:#00ff87}.jLgETs:nth-of-type(3){color:#0f5}.ccyqtD:nth-of-type(4),.hefnMq:nth-of-type(5){color:#49ff24}.iUQefF:nth-of-type(5){display:none}.lkgDtM:first-of-type{color:#2bffb7}.dQIiIf:nth-of-type(2){color:#42fe9e}.jwmJGD:nth-of-type(3){color:#5cfe85}.cwdnlu:nth-of-type(4){color:#73fd6b}.idPDAY:nth-of-type(5){color:#8dfd52}.dUKxcW:nth-of-type(6){color:#a6fc39}.iTkbRb:first-of-type,.iTkbRb:nth-of-type(4){grid-column:1/span 1}.hzHOMv:nth-of-type(2),.hzHOMv:nth-of-type(5){grid-column:3/span 1}.hksbkX:nth-of-type(3),.hksbkX:nth-of-type(6){grid-column:5/span 1}.etmKOB:nth-of-type(4),.etmKOB:nth-of-type(5),.etmKOB:nth-of-type(6){grid-row:2/span 1}.PhEwv svg{width:var(--sizes-16)}.kjkmuB span{transform:translate(-50%,-50%)}.ixoFsz nowrap{white-space:nowrap}.bkXKGl:after{width:42.5%}.jotyRn:after{background:url(/images/home/bonuses/arrow.png) no-repeat top/contain}.ftfRap svg{width:var(--sizes-5)}.eaYMwi svg{height:var(--sizes-5)}.kuhDBk p,.lknblE span{color:#e4cee5}.cqKqsS:before{padding-block:23%}.gshtUl:after,.gshtUl:before{position:absolute}.jYExcE:after,.jYExcE:before{transform:translateX(-50%)}.eMxZyF:after,.eMxZyF:before{border:8px solid transparent}.duvrtA:after,.duvrtA:before{display:none}.hLSwUv[data-state=active]{box-shadow:0 5px 0 currentColor}.huLJHd\! .swiper-scrollbar{background:rgba(156,230,37,.5)!important}.fZJzJp\! .swiper-scrollbar{height:1px!important}.dlBCkb\! .swiper-scrollbar{width:100%!important}.ljQHEx\! .swiper-scrollbar-drag{background:#9ce625!important}.YFhpM\! .swiper-scrollbar-drag{height:5px!important}.bLnwnS:before{padding-block:50%}.fOPcFI\! .swiper{position:unset!important}.izAcXh\! .swiper{max-width:1135px!important}.fneeKP\! .swiper{padding-inline:20px!important}.brBXWI\! .swiper-slide{display:flex!important}.dEuBvW\! .swiper-scrollbar{display:none!important}.vvzBv\! .swiper-scrollbar{z-index:1!important}.fiJshU .sliderArrowDisable{pointer-events:none}.hWjZpT .sliderArrowDisable{opacity:.7}.jhOPoa[data-color="1"]{color:#de3b84}.hSfUoj[data-color="2"]{color:#ffc306}.catYVY[data-color="3"]{color:#8cb414}.kUfnxN[data-color="4"]{color:#14b476}.iFakvb[data-color="5"]{color:#24a4ce}.fevrrF[data-color="6"]{color:#8f68ff}.fnHTav[data-color="7"]{color:#f4e45a}.gSfmxl:after{width:48px}.kyUBEG:after{height:48px}.lbChqe:after{background:url(/images/home/planets/gold-status.png) no-repeat top/contain}.kRadHf:before{background:rgba(0,0,0,.5) url(/images/home/wiki/locked-item.svg) no-repeat top/36px}.cxrMVc\! img{filter:drop-shadow(0 0 20px #4EB4FF)!important}.fUFduP\!:before{background:url(/images/home/wiki/locked-item.svg) no-repeat top/36px!important}[data-resource-type=stone] .ireONQ{border-top:5px solid #ffbe02}[data-resource-type=stone] .ZNLyq{border-bottom:5px solid #ffbe02}[data-resource-type=water] .dIAvul{border-top:5px solid #2fc9ff}[data-resource-type=water] .bisddX{border-bottom:5px solid #2fc9ff}[data-resource-type=gas] .MaOfZ{border-top:5px solid #32c635}[data-resource-type=gas] .jtfLn{border-bottom:5px solid #32c635}.kCvDAM[data-type=recommendedPrice]{border-top:5px solid #2fc9ff}.bXMTqw[data-type=userPrice]{border-top:5px solid #32c635}[data-resource-type=stone] .dXGACo{color:#ffbe02}[data-resource-type=water] .iqILTV{color:#2fc9ff}[data-resource-type=gas] .geouxt{color:#32c635}.kuxryz p{color:#e0f86e}[data-type=userPrice] .bJBdCE{flex:1 1 100%}.gHvchD\! img{border:unset!important}[data-type=recommendedPrice] .lodFcc{flex:1 1 100%}[data-type=recommendedPrice] .iOXxXc{gap:10px}[data-type=userPrice] .bUfriM{gap:5px}.fODHev p{color:#949099}.coHDhb span{color:#ffe216}[data-profit=true] .Kwpzr{color:#32c635}[data-profit=false] .ipAvtz{color:#b8203b}[data-type=system] .jROKpw{border-top:5px solid #ffe317}[data-type=system] .cMsAAm{border-bottom:5px solid #ffe317}[data-type=recommendedPrice] .jqTQyH{border-top:5px solid #2fc9ff}[data-type=recommendedPrice] .ctyvkF{border-bottom:5px solid #2fc9ff}[data-type=userPrice] .kNAdBT{border-top:5px solid #32c635}[data-type=userPrice] .ckEHyF{border-bottom:5px solid #32c635}[data-variant=collections] .hGpAus\!{border-top:5px solid #201f28!important}[data-variant=collections] .ihlQzG\!{border-bottom:5px solid #201f28!important}[data-resource-type=gas] .flxQdr,[data-resource-type=stone] .capHBV,[data-resource-type=water] .gHQGGT{transition:color .3s ease}[data-disabled=true] .iDgqHi{pointer-events:none}.glGyiL:first-of-type{color:#32c635}.bWJRab:nth-of-type(2){color:#ffbe02}.huFXqr svg{width:12px}.lhkrns input{max-width:90px}.hfsqjp>div:not(:first-child){border-left:1px solid #2d2d36}.kVlHAf\!>div:last-child{border-left:1px solid #2d2d36!important}.gaRqFm i{padding:6px}.cnPGUF i{border-top-right-radius:5px;border-bottom-right-radius:5px}.jwiaMv span{color:#aca4b5}.ljZMgo img{width:14px}.igIMIp p{color:inherit}.jqWifm\! p{color:#8b8b98!important}.fHQLfl input{text-align:center}.htBWjw input{width:100%}.jqWifm p,.kmHCAK span{color:#8b8b98}.iqAXgN img{width:48px}.efVyae:before{transform:scaleY(-1) translateX(-50%)}.difvf:not(:last-child){border-right:1px solid hsla(206,6%,50%,.2)}.egOZEY:after{border-bottom:1px solid hsla(0,0%,100%,.1)}.dgiwgY:after{width:calc(100% + 64px)}.xUqvN img{width:50%}.dAEIPa img{height:50%}.fQRaub button{color:#ffdf15}.julByH input{outline:var(--borders-none)}.fzHQIS input{text-align:right}.dlndRk h6{color:#f93e66}.dgQtV span{color:#ffda12}.iHeedD span{color:#00ac5c}.dkSRap span{color:hsla(0,0%,100%,.9)}.cCoLQi img{width:30px}.ikfvDl img{height:30px}.hQlHgB img{width:22px}.KQzxP p{color:#00ac5c}.iJIzBT span{margin-inline:7px}.kYFKFT img{height:14px}.jMoOwK[data-visible=true]{visibility:visible}.cPwFfc[data-visible=true]{pointer-events:all}.dYvhFA[data-visible=true]{opacity:1}[data-visible=true] .hAOSaM{transform:translateY(0)}.hQUkko button{transform:translateY(-50%)}.WwASI span{color:#f0b90b}.bRoJAA input{position:absolute}.hAKKia input{opacity:0}.eTfxIs input{pointer-events:none}.kkOfJI input{width:var(--sizes-0)}.ecFhkz input{height:var(--sizes-0)}.dvYeWQ label{display:flex}.etFbat label{gap:15px}.kGldyu:before{border-right:2px solid #7d7d82}.fBtnlU:before{height:12px}.dAQDqO:after{width:12px}.ecvtTE:after{background:#ffe216}.cHNjtg mark{color:#fff}.gEVZs mark{background:#0363f2}[data-state=open] .ebLPvM{background:#fff}[data-state=open] .hreEVi{color:#000}[data-state=open] .bnedXW{box-shadow:0 15px 20px 0 rgba(207,214,222,.15)}.eAbjea svg{fill:rgba(0,0,0,.8)}.htRrec svg{transition:transform .3s ease,fill .3s ease}.bohUgj img{transition:max-width .2s ease}.fTEvdG img{max-width:170px}.fiSqAb img{max-width:210px}.jNRCTe span,.jNRCTe:after,.jNRCTe:before{background:#000}.gwcIVN span{background:#fff}.cANui :before{transform:rotate(-45deg)}.dvbdzs :before{background:#fff}.kyNjtS :after{transform:rotate(45deg)}.kUFtzN :after{background:#fff}.dXRpsb svg{fill:rgba(0,0,0,.45)}.lmuAOp p{color:rgba(0,0,0,.7)}.lclgZk:after{border-top:1px solid #000}.kqzzUG:after{width:calc(100% - 24px)}.hxgcPB\!:after{border:1px solid rgba(233,29,120,.3)!important}.eaEnGS\!:after{border:1px solid rgba(255,195,6,.3)!important}.bNQPMd\!:after{border:1px solid rgba(140,180,20,.3)!important}.xpTxk\!:after{border:1px solid rgba(20,180,118,.3)!important}.fPgVeN\!:after{border:1px solid rgba(36,164,206,.3)!important}.jjuXXq\!:after{border:1px solid rgba(143,104,255,.3)!important}.kudXXI\!:after{border:1px solid rgba(244,228,90,.3)!important}.hdtfQg:after{background:#de3b84}.fuoMcm:after{background:#ffc306}.PHNgc:after{background:#8cb414}.eSRLya:after{background:#14b476}.cmJAix:after{background:#24a4ce}.cGUBPU:after{background:#8f68ff}.cBPHgn:after{background:#f4e45a}.eIAUKS:after{position:relative}.fmrIrp:after{transform:translate(-50%,-50%)}.kcvtIp\!:after{border-radius:50%!important}.cMoqFY:after{width:14px}.fROlqX:after{height:14px}.eSnSpF:after{transition:border-color .3s ease}.fUFaYC\!:after{background:#fff!important}[data-id="0"] .lmNdVQ\!{color:#87909c!important}[data-id="0"] .dZupYA\!{background:#757d89!important}.hQASJr img{width:68px}.eOqySc img{height:68px}[data-id="0"] .eYmAwj{filter:grayscale(1)}.cXVjYV:not(:last-child){border-bottom:1px dashed hsla(240,8%,65%,.4)}.laYWCy i{border-radius:5px}.heIFEI h5{color:#f7dc00}.yNGdw h5{color:#2fc9ff}.bEcekK h5{color:#30b133}.fQsITZ span{color:#61f469}.fwCXMB p{color:#b0b0b0}.hrPOST [data-resource=stone]{color:#f2cd00}.ewbcVU [data-resource=water]{color:#11a4e2}.geuUeL [data-resource=gas]{color:#1eb920}.dIzSSP:not(:first-child){border-left:1px solid hsla(0,0%,100%,.1)}[data-state=open] .daeEtY{background:#17171c}.jGmoYe:first-of-type{color:#acfc8d}.eDOqMF:nth-of-type(2){color:#f5f776}.gzadij:nth-of-type(3){color:#77f29a}.dVnGRw:nth-of-type(4){color:#fecb02}.kXLxnY:nth-of-type(5){color:#f0acbc}.lnabAQ[data-state=closed]{background:#323243}.kUTBoW[data-state=closed]{color:#9e9ead}.imKthQ[data-state=open]{background:#9e9ead}.jMCVZF[data-state=open]{color:#000}.hSzMie:is(:disabled,[disabled],[data-disabled]){color:#b4dee3}.Uolsf:is(:disabled,[disabled],[data-disabled]){background:rgba(32,31,40,.5)}.kJdejJ>button:first-child{position:relative}.dIgOsV\!:is(:disabled,[disabled],[data-disabled]){color:hsla(240,8%,65%,.5)!important}.bXFeuW[data-state=closed]{background:var(--colors-transparent)}.bDcybN[data-state=closed]{color:#fff}.hkuMES[data-state=open]{background:#323243}.kbZETh[data-state=open]{color:#ffe216}.jiekYg::-webkit-scrollbar{height:4px}.dDBQaZ::-webkit-scrollbar-thumb{background:#525267}.hklFvD:is(:disabled,[disabled],[data-disabled]){background:#323243}.ddvvfQ:is(:disabled,[disabled],[data-disabled]){color:#ffe216}.hiXkJJ:first-child{border-top:1px solid #2a2a39}.fJoblR:not(:last-child){border-bottom:1px solid #2a2a39}.OHNBs:before{height:70px}.hBdQcs:before{background:#3e7a12 url(/images/home/description/stars-bg-3.png) repeat top}.exwPIT:before{clip-path:polygon(0 32.419%,0 32.419%,.023% 26.832%,.09% 21.57%,.197% 16.711%,.34% 12.329%,.514% 8.501%,.716% 5.303%,.941% 2.81%,1.186% 1.098%,1.446% .243%,1.718% .321%,49.767% 99.519%,49.767% 99.519%,49.813% 99.606%,49.86% 99.673%,49.907% 99.721%,49.953% 99.749%,50% 99.759%,50.047% 99.749%,50.093% 99.721%,50.14% 99.673%,50.187% 99.606%,50.233% 99.519%,98.282% .321%,98.282% .321%,98.554% .243%,98.814% 1.098%,99.059% 2.81%,99.284% 5.303%,99.486% 8.501%,99.66% 12.329%,99.803% 16.71%,99.91% 21.569%,99.977% 26.83%,100% 32.418%,100% 1719.581%,100% 1719.581%,99.984% 1724.217%,99.937% 1728.666%,99.861% 1732.876%,99.759% 1736.797%,99.632% 1740.377%,99.483% 1743.566%,99.313% 1746.312%,99.125% 1748.565%,98.921% 1750.274%,98.702% 1751.387%,50.397% 1922.79%,50.397% 1922.79%,50.318% 1923.039%,50.239% 1923.232%,50.159% 1923.37%,50.08% 1923.452%,50% 1923.48%,49.92% 1923.452%,49.841% 1923.37%,49.761% 1923.232%,49.682% 1923.039%,49.603% 1922.79%,1.298% 1751.387%,1.298% 1751.387%,1.079% 1750.274%,.875% 1748.565%,.687% 1746.312%,.517% 1743.566%,.368% 1740.377%,.241% 1736.797%,.139% 1732.876%,.063% 1728.666%,.016% 1724.217%,0 1719.581%,0 32.419%);-webkit-clip-path:polygon(0 32.419%,0 32.419%,.023% 26.832%,.09% 21.57%,.197% 16.711%,.34% 12.329%,.514% 8.501%,.716% 5.303%,.941% 2.81%,1.186% 1.098%,1.446% .243%,1.718% .321%,49.767% 99.519%,49.767% 99.519%,49.813% 99.606%,49.86% 99.673%,49.907% 99.721%,49.953% 99.749%,50% 99.759%,50.047% 99.749%,50.093% 99.721%,50.14% 99.673%,50.187% 99.606%,50.233% 99.519%,98.282% .321%,98.282% .321%,98.554% .243%,98.814% 1.098%,99.059% 2.81%,99.284% 5.303%,99.486% 8.501%,99.66% 12.329%,99.803% 16.71%,99.91% 21.569%,99.977% 26.83%,100% 32.418%,100% 1719.581%,100% 1719.581%,99.984% 1724.217%,99.937% 1728.666%,99.861% 1732.876%,99.759% 1736.797%,99.632% 1740.377%,99.483% 1743.566%,99.313% 1746.312%,99.125% 1748.565%,98.921% 1750.274%,98.702% 1751.387%,50.397% 1922.79%,50.397% 1922.79%,50.318% 1923.039%,50.239% 1923.232%,50.159% 1923.37%,50.08% 1923.452%,50% 1923.48%,49.92% 1923.452%,49.841% 1923.37%,49.761% 1923.232%,49.682% 1923.039%,49.603% 1922.79%,1.298% 1751.387%,1.298% 1751.387%,1.079% 1750.274%,.875% 1748.565%,.687% 1746.312%,.517% 1743.566%,.368% 1740.377%,.241% 1736.797%,.139% 1732.876%,.063% 1728.666%,.016% 1724.217%,0 1719.581%,0 32.419%)}.ilhhyY:before{width:15px}.gEHpdX:before{height:15px}.kEoMQM:before{border-radius:100%}.iPFFnf:before{transform:translate(calc(-50% - 1px),-50%)}.laiwmw svg{width:40px}.gxRtmz svg{height:40px}.hKMvrW svg{display:inline-block}.dGKYFo svg{width:8px}.kXAkqy svg{height:14px}.dwcDQR:after{background:hsla(95,76%,71%,.68)}.gOPggH:first-child{text-align:left}.fRoKqb:nth-child(2){text-align:right}.bqIgwN:after{height:128px}.jBrHdR:after{background:#ffc600 url(/images/home/description/stars-bg-1.png) repeat bottom}.bzbMXB:after{clip-path:polygon(0 -817.109%,0 -817.109%,.023% -819.816%,.09% -822.365%,.197% -824.718%,.34% -826.841%,.514% -828.695%,.716% -830.244%,.941% -831.451%,1.186% -832.281%,1.446% -832.695%,1.718% -832.657%,49.767% -784.609%,49.767% -784.609%,49.813% -784.567%,49.86% -784.534%,49.907% -784.511%,49.953% -784.497%,50% -784.493%,50.047% -784.497%,50.093% -784.511%,50.14% -784.534%,50.187% -784.567%,50.233% -784.609%,98.282% -832.657%,98.282% -832.657%,98.554% -832.695%,98.814% -832.281%,99.059% -831.451%,99.284% -830.244%,99.486% -828.695%,99.66% -826.841%,99.803% -824.719%,99.91% -822.365%,99.977% -819.817%,100% -817.11%,100% .109%,100% .109%,99.984% 2.355%,99.937% 4.51%,99.861% 6.549%,99.759% 8.448%,99.632% 10.183%,99.483% 11.727%,99.313% 13.058%,99.125% 14.149%,98.921% 14.976%,98.702% 15.516%,50.397% 98.539%,50.397% 98.539%,50.318% 98.659%,50.239% 98.753%,50.159% 98.82%,50.08% 98.86%,50% 98.873%,49.92% 98.86%,49.841% 98.82%,49.761% 98.753%,49.682% 98.659%,49.603% 98.539%,1.298% 15.516%,1.298% 15.516%,1.079% 14.976%,.875% 14.149%,.687% 13.058%,.517% 11.727%,.368% 10.183%,.241% 8.448%,.139% 6.549%,.063% 4.51%,.016% 2.355%,0 .109%,0 -817.109%);-webkit-clip-path:polygon(0 -817.109%,0 -817.109%,.023% -819.816%,.09% -822.365%,.197% -824.718%,.34% -826.841%,.514% -828.695%,.716% -830.244%,.941% -831.451%,1.186% -832.281%,1.446% -832.695%,1.718% -832.657%,49.767% -784.609%,49.767% -784.609%,49.813% -784.567%,49.86% -784.534%,49.907% -784.511%,49.953% -784.497%,50% -784.493%,50.047% -784.497%,50.093% -784.511%,50.14% -784.534%,50.187% -784.567%,50.233% -784.609%,98.282% -832.657%,98.282% -832.657%,98.554% -832.695%,98.814% -832.281%,99.059% -831.451%,99.284% -830.244%,99.486% -828.695%,99.66% -826.841%,99.803% -824.719%,99.91% -822.365%,99.977% -819.817%,100% -817.11%,100% .109%,100% .109%,99.984% 2.355%,99.937% 4.51%,99.861% 6.549%,99.759% 8.448%,99.632% 10.183%,99.483% 11.727%,99.313% 13.058%,99.125% 14.149%,98.921% 14.976%,98.702% 15.516%,50.397% 98.539%,50.397% 98.539%,50.318% 98.659%,50.239% 98.753%,50.159% 98.82%,50.08% 98.86%,50% 98.873%,49.92% 98.86%,49.841% 98.82%,49.761% 98.753%,49.682% 98.659%,49.603% 98.539%,1.298% 15.516%,1.298% 15.516%,1.079% 14.976%,.875% 14.149%,.687% 13.058%,.517% 11.727%,.368% 10.183%,.241% 8.448%,.139% 6.549%,.063% 4.51%,.016% 2.355%,0 .109%,0 -817.109%)}.ljDxFa:before{background:#056698 url(/images/home/description/stars-bg-2.png) repeat top}.cecfdz:after{background:#056698 url(/images/home/description/stars-bg-2.png) repeat bottom}.fnPAgo:after{background:#ffc600 url(/images/home/planets/arrow-down.svg) no-repeat top}.YbTMu:after{height:190px}.sumaQ:after{background:url(/images/home/planets/figure-top.png) no-repeat bottom/100% 100%}.loiIdL:before{height:190px}.gfUknb:before{background:url(/images/home/planets/figure-bot.png) no-repeat bottom/100% 100%}.btshih:nth-of-type(2),.fcYuHc:nth-of-type(3),.hLRmYm:first-of-type{grid-column:1/span 1}.gzVtg:nth-of-type(4){grid-column:2/span 1}.evhibK:nth-of-type(4){grid-row:2/span 1}.hXvKTo:nth-of-type(5){grid-column:3/span 1}.diiJZT:nth-of-type(5){grid-row:2/span 1}.feYdwU:nth-of-type(6){grid-column:4/span 1}.dbMPsI:nth-of-type(6){grid-row:2/span 1}.efIjgU:nth-of-type(7){grid-column:5/span 1}.bOOrqR:nth-of-type(7){grid-row:2/span 1}.jBmOVo:nth-of-type(8){grid-column:6/span 1}.eUvJfG:nth-of-type(8){grid-row:2/span 1}.gcMUWA:nth-of-type(9){grid-column:7/span 1}.dHxldP:nth-of-type(9){grid-row:2/span 1}.jbgHiD:nth-of-type(10){grid-column:8/span 1}.eLFdHP:nth-of-type(10){grid-row:2/span 1}.jcLMSD:nth-of-type(11){grid-column:9/span 1}.jlIGZW:nth-of-type(11){grid-row:2/span 1}.kXnThA:nth-of-type(12){grid-column:10/span 1}.jvFMEx:nth-of-type(12){grid-row:2/span 1}.gNDcTs:nth-of-type(13){grid-column:11/span 1}.cGnGxI:nth-of-type(13){grid-row:2/span 1}.fFUCTU:nth-of-type(14){grid-column:12/span 1}.gsHVLv:nth-of-type(14){grid-row:2/span 1}.bfQZBN:nth-of-type(15){grid-column:12/span 1}.bHhjbM:nth-of-type(15){grid-row:3/span 2}.boVbMk:nth-of-type(16){grid-column:10/span 1}.ggbWLL:nth-of-type(16){grid-row:3/span 2}.iCSccc:nth-of-type(17){grid-column:8/span 1}.LOZwa:nth-of-type(17){grid-row:3/span 2}.irYjAZ:nth-of-type(18){grid-column:6/span 1}.hoTpuN:nth-of-type(18){grid-row:3/span 2}.gtDQTe:nth-of-type(19){grid-column:4/span 1}.dpuyQE:nth-of-type(19){grid-row:3/span 2}.cyriPq:nth-of-type(20){grid-column:2/span 1}.gFVYni:nth-of-type(20){grid-row:3/span 2}.RZbAU:nth-of-type(21){grid-column:1/span 1}.cLpPjg:nth-of-type(21){grid-row:4/span 2}.bhmbqq:nth-of-type(22){grid-column:4/span 1}.jnhNhn:nth-of-type(22){grid-row:4/span 2}.dlHPLU:nth-of-type(23){grid-column:7/span 1}.cYWuoq:nth-of-type(23){grid-row:4/span 2}.fnXlDF:nth-of-type(24){grid-column:10/span 1}.hsypYx:nth-of-type(24){grid-row:4/span 2}.dJHGaW:nth-of-type(25){grid-column:12/span 1}.hAupgN:nth-of-type(25){grid-row:5/span 2}.gGFfje:nth-of-type(26){grid-column:8/span 1}.eKsBW:nth-of-type(26){grid-row:5/span 2}.hdTbNP:nth-of-type(27){grid-column:4/span 1}.dZsuVb:nth-of-type(27){grid-row:5/span 2}.kvwbuV:nth-of-type(28){grid-column:1/span 1}.eVOQWb:nth-of-type(28){grid-row:6/span 2}.hKLxgG:nth-of-type(29){grid-column:7/span 1}.iHAHTS:nth-of-type(29){grid-row:6/span 2}.dszUsm:nth-of-type(30){grid-column:12/span 1}.cBbZQW:nth-of-type(30){grid-row:7/span 3}.fjlqbg\! span{opacity:0!important}.jBBXEh\!:before,.kMApNP\! span{background:#000!important}.gZLsie img{position:relative}.jZwODr img{z-index:3}.jLOHuJ img{aspect-ratio:64/64}.eRczWm img{max-width:74.42%}.dBteLa span{width:50%}.cwvIjh span{height:50%}.kgnsZM span{background:#04537b}.lokEok span{color:#a9e0fd}.gHReiB span{z-index:2}.gYuhRP:after{background:#04537b}.hYJsAP p{color:#b0dbf2}.loTXPW img{max-height:unset}.cpwiSa span{width:100%}.hwxFXj:after{height:90px}.cbGjiW:after{background:#056698 url(/images/home/description/stars-bg-3.png) repeat top}.fbHxNz:after{background:#056698 url(/images/home/resources/arrow-down-white.svg) no-repeat top}.brLtcp:after{width:calc(100% - 26%)}.eLKUWV:after{max-height:435px}.gnQTIG:after{background:url(/images/home/resources/bg-item.png) no-repeat top/contain}.hvgNVt:before{height:143px}.eTHJmq:before{background:#3e7a12 url(/images/home/resources/bg-dots.png) repeat top}.jbfHcE:before{clip-path:polygon(100% 835.938%,100% 835.938%,99.995% 836.571%,99.98% 837.172%,99.956% 837.732%,99.925% 838.244%,99.886% 838.699%,99.84% 839.09%,99.789% 839.408%,99.733% 839.645%,99.673% 839.793%,99.609% 839.844%,.391% 839.844%,.391% 839.844%,.327% 839.793%,.267% 839.645%,.211% 839.408%,.16% 839.09%,.114% 838.699%,.075% 838.244%,.044% 837.732%,.02% 837.172%,.005% 836.571%,0 835.938%,0 99.202%,0 99.202%,.004% 98.495%,.015% 97.807%,.034% 97.143%,.06% 96.508%,.093% 95.908%,.132% 95.349%,.177% 94.835%,.228% 94.372%,.284% 93.966%,.346% 93.622%,.346% 93.622%,3.408% 79.739%,6.861% 66.09%,10.717% 52.962%,14.987% 40.647%,19.684% 29.432%,24.821% 19.607%,30.409% 11.462%,36.46% 5.286%,42.986% 1.369%,50% -.002%,50% -.002%,56.992% 1.37%,63.457% 5.29%,69.424% 11.471%,74.921% 19.621%,79.977% 29.452%,84.621% 40.673%,88.879% 52.996%,92.782% 66.13%,96.357% 79.786%,99.633% 93.674%,99.633% 93.674%,99.698% 94.01%,99.757% 94.413%,99.811% 94.877%,99.859% 95.398%,99.901% 95.968%,99.936% 96.582%,99.963% 97.235%,99.983% 97.919%,99.996% 98.629%,100% 99.36%,100% 835.938%);-webkit-clip-path:polygon(100% 835.938%,100% 835.938%,99.995% 836.571%,99.98% 837.172%,99.956% 837.732%,99.925% 838.244%,99.886% 838.699%,99.84% 839.09%,99.789% 839.408%,99.733% 839.645%,99.673% 839.793%,99.609% 839.844%,.391% 839.844%,.391% 839.844%,.327% 839.793%,.267% 839.645%,.211% 839.408%,.16% 839.09%,.114% 838.699%,.075% 838.244%,.044% 837.732%,.02% 837.172%,.005% 836.571%,0 835.938%,0 99.202%,0 99.202%,.004% 98.495%,.015% 97.807%,.034% 97.143%,.06% 96.508%,.093% 95.908%,.132% 95.349%,.177% 94.835%,.228% 94.372%,.284% 93.966%,.346% 93.622%,.346% 93.622%,3.408% 79.739%,6.861% 66.09%,10.717% 52.962%,14.987% 40.647%,19.684% 29.432%,24.821% 19.607%,30.409% 11.462%,36.46% 5.286%,42.986% 1.369%,50% -.002%,50% -.002%,56.992% 1.37%,63.457% 5.29%,69.424% 11.471%,74.921% 19.621%,79.977% 29.452%,84.621% 40.673%,88.879% 52.996%,92.782% 66.13%,96.357% 79.786%,99.633% 93.674%,99.633% 93.674%,99.698% 94.01%,99.757% 94.413%,99.811% 94.877%,99.859% 95.398%,99.901% 95.968%,99.936% 96.582%,99.963% 97.235%,99.983% 97.919%,99.996% 98.629%,100% 99.36%,100% 835.938%)}.ccTdc h5{max-width:70%}.dMrHuQ h5{color:#aded7e}.eXZbsj img{aspect-ratio:85/78}.ddmqCN img{max-width:85px}.cGRilG:after{width:43px}.gVjzVh:after{height:52px}.biTDmQ h6{gap:5px}.bXkKIL h6{color:#d1ffaf}.hYjIjU h6{width:100%}.yasHZ p{color:#aded7e}.ixCZRB:first-of-type{background:url(/images/home/resources/banner-bg-1.png) no-repeat top/100% 100%}.Xkads:first-of-type{border-top-left-radius:5px;border-top-right-radius:5px}.henhjJ:nth-of-type(2){background:url(/images/home/resources/banner-bg-2.png) no-repeat top/100% 100%}.jNRQXh:nth-of-type(2){border-bottom-left-radius:5px;border-bottom-right-radius:5px}.fwHgDC img{min-width:40px}.jYsKAR p{display:grid}.cYZOSi:after{background:#3e7a12 url(/images/home/resources/arrow-down.svg) no-repeat top}.HpSUj:not(:last-child){border-right:1px solid #353238}.haqXDL:after{background:hsla(0,0%,69%,.2)}.geOUDs span{padding:2px 8px}.ICTIu span{border-radius:4px}.gKPjD:not(:last-child){position:relative}.bgFbch span{color:#b0b0b0}.kfIdUi p:first-child{border-right:1px solid hsla(0,0%,100%,.16)}.jqKDlh b{color:#def777}[data-profit=true] .fuJFIX{color:#20fc09}[data-profit=true] .bVzdJp{fill:#20fc09}[data-profit=false] .ckQUvZ{fill:#b8203b}[data-profit=false] .exNFfo{transform:scaleY(-1)}.ikjHgT:after{border-top:7px solid transparent}.jNmUUR:after{border-bottom:7px solid transparent}.bSWJtk:after{border-left:7px solid #eb329a}.gFKKti:after{border-right:7px solid #acde3b}.jTVdCu b{display:inline-block}.huUEbx b{text-align:center}.eGEfcB b{color:rgba(0,0,0,.9)}.bPOCwT b{background:#918b95}.cxuiaG b{width:20px}.fXPxXB b{height:20px}.fJxDMi b{background:#e2d800}.ebRjLv:last-of-type{width:var(--sizes-0)}.bLwMME>*{padding-inline:20px}.vutev>:not(:first-child){border-top:1px solid hsla(0,0%,100%,.1)}.beGHLB:nth-of-type(2n){background:rgba(19,18,24,.7)}.eYNYOA:nth-of-type(odd){background:rgba(32,31,40,.5)}.fqQRbN span{position:relative}.gbqhWC span{width:22px}.wwWoB span{height:22px}[data-level="1"] .tlsnc{border-left:3px solid #def777}[data-level="2"] .clksTT{border-left:3px solid #baffaf}[data-level="3"] .dUbKlu{border-left:3px solid #8dd9fc}[data-level="4"] .kcLyAM{border-left:3px solid #9e98ff}[data-level="5"] .cJVWBL{border-left:3px solid #ff62b5}.kMeotk h4{color:hsla(240,8%,65%,.7)}.dkhQrn span{color:#f8f477}.jtLZwx svg{transition:all .3s ease}[data-level="2"] .doOzNd{background:#baffaf}[data-level="3"] .iZPPDQ{background:#8dd9fc}[data-level="4"] .jsKwqa{background:#9e98ff}[data-level="5"] .jTuWFJ{background:#ff62b5}.kUmbLZ>*{display:flex}.bSdkWX>*{height:50px}.iZXUSO\!>*{padding:10px 20px!important}.eheySL:after{background:#36c122}[data-resource=stone] .fTzlpC{color:#f7dc00}[data-resource=water] .hPaWbI{color:#2fc9ff}[data-resource=gas] .eCKFWb{color:#2e9f32}.DYTNw p{color:#f5f776}.PckOD i{z-index:1}.bwrpww:disabled{opacity:.3}.jGeBct:disabled{cursor:default}.frVfDt svg{fill:#ff005c}.dSdoTN:after{max-height:240px}.jbKuoT:after{border-top-left-radius:3px;border-top-right-radius:3px}.jcrEsO:after{background:linear-gradient(180deg,rgba(32,62,107,.5),transparent)}.jFFaze:not(:last-child){border-right:1px solid hsla(206,6%,50%,.3)}.iIOlFi input{width:200px}.esBLkR img{width:77px}.iWzxGw p{opacity:0}.hWqqKP h3{color:#f5f776}.kgkqsK h3{text-transform:capitalize}.bzemZJ h5{color:#ffb7c5}.bMAkEE span{color:#acfc8d}.befHQQ svg{width:55px}.miEcZ svg{height:60px}.jonSCB span{color:#4ad0dc}.kpqLsf p{color:#f8f477}.duPcOj>:not(:first-child){grid-row:2/span 1}.hZBUuk span{color:#ff1b51}.huIKuW img{width:21px}.loDBKa p{color:#f7f36c}.hsTLSG img{width:12px}.cAPUJd img{height:12px}.iQcYWH::-webkit-scrollbar-track{background:linear-gradient(180deg,transparent calc(50% - .5px),hsla(95,76%,71%,.35) calc(50% - .5px),hsla(95,76%,71%,.35) calc(50% + .5px),transparent calc(50% + .5px))}.fMvuQz::-webkit-scrollbar-thumb{background:#aded7e}.bIyVHk::-webkit-scrollbar-thumb{border-radius:4px}.fFEHao img{min-width:930px}.ddQghB li{gap:12px}.kTbzaw p{color:#c4c4c4}.jiYUsD:after{background:linear-gradient(180deg,#f2cd00,rgba(242,205,0,.4))}.cRILrN svg{height:6px}.hfOYFZ svg{fill:#20fc09}.gWWDRy p{color:#9bd96e}.dbNEw\! .swiper{overflow:unset!important}.cBTEWy\! .swiper{width:100%!important}.CwlTD\! .swiper-pagination-bullet{background:#fff!important}.cZKNVc p{color:#9ec5da}.cWWRgr p{max-width:220px}.cndEQd img{aspect-ratio:176/190}.iADXbq img{max-width:65%}.laGWlg:first-of-type{z-index:1}.jeDkHo:after{height:42px}.bLpixV:after{background:#ffc600 url(/images/home/description/stars-bg-1.png) no-repeat bottom}.hikfaQ:after{clip-path:polygon(100% -500%,0 -500%,0 87.5%,0 87.5%,.005% 89.527%,.02% 91.45%,.044% 93.243%,.075% 94.881%,.114% 96.338%,.16% 97.587%,.211% 98.604%,.267% 99.362%,.327% 99.836%,.391% 100%,10.313% 100%,10.313% 100%,10.376% 99.836%,10.436% 99.362%,10.492% 98.604%,10.543% 97.587%,10.589% 96.338%,10.628% 94.881%,10.66% 93.243%,10.683% 91.45%,10.698% 89.527%,10.703% 87.5%,10.703% 55%,10.703% 55%,10.724% 46.89%,10.783% 39.196%,10.878% 32.022%,11.005% 25.47%,11.161% 19.644%,11.343% 14.647%,11.548% 10.581%,11.772% 7.549%,12.012% 5.654%,12.266% 5%,28.672% 5%,28.672% 5%,28.925% 5.654%,29.166% 7.549%,29.39% 10.581%,29.595% 14.647%,29.777% 19.644%,29.933% 25.47%,30.06% 32.022%,30.155% 39.196%,30.214% 46.89%,30.234% 55%,30.234% 87.5%,30.234% 87.5%,30.239% 89.527%,30.254% 91.45%,30.278% 93.243%,30.31% 94.881%,30.349% 96.338%,30.394% 97.587%,30.446% 98.604%,30.502% 99.362%,30.562% 99.836%,30.625% 100%,39.844% 100%,39.844% 100%,39.907% 99.836%,39.967% 99.362%,40.023% 98.604%,40.074% 97.587%,40.12% 96.338%,40.159% 94.881%,40.191% 93.243%,40.214% 91.45%,40.229% 89.527%,40.234% 87.5%,40.234% 55%,40.234% 55%,40.255% 46.89%,40.314% 39.196%,40.409% 32.022%,40.536% 25.47%,40.692% 19.644%,40.874% 14.647%,41.079% 10.581%,41.303% 7.549%,41.543% 5.654%,41.797% 5%,58.203% 5%,58.203% 5%,58.457% 5.654%,58.697% 7.549%,58.921% 10.581%,59.126% 14.647%,59.308% 19.644%,59.464% 25.47%,59.591% 32.022%,59.686% 39.196%,59.745% 46.89%,59.766% 55%,59.766% 87.5%,59.766% 87.5%,59.771% 89.527%,59.786% 91.45%,59.809% 93.243%,59.841% 94.881%,59.88% 96.338%,59.926% 97.587%,59.977% 98.604%,60.033% 99.362%,60.093% 99.836%,60.156% 100%,69.375% 100%,69.375% 100%,69.438% 99.836%,69.498% 99.362%,69.554% 98.604%,69.606% 97.587%,69.651% 96.338%,69.69% 94.881%,69.722% 93.243%,69.746% 91.45%,69.761% 89.527%,69.766% 87.5%,69.766% 55%,69.766% 55%,69.786% 46.89%,69.845% 39.196%,69.94% 32.022%,70.067% 25.47%,70.223% 19.644%,70.405% 14.647%,70.61% 10.581%,70.834% 7.549%,71.075% 5.654%,71.328% 5%,87.734% 5%,87.734% 5%,87.988% 5.654%,88.228% 7.549%,88.453% 10.581%,88.657% 14.647%,88.839% 19.644%,88.996% 25.47%,89.123% 32.022%,89.217% 39.196%,89.276% 46.89%,89.297% 55%,89.297% 87.5%,89.297% 87.5%,89.302% 89.527%,89.317% 91.451%,89.34% 93.244%,89.372% 94.882%,89.411% 96.338%,89.457% 97.588%,89.508% 98.605%,89.564% 99.363%,89.624% 99.836%,89.688% 100%,99.609% 100%,99.609% 100%,99.673% 99.836%,99.733% 99.363%,99.789% 98.605%,99.84% 97.588%,99.886% 96.338%,99.925% 94.882%,99.956% 93.244%,99.98% 91.451%,99.995% 89.527%,100% 87.5%,100% -500%);-webkit-clip-path:polygon(100% -500%,0 -500%,0 87.5%,0 87.5%,.005% 89.527%,.02% 91.45%,.044% 93.243%,.075% 94.881%,.114% 96.338%,.16% 97.587%,.211% 98.604%,.267% 99.362%,.327% 99.836%,.391% 100%,10.313% 100%,10.313% 100%,10.376% 99.836%,10.436% 99.362%,10.492% 98.604%,10.543% 97.587%,10.589% 96.338%,10.628% 94.881%,10.66% 93.243%,10.683% 91.45%,10.698% 89.527%,10.703% 87.5%,10.703% 55%,10.703% 55%,10.724% 46.89%,10.783% 39.196%,10.878% 32.022%,11.005% 25.47%,11.161% 19.644%,11.343% 14.647%,11.548% 10.581%,11.772% 7.549%,12.012% 5.654%,12.266% 5%,28.672% 5%,28.672% 5%,28.925% 5.654%,29.166% 7.549%,29.39% 10.581%,29.595% 14.647%,29.777% 19.644%,29.933% 25.47%,30.06% 32.022%,30.155% 39.196%,30.214% 46.89%,30.234% 55%,30.234% 87.5%,30.234% 87.5%,30.239% 89.527%,30.254% 91.45%,30.278% 93.243%,30.31% 94.881%,30.349% 96.338%,30.394% 97.587%,30.446% 98.604%,30.502% 99.362%,30.562% 99.836%,30.625% 100%,39.844% 100%,39.844% 100%,39.907% 99.836%,39.967% 99.362%,40.023% 98.604%,40.074% 97.587%,40.12% 96.338%,40.159% 94.881%,40.191% 93.243%,40.214% 91.45%,40.229% 89.527%,40.234% 87.5%,40.234% 55%,40.234% 55%,40.255% 46.89%,40.314% 39.196%,40.409% 32.022%,40.536% 25.47%,40.692% 19.644%,40.874% 14.647%,41.079% 10.581%,41.303% 7.549%,41.543% 5.654%,41.797% 5%,58.203% 5%,58.203% 5%,58.457% 5.654%,58.697% 7.549%,58.921% 10.581%,59.126% 14.647%,59.308% 19.644%,59.464% 25.47%,59.591% 32.022%,59.686% 39.196%,59.745% 46.89%,59.766% 55%,59.766% 87.5%,59.766% 87.5%,59.771% 89.527%,59.786% 91.45%,59.809% 93.243%,59.841% 94.881%,59.88% 96.338%,59.926% 97.587%,59.977% 98.604%,60.033% 99.362%,60.093% 99.836%,60.156% 100%,69.375% 100%,69.375% 100%,69.438% 99.836%,69.498% 99.362%,69.554% 98.604%,69.606% 97.587%,69.651% 96.338%,69.69% 94.881%,69.722% 93.243%,69.746% 91.45%,69.761% 89.527%,69.766% 87.5%,69.766% 55%,69.766% 55%,69.786% 46.89%,69.845% 39.196%,69.94% 32.022%,70.067% 25.47%,70.223% 19.644%,70.405% 14.647%,70.61% 10.581%,70.834% 7.549%,71.075% 5.654%,71.328% 5%,87.734% 5%,87.734% 5%,87.988% 5.654%,88.228% 7.549%,88.453% 10.581%,88.657% 14.647%,88.839% 19.644%,88.996% 25.47%,89.123% 32.022%,89.217% 39.196%,89.276% 46.89%,89.297% 55%,89.297% 87.5%,89.297% 87.5%,89.302% 89.527%,89.317% 91.451%,89.34% 93.244%,89.372% 94.882%,89.411% 96.338%,89.457% 97.588%,89.508% 98.605%,89.564% 99.363%,89.624% 99.836%,89.688% 100%,99.609% 100%,99.609% 100%,99.673% 99.836%,99.733% 99.363%,99.789% 98.605%,99.84% 97.588%,99.886% 96.338%,99.925% 94.882%,99.956% 93.244%,99.98% 91.451%,99.995% 89.527%,100% 87.5%,100% -500%)}.fVJEMp\! .swiper-pagination-bullet{background:#000!important}.zomKS img{aspect-ratio:.9016393442622951}.etySQI img{max-width:220px}.cVeHEt a{padding-block:15px}.hLLeRL::-webkit-scrollbar{background:rgba(0,0,0,.4)}.bQWpcV::-webkit-scrollbar{border:2px solid #ffc600}.fFDtfp::-webkit-scrollbar-thumb:horizontal{background:#000}.zutsW:after{background:url(/images/home/description/steps-bg.png) no-repeat bottom}.dLTwoA:after{height:170px}.iyjCks:after{height:120%}.eiyYbg:after{background:url(/images/home/description/pumplyx-bg.png) no-repeat 50%/cover}.jZARhh:after{height:70px}.butxOK:after{clip-path:polygon(.653% 99.443%,.653% 99.443%,.548% 99.368%,.449% 98.98%,.355% 98.305%,.27% 97.368%,.193% 96.194%,.127% 94.811%,.074% 93.243%,.034% 91.516%,.009% 89.656%,0 87.69%,0 -286.766%,0 -286.766%,.005% -287.958%,.02% -289.089%,.044% -290.144%,.075% -291.108%,.114% -291.965%,.16% -292.7%,.211% -293.298%,.267% -293.744%,.327% -294.023%,.391% -294.119%,10.313% -294.119%,10.313% -294.119%,10.376% -294.023%,10.436% -293.744%,10.492% -293.298%,10.543% -292.7%,10.589% -291.965%,10.628% -291.108%,10.66% -290.144%,10.683% -289.089%,10.698% -287.958%,10.703% -286.766%,10.703% -267.649%,10.703% -267.649%,10.724% -262.878%,10.783% -258.352%,10.878% -254.132%,11.005% -250.278%,11.161% -246.851%,11.343% -243.911%,11.548% -241.52%,11.772% -239.736%,12.012% -238.622%,12.266% -238.237%,28.672% -238.237%,28.672% -238.237%,28.925% -238.622%,29.166% -239.736%,29.39% -241.52%,29.595% -243.911%,29.777% -246.851%,29.933% -250.278%,30.06% -254.132%,30.155% -258.352%,30.214% -262.878%,30.234% -267.649%,30.234% -286.766%,30.234% -286.766%,30.239% -287.958%,30.254% -289.089%,30.278% -290.144%,30.31% -291.108%,30.349% -291.965%,30.394% -292.7%,30.446% -293.298%,30.502% -293.744%,30.562% -294.023%,30.625% -294.119%,39.844% -294.119%,39.844% -294.119%,39.907% -294.023%,39.967% -293.744%,40.023% -293.298%,40.074% -292.7%,40.12% -291.965%,40.159% -291.108%,40.191% -290.144%,40.214% -289.089%,40.229% -287.958%,40.234% -286.766%,40.234% -267.649%,40.234% -267.649%,40.255% -262.878%,40.314% -258.352%,40.409% -254.132%,40.536% -250.278%,40.692% -246.851%,40.874% -243.911%,41.079% -241.52%,41.303% -239.736%,41.543% -238.622%,41.797% -238.237%,58.203% -238.237%,58.203% -238.237%,58.457% -238.622%,58.697% -239.736%,58.921% -241.52%,59.126% -243.911%,59.308% -246.851%,59.464% -250.278%,59.591% -254.132%,59.686% -258.352%,59.745% -262.878%,59.766% -267.649%,59.766% -286.766%,59.766% -286.766%,59.771% -287.958%,59.786% -289.089%,59.809% -290.144%,59.841% -291.108%,59.88% -291.965%,59.926% -292.7%,59.977% -293.298%,60.033% -293.744%,60.093% -294.023%,60.156% -294.119%,69.375% -294.119%,69.375% -294.119%,69.438% -294.023%,69.498% -293.744%,69.554% -293.298%,69.606% -292.7%,69.651% -291.965%,69.69% -291.108%,69.722% -290.144%,69.746% -289.089%,69.761% -287.958%,69.766% -286.766%,69.766% -267.649%,69.766% -267.649%,69.786% -262.878%,69.845% -258.352%,69.94% -254.132%,70.067% -250.278%,70.223% -246.851%,70.405% -243.911%,70.61% -241.52%,70.834% -239.736%,71.075% -238.622%,71.328% -238.237%,87.734% -238.237%,87.734% -238.237%,87.988% -238.622%,88.228% -239.736%,88.453% -241.52%,88.657% -243.911%,88.839% -246.851%,88.996% -250.278%,89.123% -254.132%,89.217% -258.352%,89.276% -262.878%,89.297% -267.649%,89.297% -286.766%,89.297% -286.766%,89.302% -287.958%,89.317% -289.089%,89.34% -290.144%,89.372% -291.108%,89.411% -291.965%,89.457% -292.7%,89.508% -293.298%,89.564% -293.744%,89.624% -294.023%,89.688% -294.119%,99.609% -294.119%,99.609% -294.119%,99.673% -294.023%,99.733% -293.744%,99.789% -293.298%,99.84% -292.7%,99.886% -291.965%,99.925% -291.108%,99.956% -290.144%,99.98% -289.089%,99.995% -287.958%,100% -286.766%,100% 3.462%,100% 3.462%,99.992% 5.312%,99.97% 7.073%,99.934% 8.722%,99.886% 10.236%,99.827% 11.592%,99.757% 12.768%,99.679% 13.741%,99.593% 14.488%,99.501% 14.987%,99.403% 15.215%,.653% 99.443%);-webkit-clip-path:polygon(.653% 99.443%,.653% 99.443%,.548% 99.368%,.449% 98.98%,.355% 98.305%,.27% 97.368%,.193% 96.194%,.127% 94.811%,.074% 93.243%,.034% 91.516%,.009% 89.656%,0 87.69%,0 -286.766%,0 -286.766%,.005% -287.958%,.02% -289.089%,.044% -290.144%,.075% -291.108%,.114% -291.965%,.16% -292.7%,.211% -293.298%,.267% -293.744%,.327% -294.023%,.391% -294.119%,10.313% -294.119%,10.313% -294.119%,10.376% -294.023%,10.436% -293.744%,10.492% -293.298%,10.543% -292.7%,10.589% -291.965%,10.628% -291.108%,10.66% -290.144%,10.683% -289.089%,10.698% -287.958%,10.703% -286.766%,10.703% -267.649%,10.703% -267.649%,10.724% -262.878%,10.783% -258.352%,10.878% -254.132%,11.005% -250.278%,11.161% -246.851%,11.343% -243.911%,11.548% -241.52%,11.772% -239.736%,12.012% -238.622%,12.266% -238.237%,28.672% -238.237%,28.672% -238.237%,28.925% -238.622%,29.166% -239.736%,29.39% -241.52%,29.595% -243.911%,29.777% -246.851%,29.933% -250.278%,30.06% -254.132%,30.155% -258.352%,30.214% -262.878%,30.234% -267.649%,30.234% -286.766%,30.234% -286.766%,30.239% -287.958%,30.254% -289.089%,30.278% -290.144%,30.31% -291.108%,30.349% -291.965%,30.394% -292.7%,30.446% -293.298%,30.502% -293.744%,30.562% -294.023%,30.625% -294.119%,39.844% -294.119%,39.844% -294.119%,39.907% -294.023%,39.967% -293.744%,40.023% -293.298%,40.074% -292.7%,40.12% -291.965%,40.159% -291.108%,40.191% -290.144%,40.214% -289.089%,40.229% -287.958%,40.234% -286.766%,40.234% -267.649%,40.234% -267.649%,40.255% -262.878%,40.314% -258.352%,40.409% -254.132%,40.536% -250.278%,40.692% -246.851%,40.874% -243.911%,41.079% -241.52%,41.303% -239.736%,41.543% -238.622%,41.797% -238.237%,58.203% -238.237%,58.203% -238.237%,58.457% -238.622%,58.697% -239.736%,58.921% -241.52%,59.126% -243.911%,59.308% -246.851%,59.464% -250.278%,59.591% -254.132%,59.686% -258.352%,59.745% -262.878%,59.766% -267.649%,59.766% -286.766%,59.766% -286.766%,59.771% -287.958%,59.786% -289.089%,59.809% -290.144%,59.841% -291.108%,59.88% -291.965%,59.926% -292.7%,59.977% -293.298%,60.033% -293.744%,60.093% -294.023%,60.156% -294.119%,69.375% -294.119%,69.375% -294.119%,69.438% -294.023%,69.498% -293.744%,69.554% -293.298%,69.606% -292.7%,69.651% -291.965%,69.69% -291.108%,69.722% -290.144%,69.746% -289.089%,69.761% -287.958%,69.766% -286.766%,69.766% -267.649%,69.766% -267.649%,69.786% -262.878%,69.845% -258.352%,69.94% -254.132%,70.067% -250.278%,70.223% -246.851%,70.405% -243.911%,70.61% -241.52%,70.834% -239.736%,71.075% -238.622%,71.328% -238.237%,87.734% -238.237%,87.734% -238.237%,87.988% -238.622%,88.228% -239.736%,88.453% -241.52%,88.657% -243.911%,88.839% -246.851%,88.996% -250.278%,89.123% -254.132%,89.217% -258.352%,89.276% -262.878%,89.297% -267.649%,89.297% -286.766%,89.297% -286.766%,89.302% -287.958%,89.317% -289.089%,89.34% -290.144%,89.372% -291.108%,89.411% -291.965%,89.457% -292.7%,89.508% -293.298%,89.564% -293.744%,89.624% -294.023%,89.688% -294.119%,99.609% -294.119%,99.609% -294.119%,99.673% -294.023%,99.733% -293.744%,99.789% -293.298%,99.84% -292.7%,99.886% -291.965%,99.925% -291.108%,99.956% -290.144%,99.98% -289.089%,99.995% -287.958%,100% -286.766%,100% 3.462%,100% 3.462%,99.992% 5.312%,99.97% 7.073%,99.934% 8.722%,99.886% 10.236%,99.827% 11.592%,99.757% 12.768%,99.679% 13.741%,99.593% 14.488%,99.501% 14.987%,99.403% 15.215%,.653% 99.443%)}.dUguXR:before{height:42px}.boROLc:before{background:#ffc600 url(/images/home/description/stars-bg-1.png) no-repeat bottom}.cmAqv:before{clip-path:polygon(.653% 669.053%,.653% 669.053%,.548% 668.926%,.449% 668.267%,.355% 667.119%,.27% 665.525%,.193% 663.531%,.127% 661.179%,.074% 658.513%,.034% 655.577%,.009% 652.416%,0 649.073%,0 12.498%,0 12.498%,.005% 10.471%,.02% 8.548%,.044% 6.755%,.075% 5.117%,.114% 3.66%,.16% 2.41%,.211% 1.393%,.267% .635%,.327% .161%,.391% -.003%,10.313% -.003%,10.313% -.003%,10.376% .161%,10.436% .635%,10.492% 1.393%,10.543% 2.41%,10.589% 3.66%,10.628% 5.117%,10.66% 6.755%,10.683% 8.548%,10.698% 10.471%,10.703% 12.498%,10.703% 44.998%,10.703% 44.998%,10.724% 53.108%,10.783% 60.802%,10.878% 67.976%,11.005% 74.527%,11.161% 80.353%,11.343% 85.351%,11.548% 89.417%,11.772% 92.449%,12.012% 94.343%,12.266% 94.998%,28.672% 94.998%,28.672% 94.998%,28.925% 94.343%,29.166% 92.449%,29.39% 89.417%,29.595% 85.351%,29.777% 80.353%,29.933% 74.527%,30.06% 67.976%,30.155% 60.802%,30.214% 53.108%,30.234% 44.998%,30.234% 12.5%,30.234% 12.5%,30.239% 10.473%,30.254% 8.55%,30.278% 6.757%,30.31% 5.119%,30.349% 3.663%,30.394% 2.413%,30.446% 1.396%,30.502% .638%,30.562% .164%,30.625% 0,39.844% 0,39.844% 0,39.907% .164%,39.967% .638%,40.023% 1.396%,40.074% 2.413%,40.12% 3.663%,40.159% 5.119%,40.191% 6.757%,40.214% 8.55%,40.229% 10.473%,40.234% 12.5%,40.234% 45%,40.234% 45%,40.255% 53.11%,40.314% 60.804%,40.409% 67.978%,40.536% 74.53%,40.692% 80.356%,40.874% 85.353%,41.079% 89.419%,41.303% 92.451%,41.543% 94.346%,41.797% 95%,58.203% 95%,58.203% 95%,58.457% 94.346%,58.697% 92.451%,58.921% 89.419%,59.126% 85.353%,59.308% 80.356%,59.464% 74.53%,59.591% 67.978%,59.686% 60.804%,59.745% 53.11%,59.766% 45%,59.766% 12.5%,59.766% 12.5%,59.771% 10.473%,59.786% 8.55%,59.809% 6.757%,59.841% 5.119%,59.88% 3.663%,59.926% 2.413%,59.977% 1.396%,60.033% .638%,60.093% .164%,60.156% 0,69.375% 0,69.375% 0,69.438% .164%,69.498% .638%,69.554% 1.396%,69.606% 2.413%,69.651% 3.663%,69.69% 5.119%,69.722% 6.757%,69.746% 8.55%,69.761% 10.473%,69.766% 12.5%,69.766% 45%,69.766% 45%,69.786% 53.11%,69.845% 60.804%,69.94% 67.978%,70.067% 74.53%,70.223% 80.356%,70.405% 85.353%,70.61% 89.419%,70.834% 92.451%,71.075% 94.346%,71.328% 95%,87.734% 95%,87.734% 95%,87.988% 94.346%,88.228% 92.451%,88.453% 89.419%,88.657% 85.353%,88.839% 80.356%,88.996% 74.53%,89.123% 67.978%,89.217% 60.804%,89.276% 53.11%,89.297% 45%,89.297% 12.5%,89.297% 12.5%,89.302% 10.473%,89.317% 8.55%,89.34% 6.757%,89.372% 5.119%,89.411% 3.663%,89.457% 2.413%,89.508% 1.396%,89.564% .638%,89.624% .164%,89.688% 0,99.609% 0,99.609% 0,99.673% .164%,99.733% .638%,99.789% 1.396%,99.84% 2.413%,99.886% 3.663%,99.925% 5.119%,99.956% 6.757%,99.98% 8.55%,99.995% 10.473%,100% 12.5%,100% 505.888%,100% 505.888%,99.992% 509.033%,99.97% 512.027%,99.934% 514.83%,99.886% 517.404%,99.827% 519.709%,99.757% 521.708%,99.679% 523.362%,99.593% 524.632%,99.501% 525.48%,99.403% 525.868%,.653% 669.053%);-webkit-clip-path:polygon(.653% 669.053%,.653% 669.053%,.548% 668.926%,.449% 668.267%,.355% 667.119%,.27% 665.525%,.193% 663.531%,.127% 661.179%,.074% 658.513%,.034% 655.577%,.009% 652.416%,0 649.073%,0 12.498%,0 12.498%,.005% 10.471%,.02% 8.548%,.044% 6.755%,.075% 5.117%,.114% 3.66%,.16% 2.41%,.211% 1.393%,.267% .635%,.327% .161%,.391% -.003%,10.313% -.003%,10.313% -.003%,10.376% .161%,10.436% .635%,10.492% 1.393%,10.543% 2.41%,10.589% 3.66%,10.628% 5.117%,10.66% 6.755%,10.683% 8.548%,10.698% 10.471%,10.703% 12.498%,10.703% 44.998%,10.703% 44.998%,10.724% 53.108%,10.783% 60.802%,10.878% 67.976%,11.005% 74.527%,11.161% 80.353%,11.343% 85.351%,11.548% 89.417%,11.772% 92.449%,12.012% 94.343%,12.266% 94.998%,28.672% 94.998%,28.672% 94.998%,28.925% 94.343%,29.166% 92.449%,29.39% 89.417%,29.595% 85.351%,29.777% 80.353%,29.933% 74.527%,30.06% 67.976%,30.155% 60.802%,30.214% 53.108%,30.234% 44.998%,30.234% 12.5%,30.234% 12.5%,30.239% 10.473%,30.254% 8.55%,30.278% 6.757%,30.31% 5.119%,30.349% 3.663%,30.394% 2.413%,30.446% 1.396%,30.502% .638%,30.562% .164%,30.625% 0,39.844% 0,39.844% 0,39.907% .164%,39.967% .638%,40.023% 1.396%,40.074% 2.413%,40.12% 3.663%,40.159% 5.119%,40.191% 6.757%,40.214% 8.55%,40.229% 10.473%,40.234% 12.5%,40.234% 45%,40.234% 45%,40.255% 53.11%,40.314% 60.804%,40.409% 67.978%,40.536% 74.53%,40.692% 80.356%,40.874% 85.353%,41.079% 89.419%,41.303% 92.451%,41.543% 94.346%,41.797% 95%,58.203% 95%,58.203% 95%,58.457% 94.346%,58.697% 92.451%,58.921% 89.419%,59.126% 85.353%,59.308% 80.356%,59.464% 74.53%,59.591% 67.978%,59.686% 60.804%,59.745% 53.11%,59.766% 45%,59.766% 12.5%,59.766% 12.5%,59.771% 10.473%,59.786% 8.55%,59.809% 6.757%,59.841% 5.119%,59.88% 3.663%,59.926% 2.413%,59.977% 1.396%,60.033% .638%,60.093% .164%,60.156% 0,69.375% 0,69.375% 0,69.438% .164%,69.498% .638%,69.554% 1.396%,69.606% 2.413%,69.651% 3.663%,69.69% 5.119%,69.722% 6.757%,69.746% 8.55%,69.761% 10.473%,69.766% 12.5%,69.766% 45%,69.766% 45%,69.786% 53.11%,69.845% 60.804%,69.94% 67.978%,70.067% 74.53%,70.223% 80.356%,70.405% 85.353%,70.61% 89.419%,70.834% 92.451%,71.075% 94.346%,71.328% 95%,87.734% 95%,87.734% 95%,87.988% 94.346%,88.228% 92.451%,88.453% 89.419%,88.657% 85.353%,88.839% 80.356%,88.996% 74.53%,89.123% 67.978%,89.217% 60.804%,89.276% 53.11%,89.297% 45%,89.297% 12.5%,89.297% 12.5%,89.302% 10.473%,89.317% 8.55%,89.34% 6.757%,89.372% 5.119%,89.411% 3.663%,89.457% 2.413%,89.508% 1.396%,89.564% .638%,89.624% .164%,89.688% 0,99.609% 0,99.609% 0,99.673% .164%,99.733% .638%,99.789% 1.396%,99.84% 2.413%,99.886% 3.663%,99.925% 5.119%,99.956% 6.757%,99.98% 8.55%,99.995% 10.473%,100% 12.5%,100% 505.888%,100% 505.888%,99.992% 509.033%,99.97% 512.027%,99.934% 514.83%,99.886% 517.404%,99.827% 519.709%,99.757% 521.708%,99.679% 523.362%,99.593% 524.632%,99.501% 525.48%,99.403% 525.868%,.653% 669.053%)}.btKnAY span{padding:10px}.eAhPYV span{background:#5245a5}.klXDOq span{max-width:500px}.cfJgln span{margin-inline:auto}.jIrEHR svg{fill:#8e8a93}.icqLZL:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.16)}.ksZjzr svg{width:7px}.jdrABn svg{height:4px}.ieYCLk[data-profit=true]{background:#20fc09}.ddQqwQ[data-profit=false]{background:#b8203b}.bRLNzK span{white-space:nowrap}.hkAYPN span{opacity:1}.dePDeX span{visibility:visible}.jBGZwt span{pointer-events:all}.fjlqbg span{opacity:0}.kZuXjr span{visibility:hidden}.bkdNCq span{pointer-events:none}.cMvuYD svg{fill:url(#paint0_linear_16931_147)}.bFMatW span{transform:translateY(-50%)}.efjuku span{color:#dfb717}.gGWiDr span{text-align:left}.iOobUO span{transition:opacity .3s ease,visibility .3s ease}.dHASyf svg{fill:url(#paint0_linear_15907_15440)}.Owjkn span{color:#ff8e1d}.fMaJnp svg{fill:#acde3b}.kZjcWF span{color:#acde3b}.fzOzLc td{padding-block:8px}.eSZjvu td{padding-inline:25px}.nGeaX button{position:relative}.wGpUC button{padding:10px 30px}.bFFPwP button{color:#fff}.eVONZG button{background:#10a16d}.hQCnNv button{clip-path:polygon(8.008% 98.211%,8.008% 98.211%,7.505% 98.083%,7.013% 97.706%,6.538% 97.089%,6.08% 96.244%,5.646% 95.18%,5.238% 93.907%,4.86% 92.435%,4.515% 90.775%,4.207% 88.936%,3.941% 86.929%,.827% 60.416%,.827% 60.416%,.619% 58.409%,.458% 56.335%,.342% 54.21%,.273% 52.052%,.25% 49.877%,.273% 47.703%,.342% 45.545%,.458% 43.42%,.619% 41.346%,.827% 39.339%,3.941% 12.826%,3.941% 12.826%,4.207% 10.819%,4.515% 8.98%,4.86% 7.32%,5.238% 5.848%,5.646% 4.575%,6.08% 3.511%,6.538% 2.666%,7.013% 2.049%,7.505% 1.672%,8.008% 1.544%,92.118% 1.544%,92.118% 1.544%,92.621% 1.672%,93.113% 2.049%,93.589% 2.666%,94.046% 3.511%,94.48% 4.575%,94.888% 5.848%,95.266% 7.32%,95.611% 8.98%,95.919% 10.819%,96.186% 12.826%,99.299% 39.339%,99.299% 39.339%,99.506% 41.346%,99.668% 43.42%,99.784% 45.545%,99.853% 47.703%,99.876% 49.877%,99.853% 52.052%,99.784% 54.21%,99.668% 56.335%,99.506% 58.409%,99.299% 60.416%,96.186% 86.929%,96.186% 86.929%,95.919% 88.936%,95.611% 90.775%,95.266% 92.435%,94.888% 93.907%,94.48% 95.18%,94.046% 96.244%,93.589% 97.089%,93.113% 97.706%,92.621% 98.083%,92.118% 98.211%,8.008% 98.211%);-webkit-clip-path:polygon(8.008% 98.211%,8.008% 98.211%,7.505% 98.083%,7.013% 97.706%,6.538% 97.089%,6.08% 96.244%,5.646% 95.18%,5.238% 93.907%,4.86% 92.435%,4.515% 90.775%,4.207% 88.936%,3.941% 86.929%,.827% 60.416%,.827% 60.416%,.619% 58.409%,.458% 56.335%,.342% 54.21%,.273% 52.052%,.25% 49.877%,.273% 47.703%,.342% 45.545%,.458% 43.42%,.619% 41.346%,.827% 39.339%,3.941% 12.826%,3.941% 12.826%,4.207% 10.819%,4.515% 8.98%,4.86% 7.32%,5.238% 5.848%,5.646% 4.575%,6.08% 3.511%,6.538% 2.666%,7.013% 2.049%,7.505% 1.672%,8.008% 1.544%,92.118% 1.544%,92.118% 1.544%,92.621% 1.672%,93.113% 2.049%,93.589% 2.666%,94.046% 3.511%,94.48% 4.575%,94.888% 5.848%,95.266% 7.32%,95.611% 8.98%,95.919% 10.819%,96.186% 12.826%,99.299% 39.339%,99.299% 39.339%,99.506% 41.346%,99.668% 43.42%,99.784% 45.545%,99.853% 47.703%,99.876% 49.877%,99.853% 52.052%,99.784% 54.21%,99.668% 56.335%,99.506% 58.409%,99.299% 60.416%,96.186% 86.929%,96.186% 86.929%,95.919% 88.936%,95.611% 90.775%,95.266% 92.435%,94.888% 93.907%,94.48% 95.18%,94.046% 96.244%,93.589% 97.089%,93.113% 97.706%,92.621% 98.083%,92.118% 98.211%,8.008% 98.211%)}.dqdKne span{color:#9e9ead}.hGkYch span{height:100%}.gCQLuQ span{background:#0b9664}.ehlNbj:after{content:""}.hqCqZd:after{top:var(--spacing-0)}.ehTytt:after{left:var(--spacing-0)}.jGNsnA h2{font-size:24px}.IzpMA h2{font-weight:600}.kQlwoy h3{font-size:18px}.Irsid h3{font-weight:600}.jnihNY h4{align-items:center}.echfgr h4{font-size:16px}.IRfty h4{font-weight:600}.ecpcKO h5{font-size:16px}.IJhPb h5{font-weight:600}.bvuHVC li,.bvuHVC p{font-size:14px}.dNjGlO li,.dNjGlO p{font-weight:500}.fHotXR p{line-height:1.3}.hLSZSk strong{font-weight:700}.kXKCAp blockquote{font-size:17px}.jPvDbK blockquote{font-weight:500}.kASvfd ol{margin-left:20px}.fuMqcY li{line-height:1.3}.ipisxT table{font-size:14px}.cUtrav table{font-weight:500}.dXunDZ table{overflow-x:auto}.cxIfnp table{overflow-y:hidden}.iPkdnt thead{font-weight:500}.dlxwOz td,.dlxwOz th{line-height:1.3}[data-state=false] .loyaEb{border-color:var(--colors-transparent)}[data-state=true][data-burger=true] .cZkjSc{border-color:#ffe317}[data-state=true][data-burger=false] .iGbngH{border-color:#000}.bhtLfq:after{background-size:cover}.eiFwdp:after{background-position:top}.ddGwDB h4{font-size:32px}.ecuaWW p{font-size:20px}.beAuOR p{font-weight:500}.hjQCyo:after{mask-composite:exclude}.jdomog h6{font-size:20px}.bORspz h6{font-weight:500}.eDxZXX p{font-size:16px}.cBOlgH img,.cFKxIW svg{flex-shrink:0}.UrcNd:after{top:50%}.hFAqOF:after{left:50%}.dFOYiJ i{flex-shrink:0}.hIlkyk span{text-decoration-color:var(--colors-transparent)}.ebjCsZ h6{font-size:16px}.pWYwB h6{margin-bottom:5px}.hbSylK i{font-size:38px}.boWnIr p{font-weight:700}.cyJnuP span{font-size:16px}.kzKwD span{font-weight:700}.gEdxyR\! *{border-color:#373745!important}.llfuJ:after{top:calc(100% - 1px)}.heHJe:before{content:""}.fhGsPU:before{left:50%}.fbzSNY:before{top:calc(100% - 1px)}.cBibzd h1,.cBibzd h2,.cBibzd h3,.cBibzd h4,.cBibzd h5{line-height:1.2}.fWbMlM h1,.fWbMlM h2,.fWbMlM h3,.fWbMlM h4,.fWbMlM h5{font-weight:500}.cXpZQV h1{line-height:1.2}.ddgKXM h1{font-size:32px}.IbyEP h1{font-weight:600}.jKtfro h2{font-size:28px}.hmtLJX h3{font-size:26px}.gIfaBI h4{font-size:22px}.jcQvgv h5{font-size:20px}.kQLhUn h6{font-size:18px}.gqbBie a,.gqbBie li,.gqbBie p{font-size:20px}.lnDxxq a,.lnDxxq li,.lnDxxq p{line-height:1.4}.ftskRY a,.ftskRY li,.ftskRY p{font-weight:400}.bbQBAZ ol,.bbTWaX ul{padding-left:30px}.iBOlCt article{margin-left:45px}.SZbvW article{font-size:20px}.esRfIe article{line-height:1.4}.fUQQmo article{font-weight:400}.cMaRpD img{margin-bottom:20px}.gqQTTY figcaption{font-size:20px}.dGvPYM figcaption{line-height:1.4}.jsmisu figcaption{font-weight:400}[data-state=false] .eYPBla{border-color:#ffe317}[data-state=true][data-burger=false] .hogarn\!{border-bottom-color:#33363a!important}[data-burger=true] .gaYnCH{left:50%}[data-burger=false] .fYRQcz{right:var(--spacing-0)}[data-variant=default] .iPBENC{justify-content:space-between}[data-variant=coin] .jecunT{justify-content:flex-start}[data-variant=coin] .wSspC{padding-right:25px}.jSFjuS:after{top:calc(100% + 8px)}.ibXjwm[data-read=true]{border-color:#00b8ef}.TUaJA[data-read=false]{border-color:#ffe317}.eMLYM span{align-items:center}.bfSEZA span{justify-content:center}.dsZERC[data-variant=black]{margin-left:auto}.dQIQBY[data-variant=yellow]{font-size:17px}.dABGGK[data-variant=gray]{font-size:14px}.ekVSjF svg{margin-left:auto}.jzXNwV li{align-items:center}.kVpyro li{font-size:14px}.bZPLRs li{font-weight:500}.gqaBQP h1,.gqaBQP h2,.gqaBQP h3,.gqaBQP h4,.gqaBQP h5,.wiwjT h1{line-height:1.4}.fyadgW h1{font-size:30px}.jcyFzx h3{font-size:20px}.bynlJQ h4{font-size:19px}.kRiZbY h5{font-size:18px}.dFaUNf a,.dFaUNf li,.dFaUNf p{font-size:16px}.laPtYm blockquote{margin-left:45px}.gBPoGw blockquote{font-size:16px}.jLvGEZ blockquote{line-height:1.4}.enBkAb blockquote{font-weight:400}.cFeFOh .swiper-arrows{top:50%}.hwhNzu .swiper-prev{left:-45px}.jVGBGf .swiper-next{right:-45px}.knhPZC i{font-size:21px}.ecsrCj i{font-size:20px}.iUiCew\! a{font-size:14px!important}.gjcwJg:before{top:var(--spacing-0)}.WaBms:before{left:var(--spacing-0)}.lnwPnJ svg{right:20px}.eXMQhb:after{content:""}.eKaPma:after{top:100vh}.eDxZXX\! p{font-size:16px!important}.jFPPAa h4{font-size:24px}.bPhlSN h4{font-weight:500}.ddWqgH h2{font-size:32px}.jmcHwb h3{align-items:center}.bOrGJK h3{font-weight:500}.gRCFzx p{font-size:18px}.jdDiPw p{font-weight:400}.boYGQt b{font-weight:700}.dIPHyF[data-decor="1"]{top:15px}.gOHJbF[data-decor="1"]{left:-8%}.kAOAMv[data-decor="2"]{top:19%}.kLqvJV[data-decor="2"]{right:-8%}.cFNbQP[data-decor="3"]{top:27%}.kSvxFt[data-decor="3"]{left:-6%}.lohlDU[data-decor="4"]{top:32%}.kzWJgC[data-decor="4"]{right:-10%}.TxAJh[data-decor="5"]{top:45%}.dkvgxW[data-decor="5"]{left:-12%}.fSYrQU[data-decor="6"]{top:52%}.mAYjR[data-decor="6"]{right:-8%}.gbdEdh[data-decor="7"]{top:65%}.coULDP[data-decor="7"]{left:-11%}.bHUNGE[data-decor="8"]{top:76%}.igTbYN[data-decor="8"]{right:-6%}.kRVhUz[data-decor="9"]{top:96%}.eNNuXq[data-decor="9"]{left:-7%}.ijNHOJ ul{grid-template-columns:repeat(3,1fr)}.jTvEeC ul{row-gap:10px}.ijNkAH ol{grid-template-columns:repeat(3,1fr)}.jJSfFg ol{grid-auto-rows:1fr}.cXhFdX h2{font-size:27px}.itwvnp h2{font-weight:700}.fDZfjE:not(:last-child){padding-bottom:10px}.wqZuR strong{font-weight:600}.hzxpxo ol,.hzyKNe ul{padding-left:20px}.iDuMnr ul{padding-left:25px}.caSNPi .bg-wrapper{margin-bottom:10px}.fsIndu h2{font-weight:400}.bHGeSR:after{bottom:var(--spacing-0)}.hmBJou h2{font-size:26px}.bOjJfn h2{font-weight:500}.kulZkd li,.kulZkd p{font-size:17px}.fJyNSL li,.fJyNSL p{font-weight:400}.bQxxPK strong{font-weight:500}.ksSzqN .table-wrapper{overflow-x:auto}.eGrOmJ .table-wrapper{overflow-y:hidden}.hZVUMJ table{font-size:16px}.hDCDTG:after{right:var(--spacing-0)}.ilVOxX span{font-size:300px}.fuwrMM span{line-height:1}.dqcOwy span{background-clip:text;-webkit-background-clip:text}.MYzNG[data-support=true]{overflow-x:hidden}.obpiO[data-support=true]{overflow-y:auto}.hkXouI p{line-height:1}.gNOaIF span,.gNOaIF:after,.gNOaIF:before{content:""}.cBhEps span,.cBhEps:after,.cBhEps:before{right:var(--spacing-0)}.hceftS:before{top:var(--spacing-0)}.cckSX:after{bottom:var(--spacing-0)}.bGtBUy span,.gqkHDC:before{top:calc(50% - 1px)}.bXAVLv:after{bottom:calc(50% - 1px)}.bLEjAA:before{bottom:-10px}.kUOJRG:after{left:-6px}.bcDVKA:before{bottom:calc(100% - 1px)}.hZyUZM:before{bottom:-1px}.euYZGg\![data-variant=short][data-scrolled=false]{padding-bottom:var(--spacing-0)!important}.ksYsZs p{line-height:1.2}.bPpjxk h5{font-weight:500}.gRwFsk i{font-size:18px}.eMyWLX:not(:last-child){padding-right:35px}.OelHv:before{background-color:inherit}.knajvY:before{bottom:var(--spacing-0)}.dqEIyP:before{right:var(--spacing-0)}.fDLVgO:before{content:"\e900"}.fbhAmb:before{content:"\e901"}.fsdFMQ:before{content:"\e902"}.bTrPKr:before{content:"\e910"}.heDRnC:before{content:"\e911"}.frfFSt:before{content:"\e912"}.dWPyhg:before{content:"\e913"}.fKkSL:before{content:"\e914"}.fqWmvW:before{content:"\e915"}.dDybaN:before{content:"\e916"}.cjhTpA:before{content:"\e917"}.iZFjjv:before{content:"\e918"}.cVvBnK:before{content:"\e919"}.cmDafo:before{content:"\e920"}.fDOnWd:before{content:"\e921"}.eADxzh:after{background-color:rgba(15,14,19,.9)}[data-align=row] .HfzXF{flex-direction:row}[data-align=column] .cnxjNh{flex-direction:column}.gyAvgw[data-state=delayed-open][data-side=top]{animation-name:slideDownAndFade}.iCSTxa[data-state=delayed-open][data-side=right]{animation-name:slideLeftAndFade}.keOOpb[data-state=delayed-open][data-side=bottom]{animation-name:slideUpAndFade}.jZQPCC[data-state=delayed-open][data-side=left]{animation-name:slideRightAndFade}.iRlLIE:not(:last-child){padding-right:50px}.fTcalR a{font-size:15px}.byyQTt *{line-height:1.1}.iUmGrJ p{font-size:14px}.jnZbIW p{font-weight:600}.kLiOID b{font-size:36px}.jcYsKS h4{font-size:20px}.beFLiP b{font-weight:500}.gwbkAO\! button{font-size:15px!important}.dHYhzM[data-variant=default],.kBJqJl[data-variant=privacy]{left:30px}.bFhTRH p,.hNCYsz h4{font-size:calc(22 * var(--vh-unit))}.UxgzP li{font-weight:600}.gkTQmT span{margin-left:auto}.hTWDJO span{font-weight:600}.eRpCAq span{font-size:calc(18 * var(--vh-unit))}.clwvLK:not(:last-child){padding-bottom:calc(40 * var(--vh-unit))}.dvliEB span{font-size:calc(20 * var(--vh-unit))}.fGGtVA span{font-size:calc(16 * var(--vh-unit))}.eKxpEp li{justify-content:space-between}.kEzFAr p{font-size:calc(73 * var(--vh-unit))}.iybdhv span{font-size:calc(22 * var(--vh-unit))}.ggtDwx li{justify-content:center}.jmeysA p{margin-top:calc(30 * var(--vh-unit))}.hlXkrA p{font-size:calc(12 * var(--vh-unit))}.hUeZAE span{font-weight:400}.iGcNkm:before{bottom:calc(100% + calc(6 * var(--vh-unit)))}.itWpFU p{font-size:calc(16 * var(--vh-unit))}.bbpLRS span{line-height:.9}.ZOzPN span{font-size:14px}.fYXmXv h4{font-size:calc(19 * var(--vh-unit))}.jobuQY b{font-weight:600}.gpDfOw h4{justify-content:center}.ejFVFL h4{align-content:center}.JVHsk h4{font-size:calc(30 * var(--vh-unit))}.cRCxib\! p{font-size:12px!important}.gheJxO p{margin-left:20px}.iQgenz input{font-size:18px}.femSuD input{font-weight:500}.cvWQNy p{font-size:calc(18 * var(--vh-unit))}.dRYTBw\! button{font-size:calc(18 * var(--vh-unit))!important}.ckRJCo button{font-weight:600}.kfZSgn p{font-size:calc(19 * var(--vh-unit))}.dUdTWg svg{top:50%}.eGsuhd:after{border-style:solid}.PHBFy:after{border-width:0 11px 10px}.jzTbyB:before{top:calc(100% + 20px)}.jzfWlB:after{border-color:transparent transparent #ffbe02}.jaynYS:after{border-color:transparent transparent #ff005c}.fqWmfV:after{border-color:transparent transparent #02ea07}.kZhAXQ:after{border-color:transparent transparent #02fe49}.BQrJa:after{border-color:transparent transparent #def678}.lfxVzC:after{border-color:transparent transparent #32c635}.byNMEv p{line-height:1.1}.hMQcCE span{font-size:33px}.knfHDV b{font-size:21px}.hkSWcy b{line-height:1}.ckHRhO span{font-size:28px}.gRAmrv b{font-size:18px}.jLwmZS:after{bottom:-35px}.dKYcvm b{align-items:center}.bUJgSO b{justify-content:center}.fTcmNy b{font-size:15px}.dKSMbo p{align-items:center}.fHNhUE:after{content:"+"}.fIVtgx:after{font-size:24px}.hsxlPv:after{line-height:1}.fuxNnm:after{content:"-"}.hRUys:not(:last-child){padding-right:10px}.dLAbLT i{font-size:28px}.bGwwwP:before{margin-bottom:-2px}.dqNZcm:after{bottom:auto}.ivRsUd:after{top:100%}.iueexB h6{font-weight:700}.kUHXSa:not(:last-child){padding-bottom:12px}.fTdWfR i{font-size:15px}.eFSRyo svg{margin-top:2px}.huPTkm b{font-size:26px}.jmSokK h6{align-items:center}.gqAIBO h6{justify-content:center}.wayHY h6{line-height:1.4}.fIUquq b{font-size:22px}.JgYWM h6{font-weight:600}.fQPdkp span{font-size:18px}.euwMpA:after{top:calc(100% + 2px)}.bUFPIY p{justify-content:center}.geiHTa h6{flex-shrink:0}.juHxSR p{line-height:1.7}.kLQcwb h6{font-size:14px}.lfxfdU:not(:last-child){margin-bottom:15px}.gEQEmS:not(:last-child){margin-bottom:20px}.fIXPvy ul{list-style-type:disc}.dQBeaa li{font-size:16px}.deenLe h3{font-size:32px}.dKQGXD:after{flex-shrink:0}.dhQCIp:after{margin-right:15px}.fypWKk h3{font-size:30px}.dRoLSG h3{margin-bottom:12px}.cbbSHB p{margin-bottom:25px}.iaFtbk ul{bottom:-13px}.njmoP ul{line-height:1.4}.dQnjJB li{padding-left:18px}[data-var=yellow] .bYyZei{border-color:#da9b10}[data-var=green] .cGlxpF{border-color:rgba(255,209,24,.05)}.cTWwet:after{bottom:calc(100% + 3px)}.VjWeh[data-var=yellow]{border-color:#da9b10}.kAzZDs[data-var=green]{border-color:rgba(255,234,148,.2)}.hYWnto li,.hYWnto p{font-size:16px}[data-state=open] .eRIVNh{border-color:#3d3453}[data-state=closed] .Nivrp{border-color:#ffd00d}.faEZCr:before{border-width:6px}.fivhXo:before{border-style:solid}.keuWYR:before{border-color:var(--colors-transparent)}.cgdeKC:before{border-bottom-color:#ffc600}.dkRMYV:after,.wYMPA[data-state=active]{background-color:#ffc600}.eHagdd:after{bottom:-1px}.PUxlk:after{top:unset}.euSXJx:before{border-bottom-color:#ffe618}.htutve:after,.idGveb[data-state=active]{background-color:#ffe618}.iMhtIP:after,.iMhtIP:before{content:""}.cZYmjp:after,.cZYmjp:before{top:50%}.cfzMOs>p{margin-bottom:var(--spacing-3)}.fOpDMS p{font-size:24px}.fbyuew span{flex-shrink:0}.FJFEk img{margin-bottom:-15px}.eYEdxt a,.eYEdxt button{align-items:center}.bOYWkv:after{border-left-color:#b4aacb}.geTiCA:after{border-left-color:#000}.jGFuJd h3{font-size:24px}.kRbbxB h4{font-size:18px}.lehxSt a,.lehxSt li,.lehxSt p{font-size:14px}.gjPvSZ ul{margin-top:15px}.fPARoh img{margin-top:20px}.jodfWj a{font-weight:600}.jkWDTw:after{border-bottom-width:2px}.fATUoA:before{top:50%}.caTrmF:before{left:calc(150% - 50px)}.hLLzYY span{font-size:15px}.lixyzb span{line-height:20px}.cESis span{margin-right:6px}.exWRiN:after{bottom:-9px}.jwQCkq:before{bottom:-29px}.hziKJ button{font-size:16px}.hkOzMt h5{font-size:26px}.wQfuf h5{line-height:1.4}.iiaqNa span{font-size:13px}.kIgnt span{font-weight:500}.bOzRLa span{line-height:1.4}.dvITnZ:nth-of-type(2){align-items:center}.dwXLux:nth-of-type(2){flex-direction:row}.eXEwGX span{line-height:1.1}.ctBzfn:after{left:6px}.kNLkIn:after{top:2px}.dTZNRb:after{border-width:0 3px 3px 0}.elVTKu b{content:""}.gCMQwE b{top:-50px}.LkPNU b{left:40px}.eDuIOh b{font-size:16px}.eojfac i{margin-top:5px}.ghLHXv i{margin-right:-5px}.dQqdzF i{font-size:19px}.dLFCUG p{font-size:28px}.iGNiGn span{font-size:12px}.egcMDp span{line-height:1.3}.cLxuIO p,.kJDTBz li{font-size:13px}.gKNDDf i{margin-right:8px}.iUkxYw i{font-size:14px}.hNPkku span{margin-right:8px}.gTszrg i{margin-left:5px}.eoODga:after{left:-2px}.cFDQWa:after{top:25px}.gZurS:after{bottom:30px}.hOxlzq:after{left:12px}.fcPgSl:after{left:-32px}.eYaAWC\!:after{left:-35px!important}.ckLNVi>*{margin-left:9px}.hvrChQ svg{margin-left:20px}.fCsAVx h4{line-height:1.3}.hlwiWF h1{font-size:26px}.bOHAmY h1{font-weight:500}.ftFPQU h4{font-weight:400}.entJaY p{padding-right:16px}.fYQeBq p{overflow-x:hidden}.cfMWLK p{overflow-y:auto}.kiaCGN h5{margin-bottom:20px}.cWIqGJ h5{line-height:1.2}.hkWxqQ h4{font-size:26px}.cWQmHU h4{line-height:1.2}.cuiNWk:last-child{align-items:center}.kubOrJ:not(:last-child){padding-right:40px}.jopyuS p{align-items:flex-end}.iOPQHv p{margin-bottom:10px}.cXIVYv p,.dHFbHT span{margin-top:3px}.cCZxFV button{top:10px}.kcwXCa button{right:10px}.deNAKS button{flex-shrink:0}.iukqXd::placeholder,.iukqXd[data-placeholder]{font-size:18px}.hksWTI::placeholder,.hksWTI[data-placeholder]{font-weight:400}.bDkQQR p{flex-grow:1}.gRoLPa button{align-items:center}.euFGv:after{border-top-right-radius:10px}.eVEWBx:after{border-bottom-right-radius:10px}.kcpxCA:not(:last-child){margin-bottom:40px}.hyOmUm button{justify-content:space-between}.gZHFFc button{padding-left:30px}.pzWZf button{padding-right:20px}.egeBNV:after{left:100%}.jWbScQ:before{right:12px}.DKInZ::placeholder{font-size:18px}.iVUtkV::placeholder{font-weight:500}.jaACSX::placeholder{line-height:1.1}.fTNPqF span{margin-left:5px}.geqFvd h5{flex-shrink:0}.bbncoB>span:first-child{top:50px}.pfOhm p{padding-top:var(--spacing-3)}.jeRyMM:before{top:40px}.friJjm:before{right:10px}.krcXen:after{border-width:0 1px}.dUdBfA:after{border-image-slice:1}.eAcOq:before{content:""}.gunYBM:before{top:var(--spacing-0)}.bZoyzp:before{left:-15px}.dBtuZj:before{background-color:hsla(0,0%,100%,.1)}.gPnBrq:before{animation-delay:0s}.dMOWAL:after{content:""}.dCrjkN:after{top:var(--spacing-0)}.jdpapN:after{left:15px}.crUSxm:after{background-color:hsla(0,0%,100%,.1)}.flwJuY:after{animation-delay:.5s}.lakjuB span{top:-17px}.gdDkmO span{right:30px}.ffxPLw>div:first-child{padding-right:20px}.cqDWqK>div:last-child{padding-left:20px}.fOULyL:after{border-color:transparent transparent #323243}.gyScHU h6{margin-bottom:15px}.itOkUn h4{font-weight:700}.mzzGZ button{bottom:-22px}.gejlWc button{left:50%}.cDFMiy h3{align-items:flex-start}.hQIEAl:after{left:calc(100% - 1px)}.dDwKI h4{font-size:48px}.lhTMoq span{left:50%}.jlAgRC span{top:50%}.hhJZkv span{font-size:30px}.jdbFfx:after{top:-45px}.jGjDMl:after{left:-18px}.dBLiYK span{font-size:20px}.duZZIP:after,.duZZIP:before{content:""}.AyoZB:after,.AyoZB:before{top:100%}.jDbEVN:after,.jDbEVN:before{left:50%}.cXyfSP:after,.cXyfSP:before{border-top-color:currentColor}.kxEyRH:before{margin-top:5px}.scCGJ\! .swiper{padding-bottom:20px!important}.dSsxQa\! .swiper-scrollbar{bottom:5px!important}.ttkoP\! .swiper-scrollbar{left:var(--spacing-0)!important}.eLmoHx\! .swiper-scrollbar-drag{top:-2px!important}.liFbvP:not(:last-child){margin-bottom:12px}.fsAwgD\! .swiper{padding-top:20px!important}.fOGdDS\! .swiper-slide{flex-direction:column!important}.hZLpRa\! .swiper-slide{align-items:center!important}.beYvfi .swiper-wrapper{padding-bottom:12px}.bBeUrM .sliderArrowNext{right:var(--spacing-0)}.ikzhXZ .sliderArrowPrev{left:var(--spacing-0)}.eMrYjr:after{top:20px}.edpIgR:after{right:-20px}.hZkZWu\!:before{background-position:47% 36%!important}.foflXd+.foflXd{margin-top:var(--spacing-3)}.jWDtkq p{line-height:1.4}[data-type=recommendedPrice] .eGicNS{flex-direction:column}[data-type=userPrice] .bBfpKW{justify-content:space-between}[data-type=recommendedPrice] .kZTunB{align-self:flex-start}[data-type=recommendedPrice] .ktswKu{flex-direction:row}[data-type=recommendedPrice] .btfnES{align-items:center}[data-disabled=true] .sqyEc{justify-content:center}.iGfAWn>div:not(:first-child){padding-left:8%}.hsKOca i{font-size:30px}.mzhjz>div:not(:first-child){padding-left:50px}.hnQOQQ span{line-height:1.2}.fXrmqP:before{border-width:0 11px 10px}.bMMMaW:before{border-color:transparent transparent #201f28}.gZGRLr:after{border-color:transparent transparent #ff023f}.jmewcP button{font-size:14px}.ftJRaK input{font-size:22px}.eFDBNw h6{margin-bottom:4px}.huUlCw p{font-size:26px}.gyulAj h5{margin-bottom:15px}.fTeFVA p{font-size:15px}.mtSA img{margin-bottom:10px}.eNnZnU button{top:50%}.gIvUeY button{left:var(--spacing-0)}.liyKwG label{flex-direction:column}.kdcjAC label{align-items:center}.iKUUBF:before{top:calc(100% + 2px)}.ffvmpz :before{top:calc(50% - 1px)}.cotZqm :after{bottom:calc(50% - 1px)}.kmrULN:after{left:-1px}.fIWZrN i{font-size:22px}.eDvREK i{font-size:16px}.drjtPy:not(:first-child){padding-left:10px}.eekKtg:before{margin-bottom:-1px}.hfifiu:before{background-color:#65a238}.deHTCU svg{margin-right:15px}.fjIPdC svg{margin-bottom:2px}.iQNHTF:first-child{padding-left:8px}.fxPSQM:nth-child(2){padding-right:8px}.imJwiP:after{margin-top:-1px}.ecvKKV>p+p{margin-top:var(--spacing-3)}.kamukK:after{margin-top:var(--spacing-1)}.JXjaA:after{margin-top:-2px}.jSemwx:nth-of-type(30){justify-self:center}.iiDpOl\!:after{border-color:#000!important}.eoFzTm span{align-items:flex-end}.hBeCGi span{justify-content:flex-end}.UqsfM span{padding-right:3px}.eroMAW span{padding-bottom:1px}.fYpmLO span{bottom:var(--spacing-0)}.kgRqIB span{right:var(--spacing-0)}.jKKUYm h4{font-size:28px}.fYeTmo span{font-size:22px}.kETCdR img{top:var(--spacing-0)}.jlZzSI:after{top:5.3%}.eeqOLl h5{margin-top:-100px}.ikCvDe h5{margin-bottom:var(--spacing-5)}.egFWFI:after{margin-top:var(--spacing-3)}.HJhDd:first-child,.cDWIVi:nth-child(2){padding-right:20px}.iZrEkR p{font-size:32px}.iLdaGk:not(:last-child){margin-right:15px}.dwUchR:not(:last-child){padding-right:15px}.djJLId li{line-height:1.2}.exsnJb i{font-size:17px}.bALExx p:first-child{padding-right:10px}.cLudyY b{font-size:13px}.jDJRNS:after{right:calc(100% - 1px)}.iUknjH b{font-size:14px}.gKKWiY b{margin-right:8px}.dGkkoD>:not(:first-child){padding-top:15px}.kMfVZp h4{font-size:14px}.hqdWlP h4{margin-bottom:10px}.gsvvLv h4{margin-left:30px}.bxKAlQ:not(:nth-of-type(3n)){padding-right:70px}.cblOsX>*{align-items:center}.ehjdfE p{font-size:11px}.dpRTeG h5,.dqPvSg h3{line-height:1.1}.iTbmTd:not(:last-child){padding-bottom:15px}.kdwCXi:first-child{margin-left:28px}.kpjSCS:nth-child(2){margin-left:18px}.cxZXJj:nth-child(3){margin-left:10px}.bSvukB\! .swiper-slide{padding-bottom:5%!important}.cSnCka\! .swiper-pagination{top:unset!important}.lhDVHr\! .swiper-pagination{bottom:-50px!important}.jVPWgu\! .swiper-button-next,.jVPWgu\! .swiper-button-prev{top:45%!important}.bHrwwB\! .swiper-pagination{bottom:-30px!important}.gkubmK:first-of-type,.gkubmK:nth-of-type(3){margin-top:20px}.jhwQDl:after{bottom:32%}.jiYdWM\! .swiper-wrapper{align-items:flex-end!important}.fArawt\! .swiper-button-next,.fArawt\! .swiper-button-prev{top:60%!important}.gTkPDI\! .swiper-pagination{bottom:-60px!important}.jjiSVY span{margin-top:var(--spacing-4)}.hioViA i{font-size:10px}.dYdkLY:not(:last-child){padding-bottom:5px}.hhSvbl span{font-size:10px}.gqMbHU span{left:calc(100% + 10px)}.htVqOp button{font-weight:700}.iOhbaB button{line-height:1.1}.cBwgzT:focus-within{background:rgba(115,100,150,.25)}.fuPEFA:focus-within{border-color:#ffd00d}.jUVsSp:is(:focus,[data-focus]){background:linear-gradient(90deg,#a4058f,#ca1cb3)}.fLqOub:is(:focus,[data-focus]){background:rgba(0,0,0,.2)}.iSNAnV:is(:focus,[data-focus]){background:rgba(255,227,23,.15)}.iCCgxj:is(:focus,[data-focus]){background:hsla(270,1%,54%,.2)}.kfiQIS:is(:focus,[data-focus]){color:#fff}.cRYTFV:active,.cRYTFV:focus,.cRYTFV:hover{background:#201f28}.fJgMjq:active,.fJgMjq:focus,.fJgMjq:hover{color:#fff}.iRCHKA:is(:focus-visible,[data-focus-visible]){outline:var(--borders-none)}.enbUpo\!:active,.enbUpo\!:focus,.enbUpo\!:hover{border-bottom-color:#ffdf15!important}.fUEYNA:is(:hover,[data-hover]){background:#fff}.eLHLdG:is(:hover,[data-hover]){background:#e6b508}.iftqYN:is(:hover,[data-hover]){text-decoration:underline}.kdYSTA:is(:hover,[data-hover]){color:#fff}.jjUDIR:is(:hover,[data-hover]){text-decoration:none}.hRiJOk:is(:hover,[data-hover]){background:linear-gradient(0deg,#1d93d2,#63d1ff)}.hUfcQL:is(:hover,[data-hover]){background:linear-gradient(0deg,#000,#686868)}.cdzqst:is(:hover,[data-hover]){background:#38343d}.cXkpDg:is(:hover,[data-hover]){background:hsla(0,0%,100%,.1)}.fPZRBm:is(:hover,[data-hover]){color:#000}.fGJxXP:is(:hover,[data-hover]){color:#12141b}.ikWSvb:is(:hover,[data-hover]){background:#ffbe02}.fscgdB:is(:hover,[data-hover]){background:#33363a}.cezOBz:is(:hover,[data-hover]){background:linear-gradient(90deg,#ca1cb3,#a4058f)}.lfKtJV:is(:hover,[data-hover]){background:rgba(230,152,0,.5)}.iLIJST:is(:hover,[data-hover]){background:rgba(0,0,0,.15)}.eNhGnn:is(:hover,[data-hover]){background:#fff502}.htbprE:is(:hover,[data-hover]){background:#454557}.gpGReg:is(:hover,[data-hover]){background:#ff1d6e}.bseREM:is(:hover,[data-hover]){color:##12141B}.kFHxqM:is(:hover,[data-hover]){background:#fe123e}.sGGvk:is(:hover,[data-hover]){color:#fe123e}.iwfKlJ:is(:hover,[data-hover]){background:#201f28}.kSjoVn:is(:hover,[data-hover]){background:hsla(0,0%,100%,.2)}.MrquX\!:is(:hover,[data-hover]){background:#2e333e!important}.cYrDAn:is(:hover,[data-hover]){background:#2d2d36}.kznAev:is(:hover,[data-hover]){background:var(--colors-transparent)}.iwDXWG:is(:hover,[data-hover]){background:#ffe216}.lklML:is(:hover,[data-hover]){background:rgba(42,41,54,.6)}.jSFHce:is(:hover,[data-hover]){color:var(--colors-white)}.fLdxEt:is(:hover,[data-hover]){background:rgba(0,0,0,.2)}.iSCiDv:is(:hover,[data-hover]){background:rgba(255,227,23,.15)}.juAXZg:is(:hover,[data-hover]){background:rgba(118,135,151,.1)}.iCoMFZ:is(:hover,[data-hover]){background:hsla(270,1%,54%,.2)}.kajDLC:is(:hover,[data-hover]){background:rgba(18,237,111,.25)}.ffCtIE:is(:hover,[data-hover]){box-shadow:0 5px 0 0 #b52746}.eGEwmL:is(:hover,[data-hover]){background:#ff567a}.gEPaso:is(:hover,[data-hover]){transform:translate(1px,-4px)}.ffIJXu:is(:hover,[data-hover]){color:#fff}.eCrXUi:is(:hover,[data-hover]){background:#2f2f3c}.jqlhSj:is(:hover,[data-hover]){color:#fff502}.MrquX:is(:hover,[data-hover]){background:#2e333e}.fjHHNS:is(:hover,[data-hover]){color:#000}.jSVrVX:is(:hover,[data-hover]){background:#fee93a}.kOJnzJ:is(:hover,[data-hover]){background:#323243}.bUVNVj:is(:hover,[data-hover]){border-bottom:1px solid transparent}.dSrYZK:is(:hover,[data-hover]){background:#ffd00d}.evxFIf:is(:hover,[data-hover]){color:#161120}.dKLWxU:is(:hover,[data-hover]){background:rgba(76,181,187,.15)}.OJmoD:is(:hover,[data-hover]){background:#2d2540}.cDsWNK:is(:hover,[data-hover]){background:#ffe317}.eNhGnn\!:is(:hover,[data-hover]){background:#fff502!important}.cArgPe:is(:hover,[data-hover]){color:#cbc4d2}.gUEuRd\!:is(:hover,[data-hover]){color:#ffdc77!important}.hhxKlH:is(:hover,[data-hover]){color:#ffbe02}.jwhOXU:is(:hover,[data-hover]){background:#cf1745}.cRWINn:is(:hover,[data-hover]){box-shadow:0 6px 0 0 rgba(200,48,84,.7)}.gtnfFt:is(:hover,[data-hover]){background:#282733}.dQuCHc:is(:hover,[data-hover]){background:linear-gradient(1turn,#3b3947,#131218)}.kjLgpD:is(:hover,[data-hover]){background:none}.ckRjEw:is(:hover,[data-hover]){color:#dbdbdb}.haUaqE:is(:hover,[data-hover]){color:#ffdf15}.bKaRPQ:is(:hover,[data-hover]){color:rgba(214,206,224,.8)}.djiikf:is(:hover,[data-hover]){background:#736791}.eHQvUI:is(:hover,[data-hover]){color:rgba(230,221,255,.9)}.fkthTE:is(:hover,[data-hover]){background:#32c635}.fljChQ:is(:hover,[data-hover]){background:#fd317a}.dxFHzJ:is(:hover,[data-hover]){color:#201f28}.gLTYuL:is(:hover,[data-hover]){fill:#201f28}.hUgVbZ:is(:hover,[data-hover]){background:#ff023f}.hwiDAy:is(:hover,[data-hover]){background:#000}.bcXkob:is(:hover,[data-hover]){background:hsla(210,2%,83%,.3)}.eNlNbe:is(:hover,[data-hover]){box-shadow:0 15px 75px 0 rgba(207,214,222,.15)}.bTzeFU:is(:hover,[data-hover]){fill:#000}.hsBCtj:is(:hover,[data-hover]){background:#9e9ead}.ixhnic:is(:hover,[data-hover]){color:#b4dee3}.fAfCNF:is(:hover,[data-hover]){background:rgba(32,31,40,.5)}.jcNufe:is(:hover,[data-hover]){color:#ffe216}.iZbPli:is(:hover,[data-hover]){background:#2a2a39}.iOatdo:is(:hover,[data-hover]){background:rgba(89,94,108,.6)}.RzAzM:is(:hover,[data-hover]){background:rgba(0,255,41,.15)}.cxAGqC:is(:hover,[data-hover]){background:#951aff}.gdIQCG:is(:hover,[data-hover]){text-decoration:unset}.dCKjQh:is(:hover,[data-hover]){background:#494a52}.gDFdAA:is(:hover,[data-hover]){background:#acde3b}.cbsWUc:is(:hover,[data-hover]){background:linear-gradient(180deg,#dfb717,#fadf73)}.cULpPq:is(:hover,[data-hover]){background:linear-gradient(180deg,#ff8e1d,#ffb411)}.btIpKm:is(:hover,[data-hover]){border-color:var(--colors-transparent)}.gdPLFZ:is(:hover,[data-hover]){border-color:#ffdf15}.jhFgpH:is(:hover,[data-hover]){background-position:0}.gwbaPe:is(:hover,[data-hover]){border-color:var(--hover-color)}.inywQC:is(:hover,[data-hover]){border-color:rgba(42,41,54,.6)}.eGEwmL:is(:hover,[data-hover]){background-color:#ff567a}.ejGpjL\!:is(:hover,[data-hover]){border-color:#ffd00d!important}.jwrxpT:is(:hover,[data-hover]){border-color:#4cb5bb}.jFTJGn:is(:hover,[data-hover]){border-left-color:#2d2540}.jnjEca:is(:hover,[data-hover]){background-color:#131218}.itGAnJ:is(:hover,[data-hover]){border-color:rgba(0,172,92,.8)}.daxMFZ:is(:hover,[data-hover]){text-decoration-color:hsla(0,0%,86%,.6)}.gChsrG:is(:hover,[data-hover]){text-decoration-color:rgba(0,0,0,.25)}.dOdwhJ:is(:hover,[data-hover]){border-color:#fff}.cFjlvm:is(:hover,[data-hover]){background-color:#1c96e8}.dOdwhJ\!:is(:hover,[data-hover]){border-color:#fff!important}.iMCuBY:is(:hover,[data-hover]){border-color:#838ca6}.khGfhX:is(:hover,[data-hover]){border-color:rgba(82,255,0,.5)}.cyXbIq:active{cursor:grabbing}.bcEwhG:is(:active,[data-active]){background:linear-gradient(90deg,#a4058f,#ee30d5)}.jplseb:is(:active,[data-active]){background:rgba(0,0,0,.2)}.kYtfuZ:is(:active,[data-active]){background:rgba(255,227,23,.15)}.bQUzaL:is(:active,[data-active]){background:hsla(270,1%,54%,.2)}.hbuhZO:is(:active,[data-active]){color:#fff}.elyWDw:is(:active,[data-active]){background:rgba(18,237,111,.25)}.bhOmPO:is(:active,[data-active]){box-shadow:0 5px 0 0 #b52746}.cYwkec:is(:active,[data-active]){opacity:.9}.ffOSGF:is(:active,[data-active]){background:#2d2540}.hnFbvg:is(:active,[data-active]){background:#ffe317}.ejNCgW:is(:active,[data-active]){background:#cf1745}.fuMdad:is(:active,[data-active]){box-shadow:0 6px 0 0 rgba(200,48,84,.7)}.cFWByx:is(:active,[data-active]){background:#736791}.eLmFaq:is(:active,[data-active]){color:rgba(230,221,255,.9)}.bvHvIY:is(:active,[data-active]){background:#ffd00d}.hLhJjB:is(:active,[data-active]){background-color:#ff567a}.cQzXZR:is(:active,[data-active]){border-left-color:#2d2540}.huLien h4:before{width:20px}.hxCXBg h4:before{height:2px}.rTUZo h4:before{background:#ff5900}.gHnTdS\! blockquote p,.gHnTdS\! blockquote strong{color:#fff!important}.jXGLls a span{text-decoration:underline}.jJxBLp tbody strong{color:#000}.IHLMz tr:not(:last-child){border-bottom:1px solid #201f28}.fDKmir h4 span,.gqUZYL p span{color:#ffbe02}.bvjION:is(:checked,[data-checked],[aria-checked=true],[data-state=checked])+span{background:#38343d}.eTfeih a:is(:hover,[data-hover]){text-decoration:none}.gEiZOQ a:is(:hover,[data-hover]){color:#fff}[data-error=true] .dHULrI\!:after{background:#f93e66!important}[data-error=false] .JdNGV\!:after{background:hsla(240,8%,65%,.7)!important}[data-variant=center] .BzChg p{padding-inline:20px}.blAnFg\! a:is(:hover,[data-hover]){color:rgba(0,0,0,.7)!important}.fpdaFl a:is(:hover,[data-hover]){color:#838383}.fJwabG\! span:after{background:hsla(0,0%,51%,.5)!important}.eGOeGw[data-status=auth] img,.eGOeGw[data-status=cabinet] img{width:40px}.jtvySz[data-status=auth] img,.jtvySz[data-status=cabinet] img{height:40px}.hdhrzO[data-status=auth] img,.hdhrzO[data-status=cabinet] img{object-fit:contain}.iuAZVj[data-status=logout] img{width:40px}.fFlHGk[data-status=logout] img{height:40px}.iyXbaa[data-status=logout] img{background:#131218}.crdUDz[data-status=logout] img{border-radius:50%}.fRmgwh[data-status=logout] img{padding:9px}.iInCLy[data-dropdown=true] svg{transform:scaleY(-1)}.kgeOCC[data-dropdown=true] svg{stroke:#ff023f}.jDcKqD[data-dropdown=true]:after{opacity:1}.dsvIAV[data-dropdown=true]:after{visibility:visible}.gdfYCT[data-dropdown=true]:after{pointer-events:all}.runbR[data-dropdown=true]:is(:hover,[data-hover]){color:#fff}.kCpvpK[data-dropdown=false] svg{stroke:#ffe216}.fnuSDt[data-dropdown=false]:after{opacity:0}.dBJere[data-dropdown=false]:after{visibility:hidden}.hFZpZX[data-dropdown=false]:after{pointer-events:none}.OivvY:not(:disabled):is(:hover,[data-hover]){background:hsla(247,5%,63%,.1)}.HSsbm:not(:disabled):is(:hover,[data-hover]){color:#fff}.eCHzym:not(:last-child):after{position:absolute}.dykcBT:not(:last-child):after{width:1px}.idJLBV:not(:last-child):after{height:100%}.btsqVP:not(:last-child):after{background:hsla(206,6%,50%,.2)}.eNczIo[data-read=true]:is(:hover,[data-hover]){background:rgba(0,184,239,.2)}.bwmOku[data-read=false]:is(:hover,[data-hover]){background:rgba(255,227,23,.2)}[data-read=true] .eCDYlt svg{fill:#00b8ef}[data-read=false] .fJFhwf svg{fill:#ffe317}.lgWqbO[data-variant=black]:is(:hover,[data-hover]){background:#000}.jHhkuI[data-variant=black]:is(:hover,[data-hover]){color:#fff}.bTVsSW[data-variant=black]:is(:hover,[data-hover]){fill:#fff}.iUmezt[data-variant=yellow] span{border:1px solid #000}.bmfGfa[data-variant=yellow] span{border-radius:3px}.ejTzrR[data-variant=yellow] span{padding:8px 15px}.kTKdyq[data-variant=yellow] span{height:100%}.cFoEta[data-variant=yellow]:is(:hover,[data-hover]){background:#ffc000}.kktnts[data-variant=transparent]:is(:active,[data-active]){background:rgba(255,227,23,.15)}.bqnNKu[data-variant=transparent]:is(:hover,[data-hover]){background:rgba(255,227,23,.15)}.bkXMdI[data-variant=transparent]:is(:focus,[data-focus]){background:rgba(255,227,23,.15)}.eprvOx[data-variant=gray]:is(:active,[data-active]){background:hsla(240,6%,57%,.15)}.jhLkNM[data-variant=gray]:is(:active,[data-active]){color:#fff}.hUnDOW[data-variant=gray]:is(:active,[data-active]){fill:#fff}.bqAcbz[data-variant=gray]:is(:hover,[data-hover]){background:hsla(240,6%,57%,.15)}.sbDTe[data-variant=gray]:is(:hover,[data-hover]){color:#fff}.cdZOVE[data-variant=gray]:is(:hover,[data-hover]){fill:#fff}.dYOPKh[data-variant=gray]:is(:focus,[data-focus]){background:hsla(240,6%,57%,.15)}.IShdM[data-variant=gray]:is(:focus,[data-focus]){color:#fff}.imGBzC[data-variant=gray]:is(:focus,[data-focus]){fill:#fff}.hbnCHl li:not(:last-child){border-bottom:1px solid rgba(69,69,87,.4)}.jBWQRu\! .swiper img{margin-block:unset!important}.eRRgGT .swiper-arrows svg{width:18px}.iIzeSi .swiper-arrows svg{height:30px}.hKVKJR .swiper-arrows:is(:disabled,[disabled],[data-disabled]){stroke:#2e2e35}.fclyvC\! .swiper-slide-thumb-active img{border:1px solid #ffdf15!important}.gWMPny i[data-resource=stone]{color:#f7f36c}.kreGJz i[data-resource=water]{color:#56d9ff}.ibViSG i[data-resource=gas]{color:#acfc8d}.iEkjce i:before{display:inline-block}.gclfVr i:before{width:25px}.bAejKJ i:before{text-align:center}[data-burger=false] .fArMAj span{opacity:0}[data-burger=true] .dxGtt\![data-support=true]{background:#32313f!important}[data-burger=false] .eXKSmq\![data-support=true]{background:#2e2e3a!important}[data-burger=true] .hgnjEJ svg{stroke:#8b8b98}[data-burger=false] .cyHpv\!:before,[data-burger=true] .bmmdsI\!:before{background:#ffbe02!important}[data-burger=true] .gTeSdz svg{opacity:1}[data-burger=true] .imTpnR svg{visibility:visible}[data-burger=true] .fujwfd:before{width:10px}[data-burger=true] .eiZaJE:before{background:#363542}[data-burger=false] .eIJDai:before{width:5px}[data-burger=false] .LnRJt svg{opacity:0}[data-burger=false] .YLQMy svg{visibility:hidden}.bGaimN img:nth-of-type(2){position:absolute}.jSFVbq img:nth-of-type(2){transform:translate(-50%,-50%)}.hwelcZ h4[data-title=welcome]{color:#ffe216}.iStMiF h4[data-title=btn]{color:#fff}.chrJMX h3:before{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi4zNjMyOEMwLjQ0NzcxNSA2LjM2MzI4IDAgNi44MTEgMCA3LjM2MzI4QzAgNy45MTU1NyAwLjQ0NzcxNSA4LjM2MzI4IDEgOC4zNjMyOFY3LjM2MzI4VjYuMzYzMjhaTTI2LjcwNzEgOC4wNzAzOUMyNy4wOTc2IDcuNjc5ODYgMjcuMDk3NiA3LjA0NjcgMjYuNzA3MSA2LjY1NjE3TDIwLjM0MzEgMC4yOTIyMTNDMTkuOTUyNiAtMC4wOTgzMTA5IDE5LjMxOTUgLTAuMDk4MzEwOSAxOC45Mjg5IDAuMjkyMjEzQzE4LjUzODQgMC42ODI3MzggMTguNTM4NCAxLjMxNTkgMTguOTI4OSAxLjcwNjQzTDI0LjU4NTggNy4zNjMyOEwxOC45Mjg5IDEzLjAyMDFDMTguNTM4NCAxMy40MTA3IDE4LjUzODQgMTQuMDQzOCAxOC45Mjg5IDE0LjQzNDNDMTkuMzE5NSAxNC44MjQ5IDE5Ljk1MjYgMTQuODI0OSAyMC4zNDMxIDE0LjQzNDNMMjYuNzA3MSA4LjA3MDM5Wk0xIDcuMzYzMjhWOC4zNjMyOEgyNlY3LjM2MzI4VjYuMzYzMjhIMVY3LjM2MzI4WiIgZmlsbD0iI0ZGREYxNSIvPgo8L3N2Zz4K") no-repeat 50%/100% 100%}.yNZaE h3:before{display:inline-block}.hjLXUx h3:before{width:25px}.jDpoZN h3:before{height:15px}.esIJvQ ul li{position:relative}.gliMvr ul li{display:flex}.dgcGuV ul li{padding:10px}.faucsd ul li{color:hsla(0,0%,100%,.8)}.bntCkd h2:not(:first-child){border-top:1px solid hsla(0,0%,100%,.15)}.ilHLze ul li{padding:20px 30px}.esEutO ol li{position:relative}.glhrfB ol li{display:flex}.iwdBnS ol li{gap:20px}.bDptAC ol li{padding:15px 30px}.dsMaVw ol li{border-radius:5px}.bqbPtR ol li{background:rgba(115,100,150,.15)}.favxHT ol li{color:hsla(0,0%,100%,.8)}.iVrVVk ol img{height:100%}.eWMNQQ ol img{max-height:32px}.gzlMTE ol img{width:auto}.mhnGe h2 span{color:#fff}.fsttJt ul>li{position:relative}.jvHaTI tr:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.hXWRFe td:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}.bDXXPs span:after{position:absolute}.gyQQas span:after{aspect-ratio:1/1}.iZTccR span:after{transform:translateX(-50%)}.jYESSB span:after{width:150%}.gjvTlV span:after{background:#000}.cCVmsM span:after{filter:drop-shadow(0 0 4px rgba(216,147,247,1))}.hQbMZq[data-read=false]:is(:hover,[data-hover]){background:linear-gradient(0deg,rgba(42,50,55,.4),rgba(42,50,55,.4)),linear-gradient(180deg,rgba(30,37,41,0),rgba(92,112,126,.25))}.gKDZtc h5:after{margin:0 0 5px 5px}.fNgRJP h5:after{width:6px}.hsnZsY h5:after{height:6px}.cctbdt h5:after{border-radius:50%}.dEdqnV h5:after{background:#f93e66}.ddoVYt i:before{width:23px}.gURjiQ a:is(:hover,[data-hover]){color:#ffdf15}.iRihvU:is(:disabled,[disabled],[data-disabled]) svg{fill:hsla(0,0%,100%,.2)}.gfsPHJ li:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.1)}.gogGBg p button{color:#fff}.dpyEZE span b{color:#000}.bDlrol input::placeholder,.bDlrol input[data-placeholder]{color:hsla(0,0%,100%,.6)}.ntwRU p:after{position:absolute}.knhrYw p:after{transform:translateY(-50%)}.kNqjGi p:after{height:18px}.eMcGxT p:after{width:7px}.wMatG p:after{display:block}.gVxQwT p:after{background:url(/images/marketplace/lang-triangle.svg) no-repeat 0}.jMozwu[data-swap-active=true]:before{position:absolute}.gpBXVD[data-swap-active=true]:before{transform:translateX(-50%)}.bGvZdE[data-swap-active=true]:before{display:block}.hJONmG[data-swap-active=true]:before{width:var(--sizes-0)}.fXXUld[data-swap-active=true]:before{height:var(--sizes-0)}.cACP[data-swap-active=true]:before{border-left:11px solid transparent}.gbWZvZ[data-swap-active=true]:before{border-right:11px solid transparent}.dfmdMa[data-swap-active=true]:before{border-top:10px solid #fee93a}[data-swap-active=true] .djZlBu\! p{color:#000!important}[data-swap-active=true] .DLDqW\! svg{fill:#000!important}[data-variant=create-box] .croaml:is(:disabled,[disabled],[data-disabled]){pointer-events:none}[data-variant=auto-calc] .ddAFQc:is(:disabled,[disabled],[data-disabled]){opacity:.6}[data-variant=auto-calc] .kDkzFm:is(:disabled,[disabled],[data-disabled]){pointer-events:none}.eVmDuZ i[data-resource=gas]{color:#7ffa86}.ejUIOR i[data-resource=stone]{color:#b27100}.bQRrFf i[data-resource=stone]{background:radial-gradient(50% 50% at 50% 50%,#f7dc00 0,#ecb800 100%)}.infDEW i[data-resource=water]{color:#00527c}.bzMdHr i[data-resource=water]{background:radial-gradient(50% 50% at 50% 50%,#00bfff 0,#008bc5 100%)}.gLiTod i[data-resource=gas]{color:#005401}.hqDLQk i[data-resource=gas]{background:radial-gradient(50% 50% at 50% 50%,#00db03 0,#1da91f 100%)}.btoGrU\! p span{color:#00ff9c!important}.gHdREJ h6 span{color:#f8ef00}.jZKrBk[data-pos=left][data-type=green]:after{width:47px}.dEBLMH[data-pos=left][data-type=green]:after{height:12px}.cGQbrO[data-pos=left][data-type=green]:after{background:url(/images/coin/road-green-arrow.svg) no-repeat 50%/contain}.kjngfr[data-pos=left][data-type=green]:after{transform:translateY(-50%)}.EWspb[data-pos=right][data-type=green]:after{width:47px}.eJQjUk[data-pos=right][data-type=green]:after{height:12px}.fnlELZ[data-pos=right][data-type=green]:after{background:url(/images/coin/road-green-arrow.svg) no-repeat 50%/contain}.hzQkmC[data-pos=right][data-type=green]:after{transform:translateY(-50%) scaleX(-1)}.frMIcA[data-pos=bottom][data-type=green]:after{width:47px}.bSURTj[data-pos=bottom][data-type=green]:after{height:12px}.iMZQDu[data-pos=bottom][data-type=green]:after{background:url(/images/coin/road-green-arrow.svg) no-repeat 50%/contain}.gLJbZz[data-pos=bottom][data-type=green]:after{transform:translateX(-50%) rotate(-90deg)}.fLyrcZ[data-pos=left][data-type=mark-green]:after{width:53px}.ufyAT[data-pos=left][data-type=mark-green]:after{height:25px}.lirUtr[data-pos=left][data-type=mark-green]:after{transform:translateY(-50%)}.fFYfxE[data-pos=left][data-type=mark-green]:after{background:url(/images/coin/road-green-arrow-mark-left.svg) no-repeat 50%/contain}.fTYHMO[data-pos=right][data-type=mark-green]:after{width:53px}.gkPdHk[data-pos=right][data-type=mark-green]:after{height:25px}.etycYo[data-pos=right][data-type=mark-green]:after{transform:translateY(-50%)}.lkDIQY[data-pos=right][data-type=mark-green]:after{background:url(/images/coin/road-green-arrow-mark-right.svg) no-repeat 50%/contain}.hrjvEw[data-pos=bottom][data-type=mark-green]:after{width:25px}.kTSXBu[data-pos=bottom][data-type=mark-green]:after{height:53px}.hUhUfu[data-pos=bottom][data-type=mark-green]:after{transform:translateX(-50%)}.daEeLw[data-pos=bottom][data-type=mark-green]:after{background:url(/images/coin/road-green-arrow-mark-bottom.svg) no-repeat 50%/contain}.hhZBPY[data-pos=left][data-type=blue]:after{width:53px}.gzJEHu[data-pos=left][data-type=blue]:after{height:25px}.fQOlQy[data-pos=left][data-type=blue]:after{transform:translateY(-50%)}.kxgXQk[data-pos=left][data-type=blue]:after{background:url(/images/coin/road-blue-arrow-mark-left.svg) no-repeat 50%/contain}.dOwJzj[data-pos=right][data-type=blue]:after{width:53px}.idAahN[data-pos=right][data-type=blue]:after{height:25px}.XYjwJ[data-pos=right][data-type=blue]:after{transform:translateY(-50%)}.jXytYQ[data-pos=right][data-type=blue]:after{background:url(/images/coin/road-blue-arrow-mark-right.svg) no-repeat 50%/contain}.ieuZeJ[data-pos=bottom][data-type=blue]:after{width:25px}.bWYMxX[data-pos=bottom][data-type=blue]:after{height:53px}.bCrmfH[data-pos=bottom][data-type=blue]:after{transform:translateX(-50%)}.ceYtIk[data-pos=bottom][data-type=blue]:after{background:url(/images/coin/road-blue-arrow-mark-bottom.svg) no-repeat 50%/contain}.hoaTqo li span{color:hsla(0,0%,100%,.8)}.feNLne p span{color:#ffd00d}.cruwQw ul:before{position:absolute}.jVPVqR ul:before{transform:translateX(-50%)}.fEYiEW ul:before{display:block}.jJuUUQ ul:before{width:var(--sizes-0)}.dIGUZb ul:before{height:var(--sizes-0)}.ezCFDZ ul:before{border-bottom:16px solid #000}.jVzYAz ul:before{border-right:15px solid transparent}.hVrmSV ul:before{border-left:15px solid transparent}.cscGsA li:before{position:absolute}.fDodXq li:before{display:block}.imSPDE li:before{background:url(/images/home/about/plus.svg) no-repeat}.gIzKdi li:before{width:13px}.dbXqAZ li:before{height:13px}[data-state=open] .exalXP svg{transform:scaleY(-1)}.iWBtsn p>span{color:#f00082}.kpUrsy[data-state=active]:before{display:none}.iVRLmo[data-state=active]:after{display:block}.fPZJcf[data-state=active]:is(:hover,[data-hover]){color:#d80a69}.cOTSpu[data-state=inactive]:is(:hover,[data-hover]){color:#fff079}.GWQKj:nth-of-type(odd) p:after{transform:translateY(-50%)}.dMqscw:nth-of-type(odd) p:before,.fhqrfG:nth-of-type(2n) p:after{transform:translateY(-50%) scale(-1)}.hhbwsR:nth-of-type(2n) p:before{transform:translateY(-50%)}.giHOkV a:is(:hover,[data-hover]),.giHOkV button:is(:hover,[data-hover]){text-decoration:underline}.cblrci li svg{width:20px}.lekrfC li svg{fill:#c1b6dc}.bNhKgz li svg{transition:fill .3s ease}.leQrsr li:active,.leQrsr li:hover{background:#3f3754}.gXIbNh li:active,.gXIbNh li:hover{color:#ded4f5}.kDrmZN p:first-of-type{color:#c1b6dc}.fKnNAW p:nth-of-type(2){color:#f93e66}.lpleRf p:nth-of-type(3){color:#c1b6dc}.bEZqEg\!:first-of-type:is(:hover,[data-hover]){color:#12141b!important}.cOkAkz:first-of-type:is(:hover,[data-hover]){background:#32c635}.bLvllr\!:nth-of-type(2):is(:hover,[data-hover]){color:#12141b!important}.bqZcwD:nth-of-type(2):is(:hover,[data-hover]){background:#ffbe02}.hgbPOC:first-of-type span{color:#32c635}.heXqGd:first-of-type:after{background:url(/images/marketplace/figure-arrow-green.png)}.eqYVWO:nth-of-type(2) span{color:#ffbe02}.guBQcx:nth-of-type(2):after{background:url(/images/marketplace/figure-arrow-yellow.png)}.fDSijC h5 span{color:#ffbe02}[data-state=closed] .hgNhsK svg{stroke:#ffe216}[data-state=open] .cbUOST svg{stroke:#ff023f}.bsROka[data-level="1"] b{color:#def777}.ftEkoN[data-level="2"] b{color:#baffaf}.fvmhyo[data-level="3"] b{color:#8dd9fc}.iwPQnC[data-level="4"] b{color:#9e98ff}.jufRNZ[data-level="5"] b{color:#ff62b5}.hlNxez[data-res=stone]:before{position:absolute}.cxrqtt[data-res=stone]:before{display:block}.goBfxB[data-res=stone]:before{width:28px}.jOQTXK[data-res=stone]:before{height:28px}.kXCAmX[data-res=stone]:before{border-radius:50%}.eZmvEm[data-res=stone]:before{text-align:center}.gVTXEH[data-res=stone]:before{z-index:1}.cgqhfq[data-res=stone]:after{position:absolute}.hgjlOI[data-res=stone]:after{display:block}.bUgMMT[data-res=stone]:after{width:14px}.gXXvII[data-res=stone]:after{height:14px}.tNazl\![data-state=active]:is(:hover,[data-hover]){color:#000!important}.dmWjAw i[data-resource=stone]{color:#f2cd00}.jGefoH i[data-resource=water]{color:#11a4e2}.fhgWWM i[data-resource=gas]{color:#1eb920}.ecRuoU p:first-child{color:#b0b0b0}.dMxrJh p:nth-child(2){color:#ffea00}.jAZEXA p:first-child{background:#231f1e}.lmBFMH p:nth-child(2){background:#4b432e}.eBoGCu p:first-child{background:#131218}.jFIFBl p:nth-child(2){background:#3b3947}.hqrnvH h1 span{color:#949099}.jNAclU p::-webkit-scrollbar{background:rgba(64,62,81,.5)}.WeERO p::-webkit-scrollbar{width:4px}.gsPeuN p::-webkit-scrollbar{border-radius:3px}.euLbDP p::-webkit-scrollbar-thumb{background:rgba(143,138,178,.4)}.cmIRpa p::-webkit-scrollbar-thumb{border-radius:3px}.eOHqdw:first-of-type:after,.eOHqdw:nth-of-type(3):after{position:absolute}.kojiYo:first-of-type:after,.kojiYo:nth-of-type(3):after{transform:translateY(-50%)}.ciDgGF:first-of-type:after,.ciDgGF:nth-of-type(3):after{height:calc(100% - 30px)}.jZCzyE:first-of-type:after,.jZCzyE:nth-of-type(3):after{border-left:1px solid rgba(45,45,54,.5)}.enNfoP:first-of-type:before{position:absolute}.ewypYS:first-of-type:before{width:calc(100% - 15px)}.kBZxOt:first-of-type:before{border-bottom:1px solid rgba(45,45,54,.5)}.geBjCY:nth-of-type(2):before{position:absolute}.bjjeh:nth-of-type(2):before{width:calc(100% - 15px)}.bSWFaq:nth-of-type(2):before{border-bottom:1px solid rgba(45,45,54,.5)}.ktygKO[data-dropdown=true]:after{display:block}.epmIym button:is(:hover,[data-hover]){background:hsla(0,0%,100%,.4)}.kvEvvp:is(:disabled,[disabled],[data-disabled]) svg{fill:hsla(0,0%,100%,.3)}.skRTM button[data-state=open]{background:rgba(28,28,35,.5)}.fsNFnd button[data-state=closed]{background:#1c1c23}.bbRQgb:nth-of-type(5n+1) img{border-top:5px solid #def777}.gmUxHR:nth-of-type(5n+1) img{border-bottom:5px solid #def777}.gfplFY:nth-of-type(5n+2) img{border-top:5px solid #baffaf}.jNTzju:nth-of-type(5n+2) img{border-bottom:5px solid #baffaf}.bxLYox:nth-of-type(5n+3) img{border-top:5px solid #8dd9fc}.hOTGsX:nth-of-type(5n+3) img{border-bottom:5px solid #8dd9fc}.gemLDD:nth-of-type(5n+4) img{border-top:5px solid #9e98ff}.bKuhQp:nth-of-type(5n+4) img{border-bottom:5px solid #9e98ff}.tCqVs:nth-of-type(5n+5) img{border-top:5px solid #ff62b5}.cPFAUq:nth-of-type(5n+5) img{border-bottom:5px solid #ff62b5}.dYamWl a:is(:hover,[data-hover]){text-decoration:underline}.cDUTyb:first-of-type:after{border-bottom:5px solid #dabaff}.csZQVt:nth-of-type(2):after{border-bottom:5px solid #fbfd94}.gvHCMD:nth-of-type(3):after{border-bottom:5px solid #6cff7b}.gXTLQX p span{color:#ffd702}.iugawi h4 span,.jRYYCC p span{text-transform:uppercase}.jeCEqM h4 span{background:linear-gradient(270deg,#ff597d,#ffc000)}.mJNIT h4 span{-webkit-text-fill-color:transparent}.kIskUV li:before{color:#ffd00d}.jdOGlv button svg{fill:rgba(230,221,255,.8)}.loIurK button svg{transform:rotate(-90deg)}.hoywEg button:is(:hover,[data-hover]){background:#736791}.bIPAJD button:is(:hover,[data-hover]){color:rgba(230,221,255,.9)}.ckWcuK button:is(:active,[data-active]){background:#736791}.hxGsqZ button:is(:active,[data-active]){color:rgba(230,221,255,.9)}.btlKdw:first-child:after{background:#2e2743}.jdJNZi:nth-child(2):after{background:#221c31}.bcujsd:nth-child(3):after{background:#1b1628}.cnebbd:first-child:after{background:#2b243e}.lfkIfe:nth-child(2):after{background:#272038}.crFdfU[data-state=active]:after,.crFdfU[data-state=active]:before{display:block}.hfOaXw .sliderArrowNext img{transform:rotate(-180deg)}.cMGZqi .sliderArrowNext:is(:hover,[data-hover]){background:#e8007b}.cFWTNs .sliderArrowPrev:is(:hover,[data-hover]){background:#e8007b}[data-resource-type=stone] .gmjuiR p{color:#ffbe02}[data-resource-type=water] .cVICCg p{color:#2fc9ff}[data-resource-type=gas] .bilZdE p{color:#32c635}.jpdFfs p:first-of-type{color:#949099}.cSuNrn p:nth-of-type(2){color:#ffe216}.cqxtgQ li:first-child{grid-row:1/span 3}.drsyno\! li:first-child{border:unset!important}.wJifV li:first-child{grid-row:1/span 2}[data-profit=true] .hFAdzC svg{fill:#32c635}[data-profit=false] .jQCwXC svg{fill:#b8203b}[data-profit=false] .jmxLbH svg{transform:scaleY(-1)}[data-disabled=true] .dfcros:after{position:absolute}[data-disabled=true] .iHJbIC:after{inset:var(--spacing-0)}[data-disabled=true] .ePVPtv:after{background:rgba(32,31,40,.8)}[data-disabled=true] .bdjtRD:after{pointer-events:all}[data-disabled=true] .gYANWz:after{z-index:2}[data-type=system] .ccnFSQ p{color:#ffbe02}[data-type=recommendedPrice] .cCNnim p{color:#2fc9ff}[data-type=userPrice] .jQAES p{color:#32c635}[data-disabled=true] .kmhdQe p{text-align:center}[data-disabled=true] .jmCYrC p{color:#949099}[data-disabled=true] .eGWQyd p{z-index:3}.eRzMeG:first-of-type svg{fill:#32c635}.hyqDaS:first-of-type:is(:hover,[data-hover]){color:#1eee21}.kLPAUS:nth-of-type(2) svg{fill:#ffbe02}.dyMHnL:nth-of-type(2):is(:hover,[data-hover]){color:#fff502}.gzNxJi[data-resource-type=stone] p{color:#ffbe02}.jqAyHv[data-resource-type=water] p{color:#2fc9ff}.buFJpz[data-resource-type=gas] p{color:#32c635}.bttOuk input::placeholder{color:hsla(267,4%,58%,.6)}.iANNZD input:is(:focus-visible,[data-focus-visible]){outline:var(--borders-none)}.fOcOMe button:is(:hover,[data-hover]){text-decoration:underline}.bownSq input::placeholder,.bownSq input[data-placeholder]{color:hsla(0,0%,100%,.5)}.bQlpxr input::placeholder,.bQlpxr input[data-placeholder]{text-align:right}.czkQMm:first-of-type label:after,.czkQMm:nth-of-type(3) label:after{border-bottom:2px solid #7d7d82}.dVCJUQ:first-of-type label:after,.dVCJUQ:nth-of-type(3) label:after{position:absolute}.hHvPss:first-of-type label:after,.hHvPss:nth-of-type(3) label:after{width:100%}[data-state=open] .kKIJTY svg{transform:rotate(90deg)}.OeDWV>div:not(:last-child){border-right:1px solid rgba(86,103,148,.5)}.cbHEyi:first-of-type:is(:hover,[data-hover]){background:#acfc8d}.kogCAt:first-of-type:is(:hover,[data-hover]){color:#000}[data-active=all] .kPrZZo:first-of-type{background:#acfc8d}[data-active=all] .HGaqj:first-of-type{color:#000}.huozMl:nth-of-type(2):is(:hover,[data-hover]){background:#f5f776}.frjYRC:nth-of-type(2):is(:hover,[data-hover]){color:#000}[data-active=receivedFromPlanet] .jUgRjx:nth-of-type(2){background:#f5f776}[data-active=receivedFromPlanet] .cURaXC:nth-of-type(2){color:#000}.dUUYxr:nth-of-type(3):is(:hover,[data-hover]){background:#77f29a}.isqmuj:nth-of-type(3):is(:hover,[data-hover]){color:#000}[data-active=receivedFromTeam] .Hbvjg:nth-of-type(3){background:#77f29a}[data-active=receivedFromTeam] .XNlXk:nth-of-type(3){color:#000}.jEVBuw:nth-of-type(4):is(:hover,[data-hover]){background:#fecb02}.ckndhI:nth-of-type(4):is(:hover,[data-hover]){color:#000}[data-active=boxCreated] .hCMnXm:nth-of-type(4){background:#fecb02}[data-active=boxCreated] .ewSlHu:nth-of-type(4){color:#000}.efObNg:nth-of-type(5):is(:hover,[data-hover]){background:#f0acbc}.jQczhJ:nth-of-type(5):is(:hover,[data-hover]){color:#000}[data-active=exchange] .BCnQY:nth-of-type(5){background:#f0acbc}[data-active=exchange] .fgxuVR:nth-of-type(5){color:#000}.dQkARr[data-state=closed] svg{fill:#9e9ead}.eyERMw[data-state=open] svg{fill:#000}.ceGkfM>button:first-child:after{position:absolute}.glIqOU>button:first-child:after{transform:translateY(-50%)}.gPAGnx>button:first-child:after{height:70%}.kWndPK>button:first-child:after{border-right:1px solid rgba(86,103,148,.5)}.gfNxyj\!:is(:disabled,[disabled],[data-disabled]) svg{stroke:hsla(240,8%,65%,.5)!important}.dzRLlx[data-state=closed] svg,.fPDkZj[data-state=open] svg{stroke:#ffe216}.ibnnqI[data-state=open] svg{transform:scaleY(-1)}.dlIIhK:is(:disabled,[disabled],[data-disabled]) svg{stroke:#ffe216}.gbKCuH\!>div:after{border:6px solid #fff!important}.ioXZYB\!>div:after{z-index:2!important}.fxCecL\!>div:after{background:#000!important}.dbvwUf>div:before{position:absolute}.bwwuEZ>div:before{display:block}.kLPilb>div:before{width:40px}.kzvdyY>div:before{height:40px}.hbRgxk>div:before{background:url(/images/home/planets/gold-status.png) no-repeat top/contain}.iRizej>div:before{z-index:5}[data-color="1"] .dIiLdc h4{color:#de3b84}[data-color="2"] .fIhyJl h4{color:#ffc306}[data-color="3"] .dUQVlS h4{color:#8cb414}[data-color="4"] .foZStP h4{color:#14b476}[data-color="5"] .dgQYMl h4{color:#24a4ce}[data-color="6"] .dccOCv h4{color:#8f68ff}[data-color="7"] .fRVhGZ h4{color:#f4e45a}.jiCyhr span:before{display:block}.hujfyB span:before{position:absolute}.ekBMKF span:before{transform:translateY(-50%)}.hylHkZ span:before{width:90%}.fTFkkz span:before{height:1px}.oalbB span:before{border-top:1px dashed hsla(0,0%,100%,.4)}.feFhNb span:first-of-type,.kYcBaU span:nth-of-type(2){text-align:right}.kYdKie span:nth-of-type(3){text-align:left}.dsRBca span:nth-of-type(4){text-align:right}.fFcPVg span:nth-of-type(5){text-align:left}.kyKjsI span:nth-of-type(6){text-align:right}.bspkOB h6 img{width:30px}.ktJwnG h6 img{height:30px}.bPXIqJ:first-of-type:after{background:url(/images/home/resources/question.svg) no-repeat top/contain}.cjotVR:nth-of-type(2):before{display:none}.eesqGY:nth-of-type(2):before{width:90%}.eEpDJN:nth-of-type(2):after{background:url(/images/home/resources/refresh.svg) no-repeat top/contain}.gSQbil:nth-of-type(2) img{max-width:230px}.cXAoWV p span{color:currentColor}.kttWYT p:first-of-type{color:#ffe839}.boMfsS p:nth-of-type(2){color:#77daff}.hDqGfz p:nth-of-type(3){color:#78d457}.CxNbi:nth-child(2):after{display:none}.dfISSi:not(:last-child):after{transform:translateY(-50%)}.iHVRyZ:not(:last-child):after{height:40px}.hDrHqk:not(:last-child):after{background:hsla(0,0%,69%,.2)}.gDWetE span:after{width:50%}.gTeawn span:after{height:50%}.VlRIv span:after{background:inherit}.cpDBwK span b{position:relative}.fntNPB span b{z-index:1}[data-level="1"] .fdbtKf p{color:#def777}[data-level="1"] .kkctub span{background:#def777}[data-level="2"] .hxXkas p{color:#baffaf}[data-level="2"] .gJobLI span{background:#baffaf}[data-level="3"] .khSvMl p{color:#8dd9fc}[data-level="3"] .bnnZrZ span{background:#8dd9fc}[data-level="4"] .ktXCaT p{color:#9e98ff}[data-level="4"] .ckKyvf span{background:#9e98ff}[data-level="5"] .dqOgeY p{color:#ff62b5}[data-level="5"] .kJxKTI span{background:#ff62b5}[data-level="1"] .eBBPCz span{color:#def777}[data-level="2"] .LpReU span{color:#baffaf}[data-level="3"] .bEvPwh span{color:#8dd9fc}[data-level="4"] .jWCqyX span{color:#9e98ff}[data-level="5"] .bJBcpY span{color:#ff62b5}[data-state=closed] .jovcoo svg{transform:scaleY(1)}[data-state=closed] .dYmmkb svg{stroke:#9e9ead}[data-level="1"] .dDiUzf span{color:#def777}[data-level="2"] .bxcyJs span{color:#baffaf}[data-level="3"] .htvAwx span{color:#8dd9fc}[data-level="4"] .bTPsnn span{color:#9e98ff}[data-level="5"] .dRmgHQ span{color:#ff62b5}[data-resource-type=stone] .KLPOf h5{color:#f7dc00}[data-resource-type=water] .kokOJF h5{color:#2fc9ff}[data-resource-type=gas] .cNpLdz h5{color:#30b133}.ldyyZh:disabled svg{fill:rgba(255,0,92,.2)}.bFSZHs[data-resource=stone] i,.bFSZHs[data-resource=stone] p{color:#f7f36c}.kqtsLl[data-resource=water] i,.kqtsLl[data-resource=water] p{color:#56d9ff}.hsPOyP[data-resource=gas] i,.hsPOyP[data-resource=gas] p{color:#7ffa86}.gKPZgu:first-child>div>p{flex:0 1 23%}.hRBTvf:nth-child(2)>div>p{flex:0 1 25%}.kICFUY:nth-child(3)>div>p{flex:0 1 27%}.kRYFJg\! .swiper-button-next:after,.kRYFJg\! .swiper-button-prev:after{background:url(/images/home/description/slider-arrow.svg) no-repeat bottom!important}.fKDgHX\! .swiper-button-next:after,.fKDgHX\! .swiper-button-prev:after{width:16px!important}.gfoRaQ\! .swiper-button-next:after,.gfoRaQ\! .swiper-button-prev:after{height:25px!important}.ggbXXL .swiper-button-prev:after{transform:rotate(180deg)}.khGcTh span br{display:block}.cSkfrK span br{display:none}.OePoB h2:not(:last-child){margin-bottom:20px}.kUUyGf h3:not(:first-child){margin-top:30px}.cXPthf h3:not(:last-child){margin-bottom:10px}.hQjSBh h4:not(:first-child){margin-top:20px}.elWCno h4:not(:last-child){margin-bottom:5px}.kqfZKj h4:before{content:""}.bObLdj h4:before{flex-shrink:0}.CFBMU h4:before{margin-right:10px}.cYMVUF h5:not(:last-child){margin-bottom:10px}.jPOQqp p:not(:last-child){margin-bottom:15px}.iBzpKT blockquote:not(:first-child){margin-top:30px}.bQPSvh blockquote:not(:last-child){margin-bottom:30px}.aKqFu ul:not(:last-child){margin-bottom:20px}.hDGloe ul>li{margin-left:20px}.knaIlX ul>li{list-style-type:disc}.epyZxf ol>li{list-style-type:decimal}.ckLJsW li:not(:last-child){margin-bottom:6px}.XslUf a span{text-decoration-color:inherit}.eACHiX table:not(:first-child){margin-top:20px}.jAfZuN table:not(:last-child){margin-bottom:20px}.gIjXFT tbody strong{font-weight:500}.lcqwuW p span{font-weight:700}.cPgcPp ul:not(:last-child){margin-bottom:10px}[data-variant=center] .efIYHW p{justify-self:center}[data-variant=start] .ftuvbA p{justify-self:flex-start}[data-variant=start] .hBCOmJ p{padding-right:20px}.gvfJNK h1:not(:last-child),.gvfJNK h2:not(:last-child),.gvfJNK h3:not(:last-child),.gvfJNK h4:not(:last-child),.gvfJNK h5:not(:last-child){margin-bottom:20px}.bzssJa article:not(:last-child),.iAyhUa p:not(:last-child),.jzicPT h1:not(:last-child){margin-bottom:30px}.jTVgLn:not(:disabled):is(:hover,[data-hover]){border-color:#ffdf15}.hkvgcM:not(:last-child):after{content:""}.lgtaHO:not(:last-child):after{top:var(--spacing-0)}.iQtPzt:not(:last-child):after{right:var(--spacing-0)}[data-variant=default] .iVDWnq:not(:last-child){padding-right:8px}.cigDKW[data-switcher=desktopBtn]:after{left:4px}.bIYcwl[data-switcher=mobileBtn]:after{left:calc(50% - 4px)}.fwSYfc li:not(:last-child){padding-bottom:14px}.NWTpK h1:not(:last-child),.cSwPMI blockquote:not(:last-child),.hUXRHL p:not(:last-child){margin-bottom:20px}.bluCZl img:nth-of-type(2){top:50%}.cLmxOh img:nth-of-type(2){left:50%}.jyswdM h2:not(:last-child){margin-bottom:30px}.ijTMRM h3:not(:first-child){margin-top:40px}.kpYdLA h3:before{content:""}.bMEvgQ h3:before{flex-shrink:0}.xMxuu h3:before{margin-right:15px}.ibmdYo ul:not(:first-child){margin-top:20px}.gVBgfc ul:not(:last-child){margin-bottom:40px}.craptF ul li{align-items:center}.cXrnOj ul li{font-size:20px}.iEdAJg ul li{font-weight:500}.gYDieU h2:not(:first-child){padding-top:40px}.ijLPnp h2:not(:first-child){margin-top:40px}.ibrrce ol:not(:first-child){margin-top:20px}.gVIsta ol:not(:last-child){margin-bottom:40px}.crbKJv ol li{align-items:center}.eLhxLu ol li{font-size:18px}.iEkMXe ol li{font-weight:500}.ddfHqF ol img{flex-shrink:0}.hbncCv h2:not(:last-child){margin-bottom:15px}.jtWRzX h3:not(:last-child){margin-top:30px}.iwQcsK p:not(:last-child){margin-bottom:25px}.OwEVz h4:not(:last-child){margin-bottom:20px}.htvpmf ul:not(:last-child){margin-bottom:25px}.bDgomQ\! .bg-wrapper:nth-of-type(2){margin-bottom:25px!important}.isfrOM\! .listTitle:not(:last-child){margin-bottom:10px!important}.eutROd .white-block:not(:first-child){margin-top:30px}.ehFyhj .white-block:not(:last-child){margin-bottom:30px}.diIdmP ol:not(:last-child),.diIdmP ul:not(:last-child){margin-bottom:20px}.hlDLqQ li:not(:last-child){margin-bottom:15px}.eVUclu .table-wrapper:not(:first-child){margin-top:30px}.hNnJLI .table-wrapper:not(:last-child){margin-bottom:30px}.gPdpZy span:after{content:""}.jlDjow span:after{top:calc(100% - 72px)}.jrXvOg span:after{left:50%}.iavkZF span:after{border-top-left-radius:50%}.eURCbr span:after{border-top-right-radius:50%}[data-variant=default] .cgelWg:before{border-bottom-color:#ffe317}.cbmIVj h5:after{content:""}.foHXEm li span{font-weight:600}.jEDOBi li:not(:last-child){padding-bottom:calc(8 * var(--vh-unit))}.dhJmoa p:after{content:""}.dzCkPg p:after{top:50%}.eAmNkq p:after{left:-25px}.nHxmU[data-swap-active=true]:before{content:""}.dpYnHC[data-swap-active=true]:before{top:calc(100% - 1px)}.hJNeEe[data-swap-active=true]:before{left:50%}.fbIklF p span{font-size:22px}.dEkHSH p span{font-weight:600}.jssuNq[data-pos=left][data-type=green]:after{top:var(--arrow-offset)}.eQcWZC[data-pos=left][data-type=green]:after{left:calc(-24px - 47px)}.bgmYfJ[data-pos=right][data-type=green]:after{top:var(--arrow-offset)}.gEkxka[data-pos=right][data-type=green]:after{right:calc(-24px - 47px)}.cvZDnK[data-pos=bottom][data-type=green]:after{left:var(--arrow-offset)}.dAlFda[data-pos=bottom][data-type=green]:after{bottom:calc(-2px - 47px)}.gcQvmK[data-pos=left][data-type=mark-green]:after{top:var(--arrow-offset)}.lfVngc[data-pos=left][data-type=mark-green]:after{left:calc(-18px - 53px)}.gEYIUN[data-pos=right][data-type=mark-green]:after{top:var(--arrow-offset)}.KPwlo[data-pos=right][data-type=mark-green]:after{right:calc(-18px - 53px)}.bUKUSW[data-pos=bottom][data-type=mark-green]:after{left:var(--arrow-offset)}.iEyJki[data-pos=bottom][data-type=mark-green]:after{bottom:calc(-12px - 53px)}.hjLTnf[data-pos=left][data-type=blue]:after{top:var(--arrow-offset)}.jNxyKh[data-pos=left][data-type=blue]:after{left:calc(-18px - 53px)}.cXoGVw[data-pos=right][data-type=blue]:after{top:var(--arrow-offset)}.jrcAxl[data-pos=right][data-type=blue]:after{right:calc(-18px - 53px)}.hsRLhH[data-pos=bottom][data-type=blue]:after{left:var(--arrow-offset)}.jEQaRH[data-pos=bottom][data-type=blue]:after{bottom:calc(-12px - 53px)}.cYEYsC h6:not(:last-child){margin-bottom:10px}.hlWyNA ul:not(:last-child){margin-bottom:15px}.dcQPPX li span{font-weight:700}.kiTAqm ul:before{content:""}.ARnWU ul:before{left:50%}.koXKqg ul:before{bottom:calc(100% - 1px)}.kjJtuq li:before{content:""}.dLYJzo li:before{left:var(--spacing-0)}.gszidb li:before{margin-top:5px}.kRkDIm li:before{background-size:contain}[data-var=yellow] .koNkuN img{border-color:#663500}[data-var=green] .dzyYIx img{border-color:rgba(255,234,148,.2)}.gUmVIy:nth-of-type(odd) p:after{left:-80px}.cJveUe:nth-of-type(2n) p:after,.dfdKLY:nth-of-type(odd) p:before{right:-80px}.kqDfcc:nth-of-type(2n) p:before{left:-80px}.byUlzK li svg{flex-shrink:0}.iKjOTc p:first-of-type{font-size:16px}.iohqQZ p:first-of-type{font-weight:600}.fmGgev p:nth-of-type(2){font-size:16px}.giXXgq p:nth-of-type(2){font-weight:600}.lhqiHY p:nth-of-type(3){font-size:14px}.hbjwMI p:nth-of-type(3){font-weight:500}.OmMSY h3:not(:last-child){margin-bottom:20px}.cXHvFk h4:not(:last-child){margin-bottom:10px}.dYRcYJ li:not(:last-child){margin-bottom:5px}.ljIskY img:not(:last-child){margin-bottom:20px}.cQTiXx[data-res=stone]:before{top:-52px}.giFFKj[data-res=stone]:before{left:var(--spacing-0)}.kcTZLy[data-res=stone]:before{line-height:28px}.gjqGLu[data-res=stone]:before{font-size:16px}.gLvQif[data-res=stone]:before{font-weight:600}.jvgIns[data-res=stone]:after{content:""}.lfVuxU[data-res=stone]:after{top:-38px}.fSRLPW[data-res=stone]:after{left:var(--spacing-0)}.kZGDwy:first-of-type:after,.kZGDwy:nth-of-type(3):after{content:""}.fKpWJM:first-of-type:after,.fKpWJM:nth-of-type(3):after{top:50%}.eBbAIX:first-of-type:after,.eBbAIX:nth-of-type(3):after{right:var(--spacing-0)}.kMpGXp:first-of-type:before{content:""}.hJudDH:first-of-type:before{bottom:var(--spacing-0)}.jxExkj:first-of-type:before{left:var(--spacing-0)}.caKDXC:nth-of-type(2):before{content:""}.hCYiWw:nth-of-type(2):before{bottom:var(--spacing-0)}.dDXxnf:nth-of-type(2):before{right:var(--spacing-0)}.bIjQTQ h1:not(:last-child),.bIjQTQ h2:not(:last-child),.bIjQTQ h3:not(:last-child),.bIjQTQ h4:not(:last-child),.bIjQTQ h5:not(:last-child),.bIjQTQ h6:not(:last-child),.bIjQTQ p:not(:last-child){margin-bottom:20px}.flsBzg p:not(:last-child){margin-bottom:10px}.kPMYhD h4 span{background-clip:text;-webkit-background-clip:text}.bOmHn li b,.bOmHn p b{font-weight:700}.ckTVjx li:before{content:"+"}.bUDZqs li:before{font-size:24px}.bQKUaD li:before{font-weight:500}.fEshCt li:before{line-height:.8}.kbrRVs h3 p{font-size:20px}.klrXYF h3 p{font-weight:700}.lmeYyB[data-resource=stone]:after{border-top-color:#ecb800}.kjMMRH[data-resource=water]:after{border-top-color:#008bc5}.dtVoXx[data-resource=gas]:after{border-top-color:#1da91f}[data-disabled=true] .iDzDWy:after{content:""}[data-disabled=true] .dHekKG p{font-size:16px}[data-disabled=true] .jDWiiU p{font-weight:500}.eOvLFX input::placeholder,.eOvLFX input[data-placeholder]{font-size:22px}.dARjlu:first-of-type label:after,.dARjlu:nth-of-type(3) label:after{content:""}.crjapF:first-of-type label:after,.crjapF:nth-of-type(3) label:after{top:32px}.dTRzzr:first-of-type label:after{left:50%}.dVeIFa:nth-of-type(3) label:after{right:50%}.ejKVaF>div:not(:last-child){padding-right:12px}.gnWnru>button:first-child:after{content:""}.ifPCss>button:first-child:after{top:50%}.gWWNvn>button:first-child:after{right:var(--spacing-0)}.iaZEgs:first-child:after{left:var(--spacing-0)}.iJRwfU:nth-child(2):after{right:var(--spacing-0)}.eeNHNZ>div:before{content:""}.bbthfW>div:before{top:-10%}.iYJPoc>div:before{right:-15%}.bJCqWz span:before{content:""}.ggFsIZ span:before{top:50%}.hQpSxN span:nth-of-type(2),.kyTLwi span:first-of-type{right:var(--spacing-0)}.csWVCQ span:nth-of-type(2){top:34%}.etejhT span:nth-of-type(3){left:var(--spacing-0)}.jivSxu span:nth-of-type(3){top:48%}.bjPBPr span:nth-of-type(4){right:var(--spacing-0)}.fzbhBJ span:nth-of-type(4){top:62%}.frMwOV span:nth-of-type(5){left:var(--spacing-0)}.lgNLnx span:nth-of-type(5){top:76%}.ipIkfZ span:nth-of-type(6){right:var(--spacing-0)}.bmtlea span:nth-of-type(6){top:90%}.dqZdPo h6 img{flex-shrink:0}.hgetgB:first-of-type:after{left:25px}.dmrtCY:nth-of-type(2):before{top:var(--spacing-0)}.cjhPxK:nth-of-type(2):after{left:25px}.ldXeke:not(:last-child):after{top:50%}.iSkKVk span:after{top:var(--spacing-0)}.fDYHDY span:after{left:var(--spacing-0)}.gGMtzW\! .swiper-button-next:after,.gGMtzW\! .swiper-button-prev:after{content:""!important}.EfAYf:active span,.EfAYf:focus span,.EfAYf:hover span{color:#fff}.fZmoGe:active * svg,.fZmoGe:focus * svg,.fZmoGe:hover * svg{fill:#ffdf15}.kPpRnP:active h4,.kPpRnP:focus h4,.kPpRnP:hover h4{color:#ffdf15}.iEQRRL:active p,.iEQRRL:focus p,.iEQRRL:hover p{color:#fff}.EhYDz:is(:hover,[data-hover]) svg{fill:#000}.iZJCre:is(:hover,[data-hover]) svg{fill:#12141b}[data-state=false] .fpQOTp:is(:hover,[data-hover]){background:rgba(255,227,23,.25)}.eeVeJV:is(:hover,[data-hover]) svg{fill:#fff}.cqeKww:is(:hover,[data-hover]) svg{transform:translateX(4px)}[data-burger=true] .gbWeHc:is(:hover,[data-hover]){background:#32313f}[data-burger=false] .dqHXnf:is(:hover,[data-hover]){background:#2e2e3a}.gqFnCM:is(:hover,[data-hover]) svg{stroke:#ffe216}.VfdIo:is(:hover,[data-hover]) svg{stroke:#000}.ktDtfO:is(:hover,[data-hover]) svg{fill:#fff502}.gaDZKa:is(:hover,[data-hover]) span{transform:translateX(-50%) translateY(0)}.etPFpl:is(:hover,[data-hover]) span{opacity:1}.kWltKn:is(:hover,[data-hover]) span{visibility:visible}.iQKXRB:is(:hover,[data-hover]) span{pointer-events:all}.bNmrWb:is(:hover,[data-hover]) *{color:#fff}.dHjVJi:is(:hover,[data-hover])>:after,.dHjVJi:is(:hover,[data-hover])>:before{background:#fff}.iSvfZJ:is(:hover,[data-hover]) span{background:#fff}.kIEpix:is(:hover,[data-hover]) p{color:#58dafd}.huDGii:is(:hover,[data-hover]) p{color:#ffbe02}.kzEsxo:is(:hover,[data-hover]) p{color:#1eee21}.cxcJgP:is(:hover,[data-hover]) img{background:#1eee21}.eXpNOG\!:is(:hover,[data-hover]) rect{fill:#201f28!important}.SwaFd:is(:hover,[data-hover]):after{background:#fff502}.dQHKox:is(:hover,[data-hover])>div{background:#000}.ekWeav:is(:hover,[data-hover]) svg{fill:#ffd837}.gACHSQ:is(:hover,[data-hover])>div{background:#ff567a}.EYpmL:is(:hover,[data-hover]) svg{transform:translateX(-2px)}.hTKpgN:is(:hover,[data-hover]) svg{fill:#ffce37}.EhYDz\!:is(:hover,[data-hover]) svg{fill:#000!important}.hXLNpH\!:is(:hover,[data-hover]) p{color:#000!important}.gQMDNg:is(:hover,[data-hover]):after{transform:translateX(10px)}.ixLsHu:is(:hover,[data-hover]) svg{fill:#161120}.feLnkv:is(:hover,[data-hover]):before{opacity:1}.kEqrFo:is(:hover,[data-hover]) span{text-decoration:none}.hdfNxk:is(:hover,[data-hover]) span{color:#1eee21}.ilQnak:is(:hover,[data-hover]) svg{fill:#1eee21}.dvHpTt:is(:hover,[data-hover]) svg{stroke:#fff502}.jrmsjE:is(:hover,[data-hover])>div:first-of-type{background:rgba(72,72,82,.7)}.jnfVnB:is(:hover,[data-hover]) p{color:#00ff75}.fjavoL:is(:hover,[data-hover]) rect{fill:#00ff75}.gbXcFN:is(:hover,[data-hover]) svg{stroke:#ffbe02}.kLzgfN:is(:hover,[data-hover]) p{color:#fff}.ePARRK:is(:hover,[data-hover]):after{opacity:1}.deToff:is(:hover,[data-hover]) svg{fill:#fff}.hwJBFe:is(:hover,[data-hover]) svg{fill:#ffbe02}.eXzzDz:is(:hover,[data-hover]) svg{fill:#000}.dmuqBG:is(:hover,[data-hover]) span{color:#fee93a}.gOvpnR:is(:hover,[data-hover]) svg{fill:rgba(230,221,255,.9)}.brBYpg:is(:hover,[data-hover]) img{filter:drop-shadow(0 0 20px #4EB4FF)}.fZpRkb:is(:hover,[data-hover]) img{filter:unset}[data-resource-type=stone] .bvGGmg:is(:hover,[data-hover]){color:#fff502}[data-resource-type=water] .bCRRLV:is(:hover,[data-hover]){color:#68d8ff}[data-resource-type=gas] .fOyCwB:is(:hover,[data-hover]){color:#00ff75}.kjBBAO:is(:hover,[data-hover]) span{color:#fff502}[data-state=closed] .gelQi:is(:hover,[data-hover]){background:#fff}[data-state=closed] .cyPHCo:is(:hover,[data-hover]){color:#000}[data-state=closed] .jjuMVc:is(:hover,[data-hover]){box-shadow:0 15px 20px 0 rgba(207,214,222,.15)}.gAmUeI:is(:hover,[data-hover]) :after,.gAmUeI:is(:hover,[data-hover]) :before,.gAmUeI:is(:hover,[data-hover]) span{background:#fff}.ghPQTq:is(:hover,[data-hover]) h6{text-decoration:underline}.hGzOrs:is(:hover,[data-hover]) svg{stroke:#ffe216}.ctebiO\!:is(:hover,[data-hover]):after{background:#fff!important}.iSvfZJ\!:is(:hover,[data-hover]) span{background:#fff!important}.gSvpOX:is(:hover,[data-hover]) span{color:#000}.ljCPJH:is(:hover,[data-hover]) svg{fill:#fff}.duPPIh:is(:hover,[data-hover]) svg{fill:#acde3b}.iUqOGw:is(:hover,[data-hover]) span{text-decoration-color:hsla(0,0%,86%,.6)}.eRfXOT:is(:hover,[data-hover]) span{text-decoration-color:rgba(0,0,0,.25)}.eBbACd:is(:hover,[data-hover])>div{border-color:var(--colors-transparent)}.UXRdd:is(:hover,[data-hover]) h6{text-decoration-color:rgba(0,0,0,.25)}.gYNWql\!:is(:hover,[data-hover]):after{border-color:#de3b84!important}.hbKrOr\!:is(:hover,[data-hover]):after{border-color:#ffc306!important}.dsnoWF\!:is(:hover,[data-hover]):after{border-color:#8cb414!important}.hcrMbr\!:is(:hover,[data-hover]):after{border-color:#14b476!important}.higRAk\!:is(:hover,[data-hover]):after{border-color:#24a4ce!important}.jZztzJ\!:is(:hover,[data-hover]):after{border-color:#8f68ff!important}.NqnLS\!:is(:hover,[data-hover]):after{border-color:#f4e45a!important}.kAbEPH:is(:active,[data-active]) svg{fill:rgba(230,221,255,.9)}.gJFBPP ul>li::marker{color:#ff5900}.gJFZdR ol>li::marker{color:#ff5900}.bdwhFY a span:is(:hover,[data-hover]){text-decoration:none}.gXgOxt ul>li::marker{color:hsla(0,0%,100%,.5)}.cRwPhz:is(:checked,[data-checked],[aria-checked=true],[data-state=checked])+span svg{opacity:1}.itDFBw a:is(:hover,[data-hover]) span{text-decoration:underline}.boPplR[data-dropdown=true]:is(:hover,[data-hover]) svg{stroke:#ffe216}.dtKlxF[data-dropdown=false]:is(:hover,[data-hover]) svg{stroke:#ff023f}.hmqbRB ul>li::marker{color:#ffdf15}.hmvoVr ol>li::marker{color:#ffdf15}[data-variant=default] .cSpNUB:not(:last-child):after{position:absolute}[data-variant=default] .kIsrwF:not(:last-child):after{transform:translateY(-50%)}[data-variant=default] .juFJgn:not(:last-child):after{width:2px}[data-variant=default] .gremoI:not(:last-child):after{height:20px}[data-variant=default] .gmoyrA:not(:last-child):after{background:#000}[data-burger=true] .ghcTKo[data-support=true] svg{stroke:#8b8b98}[data-burger=false] .cxcAid\![data-support=true]:before,[data-burger=true] .jcwCOO\![data-support=true]:before{background:#12ed6f!important}[data-burger=false] .dOyhXk img:nth-of-type(2){opacity:0}[data-burger=false] .jKRJaX img:nth-of-type(2){visibility:hidden}[data-burger=true] .caNGIE img:first-of-type{opacity:0}[data-burger=true] .fFLXwH img:first-of-type{visibility:hidden}.eZujwG ul li:before{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOC45MTMwNEw1LjM1MzY5IDEzLjI4NzhDNS43NDQ2IDEzLjY4MDYgNi4zODA0IDEzLjY4MDYgNi43NzEzMSAxMy4yODc4TDE5IDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat 50%/100% 100%}.gJlTuS ul li:before{display:inline-block}.fifzfF ul li:before{width:18px}.duxyIF ul li:before{height:13px}.cXSmFg ul>li::marker{color:hsla(0,0%,100%,.8)}.cXRPre ol>li::marker{color:hsla(0,0%,100%,.8)}.gvDzkb ul>li:before{width:20px}.KiuPI ul>li:before{height:2px}.NxdUL ul>li:before{margin-block:5px}.bMrzeT ul>li:before{display:inline-block}.cVOVCo ul>li:before{background:#ff5900}.eZyEyk[data-read=true] h5:after{display:none}.fAQnJA[data-read=false] h5:after{display:inline-block}.cScQlu[data-color=yellow]:is(:hover,[data-hover]) svg{fill:#ffd837}.beHiRp[data-color=blue]:is(:hover,[data-hover]) svg{fill:#00b8ef}.caMaUX p button:is(:hover,[data-hover]){text-decoration:underline}[data-variant=default] .dgnkGL:first-of-type:after,[data-variant=team] .bGLgOt:first-of-type:after{display:block}.NZVif>div:first-of-type h5,.dFdAsp>div:nth-of-type(3) h5,.evSPXY>div:nth-of-type(2) h5{color:var(--colors-transparent)}.iazPSw li:active svg,.iazPSw li:hover svg{fill:#ded4f5}.dNpFQy:first-of-type:is(:hover,[data-hover]) span{color:#32c635}.dNJdCp:first-of-type:is(:hover,[data-hover]) span{background:#12141b}.bxloeu:nth-of-type(2):is(:hover,[data-hover]) span{color:#ffbe02}.iiYkxa:nth-of-type(2):is(:hover,[data-hover]) span{background:#12141b}.gUcoDl[data-res=stone][data-level="1"]:before,.yuJjU[data-res=stone][data-level="1"]:after{background:#def777}.hSuNmf[data-res=stone][data-level="2"]:after,.kuZzve[data-res=stone][data-level="2"]:before{background:#baffaf}.eGFePf[data-res=stone][data-level="3"]:before,.gRmrIS[data-res=stone][data-level="3"]:after{background:#8dd9fc}.ZjUZE[data-res=stone][data-level="4"]:after,.bYwjTt[data-res=stone][data-level="4"]:before{background:#9e98ff}.eMZHDb[data-res=stone][data-level="5"]:after,.iUNmoq[data-res=stone][data-level="5"]:before{background:#ff62b5}.bxFtSy button:is(:hover,[data-hover]) p{color:#fff}.dVoIho button:is(:hover,[data-hover]) svg{fill:#fff}.dsdkzh button[data-state=open] svg{fill-opacity:1}.cUcvgS button[data-state=closed]:is(:hover,[data-hover]){color:#fff}.gRjziL button[data-state=closed]:is(:hover,[data-hover]){background:#201f28}.OOzj ol>li::marker{color:#fff}.cUNcTi button:is(:hover,[data-hover]) svg{fill:rgba(230,221,255,.9)}.hFGBbc button:is(:active,[data-active]) svg{fill:rgba(230,221,255,.9)}.kjAFNn:first-of-type:is(:hover,[data-hover]) svg{fill:#1eee21}.jCpagu:nth-of-type(2):is(:hover,[data-hover]) svg{fill:#fff502}.bScqxz span:nth-of-type(5):before,.bsJYPn span:first-of-type:before,.iyCHfV span:nth-of-type(3):before,.kWqUGI span:nth-of-type(2):before,.rdinG span:nth-of-type(4):before{width:calc(100% - 80px)}.coTlbg span:nth-of-type(6):before{width:calc(100% - 80px - 15%)}.bHovuB:first-of-type p span{display:none}.bKpzja table li:not(:last-child),.iyqpWs ul>li:not(:last-child){margin-bottom:10px}.jPIiRf ul>li:not(:last-child),.jPMxTh ol>li:not(:last-child){margin-bottom:20px}[data-variant=default] .eLlMxL:not(:last-child):after{content:""}[data-variant=default] .qPlGJ:not(:last-child):after{top:50%}[data-variant=default] .hJbEju:not(:last-child):after{right:var(--spacing-0)}.gBUUpG ul li:before{content:""}.eQTdUO ul li:before{flex-shrink:0}.dOmsDs ul li:before{margin-right:15px}.lpawmg ul>li:not(:last-child){margin-bottom:5px}.gtKGdH ol>li:not(:last-child){margin-bottom:15px}.VPfSn ul>li:before{content:""}.ixEFGc ul>li:before{margin-right:10px}.bARMzP li strong:not(:last-child){margin-bottom:5px}.elPkBA table li:not(:last-child){margin-bottom:3px}[data-variant=coin] .gRsTzZ:first-of-type:before{border-bottom-color:#d0f000}[data-variant=coin] .hBjLeI:nth-of-type(2):before{border-bottom-color:#98f829}[data-variant=coin] .bnlhNa:nth-of-type(3):before{border-bottom-color:#4eed8c}[data-variant=coin] .lhaXpD:nth-of-type(4):before{border-bottom-color:#2ae8be}[data-variant=default] .vSouZ:first-of-type:after,[data-variant=team] .fteZYD:first-of-type:after{left:var(--spacing-0)}.jBdlUu>div:first-of-type h5{background-image:linear-gradient(90deg,#e7e200,#c8f800)}.kzigqT>div:first-of-type h5{background-clip:text;-webkit-background-clip:text}.hmsTQj>div:nth-of-type(2) h5{background-image:linear-gradient(90deg,#c5f900,#5df56c)}.cRFrHQ>div:nth-of-type(2) h5{background-clip:text;-webkit-background-clip:text}.hwwxqm>div:nth-of-type(3) h5{background-image:linear-gradient(90deg,#53f27b,#19e4d8)}.caQcch>div:nth-of-type(3) h5{background-clip:text;-webkit-background-clip:text}.gcbhLT[data-res=stone][data-level="1"]:before{content:"1"}.fsitOX[data-res=stone][data-level="2"]:before{content:"2"}.jCEDOX[data-res=stone][data-level="3"]:before{content:"3"}.dlSYkz[data-res=stone][data-level="4"]:before{content:"4"}.MPjIP[data-res=stone][data-level="5"]:before{content:"5"}.ieUVqt span:first-of-type:before,.kNyOoO span:nth-of-type(2):before{right:80px}.cpbDHw span:nth-of-type(3):before{left:80px}.lcbAzs span:nth-of-type(4):before{right:80px}.gXWWxW span:nth-of-type(5):before{left:80px}.lmRfXa span:nth-of-type(6):before{right:80px}[data-burger=true] .gsJYTI\!:is(:hover,[data-hover]):before{background:#ffbe02!important}[data-burger=false] .fFPZmn\!:is(:hover,[data-hover]):before{background:#ffbe02!important}[data-burger=true] .fVQGq:is(:hover,[data-hover]) svg{stroke:#fff}[data-burger=true] .iLEYuY:is(:hover,[data-hover]):before{background:#4e4c61}[data-burger=false] .tsFnW:is(:hover,[data-hover]):before{width:5px}[data-burger=false] .jsMuao:is(:hover,[data-hover]):before{background:#424253}[data-variant=coin] .bsZwxL:is(:hover,[data-hover]):before,[data-variant=default] .bsZwxL:is(:hover,[data-hover]):before{position:absolute}[data-variant=coin] .sLUFi:is(:hover,[data-hover]):before,[data-variant=default] .sLUFi:is(:hover,[data-hover]):before{transform:translateX(-50%)}[data-variant=coin] .eOdPfz:is(:hover,[data-hover]):before,[data-variant=default] .eOdPfz:is(:hover,[data-hover]):before{width:var(--sizes-0)}[data-variant=coin] .dlbUjE:is(:hover,[data-hover]):before,[data-variant=default] .dlbUjE:is(:hover,[data-hover]):before{height:var(--sizes-0)}[data-variant=coin] .gRIkCh:is(:hover,[data-hover]):before,[data-variant=default] .gRIkCh:is(:hover,[data-hover]):before{border-left:12px solid transparent}[data-variant=coin] .jTWSz:is(:hover,[data-hover]):before,[data-variant=default] .jTWSz:is(:hover,[data-hover]):before{border-right:12px solid transparent}[data-variant=coin] .fVUwJM:is(:hover,[data-hover]):before,[data-variant=default] .fVUwJM:is(:hover,[data-hover]):before{border-bottom:10px solid}.lfXBBc:is(:hover,[data-hover]) svg:first-child{fill:#fff}.bhYAVS:is(:hover,[data-hover]) svg:nth-child(2){fill:#ffc000}[data-state=closed] .cJORHD:is(:hover,[data-hover]) svg{stroke:#fff502}[data-state=open] .ezcaKa:is(:hover,[data-hover]) svg{stroke:#dd0035}[data-resource-type=stone] .kZfQFC:is(:hover,[data-hover]) span{color:#fff}[data-resource-type=water] .iZiDdY:is(:hover,[data-hover]) span{color:#fff}[data-resource-type=gas] .bzfio:is(:hover,[data-hover]) span{color:#fff}[data-state=closed] .kRXACR:is(:hover,[data-hover]) svg{fill:#000}[data-state=closed] .gCZTmw:is(:hover,[data-hover]) svg{stroke:#fff}[data-variant=coin] .fIfCAB:is(:hover,[data-hover]):before,[data-variant=default] .fIfCAB:is(:hover,[data-hover]):before{content:""}[data-variant=coin] .fOygsP:is(:hover,[data-hover]):before,[data-variant=default] .fOygsP:is(:hover,[data-hover]):before{bottom:-1px}[data-variant=coin] .jVgcqr:is(:hover,[data-hover]):before,[data-variant=default] .jVgcqr:is(:hover,[data-hover]):before{left:50%}[data-variant=default] .lgAxQY:is(:hover,[data-hover]):before{border-bottom-color:#ffe317}[data-burger=true] .bzsREm\![data-support=true]:is(:hover,[data-hover]):before{background:#12ed6f!important}[data-burger=false] .gSBlkN\![data-support=true]:is(:hover,[data-hover]):before{background:#12ed6f!important}.Kgyrm\!>div:nth-of-type(2) h5 span,.dCxegP\!>div:nth-of-type(3) h5 span,.kuRcCt\!>div:first-of-type h5 span{color:unset!important}.oJSnD button[data-state=closed]:is(:hover,[data-hover]) svg{fill-opacity:1}[data-variant=coin] .gvtCR:is(:hover,[data-hover]):first-of-type:before{border-bottom-color:#d0f000}[data-variant=coin] .hyCJYg:is(:hover,[data-hover]):nth-of-type(2):before{border-bottom-color:#98f829}[data-variant=coin] .cPLHNe:is(:hover,[data-hover]):nth-of-type(3):before{border-bottom-color:#4eed8c}[data-variant=coin] .fjaaAD:is(:hover,[data-hover]):nth-of-type(4):before{border-bottom-color:#2ae8be}@supports (height:100dvh){.hYXToo{height:100dvh}.bnvztn{height:calc(100dvh - 60px)}.cEIvfq[data-airdrop=false]{height:100dvh}}@media (min-width:430px){.bqznAG{border-radius:4px}}@media screen and (min-width:48rem){.etQtyl{padding-block:15px}.gPhHfY{padding:15px 25px 15px 0}.fXwshr{background:#2a2a36}.gfpKMF{box-shadow:3px 0 0 0 rgba(0,0,0,.35)}.eCAgOD{width:100%}.dRREKa{border:1px solid #2d2d36}.jDtGtv{max-width:90px}.dLIGKB{max-width:740px}.kwQehd{max-width:160px}.frgAFu{border-radius:5px}.dIMLff{border-top-left-radius:5px;border-top-right-radius:5px}.glnPPG{margin-inline:auto}.gJCYqi{padding-block:7px}.kVajzz{padding-block:20px}.kxBnef{position:absolute}.diIDYy{display:none}.icLFDw{max-width:570px}.EmcFD{max-width:230px}.daqwrn{transform:translateY(-50%)}.ndDWt{border-radius:6px}.skHXK{max-width:275px}.cAtloF{background:#201f28}.gOBuYU{border-top:1px solid hsla(0,0%,100%,.1)}.jxefHC{border-left:1px solid hsla(206,6%,50%,.2)}.kimfIQ{border-left:1px solid #3d3453}.dTHnTK{flex:1 1 0%}.bhHQTZ{border-bottom:1px solid rgba(0,0,0,.15)}.cClCYB{grid-column:1/span 1}.llfJu{grid-column:2/span 1}.jlYCoS{padding:20px}.jVZqBY{border:20px solid #131218}.iTfIgk{gap:20px}.pfesG{text-align:center}.kJsNRw{margin-top:-22px}.idvbdh{align-items:center}.htYdWd{justify-content:space-between}.cRBjRV{justify-content:center}.dLpDbH{padding-bottom:32px}.bqMLeL{top:var(--spacing-0)}.gTuOxJ{margin-top:22px}.ioEsgS{flex-wrap:wrap}.nstoH{align-self:center}.iPcgZJ{flex-direction:column}.gjtDav{justify-content:flex-end}.hEMMaT{padding-left:25px}.cfhjdG{margin-bottom:5px}.duyGuq{grid-template-columns:280px 1fr auto}.kaxQfM{justify-self:center}.hDaXDP>button{border-right:1px solid #2d2d36}.hpffBN .bg-wrapper{border-radius:6px}.Cerqm:first-of-type{border-right:1px solid #2d2d36}.kgtyrB:first-of-type{border-left:2px solid #a2e508}.PpCSH:first-of-type,.cGdHgQ:nth-of-type(2){border-right:2px solid #a2e508}.iYLnkk:nth-of-type(2){border-bottom:2px solid #a2e508}.bvzPPO:not(:last-child){border-right:1px solid #2d2d36}.hxoWtr p{text-align:left}.gjFmhj>div:not(:first-child):not(:nth-child(2)){border-left:1px solid #2d2d36}.emmycI:after,.emmycI:before{height:calc(50% - 25px)}.cHJlhw:after,.cHJlhw:before{transform:translateX(-50%)}[data-variant=default] .zEieq,[data-variant=team] .ebzcOw{flex-direction:column}[data-type=userPrice] .idEAyu{align-items:center}.gbyykV:after,.gbyykV:before{left:50%}.exspdV:after{top:var(--spacing-0)}.lhfJJw:before{bottom:var(--spacing-0)}.eLEToB td:not(:last-child){border-right:1px solid #201f28}.bOQOCZ:nth-of-type(2):before,.eGZBYR:first-of-type:after,.eGZBYR:nth-of-type(3):after,.evjFnS:first-of-type:before{display:none}[data-resource=stone] .cKbNrD:after,[data-resource=stone] .cKbNrD:before{border-right:1px dashed #f7f36c}[data-resource=water] .iAmXfe:after,[data-resource=water] .iAmXfe:before{border-right:1px dashed #56d9ff}[data-resource=gas] .wvanA:after,[data-resource=gas] .wvanA:before{border-right:1px dashed #7ffa86}.eToejQ ul li:not(:nth-child(3n)){border-right:1px solid hsla(0,0%,100%,.15)}}@media screen and (min-width:50.625rem){.bNuJvs{padding:15px 40px}.kVsPah{padding-inline:var(--spacing-6)}.jlYCuJ{padding:20px}.BOpWg{border:1px solid hsla(206,6%,50%,.2)}.ikCUkj{border-radius:3px}.hgnwWA{max-width:270px}.kJPjos{position:sticky}.jqonlf{max-height:calc(100dvh - var(--whitepaper-header-h) - 40px)}.diIEdR{display:none}.hCXxsw{padding-inline:25px}.esKQOT{padding-inline:15px}.dBpzTe{grid-auto-flow:column}.hqLtwU{margin-top:-30px}.fGatDE:first-of-type{margin-bottom:-20px}.csKNVQ:nth-of-type(3){margin-top:-20px}.blMCfw h6 img{display:none}}@media screen and (min-width:64rem){.dLzxpt{border-right:1px solid #f0cc35}.jcBxWY{border-right:1px solid rgba(0,0,0,.4)}.gWLClE{border-right:1px solid #2d2d36}.gAHQJn{transform:translateY(0)}.hhBFdw{transform:translateY(-120%)}.eCvggF{height:100%}.cqZKnE{clip-path:polygon(.128% 10.969%,.128% 10.969%,.019% 9.35%,.006% 7.756%,.08% 6.22%,.236% 4.777%,.464% 3.461%,.759% 2.307%,1.113% 1.349%,1.517% .623%,1.966% .161%,2.452% 0,100% 0,100% 100%,2.452% 100%,2.452% 100%,1.966% 99.839%,1.517% 99.377%,1.113% 98.651%,.759% 97.693%,.464% 96.539%,.236% 95.223%,.08% 93.78%,.006% 92.244%,.019% 90.65%,.128% 89.032%,3.695% 52.635%,3.695% 52.635%,3.74% 52.118%,3.775% 51.594%,3.8% 51.066%,3.815% 50.534%,3.82% 50%,3.815% 49.466%,3.8% 48.934%,3.775% 48.406%,3.74% 47.882%,3.695% 47.365%,.128% 10.969%);-webkit-clip-path:polygon(.128% 10.969%,.128% 10.969%,.019% 9.35%,.006% 7.756%,.08% 6.22%,.236% 4.777%,.464% 3.461%,.759% 2.307%,1.113% 1.349%,1.517% .623%,1.966% .161%,2.452% 0,100% 0,100% 100%,2.452% 100%,2.452% 100%,1.966% 99.839%,1.517% 99.377%,1.113% 98.651%,.759% 97.693%,.464% 96.539%,.236% 95.223%,.08% 93.78%,.006% 92.244%,.019% 90.65%,.128% 89.032%,3.695% 52.635%,3.695% 52.635%,3.74% 52.118%,3.775% 51.594%,3.8% 51.066%,3.815% 50.534%,3.82% 50%,3.815% 49.466%,3.8% 48.934%,3.775% 48.406%,3.74% 47.882%,3.695% 47.365%,.128% 10.969%)}.ervdSU{padding-inline:27px}.czvPHp{animation:bgFlow 1s ease-in-out}.jxefOf{border-left:1px solid hsla(206,6%,50%,.2)}.esKQNd{padding-inline:15px}.dRRELb{border:1px solid #2d2d36}.fYQPgB{flex:0 0 250px}.dYicY{flex:1 1 30%}.gacFxc{flex:1 1 70%}.hCIZtv{gap:4px}.hRqiXY{max-height:400px}.gXPfcm{gap:1px}.ikCUit{border-radius:3px}.fMsjlk{text-align:right}.gnmQgT{margin-left:auto}.eqMFbA{margin-top:15px}.eFlLdh{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.idvbgE{align-items:center}.bNujgb{margin-bottom:50px}.hRBbXz{grid-template-columns:repeat(5,1fr) 200px}.ioEsnn{flex-wrap:wrap}.hAhycR{margin-right:-46px}.feKZra{margin-bottom:-50px}.beEoQC{row-gap:15px}.kXuUWU{margin-bottom:20px}.jXXqJW:first-child{border-left:1px solid #f0cc35}.dfckJL:first-child{border-left:1px solid rgba(0,0,0,.4)}.jODmzf:first-child{border-left:1px solid #2d2d36}.fIEcvC[data-burger=false]{width:88px}.eJonKa .float{float:right}.iLWesX:nth-of-type(2){border-left:2px solid #a2e508}.czVFKk:nth-of-type(2){border-bottom-left-radius:5px;border-bottom-right-radius:5px}.erjHnQ:not(:first-child){border-left:2px solid hsla(0,0%,100%,.15)}.eEbTbx:nth-child(2){background:#221c31}.dUyYMC:nth-child(3){background:#1b1628}.koXoBE:not(:nth-of-type(3n)){border-right:1px solid hsla(206,6%,50%,.2)}.ktcyqF>:not(:last-child){border-right:1px solid hsla(206,6%,50%,.1)}.cQJuWV .float{margin-top:-30px}.iWSWCx\! .float{margin-bottom:0!important}.jOoErK .float{margin-left:10px}.jDQmPR p{flex-direction:column}}@media screen and (min-width:64rem){.eigFY img:is(:hover,[data-hover]){transform:scale(1.05)}}@media screen and (min-width:80rem){.dPvFzr{min-width:180px}.gsnxBo{max-height:700px}.gNChOo{flex:0 0 270px}.dluqLr{padding-inline:10px}.eCvfYq{height:100%}.ennLoX{background:rgba(32,31,40,.5)}.hCFJrv{padding-right:25px}.idvbcH{align-items:center}.loFtGa{top:25px}.htqtHT tr{height:60px}.ewQCKx:not(:last-child):after{display:none}}@media (min-width:1281px){.hdFPhh{font-size:15px}}@media screen and (min-width:85.375rem){.fbnqqK{max-width:1500px}}@media (min-width:1600px){.idnOwb{display:none}.hNZZhw{padding-left:230px}.hdjjUe{font-size:17px}.jkkrAR{font-size:18px}.boZNcg{grid-template-columns:repeat(5,250px)}.dQtCAf[data-burger=false]{width:230px}.kTKXUi h4{font-size:21px}.ifdveQ span{font-size:18px}.bRzMWb span{font-size:20px}}@media screen and (min-width:100rem){.bjFdP{background:#0b0b0d}}@media (min-width:1920px){.cpnWUH{max-width:1400px}.dfkAuj{padding-block:20px}.dYMezp{background:#201f28}.gBWucq{padding-inline:20px}.fhqNSo{font-size:18px}.iOqeoG h4{font-size:24px}}@media (max-width:2100px){.hqpDyf{font-size:14px}.hjreVR{font-size:16px}}@media (max-width:2000px){.eiBGVG{padding:var(--spacing-0)}.jDZgZS{padding-inline:15px}.jBlGMU{padding:10px 15px}.gXyvKg{grid-template-columns:repeat(3,1fr)}.dFJbdz{margin-left:55px}.euiRxz{grid-template-columns:repeat(auto-fill,minmax(600px,1fr))}.bXYCLJ{padding-top:25px}}@media (max-width:1920px){.hNEdAJ{padding-block:3%}.eBFoEa{padding:15px}.eqrKTG{padding:var(--spacing-0)}.vLnMw{gap:15px}.cMRrCi{max-height:500px}.czgfhj{flex-direction:column}.gDqzDG{grid-template-columns:repeat(6,1fr)}}@media (max-width:1900px){.ePJBOc{grid-template-columns:repeat(2,1fr)}}@media (max-width:1800px){.kYwKQv{gap:40px}}@media (max-width:1600px){.cjiXYD{gap:20px}.fJbcYl{font-size:16px}.gSKpGk{grid-template-columns:repeat(5,1fr)}.forocG{flex-direction:column}.jwgZyf{align-items:flex-start}.iWqFKm{justify-content:center}.fvJUMD>div:last-child{border-left:unset}.eMmCO span{font-size:14px}.ktVHnq h4{font-size:18px}.kREYet>div:first-child{padding-right:var(--spacing-0)}.dPCEFH>div:last-child{padding-left:var(--spacing-0)}}@media screen and (max-width:99.9975rem){.hljpZD{padding:15px}.hhFmcT{padding:var(--spacing-0)}.iBbpdV{max-width:calc(430 * var(--vh-unit))}.jMAwnr{gap:calc(23 * var(--vh-unit))}.brWOMG{padding:calc(15 * var(--vh-unit)) calc(15 * var(--vh-unit)) calc(35 * var(--vh-unit)) calc(15 * var(--vh-unit))}.jdvbex{gap:calc(30 * var(--vh-unit))}.eDasao{padding-inline:calc(40 * var(--vh-unit))}.ePuaOp{border-radius:calc(68 * var(--vh-unit))}.egFzmC\!{padding:calc(16 * var(--vh-unit)) calc(32 * var(--vh-unit))!important}.fIiPrs{width:calc(30 * var(--vh-unit))}.LNgZn{height:calc(30 * var(--vh-unit))}.cPmyyZ{width:calc(17 * var(--vh-unit))}.eQIEDM{height:calc(22 * var(--vh-unit))}.drVfKt{padding:calc(23 * var(--vh-unit))}.cPEexY{padding:calc(22 * var(--vh-unit)) calc(26 * var(--vh-unit))}.eHlFXI{border-radius:calc(70 * var(--vh-unit))}.hlENQt{height:calc(32 * var(--vh-unit))}.gGhBtx{padding-inline:calc(18 * var(--vh-unit))}.jFYEne{height:calc(57 * var(--vh-unit))}.iPraeh{width:calc(57 * var(--vh-unit))}.ceWFoe{width:calc(9 * var(--vh-unit))}.eBHMBZ{height:calc(14 * var(--vh-unit))}.hiGHwf{padding-block:calc(24 * var(--vh-unit))}.rnErs{height:calc(84 * var(--vh-unit))}.dRlDAT{border-radius:calc(73 * var(--vh-unit))}.bgGtDo{width:calc(430 * var(--vh-unit))}.hFwFeC{max-width:calc(110 * var(--vh-unit))}.iDnbxb{gap:calc(18 * var(--vh-unit))}.dPSopQ{padding:calc(28 * var(--vh-unit)) calc(24 * var(--vh-unit))}.hmlsnE{border-radius:calc(21 * var(--vh-unit))}.hfDQmj{padding:calc(25 * var(--vh-unit)) calc(40 * var(--vh-unit))}.cODeOd{border-radius:calc(20 * var(--vh-unit))}.hpxhrt{width:calc(46 * var(--vh-unit))}.jCZzqy{height:calc(46 * var(--vh-unit))}.esFQfO{gap:calc(8 * var(--vh-unit))}.bHbckw{padding:calc(14 * var(--vh-unit)) calc(23 * var(--vh-unit))}.fZWnYS{border-radius:calc(63 * var(--vh-unit))}.ipuCKN{padding-block:30px}.TAXtX{padding:25px 15px 25px 30px}.hMFRdD{gap:20px}.fvFPjU{font-size:calc(14 * var(--vh-unit))}.KYdHS{font-size:calc(16 * var(--vh-unit))}.cwhQoM\!{font-size:calc(18 * var(--vh-unit))!important}.jcqSFh{font-size:calc(62 * var(--vh-unit))}.vKHbp{font-size:calc(40 * var(--vh-unit))}.Dipj{font-size:calc(20 * var(--vh-unit))}.hDVpDZ{bottom:calc(-16 * var(--vh-unit))}.fYkRHc{bottom:calc(-42 * var(--vh-unit))}.dcNHIz{font-size:calc(24 * var(--vh-unit))}.fJEOJp{margin-bottom:calc(42 * var(--vh-unit))}.kKhuqA{padding-top:30px}.caTpXX svg{width:calc(25 * var(--vh-unit))}.bOiNWA svg{height:calc(25 * var(--vh-unit))}.cfwnIC img{width:calc(25 * var(--vh-unit))}.bJFQlV img{height:calc(25 * var(--vh-unit))}.ghRjNv img{width:calc(20 * var(--vh-unit))}.gKHGGo img{height:calc(20 * var(--vh-unit))}.jiKvL h4{padding:calc(12 * var(--vh-unit)) calc(75 * var(--vh-unit)) calc(18 * var(--vh-unit)) calc(75 * var(--vh-unit))}.dbKIpH span{border-radius:calc(63 * var(--vh-unit))}.czmCDT svg{width:calc(21 * var(--vh-unit))}.igtgsg svg{height:calc(21 * var(--vh-unit))}.jMrRHm:not(:last-child){padding-bottom:calc(30 * var(--vh-unit))}.hnCzOh span{font-size:calc(18 * var(--vh-unit))}.coHRZU span{font-size:calc(15 * var(--vh-unit))}.jJnizV p{font-size:calc(67 * var(--vh-unit))}.dnGkSm span{font-size:calc(20 * var(--vh-unit))}.gnUEAb p{margin-top:calc(25 * var(--vh-unit))}.ejuXCN p{font-size:calc(14 * var(--vh-unit))}.eJwaKw h4{font-size:calc(19 * var(--vh-unit))}.CzYkC h4{font-size:calc(28 * var(--vh-unit))}.jbXwNz p{font-size:calc(16 * var(--vh-unit))}.fyikPp\! button{font-size:calc(16 * var(--vh-unit))!important}.hniQgt p{font-size:calc(18 * var(--vh-unit))}.NQHIY p{padding-right:11px}}@media (max-width:1400px){.locyGO{width:100%}.eziZLr\!{width:unset!important}.izGKiX{max-width:100%}.ljCKqf{flex:unset}.dhgwPa{order:1}.lmEGQk{padding-block:8px}.kZyScO{background:#2a2936}.kUqxbX{font-size:12px}.jQCuuP{grid-template-columns:repeat(4,1fr)}.fgJiOk{flex-direction:column}.jQQwNl{align-items:flex-start}.bfgHlw{align-items:stretch}.exahWV{padding-top:var(--spacing-0)}.KvTTs{justify-content:space-between}.cmanZC{margin-bottom:15px}}@media (max-width:1366px){.cIBlbS{width:74px}.RXXRJ{height:74px}.HTchT{position:unset}.imJqEt{right:-75px}}@media screen and (max-width:85.3725rem){.iRxjqj{width:200px}.hgbdfs{height:200px}.dotvAk{width:15%}.eXoVtP{padding-inline:45px}.fsLmwi{padding-block:30px 45px}.iMqPIL{padding:15px 20px}.WThvK{width:300px}.eYAnLZ{height:300px}.leocsD\!{max-width:250px!important}.kitUhQ{padding-inline:20px}.ipuCKM{padding-block:30px}.dBYwym{gap:35px}.fGUyNU{padding:20px 30px}.jXkDRN{padding-inline:25px}.jvsxQh{gap:5px}.jfayYw{padding:20px 25px}.lidfxT{gap:30px}.eDrvJG{max-width:680px}.ksaTHy{padding:35px 45px}.daPBrk{max-width:590px}.dlmKMx{padding:30px}.kCCsKW{gap:28px}.jEuYrT{max-width:300px}.hoBwBa{height:80px}.cWwyEF{height:65px}.cqQSCB{gap:45px}.bkJXRO{height:calc(100% - 115px)}.hrUIf{gap:25px}.fGkTVp{gap:10px}.jESLXg{gap:55px}.ejoXqb{padding-block:26px}.glqNRR{padding-block:20px}.edTjxS{width:65px}.dCHXIq{width:56px}.bNRHBl{height:56px}.fPZwSg{height:64px}.jvCiYM{gap:15px}.fsNAfQ{padding:20px}.jPDoPu{padding:40px}.hhwMNa{transform:translate(-50%,-50%)}.jZAUBY{width:50px}.hsNzbW{height:55px}.fwUqWV{gap:50px}.cbxcCE{gap:40px}.gQUyjy{font-size:36px}.jQuPgK{padding-bottom:20px}.crqNpW{font-size:14px}.huAYkg{font-size:16px}.emoFVh{font-size:28px}.fvVNci{font-size:18px}.dOJInP{grid-template-columns:1fr 1fr}.gcoHAz{margin-left:-45px}.gzAswv{font-size:15px}.kqjWS{margin-left:45px}.cVjLnS{margin-top:41px}.kQbLof{margin-top:-41px}.kuewP{margin-right:20px}.hzYumD{grid-template-columns:repeat(5,auto)}.bJtoxv{grid-template-columns:repeat(3,1fr)}.dYcIyK{left:30px}.kWLDkc{padding-right:15px}.thJgc{font-size:12px}.ioPRgh{font-size:17px}.gKuHoN{left:50%}.bZiJkI{column-gap:40px}.iAYvkZ{grid-template-columns:220px repeat(5,minmax(130px,220px))}.bnwCcd{font-size:13px}.lfQYys svg{height:45px}.kjguHl>div:nth-of-type(2){grid-column:1/span 2}.oAxGL>div:nth-of-type(2){grid-row:2/span 1}.dhANUZ ul{max-width:885px}.beRfdb img{width:88px}.kPPaeI img{height:88px}.hYGpyV:nth-of-type(2){grid-column:2/span 4}.fDykou img{width:45px}.liQEJx img{height:45px}.gHUPxT img{width:62px}.eQfdrs img{height:62px}.cgzOlh[data-decor="1"]{left:-6%}.eymHMY[data-decor="2"]{right:-7%}.enkrUM[data-decor="3"]{left:-9%}.hvPNfi[data-decor="4"]{right:-7%}.dgjNYS[data-decor="7"],.kISTtA[data-decor="5"]{left:-7%}.uIAzE h2{font-size:26px}.ciJoFY p{font-size:13px}.hIeJZc b{font-size:33px}.jrfGjh p{font-size:16px}.kMkiRY b{font-size:22px}.dTtFPv p{font-size:14px}.eGRKmc h3{font-size:27px}.cyOtjr p{font-size:18px}.idcUTP li{font-size:15px}.dQmtAA h4{font-size:20px}.fLENJm p,.laavpB li,.laavpB p{font-size:15px}.dNxlqL h4,.fdTqcx button,.gfHRWg li,.gfHRWg p{font-size:14px}.fBQhEi h4{font-size:44px}.lfQAHP input{font-size:16px}.gGJwys>div:not(:first-child){padding-left:15px}.eCsTrN:not(:nth-of-type(3n)){padding-right:40px}.bdLsoN[data-pos=left][data-type=green]:after{width:37px}.fLJZhH[data-pos=left][data-type=green]:after{height:9px}.dIPYFy[data-pos=right][data-type=green]:after{width:37px}.gtBsDI[data-pos=right][data-type=green]:after{height:9px}.hHhtiB[data-pos=bottom][data-type=green]:after{width:37px}.KLwLL[data-pos=bottom][data-type=green]:after{height:9px}.npUvH[data-pos=left][data-type=mark-green]:after{width:42px}.ikQhMw[data-pos=left][data-type=mark-green]:after{height:20px}.iPHQmo[data-pos=right][data-type=mark-green]:after{width:42px}.WkWtP[data-pos=right][data-type=mark-green]:after{height:20px}.cUOmFP[data-pos=bottom][data-type=mark-green]:after{width:20px}.fEbpHQ[data-pos=bottom][data-type=mark-green]:after{height:42px}.cRDebK[data-pos=left][data-type=blue]:after{width:42px}.hmQGbV[data-pos=left][data-type=blue]:after{height:20px}.brBzvp[data-pos=right][data-type=blue]:after{width:42px}.hJwhiO[data-pos=right][data-type=blue]:after{height:20px}.cdsNpS[data-pos=bottom][data-type=blue]:after{width:20px}.dltGsR[data-pos=bottom][data-type=blue]:after{height:42px}.gcstGB li:before{width:12px}.fljYFO li:before{height:12px}.hwORDv[data-pos=left][data-type=green]:after{left:calc(-9px - 47px)}.husrXL[data-pos=right][data-type=green]:after{right:calc(-9px - 47px)}.bjSZBW[data-pos=bottom][data-type=green]:after{bottom:calc(10px - 47px)}.fzjHdT[data-pos=left][data-type=mark-green]:after{left:calc(-4px - 53px)}.jcsFkb[data-pos=right][data-type=mark-green]:after{right:calc(-4px - 53px)}.iawENM[data-pos=bottom][data-type=mark-green]:after{bottom:calc(2px - 53px)}.fYDaae[data-pos=left][data-type=blue]:after{left:calc(-4px - 53px)}.kHwnYm[data-pos=right][data-type=blue]:after{right:calc(-4px - 53px)}.RWyjB[data-pos=bottom][data-type=blue]:after{bottom:calc(2px - 53px)}.eNjZMH p:nth-of-type(2),.ikNIBo p:first-of-type{font-size:14px}.gosBPg li:before{font-size:22px}.ibdKsJ h3 p{font-size:18px}}@media screen and (max-width:79.9975rem){.dYompw{height:40px}.jUCjeH{gap:4%}.jLokpz{padding-inline:30px}.jvOCif{width:100%}.fdFAWq{text-align:center}.ezvbQt{display:block}.OtfxF{width:20px}.kJpekC{height:20px}.dbmgiT{gap:5px}.bpUUMq{padding:6px}.kzVsRd{padding:5px 12px}.diWEbs{height:22px}.kIUKIB{padding-block:40px}.iYFinA{margin-block:40px}.grrkqy{padding:24px}.hekXEY{gap:20px}.bCzSeY{padding-inline:40px}.evdzbZ{padding-block:30px 40px}.iOtSKk{padding:15px}.ScAEe{padding:20px}.lnGIlO{padding-inline:20px}.gEMWyb{max-width:23px}.jsBzXU{width:38px}.gHxRrP{height:38px}.jlwIQQ{gap:28px}.lgyArL{gap:10px}.jmRzLl{gap:25px}.dCXjzP{width:105px}.eZLEwa{width:89px}.boxDzh{height:49px}.eUXvwA{width:128px}.GHbse{gap:15px}.bEIoxz{padding-block:13px}.dmYhmG{padding-inline:24px}.iIEDhc{gap:35px}.eIqYMw{padding:35px 8% 45px}.bYoCeH{gap:18px}.jHMFzs{max-width:350px}.ETuSu{padding-block:30px}.gVxQjO{max-width:100%}.dyIwyf{padding:28px 35px}.dSiToX{max-width:485px}.bcENez{padding:3px 12px}.hWctqg{height:var(--sizes-8)}.gzEJyd\!{min-height:200px!important}.befdgH{width:220px}.jmkOrg{gap:13px}.bCgVHR{padding-inline:18px}.dCIFUv{width:62px}.jqiuJk{height:44px}.eXwEcZ{width:57px}.jqbdRy{height:57px}.ccykjd{max-width:250px}.WpnDn{height:70px}.fCCQzw{width:175px}.kqpOGg{padding-inline:22px}.eHfJTQ{padding:22px}.ceCowg{width:25px}.cclvgz{height:25px}.jEjXJp{gap:30px}.jfkoiD{width:40px}.jeFOjX{padding-block:20px}.kuTUow\!{max-height:unset!important}.fcIxHK{max-height:250px}.hBwzsR{padding-block:15px}.ftFsJO{padding-block:21px}.iYyJFD{gap:45px}.khZHvu{width:100px}.cwRrPZ{height:100px}.kIvrLo{margin-block:var(--spacing-0)}.bjFJEe{padding-inline:28px}.cpAHAd{gap:21px}.hxph{padding-inline:50px}.edwTMw{padding-block:var(--spacing-1)}.nGfhd{padding-inline:5.3% 38px}.CmJOl{width:64px}.kxiIBi{height:64px}.CJnrq{max-width:370px}.dpIQpi{max-width:620px}.koumVc{gap:6px}.hNKEOa{gap:var(--spacing-0)}.fyKxvx{padding:10px 30px}.gDnEZT{border-right:1px solid hsla(0,0%,69%,.2)}.jHFKzi{gap:40px}.btksTy{position:fixed}.ktCRDf{width:calc(100% - 140px)}.dTUqiF{gap:16px}.bIJMfx{grid-column:1/span 1}.ffbxGc{grid-row:2/span 1}.kaEYXK{grid-column:2/span 1}.gbdSLT{grid-row:1/span 1}.bVIaTF{padding:12px 18px}.fjyQXL{grid-column:3/span 1}.iiWFCt{grid-row:3/span 1}.ilZhwt{gap:12px}.brhAKm{width:50px}.gKoIyU{width:160px}.jIKjJw{padding:13px 18px}.kYfuuy{height:74%}.gBKapM{max-width:200px}.fjmacZ{max-width:380px}.ejoKhY{font-size:14px}.gicUJY{padding-top:15px}.cHFvha{flex-wrap:wrap}.bXOnhh{justify-content:center}.KgMGd{margin-bottom:20px}.eohNpw{font-size:18px}.hIoUJv{font-size:28px}.fvloHh{font-size:22px}.ehEGIr{font-size:13px}.fttxTX{grid-template-columns:250px 1fr}.csRrFC{padding-bottom:15px}.fzZUNu{margin-left:-20px}.eRKGnQ{margin-bottom:-13px}.ilPlfK{font-size:12px}.iOIDYK{font-size:16px}.ghDtxF{font-size:11px}.hDvRBX{font-size:24px}.cleDWv{grid-template-columns:260px 1fr 260px}.ikUBIc{font-size:32px}.eKxZBr{font-size:17px}.ehBhsU{margin-left:-37px}.dkBaLB{padding-bottom:30px}.gawQuB{margin-left:37px}.Bpbos{font-size:23px}.jUNxla{margin-top:var(--spacing-3)}.kthdNa{font-size:34px}.glndSs{bottom:120px}.gKwMqF{font-size:15px}.jPoLCY{margin-top:36px}.epSDtZ{margin-top:-36px}.jFUrxG{padding-bottom:22px}.iDlLWo{grid-template-columns:repeat(4,auto)}.fYeHAh{font-size:26px}.eMTvBs{padding-bottom:20px}.hiSTNn{padding-top:30px}.cZiWQd{background-size:80px}.fmoIts{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.kKtfmn{left:var(--spacing-0)}.fgaQah{flex-direction:column}.haCyIX{font-size:20px}.iLlrJC{padding-top:20px}.bsOItN{bottom:20px}.kbhSBF{flex-direction:row}.eAFPCl{align-items:center}.bltxjm{padding-left:20px}.jNeTzc{right:-50px}.fNuVTG{grid-template-columns:repeat(4,1fr)}.PnNbj{margin-left:20px}.kTsBEN{grid-template-columns:1fr 1fr auto}.cZSJXQ{grid-template-columns:48px 1fr 1fr 1fr auto}.jfoATJ{top:20px}.hBaOxw{top:calc(var(--whitepaper-header-h) + 20px)}.MfQJt{top:calc(var(--whitepaper-header-mob-h) + 20px)}.gioQsp{grid-template-columns:250px 1fr 50px}.eqnRKs{justify-content:flex-start}.eCDdED{grid-template-columns:1fr}.dmpuAc{margin-top:-110px}.bYkbtW{margin-top:-35px}.ljietM{margin-top:-190px}.gDnFDa{padding-left:60px}.bvUGBm{padding-right:40px}.jphkLj{margin-top:var(--spacing-2)}.gOIoeB{right:27px}.jCIlUX{bottom:var(--spacing-0)}.dwqHGv{grid-template-columns:1fr 1fr 1fr}.kZzUDB{grid-template-columns:auto auto 250px auto auto}.dRJRJP{grid-template-columns:auto 1fr}.jXVVqn{margin-right:10%}.laBbiB{justify-content:space-between}.VqJJI{grid-template-columns:repeat(4,160px)}.dUmmZn{grid-template-columns:repeat(3,160px)}.fdUFnJ{bottom:6px}.bzfbkc{bottom:6%}.kEMOpD{margin-top:-175px}.jXlCPp{top:60px}.hlzGXN{padding-top:100px}.eoBSAv{padding-bottom:10px}.iURjme img{height:90%}.kAwhoI\![data-status=logout]{width:unset!important}.fucayA[data-variant=pc]{height:40px}.bWjlKL[data-variant=pc]{width:40px}.XsdpC img{margin-block:40px}.duJzBD img{width:240px}.krAIts img{width:100px}.kIqHXH svg{height:37px}.hhSPuB img{width:40px}.bxOBhO img{height:40px}.bAsNhp:before,.qnjMo:after{display:none}.fLInTj svg{width:21px}.qsWMa[data-ref=false]{min-width:170px}.eTKTNh img{height:21px}.fNKrtq img{width:21px}.bjBWrJ h6,.iECTJT p{padding:10px 15px}.hFlcaF img{width:22px}.iDgmqa img{height:22px}.TTIcE:after{width:23px}.csvEzj:after{height:14px}.euuFSI:before,.fUBQUN:after{height:25px}.hNobTm ul{max-width:100%}.elCqHs ul{margin-inline:45px}.eCjtRS ul{padding:15px 18px}.kOmdkI img{width:72px}.bXqchz img{height:72px}.gDSMem:after,.gDSMem:before{height:80px}.iKJKBK a,.iKJKBK button{padding:5px 15px}.iHrRrg:nth-of-type(2){grid-column:2/span 3}.hhuanw svg{width:40px}.bynoLH svg{height:40px}.bDrcih>div{border-left:1px solid hsla(206,6%,50%,.2)}.iJJWXH:after{display:block}.fITkcm img{width:38px}.cSTkWl img{height:38px}.hcygs:after{width:44%}.ojnHz p{display:none}.jHVqsY img{width:50px}.cOWROv img{height:50px}.gMXsMz:after{height:18px}.fpICck:before{height:160px}.jAkMhp:after{height:65px}.ejdWSz:before{height:95px}.gGUzIm img{max-width:64px}.grquHO:after{height:40px}.efUpSD input{width:160px}.jGzWxV svg{width:50px}.dVOkJL svg{height:55px}.jQGGMJ a{padding-block:8px}.joiqcQ span{max-width:380px}.eEidCe h1,.gYWKFi i{font-size:30px}.dAKVuJ a,.dAKVuJ li,.dAKVuJ p,.hBiuFf figcaption,.ikdICd article{font-size:18px}.kivCsM h2,.kjlhBH h1{font-size:28px}.gDTMrX h3{font-size:22px}.ivNCHu p{font-size:17px}.bHKtfs h2{font-size:20px}.hlPUna span{font-size:240px}.hSJIgc a{font-size:14px}.fwhlRm b{font-size:26px}.hSHcwt p{font-size:14px}.ffFInt span{font-size:27px}.ivPVPw b{font-size:17px}.euNeQl span{font-size:23px}.hSKtGj b{font-size:14px}.iDxEZX p{font-size:12px}.jaoOQH p{font-size:16px}.ftszqK i{font-size:21px}.kGwEzX h6,.kQhAhY li{font-size:14px}.kinEOp h3{font-size:28px}.kvGzqx p{font-size:18px}.ioYnQS h3{font-size:23px}.jfVGFs h3{margin-bottom:10px}.cjdcLM p{font-size:15px}.itTKFk p{margin-bottom:20px}.dpAeFz h4{font-size:16px}.lbmnnq li,.lbmnnq p{font-size:14px}.cjigEd a{font-size:15px}.eRAcid h3{font-size:24px}.eFBCzx h4,.eFJyAI h5{font-size:18px}.eTnlKe h4{font-size:24px}.StLeS:not(:last-child){padding-right:30px}}@media screen and (max-width:79.9975rem){.bbXYKv::placeholder,.bbXYKv[data-placeholder]{font-size:16px}}@media screen and (max-width:79.9975rem){.jidwwP:not(:last-child){margin-bottom:30px}.dolvIO h4,.fSadAR li,.fSadAR p,.hYWsQK p,.jfOCtU button{font-size:13px}.fDEmJl h4{font-size:36px}.hYwuQK .swiper{margin-left:46px}.wDOAT span{font-size:16px}.ibPYgy span{font-size:13px}.gCwxYQ h4{font-size:22px}.jmuurl:after{top:4.3%}.cWSCfa h5{margin-top:-60px}.dOUPVl h5{font-size:15px}.doBpmc h6{font-size:13px}.fEZnXP:not(:last-child){padding-right:20px}.dtVnDW p{font-size:28px}.fNdKNz h3:before{width:23px}.dGleVs h3:before{height:14px}.enovgU ul li{padding:18px 28px}.hbAoUP ol li{padding:15px 28px}.cBylCy ol img{max-height:25px}.kUZfJt ul:before{border-bottom:12px solid #000}.iGdguj ul:before{border-right:11px solid transparent}.hnwlAV ul:before{border-left:11px solid transparent}.cLSxKZ:nth-child(2):after{display:block}.iwOnoY h1:not(:last-child){margin-bottom:26px}[data-variant=default] .bLqiPX:not(:last-child){padding-right:5px}.iZYKVW h3:not(:first-child){margin-top:35px}.BYwnk h3:before{margin-right:13px}.bZuVgn p:not(:last-child){margin-bottom:13px}.bKxFSX ul:not(:first-child){margin-top:18px}.jVHvlm ul:not(:last-child){margin-bottom:35px}.RsNYw ul li{font-size:18px}.hbrXYO h2:not(:first-child){padding-top:35px}.iZQOUL h2:not(:first-child){margin-top:35px}.bKulsZ ol:not(:first-child){margin-top:18px}.jVAiXo ol:not(:last-child){margin-bottom:35px}.GIhOQ ol li{font-size:16px}.khezxj span:after{top:calc(100% - 57px)}.gZTuKn p:nth-of-type(3){font-size:13px}.bDSkOr li:before{font-size:18px}.UPRID h3 p{font-size:14px}.dzziVY:nth-of-type(2):after,.jjyoPP:first-of-type:after{left:14px}.hjGWEP ul li:before{width:16px}.vMZAI ul li:before{height:12px}.krvFmS ul li:before{margin-right:13px}}@media screen and (max-width:63.9975rem){.igTvKF{padding-block:16px}.dqflqa{padding:20px 15px}.hekXKf{gap:20px}.ScALF{padding:20px}.jeFOeQ{padding-block:20px}.iOQOYt{gap:var(--spacing-4)}.gVzRGb{opacity:1}.jwbjuB{visibility:visible}.tKyDM{position:sticky}.kTEASY{background:linear-gradient(180deg,#000,transparent)}.gjJdtm{border-bottom:1px solid #2d2d36}.cyEIQk{border-left:1px solid #373745}.dmYhlt{padding-inline:24px}.hZqcLU{width:150px}.etMAOT{height:150px}.lnGIkt\!{padding-inline:20px!important}.jmCYPJ{display:none}.jvOCcY{width:100%}.gRyJIi{padding:10px}.jRHPJA{border-top-left-radius:5px;border-bottom-left-radius:5px}.depnTp{margin-inline:auto}.snjEO{padding:40px 20px}.ETuQZ{padding-block:30px}.bCzSbj{padding-inline:40px}.kMHkUo{margin-block:30px}.GHbuJ{gap:15px}.AOmED{padding:25px 40px 40px}.lnGIkt{padding-inline:20px}.hzhdKo{padding-block:30px 20px}.cUtzJC{max-width:430px}.hdoesX{padding:var(--spacing-0)}.isGtsE{padding:20px 15px}.kIShHE{margin-inline:24px}.bpqSAS{width:200px}.hMQSkd{height:200px}.dbZpnj{padding-inline:15px}.gCLpoU{padding:12px 30px}.kgPtQb{max-width:17px}.dNUvnS{width:60px}.lgyAvI{gap:10px}.gInuXT{padding-inline:8px}.ezvbSu{display:block}.edmPSh{width:32px}.kqGxka{height:32px}.jmRzMy{gap:25px}.kBOKKG{padding:15px 20px}.bzdHcA{border-bottom:1px solid hsla(0,0%,100%,.15)}.dqCkoQ{width:26px}.iIlnJX{height:26px}.eXOgHG{padding:55px 20px}.iOtSPr{padding:15px}.bcHgez{width:78px}.kuwIlj{width:65px}.cEYmIv{height:37px}.gGduRp{width:94px}.jEjXKK{gap:30px}.iUzGQV{padding:12px 20px}.fRiDPi{width:28px}.kQxeed{height:28px}.hyspKc{width:15px}.ibGCVx{padding-block:15px 80px}.qMkIW{padding-inline:10px}.ffbxBH{grid-row:2/span 1}.gbdSGo{grid-row:1/span 1}.hAYemB{grid-row:4/span 1}.jLPEb{max-width:530px}.gUVDVm{padding-block:40px 30px}.dbmgno{gap:5px}.lbudXH{display:grid}.uAUhE{display:flex}.gaWwbd{padding:20px 20px 20px 65px}.kxxFBw{background:linear-gradient(270deg,rgba(255,170,0,0) 34.86%,rgba(255,170,0,.13))}.eAjuXE{min-height:95px}.iiWFum{grid-row:3/span 1}.xhPGZ{outline:1px solid hsla(0,0%,100%,.15)}.jIqwmb{padding:30px 8% 40px}.iSgbCS{max-width:300px}.hBwzlq{padding-block:15px}.cjiogL{padding-block:50px}.dDCUMJ{padding-inline:64px}.gVxQrp{max-width:100%}.kLFbnt{margin-inline:30px}.hWPyaM{aspect-ratio:1/1}.iBDTHL{max-width:215px}.gybtpV\!{min-height:270px!important}.dVtwuV{width:180px}.ilyzSW{padding-inline:var(--spacing-10)}.fdFAUx{text-align:center}.eYLSIF{gap:11px}.brhARN{width:50px}.eAzxxG{height:36px}.kZfPDW{width:46px}.ksVQbh{height:46px}.hhfZcC{padding:30px 10px}.gBKalr{max-width:200px}.ffoAgh{height:60px}.kJWgHY{gap:32px}.kxwKgh{border-top:1px solid hsla(206,6%,50%,.2)}.iOtSPr\!{padding:15px!important}.bIkBeT{padding-block:5px}.cHNVAg{background:#1c1c23}.raUzY{width:66px}.gvxrmb{width:52px}.iuIMYt{padding-inline:13px}.iTLJHk{padding-inline:7px}.dwOxLT{padding-inline:var(--spacing-0)}.gOtJhM{gap:14px}.jglaRU{max-width:500px}.gwMGTp{padding:20px 25px}.lmGzfG{padding:15px 24px}.hQlXhM{position:absolute}.UDBKL{height:100%}.cFAbCX{width:250px}.iTmROh{background:#131218}.hVzBzE{padding:12px}.cJdxgs{padding-inline:12px}.flViGw{width:110px}.bjoksT{padding:10px 20px}.rAWGt{border-radius:10px}.gzadlc{max-width:320px}.dpnlqD{padding:8px 12px}.inQAMh{padding-inline:35px}.dOlPkj{grid-column:1/span 4}.ilqGjn{position:relative}.ktADtw{white-space:nowrap}.flSand{width:45px}.jfkoro{width:40px}.dYomgL{height:40px}.kjbDwY{max-height:280px}.hqPtzO{position:unset}.loYctM{padding-inline:var(--spacing-3)}.leKJcK{height:50px}.kAwHAF{flex:unset}.dbmgno\!{gap:5px!important}.dDFIsR{width:calc(100% + 24px)}.djrfsI{padding-inline:21px}.cTYcxh{padding:12px 35px}.cyyESc{padding:25px 30px}.ilZhxO{gap:12px}.bVIaMe{padding:12px 18px}.jwdEND{padding-inline:var(--spacing-8)}.iIhEWM{padding-inline:5.5% 38px}.eyQZVk{width:55px}.bEPHsb{height:55px}.kaEZft{grid-column:2/span 1}.fjyRbI{grid-column:3/span 1}.xRtqK{gap:3px}.dvkXet{padding:16px 20px}.kJmcqk{border-bottom:1px solid hsla(206,6%,50%,.1)}.dBNZEy{width:24px}.eTiewN{height:24px}.hxLJWL{width:calc(100% - 53px)}.bIJMgS{grid-column:1/span 1}.gRFMuV{text-align:left}.hgTJQR{border-top:1px solid hsla(240,8%,65%,.15)}.ccVCTI{grid-column:1/span 3}.dpbNVb{clip-path:polygon(4.602% 98.223%,4.602% 98.223%,4.324% 98.108%,4.055% 97.768%,3.795% 97.214%,3.547% 96.457%,3.314% 95.508%,3.097% 94.376%,2.899% 93.072%,2.722% 91.608%,2.569% 89.993%,2.441% 88.237%,.428% 56.048%,.428% 56.048%,.355% 54.724%,.297% 53.37%,.256% 51.993%,.232% 50.602%,.224% 49.203%,.232% 47.805%,.256% 46.413%,.297% 45.037%,.355% 43.683%,.428% 42.358%,2.441% 10.17%,2.441% 10.17%,2.569% 8.414%,2.722% 6.799%,2.899% 5.334%,3.097% 4.031%,3.314% 2.899%,3.547% 1.95%,3.795% 1.193%,4.055% .639%,4.324% .299%,4.602% .184%,95.602% .184%,95.602% .184%,95.879% .299%,96.149% .639%,96.409% 1.193%,96.657% 1.95%,96.89% 2.899%,97.107% 4.031%,97.305% 5.334%,97.481% 6.799%,97.635% 8.414%,97.762% 10.17%,99.776% 42.358%,99.776% 42.358%,99.849% 43.683%,99.907% 45.037%,99.947% 46.413%,99.972% 47.805%,99.98% 49.203%,99.972% 50.602%,99.947% 51.993%,99.907% 53.37%,99.849% 54.724%,99.776% 56.048%,97.762% 88.237%,97.762% 88.237%,97.635% 89.993%,97.481% 91.608%,97.305% 93.072%,97.107% 94.376%,96.89% 95.508%,96.657% 96.457%,96.409% 97.214%,96.149% 97.768%,95.879% 98.108%,95.602% 98.223%,4.602% 98.223%);-webkit-clip-path:polygon(4.602% 98.223%,4.602% 98.223%,4.324% 98.108%,4.055% 97.768%,3.795% 97.214%,3.547% 96.457%,3.314% 95.508%,3.097% 94.376%,2.899% 93.072%,2.722% 91.608%,2.569% 89.993%,2.441% 88.237%,.428% 56.048%,.428% 56.048%,.355% 54.724%,.297% 53.37%,.256% 51.993%,.232% 50.602%,.224% 49.203%,.232% 47.805%,.256% 46.413%,.297% 45.037%,.355% 43.683%,.428% 42.358%,2.441% 10.17%,2.441% 10.17%,2.569% 8.414%,2.722% 6.799%,2.899% 5.334%,3.097% 4.031%,3.314% 2.899%,3.547% 1.95%,3.795% 1.193%,4.055% .639%,4.324% .299%,4.602% .184%,95.602% .184%,95.602% .184%,95.879% .299%,96.149% .639%,96.409% 1.193%,96.657% 1.95%,96.89% 2.899%,97.107% 4.031%,97.305% 5.334%,97.481% 6.799%,97.635% 8.414%,97.762% 10.17%,99.776% 42.358%,99.776% 42.358%,99.849% 43.683%,99.907% 45.037%,99.947% 46.413%,99.972% 47.805%,99.98% 49.203%,99.972% 50.602%,99.947% 51.993%,99.907% 53.37%,99.849% 54.724%,99.776% 56.048%,97.762% 88.237%,97.762% 88.237%,97.635% 89.993%,97.481% 91.608%,97.305% 93.072%,97.107% 94.376%,96.89% 95.508%,96.657% 96.457%,96.409% 97.214%,96.149% 97.768%,95.879% 98.108%,95.602% 98.223%,4.602% 98.223%)}.gyenSE{padding-inline:25px}.iKQeBC{padding-inline:45px}.lmdhcI{grid-template-columns:1fr 250px}.ilsfQs{grid-template-columns:1fr auto 250px}.ejoKmX{font-size:14px}.eFxSen{background-size:1000px}.hiSTRQ{padding-top:30px}.qKSjz{padding-top:var(--spacing-0)}.fgaPSy{flex-direction:column}.fhcDoL{grid-template-columns:repeat(2,1fr)}.bbtmdz{row-gap:25px}.jNrhks{margin-top:20px}.jEhTuY{padding-top:25px}.loahee{padding-bottom:25px}.iOIEgl{font-size:16px}.eMPEQk{column-gap:10px}.fYeHBu{font-size:26px}.eohNlb{font-size:18px}.ehEGMo{font-size:13px}.gDnFAZ{padding-left:60px}.gicUPD{padding-top:15px}.eUOhno{grid-template-columns:repeat(3,74px)}.ibGEgn{padding-bottom:24px}.jXGJEb{padding-left:15px}.hQCMTX{padding-left:var(--spacing-0)}.csRrNl{padding-bottom:15px}.fXZUwt{padding-right:8px}.bXOmZG{justify-content:center}.ZIQyj{margin-top:10px}.fZOzDk{top:15px}.hKwakD{align-items:flex-start}.nlyCj{margin-left:-15px}.bIITLE{margin-bottom:-10px}.HQOWX{margin-top:-9%}.eCDdzw{grid-template-columns:1fr}.kanDwN{margin-top:25px}.eAFPJi{align-items:center}.gGiRCG{grid-template-columns:1fr 1fr}.fvloIC{font-size:22px}.kbhSHW{flex-direction:row}.brnetE{margin-bottom:15px}.kueiXT{background-size:145%}.fApDcV{padding-bottom:40px}.crRVNy{right:11.35%}.hIoUIM{font-size:28px}.fbPGi{margin-top:var(--spacing-8)}.gPpPpW{font-size:19px}.bzOKDL{bottom:calc(100% + 15px)}.qBxWd{right:20px}.jndyYc{margin-top:31px}.AvvBB{margin-top:-31px}.hpHGql{padding-left:17px}.ilPlnt{font-size:12px}.hDvRKI{font-size:24px}.cfxwzy{grid-template-columns:repeat(3,1fr)}.gLCYLm{padding-top:14px}.lnQnlD{grid-template-columns:repeat(5,1fr) 150px}.fxyYZg{top:var(--spacing-0)}.eaUDKj{right:var(--spacing-0)}.iiqlTX{right:-150%}.ewjUsK{margin-top:15px}.iQXpZZ{overflow-x:auto}.hhUhRn{grid-template-columns:auto 150px 1fr auto}.eqnRFX{justify-content:flex-start}.fJsspN{margin-left:12px}.cetKjU{font-size:35px}.ghDtza{font-size:11px}.iTVYDe{margin-left:var(--spacing-0)}.kMtMkd{grid-template-columns:48px 1fr 1fr auto}.KgMyC{margin-bottom:20px}.kYwIGo{padding-left:30px}.eMTvGr{padding-bottom:20px}.fCONKW{row-gap:20px}.krhtkF{column-gap:40px}.cMxPrr{grid-template-columns:max-content 130px max-content auto}.haCyRQ{font-size:20px}.bQSVOg{grid-template-columns:max-content 100px max-content auto}.Bpbtz{font-size:23px}.dsacVF{margin-top:12px}.dXpCwo{margin-top:-65px}.pjHLm{margin-top:-50px}.bygjsj{column-gap:2px}.edgcQF{margin-top:-20px}.bltxht{padding-left:20px}.cNJQMB{padding-top:60px}.dCtQKr{margin-right:-20px}.hbltZo{grid-template-columns:1fr auto 1fr auto 1fr}.cDRFau{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.fyrmsP{column-gap:20px}.fVrpym{grid-template-columns:auto repeat(3,1fr)}.kjVDTP{margin-bottom:12px}.iQBuon{grid-template-columns:auto auto 200px auto auto}.fcpcPI{margin-right:var(--spacing-0)}.kWuofU{grid-template-columns:repeat(3,120px)}.lprQGD{font-size:9px}.cTtbXL{margin-top:23px}.cwJYZp{bottom:5px}.dGvruf{font-size:10px}.evqjel{bottom:8%}.ewRZCJ{padding-right:110px}.dJeTCt{margin-top:-125px}.bKThXB{top:50px}.kLjWUQ{margin-top:-6.2%}.gkOztr{margin-bottom:-8.5%}.gpMysA{margin-top:-43px}.juYAwU{margin-top:-5.5%}.eywPF{padding-top:35px}.dnMpqz img{max-width:110px}.cYhzJE:last-child{grid-column:1/span 2}.brxKWa:first-child,.dZKufi:nth-of-type(3){border-right:1px solid #f0cc35}.eefMhH:first-child,.higSSr:nth-of-type(3){border-right:1px solid rgba(0,0,0,.4)}.klxFPw>div:not(:last-child){border-bottom:1px solid #373745}.clHwiH ol,.clLLkJ ul{margin-block:20px}.gIcJSP figure{margin-block:30px}.bgZzwQ[data-variant=yellow]{height:40px}.cTJYwi img{margin-block:30px}.bGMbmk[data-burger=false]{width:var(--sizes-0)}.jDpZsD .bg-wrapper{padding:15px}.cAHYhE:after{display:block}.dYSKMb img{width:180px}.cEuckl b{display:block}.fXIyuw img{width:35px}.hEEseP img{height:35px}.eAOynz:before{height:70px}.ljUcIu:after{width:40px}.kfPsKH h6{display:flex}.eOQErv:after,.jsLpcC:before{display:none}.dXKEWW p{gap:20px}.gijPay svg{width:18px}.isAift svg{height:18px}.igSNvI:before{background:url(/images/coin/burn-frame-mob.svg) no-repeat 0/45px 95px}.bJSrIu h6{display:none}.fVkEcI p{text-align:left}.ketLCM:nth-child(5){grid-column:1/span 2}.dAZrfl\!:nth-child(5){border-left:var(--borders-none)!important}.iSIrbc:nth-child(5){border-top:2px solid hsla(0,0%,100%,.15)}.bQtWde:after{height:25px}.genEbv img{width:18px}.iwwuHI img{height:18px}.iYZnrT:after{width:18px}.cNxGBk:after{height:10px}.fijAcX ul{margin-inline:10px}.eShYqc p{display:none}.lbtLtJ:before{padding-block:9%}.kIombi a,.kIombi button{gap:12px}.kzAxfp:not(:first-child)>button{padding-inline:10px}.knjJVy:nth-of-type(2){gap:12px}.eSnoKa b{display:none}.kNadrv button{display:flex}.eAdQSr>div{border-left:var(--borders-none)}.gyiyQy:before{width:36px}.jprhvl:before{height:36px}.jvUXwD img{width:36px}.eSIUc p{text-align:center}.cqIMvA button{padding:8px 12px}.duVjQm\!:first-child{background:#1b1628!important}.cLDoNK:after{width:41%}.jypPXI svg{width:16px}.ekLQgb svg{height:16px}.gKJKKu\! .swiper-scrollbar{display:block!important}.gDpHz:after{width:36px}.raEOc:after{height:36px}.bwCQHn img{width:10px}.cCXItg:after{height:14px}.eCZNBO:after,.fIqpKP:before{height:120px}.kjmVGu:after{height:30px}.fVeawg:before{height:40px}.czNKAr:after{transform:translateX(-50%)}.jTZsQH:first-of-type{background:url(/images/home/resources/banner-bg-1-mob.png) no-repeat top/100% 100%}.hNfyDL:nth-of-type(2){background:url(/images/home/resources/banner-bg-2-mob.png) no-repeat top/100% 100%}.fXqbJT:not(:last-child){border-right:1px solid hsla(206,6%,50%,.1)}.fxWlaT>:not(:last-child){border-bottom:1px solid hsla(206,6%,50%,.1)}.jSuGxb:after{height:28px}.kBwWig:after{height:45px}.hiobjm:before{height:28px}.ipBfvU a{font-size:13px}.dVaVga span,.whGue p{font-size:14px}.ccTmAk h1{font-size:28px}.gnwmhX h2{font-size:24px}.kEkYCk h3{font-size:22px}.fMBIXl h4{font-size:20px}.jJMZrr h5{font-size:18px}.jbxeQQ a,.jbxeQQ li,.jbxeQQ p{font-size:16px}.ilQmvf ol,.ilSITp ul{padding-left:20px}.bbFrWW figcaption,.gTlwdM article{font-size:16px}.errGHA[data-variant=yellow]{font-size:14px}.lfNkXi h1{font-size:26px}.jIpJuY h2{font-size:18px}.lkzuiB h5{font-size:16px}.jevMHQ .swiper-prev{left:-26px}.zGMjF .swiper-next{right:-26px}.ipGjol\! p{font-size:13px!important}.jIhNtN h3{font-size:18px}.fMZAeO h3{font-size:20px}.elzlbm a,.elzlbm li,.elzlbm p{font-size:14px}.fTESYr li,.fTESYr p{font-size:16px}.fKKrQF:not(:last-child){padding-right:25px}.dpkCUl b{line-height:1}.dsmLIx span{font-size:20px}.bsBpLm b{font-size:12px}.lfidZF span{font-size:17px}.eARZrE b{font-size:10px}.ezRafR:after{bottom:-20px}.jIXsFk h6{font-size:18px}.cBZLkI h6{font-size:14px}.iSCFWh:first-of-type{border-bottom-left-radius:5px}.bvsMEs:nth-of-type(2){border-bottom-right-radius:5px}.farIHE h6{flex-direction:row-reverse}.gfmSjp h6{flex-direction:column}.STqsd p{line-height:1.4}.gnEjMu h3{font-size:24px}.cNiUSw li,.ikCQBa li,.ikCQBa p{font-size:13px}.iDjJaM p{font-size:16px}.cBJRHu h4{font-size:14px}.cGkthH h6,.ipGjol p{font-size:13px}.fMJGBI h5{font-size:20px}.hBszkw span{font-size:12px}.cCPrWP h5{font-size:14px}.kFiBpC h1{font-size:22px}.lkHqjM h4{font-size:16px}.kFImVr h4{font-size:22px}.bVTBjU:not(:last-child){padding-right:20px}.ftTKrC p{align-items:flex-start}.dLYVCH p{justify-content:space-between}.hYjfnq button{bottom:-15px}.dzeoYN:after{top:-35px}.jIHzbW h4{font-size:18px}.hKkrUy:after{top:15px}.kJEMkp:after{right:-5px}.bxTLST span{font-size:11px}.bsDITo p{font-size:12px}.bbAANJ span{font-size:13px}.fgPbta span{font-size:10px}.gvfhbE:after{top:1.4%}.imTXLu h5{margin-top:var(--spacing-0)}.jFSTOv:after{top:10px}.tqTIH:nth-of-type(2){padding-left:40px}.eabaZL:nth-of-type(2){padding-right:20px}.bqzDhS:not(:last-child){padding-right:var(--spacing-0)}.fBxGPx h4{margin-left:20px}.gwCWte:not(:nth-of-type(3n)){padding-right:20px}.cKbvIP i{font-size:18px}.hgCrZL:not(:last-child){padding-right:10px}.bsCZdF i{font-size:12px}.gsXcFf p{font-size:11px}.cfeMQF[data-status=logout] img{width:36px}.duoFWi[data-status=logout] img{height:36px}.kNBoxy .swiper-arrows svg{width:12px}.hKYjzw .swiper-arrows svg{height:20px}.iqnWiY h3:before{width:18px}.dOqqJj h3:before{height:10px}.ckVXox ul li{padding:20px}.kuznav ol li{gap:15px}.tShwR ol li{padding:10px 20px}.dXHTUy .float img{padding-inline:15px}.cpSagM .float img{margin-inline:auto}.dtBFxn span:after{width:270%}.exQKbf h6 br{display:none}.degCaV>:nth-child(3),.eOrWBs>:nth-child(2),.hKOYcL>:first-child{grid-column:1/span 3}.kwoiLg>:nth-child(4){grid-column:1/span 1}.hZsmLh>:nth-child(5){grid-column:2/span 2}.kBNkWQ>:nth-child(6){grid-column:1/span 3}.eLtiQg svg:nth-child(2){transform:rotate(-90deg)}.diqaye[data-pos=bottom][data-type=green]:after{width:24px}.tNEiK[data-pos=bottom][data-type=green]:after{height:9px}.cZEzwb[data-pos=left][data-type=mark-green]:after{width:16px}.igaHYy[data-pos=left][data-type=mark-green]:after{height:10px}.gYSemI[data-pos=right][data-type=mark-green]:after{width:16px}.iSshHh[data-pos=right][data-type=mark-green]:after{height:10px}.dBpGeJ[data-pos=bottom][data-type=mark-green]:after{width:18px}.jerpFZ[data-pos=bottom][data-type=mark-green]:after{height:28px}.upopO[data-pos=left][data-type=blue]:after{width:16px}.gGcSnP[data-pos=left][data-type=blue]:after{height:10px}.buvMfl[data-pos=right][data-type=blue]:after{width:16px}.borEJA[data-pos=right][data-type=blue]:after{height:10px}.copAsM[data-pos=bottom][data-type=blue]:after{width:18px}.hLtheY[data-pos=bottom][data-type=blue]:after{height:28px}.hhfBRy li:before{width:10px}.dZMzMZ li:before{height:10px}.hWRjHy>div:before{width:35px}.hccwth>div:before{height:35px}.gjFwhE:not(:last-child):after{display:none}.cYogBU p:not(:last-child),.hrxjAl h1:not(:last-child){margin-bottom:20px}.kPvAvc h3:not(:first-child){margin-top:30px}.eFqPAq p:not(:last-child){margin-bottom:11px}.gGShNN ul:not(:first-child){margin-top:15px}.ZVPeI ul:not(:last-child){margin-bottom:30px}.kWHwVX ul li{font-size:14px}.wCKQY h2:not(:first-child){padding-top:30px}.kPnEtR h2:not(:first-child){margin-top:30px}.gGZubL ol:not(:first-child){margin-top:15px}.abciy ol:not(:last-child){margin-bottom:30px}.kWAkHZ ol li{font-size:14px}.hDnDdx ul:not(:last-child){margin-bottom:20px}.fUjAdG\! .bg-wrapper:nth-of-type(2){margin-bottom:20px!important}.bItQFS[data-pos=bottom][data-type=green]:after{bottom:calc(19px - 47px)}.czRkQd[data-pos=bottom][data-type=mark-green]:after,.kEUzAE[data-pos=bottom][data-type=blue]:after{bottom:calc(17px - 53px)}.bSnjGp:nth-of-type(odd) p:after{left:-40px}.jjMAKd:nth-of-type(2n) p:after,.kQtduz:nth-of-type(odd) p:before{right:-40px}.ceJLET:nth-of-type(2n) p:before{left:-40px}.iqrXF p:nth-of-type(2),.jpRXDm p:first-of-type{font-size:13px}[data-disabled=true] .gdLSir p{font-size:14px}.evftNT:first-of-type:after{left:47%}.caOzsx:nth-of-type(2):after{left:53%}.dfsWAZ ul li:before{width:13px}.edBiTJ ul li:before{height:10px}.gOBUBZ ul>li:before{margin-block:4px}}@media screen and (max-width:50.6225rem){.bVIapL{max-height:120px}.jVIHzT{padding:10px 5px 0 10px}.GHbwz{gap:15px}.cmXuNi{place-items:center center}.lnGIhn{padding-inline:20px}.jmCYRz{display:none}.gyenTi{padding-inline:25px}.hdoexp{padding:var(--spacing-0)}.iOtSON{padding:15px}.eCsBKX{padding:25px 20px}.lgyAwm{gap:10px}.qMkMc{padding-inline:10px}.fkcFhh{padding:25px 20px 0}.dVrRVp{padding-block:15px 20px}.grrkvb{padding:24px}.dbZpmF{padding-inline:15px}.jsBzSV{width:38px}.gHxRwO{height:38px}.TFPWJ{padding:12px 15px}.CXMLp{padding:30px 20px 40px}.bVIaPk{padding:12px 18px}.hVzBAi{padding:12px}.betaAv{gap:8px}.eSgnhD{padding-block:12px}.cJdxca{padding-inline:12px}.kQxeaX{height:28px}.gQHJZv{width:36px}.eAzxvQ{height:36px}.bDRpug{padding-inline:var(--spacing-5)}.jHMFul{max-width:350px}.jmRzPE{gap:25px}.iIsBfj{padding-block:25px}.epMbCN{width:30px}.gApRBS{height:30px}.czNbHx{padding-block:10px}.ScAIz{padding:20px}.fdFARr{text-align:center}.gGduOj{width:94px}.glwcbl{gap:var(--spacing-2)}.flSajX{width:45px}.gzjMcY{height:45px}.keVVfO{height:var(--whitepaper-header-mob-h)}.bCzSaF{padding-inline:40px}.ekRwuG{background:rgba(248,249,250,.75)}.jkDUaV{max-height:calc(100dvh - var(--whitepaper-header-mob-h))}.iIEDlx{gap:35px}.btksXT{position:fixed}.jZUNBT{width:calc(100% - 80px)}.hGSTDr\!{transform:translateX(-50%)!important}.hekXJB{gap:20px}.hNKEJH{gap:var(--spacing-0)}.dbmgnS{gap:5px}.kvWbBd{grid-row:1/span 2}.ffbxBd{grid-row:2/span 1}.iCuquo{border-top:1px solid hsla(206,6%,50%,.1)}.dVdcWs{padding:10px 25px}.gRyJLo{padding:10px}.foCdsa{padding:18px 50px}.iOQOVn{gap:var(--spacing-4)}.dwOxLp{padding-inline:var(--spacing-0)}.gVxQoj{max-width:100%}.kIpGoO{padding-block:var(--spacing-2)}.kWJGxz{aspect-ratio:366/200}.kHATRJ{max-width:345px}.brhAOH{width:50px}.leKJfQ{height:50px}.jsFOnK{max-width:360px}.depnQj{margin-inline:auto}.uAUdm{display:flex}.ilZhAU{gap:12px}.dhtcJv{width:335px}.eGhdKj{grid-row:unset}.ikbGtN{grid-column:unset}.iGeLPn{padding:10px 15px}.snESy{padding:0 15px}.emtBrn{border-right:unset}.ZEJUF{border-bottom:1px solid hsla(0,0%,69%,.1)}.lbudXd{display:grid}.guFUKh{width:calc(100% - 35px)}.kJxygg{margin-inline:var(--spacing-0)}.hqJMdP{max-width:800px}.bQOarT{height:785px}.myrXN{height:220px}.jvOCdC{width:100%}.cPlLlf{min-width:750px}.ehEGMS{font-size:13px}.eoBSEO{padding-bottom:10px}.kIafhi{padding-right:5px}.bDUJhY{padding-left:10px}.eCDdAa{grid-template-columns:1fr}.kjVDTl{margin-bottom:12px}.iCUQlj{row-gap:5px}.hDvRGq{font-size:24px}.gKwMuY{font-size:15px}.laBbnI{justify-content:space-between}.fApCZP{padding-bottom:40px}.cOREVX{right:68px}.OHPTd{right:15px}.fgaPVE{flex-direction:column}.fYeHEA{font-size:26px}.fvloLI{font-size:22px}.BzYBq{grid-template-columns:repeat(1,1fr)}.iLlrOL{padding-top:20px}.eZhypT{background-size:70px}.gicUOZ{padding-top:15px}.ejoKmt{font-size:14px}.kaZLBX{bottom:10px}.cHFvlv{flex-wrap:wrap}.ghDtCg{font-size:11px}.jQnKYD{font-size:30px}.dDQgkP{top:18px}.ecxcrw{left:13px}.fhcDoh{grid-template-columns:repeat(2,1fr)}.gGiRFM{grid-template-columns:1fr 1fr}.hKwajZ{align-items:flex-start}.jDSePH{padding-right:15px}.fOLvBZ{top:25px}.dGDnvS{left:50%}.cKNKDe{grid-template-columns:1fr auto}.jXGJDx{padding-left:15px}.kbhSGg{flex-direction:row}.eohNkx{font-size:18px}.eNFJIU{margin-top:-10px}.ilPlkn{font-size:12px}.ksXtKP{margin-top:30px}.iBOxWZ{margin-top:-40px}.hiSTSu{padding-top:30px}.gTIoux{padding-top:var(--spacing-8)}.dmpuFl{margin-top:-110px}.llooas{margin-top:var(--spacing-0)}.eaMUaW{row-gap:22px}.hNHuON{grid-template-columns:repeat(6,54px)}.bUnLwV{grid-template-rows:repeat(11,1fr)}.cvNEhZ{justify-content:space-around}.jdwODl{margin-top:50px}.jNrhkW{margin-top:20px}.KgMBI{margin-bottom:20px}.bXOncM{justify-content:center}.eAFPHs{align-items:center}.Iyzmt{padding-right:20px}.kpqllX{margin-right:unset}.hjNgvj{grid-template-columns:repeat(3,1fr auto) 40px}.iAZBJO{row-gap:15px}.gBEtcI{right:18px}.kwxbeq{bottom:10%}.dJeREn{margin-top:-130px}.imcrtE{margin-top:-58px}.blrsNe{padding-top:70px}.QZIqR{margin-top:-59px}.cAPhGU{padding-top:90px}.fdLSZG{margin-bottom:-85px}.kOpjWq{margin-top:-25px}.eMTvFN{padding-bottom:20px}.iQXpWT{overflow-x:auto}.iTVYGk{margin-left:var(--spacing-0)}.fcpcQm{margin-right:var(--spacing-0)}.hiNNnI{margin-bottom:-1.5%}.UtQhM{margin-top:-12.5%}.eiiGWO:nth-child(2){grid-row:3/span 1}.fTdAOO:nth-child(3){grid-row:2/span 1}}@media screen and (max-width:50.6225rem){.fskmZS::-webkit-scrollbar{height:3px}.kyFhtl::-webkit-scrollbar{width:3px}.jSDcIg::-webkit-scrollbar-thumb{border-radius:5px}}@media screen and (max-width:50.6225rem){.GMROA blockquote,.kBlpCD article{padding-inline:25px}.frDqBT .white-block{padding:20px}.bkLFlh img{width:155px}.iaNUte svg{width:12px}.Wberb svg{height:18px}.eGZbun:before{clip-path:polygon(.141% 100.909%,.141% 89.059%,.141% 89.059%,.161% 86.498%,.221% 83.995%,.319% 81.571%,.454% 79.246%,.626% 77.037%,.834% 74.966%,1.075% 73.051%,1.35% 71.312%,1.657% 69.768%,1.995% 68.439%,1.995% 68.439%,3.598% 63.14%,5.68% 56.772%,8.234% 49.615%,11.25% 41.948%,14.718% 34.051%,18.63% 26.202%,22.976% 18.681%,27.747% 11.767%,32.934% 5.739%,38.527% .878%,38.527% .878%,39.359% .545%,40.185% .744%,40.998% 1.455%,41.794% 2.661%,42.569% 4.346%,43.316% 6.491%,44.032% 9.08%,44.711% 12.095%,45.348% 15.518%,45.939% 19.333%,47.263% 28.7%,47.263% 28.7%,47.758% 31.65%,48.307% 33.945%,48.896% 35.584%,49.512% 36.568%,50.141% 36.895%,50.77% 36.568%,51.386% 35.584%,51.975% 33.945%,52.523% 31.65%,53.018% 28.7%,54.343% 19.333%,54.343% 19.333%,54.934% 15.518%,55.571% 12.095%,56.25% 9.08%,56.966% 6.491%,57.713% 4.346%,58.487% 2.661%,59.284% 1.455%,60.097% .744%,60.922% .545%,61.755% .878%,61.755% .878%,67.348% 5.739%,72.535% 11.767%,77.306% 18.681%,81.652% 26.202%,85.563% 34.051%,89.032% 41.948%,92.047% 49.615%,94.601% 56.772%,96.684% 63.14%,98.286% 68.439%,98.286% 68.439%,98.624% 69.768%,98.931% 71.312%,99.206% 73.051%,99.448% 74.966%,99.655% 77.037%,99.827% 79.246%,99.963% 81.571%,100.061% 83.995%,100.121% 86.498%,100.141% 89.059%,100.141% 100.909%,.141% 100.909%);-webkit-clip-path:polygon(.141% 100.909%,.141% 89.059%,.141% 89.059%,.161% 86.498%,.221% 83.995%,.319% 81.571%,.454% 79.246%,.626% 77.037%,.834% 74.966%,1.075% 73.051%,1.35% 71.312%,1.657% 69.768%,1.995% 68.439%,1.995% 68.439%,3.598% 63.14%,5.68% 56.772%,8.234% 49.615%,11.25% 41.948%,14.718% 34.051%,18.63% 26.202%,22.976% 18.681%,27.747% 11.767%,32.934% 5.739%,38.527% .878%,38.527% .878%,39.359% .545%,40.185% .744%,40.998% 1.455%,41.794% 2.661%,42.569% 4.346%,43.316% 6.491%,44.032% 9.08%,44.711% 12.095%,45.348% 15.518%,45.939% 19.333%,47.263% 28.7%,47.263% 28.7%,47.758% 31.65%,48.307% 33.945%,48.896% 35.584%,49.512% 36.568%,50.141% 36.895%,50.77% 36.568%,51.386% 35.584%,51.975% 33.945%,52.523% 31.65%,53.018% 28.7%,54.343% 19.333%,54.343% 19.333%,54.934% 15.518%,55.571% 12.095%,56.25% 9.08%,56.966% 6.491%,57.713% 4.346%,58.487% 2.661%,59.284% 1.455%,60.097% .744%,60.922% .545%,61.755% .878%,61.755% .878%,67.348% 5.739%,72.535% 11.767%,77.306% 18.681%,81.652% 26.202%,85.563% 34.051%,89.032% 41.948%,92.047% 49.615%,94.601% 56.772%,96.684% 63.14%,98.286% 68.439%,98.286% 68.439%,98.624% 69.768%,98.931% 71.312%,99.206% 73.051%,99.448% 74.966%,99.655% 77.037%,99.827% 79.246%,99.963% 81.571%,100.061% 83.995%,100.121% 86.498%,100.141% 89.059%,100.141% 100.909%,.141% 100.909%)}.eZuXrB:after{width:50px}.cVNDuv:after,.cVNDuv:before{width:30px}.ecxtIx:after,.ecxtIx:before{height:60px}.jQnxrr\!:before{display:block!important}.dcrdSc img{max-width:180px}.XwfiR\! .swiper{padding-inline:10px!important}.dMyuKx>div{width:100%}.kCXoby img{max-width:160px}.hZUmBF:before{height:30px}.gmvnuf:after{height:11px}.fNOsoU:after{height:30px}.cVpoit:after{height:125px}.gHIhAU:after{background:url(/images/home/planets/figure-top-mob.png) no-repeat bottom/100% 100%}.cdqVBa:before{height:150px}.iYuWwr:before{background:url(/images/home/planets/figure-bot-mob.png) no-repeat bottom/100% 100%}.jcEBtj:first-of-type{grid-column:1/span 1}.jDPNAN:nth-of-type(2){grid-row:2/span 1}.knGYbl:nth-of-type(3){grid-row:3/span 1}.gUlESl:nth-of-type(8),.kDRSrg:nth-of-type(9){grid-column:6/span 1}.xubPo:nth-of-type(9){grid-row:4/span 1}.cXVCFv:nth-of-type(10){grid-column:5/span 1}.eXTaVE:nth-of-type(10){grid-row:4/span 1}.iplbOX:nth-of-type(11){grid-column:4/span 1}.crUXBF:nth-of-type(11){grid-row:4/span 1}.hwQzFj:nth-of-type(12){grid-column:3/span 1}.fxoYbu:nth-of-type(12){grid-row:4/span 1}.jebXRz:nth-of-type(13){grid-column:2/span 1}.bwCNVT:nth-of-type(13){grid-row:4/span 1}.faDYcz:nth-of-type(14){grid-column:1/span 1}.dqQiRY:nth-of-type(14){grid-row:4/span 1}.kVMKlK:nth-of-type(15){grid-column:1/span 1}.ePkGyT:nth-of-type(15){grid-row:5/span 2}.dwvqBK:nth-of-type(16){grid-column:2/span 1}.bLZeFc:nth-of-type(16){grid-row:5/span 2}.dJGute:nth-of-type(17){grid-column:3/span 1}.Bgkch:nth-of-type(17){grid-row:5/span 2}.jaHeca:nth-of-type(18){grid-column:4/span 1}.kWwAXS:nth-of-type(18){grid-row:5/span 2}.fDOgWi:nth-of-type(19){grid-column:5/span 1}.jLDGuX:nth-of-type(19){grid-row:5/span 2}.gEqdSH:nth-of-type(20){grid-column:6/span 1}.dlRmkJ:nth-of-type(20){grid-row:5/span 2}.cJIbzC:nth-of-type(21){grid-column:6/span 1}.Bnpod:nth-of-type(21){grid-row:7/span 1}.gleLjD:nth-of-type(22){grid-column:4/span 1}.dfACAa:nth-of-type(22){grid-row:7/span 1}.gZAfYp:nth-of-type(23){grid-column:3/span 1}.fYqAvL:nth-of-type(23){grid-row:7/span 1}.kICLTo:nth-of-type(24){grid-column:1/span 1}.eZzEIg:nth-of-type(24){grid-row:7/span 1}.eDnEvF:nth-of-type(25){grid-column:1/span 1}.fXRAPV:nth-of-type(25){grid-row:8/span 2}.dwwwaI:nth-of-type(26){grid-column:3/span 1}.cCufC:nth-of-type(26){grid-row:8/span 2}.gUXHNk:nth-of-type(27){grid-column:6/span 1}.hGmmGH:nth-of-type(27){grid-row:8/span 2}.fqEiDM:nth-of-type(28){grid-column:5/span 1}.eiRODq:nth-of-type(28){grid-row:10/span 1}.lftgzy:nth-of-type(29){grid-column:2/span 1}.kxdhwn:nth-of-type(29){grid-row:10/span 1}.gefpSg:nth-of-type(30){grid-column:3/span 2}.deJJMu:nth-of-type(30){grid-row:11/span 1}.bIZdqG:after{transform:unset}.dvYncH:after{width:30px}.crwWeb h6{max-width:250px}.hWRkLw h6{margin-inline:auto}.jXsqEa p{text-align:center}.dBlnrM:first-of-type{background:rgba(28,65,1,.36)}.hpuatY:first-of-type{border-top:1px solid rgba(120,212,87,.33)}.hhgaQo:first-of-type{border-left:1px solid rgba(120,212,87,.33)}.kQBgGO:first-of-type{border-right:1px solid rgba(120,212,87,.33)}.bKxjdD:nth-of-type(2){background:rgba(28,65,1,.36)}.eApzFF:nth-of-type(2){border-bottom:1px solid rgba(120,212,87,.33)}.bzhmZz:nth-of-type(2){border-left:1px solid rgba(120,212,87,.33)}.gvlZMd:nth-of-type(2){border-right:1px solid rgba(120,212,87,.33)}.eeDwYd:after{display:none}.jOFjFy:not(:last-child){border-right:1px solid hsla(0,0%,69%,.1)}.knbNLR:first-of-type{grid-row:1/span 1}.eTnyjc:first-of-type{grid-column:1/span 2}.drIrJi:first-of-type{border-bottom:1px solid hsla(0,0%,69%,.1)}.kTsFHs:nth-of-type(2){grid-column:1/span 1}.bYarAM:nth-of-type(3){grid-row:2/span 1}.fVPTXW:nth-of-type(3){grid-column:2/span 1}.gHYKur p{max-width:40%}.fIKTDc img{max-width:22%}.bRUomt:after{height:35px}.ccbtOD:after{clip-path:polygon(100% 0,0 0,0 100%,24.551% 100%,24.551% 61.795%,24.551% 61.795%,24.604% 53.864%,24.757% 46.341%,25.003% 39.326%,25.331% 32.92%,25.735% 27.223%,26.206% 22.336%,26.736% 18.36%,27.316% 15.396%,27.937% 13.543%,28.593% 12.903%,71.076% 12.903%,71.076% 12.903%,71.731% 13.543%,72.353% 15.396%,72.933% 18.36%,73.463% 22.336%,73.934% 27.223%,74.338% 32.92%,74.666% 39.326%,74.912% 46.341%,75.065% 53.864%,75.118% 61.795%,75.118% 100%,100% 100%,100% 0);-webkit-clip-path:polygon(100% 0,0 0,0 100%,24.551% 100%,24.551% 61.795%,24.551% 61.795%,24.604% 53.864%,24.757% 46.341%,25.003% 39.326%,25.331% 32.92%,25.735% 27.223%,26.206% 22.336%,26.736% 18.36%,27.316% 15.396%,27.937% 13.543%,28.593% 12.903%,71.076% 12.903%,71.076% 12.903%,71.731% 13.543%,72.353% 15.396%,72.933% 18.36%,73.463% 22.336%,73.934% 27.223%,74.338% 32.92%,74.666% 39.326%,74.912% 46.341%,75.065% 53.864%,75.118% 61.795%,75.118% 100%,100% 100%,100% 0)}.cjPEGc img{width:58%}.igIGWH img{height:100%}.coMacw:before{height:35px}.UATxz:before{clip-path:polygon(0 100%,100% 100%,100% 0,75.449% 0,75.449% 38.205%,75.449% 38.205%,75.396% 46.136%,75.242% 53.659%,74.997% 60.674%,74.669% 67.08%,74.265% 72.777%,73.794% 77.664%,73.264% 81.64%,72.684% 84.604%,72.062% 86.457%,71.407% 87.097%,28.924% 87.097%,28.924% 87.097%,28.269% 86.457%,27.647% 84.604%,27.067% 81.64%,26.537% 77.664%,26.066% 72.777%,25.662% 67.08%,25.334% 60.674%,25.089% 53.659%,24.935% 46.136%,24.883% 38.205%,24.883% 0,0 0,0 100%);-webkit-clip-path:polygon(0 100%,100% 100%,100% 0,75.449% 0,75.449% 38.205%,75.449% 38.205%,75.396% 46.136%,75.242% 53.659%,74.997% 60.674%,74.669% 67.08%,74.265% 72.777%,73.794% 77.664%,73.264% 81.64%,72.684% 84.604%,72.062% 86.457%,71.407% 87.097%,28.924% 87.097%,28.924% 87.097%,28.269% 86.457%,27.647% 84.604%,27.067% 81.64%,26.537% 77.664%,26.066% 72.777%,25.662% 67.08%,25.334% 60.674%,25.089% 53.659%,24.935% 46.136%,24.883% 38.205%,24.883% 0,0 0,0 100%)}.hEmWiz h2{font-size:22px}.disrxa h1{font-size:24px}.hYqlfD h3{font-size:18px}.eQHuei h4{font-size:16px}.hyrIYs h5{font-size:15px}.SikzK h6{font-size:14px}.Ngaot article{margin-left:var(--spacing-0)}.hDxpws h1{font-size:22px}.kiVmbi blockquote{margin-left:var(--spacing-0)}.cHVFrx h2{font-size:20px}.GRytC li,.GRytC p,.kFvvtn table{font-size:15px}.jKQpNL a{font-size:12px}.bYYmib[data-variant=privacy],.gsJNmm[data-variant=default]{left:15px}.eywzqM p{font-size:14px}.fJiBCj:after{top:-20px}.frRtvy span{font-size:12px}.iDmiIk p{font-size:10px}.iTuBMe:nth-of-type(22){margin-left:100%}.jAnjpe:nth-of-type(23){margin-left:-100%}.kAxtPK:nth-of-type(26){margin-left:100%}.iguKVf:nth-of-type(30){margin-bottom:-76px}.jaITrZ span{font-size:8px}.jNxkCV img{top:10px}.aJwgd img{right:-30px}.imyOgs:after{top:10%}.eiEqf h6{justify-content:center}.fviVcL:nth-of-type(2){padding-left:20px}.QPieL:nth-child(2),.kZHaNQ:first-child{padding-right:none}.ldJUsU:first-of-type{padding-bottom:15px}.jrCMGk p{font-size:9px}.llVRYh:first-of-type,.llVRYh:nth-of-type(3){margin-top:var(--spacing-0)}.JiYla img{margin-left:14%}.dYRema[data-status=auth] img,.dYRema[data-status=cabinet] img{width:30px}.kLJMox[data-status=auth] img,.kLJMox[data-status=cabinet] img{height:30px}.fcjPTN>div:before{width:30px}.imJHba>div:before{height:30px}.bCJeEa:first-of-type:after{display:none}.cJvhXH:nth-of-type(2):before{display:block}.bEkXkX:nth-of-type(2):before{border-top:1px solid rgba(120,212,87,.25)}.jbYiOn:nth-child(2):after,.klLXsd:nth-of-type(2):after{display:none}.eXxWwW:first-of-type ul{gap:20px}.excEoT h3:not(:first-child){margin-top:20px}.cedpcS h4:not(:first-child){margin-top:15px}.cpQeJX blockquote:not(:first-child){margin-top:20px}.bPxaqc h2:not(:last-child),.cccbar ul:not(:last-child),.fresLh blockquote:not(:last-child),.jvZWum article:not(:last-child){margin-bottom:20px}.hydASP h2:not(:first-child){padding-top:20px}.exkAqe h2:not(:first-child){margin-top:20px}.ccipmB ol:not(:last-child){margin-bottom:20px}.XOdTF .white-block:not(:first-child){margin-top:20px}.jowTYD .white-block:not(:last-child){margin-bottom:20px}.bBFNYf:nth-of-type(odd) p:after{left:-15px}.dVVyFL:nth-of-type(2n) p:after,.eYGiMJ:nth-of-type(odd) p:before{right:-15px}.kfIZEp:nth-of-type(2n) p:before{left:-15px}.byUIhw:nth-of-type(2):after,.kXCnsj:first-of-type:after{left:40px}.hxgpFT:first-of-type ul{flex-direction:row}.ktWwIc ul>li:before{margin-block:3px}.iAZIEb:first-of-type p span{display:inline}.dJcWIl:first-of-type ul li span{display:none}}@media screen and (max-width:47.9975rem){.kWLEqG{padding-inline:15px}.czNbQu{padding-block:10px}.lnGIqo\!{padding-inline:20px!important}.bIJMfT{grid-column:1/span 1}.kvWbKy{grid-row:1/span 2}.hNKESA{gap:var(--spacing-0)}.iWGnrT{padding:12px 20px 12px 0}.jvOCdZ{width:100%}.isFSPf{max-width:355px}.kaEYWY{grid-column:2/span 1}.gbdSMJ{grid-row:1/span 1}.fdFAVU{text-align:center}.ffbxFC{grid-row:2/span 1}.dbZpqy{padding-inline:15px}.eJwgYI{border-bottom:1px solid #383846}.eYsLUW{border-left:unset}.cJdxht{padding-inline:12px}.cTieQQ{grid-column:1/span 2}.bcHgny{width:78px}.hdoeBq{padding:var(--spacing-0)}.hVzBwp{padding:12px}.jgNtiW\!{padding:45px 20px!important}.jvOCdZ\!{width:100%!important}.hQlWZB{position:absolute}.dqfloD{padding:20px 15px}.jeFOkN{padding-block:20px}.inQAMY{padding-inline:35px}.keWFes{margin-block:20px}.ctyAKE{padding:18px 15px}.ddPvng{padding:18px 15px 0}.GHbrs{gap:15px}.bIBAMj{padding:10px 12px}.eCrRsb{padding:20px 0}.kJxygr{margin-inline:var(--spacing-0)}.dFztrf{padding-inline:14px}.goIjaU\!{max-width:150px!important}.qMkRr{padding-inline:10px}.brhAJA{width:50px}.Sjbfd{gap:50px}.dedZUL{padding:6px 8px}.jmCYLE{display:none}.bVIajY{max-height:120px}.gQkQwZ{gap:calc(17 * var(--vh-unit))}.gcODIS{max-width:calc(375 * var(--vh-unit))}.jHnmla{border-radius:calc(26 * var(--vh-unit))}.elbyni{gap:calc(10 * var(--vh-unit))}.hHnehH{width:calc(23 * var(--vh-unit))}.gsHVSs{height:calc(23 * var(--vh-unit))}.jUJNSx{padding:calc(0 * var(--vh-unit)) calc(20 * var(--vh-unit)) calc(26 * var(--vh-unit)) calc(20 * var(--vh-unit))}.hykoHG{padding:calc(16 * var(--vh-unit)) calc(20 * var(--vh-unit)) calc(0 * var(--vh-unit)) calc(20 * var(--vh-unit))}.kxyqWD{border-radius:calc(63 * var(--vh-unit))}.egSbWx\!{padding:calc(16 * var(--vh-unit)) calc(30 * var(--vh-unit))!important}.ljQufZ{padding-inline:calc(15 * var(--vh-unit))}.hNMSgr{width:calc(27 * var(--vh-unit))}.dNnUko{height:calc(27 * var(--vh-unit))}.dePeMq{width:calc(15 * var(--vh-unit))}.fRxphF{height:calc(19 * var(--vh-unit))}.JfOmK{padding-inline:calc(25 * var(--vh-unit))}.kJrYkH{padding:calc(20 * var(--vh-unit))}.gBwRiO{gap:calc(5 * var(--vh-unit))}.IOeVv{padding:calc(20 * var(--vh-unit)) calc(22 * var(--vh-unit))}.dhsDxc{border-radius:calc(60 * var(--vh-unit))}.bqaSkp{height:calc(26 * var(--vh-unit))}.dvHCTq{padding-inline:calc(16 * var(--vh-unit))}.bYBxpV{height:auto}.hWPxSt{aspect-ratio:1/1}.bPLtHy{width:13%}.bNMfiG{height:calc(12 * var(--vh-unit))}.cStJCW{padding-block:calc(20 * var(--vh-unit))}.rpvdk{padding-inline:calc(50 * var(--vh-unit))}.loLeAi{height:calc(74 * var(--vh-unit))}.gZNsUL{width:calc(375 * var(--vh-unit))}.gMUvIm{max-width:calc(100 * var(--vh-unit))}.ghbRix{padding:calc(26 * var(--vh-unit)) calc(22 * var(--vh-unit))}.ksuEVo{border-radius:calc(20 * var(--vh-unit))}.zUDLo{padding:calc(25 * var(--vh-unit)) calc(35 * var(--vh-unit))}.gQizrV{padding-block:calc(10 * var(--vh-unit))}.gzjMin{height:45px}.TsrwE{padding:15px 10px}.iQJTNb{width:68px}.eXwDYz{width:57px}.kqGxnz{height:32px}.fwSRBn{width:82px}.hekXEi{gap:20px}.indnId{padding-block:6px}.hZqcDd{width:150px}.ccQBWp{max-width:140px}.hpnrmu{width:70px}.dBNZDH{width:24px}.eTiexE{height:24px}.fRxtOT{min-width:90px}.fAxDAn{height:18px}.koumUm{gap:6px}.dFTHCH{background:url(/images/coin/label-bg-mob.png) no-repeat 100% 100%/cover}.jvMzsn{padding:10px 10px 25px}.hwaDqn{width:21%}.eBHQxQ{margin-inline:-25%}.kgvxhR{background:url(/images/coin/figure-mob.png) no-repeat}.iStpTK{padding-block:15px 60px}.gRyJHr{padding:10px}.lgyAsl{gap:10px}.cXYFLr{background:url(/images/coin/figure-bottom-mob.png) no-repeat}.iGeLJA{padding:10px 15px}.jDWApm{margin-inline:-15px}.gRFMvM{text-align:left}.emtBlA{border-right:unset}.jCOWWP{background:hsla(0,0%,100%,.08)}.jLokqp{padding-inline:30px}.kOFtND{padding-inline:5px}.dbmgjt{gap:5px}.jnocIy{gap:2px}.jalxKe{border-bottom:2px solid hsla(0,0%,100%,.15)}.RnCJN{padding:65px 20px 30px}.liDETr{background:linear-gradient(180deg,rgba(255,170,0,.13),rgba(255,170,0,0) 65.14%)}.cfsBJN{padding:16px}.jlwIQq{gap:28px}.iOtSJu{padding:15px}.gVxQjc{max-width:100%}.iTLJNF{padding-inline:7px}.elsUGS{padding-block:45px}.igFlfL{padding-inline:8%}.eYaKhj{margin-inline:15px}.gfLGfb{aspect-ratio:unset}.bDRpqb{padding-inline:var(--spacing-5)}.ikosts{padding:var(--spacing-2)}.hKSbtl{min-height:480px}.eoptlE{height:78.5285%}.dNqnMx{max-width:270px}.cSPYLS\!{max-width:280px!important}.bpqSzn{width:200px}.bXXygu{height:90.5285%}.gDXVKC{flex:0 1 30%}.WpnEd{height:70px}.ilZhwP{gap:12px}.fXQFHh{padding-inline:16px}.juVyKc{width:54px}.gHxRsp{height:38px}.leKJkX{height:50px}.goIjaU{max-width:150px}.kyoiwH{max-width:210px}.gOgUwG{max-width:310px}.depnLc{margin-inline:auto}.fCCQyG{width:175px}.ieMPrZ{place-items:center}.ksdRGP\!{max-width:175px!important}.kUIgMF{padding:0 15px 15px}.BngiM{gap:4px}.isGtjF{padding:20px 15px}.UDBEO{height:100%}.iCuqzv{border-top:1px solid hsla(206,6%,50%,.1)}.jfWdjf{max-width:65px}.btksSM{position:fixed}.gBHtzG{width:calc(100% - 20px)}.hGSTyc{transform:translateX(-50%)}.dPvKix{z-index:10}.jfkojd{width:40px}.FTqgO{padding:18px 10px 18px 20px}.Otfyb{width:20px}.kJpekg{height:20px}.jmkOqq{gap:13px}.igTvLw{padding-block:16px}.dwOxLa{padding-inline:var(--spacing-0)}.gjJdwL{border-bottom:1px solid #2d2d36}.lbudRK{display:grid}.dymytg{border:1px solid #2d2d36}.DHmgk{padding:0 0 20px 12px}.ienyFP{background:#201f28}.dKHKrE{margin-inline:12px}.bnNGLX{padding-block:var(--spacing-0)}.kmuNGQ{padding:10px 10px 0}.kxwKgY{border-top:1px solid hsla(206,6%,50%,.2)}.hVFDVe{height:95px}.ezmDXX{padding-block:8px}.ikbGoC{grid-column:unset}.fzTdTR{flex:45%}.hqPtIH{position:unset}.edmPOI{width:32px}.ilqGdy{position:relative}.cHNVAZ{background:#1c1c23}.gzpdqH{background:#1a1820}.fjyQYl{grid-column:3/span 1}.fWlojL{grid-row:1/span 3}.lnGIqo{padding-inline:20px}.iiWFDf{grid-row:3/span 1}.fScnQM{margin:20px 0 0 20px}.kQMcda{transform:scaleY(-1)}.jXODWH{border-left:4px solid #32c635}.evJxGe{border-left:4px solid #ff023f}.dYomoW{height:40px}.jFXhOv{border-bottom:1px solid rgba(0,0,0,.15)}.jEjXEP{gap:30px}.jAaycR{place-items:center left}.hBwzoH{padding-block:15px}.jmRzLH{gap:25px}.dFkLcM{border:1px solid rgba(48,48,51,.15)}.giWlw{border-radius:5px}.dHqHKh{padding:24px 20px 24px 24px}.iVUdsp{padding:24px 24px 24px 20px}.hYyXzt{padding:30px}.gExIqJ{padding:15px}.TFPQS{padding:12px 15px}.iuINeo{padding-inline:13px}.ifrhPW{gap:60px}.ixVGOL{width:170px}.gzXAHE{padding:5px 15px}.dfmSTm{max-width:390px}.kBOKJj{padding:15px 20px}.FlmTk{padding:15px 18px}.kKGBaP{clip-path:polygon(.02% 4.47%,.02% 4.47%,0 3.774%,.033% 3.103%,.112% 2.468%,.235% 1.882%,.396% 1.354%,.593% .897%,.82% .521%,1.074% .239%,1.35% .062%,1.645% 0,25.548% 0,98.135% 0,98.135% 0,98.43% .062%,98.706% .239%,98.96% .521%,99.188% .897%,99.384% 1.354%,99.546% 1.882%,99.668% 2.468%,99.748% 3.103%,99.78% 3.774%,99.761% 4.47%,96.804% 49.406%,96.804% 49.406%,96.797% 49.524%,96.792% 49.643%,96.788% 49.762%,96.786% 49.881%,96.785% 50%,96.786% 50.119%,96.788% 50.238%,96.792% 50.357%,96.797% 50.476%,96.804% 50.594%,99.761% 95.53%,99.761% 95.53%,99.78% 96.226%,99.748% 96.897%,99.668% 97.532%,99.546% 98.119%,99.384% 98.646%,99.188% 99.103%,98.96% 99.479%,98.706% 99.761%,98.43% 99.938%,98.135% 100%,1.645% 100%,1.645% 100%,1.35% 99.938%,1.074% 99.761%,.82% 99.479%,.593% 99.103%,.396% 98.646%,.235% 98.119%,.112% 97.532%,.033% 96.897%,0 96.226%,.02% 95.53%,2.976% 50.594%,2.976% 50.594%,2.983% 50.476%,2.988% 50.357%,2.992% 50.238%,2.995% 50.119%,2.995% 50%,2.995% 49.881%,2.992% 49.762%,2.988% 49.643%,2.983% 49.524%,2.976% 49.406%,.02% 4.47%);-webkit-clip-path:polygon(.02% 4.47%,.02% 4.47%,0 3.774%,.033% 3.103%,.112% 2.468%,.235% 1.882%,.396% 1.354%,.593% .897%,.82% .521%,1.074% .239%,1.35% .062%,1.645% 0,25.548% 0,98.135% 0,98.135% 0,98.43% .062%,98.706% .239%,98.96% .521%,99.188% .897%,99.384% 1.354%,99.546% 1.882%,99.668% 2.468%,99.748% 3.103%,99.78% 3.774%,99.761% 4.47%,96.804% 49.406%,96.804% 49.406%,96.797% 49.524%,96.792% 49.643%,96.788% 49.762%,96.786% 49.881%,96.785% 50%,96.786% 50.119%,96.788% 50.238%,96.792% 50.357%,96.797% 50.476%,96.804% 50.594%,99.761% 95.53%,99.761% 95.53%,99.78% 96.226%,99.748% 96.897%,99.668% 97.532%,99.546% 98.119%,99.384% 98.646%,99.188% 99.103%,98.96% 99.479%,98.706% 99.761%,98.43% 99.938%,98.135% 100%,1.645% 100%,1.645% 100%,1.35% 99.938%,1.074% 99.761%,.82% 99.479%,.593% 99.103%,.396% 98.646%,.235% 98.119%,.112% 97.532%,.033% 96.897%,0 96.226%,.02% 95.53%,2.976% 50.594%,2.976% 50.594%,2.983% 50.476%,2.988% 50.357%,2.992% 50.238%,2.995% 50.119%,2.995% 50%,2.995% 49.881%,2.992% 49.762%,2.988% 49.643%,2.983% 49.524%,2.976% 49.406%,.02% 4.47%)}.geqsp{padding:5px 10px}.uAUjl{display:flex}.eSgnlI{padding-block:12px}.fOBHrF\!{background:none!important}.hdgVDa{width:34px}.dpbOdm{clip-path:polygon(4.602% 98.223%,4.602% 98.223%,4.324% 98.108%,4.055% 97.768%,3.795% 97.214%,3.547% 96.457%,3.314% 95.508%,3.097% 94.376%,2.899% 93.072%,2.722% 91.608%,2.569% 89.993%,2.441% 88.237%,.428% 56.048%,.428% 56.048%,.355% 54.724%,.297% 53.37%,.256% 51.993%,.232% 50.602%,.224% 49.203%,.232% 47.805%,.256% 46.413%,.297% 45.037%,.355% 43.683%,.428% 42.358%,2.441% 10.17%,2.441% 10.17%,2.569% 8.414%,2.722% 6.799%,2.899% 5.334%,3.097% 4.031%,3.314% 2.899%,3.547% 1.95%,3.795% 1.193%,4.055% .639%,4.324% .299%,4.602% .184%,95.602% .184%,95.602% .184%,95.879% .299%,96.149% .639%,96.409% 1.193%,96.657% 1.95%,96.89% 2.899%,97.107% 4.031%,97.305% 5.334%,97.481% 6.799%,97.635% 8.414%,97.762% 10.17%,99.776% 42.358%,99.776% 42.358%,99.849% 43.683%,99.907% 45.037%,99.947% 46.413%,99.972% 47.805%,99.98% 49.203%,99.972% 50.602%,99.947% 51.993%,99.907% 53.37%,99.849% 54.724%,99.776% 56.048%,97.762% 88.237%,97.762% 88.237%,97.635% 89.993%,97.481% 91.608%,97.305% 93.072%,97.107% 94.376%,96.89% 95.508%,96.657% 96.457%,96.409% 97.214%,96.149% 97.768%,95.879% 98.108%,95.602% 98.223%,4.602% 98.223%);-webkit-clip-path:polygon(4.602% 98.223%,4.602% 98.223%,4.324% 98.108%,4.055% 97.768%,3.795% 97.214%,3.547% 96.457%,3.314% 95.508%,3.097% 94.376%,2.899% 93.072%,2.722% 91.608%,2.569% 89.993%,2.441% 88.237%,.428% 56.048%,.428% 56.048%,.355% 54.724%,.297% 53.37%,.256% 51.993%,.232% 50.602%,.224% 49.203%,.232% 47.805%,.256% 46.413%,.297% 45.037%,.355% 43.683%,.428% 42.358%,2.441% 10.17%,2.441% 10.17%,2.569% 8.414%,2.722% 6.799%,2.899% 5.334%,3.097% 4.031%,3.314% 2.899%,3.547% 1.95%,3.795% 1.193%,4.055% .639%,4.324% .299%,4.602% .184%,95.602% .184%,95.602% .184%,95.879% .299%,96.149% .639%,96.409% 1.193%,96.657% 1.95%,96.89% 2.899%,97.107% 4.031%,97.305% 5.334%,97.481% 6.799%,97.635% 8.414%,97.762% 10.17%,99.776% 42.358%,99.776% 42.358%,99.849% 43.683%,99.907% 45.037%,99.947% 46.413%,99.972% 47.805%,99.98% 49.203%,99.972% 50.602%,99.947% 51.993%,99.907% 53.37%,99.849% 54.724%,99.776% 56.048%,97.762% 88.237%,97.762% 88.237%,97.635% 89.993%,97.481% 91.608%,97.305% 93.072%,97.107% 94.376%,96.89% 95.508%,96.657% 96.457%,96.409% 97.214%,96.149% 97.768%,95.879% 98.108%,95.602% 98.223%,4.602% 98.223%)}.kqJIQV{transform:rotate(90deg)}.dvWbrm{width:12px}.fKAMJf{width:130px}.dWTOsy{width:120px}.epPXTG{padding-top:150px}.ZmCBC{justify-self:center}.ijYeyQ{grid-template-columns:112px 1fr}.eIsdug{row-gap:10px}.eAFPCH{align-items:center}.bXOnhT{justify-content:center}.iOIEcU{font-size:16px}.fgaQaT{flex-direction:column}.hQCMSq{padding-left:var(--spacing-0)}.eTQNkk{margin-left:auto}.cjrmsA{margin-bottom:90px}.fhcDsG{grid-template-columns:repeat(2,1fr)}.gKwMrb{font-size:15px}.fvloHD{font-size:22px}.ejoKhi{font-size:14px}.fhcDsG\!{grid-template-columns:repeat(2,1fr)!important}.eohNoW{font-size:18px}.QBpoT{padding-bottom:12px}.Kzrhm{margin-top:5px}.iAQFJu{top:20%}.eSGlNP{right:-10%}.iTVYHj{margin-left:var(--spacing-0)}.hKwajC{align-items:flex-start}.jCIlVx{bottom:var(--spacing-0)}.fMLOUj{grid-auto-flow:row}.kXRvGC{font-size:calc(13 * var(--vh-unit))}.efGvbi{font-size:calc(20 * var(--vh-unit))}.hFwDIV{font-size:calc(18 * var(--vh-unit))}.hEPhSH{margin-top:calc(12 * var(--vh-unit))}.cThVtE{font-size:calc(15 * var(--vh-unit))}.bJuyWJ{font-size:calc(58 * var(--vh-unit))}.lhOPbM{font-size:calc(37 * var(--vh-unit))}.buqNeP{font-size:calc(16 * var(--vh-unit))}.cpZmyB{bottom:calc(-13 * var(--vh-unit))}.dmMuuB{font-size:calc(14 * var(--vh-unit))}.fkVocs{top:-5%}.daeUKg{right:11.1%}.izrGBX{font-size:calc(12 * var(--vh-unit))}.PQqSn{bottom:calc(-37 * var(--vh-unit))}.ewbBLC{margin-bottom:calc(37 * var(--vh-unit))}.TzgXP{column-gap:calc(15 * var(--vh-unit))}.eJwcPf{row-gap:calc(10 * var(--vh-unit))}.eKxZwV{font-size:17px}.ilPljU{font-size:12px}.ilPljU\!{font-size:12px!important}.bZMfEb{line-height:45px}.iBOxRO{margin-top:-40px}.eIDxCe{padding-top:40px}.ehEGDV{font-size:13px}.kfjGrl{align-items:flex-end}.leaqED{margin-top:19px}.jdCkOv{grid-template-columns:.5fr .5fr}.exLAHf{margin-right:20px}.haCyJx{font-size:20px}.gxjilc{background-size:100% 100%}.cJgEoM{margin-top:-12%}.kHbiyE{margin-top:-8.5%}.YSTxN{background-size:100% 95%}.ewjUwH{margin-top:15px}.BzYCl{grid-template-columns:repeat(1,1fr)}.eCDdFt{grid-template-columns:1fr}.SARdG{border-color:hsla(0,0%,100%,.15)}.kbhSCb{flex-direction:row}.cFnpHr{padding-top:5px}.kwcNLG{margin-top:-26px}.jZjHGj{margin-top:26px}.eoBSAV{padding-bottom:10px}.jDSeJM{padding-right:15px}.jXGJIe{padding-left:15px}.ktrwhg{background-size:215%}.eMTvFy{padding-bottom:20px}.cfGGtx{margin-top:-30px}.jNeTyC{right:-50px}.cAoHZ{top:80px}.kFmePP{left:20px}.bsOIuz{bottom:20px}.gPlhsg{top:unset}.qBxNk{right:20px}.cHFvgo{flex-wrap:wrap}.jNrhlZ{margin-top:20px}.iMcQpM{font-size:21px}.GxRzg{align-self:flex-start}.bckjnU{margin-left:25px}.jPoLCy{margin-top:36px}.epSDuv{margin-top:-36px}.laBbiX{justify-content:space-between}.eaUDTi{right:var(--spacing-0)}.dGDnrZ{left:50%}.kaZLFU{bottom:10px}.bvUGFw{padding-right:40px}.dLgepJ{background-size:60px}.gGiRBP{grid-template-columns:1fr 1fr}.gDqNnr{top:-70px}.kDsDYg{padding-bottom:80px}.csRrEQ{padding-bottom:15px}.fxyYVR{top:var(--spacing-0)}.AbfTb{right:unset}.gMtTAd{left:15px}.jqDEjH{padding-left:85px}.briAD{grid-template-columns:repeat(auto-fit,minmax(165px,1fr))}.cKNKEh{grid-template-columns:1fr auto}.bTmeDN{margin-top:-6%}.brneuF{margin-bottom:15px}.hotPgy{flex-direction:column-reverse}.llonQT{margin-top:var(--spacing-0)}.ghDtyb{font-size:11px}.kJmfSf{grid-template-columns:1fr auto 1fr}.dwOGJm{font-weight:500}.hQCMSq\!{padding-left:var(--spacing-0)!important}.cMAXqU{padding-right:var(--spacing-0)}.dCjPEq{padding-top:8px}.jdMDNL{padding-top:10px}.fZOzEd{top:15px}.OHPNe{right:15px}.cVczVY{grid-template-columns:35px 1fr auto}.pwPyG{row-gap:7px}.gicUJi{padding-top:15px}.kKtfmN{left:var(--spacing-0)}.heSbmo{top:calc(var(--whitepaper-header-h) + 15px)}.eneIMR{top:calc(var(--whitepaper-header-mob-h) + 15px)}.gOIUip{grid-template-columns:1fr 50px 50px}.kTsBAn{grid-template-columns:1fr 1fr auto}.jQaCAA{column-gap:15px}.iQXqfM{overflow-x:auto}.dLKnAc{margin-top:16px}.iTVYHj\!{margin-left:var(--spacing-0)!important}.dkBaLX{padding-bottom:30px}.dJeRys{margin-top:-130px}.bKTido{top:50px}.cIeIDu{margin-right:12px}.jogdXB{padding-left:52px}.ihhVHH{grid-template-columns:auto auto auto auto auto}.iSCwCv{align-self:flex-end}.jXuSRv{margin-left:4px}.kDbiBu{margin-left:5px}.eSzEvp{align-items:unset}.kkrdio{margin-left:128px}.csAxKk{margin-bottom:10px}.kOGWim table,.kOGWim tbody,.kOGWim td,.kOGWim tr{width:100%}.giMziY table,.giMziY tbody,.giMziY td,.giMziY tr{display:block}.dSwKpj img{width:22px}.lnJeTh img{height:23px}.iTnmYs>button{padding-inline:15px}.kmMJRw>button:not(:last-child){border-bottom:1px solid #373745}.cUXEqu img{margin-block:20px}.higUea[data-burger=true]{width:100%}.fziXjr h2{text-align:left}.dhPORa:after{display:none}.bIdfVm .bg-wrapper{margin-inline:-15px}.cDaojp:after{height:100px}.dDPiNv:before,.dmmTpB p{display:none}.gRGpnY b{display:inline}.fHengw span{white-space:nowrap}.dMQSWj li{gap:calc(15 * var(--vh-unit))}.eycGhM li{padding-block:calc(11 * var(--vh-unit))}.fhgaHM li{padding-inline:calc(18 * var(--vh-unit))}.bZlGlh img{width:calc(18 * var(--vh-unit))}.ivTthG img{height:calc(18 * var(--vh-unit))}.gBaFvx svg{width:calc(22 * var(--vh-unit))}.gPaZJO svg{height:calc(22 * var(--vh-unit))}.iZtsZa h4{padding:calc(10 * var(--vh-unit)) calc(62 * var(--vh-unit)) calc(16 * var(--vh-unit)) calc(62 * var(--vh-unit))}.cGTpXA button{height:45px}.fdCXff:after{width:4px}.XKnIw:after{height:100%}.jeXdoR:after{background:url(/images/cabinet/separator-mob.png) no-repeat}.dmAMlJ p{text-align:left}.edmVXU b{width:24px}.cChysf b{height:24px}.iWzVAG[data-ref=false]{min-width:100%}.jPcEAp[data-ref=false]{width:150px}.eaalr[data-ref=true]{width:50px}.ismZek:before{height:50px}.guDGmB:after{height:9px}.bGVkGo:after{width:30px}.fAlrBW:first-of-type{border-bottom:2px solid #ffffff26}.bkzrNe p{padding:10px}.iVwSTE:before{background:url(/images/coin/burn-frame.svg) no-repeat top/145px 45px}.dFhcm h6{display:flex}.jsEwHB p{text-align:center}.fGXEtu:nth-child(5){grid-column:1/span 1}.fzqTkC h3{text-align:left}.ddqfWB:before,.dfdOug:after{height:15px}.iHVKAT ul{margin-inline:var(--spacing-0)}.fkBZgi img{width:50px}.bgDDHl img{height:50px}.ihzczJ img{border-radius:6px}.cdVjgC img{padding:6px}.kRySvW p{display:block}.hEhGJR:before{padding-block:15%}.bjpnvl:before{padding-block:unset}.kNsfOp:after{display:block}.hWQJrc img{object-position:78%}.gJuwZM\!:before{display:block!important}.kYLQpM:after{height:85%}.gdxhcu a,.gdxhcu button{padding:5px 20px}.KidQj:first-of-type,.gpEHvo:nth-of-type(2){grid-column:1/span 2}.hEWvJC:nth-of-type(2){grid-row:2/span 1}.jTPVVm span{display:block}.hcinSz button{padding-block:25px}.hOsmap:not(:last-child){border-right:1px solid hsla(206,6%,50%,.2)}.egssSJ svg{width:16px}.lbykdq svg{height:16px}.czlwdq\!:first-child{padding-block:15px!important}.iskzgm:nth-of-type(4),.jwGsWY:nth-of-type(2){display:none}.hHJBEo:nth-of-type(5){display:block}.bVKOYw:first-of-type,.bVKOYw:nth-of-type(4),.cDyBvi:nth-of-type(2),.cDyBvi:nth-of-type(5),.fqsQNY:nth-of-type(3),.fqsQNY:nth-of-type(6){grid-column:unset}.rCtQt:nth-of-type(4),.rCtQt:nth-of-type(5),.rCtQt:nth-of-type(6){grid-row:unset}.dpBTWs:after{width:20%}.dEiIwC:after{height:60px}.iHaQNg:after{background:url(/images/home/bonuses/arrow-mobile.png) no-repeat top/contain}.gkvUgn input{max-width:100%}.dscLYw>div:not(:first-child){border-left:unset}.ipQYli img{display:none}.hnuuuN svg{width:30px}.ubdfu svg{height:30px}.iCMQwQ svg{width:6px}.iGsRXM svg{height:10px}.bYXSvr:after{height:16px}.dfJkBl:after{height:115px}.hBFeDQ h5{max-width:100%}.iMEsQA>*{height:44px}.kmaNC\!>*{padding:10px 15px!important}.fntXSN:after,.fntXSN:before{width:calc(50% - 25px)}.fFvuHT:after,.fFvuHT:before{transform:translateY(-50%)}.gDYhVr input{width:94px}.gVSeHb svg{width:32px}.gGELCo svg{height:36px}.eLhBbm img{width:14px}.gLkkkj img{transform:rotate(90deg)}.eziHNI img{max-width:130px}.IbLvP td{padding-inline:15px}.dsGWBW h4{font-size:26px}.jDsygv h6,.kkXtTV p{font-size:16px}.hcIQPn p{font-size:14px}.jhgZX h1{font-size:22px}.bNvMPU blockquote{font-size:14px}.dNEiMr .swiper-prev{left:-24px}.pPOVy .swiper-next{right:-24px}.eoGMWu i{font-size:18px}.jOKyBW h2{font-size:20px}.hPLkrW ul{grid-template-columns:repeat(2,1fr)}.gETdOz ol{grid-template-columns:1fr}.jCSMAG h3{font-size:16px}.fUEtft h2{font-size:18px}.jFaIlm span{font-size:145px}.eAefBj a{font-size:11px}.hldEvA h4,.kzdFEk p{font-size:calc(18 * var(--vh-unit))}.cfXGOJ span{font-size:calc(15 * var(--vh-unit))}.khHklL span{font-size:calc(17 * var(--vh-unit))}.gfFYhw span{font-size:calc(14 * var(--vh-unit))}.kkWpgU p{font-size:calc(58 * var(--vh-unit))}.ksYhto p{font-size:calc(10 * var(--vh-unit))}.kbOeYX p{font-size:calc(13 * var(--vh-unit))}.gdANnC h4{font-size:calc(16 * var(--vh-unit))}.igrufT h4{font-size:calc(24 * var(--vh-unit))}.aYfTQ span{font-size:17px}.eAcuvY b{font-size:11px}.bofcHi span{font-size:15px}.gmHNzl b{font-size:9px}[data-variant=team] .gFjFhC{flex-direction:row}[data-variant=default] .eRdxIl{flex-direction:row-reverse}.dJFxBb:after{bottom:var(--spacing-0)}.fBrZVD:after{background-position:bottom}.jOgkdl p{font-size:12px}.tmDeg p{font-size:13px}.ePjxEE:first-of-type{border-bottom-left-radius:unset}.coIDOR:nth-of-type(2){border-bottom-right-radius:unset}.eoJvTR b{font-size:18px}.gYmxUh h6{font-size:14px}.iFSiWQ h6{flex-direction:row}.fTWJVh h6{font-size:18px}.dyHuOa h3{margin-bottom:5px}.bLoCOj p{margin-bottom:7px}[data-state=closed] .lplZrp{border-color:#3d3453}.jPPYRr h3{font-size:20px}.fUUmIz h4{font-size:18px}.blyoja img{margin-top:-20px}.fVJTxi h1{font-size:18px}.kzoeBj p{padding-right:6px}.fQMFra:not(:last-child){padding-right:10px}.dCmZPl:not(:last-child){margin-bottom:25px}.kXVKdn button{padding-left:20px}}@media screen and (max-width:47.9975rem){.kDdptJ::placeholder{font-size:16px}}@media screen and (max-width:47.9975rem){.htXAq h4{font-size:22px}.hBbsoJ span{font-size:12px}.ilTVLR span{font-size:16px}.knXRio:after{top:-64px}.jDWfzd:after{left:29%}.gZrYlW h5{font-size:14px}.bqXboA:before{border-color:transparent transparent #1a1820}.bXEEBp input{font-size:18px}.izxPL h5{font-size:22px}.EnhSC:first-of-type{margin-bottom:15px}.fgtYC:before{top:var(--spacing-0)}.cUKEkS:before{left:50%}.ljmPAL svg{margin-right:10px}.eAabnW p{font-size:11px}.bOQMZi h4{margin-left:var(--spacing-0)}.cgkkLX:after,.cgkkLX:before{top:50%}.hRxmrL:after{left:var(--spacing-0)}.ldIFVd:before{right:var(--spacing-0)}.kfQBAj\! .swiper-slide{padding-bottom:10%!important}.fPqZYj\! .swiper-pagination{bottom:-25px!important}.gDZIAC td:first-child{border-bottom:1px solid #413d4b}.gqPtVq ul li{padding:15px}.hWvRQl ol li{padding:15px 20px}.epHWfm>:first-child{grid-row:1/span 1}.fARQRc>:nth-child(5),.gfaewh>:nth-child(4){grid-column:1/span 1}.jTDckd svg:nth-child(2){transform:none}[data-resource=stone] .cCRuzV:after,[data-resource=stone] .cCRuzV:before{border-bottom:1px dashed #f7f36c}[data-resource=water] .bXqMjM:after,[data-resource=water] .bXqMjM:before{border-bottom:1px dashed #56d9ff}[data-resource=gas] .JZkZa:after,[data-resource=gas] .JZkZa:before{border-bottom:1px dashed #7ffa86}.bhbYpT p:not(:last-child),.dPeKrC h1:not(:last-child),.gEswbM blockquote:not(:last-child),.llqdia h1:not(:last-child),.llqdia h2:not(:last-child),.llqdia h3:not(:last-child),.llqdia h4:not(:last-child),.llqdia h5:not(:last-child){margin-bottom:15px}.eNfXaF ul li{font-size:13px}.keqvPh span:after{top:calc(100% - 35px)}.dqVHjy>:first-child{padding-bottom:10px}.jVCCYJ p span{font-size:24px}.dCJaub p:nth-of-type(2),.hamJiI p:first-of-type{font-size:14px}}@media screen and (max-width:47.9975rem){.dkRsIQ input::placeholder,.dkRsIQ input[data-placeholder]{font-size:18px}}@media screen and (max-width:47.9975rem){.jWbjhX ul li:not(:nth-child(2n)){border-right:1px solid hsla(0,0%,100%,.15)}.eRmabx ol>li:not(:last-child),.eRnvrn ul>li:not(:last-child){margin-bottom:15px}[data-variant=default] .fsDZKI:first-of-type:after{left:-13px}[data-variant=team] .dhcgKa:first-of-type:after{left:calc(100% + 8px)}}@media (max-width:576px){.doZefX{margin-top:-120px}}@media (max-width:500px){.cphgjx:after{top:-44px}.ibDcir\! .swiper-slide{padding-bottom:17%!important}}@media(max-width:450px){.cmsTRN{margin-bottom:-4%}.kMpYQn{margin-top:-15%}}@media (max-width:430px){.cmCPNf{padding-inline:var(--spacing-0)}.gSsYpl{padding-right:15px}}@media (hover:hover) and (pointer:fine){.bfjSkU:is(:hover,[data-hover]){border-color:#ff5900}}@media (hover:hover) and (pointer:fine){.imkgpc:is(:hover,[data-hover]) svg{fill:#000}}@media (hover:hover) and (pointer:fine){.kKQikt:is(:hover,[data-hover]) div:first-child{color:rgba(0,0,0,.8)}}@media (hover:hover) and (pointer:fine){.WKRjL:is(:hover,[data-hover]) div:nth-child(2){color:#000}}@media (hover:hover) and (pointer:fine){.goxhtY:is(:hover,[data-hover]) div:nth-child(2){text-decoration:underline}}@media (hover:hover) and (pointer:fine){.bYwJlE:is(:hover,[data-hover]) div:nth-child(2){text-underline-offset:3px}}@media (hover:hover) and (pointer:fine){.gpBrTX:is(:hover,[data-hover]) div:nth-child(2){text-decoration-color:rgba(0,0,0,.25)}}}@font-face{font-family:__EuclidCircularBFont_b4a80a;src:url(/_next/static/media/72399823edb708a6-s.p.woff2) format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:__EuclidCircularBFont_b4a80a;src:url(/_next/static/media/a41b42e1a9703195-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__EuclidCircularBFont_b4a80a;src:url(/_next/static/media/243b6dfb2e48e7ed-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__EuclidCircularBFont_b4a80a;src:url(/_next/static/media/70a526c127b6fc39-s.p.woff2) format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:__EuclidCircularBFont_b4a80a;src:url(/_next/static/media/0aa2ebf4cf06f243-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__EuclidCircularBFont_Fallback_b4a80a;src:local("Arial");ascent-override:93.47%;descent-override:25.05%;line-gap-override:0.00%;size-adjust:106.98%}.__className_b4a80a{font-family:__EuclidCircularBFont_b4a80a,__EuclidCircularBFont_Fallback_b4a80a}@font-face{font-family:__PumplyxIconsFont_ccef1c;src:url(/_next/static/media/fc9943b05f123da9-s.p.woff2) format("woff2");font-display:swap}@font-face{font-family:__PumplyxIconsFont_Fallback_ccef1c;src:local("Arial");ascent-override:93.75%;descent-override:6.25%;line-gap-override:0.00%;size-adjust:100.00%}.__className_ccef1c{font-family:__PumplyxIconsFont_ccef1c,__PumplyxIconsFont_Fallback_ccef1c}@font-face{font-family:__SidebarIconsFont_be8935;src:url(/_next/static/media/7deb32bab964d85a-s.p.woff) format("woff");font-display:swap}@font-face{font-family:__SidebarIconsFont_Fallback_be8935;src:local("Arial");ascent-override:93.75%;descent-override:6.25%;line-gap-override:0.00%;size-adjust:100.00%}.__className_be8935{font-family:__SidebarIconsFont_be8935,__SidebarIconsFont_Fallback_be8935}