/*! 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-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;
    }
  }
}

@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-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --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 .relative {
    position: relative;
  }

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

  .tailwind .inset-\[23\.077\%\] {
    inset: 23.077%;
  }

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

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

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

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

  .tailwind .top-\[-3\.802\%\] {
    top: -3.802%;
  }

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

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

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

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

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

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

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

  .tailwind .top-\[1\.613\%\] {
    top: 1.613%;
  }

  .tailwind .top-\[2\.036\%\] {
    top: 2.036%;
  }

  .tailwind .top-\[2\.615\%\] {
    top: 2.615%;
  }

  .tailwind .top-\[3\.704\%\] {
    top: 3.704%;
  }

  .tailwind .top-\[3\.846\%\] {
    top: 3.846%;
  }

  .tailwind .top-\[3\.975\%\] {
    top: 3.975%;
  }

  .tailwind .top-\[4\.167\%\] {
    top: 4.167%;
  }

  .tailwind .top-\[4\.631\%\] {
    top: 4.631%;
  }

  .tailwind .top-\[5\.241\%\] {
    top: 5.241%;
  }

  .tailwind .top-\[18\.64\%\] {
    top: 18.64%;
  }

  .tailwind .top-\[18\.77\%\] {
    top: 18.77%;
  }

  .tailwind .top-\[21\.195\%\] {
    top: 21.195%;
  }

  .tailwind .top-\[21\.875\%\] {
    top: 21.875%;
  }

  .tailwind .top-\[25\.278\%\] {
    top: 25.278%;
  }

  .tailwind .top-\[33\.447\%\] {
    top: 33.447%;
  }

  .tailwind .top-\[37\.303\%\] {
    top: 37.303%;
  }

  .tailwind .top-\[42\.308\%\] {
    top: 42.308%;
  }

  .tailwind .top-\[42\.557\%\] {
    top: 42.557%;
  }

  .tailwind .top-\[43\.722\%\] {
    top: 43.722%;
  }

  .tailwind .top-\[51\.66\%\] {
    top: 51.66%;
  }

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

  .tailwind .top-\[68\.148\%\] {
    top: 68.148%;
  }

  .tailwind .top-\[68\.238\%\] {
    top: 68.238%;
  }

  .tailwind .top-\[68\.344\%\] {
    top: 68.344%;
  }

  .tailwind .top-\[68\.687\%\] {
    top: 68.687%;
  }

  .tailwind .top-\[68\.713\%\] {
    top: 68.713%;
  }

  .tailwind .top-\[68\.775\%\] {
    top: 68.775%;
  }

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

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

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

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

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

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

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

  .tailwind .right-\[-4\.41\%\] {
    right: -4.41%;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .right-\[1\.029\%\] {
    right: 1.029%;
  }

  .tailwind .right-\[1\.235\%\] {
    right: 1.235%;
  }

  .tailwind .right-\[1\.314\%\] {
    right: 1.314%;
  }

  .tailwind .right-\[1\.903\%\] {
    right: 1.903%;
  }

  .tailwind .right-\[2\.3\%\] {
    right: 2.3%;
  }

  .tailwind .right-\[2\.207\%\] {
    right: 2.207%;
  }

  .tailwind .right-\[2\.447\%\] {
    right: 2.447%;
  }

  .tailwind .right-\[2\.941\%\] {
    right: 2.941%;
  }

  .tailwind .right-\[4\.348\%\] {
    right: 4.348%;
  }

  .tailwind .right-\[6\.398\%\] {
    right: 6.398%;
  }

  .tailwind .right-\[7\.031\%\] {
    right: 7.031%;
  }

  .tailwind .right-\[7\.067\%\] {
    right: 7.067%;
  }

  .tailwind .right-\[23\.077\%\] {
    right: 23.077%;
  }

  .tailwind .right-\[29\.291\%\] {
    right: 29.291%;
  }

  .tailwind .right-\[32\.5\%\] {
    right: 32.5%;
  }

  .tailwind .right-\[34\.054\%\] {
    right: 34.054%;
  }

  .tailwind .right-\[35\.581\%\] {
    right: 35.581%;
  }

  .tailwind .right-\[38\.37\%\] {
    right: 38.37%;
  }

  .tailwind .right-\[41\.133\%\] {
    right: 41.133%;
  }

  .tailwind .right-\[41\.879\%\] {
    right: 41.879%;
  }

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

  .tailwind .right-\[43\.75\%\] {
    right: 43.75%;
  }

  .tailwind .right-\[43\.616\%\] {
    right: 43.616%;
  }

  .tailwind .right-\[43\.975\%\] {
    right: 43.975%;
  }

  .tailwind .right-\[44\.2\%\] {
    right: 44.2%;
  }

  .tailwind .right-\[44\.05\%\] {
    right: 44.05%;
  }

  .tailwind .right-\[46\.748\%\] {
    right: 46.748%;
  }

  .tailwind .right-\[49\.435\%\] {
    right: 49.435%;
  }

  .tailwind .right-\[52\.3\%\] {
    right: 52.3%;
  }

  .tailwind .right-\[54\.948\%\] {
    right: 54.948%;
  }

  .tailwind .right-\[55\.394\%\] {
    right: 55.394%;
  }

  .tailwind .right-\[57\.712\%\] {
    right: 57.712%;
  }

  .tailwind .right-\[58\.036\%\] {
    right: 58.036%;
  }

  .tailwind .right-\[61\.073\%\] {
    right: 61.073%;
  }

  .tailwind .right-\[62\.683\%\] {
    right: 62.683%;
  }

  .tailwind .right-\[63\.951\%\] {
    right: 63.951%;
  }

  .tailwind .right-\[66\.51\%\] {
    right: 66.51%;
  }

  .tailwind .right-\[70\.343\%\] {
    right: 70.343%;
  }

  .tailwind .right-\[73\.081\%\] {
    right: 73.081%;
  }

  .tailwind .right-\[75\.831\%\] {
    right: 75.831%;
  }

  .tailwind .right-\[78\.811\%\] {
    right: 78.811%;
  }

  .tailwind .right-\[82\.032\%\] {
    right: 82.032%;
  }

  .tailwind .right-\[87\.54\%\] {
    right: 87.54%;
  }

  .tailwind .right-\[88\.95\%\] {
    right: 88.95%;
  }

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

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

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

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

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

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

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

  .tailwind .bottom-\[-9\.263\%\] {
    bottom: -9.263%;
  }

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

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

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

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

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

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

  .tailwind .bottom-\[1\.089\%\] {
    bottom: 1.089%;
  }

  .tailwind .bottom-\[1\.425\%\] {
    bottom: 1.425%;
  }

  .tailwind .bottom-\[1\.426\%\] {
    bottom: 1.426%;
  }

  .tailwind .bottom-\[1\.903\%\] {
    bottom: 1.903%;
  }

  .tailwind .bottom-\[2\.012\%\] {
    bottom: 2.012%;
  }

  .tailwind .bottom-\[2\.755\%\] {
    bottom: 2.755%;
  }

  .tailwind .bottom-\[2\.778\%\] {
    bottom: 2.778%;
  }

  .tailwind .bottom-\[3\.278\%\] {
    bottom: 3.278%;
  }

  .tailwind .bottom-\[3\.975\%\] {
    bottom: 3.975%;
  }

  .tailwind .bottom-\[4\.379\%\] {
    bottom: 4.379%;
  }

  .tailwind .bottom-\[4\.677\%\] {
    bottom: 4.677%;
  }

  .tailwind .bottom-\[5\.117\%\] {
    bottom: 5.117%;
  }

  .tailwind .bottom-\[5\.703\%\] {
    bottom: 5.703%;
  }

  .tailwind .bottom-\[6\.73\%\] {
    bottom: 6.73%;
  }

  .tailwind .bottom-\[10\.626\%\] {
    bottom: 10.626%;
  }

  .tailwind .bottom-\[13\.37\%\] {
    bottom: 13.37%;
  }

  .tailwind .bottom-\[13\.64\%\] {
    bottom: 13.64%;
  }

  .tailwind .bottom-\[13\.281\%\] {
    bottom: 13.281%;
  }

  .tailwind .bottom-\[13\.729\%\] {
    bottom: 13.729%;
  }

  .tailwind .bottom-\[16\.726\%\] {
    bottom: 16.726%;
  }

  .tailwind .bottom-\[17\.07\%\] {
    bottom: 17.07%;
  }

  .tailwind .bottom-\[17\.162\%\] {
    bottom: 17.162%;
  }

  .tailwind .bottom-\[20\.963\%\] {
    bottom: 20.963%;
  }

  .tailwind .bottom-\[21\.288\%\] {
    bottom: 21.288%;
  }

  .tailwind .bottom-\[21\.805\%\] {
    bottom: 21.805%;
  }

  .tailwind .bottom-\[29\.393\%\] {
    bottom: 29.393%;
  }

  .tailwind .bottom-\[37\.303\%\] {
    bottom: 37.303%;
  }

  .tailwind .bottom-\[39\.244\%\] {
    bottom: 39.244%;
  }

  .tailwind .bottom-\[42\.308\%\] {
    bottom: 42.308%;
  }

  .tailwind .bottom-\[42\.557\%\] {
    bottom: 42.557%;
  }

  .tailwind .bottom-\[43\.349\%\] {
    bottom: 43.349%;
  }

  .tailwind .bottom-\[47\.5\%\] {
    bottom: 47.5%;
  }

  .tailwind .bottom-\[48\.148\%\] {
    bottom: 48.148%;
  }

  .tailwind .bottom-\[50\.513\%\] {
    bottom: 50.513%;
  }

  .tailwind .bottom-\[54\.406\%\] {
    bottom: 54.406%;
  }

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

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

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

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

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

  .tailwind .left-\[-4\.41\%\] {
    left: -4.41%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[2\.274\%\] {
    left: 2.274%;
  }

  .tailwind .left-\[2\.447\%\] {
    left: 2.447%;
  }

  .tailwind .left-\[2\.941\%\] {
    left: 2.941%;
  }

  .tailwind .left-\[3\.452\%\] {
    left: 3.452%;
  }

  .tailwind .left-\[4\.346\%\] {
    left: 4.346%;
  }

  .tailwind .left-\[4\.767\%\] {
    left: 4.767%;
  }

  .tailwind .left-\[6\.498\%\] {
    left: 6.498%;
  }

  .tailwind .left-\[7\.031\%\] {
    left: 7.031%;
  }

  .tailwind .left-\[15\.548\%\] {
    left: 15.548%;
  }

  .tailwind .left-\[15\.562\%\] {
    left: 15.562%;
  }

  .tailwind .left-\[18\.579\%\] {
    left: 18.579%;
  }

  .tailwind .left-\[22\.094\%\] {
    left: 22.094%;
  }

  .tailwind .left-\[23\.077\%\] {
    left: 23.077%;
  }

  .tailwind .left-\[24\.933\%\] {
    left: 24.933%;
  }

  .tailwind .left-\[27\.62\%\] {
    left: 27.62%;
  }

  .tailwind .left-\[29\.133\%\] {
    left: 29.133%;
  }

  .tailwind .left-\[31\.593\%\] {
    left: 31.593%;
  }

  .tailwind .left-\[32\.5\%\] {
    left: 32.5%;
  }

  .tailwind .left-\[33\.948\%\] {
    left: 33.948%;
  }

  .tailwind .left-\[36\.571\%\] {
    left: 36.571%;
  }

  .tailwind .left-\[37\.453\%\] {
    left: 37.453%;
  }

  .tailwind .left-\[38\.729\%\] {
    left: 38.729%;
  }

  .tailwind .left-\[39\.678\%\] {
    left: 39.678%;
  }

  .tailwind .left-\[40\.625\%\] {
    left: 40.625%;
  }

  .tailwind .left-\[41\.379\%\] {
    left: 41.379%;
  }

  .tailwind .left-\[43\.16\%\] {
    left: 43.16%;
  }

  .tailwind .left-\[43\.065\%\] {
    left: 43.065%;
  }

  .tailwind .left-\[43\.831\%\] {
    left: 43.831%;
  }

  .tailwind .left-\[45\.227\%\] {
    left: 45.227%;
  }

  .tailwind .left-\[45\.599\%\] {
    left: 45.599%;
  }

  .tailwind .left-\[46\.187\%\] {
    left: 46.187%;
  }

  .tailwind .left-\[48\.209\%\] {
    left: 48.209%;
  }

  .tailwind .left-\[50\.909\%\] {
    left: 50.909%;
  }

  .tailwind .left-\[54\.028\%\] {
    left: 54.028%;
  }

  .tailwind .left-\[57\.148\%\] {
    left: 57.148%;
  }

  .tailwind .left-\[59\.465\%\] {
    left: 59.465%;
  }

  .tailwind .left-\[59\.674\%\] {
    left: 59.674%;
  }

  .tailwind .left-\[62\.382\%\] {
    left: 62.382%;
  }

  .tailwind .left-\[62\.683\%\] {
    left: 62.683%;
  }

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

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

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

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

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

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

  .tailwind .size-\[33\.06px\] {
    width: 33.06px;
    height: 33.06px;
  }

  .tailwind .size-\[48\.618px\] {
    width: 48.618px;
    height: 48.618px;
  }

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

  .tailwind .size-\[55\.424px\] {
    width: 55.424px;
    height: 55.424px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[13\.412px\] {
    height: 13.412px;
  }

  .tailwind .h-\[17\.09px\] {
    height: 17.09px;
  }

  .tailwind .h-\[17\.46px\] {
    height: 17.46px;
  }

  .tailwind .h-\[18\.53px\] {
    height: 18.53px;
  }

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

  .tailwind .h-\[21\.66px\] {
    height: 21.66px;
  }

  .tailwind .h-\[22\.8px\] {
    height: 22.8px;
  }

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

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

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

  .tailwind .h-\[29\.45px\] {
    height: 29.45px;
  }

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

  .tailwind .h-\[31\.09px\] {
    height: 31.09px;
  }

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

  .tailwind .h-\[34\.2px\] {
    height: 34.2px;
  }

  .tailwind .h-\[42\.044px\] {
    height: 42.044px;
  }

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

  .tailwind .h-\[46\.444px\] {
    height: 46.444px;
  }

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

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

  .tailwind .h-\[64\.6px\] {
    height: 64.6px;
  }

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

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

  .tailwind .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

  .tailwind .w-\[15\.2px\] {
    width: 15.2px;
  }

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

  .tailwind .w-\[18\.66px\] {
    width: 18.66px;
  }

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

  .tailwind .w-\[19\.167px\] {
    width: 19.167px;
  }

  .tailwind .w-\[21\.516px\] {
    width: 21.516px;
  }

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

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

  .tailwind .w-\[33\.06px\] {
    width: 33.06px;
  }

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

  .tailwind .w-\[43\.022px\] {
    width: 43.022px;
  }

  .tailwind .w-\[43\.977px\] {
    width: 43.977px;
  }

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

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

  .tailwind .w-\[100\.7px\] {
    width: 100.7px;
  }

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

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

  .tailwind .w-\[389\.5px\] {
    width: 389.5px;
  }

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

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

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

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

  .tailwind .max-w-\[478\.81px\] {
    max-width: 478.81px;
  }

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

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

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

  .tailwind .grow {
    flex-grow: 1;
  }

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

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

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

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

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

  .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-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

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

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

  .tailwind .mask-intersect {
    mask-composite: intersect;
  }

  .tailwind .mask-alpha {
    mask-mode: alpha;
  }

  .tailwind .mask-size-\[15\.0588px_13\.1765px\] {
    mask-size: 15.0588px 13.1765px;
  }

  .tailwind .mask-size-\[16px_14px\] {
    mask-size: 16px 14px;
  }

  .tailwind .mask-size-\[36px_24px\] {
    mask-size: 36px 24px;
  }

  .tailwind .mask-no-clip {
    mask-clip: no-clip;
  }

  .tailwind .mask-position-\[-0\.654419px_0px\] {
    mask-position: -.654419px 0;
  }

  .tailwind .mask-position-\[-0\.695435px_0px\] {
    mask-position: -.695435px 0;
  }

  .tailwind .mask-position-\[0px\] {
    mask-position: 0;
  }

  .tailwind .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

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

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

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

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

  .tailwind .px-\[1\.917px\] {
    padding-inline: 1.917px;
  }

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

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

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

  .tailwind .px-\[43\.83px\] {
    padding-inline: 43.83px;
  }

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

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

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

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

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

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

  .tailwind .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

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

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

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

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

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

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

  .tailwind .pb-\[4\.75px\] {
    padding-bottom: 4.75px;
  }

  .tailwind .pb-\[4\.99px\] {
    padding-bottom: 4.99px;
  }

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

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

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

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

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

  .tailwind .font-\[\'Source_Sans_3\:Black\'\,_sans-serif\] {
    font-family: "Source Sans 3:Black", sans-serif;
  }

  .tailwind .font-\[\'Source_Sans_3\:Bold\'\,_sans-serif\] {
    font-family: "Source Sans 3:Bold", sans-serif;
  }

  .tailwind .font-\[\'Source_Sans_3\:SemiBold\'\,_sans-serif\] {
    font-family: "Source Sans 3:SemiBold", sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .shadow-\[0px_0px_30px_0px_inset_rgba\(255\,255\,255\,0\.2\)\] {
    --tw-shadow: 0px 0px 30px 0px inset var(--tw-shadow-color, #fff3);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

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