:root{--customizable-primary:255 115 17;--customizable-secondary:75 85 99;--customizable-accent:75 85 99;--customizable-text:17 24 39;--customizable-text-light:100 116 139;--customizable-background:255 255 255;--customizable-background-alt:243 244 246;--customizable-header-bg:255 255 255;--customizable-footer-bg:29 39 52;--customizable-radius-sm:.25rem;--customizable-radius-md:.5rem;--customizable-radius-lg:.75rem;--customizable-radius-xl:1rem;--customizable-radius-none:0;--current-button-radius:var(--customizable-radius-md);--current-card-radius:var(--customizable-radius-lg);--current-input-radius:var(--customizable-radius-md);--customizable-font-heading:"Inter",system-ui,sans-serif;--customizable-font-body:"Inter",system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--customizable-font-body);color:rgb(var(--customizable-text));line-height:1.6;overflow-x:hidden}.customizable-btn{background-color:rgb(var(--customizable-primary));color:#fff;border-radius:var(--current-button-radius);cursor:pointer;font-family:var(--customizable-font-body);border:none;text-decoration:none;transition:all .2s ease-in-out;display:inline-block}.customizable-btn:hover{background-color:rgb(var(--customizable-primary)/.9);transform:translateY(-2px)}.customizable-btn-primary{background-color:rgb(var(--customizable-primary));color:#fff;border-radius:var(--current-button-radius)}.customizable-btn-secondary{background-color:rgb(var(--customizable-secondary));color:#fff;border-radius:var(--current-button-radius)}.customizable-btn-outline{color:rgb(var(--customizable-primary));border:2px solid rgb(var(--customizable-primary));border-radius:var(--current-button-radius);background-color:#0000}.customizable-btn-outline:hover{background-color:rgb(var(--customizable-primary)/.1)}.customizable-heading,.customizable-heading-lg,.customizable-heading-md,.customizable-heading-sm{font-family:var(--customizable-font-heading);color:rgb(var(--customizable-text-light));font-weight:700}.customizable-text{font-family:var(--customizable-font-body);color:rgb(var(--customizable-text-light))}.customizable-text-sm{font-family:var(--customizable-font-body);color:rgb(var(--customizable-text-light));font-size:.875rem}.customizable-text-light{color:rgb(var(--customizable-text-light))}.customizable-card{border-radius:var(--current-card-radius);background-color:rgb(var(--customizable-background));transition:box-shadow .3s;box-shadow:0 1px 3px #0000001a}.customizable-card:hover{box-shadow:0 10px 15px -3px #0000001a}.customizable-image{border-radius:var(--current-card-radius);overflow:hidden}.customizable-image img{object-fit:cover;width:100%;height:100%;display:block}.customizable-input,.customizable-textarea{border-radius:var(--current-input-radius);border:1px solid rgb(var(--customizable-secondary)/.3);font-family:var(--customizable-font-body);outline:none;transition:all .2s}.customizable-input:focus,.customizable-textarea:focus{border-color:rgb(var(--customizable-primary));box-shadow:0 0 0 1px rgb(var(--customizable-primary)/.1)}.customizable-primary-bg{background-color:rgb(var(--customizable-primary));color:#fff}.customizable-secondary-bg{background-color:rgb(var(--customizable-secondary));color:#fff}.customizable-accent-bg{background-color:rgb(var(--customizable-accent));color:#fff}.customizable-primary-text{color:rgb(var(--customizable-primary))}.customizable-secondary-text{color:rgb(var(--customizable-secondary))}.customizable-accent-text{color:rgb(var(--customizable-accent))}.customizable-section{padding:4rem 1rem}@media (min-width:768px){.customizable-section{padding:5rem 1.5rem}}@media (min-width:1024px){.customizable-section{padding:6rem 2rem}}.customizable-header{background-color:rgb(var(--customizable-header-bg));box-shadow:0 1px 2px #0000000d}.customizable-footer{background-color:rgb(var(--customizable-footer-bg));color:#fff}header nav a{text-decoration:none;transition:color .2s}#mobile-menu{transition:all .3s}#mobile-menu.hidden{display:none}.customizable-primary-bg h1,.customizable-primary-bg p,.customizable-primary-bg .customizable-text{color:#fff}.hidden{display:none}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.z-10{z-index:10}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.overflow-hidden{overflow:hidden}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-6>*+*{margin-left:1.5rem}.gap-12{gap:3rem}.gap-10{gap:2.5rem}.gap-8{gap:2rem}.gap-6{gap:1.5rem}.gap-4{gap:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.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}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.p-2{padding:.5rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mr-4{margin-right:1rem}.w-full{width:100%}.w-auto{width:auto}.w-2{width:.5rem}.w-4{width:1rem}.w-8{width:2rem}.w-16{width:4rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-48{height:12rem}.h-64{height:16rem}.h-72{height:24rem}.h-80{height:32rem}.h-2\/3{height:66.6667%}.h-full{height:100%}.h-2{height:.5rem}.h-4{height:1rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.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-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-center{text-align:center}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.italic{font-style:italic}.leading-tight{line-height:1.25}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.border{border-width:1px}.transition{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:flex-row{flex-direction:row}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:w-auto{width:auto}}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-left{text-align:left}.md\:justify-end{justify-content:flex-end}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}}@media (min-width:1024px){.lg\:flex-row{flex-direction:row}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:w-1\/2{width:50%}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:max-w-xl{max-width:36rem}.lg\:pr-16{padding-right:4rem}.lg\:mb-0{margin-bottom:0}.lg\:mt-0{margin-top:0}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-left{text-align:left}.lg\:justify-start{justify-content:flex-start}}.dark .customizable-card{background-color:rgb(var(--customizable-background-alt))}.dark .customizable-header{background-color:#1d2734}.dark .customizable-footer{background-color:#000}.dark .customizable-input,.dark .customizable-textarea{color:#fff;background-color:#1f2937;border-color:#4b556380}.dark .customizable-input:focus,.dark .customizable-textarea:focus{border-color:rgb(var(--customizable-primary));box-shadow:0 0 0 1px rgb(var(--customizable-primary)/.2)}.dark .customizable-heading{color:#fff}.dark .customizable-text{color:#d1d5db}.dark .customizable-text-light{color:#9ca3af}.dark .customizable-btn-outline{border-color:rgb(var(--customizable-primary));color:rgb(var(--customizable-primary))}.dark .customizable-btn-outline:hover{background-color:rgb(var(--customizable-primary)/.1)}.dark .customizable-card.dark-card-bg{background-color:#1f2937}.dark.text-gray-900{color:#fff}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-white{color:#fff}.text-xs{font-size:.75rem;line-height:1rem}.hover\:text-white:hover{color:#fff}.hover\:bg-gray-700:hover{background-color:#374151}.bg-white{background-color:#fff}.bg-gray-100{background-color:#f3f4f6}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}.bg-black{background-color:#000}.bg-opacity-50{background-color:#00000080}.bg-opacity-70{background-color:#000000b3}.dark\:bg-gray-800{background-color:#1f2937}.dark\:bg-gray-900{background-color:#111827}.dark\:text-gray-300{color:#d1d5db}.dark\:text-white{color:#fff}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-2:focus{box-shadow:0 0 0 2px #ffffff80}.focus\:ring-inset:focus{box-shadow:inset 0 0 0 2px #ffffff80}.focus\:ring-white:focus{box-shadow:0 0 0 2px #fff}.form-success{color:#fff;text-align:center;background-color:#10b981;border-radius:.5rem;margin-top:1rem;padding:1rem;font-weight:600}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-80{opacity:.8}.opacity-100{opacity:1}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.block{display:block}html{scroll-behavior:smooth}.object-cover{object-fit:cover}.cursor-pointer{cursor:pointer}.fill-current{fill:currentColor}.space-y-2>*+*{margin-top:.5rem}.space-x-2>*+*{margin-left:.5rem}.mx-auto{margin-left:auto;margin-right:auto}svg[stroke]{stroke:currentColor}.transform{transform:var(--tw-transform)}.-translate-y-1\/2{transform:translateY(-50%)}.-translate-x-1\/2{transform:translate(-50%)}.top-1\/2{top:50%}.left-2{left:.5rem}.right-2{right:.5rem}.bottom-2{bottom:.5rem}.top-2{top:.5rem}.left-1\/2{left:50%}.group:hover .group-hover\:opacity-100{opacity:1}.hover\:bg-opacity-70:hover{background-color:#000000b3}
