:root{--color-primary-50:#eff6ff;--color-primary-100:#dbeafe;--color-primary-200:#bfdbfe;--color-primary-300:#93c5fd;--color-primary-400:#60a5fa;--color-primary-500:#3b82f6;--color-primary-600:#2563eb;--color-primary-700:#1d4ed8;--color-primary-800:#1e40af;--color-primary-900:#1e3a8a;--color-primary-950:#172554;--color-accent:#f59e0b;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--color-info:#3b82f6;--color-background:#fff;--color-surface:#f9fafb;--color-surface-hover:#f3f4f6;--color-border:#e5e7eb;--color-border-focus:#d1d5db;--color-text:#111827;--color-text-muted:#6b7280;--color-text-light:#9ca3af;--glass-bg:hsla(0,0%,100%,.7);--glass-border:hsla(0,0%,100%,.18);--glass-shadow:0 8px 32px 0 rgba(31,38,135,.15);--glass-blur:blur(10px);--shadow-xs:0 1px 2px 0 rgba(0,0,0,.05);--shadow-sm:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--shadow-inner:inset 0 2px 4px 0 rgba(0,0,0,.05);--shadow-glow:0 0 20px rgba(59,130,246,.5);--spacing-xs:0.125rem;--spacing-sm:0.25rem;--spacing-md:0.5rem;--spacing-lg:1rem;--spacing-xl:1.5rem;--spacing-2xl:2rem;--spacing-3xl:3rem;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--radius-full:9999px;--font-sans:"Inter var",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:"JetBrains Mono","SF Mono",Monaco,monospace;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-base:250ms cubic-bezier(0.4,0,0.2,1);--transition-slow:350ms cubic-bezier(0.4,0,0.2,1);--transition-spring:500ms cubic-bezier(0.68,-0.55,0.265,1.55)}[data-theme=dark]{--color-background:#0f172a;--color-surface:#1e293b;--color-surface-hover:#334155;--color-border:#334155;--color-border-focus:#475569;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--color-text-light:#64748b;--glass-bg:rgba(30,41,59,.7);--glass-border:rgba(148,163,184,.1);--glass-shadow:0 8px 32px 0 rgba(0,0,0,.37);--shadow-xs:0 1px 2px 0 rgba(0,0,0,.1);--shadow-sm:0 1px 3px 0 rgba(0,0,0,.2),0 1px 2px -1px rgba(0,0,0,.2);--shadow-md:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -2px rgba(0,0,0,.3);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -4px rgba(0,0,0,.4);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.5),0 8px 10px -6px rgba(0,0,0,.5);--shadow-glow:0 0 30px rgba(59,130,246,.3)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-background:#0f172a;--color-surface:#1e293b;--color-surface-hover:#334155;--color-border:#334155;--color-border-focus:#475569;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--color-text-light:#64748b;--glass-bg:rgba(30,41,59,.7);--glass-border:rgba(148,163,184,.1);--glass-shadow:0 8px 32px 0 rgba(0,0,0,.37)}}*{transition:background-color var(--transition-base),border-color var(--transition-base),color var(--transition-base)}.glass{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.neumorphic{box-shadow:20px 20px 60px rgba(0,0,0,.1),-20px -20px 60px hsla(0,0%,100%,.1)}.neumorphic,.neumorphic-inset{background:var(--color-surface)}.neumorphic-inset{box-shadow:inset 5px 5px 10px rgba(0,0,0,.1),inset -5px -5px 10px hsla(0,0%,100%,.1)}.card-3d{transform-style:preserve-3d;transition:transform var(--transition-slow)}.card-3d:hover{transform:perspective(1000px) rotateX(-10deg) rotateY(10deg) scale(1.02)}.glow{box-shadow:var(--shadow-glow);transition:box-shadow var(--transition-base)}.glow:hover{box-shadow:0 0 40px rgba(59,130,246,.6)}.gradient-primary{background:linear-gradient(135deg,var(--color-primary-400) 0,var(--color-primary-600) 100%)}.gradient-mesh{background-image:radial-gradient(at 40% 20%,var(--color-primary-200) 0,transparent 50%),radial-gradient(at 80% 0,var(--color-primary-100) 0,transparent 50%),radial-gradient(at 10% 50%,var(--color-accent) 0,transparent 50%),radial-gradient(at 80% 100%,var(--color-primary-300) 0,transparent 50%)}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.gradient-animated{animation:gradient-shift 15s ease infinite;background:linear-gradient(270deg,#3b82f6,#8b5cf6,#ec4899,#f59e0b);background-size:400% 400%}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.skeleton{animation:skeleton-pulse 2s ease-in-out infinite;background:linear-gradient(90deg,var(--color-surface) 25%,var(--color-surface-hover) 50%,var(--color-surface) 75%);background-size:200% 100%}:focus-visible{border-radius:var(--radius-sm);outline:3px solid var(--color-primary-500);outline-offset:2px}@media (prefers-contrast:high){:root{--color-border:#000;--color-text:#000;--color-background:#fff}[data-theme=dark]{--color-border:#fff;--color-text:#fff;--color-background:#000}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{*{background:#fff!important;box-shadow:none!important;color:#000!important}}::view-transition-old(root){animation:fade-out .1s ease-out}::view-transition-new(root){animation:fade-in .15s ease-in}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.skeleton{background:var(--color-surface,#f3f4f6);border-radius:.5rem;overflow:hidden;position:relative}[data-theme=dark] .skeleton{background:#1e293b}.skeleton:after{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.08),transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}[data-theme=dark] .skeleton:after{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.04),transparent)}@keyframes skeleton-shimmer{to{transform:translateX(100%)}}.skeleton-text{border-radius:.25rem;height:.75rem}.skeleton-text-lg{border-radius:.375rem;height:1.5rem}.skeleton-circle{border-radius:9999px}.skeleton-card{border-radius:1rem;height:8rem}.turbo-progress-bar{background:linear-gradient(to right,var(--color-primary-400,#48f2de),var(--color-primary-600,#3cbfaf));height:3px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideInDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-180deg)}to{opacity:1;transform:rotate(0)}}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 currentColor;opacity:1}to{box-shadow:0 0 0 10px currentColor;opacity:0}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes wobble{0%,to{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0)}to{transform:perspective(400px) rotateY(1turn)}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes qrFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes glitch{0%,to{filter:hue-rotate(0deg);transform:translate(0)}20%{filter:hue-rotate(90deg);transform:translate(-2px,2px)}40%{filter:hue-rotate(180deg);transform:translate(-2px,-2px)}60%{filter:hue-rotate(270deg);transform:translate(2px,2px)}80%{filter:hue-rotate(1turn);transform:translate(2px,-2px)}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes flip3d{0%{transform:perspective(1000px) rotateY(0) rotateX(0)}50%{transform:perspective(1000px) rotateY(180deg) rotateX(0)}to{transform:perspective(1000px) rotateY(1turn) rotateX(0)}}@keyframes cube-rotate{0%{transform:perspective(1000px) rotateX(0deg) rotateY(0deg)}to{transform:perspective(1000px) rotateX(1turn) rotateY(1turn)}}@keyframes particle-up{0%{opacity:0;transform:translateY(0) scale(0)}10%{opacity:1;transform:translateY(-10px) scale(1)}to{opacity:0;transform:translateY(-100px) scale(0)}}@keyframes particle-explosion{0%{opacity:1;transform:scale(0)}50%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@keyframes morph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}}.animate-fadeIn{animation:fadeIn .5s ease-in-out}.animate-fadeInUp{animation:fadeInUp .5s ease-out}.animate-fadeInDown{animation:fadeInDown .5s ease-out}.animate-fadeInLeft{animation:fadeInLeft .5s ease-out}.animate-fadeInRight{animation:fadeInRight .5s ease-out}.animate-slideInUp{animation:slideInUp .3s ease-out}.animate-slideInDown{animation:slideInDown .3s ease-out}.animate-slideInLeft{animation:slideInLeft .3s ease-out}.animate-slideInRight{animation:slideInRight .3s ease-out}.animate-scaleIn{animation:scaleIn .3s ease-out}.animate-scaleOut{animation:scaleOut .3s ease-in}.animate-rotateIn{animation:rotateIn .5s ease-out}.animate-bounce{animation:bounce 1s infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-spin{animation:spin 1s linear infinite}.animate-shake{animation:shake .5s}.animate-wobble{animation:wobble 1s}.animate-flip{animation:flip 1s}.animate-float{animation:float 3s ease-in-out infinite}.animate-glitch{animation:glitch .3s infinite}.animate-morph{animation:morph 8s ease-in-out infinite}.animate-flip3d{animation:flip3d 2s ease-in-out}.animate-cube{animation:cube-rotate 20s linear infinite}.animate-qrFadeIn{animation:qrFadeIn .5s ease-out}.hover-grow{transition:transform .3s}.hover-grow:hover{transform:scale(1.05)}.hover-shrink{transition:transform .3s}.hover-shrink:hover{transform:scale(.95)}.hover-rotate{transition:transform .3s}.hover-rotate:hover{transform:rotate(5deg)}.hover-lift{transition:transform .3s,box-shadow .3s}.hover-lift:hover{box-shadow:0 10px 20px rgba(0,0,0,.2);transform:translateY(-5px)}.hover-sink{transition:transform .3s}.hover-sink:hover{transform:translateY(3px)}.hover-glow{transition:box-shadow .3s}.hover-glow:hover{box-shadow:0 0 20px rgba(59,130,246,.5)}.hover-underline-animation{position:relative}.hover-underline-animation:after{background-color:var(--color-primary-500);bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .25s ease-out;width:100%}.hover-underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .6s,transform .6s}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.parallax{position:relative;transform-style:preserve-3d}.parallax-layer{bottom:0;left:0;position:absolute;right:0;top:0}.parallax-layer-back{transform:translateZ(-1px) scale(2)}.parallax-layer-base{transform:translateZ(0)}.parallax-layer-front{transform:translateZ(1px) scale(.5)}.stagger-animation>*{animation:fadeInUp .5s ease-out forwards;opacity:0}.stagger-animation>:first-child{animation-delay:.1s}.stagger-animation>:nth-child(2){animation-delay:.2s}.stagger-animation>:nth-child(3){animation-delay:.3s}.stagger-animation>:nth-child(4){animation-delay:.4s}.stagger-animation>:nth-child(5){animation-delay:.5s}.stagger-animation>:nth-child(6){animation-delay:.6s}.stagger-animation>:nth-child(7){animation-delay:.7s}.stagger-animation>:nth-child(8){animation-delay:.8s}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.animation-delay-600{animation-delay:.6s}.animation-delay-700{animation-delay:.7s}.animation-delay-800{animation-delay:.8s}.animation-delay-1000{animation-delay:1s}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@font-face{font-display:swap;font-family:OpenDyslexic;font-style:normal;font-weight:400;src:url("../fonts/OpenDyslexic-Regular-19lwZvO.woff2") format("woff2")}@font-face{font-display:swap;font-family:OpenDyslexic;font-style:normal;font-weight:700;src:url("../fonts/OpenDyslexic-Bold-G7ix50H.woff2") format("woff2")}@media not print{:root{--w-font-family:inherit;--w-font-scale:1;--w-animation-enabled:1;--w-letter-spacing:normal;--w-word-spacing:normal;--w-line-height:inherit;--w-chart-colors:#3b82f6,#10b981,#f59e0b,#ef4444,#8b5cf6,#06b6d4,#f97316;--w-chart-stroke-width:2;--w-chart-marker-size:5;--w-chart-datalabels:0;--w-chart-forecolor:#373d3f;--w-chart-grid-color:#e0e0e0;--w-table-row-min-height:auto;--w-table-cell-padding:0.5rem;--w-table-header-font-weight:600}html[data-theme=dark]{--w-chart-forecolor:#e5e7eb;--w-chart-grid-color:#374151}#form-toolbar{font-size:16px!important}#form-toolbar,#form-toolbar button,#form-toolbar div,#form-toolbar p,#form-toolbar span,#form-toolbar svg{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;letter-spacing:normal!important;line-height:normal!important;word-spacing:normal!important}#form-toolbar button{min-height:auto!important}:focus-visible{outline:3px solid #3b82f6!important;outline-offset:2px!important}:focus{--tw-ring-shadow:0 0 #0000!important}.widget-select button[role=combobox]:focus,.widget-telinput button[data-dropdown-toggle]:focus{outline:3px solid #3b82f6!important;outline-offset:2px!important}.widget-creditcardinput .flex:focus-within,.widget-emailinput .flex:focus-within,.widget-ibaninput .flex:focus-within,.widget-postalcodeinput .flex:focus-within,.widget-telinput .flex.items-center:focus-within,.widget-telinput .flex:focus-within,.widget-textinput .flex:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-creditcardinput .flex input:focus,.widget-emailinput .flex input:focus,.widget-ibaninput .flex input:focus,.widget-postalcodeinput .flex input:focus,.widget-telinput .flex input:focus,.widget-textinput .flex input:focus{box-shadow:none!important;outline:none!important}html.a11y-senior{font-size:125%!important}html.a11y-senior label:not(#a11y-panel label){font-size:1.1rem;font-weight:600}html.a11y-senior input:not(#a11y-panel input),html.a11y-senior select:not(#a11y-panel select),html.a11y-senior textarea:not(#a11y-panel textarea){border-color:#1e293b;border-width:2px;font-size:1.1rem;padding-block:.75rem}html.a11y-senior input[type=date]:not(#a11y-panel input),html.a11y-senior input[type=datetime-local]:not(#a11y-panel input),html.a11y-senior input[type=time]:not(#a11y-panel input){padding-right:3rem}html.a11y-senior[data-theme=dark] input:not(#a11y-panel input),html.a11y-senior[data-theme=dark] select:not(#a11y-panel select),html.a11y-senior[data-theme=dark] textarea:not(#a11y-panel textarea){border-color:#e2e8f0}html.a11y-senior [role=button]:not(#a11y-panel [role=button]),html.a11y-senior button:not(#a11y-btn):not(#a11y-panel button){font-size:1.1rem;min-height:48px}html.a11y-senior input[type=checkbox]:not(#a11y-panel input),html.a11y-senior input[type=radio]:not(#a11y-panel input){height:1.75rem;width:1.75rem}html.a11y-senior h1{font-size:2.5rem}html.a11y-senior h2{font-size:2rem}html.a11y-senior h3{font-size:1.75rem}html.a11y-senior h4{font-size:1.5rem}html.a11y-senior h5{font-size:1.25rem}html.a11y-senior h6{font-size:1.1rem}html.a11y-senior input[type=date]:not(#a11y-panel input),html.a11y-senior input[type=datetime-local]:not(#a11y-panel input),html.a11y-senior input[type=time]:not(#a11y-panel input){padding-left:3rem}html.a11y-senior .widget-creditcardinput .absolute.inset-y-0,html.a11y-senior .widget-dateinput .absolute.inset-y-0,html.a11y-senior .widget-daterangeinput .absolute.inset-y-0,html.a11y-senior .widget-datetimeinput .absolute.inset-y-0,html.a11y-senior .widget-emailinput .absolute.inset-y-0,html.a11y-senior .widget-ibaninput .absolute.inset-y-0,html.a11y-senior .widget-phoneinput .absolute.inset-y-0,html.a11y-senior .widget-postalcodeinput .absolute.inset-y-0,html.a11y-senior .widget-telinput .absolute.inset-y-0,html.a11y-senior .widget-textinput .absolute.inset-y-0{padding-left:.875rem}html.a11y-senior .widget-dateinput .absolute.inset-y-0 svg,html.a11y-senior .widget-daterangeinput .absolute.inset-y-0 svg,html.a11y-senior .widget-datetimeinput .absolute.inset-y-0 svg,html.a11y-senior .widget-emailinput .absolute.inset-y-0 svg,html.a11y-senior .widget-phoneinput .absolute.inset-y-0 svg,html.a11y-senior .widget-telinput .absolute.inset-y-0 svg,html.a11y-senior .widget-textinput .absolute.inset-y-0 svg{height:1.25rem;width:1.25rem}html.a11y-senior select:not(#a11y-panel select){padding-right:2.5rem}html.a11y-senior .widget-number-input button{min-height:48px;min-width:48px}html.a11y-senior .widget-signature canvas{min-height:200px}html.a11y-senior .widget-select button[role=combobox]{border-color:#1e293b;border-width:2px}html.a11y-senior[data-theme=dark] .widget-select button[role=combobox]{border-color:#e2e8f0}html.a11y-senior .widget-telinput button[data-dropdown-toggle]{border-color:#1e293b;border-width:2px}html.a11y-senior[data-theme=dark] .widget-telinput button[data-dropdown-toggle]{border-color:#e2e8f0}html.a11y-senior .widget-telinput .flex.items-center{align-items:stretch}html.a11y-senior .widget-telinput input[type=tel]{border-inline-start-width:0!important}html.a11y-senior .widget-telinput input[type=tel]:focus{border-color:#1e293b!important}html.a11y-senior[data-theme=dark] .widget-telinput input[type=tel]:focus{border-color:#e2e8f0!important}html.a11y-senior .widget-creditcardinput .flex>span.inline-flex,html.a11y-senior .widget-emailinput .flex>span.inline-flex,html.a11y-senior .widget-ibaninput .flex>span.inline-flex,html.a11y-senior .widget-postalcodeinput .flex>span.inline-flex,html.a11y-senior .widget-textinput .flex>span.inline-flex{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .flex>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-emailinput .flex>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-ibaninput .flex>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .flex>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-textinput .flex>span.inline-flex.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .flex>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-emailinput .flex>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-ibaninput .flex>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .flex>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-textinput .flex>span.inline-flex.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .flex>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-emailinput .flex>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-ibaninput .flex>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .flex>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-textinput .flex>span.inline-flex{border-color:#e2e8f0}html.a11y-senior .widget-creditcardinput .flex input:focus,html.a11y-senior .widget-emailinput .flex input:focus,html.a11y-senior .widget-ibaninput .flex input:focus,html.a11y-senior .widget-postalcodeinput .flex input:focus,html.a11y-senior .widget-textinput .flex input:focus{border-color:#1e293b!important}html.a11y-senior[data-theme=dark] .widget-creditcardinput .flex input:focus,html.a11y-senior[data-theme=dark] .widget-emailinput .flex input:focus,html.a11y-senior[data-theme=dark] .widget-ibaninput .flex input:focus,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .flex input:focus,html.a11y-senior[data-theme=dark] .widget-textinput .flex input:focus{border-color:#e2e8f0!important}html.a11y-senior [id^=help-]{color:#374151!important;font-size:1rem}html.a11y-senior[data-theme=dark] [id^=help-]{color:#d1d5db!important}html.a11y-senior [id^=error-]{font-size:1rem}html.a11y-senior [class*=text-gray-300]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-senior [class*=text-gray-400]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-senior [class*=text-slate-300]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-senior [class*=text-slate-400]:not(#a11y-panel *):not(#form-toolbar *){color:#374151!important}html.a11y-senior[data-theme=dark] [class*=text-gray-300]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-senior[data-theme=dark] [class*=text-gray-400]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-senior[data-theme=dark] [class*=text-gray-500]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-senior[data-theme=dark] [class*=text-slate-300]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-senior[data-theme=dark] [class*=text-slate-400]:not(#a11y-panel *):not(#form-toolbar *){color:#d1d5db!important}html.a11y-senior input::-moz-placeholder,html.a11y-senior textarea::-moz-placeholder{color:#4b5563!important}html.a11y-senior input::placeholder,html.a11y-senior textarea::placeholder{color:#4b5563!important}html.a11y-senior[data-theme=dark] input::-moz-placeholder,html.a11y-senior[data-theme=dark] textarea::-moz-placeholder{color:#9ca3af!important}html.a11y-senior[data-theme=dark] input::placeholder,html.a11y-senior[data-theme=dark] textarea::placeholder{color:#9ca3af!important}html.a11y-senior .widget-button button,html.a11y-senior .widget-submitbutton button{font-size:1.2rem;min-height:56px;padding:.875rem 1.5rem}html.a11y-senior .widget-alert{font-size:1.1rem;padding:1rem 1.25rem}html.a11y-senior .widget-badge span{font-size:1rem;min-height:32px;padding:.375rem .75rem}html.a11y-senior .widget-switch [role=switch],html.a11y-senior .widget-toggle [role=switch]{height:2rem;width:3.5rem}html.a11y-senior .widget-switch [role=switch] span,html.a11y-senior .widget-toggle [role=switch] span{height:1.5rem;width:1.5rem}html.a11y-senior .widget-select [data-option]{font-size:1.1rem;min-height:44px;padding:.625rem .75rem}html.a11y-senior .widget-slider input[type=range],html.a11y-senior .widget-sliderinput input[type=range]{height:8px}html.a11y-senior .widget-slider input[type=range]::-webkit-slider-thumb,html.a11y-senior .widget-sliderinput input[type=range]::-webkit-slider-thumb{height:28px;width:28px}html.a11y-senior .widget-image img{min-height:60px}html.a11y-senior [data-pdfview-target=toolbar]{flex-wrap:wrap;gap:.5rem;padding:.5rem .75rem}html.a11y-senior [data-pdfview-target=toolbar] a,html.a11y-senior [data-pdfview-target=toolbar] button{min-height:40px;min-width:40px;padding:.5rem}html.a11y-senior [data-pdfview-target=toolbar] svg{height:1.25rem;width:1.25rem}html.a11y-senior [data-pdfview-target=toolbar] select{font-size:1rem;min-height:40px;padding:.375rem 2rem .375rem .5rem}html.a11y-senior [data-pdfview-target=toolbar] input[type=number]{font-size:1rem;min-height:40px;padding:.25rem;width:3.5rem}html.a11y-senior .pdfviewer button{min-height:40px;min-width:40px;padding:.5rem}html.a11y-senior .pdfviewer select{font-size:1rem;min-height:40px}html.a11y-senior{--w-font-scale:1.3;--w-chart-stroke-width:3;--w-chart-marker-size:8;--w-table-row-min-height:48px;--w-table-cell-padding:0.75rem}html.a11y-colorblind [class*=text-red-]{color:#1e3a8a!important;-webkit-text-decoration:underline wavy #1e3a8a;text-decoration:underline wavy #1e3a8a;text-underline-offset:3px}html.a11y-colorblind[data-theme=dark] [class*=text-red-]{color:#93c5fd!important;-webkit-text-decoration:underline wavy #93c5fd;text-decoration:underline wavy #93c5fd}html.a11y-colorblind [class*=border-red-]{border-color:#1e3a8a!important;border-style:dashed!important}html.a11y-colorblind[data-theme=dark] [class*=border-red-]{border-color:#93c5fd!important}html.a11y-colorblind [class*=bg-red-]{background-color:#dbeafe!important}html.a11y-colorblind[data-theme=dark] [class*=bg-red-]{background-color:#1e3a5f!important}html.a11y-colorblind [class*=placeholder-red-]::-moz-placeholder{color:#1e3a8a!important}html.a11y-colorblind [class*=placeholder-red-]::placeholder{color:#1e3a8a!important}html.a11y-colorblind [class*=ring-red-]{--tw-ring-color:#1e3a8a!important}html.a11y-colorblind [class*=text-green-]{color:#2563eb!important;text-decoration:none}html.a11y-colorblind[data-theme=dark] [class*=text-green-]{color:#60a5fa!important}html.a11y-colorblind [class*=bg-green-]{background-color:#dbeafe!important}html.a11y-colorblind[data-theme=dark] [class*=bg-green-]{background-color:#1e3a5f!important}html.a11y-colorblind [class*=border-green-]{border-color:#2563eb!important}html.a11y-colorblind [class*=text-amber-],html.a11y-colorblind [class*=text-yellow-]{color:#92400e!important}html.a11y-colorblind[data-theme=dark] [class*=text-amber-],html.a11y-colorblind[data-theme=dark] [class*=text-yellow-]{color:#fbbf24!important}html.a11y-colorblind [class*=bg-amber-],html.a11y-colorblind [class*=bg-yellow-]{background-color:#fef3c7!important}html.a11y-colorblind[data-theme=dark] [class*=bg-amber-],html.a11y-colorblind[data-theme=dark] [class*=bg-yellow-]{background-color:#78350f!important}html.a11y-colorblind [class*=border-amber-],html.a11y-colorblind [class*=border-yellow-]{border-color:#92400e!important;border-style:dotted!important}html.a11y-colorblind [class*=text-cyan-]{color:#155e75!important}html.a11y-colorblind[data-theme=dark] [class*=text-cyan-]{color:#67e8f9!important}html.a11y-colorblind [class*=bg-cyan-]{background-color:#ecfeff!important}html.a11y-colorblind[data-theme=dark] [class*=bg-cyan-]{background-color:#164e63!important}html.a11y-colorblind .widget-image img,html.a11y-colorblind .widget-imagegallery img,html.a11y-colorblind .widget-lightbox img{filter:hue-rotate(180deg) saturate(1.5)}html.a11y-colorblind canvas{border:1px solid #475569;border-radius:.25rem}html.a11y-colorblind .widget-signature canvas{border:2px solid #1e293b}html.a11y-colorblind[data-theme=dark] .widget-signature canvas{border-color:#e2e8f0}html.a11y-colorblind [class*=text-indigo-]{color:#1e40af!important}html.a11y-colorblind[data-theme=dark] [class*=text-indigo-]{color:#93c5fd!important}html.a11y-colorblind [class*=bg-indigo-]{background-color:#1e40af!important}html.a11y-colorblind [class*=ring-indigo-]{--tw-ring-color:#1e40af!important}html.a11y-colorblind [class*=border-indigo-]{border-color:#1e40af!important}html.a11y-colorblind .pdfviewer button,html.a11y-colorblind [data-pdfview-target=toolbar] a,html.a11y-colorblind [data-pdfview-target=toolbar] button{border:1px solid;border-radius:.375rem}html.a11y-colorblind :focus-visible{outline:3px solid #000!important}html.a11y-colorblind[data-theme=dark] :focus-visible{outline-color:#fff!important}html.a11y-colorblind [class*=text-gray-300]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-colorblind [class*=text-gray-400]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-colorblind [class*=text-slate-300]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-colorblind [class*=text-slate-400]:not(#a11y-panel *):not(#form-toolbar *){color:#374151!important}html.a11y-colorblind[data-theme=dark] [class*=text-gray-300]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-colorblind[data-theme=dark] [class*=text-gray-400]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-colorblind[data-theme=dark] [class*=text-gray-500]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-colorblind[data-theme=dark] [class*=text-slate-300]:not(#a11y-panel *):not(#form-toolbar *),html.a11y-colorblind[data-theme=dark] [class*=text-slate-400]:not(#a11y-panel *):not(#form-toolbar *){color:#d1d5db!important}html.a11y-colorblind [id^=help-]{color:#374151!important}html.a11y-colorblind[data-theme=dark] [id^=help-]{color:#d1d5db!important}html.a11y-colorblind input::-moz-placeholder,html.a11y-colorblind textarea::-moz-placeholder{color:#4b5563!important}html.a11y-colorblind input::placeholder,html.a11y-colorblind textarea::placeholder{color:#4b5563!important}html.a11y-colorblind[data-theme=dark] input::-moz-placeholder,html.a11y-colorblind[data-theme=dark] textarea::-moz-placeholder{color:#9ca3af!important}html.a11y-colorblind[data-theme=dark] input::placeholder,html.a11y-colorblind[data-theme=dark] textarea::placeholder{color:#9ca3af!important}html.a11y-colorblind{--w-chart-colors:#000,#e69f00,#56b4e9,#009e73,#0072b2,#d55e00,#cc79a7;--w-chart-datalabels:1}html.a11y-dyslexia body,html.a11y-dyslexia button:not(#a11y-btn),html.a11y-dyslexia input,html.a11y-dyslexia select,html.a11y-dyslexia textarea{font-family:OpenDyslexic,sans-serif!important;letter-spacing:.12em;word-spacing:.16em}html.a11y-dyslexia #a11y-panel button,html.a11y-dyslexia #a11y-panel input,html.a11y-dyslexia #a11y-panel label,html.a11y-dyslexia #a11y-panel select,html.a11y-dyslexia #a11y-panel#a11y-panel{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;letter-spacing:normal!important;line-height:normal!important;word-spacing:normal!important}html.a11y-dyslexia body{line-height:1.8}html.a11y-dyslexia label,html.a11y-dyslexia li,html.a11y-dyslexia p,html.a11y-dyslexia td,html.a11y-dyslexia th{text-align:left}html.a11y-dyslexia .pdfviewer,html.a11y-dyslexia .pdfviewer button,html.a11y-dyslexia .pdfviewer select,html.a11y-dyslexia .pdfviewer span,html.a11y-dyslexia [data-pdfview-target=toolbar],html.a11y-dyslexia [data-pdfview-target=toolbar] a,html.a11y-dyslexia [data-pdfview-target=toolbar] button,html.a11y-dyslexia [data-pdfview-target=toolbar] input,html.a11y-dyslexia [data-pdfview-target=toolbar] select,html.a11y-dyslexia [data-pdfview-target=toolbar] span{font-family:OpenDyslexic,sans-serif!important;letter-spacing:.08em}html.a11y-dyslexia [data-pdfview-target=searchInput]{width:12rem}html.a11y-dyslexia{--w-font-family:"OpenDyslexic",sans-serif;--w-letter-spacing:0.12em;--w-word-spacing:0.16em;--w-line-height:1.8}html.a11y-reduced-motion *,html.a11y-reduced-motion :after,html.a11y-reduced-motion :before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}html.a11y-reduced-motion{--w-animation-enabled:0}#a11y-btn,#a11y-panel,[data-form-menu-target=panel]{font-family:system-ui,-apple-system,sans-serif!important;font-size:.875rem!important;letter-spacing:normal!important;line-height:1.5!important;word-spacing:normal!important}#a11y-panel button,[data-form-menu-target=panel] button{font-size:inherit!important;min-height:auto!important}#a11y-panel .a11y-switch,[data-form-menu-target=panel] [role=switch]{border-color:transparent!important;border-style:solid!important;font-size:inherit!important;height:1.5rem!important;min-height:auto!important;padding:0!important;width:2.75rem!important}#a11y-panel .a11y-switch span,[data-form-menu-target=panel] [role=switch] [data-thumb]{height:1.25rem!important;width:1.25rem!important}.widget-datagrid .tabulator{font-family:var(--w-font-family);letter-spacing:var(--w-letter-spacing);word-spacing:var(--w-word-spacing)}.widget-datagrid .tabulator .tabulator-row{min-height:var(--w-table-row-min-height)}.widget-datagrid .tabulator .tabulator-cell{padding:var(--w-table-cell-padding)}.widget-datagrid .tabulator .tabulator-col-title{font-weight:var(--w-table-header-font-weight)}html[data-theme=dark] .widget-datagrid .tabulator{background-color:#1f2937;border-color:#374151;color:#e5e7eb}html[data-theme=dark] .widget-datagrid .tabulator .tabulator-header{background-color:#111827;border-color:#374151;color:#f3f4f6}html[data-theme=dark] .widget-datagrid .tabulator .tabulator-row{background-color:#1f2937;border-color:#374151;color:#e5e7eb}html[data-theme=dark] .widget-datagrid .tabulator .tabulator-row:hover{background-color:#374151}html[data-theme=dark] .widget-datagrid .tabulator .tabulator-row.tabulator-row-even{background-color:#111827}html[data-theme=dark] .widget-datagrid .tabulator .tabulator-cell{border-color:#374151}html[data-theme=dark] .widget-datagrid .tabulator .tabulator-footer{background-color:#111827;border-color:#374151;color:#e5e7eb}html.a11y-senior .widget-datagrid .tabulator .tabulator-col-title{font-size:1.1rem}html.a11y-senior .widget-datagrid .tabulator .tabulator-cell{font-size:1.05rem}html.a11y-senior .widget-datagrid .tabulator .tabulator-footer .tabulator-page,html.a11y-senior .widget-datagrid .tabulator .tabulator-footer button{font-size:1rem;min-height:44px;min-width:44px}html.a11y-colorblind .widget-datagrid .tabulator .tabulator-row.tabulator-selected{border-left:4px solid #0072b2!important;font-weight:600}html.a11y-colorblind .widget-datagrid .tabulator .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-title:after{content:" \25B2"}html.a11y-colorblind .widget-datagrid .tabulator .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-title:after{content:" \25BC"}html.a11y-colorblind .widget-datagrid .tabulator .tabulator-cell .tabulator-progress-bar{color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.5)}html.a11y-dyslexia .widget-datagrid .tabulator .tabulator-cell,html.a11y-dyslexia .widget-datagrid .tabulator .tabulator-col-title{line-height:var(--w-line-height);text-align:left}html.a11y-senior .widget-table .divide-y>.grid>div{font-size:1.05rem;padding-bottom:12px;padding-top:12px}html.a11y-senior .widget-table .bg-gray-50.border-b>div{font-size:1.1rem;padding-bottom:12px;padding-top:12px}html.a11y-colorblind .widget-table .divide-y>div:hover{border-left:3px solid #0072b2}html.a11y-dyslexia .widget-table .divide-y>.grid>div{letter-spacing:var(--w-letter-spacing);line-height:var(--w-line-height)}html.a11y-reduced-motion .widget-table .transition-colors{transition:none!important}html[data-theme=dark] .widget-chart{color:#e5e7eb}html.a11y-colorblind .widget-chart{border:1px solid #475569;border-radius:.375rem}html.a11y-colorblind[data-theme=dark] .widget-chart{border-color:#9ca3af}}*,:after,:before{--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:rgba(59,130,246,.5);--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:rgba(59,130,246,.5);--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: }

/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}body{background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-sans);transition:none!important}html{scroll-behavior:smooth}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background-color:var(--color-surface)}::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:9999px;-webkit-transition:background-color var(--transition-base);transition:background-color var(--transition-base)}::-webkit-scrollbar-thumb:hover{background-color:var(--color-border-focus)}::-moz-selection{background-color:rgba(72,242,222,.2);--tw-text-opacity:1;color:rgb(15 68 58/var(--tw-text-opacity,1))}::selection{background-color:rgba(72,242,222,.2);--tw-text-opacity:1;color:rgb(15 68 58/var(--tw-text-opacity,1))}[data-theme=dark] ::-moz-selection{background-color:rgba(38,255,244,.3);--tw-text-opacity:1;color:rgb(179 255 252/var(--tw-text-opacity,1))}[data-theme=dark] ::selection{background-color:rgba(38,255,244,.3);--tw-text-opacity:1;color:rgb(179 255 252/var(--tw-text-opacity,1))}.tabulator-cell img,.tabulator-cell svg{display:inline-block;vertical-align:middle}.widget-datagrid .tabulator{border-radius:.5rem;border-width:1px;overflow:hidden;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));font-size:.875rem;line-height:1.25rem}.widget-datagrid .tabulator .tabulator-header{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1));font-weight:600;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}@media not print{html.a11y-senior .widget-table .bg-gray-50.widget-datagrid .tabulator .tabulator-header>div,html.a11y-senior .widget-table .widget-datagrid .tabulator .tabulator-header.border-b>div{font-size:1.1rem;padding-bottom:12px;padding-top:12px}}.widget-datagrid .tabulator .tabulator-header .tabulator-col{border-right-width:1px;--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}@media not print{html.a11y-senior .widget-table .widget-datagrid .tabulator .tabulator-header .tabulator-col.border-b>div{font-size:1.1rem;padding-bottom:12px;padding-top:12px}}.widget-datagrid .tabulator .tabulator-header .tabulator-col .tabulator-col-content{padding:10px 12px}.widget-datagrid .tabulator .tabulator-tableholder .tabulator-table{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.widget-datagrid .tabulator .tabulator-row{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}@media not print{html.a11y-senior .widget-table .bg-gray-50.widget-datagrid .tabulator .tabulator-row>div{font-size:1.1rem;padding-bottom:12px;padding-top:12px}}.widget-datagrid .tabulator .tabulator-row{min-height:40px}.widget-datagrid .tabulator .tabulator-row.tabulator-row-even{background-color:rgba(249,250,251,.5)}.widget-datagrid .tabulator .tabulator-row:hover{background-color:rgba(239,246,255,.5)}.widget-datagrid .tabulator .tabulator-row.tabulator-selected{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.widget-datagrid .tabulator .tabulator-row .tabulator-cell{border-right-width:1px;--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1));padding:8px 12px}.widget-datagrid .tabulator .tabulator-row.tabulator-group{border-bottom-width:1px;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));font-weight:600;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.widget-datagrid .tabulator .tabulator-row.tabulator-group span{font-weight:400;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.widget-datagrid .tabulator .tabulator-footer{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1));font-weight:400;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}@media not print{html.a11y-senior .widget-table .widget-datagrid .tabulator .tabulator-footer.border-b>div{font-size:1.1rem;padding-bottom:12px;padding-top:12px}}.widget-datagrid .tabulator .tabulator-footer .tabulator-page{border-radius:.25rem;padding:.25rem .75rem}.widget-datagrid .tabulator .tabulator-footer .tabulator-page.active{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));color:#2563eb}.widget-datagrid .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom-color:#3b82f6}.widget-datagrid .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top-color:#3b82f6}.\!container{width:100%!important}.container{width:100%}@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:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.\!btn{align-items:center;display:inline-flex;font-weight:500;justify-content:center;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media not print{.widget-telinput .flex.\!btn:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}html.a11y-senior .widget-telinput .flex.\!btn{align-items:stretch}html.a11y-senior .widget-creditcardinput .flex>span.\!btn,html.a11y-senior .widget-emailinput .flex>span.\!btn,html.a11y-senior .widget-ibaninput .flex>span.\!btn,html.a11y-senior .widget-postalcodeinput .flex>span.\!btn,html.a11y-senior .widget-textinput .flex>span.\!btn{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .flex>span.\!btn.rounded-s-lg,html.a11y-senior .widget-emailinput .flex>span.\!btn.rounded-s-lg,html.a11y-senior .widget-ibaninput .flex>span.\!btn.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .flex>span.\!btn.rounded-s-lg,html.a11y-senior .widget-textinput .flex>span.\!btn.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .flex>span.\!btn.rounded-e-lg,html.a11y-senior .widget-emailinput .flex>span.\!btn.rounded-e-lg,html.a11y-senior .widget-ibaninput .flex>span.\!btn.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .flex>span.\!btn.rounded-e-lg,html.a11y-senior .widget-textinput .flex>span.\!btn.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .flex>span.\!btn,html.a11y-senior[data-theme=dark] .widget-emailinput .flex>span.\!btn,html.a11y-senior[data-theme=dark] .widget-ibaninput .flex>span.\!btn,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .flex>span.\!btn,html.a11y-senior[data-theme=dark] .widget-textinput .flex>span.\!btn{border-color:#e2e8f0}}.btn{align-items:center;display:inline-flex;font-weight:500;justify-content:center;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media not print{.widget-telinput .flex.btn:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}html.a11y-senior .widget-telinput .flex.btn{align-items:stretch}html.a11y-senior .widget-creditcardinput .flex>span.btn,html.a11y-senior .widget-emailinput .flex>span.btn,html.a11y-senior .widget-ibaninput .flex>span.btn,html.a11y-senior .widget-postalcodeinput .flex>span.btn,html.a11y-senior .widget-textinput .flex>span.btn{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .flex>span.btn.rounded-s-lg,html.a11y-senior .widget-emailinput .flex>span.btn.rounded-s-lg,html.a11y-senior .widget-ibaninput .flex>span.btn.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .flex>span.btn.rounded-s-lg,html.a11y-senior .widget-textinput .flex>span.btn.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .flex>span.btn.rounded-e-lg,html.a11y-senior .widget-emailinput .flex>span.btn.rounded-e-lg,html.a11y-senior .widget-ibaninput .flex>span.btn.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .flex>span.btn.rounded-e-lg,html.a11y-senior .widget-textinput .flex>span.btn.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .flex>span.btn,html.a11y-senior[data-theme=dark] .widget-emailinput .flex>span.btn,html.a11y-senior[data-theme=dark] .widget-ibaninput .flex>span.btn,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .flex>span.btn,html.a11y-senior[data-theme=dark] .widget-textinput .flex>span.btn{border-color:#e2e8f0}}.\!btn:focus{outline:2px solid transparent;outline-offset:2px}.\!btn: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);--tw-ring-offset-width:2px}.btn:focus{outline:2px solid transparent;outline-offset:2px}.btn: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);--tw-ring-offset-width:2px}.\!btn:disabled,.btn:disabled{cursor:not-allowed;opacity:.5}.\!btn{overflow:hidden!important;position:relative!important}.btn{overflow:hidden;position:relative}.\!btn:before{background:hsla(0,0%,100%,.5)!important;border-radius:50%!important;content:""!important;height:0!important;left:50%!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;transition:width .6s,height .6s!important;width:0!important}.btn:before{background:hsla(0,0%,100%,.5);border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.\!btn:active:before{height:300px!important;width:300px!important}.btn:active:before{height:300px;width:300px}.btn-primary{--tw-bg-opacity:1;background-color:rgb(60 191 175/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-primary:hover{--tw-bg-opacity:1;background-color:rgb(45 150 132/var(--tw-bg-opacity,1))}.btn-primary:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(72 242 222/var(--tw-ring-opacity,1))}.btn-primary{--tw-shadow:0 4px 6px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px var(--tw-shadow-color)}.btn-primary,.btn-primary:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.btn-primary:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.btn-primary:active{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--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)}.btn-primary{background:linear-gradient(135deg,var(--color-primary-500) 0,var(--color-primary-600) 100%)}.btn-secondary{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.btn-secondary:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.btn-secondary:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity,1))}[data-theme=dark] .btn-secondary{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}[data-theme=dark] .btn-secondary:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.btn-ghost{background-color:transparent;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.btn-ghost:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}[data-theme=dark] .btn-ghost{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}[data-theme=dark] .btn-ghost:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.btn-glass{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}[data-theme=dark] .btn-glass{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.btn-glass:hover{background:hsla(0,0%,100%,.8)}[data-theme=dark] .btn-glass:hover{background:rgba(31,41,59,.8)}.btn-3d{--tw-bg-opacity:1;background-color:rgb(60 191 175/var(--tw-bg-opacity,1));--tw-text-opacity:1;box-shadow:0 4px 0 var(--color-primary-700),0 6px 12px rgba(0,0,0,.2);color:rgb(255 255 255/var(--tw-text-opacity,1));transform:translateY(0);transition:all .1s ease}.btn-3d:hover{box-shadow:0 6px 0 var(--color-primary-700),0 8px 16px rgba(0,0,0,.25);transform:translateY(-2px)}.btn-3d:active{box-shadow:0 2px 0 var(--color-primary-700),0 4px 8px rgba(0,0,0,.15);transform:translateY(0)}.btn-xs{border-radius:.375rem;font-size:.75rem;line-height:1rem;padding:.25rem .5rem}.btn-sm{border-radius:.375rem;font-size:.875rem;line-height:1.25rem;padding:.375rem .75rem}.btn-md{border-radius:.5rem;font-size:1rem;line-height:1.5rem;padding:.5rem 1rem}.btn-lg{border-radius:.5rem;font-size:1.125rem;line-height:1.75rem;padding:.75rem 1.5rem}.btn-xl{border-radius:.75rem;font-size:1.25rem;line-height:1.75rem;padding:1rem 2rem}.form-group{position:relative}.form-column.form-input{width:100%}.form-input{background-color:var(--color-background);border-color:var(--color-border);border-radius:.5rem;border-width:1px;color:var(--color-text);padding:.75rem 1rem;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.form-input:focus{--tw-border-opacity:1;border-color:rgb(72 242 222/var(--tw-border-opacity,1));outline:2px solid transparent;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:rgba(72,242,222,.2)}.form-input:not(:-moz-placeholder-shown){padding-bottom:.5rem;padding-top:1.5rem}.form-input:focus,.form-input:not(:placeholder-shown){padding-bottom:.5rem;padding-top:1.5rem}.form-label{color:var(--color-text-muted);font-size:.875rem;left:1rem;line-height:1.25rem;position:absolute;top:.75rem}@media not print{html.a11y-senior .widget-creditcardinput .form-label.inset-y-0,html.a11y-senior .widget-dateinput .form-label.inset-y-0,html.a11y-senior .widget-daterangeinput .form-label.inset-y-0,html.a11y-senior .widget-datetimeinput .form-label.inset-y-0,html.a11y-senior .widget-emailinput .form-label.inset-y-0,html.a11y-senior .widget-ibaninput .form-label.inset-y-0,html.a11y-senior .widget-phoneinput .form-label.inset-y-0,html.a11y-senior .widget-postalcodeinput .form-label.inset-y-0,html.a11y-senior .widget-telinput .form-label.inset-y-0,html.a11y-senior .widget-textinput .form-label.inset-y-0{padding-left:.875rem}html.a11y-senior .widget-dateinput .form-label.inset-y-0 svg,html.a11y-senior .widget-daterangeinput .form-label.inset-y-0 svg,html.a11y-senior .widget-datetimeinput .form-label.inset-y-0 svg,html.a11y-senior .widget-emailinput .form-label.inset-y-0 svg,html.a11y-senior .widget-phoneinput .form-label.inset-y-0 svg,html.a11y-senior .widget-telinput .form-label.inset-y-0 svg,html.a11y-senior .widget-textinput .form-label.inset-y-0 svg{height:1.25rem;width:1.25rem}}.form-label{pointer-events:none;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.form-input:not(:-moz-placeholder-shown)~.form-label{font-size:.75rem;line-height:1rem;top:.25rem;--tw-text-opacity:1;color:rgb(60 191 175/var(--tw-text-opacity,1))}.form-input:focus~.form-label,.form-input:not(:placeholder-shown)~.form-label{font-size:.75rem;line-height:1rem;top:.25rem;--tw-text-opacity:1;color:rgb(60 191 175/var(--tw-text-opacity,1))}.card,.card-interactive{background-color:var(--color-surface);border-color:var(--color-border);border-radius:.75rem;border-width:1px;padding:1.5rem;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.card-interactive{cursor:pointer}.card-interactive:hover{--tw-translate-y:-0.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));--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);border-color:rgba(72,242,222,.5);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.card-glass{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:.75rem;box-shadow:var(--glass-shadow);padding:1.5rem}.card-neumorphic{background:var(--color-surface);border-radius:.75rem;box-shadow:20px 20px 60px rgba(0,0,0,.1),-20px -20px 60px hsla(0,0%,100%,.1);padding:1.5rem}.bento-grid{display:grid;gap:1rem}@media not print{html.a11y-senior .widget-table .divide-y>.bento-grid>div{font-size:1.05rem;padding-bottom:12px;padding-top:12px}html.a11y-dyslexia .widget-table .divide-y>.bento-grid>div{letter-spacing:var(--w-letter-spacing);line-height:var(--w-line-height)}}@media (min-width:768px){.bento-grid{gap:1.5rem}}.bento-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.bento-item{animation:fadeInUp .5s ease-out forwards;background-color:var(--color-surface);border-color:var(--color-border);border-radius:.75rem;border-width:1px;opacity:0;padding:1.5rem;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.bento-item:first-child{animation-delay:.1s}.bento-item:nth-child(2){animation-delay:.2s}.bento-item:nth-child(3){animation-delay:.3s}.bento-item:nth-child(4){animation-delay:.4s}.bento-item-large{grid-row:span 2}.bento-item-large,.bento-item-wide{grid-column:span 2}.bento-item-tall{grid-row:span 2}.nav-link{color:var(--color-text-muted);padding:.5rem 1rem;position:relative;transition-duration:.25s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media not print{html.a11y-reduced-motion .widget-table .nav-link{transition:none}}.nav-link:hover{color:var(--color-text)}.nav-link:after{content:""}.form-column.nav-link:after{width:100%}.nav-link:after{bottom:0;height:.125rem;left:0;position:absolute;width:100%}@media not print{html.a11y-senior .widget-creditcardinput .nav-link.inset-y-0:after,html.a11y-senior .widget-dateinput .nav-link.inset-y-0:after,html.a11y-senior .widget-daterangeinput .nav-link.inset-y-0:after,html.a11y-senior .widget-datetimeinput .nav-link.inset-y-0:after,html.a11y-senior .widget-emailinput .nav-link.inset-y-0:after,html.a11y-senior .widget-ibaninput .nav-link.inset-y-0:after,html.a11y-senior .widget-phoneinput .nav-link.inset-y-0:after,html.a11y-senior .widget-postalcodeinput .nav-link.inset-y-0:after,html.a11y-senior .widget-telinput .nav-link.inset-y-0:after,html.a11y-senior .widget-textinput .nav-link.inset-y-0:after{padding-left:.875rem}html.a11y-senior .widget-dateinput .nav-link.inset-y-0 svg:after,html.a11y-senior .widget-daterangeinput .nav-link.inset-y-0 svg:after,html.a11y-senior .widget-datetimeinput .nav-link.inset-y-0 svg:after,html.a11y-senior .widget-emailinput .nav-link.inset-y-0 svg:after,html.a11y-senior .widget-phoneinput .nav-link.inset-y-0 svg:after,html.a11y-senior .widget-telinput .nav-link.inset-y-0 svg:after,html.a11y-senior .widget-textinput .nav-link.inset-y-0 svg:after{height:1.25rem;width:1.25rem}}.nav-link:after{--tw-scale-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));--tw-bg-opacity:1;background-color:rgb(72 242 222/var(--tw-bg-opacity,1));transform-origin:left;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.nav-link.active:after,.nav-link:hover:after{--tw-scale-x: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))}.badge{align-items:center;border-radius:9999px;display:inline-flex;padding:.125rem .625rem}@media not print{.widget-telinput .flex.badge:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}html.a11y-senior .widget-telinput .flex.badge{align-items:stretch}html.a11y-senior .widget-creditcardinput .flex>span.badge,html.a11y-senior .widget-emailinput .flex>span.badge,html.a11y-senior .widget-ibaninput .flex>span.badge,html.a11y-senior .widget-postalcodeinput .flex>span.badge,html.a11y-senior .widget-textinput .flex>span.badge{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .flex>span.badge.rounded-s-lg,html.a11y-senior .widget-emailinput .flex>span.badge.rounded-s-lg,html.a11y-senior .widget-ibaninput .flex>span.badge.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .flex>span.badge.rounded-s-lg,html.a11y-senior .widget-textinput .flex>span.badge.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .flex>span.badge.rounded-e-lg,html.a11y-senior .widget-emailinput .flex>span.badge.rounded-e-lg,html.a11y-senior .widget-ibaninput .flex>span.badge.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .flex>span.badge.rounded-e-lg,html.a11y-senior .widget-textinput .flex>span.badge.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .flex>span.badge,html.a11y-senior[data-theme=dark] .widget-emailinput .flex>span.badge,html.a11y-senior[data-theme=dark] .widget-ibaninput .flex>span.badge,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .flex>span.badge,html.a11y-senior[data-theme=dark] .widget-textinput .flex>span.badge{border-color:#e2e8f0}}.badge{font-size:.75rem;font-weight:500;line-height:1rem}.badge-primary{--tw-bg-opacity:1;background-color:rgb(179 255 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(30 109 95/var(--tw-text-opacity,1))}[data-theme=dark] .badge-primary{background:rgba(30,58,138,.3);--tw-text-opacity:1;color:rgb(128 255 249/var(--tw-text-opacity,1))}.badge-success{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}[data-theme=dark] .badge-success{background:rgba(20,83,45,.3);--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity,1))}.badge-warning{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}[data-theme=dark] .badge-warning{background:rgba(113,63,18,.3);--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.badge-danger{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}[data-theme=dark] .badge-danger{background:rgba(127,29,29,.3);--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity,1))}.badge-pulse{position:relative}.badge-pulse:before{border-radius:9999px;content:"";inset:0;position:absolute}@media not print{html.a11y-senior .widget-creditcardinput .badge-pulse.inset-y-0:before,html.a11y-senior .widget-dateinput .badge-pulse.inset-y-0:before,html.a11y-senior .widget-daterangeinput .badge-pulse.inset-y-0:before,html.a11y-senior .widget-datetimeinput .badge-pulse.inset-y-0:before,html.a11y-senior .widget-emailinput .badge-pulse.inset-y-0:before,html.a11y-senior .widget-ibaninput .badge-pulse.inset-y-0:before,html.a11y-senior .widget-phoneinput .badge-pulse.inset-y-0:before,html.a11y-senior .widget-postalcodeinput .badge-pulse.inset-y-0:before,html.a11y-senior .widget-telinput .badge-pulse.inset-y-0:before,html.a11y-senior .widget-textinput .badge-pulse.inset-y-0:before{padding-left:.875rem}html.a11y-senior .widget-dateinput .badge-pulse.inset-y-0 svg:before,html.a11y-senior .widget-daterangeinput .badge-pulse.inset-y-0 svg:before,html.a11y-senior .widget-datetimeinput .badge-pulse.inset-y-0 svg:before,html.a11y-senior .widget-emailinput .badge-pulse.inset-y-0 svg:before,html.a11y-senior .widget-phoneinput .badge-pulse.inset-y-0 svg:before,html.a11y-senior .widget-telinput .badge-pulse.inset-y-0 svg:before,html.a11y-senior .widget-textinput .badge-pulse.inset-y-0 svg:before{height:1.25rem;width:1.25rem}}.badge-pulse:before{animation:pulse-ring 1.5s cubic-bezier(.4,0,.6,1) infinite}.toggle{align-items:center;border-radius:9999px;display:inline-flex;height:1.5rem;position:relative;width:2.75rem}@media not print{.widget-telinput .flex.toggle:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}html.a11y-senior .widget-telinput .flex.toggle{align-items:stretch}html.a11y-senior .widget-creditcardinput .flex>span.toggle,html.a11y-senior .widget-emailinput .flex>span.toggle,html.a11y-senior .widget-ibaninput .flex>span.toggle,html.a11y-senior .widget-postalcodeinput .flex>span.toggle,html.a11y-senior .widget-textinput .flex>span.toggle{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .flex>span.toggle.rounded-s-lg,html.a11y-senior .widget-emailinput .flex>span.toggle.rounded-s-lg,html.a11y-senior .widget-ibaninput .flex>span.toggle.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .flex>span.toggle.rounded-s-lg,html.a11y-senior .widget-textinput .flex>span.toggle.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .flex>span.toggle.rounded-e-lg,html.a11y-senior .widget-emailinput .flex>span.toggle.rounded-e-lg,html.a11y-senior .widget-ibaninput .flex>span.toggle.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .flex>span.toggle.rounded-e-lg,html.a11y-senior .widget-textinput .flex>span.toggle.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .flex>span.toggle,html.a11y-senior[data-theme=dark] .widget-emailinput .flex>span.toggle,html.a11y-senior[data-theme=dark] .widget-ibaninput .flex>span.toggle,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .flex>span.toggle,html.a11y-senior[data-theme=dark] .widget-textinput .flex>span.toggle{border-color:#e2e8f0}}.toggle{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1));transition-duration:.25s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media not print{html.a11y-reduced-motion .widget-table .toggle{transition:none}}.toggle:focus{outline:2px solid transparent;outline-offset:2px}.toggle: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);--tw-ring-opacity:1;--tw-ring-color:rgb(72 242 222/var(--tw-ring-opacity,1))}.toggle.active{--tw-bg-opacity:1;background-color:rgb(60 191 175/var(--tw-bg-opacity,1))}.toggle-thumb{border-radius:9999px;display:inline-block;height:1rem;width:1rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--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);transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);--tw-translate-x:0.25rem}.toggle-thumb,.toggle.active .toggle-thumb{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))}.toggle.active .toggle-thumb{--tw-translate-x:1.5rem}.form-column.progress{width:100%}.progress{border-radius:9999px;height:.5rem;overflow:hidden;position:relative;width:100%;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}[data-theme=dark] .progress{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.progress-bar{background-image:linear-gradient(to right,var(--tw-gradient-stops));height:100%;--tw-gradient-from:#48f2de var(--tw-gradient-from-position);--tw-gradient-to:rgba(72,242,222,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#3cbfaf var(--tw-gradient-to-position);overflow:hidden;position:relative;transition-duration:.5s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.progress-bar:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.tooltip{display:inline-block;position:relative}.tooltip-content{opacity:0;position:absolute;visibility:hidden;z-index:10}@media not print{html.a11y-senior .widget-creditcardinput .tooltip-content.inset-y-0,html.a11y-senior .widget-dateinput .tooltip-content.inset-y-0,html.a11y-senior .widget-daterangeinput .tooltip-content.inset-y-0,html.a11y-senior .widget-datetimeinput .tooltip-content.inset-y-0,html.a11y-senior .widget-emailinput .tooltip-content.inset-y-0,html.a11y-senior .widget-ibaninput .tooltip-content.inset-y-0,html.a11y-senior .widget-phoneinput .tooltip-content.inset-y-0,html.a11y-senior .widget-postalcodeinput .tooltip-content.inset-y-0,html.a11y-senior .widget-telinput .tooltip-content.inset-y-0,html.a11y-senior .widget-textinput .tooltip-content.inset-y-0{padding-left:.875rem}html.a11y-senior .widget-dateinput .tooltip-content.inset-y-0 svg,html.a11y-senior .widget-daterangeinput .tooltip-content.inset-y-0 svg,html.a11y-senior .widget-datetimeinput .tooltip-content.inset-y-0 svg,html.a11y-senior .widget-emailinput .tooltip-content.inset-y-0 svg,html.a11y-senior .widget-phoneinput .tooltip-content.inset-y-0 svg,html.a11y-senior .widget-telinput .tooltip-content.inset-y-0 svg,html.a11y-senior .widget-textinput .tooltip-content.inset-y-0 svg{height:1.25rem;width:1.25rem}}.tooltip-content{border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1));font-size:.75rem;line-height:1rem;padding:.25rem .5rem;--tw-text-opacity:1;bottom:125%;color:rgb(255 255 255/var(--tw-text-opacity,1));transform:translateX(-50%);transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);white-space:nowrap}.tooltip-content,.tooltip-content:after{left:50%}.tooltip-content:after{border:5px solid transparent;border-top-color:#111827;content:"";margin-left:-5px;position:absolute;top:100%}.tooltip:hover .tooltip-content{opacity:1;visibility:visible}.modal-backdrop{background-color:rgba(0,0,0,.5);inset:0;position:fixed;--tw-backdrop-blur:blur(4px);align-items:center;-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);display:flex;justify-content:center;padding:1rem}@media not print{.widget-creditcardinput .modal-backdrop:focus-within,.widget-emailinput .modal-backdrop:focus-within,.widget-ibaninput .modal-backdrop:focus-within,.widget-postalcodeinput .modal-backdrop:focus-within,.widget-telinput .modal-backdrop.items-center:focus-within,.widget-telinput .modal-backdrop:focus-within,.widget-textinput .modal-backdrop:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-telinput .flex.modal-backdrop:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-creditcardinput .modal-backdrop input:focus,.widget-emailinput .modal-backdrop input:focus,.widget-ibaninput .modal-backdrop input:focus,.widget-postalcodeinput .modal-backdrop input:focus,.widget-telinput .modal-backdrop input:focus,.widget-textinput .modal-backdrop input:focus{box-shadow:none;outline:none}html.a11y-senior .widget-telinput .flex.modal-backdrop,html.a11y-senior .widget-telinput .modal-backdrop.items-center{align-items:stretch}html.a11y-senior .widget-creditcardinput .modal-backdrop>span.inline-flex,html.a11y-senior .widget-emailinput .modal-backdrop>span.inline-flex,html.a11y-senior .widget-ibaninput .modal-backdrop>span.inline-flex,html.a11y-senior .widget-postalcodeinput .modal-backdrop>span.inline-flex,html.a11y-senior .widget-textinput .modal-backdrop>span.inline-flex{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .modal-backdrop>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-emailinput .modal-backdrop>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-ibaninput .modal-backdrop>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .modal-backdrop>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-textinput .modal-backdrop>span.inline-flex.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .modal-backdrop>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-emailinput .modal-backdrop>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-ibaninput .modal-backdrop>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .modal-backdrop>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-textinput .modal-backdrop>span.inline-flex.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .modal-backdrop>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-emailinput .modal-backdrop>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-ibaninput .modal-backdrop>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .modal-backdrop>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-textinput .modal-backdrop>span.inline-flex{border-color:#e2e8f0}html.a11y-senior .widget-creditcardinput .modal-backdrop input:focus,html.a11y-senior .widget-emailinput .modal-backdrop input:focus,html.a11y-senior .widget-ibaninput .modal-backdrop input:focus,html.a11y-senior .widget-postalcodeinput .modal-backdrop input:focus,html.a11y-senior .widget-textinput .modal-backdrop input:focus{border-color:#1e293b}html.a11y-senior[data-theme=dark] .widget-creditcardinput .modal-backdrop input:focus,html.a11y-senior[data-theme=dark] .widget-emailinput .modal-backdrop input:focus,html.a11y-senior[data-theme=dark] .widget-ibaninput .modal-backdrop input:focus,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .modal-backdrop input:focus,html.a11y-senior[data-theme=dark] .widget-textinput .modal-backdrop input:focus{border-color:#e2e8f0}}.modal-backdrop{z-index:50}.modal{background-color:var(--color-background);border-radius:1rem}.form-column.modal,.modal{width:100%}.modal{max-height:90vh;max-width:32rem;overflow:auto;--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);animation:modalSlideIn .3s ease-out;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.modal-glass{border-radius:1rem}.form-column.modal-glass,.modal-glass{width:100%}.modal-glass{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);max-height:90vh;max-width:32rem;overflow:auto}.dropdown{display:inline-block;position:relative}.dropdown-menu{margin-top:.5rem;min-width:200px;position:absolute;z-index:10}@media not print{html.a11y-senior .widget-creditcardinput .dropdown-menu.inset-y-0,html.a11y-senior .widget-dateinput .dropdown-menu.inset-y-0,html.a11y-senior .widget-daterangeinput .dropdown-menu.inset-y-0,html.a11y-senior .widget-datetimeinput .dropdown-menu.inset-y-0,html.a11y-senior .widget-emailinput .dropdown-menu.inset-y-0,html.a11y-senior .widget-ibaninput .dropdown-menu.inset-y-0,html.a11y-senior .widget-phoneinput .dropdown-menu.inset-y-0,html.a11y-senior .widget-postalcodeinput .dropdown-menu.inset-y-0,html.a11y-senior .widget-telinput .dropdown-menu.inset-y-0,html.a11y-senior .widget-textinput .dropdown-menu.inset-y-0{padding-left:.875rem}html.a11y-senior .widget-dateinput .dropdown-menu.inset-y-0 svg,html.a11y-senior .widget-daterangeinput .dropdown-menu.inset-y-0 svg,html.a11y-senior .widget-datetimeinput .dropdown-menu.inset-y-0 svg,html.a11y-senior .widget-emailinput .dropdown-menu.inset-y-0 svg,html.a11y-senior .widget-phoneinput .dropdown-menu.inset-y-0 svg,html.a11y-senior .widget-telinput .dropdown-menu.inset-y-0 svg,html.a11y-senior .widget-textinput .dropdown-menu.inset-y-0 svg{height:1.25rem;width:1.25rem}}.dropdown-menu{background-color:var(--color-background);border-radius:.5rem;--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);border-color:var(--color-border);border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);padding-bottom:.5rem;padding-top:.5rem;visibility:hidden;--tw-scale-x:.95;--tw-scale-y:.95;opacity: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));transform-origin:top;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dropdown.active .dropdown-menu{visibility:visible;--tw-scale-x:1;--tw-scale-y:1;opacity: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))}.dropdown-item{color:var(--color-text);display:block;font-size:.875rem;line-height:1.25rem;padding:.5rem 1rem}.dropdown-item:hover{background-color:var(--color-surface)}.dropdown-item{transition-duration:.25s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media not print{html.a11y-reduced-motion .widget-table .dropdown-item{transition:none}}.tabs{display:flex}.tabs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.tabs{border-bottom-width:1px;border-color:var(--color-border)}@media not print{.widget-creditcardinput .tabs:focus-within,.widget-emailinput .tabs:focus-within,.widget-ibaninput .tabs:focus-within,.widget-postalcodeinput .tabs:focus-within,.widget-telinput .tabs.items-center:focus-within,.widget-telinput .tabs:focus-within,.widget-textinput .tabs:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-creditcardinput .tabs input:focus,.widget-emailinput .tabs input:focus,.widget-ibaninput .tabs input:focus,.widget-postalcodeinput .tabs input:focus,.widget-telinput .tabs input:focus,.widget-textinput .tabs input:focus{box-shadow:none;outline:none}html.a11y-senior .widget-telinput .tabs.items-center{align-items:stretch}html.a11y-senior .widget-creditcardinput .tabs>span.inline-flex,html.a11y-senior .widget-emailinput .tabs>span.inline-flex,html.a11y-senior .widget-ibaninput .tabs>span.inline-flex,html.a11y-senior .widget-postalcodeinput .tabs>span.inline-flex,html.a11y-senior .widget-textinput .tabs>span.inline-flex{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .tabs>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-emailinput .tabs>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-ibaninput .tabs>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .tabs>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-textinput .tabs>span.inline-flex.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .tabs>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-emailinput .tabs>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-ibaninput .tabs>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .tabs>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-textinput .tabs>span.inline-flex.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .tabs>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-emailinput .tabs>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-ibaninput .tabs>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .tabs>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-textinput .tabs>span.inline-flex{border-color:#e2e8f0}html.a11y-senior .widget-creditcardinput .tabs input:focus,html.a11y-senior .widget-emailinput .tabs input:focus,html.a11y-senior .widget-ibaninput .tabs input:focus,html.a11y-senior .widget-postalcodeinput .tabs input:focus,html.a11y-senior .widget-textinput .tabs input:focus{border-color:#1e293b}html.a11y-senior[data-theme=dark] .widget-creditcardinput .tabs input:focus,html.a11y-senior[data-theme=dark] .widget-emailinput .tabs input:focus,html.a11y-senior[data-theme=dark] .widget-ibaninput .tabs input:focus,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .tabs input:focus,html.a11y-senior[data-theme=dark] .widget-textinput .tabs input:focus{border-color:#e2e8f0}html.a11y-senior .widget-table .bg-gray-50.tabs>div{font-size:1.1rem;padding-bottom:12px;padding-top:12px}}.tab{color:var(--color-text-muted);font-size:.875rem;font-weight:500;line-height:1.25rem;padding:.5rem 1rem}.tab:hover{color:var(--color-text)}.tab{border-bottom-width:2px;border-color:transparent;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tab.active{--tw-border-opacity:1;border-color:rgb(60 191 175/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(60 191 175/var(--tw-text-opacity,1))}.toast{align-items:center;border-radius:.5rem;display:flex;padding:1rem;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--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)}@media not print{.widget-creditcardinput .toast:focus-within,.widget-emailinput .toast:focus-within,.widget-ibaninput .toast:focus-within,.widget-postalcodeinput .toast:focus-within,.widget-telinput .toast.items-center:focus-within,.widget-telinput .toast:focus-within,.widget-textinput .toast:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-telinput .flex.toast:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-creditcardinput .toast input:focus,.widget-emailinput .toast input:focus,.widget-ibaninput .toast input:focus,.widget-postalcodeinput .toast input:focus,.widget-telinput .toast input:focus,.widget-textinput .toast input:focus{box-shadow:none;outline:none}html.a11y-senior .widget-telinput .flex.toast,html.a11y-senior .widget-telinput .toast.items-center{align-items:stretch}html.a11y-senior .widget-creditcardinput .toast>span.inline-flex,html.a11y-senior .widget-emailinput .toast>span.inline-flex,html.a11y-senior .widget-ibaninput .toast>span.inline-flex,html.a11y-senior .widget-postalcodeinput .toast>span.inline-flex,html.a11y-senior .widget-textinput .toast>span.inline-flex{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .toast>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-emailinput .toast>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-ibaninput .toast>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .toast>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-textinput .toast>span.inline-flex.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .toast>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-emailinput .toast>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-ibaninput .toast>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .toast>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-textinput .toast>span.inline-flex.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .toast>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-emailinput .toast>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-ibaninput .toast>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .toast>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-textinput .toast>span.inline-flex{border-color:#e2e8f0}html.a11y-senior .widget-creditcardinput .toast input:focus,html.a11y-senior .widget-emailinput .toast input:focus,html.a11y-senior .widget-ibaninput .toast input:focus,html.a11y-senior .widget-postalcodeinput .toast input:focus,html.a11y-senior .widget-textinput .toast input:focus{border-color:#1e293b}html.a11y-senior[data-theme=dark] .widget-creditcardinput .toast input:focus,html.a11y-senior[data-theme=dark] .widget-emailinput .toast input:focus,html.a11y-senior[data-theme=dark] .widget-ibaninput .toast input:focus,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .toast input:focus,html.a11y-senior[data-theme=dark] .widget-textinput .toast input:focus{border-color:#e2e8f0}}.toast{animation:slideInRight .3s ease-out;background-color:var(--color-surface);border-color:var(--color-border);border-width:1px}.toast-success{border-left-width:4px;--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.toast-error{border-left-width:4px;--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.toast-warning{border-left-width:4px;--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.toast-info{border-left-width:4px;--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.avatar{align-items:center;display:inline-flex;justify-content:center;position:relative}@media not print{.widget-telinput .flex.avatar:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}html.a11y-senior .widget-telinput .flex.avatar{align-items:stretch}html.a11y-senior .widget-creditcardinput .flex>span.avatar,html.a11y-senior .widget-emailinput .flex>span.avatar,html.a11y-senior .widget-ibaninput .flex>span.avatar,html.a11y-senior .widget-postalcodeinput .flex>span.avatar,html.a11y-senior .widget-textinput .flex>span.avatar{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .flex>span.avatar.rounded-s-lg,html.a11y-senior .widget-emailinput .flex>span.avatar.rounded-s-lg,html.a11y-senior .widget-ibaninput .flex>span.avatar.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .flex>span.avatar.rounded-s-lg,html.a11y-senior .widget-textinput .flex>span.avatar.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .flex>span.avatar.rounded-e-lg,html.a11y-senior .widget-emailinput .flex>span.avatar.rounded-e-lg,html.a11y-senior .widget-ibaninput .flex>span.avatar.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .flex>span.avatar.rounded-e-lg,html.a11y-senior .widget-textinput .flex>span.avatar.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .flex>span.avatar,html.a11y-senior[data-theme=dark] .widget-emailinput .flex>span.avatar,html.a11y-senior[data-theme=dark] .widget-ibaninput .flex>span.avatar,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .flex>span.avatar,html.a11y-senior[data-theme=dark] .widget-textinput .flex>span.avatar{border-color:#e2e8f0}}.avatar{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from:#26fff4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(38,255,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#3cbfaf var(--tw-gradient-to-position);border-radius:9999px;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,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(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:var(--color-background)}.avatar-xs{font-size:.75rem;height:1.5rem;line-height:1rem;width:1.5rem}.avatar-sm{font-size:.875rem;height:2rem;line-height:1.25rem;width:2rem}.avatar-md{font-size:1rem;height:2.5rem;line-height:1.5rem;width:2.5rem}.avatar-lg{font-size:1.125rem;height:3rem;line-height:1.75rem;width:3rem}.avatar-xl{font-size:1.25rem;height:4rem;line-height:1.75rem;width:4rem}.avatar-status{bottom:0;display:block;position:absolute;right:0}@media not print{html.a11y-senior .widget-creditcardinput .avatar-status.inset-y-0,html.a11y-senior .widget-dateinput .avatar-status.inset-y-0,html.a11y-senior .widget-daterangeinput .avatar-status.inset-y-0,html.a11y-senior .widget-datetimeinput .avatar-status.inset-y-0,html.a11y-senior .widget-emailinput .avatar-status.inset-y-0,html.a11y-senior .widget-ibaninput .avatar-status.inset-y-0,html.a11y-senior .widget-phoneinput .avatar-status.inset-y-0,html.a11y-senior .widget-postalcodeinput .avatar-status.inset-y-0,html.a11y-senior .widget-telinput .avatar-status.inset-y-0,html.a11y-senior .widget-textinput .avatar-status.inset-y-0{padding-left:.875rem}html.a11y-senior .widget-dateinput .avatar-status.inset-y-0 svg,html.a11y-senior .widget-daterangeinput .avatar-status.inset-y-0 svg,html.a11y-senior .widget-datetimeinput .avatar-status.inset-y-0 svg,html.a11y-senior .widget-emailinput .avatar-status.inset-y-0 svg,html.a11y-senior .widget-phoneinput .avatar-status.inset-y-0 svg,html.a11y-senior .widget-telinput .avatar-status.inset-y-0 svg,html.a11y-senior .widget-textinput .avatar-status.inset-y-0 svg{height:1.25rem;width:1.25rem}}.avatar-status{border-radius:9999px;height:.75rem;width:.75rem;--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:var(--color-background)}.avatar-status-online{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.avatar-status-offline{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.avatar-status-busy{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.avatar-status-away{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.nav-item{align-items:center;border-radius:.5rem;display:flex;font-size:.875rem;font-weight:500;line-height:1.25rem;padding:.625rem .75rem;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media not print{.widget-creditcardinput .nav-item:focus-within,.widget-emailinput .nav-item:focus-within,.widget-ibaninput .nav-item:focus-within,.widget-postalcodeinput .nav-item:focus-within,.widget-telinput .nav-item.items-center:focus-within,.widget-telinput .nav-item:focus-within,.widget-textinput .nav-item:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-telinput .flex.nav-item:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-creditcardinput .nav-item input:focus,.widget-emailinput .nav-item input:focus,.widget-ibaninput .nav-item input:focus,.widget-postalcodeinput .nav-item input:focus,.widget-telinput .nav-item input:focus,.widget-textinput .nav-item input:focus{box-shadow:none;outline:none}html.a11y-senior .widget-telinput .flex.nav-item,html.a11y-senior .widget-telinput .nav-item.items-center{align-items:stretch}html.a11y-senior .widget-creditcardinput .nav-item>span.inline-flex,html.a11y-senior .widget-emailinput .nav-item>span.inline-flex,html.a11y-senior .widget-ibaninput .nav-item>span.inline-flex,html.a11y-senior .widget-postalcodeinput .nav-item>span.inline-flex,html.a11y-senior .widget-textinput .nav-item>span.inline-flex{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .nav-item>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-emailinput .nav-item>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-ibaninput .nav-item>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .nav-item>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-textinput .nav-item>span.inline-flex.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .nav-item>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-emailinput .nav-item>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-ibaninput .nav-item>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .nav-item>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-textinput .nav-item>span.inline-flex.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .nav-item>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-emailinput .nav-item>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-ibaninput .nav-item>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .nav-item>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-textinput .nav-item>span.inline-flex{border-color:#e2e8f0}html.a11y-senior .widget-creditcardinput .nav-item input:focus,html.a11y-senior .widget-emailinput .nav-item input:focus,html.a11y-senior .widget-ibaninput .nav-item input:focus,html.a11y-senior .widget-postalcodeinput .nav-item input:focus,html.a11y-senior .widget-textinput .nav-item input:focus{border-color:#1e293b}html.a11y-senior[data-theme=dark] .widget-creditcardinput .nav-item input:focus,html.a11y-senior[data-theme=dark] .widget-emailinput .nav-item input:focus,html.a11y-senior[data-theme=dark] .widget-ibaninput .nav-item input:focus,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .nav-item input:focus,html.a11y-senior[data-theme=dark] .widget-textinput .nav-item input:focus{border-color:#e2e8f0}}.nav-item{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.nav-item:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.nav-item:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.nav-item:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.nav-item:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.nav-item:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.nav-item.active{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#e6fffe var(--tw-gradient-from-position);--tw-gradient-to:rgba(230,255,254,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#e6f4ff var(--tw-gradient-to-position)}.nav-item.active:is([data-theme=dark] *){--tw-gradient-from:rgba(15,68,58,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(15,68,58,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:rgba(8,22,64,.2) var(--tw-gradient-to-position)}.nav-item.active{border-left-width:4px;--tw-border-opacity:1;border-color:rgb(72 242 222/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(45 150 132/var(--tw-text-opacity,1))}.nav-item.active:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(77 255 247/var(--tw-text-opacity,1))}.nav-item.active{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--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)}.nav-item .nav-icon{flex-shrink:0;margin-right:.75rem}.nav-item.active .nav-icon{--tw-text-opacity:1;color:rgb(60 191 175/var(--tw-text-opacity,1))}.nav-item.active .nav-icon:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(38 255 244/var(--tw-text-opacity,1))}@keyframes progress-bar{0%{width:100%}to{width:0}}.animate-progress-bar{animation:progress-bar 5s linear}@keyframes slide-in-right{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.animate-slide-in-right{animation:slide-in-right .3s ease-out}.form-row{display:flex;flex-wrap:wrap;margin-bottom:1rem;margin-left:-.5rem;margin-right:-.5rem}@media not print{.widget-creditcardinput .form-row:focus-within,.widget-emailinput .form-row:focus-within,.widget-ibaninput .form-row:focus-within,.widget-postalcodeinput .form-row:focus-within,.widget-telinput .form-row.items-center:focus-within,.widget-telinput .form-row:focus-within,.widget-textinput .form-row:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-creditcardinput .form-row input:focus,.widget-emailinput .form-row input:focus,.widget-ibaninput .form-row input:focus,.widget-postalcodeinput .form-row input:focus,.widget-telinput .form-row input:focus,.widget-textinput .form-row input:focus{box-shadow:none;outline:none}html.a11y-senior .widget-telinput .form-row.items-center{align-items:stretch}html.a11y-senior .widget-creditcardinput .form-row>span.inline-flex,html.a11y-senior .widget-emailinput .form-row>span.inline-flex,html.a11y-senior .widget-ibaninput .form-row>span.inline-flex,html.a11y-senior .widget-postalcodeinput .form-row>span.inline-flex,html.a11y-senior .widget-textinput .form-row>span.inline-flex{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .form-row>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-emailinput .form-row>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-ibaninput .form-row>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .form-row>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-textinput .form-row>span.inline-flex.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .form-row>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-emailinput .form-row>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-ibaninput .form-row>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .form-row>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-textinput .form-row>span.inline-flex.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .form-row>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-emailinput .form-row>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-ibaninput .form-row>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .form-row>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-textinput .form-row>span.inline-flex{border-color:#e2e8f0}html.a11y-senior .widget-creditcardinput .form-row input:focus,html.a11y-senior .widget-emailinput .form-row input:focus,html.a11y-senior .widget-ibaninput .form-row input:focus,html.a11y-senior .widget-postalcodeinput .form-row input:focus,html.a11y-senior .widget-textinput .form-row input:focus{border-color:#1e293b}html.a11y-senior[data-theme=dark] .widget-creditcardinput .form-row input:focus,html.a11y-senior[data-theme=dark] .widget-emailinput .form-row input:focus,html.a11y-senior[data-theme=dark] .widget-ibaninput .form-row input:focus,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .form-row input:focus,html.a11y-senior[data-theme=dark] .widget-textinput .form-row input:focus{border-color:#e2e8f0}}.form-column{padding-left:.5rem;padding-right:.5rem;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.form-column.w-full{width:100%}.form-column.w-3\/4{width:75%}.form-column.w-2\/3{width:66.666667%}.form-column.w-1\/2{width:50%}.form-column.w-1\/3{width:33.333333%}.form-column.w-1\/4{width:25%}.form-column.w-1\/6{width:16.666667%}.form-column.flex-1{flex:1 1 0%}.field-wrapper{border-radius:.5rem;border-width:2px;position:relative;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.field-wrapper:hover{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.field-wrapper{cursor:move}[data-theme=dark] .field-wrapper{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.field-wrapper.selected,[data-theme=dark] .field-wrapper:hover{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.field-wrapper.selected{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.field-wrapper.\!selected,.field-wrapper.selected{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.field-wrapper.\!selected{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1));--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.field-wrapper.drop-left{border-left-width:4px;--tw-border-opacity:1;border-left-color:rgb(34 197 94/var(--tw-border-opacity,1))}.field-wrapper.drop-right{border-right-width:4px;--tw-border-opacity:1;border-right-color:rgb(34 197 94/var(--tw-border-opacity,1))}.form-field-wrapper{position:relative}.field-actions{display:flex;gap:.25rem;opacity:0;position:absolute;right:-.5rem;top:-.5rem;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:10}@media not print{.widget-creditcardinput .field-actions:focus-within,.widget-emailinput .field-actions:focus-within,.widget-ibaninput .field-actions:focus-within,.widget-postalcodeinput .field-actions:focus-within,.widget-telinput .field-actions.items-center:focus-within,.widget-telinput .field-actions:focus-within,.widget-textinput .field-actions:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-creditcardinput .field-actions input:focus,.widget-emailinput .field-actions input:focus,.widget-ibaninput .field-actions input:focus,.widget-postalcodeinput .field-actions input:focus,.widget-telinput .field-actions input:focus,.widget-textinput .field-actions input:focus{box-shadow:none;outline:none}html.a11y-senior .widget-creditcardinput .field-actions.inset-y-0,html.a11y-senior .widget-dateinput .field-actions.inset-y-0,html.a11y-senior .widget-daterangeinput .field-actions.inset-y-0,html.a11y-senior .widget-datetimeinput .field-actions.inset-y-0,html.a11y-senior .widget-emailinput .field-actions.inset-y-0,html.a11y-senior .widget-ibaninput .field-actions.inset-y-0,html.a11y-senior .widget-phoneinput .field-actions.inset-y-0,html.a11y-senior .widget-postalcodeinput .field-actions.inset-y-0,html.a11y-senior .widget-telinput .field-actions.inset-y-0,html.a11y-senior .widget-textinput .field-actions.inset-y-0{padding-left:.875rem}html.a11y-senior .widget-dateinput .field-actions.inset-y-0 svg,html.a11y-senior .widget-daterangeinput .field-actions.inset-y-0 svg,html.a11y-senior .widget-datetimeinput .field-actions.inset-y-0 svg,html.a11y-senior .widget-emailinput .field-actions.inset-y-0 svg,html.a11y-senior .widget-phoneinput .field-actions.inset-y-0 svg,html.a11y-senior .widget-telinput .field-actions.inset-y-0 svg,html.a11y-senior .widget-textinput .field-actions.inset-y-0 svg{height:1.25rem;width:1.25rem}html.a11y-senior .widget-telinput .field-actions.items-center{align-items:stretch}html.a11y-senior .widget-creditcardinput .field-actions>span.inline-flex,html.a11y-senior .widget-emailinput .field-actions>span.inline-flex,html.a11y-senior .widget-ibaninput .field-actions>span.inline-flex,html.a11y-senior .widget-postalcodeinput .field-actions>span.inline-flex,html.a11y-senior .widget-textinput .field-actions>span.inline-flex{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .field-actions>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-emailinput .field-actions>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-ibaninput .field-actions>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .field-actions>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-textinput .field-actions>span.inline-flex.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .field-actions>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-emailinput .field-actions>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-ibaninput .field-actions>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .field-actions>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-textinput .field-actions>span.inline-flex.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .field-actions>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-emailinput .field-actions>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-ibaninput .field-actions>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .field-actions>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-textinput .field-actions>span.inline-flex{border-color:#e2e8f0}html.a11y-senior .widget-creditcardinput .field-actions input:focus,html.a11y-senior .widget-emailinput .field-actions input:focus,html.a11y-senior .widget-ibaninput .field-actions input:focus,html.a11y-senior .widget-postalcodeinput .field-actions input:focus,html.a11y-senior .widget-textinput .field-actions input:focus{border-color:#1e293b}html.a11y-senior[data-theme=dark] .widget-creditcardinput .field-actions input:focus,html.a11y-senior[data-theme=dark] .widget-emailinput .field-actions input:focus,html.a11y-senior[data-theme=dark] .widget-ibaninput .field-actions input:focus,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .field-actions input:focus,html.a11y-senior[data-theme=dark] .widget-textinput .field-actions input:focus{border-color:#e2e8f0}}.field-wrapper:hover>.field-actions{opacity:1}.widget-container>.widget-actions{opacity:0}.widget-container:hover>.widget-actions{opacity:1}.field-action-btn{align-items:center;border-radius:.375rem;border-width:1px;display:flex;height:2rem;justify-content:center;width:2rem;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}@media not print{.widget-creditcardinput .field-action-btn:focus-within,.widget-emailinput .field-action-btn:focus-within,.widget-ibaninput .field-action-btn:focus-within,.widget-postalcodeinput .field-action-btn:focus-within,.widget-telinput .field-action-btn.items-center:focus-within,.widget-telinput .field-action-btn:focus-within,.widget-textinput .field-action-btn:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-telinput .flex.field-action-btn:focus-within{border-radius:.5rem;outline:3px solid #3b82f6;outline-offset:2px}.widget-creditcardinput .field-action-btn input:focus,.widget-emailinput .field-action-btn input:focus,.widget-ibaninput .field-action-btn input:focus,.widget-postalcodeinput .field-action-btn input:focus,.widget-telinput .field-action-btn input:focus,.widget-textinput .field-action-btn input:focus{box-shadow:none;outline:none}html.a11y-senior .widget-telinput .field-action-btn.items-center,html.a11y-senior .widget-telinput .flex.field-action-btn{align-items:stretch}html.a11y-senior .widget-creditcardinput .field-action-btn>span.inline-flex,html.a11y-senior .widget-emailinput .field-action-btn>span.inline-flex,html.a11y-senior .widget-ibaninput .field-action-btn>span.inline-flex,html.a11y-senior .widget-postalcodeinput .field-action-btn>span.inline-flex,html.a11y-senior .widget-textinput .field-action-btn>span.inline-flex{border-block-width:2px;border-color:#1e293b}html.a11y-senior .widget-creditcardinput .field-action-btn>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-emailinput .field-action-btn>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-ibaninput .field-action-btn>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-postalcodeinput .field-action-btn>span.inline-flex.rounded-s-lg,html.a11y-senior .widget-textinput .field-action-btn>span.inline-flex.rounded-s-lg{border-inline-end-width:0;border-inline-start-width:2px}html.a11y-senior .widget-creditcardinput .field-action-btn>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-emailinput .field-action-btn>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-ibaninput .field-action-btn>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-postalcodeinput .field-action-btn>span.inline-flex.rounded-e-lg,html.a11y-senior .widget-textinput .field-action-btn>span.inline-flex.rounded-e-lg{border-inline-end-width:2px;border-inline-start-width:0}html.a11y-senior[data-theme=dark] .widget-creditcardinput .field-action-btn>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-emailinput .field-action-btn>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-ibaninput .field-action-btn>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .field-action-btn>span.inline-flex,html.a11y-senior[data-theme=dark] .widget-textinput .field-action-btn>span.inline-flex{border-color:#e2e8f0}html.a11y-senior .widget-creditcardinput .field-action-btn input:focus,html.a11y-senior .widget-emailinput .field-action-btn input:focus,html.a11y-senior .widget-ibaninput .field-action-btn input:focus,html.a11y-senior .widget-postalcodeinput .field-action-btn input:focus,html.a11y-senior .widget-textinput .field-action-btn input:focus{border-color:#1e293b}html.a11y-senior[data-theme=dark] .widget-creditcardinput .field-action-btn input:focus,html.a11y-senior[data-theme=dark] .widget-emailinput .field-action-btn input:focus,html.a11y-senior[data-theme=dark] .widget-ibaninput .field-action-btn input:focus,html.a11y-senior[data-theme=dark] .widget-postalcodeinput .field-action-btn input:focus,html.a11y-senior[data-theme=dark] .widget-textinput .field-action-btn input:focus{border-color:#e2e8f0}}.field-action-btn{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.field-action-btn:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.field-action-btn{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.field-action-btn,.field-action-btn:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.field-action-btn:hover{--tw-shadow:0 4px 6px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px var(--tw-shadow-color)}[data-theme=dark] .field-action-btn{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}[data-theme=dark] .field-action-btn:hover{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.field-action-btn.delete:hover{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}[data-theme=dark] .field-action-btn.delete:hover{--tw-border-opacity:1;background-color:rgba(127,29,29,.2);border-color:rgb(239 68 68/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dragging-active{border-radius:.5rem;border-style:dashed;border-width:2px;min-height:100px;--tw-border-opacity:1;background-color:rgba(239,246,255,.5);border-color:rgb(96 165 250/var(--tw-border-opacity,1))}[data-theme=dark] .dragging-active{--tw-border-opacity:1;background-color:rgba(30,58,138,.2);border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}.form-preview-scale{transform:scale(.6) perspective(1000px) rotateX(5deg);transform-origin:top center;will-change:transform}.group:hover .form-preview-scale{transform:scale(.65) perspective(1000px) rotateX(0deg)}[data-qr-size]{min-height:attr(data-qr-size px);width:attr(data-qr-size px)}[data-qr-size="64"]{min-height:64px;width:64px}[data-qr-size="128"]{min-height:128px;width:128px}[data-qr-size="192"]{min-height:192px;width:192px}[data-qr-size="256"]{min-height:256px;width:256px}[data-qr-size="320"]{min-height:320px;width:320px}[data-qr-size="384"]{min-height:384px;width:384px}[data-qr-size="512"]{min-height:512px;width:512px}.qr-label[data-label-size]{color:var(--label-color,#64748b);font-size:attr(data-label-size px)}.qr-label[data-label-size="12"]{font-size:12px}.qr-label[data-label-size="14"]{font-size:14px}.qr-label[data-label-size="16"]{font-size:16px}.qr-label[data-label-size="18"]{font-size:18px}.qr-label[data-label-size="20"]{font-size:20px}.qr-label[data-label-size="24"]{font-size:24px}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.not-sr-only{height:auto;margin:0;overflow:visible;padding:0;position:static;width:auto;clip:auto;white-space:normal}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.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-4{inset:-1rem}.-inset-px{inset:-1px}.inset-0{inset:0}.inset-4{inset:1rem}.inset-x-0{left:0;right:0}.inset-x-4{left:1rem;right:1rem}.inset-y-0{bottom:0;top:0}.-bottom-1{bottom:-.25rem}.-bottom-40{bottom:-10rem}.-left-1{left:-.25rem}.-left-1\.5{left:-.375rem}.-left-1\/2{left:-50%}.-left-40{left:-10rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-2{right:-.5rem}.-right-40{right:-10rem}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.-top-1\/2{top:-50%}.-top-2{top:-.5rem}.-top-40{top:-10rem}.-top-5{top:-1.25rem}.-top-6{top:-1.5rem}.-top-8{top:-2rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.end-0{inset-inline-end:0}.end-1{inset-inline-end:.25rem}.end-2\.5{inset-inline-end:.625rem}.end-3{inset-inline-end:.75rem}.end-7{inset-inline-end:1.75rem}.end-9{inset-inline-end:2.25rem}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-full{left:100%}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.start-0{inset-inline-start:0}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-20{top:5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-full{top:100%}.isolate{isolation:isolate}.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-\[100\]{z-index:100}.z-\[200\]{z-index:200}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}.z-auto{z-index:auto}.-order-1{order:-1}.-order-10{order:-10}.-order-2{order:-2}.-order-3{order:-3}.-order-4{order:-4}.-order-5{order:-5}.-order-6{order:-6}.-order-7{order:-7}.-order-8{order:-8}.-order-9{order:-9}.order-1{order:1}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.col-auto{grid-column:auto}.col-span-1{grid-column:span 1/span 1}.col-span-10{grid-column:span 10/span 10}.col-span-11{grid-column:span 11/span 11}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.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}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-full{grid-column:1/-1}.col-start-1{grid-column-start:1}.col-start-10{grid-column-start:10}.col-start-11{grid-column-start:11}.col-start-12{grid-column-start:12}.col-start-13{grid-column-start:13}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.col-start-9{grid-column-start:9}.col-start-auto{grid-column-start:auto}.col-end-1{grid-column-end:1}.col-end-10{grid-column-end:10}.col-end-11{grid-column-end:11}.col-end-12{grid-column-end:12}.col-end-13{grid-column-end:13}.col-end-2{grid-column-end:2}.col-end-3{grid-column-end:3}.col-end-4{grid-column-end:4}.col-end-5{grid-column-end:5}.col-end-6{grid-column-end:6}.col-end-7{grid-column-end:7}.col-end-8{grid-column-end:8}.col-end-9{grid-column-end:9}.col-end-auto{grid-column-end:auto}.row-auto{grid-row:auto}.row-span-1{grid-row:span 1/span 1}.row-span-2{grid-row:span 2/span 2}.row-span-3{grid-row:span 3/span 3}.row-span-4{grid-row:span 4/span 4}.row-span-5{grid-row:span 5/span 5}.row-span-6{grid-row:span 6/span 6}.row-span-full{grid-row:1/-1}.row-start-1{grid-row-start:1}.row-start-2{grid-row-start:2}.row-start-3{grid-row-start:3}.row-start-4{grid-row-start:4}.row-start-5{grid-row-start:5}.row-start-6{grid-row-start:6}.row-start-7{grid-row-start:7}.row-start-auto{grid-row-start:auto}.row-end-1{grid-row-end:1}.row-end-2{grid-row-end:2}.row-end-3{grid-row-end:3}.row-end-4{grid-row-end:4}.row-end-5{grid-row-end:5}.row-end-6{grid-row-end:6}.row-end-7{grid-row-end:7}.row-end-auto{grid-row-end:auto}.float-right{float:right}.m-0{margin:0}.m-1{margin:.25rem}.m-10{margin:2.5rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-7{margin:1.75rem}.m-8{margin:2rem}.m-9{margin:2.25rem}.m-auto{margin:auto}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-my-1\.5{margin-bottom:-.375rem;margin-top:-.375rem}.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-10{margin-left:2.5rem;margin-right:2.5rem}.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-7{margin-left:1.75rem;margin-right:1.75rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-5{margin-bottom:1.25rem;margin-top:1.25rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-7{margin-bottom:1.75rem;margin-top:1.75rem}.my-8{margin-bottom:2rem;margin-top:2rem}.my-9{margin-bottom:2.25rem;margin-top:2.25rem}.my-auto{margin-bottom:auto;margin-top:auto}.-mb-4{margin-bottom:-1rem}.-mb-8{margin-bottom:-2rem}.-ml-0\.5{margin-left:-.125rem}.-ml-1{margin-left:-.25rem}.-ml-4{margin-left:-1rem}.-ml-px{margin-left:-1px}.-mr-1\.5{margin-right:-.375rem}.-mr-4{margin-right:-1rem}.-mt-0\.5{margin-top:-.125rem}.-mt-4{margin-top:-1rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.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-9{margin-bottom:2.25rem}.mb-auto{margin-bottom:auto}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-10{margin-left:2.5rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-64{margin-left:16rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-9{margin-left:2.25rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-7{margin-right:1.75rem}.mr-8{margin-right:2rem}.mr-9{margin-right:2.25rem}.mr-auto{margin-right:auto}.ms-2{margin-inline-start:.5rem}.ms-2\.5{margin-inline-start:.625rem}.ms-3{margin-inline-start:.75rem}.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-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.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-\[-1\.25rem\]{margin-top:-1.25rem}.mt-\[2px\]{margin-top:2px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.flow-root{display:flow-root}.grid{display:grid}.inline-grid{display:inline-grid}.contents{display:contents}.list-item{display:list-item}.\!hidden{display:none!important}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.size-4{height:1rem;width:1rem}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-1\/3{height:33.333333%}.h-1\/4{height:25%}.h-1\/5{height:20%}.h-1\/6{height:16.666667%}.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-2\/3{height:66.666667%}.h-2\/5{height:40%}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-3\/4{height:75%}.h-3\/5{height:60%}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-4\/5{height:80%}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-5\/6{height:83.333333%}.h-52{height:13rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.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-\[200\%\]{height:200%}.h-\[50px\]{height:50px}.h-\[600px\]{height:600px}.h-\[calc\(100\%-1rem\)\]{height:calc(100% - 1rem)}.h-\[calc\(100vh-150px\)\]{height:calc(100vh - 150px)}.h-\[calc\(100vh-4rem\)\]{height:calc(100vh - 4rem)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-min{height:-moz-min-content;height:min-content}.h-px{height:1px}.h-screen{height:100vh}.max-h-24{max-height:6rem}.max-h-48{max-height:12rem}.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-\[\'\.\$props\[\'maxHeight\'\]\.\'\]{max-height:".$props["maxHeight"]."}.max-h-\[200px\]{max-height:200px}.max-h-\[32rem\]{max-height:32rem}.max-h-\[350px\]{max-height:350px}.max-h-\[400px\]{max-height:400px}.max-h-\[48rem\]{max-height:48rem}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-full{max-height:100%}.min-h-0{min-height:0}.min-h-10{min-height:2.5rem}.min-h-16{min-height:4rem}.min-h-6{min-height:1.5rem}.min-h-8{min-height:2rem}.min-h-80{min-height:20rem}.min-h-\[\'\.\$props\[\'minHeight\'\]\.\'\]{min-height:".$props["minHeight"]."}.min-h-\[100px\]{min-height:100px}.min-h-\[150px\]{min-height:150px}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[200px\]{min-height:200px}.min-h-\[28px\]{min-height:28px}.min-h-\[2rem\]{min-height:2rem}.min-h-\[3\.5rem\]{min-height:3.5rem}.min-h-\[3rem\]{min-height:3rem}.min-h-\[400px\]{min-height:400px}.min-h-\[44px\]{min-height:44px}.min-h-\[50vh\]{min-height:50vh}.min-h-\[600px\]{min-height:600px}.min-h-\[60px\]{min-height:60px}.min-h-\[80px\]{min-height:80px}.min-h-dvh{min-height:100dvh}.min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.min-h-full{min-height:100%}.min-h-max{min-height:-moz-max-content;min-height:max-content}.min-h-min{min-height:-moz-min-content;min-height:min-content}.min-h-screen{min-height:100vh}.w-0{width:0}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-1\/6{width:16.666667%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.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.333333%}.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-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[200\%\]{width:200%}.w-\[600px\]{width:600px}.w-\[90vw\]{width:90vw}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-\[\'\.\$props\[\'minWidth\'\]\.\'\]{min-width:".$props["minWidth"]."}.min-w-\[200px\]{min-width:200px}.min-w-\[20px\]{min-width:20px}.min-w-\[2rem\]{min-width:2rem}.min-w-\[350px\]{min-width:350px}.min-w-\[3rem\]{min-width:3rem}.min-w-\[44px\]{min-width:44px}.min-w-\[5\.5rem\]{min-width:5.5rem}.min-w-full{min-width:100%}.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-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[\'\.\$props\[\'maxWidth\'\]\.\'\]{max-width:".$props["maxWidth"]."}.max-w-\[100px\]{max-width:100px}.max-w-\[16rem\]{max-width:16rem}.max-w-\[200px\]{max-width:200px}.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-prose{max-width:65ch}.max-w-screen-2xl{max-width:1536px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-0{flex-basis:0px}.basis-1{flex-basis:0.25rem}.basis-1\/12{flex-basis:8.333333%}.basis-1\/2{flex-basis:50%}.basis-1\/3{flex-basis:33.333333%}.basis-1\/4{flex-basis:25%}.basis-1\/5{flex-basis:20%}.basis-1\/6{flex-basis:16.666667%}.basis-10{flex-basis:2.5rem}.basis-10\/12{flex-basis:83.333333%}.basis-11{flex-basis:2.75rem}.basis-11\/12{flex-basis:91.666667%}.basis-12{flex-basis:3rem}.basis-14{flex-basis:3.5rem}.basis-16{flex-basis:4rem}.basis-2{flex-basis:0.5rem}.basis-2\/12{flex-basis:16.666667%}.basis-2\/3{flex-basis:66.666667%}.basis-2\/4{flex-basis:50%}.basis-2\/5{flex-basis:40%}.basis-2\/6{flex-basis:33.333333%}.basis-20{flex-basis:5rem}.basis-24{flex-basis:6rem}.basis-28{flex-basis:7rem}.basis-3{flex-basis:0.75rem}.basis-3\/12{flex-basis:25%}.basis-3\/4{flex-basis:75%}.basis-3\/5{flex-basis:60%}.basis-3\/6{flex-basis:50%}.basis-32{flex-basis:8rem}.basis-36{flex-basis:9rem}.basis-4{flex-basis:1rem}.basis-4\/12{flex-basis:33.333333%}.basis-4\/5{flex-basis:80%}.basis-4\/6{flex-basis:66.666667%}.basis-40{flex-basis:10rem}.basis-44{flex-basis:11rem}.basis-48{flex-basis:12rem}.basis-5{flex-basis:1.25rem}.basis-5\/12{flex-basis:41.666667%}.basis-5\/6{flex-basis:83.333333%}.basis-52{flex-basis:13rem}.basis-56{flex-basis:14rem}.basis-6{flex-basis:1.5rem}.basis-6\/12{flex-basis:50%}.basis-60{flex-basis:15rem}.basis-64{flex-basis:16rem}.basis-7{flex-basis:1.75rem}.basis-7\/12{flex-basis:58.333333%}.basis-72{flex-basis:18rem}.basis-8{flex-basis:2rem}.basis-8\/12{flex-basis:66.666667%}.basis-80{flex-basis:20rem}.basis-9{flex-basis:2.25rem}.basis-9\/12{flex-basis:75%}.basis-96{flex-basis:24rem}.basis-auto{flex-basis:auto}.basis-full{flex-basis:100%}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-full{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%}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.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-0{--tw-translate-x:0px}.translate-x-5{--tw-translate-x:1.25rem}.translate-x-5,.translate-x-full{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%}.translate-y-0{--tw-translate-y:0px}.-rotate-90,.translate-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))}.-rotate-90{--tw-rotate:-90deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-45{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}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-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-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-x-0{--tw-scale-x:0}.scale-x-0,.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 blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 10s infinite}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:bounce 1s infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .5s ease-out}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}@keyframes gradient-xy{0%,to{background-position:0;background-size:400% 400%}50%{background-position:100%;background-size:200% 200%}}.animate-gradient-xy{animation:gradient-xy 15s ease infinite}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.animate-shake{animation:shake .5s ease-in-out}@keyframes slide-in-left{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}.animate-slide-in-left{animation:slide-in-left .5s ease-out}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in-top{animation:slide-in-top .5s ease-out}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.break-after-page{-moz-column-break-after:page;break-after:page}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-flow-dense{grid-auto-flow:dense}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,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-4{grid-template-columns:repeat(4,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-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.grid-cols-\[300px\2c 1fr\]{grid-template-columns:300px 1fr}.grid-cols-\[320px\2c 1fr\2c 360px\]{grid-template-columns:320px 1fr 360px}.grid-cols-\[320px_1fr_384px\]{grid-template-columns:320px 1fr 384px}.grid-rows-\[1fr_auto\]{grid-template-rows:1fr auto}.grid-rows-\[auto_1fr\]{grid-template-rows:auto 1fr}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-content-start{place-content:start}.place-content-end{place-content:end}.place-content-between{place-content:space-between}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-stretch{place-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.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-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-11{gap:2.75rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-\[2px\]{gap:2px}.gap-x-0{-moz-column-gap:0;column-gap:0}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.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-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.gap-y-0{row-gap:0}.gap-y-1{row-gap:.25rem}.gap-y-10{row-gap:2.5rem}.gap-y-11{row-gap:2.75rem}.gap-y-12{row-gap:3rem}.gap-y-14{row-gap:3.5rem}.gap-y-16{row-gap:4rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-7{row-gap:1.75rem}.gap-y-8{row-gap:2rem}.gap-y-9{row-gap:2.25rem}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1px*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.5rem*var(--tw-space-y-reverse));margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.625rem*var(--tw-space-y-reverse));margin-top:calc(.625rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.75rem*var(--tw-space-y-reverse));margin-top:calc(1.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.divide-x-0>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(0px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(0px*var(--tw-divide-x-reverse))}.divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(2px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(2px*var(--tw-divide-x-reverse))}.divide-x-4>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(4px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(4px*var(--tw-divide-x-reverse))}.divide-x-8>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(8px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(8px*var(--tw-divide-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(0px*var(--tw-divide-y-reverse));border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)))}.divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(2px*var(--tw-divide-y-reverse));border-top-width:calc(2px*(1 - var(--tw-divide-y-reverse)))}.divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(4px*var(--tw-divide-y-reverse));border-top-width:calc(4px*(1 - var(--tw-divide-y-reverse)))}.divide-y-8>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(8px*var(--tw-divide-y-reverse));border-top-width:calc(8px*(1 - var(--tw-divide-y-reverse)))}.divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.divide-dotted>:not([hidden])~:not([hidden]){border-style:dotted}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity,1))}.divide-gray-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(156 163 175/var(--tw-divide-opacity,1))}.divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(249 250 251/var(--tw-divide-opacity,1))}.divide-gray-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(107 114 128/var(--tw-divide-opacity,1))}.divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(75 85 99/var(--tw-divide-opacity,1))}.divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(55 65 81/var(--tw-divide-opacity,1))}.divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(31 41 55/var(--tw-divide-opacity,1))}.divide-gray-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(17 24 39/var(--tw-divide-opacity,1))}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-visible{overflow-x:visible}.overflow-y-visible{overflow-y:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.overscroll-contain{overscroll-behavior:contain}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.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-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-b-xl{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-e-lg{border-end-end-radius:.5rem;border-start-end-radius:.5rem}.rounded-e-none{border-end-end-radius:0;border-start-end-radius:0}.rounded-l{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-l-lg{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.rounded-l-md{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.rounded-r{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-r-lg{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.rounded-r-md{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.rounded-s-lg{border-end-start-radius:.5rem;border-start-start-radius:.5rem}.rounded-s-none{border-end-start-radius:0;border-start-start-radius:0}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.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-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-\[3px\]{border-width:3px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-e{border-inline-end-width:1px}.border-e-0{border-inline-end-width:0}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-r-4{border-right-width:4px}.border-s{border-inline-start-width:1px}.border-s-0{border-inline-start-width:0}.border-s-4{border-inline-start-width:4px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-double{border-style:double}.border-none{border-style:none}.border-\[var\(--color-border\)\]{border-color:var(--color-border)}.border-accent-100{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.border-accent-200{--tw-border-opacity:1;border-color:rgb(216 180 254/var(--tw-border-opacity,1))}.border-accent-300{--tw-border-opacity:1;border-color:rgb(192 132 252/var(--tw-border-opacity,1))}.border-accent-400{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.border-accent-500{--tw-border-opacity:1;border-color:rgb(89 47 209/var(--tw-border-opacity,1))}.border-accent-600{--tw-border-opacity:1;border-color:rgb(68 31 171/var(--tw-border-opacity,1))}.border-accent-700{--tw-border-opacity:1;border-color:rgb(59 7 100/var(--tw-border-opacity,1))}.border-accent-800{--tw-border-opacity:1;border-color:rgb(46 5 90/var(--tw-border-opacity,1))}.border-accent-900{--tw-border-opacity:1;border-color:rgb(30 4 64/var(--tw-border-opacity,1))}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.border-amber-600{--tw-border-opacity:1;border-color:rgb(217 119 6/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-blue-700{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity,1))}.border-cyan-200{--tw-border-opacity:1;border-color:rgb(165 243 252/var(--tw-border-opacity,1))}.border-cyan-500{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity,1))}.border-emerald-200{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity,1))}.border-emerald-700{--tw-border-opacity:1;border-color:rgb(4 120 87/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-200\/50{border-color:rgba(229,231,235,.5)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity,1))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-green-700{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity,1))}.border-indigo-300{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity,1))}.border-indigo-300\/70{border-color:rgba(165,180,252,.7)}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.border-orange-300{--tw-border-opacity:1;border-color:rgb(253 186 116/var(--tw-border-opacity,1))}.border-primary{--tw-border-opacity:1;border-color:rgb(60 191 175/var(--tw-border-opacity,1))}.border-primary-100{--tw-border-opacity:1;border-color:rgb(179 255 252/var(--tw-border-opacity,1))}.border-primary-200{--tw-border-opacity:1;border-color:rgb(128 255 249/var(--tw-border-opacity,1))}.border-primary-300{--tw-border-opacity:1;border-color:rgb(77 255 247/var(--tw-border-opacity,1))}.border-primary-400{--tw-border-opacity:1;border-color:rgb(38 255 244/var(--tw-border-opacity,1))}.border-primary-500{--tw-border-opacity:1;border-color:rgb(72 242 222/var(--tw-border-opacity,1))}.border-primary-600{--tw-border-opacity:1;border-color:rgb(60 191 175/var(--tw-border-opacity,1))}.border-primary-700{--tw-border-opacity:1;border-color:rgb(45 150 132/var(--tw-border-opacity,1))}.border-primary-800{--tw-border-opacity:1;border-color:rgb(30 109 95/var(--tw-border-opacity,1))}.border-primary-900{--tw-border-opacity:1;border-color:rgb(15 68 58/var(--tw-border-opacity,1))}.border-purple-100{--tw-border-opacity:1;border-color:rgb(243 232 255/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.border-purple-300{--tw-border-opacity:1;border-color:rgb(216 180 254/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity,1))}.border-secondary-200{--tw-border-opacity:1;border-color:rgb(124 196 255/var(--tw-border-opacity,1))}.border-secondary-300{--tw-border-opacity:1;border-color:rgb(74 186 255/var(--tw-border-opacity,1))}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-slate-700{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:hsla(0,0%,100%,.1)}.border-white\/20{border-color:hsla(0,0%,100%,.2)}.border-white\/30{border-color:hsla(0,0%,100%,.3)}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-l-amber-600{--tw-border-opacity:1;border-left-color:rgb(217 119 6/var(--tw-border-opacity,1))}.border-l-blue-600{--tw-border-opacity:1;border-left-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-l-emerald-600{--tw-border-opacity:1;border-left-color:rgb(5 150 105/var(--tw-border-opacity,1))}.border-l-gray-400{--tw-border-opacity:1;border-left-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-l-purple-600{--tw-border-opacity:1;border-left-color:rgb(147 51 234/var(--tw-border-opacity,1))}.border-l-slate-600{--tw-border-opacity:1;border-left-color:rgb(71 85 105/var(--tw-border-opacity,1))}.border-l-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1))}.\!bg-green-700{--tw-bg-opacity:1!important;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))!important}.bg-\[var\(--color-background\)\]{background-color:var(--color-background)}.bg-\[var\(--color-border\)\]{background-color:var(--color-border)}.bg-\[var\(--color-border-focus\)\]{background-color:var(--color-border-focus)}.bg-\[var\(--color-surface\)\]{background-color:var(--color-surface)}.bg-accent-100{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))}.bg-accent-200{--tw-bg-opacity:1;background-color:rgb(216 180 254/var(--tw-bg-opacity,1))}.bg-accent-300{--tw-bg-opacity:1;background-color:rgb(192 132 252/var(--tw-bg-opacity,1))}.bg-accent-400{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-accent-50{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-accent-500{--tw-bg-opacity:1;background-color:rgb(89 47 209/var(--tw-bg-opacity,1))}.bg-accent-600{--tw-bg-opacity:1;background-color:rgb(68 31 171/var(--tw-bg-opacity,1))}.bg-accent-700{--tw-bg-opacity:1;background-color:rgb(59 7 100/var(--tw-bg-opacity,1))}.bg-accent-800{--tw-bg-opacity:1;background-color:rgb(46 5 90/var(--tw-bg-opacity,1))}.bg-accent-900{--tw-bg-opacity:1;background-color:rgb(30 4 64/var(--tw-bg-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-200{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.bg-amber-300{--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1))}.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.bg-amber-700{--tw-bg-opacity:1;background-color:rgb(180 83 9/var(--tw-bg-opacity,1))}.bg-amber-800{--tw-bg-opacity:1;background-color:rgb(146 64 14/var(--tw-bg-opacity,1))}.bg-amber-900{--tw-bg-opacity:1;background-color:rgb(120 53 15/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/40{background-color:rgba(0,0,0,.4)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/60{background-color:rgba(0,0,0,.6)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.bg-blue-800{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity,1))}.bg-blue-900{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.bg-current{background-color:currentColor}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))}.bg-cyan-200{--tw-bg-opacity:1;background-color:rgb(165 243 252/var(--tw-bg-opacity,1))}.bg-cyan-300{--tw-bg-opacity:1;background-color:rgb(103 232 249/var(--tw-bg-opacity,1))}.bg-cyan-400{--tw-bg-opacity:1;background-color:rgb(34 211 238/var(--tw-bg-opacity,1))}.bg-cyan-50{--tw-bg-opacity:1;background-color:rgb(236 254 255/var(--tw-bg-opacity,1))}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}.bg-cyan-700{--tw-bg-opacity:1;background-color:rgb(14 116 144/var(--tw-bg-opacity,1))}.bg-cyan-800{--tw-bg-opacity:1;background-color:rgb(21 94 117/var(--tw-bg-opacity,1))}.bg-cyan-900{--tw-bg-opacity:1;background-color:rgb(22 78 99/var(--tw-bg-opacity,1))}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-emerald-200{--tw-bg-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity,1))}.bg-emerald-300{--tw-bg-opacity:1;background-color:rgb(110 231 183/var(--tw-bg-opacity,1))}.bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.bg-emerald-700{--tw-bg-opacity:1;background-color:rgb(4 120 87/var(--tw-bg-opacity,1))}.bg-emerald-800{--tw-bg-opacity:1;background-color:rgb(6 95 70/var(--tw-bg-opacity,1))}.bg-emerald-900{--tw-bg-opacity:1;background-color:rgb(6 78 59/var(--tw-bg-opacity,1))}.bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgb(250 232 255/var(--tw-bg-opacity,1))}.bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgb(245 208 254/var(--tw-bg-opacity,1))}.bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgb(240 171 252/var(--tw-bg-opacity,1))}.bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgb(232 121 249/var(--tw-bg-opacity,1))}.bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgb(253 244 255/var(--tw-bg-opacity,1))}.bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239/var(--tw-bg-opacity,1))}.bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgb(192 38 211/var(--tw-bg-opacity,1))}.bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgb(162 28 175/var(--tw-bg-opacity,1))}.bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgb(134 25 143/var(--tw-bg-opacity,1))}.bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgb(112 26 117/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(134 239 172/var(--tw-bg-opacity,1))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-500\/90{background-color:rgba(34,197,94,.9)}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.bg-green-800{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity,1))}.bg-green-900{--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity,1))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity,1))}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity,1))}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity,1))}.bg-inherit{background-color:inherit}.bg-lime-100{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity,1))}.bg-lime-200{--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity,1))}.bg-lime-300{--tw-bg-opacity:1;background-color:rgb(190 242 100/var(--tw-bg-opacity,1))}.bg-lime-400{--tw-bg-opacity:1;background-color:rgb(163 230 53/var(--tw-bg-opacity,1))}.bg-lime-50{--tw-bg-opacity:1;background-color:rgb(247 254 231/var(--tw-bg-opacity,1))}.bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity,1))}.bg-lime-600{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity,1))}.bg-lime-700{--tw-bg-opacity:1;background-color:rgb(77 124 15/var(--tw-bg-opacity,1))}.bg-lime-800{--tw-bg-opacity:1;background-color:rgb(63 98 18/var(--tw-bg-opacity,1))}.bg-lime-900{--tw-bg-opacity:1;background-color:rgb(54 83 20/var(--tw-bg-opacity,1))}.bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-neutral-200{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.bg-neutral-300{--tw-bg-opacity:1;background-color:rgb(212 212 212/var(--tw-bg-opacity,1))}.bg-neutral-400{--tw-bg-opacity:1;background-color:rgb(163 163 163/var(--tw-bg-opacity,1))}.bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-neutral-500{--tw-bg-opacity:1;background-color:rgb(115 115 115/var(--tw-bg-opacity,1))}.bg-neutral-600{--tw-bg-opacity:1;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))}.bg-neutral-700{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.bg-neutral-900{--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-orange-200{--tw-bg-opacity:1;background-color:rgb(254 215 170/var(--tw-bg-opacity,1))}.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(253 186 116/var(--tw-bg-opacity,1))}.bg-orange-400{--tw-bg-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-orange-600{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.bg-orange-700{--tw-bg-opacity:1;background-color:rgb(194 65 12/var(--tw-bg-opacity,1))}.bg-orange-800{--tw-bg-opacity:1;background-color:rgb(154 52 18/var(--tw-bg-opacity,1))}.bg-orange-900{--tw-bg-opacity:1;background-color:rgb(124 45 18/var(--tw-bg-opacity,1))}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(254 229 245/var(--tw-bg-opacity,1))}.bg-pink-200{--tw-bg-opacity:1;background-color:rgb(254 204 234/var(--tw-bg-opacity,1))}.bg-pink-300{--tw-bg-opacity:1;background-color:rgb(255 157 216/var(--tw-bg-opacity,1))}.bg-pink-400{--tw-bg-opacity:1;background-color:rgb(255 109 190/var(--tw-bg-opacity,1))}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb(254 241 250/var(--tw-bg-opacity,1))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(246 141 213/var(--tw-bg-opacity,1))}.bg-pink-600{--tw-bg-opacity:1;background-color:rgb(236 72 153/var(--tw-bg-opacity,1))}.bg-pink-700{--tw-bg-opacity:1;background-color:rgb(219 39 119/var(--tw-bg-opacity,1))}.bg-pink-800{--tw-bg-opacity:1;background-color:rgb(190 24 93/var(--tw-bg-opacity,1))}.bg-pink-900{--tw-bg-opacity:1;background-color:rgb(159 18 57/var(--tw-bg-opacity,1))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(60 191 175/var(--tw-bg-opacity,1))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(179 255 252/var(--tw-bg-opacity,1))}.bg-primary-200{--tw-bg-opacity:1;background-color:rgb(128 255 249/var(--tw-bg-opacity,1))}.bg-primary-300{--tw-bg-opacity:1;background-color:rgb(77 255 247/var(--tw-bg-opacity,1))}.bg-primary-400{--tw-bg-opacity:1;background-color:rgb(38 255 244/var(--tw-bg-opacity,1))}.bg-primary-400\/30{background-color:rgba(38,255,244,.3)}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(230 255 254/var(--tw-bg-opacity,1))}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(72 242 222/var(--tw-bg-opacity,1))}.bg-primary-500\/20{background-color:rgba(72,242,222,.2)}.bg-primary-500\/80{background-color:rgba(72,242,222,.8)}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(60 191 175/var(--tw-bg-opacity,1))}.bg-primary-700{--tw-bg-opacity:1;background-color:rgb(45 150 132/var(--tw-bg-opacity,1))}.bg-primary-800{--tw-bg-opacity:1;background-color:rgb(30 109 95/var(--tw-bg-opacity,1))}.bg-primary-900{--tw-bg-opacity:1;background-color:rgb(15 68 58/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-200{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))}.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(216 180 254/var(--tw-bg-opacity,1))}.bg-purple-400{--tw-bg-opacity:1;background-color:rgb(192 132 252/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-purple-700{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.bg-purple-800{--tw-bg-opacity:1;background-color:rgb(107 33 168/var(--tw-bg-opacity,1))}.bg-purple-900{--tw-bg-opacity:1;background-color:rgb(88 28 135/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.bg-red-800{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity,1))}.bg-red-900{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.bg-rose-200{--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity,1))}.bg-rose-300{--tw-bg-opacity:1;background-color:rgb(253 164 175/var(--tw-bg-opacity,1))}.bg-rose-400{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity,1))}.bg-rose-50{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity,1))}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.bg-rose-700{--tw-bg-opacity:1;background-color:rgb(190 18 60/var(--tw-bg-opacity,1))}.bg-rose-800{--tw-bg-opacity:1;background-color:rgb(159 18 57/var(--tw-bg-opacity,1))}.bg-rose-900{--tw-bg-opacity:1;background-color:rgb(136 19 55/var(--tw-bg-opacity,1))}.bg-secondary-100{--tw-bg-opacity:1;background-color:rgb(186 227 255/var(--tw-bg-opacity,1))}.bg-secondary-200{--tw-bg-opacity:1;background-color:rgb(124 196 255/var(--tw-bg-opacity,1))}.bg-secondary-400{--tw-bg-opacity:1;background-color:rgb(48 146 207/var(--tw-bg-opacity,1))}.bg-secondary-50{--tw-bg-opacity:1;background-color:rgb(230 244 255/var(--tw-bg-opacity,1))}.bg-secondary-600{--tw-bg-opacity:1;background-color:rgb(30 80 162/var(--tw-bg-opacity,1))}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity,1))}.bg-sky-300{--tw-bg-opacity:1;background-color:rgb(125 211 252/var(--tw-bg-opacity,1))}.bg-sky-400{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity,1))}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity,1))}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-sky-600{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity,1))}.bg-sky-700{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity,1))}.bg-sky-800{--tw-bg-opacity:1;background-color:rgb(7 89 133/var(--tw-bg-opacity,1))}.bg-sky-900{--tw-bg-opacity:1;background-color:rgb(12 74 110/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.bg-slate-500{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity,1))}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.bg-stone-100{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity,1))}.bg-stone-200{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity,1))}.bg-stone-300{--tw-bg-opacity:1;background-color:rgb(214 211 209/var(--tw-bg-opacity,1))}.bg-stone-400{--tw-bg-opacity:1;background-color:rgb(168 162 158/var(--tw-bg-opacity,1))}.bg-stone-50{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity,1))}.bg-stone-500{--tw-bg-opacity:1;background-color:rgb(120 113 108/var(--tw-bg-opacity,1))}.bg-stone-600{--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity,1))}.bg-stone-700{--tw-bg-opacity:1;background-color:rgb(68 64 60/var(--tw-bg-opacity,1))}.bg-stone-800{--tw-bg-opacity:1;background-color:rgb(41 37 36/var(--tw-bg-opacity,1))}.bg-stone-900{--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity,1))}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity,1))}.bg-teal-200{--tw-bg-opacity:1;background-color:rgb(153 246 228/var(--tw-bg-opacity,1))}.bg-teal-300{--tw-bg-opacity:1;background-color:rgb(94 234 212/var(--tw-bg-opacity,1))}.bg-teal-400{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity,1))}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(240 253 250/var(--tw-bg-opacity,1))}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}.bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.bg-teal-600{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity,1))}.bg-teal-700{--tw-bg-opacity:1;background-color:rgb(15 118 110/var(--tw-bg-opacity,1))}.bg-teal-800{--tw-bg-opacity:1;background-color:rgb(17 94 89/var(--tw-bg-opacity,1))}.bg-teal-900{--tw-bg-opacity:1;background-color:rgb(19 78 74/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-violet-200{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity,1))}.bg-violet-300{--tw-bg-opacity:1;background-color:rgb(196 181 253/var(--tw-bg-opacity,1))}.bg-violet-400{--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity,1))}.bg-violet-50{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-violet-600{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}.bg-violet-700{--tw-bg-opacity:1;background-color:rgb(109 40 217/var(--tw-bg-opacity,1))}.bg-violet-800{--tw-bg-opacity:1;background-color:rgb(91 33 182/var(--tw-bg-opacity,1))}.bg-violet-900{--tw-bg-opacity:1;background-color:rgb(76 29 149/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:hsla(0,0%,100%,.1)}.bg-white\/15{background-color:hsla(0,0%,100%,.15)}.bg-white\/20{background-color:hsla(0,0%,100%,.2)}.bg-white\/30{background-color:hsla(0,0%,100%,.3)}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-white\/50{background-color:hsla(0,0%,100%,.5)}.bg-white\/60{background-color:hsla(0,0%,100%,.6)}.bg-white\/80{background-color:hsla(0,0%,100%,.8)}.bg-white\/90{background-color:hsla(0,0%,100%,.9)}.bg-white\/95{background-color:hsla(0,0%,100%,.95)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity,1))}.bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity,1))}.bg-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))}.bg-zinc-200{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.bg-zinc-300{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1))}.bg-zinc-400{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))}.bg-zinc-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-zinc-500{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity,1))}.bg-zinc-600{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity,1))}.bg-zinc-700{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1))}.bg-zinc-800{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))}.bg-zinc-900{--tw-bg-opacity:1;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))}.bg-opacity-0{--tw-bg-opacity:0}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-100{--tw-bg-opacity:1}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-40{--tw-bg-opacity:0.4}.bg-opacity-5{--tw-bg-opacity:0.05}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-opacity-95{--tw-bg-opacity:0.95}.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-l{background-image:linear-gradient(to left,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))}.bg-grid-pattern{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23fff' fill-opacity='.05' fill-rule='evenodd' d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2zM6 4V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E")}.from-amber-400{--tw-gradient-from:#fbbf24 var(--tw-gradient-from-position);--tw-gradient-to:rgba(251,191,36,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from:#fffbeb var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,251,235,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:rgba(96,165,250,0) 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:rgba(239,246,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(59,130,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500\/10{--tw-gradient-from:rgba(59,130,246,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(59,130,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cyan-50{--tw-gradient-from:#ecfeff var(--tw-gradient-from-position);--tw-gradient-to:rgba(236,254,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-400{--tw-gradient-from:#34d399 var(--tw-gradient-from-position);--tw-gradient-to:rgba(52,211,153,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-400{--tw-gradient-from:#9ca3af var(--tw-gradient-from-position);--tw-gradient-to:rgba(156,163,175,0) 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:rgba(249,250,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-400{--tw-gradient-from:#4ade80 var(--tw-gradient-from-position);--tw-gradient-to:rgba(74,222,128,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-50{--tw-gradient-from:#f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(240,253,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500{--tw-gradient-from:#22c55e var(--tw-gradient-from-position);--tw-gradient-to:rgba(34,197,94,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-400{--tw-gradient-from:#818cf8 var(--tw-gradient-from-position);--tw-gradient-to:rgba(129,140,248,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from:#eef2ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(238,242,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from:#6366f1 var(--tw-gradient-from-position);--tw-gradient-to:rgba(99,102,241,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from:#4f46e5 var(--tw-gradient-from-position);--tw-gradient-to:rgba(79,70,229,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-400{--tw-gradient-from:#fb923c var(--tw-gradient-from-position);--tw-gradient-to:rgba(251,146,60,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-pink-400{--tw-gradient-from:#ff6dbe var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,109,190,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-pink-50{--tw-gradient-from:#fef1fa var(--tw-gradient-from-position);--tw-gradient-to:rgba(254,241,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300{--tw-gradient-from:#4dfff7 var(--tw-gradient-from-position);--tw-gradient-to:rgba(77,255,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400{--tw-gradient-from:#26fff4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(38,255,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-50{--tw-gradient-from:#e6fffe var(--tw-gradient-from-position);--tw-gradient-to:rgba(230,255,254,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500{--tw-gradient-from:#48f2de var(--tw-gradient-from-position);--tw-gradient-to:rgba(72,242,222,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600{--tw-gradient-from:#3cbfaf var(--tw-gradient-from-position);--tw-gradient-to:rgba(60,191,175,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-400{--tw-gradient-from:#c084fc var(--tw-gradient-from-position);--tw-gradient-to:rgba(192,132,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from:#faf5ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(250,245,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#a855f7 var(--tw-gradient-from-position);--tw-gradient-to:rgba(168,85,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:rgba(147,51,234,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400{--tw-gradient-from:#f87171 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50{--tw-gradient-from:#fef2f2 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500{--tw-gradient-from:#ef4444 var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-rose-400{--tw-gradient-from:#fb7185 var(--tw-gradient-from-position);--tw-gradient-to:rgba(251,113,133,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-secondary-400{--tw-gradient-from:#3092cf var(--tw-gradient-from-position);--tw-gradient-to:rgba(48,146,207,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-400{--tw-gradient-from:#38bdf8 var(--tw-gradient-from-position);--tw-gradient-to:rgba(56,189,248,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from:#f8fafc var(--tw-gradient-from-position);--tw-gradient-to:rgba(248,250,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-900\/80{--tw-gradient-from:rgba(15,23,42,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(15,23,42,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-teal-400{--tw-gradient-from:#2dd4bf var(--tw-gradient-from-position);--tw-gradient-to:rgba(45,212,191,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-teal-50{--tw-gradient-from:#f0fdfa var(--tw-gradient-from-position);--tw-gradient-to:rgba(240,253,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-50{--tw-gradient-from:#f5f3ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(245,243,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-500{--tw-gradient-from:#8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(139,92,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-600{--tw-gradient-from:#7c3aed var(--tw-gradient-from-position);--tw-gradient-to:rgba(124,58,237,0) 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:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:rgba(250,204,21,0) 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:hsla(55,92%,95%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:rgba(234,179,8,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-gray-50{--tw-gradient-to:rgba(249,250,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f9fafb var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-500\/10{--tw-gradient-to:rgba(99,102,241,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(99,102,241,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-purple-500{--tw-gradient-to:rgba(168,85,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#a855f7 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-secondary-500{--tw-gradient-to:rgba(37,100,194,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#2564c2 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-accent-500{--tw-gradient-to:#592fd1 var(--tw-gradient-to-position)}.to-accent-600{--tw-gradient-to:#441fab var(--tw-gradient-to-position)}.to-amber-500{--tw-gradient-to:#f59e0b var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to:#eff6ff var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to:#3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to:#ecfdf5 var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to:#10b981 var(--tw-gradient-to-position)}.to-emerald-500\/10{--tw-gradient-to:rgba(16,185,129,.1) var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to:#059669 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-500{--tw-gradient-to:#6b7280 var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to:#22c55e var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to:#16a34a var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to:#eef2ff var(--tw-gradient-to-position)}.to-indigo-500{--tw-gradient-to:#6366f1 var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to:#fff7ed var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to:#f97316 var(--tw-gradient-to-position)}.to-pink-400{--tw-gradient-to:#ff6dbe var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to:#fef1fa var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to:#f68dd5 var(--tw-gradient-to-position)}.to-primary-100{--tw-gradient-to:#b3fffc var(--tw-gradient-to-position)}.to-primary-600{--tw-gradient-to:#3cbfaf var(--tw-gradient-to-position)}.to-primary-700{--tw-gradient-to:#2d9684 var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to:#faf5ff var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to:#9333ea var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to:#ef4444 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to:#dc2626 var(--tw-gradient-to-position)}.to-rose-50{--tw-gradient-to:#fff1f2 var(--tw-gradient-to-position)}.to-rose-500{--tw-gradient-to:#f43f5e var(--tw-gradient-to-position)}.to-rose-600{--tw-gradient-to:#e11d48 var(--tw-gradient-to-position)}.to-secondary-50{--tw-gradient-to:#e6f4ff var(--tw-gradient-to-position)}.to-secondary-500{--tw-gradient-to:#2564c2 var(--tw-gradient-to-position)}.to-sky-50{--tw-gradient-to:#f0f9ff var(--tw-gradient-to-position)}.to-sky-500{--tw-gradient-to:#0ea5e9 var(--tw-gradient-to-position)}.to-slate-100{--tw-gradient-to:#f1f5f9 var(--tw-gradient-to-position)}.to-slate-50{--tw-gradient-to:#f8fafc var(--tw-gradient-to-position)}.to-teal-500{--tw-gradient-to:#14b8a6 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-violet-100{--tw-gradient-to:#ede9fe var(--tw-gradient-to-position)}.to-violet-50{--tw-gradient-to:#f5f3ff var(--tw-gradient-to-position)}.to-violet-600{--tw-gradient-to:#7c3aed 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-50{--tw-gradient-to:#fefce8 var(--tw-gradient-to-position)}.to-yellow-600{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.fill-gray-200{fill:#e5e7eb}.fill-none{fill:none}.stroke-gray-400{stroke:#9ca3af}.stroke-2{stroke-width:2}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-9{padding:2.25rem}.px-0{padding-left:0;padding-right:0}.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-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.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-9{padding-left:2.25rem;padding-right:2.25rem}.py-0{padding-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-9{padding-bottom:2.25rem;padding-top:2.25rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.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-9{padding-bottom:2.25rem}.pe-10{padding-inline-end:2.5rem}.pe-11{padding-inline-end:2.75rem}.pe-16{padding-inline-end:4rem}.pe-2\.5{padding-inline-end:.625rem}.pe-24{padding-inline-end:6rem}.pe-3{padding-inline-end:.75rem}.pe-8{padding-inline-end:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.ps-10{padding-inline-start:2.5rem}.ps-11{padding-inline-start:2.75rem}.ps-2\.5{padding-inline-start:.625rem}.ps-3{padding-inline-start:.75rem}.ps-8{padding-inline-start:2rem}.ps-9{padding-inline-start:2.25rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.pt-\[15vh\]{padding-top:15vh}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.align-top{vertical-align:top}.align-bottom{vertical-align:bottom}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.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-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-\[0\.6em\]{font-size:.6em}.text-\[0\.7em\]{font-size:.7em}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{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-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.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-loose{line-height:2}.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\.5em\]{letter-spacing:.5em}.tracking-normal{letter-spacing:0}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-green-100{--tw-text-opacity:1!important;color:rgb(220 252 231/var(--tw-text-opacity,1))!important}.text-\[var\(--color-text\)\]{color:var(--color-text)}.text-\[var\(--color-text-light\)\]{color:var(--color-text-light)}.text-\[var\(--color-text-muted\)\]{color:var(--color-text-muted)}.text-accent-100{--tw-text-opacity:1;color:rgb(233 213 255/var(--tw-text-opacity,1))}.text-accent-200{--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity,1))}.text-accent-300{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.text-accent-400{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-accent-50{--tw-text-opacity:1;color:rgb(243 232 255/var(--tw-text-opacity,1))}.text-accent-500{--tw-text-opacity:1;color:rgb(89 47 209/var(--tw-text-opacity,1))}.text-accent-600{--tw-text-opacity:1;color:rgb(68 31 171/var(--tw-text-opacity,1))}.text-accent-700{--tw-text-opacity:1;color:rgb(59 7 100/var(--tw-text-opacity,1))}.text-accent-800{--tw-text-opacity:1;color:rgb(46 5 90/var(--tw-text-opacity,1))}.text-accent-900{--tw-text-opacity:1;color:rgb(30 4 64/var(--tw-text-opacity,1))}.text-amber-100{--tw-text-opacity:1;color:rgb(254 243 199/var(--tw-text-opacity,1))}.text-amber-200{--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity,1))}.text-amber-300{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-amber-50{--tw-text-opacity:1;color:rgb(255 251 235/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.text-blue-200{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-50{--tw-text-opacity:1;color:rgb(239 246 255/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-current{color:currentColor}.text-cyan-100{--tw-text-opacity:1;color:rgb(207 250 254/var(--tw-text-opacity,1))}.text-cyan-200{--tw-text-opacity:1;color:rgb(165 243 252/var(--tw-text-opacity,1))}.text-cyan-300{--tw-text-opacity:1;color:rgb(103 232 249/var(--tw-text-opacity,1))}.text-cyan-400{--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}.text-cyan-50{--tw-text-opacity:1;color:rgb(236 254 255/var(--tw-text-opacity,1))}.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity,1))}.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity,1))}.text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity,1))}.text-cyan-800{--tw-text-opacity:1;color:rgb(21 94 117/var(--tw-text-opacity,1))}.text-cyan-900{--tw-text-opacity:1;color:rgb(22 78 99/var(--tw-text-opacity,1))}.text-emerald-100{--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity,1))}.text-emerald-200{--tw-text-opacity:1;color:rgb(167 243 208/var(--tw-text-opacity,1))}.text-emerald-300{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-emerald-50{--tw-text-opacity:1;color:rgb(236 253 245/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-emerald-700\/70{color:rgba(4,120,87,.7)}.text-emerald-800{--tw-text-opacity:1;color:rgb(6 95 70/var(--tw-text-opacity,1))}.text-emerald-900{--tw-text-opacity:1;color:rgb(6 78 59/var(--tw-text-opacity,1))}.text-fuchsia-100{--tw-text-opacity:1;color:rgb(250 232 255/var(--tw-text-opacity,1))}.text-fuchsia-200{--tw-text-opacity:1;color:rgb(245 208 254/var(--tw-text-opacity,1))}.text-fuchsia-300{--tw-text-opacity:1;color:rgb(240 171 252/var(--tw-text-opacity,1))}.text-fuchsia-400{--tw-text-opacity:1;color:rgb(232 121 249/var(--tw-text-opacity,1))}.text-fuchsia-50{--tw-text-opacity:1;color:rgb(253 244 255/var(--tw-text-opacity,1))}.text-fuchsia-500{--tw-text-opacity:1;color:rgb(217 70 239/var(--tw-text-opacity,1))}.text-fuchsia-600{--tw-text-opacity:1;color:rgb(192 38 211/var(--tw-text-opacity,1))}.text-fuchsia-700{--tw-text-opacity:1;color:rgb(162 28 175/var(--tw-text-opacity,1))}.text-fuchsia-800{--tw-text-opacity:1;color:rgb(134 25 143/var(--tw-text-opacity,1))}.text-fuchsia-900{--tw-text-opacity:1;color:rgb(112 26 117/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-100{--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity,1))}.text-green-200{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity,1))}.text-green-300{--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-50{--tw-text-opacity:1;color:rgb(240 253 244/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-green-900{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity,1))}.text-indigo-100{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity,1))}.text-indigo-200{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity,1))}.text-indigo-300{--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity,1))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}.text-indigo-50{--tw-text-opacity:1;color:rgb(238 242 255/var(--tw-text-opacity,1))}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity,1))}.text-indigo-900{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity,1))}.text-inherit{color:inherit}.text-lime-100{--tw-text-opacity:1;color:rgb(236 252 203/var(--tw-text-opacity,1))}.text-lime-200{--tw-text-opacity:1;color:rgb(217 249 157/var(--tw-text-opacity,1))}.text-lime-300{--tw-text-opacity:1;color:rgb(190 242 100/var(--tw-text-opacity,1))}.text-lime-400{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity,1))}.text-lime-50{--tw-text-opacity:1;color:rgb(247 254 231/var(--tw-text-opacity,1))}.text-lime-500{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity,1))}.text-lime-600{--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity,1))}.text-lime-700{--tw-text-opacity:1;color:rgb(77 124 15/var(--tw-text-opacity,1))}.text-lime-800{--tw-text-opacity:1;color:rgb(63 98 18/var(--tw-text-opacity,1))}.text-lime-900{--tw-text-opacity:1;color:rgb(54 83 20/var(--tw-text-opacity,1))}.text-neutral-100{--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity,1))}.text-neutral-200{--tw-text-opacity:1;color:rgb(229 229 229/var(--tw-text-opacity,1))}.text-neutral-300{--tw-text-opacity:1;color:rgb(212 212 212/var(--tw-text-opacity,1))}.text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}.text-neutral-50{--tw-text-opacity:1;color:rgb(250 250 250/var(--tw-text-opacity,1))}.text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}.text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}.text-neutral-900{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}.text-orange-100{--tw-text-opacity:1;color:rgb(255 237 213/var(--tw-text-opacity,1))}.text-orange-200{--tw-text-opacity:1;color:rgb(254 215 170/var(--tw-text-opacity,1))}.text-orange-300{--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity,1))}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.text-orange-50{--tw-text-opacity:1;color:rgb(255 247 237/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity,1))}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-orange-900{--tw-text-opacity:1;color:rgb(124 45 18/var(--tw-text-opacity,1))}.text-pink-100{--tw-text-opacity:1;color:rgb(254 229 245/var(--tw-text-opacity,1))}.text-pink-200{--tw-text-opacity:1;color:rgb(254 204 234/var(--tw-text-opacity,1))}.text-pink-300{--tw-text-opacity:1;color:rgb(255 157 216/var(--tw-text-opacity,1))}.text-pink-400{--tw-text-opacity:1;color:rgb(255 109 190/var(--tw-text-opacity,1))}.text-pink-50{--tw-text-opacity:1;color:rgb(254 241 250/var(--tw-text-opacity,1))}.text-pink-500{--tw-text-opacity:1;color:rgb(246 141 213/var(--tw-text-opacity,1))}.text-pink-600{--tw-text-opacity:1;color:rgb(236 72 153/var(--tw-text-opacity,1))}.text-pink-700{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity,1))}.text-pink-800{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity,1))}.text-pink-900{--tw-text-opacity:1;color:rgb(159 18 57/var(--tw-text-opacity,1))}.text-primary-100{--tw-text-opacity:1;color:rgb(179 255 252/var(--tw-text-opacity,1))}.text-primary-200{--tw-text-opacity:1;color:rgb(128 255 249/var(--tw-text-opacity,1))}.text-primary-300{--tw-text-opacity:1;color:rgb(77 255 247/var(--tw-text-opacity,1))}.text-primary-400{--tw-text-opacity:1;color:rgb(38 255 244/var(--tw-text-opacity,1))}.text-primary-50{--tw-text-opacity:1;color:rgb(230 255 254/var(--tw-text-opacity,1))}.text-primary-500{--tw-text-opacity:1;color:rgb(72 242 222/var(--tw-text-opacity,1))}.text-primary-600{--tw-text-opacity:1;color:rgb(60 191 175/var(--tw-text-opacity,1))}.text-primary-700{--tw-text-opacity:1;color:rgb(45 150 132/var(--tw-text-opacity,1))}.text-primary-800{--tw-text-opacity:1;color:rgb(30 109 95/var(--tw-text-opacity,1))}.text-primary-900{--tw-text-opacity:1;color:rgb(15 68 58/var(--tw-text-opacity,1))}.text-purple-100{--tw-text-opacity:1;color:rgb(243 232 255/var(--tw-text-opacity,1))}.text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255/var(--tw-text-opacity,1))}.text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity,1))}.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.text-purple-50{--tw-text-opacity:1;color:rgb(250 245 255/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity,1))}.text-purple-900{--tw-text-opacity:1;color:rgb(88 28 135/var(--tw-text-opacity,1))}.text-red-100{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity,1))}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-50{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity,1))}.text-rose-100{--tw-text-opacity:1;color:rgb(255 228 230/var(--tw-text-opacity,1))}.text-rose-200{--tw-text-opacity:1;color:rgb(254 205 211/var(--tw-text-opacity,1))}.text-rose-300{--tw-text-opacity:1;color:rgb(253 164 175/var(--tw-text-opacity,1))}.text-rose-400{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.text-rose-50{--tw-text-opacity:1;color:rgb(255 241 242/var(--tw-text-opacity,1))}.text-rose-500{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity,1))}.text-rose-800{--tw-text-opacity:1;color:rgb(159 18 57/var(--tw-text-opacity,1))}.text-rose-900{--tw-text-opacity:1;color:rgb(136 19 55/var(--tw-text-opacity,1))}.text-secondary-500{--tw-text-opacity:1;color:rgb(37 100 194/var(--tw-text-opacity,1))}.text-secondary-700{--tw-text-opacity:1;color:rgb(23 64 130/var(--tw-text-opacity,1))}.text-secondary-800{--tw-text-opacity:1;color:rgb(16 47 98/var(--tw-text-opacity,1))}.text-secondary-900{--tw-text-opacity:1;color:rgb(8 22 64/var(--tw-text-opacity,1))}.text-sky-100{--tw-text-opacity:1;color:rgb(224 242 254/var(--tw-text-opacity,1))}.text-sky-200{--tw-text-opacity:1;color:rgb(186 230 253/var(--tw-text-opacity,1))}.text-sky-300{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity,1))}.text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}.text-sky-50{--tw-text-opacity:1;color:rgb(240 249 255/var(--tw-text-opacity,1))}.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity,1))}.text-sky-800{--tw-text-opacity:1;color:rgb(7 89 133/var(--tw-text-opacity,1))}.text-sky-900{--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity,1))}.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-stone-100{--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity,1))}.text-stone-200{--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity,1))}.text-stone-300{--tw-text-opacity:1;color:rgb(214 211 209/var(--tw-text-opacity,1))}.text-stone-400{--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity,1))}.text-stone-50{--tw-text-opacity:1;color:rgb(250 250 249/var(--tw-text-opacity,1))}.text-stone-500{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity,1))}.text-stone-600{--tw-text-opacity:1;color:rgb(87 83 78/var(--tw-text-opacity,1))}.text-stone-700{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity,1))}.text-stone-800{--tw-text-opacity:1;color:rgb(41 37 36/var(--tw-text-opacity,1))}.text-stone-900{--tw-text-opacity:1;color:rgb(28 25 23/var(--tw-text-opacity,1))}.text-teal-100{--tw-text-opacity:1;color:rgb(204 251 241/var(--tw-text-opacity,1))}.text-teal-200{--tw-text-opacity:1;color:rgb(153 246 228/var(--tw-text-opacity,1))}.text-teal-300{--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}.text-teal-400{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.text-teal-50{--tw-text-opacity:1;color:rgb(240 253 250/var(--tw-text-opacity,1))}.text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity,1))}.text-teal-700{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity,1))}.text-teal-800{--tw-text-opacity:1;color:rgb(17 94 89/var(--tw-text-opacity,1))}.text-teal-900{--tw-text-opacity:1;color:rgb(19 78 74/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.text-violet-100{--tw-text-opacity:1;color:rgb(237 233 254/var(--tw-text-opacity,1))}.text-violet-200{--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity,1))}.text-violet-300{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.text-violet-400{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.text-violet-50{--tw-text-opacity:1;color:rgb(245 243 255/var(--tw-text-opacity,1))}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity,1))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}.text-violet-800{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity,1))}.text-violet-900{--tw-text-opacity:1;color:rgb(76 29 149/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/40{color:hsla(0,0%,100%,.4)}.text-white\/50{color:hsla(0,0%,100%,.5)}.text-white\/60{color:hsla(0,0%,100%,.6)}.text-white\/70{color:hsla(0,0%,100%,.7)}.text-white\/80{color:hsla(0,0%,100%,.8)}.text-white\/90{color:hsla(0,0%,100%,.9)}.text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity,1))}.text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.text-zinc-100{--tw-text-opacity:1;color:rgb(244 244 245/var(--tw-text-opacity,1))}.text-zinc-200{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity,1))}.text-zinc-300{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1))}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.text-zinc-50{--tw-text-opacity:1;color:rgb(250 250 250/var(--tw-text-opacity,1))}.text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.text-zinc-600{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity,1))}.text-zinc-700{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1))}.text-zinc-800{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity,1))}.text-zinc-900{--tw-text-opacity:1;color:rgb(24 24 27/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.underline-offset-2{text-underline-offset:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(209 213 219/var(--tw-placeholder-opacity,1))}.placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgb(209 213 219/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(185 28 28/var(--tw-placeholder-opacity,1))}.placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgb(185 28 28/var(--tw-placeholder-opacity,1))}.placeholder-slate-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(148 163 184/var(--tw-placeholder-opacity,1))}.placeholder-slate-400::placeholder{--tw-placeholder-opacity:1;color:rgb(148 163 184/var(--tw-placeholder-opacity,1))}.placeholder-transparent::-moz-placeholder{color:transparent}.placeholder-transparent::placeholder{color:transparent}.accent-blue-600{accent-color:#2563eb}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.mix-blend-multiply{mix-blend-mode:multiply}.shadow{--tw-shadow:0 1px 3px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px var(--tw-shadow-color)}.shadow,.shadow-2xl{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 rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_0_6px_rgba\(34\2c 197\2c 94\2c 0\.6\)\]{--tw-shadow:0 0 6px rgba(34,197,94,.6);--tw-shadow-colored:0 0 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-\[0_0_8px_rgba\(16\2c 185\2c 129\2c 0\.8\)\]{--tw-shadow:0 0 8px rgba(16,185,129,.8);--tw-shadow-colored:0 0 8px var(--tw-shadow-color)}.shadow-\[0_0_8px_rgba\(16\2c 185\2c 129\2c 0\.8\)\],.shadow-inner{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 rgba(0,0,0,.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{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 rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{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 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--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)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.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)}.ring,.ring-0{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(var(--tw-ring-offset-width)) var(--tw-ring-color)}.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)}.ring-1,.ring-2{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)}.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-\[var\(--color-background\)\]{--tw-ring-color:var(--color-background)}.ring-amber-500{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity,1))}.ring-amber-600\/10{--tw-ring-color:rgba(217,119,6,.1)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.ring-blue-500\/25{--tw-ring-color:rgba(59,130,246,.25)}.ring-blue-600\/10{--tw-ring-color:rgba(37,99,235,.1)}.ring-emerald-500{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity,1))}.ring-emerald-600\/10{--tw-ring-color:rgba(5,150,105,.1)}.ring-gray-600\/10{--tw-ring-color:rgba(75,85,99,.1)}.ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgb(74 222 128/var(--tw-ring-opacity,1))}.ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.ring-primary-600{--tw-ring-opacity:1;--tw-ring-color:rgb(60 191 175/var(--tw-ring-opacity,1))}.ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.ring-transparent{--tw-ring-color:transparent}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.ring-opacity-5{--tw-ring-opacity:0.05}.ring-opacity-50{--tw-ring-opacity:0.5}.ring-offset-2{--tw-ring-offset-width:2px}.blur{--tw-blur:blur(8px)}.blur,.blur-2xl{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)}.blur-3xl{--tw-blur:blur(64px)}.blur-3xl,.blur-sm{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-sm{--tw-blur:blur(4px)}.blur-xl{--tw-blur:blur(24px)}.blur-xl,.brightness-110{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)}.brightness-110{--tw-brightness:brightness(1.1)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))}.drop-shadow,.drop-shadow-\[0_0_20px_rgba\(255\2c 255\2c 255\2c 0\.6\)\]{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)}.drop-shadow-\[0_0_20px_rgba\(255\2c 255\2c 255\2c 0\.6\)\]{--tw-drop-shadow:drop-shadow(0 0 20px hsla(0,0%,100%,.6))}.drop-shadow-\[0_0_30px_rgba\(255\2c 255\2c 255\2c 0\.8\)\]{--tw-drop-shadow:drop-shadow(0 0 30px hsla(0,0%,100%,.8))}.drop-shadow-\[0_0_30px_rgba\(255\2c 255\2c 255\2c 0\.8\)\],.drop-shadow-\[0_0_40px_rgba\(255\2c 255\2c 255\2c 0\.8\)\]{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)}.drop-shadow-\[0_0_40px_rgba\(255\2c 255\2c 255\2c 0\.8\)\]{--tw-drop-shadow:drop-shadow(0 0 40px hsla(0,0%,100%,.8))}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1))}.drop-shadow-lg,.grayscale{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%)}.invert{--tw-invert:invert(100%)}.invert,.sepia{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)}.sepia{--tw-sepia:sepia(100%)}.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)}.backdrop-blur,.backdrop-blur-3xl{-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-3xl{--tw-backdrop-blur:blur(64px)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px)}.backdrop-blur-lg,.backdrop-blur-md{-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)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.backdrop-blur-sm,.backdrop-blur-xl{-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)}.backdrop-filter{-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-duration:.25s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.25s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.25s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-none{transition-property:none}.transition-opacity{transition-duration:.25s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-duration:.25s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.25s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-500{transition-delay:.5s}.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-700{transition-duration:.7s}.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-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[appearance\:textfield\]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.\[font-size\:clamp\(1\.125rem\2c 1\.5vw\+0\.5rem\2c 1\.5rem\)\]{font-size:clamp(1.125rem,1.5vw + .5rem,1.5rem)}.\[font-size\:clamp\(1\.25rem\2c 2vw\+0\.5rem\2c 1\.875rem\)\]{font-size:clamp(1.25rem,2vw + .5rem,1.875rem)}.\[font-size\:clamp\(1\.5rem\2c 3vw\+0\.5rem\2c 2\.25rem\)\]{font-size:clamp(1.5rem,3vw + .5rem,2.25rem)}.\[font-size\:clamp\(1\.75rem\2c 4vw\+0\.75rem\2c 3rem\)\]{font-size:clamp(1.75rem,4vw + .75rem,3rem)}.\[font-size\:clamp\(1rem\2c 1vw\+0\.5rem\2c 1\.25rem\)\]{font-size:clamp(1rem,1vw + .5rem,1.25rem)}.\[font-size\:clamp\(2rem\2c 5vw\+1rem\2c 3\.75rem\)\]{font-size:clamp(2rem,5vw + 1rem,3.75rem)}.\[margin-bottom\:clamp\(0\.625rem\2c 1vw\+0\.5rem\2c 1rem\)\]{margin-bottom:clamp(.625rem,1vw + .5rem,1rem)}.\[margin-bottom\:clamp\(0\.75rem\2c 1\.25vw\+0\.5rem\2c 1\.25rem\)\]{margin-bottom:clamp(.75rem,1.25vw + .5rem,1.25rem)}.\[margin-bottom\:clamp\(0\.875rem\2c 1\.5vw\+0\.5rem\2c 1\.5rem\)\]{margin-bottom:clamp(.875rem,1.5vw + .5rem,1.5rem)}.\[margin-bottom\:clamp\(1\.25rem\2c 2\.5vw\+0\.5rem\2c 2rem\)\]{margin-bottom:clamp(1.25rem,2.5vw + .5rem,2rem)}.\[margin-bottom\:clamp\(1\.5rem\2c 3vw\+0\.5rem\2c 2\.5rem\)\]{margin-bottom:clamp(1.5rem,3vw + .5rem,2.5rem)}.\[margin-bottom\:clamp\(1rem\2c 2vw\+0\.5rem\2c 1\.75rem\)\]{margin-bottom:clamp(1rem,2vw + .5rem,1.75rem)}@media (min-width:640px){.sm\:w-full.form-column{width:100%}.sm\:flex-1.form-column{flex:1 1 0%}}@media (min-width:1024px){.lg\:w-1\/2.form-column{width:50%}}.\[\&_svg\]\:w-full svg.form-column{width:100%}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded::file-selector-button{border-radius:.25rem}.file\:rounded-lg::file-selector-button{border-radius:.5rem}.file\:border-0::file-selector-button{border-width:0}.file\:bg-primary-50::file-selector-button{--tw-bg-opacity:1;background-color:rgb(230 255 254/var(--tw-bg-opacity,1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-bottom:.5rem;padding-top:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-primary-700::file-selector-button{--tw-text-opacity:1;color:rgb(45 150 132/var(--tw-text-opacity,1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:start-\[2px\]:after{content:var(--tw-content);inset-inline-start:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:size-4:after{width:1rem}.after\:h-4:after,.after\:size-4:after{content:var(--tw-content);height:1rem}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-4:after{content:var(--tw-content);width:1rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:border:after{border-width:1px;content:var(--tw-content)}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.after\:transition-all:after{content:var(--tw-content);transition-duration:.25s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.first\:ml-0:first-child{margin-left:0}.first\:pb-0:first-child{padding-bottom:0}.first\:pl-0:first-child{padding-left:0}.first\:pr-0:first-child{padding-right:0}.first\:pt-0:first-child{padding-top:0}.last\:border-r-0:last-child{border-right-width:0}.last\:pb-0:last-child{padding-bottom:0}.last\:pl-0:last-child{padding-left:0}.last\:pr-0:last-child{padding-right:0}.last\:pt-0:last-child{padding-top:0}.first-of-type\:border-e-0:first-of-type{border-inline-end-width:0}.last-of-type\:border-s-0:last-of-type{border-inline-start-width:0}.focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus-within\:border-red-500:focus-within{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.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,1))}.focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus-within\:ring-primary-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(72 242 222/var(--tw-ring-opacity,1))}.focus-within\:ring-red-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem}.hover\:-translate-y-0\.5:hover,.hover\:translate-x-1:hover{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-x-1:hover{--tw-translate-x:0.25rem}.hover\:translate-x-2:hover{--tw-translate-x:0.5rem}.hover\:scale-105:hover,.hover\:translate-x-2:hover{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}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-110:hover,.hover\:scale-\[1\.02\]:hover{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-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02}.hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity,1))}.hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity,1))}.hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.hover\:border-primary-400:hover{--tw-border-opacity:1;border-color:rgb(38 255 244/var(--tw-border-opacity,1))}.hover\:border-primary-500:hover{--tw-border-opacity:1;border-color:rgb(72 242 222/var(--tw-border-opacity,1))}.hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.hover\:border-slate-400:hover{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity,1))}.hover\:border-white\/30:hover{border-color:hsla(0,0%,100%,.3)}.hover\:bg-\[var\(--color-surface\)\]:hover{background-color:var(--color-surface)}.hover\:bg-amber-100:hover{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.hover\:bg-amber-200:hover{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.hover\:bg-amber-50:hover{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.hover\:bg-amber-500:hover{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.hover\:bg-amber-700:hover{--tw-bg-opacity:1;background-color:rgb(180 83 9/var(--tw-bg-opacity,1))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-50\/40:hover{background-color:rgba(239,246,255,.4)}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-100\/50:hover{background-color:rgba(243,244,246,.5)}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-50\/50:hover{background-color:rgba(249,250,251,.5)}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity,1))}.hover\:bg-primary-100:hover{--tw-bg-opacity:1;background-color:rgb(179 255 252/var(--tw-bg-opacity,1))}.hover\:bg-primary-400:hover{--tw-bg-opacity:1;background-color:rgb(38 255 244/var(--tw-bg-opacity,1))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(230 255 254/var(--tw-bg-opacity,1))}.hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:rgb(72 242 222/var(--tw-bg-opacity,1))}.hover\:bg-primary-700:hover{--tw-bg-opacity:1;background-color:rgb(45 150 132/var(--tw-bg-opacity,1))}.hover\:bg-primary-800:hover{--tw-bg-opacity:1;background-color:rgb(30 109 95/var(--tw-bg-opacity,1))}.hover\:bg-primary\/90:hover{background-color:rgba(60,191,175,.9)}.hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))}.hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-red-900\/20:hover{background-color:rgba(127,29,29,.2)}.hover\:bg-secondary-100:hover{--tw-bg-opacity:1;background-color:rgb(186 227 255/var(--tw-bg-opacity,1))}.hover\:bg-secondary-200:hover{--tw-bg-opacity:1;background-color:rgb(124 196 255/var(--tw-bg-opacity,1))}.hover\:bg-secondary-300:hover{--tw-bg-opacity:1;background-color:rgb(74 186 255/var(--tw-bg-opacity,1))}.hover\:bg-secondary-50:hover{--tw-bg-opacity:1;background-color:rgb(230 244 255/var(--tw-bg-opacity,1))}.hover\:bg-secondary-700:hover{--tw-bg-opacity:1;background-color:rgb(23 64 130/var(--tw-bg-opacity,1))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.hover\:bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.hover\:bg-slate-600:hover{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.hover\:bg-slate-700:hover{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-white\/20:hover{background-color:hsla(0,0%,100%,.2)}.hover\:bg-white\/30:hover{background-color:hsla(0,0%,100%,.3)}.hover\:bg-white\/50:hover{background-color:hsla(0,0%,100%,.5)}.hover\:bg-white\/70:hover{background-color:hsla(0,0%,100%,.7)}.hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.hover\:from-blue-600:hover{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:rgba(37,99,235,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-primary-600:hover{--tw-gradient-from:#3cbfaf var(--tw-gradient-from-position);--tw-gradient-to:rgba(60,191,175,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-primary-700:hover{--tw-gradient-from:#2d9684 var(--tw-gradient-from-position);--tw-gradient-to:rgba(45,150,132,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-purple-700:hover{--tw-gradient-from:#7e22ce var(--tw-gradient-from-position);--tw-gradient-to:rgba(126,34,206,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-violet-700:hover{--tw-gradient-from:#6d28d9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(109,40,217,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8 var(--tw-gradient-to-position)}.hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca var(--tw-gradient-to-position)}.hover\:to-primary-700:hover{--tw-gradient-to:#2d9684 var(--tw-gradient-to-position)}.hover\:to-primary-800:hover{--tw-gradient-to:#1e6d5f var(--tw-gradient-to-position)}.hover\:to-secondary-600:hover{--tw-gradient-to:#1e50a2 var(--tw-gradient-to-position)}.hover\:to-violet-800:hover{--tw-gradient-to:#5b21b6 var(--tw-gradient-to-position)}.hover\:fill-gray-300:hover{fill:#d1d5db}.hover\:text-\[var\(--color-text\)\]:hover{color:var(--color-text)}.hover\:text-amber-700:hover{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.hover\:text-amber-900:hover{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.hover\:text-green-900:hover{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity,1))}.hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity,1))}.hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity,1))}.hover\:text-primary-500:hover{--tw-text-opacity:1;color:rgb(72 242 222/var(--tw-text-opacity,1))}.hover\:text-primary-600:hover{--tw-text-opacity:1;color:rgb(60 191 175/var(--tw-text-opacity,1))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgb(45 150 132/var(--tw-text-opacity,1))}.hover\:text-primary-800:hover{--tw-text-opacity:1;color:rgb(30 109 95/var(--tw-text-opacity,1))}.hover\:text-primary-900:hover{--tw-text-opacity:1;color:rgb(15 68 58/var(--tw-text-opacity,1))}.hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgb(88 28 135/var(--tw-text-opacity,1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity,1))}.hover\:text-slate-200:hover{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.hover\:text-slate-600:hover{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.hover\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.hover\:shadow-2xl:hover,.hover\:shadow-lg:hover{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 rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px var(--tw-shadow-color)}.hover\:shadow-md:hover,.hover\:shadow-xl:hover{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 rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.hover\:ring-1:hover{--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)}.hover\:ring-blue-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))}.hover\:file\:bg-primary-100::file-selector-button:hover{--tw-bg-opacity:1;background-color:rgb(179 255 252/var(--tw-bg-opacity,1))}.focus\:not-sr-only:focus{height:auto;margin:0;overflow:visible;padding:0;position:static;width:auto;clip:auto;white-space:normal}.focus\:absolute:focus{position:absolute}.focus\:left-2:focus{left:.5rem}.focus\:top-2:focus{top:.5rem}.focus\:z-10:focus{z-index:10}.focus\:z-50:focus{z-index:50}.focus\:rounded:focus{border-radius:.25rem}.focus\:border-amber-500:focus{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.focus\:border-primary-500:focus{--tw-border-opacity:1;border-color:rgb(72 242 222/var(--tw-border-opacity,1))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-violet-500:focus{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.focus\:px-4:focus{padding-left:1rem;padding-right:1rem}.focus\:py-2:focus{padding-bottom:.5rem;padding-top:.5rem}.focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-1:focus{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)}.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)}.focus\:ring-2:focus,.focus\:ring-4:focus{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)}.focus\:ring-amber-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 243 199/var(--tw-ring-opacity,1))}.focus\:ring-amber-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(253 230 138/var(--tw-ring-opacity,1))}.focus\:ring-amber-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity,1))}.focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(219 234 254/var(--tw-ring-opacity,1))}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-blue-500\/25:focus{--tw-ring-color:rgba(59,130,246,.25)}.focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity,1))}.focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity,1))}.focus\:ring-gray-500\/20:focus{--tw-ring-color:hsla(220,9%,46%,.2)}.focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(220 252 231/var(--tw-ring-opacity,1))}.focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity,1))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\:ring-primary-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(77 255 247/var(--tw-ring-opacity,1))}.focus\:ring-primary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(72 242 222/var(--tw-ring-opacity,1))}.focus\:ring-primary-500\/20:focus{--tw-ring-color:rgba(72,242,222,.2)}.focus\:ring-primary-500\/30:focus{--tw-ring-color:rgba(72,242,222,.3)}.focus\:ring-primary\/50:focus{--tw-ring-color:rgba(60,191,175,.5)}.focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity,1))}.focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity,1))}.focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-secondary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(37 100 194/var(--tw-ring-opacity,1))}.focus\:ring-slate-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(241 245 249/var(--tw-ring-opacity,1))}.focus\:ring-slate-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity,1))}.focus\:ring-slate-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.focus\:ring-violet-500\/20:focus{--tw-ring-color:rgba(139,92,246,.2)}.focus\:ring-violet-500\/30:focus{--tw-ring-color:rgba(139,92,246,.3)}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.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)}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95}.active\:scale-95:active,.active\:scale-\[0\.98\]:active{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:0.98;--tw-scale-y:0.98}.active\:cursor-grabbing:active{cursor:grabbing}.active\:bg-slate-100:active{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.active\:bg-slate-200:active{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group:focus-within .group-focus-within\:text-primary-500{--tw-text-opacity:1;color:rgb(72 242 222/var(--tw-text-opacity,1))}.group:hover .group-hover\:pointer-events-auto{pointer-events:auto}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:flex{display:flex}.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\:border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.group:hover .group-hover\:bg-transparent{background-color:transparent}.group:hover .group-hover\:bg-white\/20{background-color:hsla(0,0%,100%,.2)}.group:hover .group-hover\:from-indigo-100{--tw-gradient-from:#e0e7ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(224,231,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\:from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:rgba(147,51,234,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\:to-blue-100{--tw-gradient-to:#dbeafe var(--tw-gradient-to-position)}.group:hover .group-hover\:to-blue-500{--tw-gradient-to:#3b82f6 var(--tw-gradient-to-position)}.group:hover .group-hover\:text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-primary-400{--tw-text-opacity:1;color:rgb(38 255 244/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-primary-500{--tw-text-opacity:1;color:rgb(72 242 222/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity:1;color:rgb(60 191 175/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-white\/90{color:hsla(0,0%,100%,.9)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgb(129 140 248/var(--tw-ring-opacity,1))}.peer:checked~.peer-checked\:block{display:block}.peer:checked~.peer-checked\:border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.peer:checked~.peer-checked\:border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.peer:checked~.peer-checked\:border-primary-500{--tw-border-opacity:1;border-color:rgb(72 242 222/var(--tw-border-opacity,1))}.peer:checked~.peer-checked\:bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.peer:checked~.peer-checked\:text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.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-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(72 242 222/var(--tw-ring-opacity,1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--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))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:text-base{font-size:1rem;line-height:1.5rem}.peer:placeholder-shown~.peer-placeholder-shown\:text-base{font-size:1rem;line-height:1.5rem}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.peer:placeholder-shown~.peer-placeholder-shown\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.peer:focus~.peer-focus\:-top-2\.5{top:-.625rem}.peer:focus~.peer-focus\:left-2{left:.5rem}.peer:focus~.peer-focus\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.peer:focus~.peer-focus\:px-2{padding-left:.5rem;padding-right:.5rem}.peer:focus~.peer-focus\:text-xs{font-size:.75rem;line-height:1rem}.peer:focus~.peer-focus\:text-primary-500{--tw-text-opacity:1;color:rgb(72 242 222/var(--tw-text-opacity,1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\: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)}.peer:focus~.peer-focus\:ring-amber-300\/20{--tw-ring-color:rgba(252,211,77,.2)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))}.peer:focus~.peer-focus\:ring-blue-300\/20{--tw-ring-color:rgba(147,197,253,.2)}.peer:not(:-moz-placeholder-shown)~.peer-\[\:not\(\:-moz-placeholder-shown\)\]\:-top-2\.5{top:-.625rem}.peer:not(:placeholder-shown)~.peer-\[\:not\(\:placeholder-shown\)\]\:-top-2\.5{top:-.625rem}.peer:not(:-moz-placeholder-shown)~.peer-\[\:not\(\:-moz-placeholder-shown\)\]\:left-2{left:.5rem}.peer:not(:placeholder-shown)~.peer-\[\:not\(\:placeholder-shown\)\]\:left-2{left:.5rem}.peer:not(:-moz-placeholder-shown)~.peer-\[\:not\(\:-moz-placeholder-shown\)\]\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.peer:not(:placeholder-shown)~.peer-\[\:not\(\:placeholder-shown\)\]\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.peer:not(:-moz-placeholder-shown)~.peer-\[\:not\(\:-moz-placeholder-shown\)\]\:px-2{padding-left:.5rem;padding-right:.5rem}.peer:not(:placeholder-shown)~.peer-\[\:not\(\:placeholder-shown\)\]\:px-2{padding-left:.5rem;padding-right:.5rem}.peer:not(:-moz-placeholder-shown)~.peer-\[\:not\(\:-moz-placeholder-shown\)\]\:text-xs{font-size:.75rem;line-height:1rem}.peer:not(:placeholder-shown)~.peer-\[\:not\(\:placeholder-shown\)\]\:text-xs{font-size:.75rem;line-height:1rem}.aria-pressed\:border-blue-500[aria-pressed=true]{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.aria-pressed\:bg-blue-100[aria-pressed=true]{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.aria-pressed\:text-blue-700[aria-pressed=true]{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.data-\[selected\=true\]\:flex[data-selected=true]{display:flex}.data-\[active\]\:bg-white[data-active]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.data-\[active\]\:text-gray-900[data-active]{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.data-\[selected\=true\]\:opacity-100[data-selected=true]{opacity:1}.data-\[active\]\:shadow[data-active]{--tw-shadow:0 1px 3px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px var(--tw-shadow-color)}.data-\[active\]\:shadow-sm[data-active],.data-\[active\]\:shadow[data-active]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[active\]\:shadow-sm[data-active]{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.data-\[selected\=true\]\:ring-indigo-500[data-selected=true]{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.dark\:\!block:is([data-theme=dark] *){display:block!important}.dark\:block:is([data-theme=dark] *){display:block}.dark\:\!hidden:is([data-theme=dark] *){display:none!important}.dark\:hidden:is([data-theme=dark] *){display:none}.dark\:divide-gray-600:is([data-theme=dark] *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(75 85 99/var(--tw-divide-opacity,1))}.dark\:divide-gray-700:is([data-theme=dark] *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(55 65 81/var(--tw-divide-opacity,1))}.dark\:divide-gray-700\/50:is([data-theme=dark] *)>:not([hidden])~:not([hidden]){border-color:rgba(55,65,81,.5)}.dark\:border-amber-400:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity,1))}.dark\:border-amber-600:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(217 119 6/var(--tw-border-opacity,1))}.dark\:border-amber-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(180 83 9/var(--tw-border-opacity,1))}.dark\:border-amber-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(146 64 14/var(--tw-border-opacity,1))}.dark\:border-blue-400:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.dark\:border-blue-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity,1))}.dark\:border-blue-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:border-cyan-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(14 116 144/var(--tw-border-opacity,1))}.dark\:border-emerald-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(6 95 70/var(--tw-border-opacity,1))}.dark\:border-gray-400:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.dark\:border-gray-500:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:border-gray-600:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-gray-700\/50:is([data-theme=dark] *){border-color:rgba(55,65,81,.5)}.dark\:border-gray-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.dark\:border-green-400:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.dark\:border-green-500:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.dark\:border-green-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity,1))}.dark\:border-green-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity,1))}.dark\:border-primary-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(30 109 95/var(--tw-border-opacity,1))}.dark\:border-purple-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(126 34 206/var(--tw-border-opacity,1))}.dark\:border-red-400:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.dark\:border-red-500:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.dark\:border-red-600:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.dark\:border-red-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity,1))}.dark\:border-red-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity,1))}.dark\:border-slate-400:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity,1))}.dark\:border-slate-600:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.dark\:border-slate-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.dark\:border-slate-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.dark\:border-white:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.dark\:border-yellow-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity,1))}.dark\:border-yellow-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.dark\:border-s-gray-700:is([data-theme=dark] *){--tw-border-opacity:1;border-inline-start-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:bg-amber-300:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1))}.dark\:bg-amber-900\/20:is([data-theme=dark] *){background-color:rgba(120,53,15,.2)}.dark\:bg-amber-900\/30:is([data-theme=dark] *){background-color:rgba(120,53,15,.3)}.dark\:bg-amber-900\/50:is([data-theme=dark] *){background-color:rgba(120,53,15,.5)}.dark\:bg-amber-900\/80:is([data-theme=dark] *){background-color:rgba(120,53,15,.8)}.dark\:bg-black:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\:bg-blue-500:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.dark\:bg-blue-500\/10:is([data-theme=dark] *){background-color:rgba(59,130,246,.1)}.dark\:bg-blue-600:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.dark\:bg-blue-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity,1))}.dark\:bg-blue-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.dark\:bg-blue-900\/20:is([data-theme=dark] *){background-color:rgba(30,58,138,.2)}.dark\:bg-blue-900\/30:is([data-theme=dark] *){background-color:rgba(30,58,138,.3)}.dark\:bg-blue-900\/40:is([data-theme=dark] *){background-color:rgba(30,58,138,.4)}.dark\:bg-blue-900\/50:is([data-theme=dark] *){background-color:rgba(30,58,138,.5)}.dark\:bg-cyan-900\/20:is([data-theme=dark] *){background-color:rgba(22,78,99,.2)}.dark\:bg-cyan-900\/30:is([data-theme=dark] *){background-color:rgba(22,78,99,.3)}.dark\:bg-emerald-500\/10:is([data-theme=dark] *){background-color:rgba(16,185,129,.1)}.dark\:bg-emerald-900\/20:is([data-theme=dark] *){background-color:rgba(6,78,59,.2)}.dark\:bg-emerald-900\/30:is([data-theme=dark] *){background-color:rgba(6,78,59,.3)}.dark\:bg-gray-600:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:bg-gray-700:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-700\/30:is([data-theme=dark] *){background-color:rgba(55,65,81,.3)}.dark\:bg-gray-700\/50:is([data-theme=dark] *){background-color:rgba(55,65,81,.5)}.dark\:bg-gray-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-800\/50:is([data-theme=dark] *){background-color:rgba(31,41,55,.5)}.dark\:bg-gray-800\/80:is([data-theme=dark] *){background-color:rgba(31,41,55,.8)}.dark\:bg-gray-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:bg-gray-900\/30:is([data-theme=dark] *){background-color:rgba(17,24,39,.3)}.dark\:bg-gray-900\/50:is([data-theme=dark] *){background-color:rgba(17,24,39,.5)}.dark\:bg-gray-900\/70:is([data-theme=dark] *){background-color:rgba(17,24,39,.7)}.dark\:bg-gray-900\/95:is([data-theme=dark] *){background-color:rgba(17,24,39,.95)}.dark\:bg-green-500:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.dark\:bg-green-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity,1))}.dark\:bg-green-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity,1))}.dark\:bg-green-900\/20:is([data-theme=dark] *){background-color:rgba(20,83,45,.2)}.dark\:bg-green-900\/30:is([data-theme=dark] *){background-color:rgba(20,83,45,.3)}.dark\:bg-green-900\/50:is([data-theme=dark] *){background-color:rgba(20,83,45,.5)}.dark\:bg-indigo-500:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.dark\:bg-indigo-900\/30:is([data-theme=dark] *){background-color:rgba(49,46,129,.3)}.dark\:bg-indigo-900\/40:is([data-theme=dark] *){background-color:rgba(49,46,129,.4)}.dark\:bg-indigo-900\/50:is([data-theme=dark] *){background-color:rgba(49,46,129,.5)}.dark\:bg-neutral-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.dark\:bg-orange-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(124 45 18/var(--tw-bg-opacity,1))}.dark\:bg-orange-900\/30:is([data-theme=dark] *){background-color:rgba(124,45,18,.3)}.dark\:bg-orange-900\/50:is([data-theme=dark] *){background-color:rgba(124,45,18,.5)}.dark\:bg-primary-600:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(60 191 175/var(--tw-bg-opacity,1))}.dark\:bg-primary-700\/80:is([data-theme=dark] *){background-color:rgba(45,150,132,.8)}.dark\:bg-primary-800\/60:is([data-theme=dark] *){background-color:rgba(30,109,95,.6)}.dark\:bg-primary-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(15 68 58/var(--tw-bg-opacity,1))}.dark\:bg-primary-900\/20:is([data-theme=dark] *){background-color:rgba(15,68,58,.2)}.dark\:bg-primary-900\/30:is([data-theme=dark] *){background-color:rgba(15,68,58,.3)}.dark\:bg-primary-900\/40:is([data-theme=dark] *){background-color:rgba(15,68,58,.4)}.dark\:bg-primary-900\/50:is([data-theme=dark] *){background-color:rgba(15,68,58,.5)}.dark\:bg-purple-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(107 33 168/var(--tw-bg-opacity,1))}.dark\:bg-purple-900\/20:is([data-theme=dark] *){background-color:rgba(88,28,135,.2)}.dark\:bg-purple-900\/30:is([data-theme=dark] *){background-color:rgba(88,28,135,.3)}.dark\:bg-purple-900\/50:is([data-theme=dark] *){background-color:rgba(88,28,135,.5)}.dark\:bg-red-500:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.dark\:bg-red-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity,1))}.dark\:bg-red-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.dark\:bg-red-900\/20:is([data-theme=dark] *){background-color:rgba(127,29,29,.2)}.dark\:bg-red-900\/30:is([data-theme=dark] *){background-color:rgba(127,29,29,.3)}.dark\:bg-red-900\/50:is([data-theme=dark] *){background-color:rgba(127,29,29,.5)}.dark\:bg-rose-900\/30:is([data-theme=dark] *){background-color:rgba(136,19,55,.3)}.dark\:bg-slate-500:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity,1))}.dark\:bg-slate-600:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.dark\:bg-slate-700:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.dark\:bg-slate-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.dark\:bg-slate-800\/50:is([data-theme=dark] *){background-color:rgba(30,41,59,.5)}.dark\:bg-slate-800\/60:is([data-theme=dark] *){background-color:rgba(30,41,59,.6)}.dark\:bg-slate-800\/80:is([data-theme=dark] *){background-color:rgba(30,41,59,.8)}.dark\:bg-slate-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.dark\:bg-slate-900\/30:is([data-theme=dark] *){background-color:rgba(15,23,42,.3)}.dark\:bg-slate-900\/50:is([data-theme=dark] *){background-color:rgba(15,23,42,.5)}.dark\:bg-slate-900\/80:is([data-theme=dark] *){background-color:rgba(15,23,42,.8)}.dark\:bg-stone-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity,1))}.dark\:bg-teal-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(19 78 74/var(--tw-bg-opacity,1))}.dark\:bg-teal-900\/30:is([data-theme=dark] *){background-color:rgba(19,78,74,.3)}.dark\:bg-violet-900\/30:is([data-theme=dark] *){background-color:rgba(76,29,149,.3)}.dark\:bg-yellow-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity,1))}.dark\:bg-yellow-900\/20:is([data-theme=dark] *){background-color:rgba(113,63,18,.2)}.dark\:bg-yellow-900\/30:is([data-theme=dark] *){background-color:rgba(113,63,18,.3)}.dark\:bg-yellow-900\/50:is([data-theme=dark] *){background-color:rgba(113,63,18,.5)}.dark\:bg-zinc-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))}.dark\:from-blue-500\/20:is([data-theme=dark] *){--tw-gradient-from:rgba(59,130,246,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(59,130,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-900\/20:is([data-theme=dark] *){--tw-gradient-from:rgba(30,58,138,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(30,58,138,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-gray-700:is([data-theme=dark] *){--tw-gradient-from:#374151 var(--tw-gradient-from-position);--tw-gradient-to:rgba(55,65,81,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-gray-800:is([data-theme=dark] *){--tw-gradient-from:#1f2937 var(--tw-gradient-from-position);--tw-gradient-to:rgba(31,41,55,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-gray-900:is([data-theme=dark] *){--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:rgba(17,24,39,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-green-900\/20:is([data-theme=dark] *){--tw-gradient-from:rgba(20,83,45,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(20,83,45,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-primary-900\/20:is([data-theme=dark] *){--tw-gradient-from:rgba(15,68,58,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(15,68,58,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-red-900\/20:is([data-theme=dark] *){--tw-gradient-from:rgba(127,29,29,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-slate-800\/50:is([data-theme=dark] *){--tw-gradient-from:rgba(30,41,59,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(30,41,59,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-slate-900:is([data-theme=dark] *){--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:rgba(15,23,42,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-yellow-900\/20:is([data-theme=dark] *){--tw-gradient-from:rgba(113,63,18,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(113,63,18,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:via-gray-800:is([data-theme=dark] *){--tw-gradient-to:rgba(31,41,55,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1f2937 var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:via-indigo-500\/20:is([data-theme=dark] *){--tw-gradient-to:rgba(99,102,241,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(99,102,241,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:via-slate-800:is([data-theme=dark] *){--tw-gradient-to:rgba(30,41,59,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1e293b var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:to-emerald-500\/20:is([data-theme=dark] *){--tw-gradient-to:rgba(16,185,129,.2) var(--tw-gradient-to-position)}.dark\:to-emerald-900\/20:is([data-theme=dark] *){--tw-gradient-to:rgba(6,78,59,.2) var(--tw-gradient-to-position)}.dark\:to-gray-700:is([data-theme=dark] *){--tw-gradient-to:#374151 var(--tw-gradient-to-position)}.dark\:to-gray-800:is([data-theme=dark] *){--tw-gradient-to:#1f2937 var(--tw-gradient-to-position)}.dark\:to-gray-900:is([data-theme=dark] *){--tw-gradient-to:#111827 var(--tw-gradient-to-position)}.dark\:to-indigo-900\/20:is([data-theme=dark] *){--tw-gradient-to:rgba(49,46,129,.2) var(--tw-gradient-to-position)}.dark\:to-orange-900\/20:is([data-theme=dark] *){--tw-gradient-to:rgba(124,45,18,.2) var(--tw-gradient-to-position)}.dark\:to-pink-900\/20:is([data-theme=dark] *){--tw-gradient-to:rgba(159,18,57,.2) var(--tw-gradient-to-position)}.dark\:to-slate-900:is([data-theme=dark] *){--tw-gradient-to:#0f172a var(--tw-gradient-to-position)}.dark\:to-slate-900\/50:is([data-theme=dark] *){--tw-gradient-to:rgba(15,23,42,.5) var(--tw-gradient-to-position)}.dark\:fill-gray-500:is([data-theme=dark] *){fill:#6b7280}.dark\:stroke-gray-300:is([data-theme=dark] *){stroke:#d1d5db}.dark\:text-amber-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity,1))}.dark\:text-amber-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:text-amber-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.dark\:text-amber-500\/60:is([data-theme=dark] *){color:rgba(245,158,11,.6)}.dark\:text-blue-100:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.dark\:text-blue-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.dark\:text-blue-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:text-blue-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-blue-500\/70:is([data-theme=dark] *){color:rgba(59,130,246,.7)}.dark\:text-cyan-100:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(207 250 254/var(--tw-text-opacity,1))}.dark\:text-cyan-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(103 232 249/var(--tw-text-opacity,1))}.dark\:text-cyan-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}.dark\:text-emerald-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.dark\:text-emerald-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-emerald-400\/60:is([data-theme=dark] *){color:rgba(52,211,153,.6)}.dark\:text-gray-100:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-gray-600:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.dark\:text-gray-700:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.dark\:text-green-100:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity,1))}.dark\:text-green-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity,1))}.dark\:text-green-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity,1))}.dark\:text-green-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.dark\:text-indigo-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity,1))}.dark\:text-indigo-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}.dark\:text-orange-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(254 215 170/var(--tw-text-opacity,1))}.dark\:text-orange-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity,1))}.dark\:text-orange-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.dark\:text-pink-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 109 190/var(--tw-text-opacity,1))}.dark\:text-primary-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(77 255 247/var(--tw-text-opacity,1))}.dark\:text-primary-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(38 255 244/var(--tw-text-opacity,1))}.dark\:text-purple-100:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(243 232 255/var(--tw-text-opacity,1))}.dark\:text-purple-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity,1))}.dark\:text-purple-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.dark\:text-red-100:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity,1))}.dark\:text-red-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity,1))}.dark\:text-red-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:text-red-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-red-500:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.dark\:text-rose-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(253 164 175/var(--tw-text-opacity,1))}.dark\:text-secondary-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(48 146 207/var(--tw-text-opacity,1))}.dark\:text-slate-100:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.dark\:text-slate-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark\:text-slate-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.dark\:text-slate-500:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.dark\:text-slate-600:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.dark\:text-teal-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(153 246 228/var(--tw-text-opacity,1))}.dark\:text-teal-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}.dark\:text-violet-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.dark\:text-violet-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.dark\:text-white:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-yellow-100:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity,1))}.dark\:text-yellow-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.dark\:text-yellow-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.dark\:text-yellow-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.dark\:placeholder-gray-400:is([data-theme=dark] *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.dark\:placeholder-gray-400:is([data-theme=dark] *)::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.dark\:placeholder-gray-500:is([data-theme=dark] *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.dark\:placeholder-gray-500:is([data-theme=dark] *)::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.dark\:placeholder-gray-600:is([data-theme=dark] *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(75 85 99/var(--tw-placeholder-opacity,1))}.dark\:placeholder-gray-600:is([data-theme=dark] *)::placeholder{--tw-placeholder-opacity:1;color:rgb(75 85 99/var(--tw-placeholder-opacity,1))}.dark\:placeholder-red-500:is([data-theme=dark] *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(239 68 68/var(--tw-placeholder-opacity,1))}.dark\:placeholder-red-500:is([data-theme=dark] *)::placeholder{--tw-placeholder-opacity:1;color:rgb(239 68 68/var(--tw-placeholder-opacity,1))}.dark\:opacity-80:is([data-theme=dark] *){opacity:.8}.dark\:shadow-gray-900\/20:is([data-theme=dark] *){--tw-shadow-color:rgba(17,24,39,.2);--tw-shadow:var(--tw-shadow-colored)}.dark\:ring-amber-400\/20:is([data-theme=dark] *){--tw-ring-color:rgba(251,191,36,.2)}.dark\:ring-blue-400\/20:is([data-theme=dark] *){--tw-ring-color:rgba(96,165,250,.2)}.dark\:ring-emerald-400\/20:is([data-theme=dark] *){--tw-ring-color:rgba(52,211,153,.2)}.dark\:ring-gray-400\/20:is([data-theme=dark] *){--tw-ring-color:rgba(156,163,175,.2)}.dark\:ring-primary-400:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(38 255 244/var(--tw-ring-opacity,1))}.dark\:ring-offset-gray-800:is([data-theme=dark] *){--tw-ring-offset-color:#1f2937}.dark\:brightness-0:is([data-theme=dark] *){--tw-brightness:brightness(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)}.dark\:invert:is([data-theme=dark] *){--tw-invert:invert(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)}.dark\:file\:bg-primary-900\/20:is([data-theme=dark] *)::file-selector-button{background-color:rgba(15,68,58,.2)}.dark\:file\:text-primary-300:is([data-theme=dark] *)::file-selector-button{--tw-text-opacity:1;color:rgb(77 255 247/var(--tw-text-opacity,1))}.dark\:after\:border-gray-500:is([data-theme=dark] *):after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:after\:border-gray-600:is([data-theme=dark] *):after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:hover\:border-gray-500:hover:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:hover\:border-gray-600:hover:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:hover\:border-primary-500:hover:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(72 242 222/var(--tw-border-opacity,1))}.dark\:hover\:border-red-800:hover:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity,1))}.dark\:hover\:border-slate-500:hover:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity,1))}.dark\:hover\:bg-amber-400:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.dark\:hover\:bg-amber-900\/20:hover:is([data-theme=dark] *){background-color:rgba(120,53,15,.2)}.dark\:hover\:bg-amber-900\/30:hover:is([data-theme=dark] *){background-color:rgba(120,53,15,.3)}.dark\:hover\:bg-amber-900\/40:hover:is([data-theme=dark] *){background-color:rgba(120,53,15,.4)}.dark\:hover\:bg-amber-900\/70:hover:is([data-theme=dark] *){background-color:rgba(120,53,15,.7)}.dark\:hover\:bg-blue-500:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.dark\:hover\:bg-blue-600:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.dark\:hover\:bg-blue-700:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.dark\:hover\:bg-blue-900\/20:hover:is([data-theme=dark] *){background-color:rgba(30,58,138,.2)}.dark\:hover\:bg-blue-900\/30:hover:is([data-theme=dark] *){background-color:rgba(30,58,138,.3)}.dark\:hover\:bg-blue-900\/70:hover:is([data-theme=dark] *){background-color:rgba(30,58,138,.7)}.dark\:hover\:bg-gray-600:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-700:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-700\/20:hover:is([data-theme=dark] *){background-color:rgba(55,65,81,.2)}.dark\:hover\:bg-gray-700\/50:hover:is([data-theme=dark] *){background-color:rgba(55,65,81,.5)}.dark\:hover\:bg-gray-800:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:hover\:bg-green-600:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.dark\:hover\:bg-green-900\/20:hover:is([data-theme=dark] *){background-color:rgba(20,83,45,.2)}.dark\:hover\:bg-green-900\/30:hover:is([data-theme=dark] *){background-color:rgba(20,83,45,.3)}.dark\:hover\:bg-green-900\/70:hover:is([data-theme=dark] *){background-color:rgba(20,83,45,.7)}.dark\:hover\:bg-primary-900\/20:hover:is([data-theme=dark] *){background-color:rgba(15,68,58,.2)}.dark\:hover\:bg-primary-900\/30:hover:is([data-theme=dark] *){background-color:rgba(15,68,58,.3)}.dark\:hover\:bg-purple-900\/20:hover:is([data-theme=dark] *){background-color:rgba(88,28,135,.2)}.dark\:hover\:bg-purple-900\/30:hover:is([data-theme=dark] *){background-color:rgba(88,28,135,.3)}.dark\:hover\:bg-purple-900\/40:hover:is([data-theme=dark] *){background-color:rgba(88,28,135,.4)}.dark\:hover\:bg-red-600:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.dark\:hover\:bg-red-800:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity,1))}.dark\:hover\:bg-red-900\/20:hover:is([data-theme=dark] *){background-color:rgba(127,29,29,.2)}.dark\:hover\:bg-red-900\/30:hover:is([data-theme=dark] *){background-color:rgba(127,29,29,.3)}.dark\:hover\:bg-red-900\/40:hover:is([data-theme=dark] *){background-color:rgba(127,29,29,.4)}.dark\:hover\:bg-red-900\/50:hover:is([data-theme=dark] *){background-color:rgba(127,29,29,.5)}.dark\:hover\:bg-red-900\/70:hover:is([data-theme=dark] *){background-color:rgba(127,29,29,.7)}.dark\:hover\:bg-slate-600:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.dark\:hover\:bg-slate-700:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.dark\:hover\:bg-slate-700\/50:hover:is([data-theme=dark] *){background-color:rgba(51,65,85,.5)}.dark\:hover\:bg-slate-800:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.dark\:hover\:bg-slate-900\/70:hover:is([data-theme=dark] *){background-color:rgba(15,23,42,.7)}.dark\:hover\:bg-yellow-800:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity,1))}.dark\:hover\:fill-gray-400:hover:is([data-theme=dark] *){fill:#9ca3af}.dark\:hover\:text-amber-100:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(254 243 199/var(--tw-text-opacity,1))}.dark\:hover\:text-amber-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:hover\:text-blue-100:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.dark\:hover\:text-blue-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:hover\:text-blue-400:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-200:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-400:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:hover\:text-green-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity,1))}.dark\:hover\:text-indigo-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity,1))}.dark\:hover\:text-primary-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(77 255 247/var(--tw-text-opacity,1))}.dark\:hover\:text-primary-400:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(38 255 244/var(--tw-text-opacity,1))}.dark\:hover\:text-purple-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity,1))}.dark\:hover\:text-red-100:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity,1))}.dark\:hover\:text-red-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:hover\:text-red-400:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:hover\:text-slate-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark\:hover\:text-white:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:hover\:file\:bg-primary-900\/30:is([data-theme=dark] *)::file-selector-button:hover{background-color:rgba(15,68,58,.3)}.dark\:focus\:border-blue-400:focus:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.dark\:focus\:border-blue-500:focus:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.dark\:focus\:border-primary-400:focus:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(38 255 244/var(--tw-border-opacity,1))}.dark\:focus\:ring-amber-700:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(180 83 9/var(--tw-ring-opacity,1))}.dark\:focus\:ring-blue-500:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.dark\:focus\:ring-blue-600:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity,1))}.dark\:focus\:ring-blue-800:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(30 64 175/var(--tw-ring-opacity,1))}.dark\:focus\:ring-blue-800\/30:focus:is([data-theme=dark] *){--tw-ring-color:rgba(30,64,175,.3)}.dark\:focus\:ring-gray-700:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity,1))}.dark\:focus\:ring-green-800:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(22 101 52/var(--tw-ring-opacity,1))}.dark\:focus\:ring-primary-400:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(38 255 244/var(--tw-ring-opacity,1))}.dark\:focus\:ring-red-800:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(153 27 27/var(--tw-ring-opacity,1))}.dark\:focus\:ring-slate-600:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105/var(--tw-ring-opacity,1))}.dark\:focus\:ring-slate-800:focus:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59/var(--tw-ring-opacity,1))}.dark\:active\:bg-slate-600:active:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.dark\:active\:bg-slate-600\/50:active:is([data-theme=dark] *){background-color:rgba(71,85,105,.5)}.group:hover .group-hover\:dark\:bg-transparent:is([data-theme=dark] *){background-color:transparent}.group:hover .dark\:group-hover\:text-blue-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-primary-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(38 255 244/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-white:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.peer:focus~.dark\:peer-focus\:bg-gray-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.peer:focus~.dark\:peer-focus\:ring-amber-800\/20:is([data-theme=dark] *){--tw-ring-color:rgba(146,64,14,.2)}.peer:focus~.dark\:peer-focus\:ring-blue-800:is([data-theme=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(30 64 175/var(--tw-ring-opacity,1))}.peer:focus~.dark\:peer-focus\:ring-blue-800\/20:is([data-theme=dark] *){--tw-ring-color:rgba(30,64,175,.2)}.peer:not(:-moz-placeholder-shown)~.dark\:peer-\[\:not\(\:-moz-placeholder-shown\)\]\:bg-gray-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.peer:not(:placeholder-shown)~.dark\:peer-\[\:not\(\:placeholder-shown\)\]\:bg-gray-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:aria-pressed\:border-blue-400[aria-pressed=true]:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.dark\:aria-pressed\:bg-blue-900[aria-pressed=true]:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.dark\:aria-pressed\:text-blue-300[aria-pressed=true]:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:data-\[active\]\:bg-gray-600[data-active]:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:data-\[active\]\:text-white[data-active]:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:640px){.sm\:not-sr-only{height:auto;margin:0;overflow:visible;padding:0;position:static;width:auto;clip:auto;white-space:normal}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:my-8{margin-bottom:2rem;margin-top:2rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:mt-0{margin-top:0}.sm\:mt-10{margin-top:2.5rem}.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-16{height:4rem}.sm\:h-2{height:.5rem}.sm\:h-24{height:6rem}.sm\:h-32{height:8rem}.sm\:h-4{height:1rem}.sm\:h-48{height:12rem}.sm\:h-8{height:2rem}.sm\:h-screen{height:100vh}.sm\:max-h-\[450px\]{max-height:450px}.sm\:max-h-\[500px\]{max-height:500px}.sm\:w-4{width:1rem}.sm\:w-64{width:16rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-7xl{max-width:80rem}.sm\:max-w-\[18rem\]{max-width:18rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-xs{max-width:20rem}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-2{padding-bottom:.5rem;padding-top:.5rem}.sm\:py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.sm\:py-8{padding-bottom:2rem;padding-top:2rem}.sm\:pb-4{padding-bottom:1rem}.sm\:align-middle{vertical-align:middle}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:shadow{--tw-shadow:0 1px 3px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 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)}}@media (min-width:768px){.md\:inset-0{inset:0}.md\:flex{display:flex}.md\:max-h-\[550px\]{max-height:550px}.md\:max-h-\[600px\]{max-height:600px}.md\:w-72{width:18rem}.md\:w-auto{width:auto}.md\:max-w-md{max-width:28rem}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.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-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.md\:grid-cols-\[1\.5fr\2c 1fr\]{grid-template-columns:1.5fr 1fr}.md\:grid-cols-\[1fr\2c 1\.5fr\]{grid-template-columns:1fr 1.5fr}.md\:border-r{border-right-width:1px}.md\:border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}}@media (min-width:1024px){.lg\:sticky{position:sticky}.lg\:top-24{top:6rem}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:max-h-\[650px\]{max-height:650px}.lg\:max-h-\[700px\]{max-height:700px}.lg\:w-1\/2{width:50%}.lg\:w-80{width:20rem}.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\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,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-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pl-72{padding-left:18rem}.lg\:text-left{text-align:left}}@media (min-width:1280px){.xl\:w-96{width:24rem}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.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-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}}@media (min-width:1536px){.\32xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.\32xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.\32xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.\32xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.\32xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\32xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.\32xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.\32xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.\32xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.peer:checked~.rtl\:peer-checked\:after\:-translate-x-full:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);--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))}@media print{.print\:break-after-page{-moz-column-break-after:page;break-after:page}}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button,.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.\[\&\>\*\:first-child\]\:pl-0>:first-child{padding-left:0}.\[\&\>\*\:first-child\]\:pt-0>:first-child{padding-top:0}.\[\&\>\*\:last-child\]\:pb-0>:last-child{padding-bottom:0}.\[\&\>\*\:last-child\]\:pr-0>:last-child{padding-right:0}.\[\&\>\*\]\:px-2>*{padding-left:.5rem;padding-right:.5rem}.\[\&\>\*\]\:py-2>*{padding-bottom:.5rem;padding-top:.5rem}.\[\&_svg\]\:block svg{display:block}.\[\&_svg\]\:h-auto svg{height:auto}.\[\&_svg\]\:w-full svg{width:100%}