/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --animate-card-in: card-in 0.5s ease-out;
    --animate-toast-in: toast-in 0.3s ease-in-out;
    --animate-tab-in: tab-in 0.4s ease-out;
    --animate-stripes-slow: move-stripes 2s linear infinite;
    --animate-stripes-medium: move-stripes 1s linear infinite;
    --animate-stripes-fast: move-stripes 0.5s linear infinite;
    --animate-float-slow: float 6s ease-in-out infinite;
    --animate-float-fast: float 5s ease-in-out 1s infinite;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .-top-2\.5 {
    top: calc(var(--spacing) * -2.5);
  }
  .top-0 {
    top: 0;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[90px\] {
    top: 90px;
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .left-0 {
    left: 0;
  }
  .left-\[2px\] {
    left: 2px;
  }
  .left-\[15px\] {
    left: 15px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1001\] {
    z-index: 1001;
  }
  .z-\[2000\] {
    z-index: 2000;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2\.5 {
    margin-block: calc(var(--spacing) * 2.5);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .-mt-2\.5 {
    margin-top: calc(var(--spacing) * -2.5);
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .ml-\[15px\] {
    margin-left: 15px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }
  .max-h-\[30px\] {
    max-height: 30px;
  }
  .max-h-\[50px\] {
    max-height: 50px;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .min-h-\[80px\] {
    min-height: 80px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .min-w-4 {
    min-width: calc(var(--spacing) * 4);
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-5 {
    --tw-translate-y: calc(var(--spacing) * -5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-\[1\.3\] {
    scale: 1.3;
  }
  .animate-card-in {
    animation: var(--animate-card-in);
  }
  .animate-float-fast {
    animation: var(--animate-float-fast);
  }
  .animate-float-slow {
    animation: var(--animate-float-slow);
  }
  .animate-stripes-fast {
    animation: var(--animate-stripes-fast);
  }
  .animate-stripes-medium {
    animation: var(--animate-stripes-medium);
  }
  .animate-stripes-slow {
    animation: var(--animate-stripes-slow);
  }
  .animate-tab-in {
    animation: var(--animate-tab-in);
  }
  .animate-toast-in {
    animation: var(--animate-toast-in);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-y {
    resize: vertical;
  }
  .\[list-style-type\:\'✓_\'\] {
    list-style-type: '✓ ';
  }
  .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-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#3498db\] {
    border-color: #3498db;
  }
  .border-\[\#badbcc\] {
    border-color: #badbcc;
  }
  .border-\[\#bce0f1\] {
    border-color: #bce0f1;
  }
  .border-\[\#bdc3c7\] {
    border-color: #bdc3c7;
  }
  .border-\[\#ccc\] {
    border-color: #ccc;
  }
  .border-\[\#dee2e6\] {
    border-color: #dee2e6;
  }
  .border-\[\#e0e0e0\] {
    border-color: #e0e0e0;
  }
  .border-\[\#ecf0f1\] {
    border-color: #ecf0f1;
  }
  .border-\[\#eee\] {
    border-color: #eee;
  }
  .border-\[\#f5c2c7\] {
    border-color: #f5c2c7;
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .border-b-transparent {
    border-bottom-color: transparent;
  }
  .border-l-\[\#2ecc71\] {
    border-left-color: #2ecc71;
  }
  .border-l-\[\#3498db\] {
    border-left-color: #3498db;
  }
  .border-l-\[\#e74c3c\] {
    border-left-color: #e74c3c;
  }
  .border-l-\[\#f1c40f\] {
    border-left-color: #f1c40f;
  }
  .bg-\[\#2ecc71\] {
    background-color: #2ecc71;
  }
  .bg-\[\#5bc0de\] {
    background-color: #5bc0de;
  }
  .bg-\[\#6c757d\] {
    background-color: #6c757d;
  }
  .bg-\[\#3498db\] {
    background-color: #3498db;
  }
  .bg-\[\#34495e\] {
    background-color: #34495e;
  }
  .bg-\[\#d1e7dd\] {
    background-color: #d1e7dd;
  }
  .bg-\[\#e8f6fd\] {
    background-color: #e8f6fd;
  }
  .bg-\[\#e74c3c\] {
    background-color: #e74c3c;
  }
  .bg-\[\#eaf5fb\] {
    background-color: #eaf5fb;
  }
  .bg-\[\#eafaf1\] {
    background-color: #eafaf1;
  }
  .bg-\[\#ecf0f1\] {
    background-color: #ecf0f1;
  }
  .bg-\[\#f1c40f\] {
    background-color: #f1c40f;
  }
  .bg-\[\#f2f2f2\] {
    background-color: #f2f2f2;
  }
  .bg-\[\#f4f6f9\] {
    background-color: #f4f6f9;
  }
  .bg-\[\#f8d7da\] {
    background-color: #f8d7da;
  }
  .bg-\[\#f8f9fa\] {
    background-color: #f8f9fa;
  }
  .bg-\[\#f9f9f9\] {
    background-color: #f9f9f9;
  }
  .bg-\[\#f39c12\] {
    background-color: #f39c12;
  }
  .bg-\[\#fbfcfd\] {
    background-color: #fbfcfd;
  }
  .bg-\[\#fdedec\] {
    background-color: #fdedec;
  }
  .bg-\[\#fdfdfd\] {
    background-color: #fdfdfd;
  }
  .bg-\[\#fef9e7\] {
    background-color: #fef9e7;
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[linear-gradient\(45deg\,rgba\(255\,255\,255\,0\.2\)_25\%\,transparent_25\%\,transparent_50\%\,rgba\(255\,255\,255\,0\.2\)_50\%\,rgba\(255\,255\,255\,0\.2\)_75\%\,transparent_75\%\,transparent\)\] {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  }
  .bg-\[linear-gradient\(135deg\,\#3498db_0\%\,\#8e44ad_100\%\)\] {
    background-image: linear-gradient(135deg,#3498db 0%,#8e44ad 100%);
  }
  .bg-\[size\:40px_40px\] {
    background-size: 40px 40px;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pl-0 {
    padding-left: 0;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[45px\] {
    padding-left: 45px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-\[\'Poppins\'\,sans-serif\] {
    font-family: 'Poppins',sans-serif;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.8em\] {
    font-size: 0.8em;
  }
  .text-\[0\.9em\] {
    font-size: 0.9em;
  }
  .text-\[0\.95em\] {
    font-size: 0.95em;
  }
  .text-\[1\.1em\] {
    font-size: 1.1em;
  }
  .text-\[1\.2em\] {
    font-size: 1.2em;
  }
  .text-\[2em\] {
    font-size: 2em;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0f5132\] {
    color: #0f5132;
  }
  .text-\[\#2c3e50\] {
    color: #2c3e50;
  }
  .text-\[\#2ecc71\] {
    color: #2ecc71;
  }
  .text-\[\#7f8c8d\] {
    color: #7f8c8d;
  }
  .text-\[\#7f8c8d\]\! {
    color: #7f8c8d !important;
  }
  .text-\[\#27ae60\] {
    color: #27ae60;
  }
  .text-\[\#555\] {
    color: #555;
  }
  .text-\[\#999\] {
    color: #999;
  }
  .text-\[\#2980b9\] {
    color: #2980b9;
  }
  .text-\[\#3498db\] {
    color: #3498db;
  }
  .text-\[\#34495e\] {
    color: #34495e;
  }
  .text-\[\#34495e\]\! {
    color: #34495e !important;
  }
  .text-\[\#495057\] {
    color: #495057;
  }
  .text-\[\#842029\] {
    color: #842029;
  }
  .text-\[\#bdc3c7\] {
    color: #bdc3c7;
  }
  .text-\[\#c0392b\] {
    color: #c0392b;
  }
  .text-\[\#e74c3c\] {
    color: #e74c3c;
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .text-white\/90\! {
    color: color-mix(in srgb, #fff 90%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent) !important;
    }
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .accent-\[\#3498db\] {
    accent-color: #3498db;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-\[0_2px_5px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 2px 5px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_5px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 2px 5px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_5px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 2px 5px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_10px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 2px 10px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_6px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 4px 6px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_15px_rgba\(0\,0\,0\,0\.07\)\] {
    --tw-shadow: 0 4px 15px var(--tw-shadow-color, rgba(0,0,0,0.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_15px_rgba\(52\,152\,219\,0\.15\)\] {
    --tw-shadow: 0 4px 15px var(--tw-shadow-color, rgba(52,152,219,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_25px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 4px 25px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_5px_20px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 5px 20px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_5px_20px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0 5px 20px var(--tw-shadow-color, rgba(0,0,0,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_20px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 8px 20px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[1px_1px_2px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 1px 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[inset_0_1px_3px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: inset 0 1px 3px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[background-color\,transform\] {
    transition-property: background-color,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[border-color\,box-shadow\] {
    transition-property: border-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,visibility\] {
    transition-property: opacity,visibility;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-\[800ms\] {
    --tw-duration: 800ms;
    transition-duration: 800ms;
  }
  .ease-\[cubic-bezier\(0\.25\,0\.1\,0\.25\,1\)\] {
    --tw-ease: cubic-bezier(0.25,0.1,0.25,1);
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .peer-focus\:text-\[\#3498db\] {
    &:is(:where(.peer):focus ~ *) {
      color: #3498db;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-\[15px\] {
    &::before {
      content: var(--tw-content);
      top: 15px;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: 0;
    }
  }
  .before\:z-\[1\] {
    &::before {
      content: var(--tw-content);
      z-index: 1;
    }
  }
  .before\:mx-auto {
    &::before {
      content: var(--tw-content);
      margin-inline: auto;
    }
  }
  .before\:mb-2\.5 {
    &::before {
      content: var(--tw-content);
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .before\:flex {
    &::before {
      content: var(--tw-content);
      display: flex;
    }
  }
  .before\:h-1 {
    &::before {
      content: var(--tw-content);
      height: var(--spacing);
    }
  }
  .before\:h-\[34px\] {
    &::before {
      content: var(--tw-content);
      height: 34px;
    }
  }
  .before\:w-\[34px\] {
    &::before {
      content: var(--tw-content);
      width: 34px;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:items-center {
    &::before {
      content: var(--tw-content);
      align-items: center;
    }
  }
  .before\:justify-center {
    &::before {
      content: var(--tw-content);
      justify-content: center;
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:border-4 {
    &::before {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 4px;
    }
  }
  .before\:border-white {
    &::before {
      content: var(--tw-content);
      border-color: var(--color-white);
    }
  }
  .before\:bg-\[\#2ecc71\] {
    &::before {
      content: var(--tw-content);
      background-color: #2ecc71;
    }
  }
  .before\:bg-\[\#3498db\] {
    &::before {
      content: var(--tw-content);
      background-color: #3498db;
    }
  }
  .before\:bg-\[\#e0e0e0\] {
    &::before {
      content: var(--tw-content);
      background-color: #e0e0e0;
    }
  }
  .before\:text-lg {
    &::before {
      content: var(--tw-content);
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .before\:font-bold {
    &::before {
      content: var(--tw-content);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .before\:text-white {
    &::before {
      content: var(--tw-content);
      color: var(--color-white);
    }
  }
  .before\:shadow-\[0_0_0_2px_\#2ecc71\] {
    &::before {
      content: var(--tw-content);
      --tw-shadow: 0 0 0 2px var(--tw-shadow-color, #2ecc71);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .before\:shadow-\[0_0_0_2px_\#e0e0e0\] {
    &::before {
      content: var(--tw-content);
      --tw-shadow: 0 0 0 2px var(--tw-shadow-color, #e0e0e0);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .before\:shadow-\[0_0_0_3px_\#3498db\] {
    &::before {
      content: var(--tw-content);
      --tw-shadow: 0 0 0 3px var(--tw-shadow-color, #3498db);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .before\:transition-\[background\] {
    &::before {
      content: var(--tw-content);
      transition-property: background;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:transition-all {
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:duration-300 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .before\:duration-\[400ms\] {
    &::before {
      content: var(--tw-content);
      --tw-duration: 400ms;
      transition-duration: 400ms;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .before\:content-\[\'✓\'\] {
    &::before {
      --tw-content: '✓';
      content: var(--tw-content);
    }
  }
  .before\:\[background\:linear-gradient\(to_right\,\#2ecc71_var\(--progress\,0\%\)\,\#e0e0e0_var\(--progress\,0\%\)\)\] {
    &::before {
      content: var(--tw-content);
      background: linear-gradient(to right,#2ecc71 var(--progress,0%),#e0e0e0 var(--progress,0%));
    }
  }
  .after\:rotate-180 {
    &::after {
      content: var(--tw-content);
      rotate: 180deg;
    }
  }
  .after\:text-\[0\.8em\] {
    &::after {
      content: var(--tw-content);
      font-size: 0.8em;
    }
  }
  .after\:text-\[\#bdc3c7\] {
    &::after {
      content: var(--tw-content);
      color: #bdc3c7;
    }
  }
  .after\:transition-transform {
    &::after {
      content: var(--tw-content);
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:duration-300 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .after\:content-\[\'▼\'\] {
    &::after {
      --tw-content: '▼';
      content: var(--tw-content);
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: 0;
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:z-\[2\] {
    &:hover {
      @media (hover: hover) {
        z-index: 2;
      }
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:rotate-90 {
    &:hover {
      @media (hover: hover) {
        rotate: 90deg;
      }
    }
  }
  .hover\:border-\[\#e74c3c\] {
    &:hover {
      @media (hover: hover) {
        border-color: #e74c3c;
      }
    }
  }
  .hover\:bg-\[\#5a6268\] {
    &:hover {
      @media (hover: hover) {
        background-color: #5a6268;
      }
    }
  }
  .hover\:bg-\[\#31b0d5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #31b0d5;
      }
    }
  }
  .hover\:bg-\[\#2980b9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #2980b9;
      }
    }
  }
  .hover\:bg-\[\#3498db\]\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #3498db 5%, transparent);
      }
    }
  }
  .hover\:bg-\[\#c0392b\] {
    &:hover {
      @media (hover: hover) {
        background-color: #c0392b;
      }
    }
  }
  .hover\:bg-\[\#e6e6e6\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e6e6e6;
      }
    }
  }
  .hover\:bg-\[\#e74c3c\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e74c3c;
      }
    }
  }
  .hover\:bg-\[\#ecf0f1\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ecf0f1;
      }
    }
  }
  .hover\:bg-\[\#f8f9fa\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f8f9fa;
      }
    }
  }
  .hover\:bg-\[\#f39c12\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f39c12;
      }
    }
  }
  .hover\:bg-\[\#fbfcfd\] {
    &:hover {
      @media (hover: hover) {
        background-color: #fbfcfd;
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#2980b9\] {
    &:hover {
      @media (hover: hover) {
        color: #2980b9;
      }
    }
  }
  .hover\:text-\[\#2980b9\]\! {
    &:hover {
      @media (hover: hover) {
        color: #2980b9 !important;
      }
    }
  }
  .hover\:text-\[\#3498db\] {
    &:hover {
      @media (hover: hover) {
        color: #3498db;
      }
    }
  }
  .hover\:text-\[\#34495e\] {
    &:hover {
      @media (hover: hover) {
        color: #34495e;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-white\! {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .hover\:underline\! {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline !important;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-\[0_4px_10px_rgba\(0\,0\,0\,0\.15\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 10px var(--tw-shadow-color, rgba(0,0,0,0.15));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_6px_12px_rgba\(0\,0\,0\,0\.15\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 6px 12px var(--tw-shadow-color, rgba(0,0,0,0.15));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:border-\[\#3498db\] {
    &:focus {
      border-color: #3498db;
    }
  }
  .focus\:shadow-\[0_0_0_3px_rgba\(52\,152\,219\,0\.2\)\] {
    &:focus {
      --tw-shadow: 0 0 0 3px var(--tw-shadow-color, rgba(52,152,219,0.2));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .in-\[\.active\]\:translate-y-0 {
    :where(*:is(.active)) & {
      --tw-translate-y: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .in-\[\.active\]\:\[transform\:rotate\(-45deg\)_translate\(7px\,-7px\)\] {
    :where(*:is(.active)) & {
      transform: rotate(-45deg) translate(7px,-7px);
    }
  }
  .in-\[\.active\]\:\[transform\:rotate\(45deg\)_translate\(6px\,6px\)\] {
    :where(*:is(.active)) & {
      transform: rotate(45deg) translate(6px,6px);
    }
  }
  .in-\[\.active\]\:opacity-0 {
    :where(*:is(.active)) & {
      opacity: 0%;
    }
  }
  .max-\[992px\]\:static {
    @media (width < 992px) {
      position: static;
    }
  }
  .max-\[992px\]\:row-start-1 {
    @media (width < 992px) {
      grid-row-start: 1;
    }
  }
  .max-\[992px\]\:mb-\[30px\] {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }
  .max-\[992px\]\:grid-cols-1 {
    @media (width < 992px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-\[768px\]\:invisible {
    @media (width < 768px) {
      visibility: hidden;
    }
  }
  .max-\[768px\]\:fixed {
    @media (width < 768px) {
      position: fixed;
    }
  }
  .max-\[768px\]\:top-0 {
    @media (width < 768px) {
      top: 0;
    }
  }
  .max-\[768px\]\:left-0 {
    @media (width < 768px) {
      left: 0;
    }
  }
  .max-\[768px\]\:z-\[1000\] {
    @media (width < 768px) {
      z-index: 1000;
    }
  }
  .max-\[768px\]\:m-0 {
    @media (width < 768px) {
      margin: 0;
    }
  }
  .max-\[768px\]\:mx-0 {
    @media (width < 768px) {
      margin-inline: 0;
    }
  }
  .max-\[768px\]\:mx-auto {
    @media (width < 768px) {
      margin-inline: auto;
    }
  }
  .max-\[768px\]\:my-\[5px\] {
    @media (width < 768px) {
      margin-block: 5px;
    }
  }
  .max-\[768px\]\:mb-2\.5 {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[768px\]\:mb-5 {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-\[768px\]\:mb-\[25px\] {
    @media (width < 768px) {
      margin-bottom: 25px;
    }
  }
  .max-\[768px\]\:box-border {
    @media (width < 768px) {
      box-sizing: border-box;
    }
  }
  .max-\[768px\]\:block {
    @media (width < 768px) {
      display: block;
    }
  }
  .max-\[768px\]\:flex {
    @media (width < 768px) {
      display: flex;
    }
  }
  .max-\[768px\]\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .max-\[768px\]\:h-\[120px\] {
    @media (width < 768px) {
      height: 120px;
    }
  }
  .max-\[768px\]\:h-auto {
    @media (width < 768px) {
      height: auto;
    }
  }
  .max-\[768px\]\:h-screen {
    @media (width < 768px) {
      height: 100vh;
    }
  }
  .max-\[768px\]\:w-4\/5 {
    @media (width < 768px) {
      width: calc(4 / 5 * 100%);
    }
  }
  .max-\[768px\]\:w-\[120px\] {
    @media (width < 768px) {
      width: 120px;
    }
  }
  .max-\[768px\]\:w-full {
    @media (width < 768px) {
      width: 100%;
    }
  }
  .max-\[768px\]\:max-w-\[180px\] {
    @media (width < 768px) {
      max-width: 180px;
    }
  }
  .max-\[768px\]\:max-w-\[300px\] {
    @media (width < 768px) {
      max-width: 300px;
    }
  }
  .max-\[768px\]\:-translate-x-full {
    @media (width < 768px) {
      --tw-translate-x: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-\[768px\]\:flex-col {
    @media (width < 768px) {
      flex-direction: column;
    }
  }
  .max-\[768px\]\:items-center {
    @media (width < 768px) {
      align-items: center;
    }
  }
  .max-\[768px\]\:items-start {
    @media (width < 768px) {
      align-items: flex-start;
    }
  }
  .max-\[768px\]\:justify-between {
    @media (width < 768px) {
      justify-content: space-between;
    }
  }
  .max-\[768px\]\:justify-center {
    @media (width < 768px) {
      justify-content: center;
    }
  }
  .max-\[768px\]\:justify-end {
    @media (width < 768px) {
      justify-content: flex-end;
    }
  }
  .max-\[768px\]\:gap-0 {
    @media (width < 768px) {
      gap: 0;
    }
  }
  .max-\[768px\]\:gap-2\.5 {
    @media (width < 768px) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[768px\]\:gap-\[15px\] {
    @media (width < 768px) {
      gap: 15px;
    }
  }
  .max-\[768px\]\:gap-x-0 {
    @media (width < 768px) {
      column-gap: 0;
    }
  }
  .max-\[768px\]\:overflow-x-hidden {
    @media (width < 768px) {
      overflow-x: hidden;
    }
  }
  .max-\[768px\]\:rounded-lg {
    @media (width < 768px) {
      border-radius: var(--radius-lg);
    }
  }
  .max-\[768px\]\:rounded-none {
    @media (width < 768px) {
      border-radius: 0;
    }
  }
  .max-\[768px\]\:border {
    @media (width < 768px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .max-\[768px\]\:border-t {
    @media (width < 768px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .max-\[768px\]\:border-b {
    @media (width < 768px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .max-\[768px\]\:border-b-0 {
    @media (width < 768px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .max-\[768px\]\:border-b-2 {
    @media (width < 768px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .max-\[768px\]\:border-l-4 {
    @media (width < 768px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 4px;
    }
  }
  .max-\[768px\]\:border-dashed {
    @media (width < 768px) {
      --tw-border-style: dashed;
      border-style: dashed;
    }
  }
  .max-\[768px\]\:border-\[\#ecf0f1\] {
    @media (width < 768px) {
      border-color: #ecf0f1;
    }
  }
  .max-\[768px\]\:border-\[\#eee\] {
    @media (width < 768px) {
      border-color: #eee;
    }
  }
  .max-\[768px\]\:border-b-\[\#ecf0f1\] {
    @media (width < 768px) {
      border-bottom-color: #ecf0f1;
    }
  }
  .max-\[768px\]\:border-l-transparent {
    @media (width < 768px) {
      border-left-color: transparent;
    }
  }
  .max-\[768px\]\:bg-white {
    @media (width < 768px) {
      background-color: var(--color-white);
    }
  }
  .max-\[768px\]\:bg-white\/98 {
    @media (width < 768px) {
      background-color: color-mix(in srgb, #fff 98%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 98%, transparent);
      }
    }
  }
  .max-\[768px\]\:p-0 {
    @media (width < 768px) {
      padding: 0;
    }
  }
  .max-\[768px\]\:p-5 {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-\[768px\]\:p-\[15px\] {
    @media (width < 768px) {
      padding: 15px;
    }
  }
  .max-\[768px\]\:px-0 {
    @media (width < 768px) {
      padding-inline: 0;
    }
  }
  .max-\[768px\]\:px-5 {
    @media (width < 768px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-\[768px\]\:px-\[15px\] {
    @media (width < 768px) {
      padding-inline: 15px;
    }
  }
  .max-\[768px\]\:py-2\.5 {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[768px\]\:py-3 {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-\[768px\]\:py-5 {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .max-\[768px\]\:pt-2\.5 {
    @media (width < 768px) {
      padding-top: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[768px\]\:pt-\[15px\] {
    @media (width < 768px) {
      padding-top: 15px;
    }
  }
  .max-\[768px\]\:pb-2\.5 {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[768px\]\:pb-\[15px\] {
    @media (width < 768px) {
      padding-bottom: 15px;
    }
  }
  .max-\[768px\]\:pl-5 {
    @media (width < 768px) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .max-\[768px\]\:text-center {
    @media (width < 768px) {
      text-align: center;
    }
  }
  .max-\[768px\]\:text-left {
    @media (width < 768px) {
      text-align: left;
    }
  }
  .max-\[768px\]\:text-right {
    @media (width < 768px) {
      text-align: right;
    }
  }
  .max-\[768px\]\:text-\[1\.15em\] {
    @media (width < 768px) {
      font-size: 1.15em;
    }
  }
  .max-\[768px\]\:leading-\[1\.4\] {
    @media (width < 768px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }
  .max-\[768px\]\:font-bold {
    @media (width < 768px) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .max-\[768px\]\:whitespace-normal {
    @media (width < 768px) {
      white-space: normal;
    }
  }
  .max-\[768px\]\:text-\[\#7f8c8d\] {
    @media (width < 768px) {
      color: #7f8c8d;
    }
  }
  .max-\[768px\]\:shadow-\[0_2px_4px_rgba\(0\,0\,0\,0\.05\)\] {
    @media (width < 768px) {
      --tw-shadow: 0 2px 4px var(--tw-shadow-color, rgba(0,0,0,0.05));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-\[768px\]\:shadow-\[0_2px_5px_rgba\(0\,0\,0\,0\.05\)\] {
    @media (width < 768px) {
      --tw-shadow: 0 2px 5px var(--tw-shadow-color, rgba(0,0,0,0.05));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-\[768px\]\:shadow-none {
    @media (width < 768px) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-\[768px\]\:backdrop-blur-\[5px\] {
    @media (width < 768px) {
      --tw-backdrop-blur: blur(5px);
      -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
      backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
  }
  .max-\[768px\]\:transition-colors {
    @media (width < 768px) {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .max-\[768px\]\:transition-transform {
    @media (width < 768px) {
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .max-\[768px\]\:duration-200 {
    @media (width < 768px) {
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .max-\[768px\]\:duration-300 {
    @media (width < 768px) {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .max-\[768px\]\:ease-out {
    @media (width < 768px) {
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
  }
  .max-\[768px\]\:before\:top-0 {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        top: 0;
      }
    }
  }
  .max-\[768px\]\:before\:left-\[35px\] {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        left: 35px;
      }
    }
  }
  .max-\[768px\]\:before\:m-0 {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        margin: 0;
      }
    }
  }
  .max-\[768px\]\:before\:mr-\[15px\] {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        margin-right: 15px;
      }
    }
  }
  .max-\[768px\]\:before\:h-full {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }
  }
  .max-\[768px\]\:before\:w-1 {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        width: var(--spacing);
      }
    }
  }
  .max-\[768px\]\:before\:pr-\[15px\] {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        padding-right: 15px;
      }
    }
  }
  .max-\[768px\]\:before\:text-left {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        text-align: left;
      }
    }
  }
  .max-\[768px\]\:before\:font-semibold {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
    }
  }
  .max-\[768px\]\:before\:text-\[\#777\] {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        color: #777;
      }
    }
  }
  .max-\[768px\]\:before\:text-\[\#34495e\] {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        color: #34495e;
      }
    }
  }
  .max-\[768px\]\:before\:content-\[attr\(data-label\)\] {
    @media (width < 768px) {
      &::before {
        --tw-content: attr(data-label);
        content: var(--tw-content);
      }
    }
  }
  .max-\[768px\]\:before\:\[background\:linear-gradient\(to_bottom\,\#2ecc71_var\(--progress\,0\%\)\,\#e0e0e0_var\(--progress\,0\%\)\)\] {
    @media (width < 768px) {
      &::before {
        content: var(--tw-content);
        background: linear-gradient(to bottom,#2ecc71 var(--progress,0%),#e0e0e0 var(--progress,0%));
      }
    }
  }
  .max-\[768px\]\:last\:mb-0 {
    @media (width < 768px) {
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  .max-\[768px\]\:hover\:bg-\[\#ecf0f1\] {
    @media (width < 768px) {
      &:hover {
        @media (hover: hover) {
          background-color: #ecf0f1;
        }
      }
    }
  }
  .max-\[480px\]\:relative {
    @media (width < 480px) {
      position: relative;
    }
  }
  .max-\[480px\]\:top-auto {
    @media (width < 480px) {
      top: auto;
    }
  }
  .max-\[480px\]\:right-auto {
    @media (width < 480px) {
      right: auto;
    }
  }
  .max-\[480px\]\:m-\[15px\] {
    @media (width < 480px) {
      margin: 15px;
    }
  }
  .max-\[480px\]\:mb-5 {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-\[480px\]\:inline-block {
    @media (width < 480px) {
      display: inline-block;
    }
  }
  .max-\[480px\]\:grow {
    @media (width < 480px) {
      flex-grow: 1;
    }
  }
  .max-\[480px\]\:flex-wrap {
    @media (width < 480px) {
      flex-wrap: wrap;
    }
  }
  .max-\[480px\]\:justify-center {
    @media (width < 480px) {
      justify-content: center;
    }
  }
  .max-\[480px\]\:border-white {
    @media (width < 480px) {
      border-color: var(--color-white);
    }
  }
  .max-\[480px\]\:p-\[30px\] {
    @media (width < 480px) {
      padding: 30px;
    }
  }
  .max-\[480px\]\:px-0 {
    @media (width < 480px) {
      padding-inline: 0;
    }
  }
  .max-\[480px\]\:py-5 {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .max-\[480px\]\:text-center {
    @media (width < 480px) {
      text-align: center;
    }
  }
  .max-\[480px\]\:text-white\! {
    @media (width < 480px) {
      color: var(--color-white) !important;
    }
  }
  .min-\[1100px\]\:flex {
    @media (width >= 1100px) {
      display: flex;
    }
  }
  .\[\&\.active\]\:visible {
    &.active {
      visibility: visible;
    }
  }
  .\[\&\.active\]\:block {
    &.active {
      display: block;
    }
  }
  .\[\&\.active\]\:border-b-\[\#3498db\] {
    &.active {
      border-bottom-color: #3498db;
    }
  }
  .\[\&\.active\]\:text-\[\#3498db\] {
    &.active {
      color: #3498db;
    }
  }
  .\[\&\.active\]\:opacity-100 {
    &.active {
      opacity: 100%;
    }
  }
  .max-\[768px\]\:\[\&\.active\]\:visible {
    @media (width < 768px) {
      &.active {
        visibility: visible;
      }
    }
  }
  .max-\[768px\]\:\[\&\.active\]\:translate-x-0 {
    @media (width < 768px) {
      &.active {
        --tw-translate-x: 0;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .max-\[768px\]\:\[\&\.active\]\:border-b-\[\#ecf0f1\] {
    @media (width < 768px) {
      &.active {
        border-bottom-color: #ecf0f1;
      }
    }
  }
  .max-\[768px\]\:\[\&\.active\]\:border-l-\[\#3498db\] {
    @media (width < 768px) {
      &.active {
        border-left-color: #3498db;
      }
    }
  }
  .\[\&\:not\(\:last-child\)\]\:mb-5 {
    &:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\[\&\>\*\:nth-child\(even\)\]\:mr-10 {
    &>*:nth-child(even) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
  .\[\&\>\*\:nth-child\(even\)\]\:ml-10 {
    &>*:nth-child(even) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .\[\&\>\*\:nth-child\(odd\)\]\:mr-2\.5 {
    &>*:nth-child(odd) {
      margin-right: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&\>\*\:nth-child\(odd\)\]\:ml-2\.5 {
    &>*:nth-child(odd) {
      margin-left: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&\>h1\]\:m-0 {
    &>h1 {
      margin: 0;
    }
  }
  .\[\&\>h2\]\:m-0 {
    &>h2 {
      margin: 0;
    }
  }
  .\[\&\>h3\]\:m-0 {
    &>h3 {
      margin: 0;
    }
  }
  .\[\&\>h3\]\:text-\[1\.2em\] {
    &>h3 {
      font-size: 1.2em;
    }
  }
  .\[\&\>h3\]\:leading-\[1\.3\] {
    &>h3 {
      --tw-leading: 1.3;
      line-height: 1.3;
    }
  }
  .\[\&\>input\]\:mr-2 {
    &>input {
      margin-right: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>input\]\:mb-0 {
    &>input {
      margin-bottom: 0;
    }
  }
  .\[\&\>input\]\:w-auto {
    &>input {
      width: auto;
    }
  }
  .\[\&\>label\]\:mb-0 {
    &>label {
      margin-bottom: 0;
    }
  }
}
@layer base {
  html {
    scrollbar-gutter: stable;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f4f6f9;
    color: #34495e;
    font-size: 16px;
    line-height: 1.6;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
  }
  h1, h2, h3 {
    color: #2c3e50;
  }
  h1 {
    font-size: 2em;
    margin: 0 0 0.67em;
  }
  h2 {
    font-size: 1.5em;
    margin: 0 0 0.83em;
  }
  h3 {
    font-size: 1.17em;
    margin: 0 0 1em;
  }
  h4 {
    font-size: 1em;
    margin: 1.33em 0;
  }
  h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
  }
  h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
  }
  a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  a:hover {
    color: #2980b9;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ecf0f1;
    vertical-align: middle;
  }
  thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
  }
  tbody tr:hover {
    background-color: #fbfcfd;
  }
  td img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tab-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes move-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
