/*! tailwind.css - Production Optimized Utilities for Leco Terpstra Website */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
abbr:where([title]){text-decoration:underline dotted}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}
sup{top:-0.5em}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height: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}
:-moz-focusring{outline:auto}
:-moz-ui-invalid{box-shadow:none}
progress{vertical-align:baseline}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
[type='search']{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}
fieldset{margin:0;padding:0}
legend{padding:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role="button"]{cursor:pointer}
:disabled{cursor:default}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}

/* Layout & Flex & Grid */
.container{width:100%}
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed}
.sticky{position:sticky}
.top-0{top:0px}
.bottom-6{bottom:1.5rem}
.right-6{right:1.5rem}
.left-1\/2{left:50%}
.-top-3{top:-0.75rem}
.-top-20{top:-5rem}
.-bottom-20{bottom:-5rem}
.-right-20{right:-5rem}
.-left-20{left:-5rem}
.-inset-1{inset:-0.25rem}
.inset-0{inset:0px}
.z-10{z-index:10}
.z-40{z-index:40}
.z-50{z-index:50}
.mx-auto{margin-left:auto;margin-right:auto}
.my-auto{margin-top:auto;margin-bottom:auto}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-2{margin-top:0.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-12{margin-top:3rem}
.mt-16{margin-top:4rem}
.mb-1{margin-bottom:0.25rem}
.mb-2{margin-bottom:0.5rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.block{display:block}
.inline-block{display:inline-block}
.inline{display:inline}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}
.h-full{height:100%}
.h-screen{height:100vh}
.min-h-screen{min-height:100vh}
.h-3{height:0.75rem}
.h-3\.5{height:0.875rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-7{height:1.75rem}
.h-8{height:2rem}
.h-10{height:2.5rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.h-20{height:5rem}
.h-72{height:18rem}
.h-80{height:20rem}
.h-96{height:24rem}
.w-full{width:100%}
.w-fit{width:fit-content}
.w-3{width:0.75rem}
.w-3\.5{width:0.875rem}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-10{width:2.5rem}
.w-11{width:2.75rem}
.w-14{width:3.5rem}
.w-16{width:4rem}
.w-20{width:5rem}
.w-96{width:24rem}
.max-w-md{max-width:28rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:80rem}
.max-h-60{max-height:15rem}
.flex-grow{flex-grow:1}
.flex-grow-0{flex-grow:0}
.shrink-0{flex-shrink:0}
.transform{transform:translate(var(--tw-translate-x,0),var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}
.-translate-x-1\/2{--tw-translate-x:-50%}
.translate-y-20{--tw-translate-y:5rem}
.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))}
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.items-center{align-items:center}
.justify-start{justify-content:flex-start}
.justify-end{justify-content:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-1{gap:0.25rem}
.gap-1\.5{gap:0.375rem}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.space-x-2>:not([hidden])~:not([hidden]){margin-left:0.5rem}
.space-x-3>:not([hidden])~:not([hidden]){margin-left:0.75rem}
.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}
.space-x-6>:not([hidden])~:not([hidden]){margin-left:1.5rem}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:0.25rem}
.space-y-1\.5>:not([hidden])~:not([hidden]){margin-top:0.375rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:0.5rem}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:0.75rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}
.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}
.overflow-y-auto{overflow-y:auto}

/* Padding & Margin */
.p-1{padding:0.25rem}
.p-1\.5{padding:0.375rem}
.p-2{padding:0.5rem}
.p-2\.5{padding:0.625rem}
.p-3{padding:0.75rem}
.p-3\.5{padding:0.875rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-3\.5{padding-left:0.875rem;padding-right:0.875rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.pb-1{padding-bottom:0.25rem}
.pb-3{padding-bottom:0.75rem}
.pb-4{padding-bottom:1rem}
.pt-2{padding-top:0.5rem}
.pt-4{padding-top:1rem}
.pt-6{padding-top:1.5rem}

/* Typography */
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.font-sans{font-family:ui-sans-serif,system-ui,sans-serif}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
.text-\[10px\]{font-size:10px;line-height:14px}
.text-\[11px\]{font-size:11px;line-height:15px}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.font-black{font-weight:900}
.uppercase{text-transform:uppercase}
.tracking-tight{letter-spacing:-0.025em}
.tracking-wide{letter-spacing:0.025em}
.tracking-wider{letter-spacing:0.05em}
.tracking-widest{letter-spacing:0.1em}
.leading-none{line-height:1}
.leading-relaxed{line-height:1.625}
.line-through{text-decoration-line:line-through}

/* Colors & Backgrounds */
.text-white{color:#fff}
.text-black{color:#000}
.text-gray-200{color:#e5e7eb}
.text-gray-300{color:#d1d5db}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-amber-300{color:#fcd34d}
.text-amber-400{color:#fbbf24}
.text-amber-500{color:#f59e0b}
.text-blue-200{color:#bfdbfe}
.text-blue-300{color:#93c5fd}
.text-blue-400{color:#60a5fa}
.text-emerald-400{color:#34d399}
.text-emerald-500{color:#10b981}
.text-red-300{color:#fca5a5}
.text-red-400{color:#f87171}
.bg-black{background-color:#000}
.bg-black\/20{background-color:rgba(0,0,0,0.2)}
.bg-black\/30{background-color:rgba(0,0,0,0.3)}
.bg-black\/40{background-color:rgba(0,0,0,0.4)}
.bg-black\/50{background-color:rgba(0,0,0,0.5)}
.bg-black\/60{background-color:rgba(0,0,0,0.6)}
.bg-black\/80{background-color:rgba(0,0,0,0.8)}
.bg-black\/90{background-color:rgba(0,0,0,0.9)}
.bg-black\/95{background-color:rgba(0,0,0,0.95)}
.bg-white\/5{background-color:rgba(255,255,255,0.05)}
.bg-white\/10{background-color:rgba(255,255,255,0.1)}
.bg-gray-700{background-color:#374151}
.bg-gray-800{background-color:#1f2937}
.bg-gray-900{background-color:#111827}
.bg-gray-900\/90{background-color:rgba(17,24,39,0.9)}
.bg-amber-400{background-color:#fbbf24}
.bg-amber-500{background-color:#f59e0b}
.bg-amber-500\/10{background-color:rgba(245,158,11,0.1)}
.bg-amber-500\/20{background-color:rgba(245,158,11,0.2)}
.bg-amber-600{background-color:#d97706}
.bg-blue-600{background-color:#2563eb}
.bg-blue-800{background-color:#1e40af}
.bg-blue-900\/40{background-color:rgba(30,58,138,0.4)}
.bg-blue-900\/50{background-color:rgba(30,58,138,0.5)}
.bg-blue-900\/60{background-color:rgba(30,58,138,0.6)}
.bg-blue-950{background-color:#0f172a}
.bg-blue-950\/60{background-color:rgba(15,23,42,0.6)}
.bg-emerald-500{background-color:#10b981}
.bg-emerald-500\/10{background-color:rgba(16,185,129,0.1)}
.bg-emerald-600{background-color:#059669}
.bg-red-500{background-color:#ef4444}
.bg-red-500\/10{background-color:rgba(239,68,68,0.1)}
.bg-red-500\/20{background-color:rgba(239,68,68,0.2)}

/* Gradients */
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-amber-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}
.from-amber-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}
.from-amber-500\/30{--tw-gradient-from:rgba(245,158,11,0.3);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}
.from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}
.from-emerald-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}
.from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}
.from-black\/80{--tw-gradient-from:rgba(0,0,0,0.8);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}
.from-black\/90{--tw-gradient-from:rgba(0,0,0,0.9);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}
.via-amber-400{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}
.via-yellow-500\/20{--tw-gradient-stops:var(--tw-gradient-from),rgba(234,179,8,0.2),var(--tw-gradient-to,rgba(234,179,8,0))}
.via-amber-950\/20{--tw-gradient-stops:var(--tw-gradient-from),rgba(69,26,3,0.2),var(--tw-gradient-to,rgba(69,26,3,0))}
.via-amber-950\/30{--tw-gradient-stops:var(--tw-gradient-from),rgba(69,26,3,0.3),var(--tw-gradient-to,rgba(69,26,3,0))}
.via-black\/20{--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,0.2),var(--tw-gradient-to,rgba(0,0,0,0))}
.via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,transparent)}
.to-amber-500{--tw-gradient-to:#f59e0b}
.to-amber-600{--tw-gradient-to:#d97706}
.to-amber-600\/30{--tw-gradient-to:rgba(217,119,6,0.3)}
.to-blue-800{--tw-gradient-to:#1e40af}
.to-emerald-400{--tw-gradient-to:#34d399}
.to-emerald-500{--tw-gradient-to:#10b981}
.to-black{--tw-gradient-to:#000}
.to-transparent{--tw-gradient-to:transparent}

/* Borders & Radius */
.rounded{border-radius:0.25rem}
.rounded-md{border-radius:0.375rem}
.rounded-lg{border-radius:0.5rem}
.rounded-xl{border-radius:0.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}
.border{border-width:1px}
.border-2{border-width:2px}
.border-dashed{border-style:dashed}
.border-t{border-top-width:1px}
.border-b{border-bottom-width:1px}
.border-b-2{border-bottom-width:2px}
.border-white\/5{border-color:rgba(255,255,255,0.05)}
.border-white\/10{border-color:rgba(255,255,255,0.1)}
.border-white\/20{border-color:rgba(255,255,255,0.2)}
.border-amber-400{border-color:#fbbf24}
.border-amber-500{border-color:#f59e0b}
.border-amber-500\/30{border-color:rgba(245,158,11,0.3)}
.border-amber-500\/40{border-color:rgba(245,158,11,0.4)}
.border-amber-500\/50{border-color:rgba(245,158,11,0.5)}
.border-amber-500\/60{border-color:rgba(245,158,11,0.6)}
.border-blue-400\/40{border-color:rgba(96,165,250,0.4)}
.border-blue-400\/50{border-color:rgba(96,165,250,0.5)}
.border-blue-500\/30{border-color:rgba(59,130,246,0.3)}
.border-blue-500\/40{border-color:rgba(59,130,246,0.4)}
.border-emerald-500\/40{border-color:rgba(16,185,129,0.4)}
.border-red-500\/30{border-color:rgba(239,68,68,0.3)}
.border-red-500\/40{border-color:rgba(239,68,68,0.4)}

/* Effects & Filters */
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)}
.shadow-amber-500\/10{box-shadow:0 10px 15px -3px rgba(245,158,11,0.1)}
.shadow-amber-500\/20{box-shadow:0 10px 15px -3px rgba(245,158,11,0.2)}
.shadow-amber-500\/25{box-shadow:0 10px 15px -3px rgba(245,158,11,0.25)}
.shadow-amber-500\/30{box-shadow:0 10px 15px -3px rgba(245,158,11,0.3)}
.shadow-amber-500\/40{box-shadow:0 10px 15px -3px rgba(245,158,11,0.4)}
.shadow-blue-600\/30{box-shadow:0 10px 15px -3px rgba(37,99,235,0.3)}
.shadow-emerald-600\/20{box-shadow:0 10px 15px -3px rgba(5,150,105,0.2)}
.shadow-emerald-600\/30{box-shadow:0 10px 15px -3px rgba(5,150,105,0.3)}
.opacity-0{opacity:0}
.opacity-60{opacity:0.6}
.opacity-75{opacity:0.75}
.opacity-100{opacity:1}
.blur-2xl{filter:blur(24px)}
.blur-3xl{filter:blur(64px)}
.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.backdrop-blur-xl{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}
.object-cover{object-fit:cover}
.pointer-events-none{pointer-events:none}
.cursor-pointer{cursor:pointer}

/* Transitions & Transforms */
.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-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.duration-700{transition-duration:700ms}
.duration-1000{transition-duration:1000ms}

/* Hover & Focus States */
.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}
.hover\:scale-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02}
.hover\:text-white:hover{color:#fff}
.hover\:text-black:hover{color:#000}
.hover\:text-amber-300:hover{color:#fcd34d}
.hover\:text-amber-400:hover{color:#fbbf24}
.hover\:text-red-300:hover{color:#fca5a5}
.hover\:text-red-400:hover{color:#f87171}
.hover\:bg-white\/10:hover{background-color:rgba(255,255,255,0.1)}
.hover\:bg-gray-700:hover{background-color:#374151}
.hover\:bg-amber-400:hover{background-color:#fbbf24}
.hover\:bg-amber-500:hover{background-color:#f59e0b}
.hover\:bg-blue-500:hover{background-color:#3b82f6}
.hover\:bg-blue-900\/60:hover{background-color:rgba(30,58,138,0.6)}
.hover\:bg-emerald-400:hover{background-color:#34d399}
.hover\:bg-emerald-500:hover{background-color:#10b981}
.hover\:bg-red-500\/20:hover{background-color:rgba(239,68,68,0.2)}
.hover\:bg-red-500\/30:hover{background-color:rgba(239,68,68,0.3)}
.hover\:border-white\/20:hover{border-color:rgba(255,255,255,0.2)}
.hover\:border-amber-400:hover{border-color:#fbbf24}
.hover\:border-amber-500:hover{border-color:#f59e0b}
.hover\:border-amber-500\/40:hover{border-color:rgba(245,158,11,0.4)}
.hover\:border-amber-500\/50:hover{border-color:rgba(245,158,11,0.5)}
.hover\:border-blue-400:hover{border-color:#60a5fa}
.hover\:from-amber-400:hover{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}
.hover\:from-emerald-500:hover{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}
.hover\:to-amber-500:hover{--tw-gradient-to:#f59e0b}
.hover\:to-emerald-400:hover{--tw-gradient-to:#34d399}
.hover\:shadow-amber-500\/40:hover{box-shadow:0 10px 15px -3px rgba(245,158,11,0.4)}
.focus\:border-amber-500:focus{border-color:#f59e0b}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}
.group:hover .group-hover\:opacity-100{opacity:1}
.group:hover .group-hover\:text-amber-400{color:#fbbf24}
.group:hover .group-hover\:border-amber-500\/50{border-color:rgba(245,158,11,0.5)}

/* Responsive sm (>= 640px) */
@media (min-width:640px){
  .sm\:inline{display:inline}
  .sm\:flex-row{flex-direction:row}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:items-center{align-items:center}
  .sm\:gap-6{gap:1.5rem}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:p-10{padding:2.5rem}
  .sm\:text-base{font-size:1rem;line-height:1.5rem}
  .sm\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .sm\:text-xl{font-size:1.25rem;line-height:1.75rem}
  .sm\:text-2xl{font-size:1.5rem;line-height:2rem}
  .sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .sm\:text-5xl{font-size:3rem;line-height:1}
  .sm\:text-6xl{font-size:3.75rem;line-height:1}
}

/* Responsive md (>= 768px) */
@media (min-width:768px){
  .md\:flex{display:flex}
  .md\:hidden{display:none}
  .md\:flex-row{flex-direction:row}
  .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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .md\:gap-6{gap:1.5rem}
}

/* Responsive lg (>= 1024px) */
@media (min-width:1024px){
  .lg\:flex{display:flex}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
  .lg\:col-span-5{grid-column:span 5/span 5}
  .lg\:col-span-7{grid-column:span 7/span 7}
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:py-32{padding-top:8rem;padding-bottom:8rem}
  .lg\:p-12{padding:3rem}
  .lg\:text-5xl{font-size:3rem;line-height:1}
  .lg\:text-7xl{font-size:4.5rem;line-height:1}
}
