.dev-workspace{--dev-navy: #003049;--dev-navy-strong: #00263a;--dev-red: #b4232a;--dev-red-soft: #fff1f2;--dev-canvas: #eef2f5;--dev-surface: #ffffff;--dev-surface-muted: #f7f9fb;--dev-border: #cbd6df;--dev-border-soft: #e2e8ee;--dev-text: #102a3a;--dev-muted: #607487;--dev-success: #18794e;--dev-warning: #9a6700;--dev-danger: #b4232a;width:min(100%,1600px);margin-inline:auto;color:var(--dev-text)}.dev-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-block-end:22px}.dev-page-heading__copy{min-width:0;max-width:760px}.dev-page-heading__title{color:var(--dev-navy);font-size:clamp(1.65rem,2.25vw,2.35rem);font-weight:800;letter-spacing:-.035em;line-height:1.18}[dir] .dev-page-heading__title{margin:0}[dir=rtl] .dev-page-heading__title{letter-spacing:0}.dev-page-heading__description{color:var(--dev-muted);font-size:.95rem;line-height:1.65}[dir] .dev-page-heading__description{margin:8px 0 0}.dev-page-heading__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.dev-panel{overflow:hidden}[dir] .dev-panel{border:1px solid var(--dev-border);border-radius:14px;background:var(--dev-surface)}.dev-panel+.dev-panel{margin-block-start:16px}[dir] .dev-panel--muted{background:var(--dev-surface-muted)}[dir] .dev-panel--danger{border-color:#efb7ba}.dev-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:60px;border-block-end:1px solid var(--dev-border-soft)}[dir] .dev-panel__header{padding:14px 18px;background:var(--dev-surface-muted)}.dev-panel__identity{min-width:0}.dev-panel__title{color:var(--dev-navy);font-size:1rem;font-weight:800;line-height:1.4}[dir] .dev-panel__title{margin:0}.dev-panel__meta{color:var(--dev-muted);font-size:.78rem;line-height:1.5}[dir] .dev-panel__meta{margin:3px 0 0}[dir] .dev-panel__body{padding:18px}.dev-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-block-end:16px}[dir] .dev-toolbar{padding:14px;border:1px solid var(--dev-border);border-radius:14px;background:var(--dev-surface)}.dev-toolbar__primary{min-width:min(100%,320px);flex:1 1 320px}.dev-toolbar__actions{display:flex;flex-wrap:wrap;gap:8px}.dev-field{display:grid;gap:7px;min-width:0}.dev-field__label,.dev-label{color:var(--dev-text);font-size:.78rem;font-weight:700;line-height:1.4}.dev-field__help{color:var(--dev-muted);font-size:.75rem;line-height:1.5}.dev-field__error{color:var(--dev-danger);font-size:.75rem;font-weight:700}.dev-input,.dev-select,.dev-textarea{width:100%;min-height:44px;color:var(--dev-text);font:inherit;font-size:.875rem;outline:none;transition:border-color .14s ease,box-shadow .14s ease}[dir] .dev-input,[dir] .dev-select,[dir] .dev-textarea{border:1px solid #b8c6d2;border-radius:10px;background:#fff}[dir] .dev-input,[dir] .dev-select{padding:0 13px}.dev-textarea{min-height:112px;resize:vertical}[dir] .dev-textarea{padding:11px 13px}[dir] .dev-input:focus,[dir] .dev-select:focus,[dir] .dev-textarea:focus{border-color:var(--dev-navy);box-shadow:0 0 0 3px #0030491a}.dev-input:disabled,.dev-select:disabled,.dev-textarea:disabled{color:#80909e}[dir] .dev-input:disabled,[dir] .dev-select:disabled,[dir] .dev-textarea:disabled{cursor:not-allowed;background:#edf1f4}.dev-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;font:inherit;font-size:.82rem;font-weight:800;line-height:1.25;text-decoration:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease}[dir] .dev-button{border:1px solid transparent;border-radius:10px;padding:9px 15px;cursor:pointer}.dev-button:focus-visible{outline:3px solid rgba(180,35,42,.22);outline-offset:2px}.dev-button:disabled{opacity:.48}[dir] .dev-button:disabled{cursor:not-allowed}.dev-button--primary{color:#fff}[dir] .dev-button--primary{background:var(--dev-navy)}[dir] .dev-button--primary:hover:not(:disabled){background:var(--dev-navy-strong)}.dev-button--secondary{color:var(--dev-navy)}[dir] .dev-button--secondary{border-color:var(--dev-border);background:#fff}[dir] .dev-button--secondary:hover:not(:disabled){border-color:#91a5b5;background:#f5f8fa}.dev-button--danger{color:#fff}[dir] .dev-button--danger{background:var(--dev-red)}[dir] .dev-button--danger:hover:not(:disabled){background:#971d23}.dev-button--quiet{color:var(--dev-navy)}[dir] .dev-button--quiet{border-color:transparent;background:transparent}[dir] .dev-button--quiet:hover:not(:disabled){background:#edf3f6}.dev-grid{display:grid;gap:14px}.dev-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.dev-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.dev-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1px;overflow:hidden}[dir] .dev-summary{border:1px solid var(--dev-border);border-radius:14px;background:var(--dev-border-soft)}.dev-summary__item{min-width:0}[dir] .dev-summary__item{padding:14px 16px;background:#fff}.dev-summary__label{display:block;color:var(--dev-muted);font-size:.75rem;font-weight:700;line-height:1.4}.dev-summary__value{display:block;margin-block-start:5px;color:var(--dev-navy);font-size:1.08rem;font-weight:800;overflow-wrap:anywhere}.dev-table-wrap{width:100%;overflow-x:auto}.dev-table{width:100%;border-collapse:collapse;color:var(--dev-text);font-size:.82rem}.dev-table th{border-block-end:1px solid var(--dev-border);color:#506579;font-size:.72rem;font-weight:800;white-space:nowrap}[dir] .dev-table th{padding:11px 14px;background:#f5f8fa;text-align:start}.dev-table td{border-block-end:1px solid var(--dev-border-soft);vertical-align:middle}[dir] .dev-table td{padding:13px 14px;text-align:start}.dev-table tbody tr:last-child td{border-block-end:0}[dir] .dev-table tbody tr:hover td{background:#f8fafb}.dev-badge{display:inline-flex;min-height:26px;align-items:center;justify-content:center;gap:6px;color:#455b6e;font-size:.7rem;font-weight:800;line-height:1;white-space:nowrap}[dir] .dev-badge{border:1px solid #c8d4dd;border-radius:999px;padding:4px 9px;background:#f5f8fa}.dev-badge--success{color:var(--dev-success)}[dir] .dev-badge--success{border-color:#a9ddc3;background:#effaf4}.dev-badge--warning{color:var(--dev-warning)}[dir] .dev-badge--warning{border-color:#ead29a;background:#fff9e8}.dev-badge--danger{color:var(--dev-danger)}[dir] .dev-badge--danger{border-color:#efb7ba;background:var(--dev-red-soft)}.dev-message{display:flex;align-items:flex-start;gap:10px;color:var(--dev-text);font-size:.82rem;line-height:1.6}[dir] .dev-message{border:1px solid var(--dev-border);border-radius:12px;padding:12px 14px;background:#f7f9fb}.dev-message--success{color:#145c3c}[dir] .dev-message--success{border-color:#a9ddc3;background:#effaf4}.dev-message--warning{color:#765000}[dir] .dev-message--warning{border-color:#ead29a;background:#fff9e8}.dev-message--danger{color:#8f1c22}[dir] .dev-message--danger{border-color:#efb7ba;background:var(--dev-red-soft)}.dev-empty-state{display:grid;min-height:180px;place-items:center}[dir] .dev-empty-state{padding:30px;text-align:center}.dev-empty-state__icon{display:grid;width:46px;height:46px;margin-inline:auto;place-items:center;color:var(--dev-navy)}[dir] .dev-empty-state__icon{border-radius:12px;background:#edf3f6}.dev-empty-state__title{color:var(--dev-navy);font-size:.95rem;font-weight:800}[dir] .dev-empty-state__title{margin:12px 0 0}.dev-empty-state__description{max-width:460px;color:var(--dev-muted);font-size:.8rem;line-height:1.6}[dir] .dev-empty-state__description{margin:5px auto 0}.dev-modal{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}[dir] .dev-modal{padding:20px;background:rgba(4,24,35,.58)}.dev-modal__panel{width:min(100%,760px);max-height:calc(100vh - 40px);overflow:auto}[dir] .dev-modal__panel{border:1px solid var(--dev-border);border-radius:16px;background:#fff}.dev-modal__header,.dev-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:14px}[dir] .dev-modal__header,[dir] .dev-modal__footer{padding:16px 18px}.dev-modal__header{border-block-end:1px solid var(--dev-border-soft)}.dev-modal__footer{border-block-start:1px solid var(--dev-border-soft)}[dir] .dev-modal__footer{background:#f7f9fb}[dir] .dev-modal__body{padding:18px}.dev-mobile-list{display:none}@media (max-width: 900px){.dev-page-heading{flex-direction:column;gap:14px}.dev-page-heading__actions{width:100%;justify-content:flex-start}.dev-grid--2,.dev-grid--3{grid-template-columns:1fr}}@media (max-width: 640px){.dev-page-heading__title{font-size:1.55rem}[dir] .dev-panel{border-radius:12px}.dev-panel__header,.dev-panel__body{padding-inline:14px}.dev-toolbar{align-items:stretch}.dev-toolbar__actions,.dev-toolbar__actions>.dev-button,.dev-page-heading__actions>.dev-button{width:100%}.dev-table--responsive thead{display:none}.dev-table--responsive,.dev-table--responsive tbody,.dev-table--responsive tr,.dev-table--responsive td{display:block;width:100%}.dev-table--responsive tr{border-block-end:1px solid var(--dev-border-soft)}[dir] .dev-table--responsive tr{padding:10px 14px}.dev-table--responsive td{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}[dir] .dev-table--responsive td{padding:6px 0;border:0}.dev-table--responsive td:before{content:attr(data-label);flex:0 0 42%;color:var(--dev-muted);font-size:.72rem;font-weight:700}}@media (prefers-reduced-motion: reduce){.dev-button,.dev-input,.dev-select,.dev-textarea{transition:none}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(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: rgb(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: }*,:before,:after{box-sizing:border-box}[dir] *,[dir] :before,[dir] :after{border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit}[dir] body{margin:0}hr{height:0;color:inherit}[dir] hr{border-top-width:1px}abbr:where([title]){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,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-collapse:collapse}[dir] table{border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}[dir] button,[dir] input,[dir] optgroup,[dir] select,[dir] textarea{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}[dir] button,[dir] input:where([type=button]),[dir] input:where([type=reset]),[dir] input:where([type=submit]){background-color:transparent;background-image:none}:-moz-focusring{outline:auto}[dir] :-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}[dir] blockquote,[dir] dl,[dir] dd,[dir] h1,[dir] h2,[dir] h3,[dir] h4,[dir] h5,[dir] h6,[dir] hr,[dir] figure,[dir] p,[dir] pre{margin:0}[dir] fieldset{margin:0;padding:0}[dir] legend{padding:0}ol,ul,menu{list-style:none}[dir] ol,[dir] ul,[dir] menu{margin:0;padding:0}[dir] dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[dir] button,[dir] [role=button]{cursor:pointer}[dir] :disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[dir] [type=text],[dir] input:where(:not([type])),[dir] [type=email],[dir] [type=url],[dir] [type=password],[dir] [type=number],[dir] [type=date],[dir] [type=datetime-local],[dir] [type=month],[dir] [type=search],[dir] [type=tel],[dir] [type=time],[dir] [type=week],[dir] [multiple],[dir] textarea,[dir] select{background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding-top:.5rem;padding-bottom:.5rem}[dir=ltr] [type=text],[dir=ltr] input:where(:not([type])),[dir=ltr] [type=email],[dir=ltr] [type=url],[dir=ltr] [type=password],[dir=ltr] [type=number],[dir=ltr] [type=date],[dir=ltr] [type=datetime-local],[dir=ltr] [type=month],[dir=ltr] [type=search],[dir=ltr] [type=tel],[dir=ltr] [type=time],[dir=ltr] [type=week],[dir=ltr] [multiple],[dir=ltr] textarea,[dir=ltr] select{padding-right:.75rem;padding-left:.75rem}[dir=rtl] [type=text],[dir=rtl] input:where(:not([type])),[dir=rtl] [type=email],[dir=rtl] [type=url],[dir=rtl] [type=password],[dir=rtl] [type=number],[dir=rtl] [type=date],[dir=rtl] [type=datetime-local],[dir=rtl] [type=month],[dir=rtl] [type=search],[dir=rtl] [type=tel],[dir=rtl] [type=time],[dir=rtl] [type=week],[dir=rtl] [multiple],[dir=rtl] textarea,[dir=rtl] select{padding-left:.75rem;padding-right:.75rem}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}[dir] [type=text]:focus,[dir] input:where(:not([type])):focus,[dir] [type=email]:focus,[dir] [type=url]:focus,[dir] [type=password]:focus,[dir] [type=number]:focus,[dir] [type=date]:focus,[dir] [type=datetime-local]:focus,[dir] [type=month]:focus,[dir] [type=search]:focus,[dir] [type=tel]:focus,[dir] [type=time]:focus,[dir] [type=week]:focus,[dir] [multiple]:focus,[dir] textarea:focus,[dir] select:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}[dir] ::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}[dir] ::-webkit-date-and-time-value{text-align:inherit}::-webkit-datetime-edit{display:inline-flex}[dir] ::-webkit-datetime-edit,[dir] ::-webkit-datetime-edit-year-field,[dir] ::-webkit-datetime-edit-month-field,[dir] ::-webkit-datetime-edit-day-field,[dir] ::-webkit-datetime-edit-hour-field,[dir] ::-webkit-datetime-edit-minute-field,[dir] ::-webkit-datetime-edit-second-field,[dir] ::-webkit-datetime-edit-millisecond-field,[dir] ::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{-webkit-print-color-adjust:exact;print-color-adjust:exact}[dir] select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.5em 1.5em}[dir=ltr] select{background-position:right .5rem center;padding-right:2.5rem}[dir=rtl] select{background-position:left .5rem center;padding-left:2.5rem}[multiple],[size]:where(select:not([size="1"])){-webkit-print-color-adjust:unset;print-color-adjust:unset}[dir] [multiple],[dir] [size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial}[dir=ltr] [multiple],[dir=ltr] [size]:where(select:not([size="1"])){padding-right:.75rem}[dir=rtl] [multiple],[dir=rtl] [size]:where(select:not([size="1"])){padding-left:.75rem}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;--tw-shadow: 0 0 #0000}[dir] [type=checkbox],[dir] [type=radio]{padding:0;background-color:#fff;border-color:#6b7280;border-width:1px}[dir] [type=checkbox]{border-radius:0}[dir] [type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}[dir] [type=checkbox]:focus,[dir] [type=radio]:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[dir] [type=checkbox]:checked,[dir] [type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[dir] [type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[dir] [type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[dir] [type=checkbox]:checked:hover,[dir] [type=checkbox]:checked:focus,[dir] [type=radio]:checked:hover,[dir] [type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[dir] [type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[dir] [type=checkbox]:indeterminate:hover,[dir] [type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{font-size:unset;line-height:inherit}[dir] [type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}:root,[data-theme]{color:var(--fallback-bc,oklch(var(--bc)/1))}[dir]:root,[dir] [data-theme]{background-color:var(--fallback-b1,oklch(var(--b1)/1))}@supports not (color: oklch(0% 0 0)){:root{color-scheme:light;--fallback-p: #491eff;--fallback-pc: #d4dbff;--fallback-s: #ff41c7;--fallback-sc: #fff9fc;--fallback-a: #00cfbd;--fallback-ac: #00100d;--fallback-n: #2b3440;--fallback-nc: #d7dde4;--fallback-b1: #ffffff;--fallback-b2: #e5e6e6;--fallback-b3: #e5e6e6;--fallback-bc: #1f2937;--fallback-in: #00b3f0;--fallback-inc: #000000;--fallback-su: #00ca92;--fallback-suc: #000000;--fallback-wa: #ffc22d;--fallback-wac: #000000;--fallback-er: #ff6f70;--fallback-erc: #000000}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--fallback-p: #7582ff;--fallback-pc: #050617;--fallback-s: #ff71cf;--fallback-sc: #190211;--fallback-a: #00c7b5;--fallback-ac: #000e0c;--fallback-n: #2a323c;--fallback-nc: #a6adbb;--fallback-b1: #1d232a;--fallback-b2: #191e24;--fallback-b3: #15191e;--fallback-bc: #a6adbb;--fallback-in: #00b3f0;--fallback-inc: #000000;--fallback-su: #00ca92;--fallback-suc: #000000;--fallback-wa: #ffc22d;--fallback-wac: #000000;--fallback-er: #ff6f70;--fallback-erc: #000000}}}html{-webkit-tap-highlight-color:transparent}*{scrollbar-color:color-mix(in oklch,currentColor 35%,transparent) transparent}*:hover{scrollbar-color:color-mix(in oklch,currentColor 60%,transparent) transparent}:root{color-scheme:light;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--pc: 89.824% .06192 275.75;--ac: 15.352% .0368 183.61;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 49.12% .3096 275.75;--s: 69.71% .329 342.55;--sc: 98.71% .0106 342.55;--a: 76.76% .184 183.61;--n: 32.1785% .02476 255.701624;--nc: 89.4994% .011585 252.096176;--b1: 100% 0 0;--b2: 96.1151% 0 0;--b3: 92.4169% .00108 197.137559;--bc: 27.8078% .029596 256.847952}[dir=ltr]:root{--animation-btn: .25s;--animation-input: .2s}[dir=rtl]:root{--animation-btn: .25s;--animation-input: .2s}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--pc: 13.138% .0392 275.75;--sc: 14.96% .052 342.55;--ac: 14.902% .0334 183.61;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 65.69% .196 275.75;--s: 74.8% .26 342.55;--a: 74.51% .167 183.61;--n: 31.3815% .021108 254.139175;--nc: 74.6477% .0216 264.435964;--b1: 25.3267% .015896 252.417568;--b2: 23.2607% .013807 253.100675;--b3: 21.1484% .01165 254.087939;--bc: 74.6477% .0216 264.435964}[dir=ltr]:root{--animation-btn: .25s;--animation-input: .2s}[dir=rtl]:root{--animation-btn: .25s;--animation-input: .2s}}[data-theme=light]{color-scheme:light;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--pc: 89.824% .06192 275.75;--ac: 15.352% .0368 183.61;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 49.12% .3096 275.75;--s: 69.71% .329 342.55;--sc: 98.71% .0106 342.55;--a: 76.76% .184 183.61;--n: 32.1785% .02476 255.701624;--nc: 89.4994% .011585 252.096176;--b1: 100% 0 0;--b2: 96.1151% 0 0;--b3: 92.4169% .00108 197.137559;--bc: 27.8078% .029596 256.847952}[dir=ltr] [data-theme=light],[dir=rtl] [data-theme=light]{--animation-btn: .25s;--animation-input: .2s}[data-theme=dark]{color-scheme:dark;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--pc: 13.138% .0392 275.75;--sc: 14.96% .052 342.55;--ac: 14.902% .0334 183.61;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 65.69% .196 275.75;--s: 74.8% .26 342.55;--a: 74.51% .167 183.61;--n: 31.3815% .021108 254.139175;--nc: 74.6477% .0216 264.435964;--b1: 25.3267% .015896 252.417568;--b2: 23.2607% .013807 253.100675;--b3: 21.1484% .01165 254.087939;--bc: 74.6477% .0216 264.435964}[dir=ltr] [data-theme=dark],[dir=rtl] [data-theme=dark]{--animation-btn: .25s;--animation-input: .2s}[data-theme=cupcake]{color-scheme:light;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--pc: 15.2344% .017892 200.026556;--sc: 15.787% .020249 356.29965;--ac: 15.8762% .029206 78.618794;--nc: 84.7148% .013247 313.189598;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-badge: 1.9rem;--btn-focus-scale: .95;--border-btn: 1px;--p: 76.172% .089459 200.026556;--s: 78.9351% .101246 356.29965;--a: 79.3811% .146032 78.618794;--n: 23.5742% .066235 313.189598;--b1: 97.7882% .00418 56.375637;--b2: 93.9822% .007638 61.449292;--b3: 91.5861% .006811 53.440502;--bc: 23.5742% .066235 313.189598;--rounded-btn: 1.9rem;--tab-border: 2px;--tab-radius: .7rem}[dir=ltr] [data-theme=cupcake],[dir=rtl] [data-theme=cupcake]{--animation-btn: .25s;--animation-input: .2s}[data-theme=emerald]{color-scheme:light;--b2: 93% 0 0;--b3: 86% 0 0;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 76.6626% .135433 153.450024;--pc: 33.3872% .040618 162.240129;--s: 61.3028% .202368 261.294233;--sc: 100% 0 0;--a: 72.7725% .149783 33.200363;--ac: 0% 0 0;--n: 35.5192% .032071 262.988584;--nc: 98.4625% .001706 247.838921;--b1: 100% 0 0;--bc: 35.5192% .032071 262.988584;--btn-focus-scale: 1}[dir=ltr] [data-theme=emerald],[dir=rtl] [data-theme=emerald]{--animation-btn: 0;--animation-input: 0}.container{width:100%}@media (min-width: 280px){.container{max-width:280px}}@media (min-width: 576px){.container{max-width:576px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 992px){.container{max-width:992px}}@media (min-width: 1200px){.container{max-width:1200px}}@media (min-width: 1400px){.container{max-width:1400px}}@media (min-width: 1536px){.container{max-width:1536px}}.alert{display:grid;width:100%;grid-auto-flow:row;align-content:flex-start;align-items:center;justify-items:center;gap:1rem;--tw-border-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--alert-bg: var(--fallback-b2,oklch(var(--b2)/1));--alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1))}[dir] .alert{text-align:center;border-radius:var(--rounded-box, 1rem);border-width:1px;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));padding:1rem;background-color:var(--alert-bg)}@media (min-width: 640px){.alert{grid-auto-flow:column;grid-template-columns:auto minmax(auto,1fr);justify-items:start}[dir] .alert{text-align:start}}.avatar.placeholder>div{display:flex;align-items:center;justify-content:center}.badge{display:inline-flex;align-items:center;justify-content:center;height:1.25rem;font-size:.875rem;line-height:1.25rem;width:fit-content;--tw-border-opacity: 1;--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}[dir] .badge{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.2s;border-radius:var(--rounded-badge, 1.9rem);border-width:1px;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}[dir=ltr] .badge{padding-left:.563rem;padding-right:.563rem}[dir=rtl] .badge{padding-right:.563rem;padding-left:.563rem}@media (hover:hover){.\!label a:hover{--tw-text-opacity: 1 !important;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))!important}.label a:hover{--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}.menu li>*:not(ul,.menu-title,details,.btn):active,.menu li>*:not(ul,.menu-title,details,.btn).active,.menu li>details>summary:active{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))}[dir] .menu li>*:not(ul,[dir] .menu-title,[dir] details,[dir] .btn):active,[dir] .menu li>*:not(ul,[dir] .menu-title,[dir] details,[dir] .btn).active,[dir] .menu li>details>summary:active{background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))}.menu li>*:not(ul,.menu-title,details,.btn).\!active{--tw-bg-opacity: 1 !important;--tw-text-opacity: 1 !important;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))!important}[dir] .menu li>*:not(ul,[dir] .menu-title,[dir] details,[dir] .btn).\!active{background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))!important}.tab:hover{--tw-text-opacity: 1}.table tr.hover:hover,.table tr.hover:nth-child(2n):hover{--tw-bg-opacity: 1}[dir] .table tr.hover:hover,[dir] .table tr.hover:nth-child(2n):hover{background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))}.table-zebra tr.hover:hover,.table-zebra tr.hover:nth-child(2n):hover{--tw-bg-opacity: 1}[dir] .table-zebra tr.hover:hover,[dir] .table-zebra tr.hover:nth-child(2n):hover{background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}}.card{position:relative;display:flex;flex-direction:column}[dir] .card{border-radius:var(--rounded-box, 1rem)}.card:focus{outline:2px solid transparent;outline-offset:2px}.card figure{display:flex;align-items:center;justify-content:center}.card.image-full{display:grid}.card.image-full:before{position:relative;content:"";z-index:10;--tw-bg-opacity: 1;opacity:.75}[dir] .card.image-full:before{border-radius:var(--rounded-box, 1rem);background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))}.card.image-full:before,.card.image-full>*{grid-column-start:1;grid-row-start:1}.card.image-full>figure img{height:100%;object-fit:cover}.card.image-full>.card-body{position:relative;z-index:20;--tw-text-opacity: 1;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))}.checkbox{flex-shrink:0;--chkbg: var(--fallback-bc,oklch(var(--bc)/1));--chkfg: var(--fallback-b1,oklch(var(--b1)/1));height:1.5rem;width:1.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;--tw-border-opacity: .2}[dir] .checkbox{cursor:pointer;border-radius:var(--rounded-btn, .5rem);border-width:1px;border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)))}.collapse:not(td):not(tr):not(colgroup){visibility:visible}.collapse{position:relative;display:grid;overflow:hidden;grid-template-rows:max-content 0fr;transition:grid-template-rows .2s;width:100%}[dir] .collapse{border-radius:var(--rounded-box, 1rem)}.collapse-title,.collapse>input[type=checkbox],.collapse>input[type=radio],.collapse-content{grid-column-start:1;grid-row-start:1}.collapse>input[type=checkbox],.collapse>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}:where(.collapse>input[type=checkbox]),:where(.collapse>input[type=radio]){height:100%;width:100%;z-index:1}.collapse[open],.collapse-open,.collapse:focus:not(.collapse-close){grid-template-rows:max-content 1fr}.collapse:not(.collapse-close):has(>input[type=checkbox]:checked),.collapse:not(.collapse-close):has(>input[type=radio]:checked){grid-template-rows:max-content 1fr}.collapse[open]>.collapse-content,.collapse-open>.collapse-content,.collapse:focus:not(.collapse-close)>.collapse-content,.collapse:not(.collapse-close)>input[type=checkbox]:checked~.collapse-content,.collapse:not(.collapse-close)>input[type=radio]:checked~.collapse-content{visibility:visible;min-height:fit-content}.diff{position:relative;display:grid;width:100%;overflow:hidden;container-type:inline-size;grid-template-columns:auto 1fr}[dir=ltr] .diff{direction:ltr}[dir=rtl] .diff{direction:rtl}.divider{display:flex;flex-direction:row;align-items:center;align-self:stretch;height:1rem;white-space:nowrap}[dir] .divider{margin-top:1rem;margin-bottom:1rem}.divider:before,.divider:after{height:.125rem;width:100%;flex-grow:1;--tw-content: "";content:var(--tw-content)}[dir] .divider:before,[dir] .divider:after{background-color:var(--fallback-bc,oklch(var(--bc)/.1))}.drawer{position:relative;display:grid;grid-auto-columns:max-content auto;width:100%}.\!dropdown{position:relative!important;display:inline-block!important}.dropdown{position:relative;display:inline-block}.\!dropdown>*:not(summary):focus{outline:2px solid transparent!important;outline-offset:2px!important}.dropdown>*:not(summary):focus{outline:2px solid transparent;outline-offset:2px}.\!dropdown .dropdown-content{position:absolute!important}.dropdown .dropdown-content{position:absolute}.\!dropdown:is(:not(details)) .dropdown-content{visibility:hidden!important;opacity:0!important;--tw-scale-x: .95 !important;--tw-scale-y: .95 !important}[dir] .\!dropdown:is(:not(details)) .dropdown-content{transform-origin:top!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important;transition-duration:.2s!important}.dropdown:is(:not(details)) .dropdown-content{visibility:hidden;opacity:0;--tw-scale-x: .95;--tw-scale-y: .95}[dir] .dropdown:is(:not(details)) .dropdown-content{transform-origin:top;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.2s}.dropdown.dropdown-open .dropdown-content,.dropdown:not(.dropdown-hover):focus .dropdown-content,.dropdown:focus-within .dropdown-content{visibility:visible;opacity:1}.\!dropdown.dropdown-open .dropdown-content,.\!dropdown:not(.dropdown-hover):focus .dropdown-content,.\!dropdown:focus-within .dropdown-content{visibility:visible!important;opacity:1!important}@media (hover: hover){.\!dropdown.dropdown-hover:hover .dropdown-content{visibility:visible!important;opacity:1!important}.dropdown.dropdown-hover:hover .dropdown-content{visibility:visible;opacity:1}.btm-nav>*.disabled:hover,.btm-nav>*[disabled]:hover{pointer-events:none;--tw-border-opacity: 0;--tw-bg-opacity: .1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}[dir] .btm-nav>*.disabled:hover,[dir] .btm-nav>*[disabled]:hover{background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))}.\!dropdown.dropdown-hover:hover .dropdown-content{--tw-scale-x: 1 !important;--tw-scale-y: 1 !important}[dir] .\!dropdown.dropdown-hover:hover .dropdown-content{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.dropdown.dropdown-hover:hover .dropdown-content{--tw-scale-x: 1;--tw-scale-y: 1}[dir] .dropdown.dropdown-hover:hover .dropdown-content{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:where(.menu li:not(.menu-title,.disabled)>*:not(ul,details,.menu-title)):not(.active,.btn):hover,:where(.menu li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.active,.btn):hover{outline:2px solid transparent;outline-offset:2px}[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>*:not(ul,[dir] details,[dir] .menu-title)):not(.active,[dir] .btn):hover,[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>details>summary:not(.menu-title)):not(.active,[dir] .btn):hover{cursor:pointer}@supports (color: oklch(0% 0 0)){[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>*:not(ul,[dir] details,[dir] .menu-title)):not(.active,[dir] .btn):hover,[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>details>summary:not(.menu-title)):not(.active,[dir] .btn):hover{background-color:var(--fallback-bc,oklch(var(--bc)/.1))}}.tab[disabled],.tab[disabled]:hover{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}[dir] .tab[disabled],[dir] .tab[disabled]:hover{cursor:not-allowed}}.\!dropdown:is(details) summary::-webkit-details-marker{display:none!important}.dropdown:is(details) summary::-webkit-details-marker{display:none}.footer{display:grid;width:100%;grid-auto-flow:row;place-items:start;column-gap:1rem;row-gap:2.5rem;font-size:.875rem;line-height:1.25rem}.footer>*{display:grid;place-items:start;gap:.5rem}@media (min-width: 48rem){.footer{grid-auto-flow:column}.footer-center{grid-auto-flow:row dense}}.\!label{display:flex!important;-webkit-user-select:none!important;user-select:none!important;align-items:center!important;justify-content:space-between!important}[dir] .\!label{padding-top:.5rem!important;padding-bottom:.5rem!important}[dir=ltr] .\!label{padding-left:.25rem!important;padding-right:.25rem!important}[dir=rtl] .\!label{padding-right:.25rem!important;padding-left:.25rem!important}.label{display:flex;-webkit-user-select:none;user-select:none;align-items:center;justify-content:space-between}[dir] .label{padding-top:.5rem;padding-bottom:.5rem}[dir=ltr] .label{padding-left:.25rem;padding-right:.25rem}[dir=rtl] .label{padding-right:.25rem;padding-left:.25rem}.indicator{position:relative;display:inline-flex;width:max-content}.indicator :where(.indicator-item){z-index:1;position:absolute;white-space:nowrap}.input{flex-shrink:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3rem;font-size:1rem;line-height:2;line-height:1.5rem;--tw-bg-opacity: 1}[dir] .input{border-radius:var(--rounded-btn, .5rem);border-width:1px;border-color:transparent;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}[dir=ltr] .input{padding-left:1rem;padding-right:1rem}[dir=rtl] .input{padding-right:1rem;padding-left:1rem}.input[type=number]::-webkit-inner-spin-button,.input-md[type=number]::-webkit-inner-spin-button{margin-inline-end:-1rem}[dir] .input[type=number]::-webkit-inner-spin-button,[dir] .input-md[type=number]::-webkit-inner-spin-button{margin-top:-1rem;margin-bottom:-1rem}.join{display:inline-flex;align-items:stretch}[dir] .join{border-radius:var(--rounded-btn, .5rem)}.join :where(.join-item){border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;border-start-start-radius:0}.join .join-item:not(:first-child):not(:last-child),.join *:not(:first-child):not(:last-child) .join-item{border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;border-start-start-radius:0}.join .join-item:first-child:not(:last-child),.join *:first-child:not(:last-child) .join-item{border-start-end-radius:0;border-end-end-radius:0}.join .dropdown .join-item:first-child:not(:last-child),.join *:first-child:not(:last-child) .dropdown .join-item{border-start-end-radius:inherit;border-end-end-radius:inherit}.join .\!dropdown .join-item:first-child:not(:last-child),.join *:first-child:not(:last-child) .\!dropdown .join-item{border-start-end-radius:inherit!important;border-end-end-radius:inherit!important}.join :where(.join-item:first-child:not(:last-child)),.join :where(*:first-child:not(:last-child) .join-item){border-end-start-radius:inherit;border-start-start-radius:inherit}.join .join-item:last-child:not(:first-child),.join *:last-child:not(:first-child) .join-item{border-end-start-radius:0;border-start-start-radius:0}.join :where(.join-item:last-child:not(:first-child)),.join :where(*:last-child:not(:first-child) .join-item){border-start-end-radius:inherit;border-end-end-radius:inherit}@supports not selector(:has(*)){[dir] :where(.join *){border-radius:inherit}}@supports selector(:has(*)){[dir] :where(.join *:has(.join-item)){border-radius:inherit}}.kbd{display:inline-flex;align-items:center;justify-content:center;--tw-border-opacity: .2;--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));min-height:2.2em;min-width:2.2em}[dir] .kbd{border-radius:var(--rounded-btn, .5rem);border-width:1px;border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));border-bottom-width:2px}[dir=ltr] .kbd{padding-left:.5rem;padding-right:.5rem}[dir=rtl] .kbd{padding-right:.5rem;padding-left:.5rem}.\!link{text-decoration-line:underline!important}[dir] .\!link{cursor:pointer!important}.link{text-decoration-line:underline}[dir] .link{cursor:pointer}.menu{display:flex;flex-direction:column;flex-wrap:wrap;font-size:.875rem;line-height:1.25rem}[dir] .menu{padding:.5rem}.menu :where(li ul){position:relative;white-space:nowrap;margin-inline-start:1rem;padding-inline-start:.5rem}.menu :where(li:not(.menu-title)>*:not(ul,details,.menu-title,.btn)),.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){display:grid;grid-auto-flow:column;align-content:flex-start;align-items:center;gap:.5rem;grid-auto-columns:minmax(auto,max-content) auto max-content;-webkit-user-select:none;user-select:none}.menu li.disabled{-webkit-user-select:none;user-select:none;color:var(--fallback-bc,oklch(var(--bc)/.3))}[dir] .menu li.disabled{cursor:not-allowed}.menu :where(li>.menu-dropdown:not(.menu-dropdown-show)){display:none}:where(.menu li){position:relative;display:flex;flex-shrink:0;flex-direction:column;flex-wrap:wrap;align-items:stretch}:where(.menu li) .badge{justify-self:end}.modal{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;display:grid;height:100%;max-height:none;width:100%;max-width:none;justify-items:center;opacity:0;overscroll-behavior:contain;z-index:999;color:inherit;overflow-y:hidden}[dir] .modal{margin:0;padding:0;background-color:transparent;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);transition-property:transform,opacity,visibility}:where(.modal){align-items:center}.modal-open,.modal:target,.modal-toggle:checked+.modal,.modal[open]{pointer-events:auto;visibility:visible;opacity:1}:root:has(:is(.modal-open,.modal:target,.modal-toggle:checked+.modal,.modal[open])){overflow:hidden;scrollbar-gutter:stable}.navbar{display:flex;align-items:center;min-height:4rem;width:100%}[dir] .navbar{padding:var(--navbar-padding, .5rem)}:where(.navbar>*:not(script,style)){display:inline-flex;align-items:center}.progress{position:relative;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;height:.5rem}[dir] .progress{border-radius:var(--rounded-box, 1rem);background-color:var(--fallback-bc,oklch(var(--bc)/.2))}.radio{flex-shrink:0;--chkbg: var(--bc);height:1.5rem;width:1.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;--tw-border-opacity: .2}[dir] .radio{cursor:pointer;border-radius:9999px;border-width:1px;border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)))}.range{height:1.5rem;width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;--range-shdw: var(--fallback-bc,oklch(var(--bc)/1));overflow:hidden}[dir] .range{cursor:pointer;border-radius:var(--rounded-box, 1rem);background-color:transparent}.range:focus{outline:none}.rating{position:relative;display:inline-flex}.rating :where(input){height:1.5rem;width:1.5rem;--tw-bg-opacity: 1}[dir] .rating :where(input){cursor:pointer;border-radius:0;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))}[dir=ltr] .rating :where(input){animation:rating-pop var(--animation-input, .25s) ease-out}[dir=rtl] .rating :where(input){animation:rating-pop var(--animation-input, .25s) ease-out}.select{display:inline-flex;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3rem;min-height:3rem;padding-inline-start:1rem;padding-inline-end:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2;--tw-bg-opacity: 1}[dir] .select{cursor:pointer;border-radius:var(--rounded-btn, .5rem);border-width:1px;border-color:transparent;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));background-size:4px 4px,4px 4px;background-repeat:no-repeat}[dir=ltr] .select{background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 20px) calc(1px + 50%),calc(100% - 16.1px) calc(1px + 50%)}[dir=rtl] .select{background-image:linear-gradient(-45deg,transparent 50%,currentColor 50%),linear-gradient(-135deg,currentColor 50%,transparent 50%);background-position:calc(100% - (100% - 20px)) calc(1px + 50%),calc(100% - (100% - 16.1px)) calc(1px + 50%)}.select[multiple]{height:auto}.stats{display:inline-grid;--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}[dir] .stats{border-radius:var(--rounded-box, 1rem);background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}:where(.stats){grid-auto-flow:column;overflow-x:auto}.stat{display:inline-grid;width:100%;grid-template-columns:repeat(1,1fr);column-gap:1rem;--tw-border-opacity: .1}[dir] .stat{border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));padding-top:1rem;padding-bottom:1rem}[dir=ltr] .stat{padding-left:1.5rem;padding-right:1.5rem}[dir=rtl] .stat{padding-right:1.5rem;padding-left:1.5rem}.steps{display:inline-grid;grid-auto-flow:column;overflow:hidden;overflow-x:auto;counter-reset:step;grid-auto-columns:1fr}.steps .step{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-columns:auto;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-rows:40px 1fr;place-items:center;min-width:4rem}[dir] .steps .step{text-align:center}.steps .\!step{display:grid!important;grid-template-columns:repeat(1,minmax(0,1fr))!important;grid-template-columns:auto!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;grid-template-rows:40px 1fr!important;place-items:center!important;min-width:4rem!important}[dir] .steps .\!step{text-align:center!important}.swap{position:relative;display:inline-grid;-webkit-user-select:none;user-select:none;place-content:center}[dir] .swap{cursor:pointer}.swap>*{grid-column-start:1;grid-row-start:1}[dir] .swap>*{transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1);transition-property:transform,opacity}.swap input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.swap .swap-on,.swap .swap-indeterminate,.swap input:indeterminate~.swap-on{opacity:0}.swap input:checked~.swap-off,.swap-active .swap-off,.swap input:indeterminate~.swap-off{opacity:0}.swap input:checked~.swap-on,.swap-active .swap-on,.swap input:indeterminate~.swap-indeterminate{opacity:1}.\!tabs{display:grid!important;align-items:flex-end!important}.tabs{display:grid;align-items:flex-end}[dir] .tabs-lifted:has(.tab-content[class^=rounded-]) .tab:first-child:not(:is(.tab-active,[dir] [aria-selected=true])),[dir] .tabs-lifted:has(.tab-content[class*=" rounded-"]) .tab:first-child:not(:is(.tab-active,[dir] [aria-selected=true])){border-bottom-color:transparent}.tab{position:relative;grid-row-start:1;display:inline-flex;height:2rem;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-wrap:wrap;align-items:center;justify-content:center;font-size:.875rem;line-height:1.25rem;line-height:2;--tab-padding: 1rem;--tw-text-opacity: .5;--tab-color: var(--fallback-bc,oklch(var(--bc)/1));--tab-bg: var(--fallback-b1,oklch(var(--b1)/1));--tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));color:var(--tab-color);padding-inline-start:var(--tab-padding, 1rem);padding-inline-end:var(--tab-padding, 1rem)}[dir] .tab{cursor:pointer;text-align:center}.tab:is(input[type=radio]){width:auto}[dir=ltr] .tab:is(input[type=radio]){border-bottom-right-radius:0;border-bottom-left-radius:0}[dir=rtl] .tab:is(input[type=radio]){border-bottom-left-radius:0;border-bottom-right-radius:0}.tab:is(input[type=radio]):after{--tw-content: attr(aria-label);content:var(--tw-content)}.tab:not(input):empty{grid-column-start:span 9999}[dir] .tab:not(input):empty{cursor:default}input.tab:checked+.tab-content,:is(.tab-active,[aria-selected=true])+.tab-content{display:block}.table{position:relative;width:100%;font-size:.875rem;line-height:1.25rem}[dir] .table{border-radius:var(--rounded-box, 1rem)}[dir=ltr] .table{text-align:left}[dir=rtl] .table{text-align:right}.table :where(.table-pin-rows thead tr){position:sticky;top:0;z-index:1;--tw-bg-opacity: 1}[dir] .table :where(.table-pin-rows thead tr){background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}.table :where(.table-pin-rows tfoot tr){position:sticky;bottom:0;z-index:1;--tw-bg-opacity: 1}[dir] .table :where(.table-pin-rows tfoot tr){background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}.table :where(.table-pin-cols tr th){position:sticky;--tw-bg-opacity: 1}[dir] .table :where(.table-pin-cols tr th){background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}[dir=ltr] .table :where(.table-pin-cols tr th){left:0;right:0}[dir=rtl] .table :where(.table-pin-cols tr th){right:0;left:0}.textarea{min-height:3rem;flex-shrink:1;font-size:.875rem;line-height:1.25rem;line-height:2;--tw-bg-opacity: 1}[dir] .textarea{padding-top:.5rem;padding-bottom:.5rem;border-radius:var(--rounded-btn, .5rem);border-width:1px;border-color:transparent;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}[dir=ltr] .textarea{padding-left:1rem;padding-right:1rem}[dir=rtl] .textarea{padding-right:1rem;padding-left:1rem}.timeline{position:relative;display:flex}:where(.timeline>li){position:relative;display:grid;flex-shrink:0;align-items:center;grid-template-rows:var(--timeline-row-start, minmax(0, 1fr)) auto var( --timeline-row-end, minmax(0, 1fr) );grid-template-columns:var(--timeline-col-start, minmax(0, 1fr)) auto var( --timeline-col-end, minmax(0, 1fr) )}.timeline>li>hr{width:100%}[dir] .timeline>li>hr{border-width:0px}:where(.timeline>li>hr):first-child{grid-column-start:1;grid-row-start:2}:where(.timeline>li>hr):last-child{grid-column-start:3;grid-column-end:none;grid-row-start:2;grid-row-end:auto}.toast{position:fixed;display:flex;min-width:fit-content;flex-direction:column;white-space:nowrap;gap:.5rem}[dir] .toast{padding:1rem}.toggle{flex-shrink:0;--tglbg: var(--fallback-b1,oklch(var(--b1)/1));--handleoffset: 1.5rem;--handleoffsetcalculator: calc(var(--handleoffset) * -1);--togglehandleborder: 0 0;height:1.5rem;width:3rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--fallback-bc,oklch(var(--bc)/.5));transition:background,box-shadow var(--animation-input, .2s) ease-out}[dir] .toggle{cursor:pointer;border-radius:var(--rounded-badge, 1.9rem);border-width:1px;border-color:currentColor;background-color:currentColor;box-shadow:var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset,var(--togglehandleborder)}.btm-nav>*:where(.\!active){--tw-bg-opacity: 1 !important}[dir] .btm-nav>*:where(.\!active){border-top-width:2px!important;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))!important}.btm-nav>*:where(.active){--tw-bg-opacity: 1}[dir] .btm-nav>*:where(.active){border-top-width:2px;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}.btm-nav>*.disabled,.btm-nav>*[disabled]{pointer-events:none;--tw-border-opacity: 0;--tw-bg-opacity: .1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}[dir] .btm-nav>*.disabled,[dir] .btm-nav>*[disabled]{background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))}.btm-nav>* .\!label{font-size:1rem!important;line-height:1.5rem!important}.btm-nav>* .label{font-size:1rem;line-height:1.5rem}@keyframes button-pop{0%{transform:scale(var(--btn-focus-scale, .98))}40%{transform:scale(1.02)}to{transform:scale(1)}}.card :where(figure:first-child){overflow:hidden;border-start-start-radius:inherit;border-start-end-radius:inherit;border-end-start-radius:unset;border-end-end-radius:unset}.card :where(figure:last-child){overflow:hidden;border-start-start-radius:unset;border-start-end-radius:unset;border-end-start-radius:inherit;border-end-end-radius:inherit}.card:focus-visible{outline:2px solid currentColor;outline-offset:2px}.card.bordered{--tw-border-opacity: 1}[dir] .card.bordered{border-width:1px;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))}.card.compact .card-body{font-size:.875rem;line-height:1.25rem}[dir] .card.compact .card-body{padding:1rem}.card.image-full :where(figure){overflow:hidden}[dir] .card.image-full :where(figure){border-radius:inherit}[dir] .checkbox:focus{box-shadow:none}.checkbox:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/1))}.checkbox:disabled{--tw-bg-opacity: 1;opacity:.2}[dir] .checkbox:disabled{border-width:0px;cursor:not-allowed;border-color:transparent;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))}[dir] .checkbox:checked,[dir] .checkbox[aria-checked=true]{background-repeat:no-repeat;background-color:var(--chkbg)}[dir=ltr] .checkbox:checked,[dir=ltr] .checkbox[aria-checked=true]{animation:checkmark var(--animation-input, .2s) ease-out;background-image:linear-gradient(-45deg,transparent 65%,var(--chkbg) 65.99%),linear-gradient(45deg,transparent 75%,var(--chkbg) 75.99%),linear-gradient(-45deg,var(--chkbg) 40%,transparent 40.99%),linear-gradient(45deg,var(--chkbg) 30%,var(--chkfg) 30.99%,var(--chkfg) 40%,transparent 40.99%),linear-gradient(-45deg,var(--chkfg) 50%,var(--chkbg) 50.99%)}[dir=rtl] .checkbox:checked,[dir=rtl] .checkbox[aria-checked=true]{animation:checkmark var(--animation-input, .2s) ease-out;background-image:linear-gradient(45deg,transparent 65%,var(--chkbg) 65.99%),linear-gradient(-45deg,transparent 75%,var(--chkbg) 75.99%),linear-gradient(45deg,var(--chkbg) 40%,transparent 40.99%),linear-gradient(-45deg,var(--chkbg) 30%,var(--chkfg) 30.99%,var(--chkfg) 40%,transparent 40.99%),linear-gradient(45deg,var(--chkfg) 50%,var(--chkbg) 50.99%)}.checkbox:indeterminate{--tw-bg-opacity: 1}[dir] .checkbox:indeterminate{background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));background-repeat:no-repeat}[dir=ltr] .checkbox:indeterminate{animation:checkmark var(--animation-input, .2s) ease-out;background-image:linear-gradient(90deg,transparent 80%,var(--chkbg) 80%),linear-gradient(-90deg,transparent 80%,var(--chkbg) 80%),linear-gradient(0deg,var(--chkbg) 43%,var(--chkfg) 43%,var(--chkfg) 57%,var(--chkbg) 57%)}[dir=rtl] .checkbox:indeterminate{animation:checkmark var(--animation-input, .2s) ease-out;background-image:linear-gradient(-90deg,transparent 80%,var(--chkbg) 80%),linear-gradient(90deg,transparent 80%,var(--chkbg) 80%),linear-gradient(0deg,var(--chkbg) 43%,var(--chkfg) 43%,var(--chkfg) 57%,var(--chkbg) 57%)}@keyframes checkmark{0%{background-position-y:5px}50%{background-position-y:-2px}to{background-position-y:0}}details.collapse{width:100%}details.collapse summary{position:relative;display:block;outline:2px solid transparent;outline-offset:2px}details.collapse summary::-webkit-details-marker{display:none}.collapse:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/1))}.collapse:has(.collapse-title:focus-visible),.collapse:has(>input[type=checkbox]:focus-visible),.collapse:has(>input[type=radio]:focus-visible){outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/1))}[dir] .collapse:not(.collapse-open):not(.collapse-close)>input[type=checkbox],[dir] .collapse:not(.collapse-open):not(.collapse-close)>input[type=radio]:not(:checked),[dir] .collapse:not(.collapse-open):not(.collapse-close)>.collapse-title{cursor:pointer}[dir] .collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open])>.collapse-title{cursor:unset}.collapse-title,:where(.collapse>input[type=checkbox]),:where(.collapse>input[type=radio]){padding-inline-end:3rem;min-height:3.75rem;transition:background-color .2s ease-out}[dir] .collapse-title,[dir] :where(.collapse>input[type=checkbox]),[dir] :where(.collapse>input[type=radio]){padding:1rem}.collapse[open]>:where(.collapse-content),.collapse-open>:where(.collapse-content),.collapse:focus:not(.collapse-close)>:where(.collapse-content),.collapse:not(.collapse-close)>:where(input[type=checkbox]:checked~.collapse-content),.collapse:not(.collapse-close)>:where(input[type=radio]:checked~.collapse-content){transition:padding .2s ease-out,background-color .2s ease-out}[dir] .collapse[open]>:where(.collapse-content),[dir] .collapse-open>:where(.collapse-content),[dir] .collapse:focus:not(.collapse-close)>:where(.collapse-content),[dir] .collapse:not(.collapse-close)>:where(input[type=checkbox]:checked~.collapse-content),[dir] .collapse:not(.collapse-close)>:where(input[type=radio]:checked~.collapse-content){padding-bottom:1rem}.collapse[open].collapse-arrow>.collapse-title:after,.collapse-open.collapse-arrow>.collapse-title:after,.collapse-arrow:focus:not(.collapse-close)>.collapse-title:after,.collapse-arrow:not(.collapse-close)>input[type=checkbox]:checked~.collapse-title:after,.collapse-arrow:not(.collapse-close)>input[type=radio]:checked~.collapse-title:after{--tw-translate-y: -50%;--tw-rotate: 225deg}[dir] .collapse[open].collapse-arrow>.collapse-title:after,[dir] .collapse-open.collapse-arrow>.collapse-title:after,[dir] .collapse-arrow:focus:not(.collapse-close)>.collapse-title:after,[dir] .collapse-arrow:not(.collapse-close)>input[type=checkbox]:checked~.collapse-title:after,[dir] .collapse-arrow:not(.collapse-close)>input[type=radio]:checked~.collapse-title:after{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.collapse[open].collapse-plus>.collapse-title:after,.collapse-open.collapse-plus>.collapse-title:after,.collapse-plus:focus:not(.collapse-close)>.collapse-title:after,.collapse-plus:not(.collapse-close)>input[type=checkbox]:checked~.collapse-title:after,.collapse-plus:not(.collapse-close)>input[type=radio]:checked~.collapse-title:after{content:"−"}.divider:not(:empty){gap:1rem}.dropdown.dropdown-open .dropdown-content,.dropdown:focus .dropdown-content,.dropdown:focus-within .dropdown-content{--tw-scale-x: 1;--tw-scale-y: 1}[dir] .dropdown.dropdown-open .dropdown-content,[dir] .dropdown:focus .dropdown-content,[dir] .dropdown:focus-within .dropdown-content{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!dropdown.dropdown-open .dropdown-content,.\!dropdown:focus .dropdown-content,.\!dropdown:focus-within .dropdown-content{--tw-scale-x: 1 !important;--tw-scale-y: 1 !important}[dir] .\!dropdown.dropdown-open .dropdown-content,[dir] .\!dropdown:focus .dropdown-content,[dir] .\!dropdown:focus-within .dropdown-content{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.input input{--tw-bg-opacity: 1}[dir] .input input{background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));background-color:transparent}.input input:focus{outline:2px solid transparent;outline-offset:2px}.input[list]::-webkit-calendar-picker-indicator{line-height:1em}.input:focus,.input:focus-within{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/.2))}[dir] .input:focus,[dir] .input:focus-within{box-shadow:none;border-color:var(--fallback-bc,oklch(var(--bc)/.2))}.input:has(>input[disabled]),.input-disabled,.input:disabled,.input[disabled]{--tw-border-opacity: 1;--tw-bg-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/.4))}[dir] .input:has(>input[disabled]),[dir] .input-disabled,[dir] .input:disabled,[dir] .input[disabled]{cursor:not-allowed;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))}.input:has(>input[disabled])::placeholder,.input-disabled::placeholder,.input:disabled::placeholder,.input[disabled]::placeholder{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));--tw-placeholder-opacity: .2}[dir] .input:has(>input[disabled])>input[disabled]{cursor:not-allowed}[dir] .input::-webkit-date-and-time-value{text-align:inherit}.join>:where(*:not(:first-child)){margin-inline-start:-1px}[dir] .join>:where(*:not(:first-child)){margin-top:0;margin-bottom:0}.join>:where(*:not(:first-child)):is(.btn){margin-inline-start:calc(var(--border-btn) * -1)}.\!link:focus{outline:2px solid transparent!important;outline-offset:2px!important}.link:focus{outline:2px solid transparent;outline-offset:2px}.\!link:focus-visible{outline:2px solid currentColor!important;outline-offset:2px!important}.link:focus-visible{outline:2px solid currentColor;outline-offset:2px}.\!loading{pointer-events:none!important;display:inline-block!important;aspect-ratio:1 / 1!important;width:1.5rem!important;-webkit-mask-size:100%!important;mask-size:100%!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")!important}[dir] .\!loading{background-color:currentColor!important}.loading{pointer-events:none;display:inline-block;aspect-ratio:1 / 1;width:1.5rem;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")}[dir] .loading{background-color:currentColor}.loading-spinner{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")}:where(.menu li:empty){--tw-bg-opacity: 1;opacity:.1;height:1px}[dir] :where(.menu li:empty){background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));margin:.5rem 1rem}.menu :where(li ul):before{position:absolute;bottom:.75rem;inset-inline-start:0px;top:.75rem;width:1px;--tw-bg-opacity: 1;opacity:.1;content:""}[dir] .menu :where(li ul):before{background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))}.menu :where(li:not(.menu-title)>*:not(ul,details,.menu-title,.btn)),.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){text-wrap:balance}[dir] .menu :where(li:not(.menu-title)>*:not(ul,[dir] details,[dir] .menu-title,[dir] .btn)),[dir] .menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){border-radius:var(--rounded-btn, .5rem);padding-top:.5rem;padding-bottom:.5rem;text-align:start;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.2s}[dir=ltr] .menu :where(li:not(.menu-title)>*:not(ul,[dir=ltr] details,[dir=ltr] .menu-title,[dir=ltr] .btn)),[dir=ltr] .menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){padding-left:1rem;padding-right:1rem}[dir=rtl] .menu :where(li:not(.menu-title)>*:not(ul,[dir=rtl] details,[dir=rtl] .menu-title,[dir=rtl] .btn)),[dir=rtl] .menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){padding-right:1rem;padding-left:1rem}:where(.menu li:not(.menu-title,.disabled)>*:not(ul,details,.menu-title)):not(summary,.active,.btn).focus,:where(.menu li:not(.menu-title,.disabled)>*:not(ul,details,.menu-title)):not(summary,.active,.btn):focus,:where(.menu li:not(.menu-title,.disabled)>*:not(ul,details,.menu-title)):is(summary):not(.active,.btn):focus-visible,:where(.menu li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(summary,.active,.btn).focus,:where(.menu li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(summary,.active,.btn):focus,:where(.menu li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):is(summary):not(.active,.btn):focus-visible{--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));outline:2px solid transparent;outline-offset:2px}[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>*:not(ul,[dir] details,[dir] .menu-title)):not(summary,[dir] .active,[dir] .btn).focus,[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>*:not(ul,[dir] details,[dir] .menu-title)):not(summary,[dir] .active,[dir] .btn):focus,[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>*:not(ul,[dir] details,[dir] .menu-title)):is(summary):not(.active,[dir] .btn):focus-visible,[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>details>summary:not(.menu-title)):not(summary,[dir] .active,[dir] .btn).focus,[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>details>summary:not(.menu-title)):not(summary,[dir] .active,[dir] .btn):focus,[dir] :where(.menu li:not(.menu-title,[dir] .disabled)>details>summary:not(.menu-title)):is(summary):not(.active,[dir] .btn):focus-visible{cursor:pointer;background-color:var(--fallback-bc,oklch(var(--bc)/.1))}.menu li>*:not(ul,.menu-title,details,.btn):active,.menu li>*:not(ul,.menu-title,details,.btn).active,.menu li>details>summary:active{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))}[dir] .menu li>*:not(ul,[dir] .menu-title,[dir] details,[dir] .btn):active,[dir] .menu li>*:not(ul,[dir] .menu-title,[dir] details,[dir] .btn).active,[dir] .menu li>details>summary:active{background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))}.menu li>*:not(ul,.menu-title,details,.btn).\!active{--tw-bg-opacity: 1 !important;--tw-text-opacity: 1 !important;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))!important}[dir] .menu li>*:not(ul,[dir] .menu-title,[dir] details,[dir] .btn).\!active{background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))!important}.menu :where(li>details>summary)::-webkit-details-marker{display:none}.menu :where(li>details>summary):after,.menu :where(li>.menu-dropdown-toggle):after{justify-self:end;display:block;height:.5rem;width:.5rem;content:"";pointer-events:none}[dir] .menu :where(li>details>summary):after,[dir] .menu :where(li>.menu-dropdown-toggle):after{margin-top:-.5rem;transition-property:transform,margin-top;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}[dir=ltr] .menu :where(li>details>summary):after,[dir=ltr] .menu :where(li>.menu-dropdown-toggle):after{transform:rotate(45deg);transform-origin:75% 75%;box-shadow:2px 2px}[dir=rtl] .menu :where(li>details>summary):after,[dir=rtl] .menu :where(li>.menu-dropdown-toggle):after{transform:rotate(-45deg);transform-origin:25% 75%;box-shadow:-2px 2px}[dir] .menu :where(li>details[open]>summary):after,[dir] .menu :where(li>.menu-dropdown-toggle.menu-dropdown-show):after{margin-top:0}[dir=ltr] .menu :where(li>details[open]>summary):after,[dir=ltr] .menu :where(li>.menu-dropdown-toggle.menu-dropdown-show):after{transform:rotate(225deg)}[dir=rtl] .menu :where(li>details[open]>summary):after,[dir=rtl] .menu :where(li>.menu-dropdown-toggle.menu-dropdown-show):after{transform:rotate(-225deg)}.mockup-phone .display{overflow:hidden}[dir] .mockup-phone .display{border-radius:40px;margin-top:-25px}.mockup-browser .mockup-browser-toolbar .input{position:relative;display:block;height:1.75rem;width:24rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-bg-opacity: 1}[dir] .mockup-browser .mockup-browser-toolbar .input{background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))}[dir=ltr] .mockup-browser .mockup-browser-toolbar .input{margin-left:auto;margin-right:auto;padding-left:2rem;direction:ltr}[dir=rtl] .mockup-browser .mockup-browser-toolbar .input{margin-right:auto;margin-left:auto;padding-right:2rem;direction:rtl}.mockup-browser .mockup-browser-toolbar .input:before{content:"";position:absolute;top:50%;aspect-ratio:1 / 1;height:.75rem;--tw-translate-y: -50%;opacity:.6}[dir] .mockup-browser .mockup-browser-toolbar .input:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;border-width:2px;border-color:currentColor}[dir=ltr] .mockup-browser .mockup-browser-toolbar .input:before{left:.5rem}[dir=rtl] .mockup-browser .mockup-browser-toolbar .input:before{right:.5rem}.mockup-browser .mockup-browser-toolbar .input:after{content:"";position:absolute;top:50%;height:.5rem;--tw-translate-y: 25%;--tw-rotate: -45deg;opacity:.6}[dir] .mockup-browser .mockup-browser-toolbar .input:after{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;border-width:1px;border-color:currentColor}[dir=ltr] .mockup-browser .mockup-browser-toolbar .input:after{left:1.25rem}[dir=rtl] .mockup-browser .mockup-browser-toolbar .input:after{right:1.25rem}[dir] .modal:not(dialog:not(.modal-open)),[dir] .modal::backdrop{background-color:#0006}[dir=ltr] .modal:not(dialog:not(.modal-open)),[dir=ltr] .modal::backdrop{animation:modal-pop .2s ease-out}[dir=rtl] .modal:not(dialog:not(.modal-open)),[dir=rtl] .modal::backdrop{animation:modal-pop .2s ease-out}.modal-open .modal-box,.modal-toggle:checked+.modal .modal-box,.modal:target .modal-box,.modal[open] .modal-box{--tw-translate-y: 0px;--tw-scale-x: 1;--tw-scale-y: 1}[dir] .modal-open .modal-box,[dir] .modal-toggle:checked+.modal .modal-box,[dir] .modal:target .modal-box,[dir] .modal[open] .modal-box{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes modal-pop{0%{opacity:0}}[dir] .progress::-moz-progress-bar{border-radius:var(--rounded-box, 1rem);background-color:currentColor}.progress:indeterminate{--progress-color: var(--fallback-bc,oklch(var(--bc)/1))}[dir] .progress:indeterminate{background-size:200%}[dir=ltr] .progress:indeterminate{background-image:repeating-linear-gradient(90deg,var(--progress-color) -1%,var(--progress-color) 10%,transparent 10%,transparent 90%);background-position-x:15%;animation:progress-loading-ltr 5s ease-in-out infinite}[dir=rtl] .progress:indeterminate{background-image:repeating-linear-gradient(-90deg,var(--progress-color) -1%,var(--progress-color) 10%,transparent 10%,transparent 90%);background-position-x:85%;animation:progress-loading-rtl 5s ease-in-out infinite}[dir] .progress::-webkit-progress-bar{border-radius:var(--rounded-box, 1rem);background-color:transparent}[dir] .progress::-webkit-progress-value{border-radius:var(--rounded-box, 1rem);background-color:currentColor}[dir] .progress:indeterminate::-moz-progress-bar{background-color:transparent;background-size:200%}[dir=ltr] .progress:indeterminate::-moz-progress-bar{background-image:repeating-linear-gradient(90deg,var(--progress-color) -1%,var(--progress-color) 10%,transparent 10%,transparent 90%);background-position-x:15%;animation:progress-loading-ltr 5s ease-in-out infinite}[dir=rtl] .progress:indeterminate::-moz-progress-bar{background-image:repeating-linear-gradient(-90deg,var(--progress-color) -1%,var(--progress-color) 10%,transparent 10%,transparent 90%);background-position-x:85%;animation:progress-loading-rtl 5s ease-in-out infinite}@keyframes progress-loading-ltr{50%{background-position-x:-115%}}@keyframes progress-loading-rtl{50%{background-position-x:215%}}[dir] .radio:focus{box-shadow:none}.radio:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/1))}.radio:checked,.radio[aria-checked=true]{--tw-bg-opacity: 1}[dir] .radio:checked,[dir] .radio[aria-checked=true]{background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));background-image:none;box-shadow:0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset}[dir=ltr] .radio:checked,[dir=ltr] .radio[aria-checked=true]{animation:radiomark var(--animation-input, .2s) ease-out}[dir=rtl] .radio:checked,[dir=rtl] .radio[aria-checked=true]{animation:radiomark var(--animation-input, .2s) ease-out}.radio:disabled{opacity:.2}[dir] .radio:disabled{cursor:not-allowed}@keyframes radiomark{0%{box-shadow:0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset}50%{box-shadow:0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset}to{box-shadow:0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset}}.range:focus-visible::-webkit-slider-thumb{--focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset}.range:focus-visible::-moz-range-thumb{--focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset}.range::-webkit-slider-runnable-track{height:.5rem;width:100%}[dir] .range::-webkit-slider-runnable-track{border-radius:var(--rounded-box, 1rem);background-color:var(--fallback-bc,oklch(var(--bc)/.1))}.range::-moz-range-track{height:.5rem;width:100%}[dir] .range::-moz-range-track{border-radius:var(--rounded-box, 1rem);background-color:var(--fallback-bc,oklch(var(--bc)/.1))}.range::-webkit-slider-thumb{position:relative;height:1.5rem;width:1.5rem;--tw-bg-opacity: 1;-moz-appearance:none;appearance:none;-webkit-appearance:none;top:50%;color:var(--range-shdw);--filler-size: 100rem;--filler-offset: .6rem}[dir] .range::-webkit-slider-thumb{border-radius:var(--rounded-box, 1rem);border-style:none;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));transform:translateY(-50%)}[dir=ltr] .range::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--range-shdw) inset,var(--focus-shadow, 0 0),calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size)}[dir=rtl] .range::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--range-shdw) inset,var(--focus-shadow, 0 0),calc(-1*(var(--filler-size) * -1 - var(--filler-offset))) 0 0 var(--filler-size)}.range::-moz-range-thumb{position:relative;height:1.5rem;width:1.5rem;--tw-bg-opacity: 1;top:50%;color:var(--range-shdw);--filler-size: 100rem;--filler-offset: .5rem}[dir] .range::-moz-range-thumb{border-radius:var(--rounded-box, 1rem);border-style:none;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}[dir=ltr] .range::-moz-range-thumb{box-shadow:0 0 0 3px var(--range-shdw) inset,var(--focus-shadow, 0 0),calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size)}[dir=rtl] .range::-moz-range-thumb{box-shadow:0 0 0 3px var(--range-shdw) inset,var(--focus-shadow, 0 0),calc(-1*(var(--filler-size) * -1 - var(--filler-offset))) 0 0 var(--filler-size)}.rating input{-moz-appearance:none;appearance:none;-webkit-appearance:none}.rating .rating-hidden{width:.5rem}[dir] .rating .rating-hidden{background-color:transparent}[dir] .rating input[type=radio]:checked{background-image:none}.rating input:checked~input,.rating input[aria-checked=true]~input{--tw-bg-opacity: .2}[dir] .rating input:focus-visible{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.3s;transform:translateY(-.125em)}[dir] .rating input:active:focus{transform:translateY(-.125em)}[dir=ltr] .rating input:active:focus{animation:none}[dir=rtl] .rating input:active:focus{animation:none}@keyframes rating-pop{0%{transform:translateY(-.125em)}40%{transform:translateY(-.125em)}to{transform:translateY(0)}}.select:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/.2))}[dir] .select:focus{box-shadow:none;border-color:var(--fallback-bc,oklch(var(--bc)/.2))}.select-disabled,.select:disabled,.select[disabled]{--tw-border-opacity: 1;--tw-bg-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/.4))}[dir] .select-disabled,[dir] .select:disabled,[dir] .select[disabled]{cursor:not-allowed;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))}.select-disabled::placeholder,.select:disabled::placeholder,.select[disabled]::placeholder{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));--tw-placeholder-opacity: .2}[dir] .select-multiple,[dir] .select[multiple],[dir] .select[size].select:not([size="1"]){background-image:none}[dir=ltr] .select-multiple,[dir=ltr] .select[multiple],[dir=ltr] .select[size].select:not([size="1"]){padding-right:1rem}[dir=rtl] .select-multiple,[dir=rtl] .select[multiple],[dir=rtl] .select[size].select:not([size="1"]){padding-left:1rem}[dir=rtl] .select{background-position:calc(0% + 12px) calc(1px + 50%),calc(0% + 16px) calc(1px + 50%)}@keyframes skeleton-ltr{0%{background-position:150%}to{background-position:-50%}}@keyframes skeleton-rtl{0%{background-position:-50%}to{background-position:150%}}:where(.stats)>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;--tw-divide-y-reverse: 0}[dir] :where(.stats)>:not([hidden])~:not([hidden]){border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}[dir=ltr] :where(.stats)>:not([hidden])~:not([hidden]){border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}[dir=rtl] :where(.stats)>:not([hidden])~:not([hidden]){border-left-width:calc(1px * var(--tw-divide-x-reverse));border-right-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}[dir=rtl] .stats>*:not([hidden])~*:not([hidden]){--tw-divide-x-reverse: 1}.steps .step:before{top:0;grid-column-start:1;grid-row-start:1;height:.5rem;width:100%;--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));content:"";margin-inline-start:-100%}[dir] .steps .step:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}.steps .\!step:before{top:0!important;grid-column-start:1!important;grid-row-start:1!important;height:.5rem!important;width:100%!important;--tw-bg-opacity: 1 !important;--tw-text-opacity: 1 !important;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))!important;content:""!important;margin-inline-start:-100%!important}[dir] .steps .\!step:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))!important}.steps .step:after{content:counter(step);counter-increment:step;z-index:1;position:relative;grid-column-start:1;grid-row-start:1;display:grid;height:2rem;width:2rem;place-items:center;place-self:center;--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}[dir] .steps .step:after{border-radius:9999px;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}.steps .\!step:after{content:counter(step)!important;counter-increment:step!important;z-index:1!important;position:relative!important;grid-column-start:1!important;grid-row-start:1!important;display:grid!important;height:2rem!important;width:2rem!important;place-items:center!important;place-self:center!important;--tw-bg-opacity: 1 !important;--tw-text-opacity: 1 !important;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))!important}[dir] .steps .\!step:after{border-radius:9999px!important;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))!important}.steps .step:first-child:before{content:none}.steps .\!step:first-child:before{content:none!important}.steps .step[data-content]:after{content:attr(data-content)}.steps .\!step[data-content]:after{content:attr(data-content)!important}.steps .step-neutral+.step-neutral:before,.steps .step-neutral:after{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))}[dir] .steps .step-neutral+.step-neutral:before,[dir] .steps .step-neutral:after{background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))}.steps .step-primary+.step-primary:before,.steps .step-primary:after{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))}[dir] .steps .step-primary+.step-primary:before,[dir] .steps .step-primary:after{background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)))}.steps .step-secondary+.step-secondary:before,.steps .step-secondary:after{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))}[dir] .steps .step-secondary+.step-secondary:before,[dir] .steps .step-secondary:after{background-color:var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)))}.steps .step-accent+.step-accent:before,.steps .step-accent:after{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))}[dir] .steps .step-accent+.step-accent:before,[dir] .steps .step-accent:after{background-color:var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)))}.steps .step-info+.step-info:before{--tw-bg-opacity: 1}[dir] .steps .step-info+.step-info:before{background-color:var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)))}.steps .step-info:after{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))}[dir] .steps .step-info:after{background-color:var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)))}.steps .step-success+.step-success:before{--tw-bg-opacity: 1}[dir] .steps .step-success+.step-success:before{background-color:var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)))}.steps .step-success:after{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))}[dir] .steps .step-success:after{background-color:var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)))}.steps .step-warning+.step-warning:before{--tw-bg-opacity: 1}[dir] .steps .step-warning+.step-warning:before{background-color:var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)))}.steps .step-warning:after{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))}[dir] .steps .step-warning:after{background-color:var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)))}.steps .step-error+.step-error:before{--tw-bg-opacity: 1}[dir] .steps .step-error+.step-error:before{background-color:var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)))}.steps .step-error:after{--tw-bg-opacity: 1;--tw-text-opacity: 1;color:var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))}[dir] .steps .step-error:after{background-color:var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)))}.tabs-lifted>.tab:focus-visible{border-end-end-radius:0;border-end-start-radius:0}.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]),.tab:is(input:checked){--tw-border-opacity: 1;--tw-text-opacity: 1}[dir] .tab:is(.tab-active,[dir] [aria-selected=true]):not(.tab-disabled):not([disabled]),[dir] .tab:is(input:checked){border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)))}.tab:focus{outline:2px solid transparent;outline-offset:2px}.tab:focus-visible{outline:2px solid currentColor;outline-offset:-5px}.tab-disabled,.tab[disabled]{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}[dir] .tab-disabled,[dir] .tab[disabled]{cursor:not-allowed}.tabs-bordered>.tab{--tw-border-opacity: .2}[dir] .tabs-bordered>.tab{border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));border-style:solid;border-bottom-width:calc(var(--tab-border, 1px) + 1px)}.tabs-lifted>.tab{border-start-start-radius:var(--tab-radius, .5rem);border-start-end-radius:var(--tab-radius, .5rem);padding-inline-start:var(--tab-padding, 1rem);padding-inline-end:var(--tab-padding, 1rem)}[dir] .tabs-lifted>.tab{border:var(--tab-border, 1px) solid transparent;border-width:0 0 var(--tab-border, 1px) 0;border-bottom-color:var(--tab-border-color);padding-top:var(--tab-border, 1px)}.tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]),.tabs-lifted>.tab:is(input:checked){border-inline-start-color:var(--tab-border-color);border-inline-end-color:var(--tab-border-color);padding-inline-start:calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));padding-inline-end:calc(var(--tab-padding, 1rem) - var(--tab-border, 1px))}[dir] .tabs-lifted>.tab:is(.tab-active,[dir] [aria-selected=true]):not(.tab-disabled):not([disabled]),[dir] .tabs-lifted>.tab:is(input:checked){background-color:var(--tab-bg);border-width:var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);border-top-color:var(--tab-border-color);padding-bottom:var(--tab-border, 1px);padding-top:0}.tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]):before,.tabs-lifted>.tab:is(input:checked):before{z-index:1;content:"";display:block;position:absolute;width:calc(100% + var(--tab-radius, .5rem) * 2);height:var(--tab-radius, .5rem);bottom:0;--tab-grad: calc(69% - var(--tab-border, 1px));--radius-start: radial-gradient( circle at top left, transparent var(--tab-grad), var(--tab-border-color) calc(var(--tab-grad) + .25px), var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)), var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + .25px) );--radius-end: radial-gradient( circle at top right, transparent var(--tab-grad), var(--tab-border-color) calc(var(--tab-grad) + .25px), var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)), var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + .25px) )}[dir] .tabs-lifted>.tab:is(.tab-active,[dir] [aria-selected=true]):not(.tab-disabled):not([disabled]):before,[dir] .tabs-lifted>.tab:is(input:checked):before{background-size:var(--tab-radius, .5rem);background-repeat:no-repeat;background-image:var(--radius-start),var(--radius-end)}[dir=ltr] .tabs-lifted>.tab:is(.tab-active,[dir=ltr] [aria-selected=true]):not(.tab-disabled):not([disabled]):before,[dir=ltr] .tabs-lifted>.tab:is(input:checked):before{background-position:top left,top right}[dir=rtl] .tabs-lifted>.tab:is(.tab-active,[dir=rtl] [aria-selected=true]):not(.tab-disabled):not([disabled]):before,[dir=rtl] .tabs-lifted>.tab:is(input:checked):before{background-position:top right,top left}[dir] .tabs-lifted>.tab:is(.tab-active,[dir] [aria-selected=true]):not(.tab-disabled):not([disabled]):first-child:before,[dir] .tabs-lifted>.tab:is(input:checked):first-child:before{background-image:var(--radius-end)}[dir=ltr] .tabs-lifted>.tab:is(.tab-active,[dir=ltr] [aria-selected=true]):not(.tab-disabled):not([disabled]):first-child:before,[dir=ltr] .tabs-lifted>.tab:is(input:checked):first-child:before{background-position:top right}[dir=rtl] .tabs-lifted>.tab:is(.tab-active,[dir=rtl] [aria-selected=true]):not(.tab-disabled):not([disabled]):first-child:before,[dir=rtl] .tabs-lifted>.tab:is(input:checked):first-child:before{background-position:top left}[dir=rtl] .tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]):first-child:before,[dir=rtl] .tabs-lifted>.tab:is(input:checked):first-child:before{background-image:var(--radius-start);background-position:top left}[dir] .tabs-lifted>.tab:is(.tab-active,[dir] [aria-selected=true]):not(.tab-disabled):not([disabled]):last-child:before,[dir] .tabs-lifted>.tab:is(input:checked):last-child:before{background-image:var(--radius-start)}[dir=ltr] .tabs-lifted>.tab:is(.tab-active,[dir=ltr] [aria-selected=true]):not(.tab-disabled):not([disabled]):last-child:before,[dir=ltr] .tabs-lifted>.tab:is(input:checked):last-child:before{background-position:top left}[dir=rtl] .tabs-lifted>.tab:is(.tab-active,[dir=rtl] [aria-selected=true]):not(.tab-disabled):not([disabled]):last-child:before,[dir=rtl] .tabs-lifted>.tab:is(input:checked):last-child:before{background-position:top right}[dir=rtl] .tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]):last-child:before,[dir=rtl] .tabs-lifted>.tab:is(input:checked):last-child:before{background-image:var(--radius-end);background-position:top right}[dir] .tabs-lifted>:is(.tab-active,[dir] [aria-selected=true]):not(.tab-disabled):not([disabled])+.tabs-lifted :is(.tab-active,[dir] [aria-selected=true]):not(.tab-disabled):not([disabled]):before,[dir] .tabs-lifted>.tab:is(input:checked)+.tabs-lifted .tab:is(input:checked):before{background-image:var(--radius-end)}[dir=ltr] .tabs-lifted>:is(.tab-active,[dir=ltr] [aria-selected=true]):not(.tab-disabled):not([disabled])+.tabs-lifted :is(.tab-active,[dir=ltr] [aria-selected=true]):not(.tab-disabled):not([disabled]):before,[dir=ltr] .tabs-lifted>.tab:is(input:checked)+.tabs-lifted .tab:is(input:checked):before{background-position:top right}[dir=rtl] .tabs-lifted>:is(.tab-active,[dir=rtl] [aria-selected=true]):not(.tab-disabled):not([disabled])+.tabs-lifted :is(.tab-active,[dir=rtl] [aria-selected=true]):not(.tab-disabled):not([disabled]):before,[dir=rtl] .tabs-lifted>.tab:is(input:checked)+.tabs-lifted .tab:is(input:checked):before{background-position:top left}[dir] .tabs-boxed .tab{border-radius:var(--rounded-btn, .5rem)}.table:where([dir=rtl],[dir=rtl] *){text-align:right}.table :where(th,td){vertical-align:middle}[dir] .table :where(th,[dir] td){padding-top:.75rem;padding-bottom:.75rem}[dir=ltr] .table :where(th,[dir=ltr] td){padding-left:1rem;padding-right:1rem}[dir=rtl] .table :where(th,[dir=rtl] td){padding-right:1rem;padding-left:1rem}.table tr.active,.table tr.active:nth-child(2n),.table-zebra tbody tr:nth-child(2n){--tw-bg-opacity: 1}[dir] .table tr.active,[dir] .table tr.active:nth-child(2n),[dir] .table-zebra tbody tr:nth-child(2n){background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))}.table tr.\!active,.table tr.\!active:nth-child(2n){--tw-bg-opacity: 1 !important}[dir] .table tr.\!active,[dir] .table tr.\!active:nth-child(2n){background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))!important}.table-zebra tr.active,.table-zebra tr.active:nth-child(2n),.table-zebra-zebra tbody tr:nth-child(2n){--tw-bg-opacity: 1}[dir] .table-zebra tr.active,[dir] .table-zebra tr.active:nth-child(2n),[dir] .table-zebra-zebra tbody tr:nth-child(2n){background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}.table-zebra tr.\!active,.table-zebra tr.\!active:nth-child(2n){--tw-bg-opacity: 1 !important}[dir] .table-zebra tr.\!active,[dir] .table-zebra tr.\!active:nth-child(2n){background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))!important}.table :where(thead tr,tbody tr:not(:last-child),tbody tr:first-child:last-child){--tw-border-opacity: 1}[dir] .table :where(thead tr,[dir] tbody tr:not(:last-child),[dir] tbody tr:first-child:last-child){border-bottom-width:1px;border-bottom-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))}.table :where(thead,tfoot){white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:700;color:var(--fallback-bc,oklch(var(--bc)/.6))}.table :where(tfoot){--tw-border-opacity: 1}[dir] .table :where(tfoot){border-top-width:1px;border-top-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))}.textarea:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/.2))}[dir] .textarea:focus{box-shadow:none;border-color:var(--fallback-bc,oklch(var(--bc)/.2))}.textarea-disabled,.textarea:disabled,.textarea[disabled]{--tw-border-opacity: 1;--tw-bg-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/.4))}[dir] .textarea-disabled,[dir] .textarea:disabled,[dir] .textarea[disabled]{cursor:not-allowed;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))}.textarea-disabled::placeholder,.textarea:disabled::placeholder,.textarea[disabled]::placeholder{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));--tw-placeholder-opacity: .2}.timeline hr{height:.25rem}:where(.timeline hr){--tw-bg-opacity: 1}[dir] :where(.timeline hr){background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}:where(.timeline:has(.timeline-middle) hr):first-child{border-start-end-radius:var(--rounded-badge, 1.9rem);border-end-end-radius:var(--rounded-badge, 1.9rem);border-start-start-radius:0px;border-end-start-radius:0px}:where(.timeline:has(.timeline-middle) hr):last-child{border-start-start-radius:var(--rounded-badge, 1.9rem);border-end-start-radius:var(--rounded-badge, 1.9rem);border-start-end-radius:0px;border-end-end-radius:0px}:where(.timeline:not(:has(.timeline-middle)) :first-child hr:last-child){border-start-start-radius:var(--rounded-badge, 1.9rem);border-end-start-radius:var(--rounded-badge, 1.9rem);border-start-end-radius:0px;border-end-end-radius:0px}:where(.timeline:not(:has(.timeline-middle)) :last-child hr:first-child){border-start-end-radius:var(--rounded-badge, 1.9rem);border-end-end-radius:var(--rounded-badge, 1.9rem);border-start-start-radius:0px;border-end-start-radius:0px}[dir=ltr] .toast>*{animation:toast-pop .25s ease-out}[dir=rtl] .toast>*{animation:toast-pop .25s ease-out}@keyframes toast-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}[dir=rtl] .toggle{--handleoffsetcalculator: calc(var(--handleoffset) * 1)}.toggle:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/.2))}[dir] .toggle:hover{background-color:currentColor}.toggle:checked,.toggle[aria-checked=true]{--handleoffsetcalculator: var(--handleoffset);--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}[dir] .toggle:checked,[dir] .toggle[aria-checked=true]{background-image:none}[dir=rtl] .toggle:checked,[dir=rtl] .toggle[aria-checked=true]{--handleoffsetcalculator: calc(var(--handleoffset) * -1)}.toggle:indeterminate{--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}[dir=ltr] .toggle:indeterminate{box-shadow:calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset}[dir=rtl] .toggle:indeterminate{box-shadow:calc(-1*(var(--handleoffset) / 2)) 0 0 2px var(--tglbg) inset,calc(-1*(var(--handleoffset) / -2)) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset}[dir=rtl] .toggle:indeterminate{box-shadow:calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset}.toggle:disabled{--tw-border-opacity: 1;opacity:.3;--togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset, var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset}[dir] .toggle:disabled{cursor:not-allowed;border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));background-color:transparent}.artboard.\!phone{width:320px!important}.artboard.phone{width:320px}.artboard.phone-1.horizontal,.artboard.phone-1.artboard-horizontal{width:568px;height:320px}.artboard.phone-2.horizontal,.artboard.phone-2.artboard-horizontal{width:667px;height:375px}.artboard.phone-3.horizontal,.artboard.phone-3.artboard-horizontal{width:736px;height:414px}.artboard.phone-4.horizontal,.artboard.phone-4.artboard-horizontal{width:812px;height:375px}.artboard.phone-5.horizontal,.artboard.phone-5.artboard-horizontal{width:896px;height:414px}.artboard.phone-6.horizontal,.artboard.phone-6.artboard-horizontal{width:1024px;height:320px}[dir] .btm-nav-xs>*:where(.\!active){border-top-width:1px!important}[dir] .btm-nav-xs>*:where(.active){border-top-width:1px}[dir] .btm-nav-sm>*:where(.\!active){border-top-width:2px!important}[dir] .btm-nav-sm>*:where(.active){border-top-width:2px}[dir] .btm-nav-md>*:where(.\!active){border-top-width:2px!important}[dir] .btm-nav-md>*:where(.active){border-top-width:2px}[dir] .btm-nav-lg>*:where(.\!active){border-top-width:4px!important}[dir] .btm-nav-lg>*:where(.active){border-top-width:4px}.indicator :where(.indicator-item){bottom:auto;inset-inline-end:0px;inset-inline-start:auto;top:0;--tw-translate-y: -50%;--tw-translate-x: 50%}[dir] .indicator :where(.indicator-item){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item):where([dir=rtl],[dir=rtl] *){--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item.indicator-start){inset-inline-end:auto;inset-inline-start:0px;--tw-translate-x: -50%}[dir] .indicator :where(.indicator-item.indicator-start){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item.indicator-start):where([dir=rtl],[dir=rtl] *){--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item.indicator-center){inset-inline-end:50%;inset-inline-start:50%;--tw-translate-x: -50%}[dir] .indicator :where(.indicator-item.indicator-center){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item.indicator-center):where([dir=rtl],[dir=rtl] *){--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item.indicator-end){inset-inline-end:0px;inset-inline-start:auto;--tw-translate-x: 50%}[dir] .indicator :where(.indicator-item.indicator-end){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item.indicator-end):where([dir=rtl],[dir=rtl] *){--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item.indicator-bottom){bottom:0;top:auto;--tw-translate-y: 50%}[dir] .indicator :where(.indicator-item.indicator-bottom){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item.indicator-middle){bottom:50%;top:50%;--tw-translate-y: -50%}[dir] .indicator :where(.indicator-item.indicator-middle){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.indicator :where(.indicator-item.indicator-top){bottom:auto;top:0;--tw-translate-y: -50%}[dir] .indicator :where(.indicator-item.indicator-top){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.join.join-vertical{flex-direction:column}.join.join-vertical .join-item:first-child:not(:last-child),.join.join-vertical *:first-child:not(:last-child) .join-item{border-end-start-radius:0;border-end-end-radius:0;border-start-start-radius:inherit;border-start-end-radius:inherit}.join.join-vertical .join-item:last-child:not(:first-child),.join.join-vertical *:last-child:not(:first-child) .join-item{border-start-start-radius:0;border-start-end-radius:0;border-end-start-radius:inherit;border-end-end-radius:inherit}.join.join-horizontal{flex-direction:row}.join.join-horizontal .join-item:first-child:not(:last-child),.join.join-horizontal *:first-child:not(:last-child) .join-item{border-end-end-radius:0;border-start-end-radius:0;border-end-start-radius:inherit;border-start-start-radius:inherit}.join.join-horizontal .join-item:last-child:not(:first-child),.join.join-horizontal *:last-child:not(:first-child) .join-item{border-end-start-radius:0;border-start-start-radius:0;border-end-end-radius:inherit;border-start-end-radius:inherit}.steps-horizontal .\!step{display:grid!important;grid-template-columns:repeat(1,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;place-items:center!important}[dir] .steps-horizontal .\!step{text-align:center!important}.steps-horizontal .step{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));place-items:center}[dir] .steps-horizontal .step{text-align:center}.steps-vertical .\!step{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(1,minmax(0,1fr))!important}.steps-vertical .step{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr))}.tabs-md :where(.tab){height:2rem;font-size:.875rem;line-height:1.25rem;line-height:2;--tab-padding: 1rem}.tabs-lg :where(.tab){height:3rem;font-size:1.125rem;line-height:1.75rem;line-height:2;--tab-padding: 1.25rem}.tabs-sm :where(.tab){height:1.5rem;font-size:.875rem;line-height:.75rem;--tab-padding: .75rem}.tabs-xs :where(.tab){height:1.25rem;font-size:.75rem;line-height:.75rem;--tab-padding: .5rem}:where(.toast){bottom:0;inset-inline-end:0px;inset-inline-start:auto;top:auto;--tw-translate-x: 0px;--tw-translate-y: 0px}[dir] :where(.toast){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-start){inset-inline-end:auto;inset-inline-start:0px;--tw-translate-x: 0px}[dir] .toast:where(.toast-start){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-center){inset-inline-end:50%;inset-inline-start:50%;--tw-translate-x: -50%}[dir] .toast:where(.toast-center){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-center):where([dir=rtl],[dir=rtl] *){--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-end){inset-inline-end:0px;inset-inline-start:auto;--tw-translate-x: 0px}[dir] .toast:where(.toast-end){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-bottom){bottom:0;top:auto;--tw-translate-y: 0px}[dir] .toast:where(.toast-bottom){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-middle){bottom:auto;top:50%;--tw-translate-y: -50%}[dir] .toast:where(.toast-middle){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-top){bottom:auto;top:0;--tw-translate-y: 0px}[dir] .toast:where(.toast-top){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.avatar.online:before{content:"";position:absolute;z-index:10;display:block;--tw-bg-opacity: 1;outline-style:solid;outline-width:2px;outline-color:var(--fallback-b1,oklch(var(--b1)/1));width:15%;height:15%;top:7%}[dir] .avatar.online:before{border-radius:9999px;background-color:var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)))}[dir=ltr] .avatar.online:before{right:7%}[dir=rtl] .avatar.online:before{left:7%}.avatar.offline:before{content:"";position:absolute;z-index:10;display:block;--tw-bg-opacity: 1;outline-style:solid;outline-width:2px;outline-color:var(--fallback-b1,oklch(var(--b1)/1));width:15%;height:15%;top:7%}[dir] .avatar.offline:before{border-radius:9999px;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}[dir=ltr] .avatar.offline:before{right:7%}[dir=rtl] .avatar.offline:before{left:7%}[dir] .join.join-vertical>:where(*:not(:first-child)){margin-top:-1px}[dir=ltr] .join.join-vertical>:where(*:not(:first-child)){margin-left:0;margin-right:0}[dir=rtl] .join.join-vertical>:where(*:not(:first-child)){margin-right:0;margin-left:0}[dir] .join.join-vertical>:where(*:not(:first-child)):is(.btn){margin-top:calc(var(--border-btn) * -1)}.join.join-horizontal>:where(*:not(:first-child)){margin-inline-start:-1px}[dir] .join.join-horizontal>:where(*:not(:first-child)){margin-top:0;margin-bottom:0}.join.join-horizontal>:where(*:not(:first-child)):is(.btn){margin-inline-start:calc(var(--border-btn) * -1)}[dir] .join.join-horizontal>:where(*:not(:first-child)):is(.btn){margin-top:0}.steps-horizontal .\!step{grid-template-rows:40px 1fr!important;grid-template-columns:auto!important;min-width:4rem!important}.steps-horizontal .step{grid-template-rows:40px 1fr;grid-template-columns:auto;min-width:4rem}.steps-horizontal .\!step:before{height:.5rem!important;width:100%!important;--tw-translate-x: 0px !important;--tw-translate-y: 0px !important;content:""!important;margin-inline-start:-100%!important}[dir] .steps-horizontal .\!step:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.steps-horizontal .step:before{height:.5rem;width:100%;--tw-translate-x: 0px;--tw-translate-y: 0px;content:"";margin-inline-start:-100%}[dir] .steps-horizontal .step:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.steps-horizontal .\!step:where([dir=rtl],[dir=rtl] *):before{--tw-translate-x: 0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.steps-horizontal .step:where([dir=rtl],[dir=rtl] *):before{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.steps-vertical .\!step{gap:.5rem!important;grid-template-columns:40px 1fr!important;grid-template-rows:auto!important;min-height:4rem!important;justify-items:start!important}.steps-vertical .step{gap:.5rem;grid-template-columns:40px 1fr;grid-template-rows:auto;min-height:4rem;justify-items:start}.steps-vertical .\!step:before{height:100%!important;width:.5rem!important;--tw-translate-x: -50% !important;--tw-translate-y: -50% !important;margin-inline-start:50%!important}[dir] .steps-vertical .\!step:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.steps-vertical .step:before{height:100%;width:.5rem;--tw-translate-x: -50%;--tw-translate-y: -50%;margin-inline-start:50%}[dir] .steps-vertical .step:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.steps-vertical .\!step:where([dir=rtl],[dir=rtl] *):before{--tw-translate-x: 50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.steps-vertical .step:where([dir=rtl],[dir=rtl] *):before{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}[dir] .sr-only{padding:0;margin:-1px;border-width:0}.pointer-events-none{pointer-events:none}.\!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-0{top:0;right:0;bottom:0;left:0}[dir=ltr] .inset-x-0{left:0;right:0}[dir=rtl] .inset-x-0{right:0;left:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-4{bottom:-1rem}.-bottom-40{bottom:-10rem}.-end-12{inset-inline-end:-3rem}.-end-16{inset-inline-end:-4rem}[dir=ltr] .-left-40{left:-10rem}[dir=rtl] .-left-40{right:-10rem}[dir=ltr] .-right-2{right:-.5rem}[dir=rtl] .-right-2{left:-.5rem}[dir=ltr] .-right-40{right:-10rem}[dir=rtl] .-right-40{left:-10rem}.-top-10{top:-2.5rem}.-top-16{top:-4rem}.-top-2{top:-.5rem}.-top-20{top:-5rem}.-top-40{top:-10rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.bottom-7{bottom:1.75rem}.end-0{inset-inline-end:0px}.end-3{inset-inline-end:.75rem}[dir=ltr] .left-0{left:0}[dir=rtl] .left-0{right:0}[dir=ltr] .left-1{left:.25rem}[dir=rtl] .left-1{right:.25rem}[dir=ltr] .left-1\/2{left:50%}[dir=rtl] .left-1\/2{right:50%}[dir=ltr] .left-2{left:.5rem}[dir=rtl] .left-2{right:.5rem}[dir=ltr] .left-3{left:.75rem}[dir=rtl] .left-3{right:.75rem}[dir=ltr] .left-4{left:1rem}[dir=rtl] .left-4{right:1rem}[dir=ltr] .left-40{left:10rem}[dir=rtl] .left-40{right:10rem}[dir=ltr] .left-6{left:1.5rem}[dir=rtl] .left-6{right:1.5rem}[dir=ltr] .right-0{right:0}[dir=rtl] .right-0{left:0}[dir=ltr] .right-1{right:.25rem}[dir=rtl] .right-1{left:.25rem}[dir=ltr] .right-2{right:.5rem}[dir=rtl] .right-2{left:.5rem}[dir=ltr] .right-4{right:1rem}[dir=rtl] .right-4{left:1rem}[dir=ltr] .right-6{right:1.5rem}[dir=rtl] .right-6{left:1.5rem}.start-0{inset-inline-start:0px}.start-0\.5{inset-inline-start:.125rem}.start-1\/2{inset-inline-start:50%}.start-3{inset-inline-start:.75rem}.start-\[1\.45rem\]{inset-inline-start:1.45rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-40{top:10rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-7{top:1.75rem}.top-8{top:2rem}.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-\[1\]{z-index:1}.z-\[2147483000\]{z-index:2147483000}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.z-\[75\]{z-index:75}.z-\[80\]{z-index:80}.z-\[90\]{z-index:90}.z-\[99990\]{z-index:99990}.z-\[99999\]{z-index:99999}.z-\[9999\]{z-index:9999}.order-1{order:1}.order-2{order:2}.order-3{order:3}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}[dir] .\!m-0{margin:0!important}[dir] .m-0{margin:0}[dir] .m-1{margin:.25rem}[dir] .m-4{margin:1rem}[dir] .m-5{margin:1.25rem}[dir] .m-auto{margin:auto}[dir=ltr] .\!-mx-4{margin-left:-1rem!important;margin-right:-1rem!important}[dir=rtl] .\!-mx-4{margin-right:-1rem!important;margin-left:-1rem!important}[dir=ltr] .-mx-2{margin-left:-.5rem;margin-right:-.5rem}[dir=rtl] .-mx-2{margin-right:-.5rem;margin-left:-.5rem}[dir=ltr] .mx-1{margin-left:.25rem;margin-right:.25rem}[dir=rtl] .mx-1{margin-right:.25rem;margin-left:.25rem}[dir=ltr] .mx-2{margin-left:.5rem;margin-right:.5rem}[dir=rtl] .mx-2{margin-right:.5rem;margin-left:.5rem}[dir=ltr] .mx-3{margin-left:.75rem;margin-right:.75rem}[dir=rtl] .mx-3{margin-right:.75rem;margin-left:.75rem}[dir=ltr] .mx-4{margin-left:1rem;margin-right:1rem}[dir=rtl] .mx-4{margin-right:1rem;margin-left:1rem}[dir=ltr] .mx-6{margin-left:1.5rem;margin-right:1.5rem}[dir=rtl] .mx-6{margin-right:1.5rem;margin-left:1.5rem}[dir=ltr] .mx-auto{margin-left:auto;margin-right:auto}[dir=rtl] .mx-auto{margin-right:auto;margin-left:auto}[dir] .my-1{margin-top:.25rem;margin-bottom:.25rem}[dir] .my-10{margin-top:2.5rem;margin-bottom:2.5rem}[dir] .my-2{margin-top:.5rem;margin-bottom:.5rem}[dir] .my-20{margin-top:5rem;margin-bottom:5rem}[dir] .my-24{margin-top:6rem;margin-bottom:6rem}[dir] .my-3{margin-top:.75rem;margin-bottom:.75rem}[dir] .my-4{margin-top:1rem;margin-bottom:1rem}[dir] .my-5{margin-top:1.25rem;margin-bottom:1.25rem}[dir] .my-6{margin-top:1.5rem;margin-bottom:1.5rem}[dir] .my-auto{margin-top:auto;margin-bottom:auto}[dir] .\!mb-0{margin-bottom:0!important}[dir] .\!mb-3{margin-bottom:.75rem!important}[dir] .\!mt-10{margin-top:2.5rem!important}[dir] .\!mt-14{margin-top:3.5rem!important}[dir] .\!mt-2{margin-top:.5rem!important}[dir] .\!mt-5{margin-top:1.25rem!important}[dir] .\!mt-8{margin-top:2rem!important}[dir] .-mb-2{margin-bottom:-.5rem}[dir=ltr] .-ml-px{margin-left:-1px}[dir=rtl] .-ml-px{margin-right:-1px}[dir] .-mt-1{margin-top:-.25rem}[dir] .-mt-16{margin-top:-4rem}[dir] .-mt-px{margin-top:-1px}[dir] .mb-1{margin-bottom:.25rem}[dir] .mb-1\.5{margin-bottom:.375rem}[dir] .mb-10{margin-bottom:2.5rem}[dir] .mb-12{margin-bottom:3rem}[dir] .mb-16{margin-bottom:4rem}[dir] .mb-2{margin-bottom:.5rem}[dir] .mb-3{margin-bottom:.75rem}[dir] .mb-32{margin-bottom:8rem}[dir] .mb-4{margin-bottom:1rem}[dir] .mb-5{margin-bottom:1.25rem}[dir] .mb-6{margin-bottom:1.5rem}[dir] .mb-7{margin-bottom:1.75rem}[dir] .mb-8{margin-bottom:2rem}.me-1{margin-inline-end:.25rem}.me-2{margin-inline-end:.5rem}.me-4{margin-inline-end:1rem}[dir=ltr] .ml-1{margin-left:.25rem}[dir=rtl] .ml-1{margin-right:.25rem}[dir=ltr] .ml-12{margin-left:3rem}[dir=rtl] .ml-12{margin-right:3rem}[dir=ltr] .ml-2{margin-left:.5rem}[dir=rtl] .ml-2{margin-right:.5rem}[dir=ltr] .ml-3{margin-left:.75rem}[dir=rtl] .ml-3{margin-right:.75rem}[dir=ltr] .ml-4{margin-left:1rem}[dir=rtl] .ml-4{margin-right:1rem}[dir=ltr] .ml-auto{margin-left:auto}[dir=rtl] .ml-auto{margin-right:auto}[dir=ltr] .mr-1{margin-right:.25rem}[dir=rtl] .mr-1{margin-left:.25rem}[dir=ltr] .mr-2{margin-right:.5rem}[dir=rtl] .mr-2{margin-left:.5rem}[dir=ltr] .mr-5{margin-right:1.25rem}[dir=rtl] .mr-5{margin-left:1.25rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.ms-9{margin-inline-start:2.25rem}.ms-auto{margin-inline-start:auto}[dir] .mt-0\.5{margin-top:.125rem}[dir] .mt-1{margin-top:.25rem}[dir] .mt-1\.5{margin-top:.375rem}[dir] .mt-10{margin-top:2.5rem}[dir] .mt-12{margin-top:3rem}[dir] .mt-16{margin-top:4rem}[dir] .mt-2{margin-top:.5rem}[dir] .mt-3{margin-top:.75rem}[dir] .mt-4{margin-top:1rem}[dir] .mt-5{margin-top:1.25rem}[dir] .mt-6{margin-top:1.5rem}[dir] .mt-7{margin-top:1.75rem}[dir] .mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-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}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.\!h-11{height:2.75rem!important}.\!h-max{height:max-content!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[100\%\]{height:100%}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[250px\]{height:250px}.h-\[25px\]{height:25px}.h-\[28px\]{height:28px}.h-\[35px\]{height:35px}.h-\[360px\]{height:360px}.h-\[40px\]{height:40px}.h-\[42px\]{height:42px}.h-\[460px\]{height:460px}.h-\[50\%\]{height:50%}.h-\[92vh\]{height:92vh}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-10{max-height:2.5rem}.max-h-12{max-height:3rem}.max-h-28{max-height:7rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-\[65vh\]{max-height:65vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[92vh\]{max-height:92vh}.max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.max-h-\[calc\(100vh-3rem\)\]{max-height:calc(100vh - 3rem)}.max-h-\[min\(18rem\,35dvh\)\]{max-height:min(18rem,35dvh)}.max-h-\[min\(28rem\,70vh\)\]{max-height:min(28rem,70vh)}.\!min-h-max{min-height:max-content!important}.min-h-0{min-height:0px}.min-h-10{min-height:2.5rem}.min-h-11{min-height:2.75rem}.min-h-12{min-height:3rem}.min-h-14{min-height:3.5rem}.min-h-16{min-height:4rem}.min-h-20{min-height:5rem}.min-h-24{min-height:6rem}.min-h-28{min-height:7rem}.min-h-48{min-height:12rem}.min-h-6{min-height:1.5rem}.min-h-7{min-height:1.75rem}.min-h-8{min-height:2rem}.min-h-9{min-height:2.25rem}.min-h-\[0\.9rem\]{min-height:.9rem}.min-h-\[100dvh\]{min-height:100dvh}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[56px\]{min-height:56px}.min-h-\[62px\]{min-height:62px}.min-h-\[6rem\]{min-height:6rem}.min-h-\[72px\]{min-height:72px}.min-h-screen{min-height:100vh}.\!w-\[65\%\]{width:65%!important}.\!w-\[70\%\]{width:70%!important}.\!w-full{width:100%!important}.w-0{width:0px}.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-10{width:2.5rem}.w-10\/12{width:83.333333%}.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-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-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-9{width:2.25rem}.w-96{width:24rem}.w-\[11\%\]{width:11%}.w-\[14\%\]{width:14%}.w-\[15\%\]{width:15%}.w-\[150px\]{width:150px}.w-\[17\%\]{width:17%}.w-\[18\%\]{width:18%}.w-\[19\%\]{width:19%}.w-\[20px\]{width:20px}.w-\[24\%\]{width:24%}.w-\[25px\]{width:25px}.w-\[272px\]{width:272px}.w-\[2px\]{width:2px}.w-\[33\%\]{width:33%}.w-\[35\%\]{width:35%}.w-\[35\.1px\]{width:35.1px}.w-\[350px\]{width:350px}.w-\[35px\]{width:35px}.w-\[40\%\]{width:40%}.w-\[40px\]{width:40px}.w-\[42\%\]{width:42%}.w-\[50\%\]{width:50%}.w-\[6\%\]{width:6%}.w-\[70\%\]{width:70%}.w-\[76\%\]{width:76%}.w-\[80\%\]{width:80%}.w-\[90\%\]{width:90%}.w-\[96vw\]{width:96vw}.w-\[min\(34rem\,80vw\)\]{width:min(34rem,80vw)}.w-\[min\(38rem\,75vw\)\]{width:min(38rem,75vw)}.w-\[min\(86vw\,320px\)\]{width:min(86vw,320px)}.w-\[min\(92vw\,560px\)\]{width:min(92vw,560px)}.w-\[min\(94vw\,620px\)\]{width:min(94vw,620px)}.w-\[min\(94vw\,720px\)\]{width:min(94vw,720px)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-10{min-width:2.5rem}.min-w-11{min-width:2.75rem}.min-w-6{min-width:1.5rem}.min-w-60{min-width:15rem}.min-w-64{min-width:16rem}.min-w-9{min-width:2.25rem}.min-w-\[1180px\]{min-width:1180px}.min-w-\[150px\]{min-width:150px}.min-w-\[170px\]{min-width:170px}.min-w-\[180px\]{min-width:180px}.min-w-\[18px\]{min-width:18px}.min-w-\[18rem\]{min-width:18rem}.min-w-\[210px\]{min-width:210px}.min-w-\[220px\]{min-width:220px}.min-w-\[54px\]{min-width:54px}.min-w-\[900px\]{min-width:900px}.min-w-\[92px\]{min-width:92px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-44{max-width:11rem}.max-w-48{max-width:12rem}.max-w-4xl{max-width:56rem}.max-w-52{max-width:13rem}.max-w-5xl{max-width:64rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1380px\]{max-width:1380px}.max-w-\[1440px\]{max-width:1440px}.max-w-\[1480px\]{max-width:1480px}.max-w-\[14rem\]{max-width:14rem}.max-w-\[1500px\]{max-width:1500px}.max-w-\[1920px\]{max-width:1920px}.max-w-\[45\%\]{max-width:45%}.max-w-\[54ch\]{max-width:54ch}.max-w-\[56ch\]{max-width:56ch}.max-w-\[60\%\]{max-width:60%}.max-w-\[62ch\]{max-width:62ch}.max-w-\[65ch\]{max-width:65ch}.max-w-\[68ch\]{max-width:68ch}.max-w-\[70ch\]{max-width:70ch}.max-w-\[72ch\]{max-width:72ch}.max-w-fit{max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}[dir] .origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x: -50%}[dir] .-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%}[dir] .-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px}[dir] .translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem}[dir] .translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-3{--tw-rotate: -3deg}[dir] .-rotate-3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg}[dir] .rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-3{--tw-rotate: 3deg}[dir] .rotate-3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1}[dir] .scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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}[dir] .scale-95,[dir] .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{transform:scale(2);opacity:0}}[dir=ltr] .animate-ping,[dir=rtl] .animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}[dir=ltr] .animate-pulse,[dir=rtl] .animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin-ltr{to{transform:rotate(360deg)}}@keyframes spin-rtl{to{transform:rotate(-360deg)}}[dir=ltr] .animate-spin{animation:spin-ltr 1s linear infinite}[dir=rtl] .animate-spin{animation:spin-rtl 1s linear infinite}[dir] .\!cursor-not-allowed{cursor:not-allowed!important}[dir] .cursor-default{cursor:default}[dir] .cursor-help{cursor:help}[dir] .cursor-not-allowed{cursor:not-allowed}[dir] .cursor-pointer{cursor:pointer}[dir] .cursor-wait{cursor:wait}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-center{scroll-snap-align:center}.scroll-mt-24{scroll-margin-top:6rem}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[minmax\(0\,1fr\)_auto_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.grid-cols-\[minmax\(120px\,\.7fr\)_minmax\(210px\,1\.1fr\)_minmax\(260px\,1\.4fr\)_minmax\(140px\,\.75fr\)_minmax\(170px\,\.8fr\)_minmax\(150px\,\.7fr\)\]{grid-template-columns:minmax(120px,.7fr) minmax(210px,1.1fr) minmax(260px,1.4fr) minmax(140px,.75fr) minmax(170px,.8fr) minmax(150px,.7fr)}.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}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.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-items-center{justify-items:center}.\!gap-1{gap:.25rem!important}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.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-px{gap:1px}.gap-x-12{column-gap:3rem}.gap-x-3{column-gap:.75rem}.gap-x-4{column-gap:1rem}.gap-x-5{column-gap:1.25rem}.gap-x-6{column-gap:1.5rem}.gap-x-8{column-gap:2rem}.gap-y-1{row-gap:.25rem}.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-8{row-gap:2rem}.\!space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important}[dir] .\!space-y-1>:not([hidden])~:not([hidden]){margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.25rem * var(--tw-space-y-reverse))!important}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0}[dir=ltr] .space-x-1>:not([hidden])~:not([hidden]){margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}[dir=rtl] .space-x-1>:not([hidden])~:not([hidden]){margin-left:calc(.25rem * var(--tw-space-x-reverse));margin-right:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0}[dir=ltr] .space-x-10>:not([hidden])~:not([hidden]){margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}[dir=rtl] .space-x-10>:not([hidden])~:not([hidden]){margin-left:calc(2.5rem * var(--tw-space-x-reverse));margin-right:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0}[dir=ltr] .space-x-2>:not([hidden])~:not([hidden]){margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}[dir=rtl] .space-x-2>:not([hidden])~:not([hidden]){margin-left:calc(.5rem * var(--tw-space-x-reverse));margin-right:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0}[dir=ltr] .space-x-3>:not([hidden])~:not([hidden]){margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}[dir=rtl] .space-x-3>:not([hidden])~:not([hidden]){margin-left:calc(.75rem * var(--tw-space-x-reverse));margin-right:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0}[dir=ltr] .space-x-4>:not([hidden])~:not([hidden]){margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}[dir=rtl] .space-x-4>:not([hidden])~:not([hidden]){margin-left:calc(1rem * var(--tw-space-x-reverse));margin-right:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0}[dir=ltr] .space-x-6>:not([hidden])~:not([hidden]){margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}[dir=rtl] .space-x-6>:not([hidden])~:not([hidden]){margin-left:calc(1.5rem * var(--tw-space-x-reverse));margin-right:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0}[dir=ltr] .space-x-8>:not([hidden])~:not([hidden]){margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}[dir=rtl] .space-x-8>:not([hidden])~:not([hidden]){margin-left:calc(2rem * var(--tw-space-x-reverse));margin-right:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-1>:not([hidden])~:not([hidden]){margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-1\.5>:not([hidden])~:not([hidden]){margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-16>:not([hidden])~:not([hidden]){margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-2>:not([hidden])~:not([hidden]){margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-2\.5>:not([hidden])~:not([hidden]){margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-3>:not([hidden])~:not([hidden]){margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-4>:not([hidden])~:not([hidden]){margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-5>:not([hidden])~:not([hidden]){margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-6>:not([hidden])~:not([hidden]){margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-7>:not([hidden])~:not([hidden]){margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-8>:not([hidden])~:not([hidden]){margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .space-y-9>:not([hidden])~:not([hidden]){margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0}[dir] .divide-y>:not([hidden])~:not([hidden]){border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-\[\#CBD5DE\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}[dir] .divide-\[\#CBD5DE\]>:not([hidden])~:not([hidden]){border-color:rgb(203 213 222 / var(--tw-divide-opacity, 1))}.divide-\[\#D7E0E6\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}[dir] .divide-\[\#D7E0E6\]>:not([hidden])~:not([hidden]){border-color:rgb(215 224 230 / var(--tw-divide-opacity, 1))}.divide-\[\#DCE3E8\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}[dir] .divide-\[\#DCE3E8\]>:not([hidden])~:not([hidden]){border-color:rgb(220 227 232 / var(--tw-divide-opacity, 1))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}[dir] .divide-gray-100>:not([hidden])~:not([hidden]){border-color:rgb(249 249 249 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}[dir] .divide-gray-200>:not([hidden])~:not([hidden]){border-color:rgb(244 244 244 / var(--tw-divide-opacity, 1))}.divide-slate-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}[dir] .divide-slate-100>:not([hidden])~:not([hidden]){border-color:rgb(241 245 249 / var(--tw-divide-opacity, 1))}.divide-slate-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}[dir] .divide-slate-200>:not([hidden])~:not([hidden]){border-color:rgb(226 232 240 / var(--tw-divide-opacity, 1))}.divide-slate-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}[dir] .divide-slate-600>:not([hidden])~:not([hidden]){border-color:rgb(71 85 105 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.\!self-center{align-self:center!important}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overscroll-contain{overscroll-behavior:contain}.\!truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}[dir] .\!rounded-lg{border-radius:.5rem!important}[dir] .\!rounded-md{border-radius:.375rem!important}[dir] .\!rounded-none{border-radius:0!important}[dir] .rounded{border-radius:.25rem}[dir] .rounded-2xl{border-radius:1rem}[dir] .rounded-3xl{border-radius:1.5rem}[dir] .rounded-full{border-radius:9999px}[dir] .rounded-lg{border-radius:.5rem}[dir] .rounded-md{border-radius:.375rem}[dir] .rounded-xl{border-radius:.75rem}[dir=ltr] .rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}[dir=rtl] .rounded-b-2xl{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}[dir=ltr] .rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}[dir=rtl] .rounded-l-md,[dir=ltr] .rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}[dir=rtl] .rounded-r-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}[dir] .\!border-0{border-width:0px!important}[dir] .border{border-width:1px}[dir] .border-0{border-width:0px}[dir] .border-2{border-width:2px}[dir] .border-4{border-width:4px}[dir] .border-\[0\.1px\]{border-width:.1px}[dir] .border-\[3px\]{border-width:3px}[dir=ltr] .border-x-0{border-left-width:0px;border-right-width:0px}[dir=rtl] .border-x-0{border-right-width:0px;border-left-width:0px}[dir] .border-y{border-top-width:1px;border-bottom-width:1px}[dir] .\!border-b-0{border-bottom-width:0px!important}[dir] .\!border-b-2{border-bottom-width:2px!important}[dir=ltr] .\!border-l-2{border-left-width:2px!important}[dir=rtl] .\!border-l-2,[dir=ltr] .\!border-r-2{border-right-width:2px!important}[dir=rtl] .\!border-r-2{border-left-width:2px!important}[dir] .border-b{border-bottom-width:1px}[dir] .border-b-0{border-bottom-width:0px}[dir] .border-b-2{border-bottom-width:2px}.border-e{border-inline-end-width:1px}[dir=ltr] .border-l-2{border-left-width:2px}[dir=rtl] .border-l-2{border-right-width:2px}[dir=ltr] .border-l-4{border-left-width:4px}[dir=rtl] .border-l-4{border-right-width:4px}[dir=ltr] .border-r{border-right-width:1px}[dir=rtl] .border-r{border-left-width:1px}[dir=ltr] .border-r-4{border-right-width:4px}[dir=rtl] .border-r-4{border-left-width:4px}[dir] .border-t{border-top-width:1px}[dir] .border-t-2{border-top-width:2px}[dir] .border-t-4{border-top-width:4px}[dir] .border-dashed{border-style:dashed}[dir] .\!border-none{border-style:none!important}.\!border-custom-red{--tw-border-opacity: 1 !important}[dir] .\!border-custom-red{border-color:rgb(235 33 37 / var(--tw-border-opacity, 1))!important}.\!border-gray-300{--tw-border-opacity: 1 !important}[dir] .\!border-gray-300{border-color:rgb(225 227 234 / var(--tw-border-opacity, 1))!important}.\!border-red-300{--tw-border-opacity: 1 !important}[dir] .\!border-red-300{border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))!important}.border-\[\#003049\]{--tw-border-opacity: 1}[dir] .border-\[\#003049\]{border-color:rgb(0 48 73 / var(--tw-border-opacity, 1))}.border-\[\#16794A\]{--tw-border-opacity: 1}[dir] .border-\[\#16794A\]{border-color:rgb(22 121 74 / var(--tw-border-opacity, 1))}.border-\[\#2874BD\]{--tw-border-opacity: 1}[dir] .border-\[\#2874BD\]{border-color:rgb(40 116 189 / var(--tw-border-opacity, 1))}.border-\[\#4EB836\]{--tw-border-opacity: 1}[dir] .border-\[\#4EB836\]{border-color:rgb(78 184 54 / var(--tw-border-opacity, 1))}.border-\[\#9A6A00\]{--tw-border-opacity: 1}[dir] .border-\[\#9A6A00\]{border-color:rgb(154 106 0 / var(--tw-border-opacity, 1))}.border-\[\#9DCDB5\]{--tw-border-opacity: 1}[dir] .border-\[\#9DCDB5\]{border-color:rgb(157 205 181 / var(--tw-border-opacity, 1))}.border-\[\#9FC7E0\]{--tw-border-opacity: 1}[dir] .border-\[\#9FC7E0\]{border-color:rgb(159 199 224 / var(--tw-border-opacity, 1))}.border-\[\#A8D8BF\]{--tw-border-opacity: 1}[dir] .border-\[\#A8D8BF\]{border-color:rgb(168 216 191 / var(--tw-border-opacity, 1))}.border-\[\#AAB8C4\]{--tw-border-opacity: 1}[dir] .border-\[\#AAB8C4\]{border-color:rgb(170 184 196 / var(--tw-border-opacity, 1))}.border-\[\#AFD2E5\]{--tw-border-opacity: 1}[dir] .border-\[\#AFD2E5\]{border-color:rgb(175 210 229 / var(--tw-border-opacity, 1))}.border-\[\#B4232A\]{--tw-border-opacity: 1}[dir] .border-\[\#B4232A\]{border-color:rgb(180 35 42 / var(--tw-border-opacity, 1))}.border-\[\#B7D0DC\]{--tw-border-opacity: 1}[dir] .border-\[\#B7D0DC\]{border-color:rgb(183 208 220 / var(--tw-border-opacity, 1))}.border-\[\#B8D5E4\]{--tw-border-opacity: 1}[dir] .border-\[\#B8D5E4\]{border-color:rgb(184 213 228 / var(--tw-border-opacity, 1))}.border-\[\#B9CAD5\]{--tw-border-opacity: 1}[dir] .border-\[\#B9CAD5\]{border-color:rgb(185 202 213 / var(--tw-border-opacity, 1))}.border-\[\#CBD5DE\]{--tw-border-opacity: 1}[dir] .border-\[\#CBD5DE\]{border-color:rgb(203 213 222 / var(--tw-border-opacity, 1))}.border-\[\#D6C393\]{--tw-border-opacity: 1}[dir] .border-\[\#D6C393\]{border-color:rgb(214 195 147 / var(--tw-border-opacity, 1))}.border-\[\#D7DEE4\]{--tw-border-opacity: 1}[dir] .border-\[\#D7DEE4\]{border-color:rgb(215 222 228 / var(--tw-border-opacity, 1))}.border-\[\#D7E0E6\]{--tw-border-opacity: 1}[dir] .border-\[\#D7E0E6\]{border-color:rgb(215 224 230 / var(--tw-border-opacity, 1))}.border-\[\#D9B452\]{--tw-border-opacity: 1}[dir] .border-\[\#D9B452\]{border-color:rgb(217 180 82 / var(--tw-border-opacity, 1))}.border-\[\#DAB85A\]{--tw-border-opacity: 1}[dir] .border-\[\#DAB85A\]{border-color:rgb(218 184 90 / var(--tw-border-opacity, 1))}.border-\[\#DF9FA3\]{--tw-border-opacity: 1}[dir] .border-\[\#DF9FA3\]{border-color:rgb(223 159 163 / var(--tw-border-opacity, 1))}.border-\[\#E2B85C\]{--tw-border-opacity: 1}[dir] .border-\[\#E2B85C\]{border-color:rgb(226 184 92 / var(--tw-border-opacity, 1))}.border-\[\#E5A4A8\]{--tw-border-opacity: 1}[dir] .border-\[\#E5A4A8\]{border-color:rgb(229 164 168 / var(--tw-border-opacity, 1))}.border-\[\#E5AEB2\]{--tw-border-opacity: 1}[dir] .border-\[\#E5AEB2\]{border-color:rgb(229 174 178 / var(--tw-border-opacity, 1))}.border-\[\#E7CA75\]{--tw-border-opacity: 1}[dir] .border-\[\#E7CA75\]{border-color:rgb(231 202 117 / var(--tw-border-opacity, 1))}.border-amber-100{--tw-border-opacity: 1}[dir] .border-amber-100{border-color:rgb(254 243 199 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1}[dir] .border-amber-200{border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1}[dir] .border-amber-300{border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-400{--tw-border-opacity: 1}[dir] .border-amber-400{border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity: 1}[dir] .border-amber-500{border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-amber-700{--tw-border-opacity: 1}[dir] .border-amber-700{border-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.border-amber-800{--tw-border-opacity: 1}[dir] .border-amber-800{border-color:rgb(146 64 14 / var(--tw-border-opacity, 1))}[dir] .border-black\/10{border-color:#0000001a}.border-blue-100{--tw-border-opacity: 1}[dir] .border-blue-100{border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1}[dir] .border-blue-200{border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1}[dir] .border-blue-500{border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}[dir] .border-blue-500\/30{border-color:#3b82f64d}.border-blue-600{--tw-border-opacity: 1}[dir] .border-blue-600{border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}[dir] .border-blue-700\/50{border-color:#1d4ed880}.border-blue-800{--tw-border-opacity: 1}[dir] .border-blue-800{border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}[dir] .border-current{border-color:currentColor}.border-custom-red{--tw-border-opacity: 1}[dir] .border-custom-red{border-color:rgb(235 33 37 / var(--tw-border-opacity, 1))}.border-cyan-200{--tw-border-opacity: 1}[dir] .border-cyan-200{border-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.border-cyan-800{--tw-border-opacity: 1}[dir] .border-cyan-800{border-color:rgb(21 94 117 / var(--tw-border-opacity, 1))}.border-dark-blue{--tw-border-opacity: 1}[dir] .border-dark-blue{border-color:rgb(0 48 73 / var(--tw-border-opacity, 1))}[dir] .border-dark-blue\/20{border-color:#00304933}.border-emerald-100{--tw-border-opacity: 1}[dir] .border-emerald-100{border-color:rgb(209 250 229 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1}[dir] .border-emerald-200{border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-500{--tw-border-opacity: 1}[dir] .border-emerald-500{border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-emerald-700{--tw-border-opacity: 1}[dir] .border-emerald-700{border-color:rgb(4 120 87 / var(--tw-border-opacity, 1))}.border-emerald-800{--tw-border-opacity: 1}[dir] .border-emerald-800{border-color:rgb(6 95 70 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1}[dir] .border-gray-100{border-color:rgb(249 249 249 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1}[dir] .border-gray-200{border-color:rgb(244 244 244 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1}[dir] .border-gray-300{border-color:rgb(225 227 234 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1}[dir] .border-gray-400{border-color:rgb(181 181 195 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity: 1}[dir] .border-gray-500{border-color:rgb(161 165 183 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1}[dir] .border-gray-700{border-color:rgb(94 98 120 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1}[dir] .border-green-200{border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1}[dir] .border-green-400{border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1}[dir] .border-green-500{border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-700{--tw-border-opacity: 1}[dir] .border-green-700{border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}[dir] .border-green-700\/50{border-color:#15803d80}.border-green-800{--tw-border-opacity: 1}[dir] .border-green-800{border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1}[dir] .border-indigo-200{border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity: 1}[dir] .border-indigo-400{border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity: 1}[dir] .border-indigo-500{border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-info{--tw-border-opacity: 1}[dir] .border-info{border-color:rgb(54 153 255 / var(--tw-border-opacity, 1))}.border-info-active{--tw-border-opacity: 1}[dir] .border-info-active{border-color:rgb(24 125 228 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1}[dir] .border-orange-200{border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1}[dir] .border-orange-500{border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}[dir] .border-orange-700\/50{border-color:#c2410c80}.border-orange-800{--tw-border-opacity: 1}[dir] .border-orange-800{border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1}[dir] .border-purple-500{border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1}[dir] .border-red-100{border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1}[dir] .border-red-200{border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1}[dir] .border-red-300{border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1}[dir] .border-red-400{border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1}[dir] .border-red-500{border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-700{--tw-border-opacity: 1}[dir] .border-red-700{border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.border-red-800{--tw-border-opacity: 1}[dir] .border-red-800{border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.border-sky-100{--tw-border-opacity: 1}[dir] .border-sky-100{border-color:rgb(224 242 254 / var(--tw-border-opacity, 1))}.border-sky-300{--tw-border-opacity: 1}[dir] .border-sky-300{border-color:rgb(125 211 252 / var(--tw-border-opacity, 1))}.border-sky-600{--tw-border-opacity: 1}[dir] .border-sky-600{border-color:rgb(2 132 199 / var(--tw-border-opacity, 1))}.border-sky-800{--tw-border-opacity: 1}[dir] .border-sky-800{border-color:rgb(7 89 133 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1}[dir] .border-slate-100{border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1}[dir] .border-slate-200{border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity: 1}[dir] .border-slate-300{border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-slate-500{--tw-border-opacity: 1}[dir] .border-slate-500{border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.border-slate-600{--tw-border-opacity: 1}[dir] .border-slate-600{border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-slate-700{--tw-border-opacity: 1}[dir] .border-slate-700{border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}[dir] .border-success\/30{border-color:#1bc5bd4d}[dir] .border-success\/50{border-color:#1bc5bd80}[dir] .border-transparent{border-color:#0000}[dir] .border-warning\/30{border-color:#ffa8004d}[dir] .border-warning\/50{border-color:#ffa80080}.border-white{--tw-border-opacity: 1}[dir] .border-white{border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}[dir] .border-white\/10{border-color:#ffffff1a}[dir] .border-white\/15{border-color:#ffffff26}[dir] .border-white\/20{border-color:#fff3}[dir] .border-white\/40{border-color:#fff6}.border-yellow-200{--tw-border-opacity: 1}[dir] .border-yellow-200{border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1}[dir] .border-yellow-500{border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.\!border-l-gray-400{--tw-border-opacity: 1 !important}[dir=ltr] .\!border-l-gray-400{border-left-color:rgb(181 181 195 / var(--tw-border-opacity, 1))!important}[dir=rtl] .\!border-l-gray-400{border-right-color:rgb(181 181 195 / var(--tw-border-opacity, 1))!important}.\!border-r-gray-400{--tw-border-opacity: 1 !important}[dir=ltr] .\!border-r-gray-400{border-right-color:rgb(181 181 195 / var(--tw-border-opacity, 1))!important}[dir=rtl] .\!border-r-gray-400{border-left-color:rgb(181 181 195 / var(--tw-border-opacity, 1))!important}.border-b-info{--tw-border-opacity: 1}[dir] .border-b-info{border-bottom-color:rgb(54 153 255 / var(--tw-border-opacity, 1))}.border-t-\[\#003049\]{--tw-border-opacity: 1}[dir] .border-t-\[\#003049\]{border-top-color:rgb(0 48 73 / var(--tw-border-opacity, 1))}.border-t-blue-400{--tw-border-opacity: 1}[dir] .border-t-blue-400{border-top-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-t-blue-500{--tw-border-opacity: 1}[dir] .border-t-blue-500{border-top-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-t-blue-600{--tw-border-opacity: 1}[dir] .border-t-blue-600{border-top-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-t-blue-700{--tw-border-opacity: 1}[dir] .border-t-blue-700{border-top-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.border-t-custom-red{--tw-border-opacity: 1}[dir] .border-t-custom-red{border-top-color:rgb(235 33 37 / var(--tw-border-opacity, 1))}.border-t-dark-blue{--tw-border-opacity: 1}[dir] .border-t-dark-blue{border-top-color:rgb(0 48 73 / var(--tw-border-opacity, 1))}.border-t-green-500{--tw-border-opacity: 1}[dir] .border-t-green-500{border-top-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-t-red-700{--tw-border-opacity: 1}[dir] .border-t-red-700{border-top-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}[dir] .border-t-transparent{border-top-color:#0000}.border-t-white{--tw-border-opacity: 1}[dir] .border-t-white{border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.\!bg-\[\#B8CDD8\]{--tw-bg-opacity: 1 !important}[dir] .\!bg-\[\#B8CDD8\]{background-color:rgb(184 205 216 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#B8D7E7\]{--tw-bg-opacity: 1 !important}[dir] .\!bg-\[\#B8D7E7\]{background-color:rgb(184 215 231 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#D0E7F2\]{--tw-bg-opacity: 1 !important}[dir] .\!bg-\[\#D0E7F2\]{background-color:rgb(208 231 242 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#D3DCE3\]{--tw-bg-opacity: 1 !important}[dir] .\!bg-\[\#D3DCE3\]{background-color:rgb(211 220 227 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#DCEAF1\]{--tw-bg-opacity: 1 !important}[dir] .\!bg-\[\#DCEAF1\]{background-color:rgb(220 234 241 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#E8EDF1\]{--tw-bg-opacity: 1 !important}[dir] .\!bg-\[\#E8EDF1\]{background-color:rgb(232 237 241 / var(--tw-bg-opacity, 1))!important}.\!bg-custom-red{--tw-bg-opacity: 1 !important}[dir] .\!bg-custom-red{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))!important}.\!bg-dark-blue{--tw-bg-opacity: 1 !important}[dir] .\!bg-dark-blue{background-color:rgb(0 48 73 / var(--tw-bg-opacity, 1))!important}.\!bg-gray-200{--tw-bg-opacity: 1 !important}[dir] .\!bg-gray-200{background-color:rgb(244 244 244 / var(--tw-bg-opacity, 1))!important}.\!bg-info{--tw-bg-opacity: 1 !important}[dir] .\!bg-info{background-color:rgb(54 153 255 / var(--tw-bg-opacity, 1))!important}.\!bg-slate-400{--tw-bg-opacity: 1 !important}[dir] .\!bg-slate-400{background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))!important}[dir] .\!bg-transparent{background-color:#0000!important}.bg-\[\#003049\]{--tw-bg-opacity: 1}[dir] .bg-\[\#003049\]{background-color:rgb(0 48 73 / var(--tw-bg-opacity, 1))}.bg-\[\#16794A\]{--tw-bg-opacity: 1}[dir] .bg-\[\#16794A\]{background-color:rgb(22 121 74 / var(--tw-bg-opacity, 1))}.bg-\[\#16815B\]{--tw-bg-opacity: 1}[dir] .bg-\[\#16815B\]{background-color:rgb(22 129 91 / var(--tw-bg-opacity, 1))}.bg-\[\#2374A8\]{--tw-bg-opacity: 1}[dir] .bg-\[\#2374A8\]{background-color:rgb(35 116 168 / var(--tw-bg-opacity, 1))}.bg-\[\#8A5A00\]{--tw-bg-opacity: 1}[dir] .bg-\[\#8A5A00\]{background-color:rgb(138 90 0 / var(--tw-bg-opacity, 1))}.bg-\[\#B4232A\]{--tw-bg-opacity: 1}[dir] .bg-\[\#B4232A\]{background-color:rgb(180 35 42 / var(--tw-bg-opacity, 1))}.bg-\[\#CBD5DE\]{--tw-bg-opacity: 1}[dir] .bg-\[\#CBD5DE\]{background-color:rgb(203 213 222 / var(--tw-bg-opacity, 1))}.bg-\[\#DCEAF1\]{--tw-bg-opacity: 1}[dir] .bg-\[\#DCEAF1\]{background-color:rgb(220 234 241 / var(--tw-bg-opacity, 1))}.bg-\[\#DFE4E8\]{--tw-bg-opacity: 1}[dir] .bg-\[\#DFE4E8\]{background-color:rgb(223 228 232 / var(--tw-bg-opacity, 1))}.bg-\[\#E2ECF6\]{--tw-bg-opacity: 1}[dir] .bg-\[\#E2ECF6\]{background-color:rgb(226 236 246 / var(--tw-bg-opacity, 1))}.bg-\[\#E3FFDC\]{--tw-bg-opacity: 1}[dir] .bg-\[\#E3FFDC\]{background-color:rgb(227 255 220 / var(--tw-bg-opacity, 1))}.bg-\[\#E7ECF0\]{--tw-bg-opacity: 1}[dir] .bg-\[\#E7ECF0\]{background-color:rgb(231 236 240 / var(--tw-bg-opacity, 1))}.bg-\[\#E7EDF2\]{--tw-bg-opacity: 1}[dir] .bg-\[\#E7EDF2\]{background-color:rgb(231 237 242 / var(--tw-bg-opacity, 1))}.bg-\[\#E7EEF3\]{--tw-bg-opacity: 1}[dir] .bg-\[\#E7EEF3\]{background-color:rgb(231 238 243 / var(--tw-bg-opacity, 1))}.bg-\[\#E7F0F5\]{--tw-bg-opacity: 1}[dir] .bg-\[\#E7F0F5\]{background-color:rgb(231 240 245 / var(--tw-bg-opacity, 1))}.bg-\[\#E8F4FA\]{--tw-bg-opacity: 1}[dir] .bg-\[\#E8F4FA\]{background-color:rgb(232 244 250 / var(--tw-bg-opacity, 1))}.bg-\[\#E9F4FA\]{--tw-bg-opacity: 1}[dir] .bg-\[\#E9F4FA\]{background-color:rgb(233 244 250 / var(--tw-bg-opacity, 1))}.bg-\[\#EAF7F0\]{--tw-bg-opacity: 1}[dir] .bg-\[\#EAF7F0\]{background-color:rgb(234 247 240 / var(--tw-bg-opacity, 1))}.bg-\[\#EDF4F7\]{--tw-bg-opacity: 1}[dir] .bg-\[\#EDF4F7\]{background-color:rgb(237 244 247 / var(--tw-bg-opacity, 1))}.bg-\[\#EEF1F4\]{--tw-bg-opacity: 1}[dir] .bg-\[\#EEF1F4\]{background-color:rgb(238 241 244 / var(--tw-bg-opacity, 1))}.bg-\[\#EEF2F5\]{--tw-bg-opacity: 1}[dir] .bg-\[\#EEF2F5\]{background-color:rgb(238 242 245 / var(--tw-bg-opacity, 1))}.bg-\[\#EFF8FE\]{--tw-bg-opacity: 1}[dir] .bg-\[\#EFF8FE\]{background-color:rgb(239 248 254 / var(--tw-bg-opacity, 1))}.bg-\[\#EFFAF4\]{--tw-bg-opacity: 1}[dir] .bg-\[\#EFFAF4\]{background-color:rgb(239 250 244 / var(--tw-bg-opacity, 1))}.bg-\[\#F1F4F6\]{--tw-bg-opacity: 1}[dir] .bg-\[\#F1F4F6\]{background-color:rgb(241 244 246 / var(--tw-bg-opacity, 1))}.bg-\[\#F2D48A\]{--tw-bg-opacity: 1}[dir] .bg-\[\#F2D48A\]{background-color:rgb(242 212 138 / var(--tw-bg-opacity, 1))}.bg-\[\#F3F6F8\]{--tw-bg-opacity: 1}[dir] .bg-\[\#F3F6F8\]{background-color:rgb(243 246 248 / var(--tw-bg-opacity, 1))}.bg-\[\#F5D9DA\]{--tw-bg-opacity: 1}[dir] .bg-\[\#F5D9DA\]{background-color:rgb(245 217 218 / var(--tw-bg-opacity, 1))}.bg-\[\#F6F8FA\]{--tw-bg-opacity: 1}[dir] .bg-\[\#F6F8FA\]{background-color:rgb(246 248 250 / var(--tw-bg-opacity, 1))}.bg-\[\#F6FFF4\]{--tw-bg-opacity: 1}[dir] .bg-\[\#F6FFF4\]{background-color:rgb(246 255 244 / var(--tw-bg-opacity, 1))}.bg-\[\#F8FBFD\]{--tw-bg-opacity: 1}[dir] .bg-\[\#F8FBFD\]{background-color:rgb(248 251 253 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF0F0\]{--tw-bg-opacity: 1}[dir] .bg-\[\#FFF0F0\]{background-color:rgb(255 240 240 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF3F3\]{--tw-bg-opacity: 1}[dir] .bg-\[\#FFF3F3\]{background-color:rgb(255 243 243 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF7DF\]{--tw-bg-opacity: 1}[dir] .bg-\[\#FFF7DF\]{background-color:rgb(255 247 223 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF9E8\]{--tw-bg-opacity: 1}[dir] .bg-\[\#FFF9E8\]{background-color:rgb(255 249 232 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFCF3\]{--tw-bg-opacity: 1}[dir] .bg-\[\#FFFCF3\]{background-color:rgb(255 252 243 / var(--tw-bg-opacity, 1))}.bg-\[\#cfe3ee\]{--tw-bg-opacity: 1}[dir] .bg-\[\#cfe3ee\]{background-color:rgb(207 227 238 / var(--tw-bg-opacity, 1))}.bg-\[\#d3dbe2\]{--tw-bg-opacity: 1}[dir] .bg-\[\#d3dbe2\]{background-color:rgb(211 219 226 / var(--tw-bg-opacity, 1))}.bg-\[\#e0eef0\]{--tw-bg-opacity: 1}[dir] .bg-\[\#e0eef0\]{background-color:rgb(224 238 240 / var(--tw-bg-opacity, 1))}[dir] .bg-\[\#eb2124c1\]{background-color:#eb2124c1}.bg-\[\#edf7fc\]{--tw-bg-opacity: 1}[dir] .bg-\[\#edf7fc\]{background-color:rgb(237 247 252 / var(--tw-bg-opacity, 1))}.bg-\[\#f3e4e1\]{--tw-bg-opacity: 1}[dir] .bg-\[\#f3e4e1\]{background-color:rgb(243 228 225 / var(--tw-bg-opacity, 1))}.bg-\[\#f4e8d4\]{--tw-bg-opacity: 1}[dir] .bg-\[\#f4e8d4\]{background-color:rgb(244 232 212 / var(--tw-bg-opacity, 1))}.bg-\[\#f8fafc\]{--tw-bg-opacity: 1}[dir] .bg-\[\#f8fafc\]{background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1}[dir] .bg-amber-100{background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-200{--tw-bg-opacity: 1}[dir] .bg-amber-200{background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.bg-amber-300{--tw-bg-opacity: 1}[dir] .bg-amber-300{background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1}[dir] .bg-amber-400{background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1}[dir] .bg-amber-50{background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}[dir] .bg-amber-50\/40{background-color:#fffbeb66}[dir] .bg-amber-50\/70{background-color:#fffbebb3}.bg-amber-500{--tw-bg-opacity: 1}[dir] .bg-amber-500{background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity: 1}[dir] .bg-amber-600{background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}[dir] .bg-amber-900\/20{background-color:#78350f33}[dir] .bg-amber-900\/30{background-color:#78350f4d}.bg-amber-950{--tw-bg-opacity: 1}[dir] .bg-amber-950{background-color:rgb(69 26 3 / var(--tw-bg-opacity, 1))}.bg-app-bg-light{--tw-bg-opacity: 1}[dir] .bg-app-bg-light{background-color:rgb(244 244 244 / var(--tw-bg-opacity, 1))}[dir] .bg-black\/10{background-color:#0000001a}[dir] .bg-black\/40{background-color:#0006}[dir] .bg-black\/50{background-color:#00000080}[dir] .bg-black\/55{background-color:#0000008c}[dir] .bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1}[dir] .bg-blue-100{background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1}[dir] .bg-blue-200{background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-300{--tw-bg-opacity: 1}[dir] .bg-blue-300{background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1}[dir] .bg-blue-50{background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}[dir] .bg-blue-50\/60{background-color:#eff6ff99}[dir] .bg-blue-50\/70{background-color:#eff6ffb3}.bg-blue-500{--tw-bg-opacity: 1}[dir] .bg-blue-500{background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1}[dir] .bg-blue-600{background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}[dir] .bg-blue-900\/20{background-color:#1e3a8a33}[dir] .bg-blue-900\/30{background-color:#1e3a8a4d}[dir] .bg-blue-900\/40{background-color:#1e3a8a66}[dir] .bg-blue-900\/50{background-color:#1e3a8a80}[dir] .bg-current{background-color:currentColor}.bg-custom-light-gray{--tw-bg-opacity: 1}[dir] .bg-custom-light-gray{background-color:rgb(222 226 231 / var(--tw-bg-opacity, 1))}.bg-custom-red{--tw-bg-opacity: 1}[dir] .bg-custom-red{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.bg-danger{--tw-bg-opacity: 1}[dir] .bg-danger{background-color:rgb(246 78 96 / var(--tw-bg-opacity, 1))}.bg-danger-light{--tw-bg-opacity: 1}[dir] .bg-danger-light{background-color:rgb(255 226 229 / var(--tw-bg-opacity, 1))}[dir] .bg-danger-light\/60{background-color:#ffe2e599}[dir] .bg-danger-light\/70{background-color:#ffe2e5b3}.bg-dark-active{--tw-bg-opacity: 1}[dir] .bg-dark-active{background-color:rgb(26 26 39 / var(--tw-bg-opacity, 1))}.bg-dark-blue{--tw-bg-opacity: 1}[dir] .bg-dark-blue{background-color:rgb(0 48 73 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1}[dir] .bg-emerald-100{background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1}[dir] .bg-emerald-400{background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1}[dir] .bg-emerald-50{background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}[dir] .bg-emerald-50\/40{background-color:#ecfdf566}[dir] .bg-emerald-50\/70{background-color:#ecfdf5b3}.bg-emerald-500{--tw-bg-opacity: 1}[dir] .bg-emerald-500{background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-600{--tw-bg-opacity: 1}[dir] .bg-emerald-600{background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-emerald-700{--tw-bg-opacity: 1}[dir] .bg-emerald-700{background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}[dir] .bg-emerald-900\/20{background-color:#064e3b33}[dir] .bg-emerald-900\/30{background-color:#064e3b4d}[dir] .bg-emerald-900\/40{background-color:#064e3b66}.bg-gray-100{--tw-bg-opacity: 1}[dir] .bg-gray-100{background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1}[dir] .bg-gray-200{background-color:rgb(244 244 244 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1}[dir] .bg-gray-300{background-color:rgb(225 227 234 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1}[dir] .bg-gray-400{background-color:rgb(181 181 195 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1}[dir] .bg-gray-50{background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}[dir] .bg-gray-50\/70{background-color:#f9fafbb3}.bg-gray-500{--tw-bg-opacity: 1}[dir] .bg-gray-500{background-color:rgb(161 165 183 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1}[dir] .bg-gray-700{background-color:rgb(94 98 120 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1}[dir] .bg-gray-800{background-color:rgb(63 66 84 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1}[dir] .bg-gray-900{background-color:rgb(42 43 58 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1}[dir] .bg-green-100{background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-200{--tw-bg-opacity: 1}[dir] .bg-green-200{background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1}[dir] .bg-green-50{background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}[dir] .bg-green-50\/50{background-color:#f0fdf480}.bg-green-500{--tw-bg-opacity: 1}[dir] .bg-green-500{background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1}[dir] .bg-green-600{background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}[dir] .bg-green-900\/20{background-color:#14532d33}[dir] .bg-green-900\/30{background-color:#14532d4d}[dir] .bg-green-900\/50{background-color:#14532d80}.bg-indigo-100{--tw-bg-opacity: 1}[dir] .bg-indigo-100{background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1}[dir] .bg-indigo-50{background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1}[dir] .bg-indigo-500{background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}[dir] .bg-indigo-900\/50{background-color:#312e8180}.bg-info{--tw-bg-opacity: 1}[dir] .bg-info{background-color:rgb(54 153 255 / var(--tw-bg-opacity, 1))}.bg-info-light{--tw-bg-opacity: 1}[dir] .bg-info-light{background-color:rgb(236 248 255 / var(--tw-bg-opacity, 1))}.bg-light{--tw-bg-opacity: 1}[dir] .bg-light{background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.bg-muted-green{--tw-bg-opacity: 1}[dir] .bg-muted-green{background-color:rgb(118 156 165 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1}[dir] .bg-orange-100{background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1}[dir] .bg-orange-50{background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}[dir] .bg-orange-50\/70{background-color:#fff7edb3}.bg-orange-500{--tw-bg-opacity: 1}[dir] .bg-orange-500{background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}[dir] .bg-orange-900\/20{background-color:#7c2d1233}[dir] .bg-orange-900\/50{background-color:#7c2d1280}.bg-purple-100{--tw-bg-opacity: 1}[dir] .bg-purple-100{background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1}[dir] .bg-purple-50{background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}[dir] .bg-purple-900\/30{background-color:#581c874d}[dir] .bg-purple-900\/60{background-color:#581c8799}.bg-red-100{--tw-bg-opacity: 1}[dir] .bg-red-100{background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-200{--tw-bg-opacity: 1}[dir] .bg-red-200{background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.bg-red-300{--tw-bg-opacity: 1}[dir] .bg-red-300{background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1}[dir] .bg-red-50{background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}[dir] .bg-red-50\/30{background-color:#fef2f24d}[dir] .bg-red-50\/50{background-color:#fef2f280}.bg-red-500{--tw-bg-opacity: 1}[dir] .bg-red-500{background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1}[dir] .bg-red-600{background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-800{--tw-bg-opacity: 1}[dir] .bg-red-800{background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}[dir] .bg-red-900\/15{background-color:#7f1d1d26}[dir] .bg-red-900\/20{background-color:#7f1d1d33}[dir] .bg-red-900\/30{background-color:#7f1d1d4d}.bg-sky-100{--tw-bg-opacity: 1}[dir] .bg-sky-100{background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity: 1}[dir] .bg-sky-50{background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-sky-600{--tw-bg-opacity: 1}[dir] .bg-sky-600{background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.bg-sky-700{--tw-bg-opacity: 1}[dir] .bg-sky-700{background-color:rgb(3 105 161 / var(--tw-bg-opacity, 1))}[dir] .bg-sky-900\/20{background-color:#0c4a6e33}[dir] .bg-sky-900\/50{background-color:#0c4a6e80}.bg-slate-100{--tw-bg-opacity: 1}[dir] .bg-slate-100{background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1}[dir] .bg-slate-200{background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity: 1}[dir] .bg-slate-300{background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1}[dir] .bg-slate-50{background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}[dir] .bg-slate-50\/70{background-color:#f8fafcb3}[dir] .bg-slate-50\/80{background-color:#f8fafccc}.bg-slate-500{--tw-bg-opacity: 1}[dir] .bg-slate-500{background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.bg-slate-600{--tw-bg-opacity: 1}[dir] .bg-slate-600{background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.bg-slate-700{--tw-bg-opacity: 1}[dir] .bg-slate-700{background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}[dir] .bg-slate-700\/40{background-color:#33415566}[dir] .bg-slate-700\/50{background-color:#33415580}[dir] .bg-slate-700\/60{background-color:#33415599}.bg-slate-800{--tw-bg-opacity: 1}[dir] .bg-slate-800{background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}[dir] .bg-slate-800\/60{background-color:#1e293b99}.bg-slate-900{--tw-bg-opacity: 1}[dir] .bg-slate-900{background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}[dir] .bg-slate-900\/30{background-color:#0f172a4d}[dir] .bg-slate-900\/40{background-color:#0f172a66}[dir] .bg-slate-900\/50{background-color:#0f172a80}.bg-slate-950{--tw-bg-opacity: 1}[dir] .bg-slate-950{background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))}[dir] .bg-slate-950\/45{background-color:#02061773}[dir] .bg-slate-950\/50{background-color:#02061780}[dir] .bg-slate-950\/55{background-color:#0206178c}[dir] .bg-slate-950\/60{background-color:#02061799}[dir] .bg-slate-950\/70{background-color:#020617b3}.bg-soft-blue{--tw-bg-opacity: 1}[dir] .bg-soft-blue{background-color:rgb(156 190 224 / var(--tw-bg-opacity, 1))}.bg-success{--tw-bg-opacity: 1}[dir] .bg-success{background-color:rgb(27 197 189 / var(--tw-bg-opacity, 1))}.bg-success-light{--tw-bg-opacity: 1}[dir] .bg-success-light{background-color:rgb(201 247 245 / var(--tw-bg-opacity, 1))}[dir] .bg-success-light\/40{background-color:#c9f7f566}[dir] .bg-success-light\/50{background-color:#c9f7f580}[dir] .bg-success-light\/70{background-color:#c9f7f5b3}[dir] .bg-success\/10{background-color:#1bc5bd1a}[dir] .bg-transparent{background-color:#0000}.bg-warning{--tw-bg-opacity: 1}[dir] .bg-warning{background-color:rgb(255 168 0 / var(--tw-bg-opacity, 1))}.bg-warning-light{--tw-bg-opacity: 1}[dir] .bg-warning-light{background-color:rgb(255 244 222 / var(--tw-bg-opacity, 1))}[dir] .bg-warning-light\/70{background-color:#fff4deb3}[dir] .bg-warning\/10{background-color:#ffa8001a}.bg-white{--tw-bg-opacity: 1}[dir] .bg-white{background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}[dir] .bg-white\/10{background-color:#ffffff1a}[dir] .bg-white\/20{background-color:#fff3}[dir] .bg-white\/60{background-color:#fff9}[dir] .bg-white\/70{background-color:#ffffffb3}[dir] .bg-white\/80{background-color:#fffc}[dir] .bg-white\/85{background-color:#ffffffd9}[dir] .bg-white\/90{background-color:#ffffffe6}[dir] .bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1}[dir] .bg-yellow-100{background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1}[dir] .bg-yellow-50{background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}[dir] .bg-yellow-900\/40{background-color:#713f1266}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-70{--tw-bg-opacity: .7}[dir=ltr] .bg-gradient-primary{background-image:linear-gradient(360deg,#3699FF 0%,#98c4ff 100%)}[dir=rtl] .bg-gradient-primary{background-image:linear-gradient(-360deg,#3699FF 0%,#98c4ff 100%)}[dir=ltr] .bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}[dir=rtl] .bg-gradient-to-br{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}[dir=ltr] .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}[dir=rtl] .bg-gradient-to-r{background-image:linear-gradient(to left,var(--tw-gradient-stops))}[dir=ltr] .bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}[dir=rtl] .bg-gradient-to-tr{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(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: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-custom-red{--tw-gradient-from: #EB2125 var(--tw-gradient-from-position);--tw-gradient-to: rgb(235 33 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-custom-red\/20{--tw-gradient-from: rgb(235 33 37 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(235 33 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-50{--tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700{--tw-gradient-from: #5E6278 var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 98 120 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/50{--tw-gradient-from: rgb(94 98 120 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 98 120 / 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: rgb(34 197 94 / 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: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: #00000000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-custom-red{--tw-gradient-to: rgb(235 33 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #EB2125 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #00000000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-cyan-400{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.to-red-100{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)}.to-red-400{--tw-gradient-to: #f87171 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: #00000000 var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #ffffff var(--tw-gradient-to-position)}[dir] .bg-cover{background-size:cover}[dir] .bg-center{background-position:center}.stroke-gray-400{stroke:#b5b5c3}.stroke-gray-600{stroke:#7e8299}.stroke-red-500{stroke:#ef4444}.object-contain{object-fit:contain}.object-cover{object-fit:cover}[dir] .\!p-0{padding:0!important}[dir] .\!p-2{padding:.5rem!important}[dir] .p-0{padding:0}[dir] .p-0\.5{padding:.125rem}[dir] .p-1{padding:.25rem}[dir] .p-1\.5{padding:.375rem}[dir] .p-10{padding:2.5rem}[dir] .p-12{padding:3rem}[dir] .p-2{padding:.5rem}[dir] .p-3{padding:.75rem}[dir] .p-3\.5{padding:.875rem}[dir] .p-4{padding:1rem}[dir] .p-5{padding:1.25rem}[dir] .p-6{padding:1.5rem}[dir] .p-7{padding:1.75rem}[dir] .p-8{padding:2rem}[dir] .p-9{padding:2.25rem}[dir=ltr] .\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}[dir=rtl] .\!px-2{padding-right:.5rem!important;padding-left:.5rem!important}[dir=ltr] .\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}[dir=rtl] .\!px-3{padding-right:.75rem!important;padding-left:.75rem!important}[dir=ltr] .\!px-4{padding-left:1rem!important;padding-right:1rem!important}[dir=rtl] .\!px-4{padding-right:1rem!important;padding-left:1rem!important}[dir=ltr] .\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}[dir=rtl] .\!px-5{padding-right:1.25rem!important;padding-left:1.25rem!important}[dir=ltr] .\!px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}[dir=rtl] .\!px-6{padding-right:1.5rem!important;padding-left:1.5rem!important}[dir=ltr] .\!px-7{padding-left:1.75rem!important;padding-right:1.75rem!important}[dir=rtl] .\!px-7{padding-right:1.75rem!important;padding-left:1.75rem!important}[dir] .\!py-0{padding-top:0!important;padding-bottom:0!important}[dir] .\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}[dir] .\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}[dir] .\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}[dir=ltr] .px-0{padding-left:0;padding-right:0}[dir=rtl] .px-0{padding-right:0;padding-left:0}[dir=ltr] .px-1{padding-left:.25rem;padding-right:.25rem}[dir=rtl] .px-1{padding-right:.25rem;padding-left:.25rem}[dir=ltr] .px-1\.5{padding-left:.375rem;padding-right:.375rem}[dir=rtl] .px-1\.5{padding-right:.375rem;padding-left:.375rem}[dir=ltr] .px-10{padding-left:2.5rem;padding-right:2.5rem}[dir=rtl] .px-10{padding-right:2.5rem;padding-left:2.5rem}[dir=ltr] .px-2{padding-left:.5rem;padding-right:.5rem}[dir=rtl] .px-2{padding-right:.5rem;padding-left:.5rem}[dir=ltr] .px-2\.5{padding-left:.625rem;padding-right:.625rem}[dir=rtl] .px-2\.5{padding-right:.625rem;padding-left:.625rem}[dir=ltr] .px-3{padding-left:.75rem;padding-right:.75rem}[dir=rtl] .px-3{padding-right:.75rem;padding-left:.75rem}[dir=ltr] .px-4{padding-left:1rem;padding-right:1rem}[dir=rtl] .px-4{padding-right:1rem;padding-left:1rem}[dir=ltr] .px-5{padding-left:1.25rem;padding-right:1.25rem}[dir=rtl] .px-5{padding-right:1.25rem;padding-left:1.25rem}[dir=ltr] .px-6{padding-left:1.5rem;padding-right:1.5rem}[dir=rtl] .px-6{padding-right:1.5rem;padding-left:1.5rem}[dir=ltr] .px-7{padding-left:1.75rem;padding-right:1.75rem}[dir=rtl] .px-7{padding-right:1.75rem;padding-left:1.75rem}[dir=ltr] .px-8{padding-left:2rem;padding-right:2rem}[dir=rtl] .px-8{padding-right:2rem;padding-left:2rem}[dir=ltr] .px-\[30px\]{padding-left:30px;padding-right:30px}[dir=rtl] .px-\[30px\]{padding-right:30px;padding-left:30px}[dir] .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}[dir] .py-1{padding-top:.25rem;padding-bottom:.25rem}[dir] .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}[dir] .py-10{padding-top:2.5rem;padding-bottom:2.5rem}[dir] .py-12{padding-top:3rem;padding-bottom:3rem}[dir] .py-14{padding-top:3.5rem;padding-bottom:3.5rem}[dir] .py-16{padding-top:4rem;padding-bottom:4rem}[dir] .py-2{padding-top:.5rem;padding-bottom:.5rem}[dir] .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}[dir] .py-3{padding-top:.75rem;padding-bottom:.75rem}[dir] .py-3\.5{padding-top:.875rem;padding-bottom:.875rem}[dir] .py-4{padding-top:1rem;padding-bottom:1rem}[dir] .py-5{padding-top:1.25rem;padding-bottom:1.25rem}[dir] .py-6{padding-top:1.5rem;padding-bottom:1.5rem}[dir] .py-7{padding-top:1.75rem;padding-bottom:1.75rem}[dir] .py-8{padding-top:2rem;padding-bottom:2rem}[dir] .\!pb-4{padding-bottom:1rem!important}[dir] .\!pt-5{padding-top:1.25rem!important}[dir] .\!pt-8{padding-top:2rem!important}[dir] .pb-10{padding-bottom:2.5rem}[dir] .pb-16{padding-bottom:4rem}[dir] .pb-2{padding-bottom:.5rem}[dir] .pb-3{padding-bottom:.75rem}[dir] .pb-4{padding-bottom:1rem}[dir] .pb-40{padding-bottom:10rem}[dir] .pb-5{padding-bottom:1.25rem}[dir] .pb-6{padding-bottom:1.5rem}[dir] .pb-8{padding-bottom:2rem}.pe-2{padding-inline-end:.5rem}.pe-3{padding-inline-end:.75rem}.pe-4{padding-inline-end:1rem}[dir=ltr] .pl-0{padding-left:0}[dir=rtl] .pl-0{padding-right:0}[dir=ltr] .pl-10{padding-left:2.5rem}[dir=rtl] .pl-10{padding-right:2.5rem}[dir=ltr] .pl-4{padding-left:1rem}[dir=rtl] .pl-4{padding-right:1rem}[dir=ltr] .pl-5{padding-left:1.25rem}[dir=rtl] .pl-5{padding-right:1.25rem}[dir=ltr] .pl-6{padding-left:1.5rem}[dir=rtl] .pl-6{padding-right:1.5rem}[dir=ltr] .pr-11{padding-right:2.75rem}[dir=rtl] .pr-11{padding-left:2.75rem}[dir=ltr] .pr-4{padding-right:1rem}[dir=rtl] .pr-4{padding-left:1rem}.ps-10{padding-inline-start:2.5rem}.ps-3{padding-inline-start:.75rem}[dir] .pt-0\.5{padding-top:.125rem}[dir] .pt-1{padding-top:.25rem}[dir] .pt-16{padding-top:4rem}[dir] .pt-2{padding-top:.5rem}[dir] .pt-3{padding-top:.75rem}[dir] .pt-32{padding-top:8rem}[dir] .pt-4{padding-top:1rem}[dir] .pt-5{padding-top:1.25rem}[dir] .pt-6{padding-top:1.5rem}[dir] .pt-8{padding-top:2rem}[dir=ltr] .text-left{text-align:left}[dir=rtl] .text-left{text-align:right}[dir] .text-center{text-align:center}[dir=ltr] .text-right{text-align:right}[dir=rtl] .text-right{text-align:left}[dir] .text-justify{text-align:justify}[dir] .text-start{text-align:start}[dir] .text-end{text-align:end}.align-top{vertical-align:top}.font-almarai{font-family:Almarai,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-poppins{font-family:Poppins,sans-serif}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.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-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[16\.5px\]{font-size:16.5px}.text-\[16px\]{font-size:16px}.text-\[22px\]{font-size:22px}.text-\[28px\]{font-size:28px}.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-\[600\]{font-weight:600}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-\[3\]{line-height:3}.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\.15em\]{letter-spacing:.15em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-normal{letter-spacing:0em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-custom-red{--tw-text-opacity: 1 !important;color:rgb(235 33 37 / var(--tw-text-opacity, 1))!important}.\!text-dark-blue{--tw-text-opacity: 1 !important;color:rgb(0 48 73 / var(--tw-text-opacity, 1))!important}.\!text-gray-400{--tw-text-opacity: 1 !important;color:rgb(181 181 195 / var(--tw-text-opacity, 1))!important}.\!text-gray-500{--tw-text-opacity: 1 !important;color:rgb(161 165 183 / var(--tw-text-opacity, 1))!important}.\!text-info{--tw-text-opacity: 1 !important;color:rgb(54 153 255 / var(--tw-text-opacity, 1))!important}.\!text-red-600{--tw-text-opacity: 1 !important;color:rgb(220 38 38 / var(--tw-text-opacity, 1))!important}.\!text-red-700{--tw-text-opacity: 1 !important;color:rgb(185 28 28 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#003049\]{--tw-text-opacity: 1;color:rgb(0 48 73 / var(--tw-text-opacity, 1))}.text-\[\#075985\]{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity, 1))}.text-\[\#0D4C70\]{--tw-text-opacity: 1;color:rgb(13 76 112 / var(--tw-text-opacity, 1))}.text-\[\#0E6038\]{--tw-text-opacity: 1;color:rgb(14 96 56 / var(--tw-text-opacity, 1))}.text-\[\#102f3b\]{--tw-text-opacity: 1;color:rgb(16 47 59 / var(--tw-text-opacity, 1))}.text-\[\#12212B\]{--tw-text-opacity: 1;color:rgb(18 33 43 / var(--tw-text-opacity, 1))}.text-\[\#125B8A\]{--tw-text-opacity: 1;color:rgb(18 91 138 / var(--tw-text-opacity, 1))}.text-\[\#145C3A\]{--tw-text-opacity: 1;color:rgb(20 92 58 / var(--tw-text-opacity, 1))}.text-\[\#16794A\]{--tw-text-opacity: 1;color:rgb(22 121 74 / var(--tw-text-opacity, 1))}.text-\[\#176073\]{--tw-text-opacity: 1;color:rgb(23 96 115 / var(--tw-text-opacity, 1))}.text-\[\#185D80\]{--tw-text-opacity: 1;color:rgb(24 93 128 / var(--tw-text-opacity, 1))}.text-\[\#263746\]{--tw-text-opacity: 1;color:rgb(38 55 70 / var(--tw-text-opacity, 1))}.text-\[\#2874BD\]{--tw-text-opacity: 1;color:rgb(40 116 189 / var(--tw-text-opacity, 1))}.text-\[\#344555\]{--tw-text-opacity: 1;color:rgb(52 69 85 / var(--tw-text-opacity, 1))}.text-\[\#376F2A\]{--tw-text-opacity: 1;color:rgb(55 111 42 / var(--tw-text-opacity, 1))}.text-\[\#3E4F5F\]{--tw-text-opacity: 1;color:rgb(62 79 95 / var(--tw-text-opacity, 1))}.text-\[\#405565\]{--tw-text-opacity: 1;color:rgb(64 85 101 / var(--tw-text-opacity, 1))}.text-\[\#4C5C6B\]{--tw-text-opacity: 1;color:rgb(76 92 107 / var(--tw-text-opacity, 1))}.text-\[\#4EB836\]{--tw-text-opacity: 1;color:rgb(78 184 54 / var(--tw-text-opacity, 1))}.text-\[\#52606D\]{--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}.text-\[\#5D3D00\]{--tw-text-opacity: 1;color:rgb(93 61 0 / var(--tw-text-opacity, 1))}.text-\[\#687887\]{--tw-text-opacity: 1;color:rgb(104 120 135 / var(--tw-text-opacity, 1))}.text-\[\#697784\]{--tw-text-opacity: 1;color:rgb(105 119 132 / var(--tw-text-opacity, 1))}.text-\[\#6C4700\]{--tw-text-opacity: 1;color:rgb(108 71 0 / var(--tw-text-opacity, 1))}.text-\[\#7A5000\]{--tw-text-opacity: 1;color:rgb(122 80 0 / var(--tw-text-opacity, 1))}.text-\[\#8A5A00\]{--tw-text-opacity: 1;color:rgb(138 90 0 / var(--tw-text-opacity, 1))}.text-\[\#8B1F26\]{--tw-text-opacity: 1;color:rgb(139 31 38 / var(--tw-text-opacity, 1))}.text-\[\#8E1E25\]{--tw-text-opacity: 1;color:rgb(142 30 37 / var(--tw-text-opacity, 1))}.text-\[\#8F1D24\]{--tw-text-opacity: 1;color:rgb(143 29 36 / var(--tw-text-opacity, 1))}.text-\[\#9b5a31\]{--tw-text-opacity: 1;color:rgb(155 90 49 / var(--tw-text-opacity, 1))}.text-\[\#A02028\]{--tw-text-opacity: 1;color:rgb(160 32 40 / var(--tw-text-opacity, 1))}.text-\[\#B4232A\]{--tw-text-opacity: 1;color:rgb(180 35 42 / var(--tw-text-opacity, 1))}.text-\[\#D7E4EA\]{--tw-text-opacity: 1;color:rgb(215 228 234 / var(--tw-text-opacity, 1))}.text-\[\#a84336\]{--tw-text-opacity: 1;color:rgb(168 67 54 / 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-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-amber-950{--tw-text-opacity: 1;color:rgb(69 26 3 / 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-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-custom-red{--tw-text-opacity: 1;color:rgb(235 33 37 / var(--tw-text-opacity, 1))}.text-custom-red-accessible{--tw-text-opacity: 1;color:rgb(180 35 42 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-danger{--tw-text-opacity: 1;color:rgb(246 78 96 / var(--tw-text-opacity, 1))}.text-danger-active{--tw-text-opacity: 1;color:rgb(238 45 65 / var(--tw-text-opacity, 1))}.text-dark{--tw-text-opacity: 1;color:rgb(24 28 50 / var(--tw-text-opacity, 1))}.text-dark-blue{--tw-text-opacity: 1;color:rgb(0 48 73 / 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-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-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-emerald-950{--tw-text-opacity: 1;color:rgb(2 44 34 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(249 249 249 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(244 244 244 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(225 227 234 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(181 181 195 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(161 165 183 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(126 130 153 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(94 98 120 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(63 66 84 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(42 43 58 / 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-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-indigo-200{--tw-text-opacity: 1;color:rgb(199 210 254 / 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-info{--tw-text-opacity: 1;color:rgb(54 153 255 / var(--tw-text-opacity, 1))}.text-info-active{--tw-text-opacity: 1;color:rgb(24 125 228 / var(--tw-text-opacity, 1))}.text-muted{--tw-text-opacity: 1;color:rgb(161 165 183 / var(--tw-text-opacity, 1))}.text-muted-gray{--tw-text-opacity: 1;color:rgb(106 114 133 / var(--tw-text-opacity, 1))}.text-muted-green{--tw-text-opacity: 1;color:rgb(118 156 165 / var(--tw-text-opacity, 1))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(23 23 23 / 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-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-primary{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 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-700{--tw-text-opacity: 1;color:rgb(126 34 206 / 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-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-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-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-sky-950{--tw-text-opacity: 1;color:rgb(8 47 73 / 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-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-slate-950{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity, 1))}.text-success{--tw-text-opacity: 1;color:rgb(27 197 189 / var(--tw-text-opacity, 1))}.text-success-active{--tw-text-opacity: 1;color:rgb(11 183 175 / var(--tw-text-opacity, 1))}.text-warning-active{--tw-text-opacity: 1;color:rgb(238 157 1 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / 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))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(181 181 195 / var(--tw-placeholder-opacity, 1))}.accent-\[\#003049\]{accent-color:#003049}.accent-\[\#9A6A00\]{accent-color:#9A6A00}.accent-\[\#B4232A\]{accent-color:#B4232A}.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-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.mix-blend-multiply{mix-blend-mode:multiply}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important}[dir] .\!shadow-none{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.\!shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05) !important;--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important}[dir] .\!shadow-sm{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)}[dir] .shadow{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 rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)}[dir] .shadow-2xl{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_-4px_8px_rgba\(0\,48\,73\,0\.12\)\]{--tw-shadow: 0 -4px 8px rgba(0,48,73,.12);--tw-shadow-colored: 0 -4px 8px var(--tw-shadow-color)}[dir] .shadow-\[0_-4px_8px_rgba\(0\,48\,73\,0\.12\)\]{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_20px_rgba\(235\,33\,37\,0\.5\)\]{--tw-shadow: 0 0 20px rgba(235,33,37,.5);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color)}[dir] .shadow-\[0_0_20px_rgba\(235\,33\,37\,0\.5\)\]{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_15px_-3px_rgba\(0\,0\,0\,0\.07\)\,0_10px_20px_-2px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0 2px 15px -3px rgba(0,0,0,.07),0 10px 20px -2px rgba(0,0,0,.04);--tw-shadow-colored: 0 2px 15px -3px var(--tw-shadow-color), 0 10px 20px -2px var(--tw-shadow-color)}[dir] .shadow-\[0_2px_15px_-3px_rgba\(0\,0\,0\,0\.07\)\,0_10px_20px_-2px_rgba\(0\,0\,0\,0\.04\)\]{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_10px_rgba\(235\,33\,37\,0\.3\)\]{--tw-shadow: 0 4px 10px rgba(235,33,37,.3);--tw-shadow-colored: 0 4px 10px var(--tw-shadow-color)}[dir] .shadow-\[0_4px_10px_rgba\(235\,33\,37\,0\.3\)\]{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_30px_rgb\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0 8px 30px rgb(0,0,0,.06);--tw-shadow-colored: 0 8px 30px var(--tw-shadow-color)}[dir] .shadow-\[0_8px_30px_rgb\(0\,0\,0\,0\.06\)\]{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 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color)}[dir] .shadow-inner{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)}[dir] .shadow-lg{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)}[dir] .shadow-md{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 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)}[dir] .shadow-sm{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)}[dir] .shadow-xl{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-500\/20{--tw-shadow-color: rgb(59 130 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500{--tw-shadow-color: #A1A5B7;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/20{--tw-shadow-color: rgb(161 165 183 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/20{--tw-shadow-color: rgb(239 68 68 / .2);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-2{outline-width:2px}.outline-offset-2{outline-offset:2px}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}[dir] .ring-0{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}[dir] .ring-1{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)}[dir] .ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}[dir] .ring-4{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.\!ring-info{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(54 153 255 / var(--tw-ring-opacity, 1)) !important}.ring-\[\#003049\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 48 73 / var(--tw-ring-opacity, 1))}.ring-\[\#9A6A00\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(154 106 0 / var(--tw-ring-opacity, 1))}.ring-\[\#A8D4E8\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 212 232 / var(--tw-ring-opacity, 1))}.ring-\[\#A8D8BF\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 216 191 / var(--tw-ring-opacity, 1))}.ring-\[\#AAB8C4\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 184 196 / var(--tw-ring-opacity, 1))}.ring-\[\#AFC7D4\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(175 199 212 / var(--tw-ring-opacity, 1))}.ring-\[\#AFD2E5\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(175 210 229 / var(--tw-ring-opacity, 1))}.ring-\[\#B4232A\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 35 42 / var(--tw-ring-opacity, 1))}.ring-\[\#CBD5DE\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(203 213 222 / var(--tw-ring-opacity, 1))}.ring-\[\#E5AEB2\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 174 178 / var(--tw-ring-opacity, 1))}.ring-\[\#E7CA75\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(231 202 117 / var(--tw-ring-opacity, 1))}.ring-amber-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1))}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(225 227 234 / var(--tw-ring-opacity, 1))}.ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(181 181 195 / var(--tw-ring-opacity, 1))}.ring-red-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1))}.ring-slate-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1))}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.brightness-0{--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)}.brightness-90{--tw-brightness: brightness(.9);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-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));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-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--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)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[1px\]{--tw-backdrop-blur: blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-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)}[dir] .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[dir] .transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[dir] .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[dir] .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[dir] .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[dir] .transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[dir] .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[dir] .duration-1000{transition-duration:1s}[dir] .duration-150{transition-duration:.15s}[dir] .duration-200{transition-duration:.2s}[dir] .duration-300{transition-duration:.3s}[dir] .duration-500{transition-duration:.5s}[dir] .duration-700{transition-duration:.7s}[dir] .duration-75{transition-duration:75ms}[dir] .ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}[dir] .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}[dir] .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[display\:contents\]{display:contents}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}[dir] .\[padding-bottom\:max\(1rem\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.\[text-wrap\:balance\]{text-wrap:balance}.\[text-wrap\:pretty\]{text-wrap:pretty}.\[unicode-bidi\:isolate\]{unicode-bidi:isolate}@font-face{font-family:LIMU Arabic Fallback;src:url(/build/assets/cairo-a87fb3ee.ttf) format("truetype");font-display:swap}html{scroll-behavior:smooth}#nprogress .bar{position:fixed!important;inset-block-start:0!important;inset-block-end:auto!important;inset-inline-start:0!important;inset-inline-end:auto!important;inline-size:100vw!important;block-size:3px!important;writing-mode:horizontal-tb!important}[dir=ltr] #nprogress .bar{direction:ltr!important}[dir=rtl] #nprogress .bar{direction:rtl!important}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}#nprogress .bar,#nprogress .peg,#nprogress .spinner-icon{transition:none!important}[dir=ltr] #nprogress .bar,[dir=ltr] #nprogress .peg,[dir=ltr] #nprogress .spinner-icon,[dir=rtl] #nprogress .bar,[dir=rtl] #nprogress .peg,[dir=rtl] #nprogress .spinner-icon{animation:none!important}}html.locale-ar body{font-family:Almarai,LIMU Arabic Fallback,sans-serif}html.locale-en body{font-family:Poppins,sans-serif}input::placeholder,textarea::placeholder,select::placeholder{color:#9ca3af;opacity:1}[dir] .el-select__wrapper{border:1px solid #d1d5db!important;border-radius:.5rem!important;box-shadow:none!important;background-color:#fff!important}[dir] .el-select__wrapper:hover{border-color:#9ca3af!important}[dir] .el-select__wrapper.is-focused{border-color:#374151!important;box-shadow:none!important}.el-select__wrapper input:focus{outline:none!important}[dir] .el-select__wrapper input:focus{box-shadow:none!important}.selection\:bg-custom-red *::selection{--tw-bg-opacity: 1}[dir] .selection\:bg-custom-red *::selection{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.selection\:bg-red-500 *::selection{--tw-bg-opacity: 1}[dir] .selection\:bg-red-500 *::selection{background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.selection\:text-white *::selection{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:bg-custom-red::selection{--tw-bg-opacity: 1}[dir] .selection\:bg-custom-red::selection{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.selection\:bg-red-500::selection{--tw-bg-opacity: 1}[dir] .selection\:bg-red-500::selection{background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.selection\:text-white::selection{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.file\:me-3::file-selector-button{margin-inline-end:.75rem}[dir] .file\:rounded-lg::file-selector-button{border-radius:.5rem}[dir] .file\:border-0::file-selector-button{border-width:0px}.file\:bg-red-50::file-selector-button{--tw-bg-opacity: 1}[dir] .file\:bg-red-50::file-selector-button{background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.file\:bg-slate-100::file-selector-button{--tw-bg-opacity: 1}[dir] .file\:bg-slate-100::file-selector-button{background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}[dir=ltr] .file\:px-3::file-selector-button{padding-left:.75rem;padding-right:.75rem}[dir=rtl] .file\:px-3::file-selector-button{padding-right:.75rem;padding-left:.75rem}[dir=ltr] .file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}[dir=rtl] .file\:px-4::file-selector-button{padding-right:1rem;padding-left:1rem}[dir] .file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-xs::file-selector-button{font-size:.75rem;line-height:1rem}.file\:font-bold::file-selector-button{font-weight:700}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-custom-red::file-selector-button{--tw-text-opacity: 1;color:rgb(235 33 37 / var(--tw-text-opacity, 1))}.file\:text-slate-700::file-selector-button{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.placeholder\:text-\[\#52606D\]::placeholder{--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}.placeholder\:text-\[\#687887\]::placeholder{--tw-text-opacity: 1;color:rgb(104 120 135 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(181 181 195 / var(--tw-text-opacity, 1))}[dir] .backdrop\:bg-\[\#001D2C\]\/55::backdrop{background-color:#001d2c8c}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-x-3:after{content:var(--tw-content)}[dir=ltr] .after\:inset-x-3:after{left:.75rem;right:.75rem}[dir=rtl] .after\:inset-x-3:after{right:.75rem;left:.75rem}.after\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:h-\[3px\]:after{content:var(--tw-content);height:3px}.after\:bg-\[\#EB2125\]:after{content:var(--tw-content);--tw-bg-opacity: 1}[dir] .after\:bg-\[\#EB2125\]:after{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}[dir] .last\:mb-4:last-child{margin-bottom:1rem}[dir] .last\:border-0:last-child{border-width:0px}[dir] .last\:border-b-0:last-child{border-bottom-width:0px}[dir] .last\:pb-0:last-child{padding-bottom:0}.even\:border-s:nth-child(2n){border-inline-start-width:1px}[dir] .checked\:border-0:checked{border-width:0px}.checked\:border-red-500:checked{--tw-border-opacity: 1}[dir] .checked\:border-red-500:checked{border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.checked\:bg-custom-red:checked{--tw-bg-opacity: 1}[dir] .checked\:bg-custom-red:checked{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.checked\:bg-info:checked{--tw-bg-opacity: 1}[dir] .checked\:bg-info:checked{background-color:rgb(54 153 255 / var(--tw-bg-opacity, 1))}.checked\:bg-red-500:checked{--tw-bg-opacity: 1}[dir] .checked\:bg-red-500:checked{background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.checked\:ring-info:checked{--tw-ring-opacity: 1;--tw-ring-color: rgb(54 153 255 / var(--tw-ring-opacity, 1))}.focus-within\:border-red-300:focus-within{--tw-border-opacity: 1}[dir] .focus-within\:border-red-300:focus-within{border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.focus-within\:outline:focus-within{outline-style:solid}.focus-within\:outline-\[3px\]:focus-within{outline-width:3px}.focus-within\:outline-offset-1:focus-within{outline-offset:1px}.focus-within\:outline-offset-2:focus-within{outline-offset:2px}.focus-within\:outline-\[\#EB2125\]:focus-within{outline-color:#eb2125}.focus-within\:ring-4: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}[dir] .focus-within\:ring-4:focus-within{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-red-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1))}.hover\:max-w-prose:hover{max-width:65ch}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem}[dir] .hover\:-translate-y-0\.5:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem}[dir] .hover\:-translate-y-1:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-3:hover{--tw-translate-y: -.75rem}[dir] .hover\:-translate-y-3:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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}[dir] .hover\:scale-105:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1}[dir] .hover\:scale-110:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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}[dir] .hover\:scale-\[1\.02\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}[dir] .hover\:cursor-pointer:hover{cursor:pointer}.hover\:whitespace-normal:hover{white-space:normal}[dir] .hover\:border:hover{border-width:1px}[dir] .hover\:border-b-2:hover{border-bottom-width:2px}.hover\:border-\[\#003049\]:hover{--tw-border-opacity: 1}[dir] .hover\:border-\[\#003049\]:hover{border-color:rgb(0 48 73 / var(--tw-border-opacity, 1))}.hover\:border-\[\#6E8797\]:hover{--tw-border-opacity: 1}[dir] .hover\:border-\[\#6E8797\]:hover{border-color:rgb(110 135 151 / var(--tw-border-opacity, 1))}.hover\:border-\[\#A66B00\]:hover{--tw-border-opacity: 1}[dir] .hover\:border-\[\#A66B00\]:hover{border-color:rgb(166 107 0 / var(--tw-border-opacity, 1))}.hover\:border-\[\#B06B00\]:hover{--tw-border-opacity: 1}[dir] .hover\:border-\[\#B06B00\]:hover{border-color:rgb(176 107 0 / var(--tw-border-opacity, 1))}.hover\:border-\[\#e0c7a2\]:hover{--tw-border-opacity: 1}[dir] .hover\:border-\[\#e0c7a2\]:hover{border-color:rgb(224 199 162 / var(--tw-border-opacity, 1))}.hover\:border-blue-300:hover{--tw-border-opacity: 1}[dir] .hover\:border-blue-300:hover{border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-blue-500:hover{--tw-border-opacity: 1}[dir] .hover\:border-blue-500:hover{border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-custom-red:hover{--tw-border-opacity: 1}[dir] .hover\:border-custom-red:hover{border-color:rgb(235 33 37 / var(--tw-border-opacity, 1))}.hover\:border-dark-blue:hover{--tw-border-opacity: 1}[dir] .hover\:border-dark-blue:hover{border-color:rgb(0 48 73 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1}[dir] .hover\:border-gray-300:hover{border-color:rgb(225 227 234 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1}[dir] .hover\:border-gray-400:hover{border-color:rgb(181 181 195 / var(--tw-border-opacity, 1))}.hover\:border-gray-500:hover{--tw-border-opacity: 1}[dir] .hover\:border-gray-500:hover{border-color:rgb(161 165 183 / var(--tw-border-opacity, 1))}.hover\:border-green-300:hover{--tw-border-opacity: 1}[dir] .hover\:border-green-300:hover{border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.hover\:border-green-500:hover{--tw-border-opacity: 1}[dir] .hover\:border-green-500:hover{border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.hover\:border-info:hover{--tw-border-opacity: 1}[dir] .hover\:border-info:hover{border-color:rgb(54 153 255 / var(--tw-border-opacity, 1))}.hover\:border-red-200:hover{--tw-border-opacity: 1}[dir] .hover\:border-red-200:hover{border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.hover\:border-red-300:hover{--tw-border-opacity: 1}[dir] .hover\:border-red-300:hover{border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.hover\:border-red-500:hover{--tw-border-opacity: 1}[dir] .hover\:border-red-500:hover{border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.hover\:border-sky-300:hover{--tw-border-opacity: 1}[dir] .hover\:border-sky-300:hover{border-color:rgb(125 211 252 / var(--tw-border-opacity, 1))}.hover\:border-sky-500:hover{--tw-border-opacity: 1}[dir] .hover\:border-sky-500:hover{border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.hover\:border-slate-300:hover{--tw-border-opacity: 1}[dir] .hover\:border-slate-300:hover{border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.hover\:border-slate-400:hover{--tw-border-opacity: 1}[dir] .hover\:border-slate-400:hover{border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.hover\:border-soft-blue:hover{--tw-border-opacity: 1}[dir] .hover\:border-soft-blue:hover{border-color:rgb(156 190 224 / var(--tw-border-opacity, 1))}.hover\:\!bg-info-light:hover{--tw-bg-opacity: 1 !important}[dir] .hover\:\!bg-info-light:hover{background-color:rgb(236 248 255 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-red-700:hover{--tw-bg-opacity: 1 !important}[dir] .hover\:\!bg-red-700:hover{background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))!important}.hover\:bg-\[\#002337\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#002337\]:hover{background-color:rgb(0 35 55 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#00263A\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#00263A\]:hover{background-color:rgb(0 38 58 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#004766\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#004766\]:hover{background-color:rgb(0 71 102 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#6C4700\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#6C4700\]:hover{background-color:rgb(108 71 0 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#941C22\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#941C22\]:hover{background-color:rgb(148 28 34 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#E7F0F5\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#E7F0F5\]:hover{background-color:rgb(231 240 245 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#EDF4F7\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#EDF4F7\]:hover{background-color:rgb(237 244 247 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F6F8FA\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#F6F8FA\]:hover{background-color:rgb(246 248 250 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FAFBFC\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#FAFBFC\]:hover{background-color:rgb(250 251 252 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FCE8E8\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#FCE8E8\]:hover{background-color:rgb(252 232 232 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFF0F0\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#FFF0F0\]:hover{background-color:rgb(255 240 240 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFF3CC\]:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-\[\#FFF3CC\]:hover{background-color:rgb(255 243 204 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-amber-100\/70:hover{background-color:#fef3c7b3}.hover\:bg-amber-50:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-amber-50:hover{background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-700:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-amber-700:hover{background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-black:hover{background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-blue-100:hover{background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-blue-50:hover{background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-blue-50\/50:hover{background-color:#eff6ff80}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-blue-600:hover{background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-blue-700:hover{background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-blue-900\/60:hover{background-color:#1e3a8a99}.hover\:bg-custom-red:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-custom-red:hover{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.hover\:bg-danger:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-danger:hover{background-color:rgb(246 78 96 / var(--tw-bg-opacity, 1))}.hover\:bg-danger-active:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-danger-active:hover{background-color:rgb(238 45 65 / var(--tw-bg-opacity, 1))}.hover\:bg-dark:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-dark:hover{background-color:rgb(24 28 50 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-dark-blue\/5:hover{background-color:#0030490d}[dir] .hover\:bg-dark-blue\/90:hover{background-color:#003049e6}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-emerald-700:hover{background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-gray-100:hover{background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-gray-200:hover{background-color:rgb(244 244 244 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-gray-300:hover{background-color:rgb(225 227 234 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-gray-50:hover{background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-gray-50\/50:hover{background-color:#f9fafb80}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-gray-500:hover{background-color:rgb(161 165 183 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-gray-600:hover{background-color:rgb(126 130 153 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-green-100\/50:hover{background-color:#dcfce780}.hover\:bg-green-50:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-green-50:hover{background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-green-600:hover{background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-green-700:hover{background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-info:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-info:hover{background-color:rgb(54 153 255 / var(--tw-bg-opacity, 1))}.hover\:bg-info-active:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-info-active:hover{background-color:rgb(24 125 228 / var(--tw-bg-opacity, 1))}.hover\:bg-info-light:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-info-light:hover{background-color:rgb(236 248 255 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-orange-100\/70:hover{background-color:#ffedd5b3}.hover\:bg-red-100:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-red-100:hover{background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-red-100\/70:hover{background-color:#fee2e2b3}.hover\:bg-red-50:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-red-50:hover{background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-red-50\/50:hover{background-color:#fef2f280}.hover\:bg-red-500:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-red-500:hover{background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-red-600:hover{background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-red-700:hover{background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-red-900\/20:hover{background-color:#7f1d1d33}.hover\:bg-sky-100:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-sky-100:hover{background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-50:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-sky-50:hover{background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-700:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-sky-700:hover{background-color:rgb(3 105 161 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-800:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-sky-800:hover{background-color:rgb(7 89 133 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-slate-100:hover{background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-slate-50:hover{background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-slate-50\/80:hover{background-color:#f8fafccc}.hover\:bg-slate-500:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-slate-500:hover{background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-600:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-slate-600:hover{background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-700:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-slate-700:hover{background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-slate-700\/30:hover{background-color:#3341554d}.hover\:bg-slate-800:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-slate-800:hover{background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.hover\:bg-success-active:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-success-active:hover{background-color:rgb(11 183 175 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1}[dir] .hover\:bg-white:hover{background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}[dir] .hover\:bg-white\/70:hover{background-color:#ffffffb3}.hover\:bg-opacity-50:hover{--tw-bg-opacity: .5}.hover\:bg-opacity-90:hover{--tw-bg-opacity: .9}.hover\:\!text-custom-red:hover{--tw-text-opacity: 1 !important;color:rgb(235 33 37 / var(--tw-text-opacity, 1))!important}.hover\:\!text-dark-blue:hover{--tw-text-opacity: 1 !important;color:rgb(0 48 73 / var(--tw-text-opacity, 1))!important}.hover\:\!text-gray-700:hover{--tw-text-opacity: 1 !important;color:rgb(94 98 120 / var(--tw-text-opacity, 1))!important}.hover\:\!text-info:hover{--tw-text-opacity: 1 !important;color:rgb(54 153 255 / var(--tw-text-opacity, 1))!important}.hover\:\!text-info-active:hover{--tw-text-opacity: 1 !important;color:rgb(24 125 228 / var(--tw-text-opacity, 1))!important}.hover\:\!text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:text-\[\#003049\]:hover{--tw-text-opacity: 1;color:rgb(0 48 73 / 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-blue-400:hover{--tw-text-opacity: 1;color:rgb(96 165 250 / 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-custom-red:hover{--tw-text-opacity: 1;color:rgb(235 33 37 / var(--tw-text-opacity, 1))}.hover\:text-dark-blue:hover{--tw-text-opacity: 1;color:rgb(0 48 73 / var(--tw-text-opacity, 1))}.hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(225 227 234 / var(--tw-text-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(181 181 195 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(161 165 183 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(126 130 153 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(94 98 120 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(63 66 84 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(42 43 58 / var(--tw-text-opacity, 1))}.hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgb(74 222 128 / 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-info-active:hover{--tw-text-opacity: 1;color:rgb(24 125 228 / var(--tw-text-opacity, 1))}.hover\:text-neutral-900:hover{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / 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-sky-400:hover{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.hover\:text-sky-700:hover{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.hover\:text-slate-950:hover{--tw-text-opacity: 1;color:rgb(2 6 23 / 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\:no-underline:hover{text-decoration-line:none}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow:hover{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)}[dir] .hover\:shadow:hover{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_0_25px_rgba\(235\,33\,37\,0\.7\)\]:hover{--tw-shadow: 0 0 25px rgba(235,33,37,.7);--tw-shadow-colored: 0 0 25px var(--tw-shadow-color)}[dir] .hover\:shadow-\[0_0_25px_rgba\(235\,33\,37\,0\.7\)\]:hover{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_6px_15px_rgba\(235\,33\,37\,0\.4\)\]:hover{--tw-shadow: 0 6px 15px rgba(235,33,37,.4);--tw-shadow-colored: 0 6px 15px var(--tw-shadow-color)}[dir] .hover\:shadow-\[0_6px_15px_rgba\(235\,33\,37\,0\.4\)\]:hover{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_8px_30px_rgba\(235\,33\,37\,0\.15\)\]:hover{--tw-shadow: 0 8px 30px rgba(235,33,37,.15);--tw-shadow-colored: 0 8px 30px var(--tw-shadow-color)}[dir] .hover\:shadow-\[0_8px_30px_rgba\(235\,33\,37\,0\.15\)\]: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 rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)}[dir] .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-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)}[dir] .hover\:shadow-md:hover{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-none:hover{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000}[dir] .hover\:shadow-none:hover{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)}[dir] .hover\:shadow-sm: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 rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)}[dir] .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\:brightness-100:hover{--tw-brightness: brightness(1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:file\:bg-slate-200::file-selector-button:hover{--tw-bg-opacity: 1}[dir] .hover\:file\:bg-slate-200::file-selector-button:hover{background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.checked\:hover\:bg-custom-red:hover:checked{--tw-bg-opacity: 1}[dir] .checked\:hover\:bg-custom-red:hover:checked{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.checked\:hover\:bg-info:hover:checked{--tw-bg-opacity: 1}[dir] .checked\:hover\:bg-info:hover:checked{background-color:rgb(54 153 255 / var(--tw-bg-opacity, 1))}.hover\:checked\:bg-custom-red:checked:hover{--tw-bg-opacity: 1}[dir] .hover\:checked\:bg-custom-red:checked:hover{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.focus\:z-10:focus{z-index:10}[dir] .focus\:rounded-sm:focus{border-radius:.125rem}.focus\:\!border-custom-red:focus{--tw-border-opacity: 1 !important}[dir] .focus\:\!border-custom-red:focus{border-color:rgb(235 33 37 / var(--tw-border-opacity, 1))!important}.focus\:border-\[\#003049\]:focus{--tw-border-opacity: 1}[dir] .focus\:border-\[\#003049\]:focus{border-color:rgb(0 48 73 / var(--tw-border-opacity, 1))}.focus\:border-blue-300:focus{--tw-border-opacity: 1}[dir] .focus\:border-blue-300:focus{border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-blue-400:focus{--tw-border-opacity: 1}[dir] .focus\:border-blue-400:focus{border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1}[dir] .focus\:border-blue-500:focus{border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-custom-red:focus{--tw-border-opacity: 1}[dir] .focus\:border-custom-red:focus{border-color:rgb(235 33 37 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1}[dir] .focus\:border-gray-300:focus{border-color:rgb(225 227 234 / var(--tw-border-opacity, 1))}.focus\:border-gray-400:focus{--tw-border-opacity: 1}[dir] .focus\:border-gray-400:focus{border-color:rgb(181 181 195 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1}[dir] .focus\:border-indigo-700:focus{border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}[dir] .focus\:border-transparent:focus{border-color:#0000}.focus\:\!bg-info-light:focus{--tw-bg-opacity: 1 !important}[dir] .focus\:\!bg-info-light:focus{background-color:rgb(236 248 255 / var(--tw-bg-opacity, 1))!important}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1}[dir] .focus\:bg-gray-100:focus{background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1}[dir] .focus\:bg-gray-50:focus{background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1}[dir] .focus\:bg-indigo-100:focus{background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:\!text-dark-blue:focus{--tw-text-opacity: 1 !important;color:rgb(0 48 73 / var(--tw-text-opacity, 1))!important}.focus\:\!text-info-active:focus{--tw-text-opacity: 1 !important;color:rgb(24 125 228 / var(--tw-text-opacity, 1))!important}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(94 98 120 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(63 66 84 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.focus\:text-neutral-900:focus{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.focus\:no-underline:focus{text-decoration-line:none}.focus\:shadow:focus{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)}[dir] .focus\:shadow:focus{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-none:focus{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000}[dir] .focus\:shadow-none:focus{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus\:outline-2:focus{outline-width:2px}.focus\:outline-offset-1:focus{outline-offset:1px}.focus\:outline-\[\#EB2125\]:focus{outline-color:#eb2125}.focus\:outline-red-500:focus{outline-color:#ef4444}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}[dir] .focus\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}[dir] .focus\:ring-0: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)}[dir] .focus\:ring-1:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}[dir] .focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:\!ring-custom-red:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(235 33 37 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-\[\#003049\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 48 73 / var(--tw-ring-opacity, 1))}.focus\:ring-\[\#EB2125\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(235 33 37 / var(--tw-ring-opacity, 1))}.focus\:ring-\[0\.5\]:focus{--tw-ring-color: .5}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-custom-red:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(235 33 37 / var(--tw-ring-opacity, 1))}.focus\:ring-custom-red\/30:focus{--tw-ring-color: rgb(235 33 37 / .3)}.focus\:ring-dark-blue:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 48 73 / var(--tw-ring-opacity, 1))}.focus\:ring-emerald-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(161 165 183 / 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-info:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(54 153 255 / 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-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\:ring-offset-dark-blue:focus{--tw-ring-offset-color: #003049}[dir] .checked\:focus\:border-0:focus:checked{border-width:0px}.checked\:focus\:bg-custom-red:focus:checked{--tw-bg-opacity: 1}[dir] .checked\:focus\:bg-custom-red:focus:checked{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.checked\:focus\:bg-info:focus:checked{--tw-bg-opacity: 1}[dir] .checked\:focus\:bg-info:focus:checked{background-color:rgb(54 153 255 / var(--tw-bg-opacity, 1))}.focus\:checked\:bg-custom-red:checked:focus{--tw-bg-opacity: 1}[dir] .focus\:checked\:bg-custom-red:checked:focus{background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.focus\:checked\:bg-info:checked:focus{--tw-bg-opacity: 1}[dir] .focus\:checked\:bg-info:checked:focus{background-color:rgb(54 153 255 / var(--tw-bg-opacity, 1))}.checked\:focus\:ring-info:focus:checked{--tw-ring-opacity: 1;--tw-ring-color: rgb(54 153 255 / var(--tw-ring-opacity, 1))}.focus-visible\:z-10:focus-visible{z-index:10}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-\[3px\]:focus-visible{outline-width:3px}.focus-visible\:outline-offset-1:focus-visible{outline-offset:1px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-offset-\[-3px\]:focus-visible{outline-offset:-3px}.focus-visible\:outline-\[\#003049\]:focus-visible{outline-color:#003049}.focus-visible\:outline-\[\#EB2125\]:focus-visible{outline-color:#eb2125}.focus-visible\:outline-custom-red:focus-visible{outline-color:#eb2125}.focus-visible\:outline-custom-red-accessible:focus-visible{outline-color:#b4232a}.active\:bg-gray-100:active{--tw-bg-opacity: 1}[dir] .active\:bg-gray-100:active{background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.active\:bg-red-700:active{--tw-bg-opacity: 1}[dir] .active\:bg-red-700:active{background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.active\:bg-opacity-80:active{--tw-bg-opacity: .8}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(161 165 183 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(94 98 120 / var(--tw-text-opacity, 1))}[dir] .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}[dir] .disabled\:cursor-wait:disabled{cursor:wait}.disabled\:border-\[\#A9B7C2\]:disabled{--tw-border-opacity: 1}[dir] .disabled\:border-\[\#A9B7C2\]:disabled{border-color:rgb(169 183 194 / var(--tw-border-opacity, 1))}.disabled\:bg-\[\#DFE4E8\]:disabled{--tw-bg-opacity: 1}[dir] .disabled\:bg-\[\#DFE4E8\]:disabled{background-color:rgb(223 228 232 / var(--tw-bg-opacity, 1))}.disabled\:bg-\[\#EDF1F4\]:disabled{--tw-bg-opacity: 1}[dir] .disabled\:bg-\[\#EDF1F4\]:disabled{background-color:rgb(237 241 244 / var(--tw-bg-opacity, 1))}.disabled\:bg-\[\#EEF2F5\]:disabled{--tw-bg-opacity: 1}[dir] .disabled\:bg-\[\#EEF2F5\]:disabled{background-color:rgb(238 242 245 / var(--tw-bg-opacity, 1))}.disabled\:bg-\[\#F6F8FA\]:disabled{--tw-bg-opacity: 1}[dir] .disabled\:bg-\[\#F6F8FA\]:disabled{background-color:rgb(246 248 250 / var(--tw-bg-opacity, 1))}.disabled\:bg-slate-100:disabled{--tw-bg-opacity: 1}[dir] .disabled\:bg-slate-100:disabled{background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.disabled\:text-\[\#52606D\]:disabled{--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}.disabled\:text-\[\#667783\]:disabled{--tw-text-opacity: 1;color:rgb(102 119 131 / var(--tw-text-opacity, 1))}.disabled\:text-\[\#697784\]:disabled{--tw-text-opacity: 1;color:rgb(105 119 132 / var(--tw-text-opacity, 1))}.disabled\:opacity-35:disabled{opacity:.35}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-45:disabled{opacity:.45}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-55:disabled{opacity:.55}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-65:disabled{opacity:.65}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:hover\:bg-\[\#EEF2F5\]:hover:disabled{--tw-bg-opacity: 1}[dir] .disabled\:hover\:bg-\[\#EEF2F5\]:hover:disabled{background-color:rgb(238 242 245 / var(--tw-bg-opacity, 1))}.group\/version[open] .group-open\/version\:rotate-180{--tw-rotate: 180deg}[dir] .group\/version[open] .group-open\/version\:rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[open] .group-open\:rotate-180{--tw-rotate: 180deg}[dir] .group[open] .group-open\:rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:h-56{height:14rem}.group:hover .group-hover\:w-56{width:14rem}.group:hover .group-hover\:w-\[100\%\],.group:hover .group-hover\:w-full{width:100%}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem}[dir] .group:hover .group-hover\:translate-x-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-0{--tw-rotate: 0deg}[dir] .group:hover .group-hover\:rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1}[dir] .group:hover .group-hover\:scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-red-700{--tw-bg-opacity: 1}[dir] .group:hover .group-hover\:bg-red-700{background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:stroke-gray-600{stroke:#7e8299}.group:hover .group-hover\:text-custom-red{--tw-text-opacity: 1;color:rgb(235 33 37 / var(--tw-text-opacity, 1))}.peer:checked~.peer-checked\:translate-x-5{--tw-translate-x: 1.25rem}[dir] .peer:checked~.peer-checked\:translate-x-5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:bg-blue-500{--tw-bg-opacity: 1}[dir] .peer:checked~.peer-checked\:bg-blue-500{background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.peer:focus~.peer-focus\: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)}[dir] .peer:focus~.peer-focus\:ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.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-visible~.peer-focus-visible\:outline{outline-style:solid}.peer:focus-visible~.peer-focus-visible\:outline-offset-2{outline-offset:2px}.peer:focus-visible~.peer-focus-visible\:outline-\[\#EB2125\]{outline-color:#eb2125}@media (prefers-reduced-motion: no-preference){@keyframes pulse{50%{opacity:.5}}[dir=ltr] .motion-safe\:animate-pulse,[dir=rtl] .motion-safe\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin-ltr{to{transform:rotate(360deg)}}@keyframes spin-rtl{to{transform:rotate(-360deg)}}[dir=ltr] .motion-safe\:animate-spin{animation:spin-ltr 1s linear infinite}[dir=rtl] .motion-safe\:animate-spin{animation:spin-rtl 1s linear infinite}.motion-safe\:hover\:scale-\[1\.01\]:hover{--tw-scale-x: 1.01;--tw-scale-y: 1.01}[dir] .motion-safe\:hover\:scale-\[1\.01\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (prefers-reduced-motion: reduce){[dir=ltr] .motion-reduce\:animate-none,[dir=rtl] .motion-reduce\:animate-none{animation:none}[dir] .motion-reduce\:transition-none{transition-property:none}}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}.dark\:divide-slate-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}[dir] .dark\:divide-slate-700:is(.dark *)>:not([hidden])~:not([hidden]){border-color:rgb(51 65 85 / var(--tw-divide-opacity, 1))}.dark\:border-\[\#07395a\]:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-\[\#07395a\]:is(.dark *){border-color:rgb(7 57 90 / var(--tw-border-opacity, 1))}.dark\:border-\[\#0c448e\]:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-\[\#0c448e\]:is(.dark *){border-color:rgb(12 68 142 / var(--tw-border-opacity, 1))}.dark\:border-amber-700:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-amber-700:is(.dark *){border-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.dark\:border-amber-800:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-amber-800:is(.dark *){border-color:rgb(146 64 14 / var(--tw-border-opacity, 1))}.dark\:border-amber-900:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-amber-900:is(.dark *){border-color:rgb(120 53 15 / var(--tw-border-opacity, 1))}.dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-blue-800:is(.dark *){border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-blue-900:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-blue-900:is(.dark *){border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))}.dark\:border-emerald-800:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-emerald-800:is(.dark *){border-color:rgb(6 95 70 / var(--tw-border-opacity, 1))}.dark\:border-emerald-900:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-emerald-900:is(.dark *){border-color:rgb(6 78 59 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-gray-600:is(.dark *){border-color:rgb(126 130 153 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-gray-700:is(.dark *){border-color:rgb(94 98 120 / var(--tw-border-opacity, 1))}.dark\:border-indigo-600:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-indigo-600:is(.dark *){border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.dark\:border-red-500:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-red-500:is(.dark *){border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-red-800:is(.dark *){border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-red-900:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-red-900:is(.dark *){border-color:rgb(127 29 29 / var(--tw-border-opacity, 1))}.dark\:border-sky-600:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-sky-600:is(.dark *){border-color:rgb(2 132 199 / var(--tw-border-opacity, 1))}.dark\:border-sky-800:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-sky-800:is(.dark *){border-color:rgb(7 89 133 / var(--tw-border-opacity, 1))}.dark\:border-slate-500:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-slate-500:is(.dark *){border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.dark\:border-slate-600:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-slate-600:is(.dark *){border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:border-slate-700:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-slate-700:is(.dark *){border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:border-slate-800:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-slate-800:is(.dark *){border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.dark\:border-slate-900:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-slate-900:is(.dark *){border-color:rgb(15 23 42 / var(--tw-border-opacity, 1))}[dir] .dark\:border-white\/10:is(.dark *){border-color:#ffffff1a}[dir] .dark\:border-white\/5:is(.dark *){border-color:#ffffff0d}[dir] .dark\:border-white\/50:is(.dark *){border-color:#ffffff80}.dark\:border-t-blue-300:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-t-blue-300:is(.dark *){border-top-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.dark\:border-t-custom-red:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:border-t-custom-red:is(.dark *){border-top-color:rgb(235 33 37 / var(--tw-border-opacity, 1))}.dark\:bg-\[\#003049\]:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-\[\#003049\]:is(.dark *){background-color:rgb(0 48 73 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#021f30\]:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-\[\#021f30\]:is(.dark *){background-color:rgb(2 31 48 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#04344c\]:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-\[\#04344c\]:is(.dark *){background-color:rgb(4 52 76 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#07395a\]:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-\[\#07395a\]:is(.dark *){background-color:rgb(7 57 90 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#ec2424\]:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-\[\#ec2424\]:is(.dark *){background-color:rgb(236 36 36 / var(--tw-bg-opacity, 1))}[dir] .dark\:bg-amber-950\/20:is(.dark *){background-color:#451a0333}[dir] .dark\:bg-amber-950\/25:is(.dark *){background-color:#451a0340}[dir] .dark\:bg-amber-950\/30:is(.dark *){background-color:#451a034d}[dir] .dark\:bg-amber-950\/35:is(.dark *){background-color:#451a0359}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-blue-900:is(.dark *){background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}[dir] .dark\:bg-blue-900\/50:is(.dark *){background-color:#1e3a8a80}[dir] .dark\:bg-blue-950\/20:is(.dark *){background-color:#17255433}[dir] .dark\:bg-blue-950\/30:is(.dark *){background-color:#1725544d}[dir] .dark\:bg-blue-950\/60:is(.dark *){background-color:#17255499}.dark\:bg-dark-blue:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-dark-blue:is(.dark *){background-color:rgb(0 48 73 / var(--tw-bg-opacity, 1))}[dir] .dark\:bg-dark-blue\/70:is(.dark *){background-color:#003049b3}[dir] .dark\:bg-emerald-950\/20:is(.dark *){background-color:#022c2233}[dir] .dark\:bg-emerald-950\/30:is(.dark *){background-color:#022c224d}[dir] .dark\:bg-emerald-950\/40:is(.dark *){background-color:#022c2266}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-gray-700:is(.dark *){background-color:rgb(94 98 120 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-gray-800:is(.dark *){background-color:rgb(63 66 84 / var(--tw-bg-opacity, 1))}[dir] .dark\:bg-gray-800\/50:is(.dark *){background-color:#3f425480}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-gray-900:is(.dark *){background-color:rgb(42 43 58 / var(--tw-bg-opacity, 1))}[dir] .dark\:bg-indigo-900\/50:is(.dark *){background-color:#312e8180}[dir] .dark\:bg-red-800\/20:is(.dark *){background-color:#991b1b33}[dir] .dark\:bg-red-950\/20:is(.dark *){background-color:#450a0a33}[dir] .dark\:bg-red-950\/30:is(.dark *){background-color:#450a0a4d}[dir] .dark\:bg-red-950\/35:is(.dark *){background-color:#450a0a59}[dir] .dark\:bg-red-950\/40:is(.dark *){background-color:#450a0a66}.dark\:bg-sky-950:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-sky-950:is(.dark *){background-color:rgb(8 47 73 / var(--tw-bg-opacity, 1))}[dir] .dark\:bg-sky-950\/35:is(.dark *){background-color:#082f4959}.dark\:bg-slate-600:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-slate-600:is(.dark *){background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-700:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-slate-700:is(.dark *){background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-slate-800:is(.dark *){background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}[dir] .dark\:bg-slate-800\/60:is(.dark *){background-color:#1e293b99}[dir] .dark\:bg-slate-800\/70:is(.dark *){background-color:#1e293bb3}[dir] .dark\:bg-slate-800\/80:is(.dark *){background-color:#1e293bcc}.dark\:bg-slate-900:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-slate-900:is(.dark *){background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}[dir] .dark\:bg-slate-900\/30:is(.dark *){background-color:#0f172a4d}[dir] .dark\:bg-slate-900\/40:is(.dark *){background-color:#0f172a66}[dir] .dark\:bg-slate-900\/50:is(.dark *){background-color:#0f172a80}[dir] .dark\:bg-slate-900\/85:is(.dark *){background-color:#0f172ad9}[dir] .dark\:bg-slate-900\/95:is(.dark *){background-color:#0f172af2}.dark\:bg-slate-950:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:bg-slate-950:is(.dark *){background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))}[dir] .dark\:bg-slate-950\/30:is(.dark *){background-color:#0206174d}[dir] .dark\:bg-slate-950\/40:is(.dark *){background-color:#02061766}[dir] .dark\:bg-slate-950\/50:is(.dark *){background-color:#02061780}[dir] .dark\:bg-slate-950\/60:is(.dark *){background-color:#02061799}[dir] .dark\:bg-slate-950\/90:is(.dark *){background-color:#020617e6}[dir] .dark\:bg-white\/5:is(.dark *){background-color:#ffffff0d}[dir=ltr] .dark\:bg-gradient-to-bl:is(.dark *){background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}[dir=rtl] .dark\:bg-gradient-to-bl:is(.dark *){background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.dark\:from-blue-900\/40:is(.dark *){--tw-gradient-from: rgb(30 58 138 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-950\/30:is(.dark *){--tw-gradient-from: rgb(23 37 84 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-emerald-950\/30:is(.dark *){--tw-gradient-from: rgb(2 44 34 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-red-900\/40:is(.dark *){--tw-gradient-from: rgb(127 29 29 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-blue-800\/20:is(.dark *){--tw-gradient-to: rgb(30 64 175 / .2) var(--tw-gradient-to-position)}.dark\:to-red-800\/20:is(.dark *){--tw-gradient-to: rgb(153 27 27 / .2) var(--tw-gradient-to-position)}.dark\:to-slate-800:is(.dark *){--tw-gradient-to: #1e293b var(--tw-gradient-to-position)}.dark\:stroke-gray-600:is(.dark *){stroke:#7e8299}.dark\:\!text-white:is(.dark *){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.dark\:text-amber-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.dark\:text-amber-200:is(.dark *){--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-custom-red:is(.dark *){--tw-text-opacity: 1;color:rgb(235 33 37 / var(--tw-text-opacity, 1))}.dark\:text-emerald-100:is(.dark *){--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.dark\:text-emerald-200:is(.dark *){--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(249 249 249 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(244 244 244 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(225 227 234 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(181 181 195 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(161 165 183 / var(--tw-text-opacity, 1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(126 130 153 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-indigo-300:is(.dark *){--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.dark\:text-neutral-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.dark\:text-red-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-sky-100:is(.dark *){--tw-text-opacity: 1;color:rgb(224 242 254 / var(--tw-text-opacity, 1))}.dark\:text-sky-200:is(.dark *){--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity, 1))}.dark\:text-sky-300:is(.dark *){--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.dark\:text-slate-100:is(.dark *){--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.dark\:text-slate-200:is(.dark *){--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark\:text-slate-400:is(.dark *){--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:opacity-20:is(.dark *){opacity:.2}.dark\:opacity-30:is(.dark *){opacity:.3}.dark\:opacity-40:is(.dark *){opacity:.4}.dark\:shadow-\[0_0_15px_rgba\(235\,33\,37\,0\.4\)\]:is(.dark *){--tw-shadow: 0 0 15px rgba(235,33,37,.4);--tw-shadow-colored: 0 0 15px var(--tw-shadow-color)}[dir] .dark\:shadow-\[0_0_15px_rgba\(235\,33\,37\,0\.4\)\]:is(.dark *){box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:shadow-lg:is(.dark *){--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)}[dir] .dark\:shadow-lg:is(.dark *){box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:shadow-none:is(.dark *){--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000}[dir] .dark\:shadow-none:is(.dark *){box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:ring-1:is(.dark *){--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)}[dir] .dark\:ring-1:is(.dark *){box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dark\:ring-inset:is(.dark *){--tw-ring-inset: inset}.dark\:ring-amber-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1))}.dark\:ring-emerald-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1))}.dark\:ring-red-900:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1))}.dark\:ring-sky-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1))}.dark\:ring-slate-600:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1))}.dark\:ring-slate-700:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1))}.dark\:ring-white\/5:is(.dark *){--tw-ring-color: rgb(255 255 255 / .05)}.dark\:ring-offset-gray-800:is(.dark *){--tw-ring-offset-color: #3F4254}.dark\:file\:bg-slate-700:is(.dark *)::file-selector-button{--tw-bg-opacity: 1}[dir] .dark\:file\:bg-slate-700:is(.dark *)::file-selector-button{background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:file\:text-white:is(.dark *)::file-selector-button{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:border-gray-600:hover:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:hover\:border-gray-600:hover:is(.dark *){border-color:rgb(126 130 153 / var(--tw-border-opacity, 1))}.dark\:hover\:border-gray-700:hover:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:hover\:border-gray-700:hover:is(.dark *){border-color:rgb(94 98 120 / var(--tw-border-opacity, 1))}.dark\:hover\:border-white:hover:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:hover\:border-white:hover:is(.dark *){border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-custom-red:hover:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:hover\:bg-custom-red:hover:is(.dark *){background-color:rgb(235 33 37 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:hover\:bg-gray-700:hover:is(.dark *){background-color:rgb(94 98 120 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:hover\:bg-gray-800:hover:is(.dark *){background-color:rgb(63 66 84 / var(--tw-bg-opacity, 1))}[dir] .dark\:hover\:bg-slate-700\/30:hover:is(.dark *){background-color:#3341554d}.dark\:hover\:bg-slate-800:hover:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:hover\:bg-slate-800:hover:is(.dark *){background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}[dir] .dark\:hover\:bg-slate-800\/50:hover:is(.dark *){background-color:#1e293b80}[dir] .dark\:hover\:bg-white\/10:hover:is(.dark *){background-color:#ffffff1a}.dark\:hover\:text-gray-100:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(249 249 249 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(244 244 244 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(225 227 234 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:shadow-\[0_0_20px_rgba\(235\,33\,37\,0\.6\)\]:hover:is(.dark *){--tw-shadow: 0 0 20px rgba(235,33,37,.6);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color)}[dir] .dark\:hover\:shadow-\[0_0_20px_rgba\(235\,33\,37\,0\.6\)\]:hover:is(.dark *){box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:hover\:shadow-\[0_8px_30px_rgba\(235\,33\,37\,0\.3\)\]:hover:is(.dark *){--tw-shadow: 0 8px 30px rgba(235,33,37,.3);--tw-shadow-colored: 0 8px 30px var(--tw-shadow-color)}[dir] .dark\:hover\:shadow-\[0_8px_30px_rgba\(235\,33\,37\,0\.3\)\]:hover:is(.dark *){box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:focus\:border-blue-700:focus:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:focus\:border-blue-700:focus:is(.dark *){border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:focus\:border-blue-800:focus:is(.dark *){border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:focus\:border-gray-600:focus:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:focus\:border-gray-600:focus:is(.dark *){border-color:rgb(126 130 153 / var(--tw-border-opacity, 1))}.dark\:focus\:border-gray-700:focus:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:focus\:border-gray-700:focus:is(.dark *){border-color:rgb(94 98 120 / var(--tw-border-opacity, 1))}.dark\:focus\:border-indigo-300:focus:is(.dark *){--tw-border-opacity: 1}[dir] .dark\:focus\:border-indigo-300:focus:is(.dark *){border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.dark\:focus\:bg-gray-700:focus:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:focus\:bg-gray-700:focus:is(.dark *){background-color:rgb(94 98 120 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-gray-800:focus:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:focus\:bg-gray-800:focus:is(.dark *){background-color:rgb(63 66 84 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-indigo-900:focus:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:focus\:bg-indigo-900:focus:is(.dark *){background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))}.dark\:focus\:text-gray-200:focus:is(.dark *){--tw-text-opacity: 1;color:rgb(244 244 244 / var(--tw-text-opacity, 1))}.dark\:focus\:text-gray-300:focus:is(.dark *){--tw-text-opacity: 1;color:rgb(225 227 234 / var(--tw-text-opacity, 1))}.dark\:focus\:text-indigo-200:focus:is(.dark *){--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.dark\:focus\:ring-custom-red:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(235 33 37 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-red-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-teal-600:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-white:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-offset-dark-blue:focus:is(.dark *){--tw-ring-offset-color: #003049}.dark\:focus\:ring-offset-gray-800:focus:is(.dark *){--tw-ring-offset-color: #3F4254}.dark\:active\:bg-gray-700:active:is(.dark *){--tw-bg-opacity: 1}[dir] .dark\:active\:bg-gray-700:active:is(.dark *){background-color:rgb(94 98 120 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active:is(.dark *){--tw-text-opacity: 1;color:rgb(225 227 234 / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:stroke-gray-400:is(.dark *){stroke:#b5b5c3}.group:hover .dark\:group-hover\:text-custom-red:is(.dark *){--tw-text-opacity: 1;color:rgb(235 33 37 / var(--tw-text-opacity, 1))}@media not all and (min-width: 992px){.max-lg\:hidden{display:none}[dir] .max-lg\:pb-28{padding-bottom:7rem}}@media not all and (min-width: 768px){.max-md\:hidden{display:none}.max-md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-md\:flex-col{flex-direction:column}[dir] .max-md\:\!p-6{padding:1.5rem!important}}@media not all and (min-width: 576px){.max-sm\:rotate-90{--tw-rotate: 90deg}[dir] .max-sm\:rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width: 280px){[dir=ltr] .xs\:left-0{left:0}[dir=rtl] .xs\:left-0,[dir=ltr] .xs\:right-0{right:0}[dir=rtl] .xs\:right-0{left:0}.xs\:top-full{top:100%}.xs\:z-10{z-index:10}[dir] .xs\:my-\[50\%\]{margin-top:50%;margin-bottom:50%}.xs\:hidden{display:none}.xs\:w-5\/6{width:83.333333%}.xs\:w-\[100\%\]{width:100%}.xs\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}[dir] .xs\:rounded{border-radius:.25rem}[dir] .xs\:p-2{padding:.5rem}[dir] .xs\:p-4{padding:1rem}}@media (min-width: 576px){.sm\:fixed{position:fixed}[dir=ltr] .sm\:left-0{left:0}[dir=rtl] .sm\:left-0,[dir=ltr] .sm\:right-0{right:0}[dir=rtl] .sm\:right-0{left:0}.sm\:start-\[8\.5rem\]{inset-inline-start:8.5rem}.sm\:top-0{top:0}.sm\:top-full{top:100%}.sm\:z-10{z-index:10}.sm\:col-span-2{grid-column:span 2 / span 2}[dir=ltr] .sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}[dir=rtl] .sm\:mx-5{margin-right:1.25rem;margin-left:1.25rem}[dir=ltr] .sm\:mx-auto{margin-left:auto;margin-right:auto}[dir=rtl] .sm\:mx-auto{margin-right:auto;margin-left:auto}[dir] .sm\:mb-0{margin-bottom:0}[dir] .sm\:mb-5{margin-bottom:1.25rem}[dir=ltr] .sm\:ml-0{margin-left:0}[dir=rtl] .sm\:ml-0{margin-right:0}.sm\:ms-0{margin-inline-start:0px}.sm\:ms-2{margin-inline-start:.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:\!hidden{display:none!important}.sm\:hidden{display:none}.sm\:h-11{height:2.75rem}.sm\:h-7{height:1.75rem}.sm\:h-\[18px\]{height:18px}.sm\:h-\[25px\]{height:25px}.sm\:h-\[35px\]{height:35px}.sm\:w-1\/2{width:50%}.sm\:w-14{width:3.5rem}.sm\:w-3\/4{width:75%}.sm\:w-36{width:9rem}.sm\:w-7{width:1.75rem}.sm\:w-80{width:20rem}.sm\:w-\[100\%\]{width:100%}.sm\:w-\[25px\]{width:25px}.sm\:w-\[26\.1px\]{width:26.1px}.sm\:w-\[35px\]{width:35px}.sm\:w-auto{width:auto}.sm\:w-fit{width:fit-content}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-60{max-width:15rem}.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\:flex-1{flex:1 1 0%}.sm\:flex-none{flex:none}.sm\:shrink-0{flex-shrink:0}.sm\:translate-y-0{--tw-translate-y: 0px}[dir] .sm\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1}[dir] .sm\:scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95}[dir] .sm\:scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-1{grid-template-columns:repeat(1,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-\[2rem_1fr_1fr_auto\]{grid-template-columns:2rem 1fr 1fr auto}.sm\:grid-cols-\[4rem_minmax\(8rem\,1fr\)_minmax\(8rem\,1fr\)_minmax\(8rem\,1fr\)_auto\]{grid-template-columns:4rem minmax(8rem,1fr) minmax(8rem,1fr) minmax(8rem,1fr) auto}.sm\:grid-cols-\[7rem_2rem_minmax\(0\,1fr\)\]{grid-template-columns:7rem 2rem minmax(0,1fr)}.sm\:grid-cols-\[minmax\(0\,1fr\)_44px_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr)}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .sm\:space-y-6>:not([hidden])~:not([hidden]){margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}[dir] .sm\:rounded-lg{border-radius:.5rem}[dir] .sm\:border-b-0{border-bottom-width:0px}.sm\:border-e{border-inline-end-width:1px}[dir] .sm\:p-2{padding:.5rem}[dir] .sm\:p-3{padding:.75rem}[dir] .sm\:p-4{padding:1rem}[dir] .sm\:p-5{padding:1.25rem}[dir] .sm\:p-6{padding:1.5rem}[dir] .sm\:p-7{padding:1.75rem}[dir] .sm\:p-8{padding:2rem}[dir=ltr] .sm\:px-0{padding-left:0;padding-right:0}[dir=rtl] .sm\:px-0{padding-right:0;padding-left:0}[dir=ltr] .sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}[dir=rtl] .sm\:px-10{padding-right:2.5rem;padding-left:2.5rem}[dir=ltr] .sm\:px-4{padding-left:1rem;padding-right:1rem}[dir=rtl] .sm\:px-4{padding-right:1rem;padding-left:1rem}[dir=ltr] .sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}[dir=rtl] .sm\:px-5{padding-right:1.25rem;padding-left:1.25rem}[dir=ltr] .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}[dir=rtl] .sm\:px-6{padding-right:1.5rem;padding-left:1.5rem}[dir=ltr] .sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}[dir=rtl] .sm\:px-7{padding-right:1.75rem;padding-left:1.75rem}[dir=ltr] .sm\:px-8{padding-left:2rem;padding-right:2rem}[dir=rtl] .sm\:px-8{padding-right:2rem;padding-left:2rem}[dir] .sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}[dir] .sm\:py-4{padding-top:1rem;padding-bottom:1rem}[dir] .sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}[dir] .sm\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}[dir] .sm\:pb-10{padding-bottom:2.5rem}[dir] .sm\:pt-0{padding-top:0}[dir=ltr] .sm\:text-left{text-align:left}[dir=rtl] .sm\:text-left,[dir=ltr] .sm\:text-right{text-align:right}[dir=rtl] .sm\:text-right{text-align:left}[dir] .sm\:text-start{text-align:start}[dir] .sm\:text-end{text-align:end}.sm\:\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[28px\]{font-size:28px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}[dir=ltr] .md\:mr-4{margin-right:1rem}[dir=rtl] .md\:mr-4{margin-left:1rem}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-2\/3{width:66.666667%}.md\:w-44{width:11rem}.md\:w-\[50\%\]{width:50%}.md\:w-\[90\%\]{width:90%}.md\:max-w-4xl{max-width:56rem}.md\:max-w-xl{max-width:36rem}.md\:flex-none{flex:none}.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-\[\.8fr_1fr_1fr_1\.3fr_\.8fr_7rem\]{grid-template-columns:.8fr 1fr 1fr 1.3fr .8fr 7rem}.md\:grid-cols-\[minmax\(0\,1fr\)_11rem_13rem_auto\]{grid-template-columns:minmax(0,1fr) 11rem 13rem auto}.md\:grid-cols-\[minmax\(0\,1fr\)_13rem\]{grid-template-columns:minmax(0,1fr) 13rem}.md\:grid-cols-\[minmax\(0\,1fr\)_13rem_13rem_auto\]{grid-template-columns:minmax(0,1fr) 13rem 13rem auto}.md\:grid-cols-\[minmax\(0\,1fr\)_16rem_auto\]{grid-template-columns:minmax(0,1fr) 16rem auto}.md\:grid-cols-\[minmax\(0\,1fr\)_280px_auto\]{grid-template-columns:minmax(0,1fr) 280px auto}.md\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1\.4fr\)_auto\]{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) auto}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0}[dir] .md\:space-y-0>:not([hidden])~:not([hidden]){margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}[dir] .md\:border-b-0{border-bottom-width:0px}.md\:border-s{border-inline-start-width:1px}[dir] .md\:p-10{padding:2.5rem}[dir] .md\:p-5{padding:1.25rem}[dir] .md\:p-6{padding:1.5rem}[dir=ltr] .md\:px-5{padding-left:1.25rem;padding-right:1.25rem}[dir=rtl] .md\:px-5{padding-right:1.25rem;padding-left:1.25rem}[dir=ltr] .md\:px-6{padding-left:1.5rem;padding-right:1.5rem}[dir=rtl] .md\:px-6{padding-right:1.5rem;padding-left:1.5rem}[dir=ltr] .md\:px-8{padding-left:2rem;padding-right:2rem}[dir=rtl] .md\:px-8{padding-right:2rem;padding-left:2rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:first\:border-s-0:first-child{border-inline-start-width:0px}}@media (min-width: 992px){.lg\:static{position:static}.lg\:relative{position:relative}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:row-span-2{grid-row:span 2 / span 2}[dir] .lg\:mb-0{margin-bottom:0}[dir] .lg\:mb-10{margin-bottom:2.5rem}[dir=ltr] .lg\:ml-8{margin-left:2rem}[dir=rtl] .lg\:ml-8{margin-right:2rem}[dir=ltr] .lg\:mr-4{margin-right:1rem}[dir=rtl] .lg\:mr-4{margin-left:1rem}[dir] .lg\:mt-0{margin-top:0}[dir] .lg\:mt-1{margin-top:.25rem}[dir] .lg\:mt-3{margin-top:.75rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-1\/2{width:50%}.lg\:w-11\/12{width:91.666667%}.lg\:w-2\/3{width:66.666667%}.lg\:w-48{width:12rem}.lg\:w-72{width:18rem}.lg\:w-80{width:20rem}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[80\%\]{width:80%}.lg\:w-auto{width:auto}.lg\:min-w-0{min-width:0px}.lg\:max-w-xl{max-width:36rem}.lg\:flex-1{flex:1 1 0%}.lg\:flex-none{flex:none}.lg\:flex-grow{flex-grow:1}.lg\:basis-auto{flex-basis:auto}.lg\:grid-cols-1{grid-template-columns:repeat(1,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-\[1fr_0\.9fr\]{grid-template-columns:1fr .9fr}.lg\:grid-cols-\[1fr_1\.35fr\]{grid-template-columns:1fr 1.35fr}.lg\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.lg\:grid-cols-\[auto_minmax\(0\,1fr\)\]{grid-template-columns:auto minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,1\.08fr\)_minmax\(280px\,\.92fr\)\]{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr)}.lg\:grid-cols-\[minmax\(0\,1\.15fr\)_minmax\(300px\,\.85fr\)\]{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}.lg\:grid-cols-\[minmax\(0\,1\.4fr\)_minmax\(320px\,\.7fr\)\]{grid-template-columns:minmax(0,1.4fr) minmax(320px,.7fr)}.lg\:grid-cols-\[minmax\(0\,1\.55fr\)_minmax\(280px\,\.75fr\)\]{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr)}.lg\:grid-cols-\[minmax\(0\,1\.55fr\)_minmax\(300px\,\.75fr\)\]{grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr)}.lg\:grid-cols-\[minmax\(0\,1\.5fr\)_minmax\(300px\,\.75fr\)\]{grid-template-columns:minmax(0,1.5fr) minmax(300px,.75fr)}.lg\:grid-cols-\[minmax\(0\,1fr\)_22rem\]{grid-template-columns:minmax(0,1fr) 22rem}.lg\:grid-cols-\[minmax\(0\,1fr\)_260px\]{grid-template-columns:minmax(0,1fr) 260px}.lg\:grid-cols-\[minmax\(220px\,1\.5fr\)_repeat\(3\,minmax\(130px\,\.8fr\)\)_auto\]{grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(130px,.8fr)) auto}.lg\:grid-cols-\[minmax\(220px\,1fr\)_minmax\(280px\,1\.4fr\)\]{grid-template-columns:minmax(220px,1fr) minmax(280px,1.4fr)}.lg\:grid-cols-\[minmax\(240px\,0\.8fr\)_minmax\(0\,1\.8fr\)\]{grid-template-columns:minmax(240px,.8fr) minmax(0,1.8fr)}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:overflow-visible{overflow:visible}[dir] .lg\:rounded-xl{border-radius:.75rem}[dir=ltr] .lg\:border-x{border-left-width:1px;border-right-width:1px}[dir=rtl] .lg\:border-x{border-right-width:1px;border-left-width:1px}[dir] .lg\:border-b{border-bottom-width:1px}[dir] .lg\:border-none{border-style:none}[dir] .lg\:bg-transparent{background-color:#0000}[dir] .lg\:p-0{padding:0}[dir] .lg\:p-5{padding:1.25rem}[dir] .lg\:p-6{padding:1.5rem}[dir] .lg\:p-8{padding:2rem}[dir=ltr] .lg\:px-0{padding-left:0;padding-right:0}[dir=rtl] .lg\:px-0{padding-right:0;padding-left:0}[dir=ltr] .lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}[dir=rtl] .lg\:px-5{padding-right:1.25rem;padding-left:1.25rem}[dir=ltr] .lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}[dir=rtl] .lg\:px-6{padding-right:1.5rem;padding-left:1.5rem}[dir=ltr] .lg\:px-8{padding-left:2rem;padding-right:2rem}[dir=rtl] .lg\:px-8{padding-right:2rem;padding-left:2rem}[dir=ltr] .lg\:px-9{padding-left:2.25rem;padding-right:2.25rem}[dir=rtl] .lg\:px-9{padding-right:2.25rem;padding-left:2.25rem}[dir] .lg\:py-4{padding-top:1rem;padding-bottom:1rem}[dir=ltr] .lg\:pl-16{padding-left:4rem}[dir=rtl] .lg\:pl-16{padding-right:4rem}[dir] .lg\:pt-24{padding-top:6rem}[dir] .lg\:text-start{text-align:start}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000}[dir] .lg\:shadow-none{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}[dir] .dark\:lg\:bg-transparent:is(.dark *){background-color:#0000}}@media (min-width: 1200px){.xl\:not-sr-only{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}[dir] .xl\:not-sr-only{padding:0;margin:0}.xl\:sticky{position:sticky}.xl\:top-24{top:6rem}.xl\:top-4{top:1rem}.xl\:col-span-12{grid-column:span 12 / span 12}.xl\:col-span-2{grid-column:span 2 / span 2}.xl\:col-span-4{grid-column:span 4 / span 4}.xl\:col-span-5{grid-column:span 5 / span 5}.xl\:col-span-7{grid-column:span 7 / span 7}[dir] .xl\:mb-3{margin-bottom:.75rem}.xl\:block{display:block}.xl\:grid{display:grid}.xl\:contents{display:contents}.xl\:hidden{display:none}.xl\:w-2\/3{width:66.666667%}.xl\:w-\[40\%\]{width:40%}.xl\:w-auto{width:auto}.xl\:flex-none{flex:none}.xl\:shrink-0{flex-shrink:0}.xl\:grid-cols-1{grid-template-columns:repeat(1,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-\[minmax\(0\,1\.45fr\)_minmax\(340px\,\.7fr\)\]{grid-template-columns:minmax(0,1.45fr) minmax(340px,.7fr)}.xl\:grid-cols-\[minmax\(0\,1\.4fr\)_minmax\(20rem\,0\.75fr\)\]{grid-template-columns:minmax(0,1.4fr) minmax(20rem,.75fr)}.xl\:grid-cols-\[minmax\(0\,1\.55fr\)_minmax\(20rem\,0\.8fr\)\]{grid-template-columns:minmax(0,1.55fr) minmax(20rem,.8fr)}.xl\:grid-cols-\[minmax\(120px\,\.7fr\)_minmax\(210px\,1\.1fr\)_minmax\(260px\,1\.4fr\)_minmax\(140px\,\.75fr\)_minmax\(170px\,\.8fr\)_minmax\(150px\,\.7fr\)\]{grid-template-columns:minmax(120px,.7fr) minmax(210px,1.1fr) minmax(260px,1.4fr) minmax(140px,.75fr) minmax(170px,.8fr) minmax(150px,.7fr)}.xl\:grid-cols-\[minmax\(220px\,1\.2fr\)_minmax\(230px\,1fr\)_minmax\(120px\,\.55fr\)_120px\]{grid-template-columns:minmax(220px,1.2fr) minmax(230px,1fr) minmax(120px,.55fr) 120px}.xl\:grid-cols-\[minmax\(240px\,1\.6fr\)_minmax\(160px\,\.7fr\)_minmax\(180px\,\.8fr\)_minmax\(180px\,\.8fr\)_auto\]{grid-template-columns:minmax(240px,1.6fr) minmax(160px,.7fr) minmax(180px,.8fr) minmax(180px,.8fr) auto}.xl\:grid-cols-\[minmax\(250px\,1\.4fr\)_minmax\(150px\,\.65fr\)_minmax\(170px\,\.75fr\)_minmax\(190px\,\.85fr\)_auto\]{grid-template-columns:minmax(250px,1.4fr) minmax(150px,.65fr) minmax(170px,.75fr) minmax(190px,.85fr) auto}.xl\:flex-row{flex-direction:row}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}[dir] .xl\:p-10{padding:2.5rem}[dir=ltr] .xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}[dir=rtl] .xl\:px-5{padding-right:1.25rem;padding-left:1.25rem}[dir] .xl\:text-start{text-align:start}}@media (min-width: 1400px){.xxl\:block{display:block}.xxl\:w-\[40\%\]{width:40%}.xxl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}[dir] .xxl\:p-12{padding:3rem}}@media (min-width: 1536px){.\32xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.ltr\:rotate-0:where([dir=ltr],[dir=ltr] *){--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ltr\:\!font-poppins:where([dir=ltr],[dir=ltr] *){font-family:Poppins,sans-serif!important}.rtl\:ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0}.rtl\:mr-2:where([dir=rtl],[dir=rtl] *){margin-right:.5rem}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:-scale-x-100:where([dir=rtl],[dir=rtl] *){--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}.rtl\:\!font-almarai:where([dir=rtl],[dir=rtl] *){font-family:Almarai,sans-serif!important}.rtl\:font-almarai:where([dir=rtl],[dir=rtl] *){font-family:Almarai,sans-serif}.group:hover .rtl\:group-hover\:-translate-x-1:where([dir=rtl],[dir=rtl] *){--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.rtl\:peer-checked\:-translate-x-5:where([dir=rtl],[dir=rtl] *){--tw-translate-x: -1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media not all and (min-width: 576px){.max-sm\:rtl\:-rotate-90:where([dir=rtl],[dir=rtl] *){--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.max-sm\:rtl\:rotate-90:where([dir=rtl],[dir=rtl] *){--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width: 768px){.rtl\:md\:first\:border-s-0:first-child:where([dir=rtl],[dir=rtl] *){border-inline-start-width:0px}}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}@media (min-width: 576px){.sm\:\[\&\:nth-child\(odd\)\]\:border-e:nth-child(odd){border-inline-end-width:1px}[dir] .sm\:\[\&\:nth-last-child\(-n\+2\)\]\:border-b-0:nth-last-child(-n+2){border-bottom-width:0px}}.\[\&\>svg\]\:w-7>svg{width:1.75rem}
