*{font-family:Lato,sans-serif}:root{--sufrah-navy: #1e3a8a;--sufrah-gold: #fcb076;--sufrah-light-navy: #3b82f6;--sufrah-light-gold: #fbbf24}h1,h2,h3,h4,h5,h6,p{margin:0}button{border:none}.bg-sufrah-navy{background-color:var(--sufrah-navy)}.bg-sufrah-gold{background-color:var(--sufrah-gold)}.text-sufrah-navy{color:var(--sufrah-navy)}.text-sufrah-gold{color:var(--sufrah-gold)}.text-sufrah-light-gold{color:var(--sufrah-light-gold)}.bg-white{background-color:#fff}.text-white{color:#fff}.text-gray-600{color:#4b5563}.text-gray-300{color:#d1d5db}.text-slate-100{color:#f1f5f9}.text-slate-300{color:#cbd5e1}.p-8{padding:2rem}.p-4{padding:1rem}.p-2{padding:.5rem}.p-1{padding:.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.px-8{padding-left:2rem;padding-right:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.mb-8{margin-bottom:2rem}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.mb-0\.5{margin-bottom:.125rem}.mt-8{margin-top:2rem}.mt-4{margin-top:1rem}.mt-2{margin-top:.5rem}.mt-1{margin-top:.25rem}.mt-auto{margin-top:auto}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded{border-radius:.25rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-sm{box-shadow:0 1px 2px #0000000d}.flex{display:flex}.grid{display:grid}.space-y-4>*+*{margin-top:1rem}.space-y-3>*+*{margin-top:.75rem}.space-y-2>*+*{margin-top:.5rem}.space-y-1>*+*{margin-top:.25rem}.gap-8{gap:2rem}.gap-4{gap:1rem}.gap-2{gap:.5rem}.gap-1{gap:.25rem}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1 0%}.text-center{text-align:center}.text-right{text-align:right}.w-full{width:100%}.w-16{width:4rem}.w-12{width:3rem}.w-10{width:2.5rem}.w-8{width:2rem}.h-10{height:2.5rem}.h-8{height:2rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-light{font-weight:300}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-transparent{border-color:transparent}.cursor-pointer{cursor:pointer}.transition-all{transition:all .3s}.transition-colors{transition:color .3s}.hover\:bg-sufrah-light-navy:hover{background-color:var(--sufrah-light-navy)}.hover\:bg-sufrah-gold:hover{background-color:var(--sufrah-gold)}.hover\:bg-amber-700:hover{background-color:#b45309}.hover\:bg-gray-600:hover{background-color:#4b5563}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:text-sufrah-gold:hover{color:var(--sufrah-gold)}.hover\:text-sufrah-light-gold:hover{color:var(--sufrah-light-gold)}.hover\:border-sufrah-navy:hover{border-color:var(--sufrah-navy)}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.hover\:-translate-y-px:hover{transform:translateY(-1px)}.hover\:-translate-x-0\.5:hover{transform:translate(-.125rem)}.focus\:outline-none:focus{outline:none}.focus\:border-sufrah-navy:focus{border-color:var(--sufrah-navy)}.focus\:ring-2:focus{box-shadow:0 0 0 2px #1e3a8a1a}.min-w-32{min-width:8rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-center{text-align:center}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.block{display:block}.inline{display:inline}.leading-relaxed{line-height:1.625}.italic{font-style:italic}.last\:border-b-0:last-child{border-bottom-width:0}.bg-red-600{background-color:#dc2626}.bg-gray-500{background-color:#6b7280}.flex-col{flex-direction:column}.baloo-bhaijaan-2-400{font-family:"Baloo Bhaijaan 2",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.baloo-bhaijaan-2-800{font-family:"Baloo Bhaijaan 2",sans-serif;font-optical-sizing:auto;font-weight:800;font-style:normal}
