:root{--primary:#4452fe;--primary-hover:#2a3cfe;--dark-highlight:#1c1d21;--dark-highlight-hover:#212227;--dark-highlight-active:#28292f;--dark-background:#181818;--darker-background:#0e0e0e;--error:#cf4a53;--error-hover:#c9363f;--success:#10ac84;--caution:#f4b925}@font-face{font-family:Graphik;font-style:normal;font-weight:300;src:url(/static/media/GraphikLight.532fcbe7294b886ec93d.otf) format("opentype")}@font-face{font-family:Graphik;font-style:normal;font-weight:400;src:url(/static/media/GraphikRegular.329746577f94a4f1785e.otf) format("opentype")}@font-face{font-family:Graphik;font-style:normal;font-weight:500;src:url(/static/media/GraphikMedium.f58d53eb72d7239d4ca8.otf) format("opentype")}@font-face{font-family:Graphik;font-style:normal;font-weight:600;src:url(/static/media/GraphikSemibold.7ef1e78abcb43e957eec.otf) format("opentype")}@font-face{font-family:Graphik;font-style:normal;font-weight:700;src:url(/static/media/GraphikBold.e78d3d4f87bc060c0a1a.otf) format("opentype")}*{margin:0;padding:0}body,html{height:100%}body{background:#181818;background:var(--dark-background);color:#fff;font-family:Graphik}a{color:inherit;text-decoration:none}li{list-style-type:none}p{line-height:25px}button,strong{font-weight:500}button{color:inherit;font-family:inherit;font-size:16px}.white{color:#fff}.black{color:#000}.text-light{font-size:15px;font-weight:300}.text-medium{font-size:15px;font-weight:500}.text-regular{font-size:15px;font-weight:400}.small{font-size:13px}.big{font-size:17px}.bigger{font-size:21px}.upper{text-transform:uppercase}.button-scroll{cursor:pointer;padding:0 20px}.button{background:#4452fe;background:var(--primary);border:0;border-radius:5px;cursor:pointer;outline:0;padding:20px 30px;transition:background-color .4s ease-in-out}.button:hover{background:#2a3cfe;background:var(--primary-hover)}button.secondary{background:#1c1d21;background:var(--dark-highlight)}button.secondary:hover{background:#212227;background:var(--dark-highlight-hover)}button.red{background:#cf4a53;background:var(--error)}button.red:hover{background:#c9363f;background:var(--error-hover)}section{padding:100px 0}section#dashboard,section#landing,section#legal{padding-top:200px}div.container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1600px;text-align:center;width:100%}h1{font-size:55px}h1,h2{font-weight:500}h2{font-size:40px}h3{font-size:30px;font-weight:500}.discord-auth{align-items:center;display:flex}.filler{padding:300px 0}@media (max-width:950px){section{padding:50px 0}h1{font-size:41.25px}h2{font-size:30px}.button{font-size:13px;padding:15px 22.5px}p{line-height:18.75px}.text-light{font-size:12px;font-weight:300}.text-medium{font-size:12px;font-weight:500}.text-regular{font-size:12px;font-weight:400}.small{font-size:10px}.big{font-size:14px}.bigger{font-size:16px}}div.modal-wrapper{align-items:flex-start;bottom:0;display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:100}div.modal-wrapper.active{pointer-events:all}div.modal-wrapper div.overlay{background:#000;cursor:pointer;height:100vh;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}div.modal-wrapper.active div.overlay{opacity:.5}div.modal{align-items:center;background:#181818;background:var(--dark-background);border-radius:10px;display:flex;flex-direction:column;margin-top:200px;max-width:min(50%,375px);opacity:0;padding:50px;position:relative;transition:opacity .3s ease}div.modal-wrapper.active div.modal{opacity:1}div.modal p.description{margin:5px 0;opacity:.7}div.modal .title{margin-bottom:12.5px}div.modal input{background:#1c1d21;background:var(--dark-highlight);border:2px solid #0000;border-radius:10px;color:#fff;font-size:16px;margin:25px 0;outline:0;padding:15px;text-align:center;transition:border-color .3s ease,background-color .3s ease;width:80%}div.modal input:focus{background:#212227;background:var(--dark-highlight-hover);border:2px solid #ffffff0d}div.modal div.buttons{display:flex;flex-direction:column;justify-content:center;margin-top:12.5px;width:100%}div.modal div.buttons button{margin:5px 0;padding:12.5px;width:100%}div.message{align-items:center;display:flex;justify-content:center;margin:0 auto;position:relative;width:80%;z-index:100}div.message div.content{align-items:center;border-radius:10px;display:flex;opacity:0;padding:10px;pointer-events:none;position:fixed;text-align:center;top:125px;transition:opacity .3s ease}div.message.active div.content{opacity:1;pointer-events:all}div.message div.content img{background:#0003;border-radius:10px;padding:10px;width:20px}div.message div.content p{margin:0 10px}div.content.success{background:#10ac84;background:var(--success)}div.content.caution{background:#f4b925;background:var(--caution)}div.content.error{background:#cf4a53;background:var(--error)}nav{background:var(--dark-background);box-shadow:0 10px 10px -10px #0003;position:fixed;width:100%;z-index:10}nav ul:first-child img{height:35px}nav ul:first-child{box-sizing:border-box;display:flex;height:100px;margin:0 auto;max-width:1600px;width:100%}nav ul:first-child div.column{align-items:center;display:flex;justify-content:center;padding:0 35px;width:175px}nav ul:first-child div.column.center{flex-grow:1;justify-content:center}nav ul:first-child div.column:first-child{justify-content:flex-start}nav ul:first-child div.column:last-child{justify-content:flex-end}nav ul:first-child div.column:last-child div.user{align-items:center;display:flex;justify-content:center;margin:0 25px;padding:10px}nav ul:first-child div.column:last-child div.user img{border-radius:100px;margin-right:12.5px}nav ul:first-child li{align-items:stretch;display:flex;height:100px;line-height:100px}nav ul li a{opacity:.7;transition:opacity .4s ease-in-out}nav ul li a.active,nav ul li a:hover{opacity:1}nav ul:first-child li.hamburger{align-items:flex-end;cursor:pointer;display:none;flex-direction:column;justify-content:center;padding:0 35px;position:relative;width:40px}nav ul:first-child li.hamburger div{background:#fff;height:2.5px;position:absolute;width:40px}nav ul:first-child li.hamburger div.line1{transform:translateY(-10px)}nav ul:first-child li.hamburger div.line2{width:27.5px}nav ul:first-child li.hamburger div.line3{transform:translateY(10px);width:15px}nav ul:first-child li.hamburger div.line1,nav ul:first-child li.hamburger div.line3{transition:transform .2s ease,width .2s ease}nav ul:first-child li.hamburger.active div.line1,nav ul:first-child li.hamburger.active div.line3{transform:translateY(0);width:27.5px}nav ul.dropdown{align-items:center;background:var(--dark-highlight);display:flex;flex-direction:column;height:calc(100vh - 100px);left:0;margin:0;max-width:100%;opacity:0;padding:25px 0;pointer-events:none;position:absolute;top:100px;transition:opacity .3s ease;width:100%;z-index:9}nav ul.dropdown.active{opacity:1;pointer-events:all}nav ul.dropdown li{font-size:15px;margin:20px 0}nav ul li.dashboard{height:45px}nav ul li.dashboard button{height:45px;padding:0 30px}@media (max-width:1275px){nav ul:first-child li{display:none}nav ul:first-child li.hamburger{display:flex}nav ul:first-child div.column:last-child{padding:0}}section{align-items:center;display:flex;flex-direction:column;position:relative}section div.header{margin-bottom:40px;white-space:pre-wrap}section div.header h1{margin:0 auto;text-align:center;text-transform:capitalize;width:700px}section div.header p{margin:0 auto;max-width:80%}section .button{margin:40px 0}div.notifications{align-items:center;display:flex;flex-direction:column;margin:25px 0 50px;width:850px}div.notification{background:var(--dark-highlight);border-radius:15px;box-shadow:0 5px 16px 0 #080f340f;display:flex;margin:10px 0;padding:0 15px;transition:transform .3s ease-in-out,background-color .3s ease-in-out;width:100%}div.notification:hover{background:var(--dark-highlight-hover);transform:translateY(-5px)}div.notification div.column{align-items:flex-start;box-sizing:border-box;display:flex;justify-content:center;padding:35px 0;width:150px}div.notification div.column:first-child{align-items:center}div.notification div.column.center{flex-direction:column;flex-grow:1;justify-content:flex-start}div.notification div.column img{height:45px;padding:0}div.notification div.column p{margin:5px 0;text-align:left}div.infos{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px;width:70%}div.infos div.info{flex-basis:25%;flex-grow:1;margin:50px 25px;text-align:left}div.infos.features div.info{flex-basis:35%;margin:50px}div.infos div.info div.title{display:flex;line-height:20px;width:100%}div.infos div.info div.title img{height:25px;line-height:20px;margin-right:10px}div.infos div.info p.description{width:100%}@media (max-width:950px){section div.header h1{margin:0 auto;width:90%}div.notifications{margin:0;width:90%}div.notification{margin:5px 0;padding:0 10px}div.notification div.column{padding:15px 0;width:75px}div.notification div.column img{border-radius:10px;height:30px;padding:7.5px;width:30px}div.infos{align-items:center;justify-content:center;margin-top:25px;width:90%}div.infos div.info{align-items:center;flex-basis:none;flex-grow:0;width:250px}div.infos div.info div.title,div.infos div.info p.description{width:250px}}section#landing:after{background:-webkit-gradient(to bottom,#0000 .3%,var(--darker-background) 60.3%);background:linear-gradient(to bottom,#0000 .3%,var(--darker-background) 60.3%);bottom:0;content:"";display:block;height:450px;pointer-events:none;position:absolute;width:100%;z-index:5}section#landing div.header{margin:0}@media (max-width:950px){section#landing:after{height:200px}}h1#live-count{font-size:75px;line-height:75px;margin-top:25px}div.selector div.time{display:flex;justify-content:center}div.selector div.time button{border-radius:100px;margin:15px}div.products{display:flex;flex-wrap:wrap;justify-content:space-between}div.products div.product{border-radius:10px;box-shadow:0 5px 16px 0 #080f340f;box-sizing:border-box;display:flex;flex-direction:column;margin:15px;padding:50px;transition:transform .3s ease-in-out,background-color .3s ease-in-out;width:350px}div.products div.product:hover{transform:translateY(-5px)}div.products div.product:hover,div.products div.product:last-child{background:var(--dark-highlight)}div.products div.product:last-child:hover{background:var(--dark-highlight-hover)}div.products div.product div.features{margin:40px 0;text-align:left}div.products div.product div.features div.feature{align-items:flex-start;display:flex;opacity:.5}div.products div.product div.features div.feature img{margin:5px 5px 5px 0;width:15px}div.products div.product div.price{align-self:flex-start;margin-bottom:20px;margin-top:auto}div.products div.product div.price span{opacity:.5}div.products div.product button{margin:0;padding:15px 0;width:100%}@media (max-width:950px){div.products{justify-content:center;margin:0 auto;width:90%}div.products div.product{background:var(--dark-highlight);min-height:500px}div.products div.product:hover{background:var(--dark-highlight-hover)}}div.posts{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:25px;text-align:left;width:900px}div.posts div.post{background:var(--dark-highlight);border-radius:10px;box-shadow:0 5px 16px 0 #080f340f;box-sizing:border-box;flex-basis:40%;flex-grow:1;margin:10px;padding:25px;transition:transform .3s ease-in-out,background-color .3s ease-in-out}div.posts div.post:hover{background:var(--dark-highlight-hover);transform:translateY(-5px)}div.posts div.post div.title{align-items:center;display:flex}div.posts div.post div.title img{margin-right:10px;width:40px}@media (max-width:950px){div.posts{width:90%}}@media (max-width:600px){div.posts div.post{flex-basis:100%}}section#faq div.questions{display:flex;text-align:left;width:70%}section#faq div.column{flex-basis:40%;flex-grow:1;margin:6.25px}section#faq div.question{background:var(--dark-highlight);border-radius:15px;box-shadow:0 5px 16px 0 #080f340f;cursor:pointer;margin:12.5px 0;padding:25px;position:relative;transition:background-color .3s ease-in-out}section#faq div.question:hover{background:var(--dark-highlight-hover)}section#faq div.question.active{background:var(--dark-highlight-active)}section#faq div.question div.title{display:flex}section#faq div.question div.title div.expand{align-items:center;background:#fff;border-radius:5px;display:flex;flex-grow:0;flex-shrink:0;height:25px;justify-content:center;margin-left:auto;position:relative;transition:background-color .4s ease-in-out;width:25px}section#faq div.question div.title div.expand div.line{background:var(--dark-highlight);border-radius:10px;height:2px;position:absolute;transition:background-color .4s ease,transform .4s ease;width:50%}section#faq div.question div.title div.expand div.line.first{transform:rotate(0deg)}section#faq div.question div.title div.expand div.line.second{transform:rotate(90deg)}section#faq div.question div.title p{padding-right:20px}section#faq div.question p.description{max-height:0;opacity:0;pointer-events:none;transition:max-height .4s ease,opacity .2s ease-in}section#faq div.question.active p.description{max-height:500px;opacity:1}section#faq div.question.active div.title div.expand{background:var(--primary)}section#faq div.question.active div.title div.expand div.line{background:#fff}section#faq div.question.active div.title div.expand div.line.first{transform:rotate(45deg)}section#faq div.question.active div.title div.expand div.line.second{transform:rotate(135deg)}@media (max-width:950px){section#faq div.questions{flex-direction:column;width:90%}section#faq div.column{margin-top:-18.75px}section#faq div.question div.title div.expand{height:18.75px;width:18.75px}}footer{padding:75px 0}footer ul{align-items:stretch;display:flex;text-align:left}footer ul li{flex-grow:1;margin:20px;width:200px}footer ul img{align-self:center;height:30px}@media (max-width:950px){footer{padding:50px 0}footer ul li{margin:0;width:150px}footer ul img{height:20px}}@media (max-width:600px){footer{padding-top:0}footer ul{align-items:flex-start;flex-direction:column}footer ul li{margin:20px 0;text-align:center}footer ul img{margin:30px 0}}section#dashboard p.placeholder{opacity:.7}section#dashboard div.plan-wrapper{align-items:center;background:var(--dark-highlight);border-radius:15px;display:flex;flex-direction:column;padding:25px 50px;transition:transform .3s ease-in-out,background-color .3s ease-in-out;width:400px}section#dashboard div.plan-wrapper:hover{background:var(--dark-highlight-hover);transform:translateY(-5px)}section#dashboard div.plan-wrapper div.plan{width:100%}section#dashboard div.plan h3{margin:25px 0}section#dashboard div.plan div.row,section#dashboard div.plan div.row button{width:100%}section#dashboard div.plan div.field{align-items:center;display:flex;justify-content:space-between}section#dashboard div.plan div.row:first-child div.field{justify-content:center}section#dashboard div.plan div.field span{margin-right:auto;opacity:.7}section#dashboard div.plan div.field p{background:#ffffff0d;border-radius:10px;margin:10px 0;padding:5px 17.5px;text-transform:capitalize}section#dashboard div.plan div.field p.active{background:var(--success)}section#dashboard div.plan div.field p.inactive{background:var(--error)}section#dashboard div.plan div.field button{padding:15px}@media (max-width:500px){section#dashboard div.plan-wrapper{width:70%}}section#legal p.content{background:var(--dark-highlight);border-radius:10px;padding:50px;transition:transform .3s ease-in-out,background-color .3s ease-in-out;white-space:pre-wrap;width:65%}section#legal p.content:hover{background:var(--dark-highlight-hover);transform:translateY(-5px)}.ticker-view{display:flex;flex-direction:row-reverse;height:auto;margin:auto;overflow:hidden;position:relative}.number-placeholder{visibility:hidden}.ticker-column-container{position:relative}.ticker-column{bottom:0;height:1000%;position:absolute}.ticker-digit{height:10%}