.audio-player-sticky{animation:.3s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.transcript-viewer{position:relative}.waveform-canvas{image-rendering:crisp-edges;image-rendering:-webkit-crisp-edges;image-rendering:pixelated}.word-highlight{background-color:#eaf1ff;border-radius:.125rem;transition:background-color .15s ease-in-out}.word-highlight.active{background-color:#eaf1ff;box-shadow:0 0 0 2px #2563eb14}.word-clickable{cursor:pointer}.word-clickable:hover{background-color:#eef2f8;border-radius:.125rem}.speaker-label{color:#4b5563;margin-right:.5rem;font-weight:600}.playback-control{transition:all .2s}.playback-control:hover{transform:scale(1.05)}.playback-control:active{transform:scale(.95)}.audio-progress{background-color:#dce3ee;border-radius:2px;height:4px;position:relative;overflow:hidden}.audio-progress-bar{background-color:#07111f;height:100%;transition:width .1s linear;position:absolute;top:0;left:0}input[type=range]{-webkit-appearance:none;appearance:none;cursor:pointer;background:0 0}input[type=range]::-webkit-slider-track{background:#dce3ee;border-radius:2px;height:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#07111f;border-radius:50%;width:12px;height:12px;margin-top:-4px}input[type=range]::-moz-range-track{background:#dce3ee;border-radius:2px;height:4px}input[type=range]::-moz-range-thumb{background:#07111f;border:none;border-radius:50%;width:12px;height:12px}.volume-slider{--volume-percent:100%;accent-color:#07111f;background:0 0;height:16px;margin:0;padding:0;display:block}.volume-slider::-webkit-slider-runnable-track{background:linear-gradient(to right, #07111f 0%, #07111f var(--volume-percent), #dce3ee var(--volume-percent), #dce3ee 100%);border-radius:9999px;height:4px}.dark .volume-slider::-webkit-slider-runnable-track{background:linear-gradient(to right, #818cf8 0%, #818cf8 var(--volume-percent), #374151 var(--volume-percent), #374151 100%);border-radius:9999px;height:6px}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#07111f;border:0;border-radius:9999px;width:12px;height:12px;margin-top:-4px}.dark .volume-slider::-webkit-slider-thumb{background:#818cf8}.volume-slider::-moz-range-track{background:#dce3ee;border:0;border-radius:9999px;height:6px}.volume-slider::-moz-range-progress{background:#07111f;border-radius:9999px;height:6px}.dark .volume-slider::-moz-range-track{background:#374151}.dark .volume-slider::-moz-range-progress{background:#818cf8}.volume-slider::-moz-range-thumb{background:#07111f;border:0;border-radius:9999px;width:16px;height:16px}.dark .volume-slider::-moz-range-thumb{background:#818cf8}@media (max-width:640px){.audio-player-sticky{padding:.75rem}.playback-control{padding:.5rem}.waveform-container{height:3rem}}.spatie-support-bubble{--sb-ink:#1c1633;--sb-muted:#5b5670;--sb-line:#e6e2f0;--sb-wash:#f6f3ff;--sb-field:#fbfaff;--sb-primary:#5615e6;--sb-primary-hover:#4511b8;--sb-shadow:0 24px 48px -16px #110c2e38;z-index:30;pointer-events:none;width:min(24rem,100vw - 2rem);max-width:min(24rem,100vw - 2rem);color:var(--sb-ink);flex-direction:column;align-items:flex-end;gap:.75rem;margin:1rem;font-family:Geist,Helvetica Neue,Helvetica,Arial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,sans-serif;font-size:.9375rem;line-height:1.5;display:none;position:fixed;bottom:0;right:0}.spatie-support-bubble__container{pointer-events:none;width:100%;max-height:min(40rem,100vh - 6.5rem);box-shadow:var(--sb-shadow);opacity:0;background:#fff;border:1px solid #e6e2f0f2;border-radius:1.15rem;transition:transform .28s,opacity .28s;overflow:hidden auto;transform:translate(110%)}.spatie-support-bubble__container.translate-x-0,.spatie-support-bubble__container.opacity-100{opacity:1;transform:translate(0)}.spatie-support-bubble__container.translate-x-full,.spatie-support-bubble__container.opacity-0{opacity:0;transform:translate(110%)}.spatie-support-bubble__form,.spatie-support-bubble__response{pointer-events:auto}.spatie-support-bubble__form-inner,.spatie-support-bubble__success{flex-direction:column;display:flex}.spatie-support-bubble__header{background:radial-gradient(120% 140% at 0% 0%, #5615e61f, transparent 55%), linear-gradient(180deg, var(--sb-wash) 0%, #fff 100%);border-bottom:1px solid var(--sb-line);align-items:center;gap:.75rem;padding:.95rem 1rem .95rem 1.15rem;display:flex}.spatie-support-bubble__header-icon{width:2.25rem;height:2.25rem;color:var(--sb-primary);background:#fff;border-radius:.8rem;flex:none;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 1px 2px #110c2e0f,inset 0 0 0 1px #5615e61f}.spatie-support-bubble__header-icon svg{width:1.15rem;height:1.15rem}.spatie-support-bubble__header-copy{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.spatie-support-bubble__header-close{color:#7a7490;cursor:pointer;background:0 0;border:0;border-radius:9999px;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;margin:0;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.spatie-support-bubble__header-close:hover{color:var(--sb-ink);background:#5615e614}.spatie-support-bubble__header-close svg{width:1rem;height:1rem}.spatie-support-bubble__identity{grid-template-columns:1fr;gap:.85rem;display:grid}@media (min-width:400px){.spatie-support-bubble__identity:not(.hidden){grid-template-columns:1fr 1fr}}.spatie-support-bubble__identity.hidden{display:none}.spatie-support-bubble__title{letter-spacing:-.02em;color:var(--sb-ink);margin:0;font-size:.98rem;font-weight:650;line-height:1.25}.spatie-support-bubble__badge{color:#6b4fd6;margin:0;font-size:.75rem;font-weight:500;line-height:1.3}.spatie-support-bubble__body{flex-direction:column;gap:.85rem;padding:1rem 1.15rem 1.15rem;display:flex}.spatie-support-bubble__intro,.spatie-support-bubble__form p.spatie-support-bubble__intro{color:var(--sb-muted);margin:0;font-size:.875rem;line-height:1.5}.spatie-support-bubble__field{flex-direction:column;gap:.4rem;display:flex}.spatie-support-bubble__field.hidden{display:none}.spatie-support-bubble__label,.spatie-support-bubble__form label .spatie-support-bubble__label,.spatie-support-bubble__form label{color:var(--sb-ink);letter-spacing:-.01em;font-size:.8125rem;font-weight:550;display:block}.spatie-support-bubble__form label.spatie-support-bubble__field{display:flex}.spatie-support-bubble__control,.spatie-support-bubble__form input,.spatie-support-bubble__form textarea,.spatie-support-bubble__form select{box-sizing:border-box;border:1px solid var(--sb-line);background:var(--sb-field);width:100%;max-width:100%;color:var(--sb-ink);font:inherit;border-radius:.75rem;margin:0;padding:.65rem .8rem;font-size:.9375rem;line-height:1.45;transition:border-color .15s,box-shadow .15s,background-color .15s;display:block;box-shadow:inset 0 1px 1px #110c2e08}.spatie-support-bubble__form textarea,.spatie-support-bubble__textarea{resize:vertical;min-height:6.25rem}.spatie-support-bubble__select-wrap{display:block;position:relative}.spatie-support-bubble__select,.spatie-support-bubble__form select{-webkit-appearance:none;appearance:none;cursor:pointer;padding-right:2.4rem}.spatie-support-bubble__select-icon{color:#8b85a0;pointer-events:none;width:1rem;height:1rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.spatie-support-bubble__form input:focus,.spatie-support-bubble__form textarea:focus,.spatie-support-bubble__form select:focus,.spatie-support-bubble__control:focus{background:#fff;border-color:#bda5f9;outline:none;box-shadow:0 0 0 3px #5615e624}.spatie-support-bubble__form input::-moz-placeholder{color:#9a94ab}.spatie-support-bubble__form textarea::-moz-placeholder{color:#9a94ab}.spatie-support-bubble__form input::placeholder,.spatie-support-bubble__form textarea::placeholder{color:#9a94ab}.spatie-support-bubble__submit,.spatie-support-bubble__form button[type=submit]{background:var(--sb-primary);color:#fff;cursor:pointer;border:0;border-radius:.8rem;justify-content:center;align-items:center;width:100%;min-height:2.7rem;margin-top:.15rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;line-height:1;text-decoration:none;transition:background-color .15s,transform .15s;display:inline-flex;box-shadow:0 8px 18px -10px #5615e6d9}.spatie-support-bubble__submit:hover,.spatie-support-bubble__form button[type=submit]:hover{background:var(--sb-primary-hover)}.spatie-support-bubble__submit:disabled,.spatie-support-bubble__form button[type=submit]:disabled{opacity:.7;cursor:wait}.spatie-support-bubble__error{color:#b42318;background:#fef2f2;border-radius:.7rem;margin:0;padding:.65rem .75rem;font-size:.8125rem;line-height:1.4}.spatie-support-bubble__error[hidden]{display:none!important}.spatie-support-bubble__button{pointer-events:auto}.spatie-support-bubble__button button{background:var(--sb-primary);color:#fff;cursor:pointer;border:0;border-radius:9999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;padding:0;transition:background-color .15s,transform .15s;display:none;position:relative;overflow:hidden;box-shadow:0 12px 24px -10px #5615e6d9}.spatie-support-bubble__button button:hover{background:var(--sb-primary-hover);transform:translateY(-1px)}.spatie-support-bubble__button button svg{width:1.55rem;height:1.55rem;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}@media (min-width:640px){.spatie-support-bubble__button button{display:inline-flex}}.spatie-support-bubble__button #support-bubble-chat-icon,.spatie-support-bubble__button #support-bubble-close-icon{transition:opacity .2s}.spatie-support-bubble__button .opacity-0{opacity:0}.spatie-support-bubble__button .opacity-100{opacity:1}.spatie-support-bubble__response{pointer-events:auto;flex-direction:column;display:flex}.spatie-support-bubble__response[hidden]{display:none!important}.spatie-support-bubble__success{align-items:flex-start;gap:.65rem;padding:1.35rem 1.2rem 1.4rem}.spatie-support-bubble__success-icon{color:#087443;background:#ecfdf3;border-radius:9999px;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:inline-flex}.spatie-support-bubble__success-icon svg{width:1.2rem;height:1.2rem}.spatie-support-bubble__success-title{letter-spacing:-.02em;color:var(--sb-ink);margin:0;font-size:1rem;font-weight:650}.spatie-support-bubble__success-copy{color:var(--sb-muted);margin:0;font-size:.9rem;line-height:1.5}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/Geist-Variable.woff2)format("woff2")}*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Geist,Helvetica Neue,Helvetica,Arial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,ui-sans-serif,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:Geist,Helvetica Neue,Helvetica,Arial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,ui-sans-serif,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button{-webkit-appearance:button;background-color:#0000;background-image:none}input:where([type=button]){-webkit-appearance:button;background-color:#0000;background-image:none}input:where([type=reset]){-webkit-appearance:button;background-color:#0000;background-image:none}input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-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{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6b7280;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}input:where(:not([type])){-webkit-appearance:none;appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6b7280;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb;outline:2px solid #0000}input:where(:not([type])):focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb;outline:2px solid #0000}input::-moz-placeholder{color:#6b7280;opacity:1}textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;print-color-adjust:exact;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;-webkit-print-color-adjust:unset;print-color-adjust:unset;padding-right:.75rem}[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;-webkit-print-color-adjust:unset;print-color-adjust:unset;padding-right:.75rem}[type=checkbox],[type=radio]{-webkit-appearance:none;appearance:none;-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#2563eb;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6b7280;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);outline:2px solid #0000}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{background-color:currentColor;border-color:#0000}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{background-color:currentColor;border-color:#0000}[type=file]{background:unset;border-color:inherit;font-size:unset;line-height:inherit;border-width:0;border-radius:0;padding:0}[type=file]:focus{outline:1px solid buttontext;outline:1px auto -webkit-focus-ring-color}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}b,strong,th{font-weight:600}*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:1rem!important;padding-right:1rem!important}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1400px){.\!container{max-width:1400px!important}.container{max-width:1400px}}.form-checkbox,.form-radio{-webkit-appearance:none;appearance:none;-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#2563eb;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6b7280;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}.form-checkbox{border-radius:0}.form-radio{border-radius:100%}.form-checkbox:focus,.form-radio:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);outline:2px solid #0000}.form-checkbox:checked,.form-radio:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}.form-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){.form-checkbox:checked{-webkit-appearance:auto;appearance:auto}}.form-radio:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){.form-radio:checked{-webkit-appearance:auto;appearance:auto}}.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{background-color:currentColor;border-color:#0000}.form-checkbox:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){.form-checkbox:indeterminate{-webkit-appearance:auto;appearance:auto}}.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{background-color:currentColor;border-color:#0000}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(h1,h2,h3,h4,strong,b,th,h1 strong,h2 strong,h3 strong,h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:600}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:1rem;line-height:1.75}.prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.888889em;font-size:2.25em;line-height:1.11111}.prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:1em;font-size:1.5em;line-height:1.33333}.prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;line-height:1.6}.prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-size:.875em}.prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;line-height:1.71429}.prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-base :where(.prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(.prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.71429}.prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose-base :where(.prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(.prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-gray{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151}.prose-blue{--tw-prose-links:#2563eb;--tw-prose-invert-links:#3b82f6}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;bottom:0;left:0;right:0}.inset-x-0{left:0;right:0}.inset-x-3{left:.75rem;right:.75rem}.inset-y-0{top:0;bottom:0}.-bottom-16{bottom:-4rem}.-bottom-8{bottom:-2rem}.-bottom-\[3px\]{bottom:-3px}.-bottom-px{bottom:-1px}.-left-16{left:-4rem}.-left-20{left:-5rem}.-left-4{left:-1rem}.-left-8{left:-2rem}.-left-px{left:-1px}.-right-1\.5{right:-.375rem}.-right-10{right:-2.5rem}.-right-2{right:-.5rem}.-right-4{right:-1rem}.-right-8{right:-2rem}.-top-1\.5{top:-.375rem}.-top-10{top:-2.5rem}.-top-12{top:-3rem}.-top-2{top:-.5rem}.-top-3{top:-.75rem}.-top-6{top:-1.5rem}.-top-8{top:-2rem}.-top-\[3px\]{top:-3px}.-top-px{top:-1px}.bottom-0{bottom:0}.bottom-1\.5{bottom:.375rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-full{bottom:100%}.end-0:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:0}.end-0:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:0}.end-0:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:0}.end-0:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:0}.left-0{left:0}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-\[1\.125rem\]{left:1.125rem}.left-\[22px\]{left:22px}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-1\/4{right:25%}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.start-0:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.start-0:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.start-0:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.start-0:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-1\/3{top:33.3333%}.top-14{top:3.5rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-20{top:5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-9{top:2.25rem}.top-\[-10px\]{top:-10px}.top-\[100px\]{top:100px}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[0\]{z-index:0}.z-\[10000\]{z-index:10000}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.z-\[1100\]{z-index:1100}.z-\[110\]{z-index:110}.z-\[120\]{z-index:120}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[3\]{z-index:3}.z-\[9500\]{z-index:9500}.z-\[9999\]{z-index:9999}.col-span-1{grid-column:span 1/span 1}.col-span-10{grid-column:span 10/span 10}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.-m-1{margin:-.25rem}.m-10{margin:2.5rem}.m-4{margin:1rem}.m-auto{margin:auto}.-mx-0{margin-left:0;margin-right:0}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.\!mb-0{margin-bottom:0!important}.-mb-1{margin-bottom:-.25rem}.-mb-4{margin-bottom:-1rem}.-mb-6{margin-bottom:-1.5rem}.-mb-px{margin-bottom:-1px}.-me-0\.5{margin-inline-end:-.125rem}.-me-1{margin-inline-end:-.25rem}.-me-2{margin-inline-end:-.5rem}.-ml-0\.5{margin-left:-.125rem}.-ml-1{margin-left:-.25rem}.-ml-2{margin-left:-.5rem}.-ml-3{margin-left:-.75rem}.-ml-px{margin-left:-1px}.-mr-0\.5{margin-right:-.125rem}.-mr-1{margin-right:-.25rem}.-mr-2{margin-right:-.5rem}.-mt-0\.5{margin-top:-.125rem}.-mt-1{margin-top:-.25rem}.-mt-1\.5{margin-top:-.375rem}.-mt-2{margin-top:-.5rem}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-px{margin-bottom:1px}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.ms-6{margin-inline-start:1.5rem}.ms-auto{margin-inline-start:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-\[9px\]{margin-top:9px}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[3\/1\]{aspect-ratio:3}.aspect-video{aspect-ratio:16/9}.size-1\.5{width:.375rem;height:.375rem}.size-10{width:2.5rem;height:2.5rem}.size-11{width:2.75rem;height:2.75rem}.size-12{width:3rem;height:3rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[100px\]{height:100px}.h-\[11px\]{height:11px}.h-\[13px\]{height:13px}.h-\[140px\]{height:140px}.h-\[15px\]{height:15px}.h-\[18px\]{height:18px}.h-\[30px\]{height:30px}.h-\[34px\]{height:34px}.h-\[3px\]{height:3px}.h-\[4\.5rem\]{height:4.5rem}.h-\[4px\]{height:4px}.h-\[50px\]{height:50px}.h-\[52px\]{height:52px}.h-\[5px\]{height:5px}.h-\[64rem\]{height:64rem}.h-\[6px\]{height:6px}.h-\[7px\]{height:7px}.h-\[calc\(100dvh-4rem\)\]{height:calc(100dvh - 4rem)}.h-\[calc\(100vh-4rem\)\]{height:calc(100vh - 4rem)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-16{max-height:4rem}.max-h-24{max-height:6rem}.max-h-32{max-height:8rem}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-44{max-height:11rem}.max-h-48{max-height:12rem}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[100vh\]{max-height:100vh}.max-h-\[24rem\]{max-height:24rem}.max-h-\[32rem\]{max-height:32rem}.max-h-\[34rem\]{max-height:34rem}.max-h-\[38rem\]{max-height:38rem}.max-h-\[42rem\]{max-height:42rem}.max-h-\[45vh\]{max-height:45vh}.max-h-\[50px\]{max-height:50px}.max-h-\[600px\]{max-height:600px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[65vh\]{max-height:65vh}.max-h-\[68vh\]{max-height:68vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[88vh\]{max-height:88vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-160px\)\]{max-height:calc(100vh - 160px)}.max-h-\[calc\(100vh-3\.5rem\)\]{max-height:calc(100vh - 3.5rem)}.max-h-\[calc\(100vh-64px\)\]{max-height:calc(100vh - 64px)}.max-h-\[min\(58vh\,720px\)\]{max-height:min(58vh,720px)}.max-h-screen{max-height:100vh}.min-h-0{min-height:0}.min-h-10{min-height:2.5rem}.min-h-24{min-height:6rem}.min-h-32{min-height:8rem}.min-h-\[100px\]{min-height:100px}.min-h-\[160px\]{min-height:160px}.min-h-\[2\.625rem\]{min-height:2.625rem}.min-h-\[2\.75rem\]{min-height:2.75rem}.min-h-\[200px\]{min-height:200px}.min-h-\[21px\]{min-height:21px}.min-h-\[250px\]{min-height:250px}.min-h-\[2rem\]{min-height:2rem}.min-h-\[320px\]{min-height:320px}.min-h-\[32px\]{min-height:32px}.min-h-\[34px\]{min-height:34px}.min-h-\[36px\]{min-height:36px}.min-h-\[3rem\]{min-height:3rem}.min-h-\[4\.5rem\]{min-height:4.5rem}.min-h-\[400px\]{min-height:400px}.min-h-\[42px\]{min-height:42px}.min-h-\[62px\]{min-height:62px}.min-h-\[8rem\]{min-height:8rem}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-full{width:100%!important}.w-0{width:0}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/12{width:8.33333%}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-10\/12{width:83.3333%}.w-11{width:2.75rem}.w-11\/12{width:91.6667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/12{width:16.6667%}.w-2\/3{width:66.6667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/12{width:25%}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.3333%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-8\/12{width:66.6667%}.w-80{width:20rem}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-96{width:24rem}.w-\[1\.5px\]{width:1.5px}.w-\[10\%\]{width:10%}.w-\[100px\]{width:100px}.w-\[11px\]{width:11px}.w-\[120px\]{width:120px}.w-\[128px\]{width:128px}.w-\[13px\]{width:13px}.w-\[15px\]{width:15px}.w-\[18px\]{width:18px}.w-\[30px\]{width:30px}.w-\[34px\]{width:34px}.w-\[3px\]{width:3px}.w-\[440px\]{width:440px}.w-\[480px\]{width:480px}.w-\[52px\]{width:52px}.w-\[57rem\]{width:57rem}.w-\[5px\]{width:5px}.w-\[64rem\]{width:64rem}.w-\[6px\]{width:6px}.w-\[74px\]{width:74px}.w-\[7px\]{width:7px}.w-\[calc\(100\%-0\.5rem\)\]{width:calc(100% - .5rem)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-32{min-width:8rem}.min-w-40{min-width:10rem}.min-w-48{min-width:12rem}.min-w-64{min-width:16rem}.min-w-9{min-width:2.25rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[140px\]{min-width:140px}.min-w-\[18px\]{min-width:18px}.min-w-\[220px\]{min-width:220px}.min-w-\[260px\]{min-width:260px}.min-w-\[320px\]{min-width:320px}.min-w-\[32px\]{min-width:32px}.min-w-\[38px\]{min-width:38px}.min-w-\[3rem\]{min-width:3rem}.min-w-\[430px\]{min-width:430px}.min-w-\[52rem\]{min-width:52rem}.min-w-\[5rem\]{min-width:5rem}.min-w-\[74px\]{min-width:74px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.\!max-w-full{max-width:100%!important}.\!max-w-none{max-width:none!important}.max-w-24{max-width:6rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[12rem\]{max-width:12rem}.max-w-\[140px\]{max-width:140px}.max-w-\[1px\]{max-width:1px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[300px\]{max-width:300px}.max-w-\[30rem\]{max-width:30rem}.max-w-\[30vw\]{max-width:30vw}.max-w-\[420px\]{max-width:420px}.max-w-\[62ch\]{max-width:62ch}.max-w-\[82\%\]{max-width:82%}.max-w-\[90rem\]{max-width:90rem}.max-w-\[calc\(100vw-8rem\)\]{max-width:calc(100vw - 8rem)}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-screen-xl{max-width:1280px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-\[10000\]{flex-grow:10000}.basis-0{flex-basis:0}.basis-56{flex-basis:14rem}.basis-full{flex-basis:100%}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.origin-bottom{transform-origin:bottom}.origin-left{transform-origin:0}.origin-right{transform-origin:100%}.origin-top{transform-origin:top}.origin-top-left{transform-origin:0 0}.origin-top-right{transform-origin:100% 0}.-translate-x-0{--tw-translate-x:-0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-0\.5{--tw-translate-x:-.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-4{--tw-translate-x:-1rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\.5{--tw-translate-y:-.375rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/4{--tw-translate-y:-25%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y:-.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-4{--tw-translate-y:-1rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0\.5{--tw-translate-x:.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x:.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/4{--tw-translate-x:25%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-4{--tw-translate-x:1rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x:1.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[0\%\]{--tw-translate-x:0%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[100\%\]{--tw-translate-x:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[18px\]{--tw-translate-x:18px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[60\%\]{--tw-translate-x:60%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y:.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y:.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-8{--tw-translate-y:2rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[100\%\]{--tw-translate-y:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-px{--tw-translate-y:1px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-0{--tw-scale-y:0;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-100{--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-default{cursor:default}.cursor-ew-resize{cursor:ew-resize}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.select-none{-webkit-user-select:none;user-select:none}.select-all{-webkit-user-select:all;user-select:all}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.scroll-mt-20{scroll-margin-top:5rem}.scroll-mt-8{scroll-margin-top:2rem}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;appearance:none}.auto-cols-max{grid-auto-columns:max-content}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,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-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-\[max-content\,minmax\(max-content\,1fr\)\,max-content\,minmax\(min-content\,2fr\)\,max-content\,minmax\(min-content\,2fr\)\,minmax\(max-content\,1fr\)\]{grid-template-columns:max-content minmax(max-content,1fr) max-content minmax(min-content,2fr) max-content minmax(min-content,2fr) minmax(max-content,1fr)}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[2px\]{gap:2px}.gap-\[5px\]{gap:5px}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.-space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem * var(--tw-space-x-reverse));margin-left:calc(-.375rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.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-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-3\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem * var(--tw-space-y-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))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.divide-gray-500\/30>:not([hidden])~:not([hidden]){border-color:#6b72804d}.divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(55 65 81/var(--tw-divide-opacity))}.divide-line-faint>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(238 242 248/var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-visible{overflow-x:visible}.overscroll-contain{overscroll-behavior:contain}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-full{border-radius:9999px!important}.\!rounded-md{border-radius:.375rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[2px\]{border-radius:2px}.rounded-\[7px\]{border-radius:7px}.rounded-\[9px\]{border-radius:9px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-\[10px\]{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-\[3px\]{border-left-width:3px}.border-l-\[6px\]{border-left-width:6px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-r-4{border-right-width:4px}.border-r-\[6px\]{border-right-width:6px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-t-\[6px\]{border-top-width:6px}.\!border-dashed{border-style:dashed!important}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-blue-400{--tw-border-opacity:1!important;border-color:rgb(96 165 250/var(--tw-border-opacity))!important}.\!border-green-400{--tw-border-opacity:1!important;border-color:rgb(74 222 128/var(--tw-border-opacity))!important}.\!border-purple-400{--tw-border-opacity:1!important;border-color:rgb(192 132 252/var(--tw-border-opacity))!important}.border-\[\#c6d1e0\]{--tw-border-opacity:1;border-color:rgb(198 209 224/var(--tw-border-opacity))}.border-\[\#cdddfb\]{--tw-border-opacity:1;border-color:rgb(205 221 251/var(--tw-border-opacity))}.border-\[\#dce3ee\]{--tw-border-opacity:1;border-color:rgb(220 227 238/var(--tw-border-opacity))}.border-\[\#e6ebf3\]{--tw-border-opacity:1;border-color:rgb(230 235 243/var(--tw-border-opacity))}.border-\[\#eef1f6\]{--tw-border-opacity:1;border-color:rgb(238 241 246/var(--tw-border-opacity))}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity))}.border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity))}.border-amber-300\/60{border-color:#fcd34d99}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity))}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-600{--tw-border-opacity:1;border-color:rgb(217 119 6/var(--tw-border-opacity))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.border-cyan-500{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity))}.border-cyan-600{--tw-border-opacity:1;border-color:rgb(8 145 178/var(--tw-border-opacity))}.border-emerald-200{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity))}.border-emerald-300{--tw-border-opacity:1;border-color:rgb(110 231 183/var(--tw-border-opacity))}.border-emerald-300\/60{border-color:#6ee7b799}.border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-200\/60{border-color:#e5e7eb99}.border-gray-200\/80{border-color:#e5e7ebcc}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-gray-300\/60{border-color:#d1d5db99}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.border-gray-400\/30{border-color:#9ca3af4d}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-gray-500\/30{border-color:#6b72804d}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity))}.border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity))}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.border-green-700{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity))}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.border-indigo-600{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.border-ink{--tw-border-opacity:1;border-color:rgb(7 17 31/var(--tw-border-opacity))}.border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity))}.border-lime-600{--tw-border-opacity:1;border-color:rgb(101 163 13/var(--tw-border-opacity))}.border-line{--tw-border-opacity:1;border-color:rgb(220 227 238/var(--tw-border-opacity))}.border-line-faint{--tw-border-opacity:1;border-color:rgb(238 242 248/var(--tw-border-opacity))}.border-line-strong{--tw-border-opacity:1;border-color:rgb(198 209 224/var(--tw-border-opacity))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity))}.border-orange-600{--tw-border-opacity:1;border-color:rgb(234 88 12/var(--tw-border-opacity))}.border-pink-500{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity))}.border-pink-600{--tw-border-opacity:1;border-color:rgb(219 39 119/var(--tw-border-opacity))}.border-primary-100{--tw-border-opacity:1;border-color:rgb(233 225 253/var(--tw-border-opacity))}.border-primary-200{--tw-border-opacity:1;border-color:rgb(211 195 251/var(--tw-border-opacity))}.border-primary-300{--tw-border-opacity:1;border-color:rgb(189 165 249/var(--tw-border-opacity))}.border-primary-400{--tw-border-opacity:1;border-color:rgb(145 107 246/var(--tw-border-opacity))}.border-primary-500{--tw-border-opacity:1;border-color:rgb(86 21 230/var(--tw-border-opacity))}.border-primary-500\/40{border-color:#5615e666}.border-primary-500\/60{border-color:#5615e699}.border-primary-600{--tw-border-opacity:1;border-color:rgb(69 17 184/var(--tw-border-opacity))}.border-primary-700{--tw-border-opacity:1;border-color:rgb(52 13 138/var(--tw-border-opacity))}.border-primary-900\/50{border-color:#11042e80}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity))}.border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity))}.border-purple-600{--tw-border-opacity:1;border-color:rgb(147 51 234/var(--tw-border-opacity))}.border-rec-red{--tw-border-opacity:1;border-color:rgb(213 43 30/var(--tw-border-opacity))}.border-rec-red\/30{border-color:#d52b1e4d}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.border-rose-100{--tw-border-opacity:1;border-color:rgb(255 228 230/var(--tw-border-opacity))}.border-rose-500{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity))}.border-rose-600{--tw-border-opacity:1;border-color:rgb(225 29 72/var(--tw-border-opacity))}.border-sky-100{--tw-border-opacity:1;border-color:rgb(224 242 254/var(--tw-border-opacity))}.border-sky-200{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity))}.border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.border-sky-600{--tw-border-opacity:1;border-color:rgb(2 132 199/var(--tw-border-opacity))}.border-teal-500{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity))}.border-teal-600{--tw-border-opacity:1;border-color:rgb(13 148 136/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/60{border-color:#fff9}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity))}.border-l-gray-300{--tw-border-opacity:1;border-left-color:rgb(209 213 219/var(--tw-border-opacity))}.border-l-gray-400{--tw-border-opacity:1;border-left-color:rgb(156 163 175/var(--tw-border-opacity))}.border-l-primary-500{--tw-border-opacity:1;border-left-color:rgb(86 21 230/var(--tw-border-opacity))}.border-l-transparent{border-left-color:#0000}.border-r-transparent{border-right-color:#0000}.border-t-gray-900{--tw-border-opacity:1;border-top-color:rgb(17 24 39/var(--tw-border-opacity))}.border-opacity-10{--tw-border-opacity:.1}.\!bg-blue-50{--tw-bg-opacity:1!important;background-color:rgb(239 246 255/var(--tw-bg-opacity))!important}.\!bg-blue-900\/20{background-color:#1e3a8a33!important}.\!bg-primary-600{--tw-bg-opacity:1!important;background-color:rgb(69 17 184/var(--tw-bg-opacity))!important}.bg-\[\#00A1E0\]{--tw-bg-opacity:1;background-color:rgb(0 161 224/var(--tw-bg-opacity))}.bg-\[\#17191f\]{--tw-bg-opacity:1;background-color:rgb(23 25 31/var(--tw-bg-opacity))}.bg-\[\#2c3e57\]{--tw-bg-opacity:1;background-color:rgb(44 62 87/var(--tw-bg-opacity))}.bg-\[\#445671\]{--tw-bg-opacity:1;background-color:rgb(68 86 113/var(--tw-bg-opacity))}.bg-\[\#5f6b7d\]{--tw-bg-opacity:1;background-color:rgb(95 107 125/var(--tw-bg-opacity))}.bg-\[\#7d8aa0\]{--tw-bg-opacity:1;background-color:rgb(125 138 160/var(--tw-bg-opacity))}.bg-\[\#9333ea\]{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity))}.bg-\[\#e11d48\]{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity))}.bg-\[\#eab308\]{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.bg-\[\#f4f6fa\]{--tw-bg-opacity:1;background-color:rgb(244 246 250/var(--tw-bg-opacity))}.bg-\[\#f4f7ff\]{--tw-bg-opacity:1;background-color:rgb(244 247 255/var(--tw-bg-opacity))}.bg-\[rgba\(107\,114\,128\,0\.5\)\]{background-color:#6b728080}.bg-\[rgba\(147\,51\,234\,0\.5\)\]{background-color:#9333ea80}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity))}.bg-amber-400\/20{background-color:#fbbf2433}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity))}.bg-amber-50\/60{background-color:#fffbeb99}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-black\/10{background-color:#0000001a}.bg-black\/25{background-color:#00000040}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity))}.bg-blue-400\/20{background-color:#60a5fa33}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-50\/50{background-color:#eff6ff80}.bg-blue-50\/60{background-color:#eff6ff99}.bg-blue-50\/70{background-color:#eff6ffb3}.bg-blue-50\/80{background-color:#eff6ffcc}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-blue-500\/25{background-color:#3b82f640}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}.bg-blue-900\/10{background-color:#1e3a8a1a}.bg-blue-900\/20{background-color:#1e3a8a33}.bg-blue-soft{--tw-bg-opacity:1;background-color:rgb(234 241 255/var(--tw-bg-opacity))}.bg-blue-soft\/60{background-color:#eaf1ff99}.bg-current{background-color:currentColor}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity))}.bg-cyan-300{--tw-bg-opacity:1;background-color:rgb(103 232 249/var(--tw-bg-opacity))}.bg-cyan-400{--tw-bg-opacity:1;background-color:rgb(34 211 238/var(--tw-bg-opacity))}.bg-cyan-400\/20{background-color:#22d3ee33}.bg-cyan-500\/10{background-color:#06b6d41a}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity))}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.bg-emerald-50\/50{background-color:#ecfdf580}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity))}.bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgb(250 232 255/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-50\/70{background-color:#f9fafbb3}.bg-gray-50\/80{background-color:#f9fafbcc}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-gray-500\/75{background-color:#6b7280bf}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.bg-gray-800\/50{background-color:#1f293780}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-gray-900\/20{background-color:#11182733}.bg-gray-900\/40{background-color:#11182766}.bg-gray-900\/50{background-color:#11182780}.bg-gray-900\/60{background-color:#11182799}.bg-gray-900\/95{background-color:#111827f2}.bg-gray-950{--tw-bg-opacity:1;background-color:rgb(3 7 18/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.bg-green-400\/20{background-color:#4ade8033}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.bg-green-500\/30{background-color:#22c55e4d}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.bg-indigo-400\/20{background-color:#818cf833}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity))}.bg-indigo-50\/50{background-color:#eef2ff80}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity))}.bg-ink{--tw-bg-opacity:1;background-color:rgb(7 17 31/var(--tw-bg-opacity))}.bg-ink-soft{--tw-bg-opacity:1;background-color:rgb(19 34 56/var(--tw-bg-opacity))}.bg-ink\/40{background-color:#07111f66}.bg-ink\/60{background-color:#07111f99}.bg-ink\/90{background-color:#07111fe6}.bg-lime-100{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity))}.bg-lime-400{--tw-bg-opacity:1;background-color:rgb(163 230 53/var(--tw-bg-opacity))}.bg-lime-400\/20{background-color:#a3e63533}.bg-line{--tw-bg-opacity:1;background-color:rgb(220 227 238/var(--tw-bg-opacity))}.bg-line-faint{--tw-bg-opacity:1;background-color:rgb(238 242 248/var(--tw-bg-opacity))}.bg-line-strong{--tw-bg-opacity:1;background-color:rgb(198 209 224/var(--tw-bg-opacity))}.bg-muted{--tw-bg-opacity:1;background-color:rgb(95 107 125/var(--tw-bg-opacity))}.bg-muted\/50{background-color:#5f6b7d80}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity))}.bg-orange-400{--tw-bg-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity))}.bg-orange-400\/20{background-color:#fb923c33}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity))}.bg-pink-400{--tw-bg-opacity:1;background-color:rgb(244 114 182/var(--tw-bg-opacity))}.bg-pink-400\/20{background-color:#f472b633}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(233 225 253/var(--tw-bg-opacity))}.bg-primary-100\/60{background-color:#e9e1fd99}.bg-primary-100\/80{background-color:#e9e1fdcc}.bg-primary-200{--tw-bg-opacity:1;background-color:rgb(211 195 251/var(--tw-bg-opacity))}.bg-primary-200\/40{background-color:#d3c3fb66}.bg-primary-25{--tw-bg-opacity:1;background-color:rgb(251 249 255/var(--tw-bg-opacity))}.bg-primary-300\/30{background-color:#bda5f94d}.bg-primary-300\/40{background-color:#bda5f966}.bg-primary-400{--tw-bg-opacity:1;background-color:rgb(145 107 246/var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(244 240 254/var(--tw-bg-opacity))}.bg-primary-50\/40{background-color:#f4f0fe66}.bg-primary-50\/50{background-color:#f4f0fe80}.bg-primary-50\/60{background-color:#f4f0fe99}.bg-primary-50\/70{background-color:#f4f0feb3}.bg-primary-50\/80{background-color:#f4f0fecc}.bg-primary-50\/95{background-color:#f4f0fef2}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(86 21 230/var(--tw-bg-opacity))}.bg-primary-500\/10{background-color:#5615e61a}.bg-primary-500\/20{background-color:#5615e633}.bg-primary-500\/30{background-color:#5615e64d}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.bg-primary-600\/80{background-color:#4511b8cc}.bg-primary-900{--tw-bg-opacity:1;background-color:rgb(17 4 46/var(--tw-bg-opacity))}.bg-primary-900\/20{background-color:#11042e33}.bg-primary-900\/30{background-color:#11042e4d}.bg-primary-900\/50{background-color:#11042e80}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity))}.bg-purple-400{--tw-bg-opacity:1;background-color:rgb(192 132 252/var(--tw-bg-opacity))}.bg-purple-400\/20{background-color:#c084fc33}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity))}.bg-purple-500\/30{background-color:#a855f74d}.bg-quiet{--tw-bg-opacity:1;background-color:rgb(137 148 165/var(--tw-bg-opacity))}.bg-rec-red{--tw-bg-opacity:1;background-color:rgb(213 43 30/var(--tw-bg-opacity))}.bg-rec-red\/10{background-color:#d52b1e1a}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.bg-red-400\/20{background-color:#f8717133}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-red-50\/50{background-color:#fef2f280}.bg-red-50\/70{background-color:#fef2f2b3}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity))}.bg-rose-400{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity))}.bg-rose-400\/20{background-color:#fb718533}.bg-rose-50{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity))}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity))}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity))}.bg-sky-400{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity))}.bg-sky-400\/20{background-color:#38bdf833}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.bg-sky-600{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity))}.bg-success{--tw-bg-opacity:1;background-color:rgb(24 169 106/var(--tw-bg-opacity))}.bg-success\/15{background-color:#18a96a26}.bg-surface,.bg-surface-soft{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity))}.bg-teal-400{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity))}.bg-teal-400\/20{background-color:#2dd4bf33}.bg-teal-500\/30{background-color:#14b8a64d}.bg-transparent{background-color:#0000}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity))}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity))}.bg-violet-500\/30{background-color:#8b5cf64d}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/25{background-color:#ffffff40}.bg-white\/50{background-color:#ffffff80}.bg-white\/70{background-color:#ffffffb3}.bg-white\/75{background-color:#ffffffbf}.bg-white\/80{background-color:#fffc}.bg-white\/85{background-color:#ffffffd9}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.bg-yellow-400\/20{background-color:#facc1533}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.bg-opacity-20{--tw-bg-opacity:.2}.bg-opacity-25{--tw-bg-opacity:.25}.bg-opacity-50{--tw-bg-opacity:.5}.bg-opacity-70{--tw-bg-opacity:.7}.bg-opacity-75{--tw-bg-opacity:.75}.bg-opacity-85{--tw-bg-opacity:.85}.bg-\[url\(\'\/img\/background-header\.jpg\'\)\]{background-image:url(/img/background-header.jpg)}.bg-\[url\(\'data\:image\/svg\+xml\;base64\,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMC4wMyI\+PGNpcmNsZSBjeD0iMzAiIGN5PSIzMCIgcj0iMSIvPjwvZz48L2c\+PC9zdmc\+\'\)\]{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMC4wMyI+PGNpcmNsZSBjeD0iMzAiIGN5PSIzMCIgcj0iMSIvPjwvZz48L2c+PC9zdmc+)}.bg-gradient-to-b{background-image:linear-gradient(to bottom, var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))}.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))}.from-amber-400{--tw-gradient-from:#fbbf24 var(--tw-gradient-from-position);--tw-gradient-to:#fbbf2400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/20{--tw-gradient-from:#0003 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:#eff6ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:#2563eb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100{--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:#f3f4f600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from:#f9fafb var(--tw-gradient-from-position);--tw-gradient-to:#f9fafb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-100\/80{--tw-gradient-from:#e9e1fdcc var(--tw-gradient-from-position);--tw-gradient-to:#e9e1fd00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-400{--tw-gradient-from:#916bf6 var(--tw-gradient-from-position);--tw-gradient-to:#916bf600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-50{--tw-gradient-from:#f4f0fe var(--tw-gradient-from-position);--tw-gradient-to:#f4f0fe00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-500{--tw-gradient-from:#5615e6 var(--tw-gradient-from-position);--tw-gradient-to:#5615e600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-500\/20{--tw-gradient-from:#5615e633 var(--tw-gradient-from-position);--tw-gradient-to:#5615e600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-500\/30{--tw-gradient-from:#5615e64d var(--tw-gradient-from-position);--tw-gradient-to:#5615e600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-500\/45{--tw-gradient-from:#5615e673 var(--tw-gradient-from-position);--tw-gradient-to:#5615e600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-600\/20{--tw-gradient-from:#4511b833 var(--tw-gradient-from-position);--tw-gradient-to:#4511b800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-700{--tw-gradient-from:#340d8a var(--tw-gradient-from-position);--tw-gradient-to:#340d8a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-200{--tw-gradient-from:#e2e8f0 var(--tw-gradient-from-position);--tw-gradient-to:#e2e8f000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-blue-200{--tw-gradient-to:#bfdbfe00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-700{--tw-gradient-to:#1d4ed800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary-400{--tw-gradient-to:#916bf600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #916bf6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary-400\/20{--tw-gradient-to:#916bf600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #916bf633 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary-50{--tw-gradient-to:#f4f0fe00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #f4f0fe var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary-500\/15{--tw-gradient-to:#5615e600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #5615e626 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/60{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/80{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fffc var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-black\/40{--tw-gradient-to:#0006 var(--tw-gradient-to-position)}.to-blue-soft{--tw-gradient-to:#eaf1ff var(--tw-gradient-to-position)}.to-cyan-200{--tw-gradient-to:#a5f3fc var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to:#f3f4f6 var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to:#f9fafb var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to:#374151 var(--tw-gradient-to-position)}.to-indigo-700{--tw-gradient-to:#4338ca var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to:#fff7ed var(--tw-gradient-to-position)}.to-primary-100{--tw-gradient-to:#e9e1fd var(--tw-gradient-to-position)}.to-primary-50{--tw-gradient-to:#f4f0fe var(--tw-gradient-to-position)}.to-primary-50\/40{--tw-gradient-to:#f4f0fe66 var(--tw-gradient-to-position)}.to-primary-500{--tw-gradient-to:#5615e6 var(--tw-gradient-to-position)}.to-primary-600{--tw-gradient-to:#4511b8 var(--tw-gradient-to-position)}.to-primary-700\/20{--tw-gradient-to:#340d8a33 var(--tw-gradient-to-position)}.to-purple-600\/20{--tw-gradient-to:#9333ea33 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-violet-700{--tw-gradient-to:#6d28d9 var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-yellow-500{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.to-zinc-900{--tw-gradient-to:#18181b var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.fill-indigo-500{fill:#6366f1}.fill-primary-500{fill:#5615e6}.stroke-gray-300{stroke:#d1d5db}.stroke-gray-400{stroke:#9ca3af}.stroke-gray-500{stroke:#6b7280}.stroke-red-500{stroke:#ef4444}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.object-left{-o-object-position:left;object-position:left}.object-top{-o-object-position:top;object-position:top}.\!p-0{padding:0!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[7px\]{padding:7px}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.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-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[7px\]{padding-left:7px;padding-right:7px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[17px\]{padding-top:17px;padding-bottom:17px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-px{padding-top:1px;padding-bottom:1px}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-\[56\.25\%\]{padding-bottom:56.25%}.pb-px{padding-bottom:1px}.pe-4{padding-inline-end:1rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-14{padding-left:3.5rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-11{padding-right:2.75rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-3\.5{padding-right:.875rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.ps-3{padding-inline-start:.75rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[12px\]{padding-top:12px}.pt-\[12vh\]{padding-top:12vh}.pt-\[30\%\]{padding-top:30%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-mono,.font-sans{font-family:Geist,Helvetica Neue,Helvetica,Arial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,ui-sans-serif,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.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-5xl{font-size:3rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[10\.5px\]{font-size:10.5px}.text-\[10px\]{font-size:10px}.text-\[11\.5px\]{font-size:11.5px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13\.5px\]{font-size:13.5px}.text-\[13px\]{font-size:13px}.text-\[14\.5px\]{font-size:14.5px}.text-\[14px\]{font-size:14px}.text-\[15\.5px\]{font-size:15.5px}.text-\[15px\]{font-size:15px}.text-\[17px\]{font-size:17px}.text-\[22px\]{font-size:22px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[29px\]{font-size:29px}.text-\[2rem\]{font-size:2rem}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[44px\]{font-size:44px}.text-\[46px\]{font-size:46px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm,.text-sm\/5{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:600}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.not-italic{font-style:normal}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[1\.12\]{line-height:1.12}.leading-\[1\.15\]{line-height:1.15}.leading-\[1\.2\]{line-height:1.2}.leading-\[1\.4\]{line-height:1.4}.leading-\[1\.5\]{line-height:1.5}.leading-\[1\.72\]{line-height:1.72}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.015em\]{letter-spacing:-.015em}.tracking-\[-0\.018em\]{letter-spacing:-.018em}.tracking-\[-0\.01em\]{letter-spacing:-.01em}.tracking-\[-0\.02em\]{letter-spacing:-.02em}.tracking-\[-0\.03em\]{letter-spacing:-.03em}.tracking-\[-0\.04em\]{letter-spacing:-.04em}.tracking-\[\.08em\]{letter-spacing:.08em}.tracking-\[0\.01em\]{letter-spacing:.01em}.tracking-\[0\.02em\]{letter-spacing:.02em}.tracking-\[0\.03em\]{letter-spacing:.03em}.tracking-\[0\.04em\]{letter-spacing:.04em}.tracking-\[0\.06em\]{letter-spacing:.06em}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-\[0\.09em\]{letter-spacing:.09em}.tracking-\[0\.10em\]{letter-spacing:.1em}.tracking-\[0\.11em\]{letter-spacing:.11em}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.1em\]{letter-spacing:.1em}.tracking-normal{letter-spacing:0}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-blue-600{--tw-text-opacity:1!important;color:rgb(37 99 235/var(--tw-text-opacity))!important}.\!text-green-600{--tw-text-opacity:1!important;color:rgb(22 163 74/var(--tw-text-opacity))!important}.\!text-purple-600{--tw-text-opacity:1!important;color:rgb(147 51 234/var(--tw-text-opacity))!important}.\!text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity))!important}.\!text-red-600{--tw-text-opacity:1!important;color:rgb(220 38 38/var(--tw-text-opacity))!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-\[\#07111f\]{--tw-text-opacity:1;color:rgb(7 17 31/var(--tw-text-opacity))}.text-\[\#15315f\]{--tw-text-opacity:1;color:rgb(21 49 95/var(--tw-text-opacity))}.text-\[\#2563eb\]{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-\[\#2c3a4d\]{--tw-text-opacity:1;color:rgb(44 58 77/var(--tw-text-opacity))}.text-\[\#5f6b7d\]{--tw-text-opacity:1;color:rgb(95 107 125/var(--tw-text-opacity))}.text-\[\#8b96a7\]{--tw-text-opacity:1;color:rgb(139 150 167/var(--tw-text-opacity))}.text-\[\#b3bccd\]{--tw-text-opacity:1;color:rgb(179 188 205/var(--tw-text-opacity))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity))}.text-amber-800\/80{color:#92400ecc}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.text-amber-950{--tw-text-opacity:1;color:rgb(69 26 3/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity))}.text-cyan-200{--tw-text-opacity:1;color:rgb(165 243 252/var(--tw-text-opacity))}.text-cyan-400{--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity))}.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity))}.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity))}.text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity))}.text-cyan-800{--tw-text-opacity:1;color:rgb(21 94 117/var(--tw-text-opacity))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.text-emerald-800{--tw-text-opacity:1;color:rgb(6 95 70/var(--tw-text-opacity))}.text-fuchsia-800{--tw-text-opacity:1;color:rgb(134 25 143/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-gray-950{--tw-text-opacity:1;color:rgb(3 7 18/var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.text-green-900{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity))}.text-indigo-200{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.text-ink{--tw-text-opacity:1;color:rgb(7 17 31/var(--tw-text-opacity))}.text-ink-soft{--tw-text-opacity:1;color:rgb(19 34 56/var(--tw-text-opacity))}.text-lime-400{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity))}.text-lime-500{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity))}.text-lime-700{--tw-text-opacity:1;color:rgb(77 124 15/var(--tw-text-opacity))}.text-lime-800{--tw-text-opacity:1;color:rgb(63 98 18/var(--tw-text-opacity))}.text-line{--tw-text-opacity:1;color:rgb(220 227 238/var(--tw-text-opacity))}.text-line-faint{--tw-text-opacity:1;color:rgb(238 242 248/var(--tw-text-opacity))}.text-line-strong{--tw-text-opacity:1;color:rgb(198 209 224/var(--tw-text-opacity))}.text-muted{--tw-text-opacity:1;color:rgb(95 107 125/var(--tw-text-opacity))}.text-orange-200{--tw-text-opacity:1;color:rgb(254 215 170/var(--tw-text-opacity))}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity))}.text-pink-400{--tw-text-opacity:1;color:rgb(244 114 182/var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153/var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity:1;color:rgb(157 23 77/var(--tw-text-opacity))}.text-primary-200{--tw-text-opacity:1;color:rgb(211 195 251/var(--tw-text-opacity))}.text-primary-300{--tw-text-opacity:1;color:rgb(189 165 249/var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity:1;color:rgb(145 107 246/var(--tw-text-opacity))}.text-primary-500{--tw-text-opacity:1;color:rgb(86 21 230/var(--tw-text-opacity))}.text-primary-600{--tw-text-opacity:1;color:rgb(69 17 184/var(--tw-text-opacity))}.text-primary-700{--tw-text-opacity:1;color:rgb(52 13 138/var(--tw-text-opacity))}.text-primary-700\/70{color:#340d8ab3}.text-primary-700\/80{color:#340d8acc}.text-primary-800{--tw-text-opacity:1;color:rgb(34 8 92/var(--tw-text-opacity))}.text-primary-900{--tw-text-opacity:1;color:rgb(17 4 46/var(--tw-text-opacity))}.text-primary-900\/80{color:#11042ecc}.text-primary-950{--tw-text-opacity:1;color:rgb(8 2 23/var(--tw-text-opacity))}.text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255/var(--tw-text-opacity))}.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity))}.text-quiet{--tw-text-opacity:1;color:rgb(137 148 165/var(--tw-text-opacity))}.text-rec-red{--tw-text-opacity:1;color:rgb(213 43 30/var(--tw-text-opacity))}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.text-red-900\/70{color:#7f1d1db3}.text-red-950{--tw-text-opacity:1;color:rgb(69 10 10/var(--tw-text-opacity))}.text-rose-400{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity))}.text-rose-500{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity))}.text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity))}.text-rose-800{--tw-text-opacity:1;color:rgb(159 18 57/var(--tw-text-opacity))}.text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.text-sky-800{--tw-text-opacity:1;color:rgb(7 89 133/var(--tw-text-opacity))}.text-sky-800\/80{color:#075985cc}.text-sky-950{--tw-text-opacity:1;color:rgb(8 47 73/var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.text-success{--tw-text-opacity:1;color:rgb(24 169 106/var(--tw-text-opacity))}.text-teal-400{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity))}.text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity))}.text-teal-700{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity))}.text-teal-800{--tw-text-opacity:1;color:rgb(17 94 89/var(--tw-text-opacity))}.text-transparent{color:#0000}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity))}.text-violet-800{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-white\/95{color:#fffffff2}.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.\!no-underline{text-decoration-line:none!important}.no-underline{text-decoration-line:none}.decoration-gray-400{text-decoration-color:#9ca3af}.underline-offset-2{text-underline-offset:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.\!opacity-30{opacity:.3!important}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(15\,23\,42\,0\.09\)\,0_22px_70px_-48px_rgba\(15\,23\,42\,0\.55\)\]{--tw-shadow:0 0 0 1px #0f172a17,0 22px 70px -48px #0f172a8c;--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color), 0 22px 70px -48px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(15\,23\,42\,0\.10\)\,0_18px_48px_-40px_rgba\(15\,23\,42\,0\.38\)\]{--tw-shadow:0 0 0 1px #0f172a1a,0 18px 48px -40px #0f172a61;--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color), 0 18px 48px -40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(37\,99\,235\,0\.16\)\]{--tw-shadow:0 0 0 1px #2563eb29;--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_3px_rgba\(213\,43\,30\,\.14\)\]{--tw-shadow:0 0 0 3px #d52b1e24;--tw-shadow-colored:0 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_3px_rgba\(24\,169\,106\,\.14\)\]{--tw-shadow:0 0 0 3px #18a96a24;--tw-shadow-colored:0 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_3px_rgba\(37\,99\,235\,\.14\)\]{--tw-shadow:0 0 0 3px #2563eb24;--tw-shadow-colored:0 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_12px_40px_rgba\(15\,23\,42\,0\.10\)\]{--tw-shadow:0 12px 40px #0f172a1a;--tw-shadow-colored:0 12px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_24px_48px_-16px_rgba\(17\,12\,46\,0\.22\)\]{--tw-shadow:0 24px 48px -16px #110c2e38;--tw-shadow-colored:0 24px 48px -16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[8px_0_10px_-8px_rgba\(7\,17\,31\,0\.12\)\]{--tw-shadow:8px 0 10px -8px #07111f1f;--tw-shadow-colored:8px 0 10px -8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_0_0_4px_theme\(colors\.primary\.500\)\]{--tw-shadow:inset 0 0 0 4px #5615e6;--tw-shadow-colored:inset 0 0 0 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\,255\,255\,\.12\)\,0_1px_2px_rgba\(7\,17\,31\,\.16\)\]{--tw-shadow:inset 0 1px 0 #ffffff1f,0 1px 2px #07111f29;--tw-shadow-colored:inset 0 1px 0 var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\,255\,255\,\.9\)\]{--tw-shadow:inset 0 1px 0 #ffffffe6;--tw-shadow-colored:inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 #0000000d;--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-paper{--tw-shadow:0 1px 2px #07111f0d, 0 14px 38px #07111f14;--tw-shadow-colored:0 1px 2px var(--tw-shadow-color), 0 14px 38px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-blue-600\/20{--tw-shadow-color:#2563eb33;--tw-shadow:var(--tw-shadow-colored)}.shadow-gray-200\/50{--tw-shadow-color:#e5e7eb80;--tw-shadow:var(--tw-shadow-colored)}.shadow-gray-400{--tw-shadow-color:#9ca3af;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/80{--tw-shadow-color:#e9e1fdcc;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/25{--tw-shadow-color:#5615e640;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/15{--tw-shadow-color:#4511b826;--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.\!ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)!important}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-inset{--tw-ring-inset:inset}.\!ring-blue-100{--tw-ring-opacity:1!important;--tw-ring-color:rgb(219 234 254/var(--tw-ring-opacity))!important}.\!ring-blue-900\/30{--tw-ring-color:#1e3a8a4d!important}.ring-amber-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 243 199/var(--tw-ring-opacity))}.ring-amber-200\/80{--tw-ring-color:#fde68acc}.ring-amber-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity))}.ring-amber-500{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity))}.ring-amber-600\/20{--tw-ring-color:#d9770633}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.ring-black\/10{--tw-ring-color:#0000001a}.ring-black\/5{--tw-ring-color:#0000000d}.ring-blue-100{--tw-ring-opacity:1;--tw-ring-color:rgb(219 234 254/var(--tw-ring-opacity))}.ring-blue-200\/70{--tw-ring-color:#bfdbfeb3}.ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity))}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.ring-blue-500\/20{--tw-ring-color:#3b82f633}.ring-cyan-300{--tw-ring-opacity:1;--tw-ring-color:rgb(103 232 249/var(--tw-ring-opacity))}.ring-cyan-500{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity))}.ring-emerald-100{--tw-ring-opacity:1;--tw-ring-color:rgb(209 250 229/var(--tw-ring-opacity))}.ring-emerald-200\/70{--tw-ring-color:#a7f3d0b3}.ring-emerald-600\/20{--tw-ring-color:#05966933}.ring-gray-100\/70{--tw-ring-color:#f3f4f6b3}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))}.ring-gray-200\/80{--tw-ring-color:#e5e7ebcc}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.ring-gray-500\/10{--tw-ring-color:#6b72801a}.ring-gray-600\/20{--tw-ring-color:#4b556333}.ring-gray-900\/10{--tw-ring-color:#1118271a}.ring-gray-900\/5{--tw-ring-color:#1118270d}.ring-gray-950\/5{--tw-ring-color:#0307120d}.ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgb(220 252 231/var(--tw-ring-opacity))}.ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity))}.ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity))}.ring-green-600\/20{--tw-ring-color:#16a34a33}.ring-indigo-200\/70{--tw-ring-color:#c7d2feb3}.ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252/var(--tw-ring-opacity))}.ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.ring-indigo-600\/20{--tw-ring-color:#4f46e533}.ring-lime-300{--tw-ring-opacity:1;--tw-ring-color:rgb(190 242 100/var(--tw-ring-opacity))}.ring-lime-500{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22/var(--tw-ring-opacity))}.ring-line{--tw-ring-opacity:1;--tw-ring-color:rgb(220 227 238/var(--tw-ring-opacity))}.ring-line-strong{--tw-ring-opacity:1;--tw-ring-color:rgb(198 209 224/var(--tw-ring-opacity))}.ring-orange-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 186 116/var(--tw-ring-opacity))}.ring-orange-500{--tw-ring-opacity:1;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity))}.ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgb(249 168 212/var(--tw-ring-opacity))}.ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgb(236 72 153/var(--tw-ring-opacity))}.ring-primary-100{--tw-ring-opacity:1;--tw-ring-color:rgb(233 225 253/var(--tw-ring-opacity))}.ring-primary-100\/80{--tw-ring-color:#e9e1fdcc}.ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(86 21 230/var(--tw-ring-opacity))}.ring-primary-500\/20{--tw-ring-color:#5615e633}.ring-primary-500\/30{--tw-ring-color:#5615e64d}.ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgb(216 180 254/var(--tw-ring-opacity))}.ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity))}.ring-purple-600\/20{--tw-ring-color:#9333ea33}.ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity))}.ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity))}.ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.ring-rose-200\/80{--tw-ring-color:#fecdd3cc}.ring-rose-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 164 175/var(--tw-ring-opacity))}.ring-rose-500{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity))}.ring-rose-600\/20{--tw-ring-color:#e11d4833}.ring-sky-300{--tw-ring-opacity:1;--tw-ring-color:rgb(125 211 252/var(--tw-ring-opacity))}.ring-sky-500{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity))}.ring-sky-600\/20{--tw-ring-color:#0284c733}.ring-slate-200\/80{--tw-ring-color:#e2e8f0cc}.ring-teal-300{--tw-ring-opacity:1;--tw-ring-color:rgb(94 234 212/var(--tw-ring-opacity))}.ring-teal-500{--tw-ring-opacity:1;--tw-ring-color:rgb(20 184 166/var(--tw-ring-opacity))}.ring-transparent{--tw-ring-color:transparent}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.ring-white\/10{--tw-ring-color:#ffffff1a}.ring-white\/30{--tw-ring-color:#ffffff4d}.ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity))}.ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity))}.ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:.05}.ring-offset-1{--tw-ring-offset-width:1px}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-gray-900{--tw-ring-offset-color:#111827}.ring-offset-white{--tw-ring-offset-color:#fff}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur:blur(40px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur:blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-md{--tw-blur:blur(12px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur:blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale-\[20\%\]{--tw-grayscale:grayscale(20%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[0\.5px\]{--tw-backdrop-blur:blur(.5px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[1px\]{--tw-backdrop-blur:blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[border-color\,box-shadow\,transform\]{transition-property:border-color,box-shadow,transform;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)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;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-shadow{transition-property:box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-200{transition-delay:.2s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[mask-image\:radial-gradient\(closest-side\,white\,transparent\)\]{-webkit-mask-image:radial-gradient(closest-side,#fff,#0000);mask-image:radial-gradient(closest-side,#fff,#0000)}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}.\[scrollbar-color\:theme\(colors\.gray\.500\)_transparent\]{scrollbar-color:#6b7280 transparent}.\[scrollbar-width\:thin\]{scrollbar-width:thin}.dark .feature-image{background-color:#fff;border-radius:1.5rem;padding:2rem}[x-cloak]{display:none}.closed-sidebar .show-collapsed.flex,.open-sidebar .hide-collapsed.flex{display:flex}@media (max-width:768px){.aura-sidebar .md\:hidden.flex.justify-between{padding:1.25rem 1.75rem}.aura-card.aura-card-mobile{margin-bottom:1.5rem;padding:.75rem}}.sticky-container{height:300vh}.feature-section{opacity:0;pointer-events:none;transition:opacity .4s ease-out}.feature-section.active{opacity:1;pointer-events:auto}.feature-section.previous{opacity:1;pointer-events:none}.feature-content{opacity:0;transition:opacity .4s ease-out .1s,transform .4s ease-out .1s;transform:translateY(15px)}.feature-image{opacity:0;transition:opacity .4s ease-out .2s,transform .4s ease-out .2s;transform:translate(15px)}.feature-section.active .feature-content,.feature-section.active .feature-image{opacity:1;transform:translate(0)}.feature-section.previous .feature-content,.feature-section.previous .feature-image{opacity:0;transition-delay:0s}[data-motion]{opacity:0;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.ProseMirror{min-height:200px;position:relative;outline:none!important}.ProseMirror-focused{outline:none!important}.ProseMirror{font-size:14px}@media (min-width:768px){.ProseMirror{font-size:16px}}.ProseMirror h1{color:#111827;margin:.75em 0 .375em;font-size:1.43em;font-weight:600;line-height:1.3}@media (min-width:768px){.ProseMirror h1{margin:1em 0 .5em;font-size:1.625em}}.ProseMirror h2{color:#111827;margin:.75em 0 .375em;font-size:1.29em;font-weight:600;line-height:1.3}@media (min-width:768px){.ProseMirror h2{margin:1em 0 .5em;font-size:1.375em}}.ProseMirror h3{color:#111827;margin:.75em 0 .375em;font-size:1.14em;font-weight:600;line-height:1.3}@media (min-width:768px){.ProseMirror h3{margin:1em 0 .5em;font-size:1.125em}}.ProseMirror ul{margin:.75em 0;padding-left:1.25em;list-style-type:disc}@media (min-width:768px){.ProseMirror ul{margin:1em 0;padding-left:1.5em}}.ProseMirror ol{margin:.75em 0;padding-left:1.25em;list-style-type:decimal}@media (min-width:768px){.ProseMirror ol{margin:1em 0;padding-left:1.5em}}.ProseMirror p{margin:.75em 0;line-height:1.6}@media (min-width:768px){.ProseMirror p{margin:1em 0;line-height:1.7}}.ProseMirror s{text-decoration:line-through}.ProseMirror :first-child{margin-top:0!important}.bubble-menu{pointer-events:auto;z-index:50;transition:opacity .2s;position:absolute}.bubble-menu.hidden{opacity:0}.bg-gradient-ai{background:linear-gradient(90deg,#7c3aed 0%,#06b6d4 100%)}.bg-gradient-primary{background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%)}.bg-gradient-secondary{background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%)}.bg-gradient-shimmer{background:linear-gradient(45deg,#7c3aed,#2563eb,#06b6d4,#7c3aed) 0 0/300% 300%;animation:3s linear infinite shimmer}.bg-gradient-overlay{background:linear-gradient(45deg,#ffffff1a,#fff3,#ffffff1a);animation:2s ease-in-out infinite overlay}.bg-shimmer{background:linear-gradient(90deg,#0000,#fff3,#0000) 0 0/200% 100%}@keyframes shimmer{0%{left:-100%}to{left:200%}}@keyframes overlay{0%,to{opacity:.1}50%{opacity:.2}}.text-gradient{color:#0000;background-image:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}.animate-shimmer{position:relative;overflow:hidden}.animate-shimmer:before{content:"";opacity:0;background:linear-gradient(120deg,#0000,#fff6,#0000);width:50%;height:100%;transition:opacity .2s;position:absolute;top:0;left:-100%}.animate-shimmer:hover:before{opacity:1;animation:1s linear forwards shimmer}.animate-pulse-subtle{animation:2s ease-in-out infinite pulse-subtle}@keyframes pulse-subtle{0%,to{transform:scale(1);box-shadow:0 0 15px #2563eb4d}50%{transform:scale(1.02);box-shadow:0 0 25px #2563eb66}}.fluent-button{color:#000;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:transform;background:#ffffffe6;border:1px solid #0000001a;border-radius:.5rem;align-items:center;gap:8px;padding:.5rem 1rem;font-size:1rem;font-weight:500;line-height:1.25rem;transition:background-color .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden;transform:translateY(0);box-shadow:0 2px 4px #0000001a}.fluent-button--large{border-radius:.75rem;padding:1rem 1.75rem;font-size:1.25rem;font-weight:600;line-height:1.25rem}.fluent-button:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000,#fff3,#0000);width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0;transform:translate(-100%)}.fluent-button:hover:before{transform:translate(100%)}.fluent-button:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.fluent-button:active{transform:translateY(1px);box-shadow:0 2px 4px #0000001a}.fluent-button--primary{--tw-bg-opacity:1;background-color:rgb(86 21 230/var(--tw-bg-opacity));color:#fff;border:none;outline:1px solid #0003}.fluent-button--primary:hover{--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.fluent-button--secondary{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.fluent-button--secondary:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.fluent-button--secondary{border:1px solid #0000001a;outline:none}.fluent-button--secondary:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.tagify__dropdown__item--active.fluent-button--secondary:hover,.tagify__dropdown__item--active.fluent-button--secondary:hover:hover{background-color:#e5e7eb}.fluent-button--secondary:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.hero-button{--tw-bg-opacity:1;background-color:rgb(86 21 230/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));border-radius:.75rem;align-items:center;padding:.5rem 1rem;font-weight:500;transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.hero-button:hover{--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.hero-button--outline{--tw-border-opacity:1;border-width:1px;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hero-button--outline:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.fluent-button:after{content:"";opacity:0;pointer-events:none;background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .5s,height .5s,opacity .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fluent-button:active:after{opacity:0;width:300px;height:300px}@keyframes progress{0%{width:0}50%{width:70%}to{width:100%}}.animate-progress{animation:3s ease-in-out infinite progress}.features-track{will-change:transform}.feature-title,.feature-description,.feature-content,.feature-image{will-change:transform, opacity;opacity:1}.tabular-nums{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#0003}.dark .custom-scrollbar::-webkit-scrollbar-track{background:#ffffff0d}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.text-display{letter-spacing:-.02em;-webkit-text-wrap:balance;text-wrap:balance;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.1}.text-lead{-webkit-text-wrap:pretty;text-wrap:pretty;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.3}.text-h1{letter-spacing:-.02em;font-size:clamp(1.75rem,2.62911vw + 1.1338rem,3.5rem);font-weight:600;line-height:clamp(2rem,2.25352vw + 1.47183rem,3.5rem)}.text-h2{letter-spacing:clamp(-.02em,-.02em + .0135211rem - .0150235vw,-.01em);font-size:clamp(1.75rem,1.31455vw + 1.4419rem,2.5rem);font-weight:600;line-height:clamp(2rem,1.50235vw + 1.64789rem,3rem)}.text-h3{font-size:clamp(1.625rem,.56338vw + 1.49296rem,2rem);line-height:clamp(2.1rem,.743662vw + 1.9257rem,2.6rem)}.text-h3,.text-h4{letter-spacing:-.01em;font-weight:600}.text-h4{font-size:clamp(1.25rem,.187793vw + 1.20599rem,1.375rem);line-height:clamp(1.5rem,.349296vw + 1.41813rem,1.7325rem)}.text-h5{letter-spacing:-.01em;font-size:clamp(1rem,.187793vw + .955986rem,1.125rem);font-weight:500;line-height:clamp(1.25rem,.353052vw + 1.16725rem,1.485rem)}.text-body{font-size:1rem;font-weight:400;line-height:1.625}.text-small{font-size:.875rem;font-weight:400;line-height:1.625}.text-primary{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-primary:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-secondary{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-secondary:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-h1,.text-h2{-webkit-text-wrap:balance;text-wrap:balance}.text-h3,.text-h4,.text-h5,.text-p1,.text-p2,.text-big{-webkit-text-wrap:pretty;text-wrap:pretty}.text-big{font-size:1.25rem;line-height:1.74994rem}.text-p1{font-size:1.0625rem;line-height:1.74994rem}.text-p1,.text-p2{letter-spacing:-.01em}.text-p2{font-size:.875rem;line-height:1.435rem}.text-inverted{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.section{padding-top:3rem;padding-bottom:3rem}@media (min-width:640px){.section{padding-top:4rem;padding-bottom:4rem}}@media (min-width:1024px){.section{padding-top:6rem;padding-bottom:6rem}}.border-default{--tw-border-opacity:1;border-width:1px;border-color:rgb(229 231 235/var(--tw-border-opacity))}.rounded-default{border-radius:.5rem}.shadow-default{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-hover{transition-property:box-shadow;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.shadow-hover:hover{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.card{--tw-border-opacity:1;border-width:1px;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.75rem;padding:1.5rem;transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.card:hover{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.card:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.card:hover:is([data-theme=never-used-dark-mode] *){--tw-shadow-color:#37415180;--tw-shadow:var(--tw-shadow-colored)}.tagify__tag__removeBtn{margin:0!important}.tagify__tag__removeBtn:hover{color:#f87171!important;background:0 0!important}.tagify:focus-within{--tw-border-opacity:1;border-color:rgb(189 165 249/var(--tw-border-opacity));outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(189 165 249/var(--tw-ring-opacity));--tw-ring-opacity:.5;outline:2px solid #0000}.tagify__dropdown{z-index:50;background:#fff!important;border-width:1.5px!important;border-color:#fff!important;border-radius:.75rem!important;margin-top:.5rem!important;padding:.75rem .5rem!important;box-shadow:0 8px 32px #101e3614,0 1.5px 4px #101e360f!important}.tagify__dropdown:focus{box-shadow:none!important;outline:none!important}.tagify__dropdown__input{display:none!important}.tagify__dropdown__wrapper{box-shadow:none!important;background:0 0!important;border:none!important}.tagify__dropdown__item:hover{color:unset!important}.tagify__dropdown__item--active{color:#000!important;outline-offset:-2px!important;outline:2px solid #00000040!important}.tagify__dropdown__item--active.bg-red-400\/20,.tagify__dropdown__item--active.bg-red-400\/20:hover{background-color:#fee2e2!important}.tagify__dropdown__item--active.bg-orange-400\/20,.tagify__dropdown__item--active.bg-orange-400\/20:hover{background-color:#ffedd5!important}.tagify__dropdown__item--active.bg-amber-400\/20,.tagify__dropdown__item--active.bg-amber-400\/20:hover{background-color:#fef3c7!important}.tagify__dropdown__item--active.bg-yellow-400\/20,.tagify__dropdown__item--active.bg-yellow-400\/20:hover{background-color:#fef9c3!important}.tagify__dropdown__item--active.bg-lime-400\/20,.tagify__dropdown__item--active.bg-lime-400\/20:hover{background-color:#ecfccb!important}.tagify__dropdown__item--active.bg-green-400\/20,.tagify__dropdown__item--active.bg-green-400\/20:hover{background-color:#dcfce7!important}.tagify__dropdown__item--active.bg-teal-400\/20,.tagify__dropdown__item--active.bg-teal-400\/20:hover{background-color:#ccfbf1!important}.tagify__dropdown__item--active.bg-cyan-400\/20,.tagify__dropdown__item--active.bg-cyan-400\/20:hover{background-color:#cffafe!important}.tagify__dropdown__item--active.bg-sky-400\/20,.tagify__dropdown__item--active.bg-sky-400\/20:hover{background-color:#e0f2fe!important}.tagify__dropdown__item--active.bg-blue-400\/20,.tagify__dropdown__item--active.bg-blue-400\/20:hover{background-color:#dbeafe!important}.tagify__dropdown__item--active.bg-indigo-400\/20,.tagify__dropdown__item--active.bg-indigo-400\/20:hover{background-color:#e0e7ff!important}.tagify__dropdown__item--active.bg-purple-400\/20,.tagify__dropdown__item--active.bg-purple-400\/20:hover{background-color:#ede9fe!important}.tagify__dropdown__item--active.bg-pink-400\/20,.tagify__dropdown__item--active.bg-pink-400\/20:hover{background-color:#fce7f3!important}.tagify__dropdown__item--active.bg-rose-400\/20,.tagify__dropdown__item--active.bg-rose-400\/20:hover{background-color:#ffe4e6!important}.tagify__dropdown__item--active.bg-gray-200,.tagify__dropdown__item--active.bg-gray-200:hover{background-color:#e5e7eb!important}.api-docs pre{color:#e5e7eb!important;background-color:#111827!important}.api-docs code{border-radius:.25rem;padding:.125rem .5rem;font-size:.875rem;color:#e5e7eb!important;background-color:#1f2937!important}.api-docs pre code{padding:0;background-color:#0000!important}.api-docs .endpoint-box{background-color:#f9fafb;border:1px solid #e5e7eb;transition:all .2s}.api-docs .endpoint-box:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.dark .api-docs .endpoint-box{background-color:#1f2937;border-color:#374151}.dark .api-docs .endpoint-box:hover{border-color:#4b5563}.ql-editor ol li[data-list=bullet]:before{content:"•"}.ql-editor ol li[data-list=bullet].ql-indent-1:before{content:"◦"}.ql-editor ol li[data-list=bullet].ql-indent-2:before{content:"▪"}.prose ol:has(li[data-list=bullet]){padding-left:0;list-style-type:none}.prose ol li[data-list=bullet]{padding-left:1.75em;position:relative}.prose ol li[data-list=bullet]:before{content:"•";color:currentColor;position:absolute;left:.5em}.prose ol li[data-list=bullet].ql-indent-1{padding-left:3.25em}.prose ol li[data-list=bullet].ql-indent-1:before{content:"◦";left:2em}.prose ol li[data-list=bullet].ql-indent-2{padding-left:4.75em}.prose ol li[data-list=bullet].ql-indent-2:before{content:"▪";left:3.5em}.prose .ql-ui{display:none}.prose ol li[data-list=bullet]{margin-top:.25em;margin-bottom:.25em}.prose ol:has(li[data-list=bullet]){counter-reset:none}.prose ol li[data-list=bullet]::marker{content:none}.aura-sidebar-team-switcher>span{text-overflow:ellipsis;min-width:0;overflow:hidden}.aura-team-switcher-scroll-area{overscroll-behavior:contain;max-height:300px;overflow-y:auto}.aura-profile-menu-teams{max-height:10.5rem}.aura-profile-menu-teams a{--tw-text-opacity:1;color:rgb(19 34 56/var(--tw-text-opacity));border-radius:.375rem;padding:7px .625rem;font-size:13.5px;font-weight:500}.aura-profile-menu-teams a:hover,.aura-profile-menu-teams a:focus{background-color:#f0f4fa}.aura-sidebar-type-light .aura-sidebar-bg{--tw-border-opacity:1;border-color:rgb(220 227 238/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(19 34 56/var(--tw-text-opacity))}@media (min-width:768px){.aura-sidebar-type-light .aura-sidebar-bg{box-shadow:none}}.aura-sidebar-type-light .aura-sidebar-footer{--tw-border-opacity:1;border-color:rgb(220 227 238/var(--tw-border-opacity))}.aura-sidebar-type-light .aura-sidebar-item{--tw-text-opacity:1;color:rgb(19 34 56/var(--tw-text-opacity));border-radius:.375rem;font-size:13.5px;font-weight:500;line-height:1.3}.aura-sidebar-type-light .aura-sidebar-item:hover{background-color:#f0f4fa}.aura-sidebar-type-light .aura-sidebar-item.is-active,.aura-sidebar-type-light .aura-sidebar-item.is-active:hover{--tw-bg-opacity:1;background-color:rgb(234 241 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(7 17 31/var(--tw-text-opacity));font-weight:600}.aura-sidebar-type-light .aura-sidebar-icon{--tw-text-opacity:1;color:rgb(95 107 125/var(--tw-text-opacity))}.aura-sidebar-type-light .aura-sidebar-item:hover .aura-sidebar-icon,.aura-sidebar-type-light .aura-sidebar-item.is-active .aura-sidebar-icon{--tw-text-opacity:1;color:rgb(7 17 31/var(--tw-text-opacity))}.aura-sidebar-type-light .aura-sidebar-icon svg{width:1.0625rem;height:1.0625rem}.aura-sidebar-type-light .aura-sidebar-heading{--tw-text-opacity:1;color:rgb(137 148 165/var(--tw-text-opacity));letter-spacing:.09em;font-size:10.5px;font-weight:600}.aura-sidebar-sb-cap{--tw-text-opacity:1;color:rgb(137 148 165/var(--tw-text-opacity));letter-spacing:.09em;text-transform:uppercase;font-size:10.5px;font-weight:600}.aura-sidebar-count{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);--tw-text-opacity:1;color:rgb(137 148 165/var(--tw-text-opacity));font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:Geist,Helvetica Neue,Helvetica,Arial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,ui-sans-serif,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;line-height:1.25rem}.aura-sidebar-type-light .aura-sidebar-item.is-active .aura-sidebar-count{--tw-text-opacity:1;color:rgb(86 21 230/var(--tw-text-opacity))}@media (display-mode:standalone){.hide-in-pwa{display:none!important}}@supports (-webkit-touch-callout:none){.pwa-standalone .hide-in-pwa{display:none!important}}.driver-popover.mm-tour{color:#111827;background-color:#fff;border-radius:1rem;max-width:min(22rem,100vw - 2rem);padding:1.25rem 1.25rem 1rem;box-shadow:0 20px 45px -12px #0f172a59,0 8px 20px -8px #0f172a40}.driver-popover.mm-tour .driver-popover-title{color:#111827;margin-bottom:.35rem;font-size:1.05rem;font-weight:600;line-height:1.4}.driver-popover.mm-tour .driver-popover-description{color:#4b5563;font-size:.9rem;line-height:1.55}.driver-popover.mm-tour .driver-popover-progress-text{color:#6b7280;white-space:nowrap;flex-shrink:0;align-self:center;font-size:.75rem;font-weight:600}.driver-popover.mm-tour .driver-popover-footer{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:1rem;display:flex}.driver-popover.mm-tour .driver-popover-navigation-btns{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.driver-popover.mm-tour .driver-popover-navigation-btns button+button{margin-left:0}.driver-popover.mm-tour .driver-popover-footer button{min-height:2.5rem}.driver-popover.mm-tour .driver-popover-footer button:disabled{cursor:default;opacity:.6}.driver-popover.mm-tour .driver-popover-footer .mm-tour-cta{white-space:nowrap;flex:12rem}.driver-popover.mm-tour .driver-popover-title{padding-right:2.25rem}.driver-popover.mm-tour .driver-popover-close-btn{color:#9ca3af;border-radius:.6rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:color .15s;display:flex}.driver-popover.mm-tour .driver-popover-close-btn:hover{color:#374151}.driver-popover.mm-tour .mm-tour-error{color:#dc2626;margin:.75rem 0 0;font-size:.8rem;font-weight:500}.driver-popover.mm-tour:focus{outline:none}.driver-popover.mm-tour:focus-visible{outline:none}.driver-popover.mm-tour button:focus-visible{outline-offset:2px;outline:2px solid #5615e6}.driver-popover.mm-tour .driver-popover-footer button:focus-visible{outline-offset:2px;outline:2px solid #5615e6}.driver-popover.mm-tour .driver-popover-close-btn:focus-visible{outline-offset:-2px;color:#4511b8;background-color:#f4f0fe}.driver-popover.mm-tour .driver-popover-arrow{border-color:#fff}.dark .driver-popover.mm-tour,[data-theme=dark] .driver-popover.mm-tour{color:#f9fafb;background-color:#1f2937;box-shadow:0 20px 45px -12px #0009,0 8px 20px -8px #00000080}.dark .driver-popover.mm-tour .driver-popover-title,[data-theme=dark] .driver-popover.mm-tour .driver-popover-title{color:#f9fafb}.dark .driver-popover.mm-tour .driver-popover-description,[data-theme=dark] .driver-popover.mm-tour .driver-popover-description{color:#d1d5db}.dark .driver-popover.mm-tour .driver-popover-progress-text,[data-theme=dark] .driver-popover.mm-tour .driver-popover-progress-text{color:#9ca3af}.dark .driver-popover.mm-tour .driver-popover-close-btn:hover,[data-theme=dark] .driver-popover.mm-tour .driver-popover-close-btn:hover{color:#e5e7eb}.dark .driver-popover.mm-tour .mm-tour-error,[data-theme=dark] .driver-popover.mm-tour .mm-tour-error{color:#f87171}.dark .driver-popover.mm-tour button:focus-visible{outline-color:#916bf6}[data-theme=dark] .driver-popover.mm-tour .driver-popover-footer button:focus-visible{outline-color:#916bf6}.dark .driver-popover.mm-tour .driver-popover-close-btn:focus-visible{color:#bda5f9;background-color:#916bf629}[data-theme=dark] .driver-popover.mm-tour .driver-popover-close-btn:focus-visible{color:#bda5f9;background-color:#916bf629}.dark .driver-popover.mm-tour .driver-popover-arrow,[data-theme=dark] .driver-popover.mm-tour .driver-popover-arrow{border-color:#1f2937}::highlight(mm-find-match){color:#07111f;background-color:#fde68a}::highlight(sr-match){color:#07111f;background-color:#fde68a}::highlight(mm-find-current){color:#07111f;background-color:#f59e0b}::highlight(sr-active){color:#07111f;background-color:#f59e0b}.mm-rich-editor__content:focus{outline:none}.mm-rich-editor__content>:first-child{margin-top:0}.mm-rich-editor__content>:last-child{margin-bottom:0}.mm-rich-editor .tableWrapper{margin:1.25rem 0;overflow-x:auto}.mm-rich-editor__content table{table-layout:fixed;border-collapse:collapse;width:100%;margin:0;overflow:hidden}.mm-rich-editor__content th,.mm-rich-editor__content td{vertical-align:top;box-sizing:border-box;border:1px solid #d1d5db;min-width:6rem;padding:.5rem .75rem;position:relative}.mm-rich-editor__content th{text-align:left;background-color:#f3f4f6;font-weight:600}.mm-rich-editor__content th>*,.mm-rich-editor__content td>*{margin:0}.mm-rich-editor__content .selectedCell:after{content:"";pointer-events:none;z-index:2;background:#4f46e51f;position:absolute;top:0;bottom:0;left:0;right:0}.mm-rich-editor__content .column-resize-handle{pointer-events:none;z-index:3;background-color:#6366f1;width:4px;position:absolute;top:0;bottom:-2px;right:-2px}.mm-rich-editor__content.resize-cursor,.mm-rich-editor .resize-cursor{cursor:col-resize}.mm-rich-editor__content .ProseMirror-gapcursor:after{border-top-color:#111827}.mm-rich-editor__content p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0}.mm-video{aspect-ratio:16/9;background-color:#0f172a;border-radius:.75rem;width:100%;margin:2rem 0;position:relative;overflow:hidden}.mm-video iframe{border:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.prose .mm-video{margin-top:2rem;margin-bottom:2rem}.mm-video-card{cursor:pointer;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;margin:1.5rem 0;transition:border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.mm-video-card:hover{border-color:#c7d2fe}.ProseMirror-selectednode.mm-video-card{border-color:#6366f1;box-shadow:0 0 0 2px #6366f140}.mm-video-card__frame{aspect-ratio:16/9;background-color:#0f172a;justify-content:center;align-items:center;display:flex;position:relative}.mm-video-card__frame img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;margin:0}.mm-video-card__play{color:#fff;background-color:#0f172ad9;border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex;position:absolute;box-shadow:0 0 0 3px #ffffff4d}.mm-video-card__play svg{width:1.75rem;height:1.75rem;margin-left:.2rem}.mm-video-card__meta{align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;display:flex}.mm-video-card__badge{color:#3730a3;background-color:#eef2ff;border-radius:9999px;padding:.125rem .5rem;font-weight:600}.mm-video-card__url{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-video-card--invalid{color:#b91c1c;padding:1rem}.plans-billing-toggle{--billing-indicator-width:0px;--billing-indicator-x:0px;background:#e8e9eec7;border-radius:18px;align-items:center;gap:2px;margin-top:32px;padding:6px;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #00000006,0 8px 22px #0f172a09}.plans-billing-toggle--flush{margin-top:0}.plans-billing-toggle:before{content:"";width:var(--billing-indicator-width);transform:translate3d(var(--billing-indicator-x), 0, 0);pointer-events:none;background:#1d1d1ff5;border-radius:12px;position:absolute;top:6px;bottom:6px;left:0;box-shadow:0 1px 1px #00000024,0 5px 12px #00000014}.plans-billing-toggle.is-measured:before{transition-property:transform,width;transition-duration:.36s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.plans-billing-toggle button{z-index:1;color:#1d1d1f;white-space:nowrap;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:16px;font-weight:600;line-height:1;transition-property:color,background-color,transform;transition-duration:.22s;transition-timing-function:cubic-bezier(.2,0,0,1);display:inline-flex;position:relative}.plans-billing-toggle button:not(.active):hover{background:#ffffff5c}.plans-billing-toggle button:active{transform:scale(.96)}.plans-billing-toggle button.active{color:#fff;background:0 0}.plans-billing-toggle .save-tag{color:#2563eb;white-space:nowrap;background:#2563eb1f;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:700;line-height:1;transition-property:color,background-color;transition-duration:.22s}.plans-billing-toggle button.active .save-tag{color:#a9cdff;background:#93c5fd38}.plans-price-card{background:#fff;border-radius:8px;flex-direction:column;padding:30px 28px;display:flex;position:relative;box-shadow:0 0 0 1px #0f172a1a,0 18px 48px -40px #0f172a61}.plans-price-card.is-featured{--price-featured-gradient:radial-gradient(circle at 12% 18%, #22d3ee8f, transparent 34%), radial-gradient(circle at 92% 14%, #7c3aed57, transparent 36%), radial-gradient(circle at 76% 88%, #2563eb61, transparent 42%), linear-gradient(128deg, #ccfbff 0%, #dbeafe 46%, #ede0ff 100%);isolation:isolate;border:0;box-shadow:0 0 0 1px #0f172a17,0 22px 70px -48px #0f172a8c}.plans-price-card.is-featured:before{content:"";border-radius:inherit;background:var(--price-featured-gradient);-webkit-mask-composite:xor;-webkit-mask-composite:xor;pointer-events:none;padding:7px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.plans-featured-tag{z-index:1;color:#07111f;background:var(--price-featured-gradient);letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:650;display:inline-flex;position:absolute;top:-13px;left:24px;box-shadow:0 0 0 1px #2563eb29}.dark .plans-billing-toggle{background:#374151b8}.dark .plans-billing-toggle button{color:#e5e7eb}.dark .plans-billing-toggle button.active{color:#fff}.dark .plans-price-card{background:#111827;box-shadow:0 0 0 1px #ffffff14}.dark .plans-price-card.is-featured{box-shadow:0 0 0 1px #ffffff14,0 22px 70px -48px #000000b3}@media (max-width:900px){.plans-price-card.is-featured{transform:none}.plans-price-card:not(.is-featured){box-shadow:0 0 0 1px #0f172a17}}@media (max-width:520px){.plans-billing-toggle{width:100%;display:flex}.plans-billing-toggle button{flex:1 1 0;min-width:0;padding:0 12px;font-size:14px}.plans-billing-toggle .save-tag{padding:4px 8px;font-size:11px}}@media (prefers-reduced-motion:reduce){.plans-billing-toggle button,.plans-billing-toggle.is-measured:before{transition:none}.plans-billing-toggle button:active{transform:none}}.mm-recorder-bars span{transform-origin:bottom;background:#dce3ee;border-radius:9999px;flex:1 1 0;width:100%;min-width:2px;height:100%;transition:transform 70ms linear,background-color .18s;display:block;transform:scaleY(.12)}.mm-recorder-bars.is-live span{background:#d52b1e}.mm-recorder-bars.is-paused span{background:#8994a5}.mm-recorder-bars.is-requesting span{animation:1.1s ease-in-out infinite mm-recorder-bars-wait}.mm-recorder-bars.is-requesting span:nth-child(3n){animation-delay:80ms}.mm-recorder-bars.is-requesting span:nth-child(3n+1){animation-delay:.16s}.mm-recorder-bars.is-requesting span:nth-child(3n+2){animation-delay:.24s}.mm-recorder-rec{box-shadow:0 0 0 4px #d52b1e1f}.mm-recorder.is-recording .mm-recorder-rec{animation:1.6s ease-in-out infinite mm-recorder-pulse}@keyframes mm-recorder-pulse{0%,to{box-shadow:0 0 0 4px #d52b1e1f}50%{box-shadow:0 0 0 8px #d52b1e14}}@keyframes mm-recorder-bars-wait{0%,to{transform:scaleY(.12)}50%{transform:scaleY(.45)}}@media (prefers-reduced-motion:reduce){.mm-recorder-bars span,.mm-recorder-bars.is-requesting span,.mm-recorder.is-recording .mm-recorder-rec{transition:none;animation:none}}.dark\:prose-invert:is([data-theme=never-used-dark-mode] *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width:768px){.md\:prose{color:var(--tw-prose-body);max-width:65ch}.md\:prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md\:prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.md\:prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.md\:prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.md\:prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.md\:prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.md\:prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.md\:prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.md\:prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.md\:prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.md\:prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.md\:prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.md\:prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.md\:prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.md\:prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.md\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.md\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.md\:prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.md\:prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.md\:prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.md\:prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.md\:prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.md\:prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.md\:prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.md\:prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.md\:prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.md\:prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.md\:prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.md\:prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.md\:prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.md\:prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.md\:prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.md\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.md\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.md\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.md\:prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.md\:prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.md\:prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.md\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.md\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.md\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.md\:prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.md\:prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.md\:prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.md\:prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.md\:prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.md\:prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.md\:prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.md\:prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.md\:prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.md\:prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.md\:prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.md\:prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.md\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose :where(.md\:prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md\:prose :where(.md\:prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose :where(.md\:prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose :where(.md\:prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose :where(.md\:prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md\:prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md\:prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.md\:prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.md\:prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose :where(.md\:prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(.md\:prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.md\:prose :where(h1,h2,h3,h4,strong,b,th,h1 strong,h2 strong,h3 strong,h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:600}}@media (min-width:1024px){.lg\:prose-lg{font-size:1.125rem;line-height:1.77778}.lg\:prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em}.lg\:prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.09091em;margin-bottom:1.09091em;font-size:1.22222em;line-height:1.45455}.lg\:prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em}.lg\:prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.833333em;font-size:2.66667em;line-height:1}.lg\:prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.86667em;margin-bottom:1.06667em;font-size:1.66667em;line-height:1.33333}.lg\:prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.66667em;margin-bottom:.666667em;font-size:1.33333em;line-height:1.5}.lg\:prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.77778em;margin-bottom:.444444em;line-height:1.55556}.lg\:prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.77778em;margin-bottom:1.77778em}.lg\:prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.77778em;margin-bottom:1.77778em}.lg\:prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.77778em;margin-bottom:1.77778em}.lg\:prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.222222em;padding-inline-end:.444444em;padding-bottom:.222222em;border-radius:.3125rem;padding-inline-start:.444444em;font-size:.888889em}.lg\:prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.lg\:prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.866667em}.lg\:prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.lg\:prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;border-radius:.375rem;margin-top:2em;margin-bottom:2em;padding-inline-start:1.5em;font-size:.888889em;line-height:1.75}.lg\:prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.55556em}.lg\:prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.55556em}.lg\:prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;margin-bottom:.666667em}.lg\:prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.444444em}.lg\:prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.444444em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.33333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.33333em}.lg\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em}.lg\:prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em}.lg\:prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em}.lg\:prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;padding-inline-start:1.55556em}.lg\:prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.11111em;margin-bottom:3.11111em}.lg\:prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em;line-height:1.5}.lg\:prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.lg\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.lg\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.lg\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.lg\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.lg\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.lg\:prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.77778em;margin-bottom:1.77778em}.lg\:prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1em;font-size:.888889em;line-height:1.5}.lg\:prose-lg :where(.lg\:prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(.lg\:prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.placeholder\:text-quiet::placeholder{--tw-text-opacity:1;color:rgb(137 148 165/var(--tw-text-opacity))}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:-inset-x-2:before{content:var(--tw-content);left:-.5rem;right:-.5rem}.before\:-inset-x-3:before{content:var(--tw-content);left:-.75rem;right:-.75rem}.before\:inset-y-0:before{content:var(--tw-content);top:0;bottom:0}.before\:h-\[5px\]:before{content:var(--tw-content);height:5px}.before\:h-\[6px\]:before{content:var(--tw-content);height:6px}.before\:w-\[5px\]:before{content:var(--tw-content);width:5px}.before\:w-\[6px\]:before{content:var(--tw-content);width:6px}.before\:rounded-full:before{content:var(--tw-content);border-radius:9999px}.before\:bg-\[\#d99a26\]:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(217 154 38/var(--tw-bg-opacity))}.before\:bg-line-strong:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(198 209 224/var(--tw-bg-opacity))}.before\:bg-rec-red:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(213 43 30/var(--tw-bg-opacity))}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-x-0:after{content:var(--tw-content);left:0;right:0}.after\:-bottom-px:after{content:var(--tw-content);bottom:-1px}.after\:right-\[calc\(-1\*var\(--triangle-size\)\)\]:after{content:var(--tw-content);right:calc(-1 * var(--triangle-size))}.after\:top-\[calc\(50\%-var\(--triangle-size\)\)\]:after{content:var(--tw-content);top:calc(50% - var(--triangle-size))}.after\:h-0\.5:after{content:var(--tw-content);height:.125rem}.after\:border-b-\[length\:var\(--triangle-size\)\]:after{content:var(--tw-content);border-bottom-width:var(--triangle-size)}.after\:border-l-\[length\:var\(--triangle-size\)\]:after{content:var(--tw-content);border-left-width:var(--triangle-size)}.after\:border-t-\[length\:var\(--triangle-size\)\]:after{content:var(--tw-content);border-top-width:var(--triangle-size)}.after\:border-transparent:after{content:var(--tw-content);border-color:#0000}.after\:border-l-purple-500:after{content:var(--tw-content);--tw-border-opacity:1;border-left-color:rgb(168 85 247/var(--tw-border-opacity))}.after\:bg-ink:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(7 17 31/var(--tw-bg-opacity))}.after\:bg-transparent:after{content:var(--tw-content);background-color:#0000}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.after\:\[--triangle-size\:4px\]:after{content:var(--tw-content);--triangle-size:4px}.first\:h-0:first-child{height:0}.first\:rounded-l-md:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.first\:border-l-0:first-child{border-left-width:0}.first\:pl-3:first-child{padding-left:.75rem}.first\:pt-0:first-child{padding-top:0}.last\:rounded-r-md:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.last\:border-b-0:last-child{border-bottom-width:0}.last\:pb-0:last-child{padding-bottom:0}.last\:pr-3:last-child{padding-right:.75rem}.first-of-type\:border-t-0:first-of-type{border-top-width:0}.default\:col-span-full:default{grid-column:1/-1}.default\:gap-6:default{gap:1.5rem}.default\:text-left:default{text-align:left}.checked\:bg-primary-600:checked{--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.focus-within\:border-gray-300:focus-within{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.focus-within\:border-primary-500:focus-within{--tw-border-opacity:1;border-color:rgb(86 21 230/var(--tw-border-opacity))}.focus-within\:opacity-100:focus-within{opacity:1}.focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.focus-within\:ring-primary-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(86 21 230/var(--tw-ring-opacity))}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color:#f3f4f6}.hover\:z-20:hover{z-index:20}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-2:hover{border-width:2px}.hover\:border-solid:hover{border-style:solid}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.hover\:border-emerald-400:hover{--tw-border-opacity:1;border-color:rgb(52 211 153/var(--tw-border-opacity))}.hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.hover\:border-gray-400\/70:hover{border-color:#9ca3afb3}.hover\:border-gray-500\/30:hover{border-color:#6b72804d}.hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.hover\:border-ink\/20:hover{border-color:#07111f33}.hover\:border-line-strong:hover{--tw-border-opacity:1;border-color:rgb(198 209 224/var(--tw-border-opacity))}.hover\:border-primary-100:hover{--tw-border-opacity:1;border-color:rgb(233 225 253/var(--tw-border-opacity))}.hover\:border-primary-200:hover{--tw-border-opacity:1;border-color:rgb(211 195 251/var(--tw-border-opacity))}.hover\:border-primary-300:hover{--tw-border-opacity:1;border-color:rgb(189 165 249/var(--tw-border-opacity))}.hover\:border-primary-400:hover{--tw-border-opacity:1;border-color:rgb(145 107 246/var(--tw-border-opacity))}.hover\:border-primary-500:hover{--tw-border-opacity:1;border-color:rgb(86 21 230/var(--tw-border-opacity))}.hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity))}.hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgb(216 180 254/var(--tw-border-opacity))}.hover\:border-quiet:hover{--tw-border-opacity:1;border-color:rgb(137 148 165/var(--tw-border-opacity))}.hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.hover\:border-success:hover{--tw-border-opacity:1;border-color:rgb(24 169 106/var(--tw-border-opacity))}.hover\:\!bg-blue-50:hover{--tw-bg-opacity:1!important;background-color:rgb(239 246 255/var(--tw-bg-opacity))!important}.hover\:\!bg-green-50:hover{--tw-bg-opacity:1!important;background-color:rgb(240 253 244/var(--tw-bg-opacity))!important}.hover\:\!bg-primary-700:hover{--tw-bg-opacity:1!important;background-color:rgb(52 13 138/var(--tw-bg-opacity))!important}.hover\:\!bg-purple-50:hover{--tw-bg-opacity:1!important;background-color:rgb(250 245 255/var(--tw-bg-opacity))!important}.hover\:\!bg-red-50:hover{--tw-bg-opacity:1!important;background-color:rgb(254 242 242/var(--tw-bg-opacity))!important}.hover\:bg-\[\#f0f4fa\]:hover{--tw-bg-opacity:1;background-color:rgb(240 244 250/var(--tw-bg-opacity))}.hover\:bg-\[\#f4f6fa\]:hover{--tw-bg-opacity:1;background-color:rgb(244 246 250/var(--tw-bg-opacity))}.hover\:bg-\[\#f7f9fc\]:hover{--tw-bg-opacity:1;background-color:rgb(247 249 252/var(--tw-bg-opacity))}.hover\:bg-amber-100:hover{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.hover\:bg-amber-50:hover{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity))}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity))}.hover\:bg-amber-700:hover{--tw-bg-opacity:1;background-color:rgb(180 83 9/var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.hover\:bg-blue-soft:hover{--tw-bg-opacity:1;background-color:rgb(234 241 255/var(--tw-bg-opacity))}.hover\:bg-emerald-100:hover{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.hover\:bg-emerald-700:hover{--tw-bg-opacity:1;background-color:rgb(4 120 87/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-gray-100\/80:hover{background-color:#f3f4f6cc}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-gray-50\/50:hover{background-color:#f9fafb80}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.hover\:bg-ink-soft:hover{--tw-bg-opacity:1;background-color:rgb(19 34 56/var(--tw-bg-opacity))}.hover\:bg-line-faint:hover{--tw-bg-opacity:1;background-color:rgb(238 242 248/var(--tw-bg-opacity))}.hover\:bg-primary-100:hover{--tw-bg-opacity:1;background-color:rgb(233 225 253/var(--tw-bg-opacity))}.hover\:bg-primary-200:hover{--tw-bg-opacity:1;background-color:rgb(211 195 251/var(--tw-bg-opacity))}.hover\:bg-primary-25:hover{--tw-bg-opacity:1;background-color:rgb(251 249 255/var(--tw-bg-opacity))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(244 240 254/var(--tw-bg-opacity))}.hover\:bg-primary-50\/30:hover{background-color:#f4f0fe4d}.hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:rgb(86 21 230/var(--tw-bg-opacity))}.hover\:bg-primary-600:hover{--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.hover\:bg-primary-700:hover{--tw-bg-opacity:1;background-color:rgb(52 13 138/var(--tw-bg-opacity))}.hover\:bg-primary-900:hover{--tw-bg-opacity:1;background-color:rgb(17 4 46/var(--tw-bg-opacity))}.hover\:bg-purple-50\/50:hover{background-color:#faf5ff80}.hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.hover\:bg-red-400\/20:hover{background-color:#f8717133}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.hover\:bg-red-500\/30:hover{background-color:#ef44444d}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.hover\:bg-rose-50:hover{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity))}.hover\:bg-sky-50:hover{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.hover\:bg-sky-700:hover{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:bg-white\/60:hover{background-color:#fff9}.hover\:bg-white\/70:hover{background-color:#ffffffb3}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity))}.hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity))}.hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.hover\:fill-current:hover{fill:currentColor}.hover\:\!text-red-700:hover{--tw-text-opacity:1!important;color:rgb(185 28 28/var(--tw-text-opacity))!important}.hover\:text-amber-700:hover{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity))}.hover\:text-amber-900:hover{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-gray-950:hover{--tw-text-opacity:1;color:rgb(3 7 18/var(--tw-text-opacity))}.hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.hover\:text-ink:hover{--tw-text-opacity:1;color:rgb(7 17 31/var(--tw-text-opacity))}.hover\:text-ink-soft:hover{--tw-text-opacity:1;color:rgb(19 34 56/var(--tw-text-opacity))}.hover\:text-primary-500:hover{--tw-text-opacity:1;color:rgb(86 21 230/var(--tw-text-opacity))}.hover\:text-primary-600:hover{--tw-text-opacity:1;color:rgb(69 17 184/var(--tw-text-opacity))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgb(52 13 138/var(--tw-text-opacity))}.hover\:text-primary-800:hover{--tw-text-opacity:1;color:rgb(34 8 92/var(--tw-text-opacity))}.hover\:text-primary-900:hover{--tw-text-opacity:1;color:rgb(17 4 46/var(--tw-text-opacity))}.hover\:text-rec-red:hover{--tw-text-opacity:1;color:rgb(213 43 30/var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.hover\:text-sky-700:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-amber-500\/50:hover{--tw-shadow-color:#f59e0b80;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-blue-500\/10:hover{--tw-shadow-color:#3b82f61a;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-green-500\/10:hover{--tw-shadow-color:#22c55e1a;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-primary-500\/10:hover{--tw-shadow-color:#5615e61a;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-purple-500\/10:hover{--tw-shadow-color:#a855f71a;--tw-shadow:var(--tw-shadow-colored)}.hover\:brightness-95:hover{--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:grayscale-0:hover{--tw-grayscale:grayscale(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.checked\:hover\:bg-primary-700:hover:checked{--tw-bg-opacity:1;background-color:rgb(52 13 138/var(--tw-bg-opacity))}.focus\:z-10:focus{z-index:10}.focus\:z-20:focus{z-index:20}.focus\:border-0:focus{border-width:0}.focus\:\!border-none:focus{border-style:none!important}.focus\:border-none:focus{border-style:none}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.focus\:border-cyan-600:focus{--tw-border-opacity:1;border-color:rgb(8 145 178/var(--tw-border-opacity))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.focus\:border-gray-500\/30:focus{border-color:#6b72804d}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity))}.focus\:border-primary-300:focus{--tw-border-opacity:1;border-color:rgb(189 165 249/var(--tw-border-opacity))}.focus\:border-primary-400:focus{--tw-border-opacity:1;border-color:rgb(145 107 246/var(--tw-border-opacity))}.focus\:border-primary-500:focus{--tw-border-opacity:1;border-color:rgb(86 21 230/var(--tw-border-opacity))}.focus\:border-primary-700:focus{--tw-border-opacity:1;border-color:rgb(52 13 138/var(--tw-border-opacity))}.focus\:border-sky-500:focus{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.focus\:bg-\[\#f0f4fa\]:focus{--tw-bg-opacity:1;background-color:rgb(240 244 250/var(--tw-bg-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity))}.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.focus\:bg-line-faint:focus{--tw-bg-opacity:1;background-color:rgb(238 242 248/var(--tw-bg-opacity))}.focus\:bg-primary-100:focus{--tw-bg-opacity:1;background-color:rgb(233 225 253/var(--tw-bg-opacity))}.focus\:bg-primary-600:focus{--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.focus\:text-primary-700:focus{--tw-text-opacity:1;color:rgb(52 13 138/var(--tw-text-opacity))}.focus\:text-primary-800:focus{--tw-text-opacity:1;color:rgb(34 8 92/var(--tw-text-opacity))}.focus\:underline:focus{text-decoration-line:underline}.focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:outline-offset-0:focus{outline-offset:0px}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-\[\#2563eb\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity))}.focus\:ring-amber-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity))}.focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.focus\:ring-blue-500\/40:focus{--tw-ring-color:#3b82f666}.focus\:ring-cyan-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(8 145 178/var(--tw-ring-opacity))}.focus\:ring-emerald-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.focus\:ring-indigo-500\/40:focus{--tw-ring-color:#6366f166}.focus\:ring-primary-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(211 195 251/var(--tw-ring-opacity))}.focus\:ring-primary-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(189 165 249/var(--tw-ring-opacity))}.focus\:ring-primary-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(145 107 246/var(--tw-ring-opacity))}.focus\:ring-primary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(86 21 230/var(--tw-ring-opacity))}.focus\:ring-primary-500\/15:focus{--tw-ring-color:#5615e626}.focus\:ring-primary-500\/20:focus{--tw-ring-color:#5615e633}.focus\:ring-primary-500\/30:focus{--tw-ring-color:#5615e64d}.focus\:ring-primary-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(69 17 184/var(--tw-ring-opacity))}.focus\:ring-primary-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(52 13 138/var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.focus\:ring-sky-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity))}.focus\:ring-success\/40:focus{--tw-ring-color:#18a96a66}.focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity))}.focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:checked\:bg-primary-600:checked:focus{--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.focus-visible\:underline:focus-visible{text-decoration-line:underline}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-primary-600:focus-visible{outline-color:#4511b8}.focus-visible\:outline-white:focus-visible{outline-color:#fff}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-inset:focus-visible{--tw-ring-inset:inset}.focus-visible\:ring-\[\#2563eb\]:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity))}.focus-visible\:ring-blue-500:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.focus-visible\:ring-primary-400\/70:focus-visible{--tw-ring-color:#916bf6b3}.focus-visible\:ring-primary-500:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(86 21 230/var(--tw-ring-opacity))}.focus-visible\:ring-primary-500\/50:focus-visible{--tw-ring-color:#5615e680}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.96\]:active{--tw-scale-x:.96;--tw-scale-y:.96;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.98\]:active{--tw-scale-x:.98;--tw-scale-y:.98;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:bg-blue-700:active{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.active\:bg-gray-50:active{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.active\:bg-gray-900:active{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.active\:bg-primary-700:active{--tw-bg-opacity:1;background-color:rgb(52 13 138/var(--tw-bg-opacity))}.active\:bg-purple-600:active{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity))}.active\:bg-red-700:active{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.active\:text-gray-700:active{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.active\:text-gray-800:active{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-default:disabled{cursor:default}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.disabled\:bg-gray-200:disabled{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.disabled\:bg-surface:disabled{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.disabled\:text-gray-300:disabled{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.disabled\:opacity-25:disabled{opacity:.25}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:opacity-75:disabled{opacity:.75}.disabled\:hover\:bg-transparent:hover:disabled{background-color:#0000}.disabled\:hover\:text-gray-500:hover:disabled{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.disabled\:hover\:text-muted:hover:disabled{--tw-text-opacity:1;color:rgb(95 107 125/var(--tw-text-opacity))}.group[open] .group-open\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:focus-within .group-focus-within\:opacity-100{opacity:1}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:-translate-x-0\.5{--tw-translate-x:-.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-translate-x-1{--tw-translate-x:-.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-translate-x-full{--tw-translate-x:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-translate-y-0\.5{--tw-translate-y:-.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-translate-y-full{--tw-translate-y:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x:.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-1{--tw-translate-x:.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-full{--tw-translate-x:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-y-0\.5{--tw-translate-y:.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-y-full{--tw-translate-y:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-primary-100{--tw-border-opacity:1;border-color:rgb(233 225 253/var(--tw-border-opacity))}.group:hover .group-hover\:border-primary-400{--tw-border-opacity:1;border-color:rgb(145 107 246/var(--tw-border-opacity))}.group:hover .group-hover\:bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-primary-50{--tw-bg-opacity:1;background-color:rgb(244 240 254/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-primary-500\/30{background-color:#5615e64d}.group:hover .group-hover\:bg-primary-600{--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity))}.group\/card:hover .group-hover\/card\:text-primary-600{--tw-text-opacity:1;color:rgb(69 17 184/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.group:hover .group-hover\:text-ink{--tw-text-opacity:1;color:rgb(7 17 31/var(--tw-text-opacity))}.group:hover .group-hover\:text-primary-500{--tw-text-opacity:1;color:rgb(86 21 230/var(--tw-text-opacity))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity:1;color:rgb(69 17 184/var(--tw-text-opacity))}.group:hover .group-hover\:text-primary-700{--tw-text-opacity:1;color:rgb(52 13 138/var(--tw-text-opacity))}.group:hover .group-hover\:text-rec-red{--tw-text-opacity:1;color:rgb(213 43 30/var(--tw-text-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group\/card:hover .group-hover\/card\:opacity-100,.group\/chip:hover .group-hover\/chip\:opacity-100,.group\/code:hover .group-hover\/code\:opacity-100,.group\/top:hover .group-hover\/top\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-75{opacity:.75}.group:hover .group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.group:hover .group-hover\:delay-200{transition-delay:.2s}.peer:checked~.peer-checked\:border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-cyan-500{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-pink-500{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-rose-500{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-teal-500{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.peer:checked~.peer-checked\:ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.peer:checked~.peer-checked\:ring-amber-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-cyan-300{--tw-ring-opacity:1;--tw-ring-color:rgb(103 232 249/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-lime-300{--tw-ring-opacity:1;--tw-ring-color:rgb(190 242 100/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-orange-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 186 116/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgb(249 168 212/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgb(216 180 254/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-rose-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 164 175/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-sky-300{--tw-ring-opacity:1;--tw-ring-color:rgb(125 211 252/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-teal-300{--tw-ring-opacity:1;--tw-ring-color:rgb(94 234 212/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:ring-offset-2{--tw-ring-offset-width:2px}.peer:checked~.peer-checked\:ring-offset-white{--tw-ring-offset-color:#fff}.has-\[\:checked\]\:border-primary-300:has(:checked){--tw-border-opacity:1;border-color:rgb(189 165 249/var(--tw-border-opacity))}.has-\[\:checked\]\:bg-primary-50\/60:has(:checked){background-color:#f4f0fe99}.has-\[\:checked\]\:text-primary-800:has(:checked){--tw-text-opacity:1;color:rgb(34 8 92/var(--tw-text-opacity))}.prose-headings\:font-semibold :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:600}.prose-headings\:tracking-tight :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){letter-spacing:-.025em}.prose-headings\:text-gray-900 :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.prose-h2\:mb-4 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1rem}.prose-h2\:mt-12 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3rem}.prose-h2\:scroll-mt-20 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){scroll-margin-top:5rem}.prose-h2\:border-b :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px}.prose-h2\:border-gray-100 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.prose-h2\:pb-2 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){padding-bottom:.5rem}.prose-h2\:text-\[1\.375rem\] :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.375rem}.prose-h3\:mb-3 :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75rem}.prose-h3\:mt-8 :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2rem}.prose-h3\:scroll-mt-20 :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){scroll-margin-top:5rem}.prose-h3\:text-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.125rem;line-height:1.75rem}.prose-h4\:mb-2 :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5rem}.prose-h4\:mt-6 :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5rem}.prose-h4\:scroll-mt-20 :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){scroll-margin-top:5rem}.prose-h4\:text-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1rem;line-height:1.5rem}.prose-p\:my-3 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75rem;margin-bottom:.75rem}.prose-p\:text-\[15px\] :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:15px}.prose-p\:leading-7 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.75rem}.prose-p\:text-gray-600 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.prose-a\:font-medium :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500}.prose-a\:text-primary-600 :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(69 17 184/var(--tw-text-opacity))}.prose-a\:no-underline :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){text-decoration-line:none}.hover\:prose-a\:underline :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover{text-decoration-line:underline}.prose-blockquote\:rounded-r-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.prose-blockquote\:border-l-primary-400 :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-border-opacity:1;border-left-color:rgb(145 107 246/var(--tw-border-opacity))}.prose-blockquote\:bg-primary-25 :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-bg-opacity:1;background-color:rgb(251 249 255/var(--tw-bg-opacity))}.prose-blockquote\:px-1 :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.25rem;padding-right:.25rem}.prose-blockquote\:py-1 :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.25rem;padding-bottom:.25rem}.prose-blockquote\:not-italic :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-style:normal}.prose-blockquote\:text-gray-600 :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.prose-strong\:font-semibold :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:600}.prose-strong\:text-gray-900 :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.prose-strong\:text-gray-950 :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(3 7 18/var(--tw-text-opacity))}.prose-code\:rounded :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.25rem}.prose-code\:rounded-md :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.375rem}.prose-code\:bg-gray-800 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.prose-code\:bg-primary-25 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-bg-opacity:1;background-color:rgb(251 249 255/var(--tw-bg-opacity))}.prose-code\:px-1 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.25rem;padding-right:.25rem}.prose-code\:px-1\.5 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375rem;padding-right:.375rem}.prose-code\:py-0\.5 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.125rem;padding-bottom:.125rem}.prose-code\:text-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875rem;line-height:1.25rem}.prose-code\:font-medium :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500}.prose-code\:text-gray-100 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.prose-code\:text-primary-700 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(52 13 138/var(--tw-text-opacity))}.prose-code\:ring-1 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.prose-code\:ring-primary-100 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-ring-opacity:1;--tw-ring-color:rgb(233 225 253/var(--tw-ring-opacity))}.prose-code\:before\:content-none :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{--tw-content:none;content:var(--tw-content)}.prose-code\:after\:content-none :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{--tw-content:none;content:var(--tw-content)}.prose-pre\:rounded-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.75rem}.prose-pre\:border :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-width:1px}.prose-pre\:border-gray-800 :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.prose-pre\:bg-\[\#0f172a\] :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}.prose-pre\:bg-gray-900 :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.prose-pre\:text-gray-100 :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.prose-pre\:shadow-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.prose-ul\:my-3 :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75rem;margin-bottom:.75rem}.prose-li\:my-1 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.25rem;margin-bottom:.25rem}.prose-li\:text-\[15px\] :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:15px}.prose-li\:leading-7 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.75rem}.prose-li\:text-gray-600 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.prose-table\:text-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875rem;line-height:1.25rem}.prose-th\:text-left :where(th):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:left}.prose-th\:font-semibold :where(th):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:600}.prose-th\:text-gray-900 :where(th):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.prose-img\:rounded-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.75rem}.prose-img\:border :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){border-width:1px}.prose-img\:border-gray-200 :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.prose-img\:shadow-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.prose-hr\:border-gray-200 :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}@media (prefers-reduced-motion:reduce){.motion-reduce\:transform-none{transform:none}.motion-reduce\:transition-none{transition-property:none}}.dark\:block:is([data-theme=never-used-dark-mode] *){display:block}.dark\:hidden:is([data-theme=never-used-dark-mode] *){display:none}.dark\:divide-gray-700:is([data-theme=never-used-dark-mode] *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(55 65 81/var(--tw-divide-opacity))}.dark\:divide-gray-800:is([data-theme=never-used-dark-mode] *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(31 41 55/var(--tw-divide-opacity))}.dark\:divide-gray-800\/70:is([data-theme=never-used-dark-mode] *)>:not([hidden])~:not([hidden]){border-color:#1f2937b3}.dark\:border:is([data-theme=never-used-dark-mode] *){border-width:1px}.dark\:\!border-blue-400:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1!important;border-color:rgb(96 165 250/var(--tw-border-opacity))!important}.dark\:border-amber-700:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(180 83 9/var(--tw-border-opacity))}.dark\:border-amber-700\/50:is([data-theme=never-used-dark-mode] *){border-color:#b4530980}.dark\:border-amber-700\/60:is([data-theme=never-used-dark-mode] *){border-color:#b4530999}.dark\:border-amber-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(146 64 14/var(--tw-border-opacity))}.dark\:border-amber-800\/60:is([data-theme=never-used-dark-mode] *){border-color:#92400e99}.dark\:border-amber-900\/40:is([data-theme=never-used-dark-mode] *){border-color:#78350f66}.dark\:border-amber-900\/50:is([data-theme=never-used-dark-mode] *){border-color:#78350f80}.dark\:border-amber-900\/60:is([data-theme=never-used-dark-mode] *){border-color:#78350f99}.dark\:border-amber-900\/70:is([data-theme=never-used-dark-mode] *){border-color:#78350fb3}.dark\:border-blue-400:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.dark\:border-blue-500:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.dark\:border-blue-700:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.dark\:border-blue-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity))}.dark\:border-blue-900:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(30 58 138/var(--tw-border-opacity))}.dark\:border-blue-900\/50:is([data-theme=never-used-dark-mode] *){border-color:#1e3a8a80}.dark\:border-blue-900\/60:is([data-theme=never-used-dark-mode] *){border-color:#1e3a8a99}.dark\:border-emerald-700\/50:is([data-theme=never-used-dark-mode] *){border-color:#04785780}.dark\:border-emerald-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(6 95 70/var(--tw-border-opacity))}.dark\:border-emerald-900\/40:is([data-theme=never-used-dark-mode] *){border-color:#064e3b66}.dark\:border-gray-100:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.dark\:border-gray-500:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.dark\:border-gray-600:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark\:border-gray-600\/50:is([data-theme=never-used-dark-mode] *){border-color:#4b556380}.dark\:border-gray-700:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark\:border-gray-700\/50:is([data-theme=never-used-dark-mode] *){border-color:#37415180}.dark\:border-gray-700\/70:is([data-theme=never-used-dark-mode] *){border-color:#374151b3}.dark\:border-gray-700\/80:is([data-theme=never-used-dark-mode] *){border-color:#374151cc}.dark\:border-gray-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.dark\:border-gray-800\/50:is([data-theme=never-used-dark-mode] *){border-color:#1f293780}.dark\:border-gray-800\/70:is([data-theme=never-used-dark-mode] *){border-color:#1f2937b3}.dark\:border-gray-900:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.dark\:border-green-700:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity))}.dark\:border-green-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity))}.dark\:border-green-800\/30:is([data-theme=never-used-dark-mode] *){border-color:#1665344d}.dark\:border-indigo-600:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.dark\:border-indigo-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity))}.dark\:border-orange-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(154 52 18/var(--tw-border-opacity))}.dark\:border-primary-400:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(145 107 246/var(--tw-border-opacity))}.dark\:border-primary-500:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(86 21 230/var(--tw-border-opacity))}.dark\:border-primary-500\/60:is([data-theme=never-used-dark-mode] *){border-color:#5615e699}.dark\:border-primary-700:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(52 13 138/var(--tw-border-opacity))}.dark\:border-primary-700\/60:is([data-theme=never-used-dark-mode] *){border-color:#340d8a99}.dark\:border-primary-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(34 8 92/var(--tw-border-opacity))}.dark\:border-primary-900\/50:is([data-theme=never-used-dark-mode] *){border-color:#11042e80}.dark\:border-purple-700:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(126 34 206/var(--tw-border-opacity))}.dark\:border-purple-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(107 33 168/var(--tw-border-opacity))}.dark\:border-red-700:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.dark\:border-red-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity))}.dark\:border-red-800\/30:is([data-theme=never-used-dark-mode] *){border-color:#991b1b4d}.dark\:border-red-800\/50:is([data-theme=never-used-dark-mode] *){border-color:#991b1b80}.dark\:border-red-900:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(127 29 29/var(--tw-border-opacity))}.dark\:border-red-900\/40:is([data-theme=never-used-dark-mode] *){border-color:#7f1d1d66}.dark\:border-red-900\/50:is([data-theme=never-used-dark-mode] *){border-color:#7f1d1d80}.dark\:border-red-900\/60:is([data-theme=never-used-dark-mode] *){border-color:#7f1d1d99}.dark\:border-red-900\/80:is([data-theme=never-used-dark-mode] *){border-color:#7f1d1dcc}.dark\:border-rose-900\/40:is([data-theme=never-used-dark-mode] *){border-color:#88133766}.dark\:border-sky-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(7 89 133/var(--tw-border-opacity))}.dark\:border-sky-900\/60:is([data-theme=never-used-dark-mode] *){border-color:#0c4a6e99}.dark\:border-transparent:is([data-theme=never-used-dark-mode] *){border-color:#0000}.dark\:border-yellow-700:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity))}.dark\:border-yellow-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity))}.dark\:border-l-gray-500:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-left-color:rgb(107 114 128/var(--tw-border-opacity))}.dark\:border-l-gray-600:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-left-color:rgb(75 85 99/var(--tw-border-opacity))}.dark\:\!bg-blue-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#1e3a8a33!important}.dark\:bg-amber-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#78350f33}.dark\:bg-amber-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#78350f4d}.dark\:bg-amber-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#78350f66}.dark\:bg-amber-950:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(69 26 3/var(--tw-bg-opacity))}.dark\:bg-amber-950\/20:is([data-theme=never-used-dark-mode] *){background-color:#451a0333}.dark\:bg-amber-950\/30:is([data-theme=never-used-dark-mode] *){background-color:#451a034d}.dark\:bg-amber-950\/40:is([data-theme=never-used-dark-mode] *){background-color:#451a0366}.dark\:bg-amber-950\/50:is([data-theme=never-used-dark-mode] *){background-color:#451a0380}.dark\:bg-black:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.dark\:bg-black\/10:is([data-theme=never-used-dark-mode] *){background-color:#0000001a}.dark\:bg-black\/20:is([data-theme=never-used-dark-mode] *){background-color:#0003}.dark\:bg-blue-500:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.dark\:bg-blue-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}.dark\:bg-blue-900\/10:is([data-theme=never-used-dark-mode] *){background-color:#1e3a8a1a}.dark\:bg-blue-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#1e3a8a33}.dark\:bg-blue-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#1e3a8a4d}.dark\:bg-blue-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#1e3a8a66}.dark\:bg-blue-900\/50:is([data-theme=never-used-dark-mode] *){background-color:#1e3a8a80}.dark\:bg-blue-950:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(23 37 84/var(--tw-bg-opacity))}.dark\:bg-blue-950\/30:is([data-theme=never-used-dark-mode] *){background-color:#1725544d}.dark\:bg-blue-950\/40:is([data-theme=never-used-dark-mode] *){background-color:#17255466}.dark\:bg-blue-950\/50:is([data-theme=never-used-dark-mode] *){background-color:#17255480}.dark\:bg-emerald-500\/10:is([data-theme=never-used-dark-mode] *){background-color:#10b9811a}.dark\:bg-emerald-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#064e3b33}.dark\:bg-emerald-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#064e3b4d}.dark\:bg-emerald-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#064e3b66}.dark\:bg-emerald-950:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(2 44 34/var(--tw-bg-opacity))}.dark\:bg-emerald-950\/20:is([data-theme=never-used-dark-mode] *){background-color:#022c2233}.dark\:bg-emerald-950\/30:is([data-theme=never-used-dark-mode] *){background-color:#022c224d}.dark\:bg-emerald-950\/40:is([data-theme=never-used-dark-mode] *){background-color:#022c2266}.dark\:bg-emerald-950\/50:is([data-theme=never-used-dark-mode] *){background-color:#022c2280}.dark\:bg-fuchsia-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#701a7566}.dark\:bg-gray-100:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.dark\:bg-gray-200:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.dark\:bg-gray-200\/70:is([data-theme=never-used-dark-mode] *){background-color:#e5e7ebb3}.dark\:bg-gray-600:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.dark\:bg-gray-700:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark\:bg-gray-700\/30:is([data-theme=never-used-dark-mode] *){background-color:#3741514d}.dark\:bg-gray-700\/50:is([data-theme=never-used-dark-mode] *){background-color:#37415180}.dark\:bg-gray-800:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark\:bg-gray-800\/40:is([data-theme=never-used-dark-mode] *){background-color:#1f293766}.dark\:bg-gray-800\/50:is([data-theme=never-used-dark-mode] *){background-color:#1f293780}.dark\:bg-gray-800\/60:is([data-theme=never-used-dark-mode] *){background-color:#1f293799}.dark\:bg-gray-800\/70:is([data-theme=never-used-dark-mode] *){background-color:#1f2937b3}.dark\:bg-gray-800\/75:is([data-theme=never-used-dark-mode] *){background-color:#1f2937bf}.dark\:bg-gray-800\/80:is([data-theme=never-used-dark-mode] *){background-color:#1f2937cc}.dark\:bg-gray-800\/95:is([data-theme=never-used-dark-mode] *){background-color:#1f2937f2}.dark\:bg-gray-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark\:bg-gray-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#11182733}.dark\:bg-gray-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#1118274d}.dark\:bg-gray-900\/50:is([data-theme=never-used-dark-mode] *){background-color:#11182780}.dark\:bg-gray-900\/60:is([data-theme=never-used-dark-mode] *){background-color:#11182799}.dark\:bg-gray-900\/70:is([data-theme=never-used-dark-mode] *){background-color:#111827b3}.dark\:bg-gray-900\/80:is([data-theme=never-used-dark-mode] *){background-color:#111827cc}.dark\:bg-gray-900\/85:is([data-theme=never-used-dark-mode] *){background-color:#111827d9}.dark\:bg-gray-900\/95:is([data-theme=never-used-dark-mode] *){background-color:#111827f2}.dark\:bg-gray-950:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(3 7 18/var(--tw-bg-opacity))}.dark\:bg-gray-950\/30:is([data-theme=never-used-dark-mode] *){background-color:#0307124d}.dark\:bg-gray-950\/40:is([data-theme=never-used-dark-mode] *){background-color:#03071266}.dark\:bg-gray-950\/50:is([data-theme=never-used-dark-mode] *){background-color:#03071280}.dark\:bg-gray-950\/80:is([data-theme=never-used-dark-mode] *){background-color:#030712cc}.dark\:bg-gray-950\/95:is([data-theme=never-used-dark-mode] *){background-color:#030712f2}.dark\:bg-green-400:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.dark\:bg-green-500\/10:is([data-theme=never-used-dark-mode] *){background-color:#22c55e1a}.dark\:bg-green-500\/20:is([data-theme=never-used-dark-mode] *){background-color:#22c55e33}.dark\:bg-green-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity))}.dark\:bg-green-900\/10:is([data-theme=never-used-dark-mode] *){background-color:#14532d1a}.dark\:bg-green-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#14532d33}.dark\:bg-green-900\/25:is([data-theme=never-used-dark-mode] *){background-color:#14532d40}.dark\:bg-green-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#14532d4d}.dark\:bg-green-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#14532d66}.dark\:bg-green-900\/50:is([data-theme=never-used-dark-mode] *){background-color:#14532d80}.dark\:bg-green-950\/40:is([data-theme=never-used-dark-mode] *){background-color:#052e1666}.dark\:bg-indigo-500\/10:is([data-theme=never-used-dark-mode] *){background-color:#6366f11a}.dark\:bg-indigo-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity))}.dark\:bg-indigo-900\/10:is([data-theme=never-used-dark-mode] *){background-color:#312e811a}.dark\:bg-indigo-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#312e8133}.dark\:bg-indigo-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#312e814d}.dark\:bg-indigo-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#312e8166}.dark\:bg-indigo-900\/50:is([data-theme=never-used-dark-mode] *){background-color:#312e8180}.dark\:bg-indigo-950\/50:is([data-theme=never-used-dark-mode] *){background-color:#1e1b4b80}.dark\:bg-orange-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(124 45 18/var(--tw-bg-opacity))}.dark\:bg-orange-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#7c2d1233}.dark\:bg-orange-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#7c2d124d}.dark\:bg-pink-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(131 24 67/var(--tw-bg-opacity))}.dark\:bg-pink-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#83184333}.dark\:bg-pink-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#83184366}.dark\:bg-pink-900\/50:is([data-theme=never-used-dark-mode] *){background-color:#83184380}.dark\:bg-primary-400:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(145 107 246/var(--tw-bg-opacity))}.dark\:bg-primary-400\/10:is([data-theme=never-used-dark-mode] *){background-color:#916bf61a}.dark\:bg-primary-400\/20:is([data-theme=never-used-dark-mode] *){background-color:#916bf633}.dark\:bg-primary-400\/30:is([data-theme=never-used-dark-mode] *){background-color:#916bf64d}.dark\:bg-primary-500:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(86 21 230/var(--tw-bg-opacity))}.dark\:bg-primary-500\/10:is([data-theme=never-used-dark-mode] *){background-color:#5615e61a}.dark\:bg-primary-500\/15:is([data-theme=never-used-dark-mode] *){background-color:#5615e626}.dark\:bg-primary-500\/20:is([data-theme=never-used-dark-mode] *){background-color:#5615e633}.dark\:bg-primary-500\/5:is([data-theme=never-used-dark-mode] *){background-color:#5615e60d}.dark\:bg-primary-600:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.dark\:bg-primary-800:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(34 8 92/var(--tw-bg-opacity))}.dark\:bg-primary-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(17 4 46/var(--tw-bg-opacity))}.dark\:bg-primary-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#11042e33}.dark\:bg-primary-900\/25:is([data-theme=never-used-dark-mode] *){background-color:#11042e40}.dark\:bg-primary-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#11042e4d}.dark\:bg-primary-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#11042e66}.dark\:bg-primary-900\/50:is([data-theme=never-used-dark-mode] *){background-color:#11042e80}.dark\:bg-primary-950:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(8 2 23/var(--tw-bg-opacity))}.dark\:bg-primary-950\/20:is([data-theme=never-used-dark-mode] *){background-color:#08021733}.dark\:bg-primary-950\/30:is([data-theme=never-used-dark-mode] *){background-color:#0802174d}.dark\:bg-primary-950\/40:is([data-theme=never-used-dark-mode] *){background-color:#08021766}.dark\:bg-purple-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(88 28 135/var(--tw-bg-opacity))}.dark\:bg-purple-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#581c8733}.dark\:bg-purple-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#581c874d}.dark\:bg-purple-900\/50:is([data-theme=never-used-dark-mode] *){background-color:#581c8780}.dark\:bg-red-400:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.dark\:bg-red-500:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.dark\:bg-red-800:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.dark\:bg-red-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.dark\:bg-red-900\/10:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d1a}.dark\:bg-red-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d33}.dark\:bg-red-900\/25:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d40}.dark\:bg-red-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d4d}.dark\:bg-red-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d66}.dark\:bg-red-900\/50:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d80}.dark\:bg-red-950:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(69 10 10/var(--tw-bg-opacity))}.dark\:bg-red-950\/20:is([data-theme=never-used-dark-mode] *){background-color:#450a0a33}.dark\:bg-red-950\/25:is([data-theme=never-used-dark-mode] *){background-color:#450a0a40}.dark\:bg-red-950\/30:is([data-theme=never-used-dark-mode] *){background-color:#450a0a4d}.dark\:bg-red-950\/40:is([data-theme=never-used-dark-mode] *){background-color:#450a0a66}.dark\:bg-rose-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#88133766}.dark\:bg-rose-950\/40:is([data-theme=never-used-dark-mode] *){background-color:#4c051966}.dark\:bg-rose-950\/50:is([data-theme=never-used-dark-mode] *){background-color:#4c051980}.dark\:bg-sky-400:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity))}.dark\:bg-sky-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#0c4a6e33}.dark\:bg-sky-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#0c4a6e4d}.dark\:bg-sky-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#0c4a6e66}.dark\:bg-sky-950\/30:is([data-theme=never-used-dark-mode] *){background-color:#082f494d}.dark\:bg-sky-950\/40:is([data-theme=never-used-dark-mode] *){background-color:#082f4966}.dark\:bg-sky-950\/50:is([data-theme=never-used-dark-mode] *){background-color:#082f4980}.dark\:bg-slate-800:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.dark\:bg-slate-800\/70:is([data-theme=never-used-dark-mode] *){background-color:#1e293bb3}.dark\:bg-teal-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#134e4a66}.dark\:bg-transparent:is([data-theme=never-used-dark-mode] *){background-color:#0000}.dark\:bg-violet-900\/40:is([data-theme=never-used-dark-mode] *){background-color:#4c1d9566}.dark\:bg-white:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.dark\:bg-white\/80:is([data-theme=never-used-dark-mode] *){background-color:#fffc}.dark\:bg-yellow-900:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}.dark\:bg-yellow-900\/20:is([data-theme=never-used-dark-mode] *){background-color:#713f1233}.dark\:bg-yellow-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#713f124d}.dark\:bg-yellow-900\/50:is([data-theme=never-used-dark-mode] *){background-color:#713f1280}.dark\:bg-opacity-50:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:.5}.dark\:bg-opacity-75:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:.75}.dark\:bg-gradient-to-bl:is([data-theme=never-used-dark-mode] *){background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))}.dark\:bg-none:is([data-theme=never-used-dark-mode] *){background-image:none}.dark\:from-gray-700\/50:is([data-theme=never-used-dark-mode] *){--tw-gradient-from:#37415180 var(--tw-gradient-from-position);--tw-gradient-to:#37415100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-800:is([data-theme=never-used-dark-mode] *){--tw-gradient-from:#1f2937 var(--tw-gradient-from-position);--tw-gradient-to:#1f293700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-900:is([data-theme=never-used-dark-mode] *){--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:#11182700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-950:is([data-theme=never-used-dark-mode] *){--tw-gradient-from:#030712 var(--tw-gradient-from-position);--tw-gradient-to:#03071200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-primary-400\/30:is([data-theme=never-used-dark-mode] *){--tw-gradient-from:#916bf64d var(--tw-gradient-from-position);--tw-gradient-to:#916bf600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-slate-900:is([data-theme=never-used-dark-mode] *){--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:via-blue-950:is([data-theme=never-used-dark-mode] *){--tw-gradient-to:#17255400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:via-gray-900\/80:is([data-theme=never-used-dark-mode] *){--tw-gradient-to:#11182700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #111827cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:via-primary-300\/20:is([data-theme=never-used-dark-mode] *){--tw-gradient-to:#bda5f900 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #bda5f933 var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:via-transparent:is([data-theme=never-used-dark-mode] *){--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-cyan-950:is([data-theme=never-used-dark-mode] *){--tw-gradient-to:#083344 var(--tw-gradient-to-position)}.dark\:to-gray-700:is([data-theme=never-used-dark-mode] *){--tw-gradient-to:#374151 var(--tw-gradient-to-position)}.dark\:to-gray-800:is([data-theme=never-used-dark-mode] *){--tw-gradient-to:#1f2937 var(--tw-gradient-to-position)}.dark\:to-gray-900:is([data-theme=never-used-dark-mode] *){--tw-gradient-to:#111827 var(--tw-gradient-to-position)}.dark\:fill-indigo-200:is([data-theme=never-used-dark-mode] *){fill:#c7d2fe}.dark\:stroke-gray-400:is([data-theme=never-used-dark-mode] *){stroke:#9ca3af}.dark\:stroke-gray-600:is([data-theme=never-used-dark-mode] *){stroke:#4b5563}.dark\:stroke-gray-700:is([data-theme=never-used-dark-mode] *){stroke:#374151}.dark\:\!text-red-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1!important;color:rgb(248 113 113/var(--tw-text-opacity))!important}.dark\:text-amber-100:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(254 243 199/var(--tw-text-opacity))}.dark\:text-amber-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity))}.dark\:text-amber-200\/70:is([data-theme=never-used-dark-mode] *){color:#fde68ab3}.dark\:text-amber-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity))}.dark\:text-amber-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity))}.dark\:text-blue-100:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity))}.dark\:text-blue-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.dark\:text-blue-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.dark\:text-blue-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.dark\:text-cyan-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(103 232 249/var(--tw-text-opacity))}.dark\:text-emerald-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(167 243 208/var(--tw-text-opacity))}.dark\:text-emerald-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity))}.dark\:text-emerald-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}.dark\:text-fuchsia-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(240 171 252/var(--tw-text-opacity))}.dark\:text-gray-100:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.dark\:text-gray-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark\:text-gray-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark\:text-gray-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark\:text-gray-50:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.dark\:text-gray-500:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark\:text-gray-600:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.dark\:text-gray-700:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark\:text-gray-700\/70:is([data-theme=never-used-dark-mode] *){color:#374151b3}.dark\:text-gray-800:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.dark\:text-gray-900:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.dark\:text-gray-950:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(3 7 18/var(--tw-text-opacity))}.dark\:text-green-100:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity))}.dark\:text-green-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity))}.dark\:text-green-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity))}.dark\:text-green-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.dark\:text-green-500:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.dark\:text-indigo-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity))}.dark\:text-indigo-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.dark\:text-lime-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(190 242 100/var(--tw-text-opacity))}.dark\:text-neutral-100:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity))}.dark\:text-orange-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity))}.dark\:text-orange-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity))}.dark\:text-pink-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(249 168 212/var(--tw-text-opacity))}.dark\:text-pink-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(244 114 182/var(--tw-text-opacity))}.dark\:text-primary-100:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(233 225 253/var(--tw-text-opacity))}.dark\:text-primary-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(211 195 251/var(--tw-text-opacity))}.dark\:text-primary-200\/60:is([data-theme=never-used-dark-mode] *){color:#d3c3fb99}.dark\:text-primary-200\/70:is([data-theme=never-used-dark-mode] *){color:#d3c3fbb3}.dark\:text-primary-200\/80:is([data-theme=never-used-dark-mode] *){color:#d3c3fbcc}.dark\:text-primary-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(189 165 249/var(--tw-text-opacity))}.dark\:text-primary-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(145 107 246/var(--tw-text-opacity))}.dark\:text-primary-500:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(86 21 230/var(--tw-text-opacity))}.dark\:text-primary-900:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(17 4 46/var(--tw-text-opacity))}.dark\:text-purple-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity))}.dark\:text-purple-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity))}.dark\:text-red-100:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.dark\:text-red-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.dark\:text-red-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.dark\:text-red-300\/75:is([data-theme=never-used-dark-mode] *){color:#fca5a5bf}.dark\:text-red-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.dark\:text-red-500:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.dark\:text-rose-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(254 205 211/var(--tw-text-opacity))}.dark\:text-rose-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(253 164 175/var(--tw-text-opacity))}.dark\:text-rose-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity))}.dark\:text-sky-100:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(224 242 254/var(--tw-text-opacity))}.dark\:text-sky-200\/90:is([data-theme=never-used-dark-mode] *){color:#bae6fde6}.dark\:text-sky-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.dark\:text-sky-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.dark\:text-sky-500:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.dark\:text-slate-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}.dark\:text-slate-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.dark\:text-teal-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity))}.dark\:text-violet-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity))}.dark\:text-violet-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity))}.dark\:text-white:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark\:text-white\/50:is([data-theme=never-used-dark-mode] *){color:#ffffff80}.dark\:text-yellow-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity))}.dark\:text-yellow-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.dark\:text-yellow-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.dark\:text-yellow-500:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.dark\:placeholder-gray-400:is([data-theme=never-used-dark-mode] *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark\:placeholder-gray-400:is([data-theme=never-used-dark-mode] *)::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark\:placeholder-gray-500:is([data-theme=never-used-dark-mode] *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.dark\:placeholder-gray-500:is([data-theme=never-used-dark-mode] *)::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.dark\:opacity-20:is([data-theme=never-used-dark-mode] *){opacity:.2}.dark\:shadow-none:is([data-theme=never-used-dark-mode] *){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.dark\:ring-1:is([data-theme=never-used-dark-mode] *){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.dark\:\!ring-blue-900\/30:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#1e3a8a4d!important}.dark\:ring-amber-400\/20:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#fbbf2433}.dark\:ring-amber-500\/30:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#f59e0b4d}.dark\:ring-amber-800\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#92400e99}.dark\:ring-amber-900\/50:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#78350f80}.dark\:ring-amber-900\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#78350f99}.dark\:ring-blue-800\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#1e40af99}.dark\:ring-blue-900\/50:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#1e3a8a80}.dark\:ring-emerald-500\/30:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#10b9814d}.dark\:ring-emerald-700\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#04785799}.dark\:ring-emerald-800\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#065f4699}.dark\:ring-emerald-900\/50:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#064e3b80}.dark\:ring-gray-100\/10:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#f3f4f61a}.dark\:ring-gray-400\/20:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#9ca3af33}.dark\:ring-gray-600:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity))}.dark\:ring-gray-700:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity))}.dark\:ring-gray-700\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#37415199}.dark\:ring-gray-800:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(31 41 55/var(--tw-ring-opacity))}.dark\:ring-gray-900:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(17 24 39/var(--tw-ring-opacity))}.dark\:ring-gray-950:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(3 7 18/var(--tw-ring-opacity))}.dark\:ring-green-500\/30:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#22c55e4d}.dark\:ring-green-900\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#14532d99}.dark\:ring-indigo-500\/30:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#6366f14d}.dark\:ring-indigo-600:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity))}.dark\:ring-indigo-800\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#3730a399}.dark\:ring-primary-400:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(145 107 246/var(--tw-ring-opacity))}.dark\:ring-primary-400\/20:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#916bf633}.dark\:ring-primary-700\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#340d8a99}.dark\:ring-primary-900\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#11042e99}.dark\:ring-primary-950:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(8 2 23/var(--tw-ring-opacity))}.dark\:ring-purple-400\/20:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#c084fc33}.dark\:ring-red-900\/50:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#7f1d1d80}.dark\:ring-red-900\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#7f1d1d99}.dark\:ring-rose-500\/30:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#f43f5e4d}.dark\:ring-rose-800\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#9f123999}.dark\:ring-sky-400\/20:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#38bdf833}.dark\:ring-slate-700\/60:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#33415599}.dark\:ring-white:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.dark\:ring-white\/10:is([data-theme=never-used-dark-mode] *){--tw-ring-color:#ffffff1a}.dark\:ring-opacity-10:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:.1}.dark\:ring-offset-gray-900:is([data-theme=never-used-dark-mode] *){--tw-ring-offset-color:#111827}.dark\:ring-offset-gray-950:is([data-theme=never-used-dark-mode] *){--tw-ring-offset-color:#030712}.dark\:placeholder\:text-gray-500:is([data-theme=never-used-dark-mode] *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark\:placeholder\:text-gray-500:is([data-theme=never-used-dark-mode] *)::placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark\:checked\:border-primary-600:checked:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(69 17 184/var(--tw-border-opacity))}.dark\:checked\:bg-primary-600:checked:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.dark\:hover\:border-blue-400:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.dark\:hover\:border-blue-600:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.dark\:hover\:border-blue-700:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.dark\:hover\:border-emerald-600:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(5 150 105/var(--tw-border-opacity))}.dark\:hover\:border-gray-500:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.dark\:hover\:border-gray-600:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark\:hover\:border-gray-700:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark\:hover\:border-green-600:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.dark\:hover\:border-green-700\/50:hover:is([data-theme=never-used-dark-mode] *){border-color:#15803d80}.dark\:hover\:border-primary-500:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(86 21 230/var(--tw-border-opacity))}.dark\:hover\:border-primary-600:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(69 17 184/var(--tw-border-opacity))}.dark\:hover\:border-primary-800:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(34 8 92/var(--tw-border-opacity))}.dark\:hover\:border-primary-900:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(17 4 46/var(--tw-border-opacity))}.dark\:hover\:border-purple-600:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(147 51 234/var(--tw-border-opacity))}.dark\:hover\:border-purple-800:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(107 33 168/var(--tw-border-opacity))}.dark\:hover\:border-red-600:hover:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.dark\:hover\:border-red-700\/50:hover:is([data-theme=never-used-dark-mode] *){border-color:#b91c1c80}.dark\:hover\:\!bg-red-900\/20:hover:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d33!important}.dark\:hover\:\!bg-red-900\/30:hover:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d4d!important}.dark\:hover\:bg-amber-800\/40:hover:is([data-theme=never-used-dark-mode] *){background-color:#92400e66}.dark\:hover\:bg-amber-900:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(120 53 15/var(--tw-bg-opacity))}.dark\:hover\:bg-amber-900\/20:hover:is([data-theme=never-used-dark-mode] *){background-color:#78350f33}.dark\:hover\:bg-blue-600:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.dark\:hover\:bg-blue-950\/40:hover:is([data-theme=never-used-dark-mode] *){background-color:#17255466}.dark\:hover\:bg-emerald-950\/50:hover:is([data-theme=never-used-dark-mode] *){background-color:#022c2280}.dark\:hover\:bg-gray-100:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.dark\:hover\:bg-gray-200:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.dark\:hover\:bg-gray-500:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.dark\:hover\:bg-gray-600:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.dark\:hover\:bg-gray-700:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark\:hover\:bg-gray-700\/50:hover:is([data-theme=never-used-dark-mode] *){background-color:#37415180}.dark\:hover\:bg-gray-800:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark\:hover\:bg-gray-800\/30:hover:is([data-theme=never-used-dark-mode] *){background-color:#1f29374d}.dark\:hover\:bg-gray-800\/40:hover:is([data-theme=never-used-dark-mode] *){background-color:#1f293766}.dark\:hover\:bg-gray-800\/50:hover:is([data-theme=never-used-dark-mode] *){background-color:#1f293780}.dark\:hover\:bg-gray-800\/60:hover:is([data-theme=never-used-dark-mode] *){background-color:#1f293799}.dark\:hover\:bg-gray-800\/80:hover:is([data-theme=never-used-dark-mode] *){background-color:#1f2937cc}.dark\:hover\:bg-gray-900:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark\:hover\:bg-gray-900\/50:hover:is([data-theme=never-used-dark-mode] *){background-color:#11182780}.dark\:hover\:bg-green-900\/20:hover:is([data-theme=never-used-dark-mode] *){background-color:#14532d33}.dark\:hover\:bg-indigo-200:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.dark\:hover\:bg-primary-500\/20:hover:is([data-theme=never-used-dark-mode] *){background-color:#5615e633}.dark\:hover\:bg-primary-500\/25:hover:is([data-theme=never-used-dark-mode] *){background-color:#5615e640}.dark\:hover\:bg-primary-500\/30:hover:is([data-theme=never-used-dark-mode] *){background-color:#5615e64d}.dark\:hover\:bg-primary-600:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.dark\:hover\:bg-primary-900\/20:hover:is([data-theme=never-used-dark-mode] *){background-color:#11042e33}.dark\:hover\:bg-primary-900\/30:hover:is([data-theme=never-used-dark-mode] *){background-color:#11042e4d}.dark\:hover\:bg-primary-900\/40:hover:is([data-theme=never-used-dark-mode] *){background-color:#11042e66}.dark\:hover\:bg-primary-900\/50:hover:is([data-theme=never-used-dark-mode] *){background-color:#11042e80}.dark\:hover\:bg-primary-950\/10:hover:is([data-theme=never-used-dark-mode] *){background-color:#0802171a}.dark\:hover\:bg-purple-900\/10:hover:is([data-theme=never-used-dark-mode] *){background-color:#581c871a}.dark\:hover\:bg-red-900\/20:hover:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d33}.dark\:hover\:bg-red-900\/30:hover:is([data-theme=never-used-dark-mode] *){background-color:#7f1d1d4d}.dark\:hover\:bg-red-950\/30:hover:is([data-theme=never-used-dark-mode] *){background-color:#450a0a4d}.dark\:hover\:bg-red-950\/40:hover:is([data-theme=never-used-dark-mode] *){background-color:#450a0a66}.dark\:hover\:bg-red-950\/50:hover:is([data-theme=never-used-dark-mode] *){background-color:#450a0a80}.dark\:hover\:bg-rose-900\/20:hover:is([data-theme=never-used-dark-mode] *){background-color:#88133733}.dark\:hover\:bg-sky-950\/40:hover:is([data-theme=never-used-dark-mode] *){background-color:#082f4966}.dark\:hover\:bg-white:hover:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.dark\:hover\:bg-white\/10:hover:is([data-theme=never-used-dark-mode] *){background-color:#ffffff1a}.dark\:hover\:text-amber-200:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity))}.dark\:hover\:text-amber-300:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity))}.dark\:hover\:text-blue-300:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.dark\:hover\:text-blue-400:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.dark\:hover\:text-gray-100:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.dark\:hover\:text-gray-200:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark\:hover\:text-gray-300:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark\:hover\:text-gray-400:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark\:hover\:text-gray-500:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark\:hover\:text-indigo-300:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity))}.dark\:hover\:text-indigo-400:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.dark\:hover\:text-primary-200:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(211 195 251/var(--tw-text-opacity))}.dark\:hover\:text-primary-300:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(189 165 249/var(--tw-text-opacity))}.dark\:hover\:text-primary-400:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(145 107 246/var(--tw-text-opacity))}.dark\:hover\:text-red-300:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.dark\:hover\:text-red-400:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.dark\:hover\:text-sky-300:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.dark\:hover\:text-white:hover:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark\:hover\:shadow-blue-500\/5:hover:is([data-theme=never-used-dark-mode] *){--tw-shadow-color:#3b82f60d;--tw-shadow:var(--tw-shadow-colored)}.dark\:hover\:shadow-green-500\/5:hover:is([data-theme=never-used-dark-mode] *){--tw-shadow-color:#22c55e0d;--tw-shadow:var(--tw-shadow-colored)}.dark\:hover\:shadow-primary-500\/5:hover:is([data-theme=never-used-dark-mode] *){--tw-shadow-color:#5615e60d;--tw-shadow:var(--tw-shadow-colored)}.dark\:hover\:shadow-purple-500\/5:hover:is([data-theme=never-used-dark-mode] *){--tw-shadow-color:#a855f70d;--tw-shadow:var(--tw-shadow-colored)}.dark\:focus\:border-blue-700:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.dark\:focus\:border-blue-800:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity))}.dark\:focus\:border-gray-500:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.dark\:focus\:border-gray-600:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark\:focus\:border-gray-700:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark\:focus\:border-indigo-300:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.dark\:focus\:border-indigo-600:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.dark\:focus\:border-primary-400:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(145 107 246/var(--tw-border-opacity))}.dark\:focus\:border-primary-500:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(86 21 230/var(--tw-border-opacity))}.dark\:focus\:border-primary-600:focus:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(69 17 184/var(--tw-border-opacity))}.dark\:focus\:bg-gray-600:focus:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.dark\:focus\:bg-gray-700:focus:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark\:focus\:bg-gray-800:focus:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark\:focus\:bg-gray-900:focus:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark\:focus\:bg-indigo-900:focus:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity))}.dark\:focus\:bg-primary-500\/30:focus:is([data-theme=never-used-dark-mode] *){background-color:#5615e64d}.dark\:focus\:bg-white:focus:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.dark\:focus\:text-gray-200:focus:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark\:focus\:text-gray-300:focus:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark\:focus\:text-gray-400:focus:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark\:focus\:text-gray-500:focus:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark\:focus\:text-indigo-200:focus:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}.dark\:focus\:ring-blue-600:focus:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity))}.dark\:focus\:ring-gray-700:focus:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity))}.dark\:focus\:ring-indigo-600:focus:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity))}.dark\:focus\:ring-primary-500:focus:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(86 21 230/var(--tw-ring-opacity))}.dark\:focus\:ring-primary-600:focus:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:1;--tw-ring-color:rgb(69 17 184/var(--tw-ring-opacity))}.dark\:focus\:ring-opacity-50:focus:is([data-theme=never-used-dark-mode] *){--tw-ring-opacity:.5}.dark\:focus\:ring-offset-gray-800:focus:is([data-theme=never-used-dark-mode] *){--tw-ring-offset-color:#1f2937}.dark\:focus\:ring-offset-gray-900:focus:is([data-theme=never-used-dark-mode] *){--tw-ring-offset-color:#111827}.dark\:active\:bg-gray-300:active:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.dark\:active\:bg-gray-700:active:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark\:active\:bg-gray-800:active:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark\:active\:text-gray-300:active:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark\:disabled\:bg-gray-600:disabled:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.dark\:disabled\:bg-gray-700:disabled:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark\:disabled\:bg-gray-800:disabled:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.disabled\:dark\:bg-gray-800:is([data-theme=never-used-dark-mode] *):disabled{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark\:disabled\:text-gray-500:disabled:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark\:disabled\:text-gray-600:disabled:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.dark\:disabled\:hover\:bg-transparent:hover:disabled:is([data-theme=never-used-dark-mode] *){background-color:#0000}.dark\:disabled\:hover\:text-gray-400:hover:disabled:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.group:hover .dark\:group-hover\:border-primary-400:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(145 107 246/var(--tw-border-opacity))}.group:hover .dark\:group-hover\:border-primary-800:is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(34 8 92/var(--tw-border-opacity))}.group:hover .dark\:group-hover\:bg-blue-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#1e3a8a4d}.group:hover .dark\:group-hover\:bg-blue-900\/70:is([data-theme=never-used-dark-mode] *){background-color:#1e3a8ab3}.group:hover .dark\:group-hover\:bg-gray-600:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-green-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#14532d4d}.group:hover .dark\:group-hover\:bg-green-900\/70:is([data-theme=never-used-dark-mode] *){background-color:#14532db3}.group:hover .dark\:group-hover\:bg-pink-900\/70:is([data-theme=never-used-dark-mode] *){background-color:#831843b3}.group:hover .dark\:group-hover\:bg-primary-400\/30:is([data-theme=never-used-dark-mode] *){background-color:#916bf64d}.group:hover .dark\:group-hover\:bg-primary-600:is([data-theme=never-used-dark-mode] *){--tw-bg-opacity:1;background-color:rgb(69 17 184/var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-primary-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#11042e4d}.group:hover .dark\:group-hover\:bg-purple-900\/30:is([data-theme=never-used-dark-mode] *){background-color:#581c874d}.group:hover .dark\:group-hover\:bg-purple-900\/70:is([data-theme=never-used-dark-mode] *){background-color:#581c87b3}.group\/card:hover .dark\:group-hover\/card\:text-primary-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(145 107 246/var(--tw-text-opacity))}.group:hover .dark\:group-hover\:text-gray-200:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.group:hover .dark\:group-hover\:text-gray-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.group:hover .dark\:group-hover\:text-gray-500:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.group:hover .dark\:group-hover\:text-primary-300:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(189 165 249/var(--tw-text-opacity))}.group:hover .dark\:group-hover\:text-primary-400:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(145 107 246/var(--tw-text-opacity))}.group:hover .dark\:group-hover\:text-white:is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.peer:checked~.dark\:peer-checked\:ring-offset-gray-900:is([data-theme=never-used-dark-mode] *){--tw-ring-offset-color:#111827}.dark\:has-\[\:checked\]\:border-primary-800:has(:checked):is([data-theme=never-used-dark-mode] *){--tw-border-opacity:1;border-color:rgb(34 8 92/var(--tw-border-opacity))}.dark\:has-\[\:checked\]\:bg-primary-950\/30:has(:checked):is([data-theme=never-used-dark-mode] *){background-color:#0802174d}.dark\:has-\[\:checked\]\:text-primary-200:has(:checked):is([data-theme=never-used-dark-mode] *){--tw-text-opacity:1;color:rgb(211 195 251/var(--tw-text-opacity))}.prose-headings\:dark\:text-white:is([data-theme=never-used-dark-mode] *) :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:640px){.sm\:left-full{left:100%}.sm\:right-2{right:.5rem}.sm\:top-2{top:.5rem}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:-me-2{margin-inline-end:-.5rem}.sm\:-ml-80{margin-left:-20rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-16{margin-left:4rem}.sm\:ml-3{margin-left:.75rem}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-3{margin-inline-start:.75rem}.sm\:ms-4{margin-inline-start:1rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-4{margin-top:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-px{margin-top:1px}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-14{height:3.5rem}.sm\:h-16{height:4rem}.sm\:h-32{height:8rem}.sm\:h-6{height:1.5rem}.sm\:h-9{height:2.25rem}.sm\:h-screen{height:100vh}.sm\:min-h-\[140px\]{min-height:140px}.sm\:w-10{width:2.5rem}.sm\:w-14{width:3.5rem}.sm\:w-32{width:8rem}.sm\:w-36{width:9rem}.sm\:w-44{width:11rem}.sm\:w-48{width:12rem}.sm\:w-6{width:1.5rem}.sm\:w-72{width:18rem}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-\[70\%\]{max-width:70%}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1}.sm\:flex-auto{flex:auto}.sm\:flex-none{flex:none}.sm\:-translate-y-2{--tw-translate-y:-.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-2{--tw-translate-x:.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:\!flex-row{flex-direction:row!important}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:\!items-center{align-items:center!important}.sm\:items-center{align-items:center}.sm\:\!justify-start{justify-content:flex-start!important}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-6{gap:1.5rem}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:self-auto{align-self:auto}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-3xl{border-radius:1.5rem}.sm\:rounded-\[10px\]{border-radius:10px}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.sm\:rounded-br-md{border-bottom-right-radius:.375rem}.sm\:rounded-tl-md{border-top-left-radius:.375rem}.sm\:rounded-tr-md{border-top-right-radius:.375rem}.sm\:border-t{border-top-width:1px}.sm\:border-gray-400\/30{border-color:#9ca3af4d}.sm\:p-0{padding:0}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-0{padding-top:0}.sm\:pt-2{padding-top:.5rem}.sm\:pt-32{padding-top:8rem}.sm\:pt-8{padding-top:2rem}.sm\:text-left{text-align:left}.sm\:text-start{text-align:start}.sm\:align-middle{vertical-align:middle}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-9xl{font-size:8rem;line-height:1}.sm\:text-\[52px\]{font-size:52px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm,.sm\:text-sm\/5{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-5{line-height:1.25rem}}@media (min-width:768px){.md\:relative{position:relative}.md\:inset-0{top:0;bottom:0;left:0;right:0}.md\:inset-x-auto{left:auto;right:auto}.md\:right-6{right:1.5rem}.md\:top-\[72px\]{top:72px}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-7{grid-column:span 7/span 7}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:mb-0{margin-bottom:0}.md\:mb-12{margin-bottom:3rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-2{margin-left:.5rem}.md\:ml-3{margin-left:.75rem}.md\:ml-auto{margin-left:auto}.md\:mr-2{margin-right:.5rem}.md\:mr-3{margin-right:.75rem}.md\:mt-0{margin-top:0}.md\:mt-12{margin-top:3rem}.md\:mt-2{margin-top:.5rem}.md\:mt-20{margin-top:5rem}.md\:mt-5{margin-top:1.25rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:size-8{width:2rem;height:2rem}.md\:h-5{height:1.25rem}.md\:h-8{height:2rem}.md\:h-screen{height:100vh}.md\:max-h-\[350px\]{max-height:350px}.md\:\!w-auto{width:auto!important}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.3333%}.md\:w-5{width:1.25rem}.md\:w-5\/12{width:41.6667%}.md\:w-52{width:13rem}.md\:w-56{width:14rem}.md\:w-64{width:16rem}.md\:w-7\/12{width:58.3333%}.md\:w-72{width:18rem}.md\:w-8{width:2rem}.md\:w-\[31\%\]{width:31%}.md\:w-\[min\(400px\,calc\(100vw-3rem\)\)\]{width:min(400px,100vw - 3rem)}.md\:w-auto{width:auto}.md\:min-w-\[22rem\]{min-width:22rem}.md\:min-w-\[680px\]{min-width:680px}.md\:max-w-3xl{max-width:48rem}.md\:max-w-xl{max-width:36rem}.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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-\[minmax\(0\,1fr\)\,260px\]{grid-template-columns:minmax(0,1fr) 260px}.md\:grid-cols-\[minmax\(0\,1fr\)_240px\]{grid-template-columns:minmax(0,1fr) 240px}.md\:\!flex-row{flex-direction:row!important}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:\!items-center{align-items:center!important}.md\:items-center{align-items:center}.md\:\!justify-start{justify-content:flex-start!important}.md\:justify-center{justify-content:center}.md\:\!justify-between{justify-content:space-between!important}.md\:justify-between{justify-content:space-between}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.md\:gap-y-16{row-gap:4rem}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.md\:overflow-y-auto{overflow-y:auto}.md\:object-left{-o-object-position:left;object-position:left}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:pb-0{padding-bottom:0}.md\:pb-32{padding-bottom:8rem}.md\:pb-8{padding-bottom:2rem}.md\:pl-2{padding-left:.5rem}.md\:pr-14{padding-right:3.5rem}.md\:pt-1{padding-top:.25rem}.md\:pt-10{padding-top:2.5rem}.md\:pt-20{padding-top:5rem}.md\:pt-24{padding-top:6rem}.md\:text-right{text-align:right}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:opacity-0{opacity:0}.md\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.group:hover .md\:group-hover\:opacity-100{opacity:1}}@media (min-width:1024px){.lg\:sticky{position:sticky}.lg\:left-1\/2{left:50%}.lg\:top-4{top:1rem}.lg\:top-6{top:1.5rem}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:mb-0{margin-bottom:0}.lg\:ml-0{margin-left:0}.lg\:mr-10{margin-right:2.5rem}.lg\:mt-0{margin-top:0}.lg\:mt-8{margin-top:2rem}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:w-1\/3{width:33.3333%}.lg\:w-\[42\%\]{width:42%}.lg\:w-\[58\%\]{width:58%}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-lg{max-width:32rem}.lg\:flex-auto{flex:auto}.lg\:-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:-translate-y-2\.5{--tw-translate-y:-.625rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-\[16rem_minmax\(0\,1fr\)\]{grid-template-columns:16rem minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,340px\)\]{grid-template-columns:minmax(0,1fr) minmax(0,340px)}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:gap-12{gap:3rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.lg\:p-12{padding:3rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-24{padding-left:6rem;padding-right:6rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pl-72{padding-left:18rem}.lg\:pt-0{padding-top:0}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}}@media (min-width:1280px){.xl\:block{display:block}.xl\:w-96{width:24rem}.xl\:max-w-5xl{max-width:64rem}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-\[18rem_minmax\(0\,1fr\)\]{grid-template-columns:18rem minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,1\.15fr\)_minmax\(0\,0\.85fr\)\]{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.xl\:grid-cols-\[minmax\(0\,1\.5fr\)_minmax\(300px\,1fr\)\]{grid-template-columns:minmax(0,1.5fr) minmax(300px,1fr)}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:gap-2{gap:.5rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:pr-12{padding-right:3rem}.xl\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}}@media (min-width:1536px){.\32 xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:0 0}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:100% 0}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:0 0}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:100% 0}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (forced-colors:active){.forced-colors\:outline{outline-style:solid}}@media print{.print\:hidden{display:none}.print\:items-start{align-items:flex-start}.print\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.print\:opacity-100{opacity:1}}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}.\[\&\>svg\]\:h-6>svg{height:1.5rem}.\[\&\>svg\]\:w-6>svg{width:1.5rem}.\[\&\>svg\]\:flex-shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:stroke-gray-400>svg{stroke:#9ca3af}.\[\&\>svg\]\:dark\:stroke-gray-600:is([data-theme=never-used-dark-mode] *)>svg{stroke:#4b5563}.\[\&_\#resource-field-panel-transcription-wrapper\]\:\!px-0 #resource-field-panel-transcription-wrapper,.\[\&_\#resource-field-result-component-wrapper\]\:\!px-0 #resource-field-result-component-wrapper{padding-left:0!important;padding-right:0!important}.\[\&_\.aura-card\>\.mb-2\>\.px-2\]\:hidden .aura-card>.mb-2>.px-2{display:none}.\[\&_\.aura-card\>\.mb-2\]\:\!mb-0 .aura-card>.mb-2{margin-bottom:0!important}.\[\&_\.aura-card\]\:\!m-0 .aura-card{margin:0!important}.\[\&_\.aura-card\]\:\!rounded-none .aura-card{border-radius:0!important}.\[\&_\.aura-card\]\:\!border-0 .aura-card{border-width:0!important}.\[\&_\.aura-card\]\:\!bg-transparent .aura-card{background-color:#0000!important}.\[\&_\.aura-card\]\:\!p-0 .aura-card{padding:0!important}.\[\&_\.aura-card\]\:\!shadow-none .aura-card{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.\[\&_\.aura-card_\.-mx-2\]\:\!mx-0 .aura-card .-mx-2{margin-left:0!important;margin-right:0!important}
