/*! CSS Used from: https://neoneo.pages.dev/css/bootstrap.min.css */
*,::after,::before{box-sizing:border-box;}
footer,nav{display:block;}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}
[tabindex="-1"]:focus:not(:focus-visible){outline:0!important;}
h1,h3,h4{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
address{margin-bottom:1rem;font-style:normal;line-height:inherit;}
ul{margin-top:0;margin-bottom:1rem;}
strong{font-weight:bolder;}
small{font-size:80%;}
a{color:#007bff;text-decoration:none;background-color:transparent;}
a:hover{color:#0056b3;text-decoration:underline;}
code,pre{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;}
pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar;}
img{vertical-align:middle;border-style:none;}
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button,input{overflow:visible;}
button{text-transform:none;}
[type=button],[type=submit],button{-webkit-appearance:button;}
[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer;}
h1,h3,h4{margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h1{font-size:2.5rem;}
h3{font-size:1.75rem;}
h4{font-size:1.5rem;}
.small,small{font-size:80%;font-weight:400;}
.img-fluid{max-width:100%;height:auto;}
code{font-size:87.5%;color:#e83e8c;word-wrap:break-word;}
pre{display:block;font-size:87.5%;color:#212529;}
pre code{font-size:inherit;color:inherit;word-break:normal;}
.container,.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1140px;}
}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-12,.col-lg-6,.col-md-12,.col-md-2,.col-md-4,.col-md-6{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
@media (min-width:768px){
.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
}
@media (min-width:992px){
.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
}
.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce){
.form-control{transition:none;}
}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
.form-control::placeholder{color:#6c757d;opacity:1;}
.form-control:disabled{background-color:#e9ecef;opacity:1;}
.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;}
@media (min-width:576px){
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;}
}
.collapse:not(.show){display:none;}
.dropdown-toggle{white-space:nowrap;}
.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent;}
.dropdown-toggle:empty::after{margin-left:0;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;}
.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0;}
.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef;}
.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff;}
.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent;}
.nav-link{display:block;padding:.5rem 1rem;}
.nav-link:focus,.nav-link:hover{text-decoration:none;}
.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem;}
.navbar .container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;}
.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none;}
.navbar-nav .nav-link{padding-right:0;padding-left:0;}
.navbar-nav .dropdown-menu{position:static;float:none;}
.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;}
.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none;}
@media (max-width:991.98px){
.navbar-expand-lg>.container{padding-right:0;padding-left:0;}
}
@media (min-width:992px){
.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start;}
.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row;}
.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute;}
.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem;}
.navbar-expand-lg>.container{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto;}
.navbar-expand-lg .navbar-toggler{display:none;}
}
.card-text:last-child{margin-bottom:0;}
.card-img{-ms-flex-negative:0;flex-shrink:0;width:100%;}
.card-img{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);}
.card-img{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px);}
.d-none{display:none!important;}
.d-inline{display:inline!important;}
.d-block{display:block!important;}
@media (min-width:768px){
.d-md-none{display:none!important;}
.d-md-block{display:block!important;}
}
.mt-1,.my-1{margin-top:.25rem!important;}
.mr-1{margin-right:.25rem!important;}
.my-1{margin-bottom:.25rem!important;}
.mt-3,.my-3{margin-top:1rem!important;}
.my-3{margin-bottom:1rem!important;}
.my-4{margin-top:1.5rem!important;}
.my-4{margin-bottom:1.5rem!important;}
.p-2{padding:.5rem!important;}
.py-2{padding-top:.5rem!important;}
.py-2{padding-bottom:.5rem!important;}
.pt-4{padding-top:1.5rem!important;}
.pt-5,.py-5{padding-top:3rem!important;}
.py-5{padding-bottom:3rem!important;}
.ml-auto{margin-left:auto!important;}
@media (min-width:768px){
.my-md-2{margin-top:.5rem!important;}
.my-md-2{margin-bottom:.5rem!important;}
.py-md-3{padding-top:1rem!important;}
.py-md-3{padding-bottom:1rem!important;}
}
.text-center{text-align:center!important;}
@media (min-width:768px){
.text-md-left{text-align:left!important;}
}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
pre{white-space:pre-wrap!important;}
pre{border:1px solid #adb5bd;page-break-inside:avoid;}
img{page-break-inside:avoid;}
h3,p{orphans:3;widows:3;}
h3{page-break-after:avoid;}
body{min-width:992px!important;}
.container{min-width:992px!important;}
.navbar{display:none;}
}
/*! CSS Used from: https://neoneo.pages.dev/css/site.min.css */
.green{color:#00e599;}
.dark-blue{color:#003;}
html body{font-size:16px;line-height:1.6;color:#003;background-color:#fff;font-family:NunitoSans;font-weight:400;}
@media (min-width:1600px){
.container{max-width:1417px;}
}
a{color:inherit;}
a:hover{color:#00e599;text-decoration:none;}
.iconfont{font-family:'iconfont';font-style:normal;}
.form-control{font-family:NunitoSans;font-weight:700;}
.btn-n3{display:flex;justify-content:center;align-items:center;padding:10px 30px;border-radius:4px;font-size:1.125rem;line-height:1.15;text-transform:uppercase;white-space:nowrap;color:#003;background-color:#00e599;cursor:pointer;}
.btn-n3.dark-blue{color:#00e599;background-color:#003;}
.navbar{display:flex;align-items:center;background-color:#fff;user-select:none;text-align:center;align-items:normal;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;z-index:1;}
.navbar #whitelogo{display:none;}
.navbar #darklogo{display:block;}
.navbar .container{align-items:start;}
.navbar img{height:37px;}
.navbar .nav-item{min-width:50px;padding:0 .5rem;font-size:1rem;}
@media only screen and (max-width:991px){
.navbar .nav-item{line-height:3.5rem;padding:0;}
}
.navbar .nav-item .nav-link{cursor:pointer;}
@media only screen and (max-width:991px){
.navbar .nav-item .nav-link{width:100%;padding:0 2rem;}
}
@media only screen and (max-width:991px){
.navbar .nav-item.nav-lang .nav-link{width:auto;padding:0;}
}
@media only screen and (min-width:992px){
.navbar .nav-item.nav-lang .nav-link:first-child{padding-left:2rem;}
}
.navbar .nav-item a{display:inline-block;color:#003;}
.navbar .nav-item a:hover{text-decoration:underline;}
.navbar .navbar-toggler{position:relative;border:none;outline:none;padding:0;transform:scale(.72);-webkit-transform:scale(.72);-moz-transform:scale(.72);-ms-transform:scale(.72);}
.navbar .navbar-toggler:hover,.navbar .navbar-toggler:active,.navbar .navbar-toggler:focus{outline:none;}
.navbar .dropdown-menu{border:none;border-radius:0;margin:0;background-color:#f0f5f6;}
.navbar .dropdown-menu .iconfont{width:100%;text-align:center;position:absolute;margin-top:-30px;font-size:30px;color:#f0f5f6;}
.navbar .dropdown-menu a:hover{text-decoration:none;}
.navbar .dropdown-menu img{width:50px;height:auto;margin-right:.5rem;}
.navbar .dropdown-menu .dropdown-item div{display:inline-block;width:calc(100% - 100px);vertical-align:middle;}
.navbar .dropdown-menu .dropdown-item div strong{display:block;height:1.5rem;}
@media only screen and (min-width:992px){
.navbar .dropdown-menu{width:700px;margin-left:-350px;left:50%;}
}
.navbar .special-button{width:50px;height:50px;display:block;}
.navbar .top,.navbar .bottom{pointer-events:none;width:27px;background-color:#003;height:3px;border-radius:3px;position:absolute;left:12px;transition:transform .6s ease,top .6s ease;}
.navbar .top{top:15px;}
.navbar .bottom{top:32px;}
.navbar.smart-scroll{position:fixed;top:0;right:0;left:0;z-index:1030;}
footer{background-color:#fff;}
footer .container-fluid{background-color:#f0f5f6;padding:1rem 0;}
@media only screen and (min-width:1600px){
footer br{display:none;}
}
footer form{float:none;width:100%;}
@media only screen and (min-width:992px){
footer form{float:right;margin-top:-1.95rem;max-width:100%;width:auto;}
}
@media only screen and (min-width:1600px){
footer form{margin-top:-.5rem;}
}
footer input.form-control,footer button.form-control{border-radius:0;height:46px;margin-right:1rem;}
@media only screen and (max-width:768px){
footer input.form-control,footer button.form-control{margin:.5rem 0;width:100%!important;max-width:100%;}
}
footer #mc_embed_signup_scroll .btn-2{min-width:148px;height:46px;width:auto;}
footer a{display:block;color:#003;font-size:1rem;font-family:WorkSans;font-weight:600;}
footer a .iconfont{font-size:1.8rem;margin-right:.8rem;}
.btn-2,.btn-4{display:inline-block;border-radius:0;padding:0 2rem;line-height:2.24;transition:opacity .2s;font-size:.938rem;text-align:center;cursor:pointer;vertical-align:middle;text-transform:uppercase;word-break:keep-all;width:fit-content;font-family:WorkSans;font-weight:600;}
.btn-2{background:#00e599;color:#fff;border:1px solid #00e599;}
.btn-2:hover,.btn-2:focus,.btn-2:active{background:#00e599;color:#003;border:1px solid #00e599;}
.btn-4{background:#003;color:#fff;border:1px solid #003;}
.btn-4:hover,.btn-4:focus,.btn-4:active{background:#003;color:#00e599;border:1px solid #003;}
.article-tag1{display:inline-block;font-size:.8rem;color:#fff;border-radius:12px;padding:.12rem .6rem;background-color:#003;cursor:pointer;}
.article-tag1:hover{color:#00e599;background-color:#003;}
h1{font-size:5.75rem;line-height:1;letter-spacing:-.75px;font-family:WorkSans;font-weight:700;}
h3{font-size:1.75rem;letter-spacing:-.23px;font-family:NunitoSans;font-weight:700;}
h4{font-size:1.125rem;line-height:1.2;letter-spacing:-.15px;font-family:NunitoSans;font-weight:600;}
p{margin-top:.7rem;margin-bottom:.7rem;}
small,.small{font-size:80%;}
h1,h3,h4,p{margin-bottom:0;vertical-align:middle;}
.work-sans-semibold{font-family:WorkSans;font-weight:600;}
.work-sans-bold{font-family:WorkSans;font-weight:700;}
.uppercase{text-transform:uppercase;}
.bold{font-weight:bold;}
.migration-div{position:fixed;top:15rem;right:0;background:linear-gradient(0deg,#2b373f,#2b373f),linear-gradient(180deg,#003 11.63%,#003 72.05%);width:3rem;height:14rem;border-radius:.75rem 0 0 .75rem;box-shadow:-11px 2px 40px 0 rgba(6,20,29,.36);z-index:1000;}
.migration-text{transform:rotate(90deg);display:block;width:11rem;top:6.7rem;position:absolute;right:-4rem;color:#fff;text-align:center;}
.migration-text img{width:1.2rem;margin-right:.5rem;}
.list2{margin-bottom:1.25rem;}
.list2 div[class|=col]{margin-top:5.3rem;list-style:none;}
.list2 div[class|=col] a.img{display:block;width:100%;background-position:center;background-size:cover;animation:back-out ease-out .15s;border:1px solid #dfe3e3;}
.list2 div[class|=col] a.img::before{content:" ";display:block;padding-top:56.25%;}
.list2 div[class|=col] a.img:hover{animation:back linear .25s;animation-fill-mode:forwards;}
.list2 div[class|=col] .list-title a,.list2 div[class|=col] .list-summary a{color:#003;text-shadow:none;transition:text-shadow .2s;background-size:cover;animation:back-out ease-out .25s;}
.list2 div[class|=col] .list-title a:hover,.list2 div[class|=col] .list-summary a:hover{text-shadow:0 0 .1px #003;transition:text-shadow .2s;}
.list2 div[class|=col] div,.list2 div[class|=col] .list-title{margin-top:8px;overflow:hidden;}
.wechat2{position:absolute;display:none;}
.wechat2 img{width:150px;}
.wechat2{margin:-150px 0 0 -110px;}
/*! CSS Used from: https://neoneo.pages.dev/css/home.min.css */
.green{color:#00e599;}
.dark-blue{color:#003;}
.caption-square-container{border:6px solid #00e599;background-color:#fff;box-sizing:border-box;width:312px;height:312px;padding:12px;text-align:left;}
@media (min-width:768px){
.caption-square-container{border-width:3px;width:230px;height:230px;text-align:right;}
}
@media (min-width:1024px){
.caption-square-container{border-width:4px;width:330px;height:220px;padding:24px;}
}
@media (min-width:1440px){
.caption-square-container{border-width:6px;width:460px;height:300px;padding:32px;}
}
.caption-square-container .caption-square-inner-wrapper{height:100%;display:flex;flex-direction:column;justify-content:center;}
.caption-square-container .caption-square-inner-wrapper .title{font-family:WorkSans;font-weight:700;text-transform:uppercase;font-size:2.375rem;line-height:1;}
@media (min-width:768px){
.caption-square-container .caption-square-inner-wrapper .title{font-size:1.875rem;}
}
@media (min-width:1024px){
.caption-square-container .caption-square-inner-wrapper .title{font-size:2.25rem;line-height:1.1;margin-bottom:.625rem;}
}
@media (min-width:1440px){
.caption-square-container .caption-square-inner-wrapper .title{font-size:3.125rem;margin-bottom:1.125rem;}
}
.caption-square-container .caption-square-inner-wrapper .title em{font-style:normal;color:#00e599;}
.caption-square-container .caption-square-inner-wrapper .subtitle{font-family:NunitoSans;font-weight:700;color:#003;font-size:1.563rem;line-height:1.23;padding-top:18px;}
@media (min-width:768px){
.caption-square-container .caption-square-inner-wrapper .subtitle{font-size:1.25rem;line-height:1.2;}
}
@media (min-width:1024px){
.caption-square-container .caption-square-inner-wrapper .subtitle{font-size:1.125rem;}
}
@media (min-width:1440px){
.caption-square-container .caption-square-inner-wrapper .subtitle{font-size:1.5rem;}
}
@media (min-width:1024px){
.caption-square-container.building-blocks{height:300px;}
}
@media (min-width:1440px){
.caption-square-container.building-blocks{height:420px;}
}
@media (min-width:1024px){
.caption-square-container.building-blocks .title{font-size:2.563rem;}
}
@media (min-width:1440px){
.caption-square-container.building-blocks .title{font-size:3.625rem;}
}
@media (min-width:768px){
.caption-square-container.governance{text-align:left;}
}
.caption-square-container.contributors .title{font-size:2.063rem;}
@media (min-width:768px){
.caption-square-container.contributors .title{font-size:1.625rem;}
}
@media (min-width:1024px){
.caption-square-container.contributors .title{font-size:2.25rem;}
}
@media (min-width:1440px){
.caption-square-container.contributors .title{font-size:3rem;}
}
.dual-tokens-container{width:100%;height:210px;position:relative;overflow:hidden;padding:12px;}
@media (min-width:1440px){
.dual-tokens-container{height:318px;margin-top:24px;}
}
.dual-tokens-container .dual-tokens-wrapper{display:flex;align-items:center;flex-wrap:nowrap;justify-content:space-around;height:100%;}
.dual-tokens-container .dual-tokens-wrapper .token-wrapper{text-align:center;width:120px;z-index:1;}
@media (min-width:1440px){
.dual-tokens-container .dual-tokens-wrapper .token-wrapper{width:240px;}
}
.dual-tokens-container .dual-tokens-wrapper .token-wrapper .token-image{width:100%;transform:translate(-12px,18px);}
@media (min-width:1440px){
.dual-tokens-container .dual-tokens-wrapper .token-wrapper .token-image{transform:translate(-18px,30px);}
}
.dual-tokens-container .dual-tokens-wrapper .token-wrapper .token-label{font-family:NunitoSans;font-weight:700;display:block;text-transform:uppercase;}
@media (min-width:1440px){
.dual-tokens-container .dual-tokens-wrapper .token-wrapper .token-label{transform:translateY(-18px);font-size:1.25rem;}
}
.dual-tokens-container .dot-wall{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);}
@media (min-width:768px){
.dual-tokens-container .dot-wall{width:155%;}
}
@media (min-width:1440px){
.dual-tokens-container .dot-wall{width:125%;}
}
.calculator{background-color:#f0f5f6;box-shadow:-30px 35px 30px 0 rgba(81,94,90,.26),-10px 17px 10px 0 rgba(0,0,0,.09);width:100%;max-width:312px;}
@media (min-width:768px){
.calculator{max-width:none;}
}
.calculator .calculator-header{display:flex;align-items:center;background-color:#00e599;}
.calculator .calculator-header .calculator-title{color:#00e599;background-color:#003;padding:8px 18px;font-family:NunitoSans;font-weight:700;font-size:1.063rem;}
@media (min-width:1024px){
.calculator .calculator-header .calculator-title{font-size:1rem;}
}
@media (min-width:1440px){
.calculator .calculator-header .calculator-title{padding-top:16px;padding-bottom:16px;font-size:1.5rem;}
}
.calculator .calculator-body{padding:0 18px;}
.calculator .calculator-body .slider-row{margin-top:36px;display:flex;flex-wrap:nowrap;flex-direction:column;align-items:center;}
@media (min-width:768px){
.calculator .calculator-body .slider-row{flex-direction:row;justify-content:space-between;margin-top:28px;}
}
@media (min-width:1024px){
.calculator .calculator-body .slider-row{margin-top:40px;}
}
@media (min-width:1440px){
.calculator .calculator-body .slider-row{margin-top:56px;}
}
.calculator .calculator-body .slider-row .slider-before{font-family:NunitoSans;font-weight:700;font-size:1.125rem;}
@media (min-width:768px){
.calculator .calculator-body .slider-row .slider-before{width:calc(33% - 18px);text-align:right;}
}
@media (min-width:1024px){
.calculator .calculator-body .slider-row .slider-before{font-size:1.063rem;}
}
@media (min-width:1440px){
.calculator .calculator-body .slider-row .slider-before{font-size:1.5rem;}
}
.calculator .calculator-body .slider-row .slider{flex-grow:1;-webkit-appearance:none;width:100%;height:12px;background:#fff;opacity:.9;-webkit-transition:.2s;transition:opacity .2s;border-radius:7.5px;outline:none;margin-top:20px;margin-bottom:18px;}
@media (min-width:768px){
.calculator .calculator-body .slider-row .slider{margin-left:18px;margin-right:18px;width:33%;}
}
.calculator .calculator-body .slider-row .slider:hover{opacity:1;}
.calculator .calculator-body .slider-row .slider-after{display:flex;align-items:center;color:#003;font-family:WorkSans;font-weight:600;font-size:1.75rem;}
@media (min-width:768px){
.calculator .calculator-body .slider-row .slider-after{width:calc(33% - 18px);}
}
@media (min-width:1024px){
.calculator .calculator-body .slider-row .slider-after{font-size:1.688rem;}
}
@media (min-width:1440px){
.calculator .calculator-body .slider-row .slider-after{font-size:2.5rem;}
}
.calculator .calculator-body .slider-row .slider-after .slider-neo-icon{margin-right:12px;height:24px;width:24px;}
@media (min-width:768px){
.calculator .calculator-body .slider-row .slider-after .slider-neo-icon{margin-right:6px;}
}
.calculator .calculator-body .middle-text{text-align:center;color:#003;font-family:NunitoSans;font-weight:700;font-size:1.063rem;margin-top:10px;}
@media (min-width:768px){
.calculator .calculator-body .middle-text{margin-top:28px;margin-bottom:16px;}
}
@media (min-width:1024px){
.calculator .calculator-body .middle-text{margin-top:18px;margin-bottom:24px;}
}
@media (min-width:1440px){
.calculator .calculator-body .middle-text{font-size:1.5rem;margin-top:40px;margin-bottom:32px;}
}
.calculator .calculator-body .results-row{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:center;}
@media (min-width:768px){
.calculator .calculator-body .results-row{flex-direction:row;justify-content:space-between;align-items:flex-start;}
}
.calculator .calculator-body .results-row .result-col{margin:10px 0;text-align:center;}
@media (min-width:768px){
.calculator .calculator-body .results-row .result-col{width:calc(50% - 30px - 6px);}
}
.calculator .calculator-body .results-row .result-col .result-num{font-family:WorkSans;font-weight:300;font-size:2.688rem;color:#00e599;line-height:1.2;}
@media (min-width:768px){
.calculator .calculator-body .results-row .result-col .result-num{font-size:3.75rem;}
}
@media (min-width:1440px){
.calculator .calculator-body .results-row .result-col .result-num{font-size:6.75rem;}
}
.calculator .calculator-body .results-row .result-col .gas-wrapper{display:flex;align-items:center;justify-content:center;}
@media (min-width:1440px){
.calculator .calculator-body .results-row .result-col .gas-wrapper{margin-top:4px;}
}
.calculator .calculator-body .results-row .result-col .gas-wrapper .result-icon{width:18px;height:18px;margin-right:4px;}
@media (min-width:768px){
.calculator .calculator-body .results-row .result-col .gas-wrapper .result-icon{margin-right:2px;}
}
.calculator .calculator-body .results-row .result-col .gas-wrapper .legend{font-size:.875rem;font-family:WorkSans;font-weight:600;text-transform:uppercase;line-height:1;}
@media (min-width:768px){
.calculator .calculator-body .results-row .result-col .gas-wrapper .legend{font-size:.813rem;}
}
@media (min-width:1440px){
.calculator .calculator-body .results-row .result-col .gas-wrapper .legend{font-size:1.125rem;}
}
.calculator .calculator-body .results-row .result-col .status-text{font-size:.875rem;font-weight:600;text-transform:uppercase;line-height:1;margin-top:8px;}
@media (min-width:768px){
.calculator .calculator-body .results-row .result-col .status-text{font-size:.813rem;margin-top:28px;}
}
@media (min-width:1024px){
.calculator .calculator-body .results-row .result-col .status-text{margin-top:24px;}
}
@media (min-width:1440px){
.calculator .calculator-body .results-row .result-col .status-text{font-size:1.125rem;}
}
.calculator .calculator-body .results-row .plus-sign{color:#fff;background-color:#00e599;border-radius:999px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-top:8px;}
@media (min-width:768px){
.calculator .calculator-body .results-row .plus-sign{width:60px;height:60px;font-size:32px;margin-top:16px;}
}
@media (min-width:1440px){
.calculator .calculator-body .results-row .plus-sign{width:84px;height:84px;font-size:48px;margin-top:32px;}
}
.calculator .calculator-body .foot-note{font-family:NunitoSans;font-weight:700;font-size:.75rem;text-align:center;line-height:1.2;margin-top:10px;padding-bottom:32px;}
@media (min-width:768px){
.calculator .calculator-body .foot-note{font-size:.875rem;margin-top:32px;padding-bottom:22px;}
}
@media (min-width:1024px){
.calculator .calculator-body .foot-note{font-size:.625rem;}
}
@media (min-width:1440px){
.calculator .calculator-body .foot-note{font-size:.75rem;margin-top:52px;padding-bottom:32px;}
}
.layout-container{max-width:none;margin:-65px 0 0 0;padding:0;}
@media only screen and (max-width:992px){
.layout-container{margin:-70px 0 0 0;}
}
@media only screen and (min-width:1600px){
.layout-container{max-width:none;}
}
.home-container{display:flex;flex-direction:column;align-items:stretch;background-color:#fff;}
@media only screen and (min-width:1200px) and (max-width:1440px){
.home-container{zoom:88%;-moz-transform:scale(.88);}
}
@media only screen and (min-width:992px) and (max-width:1199.98px){
.home-container{zoom:86%;-moz-transform:scale(.86);}
}
html body{background:#fff;overflow-x:hidden;}
.dual-row{margin:0;}
.horiz-row{display:flex;flex-direction:column;align-items:center;margin:0;background-color:#f0f5f6;}
.col-left{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;height:100%;}
.col-right{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;height:100%;}
@media only screen and (max-width:767px){
.col-right{padding:2%;}
}
.circle-arrow-icon{display:inline-flex;justify-content:center;align-items:center;font-size:.6rem;width:.875rem;height:.875rem;line-height:1;background-color:#003;border-radius:50%;color:#fff;padding-left:2px;}
.news-link{font-family:NunitoSans;font-weight:600;line-height:1.25;font-size:.875rem;}
.news-link .circle-arrow-icon{margin-left:6px;transform:translate(0,-2px);}
@media only screen and (max-height:1040px){
.aio-row{zoom:80%;}
}
@media only screen and (max-width:767.98px){
.aio-row{display:none;}
}
.aio-row .additional-button-wrapper{margin-bottom:40px;text-align:center;}
.aio-title{margin:46px 10px 23px 10px;font-size:1.813rem;letter-spacing:5px;text-align:center;text-transform:uppercase;font-family:WorkSans;font-weight:700;}
@media (min-width:1024px){
.aio-title{font-size:1.25rem;}
}
@media (min-width:1440px){
.aio-title{font-size:1.813rem;}
}
.highlight-container{display:flex;justify-content:center;flex-wrap:wrap;padding:20px 20px 0 20px;}
.highlight-container>*{margin:0 14px 46px 14px;}
.highlight-wrapper{display:flex;flex-direction:column;align-items:center;width:134px;}
@media only screen and (min-width:1200px) and (max-width:1600px){
.highlight-wrapper{width:120px;}
}
.highlight-img{height:108px;}
.highlight-name{font-family:WorkSans;font-weight:700;text-transform:uppercase;margin-top:30px;font-size:.875rem;text-align:center;}
.building-blocks-container{display:flex;flex-direction:column;align-items:center;align-self:center;max-width:1380px;}
@media only screen and (max-width:1200px){
.building-blocks-container{max-width:991px;}
}
@media only screen and (max-width:767.98px){
.building-blocks-container{max-width:100%;padding:0 .875rem;}
}
.get-started-row{background-color:#fff;padding:2.375rem 2.375rem 11.125rem 2.375rem;font-family:WorkSans;font-weight:700;}
@media only screen and (max-width:1200px){
.get-started-row{padding:2.375rem .5rem 8.625rem .5rem;width:750px;align-self:center;}
}
@media only screen and (max-width:767.98px){
.get-started-row{padding:2.125rem 1rem 6.125rem 1rem;width:100%;}
}
.get-started-row .col-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;height:50.125rem;text-align:right;padding:0 4.25rem 0 0;border-right:3px solid #00e599;}
@media only screen and (max-width:1200px){
.get-started-row .col-left{padding:0 2.875rem 0 0;}
}
@media only screen and (max-width:767.98px){
.get-started-row .col-left{align-items:flex-start;padding:5.125rem 0;height:100%;width:100%;border-right:none;text-align:left;}
}
.get-started-row .col-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding-left:5.5rem;height:50.125rem;}
@media only screen and (max-width:1200px){
.get-started-row .col-right{padding:0 0 0 2.875rem;}
}
@media only screen and (max-width:767.98px){
.get-started-row .col-right{height:100%;padding-left:0;width:100%;}
}
.get-started-row .additional-button-wrapper{margin-top:8px;}
@media (min-width:768px){
.get-started-row .additional-button-wrapper{display:none;}
}
.get-started-title{font-family:WorkSans;font-weight:700;text-transform:uppercase;font-size:5.5rem;line-height:.92;margin-bottom:48px;}
@media (min-width:768px){
.get-started-title{font-size:5.875rem;}
}
@media (min-width:1024px){
.get-started-title{font-size:4.75rem;}
}
@media (min-width:1440px){
.get-started-title{font-size:6.688rem;}
}
.explanation{font-family:NunitoSans;font-weight:700;margin-bottom:48px;font-size:1.25rem;}
@media (min-width:768px){
.explanation{font-size:1.375rem;}
}
@media (min-width:1024px){
.explanation{font-size:1.125rem;}
}
@media (min-width:1440px){
.explanation{font-size:1.5rem;}
}
.get-started-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:wrap;font-family:WorkSans;font-weight:700;}
.get-started-wrapper>*+*{margin-top:20px;}
@media only screen and (max-width:1200px){
.get-started-wrapper>*+*{margin-top:17px;}
}
@media only screen and (max-width:767.98px){
.get-started-wrapper{align-items:center;width:100%;}
.get-started-wrapper>*+*{margin-top:17px;}
}
.float-card{position:relative;display:flex;justify-content:space-between;align-items:center;width:340px;height:102px;background-color:#f0f5f6;border-radius:4px;box-shadow:-30px 35px 30px 0 rgba(81,94,90,.26),-10px 17px 13px 0 rgba(0,0,0,.14);cursor:pointer;}
@media only screen and (max-width:1200px){
.float-card{width:282px;}
}
@media only screen and (max-width:767.98px){
.float-card{width:90%;min-width:260px;}
}
.float-card .card-text-wrapper{display:flex;height:100%;width:100%;}
.float-card .green-vertline{height:80%;width:3px;background-color:#00e599;transform:translate(20px,0);}
@media only screen and (max-width:1200px){
.float-card .green-vertline{transform:translate(15px,0);}
}
@media only screen and (max-width:767.98px){
.float-card .green-vertline{transform:translate(15px,0);}
}
.float-card .card-text{display:flex;flex-direction:column;justify-content:flex-end;font-family:NunitoSans;font-weight:700;max-width:80%;font-size:.938rem;z-index:1;transform:translate(35px,0);height:calc(100% - 1.25rem);text-transform:uppercase;}
@media (min-width:1024px){
.float-card .card-text{font-size:.813rem;transform:translate(35px,0);}
}
@media (min-width:1440px){
.float-card .card-text{font-size:1.125rem;transform:translate(40px,0);}
}
.float-card .card-img{margin-right:20px;height:60%;width:auto;}
.building-blocks-row{display:flex;flex-direction:column;justify-content:center;align-items:stretch;z-index:1;}
@media (min-width:768px){
.building-blocks-row{flex-direction:row;margin:0 36px;}
}
.building-blocks-row .col-left{padding:0;height:100%;}
@media only screen and (max-width:767.98px){
.building-blocks-row .col-left{padding:0 2.375rem;margin-bottom:3.5rem;height:16.5rem;}
}
.building-blocks-row .col-right{justify-content:space-between;align-items:flex-start;padding:2.375rem;height:100%;}
@media only screen and (max-width:1200px){
.building-blocks-row .col-right{padding:0 1rem;}
}
@media only screen and (max-width:767.98px){
.building-blocks-row .col-right{padding:0 2.375rem;}
}
.building-blocks-subtitle{margin-bottom:1rem;font-family:NunitoSans;font-weight:700;font-size:1.5rem;line-height:1.375;}
@media only screen and (max-width:1200px){
.building-blocks-subtitle{font-size:1.375rem;line-height:1.37;}
}
.building-blocks-body{font-family:NunitoSans;font-weight:600;font-size:1.125rem;line-height:1.83;}
@media only screen and (max-width:1200px){
.building-blocks-body{font-size:1rem;line-height:1.5;}
}
.building-blocks-btn{margin-top:1.7rem;}
@media only screen and (max-width:1200px){
.building-blocks-btn{margin-bottom:1.25rem;z-index:1;}
}
@media only screen and (max-width:767.98px){
.building-blocks-btn{display:none;}
}
.blockchain-caption-square-row{width:100%;display:flex;flex-direction:column;align-items:flex-end;padding:0 12px;}
.code-learn-more{align-self:flex-end;margin-top:28px;z-index:1;}
@media only screen and (max-width:767.98px){
.code-learn-more{display:none;}
}
.code-learn-more-mobile{display:none;}
@media only screen and (max-width:767.98px){
.code-learn-more-mobile{display:flex;align-self:center;margin:3.75rem 0;}
}
.code-example-row{display:flex;flex-direction:column;align-self:center;width:1300px;transform:translateY(-48px);margin-bottom:-24px;}
@media only screen and (max-width:1200px){
.code-example-row{padding:.5rem;width:750px;}
}
@media only screen and (max-width:767.98px){
.code-example-row{width:100%;padding:0 2.375rem;flex-direction:column;transform:none;margin-bottom:0;margin-top:2.375rem;}
}
.language-list{display:flex;align-items:center;}
.language-list>*+*{margin-left:1.25rem;}
@media only screen and (max-width:767.98px){
.language-list{width:100%;flex-wrap:wrap;}
.language-list>*{margin:0 .675rem 1.5rem .675rem;}
}
.language-wrapper{display:flex;flex-direction:column;align-items:center;}
.language-name{font-family:WorkSans;font-weight:600;font-size:.875rem;margin-bottom:1.25rem;text-transform:uppercase;color:#003;}
@media (min-width:1024px){
.language-name{font-size:.75rem;}
}
@media (min-width:1440px){
.language-name{font-size:1rem;}
}
.language-icon{display:flex;justify-content:center;align-items:center;height:118px;width:118px;background:#f0f5f6;border:none;box-shadow:-30px 35px 30px 0 rgba(81,94,90,.26),-10px 17px 13px 0 rgba(0,0,0,.14);cursor:pointer;}
@media only screen and (max-width:1200px){
.language-icon{height:88px;width:88px;}
}
.language-icon.python .language-img{width:64px;}
@media only screen and (max-width:1200px){
.language-icon.python .language-img{width:48px;}
}
.language-icon.csharp .language-img{width:64px;}
@media only screen and (max-width:1200px){
.language-icon.csharp .language-img{width:48px;}
}
.language-icon.go .language-img{width:86px;}
@media only screen and (max-width:1200px){
.language-icon.go .language-img{width:64px;}
}
.language-icon.typescript .language-img{width:52px;}
@media only screen and (max-width:1200px){
.language-icon.typescript .language-img{width:40px;}
}
.language-icon.java .language-img{width:54px;}
@media only screen and (max-width:1200px){
.language-icon.java .language-img{width:40px;}
}
.language-icon .language-img{position:absolute;}
.language-icon .language-img.dark{opacity:0;}
.language-icon .language-img.light{opacity:1;}
.code-window{display:flex;flex-direction:column;justify-content:space-between;margin:24px 0;width:90%;max-width:1270px;height:634px;background:#f0f5f6;box-shadow:-24px 28px 24px 0 rgba(81,94,90,.26),-8px 14px 10px 0 rgba(0,0,0,.14);font-size:.95rem;line-height:1.23;background-color:transparent;}
@media only screen and (max-width:1200px){
.code-window{width:90%;height:662px;align-self:center;}
}
@media only screen and (max-width:767.98px){
.code-window{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;margin:0;padding:0;height:100%;width:100%;background-color:#010135;}
}
.code-window .top-bar{display:flex;justify-content:space-between;align-items:center;height:2.375rem;background-color:#f0f5f6;}
@media only screen and (max-width:767.98px){
.code-window .top-bar{display:none;}
}
.code-window .top-bar .top-bar-title{display:flex;align-items:center;justify-content:flex-end;padding:0 1.75rem 0 1.25rem;font-family:WorkSans;font-weight:600;text-transform:uppercase;color:#003;font-size:.813rem;}
@media (min-width:1024px){
.code-window .top-bar .top-bar-title{font-size:.75rem;}
}
@media (min-width:1440px){
.code-window .top-bar .top-bar-title{font-size:1rem;}
}
.code-window .top-bar-mobile{display:flex;justify-content:space-between;align-items:center;height:2.375rem;background-color:#f0f5f6;display:none;}
@media only screen and (max-width:767.98px){
.code-window .top-bar-mobile{display:none;}
}
.code-window .top-bar-mobile .top-bar-title{display:flex;align-items:center;justify-content:flex-end;padding:0 1.75rem 0 1.25rem;font-family:WorkSans;font-weight:600;text-transform:uppercase;color:#003;font-size:.813rem;}
@media (min-width:1024px){
.code-window .top-bar-mobile .top-bar-title{font-size:.75rem;}
}
@media (min-width:1440px){
.code-window .top-bar-mobile .top-bar-title{font-size:1rem;}
}
@media only screen and (max-width:767.98px){
.code-window .top-bar-mobile{display:flex;padding:0 1rem;font-size:1rem;}
}
.code-window .top-bar-mobile .top-bar-title-wrapper{display:flex;justify-content:space-between;align-items:center;height:3rem;}
.code-window .top-bar-mobile .top-bar-title-icon{height:1.2rem;}
.code-window .top-bar-mobile .close-icon{transform:rotate(45deg);}
.code-window .top-bar-mobile .close-icon:hover{cursor:pointer;}
.code-window pre.code{margin:0;padding:0 1rem;color:#00e599;background-color:#010135;height:100%;opacity:1;}
@media (min-width:768px){
.code-window pre.code{opacity:.9;}
}
.code-window pre.code code{font-size:.688rem;}
@media (min-width:1024px){
.code-window pre.code code{font-size:.625rem;}
}
@media (min-width:1440px){
.code-window pre.code code{font-size:.875rem;}
}
.code-window .bottom-bar{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1.375rem;height:3.125rem;background-color:#f0f5f6;}
@media only screen and (max-width:767.98px){
.code-window .bottom-bar{flex-direction:column;align-items:flex-start;height:13.875rem;margin:.375rem;padding:0 .375rem;opacity:1;}
}
.code-window .bottom-bar .bottom-bar-title{font-family:WorkSans;font-weight:600;text-transform:uppercase;color:#003;font-size:.875rem;cursor:pointer;padding:1rem .875rem;border-bottom:2px solid #003;}
@media (min-width:768px){
.code-window .bottom-bar .bottom-bar-title{border-bottom:none;padding:0;}
}
@media (min-width:1024px){
.code-window .bottom-bar .bottom-bar-title{font-size:.75rem;}
}
@media (min-width:1440px){
.code-window .bottom-bar .bottom-bar-title{font-size:1rem;}
}
.code-window .bottom-bar .bottom-bar-buttons{display:flex;justify-content:flex-end;align-items:center;height:100%;}
@media only screen and (max-width:767.98px){
.code-window .bottom-bar .bottom-bar-buttons{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;}
}
.code-window .bottom-bar .bottom-bar-button{display:flex;justify-content:center;align-items:center;margin-left:8px;color:#003;font-family:NunitoSans;font-weight:700;padding:0 16px;justify-content:flex-start;margin:0;border-left:none;border-bottom:1px solid #003;width:100%;font-size:.875rem;}
@media (min-width:768px){
.code-window .bottom-bar .bottom-bar-button{border-left:1px solid #003;border-bottom:none;}
}
@media (min-width:1024px){
.code-window .bottom-bar .bottom-bar-button{font-size:.75rem;padding:0 2.25rem;}
}
@media (min-width:1440px){
.code-window .bottom-bar .bottom-bar-button{font-size:1.125rem;}
}
.code-window .bottom-bar .bottom-bar-button:hover{cursor:pointer;}
.code-window .bottom-bar .button-icon{margin-right:.5rem;height:1rem;}
.connection-line-row{align-self:center;width:1380px;}
@media only screen and (max-width:1200px){
.connection-line-row{width:767px;}
}
@media only screen and (max-width:767.98px){
.connection-line-row{display:none;}
}
.connection-line-row .before-dual-tokens{width:25%;height:240px;border-right:2px solid #00e599;}
.connection-line-row .before-governance{margin-bottom:1.375rem;width:80%;height:10.25rem;border-right:2px solid #00e599;}
@media only screen and (max-width:1200px){
.connection-line-row .before-governance{width:90%;}
}
.connection-line-row .before-contributors{width:20%;margin-top:0;margin-bottom:0;height:300px;border-right:2px solid #00e599;transform:translateY(-150px);margin-bottom:-100px;}
@media only screen and (max-width:1200px){
.connection-line-row .before-contributors{height:92px;transform:translateY(0);margin-bottom:20px;}
}
.dual-tokens-row{display:flex;align-self:center;width:1380px;margin-bottom:80px;}
.dual-tokens-row>*+*{margin-left:7.375rem;}
@media only screen and (max-width:1200px){
.dual-tokens-row{width:727px;margin-bottom:36px;}
.dual-tokens-row>*+*{margin-left:2.5rem;}
}
@media only screen and (max-width:767.98px){
.dual-tokens-row{flex-direction:column;width:100%;margin-bottom:2.875rem;}
.dual-tokens-row>*+*{margin:28px 0 0 0;}
}
.dual-tokens-row .col-left{display:flex;flex-direction:column;align-items:flex-end;margin-right:3.68rem;padding:0 0 0 5%;text-align:right;width:420px;}
.dual-tokens-row .col-left>*+*{margin-top:3.5rem;}
@media only screen and (max-width:1200px){
.dual-tokens-row .col-left{width:230px;padding:0 0 0 3%;}
.dual-tokens-row .col-left>*+*{margin-top:2.175rem;}
}
@media only screen and (max-width:767.98px){
.dual-tokens-row .col-left{align-items:center;padding:0 2%;width:100%;}
.dual-tokens-row .col-left>*+*{margin-top:3.375rem;}
}
.dual-tokens-row .col-right{display:flex;flex-direction:column;padding:0;width:783px;}
.dual-tokens-row .col-right>*+*{margin-top:3.5rem;}
@media only screen and (max-width:1200px){
.dual-tokens-row .col-right{padding:0;width:440px;}
.dual-tokens-row .col-right>*+*{margin-top:2.175rem;}
}
@media only screen and (max-width:767.98px){
.dual-tokens-row .col-right{align-items:center;padding:0 2%;width:100%;}
.dual-tokens-row .col-right>*+*{margin:3.375rem 0 0 0;}
}
.dual-tokens-row .col-right.header-imgs{position:relative;overflow:hidden;}
.dual-tokens-paragraph{width:100%;font-family:NunitoSans;font-weight:600;font-size:1.125rem;line-height:1.4;}
@media only screen and (max-width:1200px){
.dual-tokens-paragraph{font-size:1rem;line-height:1.5;}
}
@media only screen and (max-width:767.98px){
.dual-tokens-paragraph{text-align:left;font-size:1rem;line-height:1.5;}
}
.dual-tokens-horizLine{width:88px;height:4px;background-color:#00e599;}
@media only screen and (max-width:1200px){
.dual-tokens-horizLine{width:60px;}
}
@media only screen and (max-width:767.98px){
.dual-tokens-horizLine{height:5px;}
}
.dual-tokens-buttons{display:flex;flex-direction:column;align-items:flex-end;}
.dual-tokens-buttons>*+*{margin-top:24px;}
.dual-tokens-buttons a{width:14.625rem;}
.governance-section-pc{display:flex;justify-content:space-between;align-self:center;width:1380px;}
.governance-section-pc>*+*{margin-left:80px;}
@media only screen and (max-width:1200px){
.governance-section-pc{display:none;}
}
.governance-section-pc .col-left{display:flex;flex-direction:column;align-items:flex-end;padding:0;height:100%;width:100%;}
.governance-section-pc .col-left>*+*{margin-top:4rem;}
.governance-section-pc .col-right{display:flex;flex-direction:column;align-items:center;padding:0;width:30rem;min-width:30rem;}
.governance-section-pc .col-right>*+*{margin-top:4rem;}
.governance-section-tablet{display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:center;width:727px;}
@media only screen and (max-width:767.98px){
.governance-section-tablet{display:none;}
}
@media only screen and (min-width:1200px){
.governance-section-tablet{display:none;}
}
.governance-section-tablet .governance-top-row{display:flex;align-items:center;width:100%;}
.governance-section-tablet .col-right{display:flex;flex-direction:column;align-items:center;margin:0 2%;width:14.375rem;}
.governance-section-tablet .col-right>*+*{margin-top:1.75rem;}
.governance-section-mobile{display:flex;flex-direction:column;align-items:center;margin:6rem 0;width:100%;padding:0 14px;}
@media only screen and (min-width:767.98px){
.governance-section-mobile{display:none;}
}
.governance-paragraph{display:flex;flex-direction:column;text-align:left;font-family:NunitoSans;font-weight:600;}
.governance-paragraph.bold{font-family:NunitoSans;font-weight:700;}
@media only screen and (max-width:1200px){
.governance-paragraph{width:14.375rem;}
}
@media only screen and (max-width:767.98px){
.governance-paragraph{width:100%;}
}
.governance-green-horizline{height:7px;width:84px;background-color:#00e599;margin:1.75rem 0;}
@media only screen and (max-width:767.98px){
.governance-green-horizline{align-self:center;}
}
.governance-cards{display:flex;flex-direction:column;align-items:flex-end;}
.governance-cards>*+*{margin-top:2.125rem;}
@media only screen and (max-width:1200px){
.governance-cards{align-items:flex-start;padding-left:12px;}
.governance-cards>*+*{margin-top:1.625rem;}
}
@media only screen and (max-width:767.98px){
.governance-cards{align-items:center;width:90%;}
.governance-cards>*+*{margin-top:2.25rem;}
}
.governance-learn-more{font-family:WorkSans;font-weight:600;text-transform:uppercase;color:#003;font-size:1rem;text-align:right;}
@media only screen and (max-width:767.98px){
.governance-learn-more{text-align:center;}
}
.governance-card-container{display:flex;flex-direction:row-reverse;flex-wrap:wrap;width:100%;}
.governance-card-container>*{margin-bottom:3.25rem;margin-left:3.125rem;}
@media only screen and (max-width:1200px){
.governance-card-container{flex-direction:row;}
.governance-card-container>*{margin-bottom:2.875rem;margin-left:0;margin-right:2.625rem;}
}
@media only screen and (max-width:767.98px){
.governance-card-container{flex-direction:column;align-items:center;width:100%;}
.governance-card-container>*{margin-bottom:2.875rem;margin-left:0;margin-right:0;}
}
.governance-img-container{display:flex;align-items:center;width:100%;height:17.375rem;}
@media only screen and (max-width:1200px){
.governance-img-container{height:500px;}
}
.governance-img-horiz{display:flex;width:100%;height:9.5rem;}
@media only screen and (max-width:1200px){
.governance-img-horiz{display:none;}
}
.governance-img-vert{display:none;}
@media only screen and (max-width:1200px){
.governance-img-vert{display:flex;width:100%;height:372px;}
}
.contributors-row{display:flex;justify-content:space-between;align-items:center;align-self:center;width:1380px;padding-left:80px;}
.contributors-row>*+*{margin-left:4.5rem;}
@media only screen and (max-width:1200px){
.contributors-row{width:767px;padding-left:12px;}
.contributors-row>*+*{margin-left:2.235rem;}
}
@media only screen and (max-width:767.98px){
.contributors-row{padding:0 .875rem;width:100%;flex-direction:column;}
.contributors-row>*+*{margin:2rem 0 0 0;}
}
.github-container{display:flex;flex-wrap:wrap;width:100%;}
.github-container>*{margin:.5rem;}
@media only screen and (max-width:1200px){
.github-container>*{margin:.4rem;}
}
@media only screen and (max-width:767.98px){
.github-container>*{margin-top:.3rem;}
}
.github-status{display:flex;align-items:flex-end;font-family:WorkSans;font-weight:600;color:#003;text-transform:uppercase;width:calc(50% - 1rem);font-size:.875rem;}
@media (min-width:768px){
.github-status{font-size:1.188rem;}
}
@media (min-width:1024px){
.github-status{font-size:.875rem;}
}
@media (min-width:1440px){
.github-status{font-size:1.188rem;}
}
.github-status-num{color:#00e599;font-family:WorkSans;font-weight:300;font-size:3.563rem;line-height:.85;}
@media (min-width:768px){
.github-status-num{font-size:5rem;}
}
@media (min-width:1024px){
.github-status-num{font-size:4.813rem;}
}
@media (min-width:1440px){
.github-status-num{font-size:6.75rem;line-height:.8;}
}
.github-status-num.zh{line-height:.95;}
.github-icon-wrapper{display:flex;align-items:center;}
.github-icon{width:13.875rem;height:4.375rem;}
@media only screen and (max-width:1200px){
.github-icon{width:134px;height:44px;}
}
@media only screen and (max-width:767.98px){
.github-icon{width:109px;height:30px;}
}
.contributors-img-wrapper{margin-top:7.875rem;align-self:center;width:1380px;}
@media only screen and (max-width:1200px){
.contributors-img-wrapper{width:90%;overflow-x:scroll;}
}
.contributors-img-wrapper::-webkit-scrollbar{display:none;}
.contributors-img{width:1380px;align-self:center;}
.scroll-buttons{display:none;justify-content:space-between;align-self:center;align-items:center;width:1380px;font-weight:bold;font-size:2.25rem;}
@media only screen and (max-width:1200px){
.scroll-buttons{display:flex;width:90%;}
}
.scroll-buttons #scroll-left-btn,.scroll-buttons #scroll-right-btn{cursor:pointer;}
.scroll-buttons #scroll-left-btn.disabled{cursor:not-allowed;opacity:.5;}
.additional-wrapper{display:flex;justify-content:space-around;width:90%;align-self:center;}
@media only screen and (max-width:1200px){
.additional-wrapper{align-self:center;flex-direction:column;justify-content:flex-start;align-items:center;margin-bottom:3.125rem;}
.additional-wrapper>*+*{margin-top:3.125rem;}
}
.additional-item{display:flex;flex-direction:column;align-items:center;}
.additional-title{font-family:WorkSans;font-weight:700;text-transform:uppercase;color:#003;margin:2.5rem 0;font-size:1.25rem;line-height:1.3;}
@media (min-width:768px){
.additional-title{font-size:1.125rem;}
}
.additional-icons{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.additional-icons>*{margin:.75rem;}
.additional-icon{color:#585e6e;font-size:1.875rem;}
.additional-icon:hover{color:#00e599;}
.latest-news-row{justify-content:center;align-items:flex-start;padding:10%;height:100%;background-color:#fff;}
@media only screen and (max-width:1200px){
.latest-news-row{padding:5%;}
}
@media only screen and (max-width:767px){
.latest-news-row{padding:4%;}
}
.latest-news-title{margin-bottom:24px;font-size:1.875rem;line-height:1;font-family:WorkSans;font-weight:700;color:#003;text-transform:uppercase;text-align:center;padding:24px;border:6px solid #00e599;width:fit-content();align-self:center;}
.view-all-btn{margin:auto;}
.list2{margin-bottom:1.25rem;}
.list2 div[class|=col]{margin:2.5rem 0;list-style:none;}
.list2 div[class|=col]>div{background-color:#f0f5f6;box-shadow:-30px 35px 30px 0 rgba(81,94,90,.26);}
.list2 div[class|=col]>div>div{padding:1rem;}
.list2 div[class|=col] a.img{display:block;width:100%;background-position:center;background-size:cover;animation:back-out ease-out .15s;border:1px solid #dfe3e3;}
.list2 div[class|=col] a.img::before{content:" ";display:block;padding-top:56.25%;}
.list2 div[class|=col] a.img:hover{animation:back linear .25s;animation-fill-mode:forwards;}
.list2 div[class|=col] .list-title h3{height:3.5rem;font-size:1.25rem;overflow:hidden;}
.list2 div[class|=col] .list-summary h4{height:3.5rem;font-size:1.125rem;font-weight:normal;margin-bottom:1rem;overflow:hidden;}
.list2 div[class|=col] .list-title a,.list2 div[class|=col] .list-summary a{color:#003;text-shadow:none;transition:text-shadow .2s;background-size:cover;animation:back-out ease-out .25s;}
.list2 div[class|=col] .list-title a:hover,.list2 div[class|=col] .list-summary a:hover{text-shadow:0 0 .1px #003;transition:text-shadow .2s;}
.list2 div[class|=col] .small span{font-weight:bold;float:right;}
.list2 div[class|=col] div,.list2 div[class|=col] .list-title{margin-top:8px;overflow:hidden;}
.subscribe-container .subscribe-title{font-size:1.375rem;font-weight:700;margin-bottom:12px;}
@media (min-width:1024px){
.subscribe-container .subscribe-title{font-size:1rem;}
}
@media (min-width:1440px){
.subscribe-container .subscribe-title{font-size:1.375rem;}
}
.subscribe-container .subscribe-paragraph{font-size:1.125rem;font-weight:600;}
@media (min-width:1024px){
.subscribe-container .subscribe-paragraph{font-size:.813rem;}
}
@media (min-width:1440px){
.subscribe-container .subscribe-paragraph{font-size:1.125rem;}
}
.subscribe-container input[type="email"]{font-weight:600;font-style:italic;}
.subscribe-container button.form-control{font-size:1.125rem;}
.copyright-container{margin-top:36px!important;}
.copyright-container .copyright-paragraph{color:#939b9f;font-weight:600;}
.neo-features-container{display:flex;flex-direction:column;margin:48px 0;}
@media (min-width:768px){
.neo-features-container{flex-direction:row;flex-wrap:wrap;}
}
.neo-features-container .neo-feature-item{margin:12px 0;padding:12px;flex-grow:0;flex-shrink:0;flex-basis:100%;}
@media (min-width:768px){
.neo-features-container .neo-feature-item{flex-basis:50%;}
}
@media (min-width:1024px){
.neo-features-container .neo-feature-item{flex-basis:32%;}
}
.neo-features-container .neo-feature-item .block-wrapper{display:flex;width:90%;min-width:18.375rem;}
.neo-features-container .neo-feature-item .block-icon-wrapper{width:70px;flex-grow:0;flex-shrink:0;}
@media (min-width:768px){
.neo-features-container .neo-feature-item .block-icon-wrapper{width:140px;}
}
@media (min-width:1440px){
.neo-features-container .neo-feature-item .block-icon-wrapper{width:160px;}
}
.neo-features-container .neo-feature-item .block-icon-wrapper img{width:100%;}
.neo-features-container .neo-feature-item .block-content-wrapper{display:flex;flex-direction:column;margin-left:12px;padding-top:12px;}
@media (min-width:768px){
.neo-features-container .neo-feature-item .block-content-wrapper{padding-top:36px;}
}
.neo-features-container .neo-feature-item .block-title{display:flex;align-items:center;margin-bottom:6px;font-family:WorkSans;font-weight:700;text-transform:uppercase;color:#00e599;font-size:1rem;line-height:1.2;}
@media (min-width:768px){
.neo-features-container .neo-feature-item .block-title{font-size:1.125rem;}
}
@media (min-width:1024px){
.neo-features-container .neo-feature-item .block-title{font-size:.938rem;}
}
@media (min-width:1440px){
.neo-features-container .neo-feature-item .block-title{font-size:1.313rem;}
}
.neo-features-container .neo-feature-item .block-title .circle-arrow-icon{margin-right:6px;}
.neo-features-container .neo-feature-item .block-paragraph{font-family:NunitoSans;font-weight:700;color:#003;font-size:1rem;line-height:1.2;}
@media (min-width:768px){
.neo-features-container .neo-feature-item .block-paragraph{font-size:.875rem;}
}
@media (min-width:1024px){
.neo-features-container .neo-feature-item .block-paragraph{font-size:.813rem;}
}
@media (min-width:1440px){
.neo-features-container .neo-feature-item .block-paragraph{font-size:1.125rem;}
}
/*! CSS Used from: Embedded */
.grantshares.container{padding-top:150px;padding-bottom:80px;}
.grantshares h1{font-size:4.8rem;line-height:1.1;}
@media only screen and (max-width: 992px){
.grantshares h1{font-size:3rem;}
}
/*! CSS Used keyframes */
@keyframes back-out{0%{background-size:105%;}100%{background-size:100%;}}
@keyframes back{0%{background-size:100%;}100%{background-size:105%;}}
/*! CSS Used fontfaces */
@font-face{font-family:'NunitoSans';src:url('https://neoneo.pages.dev/fonts/NunitoSans-ExtraBold.ttf');font-weight:800;}
@font-face{font-family:'NunitoSans';src:url('https://neoneo.pages.dev/fonts/NunitoSans-Bold.ttf');font-weight:700;}
@font-face{font-family:'NunitoSans';src:url('https://neoneo.pages.dev/fonts/NunitoSans-SemiBold.ttf');font-weight:600;}
@font-face{font-family:'NunitoSans';src:url('https://neoneo.pages.dev/fonts/NunitoSans-Regular.ttf');font-weight:400;}
@font-face{font-family:'iconfont';src:url('https://neoneo.pages.dev/fonts/font_2403071_zy1p55u8rdo.woff2') format('woff2'),url('https://neoneo.pages.dev/fonts/font_2403071_zy1p55u8rdo.woff') format('woff'),url('https://neoneo.pages.dev/fonts/font_2403071_zy1p55u8rdo.ttf') format('truetype');}
@font-face{font-family:'WorkSans';src:url('https://neoneo.pages.dev/fonts/WorkSans-Light.ttf');font-weight:300;}
@font-face{font-family:'WorkSans';src:url('https://neoneo.pages.dev/fonts/WorkSans-Bold.ttf');font-weight:700;}
@font-face{font-family:'WorkSans';src:url('https://neoneo.pages.dev/fonts/WorkSans-SemiBold.ttf');font-weight:600;}