.footer-basic{border-top:1px solid #e0e0e0;padding:40px 0;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:center}.footer-basic svg{position:relative;top:7px;left:7px}.footer-basic ul{padding:0;list-style:none;text-align:center;font-size:18px;line-height:1.6;margin-bottom:0;display:flex}.footer-basic li{padding:0 10px}.footer-basic ul a{color:inherit;text-decoration:none;opacity:.8}.footer-basic ul a:hover{opacity:1}.footer-basic .social{text-align:center;padding-bottom:25px}.footer-basic .social>a{font-size:24px;width:40px;height:40px;line-height:40px;display:inline-block;text-align:center;border-radius:50%;border:1px solid #ccc;margin:0 8px;color:inherit;opacity:.75}.footer-basic .social>a:hover{opacity:.9}.footer-basic .copyright{margin-top:15px;text-align:center;font-size:13px;color:#323131;margin-bottom:0}header{padding:0 10px;border-bottom:1px solid #e0e0e0;background:#fff;align-items:center;width:100%;display:flex;position:sticky;z-index:2;top:0}header .logo{margin-right:24px;color:rgba(148,10,231,.42);font-size:45px;height:60px;width:60px;background-image:url(/_next/static/media/logo.d40fc6a4.png);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer}header .search-wrapper{align-items:center}header .search-wrapper,header .wrapper{display:flex;justify-content:space-between;width:100%}header .banner{margin-left:24px}@media(max-width:767px){header{padding:8px}header .wrapper{width:100%;padding-left:0}header .logo{margin-right:10px}}.hamburger-menu{display:none}.mobile-menu{height:100vh;position:fixed;transform:translate(1230px);transition:transform .7s ease-in-out;background:#fff;top:0;right:0;box-shadow:0 8px 24px hsla(210,8%,62%,.2);z-index:2;font-size:30px}.mobile-menu.open{transform:translate(0)}@media(max-width:767px){.hamburger-menu{display:block;font-size:36px;cursor:pointer}}.loader-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;background:#fff;z-index:1}.loader{width:48px;height:48px;border-radius:50%;display:inline-block;position:relative;border-color:#0a0a0a #0e0f0e transparent transparent;border-style:solid;border-width:3px;box-sizing:border-box;animation:rotation 1s linear infinite}.loader:after,.loader:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border-color:transparent transparent #111112 #141515;border-style:solid;border-width:3px;width:40px;height:40px;border-radius:50%;box-sizing:border-box;animation:rotationBack .5s linear infinite;transform-origin:center center}.loader:before{width:32px;height:32px;border-color:#fff #fff transparent transparent;animation:rotation 1.5s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotationBack{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.form-container{display:flex;align-items:center;position:relative;cursor:pointer;max-width:600px}.form-container svg{right:15px;top:13px}.form-container i,.form-container svg{position:absolute;color:#9078a8;font-size:22px}.form-container i{top:0;right:25px}.form-container .tickers-container{position:absolute;top:45px;left:15px;background:#fff;min-width:180px;border-radius:8px;box-shadow:0 6px 24px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.08)}.form-container .tickers-container .ticker-item{padding:8px;color:#495057;border-radius:8px}.form-container .tickers-container .ticker-item:hover{background-color:#dfdada}.input{padding-left:20px;transition:all .2s;background-color:#fff;background-clip:border-box;color:#495057;outline:none;display:flex;height:44px;box-shadow:0 2px 5px 1px rgba(64,60,67,.16);border-radius:24px;width:100%;min-width:240px;border:.5px solid #d3d3d3}.fa-search{position:absolute;right:15px;top:13px;color:#9078a8}.loading{position:fixed;top:100px;right:1px;height:100vh;width:100vw;background:#8f1c1c}