/*! 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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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;
      --tw-ease: 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-blue-600: oklch(.546 .245 262.881);
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --blur-sm: 8px;
    --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;
    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;
    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 .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

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

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

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

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

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

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

  .tailwind .top-\[10\.828\%\] {
    top: 10.828%;
  }

  .tailwind .top-\[12\.865\%\] {
    top: 12.865%;
  }

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

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

  .tailwind .top-\[46\.94px\] {
    top: 46.94px;
  }

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

  .tailwind .top-\[47\.015\%\] {
    top: 47.015%;
  }

  .tailwind .top-\[47\.132\%\] {
    top: 47.132%;
  }

  .tailwind .top-\[47\.898\%\] {
    top: 47.898%;
  }

  .tailwind .top-\[47\.968\%\] {
    top: 47.968%;
  }

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

  .tailwind .top-\[67\.578px\] {
    top: 67.578px;
  }

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

  .tailwind .top-\[77\.217px\] {
    top: 77.217px;
  }

  .tailwind .top-\[93\.961px\] {
    top: 93.961px;
  }

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

  .tailwind .top-\[103\.956px\] {
    top: 103.956px;
  }

  .tailwind .top-\[109\.027px\] {
    top: 109.027px;
  }

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

  .tailwind .top-\[128\.715px\] {
    top: 128.715px;
  }

  .tailwind .top-\[130\.416px\] {
    top: 130.416px;
  }

  .tailwind .top-\[131\.187px\] {
    top: 131.187px;
  }

  .tailwind .top-\[135\.864px\] {
    top: 135.864px;
  }

  .tailwind .top-\[138\.727px\] {
    top: 138.727px;
  }

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

  .tailwind .top-\[153\.425px\] {
    top: 153.425px;
  }

  .tailwind .top-\[157\.657px\] {
    top: 157.657px;
  }

  .tailwind .top-\[161\.441px\] {
    top: 161.441px;
  }

  .tailwind .top-\[183\.165px\] {
    top: 183.165px;
  }

  .tailwind .top-\[185\.272px\] {
    top: 185.272px;
  }

  .tailwind .top-\[185\.369px\] {
    top: 185.369px;
  }

  .tailwind .top-\[186\.367px\] {
    top: 186.367px;
  }

  .tailwind .top-\[192\.426px\] {
    top: 192.426px;
  }

  .tailwind .top-\[192\.801px\] {
    top: 192.801px;
  }

  .tailwind .top-\[193\.792px\] {
    top: 193.792px;
  }

  .tailwind .top-\[193\.801px\] {
    top: 193.801px;
  }

  .tailwind .top-\[196\.136px\] {
    top: 196.136px;
  }

  .tailwind .top-\[207\.243px\] {
    top: 207.243px;
  }

  .tailwind .top-\[215\.179px\] {
    top: 215.179px;
  }

  .tailwind .top-\[215\.799px\] {
    top: 215.799px;
  }

  .tailwind .top-\[225\.994px\] {
    top: 225.994px;
  }

  .tailwind .top-\[228\.283px\] {
    top: 228.283px;
  }

  .tailwind .top-\[236\.324px\] {
    top: 236.324px;
  }

  .tailwind .top-\[256\.44px\] {
    top: 256.44px;
  }

  .tailwind .top-\[267\.478px\] {
    top: 267.478px;
  }

  .tailwind .top-\[276\.163px\] {
    top: 276.163px;
  }

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

  .tailwind .top-\[283\.641px\] {
    top: 283.641px;
  }

  .tailwind .top-\[295\.99px\] {
    top: 295.99px;
  }

  .tailwind .top-\[309\.199px\] {
    top: 309.199px;
  }

  .tailwind .top-\[322\.582px\] {
    top: 322.582px;
  }

  .tailwind .top-\[367\.089px\] {
    top: 367.089px;
  }

  .tailwind .top-\[374\.197px\] {
    top: 374.197px;
  }

  .tailwind .top-\[374\.198px\] {
    top: 374.198px;
  }

  .tailwind .top-\[383\.574px\] {
    top: 383.574px;
  }

  .tailwind .top-\[383\.886px\] {
    top: 383.886px;
  }

  .tailwind .top-\[400\.615px\] {
    top: 400.615px;
  }

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

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

  .tailwind .top-px {
    top: 1px;
  }

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

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

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

  .tailwind .right-\[8\.006\%\] {
    right: 8.006%;
  }

  .tailwind .right-\[8\.76\%\] {
    right: 8.76%;
  }

  .tailwind .right-\[8\.804\%\] {
    right: 8.804%;
  }

  .tailwind .right-\[9\.551\%\] {
    right: 9.551%;
  }

  .tailwind .right-\[47\.643\%\] {
    right: 47.643%;
  }

  .tailwind .right-\[48\.044\%\] {
    right: 48.044%;
  }

  .tailwind .right-\[68\.674px\] {
    right: 68.674px;
  }

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

  .tailwind .bottom-\[-0\.001\%\] {
    bottom: -.001%;
  }

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

  .tailwind .bottom-\[37\.205\%\] {
    bottom: 37.205%;
  }

  .tailwind .bottom-\[37\.436\%\] {
    bottom: 37.436%;
  }

  .tailwind .bottom-\[37\.925\%\] {
    bottom: 37.925%;
  }

  .tailwind .bottom-\[38\.144\%\] {
    bottom: 38.144%;
  }

  .tailwind .bottom-\[85\.283\%\] {
    bottom: 85.283%;
  }

  .tailwind .bottom-\[87\.217\%\] {
    bottom: 87.217%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[27\.407px\] {
    left: 27.407px;
  }

  .tailwind .left-\[29\.407px\] {
    left: 29.407px;
  }

  .tailwind .left-\[46\.555px\] {
    left: 46.555px;
  }

  .tailwind .left-\[48\.718px\] {
    left: 48.718px;
  }

  .tailwind .left-\[49\.495\%\] {
    left: 49.495%;
  }

  .tailwind .left-\[49\.874\%\] {
    left: 49.874%;
  }

  .tailwind .left-\[51\.534px\] {
    left: 51.534px;
  }

  .tailwind .left-\[52\.367px\] {
    left: 52.367px;
  }

  .tailwind .left-\[60\.026px\] {
    left: 60.026px;
  }

  .tailwind .left-\[60\.027px\] {
    left: 60.027px;
  }

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

  .tailwind .left-\[61\.311px\] {
    left: 61.311px;
  }

  .tailwind .left-\[62\.829px\] {
    left: 62.829px;
  }

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

  .tailwind .left-\[67\.556px\] {
    left: 67.556px;
  }

  .tailwind .left-\[69\.931px\] {
    left: 69.931px;
  }

  .tailwind .left-\[70\.052\%\] {
    left: 70.052%;
  }

  .tailwind .left-\[70\.616\%\] {
    left: 70.616%;
  }

  .tailwind .left-\[71\.149\%\] {
    left: 71.149%;
  }

  .tailwind .left-\[71\.723\%\] {
    left: 71.723%;
  }

  .tailwind .left-\[78\.112px\] {
    left: 78.112px;
  }

  .tailwind .left-\[79\.144px\] {
    left: 79.144px;
  }

  .tailwind .left-\[86\.62px\] {
    left: 86.62px;
  }

  .tailwind .left-\[90\.312px\] {
    left: 90.312px;
  }

  .tailwind .left-\[91\.702px\] {
    left: 91.702px;
  }

  .tailwind .left-\[93\.307px\] {
    left: 93.307px;
  }

  .tailwind .left-\[95\.123px\] {
    left: 95.123px;
  }

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

  .tailwind .left-\[111\.934px\] {
    left: 111.934px;
  }

  .tailwind .left-\[115\.784px\] {
    left: 115.784px;
  }

  .tailwind .left-\[117\.582px\] {
    left: 117.582px;
  }

  .tailwind .left-\[118\.519px\] {
    left: 118.519px;
  }

  .tailwind .left-\[120\.598px\] {
    left: 120.598px;
  }

  .tailwind .left-\[122\.951px\] {
    left: 122.951px;
  }

  .tailwind .left-\[128\.222px\] {
    left: 128.222px;
  }

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

  .tailwind .left-\[149\.19px\] {
    left: 149.19px;
  }

  .tailwind .left-\[149\.719px\] {
    left: 149.719px;
  }

  .tailwind .left-\[152\.048px\] {
    left: 152.048px;
  }

  .tailwind .left-\[158\.939px\] {
    left: 158.939px;
  }

  .tailwind .left-\[163\.283px\] {
    left: 163.283px;
  }

  .tailwind .left-\[180\.567px\] {
    left: 180.567px;
  }

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

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

  .tailwind .left-\[205\.631px\] {
    left: 205.631px;
  }

  .tailwind .left-\[219\.175px\] {
    left: 219.175px;
  }

  .tailwind .left-\[221\.162px\] {
    left: 221.162px;
  }

  .tailwind .left-\[221\.647px\] {
    left: 221.647px;
  }

  .tailwind .left-\[226\.21px\] {
    left: 226.21px;
  }

  .tailwind .left-\[226\.385px\] {
    left: 226.385px;
  }

  .tailwind .left-\[233\.652px\] {
    left: 233.652px;
  }

  .tailwind .left-\[241\.681px\] {
    left: 241.681px;
  }

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

  .tailwind .left-\[283\.671px\] {
    left: 283.671px;
  }

  .tailwind .left-\[286\.246px\] {
    left: 286.246px;
  }

  .tailwind .left-\[286\.875px\] {
    left: 286.875px;
  }

  .tailwind .left-\[292\.786px\] {
    left: 292.786px;
  }

  .tailwind .left-\[293\.012px\] {
    left: 293.012px;
  }

  .tailwind .left-\[312\.83px\] {
    left: 312.83px;
  }

  .tailwind .left-px {
    left: 1px;
  }

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

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

  .tailwind .aspect-\[391\/423\] {
    aspect-ratio: 391 / 423;
  }

  .tailwind .aspect-\[443\/430\] {
    aspect-ratio: 443 / 430;
  }

  .tailwind .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

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

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

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

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

  .tailwind .h-\[8\.974px\] {
    height: 8.974px;
  }

  .tailwind .h-\[10\.586px\] {
    height: 10.586px;
  }

  .tailwind .h-\[11\.163px\] {
    height: 11.163px;
  }

  .tailwind .h-\[11\.627px\] {
    height: 11.627px;
  }

  .tailwind .h-\[13\.882px\] {
    height: 13.882px;
  }

  .tailwind .h-\[14\.462px\] {
    height: 14.462px;
  }

  .tailwind .h-\[15\.5px\] {
    height: 15.5px;
  }

  .tailwind .h-\[17\.986px\] {
    height: 17.986px;
  }

  .tailwind .h-\[22\.031px\] {
    height: 22.031px;
  }

  .tailwind .h-\[25\.368px\] {
    height: 25.368px;
  }

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

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

  .tailwind .h-\[34\.54px\] {
    height: 34.54px;
  }

  .tailwind .h-\[34\.454px\] {
    height: 34.454px;
  }

  .tailwind .h-\[37\.869px\] {
    height: 37.869px;
  }

  .tailwind .h-\[40\.072px\] {
    height: 40.072px;
  }

  .tailwind .h-\[41\.15px\] {
    height: 41.15px;
  }

  .tailwind .h-\[41\.482px\] {
    height: 41.482px;
  }

  .tailwind .h-\[42\.47px\] {
    height: 42.47px;
  }

  .tailwind .h-\[42\.081px\] {
    height: 42.081px;
  }

  .tailwind .h-\[42\.851px\] {
    height: 42.851px;
  }

  .tailwind .h-\[44\.672px\] {
    height: 44.672px;
  }

  .tailwind .h-\[45\.6px\] {
    height: 45.6px;
  }

  .tailwind .h-\[45\.813px\] {
    height: 45.813px;
  }

  .tailwind .h-\[46\.142px\] {
    height: 46.142px;
  }

  .tailwind .h-\[46\.639px\] {
    height: 46.639px;
  }

  .tailwind .h-\[46\.815px\] {
    height: 46.815px;
  }

  .tailwind .h-\[46\.848px\] {
    height: 46.848px;
  }

  .tailwind .h-\[46\.873px\] {
    height: 46.873px;
  }

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

  .tailwind .h-\[49\.155px\] {
    height: 49.155px;
  }

  .tailwind .h-\[49\.675px\] {
    height: 49.675px;
  }

  .tailwind .h-\[49\.852px\] {
    height: 49.852px;
  }

  .tailwind .h-\[51\.101px\] {
    height: 51.101px;
  }

  .tailwind .h-\[51\.917px\] {
    height: 51.917px;
  }

  .tailwind .h-\[51\.996px\] {
    height: 51.996px;
  }

  .tailwind .h-\[52\.975px\] {
    height: 52.975px;
  }

  .tailwind .h-\[54\.012px\] {
    height: 54.012px;
  }

  .tailwind .h-\[54\.652px\] {
    height: 54.652px;
  }

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

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

  .tailwind .h-\[57\.878px\] {
    height: 57.878px;
  }

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

  .tailwind .h-\[59\.354px\] {
    height: 59.354px;
  }

  .tailwind .h-\[59\.781px\] {
    height: 59.781px;
  }

  .tailwind .h-\[60\.6px\] {
    height: 60.6px;
  }

  .tailwind .h-\[60\.425px\] {
    height: 60.425px;
  }

  .tailwind .h-\[60\.659px\] {
    height: 60.659px;
  }

  .tailwind .h-\[60\.696px\] {
    height: 60.696px;
  }

  .tailwind .h-\[60\.728px\] {
    height: 60.728px;
  }

  .tailwind .h-\[61\.137px\] {
    height: 61.137px;
  }

  .tailwind .h-\[62\.29px\] {
    height: 62.29px;
  }

  .tailwind .h-\[63\.008px\] {
    height: 63.008px;
  }

  .tailwind .h-\[63\.629px\] {
    height: 63.629px;
  }

  .tailwind .h-\[63\.693px\] {
    height: 63.693px;
  }

  .tailwind .h-\[63\.802px\] {
    height: 63.802px;
  }

  .tailwind .h-\[63\.842px\] {
    height: 63.842px;
  }

  .tailwind .h-\[63\.894px\] {
    height: 63.894px;
  }

  .tailwind .h-\[64\.598px\] {
    height: 64.598px;
  }

  .tailwind .h-\[66\.79px\] {
    height: 66.79px;
  }

  .tailwind .h-\[66\.206px\] {
    height: 66.206px;
  }

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

  .tailwind .h-\[68\.634px\] {
    height: 68.634px;
  }

  .tailwind .h-\[69\.977px\] {
    height: 69.977px;
  }

  .tailwind .h-\[70\.075px\] {
    height: 70.075px;
  }

  .tailwind .h-\[70\.807px\] {
    height: 70.807px;
  }

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

  .tailwind .h-\[73\.035px\] {
    height: 73.035px;
  }

  .tailwind .h-\[75\.351px\] {
    height: 75.351px;
  }

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

  .tailwind .h-\[79\.209px\] {
    height: 79.209px;
  }

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

  .tailwind .h-\[82\.713px\] {
    height: 82.713px;
  }

  .tailwind .h-\[85\.3px\] {
    height: 85.3px;
  }

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

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

  .tailwind .h-\[89\.608px\] {
    height: 89.608px;
  }

  .tailwind .h-\[93\.665px\] {
    height: 93.665px;
  }

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

  .tailwind .h-\[340\.541px\] {
    height: 340.541px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[8\.489px\] {
    width: 8.489px;
  }

  .tailwind .w-\[10\.998px\] {
    width: 10.998px;
  }

  .tailwind .w-\[34\.942px\] {
    width: 34.942px;
  }

  .tailwind .w-\[38\.666px\] {
    width: 38.666px;
  }

  .tailwind .w-\[40\.06px\] {
    width: 40.06px;
  }

  .tailwind .w-\[44\.055px\] {
    width: 44.055px;
  }

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

  .tailwind .w-\[47\.664px\] {
    width: 47.664px;
  }

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

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

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

  .tailwind .w-\[49\.572px\] {
    width: 49.572px;
  }

  .tailwind .w-\[50\.096px\] {
    width: 50.096px;
  }

  .tailwind .w-\[51\.901px\] {
    width: 51.901px;
  }

  .tailwind .w-\[52\.38px\] {
    width: 52.38px;
  }

  .tailwind .w-\[52\.395px\] {
    width: 52.395px;
  }

  .tailwind .w-\[54\.507px\] {
    width: 54.507px;
  }

  .tailwind .w-\[55\.4px\] {
    width: 55.4px;
  }

  .tailwind .w-\[55\.825px\] {
    width: 55.825px;
  }

  .tailwind .w-\[57\.017px\] {
    width: 57.017px;
  }

  .tailwind .w-\[57\.077px\] {
    width: 57.077px;
  }

  .tailwind .w-\[57\.951px\] {
    width: 57.951px;
  }

  .tailwind .w-\[59\.022px\] {
    width: 59.022px;
  }

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

  .tailwind .w-\[61\.759px\] {
    width: 61.759px;
  }

  .tailwind .w-\[61\.955px\] {
    width: 61.955px;
  }

  .tailwind .w-\[62\.346px\] {
    width: 62.346px;
  }

  .tailwind .w-\[62\.836px\] {
    width: 62.836px;
  }

  .tailwind .w-\[63\.243px\] {
    width: 63.243px;
  }

  .tailwind .w-\[64\.225px\] {
    width: 64.225px;
  }

  .tailwind .w-\[67\.863px\] {
    width: 67.863px;
  }

  .tailwind .w-\[67\.883px\] {
    width: 67.883px;
  }

  .tailwind .w-\[70\.618px\] {
    width: 70.618px;
  }

  .tailwind .w-\[71\.776px\] {
    width: 71.776px;
  }

  .tailwind .w-\[72\.324px\] {
    width: 72.324px;
  }

  .tailwind .w-\[73\.886px\] {
    width: 73.886px;
  }

  .tailwind .w-\[75\.094px\] {
    width: 75.094px;
  }

  .tailwind .w-\[77\.107px\] {
    width: 77.107px;
  }

  .tailwind .w-\[77\.983px\] {
    width: 77.983px;
  }

  .tailwind .w-\[80\.29px\] {
    width: 80.29px;
  }

  .tailwind .w-\[88\.004px\] {
    width: 88.004px;
  }

  .tailwind .w-\[92\.37px\] {
    width: 92.37px;
  }

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

  .tailwind .w-\[114\.018px\] {
    width: 114.018px;
  }

  .tailwind .w-\[116\.717px\] {
    width: 116.717px;
  }

  .tailwind .w-\[121\.355px\] {
    width: 121.355px;
  }

  .tailwind .w-\[128\.171px\] {
    width: 128.171px;
  }

  .tailwind .w-\[128\.172px\] {
    width: 128.172px;
  }

  .tailwind .w-\[148\.641px\] {
    width: 148.641px;
  }

  .tailwind .w-\[157\.178px\] {
    width: 157.178px;
  }

  .tailwind .w-\[157\.227px\] {
    width: 157.227px;
  }

  .tailwind .w-\[159\.436px\] {
    width: 159.436px;
  }

  .tailwind .w-\[162\.025px\] {
    width: 162.025px;
  }

  .tailwind .w-\[173\.068px\] {
    width: 173.068px;
  }

  .tailwind .w-\[175\.987px\] {
    width: 175.987px;
  }

  .tailwind .w-\[184\.567px\] {
    width: 184.567px;
  }

  .tailwind .w-\[184\.718px\] {
    width: 184.718px;
  }

  .tailwind .w-\[185\.887px\] {
    width: 185.887px;
  }

  .tailwind .w-\[190\.884px\] {
    width: 190.884px;
  }

  .tailwind .w-\[192\.578px\] {
    width: 192.578px;
  }

  .tailwind .w-\[196\.327px\] {
    width: 196.327px;
  }

  .tailwind .w-\[197\.55px\] {
    width: 197.55px;
  }

  .tailwind .w-\[198\.262px\] {
    width: 198.262px;
  }

  .tailwind .w-\[199\.35px\] {
    width: 199.35px;
  }

  .tailwind .w-\[199\.092px\] {
    width: 199.092px;
  }

  .tailwind .w-\[206\.564px\] {
    width: 206.564px;
  }

  .tailwind .w-\[212\.799px\] {
    width: 212.799px;
  }

  .tailwind .w-\[213\.617px\] {
    width: 213.617px;
  }

  .tailwind .w-\[214\.371px\] {
    width: 214.371px;
  }

  .tailwind .w-\[214\.873px\] {
    width: 214.873px;
  }

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

  .tailwind .w-\[215\.348px\] {
    width: 215.348px;
  }

  .tailwind .w-\[216\.965px\] {
    width: 216.965px;
  }

  .tailwind .w-\[218\.047px\] {
    width: 218.047px;
  }

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

  .tailwind .w-\[219\.101px\] {
    width: 219.101px;
  }

  .tailwind .w-\[222\.916px\] {
    width: 222.916px;
  }

  .tailwind .w-\[224\.226px\] {
    width: 224.226px;
  }

  .tailwind .w-\[226\.769px\] {
    width: 226.769px;
  }

  .tailwind .w-\[239\.124px\] {
    width: 239.124px;
  }

  .tailwind .w-\[239\.331px\] {
    width: 239.331px;
  }

  .tailwind .w-\[253\.571px\] {
    width: 253.571px;
  }

  .tailwind .w-\[255\.944px\] {
    width: 255.944px;
  }

  .tailwind .w-\[257\.438px\] {
    width: 257.438px;
  }

  .tailwind .w-\[258\.276px\] {
    width: 258.276px;
  }

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

  .tailwind .w-\[276\.771px\] {
    width: 276.771px;
  }

  .tailwind .w-\[278\.232px\] {
    width: 278.232px;
  }

  .tailwind .w-\[278\.388px\] {
    width: 278.388px;
  }

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

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

  .tailwind .w-\[282\.5px\] {
    width: 282.5px;
  }

  .tailwind .w-\[305\.813px\] {
    width: 305.813px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .rotate-\[0\.214deg\] {
    rotate: .214deg;
  }

  .tailwind .rotate-\[2\.508deg\] {
    rotate: 2.508deg;
  }

  .tailwind .rotate-\[2\.537deg\] {
    rotate: 2.537deg;
  }

  .tailwind .rotate-\[8\.67deg\] {
    rotate: 8.67deg;
  }

  .tailwind .rotate-\[334\.864deg\] {
    rotate: 334.864deg;
  }

  .tailwind .rotate-\[349\.81deg\] {
    rotate: 349.81deg;
  }

  .tailwind .rotate-\[354\.77deg\] {
    rotate: 354.77deg;
  }

  .tailwind .rotate-\[358\.158deg\] {
    rotate: 358.158deg;
  }

  .tailwind .rotate-\[358\.906deg\] {
    rotate: 358.906deg;
  }

  .tailwind .rotate-\[359\.233deg\] {
    rotate: 359.233deg;
  }

  .tailwind .rotate-\[359\.387deg\] {
    rotate: 359.387deg;
  }

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

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

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

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

  .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 .justify-start {
    justify-content: flex-start;
  }

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

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

  .tailwind .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }

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

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

  .tailwind .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .tailwind .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .tailwind .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .tailwind .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .tailwind .rounded-md {
    border-radius: var(--radius-md);
  }

  .tailwind .rounded-xl {
    border-radius: var(--radius-xl);
  }

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

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

  .tailwind .rounded-br-\[36px\] {
    border-bottom-right-radius: 36px;
  }

  .tailwind .rounded-bl-\[36px\] {
    border-bottom-left-radius: 36px;
  }

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

  .tailwind .border-transparent {
    border-color: #0000;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .bg-\[rgba\(10\,102\,194\,0\.1\)\] {
    background-color: #0a66c21a;
  }

  .tailwind .bg-\[rgba\(203\,57\,165\,0\.1\)\] {
    background-color: #cb39a51a;
  }

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

  .tailwind .bg-white\/5 {
    background-color: #ffffff0d;
  }

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

  .tailwind .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .tailwind .from-\[\#ffffff00\] {
    --tw-gradient-from: #fff0;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .to-\[\#d9ff4033\] {
    --tw-gradient-to: #d9ff4033;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .to-\[58\.768\%\] {
    --tw-gradient-to-position: 58.768%;
  }

  .tailwind .\[background-size\:110\.16\%_100\%\] {
    background-size: 110.16% 100%;
  }

  .tailwind .\[background-size\:110\.97\%_97\.71\%\] {
    background-size: 110.97% 97.71%;
  }

  .tailwind .\[background-size\:111\.56\%_100\.11\%\] {
    background-size: 111.56% 100.11%;
  }

  .tailwind .\[background-size\:206\.32\%_128\.54\%\] {
    background-size: 206.32% 128.54%;
  }

  .tailwind .bg-cover {
    background-size: cover;
  }

  .tailwind .bg-\[0\%_53\.2\%\] {
    background-position: 0 53.2%;
  }

  .tailwind .bg-\[49\.83\%_50\.46\%\] {
    background-position: 49.83% 50.46%;
  }

  .tailwind .bg-\[50\.33\%_102\.36\%\] {
    background-position: 50.33% 102.36%;
  }

  .tailwind .bg-\[55\.56\%_0\%\] {
    background-position: 55.56% 0;
  }

  .tailwind .bg-center {
    background-position: center;
  }

  .tailwind .bg-no-repeat {
    background-repeat: no-repeat;
  }

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

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

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

  .tailwind .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .leading-\[28\.5px\] {
    --tw-leading: 28.5px;
    line-height: 28.5px;
  }

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

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

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

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

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

  .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\.5px\] {
    --tw-tracking: -.5px;
    letter-spacing: -.5px;
  }

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

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

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

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

  .tailwind .text-\[rgba\(26\,26\,26\,0\.8\)\] {
    color: #1a1a1acc;
  }

  .tailwind .text-\[rgba\(255\,255\,255\,0\.8\)\] {
    color: #fffc;
  }

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

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

  .tailwind .opacity-0 {
    opacity: 0;
  }

  .tailwind .mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .tailwind .shadow-\[0px_4px_12px_0px_rgba\(75\,134\,177\,0\.25\)\] {
    --tw-shadow: 0px 4px 12px 0px var(--tw-shadow-color, #4b86b140);
    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 .backdrop-blur-\[5px\] {
    --tw-backdrop-blur: blur(5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .tailwind .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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-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 .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .tailwind .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .tailwind .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  @media (hover: hover) {
    .tailwind .group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }
  }

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

  @media (hover: hover) {
    .tailwind .group-hover\:bg-\[rgba\(203\,57\,165\,0\.2\)\]:is(:where(.group):hover *) {
      background-color: #cb39a533;
    }
  }

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

  @media (hover: hover) {
    .tailwind .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:border-\[\#ECECEC\]:hover {
      border-color: #ececec;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[\#2a2a2a\]:hover {
      background-color: #2a2a2a;
    }
  }

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

  @media (hover: hover) {
    .tailwind .hover\:bg-\[rgba\(10\,102\,194\,0\.2\)\]:hover {
      background-color: #0a66c233;
    }
  }
}

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

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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