
/*! Tailwind CSS v2.2.19 (Lite) | MIT License | https://tailwindcss.com */
body{margin:0;font-family:system-ui,sans-serif}
.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}
.w-full{width:100%}
.h-full{height:100%}
.h-500px{height:500px}
.object-cover{object-fit:cover}
.object-contain{object-fit:contain}
.mx-auto{margin-left:auto;margin-right:auto}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-12{padding-left:3rem;padding-right:3rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.text-center{text-align:center}
.font-semibold{font-weight:600}
.text-white{color:#fff}
.bg-red-600{background-color:#dc2626}
.hover\:bg-red-700:hover{background-color:#b91c1c}
.rounded-sm{border-radius:0.125rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.mb-4{margin-bottom:1rem}
