::-webkit-scrollbar{width:.6rem;height:.6rem;margin-right:10px}::-webkit-scrollbar-corner{border:none;background:none}::-webkit-scrollbar-thumb{background-color:var(--second-red);border-radius:3px;cursor:move}::-webkit-scrollbar-track{background-color:transparent;border:none}:root{--blue:#0d6efd;--indigo:#6610f2;--purple:#6f42c1;--pink:#d63384;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#198754;--teal:#20c997;--cyan:#0dcaf0;--text:#e1e2e6;--text-light:#f7f7f7;--text-secondary:#828287;--header-bg:#232326;--app-bg:#1b1b1e;--cards-bg:#202024;--btns:#238741;--second-red:#dc3545;--shadow:rgb(18 18 20) 0px 1rem 2rem}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--app-bg);overflow-x:hidden}a{text-decoration:none}li,ul{list-style:none;padding:0}h1,h2,h3,h4,h5,h6,li,p,ul{margin:0}a:hover,button:hover{cursor:pointer}.viewDisabled{border:none;opacity:0;overflow-x:hidden;position:absolute;right:99999rem}.scrolled{background:var(--header-bg)!important;height:72px;width:100vw}.btn{background-color:var(--cards-bg)!important;font-size:larger;cursor:pointer;padding:1rem 2rem;font-style:italic;font-family:JetBrains Mono,sans-serif!important}.btn,.navActive{color:var(--text)!important;font-weight:bolder!important}.navActive{border-bottom:2px solid var(--second-red)!important}.animateLeftToRight{-webkit-animation:left-to-right 1.5s cubic-bezier(.55,-.05,.35,.9);animation:left-to-right 1.5s cubic-bezier(.55,-.05,.35,.9)}.animateRightToLeft{-webkit-animation:right-to-left 500s cubic-bezier(.55,-.05,.35,.9)!important;animation:right-to-left 500s cubic-bezier(.55,-.05,.35,.9)!important}.animateTopToBottom{-webkit-animation:top-to-bottom 1s ease-in-out;animation:top-to-bottom 1s ease-in-out}.animateBottomToTop{-webkit-animation:bottom-to-top 1.5s cubic-bezier(.55,-.05,.35,.9);animation:bottom-to-top 1.5s cubic-bezier(.55,-.05,.35,.9)}.animateEmerge{-webkit-animation:emerge 1.5s cubic-bezier(.55,-.05,.35,.9);animation:emerge 1.5s cubic-bezier(.55,-.05,.35,.9)}@-webkit-keyframes left-to-right{0%{margin-left:-10rem;opacity:0}to{margin-left:0;opacity:1}}@keyframes left-to-right{0%{margin-left:-10rem;opacity:0}to{margin-left:0;opacity:1}}@-webkit-keyframes right-to-left{0%{margin-right:-10rem!important;opacity:0!important}to{margin-right:0!important;opacity:1!important}}@keyframes right-to-left{0%{margin-right:-10rem!important;opacity:0!important}to{margin-right:0!important;opacity:1!important}}@-webkit-keyframes top-to-bottom{0%{margin-top:-4rem;opacity:0}to{margin-top:0;opacity:1}}@keyframes top-to-bottom{0%{margin-top:-4rem;opacity:0}to{margin-top:0;opacity:1}}@-webkit-keyframes bottom-to-top{0%{margin-top:100rem;opacity:0}to{margin-top:0;opacity:1}}@keyframes bottom-to-top{0%{margin-top:100rem;opacity:0}to{margin-top:0;opacity:1}}@-webkit-keyframes emerge{0%{opacity:0}to{opacity:1}}@keyframes emerge{0%{opacity:0}to{opacity:1}}@media screen and (max-width:767px){.active{border:2px solid var(--second-green)!important}}