@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes sh5{0%{background-position:0 0,100% 0,100% 100%,0 100%}33%{background-position:0 0,100% 0,100% 100%,0 100%;width:60px;height:60px}66%{background-position:100% 0,100% 100%,0 100%,0 0;width:60px;height:60px}100%{background-position:100% 0,100% 100%,0 100%,0 0}}@keyframes fadeText{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes pulsing{0%{scale:1}50%{scale:.8}100%{scale:1}}@keyframes fadeView{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;outline:none;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;color:#020035;word-wrap:break-word;}body{height:100vh;width:100%;display:none;}body header{display:none;z-index:9;}body:has(page){display:block;animation-name:fadeIn;animation-duration:.3s;}.divider{height:24px;}[x-cloak]{display:none!important;}.circularLoader{margin:20px auto;width:80px;height:80px;border-radius:50%;border:4px solid #f3f3f3;border-top:4px solid #3498db;animation:spin 1s infinite linear;}.overlay{position:fixed;width:100%;height:100%;z-index:99;left:0;top:0;background:rgba(0,0,0,.5647058824);background:rgba(3,17,61,.8);display:flex;flex-direction:column;align-items:center;justify-content:center;}.overlay p{text-align:center;color:#fff;font-weight:600;}#linearLoader{width:100%;height:4px;background-color:#f3f3f3;position:relative;overflow:hidden;}#linearLoader .loaderBar{height:100%;width:0;background-color:#4285f4;position:absolute;top:0;left:0;animation:linear-load 2s linear infinite;}@keyframes linear-load{0%{width:0;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}header{position:fixed;top:0;background:#141333;z-index:1;}header *{animation-name:fadeIn;animation-duration:.3s;}header nav{display:flex;justify-content:center;align-items:center;width:100vw;height:60px;gap:10px;padding:10px;}header nav *{color:#fff;font-weight:normal;text-transform:uppercase;}header nav span{cursor:pointer;padding:10px 5px;text-transform:uppercase;border-bottom:1px solid transparent;transition:.3s;}header nav span:hover{border-bottom:1px solid #fbbf24;color:#fbbf24;}header nav .selected{border-bottom:1px solid #fbbf24;color:#fbbf24;}header .burger,header .back{color:#fff;position:absolute;right:10px;font-size:20px;cursor:pointer;padding:10px;display:block;width:40px;height:40px;}header .back{left:10px;}.banner{background:linear-gradient(56.86deg,#1D4CB3 14.34%,#33B9DE 85.66%);width:100vw;padding:10px;}.banner *{color:#fff;}.banner h3{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;}.banner i.fa-clock{font-size:30px;}sidebar{position:fixed;z-index:1;top:0;right:-300px;width:300px;height:100vh;background:#020035;transition:.3s;padding:20px;z-index:9;}sidebar .burger,sidebar header .back,header sidebar .back{color:#fff;position:absolute;right:10px;top:10px;font-size:20px;cursor:pointer;padding:10px;display:block;}sidebar nav{display:flex;flex-direction:column;margin-top:60px;}sidebar nav span{color:#fff;text-transform:uppercase;cursor:pointer;margin-bottom:20px;padding-bottom:10px;}sidebar nav .selected{border-bottom:1px solid #fbbf24;color:#fbbf24;}sidebar.show{right:0;}sidebar.show::after{content:"";background:rgba(0,0,0,.3137254902);width:200vh;height:100vh;position:absolute;right:100%;top:0;}page{max-width:1024px;display:block;margin:auto;padding:120px 20px 60px;overflow-y:auto;overflow-x:hidden;}page *{animation-name:fadeIn;animation-duration:.3s;}@media (max-width:640px){page{padding-top:140px}}page h1{text-align:center;font-weight:600;margin-bottom:20px;}page p{line-height:1.5;}footer{display:flex;align-items:center;justify-content:center;padding:10px;gap:10px;position:fixed;bottom:0;width:100vw;}footer img{width:20px;}footer small{color:#ccc;}