/*! 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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;
      --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;
      --tw-duration: 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;
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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-auto {
    pointer-events: auto;
  }

  .tailwind .pointer-events-none {
    pointer-events: none;
  }

  .tailwind .\!visible {
    visibility: visible !important;
  }

  .tailwind .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .sticky {
    position: sticky;
  }

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

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

  .tailwind .inset-\[-0\.5px_0\] {
    inset: -.5px 0;
  }

  .tailwind .inset-\[-1\.11\%_-5\.49\%_-0\.5\%_-5\.9\%\] {
    inset: -1.11% -5.49% -.5% -5.9%;
  }

  .tailwind .inset-\[-1\.19\%_-5\.49\%_-0\.64\%_-6\.14\%\] {
    inset: -1.19% -5.49% -.64% -6.14%;
  }

  .tailwind .inset-\[-1\.19\%_-5\.86\%_-0\.53\%_-6\.29\%\] {
    inset: -1.19% -5.86% -.53% -6.29%;
  }

  .tailwind .inset-\[-1\.27\%_-5\.86\%_-0\.68\%_-6\.55\%\] {
    inset: -1.27% -5.86% -.68% -6.55%;
  }

  .tailwind .inset-\[-8\.33\%\] {
    inset: -8.33%;
  }

  .tailwind .inset-\[-10\%_-6\.25\%\] {
    inset: -10% -6.25%;
  }

  .tailwind .inset-\[-16\.67\%_-15\.39\%\] {
    inset: -16.67% -15.39%;
  }

  .tailwind .inset-\[29\.17\%_16\.67\%\] {
    inset: 29.17% 16.67%;
  }

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

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

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

  .tailwind .top-\[-0\.55\%\] {
    top: -.55%;
  }

  .tailwind .top-\[-4\.25\%\] {
    top: -4.25%;
  }

  .tailwind .top-\[-6\.84\%\] {
    top: -6.84%;
  }

  .tailwind .top-\[-7\.01\%\] {
    top: -7.01%;
  }

  .tailwind .top-\[-8\.83\%\] {
    top: -8.83%;
  }

  .tailwind .top-\[-9\.37\%\] {
    top: -9.37%;
  }

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

  .tailwind .top-\[1\.66px\] {
    top: 1.66px;
  }

  .tailwind .top-\[1\.96px\] {
    top: 1.96px;
  }

  .tailwind .top-\[2\.498px\] {
    top: 2.498px;
  }

  .tailwind .top-\[3\.33px\] {
    top: 3.33px;
  }

  .tailwind .top-\[3\.65px\] {
    top: 3.65px;
  }

  .tailwind .top-\[3\.383px\] {
    top: 3.383px;
  }

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

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

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

  .tailwind .top-\[5\.02px\] {
    top: 5.02px;
  }

  .tailwind .top-\[8\.08px\] {
    top: 8.08px;
  }

  .tailwind .top-\[8\.86px\] {
    top: 8.86px;
  }

  .tailwind .top-\[15\.06px\] {
    top: 15.06px;
  }

  .tailwind .top-\[15\.37px\] {
    top: 15.37px;
  }

  .tailwind .top-\[15\.61px\] {
    top: 15.61px;
  }

  .tailwind .top-\[15\.93px\] {
    top: 15.93px;
  }

  .tailwind .top-\[19\.68px\] {
    top: 19.68px;
  }

  .tailwind .top-\[20\.07px\] {
    top: 20.07px;
  }

  .tailwind .top-\[20\.53px\] {
    top: 20.53px;
  }

  .tailwind .top-\[20\.91px\] {
    top: 20.91px;
  }

  .tailwind .top-\[20\.95px\] {
    top: 20.95px;
  }

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

  .tailwind .top-\[21\.33px\] {
    top: 21.33px;
  }

  .tailwind .top-\[27\.15px\] {
    top: 27.15px;
  }

  .tailwind .top-\[28\.14px\] {
    top: 28.14px;
  }

  .tailwind .top-\[28\.59px\] {
    top: 28.59px;
  }

  .tailwind .top-\[29\.17px\] {
    top: 29.17px;
  }

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

  .tailwind .top-\[31\.29px\] {
    top: 31.29px;
  }

  .tailwind .top-\[31\.95px\] {
    top: 31.95px;
  }

  .tailwind .top-\[35\.29px\] {
    top: 35.29px;
  }

  .tailwind .top-\[35\.46px\] {
    top: 35.46px;
  }

  .tailwind .top-\[36\.52px\] {
    top: 36.52px;
  }

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

  .tailwind .top-\[37\.25px\] {
    top: 37.25px;
  }

  .tailwind .top-\[37\.51px\] {
    top: 37.51px;
  }

  .tailwind .top-\[37\.67px\] {
    top: 37.67px;
  }

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

  .tailwind .top-\[38\.26px\] {
    top: 38.26px;
  }

  .tailwind .top-\[38\.58px\] {
    top: 38.58px;
  }

  .tailwind .top-\[38\.74px\] {
    top: 38.74px;
  }

  .tailwind .top-\[39\.52px\] {
    top: 39.52px;
  }

  .tailwind .top-\[39\.96px\] {
    top: 39.96px;
  }

  .tailwind .top-\[44\.21px\] {
    top: 44.21px;
  }

  .tailwind .top-\[45\.09px\] {
    top: 45.09px;
  }

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

  .tailwind .top-\[49\.8px\] {
    top: 49.8px;
  }

  .tailwind .top-\[50\.81px\] {
    top: 50.81px;
  }

  .tailwind .top-\[51\.52px\] {
    top: 51.52px;
  }

  .tailwind .top-\[53\.12px\] {
    top: 53.12px;
  }

  .tailwind .top-\[54\.19px\] {
    top: 54.19px;
  }

  .tailwind .top-\[54\.35px\] {
    top: 54.35px;
  }

  .tailwind .top-\[55\.28px\] {
    top: 55.28px;
  }

  .tailwind .top-\[55\.44px\] {
    top: 55.44px;
  }

  .tailwind .top-\[56\.86px\] {
    top: 56.86px;
  }

  .tailwind .top-\[60\.86px\] {
    top: 60.86px;
  }

  .tailwind .top-\[62\.08px\] {
    top: 62.08px;
  }

  .tailwind .top-\[63\.59px\] {
    top: 63.59px;
  }

  .tailwind .top-\[65\.42px\] {
    top: 65.42px;
  }

  .tailwind .top-\[65\.81px\] {
    top: 65.81px;
  }

  .tailwind .top-\[66\.73px\] {
    top: 66.73px;
  }

  .tailwind .top-\[67\.57px\] {
    top: 67.57px;
  }

  .tailwind .top-\[67\.59px\] {
    top: 67.59px;
  }

  .tailwind .top-\[68\.93px\] {
    top: 68.93px;
  }

  .tailwind .top-\[69\.81px\] {
    top: 69.81px;
  }

  .tailwind .top-\[79\.66px\] {
    top: 79.66px;
  }

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

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

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

  .tailwind .top-\[109\.66px\] {
    top: 109.66px;
  }

  .tailwind .top-\[117\.88px\] {
    top: 117.88px;
  }

  .tailwind .top-\[121\.76px\] {
    top: 121.76px;
  }

  .tailwind .top-\[123\.74px\] {
    top: 123.74px;
  }

  .tailwind .top-\[126\.23px\] {
    top: 126.23px;
  }

  .tailwind .top-\[222\.13px\] {
    top: 222.13px;
  }

  .tailwind .top-\[calc\(50\%\+0\.3px\)\] {
    top: calc(50% + .3px);
  }

  .tailwind .top-\[calc\(50\%\+0\.68px\)\] {
    top: calc(50% + .68px);
  }

  .tailwind .top-\[calc\(50\%\+0\.91px\)\] {
    top: calc(50% + .91px);
  }

  .tailwind .top-\[calc\(50\%\+0\.225px\)\] {
    top: calc(50% + .225px);
  }

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

  .tailwind .right-\[5\.4px\] {
    right: 5.4px;
  }

  .tailwind .right-\[11\.08px\] {
    right: 11.08px;
  }

  .tailwind .right-\[20\.62px\] {
    right: 20.62px;
  }

  .tailwind .right-\[26\.59px\] {
    right: 26.59px;
  }

  .tailwind .right-\[29\.36px\] {
    right: 29.36px;
  }

  .tailwind .right-\[37\.53px\] {
    right: 37.53px;
  }

  .tailwind .right-\[46\.54px\] {
    right: 46.54px;
  }

  .tailwind .right-\[60\.94px\] {
    right: 60.94px;
  }

  .tailwind .right-\[61\.49px\] {
    right: 61.49px;
  }

  .tailwind .right-\[70\.17px\] {
    right: 70.17px;
  }

  .tailwind .right-\[75\.44px\] {
    right: 75.44px;
  }

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

  .tailwind .right-\[86\.98px\] {
    right: 86.98px;
  }

  .tailwind .right-\[88\.64px\] {
    right: 88.64px;
  }

  .tailwind .right-\[90\.14px\] {
    right: 90.14px;
  }

  .tailwind .right-\[102\.03px\] {
    right: 102.03px;
  }

  .tailwind .right-\[104\.8px\] {
    right: 104.8px;
  }

  .tailwind .right-\[117\.03px\] {
    right: 117.03px;
  }

  .tailwind .right-\[121\.97px\] {
    right: 121.97px;
  }

  .tailwind .right-\[136\.38px\] {
    right: 136.38px;
  }

  .tailwind .right-\[136\.93px\] {
    right: 136.93px;
  }

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

  .tailwind .right-\[164\.08px\] {
    right: 164.08px;
  }

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

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

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

  .tailwind .left-\[-1\.36\%\] {
    left: -1.36%;
  }

  .tailwind .left-\[-16\.47\%\] {
    left: -16.47%;
  }

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

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

  .tailwind .left-\[5\.58px\] {
    left: 5.58px;
  }

  .tailwind .left-\[5\.69px\] {
    left: 5.69px;
  }

  .tailwind .left-\[6\.5px\] {
    left: 6.5px;
  }

  .tailwind .left-\[6\.63px\] {
    left: 6.63px;
  }

  .tailwind .left-\[11\.94px\] {
    left: 11.94px;
  }

  .tailwind .left-\[15\.945px\] {
    left: 15.945px;
  }

  .tailwind .left-\[20\.64px\] {
    left: 20.64px;
  }

  .tailwind .left-\[20\.95px\] {
    left: 20.95px;
  }

  .tailwind .left-\[21\.05px\] {
    left: 21.05px;
  }

  .tailwind .left-\[21\.26px\] {
    left: 21.26px;
  }

  .tailwind .left-\[21\.37px\] {
    left: 21.37px;
  }

  .tailwind .left-\[28\.88px\] {
    left: 28.88px;
  }

  .tailwind .left-\[28\.95px\] {
    left: 28.95px;
  }

  .tailwind .left-\[29\.53px\] {
    left: 29.53px;
  }

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

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

  .tailwind .left-\[39\.25px\] {
    left: 39.25px;
  }

  .tailwind .left-\[39\.55px\] {
    left: 39.55px;
  }

  .tailwind .left-\[40\.01px\] {
    left: 40.01px;
  }

  .tailwind .left-\[40\.35px\] {
    left: 40.35px;
  }

  .tailwind .left-\[40\.81px\] {
    left: 40.81px;
  }

  .tailwind .left-\[44\.573px\] {
    left: 44.573px;
  }

  .tailwind .left-\[47\.44px\] {
    left: 47.44px;
  }

  .tailwind .left-\[48\.36px\] {
    left: 48.36px;
  }

  .tailwind .left-\[48\.39px\] {
    left: 48.39px;
  }

  .tailwind .left-\[48\.62px\] {
    left: 48.62px;
  }

  .tailwind .left-\[49\.33px\] {
    left: 49.33px;
  }

  .tailwind .left-\[49\.59px\] {
    left: 49.59px;
  }

  .tailwind .left-\[54\.77px\] {
    left: 54.77px;
  }

  .tailwind .left-\[55\.87px\] {
    left: 55.87px;
  }

  .tailwind .left-\[57\.89px\] {
    left: 57.89px;
  }

  .tailwind .left-\[59\.06px\] {
    left: 59.06px;
  }

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

  .tailwind .left-\[61\.92px\] {
    left: 61.92px;
  }

  .tailwind .left-\[62\.5px\] {
    left: 62.5px;
  }

  .tailwind .left-\[62\.81px\] {
    left: 62.81px;
  }

  .tailwind .left-\[63\.76px\] {
    left: 63.76px;
  }

  .tailwind .left-\[63\.99px\] {
    left: 63.99px;
  }

  .tailwind .left-\[64\.07px\] {
    left: 64.07px;
  }

  .tailwind .left-\[70\.8px\] {
    left: 70.8px;
  }

  .tailwind .left-\[72\.23px\] {
    left: 72.23px;
  }

  .tailwind .left-\[78\.83px\] {
    left: 78.83px;
  }

  .tailwind .left-\[80\.33px\] {
    left: 80.33px;
  }

  .tailwind .left-\[81\.87px\] {
    left: 81.87px;
  }

  .tailwind .left-\[81\.95px\] {
    left: 81.95px;
  }

  .tailwind .left-\[83\.52px\] {
    left: 83.52px;
  }

  .tailwind .left-\[89\.23px\] {
    left: 89.23px;
  }

  .tailwind .left-\[90\.47px\] {
    left: 90.47px;
  }

  .tailwind .left-\[92\.29px\] {
    left: 92.29px;
  }

  .tailwind .left-\[96\.63px\] {
    left: 96.63px;
  }

  .tailwind .left-\[98\.57px\] {
    left: 98.57px;
  }

  .tailwind .left-\[145\.04px\] {
    left: 145.04px;
  }

  .tailwind .left-\[146\.71px\] {
    left: 146.71px;
  }

  .tailwind .left-\[calc\(50\%\+99\.84px\)\] {
    left: calc(50% + 99.84px);
  }

  .tailwind .left-\[calc\(50\%\+133\.12px\)\] {
    left: calc(50% + 133.12px);
  }

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

  .tailwind .left-\[calc\(50\%-133\.12px\)\] {
    left: calc(50% - 133.12px);
  }

  .tailwind .isolate {
    isolation: isolate;
  }

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

  .tailwind .z-40 {
    z-index: 40;
  }

  .tailwind .z-50 {
    z-index: 50;
  }

  .tailwind .z-\[1\] {
    z-index: 1;
  }

  .tailwind .z-\[2\] {
    z-index: 2;
  }

  .tailwind .z-\[3\] {
    z-index: 3;
  }

  .tailwind .z-\[4\] {
    z-index: 4;
  }

  .tailwind .z-\[5\] {
    z-index: 5;
  }

  .tailwind .z-\[6\] {
    z-index: 6;
  }

  .tailwind .z-\[7\] {
    z-index: 7;
  }

  .tailwind .z-\[8\] {
    z-index: 8;
  }

  .tailwind .z-\[9\] {
    z-index: 9;
  }

  .tailwind .z-\[10\] {
    z-index: 10;
  }

  .tailwind .z-\[9999\] {
    z-index: 9999;
  }

  .tailwind .z-\[999999\] {
    z-index: 999999;
  }

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

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

  .tailwind .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .tailwind .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .tailwind .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .tailwind .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .tailwind .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .tailwind .container {
      max-width: 96rem;
    }
  }

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

  .tailwind .mt-\[3\.4px\] {
    margin-top: 3.4px;
  }

  .tailwind .mt-\[14px\] {
    margin-top: 14px;
  }

  .tailwind .mr-\[-3\.410px\] {
    margin-right: -3.41px;
  }

  .tailwind .mr-\[-4\.546px\] {
    margin-right: -4.546px;
  }

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

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

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

  .tailwind .ml-\[9\.35px\] {
    margin-left: 9.35px;
  }

  .tailwind .ml-\[59\.68px\] {
    margin-left: 59.68px;
  }

  .tailwind .ml-\[59\.84px\] {
    margin-left: 59.84px;
  }

  .tailwind .ml-\[121\.54px\] {
    margin-left: 121.54px;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

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

  .tailwind .aspect-\[287\/161\] {
    aspect-ratio: 287 / 161;
  }

  .tailwind .aspect-\[287\/167\] {
    aspect-ratio: 287 / 167;
  }

  .tailwind .aspect-\[287\/189\] {
    aspect-ratio: 287 / 189;
  }

  .tailwind .aspect-\[287\/199\] {
    aspect-ratio: 287 / 199;
  }

  .tailwind .aspect-\[287\/210\] {
    aspect-ratio: 287 / 210;
  }

  .tailwind .aspect-\[287\/283\] {
    aspect-ratio: 287 / 283;
  }

  .tailwind .aspect-\[287\/358\] {
    aspect-ratio: 287 / 358;
  }

  .tailwind .aspect-\[287\/370\] {
    aspect-ratio: 287 / 370;
  }

  .tailwind .aspect-\[287\/373\] {
    aspect-ratio: 287 / 373;
  }

  .tailwind .aspect-\[476\/308\] {
    aspect-ratio: 476 / 308;
  }

  .tailwind .aspect-\[476\/351\] {
    aspect-ratio: 476 / 351;
  }

  .tailwind .aspect-\[476\/367\] {
    aspect-ratio: 476 / 367;
  }

  .tailwind .aspect-\[476\/371\] {
    aspect-ratio: 476 / 371;
  }

  .tailwind .aspect-\[476\/528\] {
    aspect-ratio: 476 / 528;
  }

  .tailwind .aspect-\[476\/529\] {
    aspect-ratio: 476 / 529;
  }

  .tailwind .aspect-\[476\/659\] {
    aspect-ratio: 476 / 659;
  }

  .tailwind .aspect-\[600\/308\] {
    aspect-ratio: 600 / 308;
  }

  .tailwind .aspect-\[600\/482\.5\] {
    aspect-ratio: 600 / 482.5;
  }

  .tailwind .aspect-\[600\/665\] {
    aspect-ratio: 600 / 665;
  }

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

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

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

  .tailwind .size-\[45\.608px\] {
    width: 45.608px;
    height: 45.608px;
  }

  .tailwind .size-\[53\.747px\] {
    width: 53.747px;
    height: 53.747px;
  }

  .tailwind .size-\[60\.811px\] {
    width: 60.811px;
    height: 60.811px;
  }

  .tailwind .size-\[71\.663px\] {
    width: 71.663px;
    height: 71.663px;
  }

  .tailwind .size-\[76\.909px\] {
    width: 76.909px;
    height: 76.909px;
  }

  .tailwind .size-\[102\.545px\] {
    width: 102.545px;
    height: 102.545px;
  }

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

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

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

  .tailwind .h-\[2\.655px\] {
    height: 2.655px;
  }

  .tailwind .h-\[4\.041px\] {
    height: 4.041px;
  }

  .tailwind .h-\[6\.21px\] {
    height: 6.21px;
  }

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

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

  .tailwind .h-\[18\.493px\] {
    height: 18.493px;
  }

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

  .tailwind .h-\[25\.574px\] {
    height: 25.574px;
  }

  .tailwind .h-\[30\.014px\] {
    height: 30.014px;
  }

  .tailwind .h-\[30\.77px\] {
    height: 30.77px;
  }

  .tailwind .h-\[30\.164px\] {
    height: 30.164px;
  }

  .tailwind .h-\[30\.165px\] {
    height: 30.165px;
  }

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

  .tailwind .h-\[30\.244px\] {
    height: 30.244px;
  }

  .tailwind .h-\[30\.771px\] {
    height: 30.771px;
  }

  .tailwind .h-\[30\.772px\] {
    height: 30.772px;
  }

  .tailwind .h-\[30\.773px\] {
    height: 30.773px;
  }

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

  .tailwind .h-\[34\.098px\] {
    height: 34.098px;
  }

  .tailwind .h-\[46\.918px\] {
    height: 46.918px;
  }

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

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

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

  .tailwind .h-\[54\.356px\] {
    height: 54.356px;
  }

  .tailwind .h-\[54\.357px\] {
    height: 54.357px;
  }

  .tailwind .h-\[54\.358px\] {
    height: 54.358px;
  }

  .tailwind .h-\[54\.359px\] {
    height: 54.359px;
  }

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

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

  .tailwind .h-\[59\.081px\] {
    height: 59.081px;
  }

  .tailwind .h-\[59\.273px\] {
    height: 59.273px;
  }

  .tailwind .h-\[59\.428px\] {
    height: 59.428px;
  }

  .tailwind .h-\[63\.396px\] {
    height: 63.396px;
  }

  .tailwind .h-\[63\.728px\] {
    height: 63.728px;
  }

  .tailwind .h-\[64\.007px\] {
    height: 64.007px;
  }

  .tailwind .h-\[74\.538px\] {
    height: 74.538px;
  }

  .tailwind .h-\[74\.741px\] {
    height: 74.741px;
  }

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

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

  .tailwind .h-\[81\.336px\] {
    height: 81.336px;
  }

  .tailwind .h-\[89\.561px\] {
    height: 89.561px;
  }

  .tailwind .h-\[90\.018px\] {
    height: 90.018px;
  }

  .tailwind .h-\[99\.608px\] {
    height: 99.608px;
  }

  .tailwind .h-\[104\.706px\] {
    height: 104.706px;
  }

  .tailwind .h-\[104\.979px\] {
    height: 104.979px;
  }

  .tailwind .h-\[108\.448px\] {
    height: 108.448px;
  }

  .tailwind .h-\[109\.421px\] {
    height: 109.421px;
  }

  .tailwind .h-\[117\.24\%\] {
    height: 117.24%;
  }

  .tailwind .h-\[117\.77\%\] {
    height: 117.77%;
  }

  .tailwind .h-\[117\.612px\] {
    height: 117.612px;
  }

  .tailwind .h-\[119\.415px\] {
    height: 119.415px;
  }

  .tailwind .h-\[119\.978px\] {
    height: 119.978px;
  }

  .tailwind .h-\[120\.024px\] {
    height: 120.024px;
  }

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

  .tailwind .h-\[134\.683px\] {
    height: 134.683px;
  }

  .tailwind .h-\[136\.95\%\] {
    height: 136.95%;
  }

  .tailwind .h-\[142\.52\%\] {
    height: 142.52%;
  }

  .tailwind .h-\[155\.51\%\] {
    height: 155.51%;
  }

  .tailwind .h-\[165\.65\%\] {
    height: 165.65%;
  }

  .tailwind .h-\[168\.51\%\] {
    height: 168.51%;
  }

  .tailwind .h-\[172\.535px\] {
    height: 172.535px;
  }

  .tailwind .h-\[174\.754px\] {
    height: 174.754px;
  }

  .tailwind .h-\[175\.550px\] {
    height: 175.55px;
  }

  .tailwind .h-\[189\.533px\] {
    height: 189.533px;
  }

  .tailwind .h-\[200\%\] {
    height: 200%;
  }

  .tailwind .h-\[211\.937px\] {
    height: 211.937px;
  }

  .tailwind .h-\[233\.005px\] {
    height: 233.005px;
  }

  .tailwind .h-\[234\.067px\] {
    height: 234.067px;
  }

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

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

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

  .tailwind .w-\[2\.07px\] {
    width: 2.07px;
  }

  .tailwind .w-\[3\.435px\] {
    width: 3.435px;
  }

  .tailwind .w-\[5\.949px\] {
    width: 5.949px;
  }

  .tailwind .w-\[6\.9px\] {
    width: 6.9px;
  }

  .tailwind .w-\[6\.764px\] {
    width: 6.764px;
  }

  .tailwind .w-\[6\.928px\] {
    width: 6.928px;
  }

  .tailwind .w-\[12\.188px\] {
    width: 12.188px;
  }

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

  .tailwind .w-\[14\.604px\] {
    width: 14.604px;
  }

  .tailwind .w-\[18\.541px\] {
    width: 18.541px;
  }

  .tailwind .w-\[18\.913px\] {
    width: 18.913px;
  }

  .tailwind .w-\[21\.954px\] {
    width: 21.954px;
  }

  .tailwind .w-\[22\.079px\] {
    width: 22.079px;
  }

  .tailwind .w-\[22\.395px\] {
    width: 22.395px;
  }

  .tailwind .w-\[25\.574px\] {
    width: 25.574px;
  }

  .tailwind .w-\[28\.877px\] {
    width: 28.877px;
  }

  .tailwind .w-\[28\.992px\] {
    width: 28.992px;
  }

  .tailwind .w-\[29\.82px\] {
    width: 29.82px;
  }

  .tailwind .w-\[29\.816px\] {
    width: 29.816px;
  }

  .tailwind .w-\[29\.824px\] {
    width: 29.824px;
  }

  .tailwind .w-\[29\.828px\] {
    width: 29.828px;
  }

  .tailwind .w-\[30\.42px\] {
    width: 30.42px;
  }

  .tailwind .w-\[30\.415px\] {
    width: 30.415px;
  }

  .tailwind .w-\[30\.419px\] {
    width: 30.419px;
  }

  .tailwind .w-\[30\.423px\] {
    width: 30.423px;
  }

  .tailwind .w-\[30\.427px\] {
    width: 30.427px;
  }

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

  .tailwind .w-\[33\.41px\] {
    width: 33.41px;
  }

  .tailwind .w-\[34\.098px\] {
    width: 34.098px;
  }

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

  .tailwind .w-\[39\.56px\] {
    width: 39.56px;
  }

  .tailwind .w-\[39\.754px\] {
    width: 39.754px;
  }

  .tailwind .w-\[40\.592px\] {
    width: 40.592px;
  }

  .tailwind .w-\[49\.333px\] {
    width: 49.333px;
  }

  .tailwind .w-\[53\.005px\] {
    width: 53.005px;
  }

  .tailwind .w-\[53\.74px\] {
    width: 53.74px;
  }

  .tailwind .w-\[53\.737px\] {
    width: 53.737px;
  }

  .tailwind .w-\[53\.739px\] {
    width: 53.739px;
  }

  .tailwind .w-\[53\.742px\] {
    width: 53.742px;
  }

  .tailwind .w-\[53\.743px\] {
    width: 53.743px;
  }

  .tailwind .w-\[53\.744px\] {
    width: 53.744px;
  }

  .tailwind .w-\[53\.745px\] {
    width: 53.745px;
  }

  .tailwind .w-\[53\.747px\] {
    width: 53.747px;
  }

  .tailwind .w-\[54\.123px\] {
    width: 54.123px;
  }

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

  .tailwind .w-\[101\.37\%\] {
    width: 101.37%;
  }

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

  .tailwind .w-\[113\.586px\] {
    width: 113.586px;
  }

  .tailwind .w-\[115\.869px\] {
    width: 115.869px;
  }

  .tailwind .w-\[116\.17px\] {
    width: 116.17px;
  }

  .tailwind .w-\[133\.03\%\] {
    width: 133.03%;
  }

  .tailwind .w-\[136\.839px\] {
    width: 136.839px;
  }

  .tailwind .w-\[159\.93px\] {
    width: 159.93px;
  }

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

  .tailwind .w-\[174\.754px\] {
    width: 174.754px;
  }

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

  .tailwind .w-\[204\.682px\] {
    width: 204.682px;
  }

  .tailwind .w-\[213\.24px\] {
    width: 213.24px;
  }

  .tailwind .w-\[233\.005px\] {
    width: 233.005px;
  }

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

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

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

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

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

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

  .tailwind .w-auto {
    width: auto;
  }

  .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 {
    flex: 1;
  }

  .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-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

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

  .tailwind .rotate-\[-11\.44deg\] {
    rotate: -11.44deg;
  }

  .tailwind .rotate-\[-11\.84deg\] {
    rotate: -11.84deg;
  }

  .tailwind .rotate-\[-28\.77deg\] {
    rotate: -28.77deg;
  }

  .tailwind .rotate-\[-86\.54deg\] {
    rotate: -86.54deg;
  }

  .tailwind .rotate-\[-168\.16deg\] {
    rotate: -168.16deg;
  }

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

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

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

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

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

  .tailwind .flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .tailwind .justify-end {
    justify-content: flex-end;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .rounded-\[9\.073px\] {
    border-radius: 9.073px;
  }

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

  .tailwind .rounded-\[14\.588px\] {
    border-radius: 14.588px;
  }

  .tailwind .rounded-\[33\.191px\] {
    border-radius: 33.191px;
  }

  .tailwind .rounded-\[57\.732px\] {
    border-radius: 57.732px;
  }

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

  .tailwind .rounded-tl-\[100px\] {
    border-top-left-radius: 100px;
  }

  .tailwind .rounded-tr-\[100px\] {
    border-top-right-radius: 100px;
  }

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

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

  .tailwind .border-\[0\.756px\] {
    border-style: var(--tw-border-style);
    border-width: .756px;
  }

  .tailwind .border-\[0\.866px\] {
    border-style: var(--tw-border-style);
    border-width: .866px;
  }

  .tailwind .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }

  .tailwind .border-\[1\.216px\] {
    border-style: var(--tw-border-style);
    border-width: 1.216px;
  }

  .tailwind .border-\[1\.238px\] {
    border-style: var(--tw-border-style);
    border-width: 1.238px;
  }

  .tailwind .border-\[1\.608px\] {
    border-style: var(--tw-border-style);
    border-width: 1.608px;
  }

  .tailwind .border-\[1\.828px\] {
    border-style: var(--tw-border-style);
    border-width: 1.828px;
  }

  .tailwind .border-\[2\.144px\] {
    border-style: var(--tw-border-style);
    border-width: 2.144px;
  }

  .tailwind .border-\[2\.437px\] {
    border-style: var(--tw-border-style);
    border-width: 2.437px;
  }

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

  .tailwind .border-\[\#6d6d6d\] {
    border-color: #6d6d6d;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .bg-black\/65 {
    background-color: #000000a6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .bg-black\/65 {
      background-color: color-mix(in oklab, var(--color-black) 65%, transparent);
    }
  }

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

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

  .tailwind .object-\[center_top\] {
    object-position: center top;
  }

  .tailwind .object-center {
    object-position: center;
  }

  .tailwind .object-top {
    object-position: top;
  }

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

  .tailwind .px-\[10\.229px\] {
    padding-inline: 10.229px;
  }

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

  .tailwind .px-\[13\.639px\] {
    padding-inline: 13.639px;
  }

  .tailwind .px-\[14\.588px\] {
    padding-inline: 14.588px;
  }

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

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

  .tailwind .py-\[4\.262px\] {
    padding-block: 4.262px;
  }

  .tailwind .py-\[5\.683px\] {
    padding-block: 5.683px;
  }

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

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

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

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

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

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

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

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

  .tailwind .pr-\[3\.410px\] {
    padding-right: 3.41px;
  }

  .tailwind .pr-\[4\.546px\] {
    padding-right: 4.546px;
  }

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

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

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

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

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

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

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

  .tailwind .font-\[\'General_Sans\'\,sans-serif\] {
    font-family: General Sans, sans-serif;
  }

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

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

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

  .tailwind .font-\[\'Plus_Jakarta_Sans\'\,sans-serif\] {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Bold\'\,sans-serif\] {
    font-family: Plus Jakarta Sans\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Medium\'\,sans-serif\] {
    font-family: Plus Jakarta Sans\:Medium, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Regular\'\,sans-serif\] {
    font-family: Plus Jakarta Sans\:Regular, sans-serif;
  }

  .tailwind .font-\[\\\"Plus_Jakarta_Sans\:Regular\\\"\,sans-serif\] {
    font-family: \"Plus Jakarta Sans:Regular\",sans-serif;
  }

  .tailwind .font-\[\\\"Plus_Jakarta_Sans\:SemiBold\\\"\,sans-serif\] {
    font-family: \"Plus Jakarta Sans:SemiBold\",sans-serif;
  }

  .tailwind .text-\[8\.25px\] {
    font-size: 8.25px;
  }

  .tailwind .text-\[9\.907px\] {
    font-size: 9.907px;
  }

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

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

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

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

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

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

  .tailwind .text-\[34\.748px\] {
    font-size: 34.748px;
  }

  .tailwind .text-\[46\.331px\] {
    font-size: 46.331px;
  }

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

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

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

  .tailwind .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tailwind .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .tailwind .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tailwind .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .no-underline {
    text-decoration-line: none;
  }

  .tailwind .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.04\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #0000000a);
    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 {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .tailwind .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    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 .backdrop-blur-\[3px\] {
    --tw-backdrop-blur: blur(3px);
    -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, );
  }

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

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

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

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

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

  .tailwind .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .tailwind .paused {
    animation-play-state: paused;
  }

  @media (hover: hover) {
    .tailwind .hover\:-translate-x-2:hover {
      --tw-translate-x: calc(var(--spacing) * -2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

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

  @media (hover: hover) {
    .tailwind .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:opacity-90:hover {
      opacity: .9;
    }
  }
}

@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-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-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

@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
}

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