:root{--font-xs:12px;--font-sm:13px;--font-base:14px;--font-md:15px;--font-lg:18px}*,:after,:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}caption,figcaption,label,li,p,small,span,td,th{font-size:clamp(var(--font-sm),1em,999px)}input,select,textarea{font-size:max(var(--font-sm),1em)!important}.text-xs{font-size:var(--font-xs)!important}.text-sm{font-size:var(--font-sm)!important}.text-base{font-size:var(--font-base)!important}.text-md{font-size:var(--font-md)!important}.text-lg{font-size:var(--font-lg)!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes growBar{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes ringGrow{0%{stroke-dasharray:0 1000}}.animate-fade{animation:fadeInUp .5s ease forwards}.animate-fade-d1{animation:fadeInUp .5s ease .1s forwards;opacity:0}.animate-fade-d2{animation:fadeInUp .5s ease .2s forwards;opacity:0}.animate-fade-d3{animation:fadeInUp .5s ease .3s forwards;opacity:0}.animate-fade-d4{animation:fadeInUp .5s ease .4s forwards;opacity:0}.animate-bar{transform-origin:bottom;animation:growBar .8s ease forwards}.animate-bar-d1{animation:growBar .8s ease .05s forwards}.animate-bar-d1,.animate-bar-d2{transform-origin:bottom;transform:scaleY(0)}.animate-bar-d2{animation:growBar .8s ease .1s forwards}.animate-bar-d3{animation:growBar .8s ease .15s forwards}.animate-bar-d3,.animate-bar-d4{transform-origin:bottom;transform:scaleY(0)}.animate-bar-d4{animation:growBar .8s ease .2s forwards}.animate-bar-d5{animation:growBar .8s ease .25s forwards}.animate-bar-d5,.animate-bar-d6{transform-origin:bottom;transform:scaleY(0)}.animate-bar-d6{animation:growBar .8s ease .3s forwards}.animate-bar-d7{animation:growBar .8s ease .35s forwards}.animate-bar-d7,.animate-bar-d8{transform-origin:bottom;transform:scaleY(0)}.animate-bar-d8{animation:growBar .8s ease .4s forwards}.animate-bar-d9{animation:growBar .8s ease .45s forwards}.animate-bar-d10,.animate-bar-d9{transform-origin:bottom;transform:scaleY(0)}.animate-bar-d10{animation:growBar .8s ease .5s forwards}.animate-bar-d11{transform-origin:bottom;animation:growBar .8s ease .55s forwards;transform:scaleY(0)}.animate-count{animation:countUp .6s ease forwards}.animate-slide{animation:slideIn .4s ease forwards}.animate-ring{animation:ringGrow 1.2s ease forwards}@media (max-width:1024px){.grid-5{grid-template-columns:repeat(3,1fr)!important}.grid-3col{grid-template-columns:1fr 1fr!important}.grid-dash-bot,.grid-dash-mid,.grid-dash-top{grid-template-columns:1fr!important}}@media (max-width:768px){.sidebar-hide,.sidebar-hide-mobile{display:none!important}.grid-5{grid-template-columns:repeat(2,1fr)!important}.grid-3col{grid-template-columns:1fr!important}.grid-6{grid-template-columns:repeat(2,1fr)!important}.grid-cards{grid-template-columns:1fr!important}}@media (max-width:480px){.grid-5,.grid-6{grid-template-columns:1fr!important}}