button{--button-bg:#5a84fc;--button-text:#fff;--button-border:#5a84fc;transition:transform .4s;background:var(--button-bg);border-radius:6px;border:2px solid var(--button-border);color:var(--button-text);padding:8px 20px;cursor:pointer;transition:background .4s,color .6s}button.invert{--button-bg:var(--input-bg-color);--button-text:#5a84fc}button.base_1{--button-bg:#4273fd;--button-border:#4273fd}button.base_1.invert{--button-text:#4273fd}button.base_2{--button-bg:#2c5ff1;--button-border:#2c5ff1}button.base_2.invert{--button-text:#2c5ff1}button.disabled{--button-bg:#313149;--button-border:#2b2b42;--button-text:#2b2b42;cursor:default!important;transition:none!important}button.disabled.invert{--button-bg:var(--input-bg-color);--button-border:var(--border-color-dark-only);--button-text:#e4e4fb}button.disabled:hover:active{transform:scale(1)}button:hover:active{transform:scale(.98)}input[type=checkbox],input[type=radio]{--active:#275efe;--active-inner:#fff;--focus:2px rgba(39,94,254,0.3);--border:#bbc1e1;--border-hover:#275efe;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc,var(--border));background:var(--background);background:var(--b,var(--background));transition:background .3s,border-color .3s,box-shadow .2s}input[type=checkbox]:after,input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform .3s ease,opacity .2s;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}input[type=checkbox]:checked,input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:0.3s;--d-t:0.6s;--d-t-e:cubic-bezier(0.2,0.85,0.32,1.2)}input[type=checkbox]:disabled,input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}input[type=checkbox]:disabled:checked,input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}input[type=checkbox]:disabled+label,input[type=radio]:disabled+label{cursor:not-allowed}input[type=checkbox]:hover:not(:checked):not(:disabled),input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}input[type=checkbox]:focus,input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}input[type=checkbox]:not(.switch),input[type=radio]:not(.switch){width:21px}input[type=checkbox]:not(.switch):after,input[type=radio]:not(.switch):after{opacity:0;opacity:var(--o,0)}input[type=checkbox]:not(.switch):checked,input[type=radio]:not(.switch):checked{--o:1}input[type=checkbox]+label,input[type=radio]+label{font-size:14px;line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}input[type=checkbox]:not(.switch){border-radius:7px}input[type=checkbox]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;transform:rotate(20deg);transform:rotate(var(--r,20deg))}input[type=checkbox]:not(.switch):checked{--r:43deg}input[type=checkbox].switch{width:38px;border-radius:11px}input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--border);background:var(--ab,var(--border));transform:translateX(0);transform:translateX(var(--x,0))}input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px}input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}.input_box{min-width:200px;font-size:14px;border-radius:8px;padding:8px 15px;outline:none;background-color:#fff;background-color:var(--input-bg-color);color:#2b2b42!important;color:var(--dark-text)!important;transition:background .4s,color .6s;border:1px solid #cfcff2;border:1px solid var(--border-color)}.select_wrap{position:relative}.select_wrap:before{content:"";right:0;top:0;background-color:#fff;background-color:var(--input-bg-color)}.select_wrap:after,.select_wrap:before{position:absolute;width:100%;left:0;width:15px;height:100%;z-index:2;left:auto;border-radius:8px;transition:background .4s,color .6s}.select_wrap:after{content:"";top:0;content:"▼";right:5px;top:8px;font-size:12px;color:#2b2b42!important;color:var(--dark-text)!important}.select_wrap .item{color:#565d82;color:var(--dark-text-x1);transition:color .4s}.select_wrap select{font-weight:600}.special_input_style{border:0;border-radius:0;border-bottom:2px solid #cfcff2;border-bottom:2px solid var(--border-color);background-color:#e4e4fb;background-color:var(--main-bg-color);outline:none;color:#2b2b42;color:var(--dark-text);padding:4px;font-size:17px}@media only screen and (max-width:992px){html body button.align_center_ml_sm:hover:active{transform:translate(-50%) scale(.98)!important}}@font-face{font-family:Proxima-Nova;src:local("sans-serif"),url("/static/media/Proxima Nova Regular.ea03f826.otf") format("otf");font-display:swap}html{--main-bg-color:#e4e4fb;--lite-text:#8690ac;--dark-text:#2b2b42;--dark-text-x1:#565d82;--green:#4abd8c;--purple:#8d53d9;--base-white:#fff;--input-bg-color:#fff;--border-color:#cfcff2;--border-color-dark-only:transparent}html[dark=true]{--input-bg-color:#2b2b42;--main-bg-color:#2b2b42;--dark-text:#f3f3f3;--dark-text-x1:#c9c9c9;--base-white:#2e2e48;--border-color:rgba(207,207,242,0.12156862745098039);--border-color-dark-only:rgba(207,207,242,0.12156862745098039);--purple:#ad6ffd}html *{box-sizing:border-box}html body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Proxima-Nova",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e4e4fb;background-color:var(--main-bg-color);transition:background .4s,color .4s;color:#2b2b42;color:var(--dark-text)}html body .margin_top_10{margin-top:10px}html body tspan{fill:#2b2b42;fill:var(--dark-text)}html body .float_right{float:right}html body .apexcharts-tooltip{color:#2b2b42!important;color:var(--dark-text)!important}html body .apexcharts-tooltip,html body .apexcharts-tooltip .apexcharts-tooltip-title{background-color:#e4e4fb!important;background-color:var(--main-bg-color)!important}html body .loader_wrap{position:relative;overflow:hidden}html body .loader{position:absolute;height:4px;width:100%;left:0;top:0;background-color:#8d53d9;background-color:var(--purple);animation:comeIn .2s 1}@keyframes comeIn{0%{width:0}to{width:100%}}@keyframes loader{0%{left:-200px}to{left:calc(100% + 200px)}}html body .loader:after,html body .loader:before{content:"";position:absolute;width:100%;left:0;top:0;height:100%;width:190px;background:linear-gradient(90deg,transparent,#e4e4fb,transparent);background:linear-gradient(90deg,transparent,var(--main-bg-color),transparent);margin-left:-200px;animation:loader 2s ease-in-out infinite}html body .loader:after{animation-delay:1s}html body .form_wrap{width:100%;margin-top:40px}html body .form_wrap .form_item_wrap{width:100%;margin-bottom:20px;float:left}html body .form_wrap .form_item_wrap label{color:#2b2b42;color:var(--dark-text);float:left;font-size:16px;line-height:24px;margin-bottom:5px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-start;transition:color .4s}html body .form_wrap .form_item_wrap label svg{margin-left:10px}html body .form_wrap .form_item_wrap .input_box{width:100%;float:left}html body .form_wrap .form_item_wrap textarea{max-height:80px;max-width:100%;min-height:80px;min-width:100%}html body .form_wrap .form_item_wrap .disclaimer{display:flex;justify-content:center;align-items:center;flex-direction:row;font-size:12px;line-height:24px;color:#565d82;color:var(--dark-text-x1);width:100%;justify-content:flex-start}html body .form_wrap .form_item_wrap .disclaimer svg{width:13px;margin-right:5px}html body .max_width_wrap{max-width:60%;margin-left:50%;transform:translate(-50%);width:100%}html body .top_holds{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-start;margin-top:5px}html body .top_holds .item{border:1px solid #735a95;border-radius:3px;font-size:10px;line-height:12px;text-align:center;text-transform:uppercase;color:#735a95;padding:4px 8px;margin-right:10px;margin-bottom:20px;background-color:#fff;background-color:var(--input-bg-color)}html body .width_100{width:100%;float:left}html body .all_uppercase{text-transform:uppercase}html body .link{font-weight:600;font-size:14px}html body .link,html body a{line-height:17px;color:#5a84fc}html body>* .no_padding{padding:0!important}html body .no_margin{margin:0!important}html body .xs_visible{display:none!important}html body .flex_wrap{display:flex;justify-content:center;align-items:center;flex-direction:row}html body .flex_wrap.space_between{justify-content:space-between}html body .mt_center{margin-left:50%;transform:translate(-50%)}html body .green_text{color:#4abd8c!important;color:var(--green)!important}html body .purple_text{color:#8d53d9!important;color:var(--purple)!important}html body .row_box{flex-direction:column;color:#2b2b42;color:var(--dark-text);transition:color .4s}html body .row_box,html body .row_box .row{display:flex;justify-content:center;align-items:center}html body .row_box .row{flex-direction:row;justify-content:flex-start;float:left;width:100%;padding:15px;border-bottom:1px solid #cfcff2;font-size:14px;line-height:17px}html body .row_box .row:last-child{border-bottom:0}html body .row_box .row .icon{width:40px}html body .row_box .row .date{width:10%}html body .row_box .row .hex{width:15%;font-weight:600}html body .row_box .row .description{display:flex;justify-content:center;align-items:center;flex-direction:row}html body .content_wrap{max-width:1250px;padding:0 15px;margin-left:50%;transform:translate(-50%);width:100%}html body .content_wrap.nav_adjust{padding-top:50px}html body .content_wrap h1{font-weight:600;font-size:48px;line-height:56px;margin:0;color:#2b2b42;color:var(--dark-text);transition:color .4s}html body .content_wrap .head{font-size:20px;line-height:26px}html body .content_wrap .sub_head{margin:0}html body .content_wrap .sub_head,html body .content_wrap p{color:#2b2b42;color:var(--dark-text);font-size:18px;line-height:26px;transition:color .4s}html body .content_wrap p.small{font-size:16px;line-height:24px}html body .content_wrap .paper_box{float:left;width:100%;background-color:#fff;background-color:var(--base-white);border-radius:8px;margin:15px 0;padding:15px;border:1px solid transparent;border:1px solid var(--border-color-dark-only);transition:background .4s,color .5s}.split_box_wrap{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-between}.split_box_wrap .split_box{width:calc(50% - 10px)!important}@media only screen and (max-width:1420px){html body .nav_adjust{padding-left:90px}}@media only screen and (max-width:992px){html body .min_45_sm{min-width:45%}html body .flex_column_sm{flex-direction:column}html body .full_width_sm{min-width:100%;float:left}html body .align_center_ml_sm{margin-left:50%;transform:translate(-50%)}html body .nav_adjust{padding-left:0}html body .max_width_wrap{max-width:100%!important;margin-left:0;transform:none}html body .xs_hidden{display:none!important}html body .xs_visible{display:block!important}html body .paper_box.plain_sm{float:left;width:100%;background-color:transparent;border-radius:0;margin:0;padding:0;border:0;transition:none}html body .row_box .row:last-child{border-bottom:0}html body .row_box .row .icon{width:40px}html body .row_box .row .hex{width:25%;font-weight:600}html body .content_wrap{padding:0 15px!important}html body .content_wrap.nav_adjust{padding-top:80px!important}html body .content_wrap h1{font-size:24px;line-height:32px}html body .content_wrap h1.center_sm{text-align:center;width:100%}html body .no_padding{padding:0!important}.split_box_wrap{flex-direction:column}.split_box_wrap .split_box{width:100%!important;margin-bottom:30px}}@keyframes burgerAnime{0%{opacity:0;transform:rotate(1turn)}to{opacity:1;transform:rotate(0deg)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home{overflow:hidden}.home .gradient{width:100%;position:absolute!important;left:0;top:0}.home section{position:relative}.home section .content_wrap{min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:row;z-index:3;position:relative}.home section .content_wrap img{margin-right:10%;max-width:40%}.home section.mainSection .content_wrap{padding-left:20px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.home section.mainSection .content_wrap .top_contents{align-self:flex-start;width:calc(100% - 20px);display:flex;justify-content:center;align-items:center;flex-direction:row;position:absolute;top:40px;right:0;justify-content:space-between;padding-right:20px}.home section.mainSection .content_wrap .top_contents .left_items,.home section.mainSection .content_wrap .top_contents .right_items{display:flex;justify-content:center;align-items:center;flex-direction:row}.home section.mainSection .content_wrap .top_contents .left_items .item,.home section.mainSection .content_wrap .top_contents .right_items .item{margin-right:20px;color:var(--dark-text)}.home section.mainSection .content_wrap .top_contents .left_items .item span,.home section.mainSection .content_wrap .top_contents .right_items .item span{color:var(--green)}.home section.mainSection .content_wrap .info_wrap{display:flex;justify-content:center;align-items:center;flex-direction:row;width:100%;justify-content:space-between}.home section.mainSection .content_wrap .info_wrap .texts_wrap{width:50%}.home section.mainSection .content_wrap .info_wrap .texts_wrap .buttons_wrap button{margin-right:20px}.home section.mainSection .content_wrap .info_wrap svg{width:50%}.home section.base_1 .gradient{z-index:2}.home section.base_1 img{position:relative;z-index:1}.home section.base_1 .content_wrap{z-index:1}.home section.base_1 .content_wrap h1{z-index:2;position:relative}.home section.base_2 img{margin-right:0}.home footer{position:relative;padding-bottom:50px}.home footer .gradient{top:auto;bottom:0}.home footer .nyan_cat{margin-left:50%;transform:translate(-50%);max-width:100%}.home footer .split_box_wrap{align-items:flex-start}.home footer .split_box_wrap .split_box{width:calc(45% - 20px)}.home footer .split_box_wrap .head{font-weight:600;font-size:32px;line-height:56px;color:var(--dark-text)}@media only screen and (max-width:992px){.home{padding-top:60px}.home section.mainSection .gradient{width:auto;height:100vh;margin-top:70px;transform:scale(3);margin-right:10%}.home section.mainSection .content_wrap .top_contents{position:relative;width:100%;flex-direction:column}.home section.mainSection .content_wrap .top_contents .left_items{width:100%;flex-direction:column}.home section.mainSection .content_wrap .top_contents .left_items .item{width:100%;text-align:center;margin-bottom:10px;margin-right:0}.home section.mainSection .content_wrap .top_contents .right_items{margin-top:20px;width:100%;flex-direction:column;align-items:flex-start}.home section.mainSection .content_wrap .top_contents .right_items .item{margin-bottom:10px}.home section.mainSection .content_wrap .top_contents .right_items select{width:100%}.home section.mainSection .content_wrap .top_contents .right_items:after,.home section.mainSection .content_wrap .top_contents .right_items:before{display:none}.home section.mainSection .content_wrap .info_wrap{margin-top:20%;flex-direction:column}.home section.mainSection .content_wrap .info_wrap .xs_buttons{width:100%}.home section.mainSection .content_wrap .info_wrap .xs_buttons .flex_wrap{justify-content:space-between}.home section.mainSection .content_wrap .info_wrap .xs_buttons button{width:calc(50% - 10px)}.home section.mainSection .content_wrap .info_wrap svg{width:60%;height:auto;padding:20px 0}.home section.mainSection .content_wrap .info_wrap .texts_wrap{width:100%}.home section.mainSection .content_wrap .info_wrap .texts_wrap h1{text-align:left}.home section.base_1 .gradient{display:none}.home section.base_1 .content_wrap{margin-top:30%;min-height:auto;z-index:2}.home section.base_1 .content_wrap img{order:2;margin-bottom:30px;max-width:calc(100% + 60px);margin-right:0;margin-left:0;width:calc(100% + 60px)}.home section.base_1 .content_wrap h1{order:1}.home section.base_2 .content_wrap{margin-top:30%;min-height:auto}.home section.base_2 .content_wrap img{margin-bottom:30px;max-width:calc(100% + 60px);margin-right:0;margin-left:0;width:calc(100% + 60px)}.home section.base_3 .content_wrap{margin-top:30%;min-height:auto}.home .content_wrap{flex-direction:column!important}.home footer .content_wrap{margin-top:30%;min-height:auto}.home footer .content_wrap .split_box_wrap .split_box .head{font-size:24px;line-height:32px}}.active_pool{position:relative}.active_pool h1{margin-bottom:20px!important}.active_pool .abs_right{display:flex;justify-content:center;align-items:center;flex-direction:row}.active_pool .abs_right select{margin-left:15px}.available_graph_wrap{padding-top:20px!important;padding-bottom:20px!important}.available_graph_wrap .top_holds_head{font-size:14px;line-height:26px;color:var(--dark-text)}.available_graph_wrap .title{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-start;color:var(--dark-text);font-size:20px;line-height:28px}.available_graph_wrap .title .prof_pic{width:32px;height:32px;border-radius:50%;background-color:var(--dark-text-x1);margin-right:10px}.available_graph_wrap .owner{font-size:16px;line-height:26px;width:100%;color:var(--dark-text-x1);padding-left:43px}@media only screen and (max-width:992px){html body .available_graph_wrap{padding:0!important}}.create_pool{padding-bottom:40px!important}.create_pool .acknwo_wrap{margin-top:40px;width:100%;counter-reset:ack-counter}.create_pool .acknwo_wrap .ackn_item{padding-left:50px;position:relative;padding-bottom:30px}.create_pool .acknwo_wrap .ackn_item.active:before{background-color:#5a84fc;color:#fff}.create_pool .acknwo_wrap .ackn_item.active .details{max-height:350px}.create_pool .acknwo_wrap .ackn_item.passed:before{content:"✓";background-color:#5a84fc;color:#fff}.create_pool .acknwo_wrap .ackn_item:last-child:after{display:none}.create_pool .acknwo_wrap .ackn_item:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;counter-increment:ack-counter;content:counter(ack-counter);width:30px;height:30px;border-radius:50%;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:row;line-height:1;background-color:#fff;color:#000}.create_pool .acknwo_wrap .ackn_item:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;height:calc(100% - 45px);width:2px;background-color:#fff;left:15px;top:35px}.create_pool .acknwo_wrap .ackn_item .title{font-size:16px;line-height:17px;color:var(--dark-text-x1);padding-top:5px}.create_pool .acknwo_wrap .ackn_item .details{max-height:0;overflow:hidden;transition:max-height .5s}.create_pool .acknwo_wrap .ackn_item .details .buttons_wrap button{margin-right:15px}.create_pool .button_tab_wrap{margin-top:40px}.create_pool .button_tab_wrap button{border-radius:0;padding-left:30px;padding-right:30px}.create_pool .button_tab_wrap button:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.create_pool .button_tab_wrap button:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.create_pool .button_tab_wrap button:hover:active{transform:none}.create_pool .processing_box{width:100%;overflow:hidden}.create_pool .processing_box img{width:100%;margin-top:-12%}.create_pool .processing_box .head{font-size:20px}@media only screen and (max-width:992px){html body .create_pool{padding-bottom:30px!important}html body .create_pool .buttons_wrap{display:flex;justify-content:center;align-items:center;flex-direction:row}html body .create_pool .buttons_wrap button{flex:1 1}html body .create_pool .button_tab_wrap{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row}html body .create_pool .processing_box .head{font-size:19px}}.fund_overview article{padding:20px 0}.fund_overview article .bnb{font-weight:600;font-size:20px}.fund_overview article .legend_wrap{font-size:16px;line-height:26px;color:var(--blue-text);display:flex;justify-content:center;align-items:center;flex-direction:row;color:var(--dark-text);transition:color .4s}.fund_overview article .legend_wrap .item{margin-left:20px;display:flex;justify-content:center;align-items:center;flex-direction:row}.fund_overview article .legend_wrap .item.passive .color_box{background-color:#5a84fc}.fund_overview article .legend_wrap .item .color_box{width:16px;height:16px;border-radius:4px;background-color:#8d53d9;margin-right:8px}.fund_overview article p{margin:5px 0 0;font-size:12px!important}@media only screen and (max-width:992px){.fund_overview .row_box .row .hex{width:33%}}.governance article{margin-bottom:25px!important;width:100%;float:left}.governance .vote_info .head{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-start}.governance .vote_info .head svg{margin-right:5px}.governance .vote_info .head svg path{fill:var(--purple)}.governance .vote_info p{max-width:50%}.governance .contracts_wrap{width:100%}.governance .contracts_wrap .contracts_head_wrap{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-around;padding:15px 0;border-bottom:1px solid var(--border-color);color:var(--dark-text);font-weight:600}.governance .contracts_wrap .contracts_head_wrap .head_item{flex:1 1;text-align:center}.governance .contracts_wrap .contracts_head_wrap .head_item.input_content{min-width:20%;text-align:left}.governance .contracts_wrap .contacts_body_wrap{width:100%}.governance .contract_item{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-around;padding:4px 0;border-bottom:1px solid var(--border-color)}.governance .contract_item:last-child{border-bottom:0}.governance .contract_item .contract_data_item{flex:1 1;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:row}.governance .contract_item .contract_data_item svg{margin-right:15px}.governance .contract_item .contract_data_item.input_content{min-width:20%}.governance .contract_item .contract_data_item.input_content input{width:100%}@media only screen and (max-width:992px){.governance .main_head{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-between;width:100%;margin-bottom:5px}.governance .vote_info p{max-width:100%}.governance .contracts_wrap .contracts_head_wrap{display:none}.governance .contract_item{flex-wrap:wrap;float:left;width:100%;background-color:var(--base-white);border-radius:8px;margin:15px 0;padding:15px;border:1px solid var(--border-color-dark-only);transition:background .4s,color .5s}.governance .contract_item .contract_data_item{min-width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-between;margin-bottom:10px}.governance .contract_item .contract_data_item.input_content{flex-direction:column;justify-content:flex-start;text-align:left}.governance .contract_item .contract_data_item.input_content .label{width:100%;margin-bottom:10px}}.index_funds{position:relative}.index_funds h1{margin-bottom:20px!important}.index_funds .abs_right{display:flex;justify-content:center;align-items:center;flex-direction:row}.index_funds .abs_right select,.pool_index_wap .button_wrap button{margin-left:15px}.pool_index_wap .profile_card{display:flex;justify-content:center;align-items:center;flex-direction:row}.pool_index_wap .profile_card .prof_image{width:48px;height:48px;border-radius:50%;background-color:var(--dark-text-x1);float:left}.pool_index_wap .profile_card .details{float:left;display:flex;justify-content:center;align-items:center;flex-direction:column;align-items:flex-start;padding-left:10px}.pool_index_wap .profile_card .details .name{font-size:18px;line-height:18px;color:var(--dark-text)}.pool_index_wap .profile_card .details .creator{font-size:16px;color:var(--dark-text-x1);line-height:26px}.pool_index_wap .pool_warning_box p{margin:0;display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-start}.pool_index_wap .pool_warning_box p svg{margin-right:10px}.pool_index_wap .pool_warning_box p svg path{fill:var(--purple)}.pool_index_wap .available_credits{margin-bottom:0!important;margin-top:10px!important}.pool_index_wap .index_tokens_wrap{float:left;width:100%}.pool_pop_up{width:100%!important;max-width:500px;overflow:auto;height:auto!important;max-height:65vh!important}.pool_pop_up hr{border-top:1px solid var(--border-color)}.pool_pop_up .form_wrap{margin-top:5px;float:left}.pool_pop_up p{float:left;width:100%}.pool_pop_up button{margin-top:20px}.pool_pop_up .section_brake{margin:20px 0 0}.edit_pop_up{width:550px!important}.edit_pop_up .form_wrap{margin-top:0}.edit_pop_up .edit_header{font-size:16px;color:var(--lite-text);display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-start;margin-bottom:15px}.edit_pop_up .edit_header .image{width:35px;height:35px;border-radius:50%;background-color:var(--lite-text);margin-right:10px}.edit_pop_up .edit_header svg{margin-right:10px}@media only screen and (max-width:992px){.pool_index_wap .profile_card{width:100%;justify-content:flex-start}.pool_index_wap .button_wrap{width:100%;margin-top:15px}.pool_index_wap .button_wrap button{flex:1 1;justify-content:space-between;margin:0 5px 10px!important;width:calc(50% - 10px)}.pool_index_wap .head{margin-bottom:5px!important}.pool_index_wap .row_box.passive_wrap .row .hex{width:38%}.pool_index_wap .row_box.active_wrap .row .hex{width:auto}}.pop-up-wrap{position:fixed;left:0;top:0;height:100vh;min-width:350px;z-index:9999;padding:10px;overflow-y:auto;transition:opacity .3s;opacity:0;display:flex;justify-content:center;align-items:center;flex-direction:row;pointer-events:none;overflow:hidden;box-sizing:border-box;background:rgba(0,0,0,.753);width:100vw}.pop-up-wrap.active{opacity:1;pointer-events:auto}.pop-up-wrap .pop-up-box{width:466px;background:var(--input-bg-color);height:350px;padding:30px;border-radius:16px;transition:transform .6s;transform:scale(0);box-shadow:0 15px 50px 0 rgba(0,0,0,.3)}.pop-up-wrap .pop-up-box.responsive{height:auto}.pop-up-wrap .pop-up-box.active{transform:scale(1)}.pop-up-wrap .pop-up-box .header-wrap{width:100%;position:absolute;left:0;top:0;padding:15px}.pop-up-wrap .pop-up-box .header-wrap .close-button{cursor:pointer;float:right;font-size:18px}.pop-up-wrap .pop-up-box .body-wrap,.pop-up-wrap .pop-up-box .body-wrap-small{display:flex;height:calc(100% - 100px);width:100%;flex-direction:column}.pop-up-wrap .pop-up-box .body-wrap-small{margin-bottom:20px}.nyan_otc_swap .paper_box .form_wrap{margin-top:10px}.swap p{color:var(--lite-text)!important}.swap .my_bnb_wrap.is_loading .form_wrap{pointer-events:none}.swap .my_bnb_wrap .form_wrap{display:flex;justify-content:center;align-items:center;flex-direction:row;width:100%;margin-top:20px;justify-content:space-between;transition:-webkit-filter .4s;transition:filter .4s;transition:filter .4s,-webkit-filter .4s}.swap .my_bnb_wrap .form_wrap .form_item_wrap{width:calc(33.33% - 20px)}.swap .my_bnb_wrap .form_wrap .form_item_wrap label{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-between}.swap .my_bnb_wrap .form_wrap .form_item_wrap label .logo_wrap{float:right;display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-end;font-size:14px}.swap .my_bnb_wrap .form_wrap .form_item_wrap label .logo_wrap img{width:25px;height:25px;object-fit:contain;margin-left:5px}.swap .pool_investments{margin-top:15px;float:left;width:100%}.swap .investments_wrap_table{width:100%;text-align:center}.swap .investments_wrap_table .headers_wrap{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-around;padding:15px 0;border-bottom:1px solid var(--border-color);font-weight:700}.swap .investments_wrap_table .headers_wrap .head_item{flex:1 1}.swap .investments_wrap_table .body_wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.swap .investments_wrap_table .body_wrap .investment_item{padding:4px 0;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-around;border-bottom:1px solid var(--border-color)}.swap .investments_wrap_table .body_wrap .investment_item .data_item{flex:1 1}.swap .investments_wrap_table .body_wrap .investment_item:last-child{border-bottom:0}.swap .investments_wrap_table .input_cell{display:flex;justify-content:center;align-items:center;flex-direction:row;min-width:300px;padding-right:5px}.swap .investments_wrap_table .input_cell input{width:100%;min-width:auto;margin-right:5px}@media only screen and (max-width:992px){.swap .my_bnb_wrap .form_wrap{flex-direction:column;margin-bottom:10px}.swap .my_bnb_wrap .form_wrap .form_item_wrap{width:100%;margin-bottom:15px}.swap .pool_investments{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-between}.swap .pool_investments input{width:50%}.swap .investments_paper_box{background-color:transparent!important}.swap .investments_wrap_table .headers_wrap{display:none}.swap .investments_wrap_table .body_wrap .investment_item{padding:15px;background-color:var(--base-white);flex-direction:column;border-radius:8px;margin-bottom:15px}.swap .investments_wrap_table .body_wrap .investment_item .data_item{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-between;margin-bottom:10px}.swap .investments_wrap_table .body_wrap .investment_item .data_item .label{font-weight:700}.swap .investments_wrap_table .body_wrap .investment_item .data_item button{margin-right:0}.swap .input_cell{padding:0!important;margin-top:5px;margin-bottom:0!important}}header{background-color:#2e2e48;height:100vh;width:80px;display:flex;justify-content:center;align-items:center;flex-direction:column;justify-content:flex-start;padding-top:15px;position:fixed;left:0;top:0;z-index:99999;transition:width .2s;overflow:hidden}header .burger{display:none}header .nyan_logo{transform:scale(3.2) translate(19px);transition:transform .1s;height:53px;padding:0 15px}header .nyan_logo .text_character{transition:opacity .6s;opacity:0}header.expanded{width:300px}header.expanded .nyan_logo{transform:scale(1) translate(0)}header.expanded .nyan_logo .text_character{opacity:1}header.expanded .only_onExpanded{width:auto!important;opacity:1!important}header.expanded .only_onExpanded.head{width:100%!important;max-height:auto}header.expanded .header_items{width:100%;height:100%;overflow-x:hidden;padding-bottom:30px;overflow-y:auto}header.expanded .header_items::-webkit-scrollbar{width:5px}header.expanded .header_items::-webkit-scrollbar-track{background:#2e2e48}header.expanded .header_items::-webkit-scrollbar-thumb{background:rgba(90,132,252,.8);border-radius:2px}header.expanded .header_items::-webkit-scrollbar-thumb:hover{background:#5a84fc}header.expanded .header_items .nav_links_set_wrap .nav_link{padding-left:35px}header.expanded .header_items .special_link{background-color:#353553;padding:10px;width:calc(100% - 65px);transition:background .4s}header.expanded .header_items .special_link:hover{background-color:rgba(53,53,83,.6588235294117647)}header.expanded .header_items .special_link svg{margin-right:15px}header .header_items{width:100%;padding:0 15px}header .header_items .only_onExpanded{overflow:hidden;width:0;opacity:0;transition:width .4s,opacity .4s}header .header_items .connection{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:40px 20px}header .header_items .connection input{background-color:#2b2b42;border:1px solid #383850;padding:10px;margin-bottom:10px;color:#fff}header .header_items .connection>*{width:100%}header .header_items .nav_links_set_wrap{width:calc(100% + 30px);margin-left:-15px;margin-bottom:20px;display:flex;justify-content:center;align-items:center;flex-direction:column}header .header_items .nav_links_set_wrap .head{text-align:left;width:100%;color:#8690ac;margin-bottom:15px;padding-left:35px;font-size:12px;max-height:20px}header .header_items .nav_links_set_wrap .nav_link{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-start;text-decoration:none!important;color:#8690ac;padding:10px 10px 10px 30px;margin-bottom:5px;border-radius:8px;position:relative;font-size:16px;transition:color .5s;overflow:hidden;max-height:40px}header .header_items .nav_links_set_wrap .nav_link:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;transition:width .5s;background-color:#5a84fc;width:0}header .header_items .nav_links_set_wrap .nav_link:hover{color:hsla(0,0%,100%,.87)}header .header_items .nav_links_set_wrap .nav_link.active{background:linear-gradient(90deg,#353553,rgba(53,53,83,0));color:#fff}header .header_items .nav_links_set_wrap .nav_link.active:before{width:7px}header .header_items .nav_links_set_wrap .nav_link.active svg path{fill:#fff}header .header_items .nav_links_set_wrap .nav_link svg{margin-right:15px;width:20px;height:20px}header .header_items .nav_links_set_wrap .nav_link svg path{fill:#8690ac}header .header_items .nav_links_set_wrap .special_link{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-start;margin-bottom:10px;border-radius:8px;cursor:pointer;max-height:40px}header .header_items .nav_links_set_wrap .special_link svg{width:20px;height:20px}header .header_items .nav_links_set_wrap .special_link svg path{fill:#8690ac}header .header_items .nav_links_set_wrap .special_link .text_wrap.only_onExpanded{float:left}header .header_items .nav_links_set_wrap .special_link .text_wrap.only_onExpanded .main{font-size:14px;color:#5a84fc;line-height:1}header .header_items .nav_links_set_wrap .special_link .text_wrap.only_onExpanded .descr{color:#8690ac;font-size:12px}header .header_items .theme_shift{color:#8690ac;padding-left:20px}header .header_items .theme_shift .switch{margin-right:5px;background:#2e2e48;border:1px solid #393955}header .header_items .theme_shift label{font-size:16px}@media only screen and (max-width:992px){header{height:60px;position:fixed;justify-content:space-between;flex-direction:row;padding:15px}header,header.expanded{width:100%}header .burger{display:block;animation:burgerAnime .4s 1}header .nyan_logo{transform:scale(1) translate(0);width:auto;float:left;padding:0;height:45px}header .nyan_logo .text_character{opacity:1}header .header_items{left:0;width:100%;position:fixed;top:59px;background:#2e2e48;max-height:0;padding:0!important;transition:all .4s;height:calc(100% - 59px)!important;overflow:hidden}header .header_items.expanded{max-height:100%;padding-bottom:30px!important}header .header_items.expanded .only_onExpanded{width:auto!important;opacity:1!important}header .header_items.expanded .only_onExpanded.head{width:100%!important;max-height:auto}header .header_items .nav_links_set_wrap .head{text-align:center;width:100%;padding-left:0!important}header .header_items .nav_links_set_wrap .nav_link,header .header_items .theme_shift{justify-content:center;padding-left:0!important}header .header_items .theme_shift{display:flex;align-items:center;flex-direction:row}}
/*# sourceMappingURL=main.4b4830da.chunk.css.map */