*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-blue-50: #eff6ff;--color-blue-700: #1d4ed8;--color-blue-800: #1e40af;--color-blue-900: #1e3a8a;--color-green-500: #22c55e;--color-gray-50: #f9fafb;--color-gray-200: #e5e7eb;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-neutral-100: #f5f5f5;--color-red-500: #ef4444;--color-lightest-gray: #ededed;--color-light-gray-text: #4e4f4e;--color-white: #ffffff;--color-black: #000000;--max-width-logo: 120px}html,body{height:100%;font-family:Nunito,sans-serif;color:#000}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.grow{flex-grow:1}.shrink{flex-shrink:1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.place-items-center{place-items:center}.min-h-screen{min-height:100vh}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.pt-4{padding-top:1rem}.pt-10{padding-top:2.5rem}.pb-12{padding-bottom:3rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.pl-4{padding-left:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mr-2{margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.w-8{width:2rem}.w-12{width:3rem}.h-8{height:2rem}.h-0\.5{height:.125rem}.min-w-full{min-width:100%}.text-sm{font-size:.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-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.font-light{font-weight:300}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.text-center{text-align:center}.text-left{text-align:left}.text-white{color:var(--color-white)}.text-black{color:var(--color-black)}.text-gray-50{color:var(--color-gray-50)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-red-500{color:var(--color-red-500)}.text-green-500{color:var(--color-green-500)}.text-light-gray-text{color:var(--color-light-gray-text)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-700{background-color:var(--color-blue-700)}.bg-green-500{background-color:var(--color-green-500)}.bg-lightest-gray{background-color:var(--color-lightest-gray)}.bg-white{background-color:var(--color-white)}.bg-transparent{background-color:transparent}.border-b{border-bottom:1px solid currentColor}.border-t-0{border-top:none}.opacity-100{opacity:1}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.focus\:outline-none:focus{outline:none}.focus\:rounded-md:focus{border-radius:.375rem}.inline-block{display:inline-block}.block{display:block}img{max-width:100%;height:auto}.animate-spin{animation:spin 1s linear infinite}hr{border:none;border-top:1px solid var(--color-neutral-100)}.break-words{overflow-wrap:break-word;word-break:break-word}.basis-full{flex-basis:100%}.logo-wrapper{max-width:120px}.logo-wrapper img{max-width:100%;height:auto}.loader-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loader-spinner{width:2rem;height:2rem;color:#e5e7eb;animation:spin 1s linear infinite;fill:#2563eb}@keyframes spin{to{transform:rotate(360deg)}}.loader-message{font-weight:700}
