
/* ! tailwindcss v3.4.10 | Preflilght */
*,::after,::before{
    box-sizing:border-box;
    border-width:0;
    border-style:solid;
    border-color:#e5e7eb
}
::after,::before{
    --tw-content:''
}
:host,html{
    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{
    margin:0;
    line-height:inherit
}
hr{
    height:0;
    color:inherit;
    border-top-width:1px
}
abbr:where([title]){
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
h1,h2,h3,h4,h5,h6{
    font-size:inherit;
    font-weight:inherit
}
a{
    color:inherit;
    text-decoration:inherit
}
b,strong{
    font-weight:bolder
}
code,kbd,pre,samp{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings:normal;
    font-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-color:inherit;
    border-collapse:collapse
}
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;
    margin:0;
    padding:0
}
button,select{
    text-transform:none
}
button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){
    -webkit-appearance:button;
    background-color:transparent;
    background-image:none
}
:-moz-focusring{
    outline:auto
}
:-moz-ui-invalid{
    box-shadow:none
}
progress{
    vertical-align:baseline
}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
summary{
    display:list-item
}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{
    margin:0
}
fieldset{
    margin:0;
    padding:0
}
legend{
    padding:0
}
menu,ol,ul{
    list-style:none;
    margin:0;
    padding:0
}
dialog{
    padding:0
}
textarea{
    resize:vertical
}
input::placeholder,textarea::placeholder{
    opacity:1;
    color:#9ca3af
}
[role=button],button{
    cursor:pointer
}
:disabled{
    cursor:default
}
audio,canvas,embed,iframe,img,object,svg,video{
    display:block;
    vertical-align:middle
}
img,video{
    max-width:100%;
    height:auto
}
[hidden]{
    display:none
}
.aspect-auto { aspect-ratio: auto; }
.aspect-square { aspect-ratio: 1 / 1; }
.aspect-video { aspect-ratio: 16 / 9; }
.container { width: 100%; }
.columns-1 { columns: 1; }
.columns-2 { columns: 2; }
.columns-3 { columns: 3; }
.columns-4 { columns: 4; }
.columns-5 { columns: 5; }
.columns-6 { columns: 6; }
.columns-7 { columns: 7; }
.columns-8 { columns: 8; }
.columns-9 { columns: 9; }
.columns-10 { columns: 10; }
.columns-11 { columns: 11; }
.columns-12 { columns: 12; }
.columns-auto { columns: auto; }
.columns-3xs { columns: 16rem; }
.columns-2xs { columns: 18rem; }
.columns-xs { columns: 20rem; }
.columns-sm { columns: 24rem; }
.columns-md { columns: 28rem; }
.columns-lg { columns: 32rem; }
.columns-xl { columns: 36rem; }
.columns-2xl { columns: 42rem; }
.columns-3xl { columns: 48rem; }
.columns-4xl { columns: 56rem; }
.columns-5xl { columns: 64rem; }
.columns-6xl { columns: 72rem; }
.columns-7xl { columns: 80rem; }
.break-after-auto { break-after: auto; }
.break-after-avoid { break-after: avoid; }
.break-after-all { break-after: all; }
.break-after-avoid-page { break-after: avoid-page; }
.break-after-page { break-after: page; }
.break-after-left { break-after: left; }
.break-after-right { break-after: right; }
.break-after-column { break-after: column; }
.break-before-auto { break-before: auto; }
.break-before-avoid { break-before: avoid; }
.break-before-all { break-before: all; }
.break-before-avoid-page { break-before: avoid-page; }
.break-before-page { break-before: page; }
.break-before-left { break-before: left; }
.break-before-right { break-before: right; }
.break-before-column { break-before: column; }
.break-inside-auto { break-inside: auto; }
.break-inside-avoid { break-inside: avoid; }
.break-inside-avoid-page { break-inside: avoid-page; }
.break-inside-avoid-column { break-inside: avoid-column; }
.decoration-break-slice { box-decoration-break: slice; }
.decoration-break-clone { box-decoration-break: clone; }
.sizing-border-box { box-sizing: border-box; }
.sizing-content-box { box-sizing: content-box; }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.table { display: table; }
.inline-table { display: inline-table; }
.table-caption { display: table-caption; }
.table-cell { display: table-cell; }
.table-column { display: table-column; }
.table-column-group { display: table-column-group; }
.table-footer-group { display: table-footer-group; }
.table-header-group { display: table-header-group; }
.table-row-group { display: table-row-group; }
.table-row { display: table-row; }
.flow-root { display: flow-root; }
.grid { display: grid; }
.inline-grid { display: inline-grid; }
.contents { display: contents; }
.list-item { display: list-item; }
.hidden { display: none; }
.float-start { float: inline-start; }
.float-end { float: inline-end; }
.float-left { float: left; }
.float-right { float: right; }
.float-none { float: none; }
.clear-start { clear: inline-start; }
.clear-end { clear: inline-end; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.clear-none { clear: none; }
.isolation-auto { isolation: auto; }
.isolate { isolation: isolate; }
.object-fill { object-fit: fill; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.object-none { object-fit: none; }
.object-scale-down { object-fit: scale-down; }
.object-bottom { object-position: bottom; }
.object-center { object-position: center; }
.object-left { object-position: left; }
.object-left-bottom { object-position: left bottom; }
.object-left-top { object-position: left top; }
.object-right { object-position: right; }
.object-right-bottom { object-position: right bottom; }
.object-right-top { object-position: right top; }
.object-top { object-position: top; }
.overflow-auto { overflow: auto; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-hidden { overflow-y: hidden; }
.overflow-clip { overflow: clip; }
.overflow-x-clip { overflow-x: clip; }
.overflow-y-clip { overflow-y: clip; }
.overflow-scroll { overflow: scroll; }
.overflow-x-scroll { overflow-x: scroll; }
.overflow-y-scroll { overflow-y: scroll; }
.overflow-visible { overflow: visible; }
.overflow-x-visible { overflow-x: visible; }
.overflow-y-visible { overflow-y: visible; }
.overscroll-auto { overscroll-behavior: auto; }
.overscroll-x-auto { overscroll-behavior-x: auto; }
.overscroll-y-auto { overscroll-behavior-y: auto; }
.overscroll-contain { overscroll-behavior: contain; }
.overscroll-x-contain { overscroll-behavior-x: contain; }
.overscroll-y-contain { overscroll-behavior-y: contain; }
.overscroll-none { overscroll-behavior: none; }
.overscroll-x-none { overscroll-behavior-x: none; }
.overscroll-y-none { overscroll-behavior-y: none; }
.static { position: static; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.top-0 { top: 0px; }
.right-0 { right: 0px; }
.bottom-0 { bottom: 0px; }
.left-0 { left: 0px; }
.start-0 { inset-inline-start: 0px; }
.end-0 { inset-inline-end: 0px; }
.inset-0 { inset: 0px; }
.top-1 { top: 1px; }
.right-1 { right: 1px; }
.bottom-1 { bottom: 1px; }
.left-1 { left: 1px; }
.start-1 { inset-inline-start: 1px; }
.end-1 { inset-inline-end: 1px; }
.inset-1 { inset: 1px; }
.top-2 { top: 2px; }
.right-2 { right: 2px; }
.bottom-2 { bottom: 2px; }
.left-2 { left: 2px; }
.start-2 { inset-inline-start: 2px; }
.end-2 { inset-inline-end: 2px; }
.inset-2 { inset: 2px; }
.top-4 { top: 4px; }
.right-4 { right: 4px; }
.bottom-4 { bottom: 4px; }
.left-4 { left: 4px; }
.start-4 { inset-inline-start: 4px; }
.end-4 { inset-inline-end: 4px; }
.inset-4 { inset: 4px; }
.top-8 { top: 8px; }
.right-8 { right: 8px; }
.bottom-8 { bottom: 8px; }
.left-8 { left: 8px; }
.start-8 { inset-inline-start: 8px; }
.end-8 { inset-inline-end: 8px; }
.inset-8 { inset: 8px; }
.top-16 { top: 16px; }
.right-16 { right: 16px; }
.bottom-16 { bottom: 16px; }
.left-16 { left: 16px; }
.start-16 { inset-inline-start: 16px; }
.end-16 { inset-inline-end: 16px; }
.inset-16 { inset: 16px; }
.top-32 { top: 32px; }
.right-32 { right: 32px; }
.bottom-32 { bottom: 32px; }
.left-32 { left: 32px; }
.start-32 { inset-inline-start: 32px; }
.end-32 { inset-inline-end: 32px; }
.inset-32 { inset: 32px; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }
.collapse { visibility: collapse; }
.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-auto { z-index: auto; }
.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-col { flex-direction: column; }
.flex-col-reverse { flex-direction: column-reverse; }
.flex-wrap { flex-wrap: wrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }
.flex-initial { flex: 0 1 auto; }
.flex-none { flex: none; }
.grow-0 { flex-grow: 0; }
.grow { flex-grow: 1; }
.shrink-0 { flex-shrink: 0; }
.shrink { flex-shrink: 1; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); }
.grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); }
.grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)); }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.grid-cols-none { grid-template-columns: none; }
.grid-cols-subgrid { grid-template-columns: subgrid; }
.col-auto { grid-column: auto; }
.col-span-1 { grid-column: span 1 / span 1; }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }
.col-span-4 { grid-column: span 4 / span 4; }
.col-span-5 { grid-column: span 5 / span 5; }
.col-span-6 { grid-column: span 6 / span 6; }
.col-span-7 { grid-column: span 7 / span 7; }
.col-span-8 { grid-column: span 8 / span 8; }
.col-span-9 { grid-column: span 9 / span 9; }
.col-span-10 { grid-column: span 10 / span 10; }
.col-span-11 { grid-column: span 11 / span 11; }
.col-span-12 { grid-column: span 12 / span 12; }
.col-span-full { grid-column: 1 / -1; }
.grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)); }
.grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); }
.grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)); }
.grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)); }
.grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)); }
.grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)); }
.grid-rows-7 { grid-template-rows: repeat(7, minmax(0, 1fr)); }
.grid-rows-8 { grid-template-rows: repeat(8, minmax(0, 1fr)); }
.grid-rows-9 { grid-template-rows: repeat(9, minmax(0, 1fr)); }
.grid-rows-10 { grid-template-rows: repeat(10, minmax(0, 1fr)); }
.grid-rows-11 { grid-template-rows: repeat(11, minmax(0, 1fr)); }
.grid-rows-12 { grid-template-rows: repeat(12, minmax(0, 1fr)); }
.grid-rows-none { grid-template-rows: none; }
.grid-rows-subgrid { grid-template-rows: subgrid; }
.row-auto { grid-row: auto; }
.row-span-1 { grid-row: span 1 / span 1; }
.row-span-2 { grid-row: span 2 / span 2; }
.row-span-3 { grid-row: span 3 / span 3; }
.row-span-4 { grid-row: span 4 / span 4; }
.row-span-5 { grid-row: span 5 / span 5; }
.row-span-6 { grid-row: span 6 / span 6; }
.row-span-7 { grid-row: span 7 / span 7; }
.row-span-8 { grid-row: span 8 / span 8; }
.row-span-9 { grid-row: span 9 / span 9; }
.row-span-10 { grid-row: span 10 / span 10; }
.row-span-11 { grid-row: span 11 / span 11; }
.row-span-12 { grid-row: span 12 / span 12; }
.row-span-full { grid-row: 1 / -1; }
.grid-flow-row { grid-auto-flow: row; }
.grid-flow-col { grid-auto-flow: col; }
.grid-flow-dense { grid-auto-flow: dense; }
.grid-flow-row-dense { grid-auto-flow: row dense; }
.grid-flow-col-dense { grid-auto-flow: col dense; }
.auto-cols-auto { grid-auto-columns: auto; }
.auto-cols-min { grid-auto-columns: min-content; }
.auto-cols-max { grid-auto-columns: max-content; }
.auto-cols-fr { grid-auto-columns: minmax(0, 1fr); }
.auto-rows-auto { grid-auto-rows: auto; }
.auto-rows-min { grid-auto-rows: min-content; }
.auto-rows-max { grid-auto-rows: max-content; }
.auto-rows-fr { grid-auto-rows: minmax(0, 1fr); }
.gap-0 { gap: 0px; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }
.gap-16 { gap: 4rem; }
.gap-32 { gap: 8rem; }
.gap-px { gap: 1px; }
.justify-normal { justify-content: normal; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }
.justify-stretch { justify-content: stretch; }
.justify-items-start { justify-items: start; }
.justify-items-end { justify-items: end; }
.justify-items-center { justify-items: center; }
.justify-items-stretch { justify-items: stretch; }
.justify-self-auto { justify-self: auto; }
.justify-self-start { justify-self: start; }
.justify-self-end { justify-self: end; }
.justify-self-center { justify-self: center; }
.justify-self-stretch { justify-self: stretch; }
.content-normal { align-content: normal; }
.content-start { align-content: flex-start; }
.content-end { align-content: flex-end; }
.content-center { align-content: center; }
.content-between { align-content: space-between; }
.content-around { align-content: space-around; }
.content-evenly { align-content: space-evenly; }
.content-baseline { align-content: baseline; }
.content-stretch { align-content: stretch; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.items-stretch { align-items: stretch; }
.self-auto { align-self: auto; }
.self-start { align-self: flex-start; }
.self-end { align-self: flex-end; }
.self-center { align-self: center; }
.self-baseline { align-self: baseline; }
.self-stretch { align-self: stretch; }
.place-content-start { place-content: start; }
.place-content-end { place-content: end; }
.place-content-center { place-content: center; }
.place-content-between { place-content: space-between; }
.place-content-around { place-content: space-around; }
.place-content-evenly { place-content: space-evenly; }
.place-content-stretch { place-content: stretch; }
.place-items-start { place-items: start; }
.place-items-end { place-items: end; }
.place-items-center { place-items: center; }
.place-items-stretch { place-items: stretch; }
.place-self-auto { place-self: auto; }
.place-self-start { place-self: start; }
.place-self-end { place-self: end; }
.place-self-center { place-self: center; }
.place-self-stretch { place-self: stretch; }
.p-0 { padding: 0px; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.p-8 { padding: 2rem; }
.p-16 { padding: 4rem; }
.p-32 { padding: 8rem; }
.p-px { padding: 1px; }
.pt-0 { padding-top: 0px; }
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.pt-16 { padding-top: 4rem; }
.pt-32 { padding-top: 8rem; }
.pt-px { padding-top: 1px; }
.pr-0 { padding-right: 0px; }
.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-4 { padding-right: 1rem; }
.pr-8 { padding-right: 2rem; }
.pr-16 { padding-right: 4rem; }
.pr-32 { padding-right: 8rem; }
.pr-px { padding-right: 1px; }
.pb-0 { padding-bottom: 0px; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-32 { padding-bottom: 8rem; }
.pb-px { padding-bottom: 1px; }
.pl-0 { padding-left: 0px; }
.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-4 { padding-left: 1rem; }
.pl-8 { padding-left: 2rem; }
.pl-16 { padding-left: 4rem; }
.pl-32 { padding-left: 8rem; }
.pl-px { padding-left: 1px; }
.px-0 { padding-left: 0px; padding-right: 0px; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-16 { padding-left: 4rem; padding-right: 4rem; }
.px-32 { padding-left: 8rem; padding-right: 8rem; }
.px-px { padding-left: 1px; padding-right: 1px; }
.py-0 { padding-top: 0px; padding-bottom: 0px; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.py-px { padding-top: 1px; padding-bottom: 1px; }
.ps-0 { padding-inline-start: 0px; }
.ps-1 { padding-inline-start: 0.25rem; }
.ps-2 { padding-inline-start: 0.5rem; }
.ps-4 { padding-inline-start: 1rem; }
.ps-8 { padding-inline-start: 2rem; }
.ps-16 { padding-inline-start: 4rem; }
.ps-32 { padding-inline-start: 8rem; }
.ps-px { padding-inline-start: 1px; }
.pe-0 { padding-inline-end: 0px; }
.pe-1 { padding-inline-end: 0.25rem; }
.pe-2 { padding-inline-end: 0.5rem; }
.pe-4 { padding-inline-end: 1rem; }
.pe-8 { padding-inline-end: 2rem; }
.pe-16 { padding-inline-end: 4rem; }
.pe-32 { padding-inline-end: 8rem; }
.pe-px { padding-inline-end: 1px; }
.m-0 { margin: 0px; }
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-4 { margin: 1rem; }
.m-8 { margin: 2rem; }
.m-16 { margin: 4rem; }
.m-32 { margin: 8rem; }
.m-auto { margin: auto; }
.m-px { margin: 1px; }
.mt-0 { margin-top: 0px; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-16 { margin-top: 4rem; }
.mt-32 { margin-top: 8rem; }
.mt-auto { margin-top: auto; }
.mt-px { margin-top: 1px; }
.mr-0 { margin-right: 0px; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-4 { margin-right: 1rem; }
.mr-8 { margin-right: 2rem; }
.mr-16 { margin-right: 4rem; }
.mr-32 { margin-right: 8rem; }
.mr-auto { margin-right: auto; }
.mr-px { margin-right: 1px; }
.mb-0 { margin-bottom: 0px; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-32 { margin-bottom: 8rem; }
.mb-auto { margin-bottom: auto; }
.mb-px { margin-bottom: 1px; }
.ml-0 { margin-left: 0px; }
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-4 { margin-left: 1rem; }
.ml-8 { margin-left: 2rem; }
.ml-16 { margin-left: 4rem; }
.ml-32 { margin-left: 8rem; }
.ml-auto { margin-left: auto; }
.ml-px { margin-left: 1px; }
.mx-0 { margin-left: 0px; margin-right: 0px; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.mx-8 { margin-left: 2rem; margin-right: 2rem; }
.mx-16 { margin-left: 4rem; margin-right: 4rem; }
.mx-32 { margin-left: 8rem; margin-right: 8rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mx-px { margin-left: 1px; margin-right: 1px; }
.my-0 { margin-top: 0px; margin-bottom: 0px; }
.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.my-16 { margin-top: 4rem; margin-bottom: 4rem; }
.my-32 { margin-top: 8rem; margin-bottom: 8rem; }
.my-auto { margin-top: auto; margin-bottom: auto; }
.my-px { margin-top: 1px; margin-bottom: 1px; }
.ms-0 { margin-inline-start: 0px; }
.ms-1 { margin-inline-start: 0.25rem; }
.ms-2 { margin-inline-start: 0.5rem; }
.ms-4 { margin-inline-start: 1rem; }
.ms-8 { margin-inline-start: 2rem; }
.ms-16 { margin-inline-start: 4rem; }
.ms-32 { margin-inline-start: 8rem; }
.ms-auto { margin-inline-start: auto; }
.ms-px { margin-inline-start: 1px; }
.me-0 { margin-inline-end: 0px; }
.me-1 { margin-inline-end: 0.25rem; }
.me-2 { margin-inline-end: 0.5rem; }
.me-4 { margin-inline-end: 1rem; }
.me-8 { margin-inline-end: 2rem; }
.me-16 { margin-inline-end: 4rem; }
.me-32 { margin-inline-end: 8rem; }
.me-auto { margin-inline-end: auto; }
.me-px { margin-inline-end: 1px; }
.-m-0 { margin: 0px; }
.-m-1 { margin: 0.25rem; }
.-m-2 { margin: 0.5rem; }
.-m-4 { margin: 1rem; }
.-m-8 { margin: 2rem; }
.-m-16 { margin: 4rem; }
.-m-32 { margin: 8rem; }
.-m-auto { margin: auto; }
.-m-px { margin: 1px; }
.-mt-0 { margin-top: 0px; }
.-mt-1 { margin-top: 0.25rem; }
.-mt-2 { margin-top: 0.5rem; }
.-mt-4 { margin-top: 1rem; }
.-mt-8 { margin-top: 2rem; }
.-mt-16 { margin-top: 4rem; }
.-mt-32 { margin-top: 8rem; }
.-mt-auto { margin-top: auto; }
.-mt-px { margin-top: 1px; }
.-mr-0 { margin-right: 0px; }
.-mr-1 { margin-right: 0.25rem; }
.-mr-2 { margin-right: 0.5rem; }
.-mr-4 { margin-right: 1rem; }
.-mr-8 { margin-right: 2rem; }
.-mr-16 { margin-right: 4rem; }
.-mr-32 { margin-right: 8rem; }
.-mr-auto { margin-right: auto; }
.-mr-px { margin-right: 1px; }
.-mb-0 { margin-bottom: 0px; }
.-mb-1 { margin-bottom: 0.25rem; }
.-mb-2 { margin-bottom: 0.5rem; }
.-mb-4 { margin-bottom: 1rem; }
.-mb-8 { margin-bottom: 2rem; }
.-mb-16 { margin-bottom: 4rem; }
.-mb-32 { margin-bottom: 8rem; }
.-mb-auto { margin-bottom: auto; }
.-mb-px { margin-bottom: 1px; }
.-ml-0 { margin-left: 0px; }
.-ml-1 { margin-left: 0.25rem; }
.-ml-2 { margin-left: 0.5rem; }
.-ml-4 { margin-left: 1rem; }
.-ml-8 { margin-left: 2rem; }
.-ml-16 { margin-left: 4rem; }
.-ml-32 { margin-left: 8rem; }
.-ml-auto { margin-left: auto; }
.-ml-px { margin-left: 1px; }
.-mx-0 { margin-left: 0px; margin-right: 0px; }
.-mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.-mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.-mx-4 { margin-left: 1rem; margin-right: 1rem; }
.-mx-8 { margin-left: 2rem; margin-right: 2rem; }
.-mx-16 { margin-left: 4rem; margin-right: 4rem; }
.-mx-32 { margin-left: 8rem; margin-right: 8rem; }
.-mx-auto { margin-left: auto; margin-right: auto; }
.-mx-px { margin-left: 1px; margin-right: 1px; }
.-my-0 { margin-top: 0px; margin-bottom: 0px; }
.-my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.-my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.-my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.-my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.-my-16 { margin-top: 4rem; margin-bottom: 4rem; }
.-my-32 { margin-top: 8rem; margin-bottom: 8rem; }
.-my-auto { margin-top: auto; margin-bottom: auto; }
.-my-px { margin-top: 1px; margin-bottom: 1px; }
.-ms-0 { margin-inline-start: 0px; }
.-ms-1 { margin-inline-start: 0.25rem; }
.-ms-2 { margin-inline-start: 0.5rem; }
.-ms-4 { margin-inline-start: 1rem; }
.-ms-8 { margin-inline-start: 2rem; }
.-ms-16 { margin-inline-start: 4rem; }
.-ms-32 { margin-inline-start: 8rem; }
.-ms-auto { margin-inline-start: auto; }
.-ms-px { margin-inline-start: 1px; }
.-me-0 { margin-inline-end: 0px; }
.-me-1 { margin-inline-end: 0.25rem; }
.-me-2 { margin-inline-end: 0.5rem; }
.-me-4 { margin-inline-end: 1rem; }
.-me-8 { margin-inline-end: 2rem; }
.-me-16 { margin-inline-end: 4rem; }
.-me-32 { margin-inline-end: 8rem; }
.-me-auto { margin-inline-end: auto; }
.-me-px { margin-inline-end: 1px; }
.w-0 { width: 0px; }
.min-w-0 { min-width: 0px; }
.max-w-0 { max-width: 0px; }
.w-auto { width: auto; }
.min-w-auto { min-width: auto; }
.max-w-auto { max-width: auto; }
.w-px { width: 1px; }
.min-w-px { min-width: 1px; }
.max-w-px { max-width: 1px; }
.w-full { width: 100%; }
.min-w-full { min-width: 100%; }
.max-w-full { max-width: 100%; }
.w-screen { width: 100vw; }
.min-w-screen { min-width: 100vw; }
.max-w-screen { max-width: 100vw; }
.w-min { width: min-content; }
.min-w-min { min-width: min-content; }
.max-w-min { max-width: min-content; }
.w-max { width: max-content; }
.min-w-max { min-width: max-content; }
.max-w-max { max-width: max-content; }
.w-fit { width: fit-content; }
.min-w-fit { min-width: fit-content; }
.max-w-fit { max-width: fit-content; }
.h-0 { height: 0px; }
.min-h-0 { min-height: 0px; }
.max-h-0 { max-height: 0px; }
.h-auto { height: auto; }
.min-h-auto { min-height: auto; }
.max-h-auto { max-height: auto; }
.h-px { height: 1px; }
.min-h-px { min-height: 1px; }
.max-h-px { max-height: 1px; }
.h-full { height: 100%; }
.min-h-full { min-height: 100%; }
.max-h-full { max-height: 100%; }
.h-screen { height: 100vh; }
.min-h-screen { min-height: 100vh; }
.max-h-screen { max-height: 100vh; }
.h-min { height: min-content; }
.min-h-min { min-height: min-content; }
.max-h-min { max-height: min-content; }
.h-max { height: max-content; }
.min-h-max { min-height: max-content; }
.max-h-max { max-height: max-content; }
.h-fit { height: fit-content; }
.min-h-fit { min-height: fit-content; }
.max-h-fit { max-height: fit-content; }
.size-0 { width: 0px; height: 0px; }
.min-size-0 { min-width: 0px; min-height: 0px; }
.max-size-0 { max-width: 0px; max-height: 0px; }
.size-auto { width: auto; height: auto; }
.min-size-auto { min-width: auto; min-height: auto; }
.max-size-auto { max-width: auto; max-height: auto; }
.size-px { width: 1px; height: 1px; }
.min-size-px { min-width: 1px; min-height: 1px; }
.max-size-px { max-width: 1px; max-height: 1px; }
.size-full { width: 100%; height: 100%; }
.min-size-full { min-width: 100%; min-height: 100%; }
.max-size-full { max-width: 100%; max-height: 100%; }
.size-min { width: min-content; height: min-content; }
.min-size-min { min-width: min-content; min-height: min-content; }
.max-size-min { max-width: min-content; max-height: min-content; }
.size-max { width: max-content; height: max-content; }
.min-size-max { min-width: max-content; min-height: max-content; }
.max-size-max { max-width: max-content; max-height: max-content; }
.size-fit { width: fit-content; height: fit-content; }
.min-size-fit { min-width: fit-content; min-height: fit-content; }
.max-size-fit { max-width: fit-content; max-height: fit-content; }
.font-sans { font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
.font-serif { font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }
.text-9xl { font-size: 8rem; line-height: 1; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.subpixel-antialiased { -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; }
.not-italic { font-style: normal; }
.italic { font-style: italic; }
.font-thin { font-weight: 100; }
.font-extralight { font-weight: 200; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }
.normal-nums { font-variant-numeric: normal-nums; }
.ordinal { font-variant-numeric: ordinal; }
.slashed-zero { font-variant-numeric: slashed-zero; }
.lining-nums { font-variant-numeric: lining-nums; }
.oldstyle-nums { font-variant-numeric: oldstyle-nums; }
.proportional-nums { font-variant-numeric: proportional-nums; }
.tabular-nums { font-variant-numeric: tabular-nums; }
.diagonal-fractions { font-variant-numeric: diagonal-fractions; }
.stacked-fractions { font-variant-numeric: stacked-fractions; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-normal { letter-spacing: 0em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.line-clamp-1 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.line-clamp-3 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.line-clamp-4 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.line-clamp-5 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.line-clamp-6 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.line-clamp-none { overflow: visible; display: block; -webkit-line-clamp: initial; -webkit-box-orient: horizontal; }
.leading-3 { line-height: .75rem; }
.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-10 { line-height: 2.5rem; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.625; }
.leading-loose { line-height: 2; }
.list-inside { list-style-position: inside; }
.list-outside { list-style-position: outside; }
.list-none { list-style-type: none; }
.list-disc { list-style-type: disc; }
.list-decimal { list-style-type: decimal; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-start { text-align: start; }
.text-end { text-align: end; }
.text-inherit { color: inherit; }
.text-current { color: currentColor; }
.text-transparent { color: transparent; }
.text-black { color: #000; }
.text-white { color: #fff; }
.text-slate-50 { color: #f8fafc; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-800 { color: #1e293b; }
.text-slate-900 { color: #0f172a; }
.text-slate-950 { color: #020617; }
.text-gray-50 { color: #f9fafb; }
.text-gray-100 { color: #f3f4f6; }
.text-gray-200 { color: #e5e7eb; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-800 { color: #1f2937; }
.text-gray-900 { color: #111827; }
.text-gray-950 { color: #030712; }
.text-zinc-50 { color: #fafafa; }
.text-zinc-100 { color: #f4f4f5; }
.text-zinc-200 { color: #e4e4e7; }
.text-zinc-300 { color: #d4d4d8; }
.text-zinc-400 { color: #a1a1aa; }
.text-zinc-500 { color: #71717a; }
.text-zinc-600 { color: #52525b; }
.text-zinc-700 { color: #3f3f46; }
.text-zinc-800 { color: #27272a; }
.text-zinc-900 { color: #18181b; }
.text-zinc-950 { color: #09090b; }
.text-neutral-50 { color: #fafafa; }
.text-neutral-100 { color: #f5f5f5; }
.text-neutral-200 { color: #e5e5e5; }
.text-neutral-300 { color: #d4d4d4; }
.text-neutral-400 { color: #a3a3a3; }
.text-neutral-500 { color: #737373; }
.text-neutral-600 { color: #525252; }
.text-neutral-700 { color: #404040; }
.text-neutral-800 { color: #262626; }
.text-neutral-900 { color: #171717; }
.text-neutral-950 { color: #0a0a0a; }
.text-stone-50 { color: #fafaf9; }
.text-stone-100 { color: #f5f5f4; }
.text-stone-200 { color: #e7e5e4; }
.text-stone-300 { color: #d6d3d1; }
.text-stone-400 { color: #a8a29e; }
.text-stone-500 { color: #78716c; }
.text-stone-600 { color: #57534e; }
.text-stone-700 { color: #44403c; }
.text-stone-800 { color: #292524; }
.text-stone-900 { color: #1c1917; }
.text-stone-950 { color: #0c0a09; }
.text-red-50 { color: #fef2f2; }
.text-red-100 { color: #fee2e2; }
.text-red-200 { color: #fecaca; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }
.text-red-600 { color: #dc2626; }
.text-red-700 { color: #b91c1c; }
.text-red-800 { color: #991b1b; }
.text-red-900 { color: #7f1d1d; }
.text-red-950 { color: #450a0a; }
.text-orange-50 { color: #fff7ed; }
.text-orange-100 { color: #ffedd5; }
.text-orange-200 { color: #fed7aa; }
.text-orange-300 { color: #fdba74; }
.text-orange-400 { color: #fb923c; }
.text-orange-500 { color: #f97316; }
.text-orange-600 { color: #ea580c; }
.text-orange-700 { color: #c2410c; }
.text-orange-800 { color: #9a3412; }
.text-orange-900 { color: #7c2d12; }
.text-orange-950 { color: #431407; }
.text-amber-50 { color: #fffbeb; }
.text-amber-100 { color: #fef3c7; }
.text-amber-200 { color: #fde68a; }
.text-amber-300 { color: #fcd34d; }
.text-amber-400 { color: #fbbf24; }
.text-amber-500 { color: #f59e0b; }
.text-amber-600 { color: #d97706; }
.text-amber-700 { color: #b45309; }
.text-amber-800 { color: #92400e; }
.text-amber-900 { color: #78350f; }
.text-amber-950 { color: #451a03; }
.text-yellow-50 { color: #fefce8; }
.text-yellow-100 { color: #fef9c3; }
.text-yellow-200 { color: #fef08a; }
.text-yellow-300 { color: #fde047; }
.text-yellow-400 { color: #facc15; }
.text-yellow-500 { color: #eab308; }
.text-yellow-600 { color: #ca8a04; }
.text-yellow-700 { color: #a16207; }
.text-yellow-800 { color: #854d0e; }
.text-yellow-900 { color: #713f12; }
.text-yellow-950 { color: #422006; }
.text-lime-50 { color: #f7fee7; }
.text-lime-100 { color: #ecfccb; }
.text-lime-200 { color: #d9f99d; }
.text-lime-300 { color: #bef264; }
.text-lime-400 { color: #a3e635; }
.text-lime-500 { color: #84cc16; }
.text-lime-600 { color: #65a30d; }
.text-lime-700 { color: #4d7c0f; }
.text-lime-800 { color: #3f6212; }
.text-lime-900 { color: #365314; }
.text-lime-950 { color: #1a2e05; }
.text-green-50 { color: #f0fdf4; }
.text-green-100 { color: #dcfce7; }
.text-green-200 { color: #bbf7d0; }
.text-green-300 { color: #86efac; }
.text-green-400 { color: #4ade80; }
.text-green-500 { color: #22c55e; }
.text-green-600 { color: #16a34a; }
.text-green-700 { color: #15803d; }
.text-green-800 { color: #166534; }
.text-green-900 { color: #14532d; }
.text-green-950 { color: #052e16; }
.text-emerald-50 { color: #ecfdf5; }
.text-emerald-100 { color: #d1fae5; }
.text-emerald-200 { color: #a7f3d0; }
.text-emerald-300 { color: #6ee7b7; }
.text-emerald-400 { color: #34d399; }
.text-emerald-500 { color: #10b981; }
.text-emerald-600 { color: #059669; }
.text-emerald-700 { color: #047857; }
.text-emerald-800 { color: #065f46; }
.text-emerald-900 { color: #064e3b; }
.text-emerald-950 { color: #022c22; }
.text-teal-50 { color: #f0fdfa; }
.text-teal-100 { color: #ccfbf1; }
.text-teal-200 { color: #99f6e4; }
.text-teal-300 { color: #5eead4; }
.text-teal-400 { color: #2dd4bf; }
.text-teal-500 { color: #14b8a6; }
.text-teal-600 { color: #0d9488; }
.text-teal-700 { color: #0f766e; }
.text-teal-800 { color: #115e59; }
.text-teal-900 { color: #134e4a; }
.text-teal-950 { color: #042f2e; }
.text-cyan-50 { color: #ecfeff; }
.text-cyan-100 { color: #cffafe; }
.text-cyan-200 { color: #a5f3fc; }
.text-cyan-300 { color: #67e8f9; }
.text-cyan-400 { color: #22d3ee; }
.text-cyan-500 { color: #06b6d4; }
.text-cyan-600 { color: #0891b2; }
.text-cyan-700 { color: #0e7490; }
.text-cyan-800 { color: #155e75; }
.text-cyan-900 { color: #164e63; }
.text-cyan-950 { color: #083344; }
.text-sky-50 { color: #f0f9ff; }
.text-sky-100 { color: #e0f2fe; }
.text-sky-200 { color: #bae6fd; }
.text-sky-300 { color: #7dd3fc; }
.text-sky-400 { color: #38bdf8; }
.text-sky-500 { color: #0ea5e9; }
.text-sky-600 { color: #0284c7; }
.text-sky-700 { color: #0369a1; }
.text-sky-800 { color: #075985; }
.text-sky-900 { color: #0c4a6e; }
.text-sky-950 { color: #082f49; }
.text-blue-50 { color: #eff6ff; }
.text-blue-100 { color: #dbeafe; }
.text-blue-200 { color: #bfdbfe; }
.text-blue-300 { color: #93c5fd; }
.text-blue-400 { color: #60a5fa; }
.text-blue-500 { color: #3b82f6; }
.text-blue-600 { color: #2563eb; }
.text-blue-700 { color: #1d4ed8; }
.text-blue-800 { color: #1e40af; }
.text-blue-900 { color: #1e3a8a; }
.text-blue-950 { color: #172554; }
.text-indigo-50 { color: #eef2ff; }
.text-indigo-100 { color: #e0e7ff; }
.text-indigo-200 { color: #c7d2fe; }
.text-indigo-300 { color: #a5b4fc; }
.text-indigo-400 { color: #818cf8; }
.text-indigo-500 { color: #6366f1; }
.text-indigo-600 { color: #4f46e5; }
.text-indigo-700 { color: #4338ca; }
.text-indigo-800 { color: #3730a3; }
.text-indigo-900 { color: #312e81; }
.text-indigo-950 { color: #1e1b4b; }
.text-violet-50 { color: #f5f3ff; }
.text-violet-100 { color: #ede9fe; }
.text-violet-200 { color: #ddd6fe; }
.text-violet-300 { color: #c4b5fd; }
.text-violet-400 { color: #a78bfa; }
.text-violet-500 { color: #8b5cf6; }
.text-violet-600 { color: #7c3aed; }
.text-violet-700 { color: #6d28d9; }
.text-violet-800 { color: #5b21b6; }
.text-violet-900 { color: #4c1d95; }
.text-violet-950 { color: #2e1065; }
.text-purple-50 { color: #faf5ff; }
.text-purple-100 { color: #f3e8ff; }
.text-purple-200 { color: #e9d5ff; }
.text-purple-300 { color: #d8b4fe; }
.text-purple-400 { color: #c084fc; }
.text-purple-500 { color: #a855f7; }
.text-purple-600 { color: #9333ea; }
.text-purple-700 { color: #7e22ce; }
.text-purple-800 { color: #6b21a8; }
.text-purple-900 { color: #581c87; }
.text-purple-950 { color: #3b0764; }
.text-fuchsia-50 { color: #fdf4ff; }
.text-fuchsia-100 { color: #fae8ff; }
.text-fuchsia-200 { color: #f5d0fe; }
.text-fuchsia-300 { color: #f0abfc; }
.text-fuchsia-400 { color: #e879f9; }
.text-fuchsia-500 { color: #d946ef; }
.text-fuchsia-600 { color: #c026d3; }
.text-fuchsia-700 { color: #a21caf; }
.text-fuchsia-800 { color: #86198f; }
.text-fuchsia-900 { color: #701a75; }
.text-fuchsia-950 { color: #4a044e; }
.text-pink-50 { color: #fdf2f8; }
.text-pink-100 { color: #fce7f3; }
.text-pink-200 { color: #fbcfe8; }
.text-pink-300 { color: #f9a8d4; }
.text-pink-400 { color: #f472b6; }
.text-pink-500 { color: #ec4899; }
.text-pink-600 { color: #db2777; }
.text-pink-700 { color: #be185d; }
.text-pink-800 { color: #9d174d; }
.text-pink-900 { color: #831843; }
.text-pink-950 { color: #500724; }
.text-rose-50 { color: #fff1f2; }
.text-rose-100 { color: #ffe4e6; }
.text-rose-200 { color: #fecdd3; }
.text-rose-300 { color: #fda4af; }
.text-rose-400 { color: #fb7185; }
.text-rose-500 { color: #f43f5e; }
.text-rose-600 { color: #e11d48; }
.text-rose-700 { color: #be123c; }
.text-rose-800 { color: #9f1239; }
.text-rose-900 { color: #881337; }
.text-rose-950 { color: #4c0519; }
.no-underline { text-decoration: none; }
.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }
.overline { text-decoration: overline; }
.decoration-inherit { text-decoration-color: inherit; }
.decoration-current { text-decoration-color: currentColor; }
.decoration-transparent { text-decoration-color: transparent; }
.decoration-black { text-decoration-color: #000; }
.decoration-white { text-decoration-color: #fff; }
.decoration-gray-50 { text-decoration-color: #f9fafb; }
.decoration-gray-100 { text-decoration-color: #f3f4f6; }
.decoration-gray-200 { text-decoration-color: #e5e7eb; }
.decoration-gray-300 { text-decoration-color: #d1d5db; }
.decoration-gray-400 { text-decoration-color: #9ca3af; }
.decoration-gray-500 { text-decoration-color: #6b7280; }
.decoration-gray-600 { text-decoration-color: #4b5563; }
.decoration-gray-700 { text-decoration-color: #374151; }
.decoration-gray-800 { text-decoration-color: #1f2937; }
.decoration-gray-900 { text-decoration-color: #111827; }
.decoration-gray-950 { text-decoration-color: #030712; }
.decoration-red-50 { text-decoration-color: #fef2f2; }
.decoration-red-100 { text-decoration-color: #fee2e2; }
.decoration-red-200 { text-decoration-color: #fecaca; }
.decoration-red-300 { text-decoration-color: #fca5a5; }
.decoration-red-400 { text-decoration-color: #f87171; }
.decoration-red-500 { text-decoration-color: #ef4444; }
.decoration-red-600 { text-decoration-color: #dc2626; }
.decoration-red-700 { text-decoration-color: #b91c1c; }
.decoration-red-800 { text-decoration-color: #991b1b; }
.decoration-red-900 { text-decoration-color: #7f1d1d; }
.decoration-red-950 { text-decoration-color: #450a0a; }
.decoration-amber-50 { text-decoration-color: #fffbeb; }
.decoration-amber-100 { text-decoration-color: #fef3c7; }
.decoration-amber-200 { text-decoration-color: #fde68a; }
.decoration-amber-300 { text-decoration-color: #fcd34d; }
.decoration-amber-400 { text-decoration-color: #fbbf24; }
.decoration-amber-500 { text-decoration-color: #f59e0b; }
.decoration-amber-600 { text-decoration-color: #d97706; }
.decoration-amber-700 { text-decoration-color: #b45309; }
.decoration-amber-800 { text-decoration-color: #92400e; }
.decoration-amber-900 { text-decoration-color: #78350f; }
.decoration-amber-950 { text-decoration-color: #451a03; }
.decoration-green-50 { text-decoration-color: #f0fdf4; }
.decoration-green-100 { text-decoration-color: #dcfce7; }
.decoration-green-200 { text-decoration-color: #bbf7d0; }
.decoration-green-300 { text-decoration-color: #86efac; }
.decoration-green-400 { text-decoration-color: #4ade80; }
.decoration-green-500 { text-decoration-color: #22c55e; }
.decoration-green-600 { text-decoration-color: #16a34a; }
.decoration-green-700 { text-decoration-color: #15803d; }
.decoration-green-800 { text-decoration-color: #166534; }
.decoration-green-900 { text-decoration-color: #14532d; }
.decoration-green-950 { text-decoration-color: #052e16; }
.decoration-sky-50 { text-decoration-color: #f0f9ff; }
.decoration-sky-100 { text-decoration-color: #e0f2fe; }
.decoration-sky-200 { text-decoration-color: #bae6fd; }
.decoration-sky-300 { text-decoration-color: #7dd3fc; }
.decoration-sky-400 { text-decoration-color: #38bdf8; }
.decoration-sky-500 { text-decoration-color: #0ea5e9; }
.decoration-sky-600 { text-decoration-color: #0284c7; }
.decoration-sky-700 { text-decoration-color: #0369a1; }
.decoration-sky-800 { text-decoration-color: #075985; }
.decoration-sky-900 { text-decoration-color: #0c4a6e; }
.decoration-sky-950 { text-decoration-color: #082f49; }
.decoration-solid { text-decoration-style: solid; }
.decoration-double { text-decoration-style: double; }
.decoration-dotted { text-decoration-style: dotted; }
.decoration-dashed { text-decoration-style: dashed; }
.decoration-wavy { text-decoration-style: wavy; }
.decoration-0 { text-decoration-thickness: 0px; }
.decoration-1 { text-decoration-thickness: 1px; }
.decoration-2 { text-decoration-thickness: 2px; }
.decoration-4 { text-decoration-thickness: 4px; }
.decoration-8 { text-decoration-thickness: 8px; }
.decoration-auto { text-decoration-thickness: auto; }
.decoration-from-font { text-decoration-thickness: from-font; }
.underline-offset-0 { text-underline-offset: 0px; }
.underline-offset-1 { text-underline-offset: 1px; }
.underline-offset-2 { text-underline-offset: 2px; }
.underline-offset-4 { text-underline-offset: 4px; }
.underline-offset-8 { text-underline-offset: 8px; }
.underline-offset-auto { text-underline-offset: auto; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.normal-case { text-transform: none; }
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.text-ellipsis { text-overflow: ellipsis; }
.text-clip { text-overflow: clip; }
.text-wrap { text-wrap: wrap; }
.text-nowrap { text-wrap: nowrap; }
.text-balance { text-wrap: balance; }
.text-pretty { text-wrap: pretty; }
.align-baseline { vertical-align: baseline; }
.align-top { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }
.align-text-top { vertical-align: text-top; }
.align-text-bottom { vertical-align: text-bottom; }
.align-sub { vertical-align: sub; }
.align-super { vertical-align: super; }
.whitespace-normal { white-space: normal; }
.whitespace-no-wrap { white-space: no-wrap; }
.whitespace-pre { white-space: pre; }
.whitespace-pre-line { white-space: pre-line; }
.whitespace-pre-wrap { white-space: pre-wrap; }
.break-normal { word-break: normal; overflow-wrap: normal; }
.break-words { word-break: break-words; }
.break-all { word-break: break-all; }
.break-keep { word-break: keep-all; }
.hyphen-none { hyphens: none; }
.hyphen-manual { hyphens: manual; }
.hyphen-auto { hyphens: auto; }
.bg-inherit { background-color: inherit; }
.bg-current { background-color: currentColor; }
.bg-transparent { background-color: transparent; }
.bg-black { background-color: #000; }
.bg-white { background-color: #fff; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-300 { background-color: #d1d5db; }
.bg-gray-400 { background-color: #9ca3af; }
.bg-gray-500 { background-color: #6b7280; }
.bg-gray-600 { background-color: #4b5563; }
.bg-gray-700 { background-color: #374151; }
.bg-gray-800 { background-color: #1f2937; }
.bg-gray-900 { background-color: #111827; }
.bg-gray-950 { background-color: #030712; }
.bg-red-50 { background-color: #fef2f2; }
.bg-red-100 { background-color: #fee2e2; }
.bg-red-200 { background-color: #fecaca; }
.bg-red-300 { background-color: #fca5a5; }
.bg-red-400 { background-color: #f87171; }
.bg-red-500 { background-color: #ef4444; }
.bg-red-600 { background-color: #dc2626; }
.bg-red-700 { background-color: #b91c1c; }
.bg-red-800 { background-color: #991b1b; }
.bg-red-900 { background-color: #7f1d1d; }
.bg-red-950 { background-color: #450a0a; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-amber-100 { background-color: #fef3c7; }
.bg-amber-200 { background-color: #fde68a; }
.bg-amber-300 { background-color: #fcd34d; }
.bg-amber-400 { background-color: #fbbf24; }
.bg-amber-500 { background-color: #f59e0b; }
.bg-amber-600 { background-color: #d97706; }
.bg-amber-700 { background-color: #b45309; }
.bg-amber-800 { background-color: #92400e; }
.bg-amber-900 { background-color: #78350f; }
.bg-amber-950 { background-color: #451a03; }
.bg-green-50 { background-color: #f0fdf4; }
.bg-green-100 { background-color: #dcfce7; }
.bg-green-200 { background-color: #bbf7d0; }
.bg-green-300 { background-color: #86efac; }
.bg-green-400 { background-color: #4ade80; }
.bg-green-500 { background-color: #22c55e; }
.bg-green-600 { background-color: #16a34a; }
.bg-green-700 { background-color: #15803d; }
.bg-green-800 { background-color: #166534; }
.bg-green-900 { background-color: #14532d; }
.bg-green-950 { background-color: #052e16; }
.bg-sky-50 { background-color: #f0f9ff; }
.bg-sky-100 { background-color: #e0f2fe; }
.bg-sky-200 { background-color: #bae6fd; }
.bg-sky-300 { background-color: #7dd3fc; }
.bg-sky-400 { background-color: #38bdf8; }
.bg-sky-500 { background-color: #0ea5e9; }
.bg-sky-600 { background-color: #0284c7; }
.bg-sky-700 { background-color: #0369a1; }
.bg-sky-800 { background-color: #075985; }
.bg-sky-900 { background-color: #0c4a6e; }
.bg-sky-950 { background-color: #082f49; }
.bg-auto { background-color: auto; }
.rounded-none { border-radius: 0px; }
.rounded-sm { border-radius: 0.125rem; }
.rounded { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.border { border-width: 1px; }
.border-inherit { border-color: inherit; }
.border-current { border-color: currentColor; }
.border-transparent { border-color: transparent; }
.border-black { border-color: #000; }
.border-white { border-color: #fff; }
.border-gray-50 { border-color: #f9fafb; }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-gray-400 { border-color: #9ca3af; }
.border-gray-500 { border-color: #6b7280; }
.border-gray-600 { border-color: #4b5563; }
.border-gray-700 { border-color: #374151; }
.border-gray-800 { border-color: #1f2937; }
.border-gray-900 { border-color: #111827; }
.border-gray-950 { border-color: #030712; }
.border-red-50 { border-color: #fef2f2; }
.border-red-100 { border-color: #fee2e2; }
.border-red-200 { border-color: #fecaca; }
.border-red-300 { border-color: #fca5a5; }
.border-red-400 { border-color: #f87171; }
.border-red-500 { border-color: #ef4444; }
.border-red-600 { border-color: #dc2626; }
.border-red-700 { border-color: #b91c1c; }
.border-red-800 { border-color: #991b1b; }
.border-red-900 { border-color: #7f1d1d; }
.border-red-950 { border-color: #450a0a; }
.border-amber-50 { border-color: #fffbeb; }
.border-amber-100 { border-color: #fef3c7; }
.border-amber-200 { border-color: #fde68a; }
.border-amber-300 { border-color: #fcd34d; }
.border-amber-400 { border-color: #fbbf24; }
.border-amber-500 { border-color: #f59e0b; }
.border-amber-600 { border-color: #d97706; }
.border-amber-700 { border-color: #b45309; }
.border-amber-800 { border-color: #92400e; }
.border-amber-900 { border-color: #78350f; }
.border-amber-950 { border-color: #451a03; }
.border-green-50 { border-color: #f0fdf4; }
.border-green-100 { border-color: #dcfce7; }
.border-green-200 { border-color: #bbf7d0; }
.border-green-300 { border-color: #86efac; }
.border-green-400 { border-color: #4ade80; }
.border-green-500 { border-color: #22c55e; }
.border-green-600 { border-color: #16a34a; }
.border-green-700 { border-color: #15803d; }
.border-green-800 { border-color: #166534; }
.border-green-900 { border-color: #14532d; }
.border-green-950 { border-color: #052e16; }
.border-sky-50 { border-color: #f0f9ff; }
.border-sky-100 { border-color: #e0f2fe; }
.border-sky-200 { border-color: #bae6fd; }
.border-sky-300 { border-color: #7dd3fc; }
.border-sky-400 { border-color: #38bdf8; }
.border-sky-500 { border-color: #0ea5e9; }
.border-sky-600 { border-color: #0284c7; }
.border-sky-700 { border-color: #0369a1; }
.border-sky-800 { border-color: #075985; }
.border-sky-900 { border-color: #0c4a6e; }
.border-sky-950 { border-color: #082f49; }
.border-auto { border-color: auto; }
.border-solid { border-style: solid; }
.border-dashed { border-style: dashed; }
.border-dotted { border-style: dotted; }
.border-double { border-style: double; }
.border-hidden { border-style: hidden; }
.border-none { border-style: none; }
.divide-x>:not([hidden])~:not([hidden]) { border-left-width: 1px; }
.divide-y>:not([hidden])~:not([hidden]) { border-top-width: 1px; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }
.shadow-inner { box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05); }
.shadow-none { box-shadow: none; }
.opacity-0 { opacity: 0; }
.opacity-5 { opacity: 0.05; }
.opacity-10 { opacity: 0.1; }
.opacity-15 { opacity: 0.15; }
.opacity-20 { opacity: 0.2; }
.opacity-25 { opacity: 0.25; }
.opacity-30 { opacity: 0.3; }
.opacity-35 { opacity: 0.35; }
.opacity-40 { opacity: 0.4; }
.opacity-45 { opacity: 0.45; }
.opacity-50 { opacity: 0.5; }
.opacity-55 { opacity: 0.55; }
.opacity-60 { opacity: 0.6; }
.opacity-65 { opacity: 0.65; }
.opacity-70 { opacity: 0.7; }
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.8; }
.opacity-85 { opacity: 0.85; }
.opacity-90 { opacity: 0.9; }
.opacity-95 { opacity: 0.95; }
.opacity-100 { opacity: 1; }
.blur-0 { filter: blur(0); }
.blur-none { filter: blur(); }
.blur-sm { filter: blur(4px); }
.blur { filter: blur(8px); }
.blur-md { filter: blur(12px); }
.blur-lg { filter: blur(16px); }
.blur-xl { filter: blur(24px); }
.blur-2xl { filter: blur(40px); }
.blur-3xl { filter: blur(64px); }
.brightness-0 { filter: brightness(0); }
.brightness-50 { filter: brightness(.5); }
.brightness-75 { filter: brightness(.75); }
.brightness-90 { filter: brightness(.9); }
.brightness-95 { filter: brightness(.95); }
.brightness-100 { filter: brightness(1); }
.brightness-105 { filter: brightness(1.05); }
.brightness-110 { filter: brightness(1.1); }
.brightness-125 { filter: brightness(1.25); }
.brightness-150 { filter: brightness(1.5); }
.brightness-200 { filter: brightness(2); }
.drop-shadow-sm { filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)); }
.drop-shadow { filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1),0 1px 1px rgb(0 0 0 / 0.06)); }
.drop-shadow-md { filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07),0 2px 2px rgb(0 0 0 / 0.06)); }
.drop-shadow-lg { filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04),0 4px 3px rgb(0 0 0 / 0.1)); }
.drop-shadow-xl { filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03),0 8px 5px rgb(0 0 0 / 0.08)); }
.drop-shadow-2xl { filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)); }
.drop-shadow-none { filter: drop-shadow(0 0 #0000); }
.grayscale-0 { filter: grayscale(0); }
.grayscale { filter: grayscale(100%); }
.backdrop-blur-0 { backdrop-filter: blur(0); }
.backdrop-blur-none { backdrop-filter: blur(); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur { backdrop-filter: blur(8px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.backdrop-blur-lg { backdrop-filter: blur(16px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.backdrop-blur-2xl { backdrop-filter: blur(40px); }
.backdrop-blur-3xl { backdrop-filter: blur(64px); }
.border-separate { border-collapse: separate; }
.border-collapse { border-collapse: collapse; }
.table-auto { table-layout: auto; }
.table-fixed { table-layout: fixed; }
.caption-top { caption-side: top; }
.caption-bottom { caption-side: bottom; }
@keyframes spin {to {transform: rotate(360deg);}}
@keyframes ping {75%, 100% {transform: scale(2);opacity: 0;}}
@keyframes pulse {50% {opacity: .5;}}
@keyframes bounce {0%, 100% {transform: translateY(-25%);animationTimingFunction: cubic-bezier(0.8,0,1,1);}50% {transform: none;animationTimingFunction: cubic-bezier(0,0,0.2,1);}}
.animate-none { animation: none; }
.animate-spin { animation: spin 1s linear infinite; }
.animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.animate-bounce { animation: bounce 1s infinite; }
.accent-inherit { accent-color: inherit; }
.accent-current { accent-color: currentColor; }
.accent-transparent { accent-color: transparent; }
.accent-black { accent-color: #000; }
.accent-white { accent-color: #fff; }
.accent-gray-50 { accent-color: #f9fafb; }
.accent-gray-100 { accent-color: #f3f4f6; }
.accent-gray-200 { accent-color: #e5e7eb; }
.accent-gray-300 { accent-color: #d1d5db; }
.accent-gray-400 { accent-color: #9ca3af; }
.accent-gray-500 { accent-color: #6b7280; }
.accent-gray-600 { accent-color: #4b5563; }
.accent-gray-700 { accent-color: #374151; }
.accent-gray-800 { accent-color: #1f2937; }
.accent-gray-900 { accent-color: #111827; }
.accent-gray-950 { accent-color: #030712; }
.accent-red-50 { accent-color: #fef2f2; }
.accent-red-100 { accent-color: #fee2e2; }
.accent-red-200 { accent-color: #fecaca; }
.accent-red-300 { accent-color: #fca5a5; }
.accent-red-400 { accent-color: #f87171; }
.accent-red-500 { accent-color: #ef4444; }
.accent-red-600 { accent-color: #dc2626; }
.accent-red-700 { accent-color: #b91c1c; }
.accent-red-800 { accent-color: #991b1b; }
.accent-red-900 { accent-color: #7f1d1d; }
.accent-red-950 { accent-color: #450a0a; }
.accent-amber-50 { accent-color: #fffbeb; }
.accent-amber-100 { accent-color: #fef3c7; }
.accent-amber-200 { accent-color: #fde68a; }
.accent-amber-300 { accent-color: #fcd34d; }
.accent-amber-400 { accent-color: #fbbf24; }
.accent-amber-500 { accent-color: #f59e0b; }
.accent-amber-600 { accent-color: #d97706; }
.accent-amber-700 { accent-color: #b45309; }
.accent-amber-800 { accent-color: #92400e; }
.accent-amber-900 { accent-color: #78350f; }
.accent-amber-950 { accent-color: #451a03; }
.accent-green-50 { accent-color: #f0fdf4; }
.accent-green-100 { accent-color: #dcfce7; }
.accent-green-200 { accent-color: #bbf7d0; }
.accent-green-300 { accent-color: #86efac; }
.accent-green-400 { accent-color: #4ade80; }
.accent-green-500 { accent-color: #22c55e; }
.accent-green-600 { accent-color: #16a34a; }
.accent-green-700 { accent-color: #15803d; }
.accent-green-800 { accent-color: #166534; }
.accent-green-900 { accent-color: #14532d; }
.accent-green-950 { accent-color: #052e16; }
.accent-sky-50 { accent-color: #f0f9ff; }
.accent-sky-100 { accent-color: #e0f2fe; }
.accent-sky-200 { accent-color: #bae6fd; }
.accent-sky-300 { accent-color: #7dd3fc; }
.accent-sky-400 { accent-color: #38bdf8; }
.accent-sky-500 { accent-color: #0ea5e9; }
.accent-sky-600 { accent-color: #0284c7; }
.accent-sky-700 { accent-color: #0369a1; }
.accent-sky-800 { accent-color: #075985; }
.accent-sky-900 { accent-color: #0c4a6e; }
.accent-sky-950 { accent-color: #082f49; }
.accent-auto { accent-color: auto; }
.appearance-none { appearance: none; }
.appearance-auto { appearance: auto; }
.cursor-auto { cursor: auto; }
.cursor-default { cursor: default; }
.cursor-pointer { cursor: pointer; }
.cursor-wait { cursor: wait; }
.cursor-text { cursor: text; }
.pointer-events-auto { pointer-events: auto; }
.pointer-events-none { pointer-events: none; }
.resize-none { resize: none; }
.resize-x { resize: horizontal; }
.resize-y { resize: vertical; }
.resize { resize: both; }
