*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; }
body { margin: 0; line-height: inherit; }
a { color: inherit; text-decoration: inherit; }
button, input, optgroup, select, textarea { font: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; background-color: transparent; background-image: none; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }

@keyframes pulse { 50% { opacity: .5; } }
.absolute{position:absolute}
.align-top{vertical-align:top}
.bg-black{background-color:rgb(0 0 0)}
.bg-black\/10{background-color:rgb(0 0 0 / 0.1)}
.bg-black\/20{background-color:rgb(0 0 0 / 0.2)}
.bg-black\/5{background-color:rgb(0 0 0 / 0.05)}
.bg-transparent{background-color:transparent}
.bg-white{background-color:rgb(255 255 255)}
.block{display:block}
.border{border-width:1px}
.border-0{border-width:0}
.border-b{border-bottom-width:1px}
.border-black{border-color:rgb(0 0 0)}
.border-black\/10{border-color:rgb(0 0 0 / 0.1)}
.border-black\/12{border-color:rgb(0 0 0 / 0.12)}
.border-black\/18{border-color:rgb(0 0 0 / 0.18)}
.border-black\/20{border-color:rgb(0 0 0 / 0.2)}
.border-black\/30{border-color:rgb(0 0 0 / 0.3)}
.border-black\/5{border-color:rgb(0 0 0 / 0.05)}
.border-black\/6{border-color:rgb(0 0 0 / 0.06)}
.border-black\/8{border-color:rgb(0 0 0 / 0.08)}
.border-l-2{border-left-width:2px}
.border-t{border-top-width:1px}
.col-span-2{grid-column:span 2 / span 2}
.cursor-pointer{cursor:pointer}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.font-light{font-weight:300}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-semibold{font-weight:600}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-x-10{column-gap:2.5rem}
.gap-x-12{column-gap:3rem}
.gap-y-3{row-gap:0.75rem}
.gap-y-6{row-gap:1.5rem}
.grid{display:grid}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.group:hover .group-hover\:opacity-80{opacity:0.8}
.group:hover .group-hover\:opacity-90{opacity:0.9}
.group:hover .group-hover\:opacity-95{opacity:0.95}
.h-4{height:1rem}
.h-\[100vh\]{height:100vh}
.h-px{height:1px}
.hidden{display:none}
.hover\:bg-black\/80:hover{background-color:rgb(0 0 0 / 0.8)}
.hover\:border-black:hover{border-color:rgb(0 0 0)}
.hover\:border-black\/20:hover{border-color:rgb(0 0 0 / 0.2)}
.hover\:border-black\/28:hover{border-color:rgb(0 0 0 / 0.28)}
.hover\:border-black\/40:hover{border-color:rgb(0 0 0 / 0.4)}
.hover\:opacity-100:hover{opacity:1}
.hover\:opacity-40:hover{opacity:0.4}
.italic{font-style:italic}
.items-baseline{align-items:baseline}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.justify-end{justify-content:flex-end}
.justify-start{justify-content:flex-start}
.leading-relaxed{line-height:1.625}
.leading-snug{line-height:1.375}
.leading-tight{line-height:1.25}
@media (min-width:1024px){.lg\:flex{display:flex}}
@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (min-width:1024px){.lg\:hidden{display:none}}
.list-none{list-style-type:none}
.max-w-2xl{max-width:42rem}
.max-w-4xl{max-width:56rem}
.max-w-5xl{max-width:64rem}
.max-w-6xl{max-width:72rem}
.max-w-7xl{max-width:80rem}
.max-w-lg{max-width:32rem}
.max-w-md{max-width:28rem}
.max-w-sm{max-width:24rem}
.max-w-xl{max-width:36rem}
.max-w-xs{max-width:20rem}
.mb-0{margin-bottom:0}
.mb-1{margin-bottom:0.25rem}
.mb-10{margin-bottom:2.5rem}
.mb-14{margin-bottom:3.5rem}
.mb-2{margin-bottom:0.5rem}
.mb-20{margin-bottom:5rem}
.mb-24{margin-bottom:6rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
@media (min-width:768px){.md\:flex-row{flex-direction:row}}
@media (min-width:768px){.md\:gap-14{gap:3.5rem}}
@media (min-width:768px){.md\:gap-20{gap:5rem}}
@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:768px){.md\:grid-cols-\[1fr_2fr\]{grid-template-columns:1fr 2fr}}
@media (min-width:768px){.md\:mb-6{margin-bottom:1.5rem}}
@media (min-width:768px){.md\:text-6xl{font-size:3.75rem;line-height:1}}
@media (min-width:768px){.md\:text-\[16px\]{font-size:16px}}
@media (min-width:768px){.md\:text-\[19px\]{font-size:19px}}
@media (min-width:768px){.md\:text-\[27px\]{font-size:27px}}
@media (min-width:768px){.md\:tracking-\[0\.3em\]{letter-spacing:0.3em}}
.min-w-\[640px\]{min-width:640px}
.ml-2{margin-left:0.5rem}
.ml-\[5\%\]{margin-left:5%}
.mr-3{margin-right:0.75rem}
.mr-\[5\%\]{margin-right:5%}
.mt-0\.5{margin-top:0.125rem}
.mt-10{margin-top:2.5rem}
.mt-16{margin-top:4rem}
.mt-2{margin-top:0.5rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.mx-auto{margin-left:auto;margin-right:auto}
.my-4{margin-top:1rem;margin-bottom:1rem}
.my-5{margin-top:1.25rem;margin-bottom:1.25rem}
.no-underline{text-decoration-line:none}
.opacity-0{opacity:0}
.opacity-100{opacity:1}
.opacity-20{opacity:0.2}
.opacity-25{opacity:0.25}
.opacity-30{opacity:0.3}
.opacity-32{opacity:0.32}
.opacity-35{opacity:0.35}
.opacity-40{opacity:0.4}
.opacity-42{opacity:0.42}
.opacity-45{opacity:0.45}
.opacity-50{opacity:0.5}
.opacity-55{opacity:0.55}
.opacity-56{opacity:0.56}
.opacity-58{opacity:0.58}
.opacity-60{opacity:0.6}
.opacity-62{opacity:0.62}
.opacity-65{opacity:0.65}
.opacity-70{opacity:0.7}
.opacity-72{opacity:0.72}
.opacity-75{opacity:0.75}
.opacity-80{opacity:0.8}
.outline-none{outline:2px solid transparent;outline-offset:2px}
.p-0{padding:0}
.p-3{padding:0.75rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.pb-1{padding-bottom:0.25rem}
.pb-16{padding-bottom:4rem}
.pb-2{padding-bottom:0.5rem}
.pb-24{padding-bottom:6rem}
.pb-3{padding-bottom:0.75rem}
.pb-5{padding-bottom:1.25rem}
.pl-5{padding-left:1.25rem}
.pointer-events-none{pointer-events:none}
.pr-4{padding-right:1rem}
.pr-6{padding-right:1.5rem}
.pr-8{padding-right:2rem}
.pt-1{padding-top:0.25rem}
.pt-16{padding-top:4rem}
.pt-32{padding-top:8rem}
.pt-4{padding-top:1rem}
.pt-40{padding-top:10rem}
.pt-8{padding-top:2rem}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.px-12{padding-left:3rem;padding-right:3rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-\[5\%\]{padding-left:5%;padding-right:5%}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.relative{position:relative}
.right-10{right:2.5rem}
.rounded{border-radius:0.25rem}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:0.5rem}
.rounded-sm{border-radius:0.125rem}
.self-center{align-self:center}
.shrink-0{flex-shrink:0}
@media (min-width:640px){.sm\:col-span-2{grid-column:span 2 / span 2}}
@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:640px){.sm\:text-5xl{font-size:3rem;line-height:1}}
.space-y-0 > :not([hidden]) ~ :not([hidden]) { margin-top:0; margin-bottom:0; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top:0.5rem; margin-bottom:0; }
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top:0.625rem; margin-bottom:0; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top:0.75rem; margin-bottom:0; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top:1rem; margin-bottom:0; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top:1.25rem; margin-bottom:0; }
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1}
.text-6xl{font-size:3.75rem;line-height:1}
.text-\[10px\]{font-size:10px}
.text-\[12px\]{font-size:12px}
.text-\[13px\]{font-size:13px}
.text-\[14px\]{font-size:14px}
.text-\[15px\]{font-size:15px}
.text-\[16px\]{font-size:16px}
.text-\[17px\]{font-size:17px}
.text-\[18px\]{font-size:18px}
.text-\[19px\]{font-size:19px}
.text-\[20px\]{font-size:20px}
.text-\[21px\]{font-size:21px}
.text-\[22px\]{font-size:22px}
.text-\[23px\]{font-size:23px}
.text-\[24px\]{font-size:24px}
.text-\[31px\]{font-size:31px}
.text-\[9px\]{font-size:9px}
.text-black{color:rgb(0 0 0)}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-white{color:rgb(255 255 255)}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.top-10{top:2.5rem}
.tracking-\[0\.16em\]{letter-spacing:0.16em}
.tracking-\[0\.18em\]{letter-spacing:0.18em}
.tracking-\[0\.22em\]{letter-spacing:0.22em}
.tracking-\[0\.24em\]{letter-spacing:0.24em}
.tracking-\[0\.28em\]{letter-spacing:0.28em}
.tracking-\[0\.2em\]{letter-spacing:0.2em}
.tracking-\[0\.3em\]{letter-spacing:0.3em}
.tracking-\[0\.4em\]{letter-spacing:0.4em}
.tracking-tight{letter-spacing:-0.025em}
.tracking-widest{letter-spacing:0.1em}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.underline{text-decoration-line:underline}
.uppercase{text-transform:uppercase}
.w-16{width:4rem}
.w-full{width:100%}
.w-px{width:1px}
.whitespace-nowrap{white-space:nowrap}
.z-10{z-index:10}
