@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{position:fixed;inset:0;width:100vw;height:100vh;background-color:#202020;z-index:20;opacity:1;visibility:visible;transition:opacity .5s,visibility .5s;display:flex;flex-direction:column;align-items:center;justify-content:center}.loader .logo{width:150px;margin-bottom:2rem}.loader .spinner{width:50px;height:50px;border:6px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.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{min-height:100vh;text-rendering:optimizeSpeed;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:none;outline:none;border:none}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;background-color:#202020;color:#fff;a{color:#fff;text-decoration:none}}h1{font-size:2.5rem}.wrapper{display:flex;flex-direction:column;width:100%;min-height:100vh}#navIcon{display:none}@media (max-width: 1000px){#navIcon{display:block;width:35px;height:20px;position:relative;right:20px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;z-index:3}#navIcon span{display:block;position:absolute;height:4px;width:100%;background:#fff;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#navIcon span:nth-child(1){top:0}#navIcon span:nth-child(2){top:10px}#navIcon span:nth-child(3){top:20px}#navIcon.open span:nth-child(1){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{position:fixed;bottom:0;left:0;width:100%;margin:15px auto;padding:0 20px;display:flex;justify-content:space-between;font-size:13px;font-weight:500;z-index:10;@media (max-width: 1000px){flex-direction:column;text-align:center}}.bar{position:fixed;top:0;left:0;display:flex;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 20px;z-index:5;transition:transform .4s ease-in-out;.logo{display:block;width:200px;height:100%;z-index:5;img{height:100%;padding:10px 0;margin:0}}nav{display:flex;align-items:center;height:100%;transition:.4s ease-in-out;.el{position:relative;display:flex;align-items:center;height:100%;padding-left:auto;margin-left:20px;font-weight:medium;cursor:pointer;z-index:2;&:after{content:"";position:absolute;display:block;width:0;bottom:15px;border-bottom:1px solid #fff;transition:width .4s ease-in-out}&.active{font-weight:900;font-size:20px}@media (min-width: 485px){&:hover,&.active{&:after{width:100%}}}}}.solid{background:#202020}@media (max-width: 992px){.logo{width:200px;height:80px}nav{position:absolute;display:block;top:0;right:0;z-index:3;width:100%;height:100vh;background-color:#141414;overflow:hidden;translate:100%;opacity:0;.el{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:10vh;text-align:center;margin:0;padding:0;font-size:18px;font-weight:medium;opacity:1;transition:opacity .3s ease-in-out;cursor:pointer;&:nth-child(1){margin-top:200px}}}nav.active{translate:0;opacity:1}}}
