:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.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{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Neue;font-weight:500;src:url(/fonts/TT-Firs-Neue-Regular.ttf)}@font-face{font-family:Neue;font-weight:700;src:url(/fonts/TT-Firs-Neue-DemiBold.ttf)}::-webkit-scrollbar{display:none}[data-rk] h1{font-size:1.1rem!important;line-height:1.2!important}[data-rk] [role=dialog] h1{font-size:1.1rem!important;font-weight:700!important}[data-rk] button{pointer-events:auto!important;cursor:pointer!important}[data-rk] [role=dialog],[data-rk] [data-testid=rk-connect-modal-backdrop]{pointer-events:auto!important}:root{--primary-color:#F8B800;--secondary-color:#181D1F;--success-color:#28EC8A;--text-color:#fff;--color-grizzly-black: #181D1F;--color-grizzly-tan-1: #eae7dd;--color-grizzly-tan-2: #979385;--color-grizzly-tan-faded: rgba(151,147,133,.5);--color-grizzly-peach: #f1b994;--primary-color-transparent: rgba(239,71,74,.05)}body{overscroll-behavior-y:none;background:#181d1f!important;font-family:Neue,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#fff;background-color:#161b20}body .bg-white{color:#000}.text-success{color:var(--success-color)!important}.bg-primary{background:linear-gradient(#181d1f00,#181d1f 10%,#181d1f)}.red{color:#f8383a}a{color:#fff;cursor:pointer}a{pointer-events:all;color:#fff;text-decoration:none}svg{fill:#fff}.text-xl{font-size:1.25rem!important}.w-auto{width:auto!important}.flex-grow-1{flex-grow:1!important}.bg-yellow{background-color:var(--primary-color)}.text-primary{color:var(--primary-color)!important}.grid-bg{background-size:40px 40px;height:100%;background-image:radial-gradient(circle at 1px 1px,rgba(103,103,103,.5019607843) 1px,transparent 0);transform:translateZ(-500px)}.big-title{font-family:Neue,sans-serif;font-size:3.55em!important;line-height:1;font-weight:900!important;color:var(--text-color)}h2{font-family:Neue,sans-serif;font-size:3.2em!important;line-height:1;margin-top:-10px;font-weight:900!important;color:var(--text-color)}h3{font-family:Neue,sans-serif;font-size:2em!important;line-height:1;font-weight:900!important;color:var(--text-color)}.platea{font-family:Neue,sans-serif!important}h4{font-family:Neue,sans-serif;font-size:1.5em!important}h5{font-family:Neue,sans-serif;font-size:1.2em!important;line-height:1!important;font-weight:700!important}h6{font-family:Neue,sans-serif;font-size:1em!important}p{font-weight:400;font-size:16px;line-height:20px;opacity:.6}.icon svg{transform:translate(10px,-10px);transition:transform .7s}.icon:hover svg{transform:translate(15px,-15px);fill:var(--primary-color)}.br{background-color:#fff;height:3px;width:55%;margin:1em auto}.text-outline{-webkit-text-stroke:2px #fff;color:transparent}tag{border:2px solid black;border-radius:40px;color:#0e1012;padding:.2em 1em .4em;display:table;font-family:Neue,sans-serif;font-weight:600;font-size:14px}tag.white{color:#fff;border:2px solid white}.btn{font-family:Neue,sans-serif;display:inline-flex;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;outline:2px solid transparent;outline-offset:2px;color:#000;font-size:1rem;line-height:1.5rem;padding:.45rem 1rem;border-color:var(--primary-color);background-color:var(--primary-color);border-width:1px;border-radius:624.9375rem;background-image:linear-gradient(to bottom,#ffffff4d,#fff0)}.bg-white .btn-outline{color:#000}.btn-outline{position:relative;width:fit-content;cursor:pointer;transition:background-position .4s cubic-bezier(.5,.15,.5,.85),text-decoration .2s cubic-bezier(.5,.15,.5,.85) .2s,color .2s cubic-bezier(.5,.15,.5,.85) .2s,-webkit-text-decoration .2s cubic-bezier(.5,.15,.5,.85) .2s}.btn-outline:after{content:" ";background-color:#42fcabb0;position:absolute;width:100%;left:0;height:3px;bottom:-2px}.pulse{width:12px;height:12px;border-radius:50%}.pulse.closed{animation:pulse-animation-yellow 2s infinite;background-color:#ff5b5b}.pulse.open{animation:pulse-animation-green 2s infinite;background-color:#28ec8a}@keyframes pulse-animation-green{0%{box-shadow:0 0 #28ec8a90}to{box-shadow:0 0 0 12px #28ec8a00}}@keyframes pulse-animation-yellow{0%{box-shadow:0 0 #ff5b5b}to{box-shadow:0 0 0 12px #ff5b5b00}}.bg-white .btn{border:2px solid black}circle{width:12px;height:12px;border-radius:100%}circle.red{background-color:#f95d54}circle.yellow{background-color:#fbbc2d}circle.green{background-color:#30c83f}.input{background-color:#323333a0;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:50px;padding:1em!important;font-size:.9em!important}mark{background:url(//s2.svgbox.net/pen-brushes.svg?ic=brush-1&color=ffff43);margin:4px 0;padding:5px 12px;line-height:1.7em}mark.green{background:url(//s2.svgbox.net/pen-brushes.svg?ic=brush-1&color=C5F74F)}input{background-color:transparent;font-weight:900!important}input:focus-visible{outline:0}.input::placeholder{color:#fff;opacity:.6}.divider{width:100%;height:2px;background-color:#ffffff12}.text-placeholder{color:#7a726c}@media(max-width:700px){.big-title{font-size:2em!important}h2{font-size:1.9em!important}h3{font-size:1.4em!important}h4{font-size:1.3em!important}h5{font-size:1.4em!important}h6{font-size:1em!important}a.active:after{bottom:0}}body{background-color:var(--background-color);overflow-x:hidden;color:var(--text-color)}body h1,body h2,body h3,body h4,body h5{color:var(--text-highlight-color)}body a{color:var(--text-highlight-color);text-decoration:none;transition:all ease-in-out .3s}main{min-height:calc(100vh - 136px)}#toTop{display:none;position:fixed;bottom:-48px;right:40px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;box-shadow:1px 2px 20px #0000001a;background-color:var(--primary-color);color:var(--background-color);font-size:24px;cursor:pointer!important;z-index:99;transition:all ease-in-out .3s;opacity:0}#toTop.show{bottom:40px;opacity:1}.hp-page{padding:120px 0 80px}.hp-page #v-pills-policy-tabContent{border-radius:16px;padding:30px;text-align:justify;background-color:#212121;flex:1}.hp-page #v-pills-policy-tabContent h1,.hp-page #v-pills-policy-tabContent h2,.hp-page #v-pills-policy-tabContent h3{font-size:16px;margin-top:20px}.hp-page #v-pills-policy-tabContent h1,.hp-page #v-pills-policy-tabContent a{color:#f0b90b}.hp-page #v-pills-policy-tabContent h2{margin-left:20px;text-indent:-25px}.hp-page #v-pills-policy-tabContent h3{font-style:italic}.hp-page #v-pills-policy-tabContent h2,.hp-page #v-pills-policy-tabContent u{color:#fff}.hp-page #v-pills-policy-tabContent .level-1{padding-left:25px}.hp-page #v-pills-policy-tabContent .level-2{padding-left:30px}.hp-page #v-pills-policy-tabContent .level-3{padding-left:37px}.hp-page .nav-pills-policy{position:sticky;top:120px}.hp-page .nav-pills-policy .nav-link{background-color:transparent!important;border:0!important;color:#1a1a1a!important;outline:none!important;box-shadow:none!important;border-radius:0;margin-bottom:10px;border-bottom:2px transparent solid!important;white-space:nowrap;padding-left:0}.hp-page .nav-pills-policy .nav-link.active{color:#f1b90a!important;border-bottom:2px #f1b90a solid!important;font-weight:500}.hp-page .nav-pills-policy .nav-link{color:#fff!important}.hp-page .nav-pills-policy .nav-link.active{color:#f1b90a!important}.hp-page .tab-term b{color:#dbdbdb}@media(max-width:768px){.hp-page #v-pills-policy-tabContent{padding:20px}.hp-page .tab-term{flex-wrap:wrap}.hp-page .tab-term .nav-pills-policy{width:100%;flex-direction:row!important;margin:0 0 20px!important}.hp-page .tab-term .nav-pills-policy a{flex:1;margin:0!important;text-align:center!important;min-width:50%!important}}.modal .modal-content{border-radius:20px}.modal .modal-header{padding:20px 30px 5px;border:0}.modal .modal-header .modal-title{font-size:16px;text-transform:uppercase;margin-bottom:0;color:var(--text-color);font-weight:600;color:var(--text-highlight-color)}.modal .modal-body{padding:30px}.modal .modal-body .alert{font-size:14px}@media(min-width:768px){.modal-sm{--bs-modal-width: 400px}}@media(max-width:768px){[data-rk] .ju367v8r{font-size:.8em!important}}.hp-footer-copyright{display:inline-flex;align-items:center;gap:8px;opacity:.7;font-size:14px;white-space:nowrap}@media(max-width:767px){.hp-footer-copyright{font-size:13px}}.hp-footer-copyright .pulse{animation:pulse-animation-yellow 2s infinite;width:10px;height:10px;border-radius:50%;background-color:var(--primary-color)}@keyframes pulse-animation-yellow{0%{box-shadow:0 0 #f1b90a90}to{box-shadow:0 0 0 12px #f1b90a00}}footer{background-color:#141718;border-top:2px solid rgb(34,34,34)}.hp-navbar-brand{align-items:center}.hp-navbar-brand .hp-main-logo{display:inline-flex;position:relative;height:100%;align-items:center;color:var(--primary-color)}.hp-navbar-brand .hp-sub-logo{height:36px;width:auto}.hp-navbar-brand .hp-sub-logo:not(:last-child){margin-right:15px}.hp-navbar-cta{display:inline-flex;align-items:center;gap:10px}.wallet{border:1px solid rgba(255,255,255,.0784313725);background-color:#21292dcc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:180;padding:14px 30px;border-radius:18px;font-family:Neue}.hp-navbar-nav .nav-link{padding:10px 20px!important}.hp-navbar-nav .nav-link.active{font-weight:700}@media(max-width:700px){.hp-navbar-nav .nav-link{padding:4px 15px!important}}#hp-navbar{position:fixed;left:0;width:100%;top:0;z-index:100;background:#181d1fa0;box-shadow:0 8px 25px #151819;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}@media(max-width:700px){.hp-navbar{padding:.3em .3em .3em 1em;border-radius:100px}}.staking-header{background:url(https://i.ibb.co/FgcVfGG/bg-noise-1.png),#181d1f;border-radius:15px;margin-top:90px}.back{position:absolute;top:2em;left:2em}.staking-header.big{min-height:300px}.gradient{width:400px;height:400px;position:absolute;bottom:-380px;background:var(--background);filter:blur(10px);left:50%;transform:translate(-50%);box-shadow:0 0 400px 140px var(--background);border-radius:100%}.gradient-1{width:5%;aspect-ratio:1/1;position:absolute;bottom:0;background:var(--background);filter:blur(20px);left:0;box-shadow:0 0 400px 100px var(--background);border-radius:100%}.gradient-2{width:30%;aspect-ratio:2/1;transform:rotate(45deg);position:absolute;top:0;background:var(--background);filter:blur(20px);right:-200px;box-shadow:0 0 400px 100px var(--background);border-radius:100%}.hp-btn{padding:16px 40px 18px;border-width:1px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;column-gap:6px;border-radius:16px;border:0;background-color:#ffffff1a;color:#fff;background-image:none!important;transition:all ease-in-out .3s}.hp-btn .loader,.hp-btn .loader:before,.hp-btn .loader:after{border-radius:50%;width:2.5em;height:2.5em;animation-fill-mode:both;animation:bblFadInOut 1.8s infinite ease-in-out}.hp-btn .loader{color:#000;height:100%;font-size:7px;top:-2.5em;position:relative;text-indent:-9999em;transform:translateZ(0);animation-delay:-.16s}.hp-btn .loader:before,.hp-btn .loader:after{content:"";position:absolute;top:0}.hp-btn .loader:before{left:-3.5em;animation-delay:-.32s}.hp-btn .loader:after{left:3.5em}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em}}.hp-btn:disabled{opacity:.7;pointer-events:none!important}.hp-btn:hover:not(:disabled){opacity:.8}.hp-btn.btn-sm{height:32px;padding:6px 12px}.hp-btn.btn-lg{font-size:16px;height:50px}.hp-btn.btn-primary{background-color:var(--primary-color);border-color:var(--primary-color);color:#000}.hp-btn.btn-primary:hover{background-color:var(--primary-color);color:var(--background-color)}.hp-btn.btn-outline-primary{border-color:var(--primary-color);color:var(--primary-color)}.hp-btn.btn-outline-primary:hover{background-color:var(--primary-color);color:var(--background-color)}.hp-card{background-color:#1e1f21;padding:30px;border-radius:20px;font-size:14px}.hp-card.bg-none{background:none;padding:0}.hp-card.bordered{border:2px solid #27282a}.hp-card.active .hp-card-title{color:var(--text-highlight-color)}.hp-card-title{text-transform:uppercase;margin-bottom:20px;color:var(--text-color);font-weight:700;display:flex;align-items:center;justify-content:space-between}.hp-card-title a,.hp-card-title button{color:var(--text-highlight-color);transition:all ease-in-out .3s}.hp-card-title a:hover,.hp-card-title button:hover{color:var(--primary-color)}.hp-card b{color:var(--text-highlight-color);font-weight:500}.hp-card ul{list-style:none;padding:0;margin:0}.hp-card ul li{display:flex;align-items:center;justify-content:space-between;text-transform:uppercase}.hp-card ul li:not(:last-child){margin-bottom:10px;padding-bottom:10px}.hp-card ul li label{width:150px;opacity:.5;letter-spacing:2px}.hp-card table tr td:first-child{padding-left:0}.hp-card table tr td:last-child{padding-right:0}.bg-modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bg-modal .box{background-color:#1d2529;width:100%;font-weight:400;font-size:16px;color:#fff;line-height:100%;overflow:scroll;padding:1em;border:1px solid #363A3F;border-radius:20px}.bg-modal .label{text-transform:uppercase;opacity:.5;letter-spacing:2px}.bg-modal input{background-color:transparent;border:none;width:100%;font-weight:100!important;font-size:48px}.bg-modal .tag{background-color:#ffffff0a;border-radius:30px;padding:.3em .7em;font-size:12px;cursor:pointer}.bg-modal .tag:hover{background-color:#ffffff1f;color:#fff}.hp-your-allocation .table,.hp-your-allocation .table th,.hp-your-allocation .table td{background-color:transparent;color:var(--text-color)}.hp-your-allocation .table th{color:var(--text-highlight-color)}.hp-your-allocation .table th:first-child{padding-left:0}.hp-your-allocation .table th:last-child{padding-right:0}.hp-your-allocation .table .action-column{min-width:150px}.hp-project-detail-info .tabs{background-color:#3f392a;border-radius:30px;width:fit-content}.hp-project-detail-info .tabs .active{background-color:#ffb800;border-radius:30px}.hp-project-detail-info .nav-tabs{border:0}.hp-project-detail-info .nav-tabs .nav-item:first-child .nav-link{padding-left:0}.hp-project-detail-info .nav-tabs .nav-link{border:0;background-color:transparent;text-transform:uppercase;font-weight:500;opacity:.5;border-radius:0;color:var(--text-color);font-size:18px;padding:8px 20px;transition:all ease-in-out .3s}.hp-project-detail-info .nav-tabs .nav-link:hover,.hp-project-detail-info .nav-tabs .nav-link.active{opacity:1;color:var(--text-highlight-color)}.hp-project-detail-info .nav-tabs .nav-link.active{font-weight:700}.hp-project-detail-info .table,.hp-project-detail-info .table td{background-color:transparent;color:var(--text-color)}.hp-project-detail-info .bf-description p{font-size:14px}.hp-project-detail-info .bf-description .list a>div:hover{background-color:#1e1f21}.bg-card-details{background:#232e33;border-radius:20px}@media(max-width:740px){.tabs>*{flex:0 0 auto}.hp-project-detail-info .tabs{width:100%!important;overflow-x:scroll}}.hp-progress{position:relative;width:100%;font-size:14px}.hp-progress.lg{font-size:16px}.hp-progress.lg .hp-progress-bar{height:12px}.hp-progress b{font-weight:500;color:var(--text-highlight-color)}.hp-progress-bar{position:relative;height:8px;width:100%;border-radius:15px;background-color:#ffffff0d;overflow:hidden;margin:5px 0}.hp-progress-bar.disabled .hp-closed-item-progress-percent{background-color:var(--text-color)}.hp-progress-percent{position:absolute;top:0;left:0;height:100%;transition:all ease-in-out .3s;background-color:var(--color);border-radius:15px}.hp-progress-label{display:flex;align-items:center;justify-content:space-between;color:var(--text-highlight-color);font-weight:500}.hp-progress-label b{font-weight:600}.hp-your-information .label{margin-bottom:3px;opacity:.5;text-transform:uppercase;letter-spacing:2px;font-size:14px}.hp-your-information .value{font-size:20px;font-weight:700;color:var(--text-highlight-color);line-height:1.3}.hp-tag{display:inline-flex;padding:5px 15px;border-radius:10px;background-color:#ffffff0f;color:var(--primary-color);font-weight:500}.hp-tag.sm{font-size:12px;padding:2px 10px}.hp-project-socials{font-size:14px;white-space:nowrap;padding-top:5px}.hp-project-socials span{opacity:.4}.hp-project-socials i{font-size:18px}.hp-project-socials-list{display:flex;align-items:center;justify-content:flex-end;column-gap:12px}.hp-project-socials-list.highlight a{color:var(--primary-color)}.hp-project-socials-list.highlight:hover{color:var(--text-color)}.hp-project-socials-list a{color:var(--text-color);transition:all ease-in-out .3s}.hp-project-socials-list a:hover{color:var(--primary-color)}.hp-project-detail-pool{border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid #27282a;position:relative}.hp-project-detail-pool:before{content:" ";top:0;left:0;z-index:1;width:100%;height:100%;min-height:1em;min-width:1em;position:absolute;opacity:.2;background-position:bottom right;background-size:cover;background-repeat:no-repeat;z-index:-1}.hp-project-detail-pool .label{opacity:.5;text-transform:uppercase;font-size:14px;letter-spacing:2px}.hp-project-detail-pool .value{font-size:20px;font-weight:700;color:var(--text-highlight-color);line-height:1.3}.hp-project-detail-pool-action{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding-top:20px;margin-top:20px;border-top:1px rgba(255,255,255,.1) dashed}.hp-project-detail-pool .hp-project-detail-meta{background-color:#191c1f80;display:flex;align-items:center;gap:10px}.hp-project-detail-summary .share-btn{background-color:#ffffff20;padding:.3em .6em;border-radius:8px;color:#ffffffa0}.hp-project-detail-summary .hp-project-detail-logo{width:130px;height:130px;border-radius:20px;overflow:hidden;margin-bottom:0}.hp-project-detail-summary .hp-project-detail-logo img{width:100%;height:100%;object-fit:cover}.hp-project-detail-summary .hp-project-detail-name h1{font-weight:700;margin-bottom:10px;font-size:40px}.hp-project-detail-summary .hp-project-detail-description{margin-bottom:30px}.progress-number{position:absolute;color:var(--success-color)}.progress-number-user{position:absolute;color:#8a38f5}.gradient{width:50%;height:80%;position:absolute;bottom:-90%;background:var(--background);filter:blur(10px);left:50%;transform:translate(-50%);box-shadow:0 0 400px 140px var(--background);border-radius:100%}.horz-line{height:2px;background-color:#ffffff1a}.mdi-timer-sand{color:#f8b800;opacity:1}@media(max-width:700px){.hp-project-detail-pool{margin-bottom:20px}.hp-project-detail-summary .hp-project-detail-logo{width:100px;height:100px}.hp-project-detail-meta{width:100%;overflow-x:scroll}.hp-project-detail-meta>*{flex:0 0 auto}}.hp-icon-detail-link{position:absolute;top:32px;right:32px;z-index:3;transition:all ease-in-out .3s;opacity:.5}.hp-icon-detail-link:hover{opacity:1}.hp-project-card-header{width:100%}.hp-project-card-header .card-header{background-color:#181d1f;aspect-ratio:3/1;border-radius:18px;width:100%}.hp-project-card-header .card-header.big svg{width:50px}.hp-project-card-header .gradient{width:400px;height:400px;position:absolute;bottom:-380px;background:var(--background);filter:blur(10px);left:50%;transform:translate(-50%);box-shadow:0 0 400px 140px var(--background);border-radius:100%}.hp-project-card-header .gradient-1{width:5%;aspect-ratio:1/1;position:absolute;bottom:0;background:var(--background);filter:blur(20px);left:0;box-shadow:0 0 400px 100px var(--background);border-radius:100%}.hp-project-card-header .gradient-2{width:5%;aspect-ratio:1/1;position:absolute;top:-50px;background:var(--background);filter:blur(0px);right:-50px;box-shadow:0 0 80px 120px var(--background);border-radius:100%}.hp-project-card-header-logo-image{display:block;width:70px;min-width:70px;height:70px;border-radius:12px;overflow:hidden;transform-origin:center center;z-index:2;position:relative;margin-left:1rem;margin-top:-40px}.hp-project-card-header-logo img{width:100%;height:100%;object-fit:cover}.hp-project-card-header-meta{width:100%;color:var(--text-highlight-color);position:relative;z-index:2;margin-bottom:-32px;margin-left:8px;display:flex;align-items:center;justify-content:space-between}.hp-project-card-header-meta b{font-size:14px;font-weight:400;opacity:.1;text-transform:uppercase}.hp-project-card-progress{font-size:14px;position:absolute;width:100%;bottom:-5px;left:0}.hp-project-card-progress b{font-weight:500;color:var(--text-highlight-color)}.hp-project-card-progress-bar{position:relative;height:8px;width:100%;background-color:#ffffff0d;overflow:hidden;margin:5px 0}.hp-project-card-progress-bar.disabled .hp-closed-item-progress-percent{background-color:var(--text-color)}.hp-project-card-progress-percent{position:absolute;top:0;left:0;height:100%;transition:all ease-in-out .3s;background-color:var(--primary-color)}.hp-project-card-progress-label{display:flex;align-items:center;justify-content:space-between;color:var(--text-highlight-color);font-weight:500}.hp-project-card-progress-label b{font-weight:600}.hp-project-card-statistics{width:100%}.hp-project-card-statistics .label{font-size:14px;margin-bottom:2px;opacity:.8}.hp-project-card-statistics .vert-line{width:2px;height:80%;background-color:#fff3;margin:auto}.hp-project-card-statistics .value{font-size:18px;white-space:nowrap;font-weight:800;color:var(--text-highlight-color)}.hp-project-card-statistics{margin-bottom:16px}.hp-project-card-summary{width:100%;flex:1}.hp-project-card-summary a:hover{color:var(--primary-color)}.hp-project-card-summary .hp-project-card-name{display:block;text-decoration:none;font-size:20px;font-weight:700;color:var(--text-highlight-color);line-height:1.3}.hp-project-card-summary .hp-project-card-description{font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hp-closed-card{height:100%;flex:1;border-radius:15px;background-color:#0c0c0f;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative;overflow:hidden;transition:all ease-in-out .3s}.hp-pagination{margin-top:60px}.hp-pagination .pagination{flex-wrap:wrap;justify-content:center;gap:3px}.hp-pagination .pagination .page-item.disabled{opacity:.3}.hp-pagination .pagination .page-item.active .page-link{background-color:var(--primary-color)!important;color:var(--background-color)!important;font-weight:700}.hp-pagination .pagination .page-link{width:42px;background-color:#ffffff05!important;border:0;color:var(--primary-color);outline:0!important;box-shadow:none!important;text-align:center}.hp-pagination .pagination .page-link:hover{background-color:var(--primary-color)!important;color:var(--background-color)}.search{background:#232e33;border-radius:25px}.hp-closed-card{height:100%;flex:1;border-radius:27px;min-width:370px;background-color:#232e33;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative;overflow:hidden;transition:all ease-in-out .3s}.hp-closed-card:hover{background-color:#131316}.hp-closed-card:hover .hp-closed-item-logo .hp-closed-item-logo-image{border-color:#141416}.hp-closed-card-footer{width:100%;padding:0 32px 24px}@media(max-width:730px){.hp-closed-card{min-width:300px}}.hp-projects-close{background-image:url(https://vault.blockstreet.xyz/images/grid.svg);overflow:hidden}.hp-projects-close .tabs{background-color:#3f392a;border-radius:30px;width:fit-content}.hp-projects-close .tabs .active{background-color:#ffb800;border-radius:30px}.hp-projects-close-header{text-align:center;margin-bottom:60px}.hp-projects-close-title{font-size:28px;text-transform:uppercase}.hp-projects-close-nodata{text-align:center;opacity:.6}.slick-slide{padding:5px}@media(max-width:740px){.hp-projects-close .tabs{width:100%}}.hp-projects-header{height:60vh;position:relative;background-color:#000}.hp-projects-header .bg-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hp-projects-header:after{content:" ";display:block;height:40%;left:0%;position:absolute;bottom:0%;width:100%;background:linear-gradient(0deg,#181d1f 20%,#181d1f00);pointer-events:none;z-index:10}.hp-opening-card{padding:40px 50px 40px 40px;border-radius:30px;background-color:#0e0f1190;position:relative}.hp-opening-card:before{content:" ";top:0;left:0;z-index:1;width:100%;height:100%;min-height:1em;min-width:1em;position:absolute;opacity:.2;background-position:bottom right;background-size:cover;background-repeat:no-repeat}.hp-opening-card *{position:relative;z-index:2}.hp-opening-card-logo{display:block;border-radius:24px;overflow:hidden;border:10px rgba(255,255,255,.1) solid}.hp-opening-card-logo img{width:100%}.hp-opening-card-name:hover h2{color:var(--primary-color)}.hp-opening-card-name h2{color:var(--text-highlight-color);font-weight:700;transition:all ease-in-out .3s}.hp-opening-card-symbol{margin-bottom:10px}.hp-opening-card-description{opacity:.6;margin-bottom:30px}.hp-opening-card-stats{width:100%}.hp-opening-card-stats .label{margin-bottom:2px}.hp-opening-card-stats .value{white-space:nowrap;font-weight:500;color:var(--text-highlight-color)}.hp-opening-card-stats{margin-bottom:16px}.hp-opening-card-progress{margin-bottom:20px;padding-bottom:24px;border-bottom:1px rgba(255,255,255,.04) solid}.hp-opening-card-progress b{font-weight:500;color:var(--text-highlight-color)}.hp-opening-card-progress-bar{position:relative;height:12px;width:100%;background-color:#ffffff0d;border-radius:10px;overflow:hidden;margin:5px 0}.hp-opening-card-progress-bar.disabled .hp-closed-item-progress-percent{background-color:var(--text-color)}.hp-opening-card-progress-percent{position:absolute;top:0;left:0;height:100%;transition:all ease-in-out .3s;background-color:var(--primary-color)}.hp-opening-card-progress-label{display:flex;align-items:center;justify-content:space-between;color:var(--text-highlight-color);font-weight:500}.hp-opening-card-progress-label b{font-weight:600}.hp-opening-card-action{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}@media(max-width:700px){.hp-opening-card{padding:30px}}@media(max-width:1024px){.hp-projects{padding-top:40px}}.hp-projects .hp-projects-open-header{text-align:center;position:relative;overflow:hidden}.hp-projects .hp-projects-open-header svg{margin-left:auto;margin-right:auto;max-width:100%;height:auto}.hp-projects .hp-projects-open-header:after{content:" ";top:0;left:0;z-index:1;width:100%;height:100%;min-height:1em;min-width:1em;position:absolute;opacity:.5;background-position:center center;background-size:contain;background-repeat:no-repeat}.hp-projects .hp-projects-open-title{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);font-size:28px;text-transform:uppercase}.hp-projects .hp-projects-open-body{position:relative;z-index:2}.hp-projects .hp-projects-open-nodata{text-align:center;opacity:.6}@media(max-width:1024px){.hp-projects .hp-projects-open .hp-projects-open-body{margin:0}}@media(max-width:576px){.hp-projects .hp-projects-open{padding:24px 0}.hp-projects .hp-projects-open .hp-projects-open-header svg{display:none}.hp-projects .hp-projects-open .hp-projects-open-header .hp-projects-open-title{position:inherit;top:unset;left:unset;transform:unset}}.hp-upcoming-card{height:100%;flex:1;border-radius:15px;background-color:#131316;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative;overflow:hidden;transition:all ease-in-out .3s}.hp-upcoming-card-footer{width:100%;padding:0 32px 24px}.hp-upcoming-card-progress{margin-bottom:10px;padding-bottom:24px;border-bottom:1px rgba(255,255,255,.04) solid}.hp-projects-comingsoon{overflow:hidden;background:radial-gradient(50% 107.4% at 83% 75%,#1d2023 0,#1d202326);border-top:1px solid rgba(255,255,255,.062745098);padding:80px 0 100px;position:relative}.hp-projects-comingsoon:before{content:"";position:absolute;left:30%;top:-50%;width:40%;height:100%;background-position:bottom;background-size:cover;background-repeat:no-repeat;z-index:-1}.hp-projects-comingsoon-header{text-align:center;margin-bottom:60px}.hp-projects-comingsoon-title{font-size:28px;text-transform:uppercase}.hp-projects-comingsoon-nodata{text-align:center;opacity:.6}@media(max-width:700px){.hp-projects-comingsoon{padding:40px 0}.hp-projects-comingsoon-header{margin-bottom:20px}}[data-rk] .iekbcc0{border:0;box-sizing:border-box;font-size:100%;line-height:normal;margin:0;padding:0;text-align:left;vertical-align:baseline;-webkit-tap-highlight-color:transparent}[data-rk] .iekbcc1{list-style:none}[data-rk] .iekbcc2{quotes:none}[data-rk] .iekbcc2:before,[data-rk] .iekbcc2:after{content:""}[data-rk] .iekbcc3{border-collapse:collapse;border-spacing:0}[data-rk] .iekbcc4{-webkit-appearance:none;-moz-appearance:none;appearance:none}[data-rk] .iekbcc5{outline:none}[data-rk] .iekbcc5::-moz-placeholder{opacity:1}[data-rk] .iekbcc5::placeholder{opacity:1}[data-rk] .iekbcc6{background-color:transparent;color:inherit}[data-rk] .iekbcc7:disabled{opacity:1}[data-rk] .iekbcc7::-ms-expand{display:none}[data-rk] .iekbcc8::-ms-clear{display:none}[data-rk] .iekbcc8::-webkit-search-cancel-button{-webkit-appearance:none}[data-rk] .iekbcc9{background:none;cursor:pointer;text-align:left}[data-rk] .iekbcca{color:inherit;text-decoration:none}[data-rk] .ju367v0{align-items:flex-start}[data-rk] .ju367v2{align-items:flex-end}[data-rk] .ju367v4{align-items:center}[data-rk] .ju367v6{display:none}[data-rk] .ju367v8{display:block}[data-rk] .ju367va{display:flex}[data-rk] .ju367vc{display:inline}[data-rk] .ju367ve{align-self:flex-start}[data-rk] .ju367vf{align-self:flex-end}[data-rk] .ju367vg{align-self:center}[data-rk] .ju367vh{background-size:cover}[data-rk] .ju367vi{border-radius:1px}[data-rk] .ju367vj{border-radius:6px}[data-rk] .ju367vk{border-radius:10px}[data-rk] .ju367vl{border-radius:13px}[data-rk] .ju367vm{border-radius:var(--rk-radii-actionButton)}[data-rk] .ju367vn{border-radius:var(--rk-radii-connectButton)}[data-rk] .ju367vo{border-radius:var(--rk-radii-menuButton)}[data-rk] .ju367vp{border-radius:var(--rk-radii-modal)}[data-rk] .ju367vq{border-radius:var(--rk-radii-modalMobile)}[data-rk] .ju367vr{border-radius:25%}[data-rk] .ju367vs{border-radius:9999px}[data-rk] .ju367vt{border-style:solid}[data-rk] .ju367vu{border-width:0px}[data-rk] .ju367vv{border-width:1px}[data-rk] .ju367vw{border-width:2px}[data-rk] .ju367vx{border-width:4px}[data-rk] .ju367vy{cursor:pointer}[data-rk] .ju367vz{cursor:none}[data-rk] .ju367v10{pointer-events:none}[data-rk] .ju367v11{pointer-events:all}[data-rk] .ju367v12{min-height:8px}[data-rk] .ju367v13{min-height:44px}[data-rk] .ju367v14{flex-direction:row}[data-rk] .ju367v15{flex-direction:column}[data-rk] .ju367v16{font-family:var(--rk-fonts-body)}[data-rk] .ju367v17{font-size:12px;line-height:18px}[data-rk] .ju367v18{font-size:13px;line-height:18px}[data-rk] .ju367v19{font-size:14px;line-height:18px}[data-rk] .ju367v1a{font-size:16px;line-height:20px}[data-rk] .ju367v1b{font-size:18px;line-height:24px}[data-rk] .ju367v1c{font-size:20px;line-height:24px}[data-rk] .ju367v1d{font-size:23px;line-height:29px}[data-rk] .ju367v1e{font-weight:400}[data-rk] .ju367v1f{font-weight:500}[data-rk] .ju367v1g{font-weight:600}[data-rk] .ju367v1h{font-weight:700}[data-rk] .ju367v1i{font-weight:800}[data-rk] .ju367v1j{gap:0}[data-rk] .ju367v1k{gap:1px}[data-rk] .ju367v1l{gap:2px}[data-rk] .ju367v1m{gap:3px}[data-rk] .ju367v1n{gap:4px}[data-rk] .ju367v1o{gap:5px}[data-rk] .ju367v1p{gap:6px}[data-rk] .ju367v1q{gap:8px}[data-rk] .ju367v1r{gap:10px}[data-rk] .ju367v1s{gap:12px}[data-rk] .ju367v1t{gap:14px}[data-rk] .ju367v1u{gap:16px}[data-rk] .ju367v1v{gap:18px}[data-rk] .ju367v1w{gap:20px}[data-rk] .ju367v1x{gap:24px}[data-rk] .ju367v1y{gap:28px}[data-rk] .ju367v1z{gap:32px}[data-rk] .ju367v20{gap:36px}[data-rk] .ju367v21{gap:44px}[data-rk] .ju367v22{gap:64px}[data-rk] .ju367v23{gap:-1px}[data-rk] .ju367v24{height:1px}[data-rk] .ju367v25{height:2px}[data-rk] .ju367v26{height:4px}[data-rk] .ju367v27{height:8px}[data-rk] .ju367v28{height:12px}[data-rk] .ju367v29{height:20px}[data-rk] .ju367v2a{height:24px}[data-rk] .ju367v2b{height:28px}[data-rk] .ju367v2c{height:30px}[data-rk] .ju367v2d{height:32px}[data-rk] .ju367v2e{height:34px}[data-rk] .ju367v2f{height:36px}[data-rk] .ju367v2g{height:40px}[data-rk] .ju367v2h{height:44px}[data-rk] .ju367v2i{height:48px}[data-rk] .ju367v2j{height:54px}[data-rk] .ju367v2k{height:60px}[data-rk] .ju367v2l{height:200px}[data-rk] .ju367v2m{height:100%}[data-rk] .ju367v2n{height:-moz-max-content;height:max-content}[data-rk] .ju367v2o{justify-content:flex-start}[data-rk] .ju367v2p{justify-content:flex-end}[data-rk] .ju367v2q{justify-content:center}[data-rk] .ju367v2r{justify-content:space-between}[data-rk] .ju367v2s{justify-content:space-around}[data-rk] .ju367v2t{text-align:left}[data-rk] .ju367v2u{text-align:center}[data-rk] .ju367v2v{text-align:inherit}[data-rk] .ju367v2w{margin-bottom:0}[data-rk] .ju367v2x{margin-bottom:1px}[data-rk] .ju367v2y{margin-bottom:2px}[data-rk] .ju367v2z{margin-bottom:3px}[data-rk] .ju367v30{margin-bottom:4px}[data-rk] .ju367v31{margin-bottom:5px}[data-rk] .ju367v32{margin-bottom:6px}[data-rk] .ju367v33{margin-bottom:8px}[data-rk] .ju367v34{margin-bottom:10px}[data-rk] .ju367v35{margin-bottom:12px}[data-rk] .ju367v36{margin-bottom:14px}[data-rk] .ju367v37{margin-bottom:16px}[data-rk] .ju367v38{margin-bottom:18px}[data-rk] .ju367v39{margin-bottom:20px}[data-rk] .ju367v3a{margin-bottom:24px}[data-rk] .ju367v3b{margin-bottom:28px}[data-rk] .ju367v3c{margin-bottom:32px}[data-rk] .ju367v3d{margin-bottom:36px}[data-rk] .ju367v3e{margin-bottom:44px}[data-rk] .ju367v3f{margin-bottom:64px}[data-rk] .ju367v3g{margin-bottom:-1px}[data-rk] .ju367v3h{margin-left:0}[data-rk] .ju367v3i{margin-left:1px}[data-rk] .ju367v3j{margin-left:2px}[data-rk] .ju367v3k{margin-left:3px}[data-rk] .ju367v3l{margin-left:4px}[data-rk] .ju367v3m{margin-left:5px}[data-rk] .ju367v3n{margin-left:6px}[data-rk] .ju367v3o{margin-left:8px}[data-rk] .ju367v3p{margin-left:10px}[data-rk] .ju367v3q{margin-left:12px}[data-rk] .ju367v3r{margin-left:14px}[data-rk] .ju367v3s{margin-left:16px}[data-rk] .ju367v3t{margin-left:18px}[data-rk] .ju367v3u{margin-left:20px}[data-rk] .ju367v3v{margin-left:24px}[data-rk] .ju367v3w{margin-left:28px}[data-rk] .ju367v3x{margin-left:32px}[data-rk] .ju367v3y{margin-left:36px}[data-rk] .ju367v3z{margin-left:44px}[data-rk] .ju367v40{margin-left:64px}[data-rk] .ju367v41{margin-left:-1px}[data-rk] .ju367v42{margin-right:0}[data-rk] .ju367v43{margin-right:1px}[data-rk] .ju367v44{margin-right:2px}[data-rk] .ju367v45{margin-right:3px}[data-rk] .ju367v46{margin-right:4px}[data-rk] .ju367v47{margin-right:5px}[data-rk] .ju367v48{margin-right:6px}[data-rk] .ju367v49{margin-right:8px}[data-rk] .ju367v4a{margin-right:10px}[data-rk] .ju367v4b{margin-right:12px}[data-rk] .ju367v4c{margin-right:14px}[data-rk] .ju367v4d{margin-right:16px}[data-rk] .ju367v4e{margin-right:18px}[data-rk] .ju367v4f{margin-right:20px}[data-rk] .ju367v4g{margin-right:24px}[data-rk] .ju367v4h{margin-right:28px}[data-rk] .ju367v4i{margin-right:32px}[data-rk] .ju367v4j{margin-right:36px}[data-rk] .ju367v4k{margin-right:44px}[data-rk] .ju367v4l{margin-right:64px}[data-rk] .ju367v4m{margin-right:-1px}[data-rk] .ju367v4n{margin-top:0}[data-rk] .ju367v4o{margin-top:1px}[data-rk] .ju367v4p{margin-top:2px}[data-rk] .ju367v4q{margin-top:3px}[data-rk] .ju367v4r{margin-top:4px}[data-rk] .ju367v4s{margin-top:5px}[data-rk] .ju367v4t{margin-top:6px}[data-rk] .ju367v4u{margin-top:8px}[data-rk] .ju367v4v{margin-top:10px}[data-rk] .ju367v4w{margin-top:12px}[data-rk] .ju367v4x{margin-top:14px}[data-rk] .ju367v4y{margin-top:16px}[data-rk] .ju367v4z{margin-top:18px}[data-rk] .ju367v50{margin-top:20px}[data-rk] .ju367v51{margin-top:24px}[data-rk] .ju367v52{margin-top:28px}[data-rk] .ju367v53{margin-top:32px}[data-rk] .ju367v54{margin-top:36px}[data-rk] .ju367v55{margin-top:44px}[data-rk] .ju367v56{margin-top:64px}[data-rk] .ju367v57{margin-top:-1px}[data-rk] .ju367v58{max-width:1px}[data-rk] .ju367v59{max-width:2px}[data-rk] .ju367v5a{max-width:4px}[data-rk] .ju367v5b{max-width:8px}[data-rk] .ju367v5c{max-width:12px}[data-rk] .ju367v5d{max-width:20px}[data-rk] .ju367v5e{max-width:24px}[data-rk] .ju367v5f{max-width:28px}[data-rk] .ju367v5g{max-width:30px}[data-rk] .ju367v5h{max-width:32px}[data-rk] .ju367v5i{max-width:34px}[data-rk] .ju367v5j{max-width:36px}[data-rk] .ju367v5k{max-width:40px}[data-rk] .ju367v5l{max-width:44px}[data-rk] .ju367v5m{max-width:48px}[data-rk] .ju367v5n{max-width:54px}[data-rk] .ju367v5o{max-width:60px}[data-rk] .ju367v5p{max-width:200px}[data-rk] .ju367v5q{max-width:100%}[data-rk] .ju367v5r{max-width:-moz-max-content;max-width:max-content}[data-rk] .ju367v5s{min-width:1px}[data-rk] .ju367v5t{min-width:2px}[data-rk] .ju367v5u{min-width:4px}[data-rk] .ju367v5v{min-width:8px}[data-rk] .ju367v5w{min-width:12px}[data-rk] .ju367v5x{min-width:20px}[data-rk] .ju367v5y{min-width:24px}[data-rk] .ju367v5z{min-width:28px}[data-rk] .ju367v60{min-width:30px}[data-rk] .ju367v61{min-width:32px}[data-rk] .ju367v62{min-width:34px}[data-rk] .ju367v63{min-width:36px}[data-rk] .ju367v64{min-width:40px}[data-rk] .ju367v65{min-width:44px}[data-rk] .ju367v66{min-width:48px}[data-rk] .ju367v67{min-width:54px}[data-rk] .ju367v68{min-width:60px}[data-rk] .ju367v69{min-width:200px}[data-rk] .ju367v6a{min-width:100%}[data-rk] .ju367v6b{min-width:-moz-max-content;min-width:max-content}[data-rk] .ju367v6c{overflow:hidden}[data-rk] .ju367v6d{padding-bottom:0}[data-rk] .ju367v6e{padding-bottom:1px}[data-rk] .ju367v6f{padding-bottom:2px}[data-rk] .ju367v6g{padding-bottom:3px}[data-rk] .ju367v6h{padding-bottom:4px}[data-rk] .ju367v6i{padding-bottom:5px}[data-rk] .ju367v6j{padding-bottom:6px}[data-rk] .ju367v6k{padding-bottom:8px}[data-rk] .ju367v6l{padding-bottom:10px}[data-rk] .ju367v6m{padding-bottom:12px}[data-rk] .ju367v6n{padding-bottom:14px}[data-rk] .ju367v6o{padding-bottom:16px}[data-rk] .ju367v6p{padding-bottom:18px}[data-rk] .ju367v6q{padding-bottom:20px}[data-rk] .ju367v6r{padding-bottom:24px}[data-rk] .ju367v6s{padding-bottom:28px}[data-rk] .ju367v6t{padding-bottom:32px}[data-rk] .ju367v6u{padding-bottom:36px}[data-rk] .ju367v6v{padding-bottom:44px}[data-rk] .ju367v6w{padding-bottom:64px}[data-rk] .ju367v6x{padding-bottom:-1px}[data-rk] .ju367v6y{padding-left:0}[data-rk] .ju367v6z{padding-left:1px}[data-rk] .ju367v70{padding-left:2px}[data-rk] .ju367v71{padding-left:3px}[data-rk] .ju367v72{padding-left:4px}[data-rk] .ju367v73{padding-left:5px}[data-rk] .ju367v74{padding-left:6px}[data-rk] .ju367v75{padding-left:8px}[data-rk] .ju367v76{padding-left:10px}[data-rk] .ju367v77{padding-left:12px}[data-rk] .ju367v78{padding-left:14px}[data-rk] .ju367v79{padding-left:16px}[data-rk] .ju367v7a{padding-left:18px}[data-rk] .ju367v7b{padding-left:20px}[data-rk] .ju367v7c{padding-left:24px}[data-rk] .ju367v7d{padding-left:28px}[data-rk] .ju367v7e{padding-left:32px}[data-rk] .ju367v7f{padding-left:36px}[data-rk] .ju367v7g{padding-left:44px}[data-rk] .ju367v7h{padding-left:64px}[data-rk] .ju367v7i{padding-left:-1px}[data-rk] .ju367v7j{padding-right:0}[data-rk] .ju367v7k{padding-right:1px}[data-rk] .ju367v7l{padding-right:2px}[data-rk] .ju367v7m{padding-right:3px}[data-rk] .ju367v7n{padding-right:4px}[data-rk] .ju367v7o{padding-right:5px}[data-rk] .ju367v7p{padding-right:6px}[data-rk] .ju367v7q{padding-right:8px}[data-rk] .ju367v7r{padding-right:10px}[data-rk] .ju367v7s{padding-right:12px}[data-rk] .ju367v7t{padding-right:14px}[data-rk] .ju367v7u{padding-right:16px}[data-rk] .ju367v7v{padding-right:18px}[data-rk] .ju367v7w{padding-right:20px}[data-rk] .ju367v7x{padding-right:24px}[data-rk] .ju367v7y{padding-right:28px}[data-rk] .ju367v7z{padding-right:32px}[data-rk] .ju367v80{padding-right:36px}[data-rk] .ju367v81{padding-right:44px}[data-rk] .ju367v82{padding-right:64px}[data-rk] .ju367v83{padding-right:-1px}[data-rk] .ju367v84{padding-top:0}[data-rk] .ju367v85{padding-top:1px}[data-rk] .ju367v86{padding-top:2px}[data-rk] .ju367v87{padding-top:3px}[data-rk] .ju367v88{padding-top:4px}[data-rk] .ju367v89{padding-top:5px}[data-rk] .ju367v8a{padding-top:6px}[data-rk] .ju367v8b{padding-top:8px}[data-rk] .ju367v8c{padding-top:10px}[data-rk] .ju367v8d{padding-top:12px}[data-rk] .ju367v8e{padding-top:14px}[data-rk] .ju367v8f{padding-top:16px}[data-rk] .ju367v8g{padding-top:18px}[data-rk] .ju367v8h{padding-top:20px}[data-rk] .ju367v8i{padding-top:24px}[data-rk] .ju367v8j{padding-top:28px}[data-rk] .ju367v8k{padding-top:32px}[data-rk] .ju367v8l{padding-top:36px}[data-rk] .ju367v8m{padding-top:44px}[data-rk] .ju367v8n{padding-top:64px}[data-rk] .ju367v8o{padding-top:-1px}[data-rk] .ju367v8p{position:absolute}[data-rk] .ju367v8q{position:fixed}[data-rk] .ju367v8r{position:relative}[data-rk] .ju367v8s{-webkit-user-select:none}[data-rk] .ju367v8t{right:0}[data-rk] .ju367v8u{transition:.125s ease}[data-rk] .ju367v8v{transition:transform .125s ease}[data-rk] .ju367v8w{-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-rk] .ju367v8x{width:1px}[data-rk] .ju367v8y{width:2px}[data-rk] .ju367v8z{width:4px}[data-rk] .ju367v90{width:8px}[data-rk] .ju367v91{width:12px}[data-rk] .ju367v92{width:20px}[data-rk] .ju367v93{width:24px}[data-rk] .ju367v94{width:28px}[data-rk] .ju367v95{width:30px}[data-rk] .ju367v96{width:32px}[data-rk] .ju367v97{width:34px}[data-rk] .ju367v98{width:36px}[data-rk] .ju367v99{width:40px}[data-rk] .ju367v9a{width:44px}[data-rk] .ju367v9b{width:48px}[data-rk] .ju367v9c{width:54px}[data-rk] .ju367v9d{width:60px}[data-rk] .ju367v9e{width:200px}[data-rk] .ju367v9f{width:100%}[data-rk] .ju367v9g{width:-moz-max-content;width:max-content}[data-rk] .ju367v9h{-webkit-backdrop-filter:var(--rk-blurs-modalOverlay);backdrop-filter:var(--rk-blurs-modalOverlay)}[data-rk] .ju367v9i,[data-rk] .ju367v9j:hover,[data-rk] .ju367v9k:active{background:var(--rk-colors-accentColor)}[data-rk] .ju367v9l,[data-rk] .ju367v9m:hover,[data-rk] .ju367v9n:active{background:var(--rk-colors-accentColorForeground)}[data-rk] .ju367v9o,[data-rk] .ju367v9p:hover,[data-rk] .ju367v9q:active{background:var(--rk-colors-actionButtonBorder)}[data-rk] .ju367v9r,[data-rk] .ju367v9s:hover,[data-rk] .ju367v9t:active{background:var(--rk-colors-actionButtonBorderMobile)}[data-rk] .ju367v9u,[data-rk] .ju367v9v:hover,[data-rk] .ju367v9w:active{background:var(--rk-colors-actionButtonSecondaryBackground)}[data-rk] .ju367v9x,[data-rk] .ju367v9y:hover,[data-rk] .ju367v9z:active{background:var(--rk-colors-closeButton)}[data-rk] .ju367va0,[data-rk] .ju367va1:hover,[data-rk] .ju367va2:active{background:var(--rk-colors-closeButtonBackground)}[data-rk] .ju367va3,[data-rk] .ju367va4:hover,[data-rk] .ju367va5:active{background:var(--rk-colors-connectButtonBackground)}[data-rk] .ju367va6,[data-rk] .ju367va7:hover,[data-rk] .ju367va8:active{background:var(--rk-colors-connectButtonBackgroundError)}[data-rk] .ju367va9,[data-rk] .ju367vaa:hover,[data-rk] .ju367vab:active{background:var(--rk-colors-connectButtonInnerBackground)}[data-rk] .ju367vac,[data-rk] .ju367vad:hover,[data-rk] .ju367vae:active{background:var(--rk-colors-connectButtonText)}[data-rk] .ju367vaf,[data-rk] .ju367vag:hover,[data-rk] .ju367vah:active{background:var(--rk-colors-connectButtonTextError)}[data-rk] .ju367vai,[data-rk] .ju367vaj:hover,[data-rk] .ju367vak:active{background:var(--rk-colors-connectionIndicator)}[data-rk] .ju367val,[data-rk] .ju367vam:hover,[data-rk] .ju367van:active{background:var(--rk-colors-downloadBottomCardBackground)}[data-rk] .ju367vao,[data-rk] .ju367vap:hover,[data-rk] .ju367vaq:active{background:var(--rk-colors-downloadTopCardBackground)}[data-rk] .ju367var,[data-rk] .ju367vas:hover,[data-rk] .ju367vat:active{background:var(--rk-colors-error)}[data-rk] .ju367vau,[data-rk] .ju367vav:hover,[data-rk] .ju367vaw:active{background:var(--rk-colors-generalBorder)}[data-rk] .ju367vax,[data-rk] .ju367vay:hover,[data-rk] .ju367vaz:active{background:var(--rk-colors-generalBorderDim)}[data-rk] .ju367vb0,[data-rk] .ju367vb1:hover,[data-rk] .ju367vb2:active{background:var(--rk-colors-menuItemBackground)}[data-rk] .ju367vb3,[data-rk] .ju367vb4:hover,[data-rk] .ju367vb5:active{background:var(--rk-colors-modalBackdrop)}[data-rk] .ju367vb6,[data-rk] .ju367vb7:hover,[data-rk] .ju367vb8:active{background:var(--rk-colors-modalBackground)}[data-rk] .ju367vb9,[data-rk] .ju367vba:hover,[data-rk] .ju367vbb:active{background:var(--rk-colors-modalBorder)}[data-rk] .ju367vbc,[data-rk] .ju367vbd:hover,[data-rk] .ju367vbe:active{background:var(--rk-colors-modalText)}[data-rk] .ju367vbf,[data-rk] .ju367vbg:hover,[data-rk] .ju367vbh:active{background:var(--rk-colors-modalTextDim)}[data-rk] .ju367vbi,[data-rk] .ju367vbj:hover,[data-rk] .ju367vbk:active{background:var(--rk-colors-modalTextSecondary)}[data-rk] .ju367vbl,[data-rk] .ju367vbm:hover,[data-rk] .ju367vbn:active{background:var(--rk-colors-profileAction)}[data-rk] .ju367vbo,[data-rk] .ju367vbp:hover,[data-rk] .ju367vbq:active{background:var(--rk-colors-profileActionHover)}[data-rk] .ju367vbr,[data-rk] .ju367vbs:hover,[data-rk] .ju367vbt:active{background:var(--rk-colors-profileForeground)}[data-rk] .ju367vbu,[data-rk] .ju367vbv:hover,[data-rk] .ju367vbw:active{background:var(--rk-colors-selectedOptionBorder)}[data-rk] .ju367vbx,[data-rk] .ju367vby:hover,[data-rk] .ju367vbz:active{background:var(--rk-colors-standby)}[data-rk] .ju367vc0,[data-rk] .ju367vc1:hover,[data-rk] .ju367vc2:active{border-color:var(--rk-colors-accentColor)}[data-rk] .ju367vc3,[data-rk] .ju367vc4:hover,[data-rk] .ju367vc5:active{border-color:var(--rk-colors-accentColorForeground)}[data-rk] .ju367vc6,[data-rk] .ju367vc7:hover,[data-rk] .ju367vc8:active{border-color:var(--rk-colors-actionButtonBorder)}[data-rk] .ju367vc9,[data-rk] .ju367vca:hover,[data-rk] .ju367vcb:active{border-color:var(--rk-colors-actionButtonBorderMobile)}[data-rk] .ju367vcc,[data-rk] .ju367vcd:hover,[data-rk] .ju367vce:active{border-color:var(--rk-colors-actionButtonSecondaryBackground)}[data-rk] .ju367vcf,[data-rk] .ju367vcg:hover,[data-rk] .ju367vch:active{border-color:var(--rk-colors-closeButton)}[data-rk] .ju367vci,[data-rk] .ju367vcj:hover,[data-rk] .ju367vck:active{border-color:var(--rk-colors-closeButtonBackground)}[data-rk] .ju367vcl,[data-rk] .ju367vcm:hover,[data-rk] .ju367vcn:active{border-color:var(--rk-colors-connectButtonBackground)}[data-rk] .ju367vco,[data-rk] .ju367vcp:hover,[data-rk] .ju367vcq:active{border-color:var(--rk-colors-connectButtonBackgroundError)}[data-rk] .ju367vcr,[data-rk] .ju367vcs:hover,[data-rk] .ju367vct:active{border-color:var(--rk-colors-connectButtonInnerBackground)}[data-rk] .ju367vcu,[data-rk] .ju367vcv:hover,[data-rk] .ju367vcw:active{border-color:var(--rk-colors-connectButtonText)}[data-rk] .ju367vcx,[data-rk] .ju367vcy:hover,[data-rk] .ju367vcz:active{border-color:var(--rk-colors-connectButtonTextError)}[data-rk] .ju367vd0,[data-rk] .ju367vd1:hover,[data-rk] .ju367vd2:active{border-color:var(--rk-colors-connectionIndicator)}[data-rk] .ju367vd3,[data-rk] .ju367vd4:hover,[data-rk] .ju367vd5:active{border-color:var(--rk-colors-downloadBottomCardBackground)}[data-rk] .ju367vd6,[data-rk] .ju367vd7:hover,[data-rk] .ju367vd8:active{border-color:var(--rk-colors-downloadTopCardBackground)}[data-rk] .ju367vd9,[data-rk] .ju367vda:hover,[data-rk] .ju367vdb:active{border-color:var(--rk-colors-error)}[data-rk] .ju367vdc,[data-rk] .ju367vdd:hover,[data-rk] .ju367vde:active{border-color:var(--rk-colors-generalBorder)}[data-rk] .ju367vdf,[data-rk] .ju367vdg:hover,[data-rk] .ju367vdh:active{border-color:var(--rk-colors-generalBorderDim)}[data-rk] .ju367vdi,[data-rk] .ju367vdj:hover,[data-rk] .ju367vdk:active{border-color:var(--rk-colors-menuItemBackground)}[data-rk] .ju367vdl,[data-rk] .ju367vdm:hover,[data-rk] .ju367vdn:active{border-color:var(--rk-colors-modalBackdrop)}[data-rk] .ju367vdo,[data-rk] .ju367vdp:hover,[data-rk] .ju367vdq:active{border-color:var(--rk-colors-modalBackground)}[data-rk] .ju367vdr,[data-rk] .ju367vds:hover,[data-rk] .ju367vdt:active{border-color:var(--rk-colors-modalBorder)}[data-rk] .ju367vdu,[data-rk] .ju367vdv:hover,[data-rk] .ju367vdw:active{border-color:var(--rk-colors-modalText)}[data-rk] .ju367vdx,[data-rk] .ju367vdy:hover,[data-rk] .ju367vdz:active{border-color:var(--rk-colors-modalTextDim)}[data-rk] .ju367ve0,[data-rk] .ju367ve1:hover,[data-rk] .ju367ve2:active{border-color:var(--rk-colors-modalTextSecondary)}[data-rk] .ju367ve3,[data-rk] .ju367ve4:hover,[data-rk] .ju367ve5:active{border-color:var(--rk-colors-profileAction)}[data-rk] .ju367ve6,[data-rk] .ju367ve7:hover,[data-rk] .ju367ve8:active{border-color:var(--rk-colors-profileActionHover)}[data-rk] .ju367ve9,[data-rk] .ju367vea:hover,[data-rk] .ju367veb:active{border-color:var(--rk-colors-profileForeground)}[data-rk] .ju367vec,[data-rk] .ju367ved:hover,[data-rk] .ju367vee:active{border-color:var(--rk-colors-selectedOptionBorder)}[data-rk] .ju367vef,[data-rk] .ju367veg:hover,[data-rk] .ju367veh:active{border-color:var(--rk-colors-standby)}[data-rk] .ju367vei,[data-rk] .ju367vej:hover,[data-rk] .ju367vek:active{box-shadow:var(--rk-shadows-connectButton)}[data-rk] .ju367vel,[data-rk] .ju367vem:hover,[data-rk] .ju367ven:active{box-shadow:var(--rk-shadows-dialog)}[data-rk] .ju367veo,[data-rk] .ju367vep:hover,[data-rk] .ju367veq:active{box-shadow:var(--rk-shadows-profileDetailsAction)}[data-rk] .ju367ver,[data-rk] .ju367ves:hover,[data-rk] .ju367vet:active{box-shadow:var(--rk-shadows-selectedOption)}[data-rk] .ju367veu,[data-rk] .ju367vev:hover,[data-rk] .ju367vew:active{box-shadow:var(--rk-shadows-selectedWallet)}[data-rk] .ju367vex,[data-rk] .ju367vey:hover,[data-rk] .ju367vez:active{box-shadow:var(--rk-shadows-walletLogo)}[data-rk] .ju367vf0,[data-rk] .ju367vf1:hover,[data-rk] .ju367vf2:active{color:var(--rk-colors-accentColor)}[data-rk] .ju367vf3,[data-rk] .ju367vf4:hover,[data-rk] .ju367vf5:active{color:var(--rk-colors-accentColorForeground)}[data-rk] .ju367vf6,[data-rk] .ju367vf7:hover,[data-rk] .ju367vf8:active{color:var(--rk-colors-actionButtonBorder)}[data-rk] .ju367vf9,[data-rk] .ju367vfa:hover,[data-rk] .ju367vfb:active{color:var(--rk-colors-actionButtonBorderMobile)}[data-rk] .ju367vfc,[data-rk] .ju367vfd:hover,[data-rk] .ju367vfe:active{color:var(--rk-colors-actionButtonSecondaryBackground)}[data-rk] .ju367vff,[data-rk] .ju367vfg:hover,[data-rk] .ju367vfh:active{color:var(--rk-colors-closeButton)}[data-rk] .ju367vfi,[data-rk] .ju367vfj:hover,[data-rk] .ju367vfk:active{color:var(--rk-colors-closeButtonBackground)}[data-rk] .ju367vfl,[data-rk] .ju367vfm:hover,[data-rk] .ju367vfn:active{color:var(--rk-colors-connectButtonBackground)}[data-rk] .ju367vfo,[data-rk] .ju367vfp:hover,[data-rk] .ju367vfq:active{color:var(--rk-colors-connectButtonBackgroundError)}[data-rk] .ju367vfr,[data-rk] .ju367vfs:hover,[data-rk] .ju367vft:active{color:var(--rk-colors-connectButtonInnerBackground)}[data-rk] .ju367vfu,[data-rk] .ju367vfv:hover,[data-rk] .ju367vfw:active{color:var(--rk-colors-connectButtonText)}[data-rk] .ju367vfx,[data-rk] .ju367vfy:hover,[data-rk] .ju367vfz:active{color:var(--rk-colors-connectButtonTextError)}[data-rk] .ju367vg0,[data-rk] .ju367vg1:hover,[data-rk] .ju367vg2:active{color:var(--rk-colors-connectionIndicator)}[data-rk] .ju367vg3,[data-rk] .ju367vg4:hover,[data-rk] .ju367vg5:active{color:var(--rk-colors-downloadBottomCardBackground)}[data-rk] .ju367vg6,[data-rk] .ju367vg7:hover,[data-rk] .ju367vg8:active{color:var(--rk-colors-downloadTopCardBackground)}[data-rk] .ju367vg9,[data-rk] .ju367vga:hover,[data-rk] .ju367vgb:active{color:var(--rk-colors-error)}[data-rk] .ju367vgc,[data-rk] .ju367vgd:hover,[data-rk] .ju367vge:active{color:var(--rk-colors-generalBorder)}[data-rk] .ju367vgf,[data-rk] .ju367vgg:hover,[data-rk] .ju367vgh:active{color:var(--rk-colors-generalBorderDim)}[data-rk] .ju367vgi,[data-rk] .ju367vgj:hover,[data-rk] .ju367vgk:active{color:var(--rk-colors-menuItemBackground)}[data-rk] .ju367vgl,[data-rk] .ju367vgm:hover,[data-rk] .ju367vgn:active{color:var(--rk-colors-modalBackdrop)}[data-rk] .ju367vgo,[data-rk] .ju367vgp:hover,[data-rk] .ju367vgq:active{color:var(--rk-colors-modalBackground)}[data-rk] .ju367vgr,[data-rk] .ju367vgs:hover,[data-rk] .ju367vgt:active{color:var(--rk-colors-modalBorder)}[data-rk] .ju367vgu,[data-rk] .ju367vgv:hover,[data-rk] .ju367vgw:active{color:var(--rk-colors-modalText)}[data-rk] .ju367vgx,[data-rk] .ju367vgy:hover,[data-rk] .ju367vgz:active{color:var(--rk-colors-modalTextDim)}[data-rk] .ju367vh0,[data-rk] .ju367vh1:hover,[data-rk] .ju367vh2:active{color:var(--rk-colors-modalTextSecondary)}[data-rk] .ju367vh3,[data-rk] .ju367vh4:hover,[data-rk] .ju367vh5:active{color:var(--rk-colors-profileAction)}[data-rk] .ju367vh6,[data-rk] .ju367vh7:hover,[data-rk] .ju367vh8:active{color:var(--rk-colors-profileActionHover)}[data-rk] .ju367vh9,[data-rk] .ju367vha:hover,[data-rk] .ju367vhb:active{color:var(--rk-colors-profileForeground)}[data-rk] .ju367vhc,[data-rk] .ju367vhd:hover,[data-rk] .ju367vhe:active{color:var(--rk-colors-selectedOptionBorder)}[data-rk] .ju367vhf,[data-rk] .ju367vhg:hover,[data-rk] .ju367vhh:active{color:var(--rk-colors-standby)}@media screen and (min-width:768px){[data-rk] .ju367v1{align-items:flex-start}[data-rk] .ju367v3{align-items:flex-end}[data-rk] .ju367v5{align-items:center}[data-rk] .ju367v7{display:none}[data-rk] .ju367v9{display:block}[data-rk] .ju367vb{display:flex}[data-rk] .ju367vd{display:inline}}[data-rk] ._12cbo8i3,[data-rk] ._12cbo8i3:after{--_12cbo8i0: 1;--_12cbo8i1: 1}[data-rk] ._12cbo8i3:hover{transform:scale(var(--_12cbo8i0))}[data-rk] ._12cbo8i3:active{transform:scale(var(--_12cbo8i1))}[data-rk] ._12cbo8i3:active:after{content:"";display:block;inset:-1px;position:absolute;transform:scale(calc((1 / var(--_12cbo8i1)) * var(--_12cbo8i0)))}[data-rk] ._12cbo8i4,[data-rk] ._12cbo8i4:after{--_12cbo8i0: 1.025}[data-rk] ._12cbo8i5,[data-rk] ._12cbo8i5:after{--_12cbo8i0: 1.1}[data-rk] ._12cbo8i6,[data-rk] ._12cbo8i6:after{--_12cbo8i1: .95}[data-rk] ._12cbo8i7,[data-rk] ._12cbo8i7:after{--_12cbo8i1: .9}@keyframes _1luule41{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-rk] ._1luule42{animation:_1luule41 3s infinite linear}[data-rk] ._1luule43{background:conic-gradient(from 180deg at 50% 50%,rgba(72,146,254,0) 0deg,currentColor 282.04deg,rgba(72,146,254,0) 319.86deg,rgba(72,146,254,0) 360deg);height:21px;width:21px}@keyframes _9pm4ki0{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _9pm4ki1{0%{opacity:0}to{opacity:1}}[data-rk] ._9pm4ki3{animation:_9pm4ki1 .15s ease;inset:-200px;padding:200px;transform:translateZ(0);z-index:2147483646}[data-rk] ._9pm4ki5{animation:_9pm4ki0 .35s cubic-bezier(.15,1.15,.6,1),_9pm4ki1 .15s ease;max-width:100vw}[data-rk] ._1ckjpok1{box-sizing:content-box;max-width:100vw;width:360px}[data-rk] ._1ckjpok2{width:100vw}[data-rk] ._1ckjpok3{min-width:720px;width:720px}[data-rk] ._1ckjpok4{min-width:368px;width:368px}[data-rk] ._1ckjpok6{border-width:0px;box-sizing:border-box;width:100vw}@media screen and (min-width:768px){[data-rk] ._1ckjpok1{width:360px}[data-rk] ._1ckjpok2{width:480px}[data-rk] ._1ckjpok4{min-width:368px;width:368px}}@media screen and (max-width:767px){[data-rk] ._1ckjpok7{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-top:-200px;padding-bottom:200px;top:200px}}[data-rk] .v9horb0:hover{background:unset}[data-rk] ._18dqw9x0{max-height:456px;overflow-y:auto;overflow-x:hidden}[data-rk] ._18dqw9x1{max-height:456px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}[data-rk] ._18dqw9x1::-webkit-scrollbar{display:none}[data-rk] .g5kl0l0{border-color:transparent}[data-rk] ._1vwt0cg0{background:#fff;color:#000}[data-rk] ._1vwt0cg2{max-height:454px;overflow-y:auto}[data-rk] ._1vwt0cg3{min-width:287px}[data-rk] ._1vwt0cg4{min-width:100%}@keyframes _1am14411{0%{stroke-dashoffset:0}to{stroke-dashoffset:-283}}[data-rk] ._1am14410{overflow:auto;scrollbar-width:none;transform:translateZ(0)}[data-rk] ._1am14410::-webkit-scrollbar{display:none}[data-rk] ._1am14412{animation:_1am14411 1s linear infinite;stroke-dasharray:98 196;fill:none;stroke-linecap:round;stroke-width:4}[data-rk] ._1am14413{position:absolute}[data-rk] ._1y2lnfi0{border:1px solid rgba(16,21,31,.06)}[data-rk] ._1y2lnfi1{max-width:-moz-fit-content;max-width:fit-content}.homepage__root{color:#fff!important;margin-top:100px;width:100vw;height:100%}.homepage__root .project{opacity:1;display:flex;align-items:center;flex-direction:column;gap:1em;padding:1em;z-index:0}.homepage__root .project .details{background-color:#fff0;height:157px;width:147px;border-radius:12px;box-shadow:inset 0 0 0 .5px #ffffff1a}.homepage__root .project-1{animation:scroll 15s infinite alternate-reverse;right:50px}.homepage__root .project-1,.homepage__root .project-2{position:absolute;top:0}.homepage__root .project-2{right:250px;animation:scroll-reverse 15s infinite alternate-reverse}.homepage__root .project-3{position:absolute;top:0;right:450px;animation:scroll 15s infinite alternate-reverse}@keyframes scroll{0%{transform:translateY(-20px)}to{transform:translateY(-250px)}}@keyframes scroll-reverse{0%{transform:translateY(-250px)}to{transform:translateY(-20px)}}.homepage__root .homepage__video-container{width:100vw;height:100%;display:flex;justify-content:center!important;align-items:center!important;position:relative}.homepage__root .homepage__video-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0006,#000000b3);pointer-events:none}.homepage__root .homepage__video-container video{width:100%;height:600px;object-fit:cover;object-position:center}.homepage__root .homepage__showcase-section-wrapper{display:flex;width:100vw!important;justify-content:center;align-items:center;padding:80px 0;background-image:url(/images/gradient-squares.avif);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#181d1fbe!important}.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container{display:flex;justify-content:space-between;align-items:flex-start;gap:80px;width:70%}.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-left{flex:1;padding:0 20px}.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-left .homepage__tagline{font-size:.75rem;font-weight:500;letter-spacing:2px;color:#d4a044;margin-bottom:30px;text-transform:uppercase;opacity:.9}.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-left .homepage__heading{font-size:5rem!important;font-weight:700;margin-bottom:0;line-height:1.1;letter-spacing:-1px;color:#fff}@media(max-width:1200px){.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-left .homepage__heading{font-size:4rem}}@media(max-width:768px){.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-left .homepage__heading{font-size:3rem!important}}.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-right{flex:1;padding:0 20px;display:flex;flex-direction:column;gap:20px}.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-right .homepage__description{font-size:1.1rem;line-height:1.7;color:#c5c5c5;margin-bottom:0}@media(max-width:768px){.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-right .homepage__description{font-size:1rem}}.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-right .homepage__cta-button{margin-top:20px;padding:14px 40px;font-weight:600;border-radius:8px;text-transform:none;width:fit-content;background-color:#ffc107;border:none;color:#000;font-size:1rem}.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-right .homepage__cta-button:hover{background-color:#ffb300;transform:translateY(-2px);transition:all .3s ease}@media(max-width:992px){.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container{flex-direction:column;gap:40px;width:90%}.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-left,.homepage__root .homepage__showcase-section-wrapper .homepage__showcase-section-wrapper-container .homepage__showcase-section-wrapper-right{padding:0}}@media(max-width:700px){.projects{height:50vh}.project-1{right:200px!important}.project-2{right:30px!important}.project-3{right:-140px!important}}.trusted-by-section-root{width:100vw;height:100%;justify-content:center;align-items:center;padding:60px 0;overflow:hidden;position:relative;display:flex}.trusted-by-section-root .trusted-by-section-container{width:75%}.trusted-by-section-root .trusted-by-section-container .trusted-by-section-header{text-align:center;font-size:15px!important;color:#fff;opacity:.5;margin-bottom:25px}.trusted-by-section-root .trusted-by-section-container .trusted-by-marquee-container{width:100%;overflow:hidden;position:relative}.trusted-by-section-root .trusted-by-section-container .trusted-by-marquee-container:before,.trusted-by-section-root .trusted-by-section-container .trusted-by-marquee-container:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.trusted-by-section-root .trusted-by-section-container .trusted-by-marquee-container:before{left:0;background:linear-gradient(to right,#181d1f 0%,transparent 100%)}.trusted-by-section-root .trusted-by-section-container .trusted-by-marquee-container:after{right:0;background:linear-gradient(to left,#181d1f 0%,transparent 100%)}.trusted-by-section-root .trusted-by-section-container .trusted-by-marquee{display:flex;gap:80px;animation:scrolling 40s linear infinite;width:max-content}.trusted-by-section-root .trusted-by-section-container .trusted-by-marquee:hover{animation-play-state:paused}.trusted-by-section-root .trusted-by-section-container .trusted-by-logo-wrapper{display:flex;align-items:center;justify-content:center;min-width:200px;height:80px;padding:0 20px}.trusted-by-section-root .trusted-by-section-container .trusted-by-logo{max-width:180px;max-height:60px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) brightness(.6);opacity:.7;transition:all .3s ease}.trusted-by-section-root .trusted-by-section-container .trusted-by-logo:hover{filter:grayscale(0%) brightness(1);opacity:1;transform:scale(1.05)}@keyframes scrolling{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.trusted-by-section-root .trusted-by-section-container{padding:40px 0}.trusted-by-section-root .trusted-by-section-container .trusted-by-marquee{gap:60px;animation-duration:30s}.trusted-by-section-root .trusted-by-section-container .trusted-by-logo-wrapper{min-width:150px;height:60px}.trusted-by-section-root .trusted-by-section-container .trusted-by-logo{max-width:140px;max-height:50px}}.create-connect-scale-root{width:100vw;min-height:600px;display:flex;justify-content:center;align-items:center;padding:100px 20px;position:relative;overflow:hidden}.create-connect-scale-root:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.create-connect-scale-root .ccs-background-dots{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.create-connect-scale-root .ccs-dot{position:absolute;width:8px;height:8px;background:#ffffff4d;border-radius:50%;animation:float infinite ease-in-out}.create-connect-scale-root .ccs-dot:before{content:"";position:absolute;width:100%;height:100%;background:#ffc10766;border-radius:50%;animation:pulse 2s infinite}@keyframes float{0%,to{transform:translateY(0) scale(1);opacity:.3}50%{transform:translateY(-20px) scale(1.2);opacity:.6}}@keyframes pulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.5);opacity:0}}.create-connect-scale-root .ccs-card{position:relative;z-index:3;background:#0000001a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:80px 100px;max-width:1000px;width:100%;text-align:center;background-image:url(/images/map.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width:992px){.create-connect-scale-root .ccs-card{padding:60px 50px;max-width:700px}}@media(max-width:768px){.create-connect-scale-root .ccs-card{padding:40px 30px;max-width:90%;border-radius:16px}}.create-connect-scale-root .ccs-heading{font-size:2.5rem!important;font-weight:700;color:#fff;margin-bottom:30px;line-height:1.2;letter-spacing:-1px}.create-connect-scale-root .ccs-heading .ccs-highlight{color:#ffc107}@media(max-width:992px){.create-connect-scale-root .ccs-heading{font-size:3rem}}@media(max-width:768px){.create-connect-scale-root .ccs-heading{font-size:2.2rem;margin-bottom:20px}}@media(max-width:480px){.create-connect-scale-root .ccs-heading{font-size:1.8rem}}.create-connect-scale-root .ccs-description{font-size:1.2rem!important;color:#fff;margin-bottom:8px}.create-connect-scale-root .ccs-description:last-of-type{margin-bottom:40px}@media(max-width:768px){.create-connect-scale-root .ccs-description{font-size:1.1rem}.create-connect-scale-root .ccs-description:last-of-type{margin-bottom:30px}}@media(max-width:480px){.create-connect-scale-root .ccs-description{font-size:1rem}}.create-connect-scale-root .ccs-cta-button{margin-top:20px;padding:16px 60px;font-weight:600;border-radius:50px;text-transform:none;background-color:#ffc107;border:none;color:#000;font-size:1.1rem;box-shadow:0 10px 30px #ffc1074d;transition:all .3s ease}.create-connect-scale-root .ccs-cta-button:hover{background-color:#ffb300;transform:translateY(-3px);box-shadow:0 15px 40px #ffc10766}.create-connect-scale-root .ccs-cta-button:active{transform:translateY(-1px)}@media(max-width:768px){.create-connect-scale-root .ccs-cta-button{padding:14px 50px;font-size:1rem}}@media(max-width:480px){.create-connect-scale-root .ccs-cta-button{padding:12px 40px;font-size:.95rem;width:100%}}@media(max-width:768px){.create-connect-scale-root{background-attachment:scroll;min-height:500px;padding:60px 20px}}.about-us-root{width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:120px 20px;position:relative;overflow:hidden;background-image:url(/images/bg-squares.avif);background-size:cover;background-position:center;background-repeat:no-repeat}.about-us-root .about-us-container{max-width:1200px;width:100%;text-align:center;z-index:2;position:relative}.about-us-root .about-us-label{font-size:14px;font-weight:500;letter-spacing:3px;color:#ffc107;margin-bottom:40px;text-transform:uppercase}@media(max-width:768px){.about-us-root .about-us-label{font-size:12px;letter-spacing:2px;margin-bottom:30px}}.about-us-root .about-us-title{font-size:4.5rem;font-weight:700;color:#fff;margin-bottom:60px;line-height:1.1;letter-spacing:-2px}@media(max-width:1200px){.about-us-root .about-us-title{font-size:3.5rem}}@media(max-width:768px){.about-us-root .about-us-title{font-size:2.5rem;margin-bottom:40px}}@media(max-width:480px){.about-us-root .about-us-title{font-size:2rem;letter-spacing:-1px}}.about-us-root .about-us-content{max-width:800px;margin:0 auto}.about-us-root .about-us-text{font-size:3rem;line-height:1.4;margin:0;font-weight:300;text-align:justify}@media(max-width:1200px){.about-us-root .about-us-text{font-size:2.5rem}}@media(max-width:768px){.about-us-root .about-us-text{font-size:1.8rem;line-height:1.5}}@media(max-width:480px){.about-us-root .about-us-text{font-size:1.4rem}}.about-us-root .about-us-highlight{color:#ffc107;font-weight:500;display:block;text-align:right!important}.about-us-root .about-us-normal{color:#fff!important;font-weight:400!important;text-align:right!important}@media(max-width:768px){.about-us-root{min-height:auto;padding:80px 20px}}.benefits-section-root{width:100vw;min-height:400px;display:flex;justify-content:center;align-items:center;margin-top:-200px}@media(max-width:768px){.benefits-section-root{margin-top:-100px}}@media(max-width:480px){.benefits-section-root{margin-top:0}}.benefits-section-root .benefits-section-container{max-width:75%;width:100%;z-index:2;position:relative}@media(max-width:768px){.benefits-section-root .benefits-section-container{max-width:100%}}.benefits-section-root .benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;width:100%}@media(max-width:1024px){.benefits-section-root .benefits-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:768px){.benefits-section-root .benefits-grid{grid-template-columns:1fr;gap:25px}}.benefits-section-root .benefit-card{display:flex;align-items:flex-start;gap:5px;padding:30px}@media(max-width:768px){.benefits-section-root .benefit-card{padding:25px;gap:15px}}@media(max-width:480px){.benefits-section-root .benefit-card{padding:20px}}.benefits-section-root .benefit-icon{width:32px;height:32px}.benefits-section-root .benefit-icon svg{width:20px;height:20px}@media(max-width:768px){.benefits-section-root .benefit-icon{width:28px;height:28px}.benefits-section-root .benefit-icon svg{width:18px;height:18px}}.benefits-section-root .benefit-text{flex:1;font-size:1.4rem!important;line-height:1.6;color:#fff;margin:0;font-weight:400}@media(max-width:1024px){.benefits-section-root .benefit-text{font-size:1rem}}@media(max-width:768px){.benefits-section-root .benefit-text{font-size:.95rem;line-height:1.5}}@media(max-width:480px){.benefits-section-root .benefit-text{font-size:.9rem}}@media(max-width:768px){.benefits-section-root{padding:60px 20px;min-height:auto}}.tagline-text-section{width:100vw;min-height:600px;display:flex;justify-content:center;align-items:center;padding:120px 20px;position:relative;background:linear-gradient(135deg,#1a1f24,#2a3035)}@media(max-width:768px){.tagline-text-section{min-height:auto;padding:80px 20px}}.tagline-text-section .tagline-container{max-width:1000px;width:100%;display:flex;flex-direction:column;gap:50px;z-index:2;position:relative}@media(max-width:768px){.tagline-text-section .tagline-container{gap:40px}}@media(max-width:480px){.tagline-text-section .tagline-container{gap:30px}}.tagline-text-section .tagline-item{font-size:3rem;line-height:1.3;color:#fff;margin:0;font-weight:300;text-align:left;transition:color .3s ease}.tagline-text-section .tagline-item:hover{color:#fffc}@media(max-width:1200px){.tagline-text-section .tagline-item{font-size:2.5rem}}@media(max-width:768px){.tagline-text-section .tagline-item{font-size:1.8rem;line-height:1.4}}@media(max-width:480px){.tagline-text-section .tagline-item{font-size:1.3rem}}.tagline-text-section .tagline-item .highlight{color:#ffc107;font-weight:400;position:relative}.blockstreet-ido-root{width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:120px 20px;position:relative;overflow:hidden;background:linear-gradient(180deg,#000 0% 60%,#ffb3003b)}@media(max-width:768px){.blockstreet-ido-root{min-height:auto;padding:80px 20px}}.blockstreet-ido-root .blockstreet-ido-container{max-width:75%;width:100%;z-index:2;position:relative}@media(max-width:1200px){.blockstreet-ido-root .blockstreet-ido-container{max-width:95%}}.blockstreet-ido-root .blockstreet-ido-header{margin-bottom:30px}@media(max-width:768px){.blockstreet-ido-root .blockstreet-ido-header{margin-bottom:60px}}.blockstreet-ido-root .blockstreet-ido-title{font-size:4rem;margin-left:-60px!important;font-weight:700;color:#fff;margin:0;line-height:1.1;letter-spacing:-2px}.blockstreet-ido-root .blockstreet-ido-title .highlight{color:#ffc107}@media(max-width:1200px){.blockstreet-ido-root .blockstreet-ido-title{font-size:3.5rem}}@media(max-width:768px){.blockstreet-ido-root .blockstreet-ido-title{font-size:2.5rem;margin-left:0!important}}@media(max-width:480px){.blockstreet-ido-root .blockstreet-ido-title{font-size:2rem;letter-spacing:-1px;margin-left:0!important}}.blockstreet-ido-root .blockstreet-ido-content{position:relative;display:flex;align-items:center;gap:60px}@media(max-width:1024px){.blockstreet-ido-root .blockstreet-ido-content{flex-direction:column;gap:40px}}.blockstreet-ido-root .ido-content-grid{flex:1;display:flex;gap:60px}@media(max-width:768px){.blockstreet-ido-root .ido-content-grid{gap:40px}}.blockstreet-ido-root .ido-content-item{display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.blockstreet-ido-root .ido-content-item{gap:15px}}.blockstreet-ido-root .ido-content-title{font-size:1.3rem!important;font-weight:600;color:#fff;margin:0;line-height:1.2}@media(max-width:1200px){.blockstreet-ido-root .ido-content-title{font-size:1.8rem}}@media(max-width:768px){.blockstreet-ido-root .ido-content-title{font-size:1.5rem}}@media(max-width:480px){.blockstreet-ido-root .ido-content-title{font-size:1.3rem}}.blockstreet-ido-root .ido-content-description{font-size:1.1rem;line-height:1.7;color:#fff;margin:0;font-weight:300;max-width:600px}@media(max-width:768px){.blockstreet-ido-root .ido-content-description{font-size:1rem;line-height:1.6}}@media(max-width:480px){.blockstreet-ido-root .ido-content-description{font-size:.95rem}}.blockstreet-ido-root .ido-coin-wrapper{position:relative;width:400px;height:500px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:1024px){.blockstreet-ido-root .ido-coin-wrapper{width:400px;height:400px}}@media(max-width:768px){.blockstreet-ido-root .ido-coin-wrapper{width:300px;height:300px}}@media(max-width:480px){.blockstreet-ido-root .ido-coin-wrapper{width:250px;height:250px}}.blockstreet-ido-root .ido-coin-video{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 60px rgba(255,193,7,.3))}@media(max-width:768px){.blockstreet-ido-root .ido-coin-video{filter:drop-shadow(0 0 40px rgba(255,193,7,.25))}}.faq-section-root{width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:120px 20px;position:relative;background:#1a1f24}@media(max-width:768px){.faq-section-root{min-height:auto;padding:80px 20px}}.faq-section-root .faq-container{max-width:1200px;width:100%;z-index:2;position:relative}@media(max-width:1200px){.faq-section-root .faq-container{max-width:95%}}.faq-section-root .faq-title{font-size:3rem!important;font-weight:700;color:#fff;text-align:center;margin:0 0 80px;line-height:1.2;letter-spacing:-2px}@media(max-width:1200px){.faq-section-root .faq-title{font-size:3.5rem!important;margin-bottom:60px}}@media(max-width:768px){.faq-section-root .faq-title{font-size:2.5rem!important;margin-bottom:50px}}@media(max-width:480px){.faq-section-root .faq-title{font-size:2rem!important;letter-spacing:-1px;margin-bottom:40px}}.faq-section-root .faq-list{display:flex;flex-direction:column;gap:0}.faq-section-root .faq-item{border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.faq-section-root .faq-item:first-child{border-top:1px solid rgba(255,255,255,.1)}.faq-section-root .faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.faq-section-root .faq-question{padding:28px 24px}}@media(max-width:480px){.faq-section-root .faq-question{padding:24px 20px}}.faq-section-root .faq-question-text{font-size:1.2rem!important;font-weight:500;color:#fff;margin:0;line-height:1.4;transition:color .3s ease;flex:1;padding-right:20px}@media(max-width:1200px){.faq-section-root .faq-question-text{font-size:1.5rem}}@media(max-width:768px){.faq-section-root .faq-question-text{font-size:1.2rem}}@media(max-width:480px){.faq-section-root .faq-question-text{font-size:1.05rem;padding-right:15px}}.faq-section-root .faq-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.faq-section-root .faq-icon{width:32px;height:32px}}.faq-section-root .faq-chevron{color:#ffffff80;transition:all .3s ease;width:28px;height:28px}@media(max-width:768px){.faq-section-root .faq-chevron{width:24px;height:24px}}.faq-section-root .faq-chevron.faq-chevron-open{transform:rotate(180deg);color:#ffc107}.faq-section-root .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);padding:0 20px}@media(max-width:768px){.faq-section-root .faq-answer{padding:0 24px}}@media(max-width:480px){.faq-section-root .faq-answer{padding:0 20px}}.faq-section-root .faq-answer.faq-answer-open{max-height:500px;padding:0 40px 35px}@media(max-width:768px){.faq-section-root .faq-answer.faq-answer-open{padding:0 24px 28px}}@media(max-width:480px){.faq-section-root .faq-answer.faq-answer-open{padding:0 20px 24px}}.faq-section-root .faq-answer-text{font-size:1.2rem!important;line-height:1.7;color:#ffffffb3;margin:0;font-weight:300}@media(max-width:1200px){.faq-section-root .faq-answer-text{font-size:1.1rem}}@media(max-width:768px){.faq-section-root .faq-answer-text{font-size:1rem;line-height:1.6}}@media(max-width:480px){.faq-section-root .faq-answer-text{font-size:.95rem}}.faq-section-root .faq-item-open .faq-question-text{color:#fff}.block-ecosystem-root{width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:120px 20px;position:relative;overflow:hidden}@media(max-width:768px){.block-ecosystem-root{min-height:auto;padding:80px 20px}}.block-ecosystem-root .block-ecosystem-container{max-width:75%;width:100%;display:flex;align-items:center;justify-content:space-between;gap:100px;position:relative;z-index:2}@media(max-width:1200px){.block-ecosystem-root .block-ecosystem-container{gap:60px}}@media(max-width:968px){.block-ecosystem-root .block-ecosystem-container{flex-direction:column;gap:60px}}.block-ecosystem-root .block-ecosystem-content{flex:1;max-width:650px}@media(max-width:968px){.block-ecosystem-root .block-ecosystem-content{max-width:100%}}.block-ecosystem-root .block-ecosystem-header{margin-bottom:40px}@media(max-width:768px){.block-ecosystem-root .block-ecosystem-header{margin-bottom:30px}}.block-ecosystem-root .block-ecosystem-title{font-size:5rem;font-weight:700;color:#ffc107;margin:0 0 10px;line-height:1;letter-spacing:-2px}@media(max-width:1200px){.block-ecosystem-root .block-ecosystem-title{font-size:4rem}}@media(max-width:768px){.block-ecosystem-root .block-ecosystem-title{font-size:3rem}}@media(max-width:480px){.block-ecosystem-root .block-ecosystem-title{font-size:2.5rem;letter-spacing:-1px}}.block-ecosystem-root .block-ecosystem-subtitle{font-size:3rem;font-weight:600;color:#fff;margin:0;line-height:1.2;letter-spacing:-1px}@media(max-width:1200px){.block-ecosystem-root .block-ecosystem-subtitle{font-size:2.5rem}}@media(max-width:768px){.block-ecosystem-root .block-ecosystem-subtitle{font-size:2rem}}@media(max-width:480px){.block-ecosystem-root .block-ecosystem-subtitle{font-size:1.5rem}}.block-ecosystem-root .block-ecosystem-text{display:flex;flex-direction:column;gap:25px;margin-bottom:40px}@media(max-width:768px){.block-ecosystem-root .block-ecosystem-text{gap:20px;margin-bottom:30px}}.block-ecosystem-root .block-ecosystem-description{font-size:1.1rem;line-height:1.7;color:#fffc;margin:0;font-weight:300}@media(max-width:768px){.block-ecosystem-root .block-ecosystem-description{font-size:1rem;line-height:1.6}}@media(max-width:480px){.block-ecosystem-root .block-ecosystem-description{font-size:.95rem}}.block-ecosystem-root .block-ecosystem-cta{padding:16px 50px!important;font-size:1.1rem!important;font-weight:600!important;border-radius:50px!important;text-transform:none!important}@media(max-width:768px){.block-ecosystem-root .block-ecosystem-cta{padding:14px 40px!important;font-size:1rem!important}}@media(max-width:480px){.block-ecosystem-root .block-ecosystem-cta{width:100%}}.block-ecosystem-root .block-ecosystem-pattern{flex:1;display:flex;align-items:center;justify-content:center;max-width:700px;position:relative;mix-blend-mode:lighten!important}@media(max-width:968px){.block-ecosystem-root .block-ecosystem-pattern{max-width:100%;margin-top:20px}}.block-ecosystem-root .block-ecosystem-image{width:100%;height:auto;object-fit:contain}@media(max-width:968px){.block-ecosystem-root .block-ecosystem-image{max-width:500px}}@media(max-width:768px){.block-ecosystem-root .block-ecosystem-image{max-width:400px}}@media(max-width:480px){.block-ecosystem-root .block-ecosystem-image{max-width:100%}}.join-ecosystem-root{width:100vw;display:flex;justify-content:center;align-items:center;padding:80px 0;position:relative;overflow:hidden}@media(max-width:768px){.join-ecosystem-root{padding:20px}}.join-ecosystem-root iframe{min-height:70vh}.upcoming-ecosystem-root{width:100vw;padding:80px 50px;position:relative;overflow:hidden;display:flex;justify-content:center}.upcoming-ecosystem-root .upcoming-container{max-width:1200px;width:100%;z-index:2;position:relative}.upcoming-ecosystem-root .upcoming-container .title{font-size:56px;font-weight:700}.upcoming-ecosystem-root .upcoming-container p{font-size:18px}@media(max-width:768px){.upcoming-ecosystem-root{padding:80px 20px}.upcoming-ecosystem-root .upcoming-container .title{font-size:30px}}
