/*! 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-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-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-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;
    --spacing: .25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --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-none {
    pointer-events: none;
  }

  .tailwind .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-0\.4px_-0\.06\%\] {
    inset: -.4px -.06%;
  }

  .tailwind .inset-\[-0\.4px_-0\.07\%\] {
    inset: -.4px -.07%;
  }

  .tailwind .inset-\[-0\.93\%_-0\.21\%_-1\.32\%_-0\.1\%\] {
    inset: -.93% -.21% -1.32% -.1%;
  }

  .tailwind .inset-\[-1\.5\%_-0\.11\%_-0\.94\%_-0\.23\%\] {
    inset: -1.5% -.11% -.94% -.23%;
  }

  .tailwind .inset-\[-1\.25\%_-0\.06\%_-1\.41\%_-0\.13\%\] {
    inset: -1.25% -.06% -1.41% -.13%;
  }

  .tailwind .inset-\[-1\.53\%_-0\.12\%_-1\.66\%_0\] {
    inset: -1.53% -.12% -1.66% 0;
  }

  .tailwind .inset-\[-2\.11px_-0\.83\%_-2\.11px_-4\.4\%\] {
    inset: -2.11px -.83% -2.11px -4.4%;
  }

  .tailwind .inset-\[-2\.11px_-4\.4\%_-2\.11px_-0\.83\%\] {
    inset: -2.11px -4.4% -2.11px -.83%;
  }

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

  .tailwind .top-\[-32\.57\%\] {
    top: -32.57%;
  }

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

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

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

  .tailwind .top-\[347\.49px\] {
    top: 347.49px;
  }

  .tailwind .top-\[367\.49px\] {
    top: 367.49px;
  }

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

  .tailwind .top-\[384\.49px\] {
    top: 384.49px;
  }

  .tailwind .top-\[402\.53px\] {
    top: 402.53px;
  }

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

  .tailwind .top-\[444\.81px\] {
    top: 444.81px;
  }

  .tailwind .top-\[455\.79px\] {
    top: 455.79px;
  }

  .tailwind .top-\[459\.56px\] {
    top: 459.56px;
  }

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

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

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

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

  .tailwind .left-\[53\.82px\] {
    left: 53.82px;
  }

  .tailwind .left-\[64\.48px\] {
    left: 64.48px;
  }

  .tailwind .left-\[67\.39px\] {
    left: 67.39px;
  }

  .tailwind .left-\[78\.71px\] {
    left: 78.71px;
  }

  .tailwind .left-\[212\.11px\] {
    left: 212.11px;
  }

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

  .tailwind .left-\[468\.76px\] {
    left: 468.76px;
  }

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

  .tailwind .left-\[707\.51px\] {
    left: 707.51px;
  }

  .tailwind .left-\[825\.02px\] {
    left: 825.02px;
  }

  .tailwind .left-\[953\.71px\] {
    left: 953.71px;
  }

  .tailwind .left-\[1063\.92px\] {
    left: 1063.92px;
  }

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

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

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

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

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

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

  .tailwind .aspect-\[388\/304\] {
    aspect-ratio: 388 / 304;
  }

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

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

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

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

  .tailwind .h-\[33\.218px\] {
    height: 33.218px;
  }

  .tailwind .h-\[35\.573px\] {
    height: 35.573px;
  }

  .tailwind .h-\[37\.893px\] {
    height: 37.893px;
  }

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

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

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

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

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

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

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

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

  .tailwind .h-\[114\.75px\] {
    height: 114.75px;
  }

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

  .tailwind .h-\[150\.75px\] {
    height: 150.75px;
  }

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

  .tailwind .h-\[151\.91px\] {
    height: 151.91px;
  }

  .tailwind .h-\[191\.78\%\] {
    height: 191.78%;
  }

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

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

  .tailwind .h-\[266\.8px\] {
    height: 266.8px;
  }

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

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

  .tailwind .h-\[316\.33px\] {
    height: 316.33px;
  }

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

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

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

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

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

  .tailwind .w-\[56\.32px\] {
    width: 56.32px;
  }

  .tailwind .w-\[56\.453px\] {
    width: 56.453px;
  }

  .tailwind .w-\[56\.483px\] {
    width: 56.483px;
  }

  .tailwind .w-\[100\.17\%\] {
    width: 100.17%;
  }

  .tailwind .w-\[114\.75px\] {
    width: 114.75px;
  }

  .tailwind .w-\[126\.51\%\] {
    width: 126.51%;
  }

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

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

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

  .tailwind .w-\[167\.123px\] {
    width: 167.123px;
  }

  .tailwind .w-\[169\.099px\] {
    width: 169.099px;
  }

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

  .tailwind .w-\[171\.386px\] {
    width: 171.386px;
  }

  .tailwind .w-\[173\.091px\] {
    width: 173.091px;
  }

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

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

  .tailwind .w-\[199\.524px\] {
    width: 199.524px;
  }

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

  .tailwind .w-\[250\.205px\] {
    width: 250.205px;
  }

  .tailwind .w-\[282\.374px\] {
    width: 282.374px;
  }

  .tailwind .w-\[296\.5px\] {
    width: 296.5px;
  }

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

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

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

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

  .tailwind .w-\[796\.319px\] {
    width: 796.319px;
  }

  .tailwind .w-\[1214\.112px\] {
    width: 1214.11px;
  }

  .tailwind .w-\[1216\.018px\] {
    width: 1216.02px;
  }

  .tailwind .w-\[1226\.676px\] {
    width: 1226.68px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .rotate-\[346\.771deg\] {
    rotate: 346.771deg;
  }

  .tailwind .skew-x-\[2\.918deg\] {
    --tw-skew-x: skewX(2.918deg);
    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 .flex-wrap {
    flex-wrap: wrap;
  }

  .tailwind .content-start {
    align-content: flex-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-0 {
    gap: calc(var(--spacing) * 0);
  }

  .tailwind .gap-\[6\.187px\] {
    gap: 6.187px;
  }

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

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

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

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

  .tailwind .gap-\[21\.446px\] {
    gap: 21.446px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .p-\[12\.373px\] {
    padding: 12.373px;
  }

  .tailwind .p-\[21\.446px\] {
    padding: 21.446px;
  }

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

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

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

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

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

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

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

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

  .tailwind .pt-\[12\.373px\] {
    padding-top: 12.373px;
  }

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

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

  .tailwind .pb-\[12\.373px\] {
    padding-bottom: 12.373px;
  }

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

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

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

  .tailwind .indent-\[calc\(1px_\*_\(0px-0\.45\*20px\)\)\] {
    text-indent: calc(1px * (0px - .45 * 20px));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .leading-\[58\.4900016784668\%\] {
    --tw-leading: 58.49%;
    line-height: 58.49%;
  }

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

  .tailwind .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .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 .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

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

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