@keyframes loading{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}.Progressbar{background-color:#d9ddf5;position:fixed;height:.4rem;display:block;width:100%;overflow:hidden;top:0;left:0;z-index:999;visibility:hidden}.Progressbar--active{visibility:visible}.Progressbar__bar{position:relative;background-color:#98a3ff}.Progressbar__bar:before{height:.4rem}.Progressbar__bar:after,.Progressbar__bar:before{content:"";position:absolute;width:40%;left:0;top:0;background-color:inherit;animation:loading 1.5s ease-in-out infinite}.Progressbar__bar:after{height:.2rem}.Network{display:inline-block;position:relative;text-align:left;font-size:12px;font-size:1.2rem;font-weight:700;font-family:Roboto;line-height:1;width:18.8rem;height:3.8rem;padding:1.2rem 0 1.2rem 4.1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:10rem;background:left 2.2rem center/.9rem no-repeat url(/icons/icon-network-white.svg);color:#fff}.Network--dark{color:#313557;border:1px solid rgba(49,53,87,.1);border-radius:10rem;background:left 2.2rem center/.9rem no-repeat url(/icons/icon-network.svg)}.Network--fail{color:#fff;background:left 2.2rem center/1.2rem no-repeat url(/icons/icon-network-error.svg);background-color:#f86969;border-color:#f86969}.DropdownMenu-root{display:inline-block;position:relative;float:right;border:1px solid hsla(0,0%,100%,.1);border-radius:10rem;background:left 2.2rem center/.9rem no-repeat url(/icons/icon-network-white.svg);transition:border-color .1s ease-in}.DropdownMenu-root.is-open,.DropdownMenu-root:hover{border-color:#fff}.DropdownMenu-root:hover .DropdownMenu-arrow{border-color:#fff transparent transparent}.DropdownMenu-root.is-open .DropdownMenu-arrow{border-color:transparent transparent #fff}.DropdownMenu-root--light{color:#313557;border:1px solid rgba(49,53,87,.1);border-radius:10rem;background:left 2.2rem center/.9rem no-repeat url(/icons/icon-network.svg)}.DropdownMenu-root--light.is-open,.DropdownMenu-root--light:hover{border-color:#4e527d}.DropdownMenu-root--light .DropdownMenu-arrow,.DropdownMenu-root--light:hover .DropdownMenu-arrow{border-color:#313557 transparent transparent}.DropdownMenu-root--light.is-open .DropdownMenu-arrow{border-color:transparent transparent #313557}.DropdownMenu-root--fail{color:#fff;border-radius:10rem;background:left 2.2rem center/1.2rem no-repeat url(/icons/icon-network-error.svg);background-color:#f86969;border-color:#f86969}.DropdownMenu-control{position:relative;overflow:hidden;text-align:left;font-size:12px;font-size:1.2rem;font-weight:700;font-family:Roboto;line-height:1.5rem;width:16.8rem;height:3.8rem;padding:1.2rem 0 1.2rem 4.1rem;color:#fff;cursor:default;outline:none;transition:all .2s ease}@media screen and (min-width:414px) and (max-width:768px){.DropdownMenu-control{width:16.2rem}}.DropdownMenu-control--light{color:#313557}.DropdownMenu-control--fail{color:#fff;border-radius:10rem;background:left 2.2rem center/1.2rem no-repeat url(/icons/icon-network-error.svg);background-color:#f86969;border-color:#f86969}.DropdownMenu-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.DropdownMenu-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;margin-top:-ceil(2.5);position:absolute;right:16px;top:16px;width:0}.DropdownMenu-arrow--light{border-color:#313557 transparent transparent}.is-open .DropdownMenu-arrow{border-color:transparent transparent #999;border-width:0 5px 5px}.is-open .DropdownMenu-arrow--light{border-color:transparent transparent #313557}.DropdownMenu-menu{border-radius:5px;font-size:12px;font-size:1.2rem;font-weight:400;font-family:Roboto;box-sizing:border-box;margin-top:-41px;width:190px;margin-left:-1px;max-height:200px;overflow-y:auto;position:absolute;top:100%;z-index:1000;-webkit-overflow-scrolling:touch;background-color:#313557;color:#fff;box-shadow:0 4px 10px 0 rgba(0,0,0,.35)}.DropdownMenu-menu--light{color:#292d4a;background-color:#f8f9fb;box-shadow:0 3px 5px 0 rgba(0,0,0,.08)}.DropdownMenu-menu .DropdownMenu-group>.DropdownMenu-title{padding:8px 10px;color:#fff;text-transform:capitalize}.DropdownMenu-menu .DropdownMenu-group>.DropdownMenu-title--light{color:#292d4a}.DropdownMenu-option{box-sizing:border-box;position:relative;height:47px;line-height:47px;cursor:pointer;display:block;padding:0 0 0 41px;transition:background-color .1s ease-in,color .1s ease-in}.DropdownMenu-option:active:hover{background:#1b2038}.DropdownMenu-option:after{content:"";display:inline-block;background-image:url(/icons/icon-link-off.svg);background-repeat:no-repeat;width:10px;height:10px;margin-left:10px;vertical-align:middle}.DropdownMenu-option.is-selected:after{display:none}.DropdownMenu-option:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.DropdownMenu-option:hover{background-color:#3d4060;color:#b5b7c9}.DropdownMenu-option--light:hover{background-color:#e1e1e7;color:#292d4a}.DropdownMenu-option.is-selected{color:#6ad1ba;font-size:12px;font-size:1.2rem;font-weight:400;font-family:RobotoMedium}.DropdownMenu-option.is-selected:before{content:"";position:absolute;top:50%;left:24px;display:inline-block;width:6px;height:6px;margin-top:-4px;border-radius:50%;background-color:#6ad1ba}.DropdownMenu-noresults{box-sizing:border-box;color:#ccc;cursor:default;display:block;padding:8px 10px}.Button{border:1px solid #000;border-radius:3px;cursor:pointer;padding:1.5rem 2.6rem;outline:none;font-size:10px;font-size:1rem}.Button--disabled{cursor:not-allowed;pointer-events:none}.Dropdown--hoverable:hover .Dropdown__hoverableMenu{display:block}.Dropdown__button{position:relative}.Dropdown__button:before{content:"";position:absolute;right:2rem;top:50%;transform:translateY(-50%);border-top:.4rem solid #000;border-right:.4rem solid transparent;border-left:.4rem solid transparent}.Dropdown__button--active:before{border-top:none!important;border-bottom:.4rem solid #000}.Dropdown__hoverableMenu{display:none}.SidebarLink__linkName{display:inline-block;vertical-align:top}.SidebarLink,.SidebarNav__dropDown{border:none}.SidebarLink:hover,.SidebarNav__dropDown:hover{color:#fff}.SidebarLink,.SidebarNav__dropDownButton{font-weight:400}.SidebarLink,.SidebarLink__optionalText,.SidebarNav__dropDownButton{color:#73768d;position:relative;font-size:16px;font-size:1.6rem;font-family:RobotoMedium}.SidebarLink__optionalText{margin-top:1.8rem;padding-left:1.8rem}.SidebarLink{background:4.6rem 2.5rem/3rem 3rem no-repeat;transition:background-color .1s ease-in,background-image .1s ease-in,color .1s ease-in}.SidebarLink:before{content:"";position:absolute;width:4px;height:4px;border-radius:50%;left:26px;top:40px;background-color:hsla(0,0%,100%,.2);transition:background-color .1s ease-in}@media screen and (max-width:0px){.SidebarLink:before{top:2.8rem}}.SidebarLink:hover:before{background-color:#fff}.SidebarLink--active,.SidebarLink:hover{color:#fff;background-color:rgba(0,0,0,.22)}.SidebarLink--active:before,.SidebarLink:hover:before{background-color:#fff}.SidebarLink:not(.SidebarLink--active):hover{background-color:rgba(0,0,0,.14)}.SidebarLink__transactions{background-image:url(/icons/icon-menu-transactions-off.svg)}.SidebarLink__transactions--active,.SidebarLink__transactions:hover{background-image:url(/icons/icon-menu-transactions-on.svg)}.SidebarLink__blocks{background-image:url(/icons/icon-menu-blocks-off.svg)}.SidebarLink__blocks--active,.SidebarLink__blocks:hover{background-image:url(/icons/icon-menu-blocks-on.svg)}.SidebarLink__tokens{background-image:url(/icons/icon-menu-tokens-off.svg)}.SidebarLink__tokens--active,.SidebarLink__tokens:hover{background-image:url(/icons/icon-menu-tokens-on.svg)}.SidebarLink__pricechart{background-image:url(/icons/icon-menu-token-price-off.svg)}.SidebarLink__pricechart--active,.SidebarLink__pricechart:hover{background-image:url(/icons/icon-menu-token-price-on.svg)}.SidebarLink__nft{background-image:url(/icons/icon-menu-nft-off.svg)}.SidebarLink__nft--active,.SidebarLink__nft:hover{background-image:url(/icons/icon-menu-nft-on.svg)}.SidebarLink__gcinfo{background-image:url(/icons/icon-menu-gc-off.svg)}.SidebarLink__gcinfo--active,.SidebarLink__gcinfo:hover{background-image:url(/icons/icon-menu-gc-on.svg)}.SidebarLink__bridge{background-image:url(/icons/icon-menu-bridge-off.svg)}.SidebarLink__bridge--active,.SidebarLink__bridge:hover{background-image:url(/icons/icon-menu-bridge-on.svg)}.SidebarLink__contract{background-image:url(/icons/icon-menu-contract-off.svg)}.SidebarLink__contract--active,.SidebarLink__contract:hover{background-image:url(/icons/icon-menu-contract-on.svg)}@media screen and (max-width:0px){.SidebarLink__blocks,.SidebarLink__blocks:hover,.SidebarLink__transactions,.SidebarLink__transactions:hover{background-image:none}}.SidebarLink__linkName{padding-left:9.5rem;letter-spacing:.3px;font-size:16px;font-size:1.6rem;font-weight:400;font-family:RobotoMedium}@media screen and (max-width:0px){.SidebarLink__linkName{padding-left:5rem}}.SidebarLink__anchor{padding:3rem 0;display:block;width:100%;height:100%}@media screen and (max-width:0px){.SidebarLink__anchor{padding:2.2rem 0}}.SidebarLink__optionalText{font-size:13px;font-size:1.3rem;font-weight:400;font-family:Roboto;max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SidebarLink__optionalText:before{content:"";position:absolute;width:.7rem;height:.7rem;color:#73768d;border-left:1px solid;border-bottom:1px solid;left:0;top:0}.SidebarLink__optionalText--blocks{color:#f5c132}.SidebarLink__optionalText--transactions{color:#64c3b0}.linkIcon{width:15px;height:15px;display:inline-block;vertical-align:middle;margin-left:7px;padding:0 0 2px}.SidebarNav__dropDown{border:none}.SidebarNav__dropDown:hover{color:#fff}.SidebarNav__dropDownButton{color:#73768d;font-size:16px;font-size:1.6rem;font-weight:400;font-family:RobotoMedium}.SidebarNav{height:calc(100% - 30rem)}.SidebarNav__dropDown{position:relative;transition:background-color .3s ease-in}.SidebarNav__dropDown:before{content:"";position:absolute;left:26px;top:37px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid hsla(0,0%,100%,.2);transition:border-color .1s ease-in,transform .15s ease-in}@media screen and (max-width:0px){.SidebarNav__dropDown{padding:2.2rem 0}.SidebarNav__dropDown:before{top:2.5rem}}.SidebarNav__dropDown:not(.SidebarNav__dropDown--active):hover{background-color:rgba(0,0,0,.14)}.SidebarNav__dropDown:not(.SidebarNav__dropDown--active):hover:before{border-left-color:#fff}.SidebarNav__dropDown:not(.SidebarNav__dropDown--active):hover .SidebarNav__dropDownButton--More{background-image:url(/icons/icon-menu-more-on.svg);transition:background-image .1s ease-in,color .1s ease-in}.SidebarNav__dropDown:not(.SidebarNav__dropDown--active):hover .SidebarNav__dropDownButton--Contract{background-image:url(/icons/icon-menu-contract-on.svg);transition:background-image .1s ease-in,color .1s ease-in}@media screen and (max-width:0px){.SidebarNav__dropDown:not(.SidebarNav__dropDown--active):hover .SidebarNav__dropDownButton--Contract,.SidebarNav__dropDown:not(.SidebarNav__dropDown--active):hover .SidebarNav__dropDownButton--More{background-image:none}}.SidebarNav__dropDown--active:before{transform:rotate(90deg);border-left-color:#fff}.SidebarNav__dropDown--active .SidebarNav__dropDownButton--More{color:#fff;background-image:url(/icons/icon-menu-more-on.svg)}.SidebarNav__dropDown--active .SidebarNav__dropDownButton--Contract{color:#fff;background-image:url(/icons/icon-menu-contract-on.svg)}@media screen and (max-width:0px){.SidebarNav__dropDown--active .SidebarNav__dropDownButton--Contract,.SidebarNav__dropDown--active .SidebarNav__dropDownButton--More{background-image:none}}.SidebarNav__dropDownMenu{padding-left:6rem}.SidebarNav__dropDownMenu li{margin-top:1.8rem}.SidebarNav__dropDownMenu li:first-child{margin-top:-1rem}@media screen and (max-width:0px){.SidebarNav__dropDownMenu{padding-left:5rem}.SidebarNav__dropDownMenu li:first-child{margin-top:1.8rem}}.SidebarNav__dropDownButton{display:block;width:100%;position:relative;border:none;text-align:left;padding:3.2rem 0 3.2rem 9.4rem;background:center left 4.6rem/3rem 3rem no-repeat;transition:color .1s ease-in;letter-spacing:.3px}@media screen and (max-width:0px){.SidebarNav__dropDownButton{padding:unset;padding-left:5rem}}.SidebarNav__dropDownButton:before{content:none}.SidebarNav__dropDownButton:hover{color:#fff}.SidebarNav__dropDownButton--More{background-image:url(/icons/icon-menu-more-off.svg)}.SidebarNav__dropDownButton--Contract{background-image:url(/icons/icon-menu-contract-off.svg)}@media screen and (max-width:0px){.SidebarNav__dropDownButton--Contract,.SidebarNav__dropDownButton--More{background-image:none}}.SidebarNav__dropDownLink{display:inline-block;height:100%;color:#98a3ff;position:relative;padding-left:1.8rem;font-size:13px;font-size:1.3rem;font-weight:400;font-family:Roboto}.SidebarNav__dropDownLink:hover{text-decoration:underline}.SidebarNav__dropDownLink:hover:after{background-image:url(/icons/icon-link-on.svg)}.SidebarNav__dropDownLink:before{content:"";position:absolute;border-left:1px solid #73768d;border-bottom:1px solid #73768d;width:.8rem;height:.8rem;left:0}.SidebarNav__dropDownLink:after{content:"";position:absolute;background-image:url(/icons/icon-link-off.svg);background-repeat:no-repeat;width:1rem;height:1rem;right:-2rem;top:50%;transform:translateY(-50%)}.SidebarNav__dropDownLink--deactivate{color:#73768d;line-height:1.4}.SidebarNav__dropDownLink--deactivate:hover{text-decoration:none}.SidebarNav__dropDownLink--deactivate:after{display:none}.SidebarNav__dropDownLink--upcoming{cursor:not-allowed;position:relative}.SidebarNav__dropDownLink .upcoming__text{display:block;margin-top:3px;font-size:11px}.SidebarNav__dropDownLink.history:after{background:none}.Tooltip{position:relative;display:inline-block;text-align:center;cursor:default}.Tooltip:focus .Tooltip__tooltip,.Tooltip:hover .Tooltip__tooltip{visibility:visible}.Tooltip__tooltip{visibility:hidden;position:absolute;width:auto;padding:1.5rem 1.1rem;color:#fff;border-radius:4px;box-shadow:0 4px 8px 0 rgba(0,0,0,.25);z-index:10;white-space:nowrap;line-height:1;font-size:11px;font-size:1.1rem;font-weight:400}.Tooltip__tooltip,.Tooltip__tooltip--main{background-color:rgba(21,21,21,.9);font-family:Roboto}.Tooltip__tooltip--main{margin-left:.4rem;font-size:10px;font-size:1rem;font-weight:700;margin-top:.5rem;line-height:1.4;text-align:left}.Tooltip__tooltip,.Tooltip__tooltip--top{left:50%;top:-11px;transform:translate(-50%,-100%)}.Tooltip__tooltip--bottom{left:50%;bottom:-11px;transform:translate(-50%,100%)}.Tooltip__tooltip--bottom-left{left:0;bottom:-11px;float:left;transform:translateY(100%)}.Tooltip__tooltip--left{left:-11px;top:50%;transform:translate(-100%,-50%)}.Tooltip__tooltip--right{left:unset;right:-11px;top:50%;transform:translate(100%,-50%)}.Tooltip__tooltip--top:after,.Tooltip__tooltip:after{content:"";display:inline-block;position:absolute;width:0;height:0;bottom:0;left:50%;transform:translate(-50%,100%);border:6px solid transparent;border-top-color:rgba(21,21,21,.9);border-bottom:none}.Tooltip__tooltip--main:after{border-top:6px solid #1b2038}.Tooltip__tooltip--bottom:after{left:50%}.Tooltip__tooltip--bottom-left:after,.Tooltip__tooltip--bottom:after{top:-11px;bottom:unset;transform:translate(-50%,100%);border:6px solid transparent;border-top:none;border-bottom:6px solid rgba(21,21,21,.9)}.Tooltip__tooltip--bottom-left:after{left:15px}.Tooltip__tooltip--left:after{top:50%;bottom:unset;left:unset;right:0;transform:translate(100%,-50%);border:6px solid transparent;border-right:none;border-left:6px solid rgba(21,21,21,.9)}.Tooltip__tooltip--right:after{top:50%;bottom:unset;left:0;right:unset;transform:translate(-100%,-50%);border:6px solid transparent;border-right-color:rgba(21,21,21,.9);border-left:none}.SidebarFooter__link{display:inline-block;vertical-align:top}.SidebarFooter{width:16.8rem;position:absolute;bottom:4rem;left:50%;transform:translateX(-50%)}@media screen and (max-width:0px){.SidebarFooter{bottom:2rem;width:18.6rem}}.SidebarFooter__copyright{color:rgba(202,203,216,.5);text-align:left;line-height:1.7rem;margin-bottom:1.6rem;font-size:12px;font-size:1.2rem;font-weight:400;font-family:Roboto}@media screen and (max-width:0px){.SidebarFooter__copyright{margin-bottom:0}}.SidebarFooter__copyrightLink{display:block;margin-bottom:1.2rem;width:59px;height:18px;font-size:0;color:transparent;vertical-align:middle;background:50%/contain no-repeat url(/images/logo-footer-klaytn-on.svg);opacity:.5;transition:opacity .15s ease-in}.SidebarFooter__copyrightLink:hover{opacity:1}@media screen and (max-width:0px){.SidebarFooter__externalLinks{margin-bottom:1.4rem}}.SidebarFooter__link{width:50px;height:50px;background-color:rgba(196,196,232,.05);border-radius:4px;margin-right:6px;margin-bottom:6px;transition:background-color .1s ease-in}.SidebarFooter__link:last-child,.SidebarFooter__link:nth-child(3){margin-right:0}.SidebarFooter__link:hover{background-color:rgba(196,196,232,.2)}@media screen and (max-width:0px){.SidebarFooter__link{width:4.2rem;height:4.2rem;margin-right:.6rem;border-radius:3px;background-color:rgba(196,196,232,.04)}.SidebarFooter__link:hover{background-color:rgba(196,196,232,.15)}}.SidebarFooter__anchor{color:transparent;display:block;width:100%;height:100%;padding:1.2rem;transition:background-image .1s ease-in}.SidebarFooter__anchor--klaytn{background:50% no-repeat url(/icons/sidebar-klaytn.svg)}.SidebarFooter__anchor--klaytn:hover{background:50% no-repeat url(/icons/sidebar-klaytn-on.svg)}.SidebarFooter__anchor--mail{background:50% no-repeat url(/icons/sidebar-mail.svg)}.SidebarFooter__anchor--mail:hover{background:50% no-repeat url(/icons/sidebar-mail-on.svg)}.SidebarFooter__anchor--twitter{background:50% no-repeat url(/icons/sidebar-twitter-x.svg)}.SidebarFooter__anchor--twitter:hover{background:50% no-repeat url(/icons/sidebar-twitter-x-on.svg)}.SidebarFooter__anchor--medium{background:50% no-repeat url(/icons/sidebar-medium.svg)}.SidebarFooter__anchor--medium:hover{background:50% no-repeat url(/icons/sidebar-medium-on.svg)}.SidebarFooter__anchor--scopeDocs{background:50% no-repeat url(/icons/sidebar-docs.svg)}.SidebarFooter__anchor--scopeDocs:hover{background:50% no-repeat url(/icons/sidebar-docs-on.svg)}.SidebarFooter__anchor--square{background:50% no-repeat url(/icons/sidebar-square.svg)}.SidebarFooter__anchor--square:hover{background:50% no-repeat url(/icons/sidebar-square-on.svg)}.Sidebar{position:fixed;top:0;left:0;width:24rem;height:100vh;background-color:#313557;overflow-y:auto;z-index:100}@media screen and (max-width:0px){.Sidebar{width:22.8rem;background-image:linear-gradient(199deg,#2d3255,#1c203c)}}@media screen and (max-width:414px){.Sidebar{height:100%}}.Sidebar__inner{position:relative;height:100%;min-height:120rem;padding:2.4rem 0 4rem}@media screen and (max-width:0px){.Sidebar__inner{min-height:65rem}}.Sidebar__logo{width:157px;height:24px;margin:0 auto 7rem}@media screen and (max-width:0px){.Sidebar__logo{width:31px;height:31px;margin:0 auto 2rem}}.Sidebar__network{margin-bottom:4rem}.Sidebar__version{color:rgba(202,203,216,.5);margin-left:38px;margin-top:80px}.SidebarButton .SidebarButton__inner,.SidebarButton .SidebarButton__inner:after,.SidebarButton .SidebarButton__inner:before{position:absolute;left:0;display:block;height:4px;border-radius:2px;background-color:#1b2038}.SidebarButton{position:relative;width:30px;height:30px;padding-top:22px;overflow:hidden;outline:none;cursor:pointer;z-index:2;margin-left:20px;margin-top:18px}.SidebarButton--hidden{visibility:hidden}.SidebarButton .SidebarButton__inner,.SidebarButton .SidebarButton__inner:after,.SidebarButton .SidebarButton__inner:before{transition:width .1s ease-out}.SidebarButton .SidebarButton__inner{width:22px;top:50%;margin-top:-2px}.SidebarButton .SidebarButton__inner:before{content:"";width:30px;top:-9px}.SidebarButton .SidebarButton__inner:after{content:"";width:14px;bottom:-9px}.SidebarButton:hover .SidebarButton__inner,.SidebarButton:hover .SidebarButton__inner:after,.SidebarButton:hover .SidebarButton__inner:before{width:30px}.SidebarButton--white .SidebarButton__inner,.SidebarButton--white .SidebarButton__inner:after,.SidebarButton--white .SidebarButton__inner:before{background-color:#fff}@media screen and (max-width:0px){.SidebarButton .SidebarButton__inner,.SidebarButton .SidebarButton__inner:after,.SidebarButton .SidebarButton__inner:before{background-color:#fff}}.Input{position:relative;height:100%}.Input__form{border:1px solid transparent;padding:1.2rem 4.5rem 1.2rem 2.2rem;outline:none;width:100%;height:100%;font-size:13px;font-size:1.3rem}.Input__form,.Input__form--dark{font-weight:400;font-family:Roboto}.Input__form--dark{background-color:rgba(23,35,131,.07);border-radius:10rem;padding:1.2rem 3.6rem 1.2rem 4.4rem;font-size:12px;font-size:1.2rem}.Input__form::-moz-placeholder{color:#60648a}.Input__form::placeholder{color:#60648a}.Input__clearButton{position:absolute;outline:none;right:5.5rem;opacity:.5;top:50%;transform:translateY(-50%);width:1.8rem;height:1.8rem;font-size:0;color:transparent;vertical-align:middle;background:50%/contain no-repeat url(/icons/icon-delete.svg);transition:opacity .1s ease-in-out}.Input__clearButton--dark{background:50%/1.2rem 1.2rem no-repeat url(/icons/icon-delete-03.svg);width:1.2rem;height:1.2rem;right:2.2rem}.Input__clearButton:hover{cursor:pointer;opacity:.7}.Input__clearButton:active{opacity:1}.Input__resetButton{position:absolute;top:50%;transform:translateY(-50%);right:4.9rem;width:6.3rem;height:2.8rem;background-color:#e3e6f0;border-radius:1.5px;cursor:pointer;outline:none;transition:.1s ease-in-out}.Input__resetButton span{padding-right:1.5rem;color:#4e527d;font-size:10px;background:url(/icons/icon-reset.svg) no-repeat 100% 50%;background-size:13px 12px}.Input__resetButton:hover{background-color:#4e527d}.Input__resetButton:hover span{color:#fff;background-image:url(/icons/icon-reset-hover.svg)}.SearchInput{position:relative;display:inline-block;max-width:46.7rem;width:100%}.SearchInput__search{margin:0 auto}.SearchInput__submitButton{position:absolute;right:0;top:0;border-top-right-radius:10rem;border-bottom-right-radius:10rem;padding:1.8rem;border:1px solid transparent;width:4.5rem;height:3.8rem;font-size:0;color:transparent;vertical-align:middle;background:50%/contain no-repeat url(/icons/icon-search-01.svg);background-size:1.6rem;transition:background-color .1s ease-in-out,background-image .1s ease-in-out}.SearchInput__submitButton--active{background-color:#4e527d;background-image:url(/icons/icon-top-search-wh.svg)}.SearchInput__submitButton--active:hover{background-color:#60648a}.SearchInput__submitButton--active:active{background-color:#42466a}@media screen and (max-width:0px){.SearchInput__submitButton{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem;width:4.5rem;height:4.1rem;font-size:0;color:transparent;vertical-align:middle;background:50%/contain no-repeat url(/icons/icon-top-search-wh.svg);background-size:1.6rem}.SearchInput__submitButton--active{background-color:#4e527d}}.SidebarTemplate:after,.SidebarTemplate__header:after{content:"";display:block;clear:both}.SidebarTemplate{height:100%}@media screen and (max-width:0px){.SidebarTemplate__sidebar{left:-24rem}.SidebarTemplate__sidebar--mobileActive{left:0;transition:left .3s ease-in-out;box-shadow:0 0 10px 0 rgba(49,53,87,.5)}}@media screen and (max-width:0px) and (max-width:0px){.SidebarTemplate__sidebar--mobileActive{box-shadow:3px 0 8px 0 rgba(41,45,74,.3)}}@media screen and (max-width:0px){.SidebarTemplate__sidebar--mobileDeactive{left:-24rem;transition:left .3s ease-in-out;box-shadow:none}}@media screen and (min-width:1px) and (max-width:768px){.SidebarTemplate__sidebar{left:-24rem}.SidebarTemplate__sidebar--mobileActive{left:0;transition:left .3s ease-in-out;box-shadow:0 0 10px 0 rgba(49,53,87,.5)}}@media screen and (min-width:1px) and (max-width:768px) and (max-width:0px){.SidebarTemplate__sidebar--mobileActive{box-shadow:3px 0 8px 0 rgba(41,45,74,.3)}}@media screen and (min-width:1px) and (max-width:768px){.SidebarTemplate__sidebar--mobileDeactive{left:-24rem;transition:left .3s ease-in-out;box-shadow:none}}@media screen and (min-width:769px) and (max-width:1024px){.SidebarTemplate__sidebar{left:-24rem}.SidebarTemplate__sidebar--mobileActive{left:0;transition:left .3s ease-in-out;box-shadow:0 0 10px 0 rgba(49,53,87,.5)}}@media screen and (min-width:769px) and (max-width:1024px) and (max-width:0px){.SidebarTemplate__sidebar--mobileActive{box-shadow:3px 0 8px 0 rgba(41,45,74,.3)}}@media screen and (min-width:769px) and (max-width:1024px){.SidebarTemplate__sidebar--mobileDeactive{left:-24rem;transition:left .3s ease-in-out;box-shadow:none}}.SidebarTemplate__main{position:relative;top:0;left:24rem;width:calc(100% - 24rem);height:100%;min-height:100vh;-webkit-overflow-scrolling:touch;padding:1.5rem 5.4rem 3rem;background-color:#f8f9fa;background-image:linear-gradient(180deg,#f8f9fa,#eaeef7)}@media screen and (max-width:0px){.SidebarTemplate__main{left:0;width:100%;padding:1.5rem 1rem;background-color:#2d3255;background-image:linear-gradient(231deg,#2d3255,#1c203c)}}@media screen and (min-width:1px) and (max-width:768px){.SidebarTemplate__main{left:0;min-width:768px;padding:1.5rem 2rem 4rem}}@media screen and (min-width:769px) and (max-width:1024px){.SidebarTemplate__main{left:0;min-width:1024px;padding:1.5rem 2rem 4rem}}@media screen and (min-width:1025px) and (max-width:1440px){.SidebarTemplate__main{min-width:120rem}}.SidebarTemplate__main--mainPage{background-image:url(/images/main-bg.png);background-repeat:no-repeat;background-size:cover;padding:1.5rem 5.4rem 0}@media screen and (min-width:1px) and (max-width:768px){.SidebarTemplate__main--mainPage{width:100%;min-width:76.8rem;padding:1.5rem 2rem 0}}@media screen and (min-width:769px) and (max-width:1024px){.SidebarTemplate__main--mainPage{width:100%;min-width:unset;padding:1.5rem 2rem 0}}@media screen and (max-width:0px){.SidebarTemplate__main--mainPage{background-color:#2d3255;background-image:linear-gradient(221deg,#3a3e65,#2d3050,#272a47 8%,#1a1e37 50%,#262946 91%,#2d3050)}}.SidebarTemplate__header{width:100%;max-width:1480px;margin:0 auto 7rem}@media screen and (max-width:0px){.SidebarTemplate__header{padding:0 1rem;margin:0 auto 5rem}}.SidebarTemplate__toggleSidebarButton{float:left;background-color:transparent;border-color:transparent}@media screen and (min-width:1025px) and (max-width:1440px){.SidebarTemplate__toggleSidebarButton{display:none}}@media screen and (min-width:1441px) and (max-width:1920px){.SidebarTemplate__toggleSidebarButton{display:none}}@media screen and (min-width:1921px){.SidebarTemplate__toggleSidebarButton{display:none}}.SidebarTemplate__searchInput{float:left;width:100%;max-width:51rem}@media screen and (min-width:1025px) and (max-width:1550px){.SidebarTemplate__searchInput{max-width:40.5rem}}@media screen and (min-width:769px) and (max-width:1024px){.SidebarTemplate__searchInput{max-width:25.3rem;margin-left:2rem}}@media screen and (max-width:768px){.SidebarTemplate__searchInput{max-width:20rem;margin-left:2rem}}.SidebarTemplate__searchInput:hover .SidebarTemplate__searchInputForm{border-color:#4e527d;transition:border-color .1s ease-in-out}.SidebarTemplate__searchInput--token .SidebarTemplate__searchInputForm{font-size:1.2rem;background:transparent;border:1px solid #e3e6f0;padding:0 4rem 0 2rem}.SidebarTemplate__searchInput--token .SidebarTemplate__searchInputForm::-moz-placeholder{color:#9699b2}.SidebarTemplate__searchInput--token .SidebarTemplate__searchInputForm::placeholder{color:#9699b2}.SidebarTemplate__searchInput--account .SidebarTemplate__searchInputForm{font-size:1.2rem;background:transparent;border:1px solid #e3e6f0;padding:0 4rem 0 2rem}.SidebarTemplate__searchInput--account .SidebarTemplate__searchInputForm::-moz-placeholder{color:#9699b2}.SidebarTemplate__searchInput--account .SidebarTemplate__searchInputForm::placeholder{color:#9699b2}@media screen and (min-width:769px) and (max-width:1024px){.SidebarTemplate__searchInput{margin-left:2rem}}.SidebarTemplate__searchInputForm{background-color:rgba(23,35,131,.07);border-radius:10rem;padding:0 4rem 0 2.2rem;height:3.8rem;line-height:3.8rem}@media screen and (min-width:414px) and (max-width:768px){.SidebarTemplate__searchInputForm{padding:0 4rem 0 2.2rem}}@media screen and (max-width:0px){.SidebarTemplate__searchInputForm{background-color:hsla(0,0%,100%,.1);color:#fff;border-radius:3px}.SidebarTemplate__searchInputForm:active{border-color:#fff}}.SidebarTemplate__network{float:right}@media screen and (max-width:0px){.SidebarTemplate__network{display:none}}.SidebarTemplate__tooltip{float:right}.SidebarTemplate__tooltip--red .Tooltip__tooltip{color:#f86969}.SidebarTemplate__tooltip--green .Tooltip__tooltip{color:#6ad1ba}.SidebarTemplate__tooltip--yellow .Tooltip__tooltip{color:#ffb23b}.SidebarTemplate__tooltip .Tooltip__tooltip{height:50px;margin-top:10px;background-color:rgba(21,21,21,.9);box-shadow:0 4px 8px 0 rgba(0,0,0,.25);padding:18px 20px;text-align:center;line-height:1;font-size:12px;font-size:1.2rem;font-weight:400;font-family:Roboto}.Animation{width:24px;height:24px;padding:0;margin:0;display:inline-block;vertical-align:middle;line-height:1}.health{height:40px;padding:0 20px 0 10px;float:right;margin-right:12.5px;line-height:38px;border-radius:19px;font-size:12px;font-size:1.2rem;font-weight:400;font-family:RobotoMedium;letter-spacing:.3px;transition:background-color .1s ease-in}@media screen and (max-width:785px){.health{display:none}}.health span{display:inline-block;vertical-align:middle;line-height:1;padding-left:6px}.health--isMain--green{background-color:rgba(106,209,186,.04);color:#6ad1ba}.health--isMain--green:hover{background-color:rgba(106,209,186,.12)}.health--isMain--red{background-color:rgba(248,105,105,.06);color:#f86969}.health--isMain--red:hover{background-color:rgba(248,105,105,.12)}.health--isMain--yellow{background-color:rgba(255,178,59,.06);color:#ffb23b}.health--isMain--yellow:hover{background-color:rgba(255,178,59,.12)}.health--green{transition:border-color .1s ease-in;color:#07b991;border:1px solid rgba(7,185,145,.4)}.health--green:hover{border:1px solid #07b991}.health--red{transition:border-color .1s ease-in;color:#f86969;border:1px solid rgba(248,105,105,.4)}.health--red:hover{border:1px solid #f86969}.health--yellow{transition:border-color .1s ease-in;color:#f48019}.health--yellow,.health--yellow:hover{border:1px solid #f48019}.connectWallet{position:relative;float:right}.connectWallet,.connectWallet .connectWallet_area{display:flex;justify-content:center;align-items:center}.connectWallet .connectWallet_area .connectWallet_address{display:flex;justify-content:center;align-items:center;text-decoration:underline}.connectWallet .connectWallet_area .connectWallet_address .clipboard_img{width:10px;height:11px;margin-left:3px;margin-right:2px;background-image:url(/icons/icon-clipboard-blue.svg)}.connectWallet .button{height:40px;padding:0 25px 0 20px;float:right;line-height:38px;border-radius:19px;border:1px solid rgba(49,53,87,.1);transition:border-color .1s ease-in;margin-left:12px;color:#313557;font-weight:700}@media screen and (max-width:768px){.connectWallet .button{padding:0 13px}}.connectWallet .button .clipboard_img{width:10px;height:11px;margin-left:3px;margin-right:2px;background-image:url(/icons/icon-clipboard-blue.svg)}.connectWallet .button:hover{cursor:pointer;color:#fff;background-color:#313557;transition:all .5s}.connectWallet .button:hover .clipboard_img{transition:all .5s;background-image:url(/icons/icon-clipboard-white.svg)}.connectWallet .resetBtn{color:#4a90e2;cursor:pointer;font-size:1.2rem;margin-left:3px}.connectWallet .resetBtn:hover{text-decoration:underline}.connectWallet .copy_article{display:flex;justify-content:center;align-items:center;width:60px;height:40px;border-radius:19px}.connectWallet .copy_article .text{margin-top:1px;font-size:1.2rem;font-weight:700;margin-right:2px}.connectWallet .copy_article .clipboard_img{width:10px;height:11px}.connectWallet .copyText{margin-left:5px;color:#6ad1ba}.connectWallet.mainConnectWallet .button{border:1px solid hsla(0,0%,100%,.1);color:#fff}.connectWallet.mainConnectWallet .button:hover{border:1px solid #fff}.walletModal{position:fixed;width:100%;background-color:rgba(249,249,252,.7);z-index:6;height:100%}.walletModal_area{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:440px;height:auto;box-sizing:border-box;padding:30px;border-radius:6px;box-shadow:0 4px 6px 0 rgba(0,0,0,.04);border:1px solid #e4e7f0;background-color:#fff;z-index:6}.walletModal_area .header{margin-bottom:15px}.walletModal_area .header .closeBtn{position:absolute;top:16px;right:16px;width:30px;height:30px;padding:0;border:none;background:url(/icons/icon-cancel.svg) no-repeat 0 0;background-size:30px 30px;opacity:.2;transition:opacity .3s}.walletModal_area .header .warning_text{margin-top:5px;font-size:12px}.walletModal_area .walletBtn{cursor:pointer;width:100%;height:50px;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.walletModal_area .walletBtn.kaikas,.walletModal_area .walletBtn.metamask{color:#000;background-color:#fafbfc;box-shadow:0 1px 1px 0 #dee3eb}.walletModal_area .walletBtn.klip{background-color:#fee500;color:#000}.walletModal_area .walletBtn.klip.true{display:none}.walletModal_area .walletBtn.dcent{color:#000;background-color:#fafbfc;box-shadow:0 1px 1px 0 #dee3eb}.walletModal_area .walletBtn.dcent img{width:auto;height:auto}.walletModal_area .walletBtn .img{width:25px;height:25px;margin-right:8px}.walletModal_area .klip_process_article{display:flex;align-items:center;justify-content:center;margin-top:20px}.walletModal_area .klip_process_article .klip_connect_process{display:flex;align-items:center}.walletModal_area .klip_process_article .klip_connect_process img{margin-right:20px}.walletModal_area .klip_process_text{display:flex;justify-content:center;margin-top:10px}.walletModal_area .klip_process_text p{font-size:12px;font-weight:700;margin-right:10px}.ReactModal__Overlay{background-color:rgba(0,0,0,.45)!important;z-index:10}.ReactModal__Content{width:350px;height:250px;top:50%!important;right:50%!important;bottom:50%!important;left:50%!important;transform:translate(-50%,-50%);padding:0!important;border:0!important}.errorModal_article{position:relative;height:100%}.errorModal_article .errorModal_icon_area{display:flex;align-items:center;justify-content:center;padding-top:40px}.errorModal_article .errorModal_icon_area .errorModal_icon{width:45px;height:45px}.errorModal_article .errorModal_text_area{text-align:center;margin-top:30px;padding-left:30px;padding-right:30px}.errorModal_article .errorModal_text_area p{font-size:1.37rem;font-weight:300;color:#313557}.errorModal_article .errorModal_CheckBtn{display:flex;justify-content:center;align-items:center;width:100%;height:50px;text-align:center;position:absolute;bottom:0;background-color:#4e527d;cursor:pointer}.errorModal_article .errorModal_CheckBtn button{font-size:1.7rem;color:#fff}.antiphishing{float:right}.antiphishing #ozys-anti-phishing-safe-widget{max-width:170px;margin-right:12.5px;height:40px;border-radius:100px;border:1px solid rgba(49,53,87,.1);background-color:transparent}.antiphishing #ozys-anti-phishing-safe-widget>div:not(.settings)>div:first-of-type{border-radius:100px 0 0 100px;width:40px;padding-left:2px}.antiphishing #ozys-anti-phishing-safe-widget>div:not(.settings)>div:last-of-type{padding:4px 8px 4px 6px}.antiphishing #ozys-anti-phishing-safe-widget>div:not(.settings)>div:last-of-type>span,.antiphishing #ozys-anti-phishing-safe-widget>div:not(.settings)>span{min-width:56px;text-align:center}.antiphishing #ozys-anti-phishing-safe-widget>div:not(.settings)>div:last-of-type>img{margin-left:0;margin-right:4px;width:20px;height:20px}.antiphishing #ozys-anti-phishing-safe-widget>div:not(.settings)>div:last-of-type{justify-content:center;width:100%}.antiphishing #ozys-anti-phishing-safe-widget>div:not(.settings)>div:last-of-type>button{margin-right:0;background-size:14px;width:15px;height:15px;background-size:contain!important;background-position:50%;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjU0MiA0LjExOGwtMS4xMjQtLjRjLS4wNzQtLjAyLS4xMjYtLjA4NC0uMTU4LS4xNTdhLjcyNS43MjUgMCAwMC0uMDMxLS4wODQuMjcuMjcgMCAwMTAtLjIybC41MDQtMS4wNzJhLjI1Ni4yNTYgMCAwMC0uMDUzLS4zMDVMOC44MiAxLjAyYS4yNTYuMjU2IDAgMDAtLjMwNS0uMDUzbC0xLjA3MS41MDRhLjI3LjI3IDAgMDEtLjIyIDAgLjM3NC4zNzQgMCAwMS0uMDk1LS4wNDIuMjkuMjkgMCAwMS0uMTU4LS4xNTdMNi41ODIuMTc5QS4yNzIuMjcyIDAgMDA2LjMzIDBINS4xMWEuMjcyLjI3MiAwIDAwLS4yNTIuMTc5bC0uNCAxLjExM2MtLjAyLjA3NC0uMDgzLjEyNi0uMTU3LjE1OC0uMDMxLjAxLS4wNjMuMDMxLS4wOTQuMDQxYS4yNy4yNyAwIDAxLS4yMiAwTDIuOTI1Ljk5OGEuMjU2LjI1NiAwIDAwLS4zMDQuMDUybC0uODYyLjg2MmEuMjU2LjI1NiAwIDAwLS4wNTIuMzA0bC41MDQgMS4wNzJhLjI3LjI3IDAgMDEwIC4yMmMtLjAxLjAzMi0uMDMyLjA2My0uMDQyLjEwNWEuMjkuMjkgMCAwMS0uMTU4LjE1OEwuOTIgNC4xMzlhLjI3Mi4yNzIgMCAwMC0uMTc5LjI1MnYxLjIxOGMwIC4xMTYuMDc0LjIxLjE3OS4yNTJsMS4xMTMuNGMuMDc0LjAyLjEyNi4wODQuMTU4LjE1Ny4wMS4wMzIuMDMxLjA2My4wNDIuMTA1YS4yNy4yNyAwIDAxMCAuMjJsLS40OTQgMS4wNjJhLjI1Ni4yNTYgMCAwMC4wNTMuMzA0bC44NjEuODYyYy4wODQuMDg0LjIuMTA1LjMwNS4wNTJsMS4wNzEtLjUwNGEuMjcuMjcgMCAwMS4yMiAwYy4wMzIuMDEuMDY0LjAzMS4wOTUuMDQyYS4yOS4yOSAwIDAxLjE1OC4xNTdMNC45IDkuODIxYS4yNzIuMjcyIDAgMDAuMjUyLjE3OWgxLjIxOWMuMTE1IDAgLjIxLS4wNzQuMjUyLS4xNzlsLjM5OS0xLjExM2MuMDIxLS4wNzQuMDg0LS4xMjYuMTU3LS4xNThhLjM3NC4zNzQgMCAwMC4wOTUtLjA0MS4yNy4yNyAwIDAxLjIyIDBsMS4wNjIuNTA0Yy4xMDUuMDUyLjIyLjAzMS4zMDQtLjA1M2wuODYxLS44NjFhLjI1Ni4yNTYgMCAwMC4wNTMtLjMwNWwtLjUwNC0xLjA3MWEuMjcuMjcgMCAwMTAtLjIyLjcyNi43MjYgMCAwMS4wMzEtLjA4NS4yOS4yOSAwIDAxLjE1OC0uMTU3bDEuMTEzLS40YS4yNzIuMjcyIDAgMDAuMTc5LS4yNTJWNC4zN2EuMzY2LjM2NiAwIDAwLS4yMS0uMjUxek01LjczIDYuOTc1YTEuOTg2IDEuOTg2IDAgMTExLjk3NS0xLjk4NkExLjk2OCAxLjk2OCAwIDAxNS43MyA2Ljk3NXoiIGZpbGw9IiM5MjlFQjIiLz48L3N2Zz4=) 50% 50% no-repeat}.antiphishing #ozys-anti-phishing-safe-widget>div:not(.settings)>div:last-of-type>button:hover{background-color:#fff}.antiphishing.dark #ozys-anti-phishing-safe-widget{border:1px solid hsla(0,0%,100%,.1);background-color:transparent}.antiphishing.dark #ozys-anti-phishing-safe-widget>div:not(.settings)>div:first-of-type{background-color:hsla(0,0%,100%,.1)}.antiphishing.dark #ozys-anti-phishing-safe-widget>div:not(.settings)>div:last-of-type>span,.antiphishing.dark #ozys-anti-phishing-safe-widget>div:not(.settings)>span{color:#fff}.antiphishing.dark #ozys-anti-phishing-safe-widget>div:not(.settings)>div:last-of-type>button:hover{background-color:transparent}#ozys-anti-phishing-container{position:fixed!important;width:100%;height:100%}#ozys-anti-phishing-container #ozys-anti-phishing .page.register-credential .section:not(.one) .select-list>li img,#ozys-anti-phishing-container img{width:auto;height:auto}#ozys-anti-phishing-container .header img{width:54px;height:20px}#ozys-anti-phishing-container #ozys-anti-phishing .page.default .content{height:calc(100% - 164px);padding-top:unset}#ozys-anti-phishing-container #ozys-anti-phishing .page.default .content>div::-webkit-scrollbar{display:block;width:8px}#ozys-anti-phishing-container #ozys-anti-phishing .page.default .content>div::-webkit-scrollbar-thumb{background-color:#eee;border-radius:5px}#ozys-anti-phishing-container #ozys-anti-phishing .page.register-credential .content{height:calc(100% - 115px)}#ozys-anti-phishing-safe-alert-container #ozys-anti-phishing-safe-alert{height:80px}#ozys-anti-phishing-safe-alert-container #ozys-anti-phishing-safe-alert>img{width:37px;height:40px}@media screen and (min-width:1840px){#ozys-anti-phishing-safe-alert-container{display:block;position:absolute;top:0;width:100%;height:10px;max-width:1480px;transform:translateX(-50%);left:calc(50% + 120px)}}@media screen and (max-width:1024px){#ozys-anti-phishing-safe-alert-container{width:100%;height:80px;top:100px;left:0;position:fixed}#ozys-anti-phishing-safe-alert-container #ozys-anti-phishing-safe-alert>img{align-self:auto!important}#ozys-anti-phishing-safe-alert-container #ozys-anti-phishing-safe-alert>button{background-position:100%}}#ozys-anti-phishing-safe-alert{position:absolute;top:0;right:35px;width:460px;max-width:none}@media screen and (min-width:1840px){#ozys-anti-phishing-safe-alert{right:-20px}}@media screen and (max-width:1024px){#ozys-anti-phishing-safe-alert{width:calc(100% - 40px);max-width:400px;top:0;left:auto;right:0;position:relative;margin:0 auto!important;padding:12px;transform:none}}#ozys-anti-phishing .page.register-credential .section.six>div>div{border-radius:100px}#ozys-anti-phishing .page.register-credential .section.six>div>div>div:first-of-type{border-radius:100px 0 0 100px}#ozys-anti-phishing .page.register-credential .section.six>div>div>button{width:20px;height:20px;background-size:contain!important;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjU0MiA0LjExOGwtMS4xMjQtLjRjLS4wNzQtLjAyLS4xMjYtLjA4NC0uMTU4LS4xNTdhLjcyNS43MjUgMCAwMC0uMDMxLS4wODQuMjcuMjcgMCAwMTAtLjIybC41MDQtMS4wNzJhLjI1Ni4yNTYgMCAwMC0uMDUzLS4zMDVMOC44MiAxLjAyYS4yNTYuMjU2IDAgMDAtLjMwNS0uMDUzbC0xLjA3MS41MDRhLjI3LjI3IDAgMDEtLjIyIDAgLjM3NC4zNzQgMCAwMS0uMDk1LS4wNDIuMjkuMjkgMCAwMS0uMTU4LS4xNTdMNi41ODIuMTc5QS4yNzIuMjcyIDAgMDA2LjMzIDBINS4xMWEuMjcyLjI3MiAwIDAwLS4yNTIuMTc5bC0uNCAxLjExM2MtLjAyLjA3NC0uMDgzLjEyNi0uMTU3LjE1OC0uMDMxLjAxLS4wNjMuMDMxLS4wOTQuMDQxYS4yNy4yNyAwIDAxLS4yMiAwTDIuOTI1Ljk5OGEuMjU2LjI1NiAwIDAwLS4zMDQuMDUybC0uODYyLjg2MmEuMjU2LjI1NiAwIDAwLS4wNTIuMzA0bC41MDQgMS4wNzJhLjI3LjI3IDAgMDEwIC4yMmMtLjAxLjAzMi0uMDMyLjA2My0uMDQyLjEwNWEuMjkuMjkgMCAwMS0uMTU4LjE1OEwuOTIgNC4xMzlhLjI3Mi4yNzIgMCAwMC0uMTc5LjI1MnYxLjIxOGMwIC4xMTYuMDc0LjIxLjE3OS4yNTJsMS4xMTMuNGMuMDc0LjAyLjEyNi4wODQuMTU4LjE1Ny4wMS4wMzIuMDMxLjA2My4wNDIuMTA1YS4yNy4yNyAwIDAxMCAuMjJsLS40OTQgMS4wNjJhLjI1Ni4yNTYgMCAwMC4wNTMuMzA0bC44NjEuODYyYy4wODQuMDg0LjIuMTA1LjMwNS4wNTJsMS4wNzEtLjUwNGEuMjcuMjcgMCAwMS4yMiAwYy4wMzIuMDEuMDY0LjAzMS4wOTUuMDQyYS4yOS4yOSAwIDAxLjE1OC4xNTdMNC45IDkuODIxYS4yNzIuMjcyIDAgMDAuMjUyLjE3OWgxLjIxOWMuMTE1IDAgLjIxLS4wNzQuMjUyLS4xNzlsLjM5OS0xLjExM2MuMDIxLS4wNzQuMDg0LS4xMjYuMTU3LS4xNThhLjM3NC4zNzQgMCAwMC4wOTUtLjA0MS4yNy4yNyAwIDAxLjIyIDBsMS4wNjIuNTA0Yy4xMDUuMDUyLjIyLjAzMS4zMDQtLjA1M2wuODYxLS44NjFhLjI1Ni4yNTYgMCAwMC4wNTMtLjMwNWwtLjUwNC0xLjA3MWEuMjcuMjcgMCAwMTAtLjIyLjcyNi43MjYgMCAwMS4wMzEtLjA4NS4yOS4yOSAwIDAxLjE1OC0uMTU3bDEuMTEzLS40YS4yNzIuMjcyIDAgMDAuMTc5LS4yNTJWNC4zN2EuMzY2LjM2NiAwIDAwLS4yMS0uMjUxek01LjczIDYuOTc1YTEuOTg2IDEuOTg2IDAgMTExLjk3NS0xLjk4NkExLjk2OCAxLjk2OCAwIDAxNS43MyA2Ljk3NXoiIGZpbGw9IiM5MjlFQjIiLz48L3N2Zz4=) 50% 50% no-repeat}#ozys-anti-phishing .page.register-credential .section.six>div>div>button:hover{background-color:#fff}.Popup__background{width:100%;height:100%;position:absolute;z-index:200}.Popup{width:440px;background-color:rgba(21,21,21,.95);color:#fff;padding:40px 40px 0;margin:300px auto auto}.Popup__title{font-size:24px;font-size:2.4rem;font-weight:400;font-family:Roboto;line-height:1.25}.Popup__title:before{content:"";display:block;width:28px;height:28px;background-image:url(/icons/popup-alert.svg);margin-bottom:15px}.Popup__content{font-size:13px;font-size:1.3rem;font-weight:400;font-family:Roboto;line-height:1.85;padding-bottom:40px}.Popup__content:before{content:"";display:block;width:16px;height:1px;margin-top:40px;margin-bottom:20px;background-color:#fff}.Popup__content .warning__link{text-decoration:underline}.Popup__buttons{height:80px}.Popup__closeButton{background-image:url(/icons/popup-close-off.svg);background-repeat:no-repeat;width:30px;height:30px;padding:0;border:0;float:right;margin-top:-18px;margin-right:-18px;-o-object-fit:contain;object-fit:contain;border-radius:4px}.Popup__closeButton:hover{background-color:hsla(0,0%,100%,.1);background-image:url(/icons/popup-close-on.svg)}.Popup__closeButton--clicked{background-color:rgba(0,0,0,.25);background-image:url(/icons/popup-close-on.svg)}.Popup__check{font-size:12px;font-size:1.2rem;font-weight:400;font-family:Roboto;vertical-align:middle}.Popup__check input{-webkit-appearance:none;height:20px;width:20px;margin-right:12px;border:1px solid hsla(0,0%,100%,.2);border-radius:50%;vertical-align:middle}.Popup__check input:hover{border:1px solid #fff}.Popup__check input:checked{background-image:url(/icons/popup-check.svg);background-repeat:no-repeat;background-position-x:2.5px;background-position-y:5px}.Popup__check input:focus{outline:0}.Popup__button{width:176px;height:50px;float:right;vertical-align:middle;border:1px solid hsla(0,0%,100%,.2);border-radius:25px;font-size:13px;font-size:1.3rem;font-weight:400;font-family:RobotoMedium}.Popup__button:hover{border:1px solid #fff}.Popup__button--clicked,.Popup__button:focus{border:1px solid hsla(0,0%,100%,.2)}.popupBlackBack{position:fixed;width:100vw;height:100vh;display:block;z-index:110;background-color:rgba(0,0,0,.3)}.popupBlackBack .confirmPopup{position:absolute;width:600px;max-width:calc(100% - 60px);background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:4px;box-shadow:2px 3px 6px 4px rgba(0,0,0,.05);overflow:hidden}.popupBlackBack .confirmPopup.alert{max-width:350px;width:100%}.popupBlackBack .confirmPopup .icon{width:45px;height:45px;border-radius:100px;margin-top:40px;margin-left:50%;transform:translate(-50%);background-image:url(/icons/icon-success.svg);background-repeat:no-repeat;background-position:50%;background-size:cover}.popupBlackBack .confirmPopup .icon.alert{background-image:url(/icons/popup-alert.svg);margin-bottom:20px}.popupBlackBack .confirmPopup .title{font-size:2.5rem;text-align:center;margin-top:10px;font-weight:700}.popupBlackBack .confirmPopup .desc{padding:15px;text-align:center;font-size:1.37rem;font-weight:300;color:#313557}.popupBlackBack .confirmPopup .desc .email{font-weight:700;cursor:pointer}.popupBlackBack .confirmPopup .submitStatus{width:100%;padding:15px;font-size:1.5rem}.popupBlackBack .confirmPopup .submitStatus .statusDesc{display:inline-block;width:100%;font-weight:700;background-color:rgba(23,35,131,.07);padding:10px 10px 0 20px;border-radius:5px 5px 0 0}.popupBlackBack .confirmPopup .submitStatus .url{display:inline-block;font-weight:700;cursor:pointer;background-color:rgba(23,35,131,.07);padding:10px 10px 10px 20px;border-radius:0 0 5px 5px;width:100%}.popupBlackBack .confirmPopup .submitStatus .url a{color:#0303d2;text-decoration:underline;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:calc(100% - 30px)}.popupBlackBack .confirmPopup .submitStatus .url .iconCopy{width:13px;height:18px;display:inline-block;margin-left:7px;background-image:url(/icons/icon-clipboard-blue.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.popupBlackBack .confirmPopup .submitStatus .url .iconCopy.on{width:20px;background-size:contain;background-image:url(/icons/icon-success.svg)}.popupBlackBack .confirmPopup .button{width:50%;height:55px;color:#fff;font-size:1.5rem}.popupBlackBack .confirmPopup .button.status{background-color:#313557}.popupBlackBack .confirmPopup .button.ok{background-color:#4e527d}.App,.popupBlackBack .confirmPopup .button.long{width:100%}.App{min-width:0}.App,.stakeModal{position:relative}.stakeModal.bg{position:fixed;z-index:10;width:100%;height:100vh;background:rgba(0,0,0,.3)}.stakeModal.area{position:absolute;display:block;background:#fff;padding:26px 30px 30px;border-radius:5px;width:100%;max-width:350px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.stakeModal.area .btnClose{position:absolute;width:25px;height:25px;background:url(/icons/close-g-ico.svg) no-repeat 50%;cursor:pointer;right:20px;top:20px}.stakeModal.area .header{text-align:center;border-bottom:1px solid #eee;margin-bottom:20px}.stakeModal.area .header .stakeIcon{width:40px;height:40px}.stakeModal.area .header .title{font-size:14px;padding:10px 0 20px;font-weight:700}.stakeModal.area .cont1 .desc1{color:#9699b2;font-size:11px}.stakeModal.area .cont1 .figure{display:flex;align-items:center;justify-content:center;width:100%;height:35px;background-color:#f4f4f7;margin-top:15px;margin-bottom:25px;border-radius:5px}.stakeModal.area .cont1 .figure .amount{font-size:16px;font-weight:700}.stakeModal.area .cont1 .figure .unit{padding-left:4px;font-size:12px;font-weight:500;color:#888}.stakeModal.area .cont1 .inputArea{margin-bottom:20px;margin-top:5px}.stakeModal.area .cont1 .inputArea .inputAmount{border:none;border-bottom:1px solid #eee;width:calc(100% - 90px);height:30px;padding-left:5px;font-weight:700}.stakeModal.area .cont1 .inputArea .select{width:75px;height:30px;border:none;background-color:#f4f4f7;padding:5px;border-radius:5px;float:right}.stakeModal.area .cont2 .warning{font-size:11px;background:url(/icons/warning-ico.svg);background-repeat:no-repeat;background-position:0;padding-left:18px;margin-bottom:15px}.stakeModal.area .cont2 .warning2{border:1px solid #ddd;padding:10px;font-size:11px;line-height:1.3}.stakeModal.area .cont2 .warning2 .check label{cursor:pointer;display:inline-block;margin-top:10px}.stakeModal.area .cont2 .warning2 .check input[type=checkbox]{width:18px;height:18px;margin:0}.stakeModal.area .cont2 .warning2 .check input[type=checkbox]:checked{accent-color:#3a4075}.stakeModal.area .cont2 .warning2 .check span{vertical-align:super;padding-left:10px}.stakeModal.area .cont2 .isRed{color:red;font-weight:700}.stakeModal.area .cont3 .btnConfirm{border:1px solid #eee;width:100%;height:50px;margin-top:20px;font-weight:700;color:#545988;transition:.2s;background:linear-gradient(180deg,#fff,#fff)}.stakeModal.area .cont3 .btnConfirm:hover{background:linear-gradient(180deg,#435982,#3a4075);color:#fff}.AccountKeyPopup{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.1);z-index:2}.AccountKeyPopup .content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:calc(100% - 20px);max-width:750px;min-height:250px;border-radius:5px;background-color:#fff;box-shadow:0 4px 6px 0 rgba(0,0,0,.04)}.AccountKeyPopup .content .btnClose{position:absolute;top:6px;right:6px;width:30px;height:30px;padding:0;border:none;background:url(/icons/icon-cancel.svg) no-repeat 0 0;background-size:30px 30px;opacity:.4;transition:opacity .3s}.AccountKeyPopup .body{padding:20px 30px 30px;white-space:pre-wrap}.AccountKeyPopup .body h1{margin-bottom:20px}.AccountKeyPopup .body div.outer{border:1px solid #f0f2fc;padding:10px;border-radius:4px;overflow-x:scroll;scrollbar-width:none;background-color:#fcfcfe;min-height:160px}.AccountKeyPopup .body div.outer::-webkit-scrollbar{height:8px;display:block}.AccountKeyPopup .body div.outer::-webkit-scrollbar-thumb{display:block;background-color:#e4e7f0;border-radius:5px}.AccountKeyPopup .body div.outer .inner{min-width:660px;font-size:1.2rem}.PageNavigator{width:490px;min-height:175px;position:fixed;bottom:0;right:-470px;z-index:3;transition:.2s}@media screen and (max-width:768px){.PageNavigator{width:290px;right:-270px}}.PageNavigator.on{right:0}.PageNavigator .btnToggle{position:absolute;left:-20px;bottom:5px;display:inline-block;width:50px;height:40px;background-color:#4e527d;vertical-align:top;cursor:pointer;border-radius:8px;box-shadow:0 4px 6px 0 rgba(0,0,0,.04)}.PageNavigator .btnToggle svg{position:absolute;top:9px;left:9px;font-size:2.2rem;color:#fff}.PageNavigator .contentsArea{position:absolute;right:0;width:calc(100% - 20px);height:100%;display:inline-block;background-color:#fff;border-radius:8px 8px 8px 0}.PageNavigator .historyList{height:100%}.PageNavigator .historyList .listClear{position:absolute;bottom:0;height:34px;text-align:right;width:100%}.PageNavigator .historyList .listClear .title{display:inline-block;font-size:1.4rem;padding:7px;color:#4e527d;font-weight:700}.PageNavigator .historyList li{position:relative;width:100%;height:34px;padding:8px 12px;white-space:nowrap;cursor:pointer;border-bottom:1px solid #eee;background-color:#fff;font-size:1.3rem;border-left:1px solid #eee;border-right:1px solid #eee}.PageNavigator .historyList li.pageHistory{padding:8px 12px;background-color:#4e527d;color:#fff;border-radius:4px 4px 0 0;border:1px solid #4e527d;font-size:1.4rem;font-weight:500;cursor:auto}.PageNavigator .historyList li.pageHistory .title{display:inline-block}.PageNavigator .historyList li.pageHistory .beta{background-color:#fff;border-radius:100px;display:inline-block;font-size:12px;padding:1px 8px;color:#6495ed;font-style:italic;font-weight:700;margin-left:10px;vertical-align:bottom}.PageNavigator .historyList li.pageHistory .btnClear{color:#fff;float:right;cursor:pointer}.PageNavigator .historyList li.emptyHistory{text-align:center;color:#aaa;border:none;height:100%;display:inline-block;padding:60px 0 0;cursor:default}.PageNavigator .historyList li.emptyHistory:hover{background:#fff!important}.PageNavigator .historyList li.current{background:linear-gradient(120deg,#f0f2fc,#f0f2fc,#fff)}.PageNavigator .historyList li .menuIcon{width:15px;height:15px;vertical-align:top;margin-right:5px}.PageNavigator .historyList li .menuIcon.param{width:15px;height:15px;vertical-align:bottom;margin-right:5px}.PageNavigator .historyList li .menuName{display:inline-block;vertical-align:top;width:70px}.PageNavigator .historyList li .menuParam{margin-left:7px;border-radius:3px;padding:1px 6px;color:#000;background-color:#fff;border:1px solid #eee;width:155px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.PageNavigator .historyList li .menuParam.pad{padding-left:5px}.PageNavigator .historyList li .menuParam .noImg{display:inline-block;margin-right:4px;height:100%;vertical-align:bottom;font-size:9px;color:#fff;line-height:16px;width:15px;height:15px;border-radius:50%;background-color:#ddd;position:relative;text-align:center}.PageNavigator .historyList li .short{max-width:155px}@media screen and (max-width:768px){.PageNavigator .historyList li{padding:8px}.PageNavigator .historyList li .menuIcon{margin-right:0}.PageNavigator .historyList li .menuName{display:none}.PageNavigator .historyList li .menuParam{max-width:95px}}.PageNavigator .historyList li .currentFlag{color:#07b991;position:absolute;right:13px;top:10px;border-radius:100px;background:none;height:8px;width:7px}.PageNavigator .historyList li .currentFlag svg{position:absolute;top:-4px;right:-4px;font-size:2rem}.PageNavigator .historyList li .pageHistory{border-radius:8px 8px 0 0;background-color:#4e527d;color:#fff;font-weight:400;font-size:1.4rem}.PageNavigator .historyList li .pageHistory .menuParam{color:#000}.PageNavigator .historyList li:hover:not(.pageHistory){background:linear-gradient(120deg,#f0f2fc,#f0f2fc,#fff)}.PageNavigator .historyList li:hover:not(.pageHistory) .menuParam{background-color:#4e527d;color:#fff}.dataPopupArea{position:fixed;z-index:999;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.dataPopupArea .popupArea{position:absolute;max-width:720px;width:96%;background-color:#fff;border-radius:5px;left:50%;top:50%;transform:translate(-50%,-50%);padding-top:40px;background:#e4e7f0}.dataPopupArea .popupArea .btnClose{position:absolute;top:7px;right:10px;text-align:right;width:25px;height:25px;cursor:pointer}.dataPopupArea .popupArea .dataArea{max-height:90vh;overflow-y:scroll}.dataPopupArea .popupArea .dataArea .innerScroll{background-color:#fff;white-space:pre;width:100%;padding:20px;line-height:1.7rem;font-size:1.3rem;border-radius:0 0 5px 5px}.dataPopupArea .popupArea .dataArea .innerScroll::-webkit-scrollbar{width:8px;height:8px;display:block}.dataPopupArea .popupArea .dataArea .innerScroll::-webkit-scrollbar-thumb{width:8px;height:8px;background:#e4e7f0;border-radius:4px}.dataPopupArea .popupArea .dataArea .ace_scrollbar::-webkit-scrollbar{height:7px;width:7px;display:block}.dataPopupArea .popupArea .dataArea .ace_scrollbar::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.dataPopupArea .popupArea .dataArea .ace_scrollbar::-webkit-scrollbar-thumb{background-color:#e4e7f0;border-radius:10px}@media screen and (max-width:0px){.showDesktop{display:none}}@media screen and (min-width:1px) and (max-width:768px){.showDesktop{display:none}}@media screen and (min-width:769px) and (max-width:1024px){.showDesktop{display:none}}@media screen and (min-width:1025px) and (max-width:1440px){.showTablet{display:none}}@media screen and (min-width:1441px) and (max-width:1920px){.showTablet{display:none}}@media screen and (min-width:1921px){.showTablet{display:none}}@media screen and (max-width:0px){.showDesktopTablet,.showTablet{display:none}}@media screen and (min-width:1025px) and (max-width:1440px){.showMobile{display:none}}@media screen and (min-width:1441px) and (max-width:1920px){.showMobile{display:none}}@media screen and (min-width:1921px){.showMobile{display:none}}@media screen and (min-width:1px) and (max-width:768px){.showMobile{display:none}}@media screen and (min-width:769px) and (max-width:1024px){.showMobile{display:none}}.main-table-highlight-enter{filter:blur(5px)}.main-table-highlight-enter-active{filter:blur(0);transition:filter .4s}.main-table-highlight-exit{opacity:1}.main-table-highlight-exit-active{opacity:0}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/fonts/Roboto-Regular.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/fonts/Roboto-Bold.woff) format("woff");font-display:swap}@font-face{font-family:RobotoMedium;font-style:normal;font-weight:400;src:url(/fonts/Roboto-Medium.woff) format("woff");font-display:swap}#root,body,html{height:100%}html{font-size:10px;background-color:#f8f9fa;-ms-overflow-style:none}html.home{background-color:#1e2036}body{margin:0;padding:0;font-family:Roboto,Apple SD Gothic Neo,sans-serif;overflow-y:scroll}body.home{overflow-y:auto}body::-webkit-scrollbar{display:block;background-image:linear-gradient(180deg,#f8f9fa,#eaeef7);width:8px}body::-webkit-scrollbar-thumb{background-color:rgba(23,35,131,.14);border-radius:5px}body *,body :after,body :before{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}body ::-webkit-scrollbar{display:none}body a{color:inherit;text-decoration:none}body h1,body h2,body h3,body h4,body h5,body h6,body p{margin:0}body button,body input,body select,body textarea{font-family:unset}body input::-ms-clear{display:none}body button{color:unset;background-color:unset;border:unset;cursor:pointer}body ul{margin:0;padding:0;list-style:none}body img{width:100%;height:100%;border:0}body span{line-height:inherit}