*{box-sizing:border-box}body{background:#f2f6f7;margin:0;font-family:Poppins,sans-serif}#root{min-height:100vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#e2e2e2}::-webkit-scrollbar-thumb{background:#c1e7f4;border-radius:4px}.grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.grid-1{grid-template-columns:1fr;gap:14px;display:grid}@media (width<=767px){.grid-4{grid-template-columns:repeat(2,1fr);gap:12px}.grid-2{grid-template-columns:1fr}.hide-mobile{display:none!important}}@media (width>=768px) and (width<=1023px){.grid-4{grid-template-columns:repeat(2,1fr);gap:14px}}
