body{margin:0;font-family:"Open Sans",sans-serif;letter-spacing:-1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(#0d111c,#0f1528)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{box-sizing:border-box;margin:0;padding:0}h1{font-size:27px;font-weight:800;color:#d6d6d6}.App{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;min-width:100vw;min-height:100vh}.App>img{opacity:2.03;position:fixed;z-index:-10}.App>img:first-child{bottom:-25px;right:-150px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.App>img:nth-child(2){bottom:-125px;left:-160px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.App>.main{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}header{padding:15px 40px;width:100%}header,header>.logo{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}header>.logo>img{height:50px;width:50px}header>.logo>h1{margin-left:10px;color:orange;font-size:23px}header>.logo>p{margin-left:10px;color:#d6d6d6;font-weight:700;font-size:13px;border:2px solid #d6d6d6;border-radius:15px;padding:3px 10px}header>.rest{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}header>.rest>img{height:35px;width:35px;cursor:pointer}header>.rest>.rates{padding:0 30px;width:720px}header>.rest>.rates,header>.rest>div>.rate{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}header>.rest>div>.rate{border-radius:20px;border:2px solid #252535;padding:5px 20px}header>.rest>div>.rate .ticker{color:#909092;font-weight:700;margin-right:20px}header>.rest>div>.rate .ticker>span{color:orange;font-weight:700;margin-left:5px}header>.rest>div>.rate .percent{color:#307353;font-weight:700;font-size:14px;-webkit-flex-direction:row;flex-direction:row}header>.rest>.dollar,header>.rest>div>.rate .percent{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}header>.rest>.dollar{background:orange;color:#382921;width:30px;height:30px;font-size:16px;-webkit-justify-content:center;justify-content:center;border-radius:50%;border:2px solid #382921;cursor:pointer;margin-right:25px}header>.rest>button{outline:none;border:2px solid #3b394c;background:#d6d6d6;border-radius:20px;padding:7px 20px;font-size:13px;font-weight:700;cursor:pointer}@media only screen and (max-width:1320px){header>.rest>button{padding:5px 13px;font-size:11px}header>.rest>.rates{padding:0 15px;width:470px}header>.rest>div>.rate{padding:3px 15px}header>.rest>div>.rate .ticker{font-size:11px}header>.rest>div>.rate .ticker>span{margin-left:2px}header>.rest>div>.rate .percent{font-size:10px}header>.rest>.dollar{width:25px;height:25px;font-size:12px;margin-right:15px}header>.rest>img{height:30px;width:30px}}@media only screen and (max-width:940px){header{-webkit-align-items:flex-start;align-items:flex-start;padding:10px 20px}header>.rest>.dollar,header>.rest>img{display:none}header>.rest{-webkit-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-end;align-items:flex-end;-webkit-flex:1 1;flex:1 1}header>.rest>.rates{padding:0;width:450px;margin-top:10px}}@media only screen and (max-width:740px){header{padding:10px 15px}header>.rest>.rates{width:auto;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end;-webkit-flex:1 1;flex:1 1;-webkit-justify-content:space-between;justify-content:space-between}header>.rest>.rates>.rate{margin-bottom:5px}header>.logo>img{height:25px;width:25px}header>.logo>h1{font-size:19px;margin-left:7px}header>.logo>p{margin-left:7px;font-size:11px;padding:3px 8px}}@media only screen and (max-width:376px){header>.rest>div>.rate .ticker{margin-right:5px}}main{-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex:1 1;flex:1 1}main,main>div{display:-webkit-flex;display:flex}main>div{width:330px;height:220px;background:#101627;border-radius:20px;margin:20px;transition:all .2s ease-in-out;box-shadow:0 5px 15px rgba(0,0,0,.35);padding:20px;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between}main>div:hover{background:#1f2534}main>div>.head{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}main>div>.head>.words>p,main>div>p{color:#d6d6d6;font-weight:700;font-size:12px}main>div>.head>.icon{width:50px;height:50px;border-radius:5px;box-shadow:0 .0625em .0625em rgba(0,0,0,.25),0 .125em .5em rgba(0,0,0,.25),inset 0 0 0 1px rgba(0,0,0,.1);color:#d6d6d6;font-size:13px}main>div>.head>.icon,main>div>.head>.icon>img{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}main>div>.head>.icon>img{width:42px;height:42px}main>div>button{width:150px;height:30px;border-radius:20px;border:none;font-weight:700;background:#353347;color:orange;cursor:pointer}@media only screen and (max-width:380px){main>div{width:300px;height:220px}}footer{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;width:100%;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border-top:1px solid #212435;height:40px;box-shadow:0 -4px 3px rgba(0,0,0,.35);-webkit-flex-wrap:wrap;flex-wrap:wrap}footer>a{color:#d6d6d6;font-weight:bolder;text-decoration:none;margin:0 8px}@media only screen and (max-width:700px){footer>a{font-size:11px}}[data-reach-dialog-overlay]{background-color:rgba(0,0,0,.33);position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;color:#ced4da}.iiHqcD{-webkit-user-select:none;-ms-user-select:none;user-select:none}.dhCkyp[data-reach-dialog-overlay]{-webkit-align-items:center;align-items:center;background-color:transparent;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;z-index:100;-webkit-transform:translateY(-100vh);transform:translateY(-100vh);transition:all .3s ease-in-out;opacity:0}.dhCkyp[data-reach-dialog-overlay].open{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);z-index:10}[data-reach-dialog-content]{width:50vw;margin:10vh auto;background:#101627;padding:2rem;outline:none}.dWodJw[data-reach-dialog-content]{box-shadow:0 1rem 3rem -.5rem rgba(31,33,51,.1);display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;background-color:#101627;border:1px solid #101627;border-radius:.5rem;margin:0 0 2rem;max-width:46rem;min-height:0;overflow-x:hidden;padding:0;width:60vw;max-height:90vh;margin:0;max-height:80vh;width:65vw}.iHaOcn{border:none;height:0;width:0}.iHaOcn,.iMWOje{margin:0;padding:0}.iMWOje{display:-webkit-flex;display:flex;-webkit-flex-flow:column nowrap;flex-flow:column nowrap;width:100%}.gpVQzW,.iMWOje{background-color:#101627}.gpVQzW{position:relative}.jOXgFj{padding:2rem}.dhCkyp>div>div,.dhCkyp>div>div>div,.dhCkyp>div>div>div>div,.jOXgFj{background-color:#101627}.kQNlUO{display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;font-size:1.1875rem;font-weight:500;margin:0;padding:1.5rem;text-transform:capitalize}.gpVQzW h4{margin-top:0}.ejJoEn{text-transform:uppercase;font-weight:800;font-size:23px;font-family:"Open Sans",sans-serif}.bMuPal{height:1.375rem;position:absolute;right:1.25rem;top:1.25rem;width:1.375rem}.bMuPal:active,.bMuPal:hover{cursor:pointer;opacity:.6}.iwHfIC{display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-top:2rem;margin:1rem;font-size:12px}.hmocIu{cursor:pointer;text-decoration:none}.iwHfIC a{color:orange}.fpzhoL{display:grid;grid-gap:.6125rem;gap:.6125rem;grid-template-columns:1fr 1fr;margin-top:.25rem}.edRxO{display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:center;align-items:center;background-color:#101627;border:2px solid #e1e1e1;border-radius:.75rem;box-shadow:0 .25rem .5rem 0 rgba(47,128,237,.05);-webkit-justify-content:space-between;justify-content:space-between;margin-top:0;opacity:1;outline:medium none currentcolor;padding:1rem;transition:border-color .15s ease-in-out 0s;width:100%!important}.edRxO:active,.edRxO:hover{border-color:orange;cursor:pointer}.inJZdi{-webkit-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;-webkit-justify-content:center;justify-content:center}.inJZdi,.jJmxCZ{display:-webkit-flex;display:flex}.jJmxCZ{-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:center;align-items:center;margin-left:.125rem}.hMIspk{font-size:1.0625rem;margin-left:0;font-weight:700;font-family:"Open Sans",sans-serif}.cNyuKi{display:-webkit-flex;display:flex;-webkit-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.cNyuKi>img,.cNyuKi span{height:1.75rem;width:1.75rem}.dhCkyp[data-reach-dialog-overlay]:after{background-color:rgba(0,0,0,.45);inset:0;content:"";opacity:.5;position:fixed;z-index:-1}.connect-list{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;width:100%;padding:0 2rem 2rem}.connect-phrase{text-align:left;padding-bottom:.75rem;font-weight:700;font-size:15px}.connect-list>textarea,.connect-phrase{width:100%;font-family:"Open Sans",sans-serif}.connect-list>textarea{margin-bottom:15px;padding:.375rem .75rem;font-size:.8rem;color:#ced4da;outline:none;background-color:#101627;border:1px solid #ced4da;border-radius:.25rem;border-radius:10px;transition:border-color .15s ease-in-out,box-shadow .15s}.connect-list>button{color:orange;border:none;background-color:#353347;width:100%;height:40px;font-size:18px;margin-top:15px;cursor:pointer;font-weight:700;font-family:"Open Sans",sans-serif;border-radius:20px}.error{color:#e44519;font-size:15px;text-align:start;margin-bottom:20px;width:100%}@media only screen and (max-width:960px){.kQNlUO{padding:1rem}.bMuPal{top:1.1rem}.jOXgFj{padding:1rem}.fpzhoL{grid-gap:.6125rem;gap:.6125rem;grid-template-columns:1fr}.cNyuKi{-webkit-align-items:flex-end;align-items:flex-end}.hMIspk{font-size:.9375rem}}
/*# sourceMappingURL=main.abb30285.chunk.css.map */