@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,700&display=swap";@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader{z-index:20;opacity:1;visibility:visible;background-color:#202020;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s,visibility .5s;display:flex;position:fixed;inset:0}.loader .logo{width:150px;margin-bottom:2rem}.loader .spinner{border:6px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.loaderClosed{opacity:0;visibility:hidden}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizespeed;min-height:100vh;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{background:0 0;border:none;outline:none}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html{scroll-behavior:smooth}body{color:#fff;background-color:#202020;font-family:Roboto,sans-serif;& a{color:#fff;text-decoration:none}}h1{font-size:2.5rem}.wrapper{flex-direction:column;width:100%;min-height:100vh;display:flex}#navIcon{display:none}@media (width<=1000px){#navIcon{-o-transition:.5s ease-in-out;cursor:pointer;z-index:3;width:35px;height:20px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;display:block;position:relative;right:20px;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}#navIcon span{opacity:1;-o-transition:.25s ease-in-out;background:#fff;border-radius:9px;width:100%;height:4px;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;transition:all .25s ease-in-out;display:block;position:absolute;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}#navIcon span:first-child{top:0}#navIcon span:nth-child(2){top:10px}#navIcon span:nth-child(3){top:20px}#navIcon.open span:first-child{top:10px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}#navIcon.open span:nth-child(2){opacity:0;left:-35px}#navIcon.open span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}}main{width:100%;min-height:100%}footer{z-index:10;justify-content:space-between;width:100%;margin:15px auto;padding:0 20px;font-size:13px;font-weight:500;display:flex;position:fixed;bottom:0;left:0;@media (width<=1000px){text-align:center;flex-direction:column}}.bar{z-index:5;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 20px;transition:transform .4s ease-in-out;display:flex;position:fixed;top:0;left:0;& .logo{z-index:5;width:200px;height:100%;display:block;& img{height:100%;margin:0;padding:10px 0}}& nav{align-items:center;height:100%;transition:all .4s ease-in-out;display:flex;& .el{height:100%;font-weight:medium;cursor:pointer;z-index:2;align-items:center;margin-left:20px;padding-left:auto;display:flex;position:relative;&:after{content:"";border-bottom:1px solid #fff;width:0;transition:width .4s ease-in-out;display:block;position:absolute;bottom:15px}&.active{font-size:20px;font-weight:900}@media (width>=485px){&:hover,&.active{&:after{width:100%}}}}}& .solid{background:#202020}@media (width<=992px){& .logo{width:200px;height:80px}& nav{z-index:3;opacity:0;background-color:#141414;width:100%;height:100vh;display:block;position:absolute;top:0;right:0;overflow:hidden;translate:100%;& .el{text-align:center;width:100%;height:10vh;font-size:18px;font-weight:medium;opacity:1;cursor:pointer;justify-content:center;align-items:center;margin:0;padding:0;transition:opacity .3s ease-in-out;display:flex;position:relative;&:first-child{margin-top:200px}}}& nav.active{opacity:1;translate:0}}}
