@charset "UTF-8";@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/build/assets/inter-300-784e559c.woff2) format("woff2"),url(/build/assets/inter-300-590d1d3f.woff) format("woff")}@font-face{font-family:Inter;font-style:medium;font-weight:500;font-display:swap;src:url(/build/assets/inter-500-22477fcf.woff2) format("woff2"),url(/build/assets/inter-500-b8aff021.woff) format("woff")}html{height:100%}html,body{margin:0;padding:0}body{min-height:100%;display:grid;grid-template-rows:1fr auto;color:#fff;background:#030d14}body,input,textarea,select,button{color:#fff;font-family:Inter,sans-serif;font-weight:300;font-size:20px;line-height:1.45em}input,textarea,select,button{border:1px solid #fff;color:#fff;background:#030d14}a{color:#fff}button{background:#003670}table{width:100%;border-collapse:collapse}*{box-sizing:border-box}h1,h2,h3{font-weight:300;line-height:1.45em;text-align:center;margin:0 0 24px}h1{font-size:32px}.subtitle{margin:24px auto;max-width:600px;text-align:center}.center-wrapper{width:95%;max-width:1200px;margin:0 auto}section,article{padding:40px 0}@media (min-width: 960px){section,article{padding:60px 0}section .subtitle,article .subtitle{margin:40px auto}}form{max-width:480px;position:relative;margin:0 auto}form .controller{display:block;position:relative}form .controller.controller--error .field{border-color:red}form .controller.controller--error.controller--checkbox .field:before{border:1px solid #ff0000}form .controller+.controller{margin-top:24px}form .label{text-align:left;padding:0 20px;font-weight:500;margin-bottom:4px}form .note{padding-left:20px;margin-top:4px}form .field{display:block;width:100%;background:#041520}form .field:focus{outline:none!important}form .error{position:absolute;right:20px;top:16px;font-size:16px;line-height:16px;font-weight:500;padding:4px 6px;text-align:left;background:#fff;color:red;z-index:2;box-shadow:2px 2px 8px #00000040}form input,form button,form select,form textarea{height:54px;padding:0 20px;margin:0;border:1px solid #131f2a}form textarea{height:200px;min-height:200px;max-width:100%;min-width:100%;padding:12px 20px;resize:vertical}form select option{background:#030d14}form input[type=checkbox]{display:none}form input[type=checkbox]:checked+.field:after{opacity:1}form .controller--checkbox{display:flex;flex-direction:row-reverse;align-items:center}form .controller--checkbox .label{padding:0;text-align:left;margin:0 auto 0 20px}form .controller--checkbox .field{position:relative;width:36px;height:36px;cursor:pointer;flex-shrink:0}form .controller--checkbox .field:after,form .controller--checkbox .field:before{position:absolute;content:"";display:block;box-sizing:border-box}form .controller--checkbox .field:before{left:0;top:0;width:100%;height:100%;background:#041520;border:1px solid #131f2a;z-index:1}form .controller--checkbox .field:after{left:10px;top:10px;width:18px;height:18px;z-index:2;background:#fff;border-radius:50%;opacity:0;transition:opacity .25s ease-out}form .controller--checkbox .error{top:-18px}form .sending{position:absolute;left:0;top:0;width:100%;height:100%;z-index:3;background:rgba(3,13,20,.75)}form .button{margin:40px auto 0}form .status{margin:20px 0;text-align:center}form .form-group{margin-top:24px}form .form-group>.title{font-weight:500;padding-left:20px;margin-bottom:16px}form .form-group .controller .label{font-size:16px}form .form-group .controller+.controller{margin-top:12px}@media (min-width: 960px){article h2,article h3{text-align:left}article h2{margin-top:40px}}.button{display:block;width:240px;height:40px;line-height:40px;background:#003670;border:none;color:#fff;padding:0;margin:0;text-align:center;text-decoration:none;cursor:pointer}.button.button-center{margin:40px auto 0}.button.button-small{display:inline-block;width:auto;padding-left:20px;padding-right:20px}@media (min-width: 960px){.button{height:60px;line-height:60px}.button.button-small{height:45px;line-height:45px}}.header-spacer{height:40px}header{position:fixed;top:0;left:0;width:100%;height:40px;background:#030d14;border-bottom:1px solid #131f2a;z-index:10}header .logo{position:absolute;left:2.5%;top:0;width:auto;z-index:1;text-align:left;padding-left:40px}header .logo svg{position:absolute;height:32px;width:32px;left:0;top:4px}header form{display:block}header a,header button{display:block;width:100%;height:40px;line-height:40px;text-decoration:none;text-align:center}header a.active,header button.active{font-weight:500}header button{border:none;background:transparent;cursor:pointer}header #toggle{display:none}header .toggle{position:absolute;right:2.5%;top:0;cursor:pointer;z-index:2}header .burger{height:40px;width:40px;padding:6px 0}header .burger>div{width:40px;height:4px;margin:4px 0;background:#fff;transition:transform .25s ease-out}header #toggle:checked+.toggle .burger .line1{transform:translateY(8px) rotate(225deg)}header #toggle:checked+.toggle .burger .line2{transform:scaleX(0)}header #toggle:checked+.toggle .burger .line3{transform:translateY(-8px) rotate(-225deg)}header #toggle:checked+.toggle+.menu{opacity:1;height:100vh}header .menu{position:absolute;overflow:hidden;height:0;opacity:0;top:0;left:0;padding-top:80px;width:100vw;background:#030d14;transition:height .25s ease-out,opacity .25s ease-out}@media (min-width: 960px){.header-spacer{height:60px}header{height:60px}header a,header button,header .language--toggle{position:relative;display:block;padding:0 20px;height:60px;line-height:60px;width:auto}header nav{position:relative;display:flex;flex-wrap:nowrap;height:60px;width:95%;max-width:1200px;margin:0 auto}header .logo{position:relative;left:0;top:0;padding-left:68px}header .logo svg{height:36px;width:36px;top:12px;left:16px}header #toggle:checked+.toggle+.menu{opacity:1;height:60px;background:transparent}header .menu{position:static;display:flex;justify-content:right;flex-wrap:nowrap;height:60px;width:auto;background:transparent;padding:0;opacity:1;overflow:visible;margin-left:auto}header .toggle{display:none}}.language{display:flex;flex-wrap:wrap;justify-content:center;text-transform:uppercase;max-width:120px;margin:0 auto}.language .language--toggle,.language a{display:block;width:40px;height:40px;line-height:40px;margin:0;text-align:center}.language .language--toggle{font-weight:500;-webkit-user-select:none;user-select:none;cursor:pointer}.language input[type=checkbox]{display:none}.language .language--menu{display:flex;flex-wrap:wrap}@media (min-width: 960px){.language{display:flex;flex-wrap:nowrap;margin:0}.language .language--toggle,.language a{height:60px;line-height:60px}.language .language--toggle{width:auto}.language a{padding:0;width:60px}.language #language--toggle:checked+.language--toggle+.language--menu{opacity:1;z-index:1;transform:scale(1)}.language .language--menu{position:absolute;box-sizing:content-box;width:120px;top:55px;right:-20px;opacity:0;transition:opacity .25s ease-out,transform .25s ease-out;transform:scale(0);transform-origin:right top;z-index:-1;background:#030d14;border:1px solid #131f2a}}.app-flash{position:fixed;top:40px;width:100%;z-index:9}.app-flash .flash{margin:0 auto;background:#fff;color:#030d14;padding:6px 16px;max-width:240px;text-align:center;cursor:pointer}@media (min-width: 960px){.app-flash{top:75px}.app-flash .flash{padding:8px 16px}}footer{grid-row-start:2;grid-row-end:3;padding:24px 0;text-align:center;color:#666;background:#000205}footer .coingecko{display:block;font-size:inherit;color:inherit;text-decoration:none}footer a{text-decoration:none}footer .copy>*,footer .menu>*{padding:0 20px;display:block}footer .copy{font-size:14px}footer .menu{margin-bottom:24px}@media (min-width: 960px){footer .copy,footer .menu{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}}.hover{position:relative}.hover:after{content:"";position:absolute;display:block;left:0;top:0;width:100%;height:100%;background:#0d2b52;opacity:0;transition:opacity .25s ease-out;z-index:-1}.hover:hover{z-index:1}.hover:hover:after{opacity:1}.hover span{position:relative;z-index:2}section.about .flex{padding-top:16px}section.about .item{position:relative;padding:18px 0 0;border:1px solid #131f2a;text-align:center}section.about .item+.item{margin-top:40px}section.about .item p{margin:0}section.about h3,section.about .content{display:flex;align-items:center;justify-content:center;padding:20px}section.about h3{margin:0;border-bottom:1px solid #131f2a}section.about .number{position:absolute;font-size:18px;line-height:18px;left:50%;top:-16px;transform:translate(-50%);border:1px solid #131f2a;padding:8px 10px 4px;background:#041520}section.about .content{background:#041520}@media (min-width: 960px){section.about .flex{display:flex;flex-wrap:nowrap;justify-content:space-between;margin:0 -10px}section.about .item{display:flex;flex-direction:column;justify-content:space-between;flex:1 1 0px;margin:0 10px!important}section.about h3{height:120px}section.about .content{height:200px}}article h1{border-bottom:1px solid #131f2a;padding-bottom:24px;margin-bottom:40px}article .center-wrapper{max-width:800px}article .text{padding:0 20px}article .button{margin:0 auto}article .date{font-size:16px;margin:20px 0}section.auth h1{text-align:center}section.auth p{text-align:center}section.blog-list h2{text-align:left}section.blog-list .item{display:block;padding:40px 20px;border-top:1px solid #131f2a}section.blog-list a{text-decoration:none}section.blog-list .date{font-size:16px;margin:20px 0}@media (min-width: 600px){section.blog-list .flex{display:flex;flex-wrap:wrap;justify-content:space-between}section.blog-list .item{width:48%}}@media (min-width: 960px){section.blog-list .flex{display:flex;flex-wrap:wrap;justify-content:space-between}section.blog-list .item{width:31%}}section.features{background:#00080e}section.features .flex{padding-top:16px}section.features .item{position:relative;padding:18px 0 0;border:1px solid #131f2a;text-align:center}section.features .item+.item{margin-top:40px}section.features .item p{margin:0}section.features h3,section.features .content{display:flex;align-items:center;justify-content:center;padding:20px}section.features h3{margin:0;border-bottom:1px solid #131f2a}section.features .number{position:absolute;font-size:18px;line-height:18px;left:50%;top:-16px;transform:translate(-50%);border:1px solid #131f2a;padding:8px 10px 4px;background:#041520}section.features .content{background:#041520}@media (min-width: 960px){section.features .flex{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -10px}section.features .item{display:flex;flex-direction:column;flex:0 1 23%;margin:0 10px 20px!important}section.features h3{height:120px}section.features .content{height:200px}}.bg-container{background:linear-gradient(0deg,#030d14 0%,#000205 100%)}section.hero{position:relative;padding:0}section.hero h1,section.hero p{position:relative;z-index:3}section.hero h1{text-align:left}section.hero .center-wrapper{position:relative;padding:80px 20px 240px}section.hero .center-wrapper:before,section.hero .center-wrapper img{content:"";position:absolute;display:block}section.hero .center-wrapper:before{height:320px;width:240px;right:50%;bottom:-150px;background:radial-gradient(#000 30%,transparent 70%);transform:scaleY(.1) translate(50%);z-index:1}section.hero .center-wrapper img{height:auto;width:240px;right:50%;bottom:32px;transform:translate(50%);z-index:2}@media (min-width: 600px){section.hero .center-wrapper:before{width:320px;right:3%;bottom:-178px;transform:scaleY(.1)}section.hero .center-wrapper img{width:320px;right:5%;bottom:12px;transform:translate(0)}}@media (min-width: 960px){@keyframes bounce{0%{transform:translateY(16px) scaleY(1)}50%{transform:translateY(-16px) scaleY(.95)}to{transform:translateY(16px) scaleY(1)}}@keyframes shadow{0%{transform:scaleY(.1)}50%{transform:scale(.5,.1)}to{transform:scaleY(.1)}}section.hero{padding:0}section.hero .center-wrapper{padding:120px 20px}section.hero .center-wrapper:before{animation:shadow 5s ease-in-out 0s infinite}section.hero .center-wrapper img{animation:bounce 5s ease-in-out 0s infinite}}section.node{overflow:hidden;max-width:100vw}section.node .item{max-width:240px;margin:0 auto}section.node .item+.item{margin-top:40px}section.node .flex+h3{margin-top:40px}section.node .qr-code{position:relative;overflow:hidden}section.node .qr-code:after{content:"";display:block;margin-top:100%}section.node .logo{position:absolute;z-index:1;width:16%;height:16%;left:42%;top:42%;border:4px solid #fff;background:#fff;border-radius:100%}section.node canvas{position:absolute;width:100%;height:100%;display:block}section.node .clipboard{position:relative;cursor:pointer;width:95vw;max-width:240px;overflow:hidden;margin-top:0;padding-top:20px}section.node .clipboard:after{position:absolute;right:0;top:14px;content:"✂"}section.node .clipboard:before{position:absolute;content:"";display:block;right:0;top:0;width:80px;height:100%;background:linear-gradient(-90deg,#030d14 50%,rgba(3,13,20,0) 100%)}@media (min-width: 600px){section.node .flex{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -10px}section.node .item{margin:0}section.node .item+.item{margin:0 0 0 40px}section.node .clipboard{width:100%}}section.contact{background:#00080e}section.contact form .sending{background:rgba(0,8,14,.75)}
