/*! 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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-leading: initial;
      --tw-tracking: 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 {
  .tailwind, .tailwind :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-black: #000;
    --spacing: .25rem;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --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 {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  .tailwind html, .tailwind :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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

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

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

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

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-5\.48\%_-6\.85\%_-7\.75\%_-6\.85\%\] {
    inset: -5.48% -6.85% -7.75%;
  }

  .tailwind .inset-\[-103\.12\%\] {
    inset: -103.12%;
  }

  .tailwind .inset-\[0\.91\%\] {
    inset: .91%;
  }

  .tailwind .inset-\[0_0\.11\%_1\.01\%_0\.91\%\] {
    inset: 0 .11% 1.01% .91%;
  }

  .tailwind .inset-\[4\.55\%\] {
    inset: 4.55%;
  }

  .tailwind .inset-\[4\.55\%_1\.82\%_5\.13\%_2\.73\%\] {
    inset: 4.55% 1.82% 5.13% 2.73%;
  }

  .tailwind .inset-\[4\.55\%_7\.57\%_4\.55\%_8\.18\%\] {
    inset: 4.55% 7.57% 4.55% 8.18%;
  }

  .tailwind .inset-\[4\.55\%_11\.82\%_4\.78\%_11\.82\%\] {
    inset: 4.55% 11.82% 4.78%;
  }

  .tailwind .inset-\[4\.55\%_11\.82\%_34\.55\%_11\.82\%\] {
    inset: 4.55% 11.82% 34.55%;
  }

  .tailwind .inset-\[5\.45\%_4\.55\%_4\.55\%_4\.55\%\] {
    inset: 5.45% 4.55% 4.55%;
  }

  .tailwind .inset-\[5\.45\%_38\.33\%_4\.55\%_38\.33\%\] {
    inset: 5.45% 38.33% 4.55%;
  }

  .tailwind .inset-\[6\.36\%_5\.45\%_5\.45\%_5\.45\%\] {
    inset: 6.36% 5.45% 5.45%;
  }

  .tailwind .inset-\[8\.18\%_11\.11\%_7\.27\%_11\.82\%\] {
    inset: 8.18% 11.11% 7.27% 11.82%;
  }

  .tailwind .inset-\[12\.68\%_-0\.17\%_6\.44\%_-0\.17\%\] {
    inset: 12.68% -.17% 6.44%;
  }

  .tailwind .inset-\[20\%_4\.55\%_19\.09\%_72\.12\%\] {
    inset: 20% 4.55% 19.09% 72.12%;
  }

  .tailwind .inset-\[20\%_72\.12\%_19\.09\%_4\.55\%\] {
    inset: 20% 72.12% 19.09% 4.55%;
  }

  .tailwind .inset-\[65\.45\%_34\.78\%_4\.78\%_35\.45\%\] {
    inset: 65.45% 34.78% 4.78% 35.45%;
  }

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

  .tailwind .top-\[-88\.58px\] {
    top: -88.58px;
  }

  .tailwind .top-\[-89\.29px\] {
    top: -89.29px;
  }

  .tailwind .top-\[-89px\] {
    top: -89px;
  }

  .tailwind .top-\[19\.71px\] {
    top: 19.71px;
  }

  .tailwind .top-\[27\.1px\] {
    top: 27.1px;
  }

  .tailwind .top-\[29\.37px\] {
    top: 29.37px;
  }

  .tailwind .top-\[29\.38px\] {
    top: 29.38px;
  }

  .tailwind .top-\[29\.42px\] {
    top: 29.42px;
  }

  .tailwind .top-\[29\.65px\] {
    top: 29.65px;
  }

  .tailwind .top-\[29\.71px\] {
    top: 29.71px;
  }

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

  .tailwind .top-\[36\.16px\] {
    top: 36.16px;
  }

  .tailwind .top-\[38\.47px\] {
    top: 38.47px;
  }

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

  .tailwind .top-\[49\.11px\] {
    top: 49.11px;
  }

  .tailwind .top-\[53\.47px\] {
    top: 53.47px;
  }

  .tailwind .top-\[57\.88px\] {
    top: 57.88px;
  }

  .tailwind .top-\[61\.93px\] {
    top: 61.93px;
  }

  .tailwind .top-\[65\.41px\] {
    top: 65.41px;
  }

  .tailwind .top-\[70\.59px\] {
    top: 70.59px;
  }

  .tailwind .top-\[79\.77px\] {
    top: 79.77px;
  }

  .tailwind .top-\[82\.03px\] {
    top: 82.03px;
  }

  .tailwind .top-\[88\.52px\] {
    top: 88.52px;
  }

  .tailwind .top-\[93\.17px\] {
    top: 93.17px;
  }

  .tailwind .top-\[95\.87px\] {
    top: 95.87px;
  }

  .tailwind .top-\[98\.53px\] {
    top: 98.53px;
  }

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

  .tailwind .top-\[108\.34px\] {
    top: 108.34px;
  }

  .tailwind .top-\[111\.33px\] {
    top: 111.33px;
  }

  .tailwind .top-\[113\.63px\] {
    top: 113.63px;
  }

  .tailwind .top-\[118\.54px\] {
    top: 118.54px;
  }

  .tailwind .top-\[133\.17px\] {
    top: 133.17px;
  }

  .tailwind .top-\[141\.36px\] {
    top: 141.36px;
  }

  .tailwind .top-\[148\.23px\] {
    top: 148.23px;
  }

  .tailwind .top-\[154\.33px\] {
    top: 154.33px;
  }

  .tailwind .top-\[160\.93px\] {
    top: 160.93px;
  }

  .tailwind .top-\[162\.41px\] {
    top: 162.41px;
  }

  .tailwind .top-\[169\.92px\] {
    top: 169.92px;
  }

  .tailwind .top-\[178\.34px\] {
    top: 178.34px;
  }

  .tailwind .top-\[180\.78px\] {
    top: 180.78px;
  }

  .tailwind .top-\[196\.27px\] {
    top: 196.27px;
  }

  .tailwind .top-\[198\.49px\] {
    top: 198.49px;
  }

  .tailwind .top-\[217\.5px\] {
    top: 217.5px;
  }

  .tailwind .top-\[220\.58px\] {
    top: 220.58px;
  }

  .tailwind .top-\[227\.78px\] {
    top: 227.78px;
  }

  .tailwind .top-\[245\.53px\] {
    top: 245.53px;
  }

  .tailwind .top-\[254\.88px\] {
    top: 254.88px;
  }

  .tailwind .top-\[266\.57px\] {
    top: 266.57px;
  }

  .tailwind .top-\[281\.98px\] {
    top: 281.98px;
  }

  .tailwind .top-\[295\.41px\] {
    top: 295.41px;
  }

  .tailwind .top-\[309\.08px\] {
    top: 309.08px;
  }

  .tailwind .top-\[335\.45px\] {
    top: 335.45px;
  }

  .tailwind .top-\[361\.08px\] {
    top: 361.08px;
  }

  .tailwind .top-\[387\.45px\] {
    top: 387.45px;
  }

  .tailwind .top-\[411\.62px\] {
    top: 411.62px;
  }

  .tailwind .top-\[437\.26px\] {
    top: 437.26px;
  }

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

  .tailwind .top-\[486\.33px\] {
    top: 486.33px;
  }

  .tailwind .right-\[-42px\] {
    right: -42px;
  }

  .tailwind .right-\[-63\.88px\] {
    right: -63.88px;
  }

  .tailwind .right-\[-68\.31px\] {
    right: -68.31px;
  }

  .tailwind .right-\[19\.31px\] {
    right: 19.31px;
  }

  .tailwind .right-\[23\.31px\] {
    right: 23.31px;
  }

  .tailwind .right-\[23\.56px\] {
    right: 23.56px;
  }

  .tailwind .right-\[23\.72px\] {
    right: 23.72px;
  }

  .tailwind .right-\[24\.31px\] {
    right: 24.31px;
  }

  .tailwind .right-\[26\.13px\] {
    right: 26.13px;
  }

  .tailwind .right-\[27\.72px\] {
    right: 27.72px;
  }

  .tailwind .right-\[28\.72px\] {
    right: 28.72px;
  }

  .tailwind .right-\[46\.56px\] {
    right: 46.56px;
  }

  .tailwind .right-\[46\.69px\] {
    right: 46.69px;
  }

  .tailwind .right-\[47\.13px\] {
    right: 47.13px;
  }

  .tailwind .right-\[52px\] {
    right: 52px;
  }

  .tailwind .right-\[99\.56px\] {
    right: 99.56px;
  }

  .tailwind .bottom-\[32px\] {
    bottom: 32px;
  }

  .tailwind .bottom-\[89\.54px\] {
    bottom: 89.54px;
  }

  .tailwind .bottom-\[90\.54px\] {
    bottom: 90.54px;
  }

  .tailwind .bottom-\[114\.54px\] {
    bottom: 114.54px;
  }

  .tailwind .bottom-\[116\.54px\] {
    bottom: 116.54px;
  }

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

  .tailwind .left-\[-42\.44px\] {
    left: -42.44px;
  }

  .tailwind .left-\[-42\.88px\] {
    left: -42.88px;
  }

  .tailwind .left-\[-42px\] {
    left: -42px;
  }

  .tailwind .left-\[-43\.31px\] {
    left: -43.31px;
  }

  .tailwind .left-\[-43\.44px\] {
    left: -43.44px;
  }

  .tailwind .left-\[-43px\] {
    left: -43px;
  }

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

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

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

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

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

  .tailwind .left-\[calc\(50\%\+1\.46px\)\] {
    left: calc(50% + 1.46px);
  }

  .tailwind .left-\[calc\(50\%\+1\.47px\)\] {
    left: calc(50% + 1.47px);
  }

  .tailwind .left-\[calc\(50\%\+27\.06px\)\] {
    left: calc(50% + 27.06px);
  }

  .tailwind .left-\[calc\(50\%\+27\.21px\)\] {
    left: calc(50% + 27.21px);
  }

  .tailwind .left-\[calc\(50\%\+40\.7px\)\] {
    left: calc(50% + 40.7px);
  }

  .tailwind .left-\[calc\(50\%\+40\.94px\)\] {
    left: calc(50% + 40.94px);
  }

  .tailwind .left-\[calc\(50\%\+49\.64px\)\] {
    left: calc(50% + 49.64px);
  }

  .tailwind .left-\[calc\(50\%\+49\.93px\)\] {
    left: calc(50% + 49.93px);
  }

  .tailwind .left-\[calc\(50\%\+67\.42px\)\] {
    left: calc(50% + 67.42px);
  }

  .tailwind .left-\[calc\(50\%\+67\.81px\)\] {
    left: calc(50% + 67.81px);
  }

  .tailwind .left-\[calc\(50\%\+140\.59px\)\] {
    left: calc(50% + 140.59px);
  }

  .tailwind .left-\[calc\(50\%\+140\.75px\)\] {
    left: calc(50% + 140.75px);
  }

  .tailwind .left-\[calc\(50\%\+211\.51px\)\] {
    left: calc(50% + 211.51px);
  }

  .tailwind .left-\[calc\(50\%\+211\.75px\)\] {
    left: calc(50% + 211.75px);
  }

  .tailwind .left-\[calc\(50\%\+257\.96px\)\] {
    left: calc(50% + 257.96px);
  }

  .tailwind .left-\[calc\(50\%\+258\.25px\)\] {
    left: calc(50% + 258.25px);
  }

  .tailwind .left-\[calc\(50\%\+350\.36px\)\] {
    left: calc(50% + 350.36px);
  }

  .tailwind .left-\[calc\(50\%\+350\.75px\)\] {
    left: calc(50% + 350.75px);
  }

  .tailwind .left-\[calc\(50\%-79\.13px\)\] {
    left: calc(50% - 79.13px);
  }

  .tailwind .left-\[calc\(50\%-79\.29px\)\] {
    left: calc(50% - 79.29px);
  }

  .tailwind .left-\[calc\(50\%-119\.05px\)\] {
    left: calc(50% - 119.05px);
  }

  .tailwind .left-\[calc\(50\%-119\.29px\)\] {
    left: calc(50% - 119.29px);
  }

  .tailwind .left-\[calc\(50\%-145\.19px\)\] {
    left: calc(50% - 145.19px);
  }

  .tailwind .left-\[calc\(50\%-145\.48px\)\] {
    left: calc(50% - 145.48px);
  }

  .tailwind .left-\[calc\(50\%-164\.83px\)\] {
    left: calc(50% - 164.83px);
  }

  .tailwind .left-\[calc\(50\%-164\.99px\)\] {
    left: calc(50% - 164.99px);
  }

  .tailwind .left-\[calc\(50\%-197\.2px\)\] {
    left: calc(50% - 197.2px);
  }

  .tailwind .left-\[calc\(50\%-197\.59px\)\] {
    left: calc(50% - 197.59px);
  }

  .tailwind .left-\[calc\(50\%-247\.98px\)\] {
    left: calc(50% - 247.98px);
  }

  .tailwind .left-\[calc\(50\%-248\.22px\)\] {
    left: calc(50% - 248.22px);
  }

  .tailwind .left-\[calc\(50\%-302\.44px\)\] {
    left: calc(50% - 302.44px);
  }

  .tailwind .left-\[calc\(50\%-302\.73px\)\] {
    left: calc(50% - 302.73px);
  }

  .tailwind .left-\[calc\(50\%-410\.77px\)\] {
    left: calc(50% - 410.77px);
  }

  .tailwind .left-\[calc\(50\%-411\.16px\)\] {
    left: calc(50% - 411.16px);
  }

  .tailwind .col-1 {
    grid-column: 1;
  }

  .tailwind .col-2 {
    grid-column: 2;
  }

  .tailwind .col-3 {
    grid-column: 3;
  }

  .tailwind .col-4 {
    grid-column: 4;
  }

  .tailwind .row-1 {
    grid-row: 1;
  }

  .tailwind .row-2 {
    grid-row: 2;
  }

  .tailwind .row-3 {
    grid-row: 3;
  }

  .tailwind .row-4 {
    grid-row: 4;
  }

  .tailwind .row-5 {
    grid-row: 5;
  }

  .tailwind .row-6 {
    grid-row: 6;
  }

  .tailwind .row-7 {
    grid-row: 7;
  }

  .tailwind .row-8 {
    grid-row: 8;
  }

  .tailwind .row-9 {
    grid-row: 9;
  }

  .tailwind .row-10 {
    grid-row: 10;
  }

  .tailwind .row-11 {
    grid-row: 11;
  }

  .tailwind .row-12 {
    grid-row: 12;
  }

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

  .tailwind .mt-\[3\.7px\] {
    margin-top: 3.7px;
  }

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

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

  .tailwind .ml-\[172px\] {
    margin-left: 172px;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .inline-grid {
    display: inline-grid;
  }

  .tailwind .size-\[10\.009px\] {
    width: 10.009px;
    height: 10.009px;
  }

  .tailwind .size-\[15\.058px\] {
    width: 15.058px;
    height: 15.058px;
  }

  .tailwind .size-\[18\.364px\] {
    width: 18.364px;
    height: 18.364px;
  }

  .tailwind .size-\[22\.332px\] {
    width: 22.332px;
    height: 22.332px;
  }

  .tailwind .size-\[24\.942px\] {
    width: 24.942px;
    height: 24.942px;
  }

  .tailwind .size-\[26\.273px\] {
    width: 26.273px;
    height: 26.273px;
  }

  .tailwind .size-\[38\.3px\] {
    width: 38.3px;
    height: 38.3px;
  }

  .tailwind .size-\[39\.527px\] {
    width: 39.527px;
    height: 39.527px;
  }

  .tailwind .size-\[48\.207px\] {
    width: 48.207px;
    height: 48.207px;
  }

  .tailwind .size-\[65\.473px\] {
    width: 65.473px;
    height: 65.473px;
  }

  .tailwind .size-\[80\.781px\] {
    width: 80.781px;
    height: 80.781px;
  }

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

  .tailwind .h-\[14\.6px\] {
    height: 14.6px;
  }

  .tailwind .h-\[18\.25px\] {
    height: 18.25px;
  }

  .tailwind .h-\[33\.78px\] {
    height: 33.78px;
  }

  .tailwind .h-\[40\.815px\] {
    height: 40.815px;
  }

  .tailwind .h-\[50\.82px\] {
    height: 50.82px;
  }

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

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

  .tailwind .h-\[61\.98px\] {
    height: 61.98px;
  }

  .tailwind .h-\[70\.206px\] {
    height: 70.206px;
  }

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

  .tailwind .h-\[84\.18px\] {
    height: 84.18px;
  }

  .tailwind .h-\[92\.307px\] {
    height: 92.307px;
  }

  .tailwind .h-\[105\.621px\] {
    height: 105.621px;
  }

  .tailwind .h-\[128\.815px\] {
    height: 128.815px;
  }

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

  .tailwind .h-\[174\.954px\] {
    height: 174.954px;
  }

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

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

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

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

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

  .tailwind .h-\[256\.54px\] {
    height: 256.54px;
  }

  .tailwind .h-\[256\.542px\] {
    height: 256.542px;
  }

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

  .tailwind .h-\[578\.613px\] {
    height: 578.613px;
  }

  .tailwind .h-\[626\.952px\] {
    height: 626.952px;
  }

  .tailwind .h-\[676\.757px\] {
    height: 676.757px;
  }

  .tailwind .h-\[728\.026px\] {
    height: 728.026px;
  }

  .tailwind .h-\[776\.366px\] {
    height: 776.366px;
  }

  .tailwind .h-\[829\.101px\] {
    height: 829.101px;
  }

  .tailwind .h-\[880\.37px\] {
    height: 880.37px;
  }

  .tailwind .h-\[933\.104px\] {
    height: 933.104px;
  }

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

  .tailwind .h-\[1041\.503px\] {
    height: 1041.5px;
  }

  .tailwind .h-\[1095\.702px\] {
    height: 1095.7px;
  }

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

  .tailwind .h-\[1211\.424px\] {
    height: 1211.42px;
  }

  .tailwind .h-\[1268\.553px\] {
    height: 1268.55px;
  }

  .tailwind .h-\[1328\.612px\] {
    height: 1328.61px;
  }

  .tailwind .h-\[1387\.205px\] {
    height: 1387.21px;
  }

  .tailwind .h-\[1444\.334px\] {
    height: 1444.33px;
  }

  .tailwind .h-\[1497\.068px\] {
    height: 1497.07px;
  }

  .tailwind .h-\[1551\.268px\] {
    height: 1551.27px;
  }

  .tailwind .h-full {
    height: 100%;
  }

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

  .tailwind .w-\[14\.6px\] {
    width: 14.6px;
  }

  .tailwind .w-\[18\.25px\] {
    width: 18.25px;
  }

  .tailwind .w-\[21\.582px\] {
    width: 21.582px;
  }

  .tailwind .w-\[32\.468px\] {
    width: 32.468px;
  }

  .tailwind .w-\[39\.598px\] {
    width: 39.598px;
  }

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

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

  .tailwind .w-\[91\.644px\] {
    width: 91.644px;
  }

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

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

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

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

  .tailwind .w-\[137\.873px\] {
    width: 137.873px;
  }

  .tailwind .w-\[168\.149px\] {
    width: 168.149px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[579\.345px\] {
    width: 579.345px;
  }

  .tailwind .w-\[627\.685px\] {
    width: 627.685px;
  }

  .tailwind .w-\[677\.489px\] {
    width: 677.489px;
  }

  .tailwind .w-\[728\.759px\] {
    width: 728.759px;
  }

  .tailwind .w-\[777\.099px\] {
    width: 777.099px;
  }

  .tailwind .w-\[829\.833px\] {
    width: 829.833px;
  }

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

  .tailwind .w-\[881\.102px\] {
    width: 881.102px;
  }

  .tailwind .w-\[933\.837px\] {
    width: 933.837px;
  }

  .tailwind .w-\[988\.036px\] {
    width: 988.036px;
  }

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

  .tailwind .w-\[1042\.235px\] {
    width: 1042.24px;
  }

  .tailwind .w-\[1096\.434px\] {
    width: 1096.43px;
  }

  .tailwind .w-\[1155\.028px\] {
    width: 1155.03px;
  }

  .tailwind .w-\[1212\.157px\] {
    width: 1212.16px;
  }

  .tailwind .w-\[1269\.286px\] {
    width: 1269.29px;
  }

  .tailwind .w-\[1329\.344px\] {
    width: 1329.34px;
  }

  .tailwind .w-\[1387\.938px\] {
    width: 1387.94px;
  }

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

  .tailwind .w-\[1445\.067px\] {
    width: 1445.07px;
  }

  .tailwind .w-\[1497\.801px\] {
    width: 1497.8px;
  }

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

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

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

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

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

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

  .tailwind .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

  .tailwind .flex-none {
    flex: none;
  }

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

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

  .tailwind .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-rotate-90 {
    rotate: -90deg;
  }

  .tailwind .rotate-180 {
    rotate: 180deg;
  }

  .tailwind .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .animate-pulse {
    animation: var(--animate-pulse);
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

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

  .tailwind .grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tailwind .grid-cols-\[repeat\(3\,minmax\(0\,1fr\)\)\] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tailwind .grid-cols-\[repeat\(4\,minmax\(0\,1fr\)\)\] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tailwind .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

  .tailwind .grid-rows-\[repeat\(3\,fit-content\(100\%\)\)\] {
    grid-template-rows: repeat(3, fit-content(100%));
  }

  .tailwind .grid-rows-\[repeat\(4\,fit-content\(100\%\)\)\] {
    grid-template-rows: repeat(4, fit-content(100%));
  }

  .tailwind .grid-rows-\[repeat\(6\,fit-content\(100\%\)\)\] {
    grid-template-rows: repeat(6, fit-content(100%));
  }

  .tailwind .grid-rows-\[repeat\(11\,fit-content\(100\%\)\)\] {
    grid-template-rows: repeat(11, fit-content(100%));
  }

  .tailwind .grid-rows-\[repeat\(12\,fit-content\(100\%\)\)\] {
    grid-template-rows: repeat(12, fit-content(100%));
  }

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

  .tailwind .flex-wrap {
    flex-wrap: wrap;
  }

  .tailwind .place-items-start {
    place-items: start;
  }

  .tailwind .content-start {
    align-content: flex-start;
  }

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

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

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

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

  .tailwind .gap-\[2\.189px\] {
    gap: 2.189px;
  }

  .tailwind .gap-\[3\.294px\] {
    gap: 3.294px;
  }

  .tailwind .gap-\[4\.017px\] {
    gap: 4.017px;
  }

  .tailwind .gap-\[5\.004px\] {
    gap: 5.004px;
  }

  .tailwind .gap-\[5\.456px\] {
    gap: 5.456px;
  }

  .tailwind .gap-\[7\.529px\] {
    gap: 7.529px;
  }

  .tailwind .gap-\[9\.182px\] {
    gap: 9.182px;
  }

  .tailwind .gap-\[9px\] {
    gap: 9px;
  }

  .tailwind .gap-\[10\.422px\] {
    gap: 10.422px;
  }

  .tailwind .gap-\[10px\] {
    gap: 10px;
  }

  .tailwind .gap-\[12\.471px\] {
    gap: 12.471px;
  }

  .tailwind .gap-\[12px\] {
    gap: 12px;
  }

  .tailwind .gap-\[20px\] {
    gap: 20px;
  }

  .tailwind .gap-\[23\.821px\] {
    gap: 23.821px;
  }

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

  .tailwind .gap-\[33px\] {
    gap: 33px;
  }

  .tailwind .gap-\[35px\] {
    gap: 35px;
  }

  .tailwind .gap-\[52px\] {
    gap: 52px;
  }

  .tailwind .gap-\[64px\] {
    gap: 64px;
  }

  .tailwind .gap-x-\[11\.75px\] {
    column-gap: 11.75px;
  }

  .tailwind .gap-y-\[11\.75px\] {
    row-gap: 11.75px;
  }

  .tailwind .self-stretch {
    align-self: stretch;
  }

  .tailwind .justify-self-stretch {
    justify-self: stretch;
  }

  .tailwind .overflow-clip {
    overflow: clip;
  }

  .tailwind .rounded {
    border-radius: .25rem;
  }

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

  .tailwind .rounded-\[14\.888px\] {
    border-radius: 14.888px;
  }

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

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

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

  .tailwind .rounded-\[312\.778px\] {
    border-radius: 312.778px;
  }

  .tailwind .rounded-\[470\.556px\] {
    border-radius: 470.556px;
  }

  .tailwind .rounded-\[573\.889px\] {
    border-radius: 573.889px;
  }

  .tailwind .rounded-\[779\.444px\] {
    border-radius: 779.444px;
  }

  .tailwind .bg-\[\#1b7560\] {
    background-color: #1b7560;
  }

  .tailwind .bg-\[\#1c1c1c\] {
    background-color: #1c1c1c;
  }

  .tailwind .bg-\[\#2d303c\] {
    background-color: #2d303c;
  }

  .tailwind .bg-\[\#3c2811\] {
    background-color: #3c2811;
  }

  .tailwind .bg-\[\#59ae9a\] {
    background-color: #59ae9a;
  }

  .tailwind .bg-\[\#80e1ca\] {
    background-color: #80e1ca;
  }

  .tailwind .bg-\[\#30302f\] {
    background-color: #30302f;
  }

  .tailwind .bg-\[\#88837e\] {
    background-color: #88837e;
  }

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

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

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

  .tailwind .bg-\[rgba\(28\,28\,28\,0\.2\)\] {
    background-color: #1c1c1c33;
  }

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

  .tailwind .object-contain {
    object-fit: contain;
  }

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

  .tailwind .p-\[3\.753px\] {
    padding: 3.753px;
  }

  .tailwind .p-\[5\.647px\] {
    padding: 5.647px;
  }

  .tailwind .p-\[6\.887px\] {
    padding: 6.887px;
  }

  .tailwind .p-\[9\.353px\] {
    padding: 9.353px;
  }

  .tailwind .p-\[30px\] {
    padding: 30px;
  }

  .tailwind .p-\[36px\] {
    padding: 36px;
  }

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

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

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

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

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

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

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

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

  .tailwind .pr-\[40px\] {
    padding-right: 40px;
  }

  .tailwind .pr-\[45px\] {
    padding-right: 45px;
  }

  .tailwind .pr-\[87px\] {
    padding-right: 87px;
  }

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

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

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

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

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

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

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

  .tailwind .font-\[\"Elza\:Medium\"\,sans-serif\] {
    font-family: Elza\:Medium, sans-serif;
  }

  .tailwind .font-\[\"Elza\:Regular\"\,sans-serif\] {
    font-family: Elza\:Regular, sans-serif;
  }

  .tailwind .font-\[\"Elza\:Semibold\"\,sans-serif\] {
    font-family: Elza\:Semibold, sans-serif;
  }

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

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

  .tailwind .font-\[\'Elza\:Semibold\'\,sans-serif\] {
    font-family: Elza\:Semibold, sans-serif;
  }

  .tailwind .font-\[\'Tobias\:Light\'\,sans-serif\] {
    font-family: Tobias\:Light, sans-serif;
  }

  .tailwind .text-\[6\.881px\] {
    font-size: 6.881px;
  }

  .tailwind .text-\[10\.352px\] {
    font-size: 10.352px;
  }

  .tailwind .text-\[12\.626px\] {
    font-size: 12.626px;
  }

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

  .tailwind .text-\[17\.148px\] {
    font-size: 17.148px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .text-\[69\.22px\] {
    font-size: 69.22px;
  }

  .tailwind .text-\[104\.217px\] {
    font-size: 104.217px;
  }

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

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

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

  .tailwind .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .tailwind .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .tailwind .tracking-\[-0\.6px\] {
    --tw-tracking: -.6px;
    letter-spacing: -.6px;
  }

  .tailwind .tracking-\[-0\.66px\] {
    --tw-tracking: -.66px;
    letter-spacing: -.66px;
  }

  .tailwind .tracking-\[-0\.88px\] {
    --tw-tracking: -.88px;
    letter-spacing: -.88px;
  }

  .tailwind .tracking-\[-0\.96px\] {
    --tw-tracking: -.96px;
    letter-spacing: -.96px;
  }

  .tailwind .tracking-\[-2\.2px\] {
    --tw-tracking: -2.2px;
    letter-spacing: -2.2px;
  }

  .tailwind .tracking-\[-2\.7688px\] {
    --tw-tracking: -2.7688px;
    letter-spacing: -2.7688px;
  }

  .tailwind .tracking-\[-4\.1687px\] {
    --tw-tracking: -4.1687px;
    letter-spacing: -4.1687px;
  }

  .tailwind .tracking-\[0\.4129px\] {
    --tw-tracking: .4129px;
    letter-spacing: .4129px;
  }

  .tailwind .tracking-\[0\.6211px\] {
    --tw-tracking: .6211px;
    letter-spacing: .6211px;
  }

  .tailwind .tracking-\[0\.7575px\] {
    --tw-tracking: .7575px;
    letter-spacing: .7575px;
  }

  .tailwind .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }

  .tailwind .tracking-\[1\.08px\] {
    --tw-tracking: 1.08px;
    letter-spacing: 1.08px;
  }

  .tailwind .tracking-\[1\.0289px\] {
    --tw-tracking: 1.0289px;
    letter-spacing: 1.0289px;
  }

  .tailwind .whitespace-nowrap {
    white-space: nowrap;
  }

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

  .tailwind .text-\[\#1c1c1c\] {
    color: #1c1c1c;
  }

  .tailwind .text-\[\#5e4f92\] {
    color: #5e4f92;
  }

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

  .tailwind .uppercase {
    text-transform: uppercase;
  }

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

  .tailwind .opacity-70 {
    opacity: .7;
  }

  .tailwind .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + 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);
  }

  .tailwind .blur-\[40px\] {
    --tw-blur: blur(40px);
    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, );
  }

  .tailwind .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, );
  }

  .tailwind .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

@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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

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

@property --tw-tracking {
  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
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}
