/*! Tailwind CSS - only classes used by yesornobutton.com */
*,::after,::before{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}
h1,h2{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
button{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0;background-color:transparent;background-image:none;text-transform:none;-webkit-appearance:button;cursor:pointer}
canvas{display:block}
ul{list-style:none;margin:0;padding:0}
p{margin:0}
img{display:block;max-width:100%;height:auto}
iframe{border:0}
*,::after,::before{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-row{flex-direction:row}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.justify-center{justify-content:center}
.gap-4{gap:1rem}
.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}
.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}
.rounded-lg{border-radius:.5rem}
.bg-slate-500{background-color:#64748b}
.bg-slate-700{background-color:#334155}
.bg-slate-800{background-color:#1e293b}
.px-4{padding-left:1rem;padding-right:1rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.pb-4{padding-bottom:1rem}
.pb-8{padding-bottom:2rem}
.pb-10{padding-bottom:2.5rem}
.text-center{text-align:center}
.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}
.text-6xl{font-size:3.75rem;line-height:1}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.font-black{font-weight:900}
.font-light{font-weight:300}
.uppercase{text-transform:uppercase}
.text-green-300{color:#86efac}
.text-red-500{color:#ef4444}
.text-slate-100{color:#f1f5f9}
.text-slate-200{color:#e2e8f0}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-white{color:#fff}
.underline{text-decoration-line:underline}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.hover\:bg-green-600:hover{background-color:#16a34a}
.hover\:text-white:hover{color:#fff}
.mx-auto{margin-left:auto;margin-right:auto}
.max-w-5xl{max-width:64rem}
.min-h-screen{min-height:100vh}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.w-max{width:max-content}
.list-disc{list-style-type:disc}
.list-inside{list-style-position:inside}
.list-none{list-style-type:none}
