@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-space-y-reverse: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@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-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --container-7xl: 80rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --blur-3xl: 64px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: Poppins, sans-serif;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[21\.82\%_5\.35\%_16\.36\%_5\.33\%\] {
    inset: 21.82% 5.35% 16.36% 5.33%;
  }

  .inset-\[22\.76\%_0\.02\%_6\.09\%_81\.18\%\] {
    inset: 22.76% .02% 6.09% 81.18%;
  }

  .inset-\[24\.78\%_20\.03\%_6\.1\%_63\%\] {
    inset: 24.78% 20.03% 6.1% 63%;
  }

  .inset-\[24\.78\%_20\.03\%_6\.1\%_63\.01\%\] {
    inset: 24.78% 20.03% 6.1% 63.01%;
  }

  .-top-40 {
    top: calc(var(--spacing) * -40);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-1\/3 {
    top: 33.3333%;
  }

  .top-\[0\.5px\] {
    top: .5px;
  }

  .top-\[4px\] {
    top: 4px;
  }

  .top-\[23\.53\%\] {
    top: 23.53%;
  }

  .top-\[24px\] {
    top: 24px;
  }

  .top-\[30px\] {
    top: 30px;
  }

  .top-\[48px\] {
    top: 48px;
  }

  .top-\[72px\] {
    top: 72px;
  }

  .top-\[97px\] {
    top: 97px;
  }

  .top-\[104px\] {
    top: 104px;
  }

  .top-\[191px\] {
    top: 191px;
  }

  .top-\[205px\] {
    top: 205px;
  }

  .top-\[208px\] {
    top: 208px;
  }

  .top-\[415px\] {
    top: 415px;
  }

  .top-\[456px\] {
    top: 456px;
  }

  .top-\[458px\] {
    top: 458px;
  }

  .top-\[462px\] {
    top: 462px;
  }

  .top-\[463px\] {
    top: 463px;
  }

  .top-\[465px\] {
    top: 465px;
  }

  .top-\[472px\] {
    top: 472px;
  }

  .top-\[474px\] {
    top: 474px;
  }

  .top-\[479px\] {
    top: 479px;
  }

  .top-\[509px\] {
    top: 509px;
  }

  .top-\[514px\] {
    top: 514px;
  }

  .top-\[769px\] {
    top: 769px;
  }

  .top-\[777px\] {
    top: 777px;
  }

  .top-\[778px\] {
    top: 778px;
  }

  .top-\[781px\] {
    top: 781px;
  }

  .top-\[813px\] {
    top: 813px;
  }

  .top-\[817px\] {
    top: 817px;
  }

  .top-\[820px\] {
    top: 820px;
  }

  .top-\[915px\] {
    top: 915px;
  }

  .top-\[983px\] {
    top: 983px;
  }

  .top-\[1106px\] {
    top: 1106px;
  }

  .top-\[1122px\] {
    top: 1122px;
  }

  .top-\[1123px\] {
    top: 1123px;
  }

  .top-\[1126px\] {
    top: 1126px;
  }

  .top-\[1149px\] {
    top: 1149px;
  }

  .top-\[1166px\] {
    top: 1166px;
  }

  .top-\[1171px\] {
    top: 1171px;
  }

  .top-\[1190px\] {
    top: 1190px;
  }

  .top-\[1270px\] {
    top: 1270px;
  }

  .top-\[1338px\] {
    top: 1338px;
  }

  .top-\[1349px\] {
    top: 1349px;
  }

  .top-\[1507px\] {
    top: 1507px;
  }

  .top-\[1511px\] {
    top: 1511px;
  }

  .top-\[1529px\] {
    top: 1529px;
  }

  .top-\[1546px\] {
    top: 1546px;
  }

  .top-\[1553px\] {
    top: 1553px;
  }

  .top-\[1591px\] {
    top: 1591px;
  }

  .top-\[1647px\] {
    top: 1647px;
  }

  .top-\[1656px\] {
    top: 1656px;
  }

  .top-\[1687px\] {
    top: 1687px;
  }

  .top-\[1702px\] {
    top: 1702px;
  }

  .top-\[1726px\] {
    top: 1726px;
  }

  .top-\[1737px\] {
    top: 1737px;
  }

  .top-\[1750px\] {
    top: 1750px;
  }

  .top-\[1751px\] {
    top: 1751px;
  }

  .top-\[1834px\] {
    top: 1834px;
  }

  .top-\[1884px\] {
    top: 1884px;
  }

  .top-\[2120px\] {
    top: 2120px;
  }

  .top-\[2129px\] {
    top: 2129px;
  }

  .top-\[2168px\] {
    top: 2168px;
  }

  .top-\[2442px\] {
    top: 2442px;
  }

  .top-\[2458px\] {
    top: 2458px;
  }

  .top-full {
    top: 100%;
  }

  .top-px {
    top: 1px;
  }

  .-right-40 {
    right: calc(var(--spacing) * -40);
  }

  .right-1\/4 {
    right: 25%;
  }

  .right-\[0\.02\%\] {
    right: .02%;
  }

  .right-\[38\.25\%\] {
    right: 38.25%;
  }

  .right-\[61\.94\%\] {
    right: 61.94%;
  }

  .-bottom-32 {
    bottom: calc(var(--spacing) * -32);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }

  .bottom-\[6\.03\%\] {
    bottom: 6.03%;
  }

  .-left-32 {
    left: calc(var(--spacing) * -32);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/3 {
    left: 33.3333%;
  }

  .left-4 {
    left: calc(var(--spacing) * 4);
  }

  .left-\[-0\.04\%\] {
    left: -.04%;
  }

  .left-\[-0\.66\%\] {
    left: -.66%;
  }

  .left-\[-1px\] {
    left: -1px;
  }

  .left-\[-2px\] {
    left: -2px;
  }

  .left-\[24px\] {
    left: 24px;
  }

  .left-\[32px\] {
    left: 32px;
  }

  .left-\[42\.95\%\] {
    left: 42.95%;
  }

  .left-\[85px\] {
    left: 85px;
  }

  .left-\[160px\] {
    left: 160px;
  }

  .left-\[504px\] {
    left: 504px;
  }

  .left-\[527px\] {
    left: 527px;
  }

  .left-\[536px\] {
    left: 536px;
  }

  .left-\[541px\] {
    left: 541px;
  }

  .left-\[588px\] {
    left: 588px;
  }

  .left-\[620px\] {
    left: 620px;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .ms-\[24px\] {
    margin-inline-start: 24px;
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-\[80px\] {
    margin-bottom: 80px;
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline-block {
    display: inline-block;
  }

  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }

  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-72 {
    height: calc(var(--spacing) * 72);
  }

  .h-80 {
    height: calc(var(--spacing) * 80);
  }

  .h-96 {
    height: calc(var(--spacing) * 96);
  }

  .h-\[22\.5px\] {
    height: 22.5px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[34\.008px\] {
    height: 34.008px;
  }

  .h-\[36px\] {
    height: 36px;
  }

  .h-\[46\.5px\] {
    height: 46.5px;
  }

  .h-\[48px\] {
    height: 48px;
  }

  .h-\[55px\] {
    height: 55px;
  }

  .h-\[71px\] {
    height: 71px;
  }

  .h-\[72px\] {
    height: 72px;
  }

  .h-\[87px\] {
    height: 87px;
  }

  .h-\[96px\] {
    height: 96px;
  }

  .h-\[102\.03\%\] {
    height: 102.03%;
  }

  .h-\[125px\] {
    height: 125px;
  }

  .h-\[160px\] {
    height: 160px;
  }

  .h-\[167px\] {
    height: 167px;
  }

  .h-\[188px\] {
    height: 188px;
  }

  .h-\[193px\] {
    height: 193px;
  }

  .h-\[194px\] {
    height: 194px;
  }

  .h-\[204px\] {
    height: 204px;
  }

  .h-\[251px\] {
    height: 251px;
  }

  .h-\[252px\] {
    height: 252px;
  }

  .h-\[254px\] {
    height: 254px;
  }

  .h-\[280px\] {
    height: 280px;
  }

  .h-\[286px\] {
    height: 286px;
  }

  .h-\[289px\] {
    height: 289px;
  }

  .h-\[292px\] {
    height: 292px;
  }

  .h-\[295px\] {
    height: 295px;
  }

  .h-\[296px\] {
    height: 296px;
  }

  .h-\[297px\] {
    height: 297px;
  }

  .h-\[299px\] {
    height: 299px;
  }

  .h-\[300px\] {
    height: 300px;
  }

  .h-\[301px\] {
    height: 301px;
  }

  .h-\[302px\] {
    height: 302px;
  }

  .h-\[303px\] {
    height: 303px;
  }

  .h-\[305px\] {
    height: 305px;
  }

  .h-\[306px\] {
    height: 306px;
  }

  .h-\[309px\] {
    height: 309px;
  }

  .h-\[310px\] {
    height: 310px;
  }

  .h-\[311px\] {
    height: 311px;
  }

  .h-\[312px\] {
    height: 312px;
  }

  .h-\[318px\] {
    height: 318px;
  }

  .h-\[322px\] {
    height: 322px;
  }

  .h-\[327px\] {
    height: 327px;
  }

  .h-\[332px\] {
    height: 332px;
  }

  .h-\[346px\] {
    height: 346px;
  }

  .h-\[407px\] {
    height: 407px;
  }

  .h-\[425\.523px\] {
    height: 425.523px;
  }

  .h-\[445px\] {
    height: 445px;
  }

  .h-\[456px\] {
    height: 456px;
  }

  .h-\[472px\] {
    height: 472px;
  }

  .h-\[560px\] {
    height: 560px;
  }

  .h-\[592\.164px\] {
    height: 592.164px;
  }

  .h-\[624px\] {
    height: 624px;
  }

  .h-\[731px\] {
    height: 731px;
  }

  .h-\[835px\] {
    height: 835px;
  }

  .h-\[920px\] {
    height: 920px;
  }

  .h-\[1086px\] {
    height: 1086px;
  }

  .h-\[1190px\] {
    height: 1190px;
  }

  .h-\[1322px\] {
    height: 1322px;
  }

  .h-\[1407px\] {
    height: 1407px;
  }

  .h-\[1424px\] {
    height: 1424px;
  }

  .h-\[1473px\] {
    height: 1473px;
  }

  .h-\[1511px\] {
    height: 1511px;
  }

  .h-\[1518px\] {
    height: 1518px;
  }

  .h-\[1545px\] {
    height: 1545px;
  }

  .h-\[1567px\] {
    height: 1567px;
  }

  .h-\[1576px\] {
    height: 1576px;
  }

  .h-\[1622px\] {
    height: 1622px;
  }

  .h-\[1646px\] {
    height: 1646px;
  }

  .h-\[1670px\] {
    height: 1670px;
  }

  .h-\[1671px\] {
    height: 1671px;
  }

  .h-\[1754px\] {
    height: 1754px;
  }

  .h-\[1830px\] {
    height: 1830px;
  }

  .h-\[1845px\] {
    height: 1845px;
  }

  .h-\[1984px\] {
    height: 1984px;
  }

  .h-\[2088px\] {
    height: 2088px;
  }

  .h-\[2226px\] {
    height: 2226px;
  }

  .h-\[2258px\] {
    height: 2258px;
  }

  .h-\[2362px\] {
    height: 2362px;
  }

  .h-\[2378px\] {
    height: 2378px;
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[300px\] {
    max-height: 300px;
  }

  .min-h-px {
    min-height: 1px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-80 {
    width: calc(var(--spacing) * 80);
  }

  .w-96 {
    width: calc(var(--spacing) * 96);
  }

  .w-\[6\.195px\] {
    width: 6.195px;
  }

  .w-\[9\.109px\] {
    width: 9.109px;
  }

  .w-\[9\.766px\] {
    width: 9.766px;
  }

  .w-\[11\.063px\] {
    width: 11.063px;
  }

  .w-\[100\.08\%\] {
    width: 100.08%;
  }

  .w-\[102\.26\%\] {
    width: 102.26%;
  }

  .w-\[150px\] {
    width: 150px;
  }

  .w-\[162\.789px\] {
    width: 162.789px;
  }

  .w-\[167\.938px\] {
    width: 167.938px;
  }

  .w-\[222\.391px\] {
    width: 222.391px;
  }

  .w-\[254px\] {
    width: 254px;
  }

  .w-\[264px\] {
    width: 264px;
  }

  .w-\[271px\] {
    width: 271px;
  }

  .w-\[275px\] {
    width: 275px;
  }

  .w-\[279px\] {
    width: 279px;
  }

  .w-\[352\.258px\] {
    width: 352.258px;
  }

  .w-\[377px\] {
    width: 377px;
  }

  .w-\[381px\] {
    width: 381px;
  }

  .w-\[383px\] {
    width: 383px;
  }

  .w-\[385px\] {
    width: 385px;
  }

  .w-\[401px\] {
    width: 401px;
  }

  .w-\[417px\] {
    width: 417px;
  }

  .w-\[421\.367px\] {
    width: 421.367px;
  }

  .w-\[451px\] {
    width: 451px;
  }

  .w-\[455px\] {
    width: 455px;
  }

  .w-\[464px\] {
    width: 464px;
  }

  .w-\[479\.5px\] {
    width: 479.5px;
  }

  .w-\[533px\] {
    width: 533px;
  }

  .w-\[555px\] {
    width: 555px;
  }

  .w-\[556px\] {
    width: 556px;
  }

  .w-\[557\.206px\] {
    width: 557.206px;
  }

  .w-\[557px\] {
    width: 557px;
  }

  .w-\[558px\] {
    width: 558px;
  }

  .w-\[559px\] {
    width: 559px;
  }

  .w-\[560px\] {
    width: 560px;
  }

  .w-\[561px\] {
    width: 561px;
  }

  .w-\[562px\] {
    width: 562px;
  }

  .w-\[647px\] {
    width: 647px;
  }

  .w-\[656px\] {
    width: 656px;
  }

  .w-\[688px\] {
    width: 688px;
  }

  .w-\[891px\] {
    width: 891px;
  }

  .w-\[1007px\] {
    width: 1007px;
  }

  .w-\[1071px\] {
    width: 1071px;
  }

  .w-\[1101px\] {
    width: 1101px;
  }

  .w-\[min-content\] {
    width: min-content;
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .list-decimal {
    list-style-type: decimal;
  }

  .list-disc {
    list-style-type: disc;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .content-stretch {
    align-content: stretch;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[250px\] {
    gap: 250px;
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-\[1\.67772e\+07px\] {
    border-radius: 16777200px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[24px\] {
    border-radius: 24px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#49c1f5\] {
    border-color: #49c1f5;
  }

  .border-\[\#bdbdbd\] {
    border-color: #bdbdbd;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-input {
    border-color: var(--input);
  }

  .bg-\[\#00eca1\] {
    background-color: #00eca1;
  }

  .bg-\[\#49c1f5\] {
    background-color: #49c1f5;
  }

  .bg-\[\#091623\] {
    background-color: #091623;
  }

  .bg-\[\#c4edfc\] {
    background-color: #c4edfc;
  }

  .bg-\[\#c4ffe8\] {
    background-color: #c4ffe8;
  }

  .bg-\[\#ddf3ff\] {
    background-color: #ddf3ff;
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-input-background {
    background-color: var(--input-background);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[48px\] {
    padding-inline: 48px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-\[16px\] {
    padding-block: 16px;
  }

  .pt-\[24\.5px\] {
    padding-top: 24.5px;
  }

  .pt-\[24px\] {
    padding-top: 24px;
  }

  .pt-\[28px\] {
    padding-top: 28px;
  }

  .pr-\[0\.008px\] {
    padding-right: .008px;
  }

  .pr-\[153\.75px\] {
    padding-right: 153.75px;
  }

  .pr-\[911\.023px\] {
    padding-right: 911.023px;
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-\[24px\] {
    padding-bottom: 24px;
  }

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }

  .pl-\[24px\] {
    padding-left: 24px;
  }

  .pl-\[55\.992px\] {
    padding-left: 55.992px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-\[\'Poppins\:Bold\'\,sans-serif\] {
    font-family: Poppins\:Bold, sans-serif;
  }

  .font-\[\'Poppins\:Medium\'\,sans-serif\] {
    font-family: Poppins\:Medium, sans-serif;
  }

  .font-\[\'Poppins\:Regular\'\,sans-serif\] {
    font-family: Poppins\:Regular, sans-serif;
  }

  .font-\[\'Poppins\:SemiBold\'\,sans-serif\] {
    font-family: Poppins\:SemiBold, sans-serif;
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .font-\[800\] {
    --tw-font-weight: 800;
    font-weight: 800;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .text-\[\#00eca1\] {
    color: #00eca1;
  }

  .text-\[\#001cab\] {
    color: #001cab;
  }

  .text-\[\#009a73\] {
    color: #009a73;
  }

  .text-\[\#49c1f5\] {
    color: #49c1f5;
  }

  .text-\[\#091623\] {
    color: #091623;
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .not-italic {
    font-style: normal;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-15 {
    opacity: .15;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow-\[0px_1px_7px_0px_rgba\(15\,23\,42\,0\.1\)\] {
    --tw-shadow: 0px 1px 7px 0px var(--tw-shadow-color, #0f172a1a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition-\[color\,box-shadow\] {
    transition-property: color, box-shadow;
    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));
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @media (hover: hover) {
    .group-hover\:bg-\[\#00eca1\]:is(:where(.group):hover *) {
      background-color: #00eca1;
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-\[\#49c1f5\]:is(:where(.group):hover *) {
      background-color: #49c1f5;
    }
  }

  @media (hover: hover) {
    .group-hover\:stroke-\[\#00ECA1\]:is(:where(.group):hover *) {
      stroke: #00eca1;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#00ECA1\]:is(:where(.group):hover *) {
      color: #00eca1;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#00eca1\]:is(:where(.group):hover *) {
      color: #00eca1;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#49c1f5\]:is(:where(.group):hover *) {
      color: #49c1f5;
    }
  }

  .selection\:bg-primary ::selection, .selection\:bg-primary::selection {
    background-color: var(--primary);
  }

  .selection\:text-primary-foreground ::selection, .selection\:text-primary-foreground::selection {
    color: var(--primary-foreground);
  }

  .file\:inline-flex::file-selector-button {
    display: inline-flex;
  }

  .file\:h-7::file-selector-button {
    height: calc(var(--spacing) * 7);
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-transparent::file-selector-button {
    background-color: #0000;
  }

  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .file\:text-foreground::file-selector-button {
    color: var(--foreground);
  }

  .placeholder\:text-muted-foreground::placeholder {
    color: var(--muted-foreground);
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:border-\[\#00eca1\]:hover {
      border-color: #00eca1;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#49c1f5\]:hover {
      border-color: #49c1f5;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#00d991\]:hover {
      background-color: #00d991;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#3ab0e5\]:hover {
      background-color: #3ab0e5;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#00ECA1\]:hover {
      color: #00eca1;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#00eca1\]:hover {
      color: #00eca1;
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .dark\:bg-input\/30:is(.dark *) {
    background-color: var(--input);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-input\/30:is(.dark *) {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }

  .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }
}


:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@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-space-y-reverse {
  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: 0;
}

@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-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
