/* Tailwind-like utilities extracted from template */
/* Breakpoints:
sm: 640px
md: 768px
lg: 1024px
xl: 1280px
2xl: 1536px
*/

.mx-auto{margin-left:auto;margin-right:auto;}
.flex{display:flex;}
.grid{display:grid;}
.hidden{display:none;}
.w-full{width:100%;}
.h-full{height:100%;}
.overflow-hidden{overflow:hidden;}
.object-cover{object-fit:cover;}
.cursor-pointer{cursor:pointer;}
.items-center{align-items:center;}
.justify-center{justify-content:center;}
.flex-wrap{flex-wrap:wrap;}
.gap-2{gap:.5rem;}
.gap-3{gap:.75rem;}
.max-w-7xl{max-width:80rem;}
.px-8{padding-left:2rem;padding-right:2rem;}
.pt-16{padding-top:4rem;}
.pb-10{padding-bottom:2.5rem;}
.pb-24{padding-bottom:6rem;}
.mt-0\.5{margin-top:.125rem;}
.mt-6{margin-top:1.5rem;}
.mb-3{margin-bottom:.75rem;}
.mb-4{margin-bottom:1rem;}
.text-xs{font-size:.75rem;line-height:1rem;}
.text-sm{font-size:.875rem;line-height:1.25rem;}
.text-base{font-size:1rem;line-height:1.5rem;}
.font-medium{font-weight:500;}
.font-normal{font-weight:400;}
.leading-none{line-height:1;}
.leading-tight{line-height:1.25;}
.text-gray-500{color:#6b7280;}
.text-gray-900{color:#111827;}
.bg-gray-200{background:#e5e7eb;}
.rounded-full{border-radius:9999px;}
.aspect-\[3\/4\]{aspect-ratio:3/4;}
.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}
.gap-x-6{column-gap:1.5rem;}
.gap-y-12{row-gap:3rem;}

@media (min-width:768px){
  .md\:text-7xl{font-size:4.5rem;line-height:1;}
}

@media (min-width:640px){}
@media (min-width:768px){}
@media (min-width:1024px){}
@media (min-width:1280px){}
@media (min-width:1536px){}
