.nav{position:fixed;z-index:100}.navmenu{display:grid;position:fixed;left:0;bottom:0;width:100%;height:50px;padding:0 1rem;transition:.4s;align-content:center;border-radius:20px 20px 0 0;background-color:#f7f7f7;box-shadow:0 -1px 12px #13393626}.navlist,.navlink{box-sizing:border-box;padding:0;margin:0;display:flex;list-style:none}.navlink{flex-direction:column;align-items:center;row-gap:.1px;color:#63677a;font-weight:500}.navlist{justify-content:space-around}.navname{font-size:11px}.activelink{position:relative;color:#04307e;border-top:2px solid #04307e;transition:.3s}@media screen and (max-width: 320px){.navname{display:none}}@media screen and (min-width: 576px){.navlist{justify-content:center;column-gap:48px}}:root{--color01: #04307e;--color11: #0048ce;--color02: #1455cd;--color12: #0d64ff;--color03: #f7f7f7;--color040: #dbe4eb;--color041: #fefaf9;--color042: #b7bbc2;--color043: #ecf2f7;--color050: #040408;--color051: #5d96ff;--color052: #ffbc6d;--color053: #ff8675;--color054: #103782;--color055: #e0830a;--color056: #e0230a;--color057: #5d96ff;--color058: #00bf63;--color059: #b9caff;--color060: #17298b;--color061: #63677a;--color062: #999EB7}*{padding:0;margin:0}body{width:100%;overflow-y:scroll;overflow-x:hidden;background-color:#fff!important}::-webkit-scrollbar{width:1px}::-webkit-scrollbar-track{background-color:var(--color03)}::-webkit-scrollbar-thumb{background-color:var(--color01)}a{text-decoration:none!important;color:var(--color01)}.LazyLoad{opacity:0;transition:all 1s ease-in-out}.is-visible{opacity:1}.cursor-pointer{cursor:pointer}.cursor-pointer-hover:hover{background-color:var(--color040)}.no-pointer-events{pointer-events:none}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wrap-anywhere{overflow-wrap:anywhere}.center{display:block;margin-left:auto;margin-right:auto}.header{position:fixed;background-color:var(--color03)}.loading-progress-bar{width:100%;height:5px;position:relative;overflow:hidden}.loading-progress-bar:after{position:absolute;content:"";left:0;width:10px;height:5px;background-color:var(--color01);border-radius:1rem;animation:progress-bar linear 1s infinite}@keyframes progress-bar{0%{width:0}30%{width:60%}50%{width:80%}to{width:100%}}.loading-pulse{position:relative;padding:3px;width:64px;height:64px;border-radius:50%;background-color:var(--color01)}.loading-pulse:after{content:"";position:absolute;opacity:100%;width:120px;height:120px;left:50%;top:50%;border-radius:50%;background-color:var(--color01);transform:translate(-50%,-50%);animation:pulse .5s ease-out infinite}.loading-pulse img{width:100%;place-items:center}@keyframes pulse{0%{opacity:100%;width:120px;height:120px}5%{opacity:90%;width:136px;height:136px}to{opacity:0;width:192px;height:192px}}@media screen and (min-width: 768px){.loading-pulse-position{left:calc(50% + 142px)}}.loading-spinner{width:50px;--b: 8px;aspect-ratio:1;border-radius:50%;padding:1px;background:conic-gradient(#0000 10%,var(--color01)) content-box;-webkit-mask:repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));-webkit-mask-composite:destination-in;mask-composite:intersect;animation:spinner 1s infinite steps(10)}@keyframes spinner{to{transform:rotate(1turn)}}.skeleton{background-color:var(--color043);background:linear-gradient(100deg,#fff0 40%,#ffffff80,#fff0 60%) var(--color043);background-size:200% 100%;background-position-x:180%;animation:1s skeleton ease-in-out infinite}@keyframes skeleton{to{background-position-x:-20%}}
